UUnndduupplleexx..
[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 [ 12400] By: jhi                                   on 2001/10/11  11:33:20
35         Log: HP-UX update from H.Merijn Brand.
36      Branch: perl
37            ! README.hpux
38 ____________________________________________________________________________
39 [ 12399] By: jhi                                   on 2001/10/11  00:53:56
40         Log: Subject: [PATCH] fix link rot in README.vms
41              From: "Craig A. Berry" <craigberry@mac.com>
42              Date: Wed, 10 Oct 2001 17:17:00 -0500
43              Message-Id: <5.1.0.14.0.20011010171057.01bd77c8@exchi01>
44      Branch: perl
45            ! README.vms
46 ____________________________________________________________________________
47 [ 12398] By: jhi                                   on 2001/10/11  00:49:42
48         Log: Subject: [PATCH lib/Term/Complete.t] (was Re: lib/Term/Complete.t won't complete in background)
49              From: "chromatic" <chromatic@rmci.net>
50              Date: Wed, 10 Oct 2001 15:50:30 -0600
51              Message-ID: <20011010215627.13283.qmail@onion.perl.org> 
52      Branch: perl
53            ! lib/Term/Complete.t
54 ____________________________________________________________________________
55 [ 12397] By: jhi                                   on 2001/10/11  00:48:54
56         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Packlist.t] Add Tests for ExtUtils::Packlist
57              From: "chromatic" <chromatic@rmci.net>
58              Date: Wed, 10 Oct 2001 15:45:42 -0600
59              Message-ID: <20011010215140.8913.qmail@onion.perl.org>
60      Branch: perl
61            + lib/ExtUtils/Packlist.t
62            ! MANIFEST
63 ____________________________________________________________________________
64 [ 12396] By: jhi                                   on 2001/10/10  20:20:22
65         Log: VMS needs quotes around the -I option to keep it from
66              being downcased, from Charles Lane.
67      Branch: perl
68            ! t/run/kill_perl.t
69 ____________________________________________________________________________
70 [ 12395] By: ams                                   on 2001/10/10  16:22:32
71         Log: Subject: [PATCH lib/FindBin.pm]
72              From: Stas Bekman <stas@stason.org>
73              Date: Tue, 09 Oct 2001 23:57:10 +0800
74              Message-Id: <3BC31E56.60805@stason.org>
75      Branch: perl
76            ! lib/FindBin.pm
77 ____________________________________________________________________________
78 [ 12394] By: ams                                   on 2001/10/10  16:09:53
79         Log: Subject: Re: /usr/include/sys/e ?? (perl@12340)
80              From: Abhijit Menon-Sen <ams@wiw.org>
81              Date: Wed, 10 Oct 2001 21:59:33 +0530
82              Message-Id: <20011010215933.B2444@lustre.dyn.wiw.org>
83      Branch: perl
84            ! ext/Data/Dumper/Dumper.xs
85 ____________________________________________________________________________
86 [ 12393] By: jhi                                   on 2001/10/10  15:53:39
87         Log: VMS: reorder the elimination of 000000 in the canonpath logic,
88              from Charles Lane.
89      Branch: perl
90            ! lib/File/Spec/VMS.pm
91 ____________________________________________________________________________
92 [ 12392] By: ams                                   on 2001/10/10  14:49:43
93         Log: Subject: [PATCH] two s/// bugfixes
94              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
95              Date: Wed, 10 Oct 2001 17:23:44 +0200
96              Message-Id: <20011010172344.C22440@rafael>
97      Branch: perl
98            ! pp_ctl.c regexec.c t/op/subst.t
99 ____________________________________________________________________________
100 [ 12391] By: jhi                                   on 2001/10/10  12:22:02
101         Log: Fix/improve handling of the [000000] special "root"
102              directory, by putting cwd in canonical form when doing
103              abs2rel, and prepending a 000000 to directory "chunks"
104              if missing from base or path.  Also adjust test to
105              reflect the (improved) output from abs2rel.
106              From Charles Lane.
107      Branch: perl
108            ! lib/File/Spec.t lib/File/Spec/VMS.pm
109 ____________________________________________________________________________
110 [ 12390] By: jhi                                   on 2001/10/10  11:48:14
111         Log: In VMS the copy-to-untaint %ENV in the initialization also loses
112              all of the extra VMSish attributes (such as "treat this logical
113              as a device name") that are necessary to make programs run.
114              A tainted %ENV does not hinder VMS.  From Charles Lane.
115      Branch: perl
116            ! lib/File/Find/t/taint.t
117 ____________________________________________________________________________
118 [ 12389] By: jhi                                   on 2001/10/10  11:40:29
119         Log: VMS-specific fixes to the ExtUtils::Manifest tests.
120              
121              o  VMS is case-insensitive, RTL downcases filenames read
122              by perl... so need to re-upcase filenames like MANIFEST
123              and MANIFEST.SKIP
124              
125              o  Need to convert VMS-style to Unix-style filenames when comparing
126              names in MANIFEST to names in filesystem.
127              
128              o  Need to remove mantest/MANIFEST before rmdir'ing mantest,
129              since VMS won't let you (easily) delete non-empty directories.
130              
131              From Charles Lane.
132      Branch: perl
133            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Manifest.t
134 ____________________________________________________________________________
135 [ 12388] By: jhi                                   on 2001/10/10  11:28:44
136         Log: Unix and VMS agree on "*" as a "match any number of any chars"
137              wildcards, but differ ("?"  vs.  "%") for their "match any single
138              char" wildcard.  This patch changes "?"  chars to "%" before doing a
139              VMS glob...at no loss of functionality, since "?"  isn't a valid
140              filename char on VMS.  From Charles Lane.
141      Branch: perl
142            ! doio.c
143 ____________________________________________________________________________
144 [ 12387] By: jhi                                   on 2001/10/10  11:20:13
145         Log: (accidentally empty submit; new life as #12390)
146      Branch: perl
147            ! lib/File/Find/t/taint.t
148 ____________________________________________________________________________
149 [ 12386] By: jhi                                   on 2001/10/10  11:12:40
150         Log: Even more VMS tweakage from Charles Lane:
151              
152              Tweak #1:  splitdir only works on directory part of filespec,
153              split off volume first
154              Tweak #2:  VMS pre-7.0's $ENV{'HOME'} is not settable
155              (it's a horrible kludge in the run-time library,
156              improved in later versions). Check the
157              $Config{'d_setenv'} flag before attempting to set it.
158      Branch: perl
159            ! t/op/chdir.t
160 ____________________________________________________________________________
161 [ 12385] By: jhi                                   on 2001/10/09  20:34:36
162         Log: VMS tweakage from Charles Lane.
163              
164              . command.com doubles an output line when prompting for extensions
165              . Term::Cap has no business trying to run obscure Un*x utilities on VMS
166              . perl5db doesn't clean up after itself
167      Branch: perl
168            ! configure.com lib/Term/Cap.pm lib/perl5db.pl
169 ____________________________________________________________________________
170 [ 12384] By: sky                                   on 2001/10/09  19:16:11
171         Log: Subject: [PATCH again again], Re: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
172              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
173              Date: Tue, 9 Oct 2001 22:10:26 +0200
174              Message-ID: <20011009221026.A8579@rafael>
175      Branch: perl
176            ! pod/perldata.pod
177 ____________________________________________________________________________
178 [ 12383] By: jhi                                   on 2001/10/09  14:33:15
179         Log: Subject: [PATCH t/op/subst.t] new tests, new TODO test
180              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
181              Date: 9 Oct 2001 15:15:06 -0000
182              Message-Id: <slrn9s653h.h2p.rgarciasuarez@rafael.kazibao.net>
183      Branch: perl
184            ! t/op/subst.t
185 ____________________________________________________________________________
186 [ 12382] By: jhi                                   on 2001/10/09  14:03:30
187         Log: Update Changes.
188      Branch: perl
189            ! Changes patchlevel.h
190 ____________________________________________________________________________
191 [ 12381] By: jhi                                   on 2001/10/09  13:52:50
192         Log: Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat
193              Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat,
194              when a NULL is passed for the filename string pointer.
195              From Charles Lane.
196      Branch: perl
197            ! vms/vms.c
198 ____________________________________________________________________________
199 [ 12379] By: jhi                                   on 2001/10/09  13:03:49
200         Log: Subject: HP systems update
201              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
202              Date: Tue, 09 Oct 2001 15:59:22 +0200
203              Message-Id: <20011009155614.A4F5.H.M.BRAND@hccnet.nl>
204      Branch: perl
205            ! README.hpux
206 ____________________________________________________________________________
207 [ 12378] By: jhi                                   on 2001/10/09  12:52:21
208         Log: CPAN::Nox does now have a test.
209      Branch: perl
210            ! t/lib/1_compile.t
211 ____________________________________________________________________________
212 [ 12377] By: jhi                                   on 2001/10/09  12:23:27
213         Log: Subject: [ID 20011001.009] /usr/bin/perl (in addition to /usr/local/bin/perl)
214              From: David Dyck <dcd@tc.fluke.com>
215              Date: Mon, 1 Oct 2001 12:17:36 -0700
216              Message-Id: <200110011917.MAA11879@dd.tc.fluke.com>
217      Branch: perl
218            ! installperl
219 ____________________________________________________________________________
220 [ 12376] By: jhi                                   on 2001/10/09  12:18:39
221         Log: NetWare update from Ananth Kesari.
222      Branch: perl
223            ! NetWare/nwperlsys.h makedef.pl
224 ____________________________________________________________________________
225 [ 12375] By: jhi                                   on 2001/10/09  11:43:01
226         Log: Subject: [PATCH Perl@12307] File::Find test on VMS
227              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
228              Date: Tue, 9 Oct 2001 08:40:57 EDT
229              Message-Id: <011009083426.17530f@DUPHY4.Physics.Drexel.Edu>
230      Branch: perl
231            ! lib/File/Find/t/find.t
232 ____________________________________________________________________________
233 [ 12374] By: ams                                   on 2001/10/09  05:31:45
234         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Mkbootstrap.t] Add Tests for
235              ExtUtils::Mkbootstrap
236              From: "chromatic" <chromatic@rmci.net>
237              Date: Tue, 09 Oct 2001 00:08:37 -0600
238              Message-Id: <20011009061432.46666.qmail@onion.perl.org>
239      Branch: perl
240            + lib/ExtUtils/Mkbootstrap.t
241            ! MANIFEST
242 ____________________________________________________________________________
243 [ 12373] By: jhi                                   on 2001/10/09  02:56:13
244         Log: Enable more debugging.
245      Branch: perl
246            ! lib/utf8_heavy.pl
247 ____________________________________________________________________________
248 [ 12372] By: ams                                   on 2001/10/09  02:11:59
249         Log: #12370 forgot to modify is_gv_magical().
250      Branch: perl
251            ! gv.c
252 ____________________________________________________________________________
253 [ 12371] By: jhi                                   on 2001/10/09  01:48:17
254         Log: Make the toupper/lower/title API for Unicode not right
255              but at least less wrong: prepare for the mapping being
256              more than just one-character-to-one-character.
257      Branch: perl
258            ! embed.h embed.pl global.sym handy.h pp.c proto.h regcomp.c
259            ! regexec.c utf8.c
260 ____________________________________________________________________________
261 [ 12370] By: jhi                                   on 2001/10/09  01:23:08
262         Log: Subject: Re: [PATCH mg.c gv.c and others] ${^TAINT}
263              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
264              Date: Mon, 8 Oct 2001 22:18:23 -0400
265              Message-ID: <20011008221823.A413700@linguist.thayer.dartmouth.edu>
266      Branch: perl
267            ! pod/perlvar.pod t/op/taint.t
268 ____________________________________________________________________________
269 [ 12369] By: jhi                                   on 2001/10/08  23:31:21
270         Log: FAQ sync.
271      Branch: perl
272            ! pod/perlfaq3.pod pod/perlfaq4.pod
273 ____________________________________________________________________________
274 [ 12368] By: jhi                                   on 2001/10/08  21:20:45
275         Log: Subject: [PATCH lib/Term/Cap.t] Fix Debian Failures on Test 22
276              From: "chromatic" <chromatic@rmci.net>
277              Date: Mon, 08 Oct 2001 14:05:32 -0600
278              Message-ID: <20011008201126.73702.qmail@onion.perl.org>
279      Branch: perl
280            ! lib/Term/Cap.t
281 ____________________________________________________________________________
282 [ 12367] By: jhi                                   on 2001/10/08  21:10:49
283         Log: Subject: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
284              From: Michael G Schwern <schwern@pobox.com>
285              Date: Mon, 8 Oct 2001 17:00:14 -0400
286              Message-ID: <20011008170014.L17083@blackrider>
287      Branch: perl
288            ! gv.c mg.c pod/perlvar.pod t/op/magic.t t/op/taint.t
289 ____________________________________________________________________________
290 [ 12366] By: jhi                                   on 2001/10/08  20:43:19
291         Log: Subject: [PATCH Perl@12307] Time::Hires for VMS pre-7.0
292              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
293              Date: Mon, 8 Oct 2001 16:01:33 EDT
294              Message-Id: <011008155856.1604b5@DUPHY4.Physics.Drexel.Edu>
295      Branch: perl
296            ! ext/Time/HiRes/HiRes.xs
297 ____________________________________________________________________________
298 [ 12365] By: jhi                                   on 2001/10/08  20:41:50
299         Log: Subject: [PATCH] Autosplit patch for VMS
300              From: "Craig A. Berry" <craigberry@mac.com>
301              Date: Mon, 08 Oct 2001 15:40:43 -0500
302              Message-Id: <5.1.0.14.0.20011008150808.02302618@exchi01>
303      Branch: perl
304            ! lib/AutoSplit.pm lib/AutoSplit.t
305 ____________________________________________________________________________
306 [ 12364] By: jhi                                   on 2001/10/08  20:36:58
307         Log: Don't assume that everybody is running OS X 10.1 yet;
308              from Kay Röpke.
309      Branch: perl
310            ! hints/darwin.sh
311 ____________________________________________________________________________
312 [ 12363] By: jhi                                   on 2001/10/08  14:26:35
313         Log: Update Changes.
314      Branch: perl
315            ! Changes patchlevel.h
316 ____________________________________________________________________________
317 [ 12362] By: jhi                                   on 2001/10/08  14:05:50
318         Log: Retract #12358 for now.
319      Branch: perl
320            ! lib/Term/Cap.t
321 ____________________________________________________________________________
322 [ 12361] By: jhi                                   on 2001/10/08  13:57:10
323         Log: Can't figure out what this is testing.
324              (If it is trying to catch SIGKILL, it should stop
325              trying because that is by definition impossible.)
326      Branch: perl
327            ! lib/sigtrap.t
328 ____________________________________________________________________________
329 [ 12360] By: jhi                                   on 2001/10/08  13:23:28
330         Log: Subject: [PATCH bleadperl] why some tests fail on Win95...
331              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
332              Date: Sun, 30 Sep 2001 21:15:13 +0200
333              Message-ID: <5033457805.20010930211513@tesla.rcub.bg.ac.yu>
334      Branch: perl
335            ! lib/ExtUtils/MM_Win32.pm
336 ____________________________________________________________________________
337 [ 12359] By: jhi                                   on 2001/10/08  12:37:17
338         Log: Clarify the ldlibpth part and condense the overall text.
339      Branch: perl
340            ! t/TEST
341 ____________________________________________________________________________
342 [ 12358] By: jhi                                   on 2001/10/08  11:56:49
343         Log: Subject: Re: [PATCH] & what's to be done for 5.8.0?
344              From: "chromatic" <chromatic@rmci.net>
345              Date: Sun, 07 Oct 2001 16:59:26 -0600
346              Message-ID: <20011007230518.90917.qmail@onion.perl.org>
347      Branch: perl
348            ! lib/Term/Cap.t
349 ____________________________________________________________________________
350 [ 12357] By: jhi                                   on 2001/10/08  11:54:50
351         Log: Update the list because fo #12265.
352      Branch: perl
353            ! t/lib/1_compile.t
354 ____________________________________________________________________________
355 [ 12356] By: jhi                                   on 2001/10/08  11:53:30
356         Log: Subject: [PATCH] & what's to be done for 5.8.0? 
357              From: Nicholas Clark <nick@ccl4.org>
358              Date: Sun, 7 Oct 2001 20:53:33 +0100
359              Message-ID: <20011007205333.S38756@plum.flirble.org>   
360      Branch: perl
361            ! ext/B/t/showlex.t ext/B/t/stash.t ext/Cwd/t/taint.t
362            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
363            ! ext/DB_File/t/db-recno.t ext/Fcntl/t/fcntl.t lib/CGI/t/carp.t
364            ! lib/CGI/t/cookie.t lib/File/Find/t/taint.t lib/FindBin.t
365            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
366            ! lib/Net/t/smtp.t lib/Switch/t/given.t lib/Switch/t/nested.t
367            ! lib/Switch/t/switch.t lib/Term/Complete.t
368            ! lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/todo.t
369            ! lib/bigfloat.t lib/bigint.t lib/integer.t t/op/flip.t
370            ! t/op/my_stash.t
371 ____________________________________________________________________________
372 [ 12355] By: jhi                                   on 2001/10/08  11:51:29
373         Log: Integrate patch #12350 from maintperl; typo in
374              IO::Seekable doc.
375      Branch: perl
376           !> ext/IO/lib/IO/Seekable.pm
377 ____________________________________________________________________________
378 [ 12354] By: jhi                                   on 2001/10/08  11:41:16
379         Log: Detypo.
380      Branch: perl
381            ! hints/darwin.sh
382 ____________________________________________________________________________
383 [ 12353] By: sky                                   on 2001/10/07  17:16:14
384         Log: Change 12349 didn't really get it right.
385      Branch: perl
386            ! lib/Unicode/README
387 ____________________________________________________________________________
388 [ 12352] By: jhi                                   on 2001/10/07  15:03:18
389         Log: If running the harness the dynamic library search path
390              may need setting.
391      Branch: perl
392            ! t/TEST
393 ____________________________________________________________________________
394 [ 12351] By: jhi                                   on 2001/10/07  14:17:12
395         Log: It seems that in MacOS X 10.1 one must use -flat_namespace
396              in ldflags.
397      Branch: perl
398            ! hints/darwin.sh
399 ____________________________________________________________________________
400 [ 12350] By: gsar                                  on 2001/10/07  13:30:42
401         Log: typo in IO::Seekable doc
402      Branch: maint-5.6/perl
403            ! ext/IO/lib/IO/Seekable.pm
404 ____________________________________________________________________________
405 [ 12349] By: jhi                                   on 2001/10/07  12:49:31
406         Log: Give up the fantasy of having lib/Unicode and lib/unicode:
407              doesn't work on Mac OS X 10.1 (when unpacking the tar the
408              latter gets renamed as lib/unicode:1, assumedly for security
409              reasons not to overwrite stuff)
410      Branch: perl
411            + lib/Unicode/README
412            - lib/unicode/README
413            ! MANIFEST
414 ____________________________________________________________________________
415 [ 12348] By: ams                                   on 2001/10/07  05:33:40
416         Log: Subject: [PATCH MANIFEST lib/CPAN/t/Nox.t] Add Tests for CPAN::Nox
417              From: "chromatic" <chromatic@rmci.net>
418              Date: Sat, 06 Oct 2001 21:42:03 -0600
419              Message-Id: <20011007034754.21057.qmail@onion.perl.org>
420      Branch: perl
421            + lib/CPAN/t/Nox.t
422            ! MANIFEST
423 ____________________________________________________________________________
424 [ 12347] By: ams                                   on 2001/10/07  00:48:10
425         Log: Subject: [PATCH MANIFEST lib/sigtrap.t] Add Tests for sigtrap.pm
426              From: "chromatic" <chromatic@rmci.net>
427              Date: Sat, 06 Oct 2001 18:52:10 -0600
428              Message-Id: <20011007005801.98381.qmail@onion.perl.org>
429      Branch: perl
430            + lib/sigtrap.t
431            ! MANIFEST
432 ____________________________________________________________________________
433 [ 12346] By: ams                                   on 2001/10/06  23:14:01
434         Log: Subject: [PATCH] (was Re: [PATCH] Re: What sort of Makefile.PL should
435              h2xs write?)
436              From: Nicholas Clark <nick@ccl4.org>
437              Date: Sat, 6 Oct 2001 21:46:43 +0100
438              Message-Id: <20011006214643.L38756@plum.flirble.org>
439      Branch: perl
440            ! utils/h2xs.PL
441 ____________________________________________________________________________
442 [ 12345] By: ams                                   on 2001/10/06  17:39:53
443         Log: Subject: [PATCH] Memoize tests
444              From: Nicholas Clark <nick@ccl4.org>
445              Date: Sat, 6 Oct 2001 18:04:21 +0100
446              Message-Id: <20011006180421.J38756@plum.flirble.org>
447      Branch: perl
448            ! lib/Memoize/t/array.t lib/Memoize/t/array_confusion.t
449            ! lib/Memoize/t/correctness.t lib/Memoize/t/errors.t
450            ! lib/Memoize/t/expire.t lib/Memoize/t/expire_file.t
451            ! lib/Memoize/t/expire_module_n.t
452            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
453            ! lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
454            ! lib/Memoize/t/speed.t lib/Memoize/t/tie.t
455            ! lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
456            ! lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
457            ! lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
458 ____________________________________________________________________________
459 [ 12344] By: jhi                                   on 2001/10/06  00:30:23
460         Log: Retract the latter part of #12343.
461      Branch: perl
462            ! ext/IO/lib/IO/Socket/INET.pm
463 ____________________________________________________________________________
464 [ 12343] By: jhi                                   on 2001/10/05  23:32:07
465         Log: Subject: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
466              From: David Dyck <dcd@tc.fluke.com>
467              Date: Fri, 5 Oct 2001 16:04:43 -0700 (PDT)
468              Message-ID: <Pine.LNX.4.33.0110051548340.9856-100000@dd.tc.fluke.com>
469              
470              Subject: Re: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
471              From: David Dyck <dcd@tc.fluke.com>
472              Date: Fri, 5 Oct 2001 17:27:46 -0700 (PDT)
473              Message-ID: <Pine.LNX.4.33.0110051714350.14248-100000@dd.tc.fluke.com>
474      Branch: perl
475            ! ext/IO/lib/IO/Socket/INET.pm
476 ____________________________________________________________________________
477 [ 12342] By: jhi                                   on 2001/10/05  16:28:37
478         Log: Subject: [PATCH perl@12307] Re: test names from C<make TEST>
479              From: Robin Barker <rmb1@cise.npl.co.uk>
480              Date: Fri, 5 Oct 2001 18:20:44 +0100 (BST)
481              Message-Id: <200110051720.SAA17023@tempest.npl.co.uk>
482      Branch: perl
483            ! t/TEST
484 ____________________________________________________________________________
485 [ 12341] By: jhi                                   on 2001/10/05  13:54:08
486         Log: Don't assume that %x is good for displaying UVs.
487      Branch: perl
488            ! dump.c
489 ____________________________________________________________________________
490 [ 12340] By: jhi                                   on 2001/10/05  12:41:31
491         Log: Update Changes.
492      Branch: perl
493            ! Changes patchlevel.h
494 ____________________________________________________________________________
495 [ 12339] By: ams                                   on 2001/10/05  10:22:34
496         Log: Subject: [PATCH] perlfunc/select
497              From: Nicholas Clark <nick@ccl4.org>
498              Date: Fri, 5 Oct 2001 11:33:58 +0100
499              Message-Id: <20011005113358.Z38756@plum.flirble.org>
500      Branch: perl
501            ! pod/perlfunc.pod
502 ____________________________________________________________________________
503 [ 12338] By: jhi                                   on 2001/10/04  22:54:06
504         Log: Retract #12313 and #12249.
505      Branch: perl
506            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
507            ! pod/perldata.pod pod/perldbmfilter.pod pod/perldsc.pod
508            ! pod/perlebcdic.pod
509 ____________________________________________________________________________
510 [ 12337] By: jhi                                   on 2001/10/04  17:17:03
511         Log: Subject: [PATCH] perlvms.pod update
512              From: "Craig A. Berry" <craigberry@mac.com>
513              Date: Thu, 04 Oct 2001 12:55:52 -0500
514              Message-Id: <5.1.0.14.0.20011004124831.01aa49c0@exchi01>
515      Branch: perl
516            ! vms/perlvms.pod
517 ____________________________________________________________________________
518 [ 12336] By: jhi                                   on 2001/10/04  14:02:17
519         Log: Subject: PATCH: Tie::SubstrHash
520              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
521              Date: Thu, 04 Oct 2001 12:12:41 +0100
522              Message-Id: <200110041112.f94BCfS17390@crypt.compulink.co.uk> 
523      Branch: perl
524            ! lib/Tie/SubstrHash.pm
525 ____________________________________________________________________________
526 [ 12335] By: jhi                                   on 2001/10/04  04:45:00
527         Log: Unicode properties saga continues.
528      Branch: perl
529            ! lib/unicore/In.pl lib/unicore/In/136.pl lib/unicore/In/155.pl
530            ! lib/unicore/mktables.PL lib/utf8_heavy.pl
531 ____________________________________________________________________________
532 [ 12334] By: jhi                                   on 2001/10/04  03:42:04
533         Log: Yet more Unicode properties.
534      Branch: perl
535            + lib/unicore/In/137.pl lib/unicore/In/138.pl
536            + lib/unicore/In/139.pl lib/unicore/In/140.pl
537            + lib/unicore/In/141.pl lib/unicore/In/142.pl
538            + lib/unicore/In/143.pl lib/unicore/In/144.pl
539            + lib/unicore/In/145.pl lib/unicore/In/146.pl
540            + lib/unicore/In/147.pl lib/unicore/In/148.pl
541            + lib/unicore/In/149.pl lib/unicore/In/150.pl
542            + lib/unicore/In/151.pl lib/unicore/In/152.pl
543            + lib/unicore/In/153.pl lib/unicore/In/154.pl
544            + lib/unicore/In/155.pl lib/unicore/In/156.pl
545            + lib/unicore/In/157.pl lib/unicore/In/158.pl
546            + lib/unicore/In/159.pl lib/unicore/In/160.pl
547            + lib/unicore/In/161.pl lib/unicore/In/162.pl
548            ! MANIFEST lib/unicore/In.pl lib/unicore/In/136.pl
549            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perltodo.pod
550            ! pod/perlunicode.pod
551 ____________________________________________________________________________
552 [ 12333] By: jhi                                   on 2001/10/04  03:02:19
553         Log: Subject: [PATCH perl@12307] 2 more VMS test tweaks
554              From: "Craig A. Berry" <craigberry@mac.com>
555              Date: Wed, 03 Oct 2001 17:45:25 -0500
556              Message-Id: <5.1.0.14.0.20011003154131.01bc8528@exchi01>
557              
558              (the lib/Term/Complete.t patched differently by #12332)
559      Branch: perl
560            ! lib/ExtUtils/Command.t
561 ____________________________________________________________________________
562 [ 12332] By: jhi                                   on 2001/10/04  03:00:03
563         Log: Restore only if something to restore.
564      Branch: perl
565            ! lib/Term/Complete.t
566 ____________________________________________________________________________
567 [ 12331] By: pudge                                 on 2001/10/03  19:30:48
568         Log: Update various resources for credits,
569              minor icons fixes, and versions.
570      Branch: maint-5.6/macperl
571            ! macos/MPVersion.r macos/Perl.r macos/macperl/MPDroplet.r
572            ! macos/macperl/MPExtension.rsrc macos/macperl/MPSave.c
573            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
574 ____________________________________________________________________________
575 [ 12330] By: pudge                                 on 2001/10/03  19:17:25
576         Log: Quiet the warnings about using undef value
577      Branch: maint-5.6/macperl
578            ! lib/File/Temp.pm
579 ____________________________________________________________________________
580 [ 12329] By: pudge                                 on 2001/10/03  19:14:59
581         Log: Fix up Ballon Help and Help menu docs (first pass);
582              remove balloon rez file, and autogenerate with
583              Balloon2Rez instead.
584      Branch: maint-5.6/macperl
585            + macos/macperl/macscripts/Balloon2Rez
586            - macos/macperl/MPBalloons.r
587            ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.podhelp
588 ____________________________________________________________________________
589 [ 12328] By: pudge                                 on 2001/10/03  19:11:15
590         Log: Allow overriding of defaults, for change #12327.
591      Branch: maint-5.6/macperl
592            ! perl.h
593 ____________________________________________________________________________
594 [ 12327] By: pudge                                 on 2001/10/03  19:10:26
595         Log: Override PerlProc_exit.
596      Branch: maint-5.6/macperl
597            ! macos/macish.h
598 ____________________________________________________________________________
599 [ 12326] By: pudge                                 on 2001/10/03  19:08:28
600         Log: Add in new macos/ modules, fix up BuildTools and Makefile.
601      Branch: maint-5.6/macperl
602            + macos/bundled_lib/blib/lib/MD5.pm
603            + macos/bundled_lib/t/MD5/md5.t macos/lib/Mac/AETE/App.pm
604            + macos/lib/Mac/AETE/Dialect.pm
605            + macos/lib/Mac/AETE/Format/Converter.pm
606            + macos/lib/Mac/AETE/Format/Dictionary.pm
607            + macos/lib/Mac/AETE/Format/Glue.pm macos/lib/Mac/AETE/Parser.pm
608            + macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
609            + macos/lib/Mac/Toolbox.pod
610            ! macos/Makefile.mk macos/lib/Mac/BuildTools.pm
611 ____________________________________________________________________________
612 [ 12325] By: pudge                                 on 2001/10/03  18:51:28
613         Log: Sync up silly CVS headers ... I should commit CVS
614              first to avoid this ...
615      Branch: maint-5.6/macperl
616            ! macos/config.h macos/ext/Mac/ExtUtils/MakeToolboxModule
617            ! macos/ext/Mac/Fonts/Fonts.xs macos/ext/MacPerl/MacPerl.xs
618            ! macos/macperl/MPEditor.c macos/macperl/MPGlobals.h
619            ! macos/macperl/MPScript.c macos/macperl/MPUtils.c
620 ____________________________________________________________________________
621 [ 12324] By: pudge                                 on 2001/10/03  18:44:09
622         Log: Fix Matthias' address, and attributions.
623      Branch: maint-5.6/macperl
624            ! AUTHORS README.macos ext/DynaLoader/dl_mac.xs perl.c
625            ! pod/perlport.pod
626 ____________________________________________________________________________
627 [ 12323] By: pudge                                 on 2001/10/03  18:42:37
628         Log: Fix Matthias' address, and attributions.
629      Branch: maint-5.6/macperl
630            ! macos/config.h macos/ext/Mac/AppleEvents/AppleEvents.pm
631            ! macos/ext/Mac/Components/Components.pm
632            ! macos/ext/Mac/Controls/Controls.pm macos/ext/Mac/DCon/DCon.pm
633            ! macos/ext/Mac/Dialogs/Dialogs.pm
634            ! macos/ext/Mac/Events/Events.pm
635            ! macos/ext/Mac/ExtUtils/MakeToolboxModule
636            ! macos/ext/Mac/Files/Files.pm macos/ext/Mac/Fonts/Fonts.pm
637            ! macos/ext/Mac/Gestalt/Gestalt.pm
638            ! macos/ext/Mac/ImageCompression/ImageCompression.pm
639            ! macos/ext/Mac/Lists/Lists.pm macos/ext/Mac/Memory/Memory.pm
640            ! macos/ext/Mac/Menus/Menus.pm
641            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
642            ! macos/ext/Mac/Movies/Movies.pm
643            ! macos/ext/Mac/Navigation/Navigation.pm
644            ! macos/ext/Mac/Notification/Notification.pm
645            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
646            ! macos/ext/Mac/QDOffscreen/QDOffscreen.pm
647            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
648            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.pm
649            ! macos/ext/Mac/Resources/Resources.pm macos/ext/Mac/SAT/SAT.pm
650            ! macos/ext/Mac/Sound/Sound.pm macos/ext/Mac/Speech/Speech.pm
651            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
652            ! macos/ext/Mac/StandardFile/StandardFile.pm
653            ! macos/ext/Mac/TextEdit/TextEdit.pm
654            ! macos/ext/Mac/Types/Types.pm macos/ext/Mac/Windows/Windows.pm
655            ! macos/fcntl.h macos/lib/ExtUtils/MM_MacOS.pm
656            ! macos/lib/Mac/LowMem.pm
657 ____________________________________________________________________________
658 [ 12322] By: sky                                   on 2001/10/03  18:41:07
659         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
660              From: "Craig A. Berry" <craigberry@mac.com>
661              Date: Wed, 03 Oct 2001 14:30:55 -0500
662              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
663      Branch: perl
664            ! vms/vms.c
665 ____________________________________________________________________________
666 [ 12321] By: jhi                                   on 2001/10/03  18:38:34
667         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
668              From: "Craig A. Berry" <craigberry@mac.com>
669              Date: Wed, 03 Oct 2001 14:30:55 -0500
670              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
671      Branch: perl
672            ! vms/vms.c
673 ____________________________________________________________________________
674 [ 12320] By: jhi                                   on 2001/10/03  16:47:30
675         Log: Unicode properties: fix L& (the #12319 didn't allow L&,
676              only IsL&) and Inherited (negative lookahead good);
677              add tests for Common, Inherited, and L&.
678      Branch: perl
679            ! lib/utf8_heavy.pl pod/perltodo.pod t/op/pat.t
680 ____________________________________________________________________________
681 [ 12319] By: jhi                                   on 2001/10/03  16:12:53
682         Log: Unicode properties: support \p{(?:Is)?L&} as an alias for \pL.
683              (The Unicode standard uses L& quite often.)
684      Branch: perl
685            ! lib/utf8_heavy.pl
686 ____________________________________________________________________________
687 [ 12318] By: jhi                                   on 2001/10/03  15:57:34
688         Log: Add the 'Common' Unicode property (code points not
689              explicitly assigned to any other script).
690      Branch: perl
691            + lib/unicore/In/136.pl
692            ! MANIFEST lib/unicore/In.pl lib/unicore/mktables.PL
693 ____________________________________________________________________________
694 [ 12317] By: jhi                                   on 2001/10/03  13:23:32
695         Log: Skip the RV printing test under threads until fixed.
696      Branch: perl
697            ! ext/B/t/terse.t
698 ____________________________________________________________________________
699 [ 12316] By: jhi                                   on 2001/10/03  12:57:05
700         Log: Subject: 12309 / cygwin / win2k
701              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
702              Date: Wed, 03 Oct 2001 15:25:15 +0200
703              Message-Id: <20011003152353.A479.H.M.BRAND@hccnet.nl>
704      Branch: perl
705            ! makedef.pl
706 ____________________________________________________________________________
707 [ 12315] By: jhi                                   on 2001/10/03  12:50:17
708         Log: Metaconfig unit change for #12314.
709      Branch: metaconfig
710            ! U/modified/Head.U
711 ____________________________________________________________________________
712 [ 12314] By: jhi                                   on 2001/10/03  12:49:26
713         Log: Subject: Both cygwin and djgpp on one machine
714              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
715              Date: Wed, 03 Oct 2001 15:02:59 +0200
716              Message-Id: <20011003150222.A474.H.M.BRAND@hccnet.nl>
717      Branch: perl
718            ! Configure
719 ____________________________________________________________________________
720 [ 12313] By: jhi                                   on 2001/10/03  12:04:49
721         Log: (retracted by #12338)
722              
723              Subject: [PATCH] Code clean up for perlboot.pod
724              From: Casey West <casey@geeknest.com>
725              Date: Tue, 2 Oct 2001 19:24:43 -0400
726              Message-ID: <20011002192443.B2163@stupid.geeknest.com>
727              
728              Subject: [PATCH] Code clean up for perlbot.diff
729              From: Casey West <casey@geeknest.com>
730              Date: Tue, 2 Oct 2001 19:25:22 -0400
731              Message-ID: <20011002192522.C2163@stupid.geeknest.com>
732              
733              Subject: [PATCH] Code clean up for perlcall.pod
734              From: Casey West <casey@geeknest.com>
735              Date: Tue, 2 Oct 2001 19:25:57 -0400
736              Message-ID: <20011002192557.D2163@stupid.geeknest.com>
737              
738              Subject: [PATCH] Code clean up for perldata.pod
739              From: Casey West <casey@geeknest.com>
740              Date: Tue, 2 Oct 2001 19:26:29 -0400
741              Message-ID: <20011002192629.E2163@stupid.geeknest.com>
742              
743              Subject: [PATCH] Code clean up for perldbmfilter.pod
744              From: Casey West <casey@geeknest.com>
745              Date: Tue, 2 Oct 2001 19:26:59 -0400
746              Message-ID: <20011002192659.F2163@stupid.geeknest.com>
747              
748              Subject: [PATCH] Code clean up for perlebcdic.pod
749              From: Casey West <casey@geeknest.com>
750              Date: Tue, 2 Oct 2001 19:27:37 -0400
751              Message-ID: <20011002192737.G2163@stupid.geeknest.com>
752      Branch: perl
753            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
754            ! pod/perldata.pod pod/perldbmfilter.pod pod/perlebcdic.pod
755 ____________________________________________________________________________
756 [ 12312] By: ams                                   on 2001/10/02  23:43:55
757         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] makemaker@perl.org
758              From: Michael G Schwern <schwern@pobox.com>
759              Date: Tue, 2 Oct 2001 17:00:49 -0400
760              Message-Id: <20011002170049.A9955@blackrider>
761      Branch: perl
762            ! lib/ExtUtils/MakeMaker.pm
763 ____________________________________________________________________________
764 [ 12311] By: jhi                                   on 2001/10/02  23:24:07
765         Log: FAQ sync.
766      Branch: perl
767            ! pod/perlfaq3.pod
768 ____________________________________________________________________________
769 [ 12310] By: nick                                  on 2001/10/02  16:09:49
770         Log: Integrate mainline
771      Branch: perlio
772           !> AUTHORS Changes ext/I18N/Langinfo/Langinfo.pm
773           !> ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
774           !> lib/Pod/Html.pm lib/unicore/In.pl lib/unicore/mktables.PL mg.c
775           !> patchlevel.h t/op/pat.t
776 ____________________________________________________________________________
777 [ 12309] By: jhi                                   on 2001/10/02  14:34:59
778         Log: Unicode properties: allow also intra(wordbreak)name whitespace,
779              not just one single space.
780      Branch: perl
781            ! lib/unicore/In.pl lib/unicore/mktables.PL t/op/pat.t
782 ____________________________________________________________________________
783 [ 12308] By: jhi                                   on 2001/10/02  12:49:41
784         Log: AUTHORS updates.
785      Branch: perl
786            ! AUTHORS
787 ____________________________________________________________________________
788 [ 12307] By: jhi                                   on 2001/10/02  12:22:21
789         Log: Update Changes.
790      Branch: perl
791            ! Changes patchlevel.h
792 ____________________________________________________________________________
793 [ 12306] By: jhi                                   on 2001/10/02  11:59:12
794         Log: Work around old buggy glibcs for langinfo constants,
795              from Nicholas Clark and David Dyck.
796      Branch: perl
797            ! ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
798 ____________________________________________________________________________
799 [ 12305] By: jhi                                   on 2001/10/02  11:45:55
800         Log: Eradicate Time::Piece; add an example.
801      Branch: perl
802            ! ext/I18N/Langinfo/Langinfo.pm
803 ____________________________________________________________________________
804 [ 12304] By: jhi                                   on 2001/10/02  11:34:18
805         Log: Subject: [PATCH] Pod::Html makes a poor guess at author
806              From: Robert Spier <rspier@pobox.com>
807              Date: Mon, 1 Oct 2001 23:20:16 -0700
808              Message-ID: <15289.23712.422087.878224@rls.cx>
809      Branch: perl
810            ! lib/Pod/Html.pm
811 ____________________________________________________________________________
812 [ 12303] By: sky                                   on 2001/10/02  10:40:57
813         Log: Fixes obscure bug that manifests itself by.
814              local $!=0;undef*STDOUT;#segfaults
815              Has been around for a while. Possible other magic IO vars are
816              possibly affected aswell. Reported by Jos Boumans.
817      Branch: perl
818            ! mg.c
819 ____________________________________________________________________________
820 [ 12302] By: nick                                  on 2001/10/02  09:00:52
821         Log: Integrate mainline
822      Branch: perlio
823           !> ext/B/t/terse.t ext/I18N/Langinfo/Langinfo.t hints/darwin.sh
824           !> lib/Term/Cap.t lib/open.t pod/perlapi.pod pod/perlunicode.pod
825           !> pp_ctl.c regcomp.c t/TEST t/op/arith.t t/op/pack.t t/op/pat.t
826 ____________________________________________________________________________
827 [ 12301] By: nick                                  on 2001/10/02  08:40:57
828         Log: Integrate mainline + lib/open.t patch from Chromatic
829      Branch: perlio
830           +> lib/Term/Cap.t lib/Text/TabsWrap/CHANGELOG
831            ! lib/open.t
832           !> (integrate 29 files)
833 ____________________________________________________________________________
834 [ 12300] By: jhi                                   on 2001/10/01  19:22:16
835         Log: Mac OS X doesn't have threadsafe (_r) libc interfaces.
836              Until it has, better stop early if someone requests threads.
837      Branch: perl
838            ! hints/darwin.sh
839 ____________________________________________________________________________
840 [ 12299] By: jhi                                   on 2001/10/01  19:01:31
841         Log: Subject: [ID 20011001.011] redundant code in t/TEST
842              From: David Dyck <dcd@tc.fluke.com>
843              Date: Mon, 1 Oct 2001 12:56:24 -0700
844              Message-Id: <200110011956.MAA16250@dd.tc.fluke.com>
845      Branch: perl
846            ! t/TEST
847 ____________________________________________________________________________
848 [ 12298] By: jhi                                   on 2001/10/01  18:52:12
849         Log: Subject: [PATCH lib/Term/Cap.t] Robustify %ENV Handling in Test (was Re: Failed Term/Cap.t test)
850              From: "chromatic" <chromatic@rmci.net>
851              Date: Mon, 01 Oct 2001 12:27:12 -0600
852              Message-ID: <20011001183251.89148.qmail@onion.perl.org>
853      Branch: perl
854            ! lib/Term/Cap.t
855 ____________________________________________________________________________
856 [ 12297] By: jhi                                   on 2001/10/01  17:04:18
857         Log: UNICOS testing patches from Nicholas Clark.
858      Branch: perl
859            ! t/op/arith.t t/op/pack.t
860 ____________________________________________________________________________
861 [ 12296] By: jhi                                   on 2001/10/01  17:01:26
862         Log: Subject: [PATCH lib/open.t] Better Locale Flutzigation (was Re: lib/open.t and locale tests)
863              From: "chromatic" <chromatic@rmci.net>
864              Date: Mon, 01 Oct 2001 10:21:51 -0600
865              Message-ID: <20011001162731.40639.qmail@onion.perl.org>
866      Branch: perl
867            ! lib/open.t
868 ____________________________________________________________________________
869 [ 12295] By: jhi                                   on 2001/10/01  14:55:37
870         Log: Make missing the RADIXCHAR a softer, gentler error.
871      Branch: perl
872            ! ext/I18N/Langinfo/Langinfo.t
873 ____________________________________________________________________________
874 [ 12294] By: jhi                                   on 2001/10/01  14:51:42
875         Log: Nuke also the LANG because of glibc.
876      Branch: perl
877            ! lib/open.t
878 ____________________________________________________________________________
879 [ 12293] By: jhi                                   on 2001/10/01  14:51:20
880         Log: Also the ^Is is optional.
881      Branch: perl
882            ! pod/perlunicode.pod t/op/pat.t
883 ____________________________________________________________________________
884 [ 12292] By: jhi                                   on 2001/10/01  14:08:26
885         Log: Be careful to pull chars from the varargs stack when
886              formatting chars.
887      Branch: perl
888            ! regcomp.c
889 ____________________________________________________________________________
890 [ 12291] By: jhi                                   on 2001/10/01  12:27:57
891         Log: sortsv not in place anymore, noticed by John P. Linderman.
892      Branch: perl
893            ! pod/perlapi.pod pp_ctl.c
894 ____________________________________________________________________________
895 [ 12290] By: jhi                                   on 2001/10/01  12:25:03
896         Log: Make the diagnostic messages more neutral.
897      Branch: perl
898            ! ext/B/t/terse.t
899 ____________________________________________________________________________
900 [ 12289] By: jhi                                   on 2001/10/01  03:59:34
901         Log: Forgotten from #12288.
902      Branch: perl
903            ! ext/Data/Dumper/Dumper.pm
904 ____________________________________________________________________________
905 [ 12288] By: jhi                                   on 2001/10/01  03:58:37
906         Log: Subject: [PATCH ext/Data/Dumper.pm Dumper.xs Dumper.t] Option to sort hashes
907              From: Brian Ingerson <ingy@ttul.org>
908              Date: Sun, 30 Sep 2001 21:45:56 -0700
909              Message-ID: <20010930214556.D26392@ttul.org>
910              
911              (remember also the #12289)
912      Branch: perl
913            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
914 ____________________________________________________________________________
915 [ 12287] By: jhi                                   on 2001/10/01  03:33:15
916         Log: More Unicode property tests for the abbreviated
917              general properties.
918      Branch: perl
919            ! t/op/pat.t
920 ____________________________________________________________________________
921 [ 12286] By: jhi                                   on 2001/10/01  02:02:08
922         Log: Further tweaks to the Unicode properties.
923      Branch: perl
924            ! lib/utf8_heavy.pl pod/perlunicode.pod regcomp.c t/op/pat.t
925 ____________________________________________________________________________
926 [ 12285] By: jhi                                   on 2001/10/01  01:46:35
927         Log: Retract #12284.
928      Branch: perl
929            ! lib/Term/Cap.t
930 ____________________________________________________________________________
931 [ 12284] By: jhi                                   on 2001/10/01  01:24:12
932         Log: (Retracted by #12285)
933      Branch: perl
934            ! lib/Term/Cap.t
935 ____________________________________________________________________________
936 [ 12283] By: jhi                                   on 2001/10/01  01:22:05
937         Log: Subject: [PATCH MANIFEST lib/Term/Cap.t] Add tests for Term::Cap   
938              From: "chromatic" <chromatic@rmci.net>  
939              Date: Sun, 30 Sep 2001 16:10:02 -0600
940              Message-ID: <20010930221540.67279.qmail@onion.perl.org>
941      Branch: perl
942            + lib/Term/Cap.t
943            ! MANIFEST
944 ____________________________________________________________________________
945 [ 12282] By: jhi                                   on 2001/10/01  01:19:21
946         Log: Use stty -g to restore the terminal state, do not even
947              try to run the tests if stty -g is not available.
948      Branch: perl
949            ! lib/Term/Complete.t
950 ____________________________________________________________________________
951 [ 12281] By: jhi                                   on 2001/09/30  21:05:00
952         Log: Cleanup utf8_heavy; allow dropping the In prefix from
953              Unicode script/block properties.
954      Branch: perl
955            ! lib/utf8_heavy.pl
956 ____________________________________________________________________________
957 [ 12280] By: jhi                                   on 2001/09/30  13:42:18
958         Log: Retract the #12259 for now.
959      Branch: perl
960            ! embed.h embed.pl sv.h
961 ____________________________________________________________________________
962 [ 12279] By: jhi                                   on 2001/09/30  13:37:59
963         Log: Upgrade to Text-Tabs+Wrap-2001.0929 from David Muir Sharnoff.
964      Branch: perl
965            + lib/Text/TabsWrap/CHANGELOG
966            ! MANIFEST lib/Text/TabsWrap/t/fill.t lib/Text/Wrap.pm
967 ____________________________________________________________________________
968 [ 12278] By: jhi                                   on 2001/09/30  05:05:18
969         Log: #12272 wasn't right, it introduced an extra ().
970      Branch: perl
971            ! lib/utf8_heavy.pl
972 ____________________________________________________________________________
973 [ 12277] By: jhi                                   on 2001/09/30  00:31:07
974         Log: Subject: [PATCH @12256 ext/DB_File.pm ext/GDBM_File.pm] Remove string eval from AUTOLOAD
975              From: Jonathan Stowe <gellyfish@gellyfish.com>
976              Date: Sat, 29 Sep 2001 15:52:43 +0100 (BST)
977              Message-ID: <Pine.LNX.4.33.0109291535120.18586-100000@orpheus.gellyfish.com>
978      Branch: perl
979            ! ext/DB_File/DB_File.pm ext/GDBM_File/GDBM_File.pm
980 ____________________________________________________________________________
981 [ 12276] By: jhi                                   on 2001/09/30  00:15:38
982         Log: Subject: Patch to put qsortsv in the public API
983              From: Brian Ingerson <ingy@ttul.org>
984              Date: Sat, 29 Sep 2001 17:41:13 -0700
985              Message-ID: <20010929174113.A30223@ttul.org>
986      Branch: perl
987            ! embed.h embed.pl global.sym pod/perlapi.pod pp_ctl.c proto.h
988 ____________________________________________________________________________
989 [ 12275] By: jhi                                   on 2001/09/30  00:11:21
990         Log: Subject: [PATCH perlvar, perlfunc, inccode.t] additional docs and tests
991              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
992              Date: Sat, 29 Sep 2001 23:54:48 +0200
993              Message-ID: <20010929235448.A5017@rafael>
994      Branch: perl
995            ! pod/perlfunc.pod pod/perlvar.pod t/op/inccode.t
996 ____________________________________________________________________________
997 [ 12274] By: jhi                                   on 2001/09/30  00:03:19
998         Log: FAQ sync.
999      Branch: perl
1000            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
1001            ! pod/perlfaq9.pod
1002 ____________________________________________________________________________
1003 [ 12273] By: bailey                                on 2001/09/29  23:43:46
1004         Log: Resync with mainline
1005      Branch: vmsperl
1006           +> (branch 1207 files)
1007            - (delete 324 files)
1008           !> (integrate 866 files)
1009 ____________________________________________________________________________
1010 [ 12272] By: jhi                                   on 2001/09/29  21:32:33
1011         Log: Nasty recursion trap if one would match Unicode.
1012      Branch: perl
1013            ! lib/utf8_heavy.pl
1014 ____________________________________________________________________________
1015 [ 12271] By: jhi                                   on 2001/09/29  21:18:44
1016         Log: More Unicode todo.
1017      Branch: perl
1018            ! pod/perltodo.pod
1019 ____________________________________________________________________________
1020 [ 12270] By: jhi                                   on 2001/09/29  20:15:32
1021         Log: Explain a bit the new more flexible \p\P syntax.
1022      Branch: perl
1023            ! pod/perlunicode.pod
1024 ____________________________________________________________________________
1025 [ 12269] By: jhi                                   on 2001/09/29  20:05:24
1026         Log: More leniency to the \p and \P: now can have whitespace
1027              between the property definition and the curlies; now can
1028              invert the property by having a caret between the open
1029              curly and the property.
1030      Branch: perl
1031            ! lib/utf8_heavy.pl pod/perldiag.pod regcomp.c t/op/pat.t
1032 ____________________________________________________________________________
1033 [ 12268] By: nick                                  on 2001/09/29  17:39:26
1034         Log: Integrate mainline. Builds lots of sv.h/embed.h redef warnings
1035              one test (lib/open.t) fails
1036      Branch: perlio
1037           +> ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
1038           +> ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
1039           +> ext/threads/t/stress_cv.t ext/threads/t/stress_string.t
1040           +> lib/Tie/Scalar.t lib/open.t
1041            - ext/B/B.t ext/B/Debug.t ext/B/Deparse.t ext/B/Showlex.t
1042            - ext/B/Stash.t
1043           !> (integrate 62 files)
1044 ____________________________________________________________________________
1045 [ 12267] By: jhi                                   on 2001/09/29  13:54:04
1046         Log: Save and restore $ENV{'SYS$LOGIN'} only in VMS.
1047      Branch: perl
1048            ! t/op/chdir.t
1049 ____________________________________________________________________________
1050 [ 12266] By: jhi                                   on 2001/09/29  13:51:49
1051         Log: Subject: [PATCH perl@12258] chdir.t finally (I hope)
1052              From: "Craig A. Berry" <craigberry@mac.com> 
1053              Date: Sat, 29 Sep 2001 09:35:33 -0500
1054              Message-Id: <a05101000b7db8afde231@[172.16.52.1]>
1055      Branch: perl
1056            ! t/op/chdir.t
1057 ____________________________________________________________________________
1058 [ 12265] By: jhi                                   on 2001/09/29  13:49:43
1059         Log: Subject: [PATCH MANIFEST lib/Tie/Scalar.pm lib/Tie/Scalar.t] Add tests, clean up Tie::Scalar
1060              From: "chromatic" <chromatic@rmci.net>
1061              Date: Fri, 28 Sep 2001 21:20:12 -0600
1062              Message-ID: <20010929032543.58322.qmail@onion.perl.org>
1063      Branch: perl
1064            + lib/Tie/Scalar.t
1065            ! MANIFEST lib/Tie/Scalar.pm
1066 ____________________________________________________________________________
1067 [ 12264] By: jhi                                   on 2001/09/29  04:57:42
1068         Log: Allow for more flexibility in the \p{In...} names, now
1069              case doesn't matter, and any space or dash can be
1070              matched by any space, dash, underbar, or empty.
1071              (may be going too far on leniency)
1072      Branch: perl
1073            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/Scripts.pl
1074            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perlunicode.pod
1075            ! t/op/pat.t
1076 ____________________________________________________________________________
1077 [ 12263] By: jhi                                   on 2001/09/28  23:04:13
1078         Log: Subject: [PATCH MANIFEST lib/open.t] Add tests for open.pm
1079              From: "chromatic" <chromatic@rmci.net>
1080              Date: Fri, 28 Sep 2001 17:39:50 -0600
1081              Message-ID: <20010928234521.14178.qmail@onion.perl.org>
1082      Branch: perl
1083            + lib/open.t
1084            ! MANIFEST
1085 ____________________________________________________________________________
1086 [ 12262] By: jhi                                   on 2001/09/28  22:23:53
1087         Log: Subject: [PATCH perl@12258] glob test case tweak for VMS
1088              From: "Craig A. Berry" <craigberry@mac.com>
1089              Date: Fri, 28 Sep 2001 16:24:51 -0500
1090              Message-Id: <a05101000b7da98ceb83c@[172.16.52.1]>
1091      Branch: perl
1092            ! ext/File/Glob/t/basic.t
1093 ____________________________________________________________________________
1094 [ 12261] By: jhi                                   on 2001/09/28  22:23:05
1095         Log: Subject: [DOC PATCH] Carp.pm pod typo
1096              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1097              Date: Fri, 28 Sep 2001 23:14:51 +0200
1098              Message-ID: <20010928231451.E16889@rafael>
1099      Branch: perl
1100            ! lib/Carp.pm
1101 ____________________________________________________________________________
1102 [ 12260] By: jhi                                   on 2001/09/28  22:21:55
1103         Log: Subject: [PATCH] Allow an @INC hook to set %INC
1104              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1105              Date: Fri, 28 Sep 2001 22:18:13 +0200
1106              Message-ID: <20010928221813.A16889@rafael>
1107      Branch: perl
1108            ! pp_ctl.c
1109 ____________________________________________________________________________
1110 [ 12259] By: jhi                                   on 2001/09/28  22:20:26
1111         Log: Subject: Re: macro redefinitions on Win32 (was Re: Question about PERLIO)
1112              From: Nicholas Clark <nick@ccl4.org>
1113              Date: Fri, 28 Sep 2001 23:39:33 +0100
1114              Message-ID: <20010928233933.C23673@plum.flirble.org>
1115      Branch: perl
1116            ! embed.h embed.pl sv.h
1117 ____________________________________________________________________________
1118 [ 12258] By: jhi                                   on 2001/09/28  12:45:45
1119         Log: Update Changes.
1120      Branch: perl
1121            ! Changes patchlevel.h
1122 ____________________________________________________________________________
1123 [ 12256] By: jhi                                   on 2001/09/28  12:18:29
1124         Log: Move the B tests to B/t.
1125      Branch: perl
1126            + ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
1127            + ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
1128            - ext/B/B.t ext/B/B/Terse.t ext/B/Debug.t ext/B/Deparse.t
1129            - ext/B/Showlex.t ext/B/Stash.t
1130            ! MANIFEST
1131 ____________________________________________________________________________
1132 [ 12255] By: jhi                                   on 2001/09/28  12:09:40
1133         Log: Forgot from #12254.
1134      Branch: perl
1135            + ext/B/B/Terse.t
1136 ____________________________________________________________________________
1137 [ 12254] By: jhi                                   on 2001/09/28  12:09:06
1138         Log: Subject: [PATCH MANIFEST ext/B/B/Terse.t] Add tests for B::Terse
1139              From: "chromatic" <chromatic@rmci.net>
1140              Date: Thu, 27 Sep 2001 23:22:17 -0600
1141              Message-ID: <20010928052747.56587.qmail@onion.perl.org>   
1142      Branch: perl
1143            ! MANIFEST
1144 ____________________________________________________________________________
1145 [ 12253] By: jhi                                   on 2001/09/28  02:31:49
1146         Log: Test numbering mismatch.
1147      Branch: perl
1148            ! t/op/chdir.t
1149 ____________________________________________________________________________
1150 [ 12252] By: jhi                                   on 2001/09/27  22:46:42
1151         Log: Subject: [PATCH perl@12239] slightly less broken chdir.t for VMS
1152              From: "Craig A. Berry" <craigberry@mac.com>
1153              Date: Wed, 26 Sep 2001 17:43:14 -0500
1154              Message-Id: <5.1.0.14.0.20010926173048.01aac5b0@exchi01>
1155      Branch: perl
1156            ! iperlsys.h t/op/chdir.t
1157 ____________________________________________________________________________
1158 [ 12251] By: jhi                                   on 2001/09/27  22:44:35
1159         Log: Subject: [PATCH gv.c] make __ANON__ global
1160              From: Robin Barker <rmb1@cise.npl.co.uk>
1161              Date: Wed, 26 Sep 2001 17:56:28 +0100 (BST)
1162              Message-Id: <200109261656.RAA27762@tempest.npl.co.uk>
1163      Branch: perl
1164            ! gv.c t/op/anonsub.t t/op/runlevel.t
1165 ____________________________________________________________________________
1166 [ 12250] By: jhi                                   on 2001/09/27  22:33:11
1167         Log: Subject: Re: [BUG] B::Terse can't handle constant scalar refs
1168              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1169              Date: Thu, 27 Sep 2001 22:34:32 +0200
1170              Message-ID: <20010927223432.A1485@rafael>
1171      Branch: perl
1172            ! ext/B/B/Terse.pm
1173 ____________________________________________________________________________
1174 [ 12249] By: jhi                                   on 2001/09/27  22:29:32
1175         Log: Subject: [PATCH] Cleanup of perldsc.pod      
1176              From: Casey West <casey@geeknest.com>
1177              Date: Thu, 27 Sep 2001 11:13:17 -0400
1178              Message-ID: <20010927111317.A1942@stupid.geeknest.com>
1179      Branch: perl
1180            ! pod/perldsc.pod
1181 ____________________________________________________________________________
1182 [ 12248] By: jhi                                   on 2001/09/27  22:23:24
1183         Log: Not everyone is using ithreads...
1184      Branch: perl
1185            ! ext/Devel/Peek/Peek.t
1186 ____________________________________________________________________________
1187 [ 12247] By: jhi                                   on 2001/09/27  13:39:39
1188         Log: Document the nss_delete core dump workaround for HP-UX
1189              and Solaris, bug IDs 20010805.018 and 20010629.004.
1190      Branch: perl
1191            ! README.hpux README.solaris
1192 ____________________________________________________________________________
1193 [ 12246] By: jhi                                   on 2001/09/27  12:05:36
1194         Log: Dump Unicode hash keys also as Unicode,
1195              not just as a byte string.
1196      Branch: perl
1197            ! dump.c ext/Devel/Peek/Peek.t
1198 ____________________________________________________________________________
1199 [ 12245] By: jhi                                   on 2001/09/27  11:15:51
1200         Log: Integrate changes #12241 and #12242 from macperl:
1201              
1202              Remove unneeded disabling of umask() calls
1203              
1204              Note (get|set)sockopt are available.
1205      Branch: perl
1206           !> lib/File/Temp.pm pod/perlport.pod
1207 ____________________________________________________________________________
1208 [ 12244] By: sky                                   on 2001/09/27  08:53:00
1209         Log: Flush buffers on thread closedown.
1210      Branch: perl
1211            ! ext/threads/threads.xs
1212 ____________________________________________________________________________
1213 [ 12243] By: jhi                                   on 2001/09/27  02:20:06
1214         Log: Dump SvUTF8(sv)s also as \x{...}.
1215              
1216              TODO: dump the SvUTF8() hash keys similarly. 
1217      Branch: perl
1218            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.t proto.h
1219 ____________________________________________________________________________
1220 [ 12242] By: pudge                                 on 2001/09/26  20:41:35
1221         Log: Note (get|set)sockopt are available.
1222      Branch: maint-5.6/macperl
1223            ! pod/perlport.pod
1224 ____________________________________________________________________________
1225 [ 12241] By: pudge                                 on 2001/09/26  20:28:49
1226         Log: Remove unneeded disabling of umask() calls
1227      Branch: maint-5.6/macperl
1228            ! lib/File/Temp.pm
1229 ____________________________________________________________________________
1230 [ 12240] By: sky                                   on 2001/09/26  18:44:56
1231         Log: Documention update
1232      Branch: perl
1233            ! ext/threads/threads.pm
1234 ____________________________________________________________________________
1235 [ 12239] By: jhi                                   on 2001/09/26  13:49:05
1236         Log: Update Changes.
1237      Branch: perl
1238            ! Changes patchlevel.h
1239 ____________________________________________________________________________
1240 [ 12238] By: jhi                                   on 2001/09/26  13:40:53
1241         Log: Check that all environment variables are tainted.
1242      Branch: perl
1243            ! t/op/taint.t
1244 ____________________________________________________________________________
1245 [ 12237] By: jhi                                   on 2001/09/26  13:02:07
1246         Log: Manual integration error in #12235.
1247      Branch: perl
1248            ! lib/File/DosGlob.t
1249 ____________________________________________________________________________
1250 [ 12236] By: jhi                                   on 2001/09/26  12:57:11
1251         Log: Subject: Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.
1252              From: "chromatic" <chromatic@rmci.net>
1253              Date: Tue, 25 Sep 2001 23:57:07 -0600
1254              Message-ID: <20010926060233.7554.qmail@onion.perl.org>
1255      Branch: perl
1256            ! perlio.c
1257 ____________________________________________________________________________
1258 [ 12235] By: jhi                                   on 2001/09/26  12:53:16
1259         Log: Integrate macperl changes from Chris Nandor:
1260              12192 11817 11815 11813 11778 11775
1261              
1262              Update CPAN.pm to work with new Mac::BuildTools instead
1263              of ExtUtils::MM_MacOS "orphan" functions
1264              
1265              Fix test
1266              
1267              Make syntax check report in MPW style, fix tests
1268              to use Mac::err=unix to get normal-style error
1269              messages.
1270              
1271              More module and test ports from Thomas Wegner et al
1272              
1273              Fix open of /dev/null for Mac OS
1274              
1275              Allow for platforms to override formatting of errors
1276              on output from Matthias Neeracher (core files)
1277      Branch: perl
1278            ! ext/B/Deparse.t lib/File/DosGlob.pm lib/File/DosGlob.t
1279            ! lib/File/Spec.t lib/File/Temp/t/security.t lib/strict.t
1280            ! lib/subs.t lib/warnings.t t/op/magic.t t/run/kill_perl.t
1281           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c lib/CPAN.pm
1282           !> lib/File/Spec/Mac.pm lib/File/Temp.pm perl.c perl.h pp_ctl.c
1283           !> t/base/term.t t/op/runlevel.t t/pod/testp2pt.pl util.c
1284 ____________________________________________________________________________
1285 [ 12234] By: jhi                                   on 2001/09/26  11:58:11
1286         Log: grrr.
1287      Branch: perl
1288            ! t/op/gv.t
1289 ____________________________________________________________________________
1290 [ 12233] By: jhi                                   on 2001/09/26  11:56:09
1291         Log: Retract #12232.
1292      Branch: perl
1293            ! t/op/gv.t
1294 ____________________________________________________________________________
1295 [ 12232] By: jhi                                   on 2001/09/26  11:53:37
1296         Log: (Retracted by #12233.)
1297      Branch: perl
1298            ! t/op/gv.t
1299 ____________________________________________________________________________
1300 [ 12231] By: jhi                                   on 2001/09/26  11:52:09
1301         Log: Detypo.
1302      Branch: perl
1303            ! ext/Encode/Makefile.PL
1304 ____________________________________________________________________________
1305 [ 12230] By: sky                                   on 2001/09/26  11:36:23
1306         Log: Increase the amount of time we spend in each thread, and add one that uses an anonymous sub.
1307              We are using a "delay" here because we do not want to depend on thread synchronization issues.
1308      Branch: perl
1309            + ext/threads/t/stress_cv.t
1310            ! MANIFEST ext/threads/t/stress_string.t
1311 ____________________________________________________________________________
1312 [ 12229] By: jhi                                   on 2001/09/26  11:27:54
1313         Log: NetWare tweak from Ananth Kesari.
1314      Branch: perl
1315            ! NetWare/t/Readme.txt
1316 ____________________________________________________________________________
1317 [ 12228] By: jhi                                   on 2001/09/26  11:26:26
1318         Log: Trick to fool case-blind filesystems.
1319      Branch: perl
1320            ! ext/Encode/Makefile.PL
1321 ____________________________________________________________________________
1322 [ 12227] By: sky                                   on 2001/09/26  11:06:50
1323         Log: Threads can start executing in a different order than they were
1324              created.... so we cannot ok() inside the threadstarter.
1325      Branch: perl
1326            ! ext/threads/t/stress_string.t
1327 ____________________________________________________________________________
1328 [ 12226] By: sky                                   on 2001/09/26  07:41:45
1329         Log: Add in stress_string.t to stress test threads a bit more.
1330      Branch: perl
1331            + ext/threads/t/stress_string.t
1332            ! MANIFEST
1333 ____________________________________________________________________________
1334 [ 12225] By: sky                                   on 2001/09/26  07:04:21
1335         Log: Fix negative refcount introduced by #12223.
1336      Branch: perl
1337            ! ext/threads/threads.xs
1338 ____________________________________________________________________________
1339 [ 12224] By: sky                                   on 2001/09/26  06:57:58
1340         Log: Update documentation to match change #12223
1341      Branch: perl
1342            ! sharedsv.c
1343 ____________________________________________________________________________
1344 [ 12223] By: sky                                   on 2001/09/26  06:54:32
1345         Log: Use a separate interpreter for the sharedsv space. Another
1346              negative sv leak. Sigh.
1347      Branch: perl
1348            ! sharedsv.c
1349 ____________________________________________________________________________
1350 [ 12222] By: sky                                   on 2001/09/26  05:58:35
1351         Log: Do the environ assignment in perl_contruct to match perl_destruct.
1352              Now we don't need to perl_parse/perl_run. However environ is a
1353              global....
1354      Branch: perl
1355            ! perl.c
1356 ____________________________________________________________________________
1357 [ 12221] By: sky                                   on 2001/09/26  05:41:02
1358         Log: Move the creation of PL_strtab to perl_construct so we can work
1359              with HV and HEs without running perl_parse.
1360      Branch: perl
1361            ! perl.c
1362 ____________________________________________________________________________
1363 [ 12220] By: gsar                                  on 2001/09/26  02:18:26
1364         Log: integrate macperl changes into maint-5.6
1365      Branch: maint-5.6/perl
1366           !> (integrate 26 files)
1367 ____________________________________________________________________________
1368 [ 12219] By: pudge                                 on 2001/09/26  00:19:35
1369         Log: Fix just a few of the bugs in Mac::InternetConfig (Bug #462999, Axel Rose);
1370              fix doc in Mac::Fonts (Patch #447221, Andreas Marcel Riechert).
1371      Branch: maint-5.6/macperl
1372            ! macos/ext/Mac/Fonts/Fonts.xs
1373            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
1374 ____________________________________________________________________________
1375 [ 12218] By: ams                                   on 2001/09/25  23:31:33
1376         Log: Subject: Re: [PATCH] AutoSplit.t (was Re: Untested libraries update)
1377              From: Nicholas Clark <nick@ccl4.org>
1378              Date: Wed, 26 Sep 2001 01:20:20 +0100
1379              Message-Id: <20010926012020.B48092@plum.flirble.org>
1380      Branch: perl
1381            ! lib/AutoSplit.t
1382 ____________________________________________________________________________
1383 [ 12217] By: ams                                   on 2001/09/25  22:33:05
1384         Log: Subject: [PATCH perl@12180] angle bracket filespec problem on VMS
1385              From: "Craig A. Berry" <craigberry@mac.com>
1386              Date: Tue, 25 Sep 2001 18:08:42 -0500
1387              Message-Id: <5.1.0.14.0.20010925154848.036887d8@exchi01>
1388      Branch: perl
1389            ! vms/vms.c
1390 ____________________________________________________________________________
1391 [ 12216] By: ams                                   on 2001/09/25  21:41:01
1392         Log: Subject: [PATCH lib/AutoSplit.t]  Fixing mysterious TEST failure. (was
1393              Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.)
1394              From: Michael G Schwern <schwern@pobox.com>
1395              Date: Wed, 26 Sep 2001 00:38:21 -0400
1396              Message-Id: <20010926003821.A627@blackrider>
1397      Branch: perl
1398            ! lib/AutoSplit.t
1399 ____________________________________________________________________________
1400 [ 12215] By: jhi                                   on 2001/09/25  21:40:04
1401         Log: Subject: [PATCH lib/Test/Simple.pm lib/Test/Utils.pm] fix test.deparse
1402              From: Michael G Schwern <schwern@pobox.com>
1403              Date: Tue, 25 Sep 2001 17:43:49 -0400
1404              Message-ID: <20010925174349.B19534@blackrider>
1405      Branch: perl
1406            ! lib/Test/Simple.pm lib/Test/Utils.pm
1407 ____________________________________________________________________________
1408 [ 12214] By: pudge                                 on 2001/09/25  21:11:21
1409         Log: Integrate changes from bleadperl.
1410      Branch: maint-5.6/macperl
1411           !> pod/perlport.pod
1412 ____________________________________________________________________________
1413 [ 12213] By: jhi                                   on 2001/09/25  20:37:14
1414         Log: skip($mess) should result in one skip.
1415      Branch: perl
1416            ! t/test.pl
1417 ____________________________________________________________________________
1418 [ 12212] By: pudge                                 on 2001/09/25  20:21:06
1419         Log: Integrate change #12200 from maintperl.
1420      Branch: maint-5.6/macperl
1421           !> win32/perlhost.h
1422 ____________________________________________________________________________
1423 [ 12211] By: pudge                                 on 2001/09/25  20:11:56
1424         Log: Fix file types to "apple"
1425      Branch: maint-5.6/macperl
1426            ! macos/ext/Mac/Menus/t/MenuBar.rsrc
1427            ! macos/ext/Mac/SAT/t/Collision.rsrc
1428 ____________________________________________________________________________
1429 [ 12210] By: pudge                                 on 2001/09/25  19:28:20
1430         Log: Fix rsrc file as snd file; fix path in t file.
1431      Branch: maint-5.6/macperl
1432            ! macos/ext/Mac/Notification/t/Notification.rsrc
1433            ! macos/ext/Mac/Notification/t/Notification.t
1434 ____________________________________________________________________________
1435 [ 12209] By: pudge                                 on 2001/09/25  19:15:57
1436         Log: Sync up with File::Find from bleadperl.
1437      Branch: maint-5.6/macperl
1438            ! lib/File/Find.pm t/lib/filefind-taint.t
1439 ____________________________________________________________________________
1440 [ 12208] By: pudge                                 on 2001/09/25  19:06:48
1441         Log: Ignore SIGPIPE being set to IGNORE.  Temporary fix until we upgrade
1442              to new version of libnet.  (Axel Rose, Paul Schinder, and a cast
1443              of hundreds)
1444      Branch: maint-5.6/macperl
1445            ! macos/bundled_lib/blib/lib/Net/Cmd.pm
1446            ! macos/bundled_lib/blib/lib/Net/FTP/A.pm
1447            ! macos/bundled_lib/blib/lib/Net/FTP/I.pm
1448 ____________________________________________________________________________
1449 [ 12207] By: nick                                  on 2001/09/25  19:04:36
1450         Log: Integrate mainline (untested while modem is up)
1451      Branch: perlio
1452           +> lib/AutoSplit.t t/test.pl
1453            - lib/warnings/register.t
1454           !> (integrate 28 files)
1455 ____________________________________________________________________________
1456 [ 12206] By: jhi                                   on 2001/09/25  17:21:00
1457         Log: perldiag entry for #12205.
1458      Branch: perl
1459            ! pod/perldiag.pod
1460 ____________________________________________________________________________
1461 [ 12205] By: jhi                                   on 2001/09/25  17:20:38
1462         Log: Subject: [PATCH] warning on v-string in use/require
1463              From: John Peacock <jpeacock@rowman.com>
1464              Date: Mon, 24 Sep 2001 17:29:03 -0400
1465              Message-ID: <3BAFA59F.9C0E0339@rowman.com>
1466      Branch: perl
1467            ! ext/IO/lib/IO/Socket.pm pp_ctl.c t/lib/warnings/pp_ctl
1468 ____________________________________________________________________________
1469 [ 12204] By: jhi                                   on 2001/09/25  17:11:02
1470         Log: perltooc et al updates.
1471      Branch: perl
1472            ! plan9/mkfile pod/roffitall
1473 ____________________________________________________________________________
1474 [ 12203] By: jhi                                   on 2001/09/25  17:05:19
1475         Log: Subject: [PATCH pp_sys.c t/op/chdir.t ...] Deprecating chdir(undef)/chdir('')
1476              From: Michael G Schwern <schwern@pobox.com>
1477              Date: Sun, 23 Sep 2001 00:07:12 -0400
1478              Message-ID: <20010923000712.A7005@blackrider>
1479      Branch: perl
1480            ! pod/perl572delta.pod pod/perldiag.pod pp_sys.c t/op/chdir.t
1481 ____________________________________________________________________________
1482 [ 12202] By: jhi                                   on 2001/09/25  16:55:29
1483         Log: Subject: [PATCH perl@12185] Some Encode/*.enc files needs to be corrected
1484              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
1485              Date: Wed, 26 Sep 2001 01:25:10 +0900
1486              Message-Id: <20010926012410.5B86.BQW10602@nifty.com>
1487      Branch: perl
1488            ! ext/Encode/Encode/cp932.enc ext/Encode/Encode/cp936.enc
1489            ! ext/Encode/Encode/cp949.enc ext/Encode/Encode/cp950.enc
1490            ! ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/shiftjis.enc
1491 ____________________________________________________________________________
1492 [ 12201] By: jhi                                   on 2001/09/25  16:52:03
1493         Log: Integrate change #12200 from maintperl;
1494              on windows, virtualized environment could propagate deleted variables
1495              into children if they happen to be at the very end of the table
1496      Branch: perl
1497           !> win32/perlhost.h
1498 ____________________________________________________________________________
1499 [ 12200] By: gsar                                  on 2001/09/25  16:36:01
1500         Log: on windows, virtualized environment could propagate deleted variables
1501              into children if they happen to be at the very end of the table
1502              (thanks for succinct test case from Johan Holmberg, and fix from
1503              Doug Lankshear)
1504      Branch: maint-5.6/perl
1505            ! win32/perlhost.h
1506 ____________________________________________________________________________
1507 [ 12199] By: gsar                                  on 2001/09/25  15:19:13
1508         Log: avoid the use of ftime() (it does a useless, potentially
1509              expensive call to GetTimeZoneInformation()); this potentially
1510              also results in three more digits of precision from
1511              Time::HiRes::time()
1512      Branch: perl
1513            ! ext/Time/HiRes/HiRes.xs
1514 ____________________________________________________________________________
1515 [ 12198] By: jhi                                   on 2001/09/25  14:27:01
1516         Log: Replace the use Test::More in t/{op,io,run} with t/test.pl.
1517              
1518              Note: io/binmode is failing, have to figure out why.
1519      Branch: perl
1520            + t/test.pl
1521            ! MANIFEST t/io/binmode.t t/op/chdir.t t/op/crypt.t
1522            ! t/op/inccode.t t/op/rand.t t/op/srand.t t/op/ver.t
1523            ! t/run/exit.t
1524 ____________________________________________________________________________
1525 [ 12197] By: ams                                   on 2001/09/25  13:48:55
1526         Log: Subject: [PATCH] AutoSplit.t (was Re: Untested libraries update)
1527              From: Nicholas Clark <nick@ccl4.org>
1528              Date: Tue, 25 Sep 2001 00:37:40 +0100
1529              Message-Id: <20010925003740.S4971@plum.flirble.org>
1530              (Further changes expected.)
1531      Branch: perl
1532            + lib/AutoSplit.t
1533            ! MANIFEST
1534 ____________________________________________________________________________
1535 [ 12196] By: sky                                   on 2001/09/25  13:37:12
1536         Log: Second attempt at fixing Time::HiRes::time on win32. Apperently if ENV{TZ} is wrong we fail. New attempt uses 
1537              _ftime to try and be more robust.
1538      Branch: perl
1539            ! ext/Time/HiRes/HiRes.xs
1540 ____________________________________________________________________________
1541 [ 12194] By: ams                                   on 2001/09/25  11:40:00
1542         Log: Subject: [PATCH perl@12180] perltootc -> perltooc in vms/descrip_mms.template
1543              From: "Craig A. Berry" <craigberry@mac.com>
1544              Date: Mon, 24 Sep 2001 17:54:20 -0500
1545              Message-Id: <5.1.0.14.0.20010924171225.01bb0428@exchi01>
1546      Branch: perl
1547            ! vms/descrip_mms.template
1548 ____________________________________________________________________________
1549 [ 12193] By: pudge                                 on 2001/09/25  02:53:42
1550         Log: Fixes for multiline error parsing (Bug #459263); cmd-.
1551              not working, cursor not spinning (Bug #422129); external
1552              editor problems (Bug #456329); escape/cmd-. not activating
1553              "Cancel" in Save dialog box (Bug #446960); Runtimes not
1554              executing on launch (Bug #464441).
1555      Branch: maint-5.6/macperl
1556            ! macos/macish.c macos/macish.h macos/macperl/MPEditor.c
1557            ! macos/macperl/MPGlobals.h macos/macperl/MPScript.c
1558            ! macos/macperl/MacPerl.r
1559 ____________________________________________________________________________
1560 [ 12192] By: pudge                                 on 2001/09/25  02:42:49
1561         Log: Update CPAN.pm to work with new Mac::BuildTools instead
1562              of ExtUtils::MM_MacOS "orphan" functions
1563      Branch: maint-5.6/macperl
1564            ! lib/CPAN.pm
1565 ____________________________________________________________________________
1566 [ 12191] By: pudge                                 on 2001/09/25  02:37:58
1567         Log: Fix up another xsubpp problem (Matthias Neeracher)
1568      Branch: maint-5.6/macperl
1569            ! macos/xsubpp
1570 ____________________________________________________________________________
1571 [ 12190] By: pudge                                 on 2001/09/25  02:37:38
1572         Log: Remove literal tabs from source in MM_MacOS.pm (Thomas Wegner)
1573      Branch: maint-5.6/macperl
1574            ! macos/lib/ExtUtils/MM_MacOS.pm
1575 ____________________________________________________________________________
1576 [ 12189] By: pudge                                 on 2001/09/25  02:37:08
1577         Log: Fix up Makefiles for more Mac:: modules (and prepare for
1578              static build ...?)
1579      Branch: maint-5.6/macperl
1580            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
1581            ! macos/macperl/Makefile.mk
1582 ____________________________________________________________________________
1583 [ 12188] By: pudge                                 on 2001/09/25  02:36:19
1584         Log: Fix up tests
1585      Branch: maint-5.6/macperl
1586            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
1587 ____________________________________________________________________________
1588 [ 12187] By: pudge                                 on 2001/09/25  02:11:13
1589         Log: Make malloc smarter, fix bugs.  (Bug #404030)
1590      Branch: maint-5.6/macperl
1591            ! macos/icemalloc.c macos/icemalloc.h
1592 ____________________________________________________________________________
1593 [ 12186] By: nick                                  on 2001/09/24  19:18:17
1594         Log: Integrate mainline
1595      Branch: perlio
1596           +> ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
1597           +> lib/filetest.t
1598           !> (integrate 30 files)
1599 ____________________________________________________________________________
1600 [ 12185] By: jhi                                   on 2001/09/24  18:56:40
1601         Log: Retract #12136, the warnings::register is already
1602              tested by t/lib/warnings/9enabled, as pointed out
1603              by Paul Marquess.
1604      Branch: perl
1605            - lib/warnings/register.t
1606            ! MANIFEST lib/warnings/register.pm t/lib/1_compile.t
1607 ____________________________________________________________________________
1608 [ 12184] By: gsar                                  on 2001/09/24  18:39:58
1609         Log: fix Time::HiRes implementation of gettimeofday() on windows
1610              (HiRes.t#14 now passes)
1611      Branch: perl
1612            ! ext/Time/HiRes/HiRes.xs
1613 ____________________________________________________________________________
1614 [ 12183] By: gsar                                  on 2001/09/24  18:13:23
1615         Log: File::Spec::catfile() canonifies everything to blackslashes on
1616              windows :-(
1617      Branch: perl
1618            ! lib/ExtUtils/Manifest.t
1619 ____________________________________________________________________________
1620 [ 12182] By: gsar                                  on 2001/09/24  17:59:54
1621         Log: test number mismatch
1622      Branch: perl
1623            ! t/op/magic.t
1624 ____________________________________________________________________________
1625 [ 12181] By: jhi                                   on 2001/09/24  17:10:41
1626         Log: ok().
1627      Branch: perl
1628            ! t/op/pack.t
1629 ____________________________________________________________________________
1630 [ 12180] By: jhi                                   on 2001/09/24  16:09:37
1631         Log: unpack("Z*Z*", pack("Z*Z*", ..)) bug, patch and test from
1632              Wolfgang Laun <Wolfgang.Laun@alcatel.at>
1633      Branch: perl
1634            ! pp_pack.c t/op/pack.t
1635 ____________________________________________________________________________
1636 [ 12179] By: jhi                                   on 2001/09/24  15:46:49
1637         Log: Update Changes.
1638      Branch: perl
1639            ! Changes patchlevel.h
1640 ____________________________________________________________________________
1641 [ 12178] By: jhi                                   on 2001/09/24  14:12:06
1642         Log: Subject: [REPATCH] Re: [PATCH lib/ExtUtils/Manifest.pm] Minor bug in comment logic in maniread() on VMS
1643              From: Michael G Schwern <schwern@pobox.com>
1644              Date: Mon, 24 Sep 2001 11:12:13 -0400
1645              Message-ID: <20010924111213.G27885@blackrider>
1646      Branch: perl
1647            ! lib/ExtUtils/Manifest.pm
1648 ____________________________________________________________________________
1649 [ 12177] By: jhi                                   on 2001/09/24  14:02:32
1650         Log: Subject: [PATCH vms/test.com] Fixing inline TODO recognition
1651              From: Michael G Schwern <schwern@pobox.com> 
1652              Date: Mon, 24 Sep 2001 11:02:07 -0400
1653              Message-ID: <20010924110207.E27885@blackrider>
1654      Branch: perl
1655            ! vms/test.com
1656 ____________________________________________________________________________
1657 [ 12176] By: ams                                   on 2001/09/24  14:01:59
1658         Log: Update Changes.
1659      Branch: perl
1660            ! Changes
1661 ____________________________________________________________________________
1662 [ 12175] By: jhi                                   on 2001/09/24  13:20:28
1663         Log: Various cleanups.
1664      Branch: perl
1665            ! ext/threads/Makefile.PL ext/threads/threads.xs
1666 ____________________________________________________________________________
1667 [ 12173] By: pudge                                 on 2001/09/24  12:56:13
1668         Log: Integrate maint-5.6/perl changes 12024, 12026, 12145, 12146.
1669      Branch: maint-5.6/macperl
1670           !> (integrate 33 files)
1671 ____________________________________________________________________________
1672 [ 12171] By: jhi                                   on 2001/09/24  12:26:58
1673         Log: Subject: [PATCH gb2312.enc] (Re: [PATCH perl@12088] 2022-cn.enc of Encode.pm)
1674              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
1675              Date: Mon, 24 Sep 2001 20:04:58 +0900
1676              Message-Id: <20010924200207.A030.BQW10602@nifty.com>         
1677      Branch: perl
1678            ! ext/Encode/Encode/gb2312.enc
1679 ____________________________________________________________________________
1680 [ 12170] By: jhi                                   on 2001/09/24  12:08:30
1681         Log: Clarifying comment to #12164.
1682      Branch: perl
1683            ! lib/Cwd.pm
1684 ____________________________________________________________________________
1685 [ 12169] By: jhi                                   on 2001/09/24  11:59:33
1686         Log: Subject: [PATCH] Re: What sort of Makefile.PL should h2xs write?
1687              From: Nicholas Clark <nick@ccl4.org>
1688              Date: Sun, 23 Sep 2001 23:00:56 +0100
1689              Message-ID: <20010923230055.Y4971@plum.flirble.org>
1690              
1691              (with "sample_constants" changed to "fallback")
1692      Branch: perl
1693            + ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
1694            ! MANIFEST ext/I18N/Langinfo/Langinfo.xs
1695            ! ext/I18N/Langinfo/Makefile.PL lib/ExtUtils/Constant.pm
1696            ! lib/h2xs.t utils/h2xs.PL
1697 ____________________________________________________________________________
1698 [ 12168] By: jhi                                   on 2001/09/24  11:25:56
1699         Log: Metaconfig unit change for #12167.
1700      Branch: metaconfig
1701            ! U/modified/Cppsym.U
1702 ____________________________________________________________________________
1703 [ 12167] By: jhi                                   on 2001/09/24  11:25:22
1704         Log: Add a few glibc cpp symbols to probe for.
1705      Branch: perl
1706            ! Configure
1707 ____________________________________________________________________________
1708 [ 12166] By: jhi                                   on 2001/09/24  11:14:43
1709         Log: DJGPP tweaks for Laszlo Molnar.
1710      Branch: perl
1711            ! djgpp/djgppsed.sh dosish.h
1712 ____________________________________________________________________________
1713 [ 12165] By: ams                                   on 2001/09/24  10:07:08
1714         Log: Subject: [PATCH t/op/inccode.t] More tests
1715              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
1716              Date: 24 Sep 2001 10:01:44 -0000
1717              Message-Id: <slrn9qu158.l2t.rgarciasuarez@rafael.kazibao.net>
1718      Branch: perl
1719            ! t/op/inccode.t
1720 ____________________________________________________________________________
1721 [ 12164] By: ams                                   on 2001/09/24  09:43:29
1722         Log: Subject: [PATCH Cwd.pm] local $/ = "\n";
1723              From: Jeff 'japhy/Marillion' Pinyan <jeffp@crusoe.net>
1724              Date: Mon, 24 Sep 2001 00:22:32 -0400 (EDT)
1725              Message-Id: <Pine.GSO.4.21.0109240021410.9178-100000@crusoe.crusoe.net>
1726      Branch: perl
1727            ! lib/Cwd.pm
1728 ____________________________________________________________________________
1729 [ 12163] By: jhi                                   on 2001/09/23  22:50:35
1730         Log: 1_compile updates.
1731      Branch: perl
1732            ! t/lib/1_compile.t
1733 ____________________________________________________________________________
1734 [ 12162] By: jhi                                   on 2001/09/23  21:11:22
1735         Log: Subject: [PATCH] proposal : put the @INC-hooks directly in %INC
1736              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1737              Date: Wed, 19 Sep 2001 22:47:14 +0200
1738              Message-ID: <20010919224714.A6382@rafael>
1739      Branch: perl
1740            ! pod/perlvar.pod pp_ctl.c
1741 ____________________________________________________________________________
1742 [ 12161] By: ams                                   on 2001/09/23  17:40:02
1743         Log: Subject: [PATCH MANIFEST lib/filetest t/lib/1_compile.t] Add Tests for
1744              filetest Pragma
1745              From: "chromatic" <chromatic@rmci.net>
1746              Date: Sun, 23 Sep 2001 12:07:25 -0600
1747              Message-Id: <20010923181223.32427.qmail@onion.perl.org>
1748      Branch: perl
1749            + lib/filetest.t
1750            ! MANIFEST t/lib/1_compile.t
1751 ____________________________________________________________________________
1752 [ 12160] By: ams                                   on 2001/09/23  16:32:11
1753         Log: Additional minor chdir() tweak.
1754      Branch: perl
1755            ! pod/perlfunc.pod
1756 ____________________________________________________________________________
1757 [ 12159] By: ams                                   on 2001/09/23  16:25:01
1758         Log: Subject: PATCH lib/ExtUtils/Command.t
1759              From: Abe Timmerman <abe@ztreet.demon.nl>
1760              Date: Sun, 23 Sep 2001 19:11:44 +0200
1761              Message-Id: <b94sqtk7sidi2501apjssfubdc2ulmap38@4ax.com>
1762      Branch: perl
1763            ! lib/ExtUtils/Command.t
1764 ____________________________________________________________________________
1765 [ 12158] By: jhi                                   on 2001/09/23  12:52:36
1766         Log: Subject: [PATCH] Win32 compilation without USE_ITHREADS
1767              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
1768              Date: Sun, 23 Sep 2001 02:02:26 +0200
1769              Message-ID: <3BAD42B2.2951.39B2E2A@localhost>
1770      Branch: perl
1771            ! makedef.pl
1772 ____________________________________________________________________________
1773 [ 12157] By: jhi                                   on 2001/09/23  12:46:05
1774         Log: Subject: [PATCH t/op/study.t] Cleanup & OS/390 "fix"
1775              From: Michael G Schwern <schwern@pobox.com> (by way of Craig A. Berry)         
1776              Date: Sat, 22 Sep 2001 12:54:39 -0500
1777              Message-Id: <a05101003b7d27f77cfa1@[172.16.52.1]>
1778      Branch: perl
1779            ! t/op/study.t
1780 ____________________________________________________________________________
1781 [ 12156] By: nick                                  on 2001/09/23  07:48:44
1782         Log: Integrate mainline
1783      Branch: perlio
1784            - check83.pl
1785           !> ext/Encode/Encode/2022-cn.enc
1786 ____________________________________________________________________________
1787 [ 12155] By: nick                                  on 2001/09/23  07:48:01
1788         Log: Integrate mainline
1789      Branch: perlio
1790           +> (branch 64 files)
1791            - ext/Encode/Encode/cns11643-1.enc
1792            - ext/Encode/Encode/cns11643-2.enc
1793            - ext/Encode/Encode/iso2022-cn.enc
1794            - ext/Encode/Encode/iso2022-jp.enc
1795            - ext/Encode/Encode/iso2022-jp1.enc
1796            - ext/Encode/Encode/iso2022-jp2.enc
1797            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
1798            - ext/Encode/Encode/iso8859-1.enc
1799            - ext/Encode/Encode/iso8859-1.ucm
1800            - ext/Encode/Encode/iso8859-10.enc
1801            - ext/Encode/Encode/iso8859-10.ucm
1802            - ext/Encode/Encode/iso8859-13.enc
1803            - ext/Encode/Encode/iso8859-13.ucm
1804            - ext/Encode/Encode/iso8859-14.enc
1805            - ext/Encode/Encode/iso8859-14.ucm
1806            - ext/Encode/Encode/iso8859-15.enc
1807            - ext/Encode/Encode/iso8859-15.ucm
1808            - ext/Encode/Encode/iso8859-16.enc
1809            - ext/Encode/Encode/iso8859-16.ucm
1810            - ext/Encode/Encode/iso8859-2.enc
1811            - ext/Encode/Encode/iso8859-2.ucm
1812            - ext/Encode/Encode/iso8859-3.enc
1813            - ext/Encode/Encode/iso8859-3.ucm
1814            - ext/Encode/Encode/iso8859-4.enc
1815            - ext/Encode/Encode/iso8859-4.ucm
1816            - ext/Encode/Encode/iso8859-5.enc
1817            - ext/Encode/Encode/iso8859-5.ucm
1818            - ext/Encode/Encode/iso8859-6.enc
1819            - ext/Encode/Encode/iso8859-6.ucm
1820            - ext/Encode/Encode/iso8859-7.enc
1821            - ext/Encode/Encode/iso8859-7.ucm
1822            - ext/Encode/Encode/iso8859-8.enc
1823            - ext/Encode/Encode/iso8859-8.ucm
1824            - ext/Encode/Encode/iso8859-9.enc
1825            - ext/Encode/Encode/iso8859-9.ucm
1826            - ext/Encode/Encode/isoir-197.enc
1827            - ext/Encode/Encode/macRomania.enc pod/perltootc.pod
1828            - t/lib/sample-tests/header_at_end
1829            - t/lib/sample-tests/header_at_end_fail
1830           !> (integrate 174 files)
1831 ____________________________________________________________________________
1832 [ 12154] By: ams                                   on 2001/09/23  07:11:46
1833         Log: Mention $ENV{SYS$LOGIN} in chdir() documentation, as suggested
1834              by Blair Zajac.
1835      Branch: perl
1836            ! pod/perlfunc.pod
1837 ____________________________________________________________________________
1838 [ 12153] By: ams                                   on 2001/09/23  06:56:32
1839         Log: Subject: [PATCH pp.c t/op/gv.t pod/perlref.pod pod/perldiag.pod] Re:
1840              Forgotten deprecation of *glob{FILEHANDLE}?
1841              From: "chromatic" <chromatic@rmci.net>
1842              Date: Sat, 22 Sep 2001 21:27:56 -0600
1843              Message-Id: <20010923033252.33085.qmail@onion.perl.org>
1844      Branch: perl
1845            ! pod/perldiag.pod pod/perlref.pod pp.c t/op/gv.t
1846 ____________________________________________________________________________
1847 [ 12152] By: ams                                   on 2001/09/23  06:42:58
1848         Log: Subject: [PATCH lib/File/Find.pm] Fixing lib/File/Find/t/taint.t on VMS
1849              From: Michael G Schwern <schwern@pobox.com>
1850              Date: Sun, 23 Sep 2001 03:34:39 -0400
1851              Message-Id: <20010923033439.E7005@blackrider>
1852      Branch: perl
1853            ! lib/File/Find.pm
1854 ____________________________________________________________________________
1855 [ 12151] By: ams                                   on 2001/09/23  06:37:57
1856         Log: Subject: Re: t/op/magic.t missing tests on Win32
1857              From: Michael G Schwern <schwern@pobox.com>
1858              Date: Sat, 22 Sep 2001 20:29:09 -0400
1859              Message-Id: <20010922202909.I18223@blackrider>
1860      Branch: perl
1861            ! t/op/magic.t
1862 ____________________________________________________________________________
1863 [ 12150] By: ams                                   on 2001/09/23  06:36:26
1864         Log: Subject: [PATCH MANIFEST lib/Dumpvalue.t lib/Dumpvalue.pm] Add tests for
1865              Dumpvalue.pm
1866              From: "chromatic" <chromatic@rmci.net>
1867              Date: Sat, 22 Sep 2001 19:41:31 -0600
1868              Message-Id: <20010923014628.7739.qmail@onion.perl.org>
1869      Branch: perl
1870            + lib/Dumpvalue.t
1871            ! MANIFEST lib/Dumpvalue.pm
1872 ____________________________________________________________________________
1873 [ 12149] By: ams                                   on 2001/09/23  06:25:35
1874         Log: Subject: [PATCH perl@12088] 2022-cn.enc of Encode.pm
1875              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
1876              Date: Sun, 23 Sep 2001 15:27:56 +0900
1877              Message-Id: <20010923152641.5E26.BQW10602@nifty.com>
1878      Branch: perl
1879            ! ext/Encode/Encode/2022-cn.enc
1880 ____________________________________________________________________________
1881 [ 12148] By: jhi                                   on 2001/09/22  23:33:42
1882         Log: Manual eror in #12147.
1883      Branch: perl
1884            ! win32/win32.c
1885 ____________________________________________________________________________
1886 [ 12147] By: jhi                                   on 2001/09/22  23:25:02
1887         Log: Integrate change #12146 from maintperl;
1888              win32_chdir() et al don't handle a NULL argument gracefully
1889      Branch: perl
1890           !> win32/perlhost.h win32/win32.c
1891 ____________________________________________________________________________
1892 [ 12146] By: gsar                                  on 2001/09/22  23:18:47
1893         Log: win32_chdir() et al don't handle a NULL argument gracefully
1894      Branch: maint-5.6/perl
1895            ! win32/perlhost.h win32/win32.c
1896 ____________________________________________________________________________
1897 [ 12145] By: gsar                                  on 2001/09/22  23:17:42
1898         Log: typo in change#12026
1899      Branch: maint-5.6/perl
1900            ! op.c
1901 ____________________________________________________________________________
1902 [ 12144] By: jhi                                   on 2001/09/22  21:22:28
1903         Log: Subject: [PATCH] Re: scalar context unpack bugs
1904              From: Nicholas Clark <nick@ccl4.org>
1905              Date: Sat, 22 Sep 2001 23:07:56 +0100
1906              Message-ID: <20010922230755.O4971@plum.flirble.org>
1907      Branch: perl
1908            ! pp_pack.c t/op/pack.t
1909 ____________________________________________________________________________
1910 [ 12143] By: jhi                                   on 2001/09/22  21:18:43
1911         Log: Try ExtUtils::Command.t everywhere, not just on Win32
1912              (as suggested by NI-S).  Also allow running it either
1913              in t/ or in the main directory.
1914      Branch: perl
1915            ! lib/ExtUtils/Command.t
1916 ____________________________________________________________________________
1917 [ 12142] By: jhi                                   on 2001/09/22  21:04:39
1918         Log: Update the test on warnings/register.t.
1919      Branch: perl
1920            ! t/lib/1_compile.t
1921 ____________________________________________________________________________
1922 [ 12141] By: jhi                                   on 2001/09/22  20:40:06
1923         Log: The code is now almost tidy enough to keep the IRIX cc happy.
1924      Branch: perl
1925            ! hints/irix_6.sh
1926 ____________________________________________________________________________
1927 [ 12140] By: ams                                   on 2001/09/22  17:26:32
1928         Log: Subject: [PATCH perl@12088] configure.com: don't build 'threads" w/out
1929              use_ithreads
1930              From: "Craig A. Berry" <craigberry@mac.com>
1931              Date: Sat, 22 Sep 2001 13:15:32 -0500
1932              Message-Id: <a05101005b7d284f5192c@[172.16.52.1]>
1933      Branch: perl
1934            ! configure.com
1935 ____________________________________________________________________________
1936 [ 12139] By: ams                                   on 2001/09/22  16:44:08
1937         Log: Do what perl_clone() does for sharedsv functions.
1938      Branch: perl
1939            ! embed.pl proto.h
1940 ____________________________________________________________________________
1941 [ 12138] By: jhi                                   on 2001/09/22  16:42:04
1942         Log: Retract #12134; reintroduce #11949: PADOFFSETs are now UVs
1943              (suggested by Sarathy, extensions shouldn't be dabbling with
1944              op structures, so binary backward compatibility should not be
1945              an issue.)
1946      Branch: perl
1947            ! hints/irix_6.sh op.h
1948 ____________________________________________________________________________
1949 [ 12137] By: ams                                   on 2001/09/22  16:21:05
1950         Log: More cleanups. (What's PERL_DECL_PROT?)
1951      Branch: perl
1952            ! embed.pl proto.h sharedsv.h
1953 ____________________________________________________________________________
1954 [ 12136] By: ams                                   on 2001/09/22  15:14:34
1955         Log: Subject: [PATCH MANIFEST lib/warnings/register.t lib/warnings/register.pm]
1956              Add Tests for warnings::register, Doc Update
1957              From: "chromatic" <chromatic@rmci.net>
1958              Date: Sat, 22 Sep 2001 09:43:20 -0600
1959              Message-Id: <20010922154815.32004.qmail@onion.perl.org>
1960      Branch: perl
1961            + lib/warnings/register.t
1962            ! MANIFEST lib/warnings/register.pm
1963 ____________________________________________________________________________
1964 [ 12135] By: ams                                   on 2001/09/22  15:07:50
1965         Log: `@foo' should be @foo for consistency.
1966      Branch: perl
1967            ! pod/perldiag.pod
1968 ____________________________________________________________________________
1969 [ 12134] By: jhi                                   on 2001/09/22  14:20:47
1970         Log: (Retracted by #12138)
1971              
1972              Add -woff (turn warning off) 3187:
1973              "A pointer is converted to a smaller integer."
1974              This happens when your pointers are 64-bit: then every case
1975              of converting pointers to PADOFFSETs (explicitly 32-bit)
1976              faces truncation (even explicit use of INT2PTR doesn't help).
1977              CxITERVAR(), POPLOOP(), and PUSHLOOP() are afflicted.
1978              Changing PADOFFSET from U32 to UV would help, but that
1979              would break binary backward compatibility of BASEOP and padop
1980              (assuming you have been using 64-bit pointers).
1981      Branch: perl
1982            ! hints/irix_6.sh
1983 ____________________________________________________________________________
1984 [ 12133] By: jhi                                   on 2001/09/22  13:53:49
1985         Log: More 8.3-cleanup: there isn't an encoding called macRumanian,
1986              but the name comes from the inside the file, not from the file
1987              name, and Rumanian is the name of the language.
1988      Branch: perl
1989            + ext/Encode/Encode/macRumanian.enc
1990            - ext/Encode/Encode/macRomania.enc
1991            ! MANIFEST
1992 ____________________________________________________________________________
1993 [ 12132] By: jhi                                   on 2001/09/22  13:48:29
1994         Log: Rename perltootc as perltooc for 8.3-friedliness.
1995      Branch: perl
1996            + pod/perltooc.pod
1997            - pod/perltootc.pod
1998            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlboot.pod
1999            ! pod/perlmod.pod pod/perlobj.pod pod/perltoc.pod
2000            ! pod/perltoot.pod
2001 ____________________________________________________________________________
2002 [ 12131] By: jhi                                   on 2001/09/22  13:38:49
2003         Log: Find more conflicts by lowercasing.
2004      Branch: perl
2005            + Porting/check83.pl
2006            - check83.pl
2007            ! MANIFEST
2008 ____________________________________________________________________________
2009 [ 12130] By: jhi                                   on 2001/09/22  13:20:20
2010         Log: The AIX cc 5.0.0.0 is simply too buggy.
2011      Branch: perl
2012            ! hints/aix.sh
2013 ____________________________________________________________________________
2014 [ 12129] By: ams                                   on 2001/09/22  12:35:38
2015         Log: Uninteresting cleanup.
2016      Branch: perl
2017            ! form.h
2018 ____________________________________________________________________________
2019 [ 12128] By: ams                                   on 2001/09/22  12:28:48
2020         Log: Subject: [PATCH@12110] Missing ")" in CvFILEGV
2021              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
2022              Date: Sat, 22 Sep 2001 14:29:13 +0100
2023              Message-Id: <AIEAJICLCBDNAAOLLOKLAEGADAAA.Paul_Marquess@Yahoo.co.uk>
2024      Branch: perl
2025            ! cv.h
2026 ____________________________________________________________________________
2027 [ 12127] By: ams                                   on 2001/09/22  12:04:28
2028         Log: What's a backet?
2029      Branch: perl
2030            ! dump.c
2031 ____________________________________________________________________________
2032 [ 12126] By: ams                                   on 2001/09/22  10:02:34
2033         Log: Removed duplicated tests #19 and #20.
2034      Branch: perl
2035            ! t/op/do.t
2036 ____________________________________________________________________________
2037 [ 12125] By: ams                                   on 2001/09/22  03:58:41
2038         Log: Subject: Re: [ID 20010919.001] local() fails on imported variables
2039              From: Michael Carman <mjcarman@home.com>
2040              Date: Fri, 21 Sep 2001 17:54:05 -0500
2041              Message-Id: <3BABC50D.6040202@home.com>
2042              (Applied with some changes.)
2043      Branch: perl
2044            ! pod/perlmod.pod
2045 ____________________________________________________________________________
2046 [ 12124] By: ams                                   on 2001/09/22  03:44:19
2047         Log: Subject: [PATCH t/op/chdir.t] Reconciling the Cwd/File::Spec differences
2048              From: Michael G Schwern <schwern@pobox.com>
2049              Date: Fri, 21 Sep 2001 19:20:40 -0400
2050              Message-Id: <20010921192040.E5494@blackrider>
2051      Branch: perl
2052            ! t/op/chdir.t
2053 ____________________________________________________________________________
2054 [ 12123] By: ams                                   on 2001/09/22  03:41:08
2055         Log: Subject: [PATCH] t/op/chdir.t won't pass on VMS
2056              From: Blair Zajac <blair@orcaware.com>
2057              Date: Fri, 21 Sep 2001 15:13:04 -0700
2058              Message-Id: <3BABBB70.55FD41DC@orcaware.com>
2059      Branch: perl
2060            ! t/op/chdir.t
2061 ____________________________________________________________________________
2062 [ 12122] By: ams                                   on 2001/09/22  03:37:07
2063         Log: Subject: [REPATCH] Re: [PATCH t/op/do.t] new regression tests for bug ID
2064              20010920.007
2065              From: Michael G Schwern <schwern@pobox.com>
2066              Date: Fri, 21 Sep 2001 17:59:03 -0400
2067              Message-Id: <20010921175903.V5494@blackrider>
2068      Branch: perl
2069            ! t/op/do.t
2070 ____________________________________________________________________________
2071 [ 12121] By: ams                                   on 2001/09/22  03:30:38
2072         Log: Subject: [PATCH pod/perlport.pod] expand DOS-like table (was Re: test
2073              suite on WinCE)
2074              From: Michael G Schwern <schwern@pobox.com>
2075              Date: Fri, 21 Sep 2001 19:41:03 -0400
2076              Message-Id: <20010921194103.G5494@blackrider>
2077      Branch: perl
2078            ! pod/perlport.pod
2079 ____________________________________________________________________________
2080 [ 12120] By: ams                                   on 2001/09/22  03:28:06
2081         Log: Subject: [PATCH t/op/magic.t] Re: Weird $ENV{FOO} = undef warning
2082              From: Michael G Schwern <schwern@pobox.com>
2083              Date: Fri, 21 Sep 2001 17:33:35 -0400
2084              Message-Id: <20010921173335.T5494@blackrider>
2085              ($ENV{FOO}=undef hunk not applied.)
2086      Branch: perl
2087            ! t/op/magic.t
2088 ____________________________________________________________________________
2089 [ 12119] By: ams                                   on 2001/09/22  03:02:26
2090         Log: Subject: [PATCH] perldiag.pod
2091              From: Peter Scott <Peter@PSDT.com>
2092              Date: Fri, 21 Sep 2001 18:54:50 -0700
2093              Message-Id: <4.3.2.7.2.20010921183823.00aa9890@mail.webquarry.com>
2094              (Moved to the right place.)
2095      Branch: perl
2096            ! pod/perldiag.pod
2097 ____________________________________________________________________________
2098 [ 12118] By: ams                                   on 2001/09/21  20:05:29
2099         Log: Subject: [PATCH t/op/do.t] new regression tests for bug ID 20010920.007
2100              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2101              Date: Fri, 21 Sep 2001 22:36:54 +0200
2102              Message-Id: <20010921223654.A12742@rafael>
2103      Branch: perl
2104            ! t/op/do.t
2105 ____________________________________________________________________________
2106 [ 12117] By: jhi                                   on 2001/09/21  20:05:23
2107         Log: Restore things as they were before
2108              the backward compatibility police notices.
2109      Branch: perl
2110            ! lib/Cwd.pm
2111 ____________________________________________________________________________
2112 [ 12116] By: jhi                                   on 2001/09/21  17:52:28
2113         Log: More Cwd from Schwern: make also OS/2 and DOS
2114              Cwd agree with File::Spec (that is, native path
2115              syntax using \ instead of / -- backward compatibility
2116              polic warning) and stop Win32 from using bsd_realpath().
2117      Branch: perl
2118            ! lib/Cwd.pm
2119 ____________________________________________________________________________
2120 [ 12115] By: jhi                                   on 2001/09/21  17:19:03
2121         Log: Subject: [PATCH @12110] RE: Untested libraries update
2122              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
2123              Date: Fri, 21 Sep 2001 18:21:07 +0100
2124              Message-ID: <AIEAJICLCBDNAAOLLOKLOEENDAAA.Paul_Marquess@Yahoo.co.uk>
2125      Branch: perl
2126            ! lib/warnings/register.pm
2127 ____________________________________________________________________________
2128 [ 12114] By: jhi                                   on 2001/09/21  17:09:52
2129         Log: Subject: Re: And now the Cwd problem (was Re: chdir.t problem...)
2130              From: Michael G Schwern <schwern@pobox.com>
2131              Date: Thu, 20 Sep 2001 22:54:02 -0400
2132              Message-ID: <20010920225402.A3611@blackrider>
2133      Branch: perl
2134            ! lib/Cwd.pm
2135 ____________________________________________________________________________
2136 [ 12113] By: ams                                   on 2001/09/21  17:08:24
2137         Log: Subject: [PATCH] avoid v-strings with require/use
2138              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
2139              Date: Fri, 21 Sep 2001 12:34:40 -0400
2140              Message-Id: <20010921123440.A148500@linguist.thayer.dartmouth.edu>
2141      Branch: perl
2142            ! ext/ByteLoader/bytecode.h ext/Data/Dumper/Dumper.pm
2143            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/Dir.pm
2144            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
2145            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
2146            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
2147            ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Cwd.pm
2148            ! lib/Dumpvalue.pm lib/ExtUtils/Command.pm
2149            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
2150            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
2151            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
2152            ! lib/File/CheckTree.pm lib/File/Compare.pm lib/File/Copy.pm
2153            ! lib/File/Find.pm lib/File/Path.pm lib/File/stat.pm
2154            ! lib/FileHandle.pm lib/Math/Trig.pm lib/Net/Ping.pm
2155            ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
2156            ! lib/Net/servent.pm lib/Shell.pm lib/Tie/Array.pm
2157            ! lib/Tie/Handle.pm lib/Time/Local.pm lib/Time/gmtime.pm
2158            ! lib/Time/localtime.pm lib/User/grent.pm lib/base.pm
2159            ! lib/diagnostics.pm lib/fields.pm lib/vars.pm
2160            ! pod/perl56delta.pod pod/perlfunc.pod pp_ctl.c utils/pl2pm.PL
2161 ____________________________________________________________________________
2162 [ 12110] By: jhi                                   on 2001/09/21  13:59:13
2163         Log: Update Changes.
2164      Branch: perl
2165            ! Changes patchlevel.h
2166 ____________________________________________________________________________
2167 [ 12109] By: jhi                                   on 2001/09/21  13:44:43
2168         Log: Make AIX and Tru64 compilers happy.  
2169      Branch: perl
2170            ! ext/threads/threads.h ext/threads/threads.xs
2171 ____________________________________________________________________________
2172 [ 12108] By: jhi                                   on 2001/09/21  12:16:27
2173         Log: Subject: [PATCH] Re: [ID 20010920.007] q and qq does not work after do
2174              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
2175              Date: 21 Sep 2001 09:16:37 -0000
2176              Message-Id: <slrn9qm1ca.h6b.rgarciasuarez@rafael.kazibao.net>
2177      Branch: perl
2178            ! toke.c
2179 ____________________________________________________________________________
2180 [ 12107] By: jhi                                   on 2001/09/21  12:14:41
2181         Log: Subject: [PATCH pp_sys.c] pp_chdir Win32 fix
2182              From: Michael G Schwern <schwern@pobox.com>
2183              Date: Thu, 20 Sep 2001 21:21:34 -0400
2184              Message-ID: <20010920212134.Y28291@blackrider>
2185      Branch: perl
2186            ! pp_sys.c
2187 ____________________________________________________________________________
2188 [ 12106] By: jhi                                   on 2001/09/21  12:12:09
2189         Log: Subject: Re: GDB Debugging Macros from mod_perl
2190              From: rspier@pobox.com (Robert Spier)
2191              Date: Thu, 20 Sep 2001 22:45:03 -0700
2192              Message-ID: <15274.54239.413929.49430@rls.cx>
2193      Branch: perl
2194            ! pod/perltodo.pod
2195 ____________________________________________________________________________
2196 [ 12105] By: sky                                   on 2001/09/21  10:33:34
2197         Log: Fixed bug where Time::HiRes::time returned time adjusted to 
2198              timezone! GetSystemTime should be available on all Win32 
2199              platforms we support. Perhaps Time::HiRes should be extended to
2200              support WinCE and Novell?
2201      Branch: perl
2202            ! ext/Time/HiRes/HiRes.xs
2203 ____________________________________________________________________________
2204 [ 12104] By: sky                                   on 2001/09/21  08:12:39
2205         Log: Attempt to fix solaris issue raised by Andy Dougherty.  
2206      Branch: perl
2207            ! ext/threads/threads.h ext/threads/threads.xs
2208 ____________________________________________________________________________
2209 [ 12103] By: sky                                   on 2001/09/21  07:57:41
2210         Log: Rename the *thread* functions to Perl_* to avoid clashes.
2211              Notably on AIX but could become a problem on other platforms.
2212      Branch: perl
2213            ! ext/threads/threads.h ext/threads/threads.xs
2214 ____________________________________________________________________________
2215 [ 12102] By: sky                                   on 2001/09/21  07:35:30
2216         Log: Add the shared sv space to the global vars.
2217              Fix problems compiling on win32.
2218      Branch: perl
2219            ! embedvar.h ext/threads/threads.xs perlapi.h perlvars.h
2220            ! sharedsv.c sharedsv.h
2221 ____________________________________________________________________________
2222 [ 12101] By: ams                                   on 2001/09/21  00:19:55
2223         Log: Subject: [PATCH] win32/Makefile warning fix
2224              From: Blair Zajac <blair@orcaware.com>
2225              Date: Thu, 20 Sep 2001 18:15:43 -0700
2226              Message-Id: <3BAA94BF.FFD5FC3A@orcaware.com>
2227      Branch: perl
2228            ! win32/Makefile
2229 ____________________________________________________________________________
2230 [ 12100] By: jhi                                   on 2001/09/20  21:57:04
2231         Log: Subject: [PATCH bleadperl] Command.t patch had some errors... sorry.
2232              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
2233              Date: Thu, 20 Sep 2001 18:36:22 +0200
2234              Message-ID: <549856591.20010920183622@tesla.rcub.bg.ac.yu>
2235      Branch: perl
2236            ! lib/ExtUtils/Command.t
2237 ____________________________________________________________________________
2238 [ 12099] By: jhi                                   on 2001/09/20  21:53:00
2239         Log: Cant spl wirth a dam.
2240      Branch: perl
2241            ! intrpvar.h
2242 ____________________________________________________________________________
2243 [ 12098] By: jhi                                   on 2001/09/20  21:52:24
2244         Log: Don't use C++ comments.
2245      Branch: perl
2246            ! ext/threads/threads.xs
2247 ____________________________________________________________________________
2248 [ 12097] By: ams                                   on 2001/09/20  21:42:07
2249         Log: Change #12044 didn't.
2250      Branch: perl
2251            ! lib/constant.pm
2252 ____________________________________________________________________________
2253 [ 12096] By: jhi                                   on 2001/09/20  13:38:44
2254         Log: Metaconfig unit changes for #12095.
2255      Branch: metaconfig
2256            ! U/modified/Myinit.U U/modified/libs.U
2257 ____________________________________________________________________________
2258 [ 12095] By: jhi                                   on 2001/09/20  13:38:22
2259         Log: Remove iconv references since we are not using it
2260              and not going to; regen perltoc, perlmodlib.
2261              (Some references still linger in perltoc, have to figure
2262              out where they are coming from.)
2263      Branch: perl
2264            ! Configure NetWare/config.wc NetWare/config_H.wc
2265            ! Porting/Glossary Porting/config.sh Porting/config_H
2266            ! config_h.SH configure.com epoc/config.sh perl.h
2267            ! pod/perlmodlib.pod pod/perltoc.pod uconfig.h uconfig.sh
2268            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
2269            ! vos/config.ga.h win32/config.bc win32/config.gc
2270            ! win32/config.vc win32/config_H.bc win32/config_H.gc
2271            ! win32/config_H.vc wince/config.ce wince/config.h
2272            ! wince/config_H.ce
2273 ____________________________________________________________________________
2274 [ 12094] By: jhi                                   on 2001/09/20  12:49:17
2275         Log: Subject: [PATCH docs] Re: ARGV and read
2276              From: Dave Mitchell <davem@fdgroup.co.uk>
2277              Date: Thu, 20 Sep 2001 13:21:31 +0100 (BST)
2278              Message-Id: <200109201221.NAA04258@gizmo.fdgroup.co.uk>
2279      Branch: perl
2280            ! pod/perltodo.pod pod/perlvar.pod
2281 ____________________________________________________________________________
2282 [ 12093] By: jhi                                   on 2001/09/20  12:45:35
2283         Log: Fresh copies from the cvs.perl.org perlfaq repository.
2284      Branch: perl
2285            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
2286            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
2287            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
2288            ! pod/perlfaq9.pod
2289 ____________________________________________________________________________
2290 [ 12092] By: jhi                                   on 2001/09/20  12:32:44
2291         Log: Subject: [PATCH] Re: n questions (was Re: 4 questions about pack/unpack)        
2292              From: Nicholas Clark <nick@ccl4.org>
2293              Date: Thu, 20 Sep 2001 14:27:08 +0100
2294              Message-ID: <20010920142708.X4971@plum.flirble.org>
2295      Branch: perl
2296            ! pp_pack.c t/op/pack.t
2297 ____________________________________________________________________________
2298 [ 12091] By: jhi                                   on 2001/09/20  12:16:50
2299         Log: The sharedsv_space* are variables, not code.  Duh.
2300      Branch: perl
2301            ! intrpvar.h makedef.pl
2302 ____________________________________________________________________________
2303 [ 12090] By: ams                                   on 2001/09/20  11:26:06
2304         Log: Subject: [patch lib/lib_pm.PL]
2305              From: Stas Bekman <stas@stason.org>
2306              Date: Thu, 20 Sep 2001 18:48:53 +0800
2307              Message-Id: <3BA9C995.6010302@stason.org>
2308              (Applied by hand.)
2309      Branch: perl
2310            ! lib/lib_pm.PL
2311 ____________________________________________________________________________
2312 [ 12089] By: jhi                                   on 2001/09/20  01:36:23
2313         Log: Only 21 tests, skipping or not.
2314      Branch: perl
2315            ! lib/ExtUtils/Command.t
2316 ____________________________________________________________________________
2317 [ 12088] By: jhi                                   on 2001/09/19  18:54:37
2318         Log: New exported symbols.
2319      Branch: perl
2320            ! makedef.pl
2321 ____________________________________________________________________________
2322 [ 12087] By: jhi                                   on 2001/09/19  13:45:59
2323         Log: Update Changes.
2324      Branch: perl
2325            ! Changes patchlevel.h
2326 ____________________________________________________________________________
2327 [ 12086] By: jhi                                   on 2001/09/19  13:02:58
2328         Log: Correct numbering of the tests is useful.
2329      Branch: perl
2330            ! ext/threads/t/basic.t
2331 ____________________________________________________________________________
2332 [ 12085] By: jhi                                   on 2001/09/19  12:11:15
2333         Log: More tests now too.
2334      Branch: perl
2335            ! lib/ExtUtils/Command.t
2336 ____________________________________________________________________________
2337 [ 12084] By: jhi                                   on 2001/09/19  12:08:33
2338         Log: More tests now.
2339      Branch: perl
2340            ! ext/threads/t/basic.t
2341 ____________________________________________________________________________
2342 [ 12083] By: jhi                                   on 2001/09/19  11:35:55
2343         Log: The test assumed 7-bit ASCII.  Now it "just"
2344              assumes 8-bit whatever.
2345      Branch: perl
2346            ! t/op/crypt.t
2347 ____________________________________________________________________________
2348 [ 12082] By: jhi                                   on 2001/09/19  11:19:56
2349         Log: Subject: Re: [PATCH] Smoke 12057 /pro/3gl/CPAN/perl-current
2350              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2351              Date: Wed, 19 Sep 2001 11:45:28 +0200
2352              Message-Id: <20010919110037.19C7.H.M.BRAND@hccnet.nl>
2353              
2354              Lvalue casts are not portable.
2355      Branch: perl
2356            ! ext/threads/threads.xs
2357 ____________________________________________________________________________
2358 [ 12081] By: sky                                   on 2001/09/19  10:17:52
2359         Log: Make the basic test contain only realy basic API tests
2360              Seems to be a problem with detach.
2361      Branch: perl
2362            ! ext/threads/t/basic.t
2363 ____________________________________________________________________________
2364 [ 12080] By: ams                                   on 2001/09/19  01:23:55
2365         Log: Subject: [PATCH] Syncing with Test::Simple 0.19
2366              From: Michael G Schwern <schwern@pobox.com>
2367              Date: Tue, 18 Sep 2001 19:53:48 -0400
2368              Message-Id: <20010918195348.M585@blackrider>
2369              
2370              Subject: [REPATCH] Re: [PATCH lib/Test/More.pm] Stray newline confusing t/TEST
2371              From: Michael G Schwern <schwern@pobox.com>
2372              Date: Tue, 18 Sep 2001 22:07:13 -0400
2373              Message-Id: <20010918220713.B19616@blackrider>
2374      Branch: perl
2375            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
2376            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
2377            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t
2378            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/todo.t
2379            ! lib/Test/Tutorial.pod
2380 ____________________________________________________________________________
2381 [ 12079] By: jhi                                   on 2001/09/19  00:19:45
2382         Log: Indent the test a bit.
2383      Branch: perl
2384            ! ext/threads/t/basic.t
2385 ____________________________________________________________________________
2386 [ 12078] By: jhi                                   on 2001/09/18  22:54:21
2387         Log: Subject: [PATCH bleadperl] added tainting for getcwd for Win32
2388              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
2389              Date: Tue, 18 Sep 2001 18:06:44 +0200
2390              Message-ID: <11018348611.20010918180644@tesla.rcub.bg.ac.yu>
2391      Branch: perl
2392            ! win32/win32.c
2393 ____________________________________________________________________________
2394 [ 12077] By: jhi                                   on 2001/09/18  22:52:24
2395         Log: Subject: stat access time is wrong on Win95
2396              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
2397              Date: Tue, 18 Sep 2001 21:59:24 +0200
2398              Message-ID: <413158386.20010918215924@tesla.rcub.bg.ac.yu>
2399      Branch: perl
2400            ! lib/ExtUtils/Command.pm lib/ExtUtils/Command.t
2401 ____________________________________________________________________________
2402 [ 12076] By: ams                                   on 2001/09/18  22:11:25
2403         Log: Subject: [PATCH] Re: [PATCH] t/op/crypt.t
2404              From: Michael G Schwern <schwern@pobox.com>
2405              Date: Tue, 18 Sep 2001 18:47:14 -0400
2406              Message-Id: <20010918184714.I585@blackrider>
2407      Branch: perl
2408            ! t/op/crypt.t
2409 ____________________________________________________________________________
2410 [ 12075] By: sky                                   on 2001/09/18  19:29:37
2411         Log: two test failures
2412              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2413              Message-ID: <20010918221702.A17408@rafael>
2414              partly applied, #12074 already fixed half the patch
2415      Branch: perl
2416            ! ext/threads/t/basic.t
2417 ____________________________________________________________________________
2418 [ 12074] By: sky                                   on 2001/09/18  18:49:03
2419         Log: Fixes test case failure introduced by #12071, the warning is
2420              now correctly spelled :-)
2421      Branch: perl
2422            ! ext/IO/lib/IO/t/io_sel.t
2423 ____________________________________________________________________________
2424 [ 12073] By: sky                                   on 2001/09/18  18:46:22
2425         Log: Make the test behave properly!
2426      Branch: perl
2427            ! ext/threads/t/basic.t
2428 ____________________________________________________________________________
2429 [ 12072] By: ams                                   on 2001/09/18  18:44:59
2430         Log: OP_RCATLINE is an SVOP, not a BASEOP.
2431      Branch: perl
2432            ! opcode.h opcode.pl
2433 ____________________________________________________________________________
2434 [ 12071] By: ams                                   on 2001/09/18  18:06:27
2435         Log: Deprecate != Depreciate.
2436      Branch: perl
2437            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Select.pm
2438            ! lib/Pod/ParseUtils.pm
2439 ____________________________________________________________________________
2440 [ 12070] By: ams                                   on 2001/09/18  15:14:58
2441         Log: Subject: [PATCH] Getopt::Std cleanup
2442              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2443              Date: Tue, 18 Sep 2001 17:32:13 +0200
2444              Message-Id: <20010918173213.C777@rafael>
2445      Branch: perl
2446            ! lib/Getopt/Std.pm lib/Getopt/Std.t
2447 ____________________________________________________________________________
2448 [ 12069] By: sky                                   on 2001/09/18  14:56:33
2449         Log: Forgot the makefile
2450      Branch: perl
2451            + ext/threads/Makefile.PL
2452 ____________________________________________________________________________
2453 [ 12068] By: sky                                   on 2001/09/18  14:13:26
2454         Log: Adds the thread 0.05 module. It is now moved to the core from CPAN.
2455              The test will fail because of Test.pm not knowing about threads. 
2456              basic needs to be manually tested
2457              compile time warnings on IV2PTR conversions need to be fixed
2458      Branch: perl
2459            + ext/threads/Changes ext/threads/README ext/threads/t/basic.t
2460            + ext/threads/threads.h ext/threads/threads.pm
2461            + ext/threads/threads.xs
2462            ! MANIFEST
2463 ____________________________________________________________________________
2464 [ 12067] By: jhi                                   on 2001/09/18  11:51:08
2465         Log: DJGPP tweak from Laszlo Molnar.
2466      Branch: perl
2467            ! djgpp/config.over
2468 ____________________________________________________________________________
2469 [ 12066] By: sky                                   on 2001/09/18  10:24:31
2470         Log: Changed how ownership of mutexes are held. We never hold a mutex only a slot indicating that we own the lock.
2471      Branch: perl
2472            ! sharedsv.c sharedsv.h
2473 ____________________________________________________________________________
2474 [ 12065] By: jhi                                   on 2001/09/18  00:00:09
2475         Log: Strip ^iso- from the Encode filenames to be 8.3-friendly,
2476              ditto ^cns.
2477      Branch: perl
2478            + ext/Encode/Encode/11643-1.enc ext/Encode/Encode/11643-2.enc
2479            + ext/Encode/Encode/2022-cn.enc ext/Encode/Encode/2022-jp.enc
2480            + ext/Encode/Encode/2022-jp1.enc ext/Encode/Encode/2022-jp2.enc
2481            + ext/Encode/Encode/2022-kr.enc ext/Encode/Encode/2022.enc
2482            + ext/Encode/Encode/8859-1.enc ext/Encode/Encode/8859-1.ucm
2483            + ext/Encode/Encode/8859-10.enc ext/Encode/Encode/8859-10.ucm
2484            + ext/Encode/Encode/8859-11.enc ext/Encode/Encode/8859-11.ucm
2485            + ext/Encode/Encode/8859-13.enc ext/Encode/Encode/8859-13.ucm
2486            + ext/Encode/Encode/8859-14.enc ext/Encode/Encode/8859-14.ucm
2487            + ext/Encode/Encode/8859-15.enc ext/Encode/Encode/8859-15.ucm
2488            + ext/Encode/Encode/8859-16.enc ext/Encode/Encode/8859-16.ucm
2489            + ext/Encode/Encode/8859-2.enc ext/Encode/Encode/8859-2.ucm
2490            + ext/Encode/Encode/8859-3.enc ext/Encode/Encode/8859-3.ucm
2491            + ext/Encode/Encode/8859-4.enc ext/Encode/Encode/8859-4.ucm
2492            + ext/Encode/Encode/8859-5.enc ext/Encode/Encode/8859-5.ucm
2493            + ext/Encode/Encode/8859-6.enc ext/Encode/Encode/8859-6.ucm
2494            + ext/Encode/Encode/8859-7.enc ext/Encode/Encode/8859-7.ucm
2495            + ext/Encode/Encode/8859-8.enc ext/Encode/Encode/8859-8.ucm
2496            + ext/Encode/Encode/8859-9.enc ext/Encode/Encode/8859-9.ucm
2497            + ext/Encode/Encode/ir-197.enc
2498            - ext/Encode/Encode/cns11643-1.enc
2499            - ext/Encode/Encode/cns11643-2.enc
2500            - ext/Encode/Encode/iso2022-cn.enc
2501            - ext/Encode/Encode/iso2022-jp.enc
2502            - ext/Encode/Encode/iso2022-jp1.enc
2503            - ext/Encode/Encode/iso2022-jp2.enc
2504            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
2505            - ext/Encode/Encode/iso8859-1.enc
2506            - ext/Encode/Encode/iso8859-1.ucm
2507            - ext/Encode/Encode/iso8859-10.enc
2508            - ext/Encode/Encode/iso8859-10.ucm
2509            - ext/Encode/Encode/iso8859-11.enc
2510            - ext/Encode/Encode/iso8859-11.ucm
2511            - ext/Encode/Encode/iso8859-13.enc
2512            - ext/Encode/Encode/iso8859-13.ucm
2513            - ext/Encode/Encode/iso8859-14.enc
2514            - ext/Encode/Encode/iso8859-14.ucm
2515            - ext/Encode/Encode/iso8859-15.enc
2516            - ext/Encode/Encode/iso8859-15.ucm
2517            - ext/Encode/Encode/iso8859-16.enc
2518            - ext/Encode/Encode/iso8859-16.ucm
2519            - ext/Encode/Encode/iso8859-2.enc
2520            - ext/Encode/Encode/iso8859-2.ucm
2521            - ext/Encode/Encode/iso8859-3.enc
2522            - ext/Encode/Encode/iso8859-3.ucm
2523            - ext/Encode/Encode/iso8859-4.enc
2524            - ext/Encode/Encode/iso8859-4.ucm
2525            - ext/Encode/Encode/iso8859-5.enc
2526            - ext/Encode/Encode/iso8859-5.ucm
2527            - ext/Encode/Encode/iso8859-6.enc
2528            - ext/Encode/Encode/iso8859-6.ucm
2529            - ext/Encode/Encode/iso8859-7.enc
2530            - ext/Encode/Encode/iso8859-7.ucm
2531            - ext/Encode/Encode/iso8859-8.enc
2532            - ext/Encode/Encode/iso8859-8.ucm
2533            - ext/Encode/Encode/iso8859-9.enc
2534            - ext/Encode/Encode/iso8859-9.ucm
2535            - ext/Encode/Encode/isoir-197.enc
2536            ! MANIFEST ext/Encode/Encode/Tcl.t ext/Encode/Makefile.PL
2537 ____________________________________________________________________________
2538 [ 12064] By: jhi                                   on 2001/09/17  23:53:38
2539         Log: Must Uppercase.
2540      Branch: perl
2541            ! ext/Encode/Encode.pm
2542 ____________________________________________________________________________
2543 [ 12063] By: jhi                                   on 2001/09/17  23:39:28
2544         Log: Add various encodings.
2545      Branch: perl
2546            + ext/Encode/Encode/iso8859-11.enc
2547            + ext/Encode/Encode/iso8859-11.ucm ext/Encode/Encode/koi8-f.enc
2548            + ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-u.enc
2549            + ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/nextstep.enc
2550            + ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/roman8.enc
2551            + ext/Encode/Encode/roman8.ucm ext/Encode/Encode/viscii.enc
2552            + ext/Encode/Encode/viscii.ucm
2553            ! MANIFEST ext/Encode/Encode.pm
2554 ____________________________________________________________________________
2555 [ 12062] By: jhi                                   on 2001/09/17  22:48:21
2556         Log: lib/unicode relic.
2557      Branch: perl
2558            ! ext/Encode/compile
2559 ____________________________________________________________________________
2560 [ 12061] By: jhi                                   on 2001/09/17  20:50:16
2561         Log: Subject: [PATCH] Re: filename problems
2562              From: Michael G Schwern <schwern@pobox.com>
2563              Date: Mon, 17 Sep 2001 17:26:26 -0400
2564              Message-ID: <20010917172626.Q585@blackrider>
2565      Branch: perl
2566            + t/lib/sample-tests/head_end t/lib/sample-tests/head_fail
2567            - t/lib/sample-tests/header_at_end
2568            - t/lib/sample-tests/header_at_end_fail
2569            ! MANIFEST lib/Test/Harness/t/test-harness.t
2570 ____________________________________________________________________________
2571 [ 12060] By: jhi                                   on 2001/09/17  20:14:53
2572         Log: Explicitly explain the 1e9 seconds, not everybody
2573              is a C geek.
2574      Branch: perl
2575            ! ext/Time/HiRes/HiRes.pm
2576 ____________________________________________________________________________
2577 [ 12059] By: jhi                                   on 2001/09/17  20:07:20
2578         Log: Explain an apparent bug reported by
2579              Richard J. Barbalace <rjbarbal@MIT.EDU>,
2580              with additional explanation from Gisle Aas.
2581      Branch: perl
2582            ! ext/Time/HiRes/HiRes.pm
2583 ____________________________________________________________________________
2584 [ 12058] By: ams                                   on 2001/09/17  19:52:01
2585         Log: Subject: [PATCH t/lib/warnings/pp, t/lib/warnings/op] new tests
2586              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2587              Date: Mon, 17 Sep 2001 22:48:05 +0200
2588              Message-Id: <20010917224805.C11744@rafael>
2589      Branch: perl
2590            ! t/lib/warnings/op t/lib/warnings/pp
2591 ____________________________________________________________________________
2592 [ 12057] By: ams                                   on 2001/09/17  16:51:18
2593         Log: Its a nit!
2594      Branch: perl
2595            ! sv.h
2596 ____________________________________________________________________________
2597 [ 12056] By: ams                                   on 2001/09/17  16:47:55
2598         Log: Subject: [PATCH perl@12023] waitpid enhancements for VMS
2599              From: "Craig A. Berry" <craigberry@mac.com>
2600              Date: Mon, 17 Sep 2001 12:34:20 -0500
2601              Message-Id: <5.1.0.14.0.20010916222208.0469cdf8@exchi01>
2602      Branch: perl
2603            ! vms/vms.c
2604 ____________________________________________________________________________
2605 [ 12055] By: ams                                   on 2001/09/17  16:05:15
2606         Log: Subject: [PATCH] Make CPAN.pm use Digest::MD5
2607              From: Gisle Aas <gisle@ActiveState.com>
2608              Date: 16 Apr 2001 16:20:34 -0700
2609              Message-ID: <lrlmp0sa7x.fsf@caliper.ActiveState.com>
2610              (Applied by hand.)
2611      Branch: perl
2612            ! lib/CPAN.pm lib/CPAN/Nox.pm
2613 ____________________________________________________________________________
2614 [ 12054] By: jhi                                   on 2001/09/17  14:06:26
2615         Log: Update Changes.
2616      Branch: perl
2617            ! Changes patchlevel.h
2618 ____________________________________________________________________________
2619 [ 12053] By: jhi                                   on 2001/09/17  13:45:26
2620         Log: Adding new files to the MANIFEST is always nice.
2621      Branch: perl
2622            ! MANIFEST
2623 ____________________________________________________________________________
2624 [ 12052] By: jhi                                   on 2001/09/17  13:12:31
2625         Log: Reindent the PerlIO files (suggested by NI-S), used
2626              indent -kr -nce -psl -sc -TSV -TAV -THV -TGV -TIV -TUV -TNV -TMAGIC -TFILE -TPerlIO -TPerlIO_list_t -TPerlIO_funcs -TPerlIO_pair_t
2627              (GNU indent).  Note that wholesale re-indenting might
2628              be nice, but that would break nice formatting/alignment
2629              of assignments, equality testing, and complex boolean
2630              expressions with lots of &s and |s.
2631      Branch: perl
2632            ! perlio.c perlio.h perliol.h
2633 ____________________________________________________________________________
2634 [ 12051] By: jhi                                   on 2001/09/17  12:55:53
2635         Log: Add a script for being 8.3-polite.
2636              The found conflicts are being worked on.
2637      Branch: perl
2638            + check83.pl
2639            ! MANIFEST Porting/pumpkin.pod
2640 ____________________________________________________________________________
2641 [ 12050] By: sky                                   on 2001/09/17  12:44:36
2642         Log: Fixes coredump introduced by 11755 and 11790. Thanks to Doug for
2643              finding it.
2644      Branch: perl
2645            ! sv.c
2646 ____________________________________________________________________________
2647 [ 12049] By: jhi                                   on 2001/09/17  11:55:07
2648         Log: Bump up versions because of #12041.
2649      Branch: perl
2650            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
2651            ! ext/IO/lib/IO/Pipe.pm lib/Fatal.pm lib/Time/gmtime.pm
2652            ! lib/Time/localtime.pm
2653 ____________________________________________________________________________
2654 [ 12048] By: jhi                                   on 2001/09/17  11:51:54
2655         Log: Bump the version number because of #12042.
2656      Branch: perl
2657            ! lib/CPAN/FirstTime.pm
2658 ____________________________________________________________________________
2659 [ 12047] By: ams                                   on 2001/09/17  11:21:40
2660         Log: Subject: Re: [PATCH] turn $a.=<F> into an RCATLINE
2661              From: Abhijit Menon-Sen <ams@wiw.org>
2662              Date: Mon, 17 Sep 2001 17:44:12 +0530
2663              Message-Id: <20010917174412.B7058@lustre.dyn.wiw.org>
2664      Branch: perl
2665            ! op.c
2666 ____________________________________________________________________________
2667 [ 12046] By: sky                                   on 2001/09/17  07:14:17
2668         Log: Subject: Re: t/op/ver.t using skip() improperly
2669              From: "chromatic" <chromatic@rmci.net>
2670              Date: Mon, 17 Sep 2001 00:22:29 -0600
2671              Message-ID: <20010917062713.47716.qmail@onion.perl.org>
2672      Branch: perl
2673            ! t/op/ver.t
2674 ____________________________________________________________________________
2675 [ 12045] By: nick                                  on 2001/09/17  07:12:14
2676         Log: Integrate mainline
2677      Branch: perlio
2678           +> t/op/chdir.t
2679           !> (integrate 117 files)
2680 ____________________________________________________________________________
2681 [ 12044] By: ams                                   on 2001/09/17  05:49:53
2682         Log: Subject: [PATCH lib/constant.pm] Major POD rewrite of constant.pm
2683              From: Ilmari Karonen <iltzu@sci.fi>
2684              Date: Mon, 17 Sep 2001 00:47:57 +0300 (EET DST)
2685              Message-Id: <Pine.SOL.3.96.1010917002916.13210A-100000@simpukka>
2686              (And $VERSION = '1.05'.)
2687      Branch: perl
2688            ! lib/constant.pm
2689 ____________________________________________________________________________
2690 [ 12043] By: ams                                   on 2001/09/17  05:44:50
2691         Log: Subject: Re: [BUG?] chdir(undef) == chdir() probably a bug
2692              From: Michael G Schwern <schwern@pobox.com>
2693              Date: Mon, 17 Sep 2001 07:49:04 +0200
2694              Message-Id: <20010917074904.V1588@blackrider>
2695              (Applied with tweaks to chdir.t and pp_sys.c hunks.)
2696      Branch: perl
2697            + t/op/chdir.t
2698            ! MANIFEST pp_sys.c
2699 ____________________________________________________________________________
2700 [ 12042] By: jhi                                   on 2001/09/17  02:54:13
2701         Log: Subject: Re: CPAN.pm needs some hacking 
2702              From: "chromatic" <chromatic@rmci.net>
2703              Date: Sun, 16 Sep 2001 16:46:29 -0600
2704              Message-ID: <20010916225113.5606.qmail@onion.perl.org>
2705      Branch: perl
2706            ! lib/CPAN/FirstTime.pm
2707 ____________________________________________________________________________
2708 [ 12041] By: jhi                                   on 2001/09/16  20:43:15
2709         Log: Change use|require 5.005_64 to use|require 5.6.1.
2710      Branch: perl
2711            ! ext/Data/Dumper/Dumper.pm ext/Devel/DProf/DProf.pm
2712            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
2713            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
2714            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoSplit.pm
2715            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Command.pm
2716            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
2717            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
2718            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/FileHandle.pm
2719            ! lib/Math/Trig.pm lib/Net/Ping.pm lib/Net/hostent.pm
2720            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
2721            ! lib/Shell.pm lib/Tie/Array.pm lib/Tie/Handle.pm
2722            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
2723            ! lib/base.pm lib/fields.pm
2724 ____________________________________________________________________________
2725 [ 12040] By: jhi                                   on 2001/09/16  20:36:58
2726         Log: Bump up version numbers.
2727              
2728              TODO 1: double check that pre-5.6.1 CPAN.pm:s
2729              don't try to download 5.8.0 because of the
2730              version numbers.  Mainly this means using _00
2731              in the core version numbers.
2732              
2733              TODO 2: the "use 5.005_64" in many modules
2734              needs to be changed to, say, "use 5.6.1".
2735      Branch: perl
2736            ! ext/B/B/Assembler.pm ext/Data/Dumper/Dumper.pm
2737            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/CPAN.pm
2738            ! lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
2739            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Manifest.pm
2740            ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Find.pm
2741            ! lib/File/Path.pm lib/File/Spec.pm lib/File/Spec/Functions.pm
2742            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
2743            ! lib/File/Spec/Win32.pm lib/FindBin.pm lib/Pod/Checker.pm
2744            ! lib/Pod/Find.pm lib/SelfLoader.pm lib/Shell.pm
2745            ! lib/Tie/Handle.pm lib/blib.pm lib/diagnostics.pm
2746            ! vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
2747 ____________________________________________________________________________
2748 [ 12039] By: jhi                                   on 2001/09/16  19:23:07
2749         Log: Use UCHARAT() as suggested by Inaba Hiroto.
2750      Branch: perl
2751            ! regexec.c
2752 ____________________________________________________________________________
2753 [ 12038] By: ams                                   on 2001/09/16  15:16:24
2754         Log: Subject: [PATCH] Re: Core module version numbers review
2755              From: Peter Scott <Peter@PSDT.com>
2756              Date: Sun, 16 Sep 2001 09:09:58 -0700
2757              Message-Id: <4.3.2.7.2.20010916090716.00b452a0@mail.webquarry.com>
2758      Branch: perl
2759            ! lib/perl5db.pl
2760 ____________________________________________________________________________
2761 [ 12037] By: jhi                                   on 2001/09/16  14:27:54
2762         Log: Supply more details on how lc/uc/lcfirst/ucfirst are
2763              not yet fully implemented.
2764      Branch: perl
2765            ! pod/perlfunc.pod pod/perlunicode.pod
2766 ____________________________________________________________________________
2767 [ 12036] By: jhi                                   on 2001/09/15  23:13:12
2768         Log: Subject: [patch] plug PL_beginav_save leak
2769              From: Doug MacEachern <dougm@covalent.net>
2770              Date: Sat, 15 Sep 2001 17:02:18 -0700 (PDT)
2771              Message-ID: <Pine.LNX.4.21.0109151659060.6089-100000@mako.covalent.net>
2772      Branch: perl
2773            ! perl.c
2774 ____________________________________________________________________________
2775 [ 12035] By: jhi                                   on 2001/09/15  23:12:28
2776         Log: (accidentally empty checkin)
2777      Branch: perl
2778            ! sv.c
2779 ____________________________________________________________________________
2780 [ 12034] By: jhi                                   on 2001/09/15  23:08:09
2781         Log: Subject: [patch] ithreads+PL_beginav_save
2782              From: Doug MacEachern <dougm@covalent.net>
2783              Date: Sat, 15 Sep 2001 16:53:01 -0700 (PDT)
2784              Message-ID: <Pine.LNX.4.21.0109151651050.6089-100000@mako.covalent.net>
2785      Branch: perl
2786            ! sv.c
2787 ____________________________________________________________________________
2788 [ 12033] By: jhi                                   on 2001/09/15  23:07:19
2789         Log: Subject: [PATCH] h2xs.PL with C::Scan
2790              From: Tim Jenness <t.jenness@jach.hawaii.edu>
2791              Date: Sat, 15 Sep 2001 13:41:28 -1000 (HST)
2792              Message-ID: <Pine.LNX.4.33.0109151338560.3075-100000@lapaki>
2793      Branch: perl
2794            ! utils/h2xs.PL
2795 ____________________________________________________________________________
2796 [ 12032] By: jhi                                   on 2001/09/15  18:43:20
2797         Log: Elaborate (well, make more vague, really) #12030.
2798      Branch: perl
2799            ! pod/perltodo.pod pod/perlunicode.pod
2800 ____________________________________________________________________________
2801 [ 12031] By: jhi                                   on 2001/09/15  18:37:07
2802         Log: Subject: [PATCH regexec.c] adding (U8) to case insensitive matching
2803              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
2804              Date: Fri, 14 Sep 2001 20:58:30 -0400 (EDT)
2805              Message-ID: <Pine.GSO.4.21.0109142057490.12393-100000@crusoe.crusoe.net>
2806      Branch: perl
2807            ! regexec.c
2808 ____________________________________________________________________________
2809 [ 12030] By: jhi                                   on 2001/09/15  17:15:40
2810         Log: Document that the lc(), uc(), lcfirst(), ucfirst()
2811              are not yet complete.
2812      Branch: perl
2813            ! pod/perltodo.pod pod/perlunicode.pod
2814 ____________________________________________________________________________
2815 [ 12029] By: jhi                                   on 2001/09/15  13:53:42
2816         Log: Document what's still to be done on the regular expression
2817              Unicode support, based on the UTR#18.
2818      Branch: perl
2819            ! pod/perltodo.pod pod/perlunicode.pod
2820 ____________________________________________________________________________
2821 [ 12028] By: jhi                                   on 2001/09/15  12:37:31
2822         Log: Regen headers.
2823      Branch: perl
2824            ! embedvar.h perlapi.h
2825 ____________________________________________________________________________
2826 [ 12027] By: jhi                                   on 2001/09/15  12:33:49
2827         Log: Subject: Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{CODE}) regex 
2828              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2829              Date: Sun, 09 Sep 2001 18:41:54 +0100
2830              Message-Id: <200109091741.f89HfsM18534@crypt.compulink.co.uk>
2831      Branch: perl
2832            ! Porting/findvars ext/ByteLoader/bytecode.h
2833            ! ext/Thread/Thread.xs mg.c op.c perl.c perl.h pp_ctl.c sv.c
2834            ! t/run/kill_perl.t thrdvar.h toke.c util.c wince/perldll.def
2835 ____________________________________________________________________________
2836 [ 12026] By: gsar                                  on 2001/09/15  04:04:04
2837         Log: enable most warnings for windows build; fix the various typecasting
2838              nits that showed up (no bugfixes here)
2839      Branch: maint-5.6/perl
2840            ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs
2841            ! ext/POSIX/POSIX.xs gv.c hv.c mg.c op.c perl.c perl.h perly.c
2842            ! perly.y pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c
2843            ! sv.c toke.c universal.c utf8.c util.c vms/perly_c.vms
2844            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
2845            ! x2p/walk.c
2846 ____________________________________________________________________________
2847 [ 12025] By: jhi                                   on 2001/09/14  22:22:58
2848         Log: Integrate change #12024 from maintperl
2849              (a local() precedence bug)
2850      Branch: perl
2851           !> lib/ExtUtils/Install.pm
2852 ____________________________________________________________________________
2853 [ 12024] By: gsar                                  on 2001/09/14  22:11:06
2854         Log: fix local() precedence bug in change#8311, came into maint-5.6 as
2855              change#8642
2856      Branch: maint-5.6/perl
2857            ! lib/ExtUtils/Install.pm
2858 ____________________________________________________________________________
2859 [ 12023] By: jhi                                   on 2001/09/14  15:04:16
2860         Log: Update Changes.
2861      Branch: perl
2862            ! Changes patchlevel.h
2863 ____________________________________________________________________________
2864 [ 12022] By: jhi                                   on 2001/09/14  14:49:52
2865         Log: Subject: Re: [ID 20010911.001] Not OK: perl v5.7.2 +DEVEL11978 on
2866              From: "chromatic" <chromatic@rmci.net>
2867              Date: Fri, 14 Sep 2001 09:44:57 -0600 
2868              Message-ID: <20010914154936.70059.qmail@onion.perl.org>
2869      Branch: perl
2870            ! lib/ExtUtils/Manifest.t
2871 ____________________________________________________________________________
2872 [ 12021] By: jhi                                   on 2001/09/14  14:46:36
2873         Log: Hopefully better skipping of the Complete.t tests
2874              in case of not a tty. 
2875      Branch: perl
2876            ! lib/Term/Complete.t t/op/stat.t
2877 ____________________________________________________________________________
2878 [ 12020] By: jhi                                   on 2001/09/14  14:10:44
2879         Log: Subject: [PATCH regexec.c] more jumpables, and hit-bit bug
2880              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
2881              Date: Fri, 14 Sep 2001 09:58:24 -0400 (EDT)
2882              Message-ID: <Pine.GSO.4.21.0109140955250.12393-100000@crusoe.crusoe.net>     
2883      Branch: perl
2884            ! regexec.c t/op/pat.t
2885 ____________________________________________________________________________
2886 [ 12019] By: jhi                                   on 2001/09/14  14:02:59
2887         Log: Subject: Re: unterminated C<...> at line 426 in file perlport.pod
2888              From: Robin Barker <rmb1@cise.npl.co.uk>
2889              Date: Fri, 14 Sep 2001 16:01:11 +0100 (BST)
2890              Message-Id: <200109141501.QAA13044@tempest.npl.co.uk>
2891      Branch: perl
2892            ! pod/perlport.pod
2893 ____________________________________________________________________________
2894 [ 12018] By: jhi                                   on 2001/09/14  13:55:56
2895         Log: NetWare tweaks from Ananth Kesari.
2896      Branch: perl
2897            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
2898            ! NetWare/nwutil.h
2899 ____________________________________________________________________________
2900 [ 12017] By: jhi                                   on 2001/09/14  13:50:08
2901         Log: Subject: unterminated C<...> at line 426 in file perlport.pod
2902              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2903              Date: Fri, 14 Sep 2001 10:51:13 +0200
2904              Message-Id: <20010914103300.4B59.H.M.BRAND@hccnet.nl>
2905      Branch: perl
2906            ! pod/perlport.pod
2907 ____________________________________________________________________________
2908 [ 12016] By: jhi                                   on 2001/09/14  13:28:08
2909         Log: Subject: Re: [PATCH 2 pl2pm.PL]
2910              From: Joe Smith <Joe.Smith@inwap.com>
2911              Date: Fri, 14 Sep 2001 00:13:32 -0700
2912              Message-Id: <3BA1AE1C.64313CEE@inwap.com>                 
2913              
2914              Eradicate qu.
2915      Branch: perl
2916            ! keywords.h keywords.pl utils/pl2pm.PL
2917 ____________________________________________________________________________
2918 [ 12015] By: jhi                                   on 2001/09/14  02:38:23
2919         Log: Retract #12013, didn't go over too well in Tru64.
2920      Branch: perl
2921            ! embed.h embed.pl sv.h
2922 ____________________________________________________________________________
2923 [ 12014] By: jhi                                   on 2001/09/14  02:31:05
2924         Log: Subject: [PATCH] Execute files of debugger commands
2925              From: Peter Scott <Peter@PSDT.com>
2926              Date: Thu, 13 Sep 2001 15:26:31 -0700
2927              Message-Id: <4.3.2.7.2.20010913115845.00b22100@mail.webquarry.com>
2928      Branch: perl
2929            ! lib/perl5db.pl pod/perldebug.pod
2930 ____________________________________________________________________________
2931 [ 12013] By: jhi                                   on 2001/09/14  02:25:05
2932         Log: (Retracted by #12015)
2933              Subject: [proposed PATCH] Re: perl@11920
2934              From: Nicholas Clark <nick@ccl4.org>
2935              Date: Wed, 12 Sep 2001 23:46:09 +0100
2936              Message-ID: <20010912234609.H4971@plum.flirble.org>     
2937      Branch: perl
2938            ! embed.h embed.pl sv.h
2939 ____________________________________________________________________________
2940 [ 12012] By: jhi                                   on 2001/09/14  02:12:02
2941         Log: ucblib shouldn't be linked against in nonstop-ux,
2942              from Tom Bates.
2943      Branch: perl
2944            ! hints/nonstopux.sh
2945 ____________________________________________________________________________
2946 [ 12011] By: jhi                                   on 2001/09/13  12:54:51
2947         Log: Do stty only if we have stty.
2948              
2949              TODO: non-UNIX platforms.  Solaris and /usr/ucb/stty?
2950      Branch: perl
2951            ! lib/Term/Complete.pm
2952 ____________________________________________________________________________
2953 [ 12010] By: jhi                                   on 2001/09/13  12:44:28
2954         Log: Skip the test if not running on a tty.
2955      Branch: perl
2956            ! lib/Term/Complete.t
2957 ____________________________________________________________________________
2958 [ 12009] By: jhi                                   on 2001/09/13  12:01:56
2959         Log: Regen headers.
2960      Branch: perl
2961            ! embed.h opcode.h pod/perlapi.pod proto.h
2962 ____________________________________________________________________________
2963 [ 12008] By: jhi                                   on 2001/09/12  17:51:32
2964         Log: Subject: [PATCH op.c] Re: perl@12003
2965              From: Robin Barker <rmb1@cise.npl.co.uk>
2966              Date: Wed, 12 Sep 2001 19:00:38 +0100 (BST)
2967              Message-Id: <200109121800.TAA05256@tempest.npl.co.uk>
2968      Branch: perl
2969            ! op.c
2970 ____________________________________________________________________________
2971 [ 12007] By: jhi                                   on 2001/09/12  17:49:39
2972         Log: Subject: [PATCH sv.c] may be uninitialized warning forperl@12003
2973              From: Robin Barker <rmb1@cise.npl.co.uk>
2974              Date: Wed, 12 Sep 2001 19:00:31 +0100 (BST)
2975              Message-Id: <200109121800.TAA05250@tempest.npl.co.uk>
2976      Branch: perl
2977            ! sv.c
2978 ____________________________________________________________________________
2979 [ 12006] By: jhi                                   on 2001/09/12  17:41:49
2980         Log: Upgrade to Memoize 0.66.
2981      Branch: perl
2982            ! lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
2983            ! lib/Memoize/Expire.pm lib/Memoize/README lib/Memoize/TODO
2984            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
2985 ____________________________________________________________________________
2986 [ 12005] By: jhi                                   on 2001/09/12  13:14:59
2987         Log: Subject: [ID 20010912.007] substr reference core dump
2988              From: me-01@ton.iguana.be
2989              Date: 12 Sep 2001 14:11:16 -0000
2990              Message-Id: <20010912141116.6058.qmail@quasar.home.lunix>
2991      Branch: perl
2992            ! mg.c
2993 ____________________________________________________________________________
2994 [ 12004] By: ams                                   on 2001/09/12  01:13:49
2995         Log: Subject: [PATCH perlfaq4.pod] Deobfuscate Fisher-Yates example code
2996              From: Ilmari Karonen <iltzu@sci.fi>
2997              Date: Tue, 11 Sep 2001 23:31:25 +0300 (EET DST)
2998              Message-Id: <Pine.SOL.3.96.1010911231925.688A-100000@simpukka>
2999      Branch: perl
3000            ! pod/perlfaq4.pod
3001 ____________________________________________________________________________
3002 [ 12003] By: jhi                                   on 2001/09/11  13:02:37
3003         Log: Update Changes.
3004      Branch: perl
3005            ! Changes patchlevel.h
3006 ____________________________________________________________________________
3007 [ 12002] By: jhi                                   on 2001/09/11  11:50:48
3008         Log: NetWare update from Ananth Kesari.
3009      Branch: perl
3010            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
3011            ! NetWare/config.wc NetWare/config_H.wc NetWare/nwutil.h
3012 ____________________________________________________________________________
3013 [ 12001] By: jhi                                   on 2001/09/11  11:40:51
3014         Log: Retract #11984: div() being redefined, and 1397
3015              failing on 64-bit platforms.
3016      Branch: perl
3017            ! lib/Math/BigInt/Calc.pm
3018 ____________________________________________________________________________
3019 [ 12000] By: jhi                                   on 2001/09/11  11:19:07
3020         Log: Metaconfig unit change for #11999.
3021      Branch: metaconfig
3022            ! U/protos/d_lseekproto.U
3023 ____________________________________________________________________________
3024 [ 11999] By: jhi                                   on 2001/09/11  11:18:36
3025         Log: The lseek fix (#11991) was no fix.
3026      Branch: perl
3027            ! Configure
3028 ____________________________________________________________________________
3029 [ 11998] By: sky                                   on 2001/09/11  07:52:06
3030         Log: Subject: [PATCH] Encode.pm add UCS-2 little endian support
3031              From: Matt Sergeant <MSergeant@star.net.uk>
3032              Date: Tue, 11 Sep 2001 09:22:32 +0100
3033              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B9003C@UKS040>
3034      Branch: perl
3035            ! ext/Encode/Encode.pm
3036 ____________________________________________________________________________
3037 [ 11997] By: sky                                   on 2001/09/11  06:35:29
3038         Log: Sometimes dTHX is added because it is needed on non 
3039              gnuc platforms, but not needed there. This uses GCC
3040              to silence GCC specific warnings by marking pTHX as 
3041              unused.
3042      Branch: perl
3043            ! perl.h
3044 ____________________________________________________________________________
3045 [ 11996] By: nick                                  on 2001/09/11  06:25:27
3046         Log: Integrate mainline
3047      Branch: perlio
3048            - ext/POSIX/sigaction.t lib/File/Find/taint.t
3049           !> lib/CGI/t/carp.t lib/Test/Simple/t/simple.t t/op/crypt.t
3050 ____________________________________________________________________________
3051 [ 11995] By: nick                                  on 2001/09/11  06:23:39
3052         Log: Part Integrate mainline
3053      Branch: perlio
3054           +> (branch 69 files)
3055            - ext/Cwd/Cwd.t ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t
3056            - ext/POSIX/POSIX.t lib/Attribute/Handlers/test.pl
3057            - lib/Env/array.t lib/Env/env.t lib/File/Find/find.t
3058            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
3059            - lib/Switch/t/switch_case.t lib/Test/Harness.t
3060            - lib/Test/More/Changes lib/Test/More/t/More.t
3061            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
3062            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
3063            - lib/Text/Balanced.pod lib/Text/Balanced/t/genxt.t
3064            - lib/Text/Balanced/t/xbrak.t lib/Text/Balanced/t/xcode.t
3065            - lib/Text/Balanced/t/xdeli.t lib/Text/Balanced/t/xmult.t
3066            - lib/Text/Balanced/t/xquot.t lib/Text/Balanced/t/xtagg.t
3067            - lib/Text/Balanced/t/xvari.t objXSUB.h t/lib/MyFilter.pm
3068            - t/lib/Test/More/Catch.pm wince/perl.ico
3069           !> (integrate 197 files)
3070 ____________________________________________________________________________
3071 [ 11994] By: jhi                                   on 2001/09/11  03:12:44
3072         Log: Subject: Re: [PATCH] Encode.pm docs fix
3073              From: Gisle Aas <gisle@ActiveState.com>
3074              Date: 10 Sep 2001 11:27:02 -0700
3075              Message-ID: <lrwv363nrd.fsf@caliper.ActiveState.com>
3076      Branch: perl
3077            ! ext/Encode/Encode.pm
3078 ____________________________________________________________________________
3079 [ 11993] By: jhi                                   on 2001/09/11  02:27:25
3080         Log: Fix unpack U to be the reverse of pack U
3081              (but implement unpack U0U as a backdoor to get
3082              the UTF-8 malformed warnings from un-UTF-8 data)
3083      Branch: perl
3084            ! pod/perlunicode.pod pp_pack.c t/op/pack.t t/op/utf8decode.t
3085 ____________________________________________________________________________
3086 [ 11992] By: jhi                                   on 2001/09/11  00:14:24
3087         Log: Metaconfig unit change for #11991;
3088              delete an unused unit (d_strtoull.U is the one used)
3089      Branch: metaconfig
3090            ! U/protos/d_lseekproto.U
3091      Branch: metaconfig/U/perl
3092            - strtoull.U
3093 ____________________________________________________________________________
3094 [ 11991] By: jhi                                   on 2001/09/11  00:14:01
3095         Log: Subject: [PATCH] Configure not recording lseek proto
3096              From: Blair Zajac <blair@orcaware.com>
3097              Date: Mon, 10 Sep 2001 17:52:37 -0700
3098              Message-ID: <3B9D6055.BA334A31@orcaware.com>
3099              
3100              plus regen Configure.
3101      Branch: perl
3102            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3103            ! config_h.SH uconfig.h
3104 ____________________________________________________________________________
3105 [ 11990] By: jhi                                   on 2001/09/10  23:59:25
3106         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?)))                  
3107              From: Nicholas Clark <nick@ccl4.org>
3108              Date: Tue, 11 Sep 2001 00:00:31 +0100
3109              Message-ID: <20010911000031.G1512@plum.flirble.org>
3110      Branch: perl
3111            + t/op/qq.t
3112            ! MANIFEST numeric.c perl.h regcomp.c t/op/pat.t toke.c
3113 ____________________________________________________________________________
3114 [ 11989] By: jhi                                   on 2001/09/10  23:31:45
3115         Log: Subject: [PATCH] Building on win32 w/o perlio
3116              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
3117              Date: Mon, 10 Sep 2001 23:38:46 +0200
3118              Message-ID: <3B9D4F06.14433.2C37644@localhost>
3119      Branch: perl
3120            ! perl.c win32/Makefile win32/makefile.mk
3121 ____________________________________________________________________________
3122 [ 11988] By: jhi                                   on 2001/09/10  23:26:40
3123         Log: Subject: [PATCH MANIFEST lib/CGI/t/push.t] New Test for CGI::Push
3124              From: "chromatic" <chromatic@rmci.net>
3125              Date: Mon, 10 Sep 2001 15:14:01 -0600
3126              Message-ID: <20010910211833.30177.qmail@onion.perl.org>
3127      Branch: perl
3128            + lib/CGI/t/push.t
3129            ! MANIFEST
3130 ____________________________________________________________________________
3131 [ 11987] By: jhi                                   on 2001/09/10  23:24:11
3132         Log: Subject: avoiding hoardes of zombies
3133              From: Nicholas Clark <nick@ccl4.org>
3134              Date: Mon, 10 Sep 2001 22:00:40 +0100
3135              Message-ID: <20010910220040.C1512@plum.flirble.org>
3136      Branch: perl
3137            ! pod/perlipc.pod
3138 ____________________________________________________________________________
3139 [ 11986] By: jhi                                   on 2001/09/10  23:22:10
3140         Log: Subject: PATCH Resubmission  - was Re: [ID 20010902.001] v strings over 2*31 barf
3141              From: John Peacock <jpeacock@rowman.com>
3142              Date: Mon, 10 Sep 2001 16:34:30 -0400
3143              Message-ID: <3B9D23D6.90BCCC25@rowman.com>
3144      Branch: perl
3145            ! sv.c t/op/ver.t utf8.h
3146 ____________________________________________________________________________
3147 [ 11985] By: ams                                   on 2001/09/10  23:20:13
3148         Log: Typo fixed by Blair Zajac in <3B9D284C.23B8D20B@orcaware.com>.
3149      Branch: perl
3150            ! MANIFEST
3151 ____________________________________________________________________________
3152 [ 11984] By: jhi                                   on 2001/09/10  23:09:31
3153         Log: (Retracted by #12001)
3154              Subject: Calc with USE_MUL/USE_DIV
3155              From: Tels <perl_dummy@bloodgate.com>
3156              Date: Fri, 07 Sep 2001 18:52:08 +0200 (CEST)
3157              Message-Id: <200109071651.TAA11249@tiku.hut.fi>
3158      Branch: perl
3159            ! lib/Math/BigInt/Calc.pm
3160 ____________________________________________________________________________
3161 [ 11983] By: jhi                                   on 2001/09/10  22:37:14
3162         Log: Subject: [PATCH op.c] Re: perl@11978
3163              From: Robin Barker <rmb1@cise.npl.co.uk>
3164              Date: Mon, 10 Sep 2001 18:58:01 +0100 (BST)
3165              Message-Id: <200109101758.SAA07670@tempest.npl.co.uk>
3166              
3167              Format errors.
3168      Branch: perl
3169            ! op.c
3170 ____________________________________________________________________________
3171 [ 11982] By: jhi                                   on 2001/09/10  22:35:57
3172         Log: Switch PADOFFSET back to U32 both because of binary backward
3173              compatibility and because Arthur seems to have been fixing the
3174              problems with naughty integer-pointer casting.
3175      Branch: perl
3176            ! op.h
3177 ____________________________________________________________________________
3178 [ 11981] By: ams                                   on 2001/09/10  16:31:43
3179         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Command.pm, lib/ExtUtils/Command.t]
3180              Fix Pod Typo, Add Test for ExtUtils::Command
3181              From: "chromatic" <chromatic@rmci.net>
3182              Date: Mon, 10 Sep 2001 11:20:56 -0600
3183              Message-Id: <20010910172528.54160.qmail@onion.perl.org>
3184      Branch: perl
3185            + lib/ExtUtils/Command.t
3186            ! MANIFEST lib/ExtUtils/Command.pm
3187 ____________________________________________________________________________
3188 [ 11980] By: jhi                                   on 2001/09/10  13:29:35
3189         Log: Subject: [PATCH] Encode.pm docs fix
3190              From: Matt Sergeant <MSergeant@star.net.uk>
3191              Date: Mon, 10 Sep 2001 15:24:01 +0100
3192              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B90035@UKS040>     
3193      Branch: perl
3194            ! ext/Encode/Encode.pm
3195 ____________________________________________________________________________
3196 [ 11979] By: jhi                                   on 2001/09/10  13:17:48
3197         Log: Update Changes.
3198      Branch: perl
3199            ! Changes patchlevel.h
3200 ____________________________________________________________________________
3201 [ 11978] By: jhi                                   on 2001/09/10  12:59:40
3202         Log: Revert #11973, the dTHX seems to be needed in there
3203              for threaded builds.
3204      Branch: perl
3205            ! perlio.c
3206 ____________________________________________________________________________
3207 [ 11977] By: jhi                                   on 2001/09/10  12:55:47
3208         Log: Detypo.
3209      Branch: perl
3210            ! pod/perlguts.pod
3211 ____________________________________________________________________________
3212 [ 11976] By: jhi                                   on 2001/09/10  12:46:34
3213         Log: Further Class::Struct patching from Damian.
3214              
3215              The new new semantics are:
3216              
3217              * If you pass an initializer for a nested object, it has to be:
3218              a) a reference to an object of that class, or      
3219              b) a reference to an object of a subclass of that class, or
3220              c) a reference to a hash of arguments to be passed to the
3221              class's constructor
3222              * If you pass no initializer for a nested object, the attribute
3223              is initialized to C<undef>
3224      Branch: perl
3225            ! lib/Class/Struct.pm
3226 ____________________________________________________________________________
3227 [ 11975] By: jhi                                   on 2001/09/10  12:42:24
3228         Log: Skip the crypt test if no crypt.
3229      Branch: perl
3230            ! t/op/crypt.t
3231 ____________________________________________________________________________
3232 [ 11974] By: jhi                                   on 2001/09/10  12:39:25
3233         Log: Warn against using bare v-strings as IP addresses
3234              (okay if using the wrappers from Socket)
3235      Branch: perl
3236            ! pod/perldata.pod pod/perlport.pod
3237 ____________________________________________________________________________
3238 [ 11973] By: sky                                   on 2001/09/10  11:57:58
3239         Log: Remove unused dTHX. Silenced another warning.
3240      Branch: perl
3241            ! perlio.c
3242 ____________________________________________________________________________
3243 [ 11972] By: sky                                   on 2001/09/10  11:54:25
3244         Log: Silence some more warnings INT2PTR.
3245      Branch: perl
3246            ! pp.c pp_ctl.c sharedsv.c sv.c taint.c
3247 ____________________________________________________________________________
3248 [ 11971] By: sky                                   on 2001/09/10  11:21:50
3249         Log: Silence another ITHREAD 64bit INT/32bit PTR warning.
3250      Branch: perl
3251            ! cop.h
3252 ____________________________________________________________________________
3253 [ 11970] By: sky                                   on 2001/09/10  11:17:25
3254         Log: Apply INT2PTR with force to silence warnings from
3255              PM_GETRE and friends. No more warnings with 64bit 
3256              IVs and 32bit pointers.    
3257      Branch: perl
3258            ! op.c op.h perl.c
3259 ____________________________________________________________________________
3260 [ 11969] By: sky                                   on 2001/09/10  10:13:02
3261         Log: Removed reference of -DPERL_CUSTOM_OPS in the documentation.
3262      Branch: perl
3263            ! pod/perlguts.pod
3264 ____________________________________________________________________________
3265 [ 11968] By: sky                                   on 2001/09/10  10:02:51
3266         Log: Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPS
3267              Rename to custop_op_name to Perl_custom_op_name to match perlapi
3268              Clone the hashtable PL_custom_op_names and PL_custop_op_descs in 
3269              perl_clone.
3270      Branch: perl
3271            ! embed.pl intrpvar.h makedef.pl op.c opcode.pl sv.c
3272 ____________________________________________________________________________
3273 [ 11967] By: jhi                                   on 2001/09/10  03:14:35
3274         Log: Using strlen() not good on embedded nul bytes.
3275      Branch: perl
3276            ! regcomp.c
3277 ____________________________________________________________________________
3278 [ 11966] By: ams                                   on 2001/09/09  21:06:13
3279         Log: Subject: Re: [ID 20010810.011] 'use v2b' not allowed with strict
3280              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3281              Date: Mon, 13 Aug 2001 22:51:59 +0200
3282              Message-ID: <20010813225159.C6681@rafael>
3283              (Applied with several tweaks.)
3284      Branch: perl
3285            ! embed.h embed.pl proto.h toke.c
3286 ____________________________________________________________________________
3287 [ 11965] By: jhi                                   on 2001/09/09  14:40:39
3288         Log: The exact error message is system-dependent.
3289      Branch: perl
3290            ! lib/ExtUtils/Manifest.t
3291 ____________________________________________________________________________
3292 [ 11964] By: jhi                                   on 2001/09/09  14:38:05
3293         Log: Add Windows and Mac Sami support to Encode
3294              (http://www.egt.ie/standards/se/sami-teastabaiki.html)
3295      Branch: perl
3296            + ext/Encode/Encode/isoir-197.enc ext/Encode/Encode/macSami.enc
3297            ! MANIFEST
3298 ____________________________________________________________________________
3299 [ 11963] By: jhi                                   on 2001/09/09  13:54:07
3300         Log: Use the tried method.
3301      Branch: perl
3302            ! pod/perlport.pod
3303 ____________________________________________________________________________
3304 [ 11962] By: jhi                                   on 2001/09/09  13:46:59
3305         Log: Can't count parentheses.
3306      Branch: perl
3307            ! ext/IO/lib/IO/Socket/INET.pm
3308 ____________________________________________________________________________
3309 [ 11961] By: jhi                                   on 2001/09/09  13:34:12
3310         Log: perlport additions: 1 while unlink, add/delete directory
3311              entries and permissions, cygwin stat funkiness (from Michael
3312              Schwern and Nicholas Clark)
3313      Branch: perl
3314            ! pod/perlport.pod
3315 ____________________________________________________________________________
3316 [ 11960] By: jhi                                   on 2001/09/09  13:19:12
3317         Log: blib does have a detectable test.
3318      Branch: perl
3319            ! t/lib/1_compile.t
3320 ____________________________________________________________________________
3321 [ 11959] By: jhi                                   on 2001/09/09  13:16:43
3322         Log: Subject: [PATCH MANIFEST, lib/Term/Complete.t] Add Test for Term::Complete
3323              From: "chromatic" <chromatic@rmci.net>
3324              Date: Sat, 08 Sep 2001 19:33:42 -0600
3325              Message-ID: <20010909013810.11522.qmail@onion.perl.org>
3326      Branch: perl
3327            + lib/Term/Complete.t
3328            ! MANIFEST
3329 ____________________________________________________________________________
3330 [ 11958] By: jhi                                   on 2001/09/09  13:09:02
3331         Log: Subject: [PATCH MANIFEST lib/Test/Tutorial.pod] Test::Tutorial?
3332              From: Michael G Schwern <schwern@pobox.com> 
3333              Date: Sat, 8 Sep 2001 02:40:26 -0400
3334              Message-ID: <20010908024026.A26283@blackrider>
3335      Branch: perl
3336            + lib/Test/Tutorial.pod
3337            ! MANIFEST
3338 ____________________________________________________________________________
3339 [ 11957] By: jhi                                   on 2001/09/09  13:03:33
3340         Log: Try to look up protocol (by name) only iff it has non-numbers:
3341              nice if the server is in a chrooted environment (no /etc/protocols,
3342              server code using hardcorded protocol numbers like 6 for tcp),
3343              suggested by John Holdsworth <coldwave@bigfoot.com>.
3344              In other words, if we are given a number, why look it up again
3345              (by number)?
3346      Branch: perl
3347            ! ext/IO/lib/IO/Socket/INET.pm
3348 ____________________________________________________________________________
3349 [ 11956] By: jhi                                   on 2001/09/09  12:53:12
3350         Log: Subject: [PATCH regcomp.c] zero-width assertions CAN be ?'d
3351              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
3352              Date: Sat, 8 Sep 2001 15:42:30 -0400 (EDT) 
3353              Message-ID: <Pine.GSO.4.21.0109081535480.24489-100000@crusoe.crusoe.net>
3354              
3355              Subject: Re: [PATCH t/op/misc.t] regcomp.c patch broke test 
3356              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
3357              Date: Sat, 8 Sep 2001 18:33:12 -0400 (EDT)
3358              Message-ID: <Pine.GSO.4.21.0109081832030.24489-100000@crusoe.crusoe.net>
3359              Subject: [PATCH t/lib/warnings/regcomp] (?=...)? gives no warning now
3360              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
3361              Date: Sat, 8 Sep 2001 18:37:22 -0400 (EDT)
3362              Message-ID: <Pine.GSO.4.21.0109081835340.24489-100000@crusoe.crusoe.net>
3363      Branch: perl
3364            ! regcomp.c t/lib/warnings/regcomp t/run/kill_perl.t
3365 ____________________________________________________________________________
3366 [ 11955] By: ams                                   on 2001/09/09  02:54:21
3367         Log: Subject: Re: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
3368              From: "Craig A. Berry" <craigberry@mac.com>
3369              Date: Sat, 08 Sep 2001 19:02:16 -0500
3370              Message-Id: <5.1.0.14.0.20010908185936.01aadcc0@mail.mac.com>
3371      Branch: perl
3372            ! lib/CGI/t/carp.t
3373 ____________________________________________________________________________
3374 [ 11954] By: jhi                                   on 2001/09/09  02:30:39
3375         Log: Documentation tweaks; think the IP address as an opaque string.
3376      Branch: perl
3377            ! ext/Socket/Socket.pm
3378 ____________________________________________________________________________
3379 [ 11953] By: jhi                                   on 2001/09/09  00:32:05
3380         Log: Subject: [REPATCH] Re: [PATCH] new test lib/blib.t
3381              From: Michael G Schwern <schwern@pobox.com>
3382              Date: Sat, 8 Sep 2001 19:45:46 -0400
3383              Message-ID: <20010908194546.C9193@blackrider>
3384      Branch: perl
3385            + lib/blib.t
3386            ! MANIFEST lib/blib.pm t/lib/1_compile.t
3387 ____________________________________________________________________________
3388 [ 11952] By: jhi                                   on 2001/09/09  00:27:15
3389         Log: Subject: [PATCH MANIFEST, lib/CGI/t/fast.t] Added Test for CGI::Fast
3390              From: "chromatic" <chromatic@rmci.net>
3391              Date: Sat, 08 Sep 2001 12:31:44 -0600
3392              Message-ID: <20010908183612.49960.qmail@onion.perl.org>
3393      Branch: perl
3394            + lib/CGI/t/fast.t
3395            ! MANIFEST
3396 ____________________________________________________________________________
3397 [ 11951] By: jhi                                   on 2001/09/09  00:24:07
3398         Log: The Socket tests were wrong: they were assuming too much.
3399      Branch: perl
3400            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
3401 ____________________________________________________________________________
3402 [ 11950] By: jhi                                   on 2001/09/08  20:09:07
3403         Log: Retract the portability changes since they
3404              seem to have opened a can of worms... will
3405              go back to UNICOS/mk and do the bare minimum
3406              required to get the tests working.
3407      Branch: perl
3408            ! ext/Socket/Socket.xs
3409 ____________________________________________________________________________
3410 [ 11949] By: jhi                                   on 2001/09/08  19:48:20
3411         Log: PADOFFSET is used to cast pointers into integers,
3412              if pointers are 64 bits and U32 32 bits,
3413              bad things may happen, or at least warnings issued.
3414      Branch: perl
3415            ! op.h
3416 ____________________________________________________________________________
3417 [ 11948] By: jhi                                   on 2001/09/08  18:50:07
3418         Log: Still more Socket portability tweaking.
3419              Now Socket.t seems to be happy in all of
3420              Linux/x86, Tru64/alpha, Solaris/sparc,
3421              IRIX/MIPS (both 32-bit and 64-bit), and UNICOS/mk/alpha.
3422              
3423              Addendum: it seems that io_multihomed, io_sock, and hostent
3424              were broken in little-endians (linux/x86 and tru64/alpha)
3425              because of this change.  Argh.
3426      Branch: perl
3427            ! ext/Socket/Socket.xs
3428 ____________________________________________________________________________
3429 [ 11947] By: jhi                                   on 2001/09/08  17:23:23
3430         Log: More portability kicking on inet_ntoa().
3431      Branch: perl
3432            ! ext/Socket/Socket.xs
3433 ____________________________________________________________________________
3434 [ 11946] By: jhi                                   on 2001/09/08  15:09:58
3435         Log: Subject: [REPATCH] Re: [PATCH MANIFEST, lib/ExtUtils/Manifest.t] Another New Test
3436              From: Michael G Schwern <schwern@pobox.com> 
3437              Date: Fri, 7 Sep 2001 23:06:51 -0400
3438              Message-ID: <20010907230651.R606@blackrider>
3439      Branch: perl
3440            + lib/ExtUtils/Manifest.t
3441            ! MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/Manifest.pm
3442 ____________________________________________________________________________
3443 [ 11945] By: jhi                                   on 2001/09/08  14:49:15
3444         Log: Subject: Re: [PATCH MANIFEST, lib/ExtUtils/testlib.t] More Tests
3445              From: "chromatic" <chromatic@rmci.net>
3446              Date: Fri, 07 Sep 2001 17:53:15 -0600      
3447              Message-ID: <20010907235740.80566.qmail@onion.perl.org>              
3448      Branch: perl
3449            + lib/ExtUtils/testlib.t
3450            ! MANIFEST
3451 ____________________________________________________________________________
3452 [ 11944] By: jhi                                   on 2001/09/07  22:57:00
3453         Log: Thinko.
3454      Branch: perl
3455            ! lib/integer.t
3456 ____________________________________________________________________________
3457 [ 11943] By: jhi                                   on 2001/09/07  20:34:55
3458         Log: Subject: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
3459              From: "Craig A. Berry" <craigberry@mac.com>
3460              Date: Fri, 07 Sep 2001 15:30:03 -0500
3461              Message-Id: <5.1.0.14.0.20010907142644.03700c38@exchi01>
3462      Branch: perl
3463            ! lib/CGI/Carp.pm
3464 ____________________________________________________________________________
3465 [ 11942] By: jhi                                   on 2001/09/07  20:30:43
3466         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] (was Re: MakeMaker: MM_Unix rule excluding pods)
3467              From: Michael G Schwern <schwern@pobox.com>
3468              Date: Fri, 7 Sep 2001 15:38:13 -0400
3469              Message-ID: <20010907153813.K606@blackrider>
3470      Branch: perl
3471            ! lib/ExtUtils/MM_Unix.pm
3472 ____________________________________________________________________________
3473 [ 11941] By: jhi                                   on 2001/09/07  20:28:24
3474         Log: Subject: [PATCH perl.h mg.c pp_sys.c] Silence the remaing format warning
3475              From: Robin Barker <rmb1@cise.npl.co.uk>
3476              Date: Fri, 7 Sep 2001 18:28:23 +0100 (BST)
3477              Message-Id: <200109071728.SAA13569@tempest.npl.co.uk>
3478      Branch: perl
3479            ! Porting/pumpkin.pod mg.c perl.h pp_sys.c
3480 ____________________________________________________________________________
3481 [ 11940] By: jhi                                   on 2001/09/07  20:26:29
3482         Log: Clean up 1_compile.t; move tests to more consistent
3483              places (t/ subdirectories); add integer.t (much of
3484              the pragma is tested elsewhere but there is no one
3485              centralized place)
3486      Branch: perl
3487            + ext/Fcntl/t/fcntl.t ext/Fcntl/t/syslfs.t ext/POSIX/t/posix.t
3488            + ext/POSIX/t/sigaction.t lib/Env/t/array.t lib/Env/t/env.t
3489            + lib/File/Find/t/find.t lib/File/Find/t/taint.t lib/integer.t
3490            - ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t ext/POSIX/POSIX.t
3491            - ext/POSIX/sigaction.t lib/Env/array.t lib/Env/env.t
3492            - lib/File/Find/find.t lib/File/Find/taint.t
3493            ! MANIFEST t/lib/1_compile.t t/op/lfs.t
3494 ____________________________________________________________________________
3495 [ 11939] By: jhi                                   on 2001/09/07  17:25:32
3496         Log: Subject: Re: [PATCH lib/File/Find/taint.t] Use Test::More
3497              From: "chromatic" <chromatic@rmci.net>
3498              Date: Fri, 07 Sep 2001 10:17:40 -0600
3499              Message-ID: <20010907162205.84723.qmail@onion.perl.org>
3500      Branch: perl
3501            ! lib/File/Find/taint.t
3502 ____________________________________________________________________________
3503 [ 11938] By: jhi                                   on 2001/09/07  14:04:43
3504         Log: Update Changes.
3505      Branch: perl
3506            ! Changes patchlevel.h
3507 ____________________________________________________________________________
3508 [ 11937] By: jhi                                   on 2001/09/07  13:52:03
3509         Log: Rename the old threading tutorial, start a new one,
3510              regen toc.
3511      Branch: perl
3512            + pod/perlothrtut.pod
3513            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlthrtut.pod
3514            ! pod/perltoc.pod
3515 ____________________________________________________________________________
3516 [ 11936] By: jhi                                   on 2001/09/07  13:05:48
3517         Log: vars very much has a test.
3518      Branch: perl
3519            ! t/lib/1_compile.t
3520 ____________________________________________________________________________
3521 [ 11935] By: jhi                                   on 2001/09/07  12:52:06
3522         Log: Subject: Re: wince/perl.ico marked as binary
3523              From: Nicholas Clark <nick@ccl4.org>
3524              Date: Fri, 7 Sep 2001 13:54:40 +0100
3525              Message-ID: <20010907135439.D39150@plum.flirble.org>
3526              
3527              and wince/Makefile.ce change from Rainer Keuchel.
3528      Branch: perl
3529            + wince/makeico.pl
3530            ! MANIFEST wince/Makefile.ce
3531 ____________________________________________________________________________
3532 [ 11934] By: jhi                                   on 2001/09/07  12:43:50
3533         Log: Subject: Re: [PATCH regexec.c] more general .* and .*?
3534              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
3535              Date: Fri, 7 Sep 2001 09:41:10 -0400 (EDT)
3536              Message-ID: <Pine.GSO.4.21.0109070933530.7041-100000@crusoe.crusoe.net>
3537      Branch: perl
3538            ! regexec.c
3539 ____________________________________________________________________________
3540 [ 11933] By: jhi                                   on 2001/09/07  12:37:46
3541         Log: (Replaced by #11934)
3542              Subject: Re: [PATCH regexec.c] more general .* and .*?
3543              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
3544              Date: Fri, 7 Sep 2001 08:44:17 -0400 (EDT)
3545              Message-ID: <Pine.GSO.4.21.0109070836110.7041-100000@crusoe.crusoe.net>
3546      Branch: perl
3547            ! regexec.c
3548 ____________________________________________________________________________
3549 [ 11932] By: jhi                                   on 2001/09/07  12:27:14
3550         Log: The #11931 patching misbehaved.
3551      Branch: perl
3552            ! lib/Test/Harness/t/test-harness.t
3553 ____________________________________________________________________________
3554 [ 11931] By: jhi                                   on 2001/09/07  12:21:30
3555         Log: Subject: [PATCH lib/Test/Harness* t/TEST] Test::Harness 1.25 sync
3556              From: Michael G Schwern <schwern@pobox.com>
3557              Date: Fri, 7 Sep 2001 03:30:41 -0400
3558              Message-ID: <20010907033041.A2796@blackrider>
3559      Branch: perl
3560            + lib/Test/Harness/Changes lib/Test/Harness/t/base.t
3561            + lib/Test/Harness/t/ok.t lib/Test/Harness/t/test-harness.t
3562            + t/lib/sample-tests/header_at_end_fail
3563            + t/lib/sample-tests/skip_no_msg t/lib/sample-tests/todo_inline
3564            - lib/Test/Harness.t
3565            ! MANIFEST lib/Test/Harness.pm t/TEST
3566 ____________________________________________________________________________
3567 [ 11930] By: jhi                                   on 2001/09/07  11:59:17
3568         Log: Subject: [PATCH] Digest::MD5 update
3569              From: Gisle Aas <gisle@ActiveState.com>
3570              Date: 06 Sep 2001 23:32:56 -0700
3571              Message-ID: <lrofon5x47.fsf@caliper.ActiveState.com>
3572      Branch: perl
3573            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
3574            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
3575 ____________________________________________________________________________
3576 [ 11929] By: jhi                                   on 2001/09/07  11:23:05
3577         Log: Subject: [PATCH MANIFEST, lib/less.t] Add Tests for the less Pragma
3578              From: "chromatic" <chromatic@rmci.net>
3579              Date: Thu, 06 Sep 2001 23:11:44 -0600
3580              Message-ID: <20010907051609.91459.qmail@onion.perl.org>
3581      Branch: perl
3582            + lib/less.t
3583            ! MANIFEST t/lib/1_compile.t
3584 ____________________________________________________________________________
3585 [ 11928] By: jhi                                   on 2001/09/07  11:19:29
3586         Log: The binary file must somehow differently stored.
3587      Branch: perl
3588            - wince/perl.ico
3589            ! MANIFEST
3590 ____________________________________________________________________________
3591 [ 11927] By: jhi                                   on 2001/09/07  03:53:29
3592         Log: Add more modules to the list of modules that have tests,
3593              Schwern's wallet is getting more nervous.
3594              (Run t/lib/1_compile.t manually to see which modules
3595              are lacking tests, or the tests can't be run for some
3596              reason or another, such as the Net:: modules)
3597      Branch: perl
3598            ! t/lib/1_compile.t
3599 ____________________________________________________________________________
3600 [ 11926] By: jhi                                   on 2001/09/07  03:43:11
3601         Log: Try to make Socket::inet_ntoa() more robust.
3602      Branch: perl
3603            ! ext/Socket/Socket.t ext/Socket/Socket.xs pod/perldiag.pod
3604 ____________________________________________________________________________
3605 [ 11925] By: jhi                                   on 2001/09/07  01:57:58
3606         Log: Subject: Re: [PATCH lib/English.t] Test All Aliases (including %Errno)
3607              From: chromatic <chromatic@rmci.net>       
3608              Date: Wed, 5 Sep 2001 22:58:05 -0600                         
3609              Message-Id: <01090522580506.19590@firewheel>           
3610      Branch: perl
3611            ! lib/English.t
3612 ____________________________________________________________________________
3613 [ 11924] By: jhi                                   on 2001/09/07  01:55:05
3614         Log: Subject: Re: perlvar manpage and localizing special vars
3615              From: Stas Bekman <stas@stason.org>
3616              Date: Fri, 7 Sep 2001 10:10:24 +0800 (SGT)
3617              Message-ID: <Pine.LNX.4.33.0109071009240.19262-100000@stas.singnet.com.sg>
3618      Branch: perl
3619            ! pod/perlvar.pod
3620 ____________________________________________________________________________
3621 [ 11923] By: jhi                                   on 2001/09/07  01:49:36
3622         Log: Subject: [PATCH MakeMaker.pm] noise from make in ext/SDBM
3623              From: Robin Barker <rmb1@cise.npl.co.uk>
3624              Date: Thu, 6 Sep 2001 19:36:49 +0100 (BST)
3625              Message-Id: <200109061836.TAA08747@tempest.npl.co.uk>
3626      Branch: perl
3627            ! lib/ExtUtils/MakeMaker.pm
3628 ____________________________________________________________________________
3629 [ 11922] By: jhi                                   on 2001/09/06  18:09:08
3630         Log: Symbol missing; AIX unhappy.
3631      Branch: perl
3632            ! makedef.pl
3633 ____________________________________________________________________________
3634 [ 11921] By: jhi                                   on 2001/09/06  17:52:43
3635         Log: Add a test for [ID 20010906.019] perl crashes on "undef foo"
3636              Reported in 5.61, seems to work okay in blead.
3637      Branch: perl
3638            ! t/run/kill_perl.t
3639 ____________________________________________________________________________
3640 [ 11920] By: jhi                                   on 2001/09/06  14:35:09
3641         Log: Update Changes.
3642      Branch: perl
3643            ! Changes patchlevel.h
3644 ____________________________________________________________________________
3645 [ 11919] By: jhi                                   on 2001/09/06  14:20:10
3646         Log: Document the bad assumptions currently breaking
3647              the Socket.t tests 10, 11, and 13 in UNICOS.
3648      Branch: perl
3649            ! ext/Socket/Socket.xs
3650 ____________________________________________________________________________
3651 [ 11918] By: jhi                                   on 2001/09/06  14:07:45
3652         Log: Subject: [PATCH x2p] make OPTIMIZE=...
3653              From: Robin Barker <rmb1@cise.npl.co.uk>
3654              Date: Thu, 6 Sep 2001 13:31:37 +0100 (BST)
3655              Message-Id: <200109061231.NAA25265@tempest.npl.co.uk>
3656      Branch: perl
3657            ! x2p/Makefile.SH x2p/cflags.SH
3658 ____________________________________________________________________________
3659 [ 11917] By: jhi                                   on 2001/09/06  14:01:45
3660         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
3661              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
3662              Date: Thu, 6 Sep 2001 11:09:40 +0100
3663              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
3664              
3665              Subject: Re: [PATCH] for perlhack.pod - no p5p archive on deja/google    
3666              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
3667              Date: 6 Sep 2001 10:14:38 -0000
3668              Message-Id: <slrn9pej4m.1j8.rgarciasuarez@rafael.kazibao.net>   
3669      Branch: perl
3670            ! pod/perlfaq1.pod pod/perlhack.pod
3671 ____________________________________________________________________________
3672 [ 11916] By: jhi                                   on 2001/09/06  13:56:19
3673         Log: Subject: Extra NUL is Data::Dumper output - patch
3674              From: Tony Cook <tony@develop-help.com>
3675              Date: Thu, 6 Sep 2001 12:35:49 +1000 (EST)
3676              Message-ID: <Pine.LNX.4.10.10109061157210.9366-100000@develop-help.com>
3677      Branch: perl
3678            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
3679 ____________________________________________________________________________
3680 [ 11915] By: jhi                                   on 2001/09/06  13:51:16
3681         Log: Avoid redefinition warning
3682              Subroutine Cwd::fastcwd redefined at lib/XSLoader.pm line 97.
3683              from
3684              perl -w -Ilib -MCwd -e ''
3685      Branch: perl
3686            ! lib/Cwd.pm
3687 ____________________________________________________________________________
3688 [ 11914] By: jhi                                   on 2001/09/06  13:30:32
3689         Log: Update the is_tainted() example implementation.
3690      Branch: perl
3691            ! pod/perlsec.pod
3692 ____________________________________________________________________________
3693 [ 11913] By: jhi                                   on 2001/09/06  13:15:59
3694         Log: Missing) in #11912.
3695      Branch: perl
3696            ! lib/Test/Simple/t/fail.t
3697 ____________________________________________________________________________
3698 [ 11912] By: jhi                                   on 2001/09/06  13:08:48
3699         Log: Rewhack Test-Simple into core harness.
3700      Branch: perl
3701            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
3702            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
3703            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
3704            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
3705            ! lib/Test/Simple/t/skipall.t
3706 ____________________________________________________________________________
3707 [ 11911] By: jhi                                   on 2001/09/06  11:54:06
3708         Log: Workaround for the new Exporter 'feature'.
3709      Branch: perl
3710            ! lib/Test/More.pm
3711 ____________________________________________________________________________
3712 [ 11910] By: jhi                                   on 2001/09/06  11:52:56
3713         Log: Re-introduce pure-Perl fall-back for abs_path,
3714              re-introduce #11898.
3715      Branch: perl
3716            ! lib/Cwd.pm lib/File/Find.pm
3717 ____________________________________________________________________________
3718 [ 11909] By: jhi                                   on 2001/09/06  03:49:13
3719         Log: More tests.
3720      Branch: perl
3721            ! lib/Exporter.t
3722 ____________________________________________________________________________
3723 [ 11908] By: jhi                                   on 2001/09/06  03:38:22
3724         Log: Retract #11898 for now because it introduces
3725              a rather nasty depencency: when B is being built,
3726              MakeMaker is used.  MakeMaker uses File::Find.
3727              File::Find uses Cwd::getcwd()...which doesn't
3728              exist yet.
3729      Branch: perl
3730            ! lib/File/Find.pm
3731 ____________________________________________________________________________
3732 [ 11907] By: jhi                                   on 2001/09/06  03:20:02
3733         Log: New test welcome.
3734      Branch: perl
3735            + lib/Test/Simple/t/simple.t
3736 ____________________________________________________________________________
3737 [ 11906] By: jhi                                   on 2001/09/06  03:08:01
3738         Log: Old test begone.
3739      Branch: perl
3740            - lib/Attribute/Handlers/test.pl
3741 ____________________________________________________________________________
3742 [ 11905] By: jhi                                   on 2001/09/06  01:41:03
3743         Log: Test-Simple syncup from Schwern.
3744      Branch: perl
3745            + lib/Test/Simple/t/More.t lib/Test/Simple/t/fail-like.t
3746            + lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/skip.t
3747            + lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
3748            + lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
3749            + lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
3750            - lib/Test/More/Changes lib/Test/More/t/More.t
3751            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
3752            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
3753            - lib/Test/Simple/t/simple.t t/lib/Test/More/Catch.pm
3754            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
3755            ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
3756            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
3757            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
3758            ! lib/Test/Simple/t/plan_is_noplan.t t/lib/Test/Simple/Catch.pm
3759            ! t/lib/Test/Simple/sample_tests/death.plx
3760            ! t/lib/Test/Simple/sample_tests/death_in_eval.plx
3761            ! t/lib/Test/Simple/sample_tests/extras.plx
3762            ! t/lib/Test/Simple/sample_tests/five_fail.plx
3763            ! t/lib/Test/Simple/sample_tests/last_minute_death.plx
3764            ! t/lib/Test/Simple/sample_tests/one_fail.plx
3765            ! t/lib/Test/Simple/sample_tests/require.plx
3766            ! t/lib/Test/Simple/sample_tests/success.plx
3767            ! t/lib/Test/Simple/sample_tests/too_few.plx
3768            ! t/lib/Test/Simple/sample_tests/two_fail.plx
3769 ____________________________________________________________________________
3770 [ 11904] By: pudge                                 on 2001/09/06  00:28:01
3771         Log: Integrate File::Find changes from bleadperl
3772      Branch: maint-5.6/macperl
3773            ! lib/File/Find.pm t/lib/filefind-taint.t
3774 ____________________________________________________________________________
3775 [ 11903] By: pudge                                 on 2001/09/06  00:22:29
3776         Log: Integrate 11847 from maint-5.6/perl
3777      Branch: maint-5.6/macperl
3778           !> sv.c
3779 ____________________________________________________________________________
3780 [ 11902] By: jhi                                   on 2001/09/05  23:27:57
3781         Log: In UNICOS division yada yada.
3782      Branch: perl
3783            ! t/op/override.t
3784 ____________________________________________________________________________
3785 [ 11901] By: jhi                                   on 2001/09/05  23:26:23
3786         Log: In UNICOS division is really lossy, better use
3787              a tolerance test.
3788      Branch: perl
3789            ! ext/Time/HiRes/HiRes.t
3790 ____________________________________________________________________________
3791 [ 11900] By: jhi                                   on 2001/09/05  23:22:38
3792         Log: In UNICOS sigaction() sets an extra flag
3793              ("the signal has been registered for all the processes in
3794              a multitasking group.")
3795      Branch: perl
3796            ! ext/POSIX/sigaction.t
3797 ____________________________________________________________________________
3798 [ 11899] By: jhi                                   on 2001/09/05  23:18:48
3799         Log: Documentation micropatch from Damian.
3800      Branch: perl
3801            ! lib/Attribute/Handlers.pm
3802 ____________________________________________________________________________
3803 [ 11898] By: jhi                                   on 2001/09/05  23:16:50
3804         Log: (Retracted by #11908)
3805              Subject: [PATCH] Re: [PATCH lib/File/Find.pm lib/File/Find/taint.t] Fixing those damned taint tests
3806              From: Michael G Schwern <schwern@pobox.com>
3807              Date: Wed, 5 Sep 2001 15:58:21 -0400
3808              Message-ID: <20010905155821.I632@blackrider>
3809      Branch: perl
3810            ! lib/File/Find.pm lib/File/Find/taint.t
3811 ____________________________________________________________________________
3812 [ 11897] By: jhi                                   on 2001/09/05  23:14:43
3813         Log: Subject: [PATCH lib/CGI/t/carp.t] Tests for CGI::Carp               
3814              From: Michael G Schwern <schwern@pobox.com>
3815              Date: Wed, 5 Sep 2001 19:16:31 -0400
3816              Message-ID: <20010905191631.E11386@blackrider>
3817      Branch: perl
3818            + lib/CGI/t/carp.t
3819            ! MANIFEST
3820 ____________________________________________________________________________
3821 [ 11896] By: jhi                                   on 2001/09/05  23:14:11
3822         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`       
3823              From: chromatic <chromatic@rmci.net>
3824              Date: Wed, 5 Sep 2001 18:08:07 -0600
3825              Message-Id: <01090518080700.19590@firewheel>
3826      Branch: perl
3827            ! lib/English.pm
3828 ____________________________________________________________________________
3829 [ 11895] By: jhi                                   on 2001/09/05  22:52:01
3830         Log: Fix a typo #11889 and add a test for the same.
3831      Branch: perl
3832            ! ext/Socket/Socket.t ext/Socket/Socket.xs
3833 ____________________________________________________________________________
3834 [ 11894] By: jhi                                   on 2001/09/05  22:43:26
3835         Log: Subject: [PATCH bleadperl] tweak warnings.t and kill_perl.t for VMS
3836              From: "Craig A. Berry" <craigberry@mac.com>
3837              Date: Wed, 05 Sep 2001 17:48:54 -0500
3838              Message-Id: <5.1.0.14.0.20010905145002.02b45218@exchi01>
3839      Branch: perl
3840            ! lib/warnings.t t/run/kill_perl.t
3841 ____________________________________________________________________________
3842 [ 11893] By: jhi                                   on 2001/09/05  22:36:35
3843         Log: Subject: [PATCH t/run/kill_perl.t] tying a bareword causes a segfault in 5.6.1
3844              From: Michael G Schwern <schwern@pobox.com>
3845              Date: Wed, 5 Sep 2001 17:22:25 -0400
3846              Message-ID: <20010905172225.C11386@blackrider>
3847      Branch: perl
3848            ! t/run/kill_perl.t
3849 ____________________________________________________________________________
3850 [ 11892] By: jhi                                   on 2001/09/05  22:34:55
3851         Log: Subject: [PATCH] Re: [ID 20010825.006] -DCRIPPLED_CC is broken
3852              From: Nicholas Clark <nick@ccl4.org>
3853              Date: Wed, 5 Sep 2001 20:54:24 +0100
3854              Message-ID: <20010905205424.C25120@plum.flirble.org>
3855      Branch: perl
3856            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h sv.c sv.h
3857 ____________________________________________________________________________
3858 [ 11891] By: jhi                                   on 2001/09/05  22:34:16
3859         Log: Forgotten thing.
3860      Branch: perl
3861            ! uconfig.h
3862 ____________________________________________________________________________
3863 [ 11890] By: jhi                                   on 2001/09/05  22:27:42
3864         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
3865              From: chromatic <chromatic@rmci.net>               
3866              Date: Wed, 5 Sep 2001 13:22:08 -0600
3867              Message-Id: <01090513220807.10587@firewheel> 
3868      Branch: perl
3869            ! lib/English.pm
3870 ____________________________________________________________________________
3871 [ 11889] By: jhi                                   on 2001/09/05  22:23:06
3872         Log: inet_ntoa() tweaks:
3873              - don't allow addresses with > 255 characters
3874              - indent the HP-UX workaround
3875              - don't leak memory
3876      Branch: perl
3877            ! ext/Socket/Socket.xs
3878 ____________________________________________________________________________
3879 [ 11888] By: jhi                                   on 2001/09/05  16:26:17
3880         Log: Clear up a documentation confusion noticed by Xiaoyun Wu
3881              <xwu@theeducationcenter.com>
3882      Branch: perl
3883            ! lib/File/Find.pm
3884 ____________________________________________________________________________
3885 [ 11887] By: jhi                                   on 2001/09/05  15:40:03
3886         Log: Typo nits.
3887      Branch: perl
3888            ! lib/File/Find.pm
3889 ____________________________________________________________________________
3890 [ 11886] By: jhi                                   on 2001/09/05  15:30:11
3891         Log: -Wall nit.
3892      Branch: perl
3893            ! op.c
3894 ____________________________________________________________________________
3895 [ 11885] By: gbarr                                 on 2001/09/05  15:26:18
3896         Log: Update to Scalar-List-Utils 1.05
3897      Branch: perl
3898            ! ext/List/Util/ChangeLog ext/List/Util/README
3899            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
3900 ____________________________________________________________________________
3901 [ 11884] By: jhi                                   on 2001/09/05  13:05:14
3902         Log: Update Changes.
3903      Branch: perl
3904            ! Changes patchlevel.h
3905 ____________________________________________________________________________
3906 [ 11883] By: gbarr                                 on 2001/09/05  12:51:35
3907         Log: Update to Scalar-List-Utils 1.04
3908      Branch: perl
3909            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
3910            ! ext/List/Util/lib/List/Util.pm
3911            ! ext/List/Util/lib/Scalar/Util.pm
3912 ____________________________________________________________________________
3913 [ 11882] By: jhi                                   on 2001/09/05  12:29:44
3914         Log: Metaconfigify #11724.
3915      Branch: metaconfig
3916            ! U/threads/archname.U
3917 ____________________________________________________________________________
3918 [ 11881] By: jhi                                   on 2001/09/05  12:21:44
3919         Log: The MacOS reference is okay, no reason to hide it.
3920      Branch: perl
3921            ! lib/Cwd.pm
3922 ____________________________________________________________________________
3923 [ 11880] By: jhi                                   on 2001/09/05  12:20:49
3924         Log: Subject: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was  Re: [PATCH lib/Cwd.pm]  Try this again.)
3925              From: Michael G Schwern <schwern@pobox.com>
3926              Date: Tue, 4 Sep 2001 15:30:10 -0400
3927              Message-ID: <20010904153010.H26466@blackrider> 
3928              
3929              (We'll see whether the ../../lib/Cwd.pm works in alien lands)
3930      Branch: perl
3931            ! ext/Cwd/Makefile.PL lib/Cwd.pm
3932 ____________________________________________________________________________
3933 [ 11879] By: jhi                                   on 2001/09/05  12:12:18
3934         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.))
3935              From: Michael G Schwern <schwern@pobox.com>
3936              Date: Tue, 4 Sep 2001 17:39:13 -0400
3937              Message-ID: <20010904173913.C626@blackrider>
3938      Branch: perl
3939            ! lib/Cwd.pm
3940 ____________________________________________________________________________
3941 [ 11878] By: jhi                                   on 2001/09/05  12:10:50
3942         Log: Subject: Re: Perl_pp_* in public API?
3943              From: "Craig A. Berry" <craigberry@mac.com>
3944              Date: Tue, 4 Sep 2001 21:51:29 -0500
3945              Message-Id: <a05101000b7bb3f558c8a@[172.16.52.1]>
3946      Branch: perl
3947            ! ext/List/Util/Util.xs
3948 ____________________________________________________________________________
3949 [ 11877] By: jhi                                   on 2001/09/05  12:07:53
3950         Log: From Damian: Class::Struct was unable to define
3951              recursive classes.  After the patch an object reference
3952              (rather than a hash) is required to initialize
3953              an object attribute.  If no such initializer is given to
3954              the constructor, object attributes are now default
3955              initialized to C<undef>.
3956      Branch: perl
3957            ! lib/Class/Struct.pm lib/Class/Struct.t
3958 ____________________________________________________________________________
3959 [ 11876] By: jhi                                   on 2001/09/05  11:51:24
3960         Log: Subject: Re: sv_catpvfn and sv_setpvfn
3961              From: Richard Soderberg <rs@oregonnet.com>
3962              Date: Tue, 4 Sep 2001 15:16:47 -0700
3963              Message-Id: <200109042216.PAA17858@oregonnet.com>
3964      Branch: perl
3965            ! pod/perlclib.pod pod/perlguts.pod
3966 ____________________________________________________________________________
3967 [ 11875] By: jhi                                   on 2001/09/05  11:48:14
3968         Log: NetWare updates from Ananth Kesari.
3969      Branch: perl
3970            ! NetWare/config.wc NetWare/netware.h NetWare/nw5.c
3971            ! NetWare/nw5thread.h
3972 ____________________________________________________________________________
3973 [ 11874] By: jhi                                   on 2001/09/05  11:30:59
3974         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?))
3975              From: Nicholas Clark <nick@ccl4.org>
3976              Date: Tue, 4 Sep 2001 22:42:50 +0100
3977              Message-ID: <20010904224250.P25120@plum.flirble.org>
3978      Branch: perl
3979            ! embed.h embed.pl numeric.c perl.c perl.h pod/perlclib.pod
3980            ! pod/perlfunc.pod pp.c proto.h regcomp.c t/op/64bitint.t
3981            ! t/op/oct.t toke.c
3982 ____________________________________________________________________________
3983 [ 11873] By: jhi                                   on 2001/09/04  21:03:17
3984         Log: Fix Cwd::getcwd() not being tainted, as noticed
3985              by Schwern.
3986      Branch: perl
3987            + ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
3988            - ext/Cwd/Cwd.t
3989            ! MANIFEST ext/Cwd/Cwd.xs util.c
3990 ____________________________________________________________________________
3991 [ 11872] By: jhi                                   on 2001/09/04  20:00:50
3992         Log: Retract #11870 and volatilize the right destruct_level.
3993              Silly thinko pointed out by Sarathy.
3994      Branch: perl
3995            ! intrpvar.h perl.c
3996 ____________________________________________________________________________
3997 [ 11871] By: jhi                                   on 2001/09/04  19:45:59
3998         Log: At least a temporary fix for the mysterious scope core dumps
3999              in Tru64 from Graham.
4000      Branch: perl
4001            ! ext/List/Util/Util.xs
4002 ____________________________________________________________________________
4003 [ 11870] By: jhi                                   on 2001/09/04  19:01:48
4004         Log: (Retracted by #11872)
4005      Branch: perl
4006            ! intrpvar.h
4007 ____________________________________________________________________________
4008 [ 11869] By: jhi                                   on 2001/09/04  17:43:31
4009         Log: Quench a -Wall gripe noticed by Robin Barker.
4010      Branch: perl
4011            ! op.c
4012 ____________________________________________________________________________
4013 [ 11868] By: jhi                                   on 2001/09/04  16:38:07
4014         Log: Subject: [PATCH perl@11834] Unicode::UCD rewritten using Lingua::KO::Hangul::Util
4015              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
4016              Date: Wed, 05 Sep 2001 02:01:32 +0900
4017              Message-Id: <20010905015059.E684.BQW10602@nifty.com>
4018      Branch: perl
4019            ! lib/Unicode/UCD.pm
4020 ____________________________________________________________________________
4021 [ 11867] By: jhi                                   on 2001/09/04  16:35:27
4022         Log: Subject: Re: [PATCH gv.c] @& sets PL_sawampersand
4023              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
4024              Date: Tue, 4 Sep 2001 12:51:02 -0400 (EDT)
4025              Message-ID: <Pine.GSO.4.21.0109041250420.7601-100000@crusoe.crusoe.net>
4026      Branch: perl
4027            ! gv.c
4028 ____________________________________________________________________________
4029 [ 11866] By: jhi                                   on 2001/09/04  13:52:28
4030         Log: Update Changes.
4031      Branch: perl
4032            ! Changes patchlevel.h
4033 ____________________________________________________________________________
4034 [ 11865] By: jhi                                   on 2001/09/04  13:36:58
4035         Log: Add the \[$@%&*] prototype support.
4036      Branch: perl
4037            ! op.c pod/perlsub.pod t/comp/proto.t
4038 ____________________________________________________________________________
4039 [ 11864] By: jhi                                   on 2001/09/04  13:10:38
4040         Log: Subject: [PATCH lib/CGI/t/form.t] Cleanup
4041              From: Michael G Schwern <schwern@pobox.com>
4042              Date: Mon, 3 Sep 2001 18:59:01 -0400
4043              Message-ID: <20010903185901.Z9233@blackrider>
4044      Branch: perl
4045            ! lib/CGI/t/form.t
4046 ____________________________________________________________________________
4047 [ 11863] By: jhi                                   on 2001/09/04  13:06:39
4048         Log: Subject: [PATCH gv.c] @& sets PL_sawampersand
4049              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
4050              Date: Mon, 3 Sep 2001 12:36:20 -0400 (EDT)
4051              Message-ID: <Pine.GSO.4.21.0109031235240.7601-100000@crusoe.crusoe.net>
4052      Branch: perl
4053            ! gv.c
4054 ____________________________________________________________________________
4055 [ 11862] By: jhi                                   on 2001/09/04  13:05:23
4056         Log: More srand entry tweakage based on Randal's suggestion.
4057      Branch: perl
4058            ! pod/perlfunc.pod
4059 ____________________________________________________________________________
4060 [ 11861] By: jhi                                   on 2001/09/04  12:48:14
4061         Log: Subject: [PATCH] 'main' *is* a reserved word
4062              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4063              Date: Mon, 3 Sep 2001 22:55:41 +0200
4064              Message-ID: <20010903225541.A24097@rafael>
4065      Branch: perl
4066            ! toke.c
4067 ____________________________________________________________________________
4068 [ 11860] By: jhi                                   on 2001/09/04  12:46:30
4069         Log: Subject: [PATCH: bleedperl] s/ROOT\./_ROOT./ for VMS default install prefix appendage
4070              From: Peter Prymmer <pvhp@best.com>
4071              Date: Mon, 3 Sep 2001 13:43:04 -0700 (PDT)
4072              Message-ID: <Pine.BSF.4.21.0109031338300.5068-100000@shell8.ba.best.com>
4073      Branch: perl
4074            ! README.vms configure.com
4075 ____________________________________________________________________________
4076 [ 11859] By: jhi                                   on 2001/09/04  12:44:29
4077         Log: Subject: Re: A slightly better default seed?   
4078              From: Michael G Schwern <schwern@pobox.com>
4079              Date: Mon, 3 Sep 2001 18:08:15 -0400 
4080              Message-ID: <20010903180815.W9233@blackrider>
4081      Branch: perl
4082            ! t/op/srand.t
4083 ____________________________________________________________________________
4084 [ 11858] By: jhi                                   on 2001/09/04  12:41:59
4085         Log: Add sharedsv.o to microperl object files.
4086      Branch: perl
4087            ! Makefile.micro
4088 ____________________________________________________________________________
4089 [ 11857] By: jhi                                   on 2001/09/04  12:27:51
4090         Log: AUTHORS updates and
4091              
4092              Subject: [PATCH] Just some preening :-)        
4093              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
4094              Date: Tue, 4 Sep 2001 14:16:59 +0100
4095              Message-ID: <20010904141659.A10129@homer.diplex.co.uk>            
4096      Branch: perl
4097            ! AUTHORS ext/Data/Dumper/Changes lib/Text/Soundex.pm
4098 ____________________________________________________________________________
4099 [ 11856] By: jhi                                   on 2001/09/04  12:09:43
4100         Log: Typo fix and slight rewording.
4101      Branch: perl
4102            ! pod/perlfunc.pod
4103 ____________________________________________________________________________
4104 [ 11855] By: jhi                                   on 2001/09/04  12:04:16
4105         Log: Update the FAQ now that Scalar-List-Utils 1.03 has shuffle().
4106      Branch: perl
4107            ! pod/perlfaq4.pod
4108 ____________________________________________________________________________
4109 [ 11854] By: jhi                                   on 2001/09/03  20:12:21
4110         Log: The helper file changed name.
4111      Branch: perl
4112            ! MANIFEST
4113 ____________________________________________________________________________
4114 [ 11853] By: gbarr                                 on 2001/09/03  20:00:00
4115         Log: Update to Scalar-List-Utils 1.03
4116      Branch: perl
4117            + ext/List/Util/t/shuffle.t
4118            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
4119            ! ext/List/Util/lib/List/Util.pm ext/List/Util/t/blessed.t
4120            ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
4121            ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
4122            ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
4123            ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
4124            ! ext/List/Util/t/reftype.t ext/List/Util/t/sum.t
4125            ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
4126 ____________________________________________________________________________
4127 [ 11852] By: jhi                                   on 2001/09/03  19:50:57
4128         Log: Make crypt() do something more sane for Unicode
4129              (take crypt() of the low eight bits of the characters,
4130              instead of taking crypt() of the UTF-8 of the scalar);
4131              add a test for crypt().
4132      Branch: perl
4133            + t/op/crypt.t
4134            ! MANIFEST pod/perlfunc.pod pp.c
4135 ____________________________________________________________________________
4136 [ 11851] By: jhi                                   on 2001/09/03  19:19:35
4137         Log: Reorganize the srand entry.
4138      Branch: perl
4139            ! pod/perlfunc.pod
4140 ____________________________________________________________________________
4141 [ 11850] By: jhi                                   on 2001/09/03  18:54:51
4142         Log: Remove the tests that assume something about
4143              calling srand() without arguments multiple times.
4144      Branch: perl
4145            ! t/op/srand.t
4146 ____________________________________________________________________________
4147 [ 11849] By: jhi                                   on 2001/09/03  18:15:16
4148         Log: Upgrade to Math::BigInt 1.42.
4149      Branch: perl
4150            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
4151            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
4152            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
4153            ! lib/Math/BigInt/t/mbimbf.t
4154 ____________________________________________________________________________
4155 [ 11848] By: gsar                                  on 2001/09/03  17:07:54
4156         Log: integrate change#11847 from maint-5.6
4157              
4158              typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
4159      Branch: perl
4160            ! sv.c
4161 ____________________________________________________________________________
4162 [ 11847] By: gsar                                  on 2001/09/03  16:47:54
4163         Log: typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
4164      Branch: maint-5.6/perl
4165            ! sv.c
4166 ____________________________________________________________________________
4167 [ 11846] By: jhi                                   on 2001/09/03  15:12:58
4168         Log: As far as I can tell these functions have been Unicodified.
4169      Branch: perl
4170            ! doop.c
4171 ____________________________________________________________________________
4172 [ 11845] By: jhi                                   on 2001/09/03  15:11:27
4173         Log: Update to Storable 1.0.13.
4174      Branch: perl
4175            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
4176            ! ext/Storable/Storable.xs
4177 ____________________________________________________________________________
4178 [ 11844] By: jhi                                   on 2001/09/03  12:42:06
4179         Log: Patch the Filter::Simple test to work with
4180              the core test suite (since the FilterTest.pm
4181              is in t/lib, not in lib).
4182      Branch: perl
4183            ! lib/Filter/Simple/t/filter.t
4184 ____________________________________________________________________________
4185 [ 11843] By: jhi                                   on 2001/09/03  12:39:11
4186         Log: Damian's Filter::Simple test uses FilterTest, not MyFilter.
4187      Branch: perl
4188            + t/lib/FilterTest.pm
4189            - t/lib/MyFilter.pm
4190 ____________________________________________________________________________
4191 [ 11842] By: jhi                                   on 2001/09/03  12:17:30
4192         Log: Damian-o-rama: upgrade to Attribute::Handlers 0.75,
4193              Filter::Simple 0.61, NEXT 0.02, Switch 2.05, and
4194              Text::Balanced 1.86.
4195      Branch: perl
4196            + lib/Attribute/Handlers/t/multi.t lib/Filter/Simple/Changes
4197            + lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
4198            + lib/NEXT/Changes lib/NEXT/README lib/Switch/t/given.t
4199            + lib/Switch/t/nested.t lib/Switch/t/switch.t
4200            + lib/Text/Balanced/Changes lib/Text/Balanced/README
4201            + lib/Text/Balanced/t/extbrk.t lib/Text/Balanced/t/extcbk.t
4202            + lib/Text/Balanced/t/extdel.t lib/Text/Balanced/t/extmul.t
4203            + lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
4204            + lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
4205            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
4206            - lib/Switch/t/switch_case.t lib/Text/Balanced.pod
4207            - lib/Text/Balanced/t/genxt.t lib/Text/Balanced/t/xbrak.t
4208            - lib/Text/Balanced/t/xcode.t lib/Text/Balanced/t/xdeli.t
4209            - lib/Text/Balanced/t/xmult.t lib/Text/Balanced/t/xquot.t
4210            - lib/Text/Balanced/t/xtagg.t lib/Text/Balanced/t/xvari.t
4211            ! MANIFEST lib/Attribute/Handlers.pm
4212            ! lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
4213            ! lib/Attribute/Handlers/demo/Demo.pm
4214            ! lib/Attribute/Handlers/demo/Descriptions.pm
4215            ! lib/Attribute/Handlers/demo/MyClass.pm
4216            ! lib/Attribute/Handlers/demo/demo.pl
4217            ! lib/Attribute/Handlers/demo/demo2.pl
4218            ! lib/Attribute/Handlers/demo/demo3.pl
4219            ! lib/Attribute/Handlers/demo/demo4.pl
4220            ! lib/Attribute/Handlers/demo/demo_call.pl
4221            ! lib/Attribute/Handlers/demo/demo_chain.pl
4222            ! lib/Attribute/Handlers/demo/demo_cycle.pl
4223            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
4224            ! lib/Attribute/Handlers/demo/demo_phases.pl
4225            ! lib/Attribute/Handlers/demo/demo_range.pl
4226            ! lib/Attribute/Handlers/demo/demo_rawdata.pl
4227            ! lib/Filter/Simple.pm lib/NEXT.pm lib/NEXT/test.pl
4228            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
4229            ! lib/Text/Balanced.pm
4230 ____________________________________________________________________________
4231 [ 11841] By: sky                                   on 2001/09/03  11:04:15
4232         Log: Forgot to add a file with Change #11840
4233      Branch: perl
4234            + t/op/srand.t
4235 ____________________________________________________________________________
4236 [ 11840] By: sky                                   on 2001/09/03  11:02:04
4237         Log: Subject: [PATCH t/op/srand.t t/op/rand.t pod/perlfunc.pod MANIFEST] Tests for srand()
4238              From: Michael G Schwern <schwern@pobox.com>
4239              Date: Mon, 3 Sep 2001 07:43:00 -0400
4240              Message-ID: <20010903074300.E9233@blackrider>
4241      Branch: perl
4242            ! MANIFEST pod/perlfunc.pod t/op/rand.t
4243 ____________________________________________________________________________
4244 [ 11839] By: sky                                   on 2001/09/03  10:47:11
4245         Log: Document the changes with regards to running of END blocks.
4246              And DESTROY on global objects are called in perl_destruct()!
4247      Branch: perl
4248            ! pod/perl572delta.pod pod/perlembed.pod
4249 ____________________________________________________________________________
4250 [ 11838] By: sky                                   on 2001/09/03  09:34:44
4251         Log: Subject: [PATCH t/op/time.t] Partial cleanup
4252              From: Michael G Schwern <schwern@pobox.com>
4253              Date: Mon, 3 Sep 2001 06:29:42 -0400
4254              Message-ID: <20010903062942.C9233@blackrider>
4255      Branch: perl
4256            ! t/op/time.t
4257 ____________________________________________________________________________
4258 [ 11837] By: sky                                   on 2001/09/03  09:30:02
4259         Log: Subject: [PATCH t/op/rand.t] Increase the repetitions
4260              From: Michael G Schwern <schwern@pobox.com>
4261              Date: Mon, 3 Sep 2001 06:24:13 -0400
4262              Message-ID: <20010903062413.B9233@blackrider>
4263      Branch: perl
4264            ! t/op/rand.t
4265 ____________________________________________________________________________
4266 [ 11836] By: sky                                   on 2001/09/03  07:56:47
4267         Log: Subject: [PATCH] CGI::Cookie, Apache & Switch tests
4268              From: Michael G Schwern <schwern@pobox.com>
4269              Date: Sun, 2 Sep 2001 21:38:43 -0400
4270              Message-ID: <20010902213843.L2711@blackrider>
4271      Branch: perl
4272            + lib/CGI/t/apache.t lib/CGI/t/cookie.t lib/CGI/t/switch.t
4273            ! MANIFEST
4274 ____________________________________________________________________________
4275 [ 11835] By: nick                                  on 2001/09/03  06:20:06
4276         Log: Integrate mainline
4277      Branch: perlio
4278           +> lib/Shell.t t/op/inccode.t t/run/kill_perl.t
4279            - t/op/misc.t
4280           !> (integrate 187 files)
4281 ____________________________________________________________________________
4282 [ 11834] By: jhi                                   on 2001/09/02  13:07:53
4283         Log: Update Changes.
4284      Branch: perl
4285            ! Changes patchlevel.h
4286 ____________________________________________________________________________
4287 [ 11833] By: jhi                                   on 2001/09/02  12:59:05
4288         Log: Slight tweaks.
4289      Branch: perl
4290            ! t/run/kill_perl.t
4291 ____________________________________________________________________________
4292 [ 11832] By: jhi                                   on 2001/09/02  12:41:12
4293         Log: Special casing had become a little bit more complex in Unicode 3.1.1.
4294      Branch: perl
4295            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
4296 ____________________________________________________________________________
4297 [ 11831] By: sky                                   on 2001/09/02  12:10:42
4298         Log: Change #11828 wasn't complete, this updates to intest path
4299      Branch: perl
4300            ! t/run/kill_perl.t
4301 ____________________________________________________________________________
4302 [ 11830] By: jhi                                   on 2001/09/02  11:56:18
4303         Log: 's's's.
4304      Branch: perl
4305            ! Changes
4306 ____________________________________________________________________________
4307 [ 11829] By: jhi                                   on 2001/09/02  11:54:22
4308         Log: Update Changes.
4309      Branch: perl
4310            ! Changes patchlevel.h
4311 ____________________________________________________________________________
4312 [ 11828] By: sky                                   on 2001/09/02  11:53:56
4313         Log: Subject: [PATCH] rm t/run/segfault.t; mv t/op/misc.t t/run/kill_perl.t
4314              From: Michael G Schwern <schwern@pobox.com>
4315              Date: Sat, 1 Sep 2001 20:18:58 -0400
4316              Message-ID: <20010901201858.X606@blackrider>
4317              +MANIFEST Fix
4318      Branch: perl
4319            + t/run/kill_perl.t
4320            - t/op/misc.t t/run/segfault.t
4321            ! MANIFEST
4322 ____________________________________________________________________________
4323 [ 11827] By: jhi                                   on 2001/09/02  11:46:47
4324         Log: Subject: [PATCH] lib/Time/Local.pm
4325              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
4326              Date: Sun, 2 Sep 2001 06:50:01 -0500
4327              Message-ID: <20010902065001.A21529@staff1.cso.uiuc.edu>
4328      Branch: perl
4329            ! lib/Time/Local.pm
4330 ____________________________________________________________________________
4331 [ 11826] By: jhi                                   on 2001/09/02  11:40:49
4332         Log: Tick off Unicode collation and the normalization from
4333              the todo list.
4334      Branch: perl
4335            ! pod/perltodo.pod
4336 ____________________________________________________________________________
4337 [ 11825] By: jhi                                   on 2001/09/02  11:16:24
4338         Log: Update to Unicode 3.1.1.
4339      Branch: perl
4340            ! lib/unicore/ArabLink.pl lib/unicore/ArabLnkGrp.pl
4341            ! lib/unicore/ArabShap.txt lib/unicore/CaseFold.txt
4342            ! lib/unicore/EAWidth.txt lib/unicore/PropList.html
4343            ! lib/unicore/PropList.txt lib/unicore/README.perl
4344            ! lib/unicore/ReadMe.txt lib/unicore/SpecCase.txt
4345            ! lib/unicore/rename lib/unicore/version
4346 ____________________________________________________________________________
4347 [ 11824] By: jhi                                   on 2001/09/02  10:32:30
4348         Log: Slight doc tweaks for the module.
4349      Branch: perl
4350            ! lib/Unicode/UCD.pm
4351 ____________________________________________________________________________
4352 [ 11823] By: jhi                                   on 2001/09/02  10:02:20
4353         Log: Rename the variable: it *used* to be (wrongly) that the
4354              code related to PL_reg_sv (so PL_reg_sv_utf8 was logical)
4355              but that is no more the case: PL_reg_match_utf8 is better.
4356      Branch: perl
4357            ! embedvar.h mg.c perlapi.c perlapi.h pp.c pp_hot.c regcomp.c
4358            ! regexec.c sv.c thrdvar.h
4359 ____________________________________________________________________________
4360 [ 11822] By: ams                                   on 2001/09/02  02:54:50
4361         Log: Subject: RE: [PATCH] Add a nextstate into empty blocks
4362              From: Ilmari Karonen <iltzu@sci.fi>
4363              Date: Sun, 19 Aug 2001 19:27:33 +0300 (EET DST)
4364              Message-Id: <Pine.SOL.3.96.1010819163840.8384B-100000@simpukka>
4365              (op/sub_lval.t updated to take new error message into account.)
4366      Branch: perl
4367            ! op.c t/op/sub_lval.t
4368 ____________________________________________________________________________
4369 [ 11821] By: gsar                                  on 2001/09/02  01:06:30
4370         Log: remove stray CRs in files; keep all files with UNIX line-ends
4371              (Porting/makerel adds CRs to the files that need it in the
4372              distribution)
4373      Branch: perl
4374            ! NetWare/t/NWScripts.pl README.dos
4375            ! ext/Encode/Encode/cns11643-1.enc
4376            ! ext/Encode/Encode/cns11643-2.enc ext/SDBM_File/Makefile.PL
4377            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
4378 ____________________________________________________________________________
4379 [ 11820] By: gsar                                  on 2001/09/02  00:56:44
4380         Log: some remnants of change#11803
4381      Branch: perl
4382            ! ext/ByteLoader/byterun.h perl.h
4383 ____________________________________________________________________________
4384 [ 11819] By: jhi                                   on 2001/09/01  23:40:36
4385         Log: Update to Unicode::Collate 0.08.
4386      Branch: perl
4387            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
4388            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
4389 ____________________________________________________________________________
4390 [ 11818] By: jhi                                   on 2001/09/01  23:02:09
4391         Log: Test tweaks.
4392      Branch: perl
4393            ! t/op/pat.t
4394 ____________________________________________________________________________
4395 [ 11817] By: pudge                                 on 2001/09/01  22:36:29
4396         Log: Fix test
4397      Branch: maint-5.6/macperl
4398            ! t/lib/b.t
4399 ____________________________________________________________________________
4400 [ 11816] By: pudge                                 on 2001/09/01  22:15:09
4401         Log: Misc. patches: fix tests script; add Mac::LowMem; quiet
4402              warnings in Config.pm with -W; increase default and
4403              minimum RAM; bump version number.
4404      Branch: maint-5.6/macperl
4405            + macos/lib/Mac/LowMem.pm
4406            ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk
4407            ! macos/configpm macos/macperl/MacPerl.r
4408 ____________________________________________________________________________
4409 [ 11815] By: pudge                                 on 2001/09/01  22:10:49
4410         Log: Make syntax check report in MPW style, fix tests
4411              to use Mac::err=unix to get normal-style error
4412              messages.
4413      Branch: maint-5.6/macperl
4414            ! perl.c t/lib/b.t t/op/misc.t t/op/runlevel.t t/pod/testp2pt.pl
4415            ! t/pragma/strict.t t/pragma/subs.t t/pragma/warnings.t
4416 ____________________________________________________________________________
4417 [ 11814] By: pudge                                 on 2001/09/01  22:09:08
4418         Log: Make MPW-style errors optional (but the default); add
4419              MacPerl::ErrorFormat() function and Mac::err pragma
4420      Branch: maint-5.6/macperl
4421            + macos/ext/Mac/err/Makefile.PL macos/ext/Mac/err/err.pm
4422            + macos/ext/Mac/err/err.xs
4423            ! macos/ext/Mac/Makefile.mk macos/ext/MacPerl/MacPerl.xs
4424            ! macos/macish.c macos/macish.h macos/macperl.sym
4425 ____________________________________________________________________________
4426 [ 11813] By: pudge                                 on 2001/09/01  22:01:40
4427         Log: More module and test ports from Thomas Wegner et al
4428      Branch: maint-5.6/macperl
4429            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
4430            ! lib/File/DosGlob.pm lib/File/Spec/Mac.pm lib/File/Temp.pm
4431            ! t/lib/dosglob.t t/lib/filespec.t t/lib/ftmp-security.t
4432            ! t/op/magic.t
4433 ____________________________________________________________________________
4434 [ 11812] By: sky                                   on 2001/09/01  17:19:30
4435         Log: Subject: [PATCH t/op/concat.t] cleanup
4436              From: Michael G Schwern <schwern@pobox.com>
4437              Date: Sat, 1 Sep 2001 14:06:28 -0400
4438              Message-ID: <20010901140628.C606@blackrider>
4439      Branch: perl
4440            ! t/op/concat.t
4441 ____________________________________________________________________________
4442 [ 11811] By: sky                                   on 2001/09/01  12:25:29
4443         Log: Change #11805 didn't update the MANIFEST
4444      Branch: perl
4445            ! MANIFEST
4446 ____________________________________________________________________________
4447 [ 11810] By: sky                                   on 2001/09/01  11:52:44
4448         Log: Subject: [PATCH], was t/op/incode.t breaks make minitest
4449              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4450              Date: Sat, 1 Sep 2001 14:50:14 +0200
4451              Message-ID: <20010901145014.A691@rafael>
4452      Branch: perl
4453            ! t/op/inccode.t
4454 ____________________________________________________________________________
4455 [ 11809] By: sky                                   on 2001/09/01  11:49:22
4456         Log: Subject: PATCH: ExtUtils::MakeMaker
4457              From: Tony Bowden <tony@kasei.com>
4458              Date: Sat, 1 Sep 2001 10:33:53 +0100
4459              Message-ID: <20010901103353.A13863@soto.kasei.com>
4460              Manually applied
4461      Branch: perl
4462            ! lib/ExtUtils/MakeMaker.pm
4463 ____________________________________________________________________________
4464 [ 11808] By: sky                                   on 2001/09/01  11:39:13
4465         Log: Subject: [ID 20010831.002] Bug in Term::Cap on Solaris ansi terminal using CPAN::Shell
4466              From: mike808@users.sourceforge.net
4467              Date: Sat, 1 Sep 101 11:27:50 GMT
4468              Message-Id: <200108312123.QAA27476@smtp.networkusa.net>
4469              With little tweak
4470      Branch: perl
4471            ! lib/Term/Cap.pm
4472 ____________________________________________________________________________
4473 [ 11807] By: ams                                   on 2001/09/01  11:31:16
4474         Log: Subject: oct() and hex()
4475              From: Nicholas Clark <nick@ccl4.org>
4476              Date: Fri, 31 Aug 2001 23:14:13 +0100
4477              Message-Id: <20010831231413.J4950@plum.flirble.org>
4478      Branch: perl
4479            ! pod/perlclib.pod
4480 ____________________________________________________________________________
4481 [ 11806] By: pudge                                 on 2001/09/01  00:04:52
4482         Log: Integrate change 11801 from maintperl
4483      Branch: maint-5.6/macperl
4484            ! perl.c
4485 ____________________________________________________________________________
4486 [ 11805] By: sky                                   on 2001/08/31  21:35:10
4487         Log: Subject: Re: [ID 20010831.001] SEGV from ($a, b) = (1, 2)
4488              From: Michael G Schwern <schwern@pobox.com>
4489              Date: Fri, 31 Aug 2001 15:36:28 -0400
4490              Message-ID: <20010831153628.B598@blackrider>
4491              Check for things which used to segfault
4492      Branch: perl
4493            + t/run/segfault.t
4494 ____________________________________________________________________________
4495 [ 11804] By: gsar                                  on 2001/08/31  21:02:54
4496         Log: integrate change#11801 from maint-5.6
4497              
4498              remove age-old UNICOS "workaround" that introduces a static, and
4499              hence an egregious race condition for threaded builds (*sigh*
4500              beats me why this kludge wasn't guarded by a UNICOS-specific
4501              #define *sigh*)
4502      Branch: perl
4503            ! perl.c
4504 ____________________________________________________________________________
4505 [ 11803] By: gsar                                  on 2001/08/31  20:58:38
4506         Log: remove deprecated PERL_OBJECT cruft, it has long since stopped
4507              working in 5.7.x
4508      Branch: perl
4509            - objXSUB.h
4510            ! EXTERN.h MANIFEST Makefile.SH Makefile.micro NetWare/Makefile
4511            ! NetWare/config_h.PL NetWare/dl_netware.xs NetWare/interface.c
4512            ! NetWare/nw5.c NetWare/nw5sck.c NetWare/nw5thread.c
4513            ! NetWare/nwperlsys.c NetWare/nwperlsys.h Porting/makerel
4514            ! README.win32 XSUB.h bytecode.pl cv.h cygwin/cygwin.c
4515            ! emacs/ptags embed.h embed.pl embedvar.h epoc/epoc.c ext/B/B.xs
4516            ! ext/B/B/C.pm ext/ByteLoader/ByteLoader.xs
4517            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
4518            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
4519            ! ext/POSIX/POSIX.xs globals.c iperlsys.h lib/ExtUtils/Embed.pm
4520            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
4521            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
4522            ! lib/ExtUtils/xsubpp makedef.pl mg.c op.c perl.c perl.h
4523            ! perlapi.c perlapi.h perlio.c perly.c perly.y perly_c.diff
4524            ! pod/perlguts.pod pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c
4525            ! scope.c sv.c sv.h toke.c universal.c vms/descrip_mms.template
4526            ! vms/perly_c.vms win32/Makefile win32/config_h.PL
4527            ! win32/dl_win32.xs win32/makefile.mk win32/perlhost.h
4528            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
4529            ! win32/win32thread.c wince/Makefile.ce wince/config_h.PL
4530            ! wince/dl_win32.xs wince/perllib.c wince/win32.h
4531            ! wince/win32thread.c wince/wince.c wince/wincesck.c xsutils.c
4532 ____________________________________________________________________________
4533 [ 11802] By: ams                                   on 2001/08/31  18:11:32
4534         Log: Subject: [DOC PATCH] Add perl4 warning messages to perldiag.pod
4535              From: "Philip Newton" <Philip.Newton@gmx.net>
4536              Date: Fri, 31 Aug 2001 21:12:56 +0200
4537              Message-Id: <20010831.211000@ID-11583.news.dfncis.de>
4538      Branch: perl
4539            ! pod/perldiag.pod
4540 ____________________________________________________________________________
4541 [ 11801] By: gsar                                  on 2001/08/31  17:49:03
4542         Log: remove age-old UNICOS "workaround" that introduces a static, and
4543              hence an egregious race condition for threaded builds (*sigh*
4544              beats me why this kludge wasn't guarded by a UNICOS-specific
4545              #define *sigh*)
4546      Branch: maint-5.6/perl
4547            ! perl.c
4548 ____________________________________________________________________________
4549 [ 11800] By: sky                                   on 2001/08/31  17:30:26
4550         Log: Fixes bug in change 11717 that bus errored on HP-UX 10.20
4551              Might break on platforms where bool is larger than 8 bites ???
4552      Branch: perl
4553            ! regcomp.c
4554 ____________________________________________________________________________
4555 [ 11799] By: ams                                   on 2001/08/31  12:15:44
4556         Log: Integrate 11778 into mainline.
4557      Branch: perl
4558            ! t/base/term.t
4559 ____________________________________________________________________________
4560 [ 11798] By: sky                                   on 2001/08/31  11:31:44
4561         Log: Change 11797 sneaked in a faulty regcomp.c change which wasn't
4562              supposed to happen.
4563      Branch: perl
4564            ! regcomp.c
4565 ____________________________________________________________________________
4566 [ 11797] By: sky                                   on 2001/08/31  11:28:17
4567         Log: Subject: Re: Problem in ext/Time/HiRest/HiRes.t 
4568              From: "John P. Linderman" <jpl@research.att.com>
4569              Date: Fri, 31 Aug 2001 08:20:35 -0400
4570              Message-Id: <200108311220.IAA54125@raptor.research.att.com>
4571              Fixes test 14 which could fail randomly in rare cases.
4572      Branch: perl
4573            ! ext/Time/HiRes/HiRes.t regcomp.c
4574 ____________________________________________________________________________
4575 [ 11796] By: ams                                   on 2001/08/31  01:13:07
4576         Log: Subject: [PATCH] Embaressing typo in Syslog's Makefile.PL
4577              From: Nicholas Clark <nick@ccl4.org>
4578              Date: Thu, 30 Aug 2001 23:21:50 +0100
4579              Message-Id: <20010830232150.D4950@plum.flirble.org>
4580      Branch: perl
4581            ! ext/Sys/Syslog/Makefile.PL
4582 ____________________________________________________________________________
4583 [ 11795] By: ams                                   on 2001/08/30  23:53:23
4584         Log: Subject: [PATCH pod/perlhack.pod] Yet another improvement to the
4585              patching example
4586              From: Michael G Schwern <schwern@pobox.com>
4587              Date: Thu, 30 Aug 2001 17:02:08 -0400
4588              Message-Id: <20010830170208.M2318@blackrider>
4589      Branch: perl
4590            ! pod/perlhack.pod
4591 ____________________________________________________________________________
4592 [ 11794] By: ams                                   on 2001/08/30  19:35:36
4593         Log: Subject: [PATCH] pp_modulo
4594              From: Nicholas Clark <nick@ccl4.org>
4595              Date: Thu, 30 Aug 2001 18:20:54 +0100
4596              Message-Id: <20010830182053.A4950@plum.flirble.org>
4597      Branch: perl
4598            ! pp.c t/op/64bitint.t
4599 ____________________________________________________________________________
4600 [ 11793] By: sky                                   on 2001/08/30  13:02:48
4601         Log: 11792 wasn't complete
4602      Branch: perl
4603            ! makedef.pl regcomp.c
4604 ____________________________________________________________________________
4605 [ 11792] By: sky                                   on 2001/08/30  12:21:11
4606         Log: Added checks for PL_custom* and Perl_custom* functions in makedef.pl
4607      Branch: perl
4608            ! makedef.pl
4609 ____________________________________________________________________________
4610 [ 11791] By: sky                                   on 2001/08/30  10:08:02
4611         Log: Due to braindamaged makedef.pl change 11758 broke makedef.pl
4612      Branch: perl
4613            ! config_h.SH
4614 ____________________________________________________________________________
4615 [ 11790] By: sky                                   on 2001/08/30  08:22:31
4616         Log: Introduces SvREPADTMP(sv) that marks a repad SvIV as a offset
4617              on the pad. Fixes coredumps in cleanups introduced by
4618              Change 11755  
4619      Branch: perl
4620            ! op.c perl.c sv.h
4621 ____________________________________________________________________________
4622 [ 11789] By: sky                                   on 2001/08/29  19:01:47
4623         Log: GCC on HP-UX 11 with 64bit support breaks inet_ntoa
4624              This is a replacement implmentation that works on HPUX.
4625              This bug should probably be fixed in GCC.
4626      Branch: perl
4627            ! ext/Socket/Socket.xs
4628 ____________________________________________________________________________
4629 [ 11788] By: ams                                   on 2001/08/29  17:35:33
4630         Log: Subject: [PATCH] pass all tests when compiling with -DNO_PERL_PRESERVE_IVUV
4631              From: Nicholas Clark <nick@ccl4.org>
4632              Date: Wed, 29 Aug 2001 18:21:56 +0100
4633              Message-Id: <20010829182156.O4950@plum.flirble.org>
4634      Branch: perl
4635            ! ext/Devel/Peek/Peek.t sv.c t/op/64bitint.t t/op/numconvert.t
4636 ____________________________________________________________________________
4637 [ 11787] By: sky                                   on 2001/08/29  10:42:54
4638         Log: Added test for pack_addr_in and unpack_addr_in
4639              Nitpik in test 10
4640      Branch: perl
4641            ! ext/Socket/Socket.t
4642 ____________________________________________________________________________
4643 [ 11786] By: sky                                   on 2001/08/29  10:28:14
4644         Log: Added three tests to test inet_ntoa/inet_aton and *packaddr*
4645              Trying to catch errors on HP-UX
4646      Branch: perl
4647            ! ext/Socket/Socket.t
4648 ____________________________________________________________________________
4649 [ 11785] By: sky                                   on 2001/08/29  09:07:03
4650         Log: make sure USE_THREADS is defined so external apps work
4651      Branch: perl
4652            ! config_h.SH
4653 ____________________________________________________________________________
4654 [ 11784] By: sky                                   on 2001/08/29  08:06:12
4655         Log: Subject: Re: The hitlist of untested modules.
4656              From: Jonathan Stowe <gellyfish@gellyfish.com>
4657              Date: Wed, 29 Aug 2001 09:25:49 +0100 (BST)
4658              Message-ID: <Pine.LNX.4.33.0108290923320.29273-100000@orpheus.gellyfish.com>
4659              Start of tests for Shell.pm (make Schwern poorer!)
4660      Branch: perl
4661            + lib/Shell.t
4662            ! MANIFEST
4663 ____________________________________________________________________________
4664 [ 11783] By: sky                                   on 2001/08/29  07:37:50
4665         Log: END{} can change the return value even if we die from BEGIN{}
4666      Branch: perl
4667            ! miniperlmain.c
4668 ____________________________________________________________________________
4669 [ 11782] By: ams                                   on 2001/08/29  06:32:17
4670         Log: Subject: Re: [PATCH] newer tests for the coderef-in-@INC !
4671              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4672              Date: Wed, 29 Aug 2001 09:18:17 +0200
4673              Message-Id: <20010829091817.A4453@rafael>
4674      Branch: perl
4675            ! t/op/inccode.t
4676 ____________________________________________________________________________
4677 [ 11781] By: pudge                                 on 2001/08/29  02:28:33
4678         Log: Delete xsubpp.patch, as full copy exists now
4679      Branch: maint-5.6/macperl
4680            - macos/xsubpp.patch
4681 ____________________________________________________________________________
4682 [ 11780] By: pudge                                 on 2001/08/29  02:26:03
4683         Log: Add Changes file
4684      Branch: maint-5.6/macperl
4685            + macos/Changes
4686 ____________________________________________________________________________
4687 [ 11779] By: pudge                                 on 2001/08/29  02:23:11
4688         Log: Add Mac version of xsubpp as separate file
4689      Branch: maint-5.6/macperl
4690            + macos/xsubpp
4691            ! macos/Makefile.mk
4692 ____________________________________________________________________________
4693 [ 11778] By: pudge                                 on 2001/08/29  02:14:57
4694         Log: Fix open of /dev/null for Mac OS
4695      Branch: maint-5.6/macperl
4696            ! t/base/term.t
4697 ____________________________________________________________________________
4698 [ 11777] By: pudge                                 on 2001/08/29  02:12:52
4699         Log: Various patches: enable more tests; skip CVS in PerlInstall;
4700              fix typemap for Mac::Processes; remove comments in MM_MacOS.pm
4701      Branch: maint-5.6/macperl
4702            ! macos/MacPerlTests.cmd macos/PerlInstall
4703            ! macos/ext/Mac/Processes/typemap macos/lib/ExtUtils/MM_MacOS.pm
4704 ____________________________________________________________________________
4705 [ 11776] By: pudge                                 on 2001/08/29  02:11:42
4706         Log: Allow for platforms to override formatting of errors
4707              on output from Matthias Neeracher (Mac files)
4708      Branch: maint-5.6/macperl
4709            ! macos/macish.c macos/macish.h
4710 ____________________________________________________________________________
4711 [ 11775] By: pudge                                 on 2001/08/29  01:59:32
4712         Log: Allow for platforms to override formatting of errors
4713              on output from Matthias Neeracher (core files)
4714      Branch: maint-5.6/macperl
4715            ! perl.h pp_ctl.c util.c
4716 ____________________________________________________________________________
4717 [ 11774] By: pudge                                 on 2001/08/29  01:29:43
4718         Log: Add some param checking, from reports by Kevin Reid.
4719      Branch: maint-5.6/macperl
4720            ! macos/ext/Mac/Controls/Controls.pm
4721            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/Windows/Windows.pm
4722 ____________________________________________________________________________
4723 [ 11773] By: ams                                   on 2001/08/28  23:54:57
4724         Log: Subject: [PATCH] make coretest
4725              From: Paul Johnson <paul@pjcj.net>
4726              Date: Wed, 29 Aug 2001 00:11:38 +0200
4727              Message-Id: <20010829001138.B12169@pjcj.net>
4728              (Applied without the change to perlhack.pod. This should
4729              probably stay undocumented.)
4730      Branch: perl
4731            ! Makefile.SH t/TEST
4732 ____________________________________________________________________________
4733 [ 11772] By: sky                                   on 2001/08/28  13:01:20
4734         Log: Subject: [PATCH t/op/pack.t pod/perlhack.pod] Adding the failure diagnostic  
4735              From: Michael G Schwern <schwern@pobox.com>
4736              Date: Tue, 28 Aug 2001 09:57:39 -0400
4737              Message-ID: <20010828095738.E17775@blackrider>
4738      Branch: perl
4739            ! pod/perlhack.pod t/op/pack.t
4740 ____________________________________________________________________________
4741 [ 11771] By: sky                                   on 2001/08/28  11:20:13
4742         Log: Subject: [PATCH] put useful info in %INC for files loaded by a hook in @INC
4743              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4744              Date: Tue, 28 Aug 2001 14:23:43 +0200
4745              Message-ID: <20010828142343.A19299@rafael>
4746      Branch: perl
4747            ! pod/perlvar.pod pp_ctl.c
4748 ____________________________________________________________________________
4749 [ 11770] By: ams                                   on 2001/08/28  10:13:21
4750         Log: Subject: [PATCH] odd typo in op.h
4751              From: Nicholas Clark <nick@ccl4.org>
4752              Date: Tue, 28 Aug 2001 12:10:26 +0100
4753              Message-Id: <20010828121026.V4950@plum.flirble.org>
4754      Branch: perl
4755            ! op.h
4756 ____________________________________________________________________________
4757 [ 11769] By: sky                                   on 2001/08/28  08:09:16
4758         Log: Subject: [ID 20010827.008] no-foo options broken in B::Lint
4759              From: Ville "Skyttä" <scop@cs132170.pp.htv.fi>
4760              Date: Tue, 28 Aug 2001 02:22:20 +0300
4761              Message-Id: <200108272322.f7RNMKd02261@cs132170.pp.htv.fi>
4762      Branch: perl
4763            ! ext/B/B/Lint.pm
4764 ____________________________________________________________________________
4765 [ 11768] By: ams                                   on 2001/08/28  00:47:35
4766         Log: Subject: Re: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
4767              From: Michael G Schwern <schwern@pobox.com>
4768              Date: Mon, 27 Aug 2001 21:24:44 -0400
4769              Message-Id: <20010827212444.F12582@blackrider>
4770      Branch: perl
4771            ! pod/perlhack.pod t/op/pack.t
4772 ____________________________________________________________________________
4773 [ 11767] By: ams                                   on 2001/08/27  23:59:48
4774         Log: Subject: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
4775              From: Michael G Schwern <schwern@pobox.com>
4776              Date: Mon, 27 Aug 2001 20:12:29 -0400
4777              Message-Id: <20010827201229.D12582@blackrider>
4778      Branch: perl
4779            ! pod/perlhack.pod t/op/pack.t
4780 ____________________________________________________________________________
4781 [ 11766] By: ams                                   on 2001/08/27  23:39:40
4782         Log: Update Changes.
4783      Branch: perl
4784            ! Changes
4785 ____________________________________________________________________________
4786 [ 11765] By: ams                                   on 2001/08/27  22:53:10
4787         Log: Subject: Re: [PATCH] new tests for the coderef-in-@INC
4788              From: Michael G Schwern <schwern@pobox.com>
4789              Date: Mon, 27 Aug 2001 19:47:30 -0400
4790              Message-Id: <20010827194730.C12582@blackrider>
4791      Branch: perl
4792            ! t/op/inccode.t
4793 ____________________________________________________________________________
4794 [ 11764] By: ams                                   on 2001/08/27  22:46:21
4795         Log: Subject: [PATCH] new tests for the coderef-in-@INC
4796              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4797              Date: Mon, 27 Aug 2001 22:36:27 +0200
4798              Message-Id: <20010827223627.C690@rafael>
4799              
4800              Subject: Re: [PATCH] new tests for the coderef-in-@INC
4801              From: Nicholas Clark <nick@ccl4.org>
4802              Date: Tue, 28 Aug 2001 00:02:46 +0100
4803              Message-Id: <20010828000245.R4950@plum.flirble.org>
4804      Branch: perl
4805            + t/op/inccode.t
4806            ! MANIFEST
4807 ____________________________________________________________________________
4808 [ 11763] By: ams                                   on 2001/08/27  22:41:09
4809         Log: Subject: [PATCH lib/warnings.t] Removing 2>&1 requirement  (was Re:
4810              bleadperl on fire, Win95+4NT)
4811              From: Michael G Schwern <schwern@pobox.com>
4812              Date: Mon, 27 Aug 2001 16:54:42 -0400
4813              Message-Id: <20010827165442.F9436@blackrider>
4814      Branch: perl
4815            ! lib/warnings.t
4816 ____________________________________________________________________________
4817 [ 11762] By: sky                                   on 2001/08/27  19:19:17
4818         Log: Changed back Net/Ping.pm change #11759 since WNOHANG wasn't
4819              avaible at compile time. This broke the compilation of 
4820              Net/Ping.pm
4821      Branch: perl
4822            ! lib/Net/Ping.pm
4823 ____________________________________________________________________________
4824 [ 11761] By: sky                                   on 2001/08/27  18:34:48
4825         Log: Removed tripple definitions of CUSTOM_OP functions.
4826      Branch: perl
4827            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
4828 ____________________________________________________________________________
4829 [ 11760] By: sky                                   on 2001/08/27  18:21:27
4830         Log: Regen headers
4831      Branch: perl
4832            ! embed.h embedvar.h objXSUB.h opcode.h opnames.h perlapi.c
4833            ! perlapi.h proto.h
4834 ____________________________________________________________________________
4835 [ 11759] By: ams                                   on 2001/08/27  16:31:53
4836         Log: Subject: [PATCH] pod/perlfunc.pod, lib/Net/Ping.pm, ext/POSIX/POSIX.pod
4837              From: "chromatic" <chromatic@rmci.net>
4838              Date: Mon, 27 Aug 2001 11:17:09 -0600
4839              Message-Id: <20010827172111.89491.qmail@onion.perl.org>
4840      Branch: perl
4841            ! ext/POSIX/POSIX.pod lib/Net/Ping.pm pod/perlfunc.pod
4842 ____________________________________________________________________________
4843 [ 11758] By: sky                                   on 2001/08/27  15:16:42
4844         Log: Changes USE_THREADS to USE_5005THREADS in the entire source.
4845              Thanks to H. Merijn Brand for the patch.
4846              Some of the comments and or guards might be removable in perl.h now.
4847      Branch: perl
4848            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
4849            ! Porting/Glossary Porting/config_H README.threads config_h.SH
4850            ! cop.h cv.h deb.c dosish.h dump.c embed.h embed.pl embedvar.h
4851            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Deparse.pm
4852            ! ext/B/ramblings/runtime.porting ext/DynaLoader/dl_aix.xs
4853            ! ext/Thread/Thread.xs gv.c intrpvar.h mg.c miniperlmain.c
4854            ! objXSUB.h op.c os2/os2.c os2/os2ish.h perl.c perl.h perlapi.c
4855            ! perlvars.h pod/perlguts.pod pp.c pp.h pp_ctl.c pp_hot.c
4856            ! proto.h regexec.c scope.c sv.c sv.h thrdvar.h thread.h toke.c
4857            ! uconfig.h util.c vms/genconfig.pl vms/vms.c vos/config.alpha.h
4858            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
4859            ! win32/config_H.vc win32/perllib.c win32/win32.h
4860            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
4861            ! wince/config.h wince/config_H.ce wince/win32.h
4862            ! wince/win32thread.c wince/win32thread.h wince/wincesck.c
4863 ____________________________________________________________________________
4864 [ 11757] By: sky                                   on 2001/08/27  13:39:16
4865         Log: Subject: GNU ld parses arguments different
4866              From: H.Merijn Brand <h.m.brand@hccnet.nl>
4867              Date: Mon, 27 Aug 2001 16:25:51 +0200
4868              Message-Id: <20010827162254.2EA6.H.M.BRAND@hccnet.nl>
4869      Branch: perl
4870            ! hints/hpux.sh
4871 ____________________________________________________________________________
4872 [ 11756] By: sky                                   on 2001/08/27  13:18:45
4873         Log: Subject: Custom Ops
4874              From: Simon Cozens <simon@netthink.co.uk>
4875              Date: Sat, 25 Aug 2001 17:45:09 +0100
4876              Message-ID: <20010825174509.A5752@netthink.co.uk>
4877              I also added a fix to Opcode.pm to quite test cases.
4878      Branch: perl
4879            ! dump.c embed.pl ext/Opcode/Opcode.pm intrpvar.h op.c op.h
4880            ! opcode.pl pod/perlguts.pod pp_ctl.c pp_sys.c run.c sv.c utf8.c
4881 ____________________________________________________________________________
4882 [ 11755] By: sky                                   on 2001/08/27  05:37:17
4883         Log: Plugs a memory leak on destruction of regular expressions
4884              introcued by #11274.
4885              PL_regex_padav now has an AV as it's first entry with a list
4886              of freed regex_padav slots that it will reuse on creating
4887              new PMOPs.
4888      Branch: perl
4889            ! op.c perl.c
4890 ____________________________________________________________________________
4891 [ 11754] By: ams                                   on 2001/08/26  14:38:52
4892         Log: Subject: [PATCH] t/io/binmode.t
4893              From: Nicholas Clark <nick@ccl4.org>
4894              Date: Sun, 26 Aug 2001 12:03:05 +0100
4895              Message-Id: <20010826120305.C4950@plum.flirble.org>
4896              
4897              (Also a nitpick in #11752 to t/op/universal.t)
4898      Branch: perl
4899            ! t/io/binmode.t t/op/universal.t
4900 ____________________________________________________________________________
4901 [ 11753] By: ams                                   on 2001/08/26  08:19:34
4902         Log: Subject: [PATCH] op/universal.t failing
4903              From: Nicholas Clark <nick@ccl4.org>
4904              Date: Sun, 26 Aug 2001 09:48:22 +0100
4905              Message-Id: <20010826094822.B4950@plum.flirble.org>
4906      Branch: perl
4907            ! t/op/universal.t
4908 ____________________________________________________________________________
4909 [ 11752] By: ams                                   on 2001/08/25  22:46:13
4910         Log: Subject: Re: 'can' with undefined subs
4911              From: Tony Bowden <tony@kasei.com>
4912              Date: Sat, 25 Aug 2001 14:58:17 +0100
4913              Message-Id: <20010825145817.A11788@soto.kasei.com>
4914              (Applied with minor modifications.)
4915      Branch: perl
4916            ! t/op/universal.t
4917 ____________________________________________________________________________
4918 [ 11751] By: ams                                   on 2001/08/25  18:28:43
4919         Log: Subject: Re: 'can' with undefined subs
4920              From: Tony Bowden <tony@kasei.com>
4921              Date: Sat, 25 Aug 2001 15:13:14 +0100
4922              Message-Id: <20010825151314.B11788@soto.kasei.com>
4923      Branch: perl
4924            ! lib/UNIVERSAL.pm
4925 ____________________________________________________________________________
4926 [ 11750] By: nick                                  on 2001/08/25  15:24:15
4927         Log: Integrate mainline
4928      Branch: perlio
4929           +> t/io/binmode.t
4930           !> (integrate 26 files)
4931 ____________________________________________________________________________
4932 [ 11749] By: nick                                  on 2001/08/25  14:55:41
4933         Log: Subject:  Re: [PATCH] Added wisdom to perlhack.pod
4934              From:  John Peacock <jpeacock@rowman.com>
4935              Date:  Wed, 22 Aug 2001 12:05:28 -0400
4936              Message-Id:  <3B83D848.7FD9C6EF@rowman.com>
4937      Branch: perl
4938            ! pod/perlhack.pod
4939 ____________________________________________________________________________
4940 [ 11748] By: nick                                  on 2001/08/25  14:53:04
4941         Log: Subject:  Re: [PATCH] (was Re: PerlIO regerssion tests?)
4942              From:  Michael G Schwern <schwern@pobox.com>
4943              Date:  Wed, 22 Aug 2001 19:22:45 -0400
4944              Message-Id:  <20010822192245.U619@blackrider>
4945      Branch: perl
4946            ! MANIFEST
4947 ____________________________________________________________________________
4948 [ 11747] By: nick                                  on 2001/08/25  14:52:33
4949         Log: Subject:  [PATCH] (was Re: PerlIO regerssion tests?)
4950              From:  Nicholas Clark <nick@ccl4.org>
4951              Date:  Wed, 22 Aug 2001 23:29:06 +0100
4952              Message-Id:  <20010822232906.Z82818@plum.flirble.org>
4953      Branch: perl
4954            + t/io/binmode.t
4955            ! perlio.c pod/perlfunc.pod
4956 ____________________________________________________________________________
4957 [ 11744] By: nick                                  on 2001/08/25  14:37:33
4958         Log: Subject:  [PATCH bleadperl] quiet down VC++ warnings in a2py.c and walk.c
4959              From:  Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
4960              Date:  Fri, 24 Aug 2001 22:10:42 +0200
4961              Message-Id:  <1065978076.20010824221042@tesla.rcub.bg.ac.yu>
4962      Branch: perl
4963            ! x2p/a2py.c x2p/walk.c
4964 ____________________________________________________________________________
4965 [ 11743] By: nick                                  on 2001/08/25  14:32:47
4966         Log: Subject:  [DOC PATCH] The coderef-in-@INC feature
4967              From:  Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4968              Date:  Fri, 24 Aug 2001 23:34:13 +0200
4969              Message-Id:  <20010824233413.A1285@rafael>
4970      Branch: perl
4971            ! pod/perlfunc.pod pod/perlvar.pod
4972 ____________________________________________________________________________
4973 [ 11742] By: ams                                   on 2001/08/25  13:16:02
4974         Log: Subject: [PATCH] Re: The coderef in @INC strikes back
4975              From: Nicholas Clark <nick@ccl4.org>
4976              Date: Sat, 25 Aug 2001 14:50:07 +0100
4977              Message-Id: <20010825145007.L41464@plum.flirble.org>
4978      Branch: perl
4979            ! pp_ctl.c
4980 ____________________________________________________________________________
4981 [ 11741] By: nick                                  on 2001/08/24  07:08:45
4982         Log: When applying patch via Porting/apply fails, do p4 refresh
4983              to get old files back.
4984      Branch: perl
4985            ! Porting/apply
4986 ____________________________________________________________________________
4987 [ 11740] By: ams                                   on 2001/08/24  04:47:24
4988         Log: #11739 was incomplete.
4989      Branch: perl
4990            ! pod/perldiag.pod
4991 ____________________________________________________________________________
4992 [ 11739] By: ams                                   on 2001/08/24  04:09:40
4993         Log: Subject: [DOC patch bleadperl] "misspelled" misspelled
4994              From: "Philip Newton" <Philip.Newton@gmx.net>
4995              Date: Fri, 24 Aug 2001 07:08:34 +0200
4996      Branch: perl
4997            ! pod/perldiag.pod
4998 ____________________________________________________________________________
4999 [ 11738] By: ams                                   on 2001/08/24  02:19:42
5000         Log: Fixed Doug Wilson's email address.
5001      Branch: perl
5002            ! AUTHORS
5003 ____________________________________________________________________________
5004 [ 11737] By: ams                                   on 2001/08/24  00:10:13
5005         Log: Subject: [DOC PATCH] Adding new warning in perldiag.pod
5006              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5007              Date: Thu, 23 Aug 2001 22:22:58 +0200
5008              Message-Id: <20010823222258.A901@rafael>
5009      Branch: perl
5010            ! pod/perldiag.pod
5011 ____________________________________________________________________________
5012 [ 11736] By: ams                                   on 2001/08/24  00:05:02
5013         Log: Subject: [PATCH perl@ ] add $Config('scriptdir'} on VMS
5014              From: "Craig A. Berry" <craigberry@mac.com>
5015              Date: Thu, 23 Aug 2001 19:07:45 -0500
5016              Message-Id: <a05101004b7ab4593bb24@[172.16.52.1]>
5017      Branch: perl
5018            ! configure.com
5019 ____________________________________________________________________________
5020 [ 11735] By: sky                                   on 2001/08/23  13:42:07
5021         Log: Backed out 11732, it breaks lib/strict.t 
5022      Branch: perl
5023            ! op.c
5024 ____________________________________________________________________________
5025 [ 11734] By: sky                                   on 2001/08/23  11:45:59
5026         Log: Removed toy from 17133 after Matt Sargeants request.
5027      Branch: perl
5028            ! pod/perlfaq4.pod
5029 ____________________________________________________________________________
5030 [ 11733] By: sky                                   on 2001/08/23  11:36:29
5031         Log: Subject: [PATCH perlfaq4] Faster permutation algorithms
5032              From: Robin Houston <robin@kitsite.com>
5033              Date: Wed, 22 Aug 2001 23:06:16 +0100
5034              Message-ID: <20010822230616.A254@robin.kitsite.com>
5035      Branch: perl
5036            ! pod/perlfaq4.pod
5037 ____________________________________________________________________________
5038 [ 11732] By: sky                                   on 2001/08/23  10:36:02
5039         Log: Subject: Re: [ID 20010822.001] Freeing pads after parse error
5040              From: Simon Cozens <simon@netthink.co.uk>
5041              Date: Thu, 23 Aug 2001 12:06:36 +0100
5042              Message-ID: <20010823120636.A9961@netthink.co.uk>
5043      Branch: perl
5044            ! op.c
5045 ____________________________________________________________________________
5046 [ 11731] By: gsar                                  on 2001/08/23  03:58:58
5047         Log: fix broken windows build
5048      Branch: perl
5049            ! perl.h
5050 ____________________________________________________________________________
5051 [ 11730] By: ams                                   on 2001/08/22  21:35:30
5052         Log: Subject: [PATCH] io/tell.t doesn't chdir t
5053              From: Nicholas Clark <nick@ccl4.org>
5054              Date: Wed, 22 Aug 2001 23:25:58 +0100
5055              Message-Id: <20010822232557.Y82818@plum.flirble.org>
5056      Branch: perl
5057            ! t/io/tell.t
5058 ____________________________________________________________________________
5059 [ 11729] By: ams                                   on 2001/08/22  20:32:21
5060         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
5061              questions)
5062              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
5063              Date: Wed, 22 Aug 2001 17:09:04 -0400
5064              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
5065              (Oops, forgot File::Spec::Unix in the previous patch.)
5066      Branch: perl
5067            ! lib/File/Spec/Unix.pm
5068 ____________________________________________________________________________
5069 [ 11728] By: ams                                   on 2001/08/22  20:25:41
5070         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
5071              questions)
5072              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
5073              Date: Wed, 22 Aug 2001 17:09:04 -0400
5074              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
5075      Branch: perl
5076            ! lib/File/Spec.pm
5077 ____________________________________________________________________________
5078 [ 11727] By: ams                                   on 2001/08/22  19:43:30
5079         Log: Subject: Re: [PATCH 1 of 3] $] is deprecated - eliminate from core tests
5080              From: John Peacock <jpeacock@rowman.com>
5081              Date: Wed, 22 Aug 2001 12:35:52 -0400
5082              Message-Id: <3B83DF68.5D89DC81@rowman.com>
5083              (Adds proper tests for $], notwithstanding Subject. +nitpick)
5084      Branch: perl
5085            ! t/op/ver.t
5086 ____________________________________________________________________________
5087 [ 11726] By: ams                                   on 2001/08/22  19:36:39
5088         Log: Subject: [ID 20010822.007] eval STRING & diagnostics.pm not mixing
5089              From: schwern@ool-18b93024.dyn.optonline.net (Michael G Schwern)
5090              Date: Wed, 22 Aug 2001 16:03:00 -0400 (EDT)
5091              Message-Id: <20010822200300.0D1638253@ool-18b93024.dyn.optonline.net>
5092      Branch: perl
5093            ! lib/diagnostics.pm lib/diagnostics.t
5094 ____________________________________________________________________________
5095 [ 11725] By: ams                                   on 2001/08/22  19:25:01
5096         Log: Subject: [PATCH] 64 bit integer preserving pp_divide
5097              From: Nicholas Clark <nick@ccl4.org>
5098              Date: Wed, 22 Aug 2001 20:59:05 +0100
5099              Message-Id: <20010822205905.U82818@plum.flirble.org>
5100      Branch: perl
5101            ! pp.c t/op/64bitint.t t/op/arith.t
5102 ____________________________________________________________________________
5103 [ 11724] By: ams                                   on 2001/08/22  10:02:33
5104         Log: Subject: Configure blooper
5105              From: H.Merijn Brand <h.m.brand@hccnet.nl>
5106              Date: Wed, 22 Aug 2001 12:38:35 +0200
5107              Message-Id: <20010822123750.A797.H.M.BRAND@hccnet.nl>
5108      Branch: perl
5109            ! Configure
5110 ____________________________________________________________________________
5111 [ 11723] By: ams                                   on 2001/08/21  16:17:53
5112         Log: Subject: [PATCH] installperl -help
5113              From: Nicholas Clark <nick@ccl4.org>
5114              Date: Tue, 21 Aug 2001 17:34:23 +0100
5115              Message-Id: <20010821173423.F82818@plum.flirble.org>
5116      Branch: perl
5117            ! installperl
5118 ____________________________________________________________________________
5119 [ 11722] By: ams                                   on 2001/08/20  07:46:31
5120         Log: Subject: [PATCH perlvar.pod] Rewrite $. entry and switch to -> syntax
5121              From: Ilmari Karonen <iltzu@sci.fi>
5122              Date: Mon, 20 Aug 2001 06:42:01 +0300 (EET DST)
5123              Message-Id: <Pine.SOL.3.96.1010820063126.28048A-100000@simpukka>
5124      Branch: perl
5125            ! pod/perlvar.pod
5126 ____________________________________________________________________________
5127 [ 11721] By: nick                                  on 2001/08/20  06:24:31
5128         Log: Integrate mainline
5129      Branch: perlio
5130           +> Porting/apply lib/Lingua/KO/Hangul/Util.pm
5131           +> lib/Lingua/KO/Hangul/Util/Changes
5132           +> lib/Lingua/KO/Hangul/Util/README
5133           +> lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
5134           +> lib/Unicode/Collate/Changes lib/Unicode/Collate/README
5135           +> lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
5136           +> lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
5137           +> lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
5138           +> lib/Unicode/Normalize/t/test.t
5139            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
5140           !> (integrate 55 files)
5141 ____________________________________________________________________________
5142 [ 11720] By: pudge                                 on 2001/08/19  19:00:16
5143         Log: Integrate Change #11599 from maint-5.6/perl
5144      Branch: maint-5.6/macperl
5145           !> README.win32
5146 ____________________________________________________________________________
5147 [ 11719] By: ams                                   on 2001/08/18  21:21:42
5148         Log: Add Porting/apply to MANIFEST.
5149      Branch: perl
5150            ! MANIFEST
5151 ____________________________________________________________________________
5152 [ 11718] By: sky                                   on 2001/08/18  14:38:01
5153         Log: PL_reentrant_buffer does not exist in 5005threaded perl.
5154              Better solution would be to make 5005threaded perl use
5155              the same system as ithreads do
5156      Branch: perl
5157            ! perl.h
5158 ____________________________________________________________________________
5159 [ 11717] By: jhi                                   on 2001/08/18  14:24:42
5160         Log: New try for ID 20010407.006: detach the semantics
5161              "was the last match target UTF8" into its own variable.
5162      Branch: perl
5163            ! embedvar.h intrpvar.h mg.c perlapi.h pod/perlapi.pod pp.c
5164            ! pp_hot.c regcomp.c regexec.c sv.c t/op/pat.t thrdvar.h
5165 ____________________________________________________________________________
5166 [ 11716] By: jhi                                   on 2001/08/18  12:11:14
5167         Log: UTF8 flag should be meaningful only when POK.
5168      Branch: perl
5169            ! dump.c
5170 ____________________________________________________________________________
5171 [ 11715] By: sky                                   on 2001/08/18  11:45:16
5172         Log: USE_THREADS and USE_ITHREADS are never true at the same time
5173      Branch: perl
5174            ! perl.h
5175 ____________________________________________________________________________
5176 [ 11714] By: jhi                                   on 2001/08/18  06:03:24
5177         Log: Retract #11712 for now.  The real fix would probably
5178              be something like making PL_reg_sv a copy (PV + UTF8)
5179              of the matched/substituted string (note: not just a SvPOK
5180              string, for example the stringified form of a ROK would
5181              be applicable)  Beware of leaks.
5182      Branch: perl
5183            ! pp_hot.c t/op/pat.t
5184 ____________________________________________________________________________
5185 [ 11713] By: jhi                                   on 2001/08/18  03:22:42
5186         Log: UTF8 wasn't printing for PVMGs.
5187      Branch: perl
5188            ! dump.c
5189 ____________________________________________________________________________
5190 [ 11712] By: jhi                                   on 2001/08/18  03:22:24
5191         Log: (Retracted by #11714)
5192              
5193              Okay analysis, debatable fix.  (The fix will inc
5194              the refcount of all temporary match objects,
5195              like for example tied(%h) =~ /^.../ from Tie/RefHash.t,
5196              which will then cause griping at untie() time
5197              ("inner references remain").
5198              
5199              Fix for ID 20010407.006: PL_reg_sv got wiped out
5200              by freetemps if the match target was a temporary
5201              (like function_call() =~ /.../), which in turn meant
5202              that the $1 et al stopped working if they had UTF-8
5203              in them.  Therefore bump up the refcount of PL_reg_sv.
5204      Branch: perl
5205            ! pp_hot.c t/op/pat.t
5206 ____________________________________________________________________________
5207 [ 11711] By: ams                                   on 2001/08/17  20:32:08
5208         Log: Subject: [PATCH] doesn't compile, was perl@11710
5209              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5210              Date: Fri, 17 Aug 2001 23:21:10 +0200
5211              Message-Id: <20010817232110.C7041@rafael> 
5212      Branch: perl
5213            ! sharedsv.c
5214 ____________________________________________________________________________
5215 [ 11710] By: jhi                                   on 2001/08/17  14:26:57
5216         Log: Update Changes.
5217      Branch: perl
5218            ! Changes patchlevel.h
5219 ____________________________________________________________________________
5220 [ 11709] By: jhi                                   on 2001/08/17  13:47:53
5221         Log: Upgrade to libnet 1.0704.
5222      Branch: perl
5223            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
5224            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Cmd.pm
5225            ! lib/Net/Config.pm lib/Net/Domain.pm lib/Net/FTP.pm
5226            ! lib/Net/FTP/A.pm lib/Net/FTP/I.pm lib/Net/FTP/dataconn.pm
5227            ! lib/Net/NNTP.pm lib/Net/Netrc.pm lib/Net/POP3.pm
5228            ! lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/Time.pm
5229            ! lib/Net/libnetFAQ.pod lib/Net/t/ftp.t
5230 ____________________________________________________________________________
5231 [ 11708] By: sky                                   on 2001/08/17  13:34:04
5232         Log: Let perl_clone copy PL_exit_flags
5233      Branch: perl
5234            ! sv.c
5235 ____________________________________________________________________________
5236 [ 11707] By: sky                                   on 2001/08/17  12:28:41
5237         Log: Protext sharedsv_space better. Extended EDIT and RELEASE macro
5238      Branch: perl
5239            ! sharedsv.c sharedsv.h
5240 ____________________________________________________________________________
5241 [ 11706] By: jhi                                   on 2001/08/17  11:59:28
5242         Log: The metaconfig unit change for #11705.
5243      Branch: metaconfig/U/perl
5244            ! Extensions.U
5245 ____________________________________________________________________________
5246 [ 11705] By: jhi                                   on 2001/08/17  11:58:48
5247         Log: Allow the threads extension to be found if present.
5248      Branch: perl
5249            ! Configure
5250 ____________________________________________________________________________
5251 [ 11704] By: nick                                  on 2001/08/17  11:47:54
5252         Log: Mail -> change script (pre-alpha)
5253      Branch: perl
5254            + Porting/apply
5255 ____________________________________________________________________________
5256 [ 11703] By: sky                                   on 2001/08/17  07:11:24
5257         Log: Fixed macros for localtime_r under USE_REENTRANT_API, also fixed for HP-UX 10.20
5258              Thanks to Tom Hospel for pointing out my error.
5259      Branch: perl
5260            ! op.h
5261 ____________________________________________________________________________
5262 [ 11702] By: sky                                   on 2001/08/17  04:18:11
5263         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.
5264      Branch: perl
5265            ! embed.pl miniperlmain.c perl.c perl.h proto.h
5266 ____________________________________________________________________________
5267 [ 11701] By: jhi                                   on 2001/08/17  03:22:38
5268         Log: Integrate Lingua::KO::Hangul::Util 0.02, Unicode::Normalize,
5269              and Unicode::Collate 0.07, from SADAHIRO Tomoyuki.
5270      Branch: perl
5271            + lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
5272            + lib/Lingua/KO/Hangul/Util/README
5273            + lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
5274            + lib/Unicode/Collate/Changes lib/Unicode/Collate/README
5275            + lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
5276            + lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
5277            + lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
5278            + lib/Unicode/Normalize/t/test.t
5279            ! MANIFEST
5280 ____________________________________________________________________________
5281 [ 11700] By: jhi                                   on 2001/08/17  02:58:59
5282         Log: Subject: [PATCH perl@11683] IEEE float tweak for VMS
5283              Date: Thu, 16 Aug 2001 22:46:15 -0500
5284              From: "Craig A. Berry" <craigberry@mac.com>
5285              Message-Id: <5.1.0.14.0.20010816204836.01ab4e58@exchi01>
5286      Branch: perl
5287            ! configure.com numeric.c
5288 ____________________________________________________________________________
5289 [ 11699] By: jhi                                   on 2001/08/17  02:33:00
5290         Log: It seems that Tru64 has "naturally" threadsafe APIs only for
5291              of the usual suspects (like getpwent) but not for others
5292              (like localtime and rand).  The _r versions are available
5293              for all of them, so let's use them.
5294      Branch: perl
5295            ! perl.h
5296 ____________________________________________________________________________
5297 [ 11698] By: jhi                                   on 2001/08/17  01:53:02
5298         Log: (Accidental apply; thankfully empty.)
5299      Branch: perl
5300            ! hints/os390.sh
5301 ____________________________________________________________________________
5302 [ 11697] By: jhi                                   on 2001/08/17  01:50:55
5303         Log: Subject: Re: [ID 20010803.016] Possible regex bug in 5.6.1 
5304              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5305              Date: Thu, 16 Aug 2001 16:27:49 +0100
5306              Message-Id: <200108161527.f7GFRnH09419@crypt.compulink.co.uk>
5307      Branch: perl
5308            ! regexec.c t/op/re_tests
5309 ____________________________________________________________________________
5310 [ 11696] By: jhi                                   on 2001/08/17  01:50:01
5311         Log: Subject: Re: [ID 20010814.004] pos() doesn't work when using =~m// in list context 
5312              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5313              Date: Thu, 16 Aug 2001 18:50:01 +0100
5314              Message-Id: <200108161750.f7GHo1l22207@crypt.compulink.co.uk>
5315      Branch: perl
5316            ! pp_hot.c t/op/pat.t
5317 ____________________________________________________________________________
5318 [ 11695] By: jhi                                   on 2001/08/17  01:49:12
5319         Log: Subject: [PATCH] *time_r again
5320              From: "Arthur Bergman" <arthur@contiller.se>
5321              Date: Thu, 16 Aug 2001 16:01:54 +0200
5322              Message-ID: <00ca01c1265c$0175f940$21000a0a@vogw2kdev>
5323      Branch: perl
5324            ! op.h
5325 ____________________________________________________________________________
5326 [ 11694] By: jhi                                   on 2001/08/17  01:47:53
5327         Log: system() and backtick error handling cleanup from Craig A. Berry.
5328      Branch: perl
5329            ! vms/vms.c
5330 ____________________________________________________________________________
5331 [ 11693] By: gsar                                  on 2001/08/17  01:07:21
5332         Log: change#10334 leaks memory, copies string when it doesn't
5333              need to
5334      Branch: perl
5335            ! perl.c
5336 ____________________________________________________________________________
5337 [ 11692] By: jhi                                   on 2001/08/16  12:22:29
5338         Log: One more twist to the sprintf + utf8 testing.
5339      Branch: perl
5340            ! t/op/misc.t
5341 ____________________________________________________________________________
5342 [ 11691] By: jhi                                   on 2001/08/16  11:46:02
5343         Log: Fix for 20010407.008 sprintf removes utf8-ness.
5344      Branch: perl
5345            ! pp.c t/op/misc.t
5346 ____________________________________________________________________________
5347 [ 11690] By: jhi                                   on 2001/08/16  11:31:00
5348         Log: Subject: [PATCH] *time_r fixes
5349              From: "Arthur Bergman" <arthur@contiller.se>
5350              Message-ID: <00b901c1264e$1cbe6970$21000a0a@vogw2kdev>
5351              Date: Thu, 16 Aug 2001 14:22:27 +0200
5352      Branch: perl
5353            ! op.h
5354 ____________________________________________________________________________
5355 [ 11689] By: jhi                                   on 2001/08/16  11:29:30
5356         Log: Upgrade to CGI.pm 2.77.
5357      Branch: perl
5358            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm lib/CGI/t/form.t
5359            ! lib/CGI/t/function.t
5360 ____________________________________________________________________________
5361 [ 11688] By: jhi                                   on 2001/08/16  01:07:21
5362         Log: Document the bytes-to-Unicode upgrading.
5363      Branch: perl
5364            ! pod/perlunicode.pod
5365 ____________________________________________________________________________
5366 [ 11687] By: jhi                                   on 2001/08/16  00:29:29
5367         Log: Add a test for Unicode sprintf.
5368      Branch: perl
5369            ! t/op/misc.t
5370 ____________________________________________________________________________
5371 [ 11686] By: jhi                                   on 2001/08/16  00:20:40
5372         Log: Add Unicode tests for index/rindex.
5373      Branch: perl
5374            ! t/op/index.t
5375 ____________________________________________________________________________
5376 [ 11685] By: jhi                                   on 2001/08/15  22:51:53
5377         Log: Document a bit the art of minimizing the installation,
5378              based on the p5p discussion.
5379      Branch: perl
5380            ! INSTALL
5381 ____________________________________________________________________________
5382 [ 11684] By: nick                                  on 2001/08/15  15:03:31
5383         Log: Integrate mainline
5384      Branch: perlio
5385           +> sharedsv.c sharedsv.h
5386           !> (integrate 53 files)
5387 ____________________________________________________________________________
5388 [ 11683] By: jhi                                   on 2001/08/15  13:49:07
5389         Log: Update Changes.
5390      Branch: perl
5391            ! Changes patchlevel.h
5392 ____________________________________________________________________________
5393 [ 11682] By: jhi                                   on 2001/08/15  13:26:00
5394         Log: The #11673 necessitated a test tweak.
5395      Branch: perl
5396            ! t/io/utf8.t
5397 ____________________________________________________________________________
5398 [ 11681] By: jhi                                   on 2001/08/15  13:12:50
5399         Log: Also UNICOS is in the general case unable to silently
5400              handle fp overflows.
5401      Branch: perl
5402            ! numeric.c
5403 ____________________________________________________________________________
5404 [ 11680] By: jhi                                   on 2001/08/15  13:05:15
5405         Log: Try to get NV_MIN, NV_MAX, NV_MIN_10_EXP, NV_MAX_10_EXP,
5406              NV_EPSILON #defined.
5407      Branch: perl
5408            ! perl.h
5409 ____________________________________________________________________________
5410 [ 11679] By: jhi                                   on 2001/08/15  12:48:32
5411         Log: Re-establish the fp overflow detection for VAX VMS; there
5412              is no easy way to have the IEEE fp silent overflow semantics.
5413              (in Alpha VMS we still will use IEEE fp by default-- but it
5414              is still possible to configure Perl to use G_FLOAT)
5415      Branch: perl
5416            ! numeric.c
5417 ____________________________________________________________________________
5418 [ 11678] By: jhi                                   on 2001/08/15  12:27:41
5419         Log: Subject: [PATCH] pp_lock 
5420              From: "Arthur Bergman" <arthur@contiller.se>
5421              Date: Wed, 15 Aug 2001 11:52:16 +0200
5422              Message-ID: <008401c1256f$f75a91b0$21000a0a@vogw2kdev>
5423      Branch: perl
5424            ! pp.c
5425 ____________________________________________________________________________
5426 [ 11677] By: jhi                                   on 2001/08/15  12:26:44
5427         Log: Subject: Re: [ID 20010809.023] perlre misleads when stating that (?i) should be at front of pattern 
5428              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5429              Date: Wed, 15 Aug 2001 11:32:11 +0100
5430              Message-Id: <200108151032.f7FAWBI30961@crypt.compulink.co.uk>
5431      Branch: perl
5432            ! regcomp.c t/op/re_tests
5433 ____________________________________________________________________________
5434 [ 11676] By: jhi                                   on 2001/08/15  12:25:29
5435         Log: Subject: Re: [ID 20010811.006] re_eval: logical leaks 
5436              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5437              Date: Wed, 15 Aug 2001 10:33:49 +0100
5438              Message-Id: <200108150933.f7F9Xnr11222@crypt.compulink.co.uk>
5439      Branch: perl
5440            ! regexec.c t/op/re_tests
5441 ____________________________________________________________________________
5442 [ 11675] By: jhi                                   on 2001/08/15  03:28:20
5443         Log: Subject: Re: bug in File::Spec 0.82 (canonpath)
5444              From: Barrie Slaymaker <barries@slaysys.com>
5445              Date: Tue, 14 Aug 2001 14:32:25 -0400
5446              Message-ID: <20010814143225.A19822@jester.slaysys.com>
5447      Branch: perl
5448            ! lib/File/Spec.t lib/File/Spec/Unix.pm
5449 ____________________________________________________________________________
5450 [ 11674] By: jhi                                   on 2001/08/15  03:25:32
5451         Log: Subject: [PATCH: perl@11626] modify VMS default prefix for installation
5452              From: Peter Prymmer <pvhp@forte.com>
5453              Date: Tue, 14 Aug 2001 13:33:32 -0700 (PDT)
5454              Message-ID: <Pine.OSF.4.10.10108141327590.192110-100000@aspara.forte.com>
5455      Branch: perl
5456            ! README.vms configure.com
5457 ____________________________________________________________________________
5458 [ 11673] By: jhi                                   on 2001/08/15  03:16:14
5459         Log: Subject: [PATCH perl@11660] Warning incorrectly reported without -w
5460              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5461              Date: Tue, 14 Aug 2001 21:23:27 +0200
5462              Message-ID: <20010814212327.A1919@rafael>
5463      Branch: perl
5464            ! doio.c
5465 ____________________________________________________________________________
5466 [ 11672] By: jhi                                   on 2001/08/15  03:15:25
5467         Log: Subject: [PATCH bleadperl] fixing SDBM_File problems under win32
5468              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
5469              Date: Tue, 14 Aug 2001 22:30:11 +0200
5470              Message-ID: <4224685483.20010814223011@tesla.rcub.bg.ac.yu>
5471              
5472              Combination of nmake, quoting, and Perl expanded $( in here-doc.
5473      Branch: perl
5474            ! ext/SDBM_File/Makefile.PL
5475 ____________________________________________________________________________
5476 [ 11671] By: jhi                                   on 2001/08/14  13:44:40
5477         Log: Todo updates.
5478      Branch: perl
5479            ! pod/perltodo.pod
5480 ____________________________________________________________________________
5481 [ 11670] By: jhi                                   on 2001/08/14  13:10:36
5482         Log: Subject: [PATCH bleadperl CORE] removing sv.c warnings on VC++5.0
5483              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
5484              Date: Mon, 13 Aug 2001 23:15:01 +0200
5485              Message-ID: <6114148607.20010813231501@tesla.rcub.bg.ac.yu>
5486      Branch: perl
5487            ! sv.c
5488 ____________________________________________________________________________
5489 [ 11669] By: jhi                                   on 2001/08/14  13:07:09
5490         Log: Subject: [PATCH] [b-]showlex.t
5491              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
5492              Date: Sun, 12 Aug 2001 22:24:51 +0200
5493              Message-ID: <6510457078.20010812222451@tesla.rcub.bg.ac.yu>
5494              
5495              The 4nt command shell will expand the % in command line
5496              no matter what quoting is attempted, changed the % to @.
5497      Branch: perl
5498            ! ext/B/Showlex.t
5499 ____________________________________________________________________________
5500 [ 11668] By: jhi                                   on 2001/08/14  13:01:02
5501         Log: Subject: [PATCH] magic.t
5502              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
5503              Date: Sun, 12 Aug 2001 20:49:27 +0200
5504              Message-ID: <844732764.20010812204927@tesla.rcub.bg.ac.yu>
5505      Branch: perl
5506            ! t/op/magic.t
5507 ____________________________________________________________________________
5508 [ 11667] By: jhi                                   on 2001/08/14  12:35:17
5509         Log: Add sharedsv* to the DOSish platforms; plus add
5510              some WinCE files to the list of DOSish files.
5511      Branch: perl
5512            ! NetWare/Makefile Porting/makerel win32/Makefile
5513            ! win32/makefile.mk wince/Makefile.ce
5514 ____________________________________________________________________________
5515 [ 11666] By: jhi                                   on 2001/08/14  12:29:57
5516         Log: More DOSish files.
5517      Branch: perl
5518            ! Porting/makerel
5519 ____________________________________________________________________________
5520 [ 11665] By: jhi                                   on 2001/08/14  12:27:58
5521         Log: Strip CRs from the WinCE files.  Now we need to
5522              figure out in which CRs are really needed: probably
5523              Makefile.ce and the README files, at least, probably
5524              also the registry.bat.
5525      Branch: perl
5526            ! wince/Makefile.ce wince/README.compile wince/README.perlce
5527            ! wince/config.h wince/include/cectype.h wince/include/errno.h
5528            ! wince/include/sys/stat.h wince/include/sys/types.h
5529            ! wince/include/sys/utime.h wince/include/time.h wince/perl.rc
5530            ! wince/perldll.def wince/registry.bat wince/wince.h
5531            ! wince/xbuildall.ksh wince/xdistclean.ksh wince/xmakediffs.ksh
5532 ____________________________________________________________________________
5533 [ 11664] By: jhi                                   on 2001/08/14  12:05:09
5534         Log: Add some files to DOSish and writables.
5535      Branch: perl
5536            ! Porting/makerel
5537 ____________________________________________________________________________
5538 [ 11663] By: jhi                                   on 2001/08/14  03:08:07
5539         Log: Compile failure message tidying.
5540      Branch: perl
5541            ! t/lib/1_compile.t
5542 ____________________________________________________________________________
5543 [ 11662] By: jhi                                   on 2001/08/14  01:41:22
5544         Log: The new sharedsv* should be exported only if usethreads.
5545      Branch: perl
5546            ! makedef.pl
5547 ____________________________________________________________________________
5548 [ 11661] By: jhi                                   on 2001/08/14  00:25:30
5549         Log: Subject: [PATCH: perl@11626] URL updates for README.os390
5550              From: Peter Prymmer <pvhp@forte.com>
5551              Date: Mon, 13 Aug 2001 15:21:06 -0700 (PDT)
5552              Message-ID: <Pine.OSF.4.10.10108131517570.151295-100000@aspara.forte.com>
5553      Branch: perl
5554            ! README.os390
5555 ____________________________________________________________________________
5556 [ 11660] By: jhi                                   on 2001/08/13  12:54:54
5557         Log: Update Changes.
5558      Branch: perl
5559            ! Changes patchlevel.h
5560 ____________________________________________________________________________
5561 [ 11659] By: jhi                                   on 2001/08/13  12:45:21
5562         Log: Subject: [PATHC] sharedsv.[c|h]
5563              From: "Artur Bergman" <artur@contiller.se>
5564              Date: Mon, 13 Aug 2001 14:38:41 +0200
5565              Message-ID: <005401c123f4$e1f53360$21000a0a@vogw2kdev>  
5566              
5567              Subject: [PATCH] embed.pl
5568              From: Arthur Bergman <arthur@contiller.se>
5569              Date: Mon, 13 Aug 2001 14:38:14 +0200
5570              Message-ID: <B79D96D6.3088%arthur@contiller.se>
5571              
5572              Subject: [PATCH] sharedsv cleanups
5573              From: "Arthur Bergman" <arthur@contiller.se>
5574              Date: Mon, 13 Aug 2001 15:14:25 +0200
5575              Message-ID: <005a01c123f9$dfe525d0$21000a0a@vogw2kdev>  
5576              
5577              Plus few tweaks: _init needs to be Adp, the prototypes
5578              should not be revealed unless using ithreads, #endif FOO
5579              must be #endif /* FOO */, adding (parentheses) around
5580              do { } while doesn't work too well.
5581      Branch: perl
5582            + sharedsv.c sharedsv.h
5583            ! MANIFEST Makefile.SH embed.h embed.pl global.sym objXSUB.h
5584            ! perl.h perlapi.c pod/perlapi.pod proto.h
5585 ____________________________________________________________________________
5586 [ 11658] By: jhi                                   on 2001/08/13  12:00:08
5587         Log: Subject: Re: END {} blocks run in perl_run
5588              From: Arthur Bergman <arthur@contiller.se>
5589              Date: Mon, 13 Aug 2001 11:11:30 +0200
5590              Message-ID: <B79D6661.3068%arthur@contiller.se>
5591      Branch: perl
5592            ! perl.c
5593 ____________________________________________________________________________
5594 [ 11657] By: nick                                  on 2001/08/13  09:03:02
5595         Log: Integrate mainline
5596      Branch: perlio
5597           +> (branch 326 files)
5598            - (delete 330 files)
5599           !> (integrate 85 files)
5600 ____________________________________________________________________________
5601 [ 11656] By: jhi                                   on 2001/08/12  23:24:18
5602         Log: If you want you can now add -DUSE_UTF8_SCRIPTS to your cflags
5603              and the Perl will be built to do that by default (adding that
5604              will break scripts having non-UTF-8 binary data, such as Latin-1.)
5605      Branch: perl
5606            ! op.c toke.c utf8.h
5607 ____________________________________________________________________________
5608 [ 11655] By: jhi                                   on 2001/08/12  23:05:14
5609         Log: Unnecessary downgrades.
5610      Branch: perl
5611            ! doop.c
5612 ____________________________________________________________________________
5613 [ 11654] By: jhi                                   on 2001/08/12  22:56:47
5614         Log: Failure not true anymore (probably caused by my broken setup).
5615      Branch: perl
5616            ! t/op/pat.t
5617 ____________________________________________________________________________
5618 [ 11653] By: jhi                                   on 2001/08/12  22:46:12
5619         Log: Not quite so relicy as thought in #11651 (op/concat #4 and #5
5620              stopped working).
5621      Branch: perl
5622            ! op.h pp_ctl.c regcomp.c
5623 ____________________________________________________________________________
5624 [ 11652] By: jhi                                   on 2001/08/12  22:30:04
5625         Log: There is no IN_UTF8.
5626      Branch: perl
5627            ! utf8.h
5628 ____________________________________________________________________________
5629 [ 11651] By: jhi                                   on 2001/08/12  21:08:06
5630         Log: More (less) regex/utf8 relics.  (Toned down later in #11653.)
5631      Branch: perl
5632            ! op.c op.h pp_ctl.c regcomp.c
5633 ____________________________________________________________________________
5634 [ 11650] By: jhi                                   on 2001/08/12  20:17:32
5635         Log: Relic in op.c (no regex feature should depend on the utf8 pragma),
5636              and a test tweak.
5637      Branch: perl
5638            ! op.c t/pod/find.t
5639 ____________________________________________________________________________
5640 [ 11649] By: jhi                                   on 2001/08/12  18:45:52
5641         Log: Todo updates and fixes.
5642      Branch: perl
5643            ! pod/perltodo.pod
5644 ____________________________________________________________________________
5645 [ 11648] By: jhi                                   on 2001/08/12  18:43:50
5646         Log: Mark tests (and one module) having explicit Latin-1
5647              (and one file having explicit UTF-8) with an explicit
5648              'no utf8' (and one explicit 'use utf8').
5649              
5650              NOTE: t/op/pat.t #64 fails mysteriously under 'use utf8'.
5651      Branch: perl
5652            ! lib/CGI/t/html.t lib/Locale/Codes/t/languages.t
5653            ! lib/Locale/Language.pm lib/charnames.t lib/locale.t
5654            ! t/lib/locale/latin1 t/lib/locale/utf8 t/op/pat.t
5655 ____________________________________________________________________________
5656 [ 11647] By: jhi                                   on 2001/08/12  17:10:22
5657         Log: Subject: SV: END {} blocks run in perl_run
5658              From: "Arthur Bergman" <arthur@contiller.se>
5659              Date: Sun, 12 Aug 2001 00:34:28 +0200 
5660              Message-ID: <03fd01c122b5$c803c600$052aa8c0@foo>
5661      Branch: perl
5662            ! miniperlmain.c perl.c
5663 ____________________________________________________________________________
5664 [ 11646] By: jhi                                   on 2001/08/12  16:59:00
5665         Log: Typos in #11645.
5666      Branch: perl
5667            ! perl.h
5668 ____________________________________________________________________________
5669 [ 11645] By: jhi                                   on 2001/08/12  16:55:31
5670         Log: On ithreads default to use_reentrant except on naturally
5671              threadsafe platforms.
5672      Branch: perl
5673            ! perl.h
5674 ____________________________________________________________________________
5675 [ 11644] By: jhi                                   on 2001/08/12  15:45:43
5676         Log: (Hopefully) a fix for 20010723.004: make install needs
5677              write permission in build directory.  The problem was
5678              probably caused by overeager sprinkling of the lib/re.pm
5679              dependencies (which was done to guarantee lib/re.pm being
5680              uptodate for parallel makes: now solved by funneling that
5681              through an explicit recursive make in the preplibrary target).
5682      Branch: perl
5683            ! Makefile.SH
5684 ____________________________________________________________________________
5685 [ 11643] By: jhi                                   on 2001/08/12  14:16:44
5686         Log: Dispell the "use utf8" superstition.
5687      Branch: perl
5688            ! lib/utf8.pm pod/perlfunc.pod pod/perlretut.pod pod/perltoc.pod
5689            ! pod/perlunicode.pod
5690 ____________________________________________________________________________
5691 [ 11642] By: jhi                                   on 2001/08/12  13:56:42
5692         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
5693              From: "Abigail" <abigail@foad.org> 
5694              Date: Sat, 11 Aug 2001 23:49:49 +0200
5695              Message-ID: <20010811214950.23255.qmail@foad.org>
5696      Branch: perl
5697            ! t/op/taint.t
5698 ____________________________________________________________________________
5699 [ 11641] By: jhi                                   on 2001/08/12  13:56:18
5700         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
5701              From: Abhijit Menon-Sen <ams@wiw.org>
5702              Date: Sat, 11 Aug 2001 06:18:19 +0530
5703              Message-ID: <20010811061819.P526@lustre.dyn.wiw.org>
5704      Branch: perl
5705            ! mg.c
5706 ____________________________________________________________________________
5707 [ 11640] By: jhi                                   on 2001/08/12  13:45:58
5708         Log: Test for change #11639.
5709      Branch: perl
5710            ! t/op/tiehandle.t
5711 ____________________________________________________________________________
5712 [ 11639] By: jhi                                   on 2001/08/12  13:42:03
5713         Log: Subject: Re: Can't localize *FH, then tie it
5714              From: Abhijit Menon-Sen <ams@wiw.org>
5715              Date: Sun, 12 Aug 2001 16:08:06 +0530
5716              Message-ID: <20010812160806.A28712@lustre.dyn.wiw.org>
5717      Branch: perl
5718            ! pp_hot.c pp_sys.c
5719 ____________________________________________________________________________
5720 [ 11638] By: jhi                                   on 2001/08/12  03:30:07
5721         Log: Drop all the unnecessary "use utf8" clauses and some of
5722              the unnecessary "use bytes" ones.
5723              
5724              TODO: scour the documentation for unnecessary "use utf8"
5725              and prominently display it in perldelta when the time comes.
5726              ("use utf8" should be necessary ONLY if one wants the script
5727              to be in UTF-8.)  Also should be checked in some non-ASCII
5728              non-Latin-1 platform, like EBCDIC.
5729      Branch: perl
5730            ! t/comp/require.t t/io/utf8.t t/op/concat.t t/op/each.t
5731            ! t/op/pat.t t/op/regmesg.t t/op/sprintf.t t/op/tr.t
5732 ____________________________________________________________________________
5733 [ 11637] By: jhi                                   on 2001/08/11  17:55:36
5734         Log: Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.
5735              Smoked out bugs (well, the same bug twice) from ucfirst and lcfirst
5736              in Unicode handling.
5737      Branch: perl
5738            + t/op/lc.t
5739            ! MANIFEST pp.c t/op/misc.t t/op/readdir.t
5740 ____________________________________________________________________________
5741 [ 11636] By: jhi                                   on 2001/08/11  17:14:06
5742         Log: Thinko: we want the flags for native cc, not gcc.
5743      Branch: perl
5744            ! hints/dec_osf.sh
5745 ____________________________________________________________________________
5746 [ 11635] By: jhi                                   on 2001/08/11  15:14:48
5747         Log: Subject: [PATCH] Re: [ID 20010809.028] x operator not copying elements in 'for' list?
5748              From: Robin Houston <robin@kitsite.com>
5749              Date: Fri, 10 Aug 2001 14:42:02 +0100
5750              Message-ID: <20010810144202.A32754@puffinry.freeserve.co.uk>
5751      Branch: perl
5752            ! pp.c
5753 ____________________________________________________________________________
5754 [ 11634] By: jhi                                   on 2001/08/11  14:59:22
5755         Log: Subject: [PATCH] turn $a.=<F> into an RCATLINE
5756              From: Abhijit Menon-Sen <ams@wiw.org>
5757              Date: Sat, 11 Aug 2001 16:31:04 +0530
5758              Message-ID: <20010811163104.Q526@lustre.dyn.wiw.org>
5759      Branch: perl
5760            ! op.c
5761 ____________________________________________________________________________
5762 [ 11633] By: jhi                                   on 2001/08/11  14:58:07
5763         Log: Get rid of indread, from Abhijit Menon-Sen.
5764      Branch: perl
5765            ! pp_sys.c
5766 ____________________________________________________________________________
5767 [ 11632] By: jhi                                   on 2001/08/10  23:39:04
5768         Log: CRLFgngngn.
5769      Branch: perl
5770            ! win32/Makefile win32/makefile.mk
5771 ____________________________________________________________________________
5772 [ 11631] By: jhi                                   on 2001/08/10  23:37:43
5773         Log: Decommission Time::Piece; unnecessary Yet Another Time-Date Module.
5774      Branch: perl
5775            - ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
5776            - ext/Time/Piece/Piece.t ext/Time/Piece/Piece.xs
5777            - ext/Time/Piece/README ext/Time/Piece/Seconds.pm
5778            ! MANIFEST Porting/config.sh djgpp/config.over epoc/config.sh
5779            ! ext/POSIX/POSIX.pod hints/vmesa.sh pod/perlfaq4.pod
5780            ! pod/perllocale.pod pod/perltoc.pod t/lib/1_compile.t
5781            ! win32/Makefile win32/makefile.mk
5782 ____________________________________________________________________________
5783 [ 11630] By: jhi                                   on 2001/08/10  13:53:15
5784         Log: Avoid #elif (less portable than #else #if).
5785      Branch: perl
5786            ! handy.h
5787 ____________________________________________________________________________
5788 [ 11629] By: jhi                                   on 2001/08/10  13:49:53
5789         Log: Subject: patch for perlvar.pod
5790              From: mah@everybody.org (Mark A. Hershberger)
5791              Date: 08 Aug 2001 17:03:16 -0500
5792              Message-ID: <87g0b2w6or.fsf@mah.mcdermott.com>
5793      Branch: perl
5794            ! pod/perlvar.pod
5795 ____________________________________________________________________________
5796 [ 11628] By: jhi                                   on 2001/08/10  13:45:48
5797         Log: cpp commands must start (the # must be) at the column #0.
5798      Branch: perl
5799            ! op.c
5800 ____________________________________________________________________________
5801 [ 11627] By: jhi                                   on 2001/08/10  13:41:07
5802         Log: If using gcc -B/foo/bar makedepend would give
5803              unnecessary warnings about unused -B/foo/bar.
5804      Branch: perl
5805            ! makedepend.SH
5806 ____________________________________________________________________________
5807 [ 11626] By: jhi                                   on 2001/08/09  14:56:29
5808         Log: Update Changes.
5809      Branch: perl
5810            ! Changes patchlevel.h
5811 ____________________________________________________________________________
5812 [ 11625] By: jhi                                   on 2001/08/09  14:54:05
5813         Log: s/z/tz/
5814      Branch: perl
5815            ! pod/perlfaq2.pod
5816 ____________________________________________________________________________
5817 [ 11624] By: jhi                                   on 2001/08/09  14:52:52
5818         Log: Article nit.
5819      Branch: perl
5820            ! pod/perlfaq2.pod
5821 ____________________________________________________________________________
5822 [ 11623] By: jhi                                   on 2001/08/09  14:49:00
5823         Log: Rename lib/unicode files to lib/unicore to avoid
5824              conflicts between core lib/unicode and Unicode::
5825              files in case-ignoring filesystems.
5826      Branch: perl
5827            + (add 325 files)
5828            - (delete 324 files)
5829            ! MANIFEST lib/charnames.pm lib/utf8_heavy.pl pod/perlretut.pod
5830 ____________________________________________________________________________
5831 [ 11622] By: jhi                                   on 2001/08/09  13:33:47
5832         Log: Upgrade to Math::BigInt 1.41.
5833      Branch: perl
5834            ! lib/Math/BigInt.pm lib/Math/BigInt/t/bigintpm.t
5835 ____________________________________________________________________________
5836 [ 11621] By: jhi                                   on 2001/08/09  13:31:20
5837         Log: Subject: [PATCH] remove PL_na from typemap
5838              From: James <james@rf.net>
5839              Date: Mon, 06 Aug 2001 20:23:15 -0700
5840              Message-ID: <3B6F5F23.A31A81B1@rf.net>
5841              
5842              (had to be manually applied)
5843      Branch: perl
5844            ! lib/ExtUtils/typemap
5845 ____________________________________________________________________________
5846 [ 11620] By: jhi                                   on 2001/08/09  13:27:11
5847         Log: The metaconfig unit changes for #11618.
5848      Branch: metaconfig/U/perl
5849            + d_fpclassl.U i_fp.U
5850 ____________________________________________________________________________
5851 [ 11619] By: jhi                                   on 2001/08/09  13:25:21
5852         Log: Forgot this from #11618.
5853              
5854              NOTE: wince/config_H.ce needs updating.
5855      Branch: perl
5856            ! wince/config.ce
5857 ____________________________________________________________________________
5858 [ 11618] By: jhi                                   on 2001/08/09  13:21:51
5859         Log: Introduce more floating point classifying APIs;
5860              try to define (most importantly) Perl_is{inf,nan}(x).
5861              
5862              For this first cut, assume none such APIs exist in non-UNIXoid
5863              platforms-- this is of course too unkind: Win32 rumoredly has
5864              _fpclass() and _isnan(), and VMS/VOS very probably have some
5865              of the APIs available.     The only thing Perl uses at the moment
5866              is Perl_isnan() (has been in use for a while now).
5867              
5868              NOTE: the Win32 and NetWare config_h.?c need regenerating.
5869      Branch: perl
5870            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
5871            ! Porting/config_H config_h.SH configure.com epoc/config.sh
5872            ! hints/hpux.sh perl.h pod/perltoc.pod uconfig.h uconfig.sh
5873            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
5874            ! vos/config.ga.h win32/config.bc win32/config.gc
5875            ! win32/config.vc win32/config_H.bc win32/config_H.gc
5876            ! win32/config_H.vc wince/config.ce wince/config.h
5877 ____________________________________________________________________________
5878 [ 11617] By: jhi                                   on 2001/08/09  11:08:51
5879         Log: Integrate change #11519 from perlio:
5880              
5881              Avoid testing for (non-)existance of "encoding(xxxx)"
5882              layer is called "encoding" the (xxxx) is an argument.
5883      Branch: perl
5884           !> lib/open.pm
5885 ____________________________________________________________________________
5886 [ 11616] By: nick                                  on 2001/08/09  07:50:24
5887         Log: Integrate mainline
5888      Branch: perlio
5889           +> ext/PerlIO/t/via.t lib/Getopt/Long/CHANGES
5890           +> lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
5891           +> lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
5892           +> lib/Getopt/Long/t/gol-oo.t utils/perlivp.PL
5893            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
5894            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
5895           !> (integrate 79 files)
5896 ____________________________________________________________________________
5897 [ 11615] By: nick                                  on 2001/08/09  06:23:44
5898         Log: Avoid testing for (non-)existance of "encoding(xxxx)"
5899              layer is called "encoding" the (xxxx) is an argument.
5900      Branch: perlio
5901            ! lib/open.pm
5902 ____________________________________________________________________________
5903 [ 11614] By: jhi                                   on 2001/08/08  21:50:19
5904         Log: Subject: [PATCH bleadperl] Teach B::Concise about PADOP
5905              From: Paul Johnson <paul@pjcj.net>
5906              Date: Wed, 8 Aug 2001 23:54:17 +0200
5907              Message-ID: <20010808235417.O1006@pjcj.net>
5908      Branch: perl
5909            ! ext/B/B/Concise.pm
5910 ____________________________________________________________________________
5911 [ 11613] By: jhi                                   on 2001/08/08  13:22:13
5912         Log: Make VMS use IEEE math by default; reorder Tru64 hints
5913              so that -fprm d -ieee (the -ieee gives as e.g. IEEE 754
5914              exception semantics) is always set if using (the new) cc.
5915      Branch: perl
5916            ! configure.com hints/dec_osf.sh
5917 ____________________________________________________________________________
5918 [ 11612] By: jhi                                   on 2001/08/08  12:14:56
5919         Log: Subject: Re: [ID 20010806.008] tied hashes, invocation of FIRSTKEY
5920              From: Abhijit Menon-Sen <ams@wiw.org>
5921              Date: Tue, 7 Aug 2001 17:16:05 +0530
5922              Message-ID: <20010807171605.K526@lustre.dyn.wiw.org>
5923      Branch: perl
5924            ! pp_sys.c
5925 ____________________________________________________________________________
5926 [ 11611] By: jhi                                   on 2001/08/08  02:28:58
5927         Log: Subject: [PATCH perl@11597] fix t/run/exit.t for VMS
5928              From: "Craig A. Berry" <craigberry@mac.com>
5929              Date: Tue, 07 Aug 2001 22:27:47 -0500
5930              Message-Id: <5.1.0.14.0.20010806105326.02d22298@exchi01>
5931      Branch: perl
5932            ! t/run/exit.t
5933 ____________________________________________________________________________
5934 [ 11610] By: jhi                                   on 2001/08/08  00:12:00
5935         Log: Subject: [PATCH bleadperl] better VMS docs for $?, exit(), and system()
5936              From: "Craig A. Berry" <craigberry@mac.com>
5937              Date: Tue, 07 Aug 2001 20:01:53 -0500
5938              Message-Id: <5.1.0.14.0.20010807155648.01ba3c98@exchi01>
5939      Branch: perl
5940            ! pod/perlport.pod pod/perlvar.pod vms/perlvms.pod
5941 ____________________________________________________________________________
5942 [ 11609] By: jhi                                   on 2001/08/07  23:49:09
5943         Log: Update the magazine information.
5944      Branch: perl
5945            ! pod/perlfaq2.pod
5946 ____________________________________________________________________________
5947 [ 11608] By: jhi                                   on 2001/08/07  23:35:27
5948         Log: Ignore SIGFPE everywhere.
5949      Branch: perl
5950            ! hints/os390.sh hints/posix-bc.sh hints/uts.sh numeric.c perl.h
5951 ____________________________________________________________________________
5952 [ 11607] By: jhi                                   on 2001/08/07  23:07:04
5953         Log: With permission, change the licensing of the docs by
5954              TomC (and Gnat) to comply with the rest of Perl.
5955      Branch: perl
5956            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
5957            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
5958            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
5959            ! pod/perlfaq9.pod pod/perlopentut.pod pod/perltoot.pod
5960            ! pod/perltootc.pod
5961 ____________________________________________________________________________
5962 [ 11606] By: jhi                                   on 2001/08/07  22:50:04
5963         Log: Subject: [PATCH 5.6.x, 5.7.2] hints/openbsd.sh tweaks.
5964              From: Andy Dougherty <doughera@lafayette.edu>
5965              Date: Tue, 7 Aug 2001 15:49:33 -0400 (EDT)
5966              Message-ID: <Pine.SOL.4.10.10108071544040.2431-100000@maxwell.phys.lafayette.edu>
5967      Branch: perl
5968            ! hints/openbsd.sh
5969 ____________________________________________________________________________
5970 [ 11605] By: jhi                                   on 2001/08/07  22:49:18
5971         Log: Subject: [PATCH] Makefile.SH test_prep dependency
5972              From: Andy Dougherty <doughera@lafayette.edu>
5973              Date: Tue, 7 Aug 2001 15:44:01 -0400 (EDT)
5974              Message-ID: <Pine.SOL.4.10.10108071540190.2431-100000@maxwell.phys.lafayette.edu>
5975      Branch: perl
5976            ! Makefile.SH
5977 ____________________________________________________________________________
5978 [ 11604] By: jhi                                   on 2001/08/07  22:44:35
5979         Log: Don't autogenerate the headers et alia,
5980              make regen_headers explicitly.
5981      Branch: perl
5982            ! Makefile.SH
5983 ____________________________________________________________________________
5984 [ 11603] By: jhi                                   on 2001/08/07  22:33:48
5985         Log: Subject: Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.pl
5986              From: Gurusamy Sarathy <gsar@ActiveState.com> 
5987              Date: Tue, 07 Aug 2001 08:33:26 -0700
5988              Message-Id: <200108071533.f77FXQf01168@smtp3.ActiveState.com>
5989              
5990              Unnecessary dependency.
5991      Branch: perl
5992            ! embed.pl
5993 ____________________________________________________________________________
5994 [ 11602] By: jhi                                   on 2001/08/07  13:52:41
5995         Log: Subject: Re: [ID 20010806.006] Can't read coderef from tied variable
5996              From: Abhijit Menon-Sen <ams@wiw.org>
5997              Date: Tue, 7 Aug 2001 09:10:54 +0530
5998              Message-ID: <20010807091054.H526@lustre.dyn.wiw.org>
5999      Branch: perl
6000            ! pp_hot.c
6001 ____________________________________________________________________________
6002 [ 11601] By: jhi                                   on 2001/08/07  13:46:33
6003         Log: Subject: [PATCH perl@11597] B && BEGIN handling
6004              From: "James A. Duncan" <jduncan@fotango.com>
6005              Date: Mon, 6 Aug 2001 17:29:11 +0100
6006              Message-ID: <20010806172911.A2071@fotango.com>
6007              
6008              (the intrpvar.h addition moved to the end for bincompat)
6009      Branch: perl
6010            ! embedvar.h ext/B/B.xs intrpvar.h perl.c perlapi.h
6011 ____________________________________________________________________________
6012 [ 11600] By: jhi                                   on 2001/08/07  11:53:48
6013         Log: Integrate change #11598 from maintperl (fcrypt.c URL updates)
6014      Branch: perl
6015           !> README.win32
6016 ____________________________________________________________________________
6017 [ 11599] By: gsar                                  on 2001/08/07  06:31:39
6018         Log: fix URLs for fcrypt.c
6019      Branch: maint-5.6/perl
6020            ! README.win32
6021 ____________________________________________________________________________
6022 [ 11598] By: jhi                                   on 2001/08/06  15:02:48
6023         Log: Yet another way to say Infinity: HP-UX calls its "++".
6024      Branch: perl
6025            ! lib/Math/BigInt/t/bigintpm.t
6026 ____________________________________________________________________________
6027 [ 11597] By: jhi                                   on 2001/08/06  13:40:01
6028         Log: Update Changes.
6029      Branch: perl
6030            ! Changes patchlevel.h
6031 ____________________________________________________________________________
6032 [ 11596] By: jhi                                   on 2001/08/06  13:24:28
6033         Log: Advertise File::Temp, don't advertise POSIX::tmpnam().
6034      Branch: perl
6035            ! pod/perlfaq5.pod
6036 ____________________________________________________________________________
6037 [ 11595] By: jhi                                   on 2001/08/06  12:51:38
6038         Log: The #11593 wasn't right.
6039      Branch: perl
6040            ! lib/Math/BigInt/t/bigintpm.t
6041 ____________________________________________________________________________
6042 [ 11594] By: jhi                                   on 2001/08/06  12:34:15
6043         Log: Subject: [PATCH: perl@11564] introducing perlivp
6044              From: Prymmer/Kahn <pvhp@best.com>
6045              Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT)
6046              Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com>
6047              
6048              Subject: Re: [PATCH: perl@11564] introducing perlivp
6049              From: Prymmer/Kahn <pvhp@best.com>
6050              Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT)
6051              Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com>
6052      Branch: perl
6053            + utils/perlivp.PL
6054            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
6055            ! win32/Makefile win32/makefile.mk
6056 ____________________________________________________________________________
6057 [ 11593] By: jhi                                   on 2001/08/05  23:10:52
6058         Log: libcs are confused what to call Infinity.
6059      Branch: perl
6060            ! lib/Math/BigInt/t/bigintpm.t
6061 ____________________________________________________________________________
6062 [ 11592] By: jhi                                   on 2001/08/05  23:07:50
6063         Log: Avoid SIGFPE in Tru64.
6064      Branch: perl
6065            ! numeric.c
6066 ____________________________________________________________________________
6067 [ 11591] By: jhi                                   on 2001/08/05  22:46:10
6068         Log: Upgrade to Math::BigInt 1.40.
6069              
6070              NOTE: this patch necessitates doing something about
6071              infinity handling since the new bigintpm.t tests use
6072              infinity, which causes SIGFPEs at least in Tru64.
6073      Branch: perl
6074            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
6075            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
6076            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
6077            ! lib/Math/BigInt/t/mbimbf.t
6078 ____________________________________________________________________________
6079 [ 11590] By: gsar                                  on 2001/08/05  21:57:43
6080         Log: remove hardcoded cmd shell in testsuite
6081      Branch: perl
6082            ! t/op/glob.t t/op/magic.t t/op/stat.t
6083 ____________________________________________________________________________
6084 [ 11589] By: gsar                                  on 2001/08/05  21:35:50
6085         Log: 4-arg select() was busted on windows because change#8178 didn't
6086              make it into mainline
6087      Branch: perl
6088            ! perl.h win32/include/sys/socket.h
6089 ____________________________________________________________________________
6090 [ 11588] By: jhi                                   on 2001/08/05  19:40:31
6091         Log: Rename the Getopt::Long tests to be as they are
6092              in the Getopt::Long official distribution.
6093      Branch: perl
6094            + lib/Getopt/Long/t/gol-basic.t lib/Getopt/Long/t/gol-compat.t
6095            + lib/Getopt/Long/t/gol-linkage.t lib/Getopt/Long/t/gol-oo.t
6096            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
6097            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
6098            ! MANIFEST
6099 ____________________________________________________________________________
6100 [ 11587] By: jhi                                   on 2001/08/05  19:38:07
6101         Log: Upgrade to Getopt::Long 2.26.
6102      Branch: perl
6103            + lib/Getopt/Long/CHANGES lib/Getopt/Long/README
6104            ! MANIFEST lib/Getopt/Long.pm
6105 ____________________________________________________________________________
6106 [ 11586] By: jhi                                   on 2001/08/05  19:26:50
6107         Log: Retract #10874 (the hack should be unnecessary by now)
6108      Branch: perl
6109            ! lib/Test/Harness.pm
6110 ____________________________________________________________________________
6111 [ 11585] By: gsar                                  on 2001/08/05  16:45:54
6112         Log: avoid temp file littering in tests
6113      Branch: perl
6114            ! ext/PerlIO/t/encoding.t lib/Memoize/t/errors.t
6115 ____________________________________________________________________________
6116 [ 11584] By: jhi                                   on 2001/08/05  16:42:50
6117         Log: Subject: warning in sv.c: double format, NV arg
6118              From: "Philip Newton" <Philip.Newton@gmx.net>
6119              Date: Sun, 5 Aug 2001 19:41:07 +0200
6120              Message-Id: <200108051735.f75HZ1L18235@chaos.wustl.edu>
6121      Branch: perl
6122            ! sv.c
6123 ____________________________________________________________________________
6124 [ 11583] By: gsar                                  on 2001/08/05  16:28:22
6125         Log: fix POSIX.t#13 for windos
6126      Branch: perl
6127            ! ext/POSIX/POSIX.t
6128 ____________________________________________________________________________
6129 [ 11582] By: jhi                                   on 2001/08/05  16:10:59
6130         Log: Add a test for PerlIO::Via.
6131      Branch: perl
6132            + ext/PerlIO/t/via.t
6133            ! MANIFEST ext/PerlIO/Via/Via.pm
6134 ____________________________________________________________________________
6135 [ 11581] By: gsar                                  on 2001/08/05  15:00:26
6136         Log: flock() and link() are not available on Windows 9x
6137      Branch: perl
6138            ! win32/config_sh.PL
6139 ____________________________________________________________________________
6140 [ 11580] By: jhi                                   on 2001/08/05  13:56:46
6141         Log: Some Tru64 C compilers have C++ components that confuse
6142              the ccversion parsing.
6143      Branch: perl
6144            ! hints/dec_osf.sh
6145 ____________________________________________________________________________
6146 [ 11579] By: jhi                                   on 2001/08/05  13:31:07
6147         Log: (Reintroduce #11125)
6148              
6149              Subject: MakeMaker should pass through DEFINE and INC to subdirs 
6150              From: Alan Burlison <Alan.Burlison@sun.com> 
6151              Date: Tue, 03 Jul 2001 15:20:13 +0100   
6152              Message-ID: <3B41D49D.A923D4F9@sun.com> 
6153      Branch: perl
6154            ! lib/ExtUtils/MM_Unix.pm
6155 ____________________________________________________________________________
6156 [ 11578] By: jhi                                   on 2001/08/05  03:17:20
6157         Log: Little pointer juggling for HP-UX cc to avoid
6158              "warning 524: Cast (non-lvalue) appears on left-hand side of assignment."
6159              followed by
6160              "error 1549: Modifiable lvalue required for assignment operator."
6161      Branch: perl
6162            ! hv.c
6163 ____________________________________________________________________________
6164 [ 11577] By: jhi                                   on 2001/08/04  18:09:38
6165         Log: Continuation of #11575: SANY_SEEN completely deprecated,
6166              plus more tests that unearthed a bug in @a = ($utf8 =~ /\C/g),
6167              plus a fix for the bug.
6168      Branch: perl
6169            ! pp_hot.c regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
6170 ____________________________________________________________________________
6171 [ 11576] By: jhi                                   on 2001/08/04  17:31:06
6172         Log: Subject: Re: [patch] rid "Scalars leaked" from perl_clone
6173              From: Doug MacEachern <dougm@covalent.net>
6174              Date: Sat, 4 Aug 2001 11:09:37 -0700 (PDT)
6175              Message-ID: <Pine.LNX.4.21.0108041102390.23972-100000@mako.covalent.net>
6176      Branch: perl
6177            ! sv.c
6178 ____________________________________________________________________________
6179 [ 11575] By: jhi                                   on 2001/08/04  17:28:55
6180         Log: Decouple SANY into SANY and CANY: the new SANY is /./s,
6181              the new CANY is the \C.  The problem reported and the
6182              test case supplied in
6183              
6184              Subject: UTF-8 bugs in string length & single line regex matches
6185              From: "Daniel P. Berrange" <dan@berrange.com>
6186              Date: Fri, 3 Aug 2001 11:39:33 +0100
6187              Message-ID: <20010803113932.A19318@berrange.com>
6188      Branch: perl
6189            ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
6190            ! t/op/pat.t
6191 ____________________________________________________________________________
6192 [ 11574] By: jhi                                   on 2001/08/04  15:42:34
6193         Log: Subject: Re: [patch] ignore PL_curpm in PL_regex_padav cleanup
6194              From: Doug MacEachern <dougm@covalent.net>
6195              Date: Sat, 4 Aug 2001 09:43:02 -0700 (PDT)
6196              Message-ID: <Pine.LNX.4.21.0108040939050.23972-100000@mako.covalent.net>
6197      Branch: perl
6198            ! perl.c regexec.c
6199 ____________________________________________________________________________
6200 [ 11573] By: jhi                                   on 2001/08/04  14:20:26
6201         Log: The #11572 didn't up the test count.
6202      Branch: perl
6203            ! t/op/length.t
6204 ____________________________________________________________________________
6205 [ 11572] By: jhi                                   on 2001/08/04  14:12:45
6206         Log: Subject: UTF-8 bugs in string length & single line regex matches
6207              From: "Daniel P. Berrange" <dan@berrange.com>
6208              Date: Fri, 3 Aug 2001 11:39:33 +0100         
6209              Message-ID: <20010803113932.A19318@berrange.com>
6210              
6211              (the mg_length() fix)
6212      Branch: perl
6213            ! mg.c t/op/length.t
6214 ____________________________________________________________________________
6215 [ 11571] By: jhi                                   on 2001/08/04  14:10:39
6216         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
6217              From: Abhijit Menon-Sen <ams@wiw.org>
6218              Date: Sat, 4 Aug 2001 16:56:35 +0530
6219              Message-ID: <20010804165635.E526@lustre.dyn.wiw.org>
6220      Branch: perl
6221            ! hv.c
6222 ____________________________________________________________________________
6223 [ 11570] By: jhi                                   on 2001/08/04  14:09:59
6224         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
6225              From: Abhijit Menon-Sen <ams@wiw.org>
6226              Date: Sat, 4 Aug 2001 16:16:03 +0530
6227              Message-ID: <20010804161603.C526@lustre.dyn.wiw.org>
6228      Branch: perl
6229            ! hv.c
6230 ____________________________________________________________________________
6231 [ 11569] By: jhi                                   on 2001/08/04  14:09:09
6232         Log: Subject: Re: [patch] refcount re ops
6233              From: Abhijit Menon-Sen <ams@wiw.org>
6234              Date: Sat, 4 Aug 2001 08:54:55 +0530
6235              Message-ID: <20010804085455.B526@lustre.dyn.wiw.org>
6236      Branch: perl
6237            ! sv.c
6238 ____________________________________________________________________________
6239 [ 11568] By: jhi                                   on 2001/08/04  14:08:19
6240         Log: Subject: [patch] refcount re ops
6241              From: Doug MacEachern <dougm@covalent.net>
6242              Date: Fri, 3 Aug 2001 18:17:41 -0700 (PDT)
6243              Message-ID: <Pine.LNX.4.21.0108031814240.23972-100000@mako.covalent.net>
6244      Branch: perl
6245            ! regcomp.c sv.c
6246 ____________________________________________________________________________
6247 [ 11567] By: jhi                                   on 2001/08/03  23:52:56
6248         Log: Subject: [patch] ignore PL_curpm in PL_regex_padav cleanup
6249              From: Doug MacEachern <dougm@covalent.net>
6250              Date: Fri, 3 Aug 2001 17:37:53 -0700 (PDT)
6251              Message-ID: <Pine.LNX.4.21.0108031730040.23972-100000@mako.covalent.net>
6252      Branch: perl
6253            ! perl.c regexec.c
6254 ____________________________________________________________________________
6255 [ 11566] By: jhi                                   on 2001/08/03  20:45:10
6256         Log: Subject: [PATCH perl@11564] fix t/op/misc.t for VMS
6257              From: "Craig A. Berry" <craigberry@mac.com> 
6258              Date: Fri, 03 Aug 2001 16:16:16 -0500
6259              Message-Id: <5.1.0.14.0.20010803161026.03530e58@exchi01> 
6260      Branch: perl
6261            ! t/op/misc.t
6262 ____________________________________________________________________________
6263 [ 11565] By: jhi                                   on 2001/08/03  13:46:40
6264         Log: Subject: Re: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000
6265              From: John Kristian <jmk2001@engineer.com>
6266              Date: Fri, 03 Aug 2001 00:59:08 -0700
6267              Message-id: <03a101c11bf2$2c9b5ee0$0100a8c0@JOHNKRISTIAN>
6268      Branch: perl
6269            ! win32/win32.c
6270 ____________________________________________________________________________
6271 [ 11564] By: jhi                                   on 2001/08/03  13:25:39
6272         Log: Update Changes.
6273      Branch: perl
6274            ! Changes patchlevel.h
6275 ____________________________________________________________________________
6276 [ 11563] By: jhi                                   on 2001/08/03  12:13:17
6277         Log: Subject: [PATCH perl@11523] fix Stash.t for VMS
6278              From: "Craig A. Berry" <craigberry@mac.com>
6279              Date: Thu, 02 Aug 2001 23:15:24 -0500
6280              Message-Id: <5.1.0.14.0.20010802230843.03530e58@mail.mac.com>
6281      Branch: perl
6282            ! ext/B/Stash.t
6283 ____________________________________________________________________________
6284 [ 11562] By: jhi                                   on 2001/08/03  12:11:57
6285         Log: Subject: [patch] plug PL_cshname leak
6286              From: Doug MacEachern <dougm@covalent.net>
6287              Date: Thu, 2 Aug 2001 20:59:04 -0700 (PDT)
6288              Message-ID: <Pine.LNX.4.21.0108022058020.8991-100000@mako.covalent.net>
6289      Branch: perl
6290            ! sv.c
6291 ____________________________________________________________________________
6292 [ 11561] By: jhi                                   on 2001/08/03  12:10:32
6293         Log: Subject: [patch] plug PL_sh_path leak
6294              From: Doug MacEachern <dougm@covalent.net>
6295              Date: Thu, 2 Aug 2001 20:54:08 -0700 (PDT)
6296              Message-ID: <Pine.LNX.4.21.0108022043040.8991-100000@mako.covalent.net>
6297      Branch: perl
6298            ! sv.c
6299 ____________________________________________________________________________
6300 [ 11560] By: jhi                                   on 2001/08/03  12:09:50
6301         Log: Subject: [patch] plug PL_regex_padav leaks
6302              From: Doug MacEachern <dougm@covalent.net>
6303              Date: Thu, 2 Aug 2001 20:24:55 -0700 (PDT)
6304              Message-ID: <Pine.LNX.4.21.0108022020100.8991-100000@mako.covalent.net>
6305      Branch: perl
6306            ! op.c op.h perl.c
6307 ____________________________________________________________________________
6308 [ 11559] By: jhi                                   on 2001/08/03  12:08:59
6309         Log: Subject: [patch] plug PL_origargv leak
6310              From: Doug MacEachern <dougm@covalent.net>
6311              Date: Thu, 2 Aug 2001 18:15:22 -0700 (PDT)
6312              Message-ID: <Pine.LNX.4.21.0108021813380.8991-100000@mako.covalent.net>
6313      Branch: perl
6314            ! perl.c
6315 ____________________________________________________________________________
6316 [ 11558] By: jhi                                   on 2001/08/03  12:07:58
6317         Log: Subject: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
6318              From: Abhijit Menon-Sen <ams@wiw.org>
6319              Date: Fri, 3 Aug 2001 06:38:11 +0530
6320              Message-ID: <20010803063811.A19266@lustre.dyn.wiw.org>
6321      Branch: perl
6322            ! hv.c
6323 ____________________________________________________________________________
6324 [ 11557] By: nick                                  on 2001/08/03  08:17:38
6325         Log: Integrate mainline
6326      Branch: perlio
6327           +> (branch 47 files)
6328            - lib/Switch/test.pl
6329           !> (integrate 49 files)
6330 ____________________________________________________________________________
6331 [ 11556] By: jhi                                   on 2001/08/02  22:46:22
6332         Log: Subject: [PATCH perl@11523] fix Showlex.t for VMS
6333              From: "Craig A. Berry" <craigberry@mac.com>
6334              Date: Thu, 02 Aug 2001 12:56:19 -0500
6335              Message-Id: <5.1.0.14.0.20010802124618.034c5008@exchi01>
6336      Branch: perl
6337            ! ext/B/Showlex.t
6338 ____________________________________________________________________________
6339 [ 11555] By: jhi                                   on 2001/08/02  22:29:34
6340         Log: Be more careful about non-existent files.
6341      Branch: perl
6342            ! lib/File/Copy.pm
6343 ____________________________________________________________________________
6344 [ 11554] By: jhi                                   on 2001/08/02  21:37:27
6345         Log: Subject: [PATCH resend] deparse empty formats
6346              From: Robin Houston <robin@kitsite.com> 
6347              Date: Thu, 2 Aug 2001 14:32:36 +0100
6348              Message-ID: <20010802143236.A894@robin.kitsite.com>
6349      Branch: perl
6350            ! ext/B/B/Deparse.pm
6351 ____________________________________________________________________________
6352 [ 11553] By: jhi                                   on 2001/08/02  16:37:32
6353         Log: Subject: [patch] ithreads + refto fix improvement
6354              From: Doug MacEachern <dougm@covalent.net>
6355              Date: Thu, 2 Aug 2001 09:41:53 -0700 (PDT)
6356              Message-ID: <Pine.LNX.4.21.0108020939030.8991-100000@mako.covalent.net>
6357      Branch: perl
6358            ! pp.c
6359 ____________________________________________________________________________
6360 [ 11552] By: jhi                                   on 2001/08/02  14:24:26
6361         Log: Readability nit from Abhijit.
6362      Branch: perl
6363            ! op.c
6364 ____________________________________________________________________________
6365 [ 11551] By: jhi                                   on 2001/08/02  14:22:31
6366         Log: setproctitle() API version nit from Anton Berezin.
6367      Branch: perl
6368            ! mg.c
6369 ____________________________________________________________________________
6370 [ 11550] By: jhi                                   on 2001/08/02  13:51:41
6371         Log: Add PerlCE to the docs.
6372      Branch: perl
6373            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
6374            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
6375 ____________________________________________________________________________
6376 [ 11549] By: jhi                                   on 2001/08/02  13:25:43
6377         Log: Integrate the PerlCE (WinCE Perl) port;
6378              kindly supplied by Rainer Keuchel <rkeuc@allgeier.com>.
6379      Branch: perl
6380            + README.ce wince/FindExt.pm wince/Makefile.ce
6381            + wince/README.compile wince/README.perlce wince/bin/exetype.pl
6382            + wince/bin/perlglob.pl wince/bin/pl2bat.pl wince/bin/runperl.pl
6383            + wince/bin/search.pl wince/config.ce wince/config.h
6384            + wince/config_H.ce wince/config_h.PL wince/config_sh.PL
6385            + wince/dl_win32.xs wince/include/arpa/inet.h
6386            + wince/include/cectype.h wince/include/errno.h
6387            + wince/include/netdb.h wince/include/sys/socket.h
6388            + wince/include/sys/stat.h wince/include/sys/types.h
6389            + wince/include/sys/utime.h wince/include/time.h wince/perl.ico
6390            + wince/perl.rc wince/perldll.def wince/perllib.c
6391            + wince/perlmain.c wince/registry.bat wince/runperl.c
6392            + wince/splittree.pl wince/win32.h wince/win32iop.h
6393            + wince/win32thread.c wince/win32thread.h wince/wince.c
6394            + wince/wince.h wince/wincesck.c wince/xbuildall.ksh
6395            + wince/xdistclean.ksh wince/xmakediffs.ksh
6396            ! MANIFEST perl.c perl.h perlio.c
6397 ____________________________________________________________________________
6398 [ 11548] By: jhi                                   on 2001/08/02  13:18:08
6399         Log: setproctitle() made simpler.  (This assumes the string is
6400              \0-terminated: if not, the three-arg form setproctitle(fmt, len, s)
6401              should be used.  Note len, not len + 1.)  BSD-fu from Anton
6402              Berezin.
6403      Branch: perl
6404            ! mg.c
6405 ____________________________________________________________________________
6406 [ 11547] By: jhi                                   on 2001/08/02  12:49:54
6407         Log: Subject: [PATCH] -Wall cleanup: op.c
6408              From: Richard Soderberg <rs@oregonnet.com>
6409              Date: Thu, 2 Aug 2001 00:17:09 -0700
6410              Message-Id: <200108020717.AAA26895@oregonnet.com>
6411              
6412              Subject: [PATCH] -Wall cleanup: sv.c
6413              From: Richard Soderberg <rs@oregonnet.com>
6414              Date: Thu, 2 Aug 2001 00:49:21 -0700
6415              Message-Id: <200108020749.AAA27492@oregonnet.com>
6416      Branch: perl
6417            ! op.c sv.c
6418 ____________________________________________________________________________
6419 [ 11546] By: jhi                                   on 2001/08/02  00:53:34
6420         Log: Update Changes.
6421      Branch: perl
6422            ! Changes patchlevel.h
6423 ____________________________________________________________________________
6424 [ 11545] By: jhi                                   on 2001/08/02  00:48:55
6425         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
6426              From: Doug MacEachern <dougm@covalent.net>
6427              Date: Wed, 1 Aug 2001 18:34:44 -0700 (PDT)
6428              Message-ID: <Pine.LNX.4.21.0108011830080.8991-100000@mako.covalent.net>
6429      Branch: perl
6430            ! op.c
6431 ____________________________________________________________________________
6432 [ 11544] By: jhi                                   on 2001/08/01  23:08:41
6433         Log: The #11541 didn't work under threads.
6434      Branch: perl
6435            ! op.c
6436 ____________________________________________________________________________
6437 [ 11543] By: jhi                                   on 2001/08/01  22:46:41
6438         Log: Subject: Re: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
6439              From: Hugo <hv@crypt.compulink.co.uk>
6440              Date: Fri, 22 Jun 2001 01:19:08 +0100 
6441              Message-Id: <200106220019.BAA03365@crypt.compulink.co.uk>
6442              
6443              (Skip tests if accept() failed)
6444      Branch: perl
6445            ! ext/IO/lib/IO/t/io_unix.t
6446 ____________________________________________________________________________
6447 [ 11542] By: jhi                                   on 2001/08/01  22:40:09
6448         Log: Subject: [ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in perl.h)
6449              From: "Stian Seeberg" <sseeberg@nimsoft.no>
6450              Date: Mon, 30 Jul 2001 12:28:07 +0200
6451              Message-Id: <68236D3FC2D92347B466639324391D1A0432AB@PONDUS.nimsoft.no>
6452      Branch: perl
6453            ! perl.h
6454 ____________________________________________________________________________
6455 [ 11541] By: jhi                                   on 2001/08/01  22:38:31
6456         Log: Subject: Pluggable optimizer
6457              From: Simon Cozens <simon@netthink.co.uk>
6458              Date: Wed, 1 Aug 2001 13:57:02 -0700
6459              Message-ID: <20010801135702.I10442@netthink.co.uk>
6460      Branch: perl
6461            ! embedvar.h op.c perl.c perl.h perlapi.h sv.c thrdvar.h util.c
6462 ____________________________________________________________________________
6463 [ 11540] By: jhi                                   on 2001/08/01  22:29:54
6464         Log: Subject: [ID 20010801.039] perlre.pod message typo
6465              From: Autrijus Tang <autrijus@geb.elixus.org>
6466              Date: Thu, 2 Aug 2001 04:48:02 +0800 (CST)
6467              Message-Id: <200108012048.f71Km2r79890@geb.elixus.org>                         
6468      Branch: perl
6469            ! pod/perlre.pod
6470 ____________________________________________________________________________
6471 [ 11539] By: jhi                                   on 2001/08/01  16:32:52
6472         Log: Test for change #11536.
6473      Branch: perl
6474            ! t/op/tiehandle.t
6475 ____________________________________________________________________________
6476 [ 11538] By: jhi                                   on 2001/08/01  16:27:19
6477         Log: More test fixups for #11537.
6478      Branch: perl
6479            ! t/lib/warnings/4lint t/lib/warnings/9enabled
6480 ____________________________________________________________________________
6481 [ 11537] By: jhi                                   on 2001/08/01  16:26:25
6482         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
6483              From: Doug MacEachern <dougm@covalent.net>
6484              Date: Mon, 30 Jul 2001 17:38:50 -0700 (PDT)
6485              Message-ID: <Pine.LNX.4.21.0107301720310.25941-100000@mako.covalent.net>
6486      Branch: perl
6487            ! op.c t/TestInit.pm
6488 ____________________________________________________________________________
6489 [ 11536] By: jhi                                   on 2001/08/01  16:08:08
6490         Log: Subject: [patch] ithreads + refto bug
6491              From: Doug MacEachern <dougm@covalent.net>
6492              Date: Wed, 1 Aug 2001 09:47:28 -0700 (PDT)
6493              Message-ID: <Pine.LNX.4.21.0108010937240.7498-100000@mako.covalent.net>
6494              
6495              (Test in change #11539)
6496      Branch: perl
6497            ! pp.c
6498 ____________________________________________________________________________
6499 [ 11535] By: jhi                                   on 2001/08/01  16:05:56
6500         Log: Subject: [PATCH: perl@11523] fixups for t/harness
6501              From: Prymmer/Kahn <pvhp@best.com>
6502              Date: Wed, 1 Aug 2001 09:24:23 -0700 (PDT)
6503              Message-ID: <Pine.BSF.4.21.0108010910310.17655-100000@shell8.ba.best.com>
6504      Branch: perl
6505            ! t/harness
6506 ____________________________________________________________________________
6507 [ 11534] By: jhi                                   on 2001/08/01  16:00:45
6508         Log: Subject: [PATCH: perl@11523] add xsubpp and libnetcfg to installed *.bat files for win32 builds
6509              From: Prymmer/Kahn <pvhp@best.com>
6510              Date: Wed, 1 Aug 2001 09:07:13 -0700 (PDT)
6511              Message-ID: <Pine.BSF.4.21.0108010859230.17655-100000@shell8.ba.best.com>
6512      Branch: perl
6513            ! win32/Makefile win32/makefile.mk
6514 ____________________________________________________________________________
6515 [ 11533] By: jhi                                   on 2001/08/01  13:38:29
6516         Log: Need to know the number of tests.
6517      Branch: perl
6518            ! t/run/exit.t
6519 ____________________________________________________________________________
6520 [ 11532] By: jhi                                   on 2001/08/01  13:04:31
6521         Log: Subject: Re: new exit tests on VMS
6522              From: "Craig A. Berry" <craigberry@mac.com>
6523              Date: Tue, 31 Jul 2001 12:19:29 -0500
6524              Message-Id: <5.1.0.14.0.20010731114845.03743008@mail.telocity.com>
6525      Branch: perl
6526            ! t/run/exit.t
6527 ____________________________________________________________________________
6528 [ 11531] By: jhi                                   on 2001/08/01  12:46:43
6529         Log: Retract #11530 (the dTHX is needed under threads)
6530      Branch: perl
6531            ! perlio.c
6532 ____________________________________________________________________________
6533 [ 11530] By: jhi                                   on 2001/08/01  12:39:35
6534         Log: (Retracted by #11531)
6535      Branch: perl
6536            ! perlio.c
6537 ____________________________________________________________________________
6538 [ 11529] By: jhi                                   on 2001/08/01  12:32:22
6539         Log: Subject: [PATCH 1/4] -Wall cleanups: unixish.h
6540              From: Richard Soderberg <rs@crystalflame.net>
6541              Date: Tue, 31 Jul 2001 23:16:22 -0700 (PDT) 
6542              Message-ID: <Pine.LNX.4.21.0107312313490.24341-100000@oregonnet.com>
6543      Branch: perl
6544            ! unixish.h
6545 ____________________________________________________________________________
6546 [ 11528] By: jhi                                   on 2001/08/01  12:18:59
6547         Log: Subject: [PATCH 5.7.2] Allow for long long in h2xs 
6548              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6549              Date: Tue, 31 Jul 2001 05:39:09 -0400
6550              Message-ID: <20010731053909.A1810@math.ohio-state.edu>
6551              
6552              (with a note about the case of UV being equal to long long)
6553      Branch: perl
6554            ! utils/h2xs.PL
6555 ____________________________________________________________________________
6556 [ 11527] By: jhi                                   on 2001/07/31  23:49:04
6557         Log: Subject: [PATCH perl@11487] fix fs.t for VMS
6558              From: "Craig A. Berry" <craigberry@mac.com>
6559              Date: Tue, 31 Jul 2001 14:57:43 -0500
6560              Message-Id: <5.1.0.14.0.20010731145015.03743008@exchi01>
6561      Branch: perl
6562            ! t/io/fs.t
6563 ____________________________________________________________________________
6564 [ 11526] By: jhi                                   on 2001/07/31  23:47:57
6565         Log: Fix for
6566              
6567              Subject: [ID 20010116.001] File::Copy truncates orig file 
6568              From: arbor@al37al08.telecel.pt
6569              Date: Tue, 16 Jan 2001 11:43:02 GMT
6570              Message-Id: <200101161143.AA11184@al37al08.telecel.pt>
6571              
6572              (copy($foo, $foo) would truncate $foo)
6573      Branch: perl
6574            ! lib/File/Copy.pm lib/File/Copy.t
6575 ____________________________________________________________________________
6576 [ 11525] By: jhi                                   on 2001/07/31  23:01:01
6577         Log: Metaconfig unit change for #11524.
6578      Branch: metaconfig/U/perl
6579            ! Extras.U
6580 ____________________________________________________________________________
6581 [ 11524] By: jhi                                   on 2001/07/31  23:00:36
6582         Log: Multiple modules didn't work; plus typo fixes.
6583      Branch: perl
6584            ! Configure
6585 ____________________________________________________________________________
6586 [ 11523] By: jhi                                   on 2001/07/31  15:29:58
6587         Log: Update Changes.
6588      Branch: perl
6589            ! Changes patchlevel.h
6590 ____________________________________________________________________________
6591 [ 11522] By: jhi                                   on 2001/07/31  15:25:35
6592         Log: Regen perlapi.
6593      Branch: perl
6594            ! pod/perlapi.pod
6595 ____________________________________________________________________________
6596 [ 11521] By: jhi                                   on 2001/07/31  15:19:01
6597         Log: Subject: Re: [PATCH sv.c] mortal doc thinko
6598              From: Dave Mitchell <davem@fdgroup.co.uk>
6599              Date: Tue, 31 Jul 2001 11:52:42 +0100 (BST)
6600              Message-Id: <200107311052.LAA14427@gizmo.fdgroup.co.uk>
6601      Branch: perl
6602            ! sv.c
6603 ____________________________________________________________________________
6604 [ 11520] By: jhi                                   on 2001/07/31  15:17:43
6605         Log: Regen toc.
6606      Branch: perl
6607            ! pod/perltoc.pod
6608 ____________________________________________________________________________
6609 [ 11519] By: jhi                                   on 2001/07/31  15:17:17
6610         Log: Regen Porting stuff.
6611      Branch: perl
6612            ! Porting/Glossary Porting/config.sh Porting/config_H
6613 ____________________________________________________________________________
6614 [ 11518] By: jhi                                   on 2001/07/31  14:16:08
6615         Log: Subject: [PATCH 5.7.2] Allow for GNU-isms in h2xs
6616              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6617              Date: Tue, 31 Jul 2001 05:34:38 -0400
6618              Message-ID: <20010731053438.A1754@math.ohio-state.edu>
6619      Branch: perl
6620            ! utils/h2xs.PL
6621 ____________________________________________________________________________
6622 [ 11517] By: jhi                                   on 2001/07/31  14:15:01
6623         Log: Metaconfig unit change for #11516. 
6624      Branch: metaconfig/U/perl
6625            ! gccvers.U
6626 ____________________________________________________________________________
6627 [ 11516] By: jhi                                   on 2001/07/31  14:14:35
6628         Log: Add -Wall in cflags, not in Configure.
6629              (This way -Wall affects only the core and the core XS,
6630              not user modules' XS.  Concern from Paul Marquess,
6631              implementation idea from Andy Dougherty.)
6632      Branch: perl
6633            ! Configure cflags.SH
6634 ____________________________________________________________________________
6635 [ 11515] By: jhi                                   on 2001/07/31  13:57:15
6636         Log: Metaconfig unit changes for #11514.
6637      Branch: metaconfig
6638            + U/modified/sysman.U
6639            ! U/installdirs/man1dir.U
6640 ____________________________________________________________________________
6641 [ 11514] By: jhi                                   on 2001/07/31  13:56:26
6642         Log: Subject: Configure's detection of system manual
6643              From: Sean Dague <sean@dague.net> 
6644              Date: Sun, 13 May 2001 15:53:15 -0400
6645              Message-ID: <20010513155315.A15833@underhill.dague.net>
6646      Branch: perl
6647            ! Configure
6648 ____________________________________________________________________________
6649 [ 11513] By: jhi                                   on 2001/07/31  03:23:01
6650         Log: Subject: [ID 20010621.004] Typo in perlobj.pod
6651              From: Autrijus Tang <autrijus@autrijus.org> 
6652              Date: Thu, 21 Jun 2001 23:56:48 +0800
6653              Message-Id: <20010621235648.A57340@not.autrijus.org>
6654      Branch: perl
6655            ! pod/perlobj.pod
6656 ____________________________________________________________________________
6657 [ 11512] By: jhi                                   on 2001/07/31  03:13:35
6658         Log: Subject: Typo in DB_File.pm
6659              From: "Philip Newton" <Philip.Newton@gmx.net>
6660              Date: Tue, 31 Jul 2001 06:19:35 +0200
6661              Message-Id: <200107310413.f6V4DmL11900@chaos.wustl.edu>
6662      Branch: perl
6663            ! ext/DB_File/DB_File.pm
6664 ____________________________________________________________________________
6665 [ 11511] By: jhi                                   on 2001/07/31  03:01:49
6666         Log: Subject: Re: [ID 20010529.002] typos in man page perlre 
6667              From: "Stephen P. Potter" <spp@spotter.yi.org>
6668              Date: Wed, 30 May 2001 13:59:34 -0400
6669              Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org>
6670      Branch: perl
6671            ! pod/perlre.pod
6672 ____________________________________________________________________________
6673 [ 11510] By: jhi                                   on 2001/07/31  02:13:58
6674         Log: eval "format foo=" would loop indefinitely; reported in
6675              
6676              Subject: A load of old rubbish
6677              From: Mike Guy <mjtg@cam.ac.uk>
6678              Date: Mon, 14 May 2001 16:12:22 +0100
6679              Message-Id: <E14zK1G-0003a2-00@virgo.cus.cam.ac.uk>
6680              
6681              (The core dumps reported in there already fixed.)
6682      Branch: perl
6683            ! toke.c
6684 ____________________________________________________________________________
6685 [ 11509] By: jhi                                   on 2001/07/31  00:37:49
6686         Log: Upgrade to Switch 2.04, now with Perl 6 given+when.
6687      Branch: perl
6688            + lib/Switch/Changes lib/Switch/README lib/Switch/t/given_when.t
6689            + lib/Switch/t/switch_case.t
6690            - lib/Switch/test.pl
6691            ! MANIFEST lib/Switch.pm
6692 ____________________________________________________________________________
6693 [ 11508] By: jhi                                   on 2001/07/31  00:17:38
6694         Log: Subject: [PATCH @11505] DB_File-1.78
6695              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
6696              Date: Mon, 30 Jul 2001 22:54:37 +0100
6697              Message-ID: <AIEAJICLCBDNAAOLLOKLGELNCLAA.Paul_Marquess@Yahoo.co.uk>
6698      Branch: perl
6699            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
6700            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
6701 ____________________________________________________________________________
6702 [ 11507] By: jhi                                   on 2001/07/30  23:11:10
6703         Log: Explain in more detail why -pipe and -fno-common are good.
6704      Branch: perl
6705            ! hints/darwin.sh
6706 ____________________________________________________________________________
6707 [ 11506] By: nick                                  on 2001/07/30  14:32:23
6708         Log: Integrate mainline
6709      Branch: perlio
6710           !> INSTALL Makefile.SH doio.c hints/darwin.sh
6711 ____________________________________________________________________________
6712 [ 11505] By: jhi                                   on 2001/07/30  14:14:39
6713         Log: Perl hasn't been putting man pages into $prefix/lib for
6714              a long time now; pointed out by Andy Dougherty. 
6715      Branch: perl
6716            ! hints/darwin.sh
6717 ____________________________________________________________________________
6718 [ 11504] By: jhi                                   on 2001/07/30  14:13:15
6719         Log: Document the extras Configure option.
6720      Branch: perl
6721            ! INSTALL
6722 ____________________________________________________________________________
6723 [ 11503] By: jhi                                   on 2001/07/30  13:52:14
6724         Log: Integrate change #11051 from macperl; O_RDONLY is not zero
6725              everywhere.
6726      Branch: perl
6727           !> doio.c
6728 ____________________________________________________________________________
6729 [ 11502] By: jhi                                   on 2001/07/30  13:45:27
6730         Log: Doubly guard against invoking CPAN if no extras defined,
6731              pointed out by H. Merijn Brand.
6732      Branch: perl
6733            ! Makefile.SH
6734 ____________________________________________________________________________
6735 [ 11501] By: pudge                                 on 2001/07/30  12:57:56
6736         Log: Fix O_RDONLY check to check for O_RDONLY.
6737      Branch: maint-5.6/macperl
6738            ! doio.c
6739 ____________________________________________________________________________
6740 [ 11500] By: pudge                                 on 2001/07/30  12:41:11
6741         Log: Integrate miscellaneous changes from maint-5.6/perl.
6742      Branch: maint-5.6/macperl
6743           !> MANIFEST t/TEST t/harness t/pod/testp2pt.pl t/run/runenv.t
6744 ____________________________________________________________________________
6745 [ 11499] By: nick                                  on 2001/07/30  06:52:42
6746         Log: Integrate mainline
6747      Branch: perlio
6748           +> macos/MacPerlTests.cmd macos/xsubpp.patch os2/perlrexx.c
6749           +> win32/sync_ext.pl
6750            - win32/sncfnmcs.pl
6751           !> (integrate 71 files)
6752 ____________________________________________________________________________
6753 [ 11498] By: jhi                                   on 2001/07/30  03:53:34
6754         Log: Update Changes.
6755      Branch: perl
6756            ! Changes patchlevel.h
6757 ____________________________________________________________________________
6758 [ 11497] By: jhi                                   on 2001/07/30  03:45:32
6759         Log: Now Configure -Dextras=Foo::Bar and "make install" will
6760              fetch and install Foo::Bar.
6761      Branch: perl
6762            ! Makefile.SH
6763 ____________________________________________________________________________
6764 [ 11496] By: jhi                                   on 2001/07/30  03:18:28
6765         Log: Metaconfig unit change for #11495.
6766      Branch: metaconfig/U/perl
6767            ! Extras.U
6768 ____________________________________________________________________________
6769 [ 11495] By: jhi                                   on 2001/07/30  03:18:01
6770         Log: extras.make, extras.test, and extras.install make targets.
6771      Branch: perl
6772            ! Configure Makefile.SH
6773 ____________________________________________________________________________
6774 [ 11494] By: jhi                                   on 2001/07/30  01:37:35
6775         Log: Metaconfig unit change for #11493.
6776      Branch: metaconfig/U/perl
6777            ! Extras.U
6778 ____________________________________________________________________________
6779 [ 11493] By: jhi                                   on 2001/07/30  01:37:14
6780         Log: Better to have the list of extras in $extras than 'define'.
6781      Branch: perl
6782            ! Configure
6783 ____________________________________________________________________________
6784 [ 11492] By: jhi                                   on 2001/07/30  01:33:16
6785         Log: The metaconfig unit change for #11490.
6786      Branch: metaconfig/U/perl
6787            + Extras.U
6788 ____________________________________________________________________________
6789 [ 11491] By: jhi                                   on 2001/07/30  01:32:54
6790         Log: Missed from #11490 (the required dependency).
6791      Branch: perl
6792            ! Makefile.SH
6793 ____________________________________________________________________________
6794 [ 11490] By: jhi                                   on 2001/07/30  01:32:02
6795         Log: Add the support of asking for extra modules or bundles of modules
6796              to be fetched from the CPAN and installed as a part of the Perl
6797              build process.  None of this installation is yet really done;
6798              only the list is asked, and saved away in extras.lst for
6799              the build and installation process to worry about later.
6800      Branch: perl
6801            ! Configure
6802 ____________________________________________________________________________
6803 [ 11489] By: jhi                                   on 2001/07/29  22:15:25
6804         Log: Beginnings of better Inf and NaN support.
6805              At least toke.c and sv.c still need quite a bit of work.
6806      Branch: perl
6807            ! numeric.c perl.h
6808 ____________________________________________________________________________
6809 [ 11488] By: jhi                                   on 2001/07/29  21:18:57
6810         Log: Top-level Makefile didn't honour OPTIMIZE.
6811      Branch: perl
6812            ! Makefile.SH
6813 ____________________________________________________________________________
6814 [ 11487] By: jhi                                   on 2001/07/29  20:56:04
6815         Log: Update Changes.
6816      Branch: perl
6817            ! Changes patchlevel.h
6818 ____________________________________________________________________________
6819 [ 11486] By: jhi                                   on 2001/07/29  20:38:09
6820         Log: Use Search::Dict 1.02 interface for charinfo().
6821      Branch: perl
6822            ! lib/UnicodeCD.pm
6823 ____________________________________________________________________________
6824 [ 11485] By: jhi                                   on 2001/07/29  20:37:11
6825         Log: Now also allow transforming the read lines before comparing them.
6826              (This will help UnicodeCD.) 
6827      Branch: perl
6828            ! lib/Search/Dict.pm
6829 ____________________________________________________________________________
6830 [ 11484] By: jhi                                   on 2001/07/29  20:03:13
6831         Log: Remove tiehandle code.
6832      Branch: perl
6833            ! lib/UnicodeCD.pm
6834 ____________________________________________________________________________
6835 [ 11483] By: jhi                                   on 2001/07/29  19:59:02
6836         Log: Allow specifying a comparison function for Search::Dict::look().
6837      Branch: perl
6838            ! lib/Search/Dict.pm
6839 ____________________________________________________________________________
6840 [ 11482] By: jhi                                   on 2001/07/29  18:55:04
6841         Log: Small UnicodeCD tweaks.
6842      Branch: perl
6843            ! lib/UnicodeCD.pm lib/UnicodeCD.t
6844 ____________________________________________________________________________
6845 [ 11481] By: jhi                                   on 2001/07/29  17:14:19
6846         Log: Subject: [PATCH @11446] UnicodeCD::charinfo
6847              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
6848              Date: Tue, 24 Jul 2001 01:51:32 +0900
6849              Message-Id: <20010724015114.CF4D.BQW10602@nifty.com>
6850      Branch: perl
6851            ! lib/UnicodeCD.pm lib/UnicodeCD.t
6852 ____________________________________________________________________________
6853 [ 11480] By: jhi                                   on 2001/07/29  16:55:58
6854         Log: Subject: [PATCH] installperl
6855              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
6856              Date: Fri, 27 Jul 2001 19:05:04 -0700
6857              Message-Id: <F7912758-82FC-11D5-BFC6-003065D59FBA@thor.sbay.org>
6858      Branch: perl
6859            ! installperl
6860 ____________________________________________________________________________
6861 [ 11479] By: jhi                                   on 2001/07/29  16:52:52
6862         Log: Subject: [PATCH] Set proper compatibility versions in core
6863              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
6864              Date: Fri, 27 Jul 2001 20:01:49 -0700
6865              Message-Id: <E3A6C66A-8304-11D5-BFC6-003065D59FBA@thor.sbay.org>
6866      Branch: perl
6867            ! Makefile.SH
6868 ____________________________________________________________________________
6869 [ 11478] By: jhi                                   on 2001/07/29  16:50:55
6870         Log: Metaconfig unit change for #11477.
6871      Branch: metaconfig/U/perl
6872            ! dlsrc.U
6873 ____________________________________________________________________________
6874 [ 11477] By: jhi                                   on 2001/07/29  16:50:35
6875         Log: Subject: [PATCH] Darwin: -fpic not so good
6876              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
6877              Date: Fri, 27 Jul 2001 18:57:38 -0700
6878              Message-Id: <EC1496A6-82FB-11D5-BFC6-003065D59FBA@thor.sbay.org>
6879      Branch: perl
6880            ! Configure
6881 ____________________________________________________________________________
6882 [ 11476] By: jhi                                   on 2001/07/29  16:44:03
6883         Log: Subject: [PATCH] Clean up Darwin hints
6884              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
6885              Date: Fri, 27 Jul 2001 19:13:15 -0700
6886              Message-Id: <1A70CA3F-82FE-11D5-BFC6-003065D59FBA@thor.sbay.org>
6887      Branch: perl
6888            ! hints/darwin.sh
6889 ____________________________________________________________________________
6890 [ 11475] By: jhi                                   on 2001/07/29  16:28:45
6891         Log: Subject: [PATCH split()] split()'s unused captures should be undef, not ''
6892              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
6893              Date: Fri, 27 Jul 2001 14:00:37 -0400 (EDT)
6894              Message-ID: <Pine.GSO.4.21.0107271358310.28213-100000@crusoe.crusoe.net>
6895      Branch: perl
6896            ! pod/perlfunc.pod pp.c t/op/split.t
6897 ____________________________________________________________________________
6898 [ 11474] By: jhi                                   on 2001/07/29  16:27:54
6899         Log: Subject: [PATCH perlvar.pod] $^N foolery as well
6900              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
6901              Date: Thu, 26 Jul 2001 20:03:12 -0400 (EDT)
6902              Message-ID: <Pine.GSO.4.21.0107261958380.28213-100000@crusoe.crusoe.net>
6903      Branch: perl
6904            ! pod/perlvar.pod
6905 ____________________________________________________________________________
6906 [ 11473] By: jhi                                   on 2001/07/29  16:27:00
6907         Log: Subject: [PATCH] fixes to constant.pm documentation
6908              From: Ilmari Karonen <iltzu@sci.fi>
6909              Date: Tue, 24 Jul 2001 16:44:24 +0300 (EET DST)
6910              Message-ID: <Pine.SOL.3.96.1010724163055.6822A-100000@simpukka>
6911      Branch: perl
6912            ! lib/constant.pm
6913 ____________________________________________________________________________
6914 [ 11472] By: jhi                                   on 2001/07/28  18:39:03
6915         Log: Subject: [DOC PATCH bleadperl] perlport.pod and C<..">>"...>
6916              From: "Philip Newton" <Philip.Newton@gmx.net>
6917              Date: Fri, 27 Jul 2001 07:51:10 +0200
6918              Message-Id: <200107270548.f6R5mJL09063@chaos.wustl.edu>
6919      Branch: perl
6920            ! pod/perlport.pod
6921 ____________________________________________________________________________
6922 [ 11471] By: nick                                  on 2001/07/26  06:23:32
6923         Log: Subject:  [PATCH] Doc fix for perlguts / threading
6924              From:  Arthur Bergman <arthur@contiller.se>
6925              Date:  Wed, 25 Jul 2001 11:28:23 +0200
6926              Message-Id:  <B7845DD6.2812%arthur@contiller.se>
6927      Branch: perl
6928            ! pod/perlguts.pod
6929 ____________________________________________________________________________
6930 [ 11470] By: nick                                  on 2001/07/26  06:21:06
6931         Log: Subject:  [DOC PATCH bleadperl] INSTALL: README for Unix systems exist
6932              From:  Philip Newton <Philip.Newton@gmx.net>
6933              Date:  Wed, 25 Jul 2001 08:19:47 +0200
6934              Message-Id:  <E15PHy4-0000cR-00@mserv1f.vianw.co.uk>
6935      Branch: perl
6936            ! INSTALL
6937 ____________________________________________________________________________
6938 [ 11469] By: nick                                  on 2001/07/26  06:20:25
6939         Log: Subject:  [DOC PATCH bleadperl] typo in INSTALL?
6940              From:  Philip Newton <Philip.Newton@gmx.net>
6941              Date:  Wed, 25 Jul 2001 08:12:48 +0200
6942              Message-Id:  <E15PHrJ-00003f-00@mserv1f.vianw.co.uk>
6943      Branch: perl
6944            ! INSTALL
6945 ____________________________________________________________________________
6946 [ 11468] By: jhi                                   on 2001/07/25  01:39:11
6947         Log: More +x.
6948      Branch: perl
6949            ! Porting/makerel
6950 ____________________________________________________________________________
6951 [ 11467] By: jhi                                   on 2001/07/24  16:05:34
6952         Log: Update Changes.
6953      Branch: perl
6954            ! Changes patchlevel.h
6955 ____________________________________________________________________________
6956 [ 11466] By: jhi                                   on 2001/07/24  15:40:28
6957         Log: Subject: [PATCH bleadperl os2/perlrexx.c] my C compiler has no HTML parser
6958              From: "Philip Newton" <Philip.Newton@gmx.net>
6959              Date: Tue, 24 Jul 2001 06:45:55 +0200
6960              Message-ID: <20010724.064500@ID-11583.news.dfncis.de>
6961      Branch: perl
6962            ! os2/perlrexx.c
6963 ____________________________________________________________________________
6964 [ 11465] By: jhi                                   on 2001/07/24  15:37:48
6965         Log: Subject: [PATCH: perl@11446] add io/fs.t to vmsperl test suite
6966              From: Peter Prymmer <pvhp@forte.com>
6967              Date: Mon, 23 Jul 2001 16:58:30 -0700 (PDT)
6968              Message-ID: <Pine.OSF.4.10.10107231643480.401242-100000@aspara.forte.com>
6969      Branch: perl
6970            ! pod/perlport.pod t/io/fs.t vms/test.com
6971 ____________________________________________________________________________
6972 [ 11464] By: jhi                                   on 2001/07/24  02:58:20
6973         Log: Workaround on Cwd bootstrap problem.
6974      Branch: perl
6975            ! lib/ExtUtils/MakeMaker.pm
6976 ____________________________________________________________________________
6977 [ 11463] By: jhi                                   on 2001/07/23  23:11:41
6978         Log: When in Rome, quote like the Romans do.
6979      Branch: perl
6980            ! cflags.SH
6981 ____________________________________________________________________________
6982 [ 11462] By: jhi                                   on 2001/07/23  23:04:02
6983         Log: Subject: [PATCH 5.7.2] OS/2 multi-architecture
6984              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6985              Date: Mon, 23 Jul 2001 19:29:49 -0400
6986              Message-ID: <20010723192949.A14802@math.ohio-state.edu>
6987      Branch: perl
6988            + os2/perlrexx.c
6989            ! MANIFEST configpm makedef.pl mg.c os2/Makefile.SHs
6990            ! os2/OS2/REXX/t/rx_vrexx.t os2/os2.c os2/os2ish.h perl.c
6991            ! t/op/write.t
6992 ____________________________________________________________________________
6993 [ 11461] By: jhi                                   on 2001/07/23  22:58:15
6994         Log: Subject: [PATCH 5.7.2] MakeMaker FIRST_MAKEFILE and subdir
6995              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6996              Date: Mon, 23 Jul 2001 18:43:42 -0400
6997              Message-ID: <20010723184342.A14494@math.ohio-state.edu>
6998      Branch: perl
6999            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
7000 ____________________________________________________________________________
7001 [ 11460] By: jhi                                   on 2001/07/23  22:54:52
7002         Log: Subject: [PATCH 5.7.2] MakeMaker subdir
7003              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7004              Date: Mon, 23 Jul 2001 18:33:16 -0400
7005              Message-ID: <20010723183316.A14298@math.ohio-state.edu>
7006      Branch: perl
7007            ! lib/ExtUtils/MakeMaker.pm
7008 ____________________________________________________________________________
7009 [ 11459] By: jhi                                   on 2001/07/23  22:52:02
7010         Log: Subject: [PATCH 5.7.2] OPTIMIZE= during perl make
7011              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7012              Date: Mon, 23 Jul 2001 18:20:35 -0400
7013              Message-ID: <20010723182035.A14192@math.ohio-state.edu>
7014      Branch: perl
7015            ! Makefile.SH cflags.SH
7016 ____________________________________________________________________________
7017 [ 11458] By: jhi                                   on 2001/07/23  22:41:19
7018         Log: Subject: [PATCH] Print CONFIGURE params in ExtUtils::MakeMaker output
7019              From: "David D. Kilzer" <ddkilzer@lubricants-oil.com>
7020              Date: Mon, 23 Jul 2001 11:32:17 -0500
7021              Message-ID: <20010723113217.A28614@elbonia.lubricants-oil.com>
7022      Branch: perl
7023            ! lib/ExtUtils/MakeMaker.pm
7024 ____________________________________________________________________________
7025 [ 11457] By: jhi                                   on 2001/07/23  21:22:36
7026         Log: Subject: [PATCH 5.7.2] debug reloading selfloaded stuff
7027              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7028              Date: Mon, 23 Jul 2001 18:13:20 -0400
7029              Message-ID: <20010723181320.A14005@math.ohio-state.edu>
7030      Branch: perl
7031            ! lib/perl5db.pl
7032 ____________________________________________________________________________
7033 [ 11456] By: jhi                                   on 2001/07/23  21:19:28
7034         Log: Subject: [PATCH 5.7.2] debugging selfloaded stuff
7035              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7036              Date: Mon, 23 Jul 2001 18:07:40 -0400
7037              Message-ID: <20010723180740.A13960@math.ohio-state.edu>
7038      Branch: perl
7039            ! op.c
7040 ____________________________________________________________________________
7041 [ 11455] By: jhi                                   on 2001/07/23  21:13:12
7042         Log: Subject: [PATCH perl@11446] util.c: return required in Perl_my_fork
7043              From: "Craig A. Berry" <craigberry@mac.com>
7044              Date: Mon, 23 Jul 2001 15:35:06 -0500
7045              Message-Id: <5.1.0.14.0.20010723152732.02ad4470@exchi01>
7046      Branch: perl
7047            ! util.c
7048 ____________________________________________________________________________
7049 [ 11454] By: jhi                                   on 2001/07/23  21:09:13
7050         Log: Subject: [PATCH perlfaq9.pod typo]
7051              From: "Larry Shatzer, Jr." <lshatzer@islanddata.com>
7052              Date: Mon, 23 Jul 2001 07:49:05 -0700
7053              Message-ID: <002f01c11386$a8539580$bb01a8c0@LSHATZER>
7054      Branch: perl
7055            ! pod/perlfaq9.pod
7056 ____________________________________________________________________________
7057 [ 11453] By: jhi                                   on 2001/07/23  21:06:42
7058         Log: Subject: win32\sncfnmcs.pl corrections
7059              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
7060              Date: Mon, 23 Jul 2001 12:56:54 +0200
7061              Message-ID: <E3FB32585BF1D411B9E900805FF51A080C1C5D@RU0022EXCH001U>
7062              
7063              Rename the script a little bit more sensibly.
7064      Branch: perl
7065            + win32/sync_ext.pl
7066            - win32/sncfnmcs.pl
7067            ! MANIFEST README.win32
7068 ____________________________________________________________________________
7069 [ 11452] By: jhi                                   on 2001/07/23  17:22:37
7070         Log: Test tweak.
7071      Branch: perl
7072            ! ext/B/Deparse.t
7073 ____________________________________________________________________________
7074 [ 11451] By: jhi                                   on 2001/07/23  17:10:52
7075         Log: Metaconfig unit tweak for #11450.
7076      Branch: metaconfig/U/perl
7077            ! Mksymlinks.U
7078 ____________________________________________________________________________
7079 [ 11450] By: jhi                                   on 2001/07/23  17:09:46
7080         Log: Too volatile failsafe check.
7081      Branch: perl
7082            ! Configure
7083 ____________________________________________________________________________
7084 [ 11449] By: jhi                                   on 2001/07/23  16:53:59
7085         Log: Further doc tweaks.
7086      Branch: perl
7087            ! lib/UnicodeCD.pm
7088 ____________________________________________________________________________
7089 [ 11448] By: jhi                                   on 2001/07/23  05:26:50
7090         Log: Doc tweaks.
7091      Branch: perl
7092            ! lib/UnicodeCD.pm
7093 ____________________________________________________________________________
7094 [ 11447] By: jhi                                   on 2001/07/23  04:57:49
7095         Log: Doc tweakery from Abhijit.
7096      Branch: perl
7097            ! Porting/repository.pod
7098 ____________________________________________________________________________
7099 [ 11446] By: jhi                                   on 2001/07/22  15:41:02
7100         Log: An accidental empty line.
7101      Branch: perl
7102            ! MANIFEST
7103 ____________________________________________________________________________
7104 [ 11445] By: jhi                                   on 2001/07/22  15:38:30
7105         Log: Missing MANIFESTations.
7106      Branch: perl
7107            ! MANIFEST
7108 ____________________________________________________________________________
7109 [ 11444] By: jhi                                   on 2001/07/22  15:30:10
7110         Log: Update Changes.
7111      Branch: perl
7112            ! Changes patchlevel.h
7113 ____________________________________________________________________________
7114 [ 11443] By: jhi                                   on 2001/07/22  15:02:11
7115         Log: Subject: Re: Typo in Porting/pumpkin/pod ?
7116              From: Mike Guy <mjtg@cam.ac.uk>
7117              Date: Fri, 20 Jul 2001 16:12:49 +0100
7118              Message-Id: <E15NbxR-0006HD-00@draco.cus.cam.ac.uk>
7119      Branch: perl
7120            ! Porting/pumpkin.pod
7121 ____________________________________________________________________________
7122 [ 11442] By: jhi                                   on 2001/07/22  14:58:33
7123         Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
7124              From: Peter Prymmer <pvhp@forte.com>
7125              Date: Fri, 20 Jul 2001 17:04:55 -0700 (PDT)
7126              Message-ID: <Pine.OSF.4.10.10107201650510.144528-100000@aspara.forte.com>
7127      Branch: perl
7128            ! pod/perlhack.pod
7129 ____________________________________________________________________________
7130 [ 11441] By: jhi                                   on 2001/07/22  14:54:29
7131         Log: Subject: [PATCH Test.pm] Getting rid of the expected "UNEXPECTEDLY SUCCEEDED"
7132              From: Michael G Schwern <schwern@pobox.com>
7133              Date: Fri, 20 Jul 2001 20:22:35 -0400
7134              Message-ID: <20010720202235.O4498@blackrider>
7135      Branch: perl
7136            ! lib/Test.pm lib/Test/t/mix.t lib/Test/t/success.t
7137            ! lib/Test/t/todo.t
7138 ____________________________________________________________________________
7139 [ 11440] By: jhi                                   on 2001/07/22  14:51:14
7140         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
7141              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
7142              Message-Id: <200107210559.WAA09160@ventrue.corp.yahoo.com>
7143              Date: Fri, 20 Jul 2001 22:59:25 -0700 (PDT)
7144      Branch: perl
7145            ! ext/POSIX/POSIX.pod
7146 ____________________________________________________________________________
7147 [ 11439] By: jhi                                   on 2001/07/22  14:49:25
7148         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]? 
7149              From: Mark-Jason Dominus <mjd@plover.com>
7150              Date: Fri, 20 Jul 2001 23:16:54 -0400
7151              Message-ID: <20010721031654.21877.qmail@plover.com>
7152      Branch: perl
7153            ! ext/POSIX/POSIX.pod
7154 ____________________________________________________________________________
7155 [ 11438] By: jhi                                   on 2001/07/22  14:41:58
7156         Log: Subject: Re: [PATCH O.pm] avoid to clutter output with -l
7157              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7158              Date: Sun, 22 Jul 2001 14:56:09 +0200
7159              Message-ID: <20010722145609.A766@rafael>
7160      Branch: perl
7161            ! ext/B/O.pm
7162 ____________________________________________________________________________
7163 [ 11437] By: jhi                                   on 2001/07/22  14:39:07
7164         Log: Subject: regexec.c #define cleanup
7165              From: Mark-Jason Dominus <mjd@plover.com>
7166              Date: Sat, 21 Jul 2001 18:33:25 -0400
7167              Message-ID: <20010721223325.3069.qmail@plover.com>
7168      Branch: perl
7169            ! regexec.c
7170 ____________________________________________________________________________
7171 [ 11436] By: jhi                                   on 2001/07/22  14:36:43
7172         Log: Subject: [PATCH: perl@11373] Win32 update for t/io/fs.t (may effect NetWare)
7173              From: Prymmer/Kahn <pvhp@best.com>
7174              Date: Sat, 21 Jul 2001 12:08:29 -0700 (PDT)
7175              Message-ID: <Pine.BSF.4.21.0107211156160.17271-100000@shell8.ba.best.com>
7176      Branch: perl
7177            ! t/io/fs.t
7178 ____________________________________________________________________________
7179 [ 11435] By: jhi                                   on 2001/07/22  00:22:51
7180         Log: Typo in #11432.
7181      Branch: perl
7182            ! ext/POSIX/POSIX.t
7183 ____________________________________________________________________________
7184 [ 11434] By: jhi                                   on 2001/07/21  23:12:26
7185         Log: Integrate (manually) change #11424 from macperl.
7186      Branch: perl
7187            ! ext/Filter/t/call.t
7188 ____________________________________________________________________________
7189 [ 11433] By: jhi                                   on 2001/07/21  23:07:43
7190         Log: Integrate change #11408 from macperl.
7191      Branch: perl
7192           !> README.macos pod/perlport.pod
7193 ____________________________________________________________________________
7194 [ 11432] By: jhi                                   on 2001/07/21  23:02:30
7195         Log: Integrate change #11388 from macperl (the *.t parts needed hand massage).
7196      Branch: perl
7197           +> macos/MacPerlTests.cmd macos/xsubpp.patch
7198            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
7199            ! ext/DB_File/t/db-recno.t ext/NDBM_File/ndbm.t
7200            ! ext/POSIX/POSIX.t
7201 ____________________________________________________________________________
7202 [ 11431] By: gsar                                  on 2001/07/21  05:03:44
7203         Log: pod/*.t tests not picked up by t/TEST either
7204      Branch: maint-5.6/perl
7205            ! t/TEST
7206 ____________________________________________________________________________
7207 [ 11430] By: gsar                                  on 2001/07/21  04:58:12
7208         Log: better tweak for change#11429 (windows has both / and \ separated
7209              paths in @INC at that point)
7210      Branch: maint-5.6/perl
7211            ! t/pod/testp2pt.pl
7212 ____________________________________________________________________________
7213 [ 11429] By: gsar                                  on 2001/07/21  04:41:15
7214         Log: MacOS pod test tweak needs \Escape
7215      Branch: maint-5.6/perl
7216            ! t/pod/testp2pt.pl
7217 ____________________________________________________________________________
7218 [ 11428] By: gsar                                  on 2001/07/21  04:39:34
7219         Log: run/runenv.t needs fflushNULL sanity (t/TEST is too dumb to detect
7220              resulting duplicate output, but t/harness isn't)
7221      Branch: maint-5.6/perl
7222            ! t/run/runenv.t
7223 ____________________________________________________________________________
7224 [ 11427] By: gsar                                  on 2001/07/21  04:37:26
7225         Log: t/harness wasn't picking up all the tests
7226      Branch: maint-5.6/perl
7227            ! t/harness
7228 ____________________________________________________________________________
7229 [ 11426] By: gsar                                  on 2001/07/21  04:09:26
7230         Log: update MANIFEST for new file
7231      Branch: maint-5.6/perl
7232            ! MANIFEST
7233 ____________________________________________________________________________
7234 [ 11425] By: gsar                                  on 2001/07/21  04:07:46
7235         Log: integrate maint-5.6/macperl changes into maint-5.6/perl, with
7236              the exception of the macperl/macos/... tree
7237      Branch: maint-5.6/perl
7238           +> t/lib/filefind-taint.t
7239           !> (integrate 72 files)
7240 ____________________________________________________________________________
7241 [ 11424] By: pudge                                 on 2001/07/20  18:55:25
7242         Log: Fix test.
7243      Branch: maint-5.6/macperl
7244            ! macos/bundled_ext/Filter/t/call.t
7245 ____________________________________________________________________________
7246 [ 11423] By: gsar                                  on 2001/07/20  18:38:48
7247         Log: Make perl fork()-safe (in a slightly limited way) even on
7248              platforms that don't have pthread_atfork() (extension of
7249              the fix in change#11151).
7250              
7251              Note that this will not help extensions that call fork()
7252              directly in C, or that link to libraries that call fork()
7253              directly.  Such cases must be fixed to either call
7254              PerlProc_fork(), or call atfork_lock() in parent before the
7255              calling the function that forks and call atfork_unlock()
7256              in both parent and child immediately after the fork().
7257              (There are no worries if C code calls exec() in the child
7258              immediately after a fork().  Only cases where the child
7259              calls perl's API functions (including New()) after the
7260              fork() are problematic.)
7261              
7262              This change also eliminates the use of vfork() from perl,
7263              since all such uses were violating the severe restrictions
7264              on modifying the state of the process between the vfork()
7265              and the exec().
7266              
7267              This is a modified version of patches suggested by Abhijit
7268              Menon-Sen and Richard Soderberg.
7269      Branch: perl
7270            ! embed.h embed.pl global.sym iperlsys.h miniperlmain.c
7271            ! objXSUB.h perl.c perlapi.c pp_sys.c proto.h thread.h util.c
7272 ____________________________________________________________________________
7273 [ 11422] By: pudge                                 on 2001/07/20  18:16:37
7274         Log: Add Filter::Util::Call, Class::ISA, Digest, Filter::Simple,
7275              Switch, and Text::Balanced.
7276      Branch: maint-5.6/macperl
7277            + macos/bundled_ext/Filter/Util/Call/Call.pm
7278            + macos/bundled_ext/Filter/Util/Call/Call.xs
7279            + macos/bundled_ext/Filter/Util/Call/Makefile.PL
7280            + macos/bundled_ext/Filter/t/MyFilter.pm
7281            + macos/bundled_ext/Filter/t/call.t
7282            + macos/bundled_ext/Filter/t/filter-util.pl
7283            + macos/bundled_lib/blib/lib/Class/ISA.pm
7284            + macos/bundled_lib/blib/lib/Digest.pm
7285            + macos/bundled_lib/blib/lib/Filter/Simple.pm
7286            + macos/bundled_lib/blib/lib/Switch.pm
7287            + macos/bundled_lib/blib/lib/Text/Balanced.pm
7288            + macos/bundled_lib/blib/lib/Text/Balanced.pod
7289            + macos/bundled_lib/t/Class/ISA/test.pl
7290            + macos/bundled_lib/t/Digest/Digest.t
7291            + macos/bundled_lib/t/Filter/Simple/test.pl
7292            + macos/bundled_lib/t/Switch/test.pl
7293            + macos/bundled_lib/t/Text/Balanced/t/genxt.t
7294            + macos/bundled_lib/t/Text/Balanced/t/xbrak.t
7295            + macos/bundled_lib/t/Text/Balanced/t/xcode.t
7296            + macos/bundled_lib/t/Text/Balanced/t/xdeli.t
7297            + macos/bundled_lib/t/Text/Balanced/t/xmult.t
7298            + macos/bundled_lib/t/Text/Balanced/t/xquot.t
7299            + macos/bundled_lib/t/Text/Balanced/t/xtagg.t
7300            + macos/bundled_lib/t/Text/Balanced/t/xvari.t
7301 ____________________________________________________________________________
7302 [ 11421] By: pudge                                 on 2001/07/20  18:03:28
7303         Log: Add Filter::Util::Call to config/make files; edit utils
7304              to recognize the module (it was descended too far down).
7305              Bump version to 5.6.1a4.
7306      Branch: maint-5.6/macperl
7307            ! macos/InstallBLIB macos/MPVersion.r macos/Makefile.mk
7308            ! macos/config.sh macos/lib/ExtUtils/MM_MacOS.pm
7309            ! macos/macperl/Makefile.mk macos/xsubpp.patch
7310 ____________________________________________________________________________
7311 [ 11420] By: pudge                                 on 2001/07/20  18:02:05
7312         Log: Make DB_File the default for MLDBM on MacOS.
7313      Branch: maint-5.6/macperl
7314            ! macos/bundled_lib/blib/lib/MLDBM.pm
7315 ____________________________________________________________________________
7316 [ 11419] By: nick                                  on 2001/07/20  14:51:03
7317         Log: Subject:  [PATCH UnicodeCD.pm] Fix erronous documentation
7318              From:  Simon Cozens <simon@netthink.co.uk>
7319              Date:  Fri, 20 Jul 2001 11:42:35 -0400
7320              Message-Id:  <20010720114235.A5235@netthink.co.uk>
7321      Branch: perl
7322            ! lib/UnicodeCD.pm
7323 ____________________________________________________________________________
7324 [ 11418] By: nick                                  on 2001/07/20  14:48:12
7325         Log: Subject:  [PATCH regcomp.h] adds a comment
7326              From:  Abhijit Menon-Sen <ams@wiw.org>
7327              Date:  Fri, 20 Jul 2001 21:05:37 +0530
7328              Message-Id:  <20010720210537.A7678@lustre.dyn.wiw.org>
7329      Branch: perl
7330            ! regcomp.h
7331 ____________________________________________________________________________
7332 [ 11417] By: nick                                  on 2001/07/20  14:16:38
7333         Log: Subject:  [PATCH 5.7.2] INSTALL updates
7334              From:  Andy Dougherty <doughera@lafayette.edu>
7335              Date:  Fri, 20 Jul 2001 11:01:40 -0400 (EDT)
7336              Message-Id:  <Pine.SOL.4.10.10107201059510.16494-100000@maxwell.phys.lafayette.edu>
7337      Branch: perl
7338            ! INSTALL
7339 ____________________________________________________________________________
7340 [ 11416] By: nick                                  on 2001/07/20  06:44:44
7341         Log: Subject:  Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
7342              From:  Russ Allbery <rra@stanford.edu>
7343              Date:  19 Jul 2001 15:52:37 -0700
7344              Message-Id:  <ylvgko4jm2.fsf@windlord.stanford.edu>
7345      Branch: perl
7346            ! lib/Pod/Man.pm
7347 ____________________________________________________________________________
7348 [ 11415] By: nick                                  on 2001/07/20  06:35:11
7349         Log: Subject:  [PATCH] defer op_seq allocation
7350              From:  Abhijit Menon-Sen <ams@wiw.org>
7351              Date:  Thu, 19 Jul 2001 22:12:24 +0530
7352              Message-Id:  <20010719221224.A13786@lustre.dyn.wiw.org>
7353      Branch: perl
7354            ! op.c
7355 ____________________________________________________________________________
7356 [ 11414] By: nick                                  on 2001/07/20  06:23:36
7357         Log: Subject:  [PATCH] prototype for Time::HiRes::sleep()
7358              From:  Abhijit Menon-Sen <ams@wiw.org>
7359              Date:  Fri, 20 Jul 2001 01:18:50 +0530
7360              Message-Id:  <20010720011850.A19650@lustre.dyn.wiw.org>
7361              (Private e-mail)
7362      Branch: perl
7363            ! ext/Time/HiRes/HiRes.xs
7364 ____________________________________________________________________________
7365 [ 11413] By: nick                                  on 2001/07/20  06:18:53
7366         Log: Integrate mainline
7367      Branch: perlio
7368           +> ext/Encode/Encode/euc-jp-0212.enc t/lib/commonsense.t
7369            - t/base/commonsense.t
7370           !> MANIFEST doio.c ext/B/B/Deparse.pm ext/Encode/Encode/Tcl.pm
7371           !> ext/POSIX/POSIX.t ext/Time/HiRes/HiRes.xs gv.c hints/darwin.sh
7372           !> hints/rhapsody.sh numeric.c pod/perlfunc.pod pod/perlhack.pod
7373           !> pod/perlre.pod pp_sys.c sv.c t/README t/op/arith.t
7374           !> t/op/sprintf.t thread.h utils/h2xs.PL win32/perlhost.h
7375           !> win32/win32.c
7376 ____________________________________________________________________________
7377 [ 11412] By: nick                                  on 2001/07/19  06:44:27
7378         Log: Integrate win32/perlhost.h from maintenance branch.
7379              (Rest of $ENV{PATH} / system() fix.)
7380      Branch: perl
7381           !> win32/perlhost.h
7382 ____________________________________________________________________________
7383 [ 11411] By: nick                                  on 2001/07/19  06:41:34
7384         Log: Subject:  [DOC PATCH bleadperl] its vs it's in perlhack.pod
7385              From:  Philip Newton <Philip.Newton@gmx.net>
7386              Date:  Wed, 18 Jul 2001 21:43:57 +0200
7387              Message-Id:  <E15Mx9y-0007Oz-00@mserv1b.vianw.co.uk>
7388      Branch: perl
7389            ! pod/perlhack.pod
7390 ____________________________________________________________________________
7391 [ 11410] By: nick                                  on 2001/07/19  06:39:35
7392         Log: Subject:  Security hole in taint checking in open()
7393              From:  deekoo@tentacle.net
7394              Date:  Thu, 19 Jul 2001 00:03:46 -0700 (PDT)
7395              Message-Id:  <Pine.LNX.4.33.0107182248330.11996-100000@chaos.tentacle.net>
7396      Branch: perl
7397            ! doio.c
7398 ____________________________________________________________________________
7399 [ 11409] By: nick                                  on 2001/07/19  06:28:08
7400         Log: Subject:  [PATCH] Re: Time::HiRes qw(sleep) fails
7401              From:  Abhijit Menon-Sen <ams@wiw.org>
7402              Date:  Thu, 19 Jul 2001 04:30:43 +0530
7403              Message-Id:  <20010719043043.A10327@lustre.dyn.wiw.org>
7404      Branch: perl
7405            ! ext/Time/HiRes/HiRes.xs
7406 ____________________________________________________________________________
7407 [ 11408] By: pudge                                 on 2001/07/19  03:27:36
7408         Log: Update docs with latest implementation information and new URLs.
7409      Branch: maint-5.6/macperl
7410            ! README.macos pod/perlport.pod
7411 ____________________________________________________________________________
7412 [ 11407] By: pudge                                 on 2001/07/19  02:35:46
7413         Log: Add Time::HiRes, and add default Makefile.mk for Digest::MD5.
7414              Fix BuildRules to accept optimization variables.
7415      Branch: maint-5.6/macperl
7416            + macos/bundled_ext/Digest/MD5/Makefile.mk
7417            ! macos/BuildRules.mk macos/Makefile.mk
7418            ! macos/bundled_ext/Time/HiRes/HiRes.xs macos/config.sh
7419            ! macos/macish.c macos/macish.h macos/macperl/Makefile.mk
7420 ____________________________________________________________________________
7421 [ 11406] By: pudge                                 on 2001/07/19  01:11:39
7422         Log: Integrate changes 11399,11401
7423      Branch: maint-5.6/macperl
7424           !> win32/perlhost.h win32/win32.c
7425 ____________________________________________________________________________
7426 [ 11405] By: nick                                  on 2001/07/18  06:50:33
7427         Log: Integrate Sarathy's Win32 $ENV{'PATH'}/system fixes (11399, 11400)
7428              from perl5.6*
7429      Branch: perl
7430           !> win32/perlhost.h win32/win32.c
7431 ____________________________________________________________________________
7432 [ 11404] By: nick                                  on 2001/07/18  06:43:59
7433         Log: Subject:  Re: Perl 5.7.2 Has Been Released 
7434              From:  hv@crypt0.demon.co.uk
7435              Date:  Wed, 18 Jul 2001 05:58:46 +0100
7436              Message-Id:  <200107180458.f6I4wlJ19966@crypt0.demon.co.uk>
7437      Branch: perl
7438            ! ext/POSIX/POSIX.t
7439 ____________________________________________________________________________
7440 [ 11403] By: nick                                  on 2001/07/18  06:38:57
7441         Log: Subject:  Re: [ID 20010716.005] numeric conversions in 5.7.[12] changed from perl5.6.1 (leading whitespace) 
7442              From:  hv@crypt0.demon.co.uk
7443              Date:  Wed, 18 Jul 2001 05:21:54 +0100
7444              Message-Id:  <200107180421.f6I4Ltc00987@crypt0.demon.co.uk>
7445      Branch: perl
7446            ! numeric.c t/op/arith.t
7447 ____________________________________________________________________________
7448 [ 11402] By: nick                                  on 2001/07/18  06:19:17
7449         Log: Subject:  Doc patch: perlre should mention perlrequick and perlretut
7450              From:  mjd@plover.com
7451              Date:  17 Jul 2001 17:59:20 -0000
7452              Message-Id:  <20010717175920.8177.qmail@plover.com>
7453      Branch: perl
7454            ! pod/perlre.pod
7455 ____________________________________________________________________________
7456 [ 11401] By: gsar                                  on 2001/07/17  21:31:31
7457         Log: thinko in change#11400 (duh)
7458      Branch: maint-5.6/perl
7459            ! win32/perlhost.h
7460 ____________________________________________________________________________
7461 [ 11400] By: gsar                                  on 2001/07/17  19:46:34
7462         Log: change#11399 revealed another unrelated bug; this is just a temporary
7463              bandaid
7464      Branch: maint-5.6/perl
7465            ! win32/perlhost.h
7466 ____________________________________________________________________________
7467 [ 11399] By: gsar                                  on 2001/07/17  19:11:57
7468         Log: fix bugs in handling of the virtualized environment under windows;
7469              there were bugs in propagating any changes to %ENV down to the real
7470              environment when such changes happened in the toplevel process
7471              (thanks to Johan Holmberg <holmberg@iar.se> for the excellent
7472              problem identification, and for a part of the fix)
7473      Branch: maint-5.6/perl
7474            ! win32/perlhost.h win32/win32.c
7475 ____________________________________________________________________________
7476 [ 11398] By: nick                                  on 2001/07/17  08:26:35
7477         Log: Subject: Re: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
7478              From: Peter Prymmer <pvhp@forte.com>
7479              Date: Mon, 16 Jul 2001 16:43:14 -0700 (PDT)
7480              Message-Id: <Pine.OSF.4.10.10107161631300.464972-100000@aspara.forte.com>
7481              
7482              Move t/base/commonsense.t to t/lib/commonsense.t - base tests
7483              should not depend on existance of Config.pm
7484      Branch: perl
7485           +> t/lib/commonsense.t
7486            - t/base/commonsense.t
7487            ! MANIFEST t/README
7488 ____________________________________________________________________________
7489 [ 11397] By: nick                                  on 2001/07/17  08:09:58
7490         Log: Subject:  [PATCH pod/perlhack.pod] Sections on writing tests & patching core mods
7491              From:  Michael G Schwern <schwern@pobox.com>
7492              Date:  Mon, 16 Jul 2001 18:20:31 -0400
7493              Message-Id:  <20010716182031.A1128@blackrider>
7494      Branch: perl
7495            ! pod/perlhack.pod
7496 ____________________________________________________________________________
7497 [ 11396] By: nick                                  on 2001/07/17  08:04:11
7498         Log: Subject:  [PATCH perlfunc.pod] make printf refer to sprintf
7499              From:  Gwyn Judd <b.judd@xtra.co.nz>
7500              Date:  Tue, 17 Jul 2001 20:55:58 +1200
7501              Message-Id:  <20010717205558.A3107@thislove>
7502      Branch: perl
7503            ! pod/perlfunc.pod
7504 ____________________________________________________________________________
7505 [ 11395] By: nick                                  on 2001/07/17  08:02:22
7506         Log: Subject:  [PATCH: perl@11373] fix t/op/sprintf.t to not load %Config
7507              From:  Peter Prymmer <pvhp@forte.com>
7508              Date:  Mon, 16 Jul 2001 15:48:33 -0700 (PDT)
7509              Message-Id:  <Pine.OSF.4.10.10107161543400.464972-100000@aspara.forte.com>
7510      Branch: perl
7511            ! t/op/sprintf.t
7512 ____________________________________________________________________________
7513 [ 11394] By: nick                                  on 2001/07/17  07:57:06
7514         Log: Subject:  Re: [PATCH gv.c] allow ${"1f"} to be non-regex var 
7515              From:  Jeff 'Japhy' Pinyan <jeffp@crusoe.net>
7516              Date:  Mon, 16 Jul 2001 18:46:53 -0400 (EDT)
7517              Message-Id:  <Pine.GSO.4.21.0107161829390.1405-100000@crusoe.crusoe.net>
7518      Branch: perl
7519            ! gv.c
7520 ____________________________________________________________________________
7521 [ 11392] By: nick                                  on 2001/07/17  07:50:12
7522         Log: Subject:  [PATCH] fix PTHREAD_ATFORK croaking too early, too often
7523              From:  Coral <coral@moonlight.crystalflame.net>
7524              Date:  Mon, 16 Jul 2001 14:25:19 -0700 (PDT)
7525              Message-Id:  <200107162125.f6GLPJ345261@moonlight.crystalflame.net>
7526      Branch: perl
7527            ! pp_sys.c thread.h
7528 ____________________________________________________________________________
7529 [ 11391] By: nick                                  on 2001/07/17  07:34:28
7530         Log: Subject:  Re: [PATCH h2xs.PL ] use Test::More where appropriate (was Re:   
7531              From:  Jonathan Stowe <gellyfish@gellyfish.com>
7532              Date:  Mon, 16 Jul 2001 18:31:21 +0100 (BST)
7533              Message-Id:  <Pine.LNX.4.33.0107161827570.15520-100000@orpheus.gellyfish.com>
7534      Branch: perl
7535            ! utils/h2xs.PL
7536 ____________________________________________________________________________
7537 [ 11390] By: pudge                                 on 2001/07/16  23:54:44
7538         Log: Add in List::Util, Memoize, NEXT, and a bunch of tests for other
7539              modules.  Also added Mac::BuildTools, Mac::AppleEvents::Simple,
7540              and Mac::Apps::Launch, which don't work, and Time::HiRes and
7541              Time::Piece, which don't yet work.
7542      Branch: maint-5.6/macperl
7543            + (add 154 files)
7544 ____________________________________________________________________________
7545 [ 11389] By: pudge                                 on 2001/07/16  23:13:10
7546         Log: Fix %ENV to be tainted [SF bug #231848, Thomas Wegner].
7547              Also add hack to get around missing setenv for PERL5DB.
7548      Branch: maint-5.6/macperl
7549            ! macos/macish.c macos/macish.h
7550 ____________________________________________________________________________
7551 [ 11388] By: pudge                                 on 2001/07/16  23:11:26
7552         Log: Fix DB_File, and patch tests for it, and NDBM_File, and POSIX.
7553      Branch: maint-5.6/macperl
7554            ! macos/MacPerlTests.cmd macos/xsubpp.patch t/lib/db-btree.t
7555            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/ndbm.t t/lib/posix.t
7556 ____________________________________________________________________________
7557 [ 11387] By: pudge                                 on 2001/07/16  23:05:12
7558         Log: Fix up some configuration and make options, add extra
7559              extensions.
7560      Branch: maint-5.6/macperl
7561            ! macos/ExtBuildRules.mk macos/Makefile.mk macos/config.sh
7562            ! macos/macperl/Makefile.mk
7563 ____________________________________________________________________________
7564 [ 11386] By: pudge                                 on 2001/07/16  21:22:32
7565         Log: From Change 11374 in maintperl.
7566      Branch: maint-5.6/macperl
7567           !> utils/h2ph.PL
7568 ____________________________________________________________________________
7569 [ 11385] By: nick                                  on 2001/07/16  14:12:58
7570         Log: Back out change to h2xs till it passes its test.
7571      Branch: perl
7572            ! utils/h2xs.PL
7573 ____________________________________________________________________________
7574 [ 11384] By: nick                                  on 2001/07/16  14:00:10
7575         Log: Subject:  [PATCH h2xs.PL ] use Test::More where appropriate (was Re: [PATCH]
7576              From:  Jonathan Stowe <gellyfish@gellyfish.com>
7577              Date:  Mon, 16 Jul 2001 08:37:05 +0100 (BST)
7578              Message-Id:  <Pine.LNX.4.33.0107160830480.9915-100000@orpheus.gellyfish.com>
7579      Branch: perl
7580            ! utils/h2xs.PL
7581 ____________________________________________________________________________
7582 [ 11383] By: nick                                  on 2001/07/16  13:53:12
7583         Log: Subject:  [PATCH hints/darwin.sh] Don't override user-specified optimize flag
7584              From:  Robin Houston <robin@kitsite.com>
7585              Date:  Sun, 15 Jul 2001 18:22:31 +0100
7586              Message-Id:  <20010715182230.A11174@robin>
7587      Branch: perl
7588            ! hints/darwin.sh
7589 ____________________________________________________________________________
7590 [ 11382] By: nick                                  on 2001/07/16  13:52:49
7591         Log: Subject:  [PATCH perl@11372] re_dup
7592              From:  Radu Greab <radu@netsoft.ro>
7593              Date:  Sun, 15 Jul 2001 04:50:06 +0300
7594              Message-Id:  <15184.63182.656988.340591@ix.netsoft.ro>
7595      Branch: perl
7596            ! sv.c
7597 ____________________________________________________________________________
7598 [ 11379] By: nick                                  on 2001/07/16  13:35:39
7599         Log: Subject:  [PATCH B::Deparse] formats can't contain formats
7600              From:  Robin Houston <robin@kitsite.com>
7601              Date:  Sat, 14 Jul 2001 14:28:50 +0100
7602              Message-Id:  <20010714142850.A10205@robin>
7603      Branch: perl
7604            ! ext/B/B/Deparse.pm
7605 ____________________________________________________________________________
7606 [ 11378] By: nick                                  on 2001/07/16  13:30:36
7607         Log: Subject:  [PATCH @11359] Encode::Tcl.pm, EUC-JP with jis-x0212
7608              From:  Sadahiro Tomoyuki <BQW10602@nifty.com>
7609              Date:  Sat, 14 Jul 2001 22:17:42 +0900
7610              Message-Id:  <20010714221736.6CA3.BQW10602@nifty.com>
7611      Branch: perl
7612            + ext/Encode/Encode/euc-jp-0212.enc
7613            ! ext/Encode/Encode/Tcl.pm
7614 ____________________________________________________________________________
7615 [ 11377] By: nick                                  on 2001/07/16  13:17:28
7616         Log: Subject:  [PATCH 5.7.2] Remove useless ccflags hints
7617              From:  Andy Dougherty <doughera@lafayette.edu>
7618              Date:  Sun, 15 Jul 2001 22:52:54 -0400 (EDT)
7619              Message-Id:  <Pine.SOL.4.10.10107152250230.10344-100000@maxwell.phys.lafayette.edu>
7620      Branch: perl
7621            ! hints/darwin.sh hints/rhapsody.sh
7622 ____________________________________________________________________________
7623 [ 11376] By: nick                                  on 2001/07/16  09:05:00
7624         Log: Integrate mainline
7625      Branch: perlio
7626           +> ext/Encode/Encode/7bit-greek.enc
7627           +> ext/Encode/Encode/7bit-latin1.enc
7628           +> ext/Encode/Encode/cns11643-1.enc
7629           +> ext/Encode/Encode/cns11643-2.enc
7630           +> ext/Encode/Encode/iso2022-cn.enc
7631           +> ext/Encode/Encode/iso2022-jp1.enc
7632           +> ext/Encode/Encode/iso2022-jp2.enc
7633           !> Changes Configure MANIFEST Makefile.SH
7634           !> ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
7635           !> ext/Encode/Encode/iso2022-kr.enc ext/POSIX/POSIX.pm
7636           !> ext/PerlIO/Via/Via.pm handy.h myconfig.SH patchlevel.h
7637           !> pod/perlhack.pod pod/perlre.pod pod/perltoc.pod regcomp.c sv.c
7638           !> t/op/pat.t t/op/sprintf.t utils/h2ph.PL utils/h2xs.PL
7639 ____________________________________________________________________________
7640 [ 11375] By: gsar                                  on 2001/07/16  02:46:11
7641         Log: integrate change#11374 from maint-5.6
7642              
7643              make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
7644      Branch: perl
7645           !> utils/h2ph.PL
7646 ____________________________________________________________________________
7647 [ 11374] By: gsar                                  on 2001/07/16  02:10:51
7648         Log: make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
7649      Branch: maint-5.6/perl
7650            ! utils/h2ph.PL
7651 ____________________________________________________________________________
7652 [ 11373] By: jhi                                   on 2001/07/14  09:27:10
7653         Log: Update Changes.
7654      Branch: perl
7655            ! Changes patchlevel.h
7656 ____________________________________________________________________________
7657 [ 11372] By: jhi                                   on 2001/07/14  09:19:18
7658         Log: Subject: [PATCH h2xs.PL] use Getopt::Long (was Re: [PATCH] h2xs)
7659              From: Jonathan Stowe <gellyfish@gellyfish.com>
7660              Date: Sat, 14 Jul 2001 10:14:34 +0100 (BST)
7661              Message-ID: <Pine.LNX.4.33.0107141008350.9915-100000@orpheus.gellyfish.com>
7662      Branch: perl
7663            ! utils/h2xs.PL
7664 ____________________________________________________________________________
7665 [ 11371] By: jhi                                   on 2001/07/14  09:18:09
7666         Log: Subject: patch to add DEL to [:cntrl:]
7667              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
7668              Date: Fri, 13 Jul 2001 23:25:12 -0700 (PDT)
7669              Message-Id: <200107140625.XAA01517@ventrue.corp.yahoo.com>
7670      Branch: perl
7671            ! handy.h pod/perlre.pod regcomp.c t/op/pat.t
7672 ____________________________________________________________________________
7673 [ 11370] By: jhi                                   on 2001/07/14  01:33:17
7674         Log: Metaconfig unit change for #11369; plus a dependency nit.
7675      Branch: metaconfig
7676            ! U/compline/nblock_io.U
7677      Branch: metaconfig/U/perl
7678            ! Extensions.U
7679 ____________________________________________________________________________
7680 [ 11369] By: jhi                                   on 2001/07/14  01:32:33
7681         Log: #include <stdlib.h> so that exit() is prototyped,
7682              noticed by Hugo.
7683      Branch: perl
7684            ! Configure
7685 ____________________________________________________________________________
7686 [ 11368] By: jhi                                   on 2001/07/14  01:18:28
7687         Log: Subject: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
7688              From: Peter Prymmer <pvhp@forte.com>
7689              Date: Fri, 13 Jul 2001 19:15:45 -0700 (PDT)
7690              Message-ID: <Pine.OSF.4.10.10107131908370.270775-100000@aspara.forte.com>
7691      Branch: perl
7692            ! t/op/sprintf.t
7693 ____________________________________________________________________________
7694 [ 11367] By: jhi                                   on 2001/07/14  01:07:03
7695         Log: Subject: [PATCH: perl@11359] fixup for Encode/Tcl.t on ruthless filesystems
7696              From: Peter Prymmer <pvhp@forte.com>
7697              Date: Fri, 13 Jul 2001 19:00:20 -0700 (PDT)
7698              Message-ID: <Pine.OSF.4.10.10107131856280.270775-100000@aspara.forte.com>
7699      Branch: perl
7700            ! ext/Encode/Encode/Tcl.t
7701 ____________________________________________________________________________
7702 [ 11366] By: jhi                                   on 2001/07/13  22:48:47
7703         Log: Add information about gcc 3.0 basic block profiling.
7704      Branch: perl
7705            ! Makefile.SH pod/perlhack.pod pod/perltoc.pod
7706 ____________________________________________________________________________
7707 [ 11365] By: jhi                                   on 2001/07/13  21:22:20
7708         Log: Subject: Error in lib/PerlIO/Via.pm ?
7709              From: Mark-Jason Dominus <mjd@plover.com>
7710              Date: Fri, 13 Jul 2001 15:55:41 -0400
7711              Message-ID: <20010713195541.26751.qmail@plover.com>
7712      Branch: perl
7713            ! ext/PerlIO/Via/Via.pm
7714 ____________________________________________________________________________
7715 [ 11364] By: jhi                                   on 2001/07/13  21:21:23
7716         Log: Move both usemymalloc and d_bincompat5005 to the Platfom
7717              section from the Compiler section.
7718      Branch: perl
7719            ! myconfig.SH
7720 ____________________________________________________________________________
7721 [ 11363] By: jhi                                   on 2001/07/13  21:19:34
7722         Log: Handle glibc style of constant definitions using enum
7723              with intervening #defines; from Brendan O'Dea.
7724      Branch: perl
7725            ! utils/h2ph.PL
7726 ____________________________________________________________________________
7727 [ 11362] By: jhi                                   on 2001/07/13  21:17:40
7728         Log: Add LC_MESSAGES to the locale_h export tag (it already is
7729              in the Makefile.PL and thusly eligible for an XS constant)
7730              (see also maintperl #10543)
7731      Branch: perl
7732            ! ext/POSIX/POSIX.pm
7733 ____________________________________________________________________________
7734 [ 11361] By: jhi                                   on 2001/07/13  15:12:37
7735         Log: Subject: Re: [patch] re_dup
7736              From: Abhijit Menon-Sen <ams@wiw.org>
7737              Date: Fri, 13 Jul 2001 21:41:09 +0530
7738              Message-ID: <20010713214109.A3328@lustre.dyn.wiw.org>
7739      Branch: perl
7740            ! sv.c
7741 ____________________________________________________________________________
7742 [ 11360] By: jhi                                   on 2001/07/13  15:11:45
7743         Log: Subject: [patch] re_dup
7744              From: Doug MacEachern <dougm@covalent.net>
7745              Date: Fri, 13 Jul 2001 08:51:24 -0700 (PDT)
7746              Message-ID: <Pine.LNX.4.21.0107130848530.28844-100000@mako.covalent.net>
7747      Branch: perl
7748            ! sv.c
7749 ____________________________________________________________________________
7750 [ 11359] By: jhi                                   on 2001/07/13  14:30:32
7751         Log: Update Changes.
7752      Branch: perl
7753            ! Changes patchlevel.h
7754 ____________________________________________________________________________
7755 [ 11358] By: jhi                                   on 2001/07/13  14:26:36
7756         Log: Subject: [PATCH @11328] Encode::Tcl.pm for iso-2022-(?:jp-[12]|cn)
7757              From: SADAHIRO Tomoyuki <BQW10602@nifty.com> 
7758              Date: Sat, 14 Jul 2001 00:06:30 +0900
7759              Message-Id: <20010713235522.8406.BQW10602@nifty.com>
7760      Branch: perl
7761            + ext/Encode/Encode/7bit-greek.enc
7762            + ext/Encode/Encode/7bit-latin1.enc
7763            + ext/Encode/Encode/cns11643-1.enc
7764            + ext/Encode/Encode/cns11643-2.enc
7765            + ext/Encode/Encode/iso2022-cn.enc
7766            + ext/Encode/Encode/iso2022-jp1.enc
7767            + ext/Encode/Encode/iso2022-jp2.enc
7768            ! MANIFEST ext/Encode/Encode/Tcl.pm
7769            ! ext/Encode/Encode/iso2022-kr.enc
7770 ____________________________________________________________________________
7771 [ 11357] By: nick                                  on 2001/07/13  14:24:06
7772         Log: Blind integrate mainline (as of 5.7.2?)
7773      Branch: perlio
7774           !> AUTHORS Changes Porting/config.sh Porting/config_H
7775           !> README.netware ext/PerlIO/t/encoding.t makedef.pl patchlevel.h
7776           !> pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
7777           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
7778           !> win32/makefile.mk
7779 ____________________________________________________________________________
7780 [ 11355] By: jhi                                   on 2001/07/13  13:13:46
7781         Log: Snip away the devel patchlevel.
7782      Branch: perl
7783            ! patchlevel.h
7784 ____________________________________________________________________________
7785 [ 11354] By: jhi                                   on 2001/07/13  13:12:01
7786         Log: Bump the version to 5.7.2.
7787      Branch: perl
7788            ! Porting/config.sh Porting/config_H patchlevel.h
7789            ! pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
7790            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
7791            ! win32/makefile.mk
7792 ____________________________________________________________________________
7793 [ 11353] By: jhi                                   on 2001/07/13  13:00:00
7794         Log: Update Changes.
7795      Branch: perl
7796            ! Changes
7797 ____________________________________________________________________________
7798 [ 11352] By: jhi                                   on 2001/07/13  12:54:49
7799         Log: Reword.
7800      Branch: perl
7801            ! AUTHORS
7802 ____________________________________________________________________________
7803 [ 11351] By: jhi                                   on 2001/07/13  12:52:47
7804         Log: AUTHORS update.
7805      Branch: perl
7806            ! AUTHORS
7807 ____________________________________________________________________________
7808 [ 11350] By: jhi                                   on 2001/07/13  12:24:36
7809         Log: Ignore PL_regex_pad and PL_regex_padav from symbols
7810              unless ithreads.
7811      Branch: perl
7812            ! makedef.pl
7813 ____________________________________________________________________________
7814 [ 11349] By: jhi                                   on 2001/07/13  11:54:10
7815         Log: Integrate perlio.
7816      Branch: perl
7817           !> win32/distclean.bat
7818 ____________________________________________________________________________
7819 [ 11348] By: jhi                                   on 2001/07/13  11:49:50
7820         Log: Test the encoding transform only iff we have PerlIO,
7821              noticed by H. Merijn Brand.
7822      Branch: perl
7823            ! ext/PerlIO/t/encoding.t
7824 ____________________________________________________________________________
7825 [ 11347] By: jhi                                   on 2001/07/13  11:40:13
7826         Log: README.netware tweaks from Ananth Kesari.
7827      Branch: perl
7828            ! README.netware
7829 ____________________________________________________________________________
7830 [ 11346] By: nick                                  on 2001/07/13  09:18:51
7831         Log: Win32/distclean.bat - Down-case all MANIFEST and File::Find results so 
7832              to avoid /unicode vs /Unicode issues.
7833      Branch: perlio
7834            ! win32/distclean.bat
7835 ____________________________________________________________________________
7836 [ 11345] By: nick                                  on 2001/07/13  06:24:18
7837         Log: Integrate mainline
7838      Branch: perlio
7839           +> README.uts lib/UnicodeCD.pm lib/UnicodeCD.t
7840            - lib/Unicode/UCD.pm lib/Unicode/UCD.t lib/unicode/distinct.pm
7841           !> (integrate 63 files)
7842 ____________________________________________________________________________
7843 [ 11344] By: jhi                                   on 2001/07/13  04:50:22
7844         Log: Add d_bincompat5005 information to perl -V.
7845      Branch: perl
7846            ! myconfig.SH
7847 ____________________________________________________________________________
7848 [ 11343] By: jhi                                   on 2001/07/13  03:42:05
7849         Log: Subject: Re: [PATCH] Re: Memory corruption? Read-only $_?
7850              From: Abhijit Menon-Sen <ams@wiw.org>
7851              Date: Fri, 13 Jul 2001 07:12:36 +0530
7852              Message-ID: <20010713071236.C5669@lustre.dyn.wiw.org>
7853      Branch: perl
7854            ! sv.c
7855 ____________________________________________________________________________
7856 [ 11342] By: jhi                                   on 2001/07/13  03:36:22
7857         Log: Remove unicode::distinct, as per Inaba Hiroto.
7858      Branch: perl
7859            - lib/unicode/distinct.pm
7860            ! MANIFEST hv.c perl.h pod/perlmodlib.pod pod/perltoc.pod sv.c
7861            ! t/lib/1_compile.t
7862 ____________________________________________________________________________
7863 [ 11341] By: jhi                                   on 2001/07/13  00:05:53
7864         Log: Paging for Dr Octothorpe.
7865      Branch: perl
7866            ! pod/perlfaq4.pod
7867 ____________________________________________________________________________
7868 [ 11340] By: jhi                                   on 2001/07/12  23:53:44
7869         Log: cut-n-paste error noticed by mjd.
7870      Branch: perl
7871            ! pod/perlfaq4.pod
7872 ____________________________________________________________________________
7873 [ 11339] By: jhi                                   on 2001/07/12  23:39:42
7874         Log: Subject: [PATCH: perl@11328] update the octal situation in perlfaq4.pod
7875              From: Peter Prymmer <pvhp@forte.com>
7876              Date: Thu, 12 Jul 2001 17:04:22 -0700 (PDT)
7877              Message-ID: <Pine.OSF.4.10.10107121703040.219875-100000@aspara.forte.com>
7878      Branch: perl
7879            ! pod/perlfaq4.pod
7880 ____________________________________________________________________________
7881 [ 11338] By: jhi                                   on 2001/07/12  23:38:49
7882         Log: Subject: Re: [randy@qualcomm.com: Corrections for ' repository - Using the Perl repository ']
7883              From: Randall Gellens <randy@qualcomm.com>
7884              Date: Thu, 12 Jul 2001 16:56:23 -0700
7885              Message-Id: <p05100301b773e9751c04@[129.46.176.61]>
7886      Branch: perl
7887            ! Porting/repository.pod
7888 ____________________________________________________________________________
7889 [ 11337] By: jhi                                   on 2001/07/12  23:35:06
7890         Log: Make PTHREAD_ATFORK() to croak if HAS_FORK, noop otherwise.
7891      Branch: perl
7892            ! thread.h
7893 ____________________________________________________________________________
7894 [ 11336] By: jhi                                   on 2001/07/12  23:23:39
7895         Log: Subject: [PATCH] pthread_atfork on FreeBSD - Part 1: #ifdef HAS_PTHREAD_ATFORK  
7896              From: coral <coral@moonlight.crystalflame.net>
7897              Date: Thu, 12 Jul 2001 16:16:50 -0700 (PDT)
7898              Message-Id: <200107122316.f6CNGoq09171@moonlight.crystalflame.net>
7899      Branch: perl
7900            ! thread.h
7901 ____________________________________________________________________________
7902 [ 11335] By: jhi                                   on 2001/07/12  23:23:14
7903         Log: Metaconfig unit change for #11134.
7904      Branch: metaconfig
7905            + U/threads/d_pthread_atfork.U
7906 ____________________________________________________________________________
7907 [ 11334] By: jhi                                   on 2001/07/12  23:22:42
7908         Log: Add HAS_PTHREAD_ATFORK.
7909      Branch: perl
7910            ! Configure NetWare/config.wc NetWare/config_H.wc
7911            ! Porting/Glossary Porting/config.sh Porting/config_H
7912            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
7913            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.alpha.h
7914            ! vos/config.ga.def vos/config.ga.h win32/config.bc
7915            ! win32/config.gc win32/config.vc win32/config_H.bc
7916            ! win32/config_H.gc win32/config_H.vc
7917 ____________________________________________________________________________
7918 [ 11333] By: jhi                                   on 2001/07/12  22:58:35
7919         Log: Subject: [PATCH] File::Copy fails on tied handles
7920              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
7921              Date: Thu, 12 Jul 2001 15:18:51 -0700
7922              Message-ID: <35A280DF784CD411A06B0008C7B130ADB5505B@sdex04.sd.intuit.com>
7923      Branch: perl
7924            ! lib/File/Copy.pm
7925 ____________________________________________________________________________
7926 [ 11332] By: jhi                                   on 2001/07/12  22:57:04
7927         Log: Subject: [PATCH] Langinfo.t
7928              From: Nicholas Clark <nick@ccl4.org>
7929              Date: Thu, 12 Jul 2001 23:55:38 +0100
7930              Message-ID: <20010712235538.M5827@plum.flirble.org>
7931      Branch: perl
7932            ! ext/I18N/Langinfo/Langinfo.t
7933 ____________________________________________________________________________
7934 [ 11331] By: jhi                                   on 2001/07/12  22:56:09
7935         Log: Subject: [PATCH: perl@11328] informational tweaks to perl572delta.pod
7936              From: Peter Prymmer <pvhp@forte.com>
7937              Date: Thu, 12 Jul 2001 16:38:00 -0700 (PDT)
7938              Message-ID: <Pine.OSF.4.10.10107121633340.219875-100000@aspara.forte.com>
7939      Branch: perl
7940            ! pod/perl572delta.pod
7941 ____________________________________________________________________________
7942 [ 11330] By: jhi                                   on 2001/07/12  22:55:23
7943         Log: Subject: [PATCH] Re: Memory corruption? Read-only $_?
7944              From: Abhijit Menon-Sen <ams@wiw.org>
7945              Date: Fri, 13 Jul 2001 05:21:16 +0530
7946              Message-ID: <20010713052116.B5669@lustre.dyn.wiw.org>
7947      Branch: perl
7948            ! sv.c
7949 ____________________________________________________________________________
7950 [ 11329] By: jhi                                   on 2001/07/12  22:54:39
7951         Log: Subject: [PATCH 20010712.005] Re: Perl bug with "delete" on arrays
7952              From: Abhijit Menon-Sen <ams@wiw.org>
7953              Date: Fri, 13 Jul 2001 03:04:25 +0530
7954              Message-ID: <20010713030425.A5669@lustre.dyn.wiw.org>
7955      Branch: perl
7956            ! av.c
7957 ____________________________________________________________________________
7958 [ 11328] By: gsar                                  on 2001/07/12  19:02:01
7959         Log: s/^M$//g
7960      Branch: perl
7961            ! win32/Makefile win32/makefile.mk
7962 ____________________________________________________________________________
7963 [ 11327] By: jhi                                   on 2001/07/12  18:54:09
7964         Log: Update Changes.
7965      Branch: perl
7966            ! Changes patchlevel.h
7967 ____________________________________________________________________________
7968 [ 11326] By: jhi                                   on 2001/07/12  18:17:18
7969         Log: Typo spotted by Philip Newton.
7970      Branch: perl
7971            ! pod/perl572delta.pod
7972 ____________________________________________________________________________
7973 [ 11325] By: jhi                                   on 2001/07/12  18:11:42
7974         Log: Subject: [PATCH] fixes perl_clone of perl_clone
7975              From: Artur Bergman <artur@contiller.se>
7976              Date: Thu, 12 Jul 2001 20:57:09 +0200
7977              Message-ID: <B773BFA4.236B%artur@contiller.se>
7978      Branch: perl
7979            ! sv.c
7980 ____________________________________________________________________________
7981 [ 11324] By: jhi                                   on 2001/07/12  18:09:17
7982         Log: Add README.uts from Hal Morris.
7983      Branch: perl
7984            + README.uts
7985            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perl572delta.pod
7986            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
7987 ____________________________________________________________________________
7988 [ 11323] By: jhi                                   on 2001/07/12  17:48:33
7989         Log: Subject: Re: AIX 4.3.3 w/ vac 5.0 [ FATAL in B ]
7990              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7991              Date: Thu, 12 Jul 2001 20:32:37 +0200
7992              Message-Id: <20010712201743.E108.H.M.BRAND@hccnet.nl>
7993      Branch: perl
7994            ! hints/aix.sh
7995 ____________________________________________________________________________
7996 [ 11322] By: jhi                                   on 2001/07/12  17:44:29
7997         Log: Subject: Patch: document reg_data.what member
7998              From: Mark-Jason Dominus <mjd@plover.com>
7999              Message-ID: <20010712182532.14821.qmail@plover.com>
8000              Date: Thu, 12 Jul 2001 14:25:32 -0400
8001      Branch: perl
8002            ! regcomp.c regcomp.h
8003 ____________________________________________________________________________
8004 [ 11321] By: jhi                                   on 2001/07/12  17:43:18
8005         Log: Subject: [PATCH] Perl_re_dup()
8006              From: Abhijit Menon-Sen <ams@wiw.org>
8007              Date: Thu, 12 Jul 2001 23:54:32 +0530
8008              Message-ID: <20010712235432.J24707@lustre.dyn.wiw.org>
8009      Branch: perl
8010            ! embed.h embed.pl perlapi.c proto.h sv.c
8011 ____________________________________________________________________________
8012 [ 11320] By: jhi                                   on 2001/07/12  17:18:54
8013         Log: Regen Configure, modlib, toc.
8014      Branch: perl
8015            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8016            ! pod/perlmodlib.pod pod/perltoc.pod
8017 ____________________________________________________________________________
8018 [ 11319] By: jhi                                   on 2001/07/12  17:08:15
8019         Log: The problem seems to be in PerlIO::Layer::->find() not
8020              accepting the ":encoding(blurflur)" arguments.
8021      Branch: perl
8022            ! lib/PerlIO.pm lib/open.pm
8023 ____________________________________________________________________________
8024 [ 11318] By: jhi                                   on 2001/07/12  16:58:11
8025         Log: AIX doc update.
8026      Branch: perl
8027            ! README.aix pod/perl572delta.pod
8028 ____________________________________________________________________________
8029 [ 11317] By: jhi                                   on 2001/07/12  16:39:11
8030         Log: Subject: AIX README update
8031              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8032              Date: Thu, 12 Jul 2001 19:28:30 +0200
8033              Message-Id: <20010712192620.E0F9.H.M.BRAND@hccnet.nl>
8034      Branch: perl
8035            ! README.aix
8036 ____________________________________________________________________________
8037 [ 11316] By: jhi                                   on 2001/07/12  16:37:15
8038         Log: Subject: [PATCH ext/IO/lib/IO/t/io_unix.t] for QNX6
8039              From: Norton Allen <allen@huarp.harvard.edu>
8040              Date: Thu, 12 Jul 2001 11:30:51 -0400 (edt)
8041              Message-Id: <200107121530.LAA12631@bottesini.harvard.edu>
8042      Branch: perl
8043            ! ext/IO/lib/IO/t/io_unix.t
8044 ____________________________________________________________________________
8045 [ 11315] By: jhi                                   on 2001/07/12  16:35:53
8046         Log: Subject: [PATCH README.qnx hints/qnx.sh]
8047              From: Norton Allen <allen@huarp.harvard.edu>
8048              Date: Thu, 12 Jul 2001 11:29:19 -0400 (edt)
8049              Message-Id: <200107121529.LAA23411@bottesini.harvard.edu>
8050      Branch: perl
8051            ! README.qnx hints/qnx.sh
8052 ____________________________________________________________________________
8053 [ 11314] By: jhi                                   on 2001/07/12  16:13:15
8054         Log: Subject: [patch] faster PM_GETRE
8055              From: Doug MacEachern <dougm@covalent.net>
8056              Date: Thu, 12 Jul 2001 10:13:27 -0700 (PDT)
8057              Message-ID: <Pine.LNX.4.21.0107121011530.28844-100000@mako.covalent.net>
8058      Branch: perl
8059            ! op.h
8060 ____________________________________________________________________________
8061 [ 11313] By: jhi                                   on 2001/07/12  16:12:23
8062         Log: Subject: Re: [PATCH] Threadsafe PMOPs! We might still win this war.
8063              From: Doug MacEachern <dougm@covalent.net>
8064              Date: Thu, 12 Jul 2001 10:11:28 -0700 (PDT)
8065              Message-ID: <Pine.LNX.4.21.0107121010160.28844-100000@mako.covalent.net>
8066      Branch: perl
8067            ! op.c
8068 ____________________________________________________________________________
8069 [ 11312] By: jhi                                   on 2001/07/12  16:07:22
8070         Log: Tell where the nice Estonian database is.
8071      Branch: perl
8072            ! lib/open.pm
8073 ____________________________________________________________________________
8074 [ 11311] By: jhi                                   on 2001/07/12  16:05:31
8075         Log: Retract #11309 since #11310 is a better fix.
8076      Branch: perl
8077            ! t/lib/1_compile.t
8078 ____________________________________________________________________________
8079 [ 11310] By: gsar                                  on 2001/07/12  15:50:40
8080         Log: fix for failing fork.t#12 on windows (win32_execvp() tweak in
8081              change#11300 needs to return the status of failed win32_spawnvp())
8082              
8083              fix various open.pm bugs: '\0' isn't the same as "\0", so it wasn't
8084              splitting correctly; remove unused variables; 'require' at run time
8085              rather than 'use' at compile time for I18N::Langinfo, since it
8086              isn't everyware
8087      Branch: perl
8088            ! lib/open.pm win32/win32.c
8089 ____________________________________________________________________________
8090 [ 11309] By: jhi                                   on 2001/07/12  15:29:55
8091         Log: Temporary workaround.
8092      Branch: perl
8093            ! t/lib/1_compile.t
8094 ____________________________________________________________________________
8095 [ 11308] By: jhi                                   on 2001/07/12  14:44:51
8096         Log: UCD typo in #11306 and add also more known-to-be-tested
8097              modules to the skip list.
8098      Branch: perl
8099            ! t/lib/1_compile.t
8100 ____________________________________________________________________________
8101 [ 11307] By: jhi                                   on 2001/07/12  14:38:38
8102         Log: Rename Unicode::UCD to UnicodeCD to avoid
8103              messups with case-insensitive filesystems.
8104      Branch: perl
8105            + lib/UnicodeCD.pm lib/UnicodeCD.t
8106            - lib/Unicode/UCD.pm lib/Unicode/UCD.t
8107            ! MANIFEST pod/perl572delta.pod t/lib/1_compile.t
8108 ____________________________________________________________________________
8109 [ 11306] By: jhi                                   on 2001/07/12  13:32:05
8110         Log: Subject: [ID 20010711.005] in Tie::Array, SPLICE ignores context, breaking SHIFT 
8111              From: daniel@biz.bitpusher.com
8112              Date: Wed, 11 Jul 2001 23:25:47 -0700
8113              Message-Id: <200107120625.f6C6PkJ13065@biz.bitpusher.com>
8114      Branch: perl
8115            ! lib/Tie/Array.pm t/op/splice.t
8116 ____________________________________________________________________________
8117 [ 11305] By: jhi                                   on 2001/07/12  13:05:46
8118         Log: Subject: [PATCH] More accurate line numbers in messages
8119              From: Paul Johnson <paul@pjcj.net>
8120              Date: Thu, 12 Jul 2001 04:14:11 +0200
8121              Message-ID: <20010712041411.A3467@pjcj.net>
8122              
8123              (With prototyping and multiplicity tweaks.)
8124      Branch: perl
8125            ! dump.c embed.h embed.pl t/lib/warnings/util util.c
8126 ____________________________________________________________________________
8127 [ 11304] By: nick                                  on 2001/07/12  12:53:40
8128         Log: Integrate mainline
8129      Branch: perlio
8130           !> ext/ByteLoader/bytecode.h hints/aix.sh pod/perl572delta.pod
8131           !> regexec.c thread.h
8132 ____________________________________________________________________________
8133 [ 11303] By: jhi                                   on 2001/07/12  12:46:20
8134         Log: Cut-and-pasto in #11298.
8135      Branch: perl
8136            ! ext/ByteLoader/bytecode.h
8137 ____________________________________________________________________________
8138 [ 11302] By: jhi                                   on 2001/07/12  12:42:35
8139         Log: Update the AIX known problems section.
8140      Branch: perl
8141            ! pod/perl572delta.pod
8142 ____________________________________________________________________________
8143 [ 11301] By: jhi                                   on 2001/07/12  12:36:46
8144         Log: Subject: Re: HiRes on AIX 4.2 in threaded mode
8145              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8146              Date: Thu, 12 Jul 2001 12:16:16 +0200
8147              Message-Id: <20010712114215.E0D9.H.M.BRAND@hccnet.nl>
8148      Branch: perl
8149            ! hints/aix.sh
8150 ____________________________________________________________________________
8151 [ 11300] By: jhi                                   on 2001/07/12  12:35:44
8152         Log: Integrate perlio.
8153      Branch: perl
8154           !> makedef.pl win32/win32.c
8155 ____________________________________________________________________________
8156 [ 11299] By: jhi                                   on 2001/07/12  12:33:57
8157         Log: Subject: [PATCH] fix for PMOP threadness failures
8158              From: Artur Bergman <artur@contiller.se>
8159              Date: Thu, 12 Jul 2001 09:48:06 +0200
8160              Message-ID: <B77322D6.22DD%artur@contiller.se>
8161      Branch: perl
8162            ! regexec.c
8163 ____________________________________________________________________________
8164 [ 11298] By: jhi                                   on 2001/07/12  12:27:47
8165         Log: Subject: RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2
8166              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
8167              Date: Thu, 12 Jul 2001 09:09:48 +0200
8168              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808CE70@RU0022EXCH001U> 
8169              
8170              More parentheses to keep bcc happy.
8171      Branch: perl
8172            ! ext/ByteLoader/bytecode.h
8173 ____________________________________________________________________________
8174 [ 11297] By: jhi                                   on 2001/07/12  12:24:50
8175         Log: Subject: Re: [patch] pthread_atfork bandaid
8176              From: Doug MacEachern <dougm@covalent.net>
8177              Date: Wed, 11 Jul 2001 23:43:17 -0700 (PDT)
8178              Message-ID: <Pine.LNX.4.21.0107112342330.28844-100000@mako.covalent.net>
8179      Branch: perl
8180            ! thread.h
8181 ____________________________________________________________________________
8182 [ 11296] By: nick                                  on 2001/07/12  11:55:48
8183         Log: Exclude reentrant_buffer from .def file
8184      Branch: perlio
8185            ! makedef.pl
8186 ____________________________________________________________________________
8187 [ 11295] By: nick                                  on 2001/07/12  11:11:44
8188         Log: Honour void-ness of my_exit()
8189      Branch: perlio
8190            ! win32/win32.c
8191 ____________________________________________________________________________
8192 [ 11294] By: nick                                  on 2001/07/12  07:51:04
8193         Log: Integrate mainline
8194      Branch: perlio
8195           +> uts/sprintf_wrap.c
8196           !> (integrate 35 files)
8197 ____________________________________________________________________________
8198 [ 11293] By: jhi                                   on 2001/07/12  04:58:08
8199         Log: Retract #11289.
8200      Branch: perl
8201            ! embed.h embed.pl perl.c proto.h thread.h
8202 ____________________________________________________________________________
8203 [ 11292] By: jhi                                   on 2001/07/12  04:47:43
8204         Log: Now the :locale pseudolayer *almost* works...
8205      Branch: perl
8206            ! lib/open.pm
8207 ____________________________________________________________________________
8208 [ 11291] By: jhi                                   on 2001/07/12  04:36:47
8209         Log: Locale encoding tweaks.
8210      Branch: perl
8211            ! lib/open.pm
8212 ____________________________________________________________________________
8213 [ 11290] By: jhi                                   on 2001/07/12  04:25:53
8214         Log: Subject: Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
8215              From: Mark-Jason Dominus <mjd@plover.com>
8216              Date: Thu, 12 Jul 2001 00:59:31 -0400
8217              Message-ID: <20010712045931.8543.qmail@plover.com>
8218              
8219              Remove the chmod/umask leading zero warning.
8220      Branch: perl
8221            ! lib/warnings.pm pod/perldiag.pod pod/perllexwarn.pod
8222            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
8223 ____________________________________________________________________________
8224 [ 11289] By: jhi                                   on 2001/07/12  04:16:41
8225         Log: (Retracted by #11289.)
8226      Branch: perl
8227            ! embed.h embed.pl perl.c proto.h thread.h
8228 ____________________________________________________________________________
8229 [ 11288] By: jhi                                   on 2001/07/12  03:45:11
8230         Log: Needed by #11283.
8231      Branch: perl
8232            ! intrpvar.h
8233 ____________________________________________________________________________
8234 [ 11287] By: jhi                                   on 2001/07/12  03:40:04
8235         Log: Metaconfig unit change for #11286.
8236      Branch: metaconfig/U/perl
8237            ! patchlevel.U
8238 ____________________________________________________________________________
8239 [ 11286] By: jhi                                   on 2001/07/12  03:39:18
8240         Log: Subject: Re: [PATCH Configure] perl -V broken
8241              From: Andy Dougherty <doughera@lafayette.edu>
8242              Date: Wed, 11 Jul 2001 13:30:27 -0400 (EDT)
8243              Message-ID: <Pine.SOL.4.10.10107111329060.2021-100000@maxwell.phys.lafayette.edu>
8244      Branch: perl
8245            ! Configure myconfig.SH
8246 ____________________________________________________________________________
8247 [ 11285] By: jhi                                   on 2001/07/12  03:27:28
8248         Log: Retract #11166 (and #11237).
8249      Branch: perl
8250            ! dump.c embed.h lib/warnings.pm op.c op.h opcode.h opcode.pl
8251            ! pod/perldiag.pod pp.sym pp_proto.h t/lib/warnings/op
8252            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
8253 ____________________________________________________________________________
8254 [ 11284] By: jhi                                   on 2001/07/12  02:36:42
8255         Log: UTS tweaks for Hal Morris.
8256      Branch: perl
8257            + uts/sprintf_wrap.c
8258            ! MANIFEST hints/uts.sh perl.h
8259 ____________________________________________________________________________
8260 [ 11283] By: jhi                                   on 2001/07/12  00:52:36
8261         Log: Subject: [PATCH] Use reentrant API glibc
8262              From: Artur Bergman <artur@contiller.se>
8263              Date: Thu, 12 Jul 2001 00:58:21 +0200
8264              Message-ID: <B772A6AD.2288%artur@contiller.se>
8265      Branch: perl
8266            ! embedvar.h intrpvar.h op.h perl.c perlapi.h pod/perlapi.pod
8267            ! sv.c
8268 ____________________________________________________________________________
8269 [ 11282] By: jhi                                   on 2001/07/12  00:35:27
8270         Log: Subject: Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"?
8271              From: barries <barries@slaysys.com>
8272              Date: Wed, 11 Jul 2001 15:11:46 -0400
8273              Message-ID: <20010711151146.G24560@jester.slaysys.com>
8274      Branch: perl
8275            ! pp_sys.c t/lib/warnings/doio win32/win32.c
8276 ____________________________________________________________________________
8277 [ 11281] By: jhi                                   on 2001/07/12  00:32:17
8278         Log: Subject: [patch] pthread_atfork bandaid
8279              From: Doug MacEachern <dougm@covalent.net>
8280              Date: Wed, 11 Jul 2001 08:59:12 -0700 (PDT)
8281              Message-ID: <Pine.LNX.4.21.0107110855070.11688-100000@mako.covalent.net>
8282      Branch: perl
8283            ! miniperlmain.c perl.c
8284 ____________________________________________________________________________
8285 [ 11280] By: jhi                                   on 2001/07/12  00:31:34
8286         Log: Subject: [patch] perl_clone leaks
8287              From: Doug MacEachern <dougm@covalent.net>
8288              Date: Wed, 11 Jul 2001 08:43:32 -0700 (PDT)
8289              Message-ID: <Pine.LNX.4.21.0107110842390.11688-100000@mako.covalent.net>
8290      Branch: perl
8291            ! sv.c
8292 ____________________________________________________________________________
8293 [ 11279] By: nick                                  on 2001/07/11  15:49:38
8294         Log: Integrate mainline
8295      Branch: perlio
8296           +> ext/Encode/Encode/HZ.enc ext/PerlIO/t/encoding.t
8297           +> ext/Time/HiRes/hints/dynixptx.pl lib/Math/BigInt/Calc.pm
8298           +> lib/Math/BigInt/t/bigintc.t lib/Term/ANSIColor/ChangeLog
8299           +> lib/Term/ANSIColor/README
8300           !> (integrate 54 files)
8301 ____________________________________________________________________________
8302 [ 11278] By: jhi                                   on 2001/07/11  13:52:20
8303         Log: Update Changes.
8304      Branch: perl
8305            ! Changes patchlevel.h
8306 ____________________________________________________________________________
8307 [ 11277] By: jhi                                   on 2001/07/11  13:31:43
8308         Log: Subject: blead kit timestamps && the problem with running perl embed.pl
8309              From: Peter Prymmer <pvhp@forte.com>
8310              Date: Tue, 10 Jul 2001 19:33:00 -0700 (PDT)
8311              Message-ID: <Pine.OSF.4.10.10107101906360.137455-100000@aspara.forte.com>
8312              
8313              Backport of embed.pl to 5.003.
8314      Branch: perl
8315            ! embed.pl
8316 ____________________________________________________________________________
8317 [ 11276] By: jhi                                   on 2001/07/11  13:18:07
8318         Log: Subject: Re: POSIX test #14 on UTS 
8319              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
8320              Date: Wed, 11 Jul 2001 03:02:14 +0100
8321              Message-Id: <200107110202.f6B22Ea10727@crypt.compulink.co.uk>
8322      Branch: perl
8323            ! ext/POSIX/POSIX.t
8324 ____________________________________________________________________________
8325 [ 11275] By: jhi                                   on 2001/07/11  13:15:49
8326         Log: Make the I32 an IV to preserve structure alignment and size.
8327      Branch: perl
8328            ! op.h
8329 ____________________________________________________________________________
8330 [ 11274] By: jhi                                   on 2001/07/11  13:13:27
8331         Log: Subject: [PATCH] Threadsafe PMOPs! We might still win this war.
8332              From: "Artur Bergman" <artur@contiller.se>
8333              Date: Wed, 11 Jul 2001 14:23:37 +0200
8334              Message-ID: <000b01c10a04$4fa16a10$21000a0a@vogw2kdev>
8335              
8336              Threadsafe PMOPs for ithreads, waiting for AMS's Perl_re_dup().
8337      Branch: perl
8338            ! embedvar.h intrpvar.h op.c op.h perl.c perlapi.h
8339            ! pod/perlapi.pod sv.c
8340 ____________________________________________________________________________
8341 [ 11273] By: jhi                                   on 2001/07/11  03:53:28
8342         Log: Tweak until Pod::Parser gets updated.
8343      Branch: perl
8344            ! t/pod/special_seqs.xr
8345 ____________________________________________________________________________
8346 [ 11272] By: jhi                                   on 2001/07/11  00:46:05
8347         Log: File::Spec usage tweak.
8348      Branch: perl
8349            ! lib/ExtUtils.t
8350 ____________________________________________________________________________
8351 [ 11271] By: jhi                                   on 2001/07/11  00:37:19
8352         Log: Integrate #11263 from macperl; macos and macosx updates.
8353      Branch: perl
8354           !> pod/perlport.pod
8355 ____________________________________________________________________________
8356 [ 11270] By: jhi                                   on 2001/07/11  00:33:27
8357         Log: Subject: [PATCH: perl@11238] dynixptx updates for osvers='4.5.2'
8358              From: Peter Prymmer <pvhp@forte.com>
8359              Date: Tue, 10 Jul 2001 15:29:45 -0700 (PDT)
8360              Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com>
8361      Branch: perl
8362            + ext/Time/HiRes/hints/dynixptx.pl
8363            ! MANIFEST hints/dynixptx.sh
8364 ____________________________________________________________________________
8365 [ 11269] By: jhi                                   on 2001/07/11  00:32:16
8366         Log: Subject: [PATCH] ExtUtils::Constant (was Re: funny numconvert test in perl@11006 (was Re: report on BS2000 wit h perl@11006))
8367              From: Nicholas Clark <nick@ccl4.org>
8368              Date: Tue, 10 Jul 2001 23:17:43 +0100
8369              Message-ID: <20010710231742.B59620@plum.flirble.org>
8370      Branch: perl
8371            ! lib/ExtUtils.t lib/ExtUtils/Constant.pm
8372 ____________________________________________________________________________
8373 [ 11268] By: jhi                                   on 2001/07/11  00:30:56
8374         Log: Subject: [DOC PATCH] Pluggable runops
8375              From: Paul Johnson <paul@pjcj.net>
8376              Date: Tue, 10 Jul 2001 21:53:28 +0200
8377              Message-ID: <20010710215328.B26577@pjcj.net>
8378      Branch: perl
8379            ! pod/perlguts.pod
8380 ____________________________________________________________________________
8381 [ 11267] By: jhi                                   on 2001/07/11  00:29:59
8382         Log: Subject: [PATCH] Authors
8383              From: Artur Bergman <artur@contiller.se>
8384              Date: Tue, 10 Jul 2001 20:39:12 +0200
8385              Message-ID: <B771186F.21CD%artur@contiller.se>
8386      Branch: perl
8387            ! AUTHORS
8388 ____________________________________________________________________________
8389 [ 11266] By: jhi                                   on 2001/07/11  00:29:13
8390         Log: Subject: Re: [PATCH] Small fix to pp_gmtime
8391              From: Doug MacEachern <dougm@covalent.net>
8392              Date: Tue, 10 Jul 2001 11:19:43 -0700 (PDT)
8393              Message-ID: <Pine.LNX.4.21.0107101118020.10475-100000@mako.covalent.net>
8394      Branch: perl
8395            ! pp_ctl.c
8396 ____________________________________________________________________________
8397 [ 11265] By: jhi                                   on 2001/07/11  00:28:15
8398         Log: Subject: doc patch; times() in scalar context
8399              From: mjd@plover.com
8400              Date: 10 Jul 2001 18:01:17 -0000
8401              Message-ID: <20010710180117.12477.qmail@plover.com>
8402      Branch: perl
8403            ! pod/perlfunc.pod
8404 ____________________________________________________________________________
8405 [ 11264] By: jhi                                   on 2001/07/11  00:27:17
8406         Log: Subject: [PATCH] Small fix to pp_gmtime
8407              From: Artur Bergman <artur@contiller.se>
8408              Date: Tue, 10 Jul 2001 19:54:52 +0200
8409              Message-ID: <B7710E0B.21C5%artur@contiller.se>
8410      Branch: perl
8411            ! pp_sys.c
8412 ____________________________________________________________________________
8413 [ 11263] By: pudge                                 on 2001/07/10  21:06:10
8414         Log: Integrate changes from mainline perl, add notes about
8415              Mac OS X and Mac OS.
8416      Branch: maint-5.6/macperl
8417            ! pod/perlport.pod
8418 ____________________________________________________________________________
8419 [ 11262] By: jhi                                   on 2001/07/10  15:21:26
8420         Log: A proof of the dangers of package; ?
8421      Branch: perl
8422            ! t/lib/warnings/op
8423 ____________________________________________________________________________
8424 [ 11261] By: jhi                                   on 2001/07/10  15:02:27
8425         Log: Regen toc and modlib.
8426      Branch: perl
8427            ! pod/perlmodlib.pod pod/perltoc.pod
8428 ____________________________________________________________________________
8429 [ 11260] By: jhi                                   on 2001/07/10  15:00:37
8430         Log: Add compexcl(), casefold(), and casespec() interfaces;
8431              and make all interfaces to return hash references instead
8432              of hashes. 
8433      Branch: perl
8434            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
8435 ____________________________________________________________________________
8436 [ 11259] By: jhi                                   on 2001/07/10  13:50:17
8437         Log: Subject: [PATCH bleadperl] Math::Big* doc patches (and some code)
8438              From: "Philip Newton" <Philip.Newton@gmx.net>
8439              Date: Tue, 10 Jul 2001 09:55:59 +0200
8440              Message-ID: <20010710.095300@ID-11583.news.dfncis.de>
8441              
8442              Subject: [DOC PATCH bleadperl] detypo Math::BigInt docs
8443              From: "Philip Newton" <Philip.Newton@gmx.net>
8444              Date: Tue, 10 Jul 2001 09:56:37 +0200
8445              Message-ID: <20010710.095600@ID-11583.news.dfncis.de>
8446      Branch: perl
8447            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
8448            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintpm.t
8449 ____________________________________________________________________________
8450 [ 11258] By: jhi                                   on 2001/07/10  13:47:20
8451         Log: Subject: [patch] undef &xsub for 1,2
8452              From: Doug MacEachern <dougm@covalent.net>
8453              Date: Mon, 9 Jul 2001 20:16:49 -0700 (PDT)
8454              Message-ID: <Pine.LNX.4.21.0107092012570.1913-100000@mako.covalent.net>
8455              
8456              (This version of the patch with a comment from Gisle.)
8457      Branch: perl
8458            ! op.c
8459 ____________________________________________________________________________
8460 [ 11257] By: jhi                                   on 2001/07/10  13:45:44
8461         Log: Mention package; deprecation and the Win32 problems.
8462      Branch: perl
8463            ! pod/perl572delta.pod
8464 ____________________________________________________________________________
8465 [ 11256] By: jhi                                   on 2001/07/10  13:45:12
8466         Log: Subject: [PATCH] deprecate package with no arguments
8467              From: Robin Houston <robin@kitsite.com>
8468              Date: Tue, 10 Jul 2001 13:33:40 +0100
8469              Message-ID: <20010710133340.A13452@robin.kitsite.com>
8470      Branch: perl
8471            ! op.c pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/op
8472 ____________________________________________________________________________
8473 [ 11255] By: jhi                                   on 2001/07/10  13:16:11
8474         Log: Upgrade to podlators 1.10.
8475      Branch: perl
8476            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
8477            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
8478            ! pod/pod2man.PL pod/pod2text.PL
8479 ____________________________________________________________________________
8480 [ 11254] By: jhi                                   on 2001/07/10  13:09:34
8481         Log: Upgrade to Term::ANSIColor 1.04.
8482      Branch: perl
8483            + lib/Term/ANSIColor/ChangeLog lib/Term/ANSIColor/README
8484            ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/test.pl
8485 ____________________________________________________________________________
8486 [ 11253] By: jhi                                   on 2001/07/10  12:59:27
8487         Log: Integrate perlio (the right fix for the ":layer(args)")
8488      Branch: perl
8489           !> perlio.c
8490 ____________________________________________________________________________
8491 [ 11252] By: nick                                  on 2001/07/10  06:58:14
8492         Log: Fix open(...,"...:layer(xxx)",...)
8493              - use memEQ not strEQ as there is '(' not '\0'
8494      Branch: perlio
8495            ! perlio.c
8496 ____________________________________________________________________________
8497 [ 11251] By: jhi                                   on 2001/07/10  04:04:18
8498         Log: Telling the number of tests helps.
8499      Branch: perl
8500            ! ext/PerlIO/t/encoding.t
8501 ____________________________________________________________________________
8502 [ 11250] By: jhi                                   on 2001/07/10  03:55:38
8503         Log: Require I18N::Langinfo, not use.
8504      Branch: perl
8505            ! lib/open.pm
8506 ____________________________________________________________________________
8507 [ 11249] By: jhi                                   on 2001/07/10  03:50:18
8508         Log: Add a test for for PerlIO ":encoding(...)" layer.
8509      Branch: perl
8510            + ext/PerlIO/t/encoding.t
8511            ! MANIFEST ext/Encode/Encode.pm
8512 ____________________________________________________________________________
8513 [ 11248] By: jhi                                   on 2001/07/10  02:06:57
8514         Log: PerlIO ":encoding(foobar)" temporary fix.
8515              Not really correct, I think, since the change means
8516              that prefixes match.
8517      Branch: perl
8518            ! perlio.c
8519 ____________________________________________________________________________
8520 [ 11247] By: jhi                                   on 2001/07/10  01:38:11
8521         Log: Update to Math::BigInt 1.36.  The biggest news is
8522              the separation of the backend; now the pure Perl
8523              implementation is in Math::BigInt::Calc, but one
8524              can plugin, say, Math::BigInt::BitVect, and get
8525              considerable speedup.
8526      Branch: perl
8527            + lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t
8528            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
8529            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
8530            ! lib/Math/BigInt/t/mbimbf.t
8531 ____________________________________________________________________________
8532 [ 11246] By: jhi                                   on 2001/07/10  01:19:55
8533         Log: Subject: Re: compatibility question
8534              From: Peter Prymmer <pvhp@forte.com>
8535              Date: Mon, 9 Jul 2001 18:04:33 -0700 (PDT)
8536              Message-ID: <Pine.OSF.4.10.10107091619360.86512-100000@aspara.forte.com>
8537      Branch: perl
8538            ! lib/ExtUtils/MM_VMS.pm
8539 ____________________________________________________________________________
8540 [ 11245] By: jhi                                   on 2001/07/10  01:18:04
8541         Log: Subject: [PATCH ext/File/Glob/t/basic.t]
8542              From: Norton Allen <allen@huarp.harvard.edu>
8543              Date: Mon, 9 Jul 2001 17:16:15 -0400 (edt)
8544              Message-Id: <200107092116.RAA12010@bottesini.harvard.edu>
8545      Branch: perl
8546            ! ext/File/Glob/t/basic.t
8547 ____________________________________________________________________________
8548 [ 11244] By: jhi                                   on 2001/07/10  01:16:27
8549         Log: Subject: [PATCH] Encode::Tcl. add "HZ" encoding and bugfix
8550              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
8551              Date: Tue, 10 Jul 2001 00:29:55 +0900
8552              Message-Id: <20010710002756.B497.BQW10602@nifty.com>
8553      Branch: perl
8554            + ext/Encode/Encode/HZ.enc
8555            ! MANIFEST ext/Encode/Encode/7bit-kana.enc
8556            ! ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
8557            ! ext/Encode/Encode/iso2022-jp.enc
8558            ! ext/Encode/Encode/iso2022-kr.enc
8559 ____________________________________________________________________________
8560 [ 11243] By: pudge                                 on 2001/07/09  22:16:12
8561         Log: Add in all them there macos/ files.
8562      Branch: maint-5.6/macperl
8563            + (add 577 files)
8564 ____________________________________________________________________________
8565 [ 11242] By: jhi                                   on 2001/07/09  20:26:04
8566         Log: Add the new modules to the list of having those own tests.
8567      Branch: perl
8568            ! t/lib/1_compile.t
8569 ____________________________________________________________________________
8570 [ 11241] By: jhi                                   on 2001/07/09  19:09:58
8571         Log: Add INOUT to control both ways at the same time.
8572      Branch: perl
8573            ! lib/open.pm
8574 ____________________________________________________________________________
8575 [ 11240] By: nick                                  on 2001/07/09  16:33:50
8576         Log: Integrate mainline
8577      Branch: perlio
8578           +> ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
8579           +> ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
8580           !> (integrate 41 files)
8581 ____________________________________________________________________________
8582 [ 11239] By: jhi                                   on 2001/07/09  16:14:35
8583         Log: More encoding mapping magic.
8584      Branch: perl
8585            ! lib/open.pm
8586 ____________________________________________________________________________
8587 [ 11238] By: jhi                                   on 2001/07/09  14:40:43
8588         Log: Update Changes.
8589      Branch: perl
8590            ! Changes patchlevel.h
8591 ____________________________________________________________________________
8592 [ 11237] By: jhi                                   on 2001/07/09  14:27:27
8593         Log: (Retracted by #11285).
8594              
8595              Subject: [PATCH] OPpCONST_OCTAL fixes
8596              From: Abhijit Menon-Sen <ams@wiw.org>
8597              Date: Mon, 9 Jul 2001 07:38:45 +0530
8598              Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org>
8599      Branch: perl
8600            ! op.c
8601 ____________________________________________________________________________
8602 [ 11236] By: jhi                                   on 2001/07/09  14:10:07
8603         Log: Add a pseudolayer ":locale" to the open pragma which
8604              will get the encoding from the locale.  Yet undocumented
8605              because I can't get the PerlIO :encoding(foobar) to work.
8606      Branch: perl
8607            ! ext/Encode/Encode.pm lib/open.pm
8608 ____________________________________________________________________________
8609 [ 11235] By: jhi                                   on 2001/07/09  13:38:43
8610         Log: Add more encoding mappings.
8611      Branch: perl
8612            ! ext/Encode/Encode.pm
8613 ____________________________________________________________________________
8614 [ 11234] By: jhi                                   on 2001/07/09  13:24:54
8615         Log: Document that using :encoding layer requires using Encode.
8616      Branch: perl
8617            ! ext/Encode/Encode.pm lib/PerlIO.pm
8618 ____________________________________________________________________________
8619 [ 11233] By: jhi                                   on 2001/07/09  13:19:34
8620         Log: Netware tweak from Ananth Kesari.
8621      Branch: perl
8622            ! NetWare/netware.h
8623 ____________________________________________________________________________
8624 [ 11232] By: gsar                                  on 2001/07/09  04:40:07
8625         Log: t/harness doesn't know about run/*.t
8626      Branch: perl
8627            ! t/harness
8628 ____________________________________________________________________________
8629 [ 11231] By: gsar                                  on 2001/07/09  04:36:30
8630         Log: run/exit.t busted on windows
8631      Branch: perl
8632            ! t/run/exit.t
8633 ____________________________________________________________________________
8634 [ 11230] By: gsar                                  on 2001/07/09  04:14:54
8635         Log: fix a couple of UCD.t tests that fail due to bad case
8636      Branch: perl
8637            ! lib/Unicode/UCD.t
8638 ____________________________________________________________________________
8639 [ 11229] By: gsar                                  on 2001/07/09  03:57:06
8640         Log: test skip logic was broken
8641      Branch: perl
8642            ! ext/I18N/Langinfo/Langinfo.t
8643 ____________________________________________________________________________
8644 [ 11228] By: gsar                                  on 2001/07/09  03:42:20
8645         Log: remove *.pdb files on windows upon $(MAKE) clean (fixes
8646              failure of ExtUtils.t#27 when built in debug mode)
8647      Branch: perl
8648            ! lib/ExtUtils/MM_Win32.pm
8649 ____________________________________________________________________________
8650 [ 11227] By: gsar                                  on 2001/07/09  02:11:04
8651         Log: I18N::Langinfo is not available on windows
8652      Branch: perl
8653            ! win32/FindExt.pm
8654 ____________________________________________________________________________
8655 [ 11226] By: gsar                                  on 2001/07/09  01:55:23
8656         Log: save a dTHX
8657      Branch: perl
8658            ! ext/POSIX/POSIX.xs
8659 ____________________________________________________________________________
8660 [ 11225] By: jhi                                   on 2001/07/08  23:42:37
8661         Log: Update Changes.
8662      Branch: perl
8663            ! Changes patchlevel.h
8664 ____________________________________________________________________________
8665 [ 11224] By: jhi                                   on 2001/07/08  23:05:41
8666         Log: Guard the nl_langinfo() with HAS_NL_LANGINFO 
8667              as pointed out by Sarathy.
8668      Branch: perl
8669            ! ext/I18N/Langinfo/Langinfo.xs
8670 ____________________________________________________________________________
8671 [ 11223] By: jhi                                   on 2001/07/08  22:59:01
8672         Log: Retract #11212.
8673      Branch: perl
8674            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
8675 ____________________________________________________________________________
8676 [ 11222] By: jhi                                   on 2001/07/08  17:41:22
8677         Log: Bump up the VERSION of Cwd.xs.
8678      Branch: perl
8679            ! ext/Cwd/Makefile.PL
8680 ____________________________________________________________________________
8681 [ 11221] By: jhi                                   on 2001/07/08  17:13:38
8682         Log: Retract #11220, the problem wasn't the missing leading zero.
8683              Here's the problem:
8684              $ ./perl -we 'chmod(oct("755"), ".")'
8685              Non-octal literal mode (493) specified at -e line 1.
8686              (Did you mean 0493 instead?)
8687      Branch: perl
8688            ! lib/ExtUtils/MM_Unix.pm
8689 ____________________________________________________________________________
8690 [ 11220] By: jhi                                   on 2001/07/08  17:05:55
8691         Log: (Retracted by #11221)
8692              Change the PERM_RW and PERM_RWX to 0644 and 0755
8693              (add the leading zero).
8694      Branch: perl
8695            ! lib/ExtUtils/MM_Unix.pm
8696 ____________________________________________________________________________
8697 [ 11219] By: jhi                                   on 2001/07/08  16:17:32
8698         Log: Integrate changes #11193, 11205, 11209 from macperl.
8699              
8700              Fix up AutoLoader to fudge for Mac paths in import().
8701              
8702              Allow symbols in try_symbol() to begin with "_".
8703              
8704              Small portability fix for Mac OS.
8705      Branch: perl
8706           !> lib/AutoLoader.pm lib/Cwd.pm makedef.pl
8707 ____________________________________________________________________________
8708 [ 11218] By: jhi                                   on 2001/07/08  16:10:30
8709         Log: Metaconfig unit change for #11217.
8710      Branch: metaconfig/U/perl
8711            ! Extensions.U
8712 ____________________________________________________________________________
8713 [ 11217] By: jhi                                   on 2001/07/08  16:10:07
8714         Log: Detypo, problem noticed by Gerrit P. Haase.
8715      Branch: perl
8716            ! Configure config_h.SH
8717 ____________________________________________________________________________
8718 [ 11216] By: jhi                                   on 2001/07/08  15:58:35
8719         Log: Cwd cleanups.
8720      Branch: perl
8721            ! ext/Cwd/Cwd.xs
8722 ____________________________________________________________________________
8723 [ 11215] By: jhi                                   on 2001/07/08  15:52:57
8724         Log: Slight tweaks on #11213.
8725      Branch: perl
8726            ! toke.c
8727 ____________________________________________________________________________
8728 [ 11214] By: jhi                                   on 2001/07/08  14:32:28
8729         Log: A missing dTHX noticed by Gerrit P. Haase.
8730      Branch: perl
8731            ! ext/POSIX/POSIX.xs
8732 ____________________________________________________________________________
8733 [ 11213] By: jhi                                   on 2001/07/08  14:24:44
8734         Log: Subject: [PATCH toke.c] Simplify yytoke()
8735              From: Simon Cozens <simon@netthink.co.uk>
8736              Date: Sun, 8 Jul 2001 13:24:34 +0100
8737              Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror>
8738              
8739              Split out pending_ident().
8740      Branch: perl
8741            ! embed.h embed.pl pod/perlapi.pod proto.h toke.c
8742 ____________________________________________________________________________
8743 [ 11212] By: jhi                                   on 2001/07/08  14:17:10
8744         Log: (Retracted by #11223.)
8745              Subject: [PATCH] Re: Problem with Safe.pm and Perl 5.004
8746              Date: Wed, 05 Nov 1997 17:22:34 -0600
8747              From: Graham Barr <gbarr@ti.com>
8748              Message-Id: <3460FFBA.6DA51F46@ti.com>
8749      Branch: perl
8750            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
8751 ____________________________________________________________________________
8752 [ 11211] By: jhi                                   on 2001/07/08  13:53:38
8753         Log: Fix I18N::Langinfo nits noticed but Philip Newton.
8754      Branch: perl
8755            ! ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
8756            ! pod/perllocale.pod
8757 ____________________________________________________________________________
8758 [ 11210] By: jhi                                   on 2001/07/08  01:34:09
8759         Log: Really do the test under the C locale.
8760      Branch: perl
8761            ! ext/I18N/Langinfo/Langinfo.t
8762 ____________________________________________________________________________
8763 [ 11209] By: pudge                                 on 2001/07/08  01:19:25
8764         Log: Small portability fix for Mac OS.
8765      Branch: maint-5.6/macperl
8766            ! lib/Cwd.pm
8767 ____________________________________________________________________________
8768 [ 11208] By: jhi                                   on 2001/07/08  01:14:58
8769         Log: Metaconfig unit change for #11207.
8770      Branch: metaconfig/U/perl
8771            ! Extensions.U
8772 ____________________________________________________________________________
8773 [ 11207] By: jhi                                   on 2001/07/08  01:14:02
8774         Log: Add I18N::Langinfo, which is basically a wrapper around
8775              nl_langinfo(), which is an additional way to query locale
8776              specific information.
8777      Branch: perl
8778            + ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
8779            + ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
8780            ! Configure MANIFEST pod/perl572delta.pod pod/perllocale.pod
8781 ____________________________________________________________________________
8782 [ 11206] By: pudge                                 on 2001/07/08  00:56:29
8783         Log: Bugfixes for some tests.  commonsense.t not in perl 5.6,
8784              used in File::Find tests; replace with if.t.
8785      Branch: maint-5.6/macperl
8786            ! t/lib/filefind-taint.t t/lib/filefind.t t/op/taint.t
8787            ! t/pragma/warn/op
8788 ____________________________________________________________________________
8789 [ 11205] By: pudge                                 on 2001/07/07  23:55:56
8790         Log: Allow symbols in try_symbol() to begin with "_".
8791      Branch: maint-5.6/macperl
8792            ! makedef.pl
8793 ____________________________________________________________________________
8794 [ 11204] By: pudge                                 on 2001/07/07  23:53:37
8795         Log: Sync up the File::Find changes from the rewrite by
8796              Thomas Wegner, et al.
8797      Branch: maint-5.6/macperl
8798            + t/lib/filefind-taint.t
8799            ! lib/File/Find.pm t/lib/filefind.t
8800 ____________________________________________________________________________
8801 [ 11203] By: pudge                                 on 2001/07/07  23:43:06
8802         Log: Subject: [PATCHES] :t:pod: and :lib:Pod: stuff
8803              From: Thomas Wegner <wegner_thomas@yahoo.com>
8804              Date: Thu, 5 Jul 2001 20:31:25 +0200
8805              Message-Id: <p04320400b76a0fc8dea5@[149.225.100.38]>
8806      Branch: maint-5.6/macperl
8807            ! lib/Pod/Find.pm t/pod/find.t t/pod/testp2pt.pl
8808 ____________________________________________________________________________
8809 [ 11202] By: pudge                                 on 2001/07/07  23:38:36
8810         Log: Some more test portability fixes.
8811      Branch: maint-5.6/macperl
8812            ! t/lib/filecopy.t t/pragma/warn/pp_sys
8813 ____________________________________________________________________________
8814 [ 11201] By: jhi                                   on 2001/07/07  22:52:38
8815         Log: The #11200 removed wrong (non-existent) target.  Duh.
8816      Branch: perl
8817            ! Makefile.SH
8818 ____________________________________________________________________________
8819 [ 11200] By: jhi                                   on 2001/07/07  22:44:14
8820         Log: Zap the lib/re.pm before creating it.
8821      Branch: perl
8822            ! Makefile.SH
8823 ____________________________________________________________________________
8824 [ 11199] By: pudge                                 on 2001/07/07  20:54:35
8825         Log: Another test.  Please ignore.
8826      Branch: maint-5.6/macperl
8827            ! README.macos
8828 ____________________________________________________________________________
8829 [ 11198] By: pudge                                 on 2001/07/07  20:44:12
8830         Log: Portability fixes for a lot of tests, especially IO-related
8831              tests, and warnings, and the harness script.
8832      Branch: maint-5.6/macperl
8833            ! t/harness t/io/argv.t t/io/dup.t t/io/fs.t t/io/inplace.t
8834            ! t/io/iprefix.t t/io/open.t t/io/openpid.t t/lib/filepath.t
8835            ! t/lib/findbin.t t/lib/io_dup.t t/lib/socket.t t/op/die_exit.t
8836            ! t/op/misc.t t/op/read.t t/op/readdir.t t/op/runlevel.t
8837            ! t/op/stat.t t/op/subst_wamp.t t/op/taint.t
8838            ! t/pragma/diagnostics.t t/pragma/subs.t t/pragma/warn/doio
8839            ! t/pragma/warn/mg t/pragma/warn/op t/pragma/warn/pp_sys
8840            ! t/pragma/warnings.t
8841 ____________________________________________________________________________
8842 [ 11197] By: jhi                                   on 2001/07/07  20:32:28
8843         Log: Subject: [PATCH] lib/h2xs.t (was Re: [PATCH] h2xs)
8844              From: Nicholas Clark <nick@ccl4.org>
8845              Date: Sat, 7 Jul 2001 21:00:17 +0100
8846              Message-ID: <20010707210017.H59620@plum.flirble.org>
8847      Branch: perl
8848            ! lib/h2xs.t
8849 ____________________________________________________________________________
8850 [ 11196] By: jhi                                   on 2001/07/07  20:26:36
8851         Log: The UNICOS/mk SysV IPC problem has been fixed.
8852      Branch: perl
8853            ! pod/perl572delta.pod
8854 ____________________________________________________________________________
8855 [ 11195] By: jhi                                   on 2001/07/07  19:59:51
8856         Log: Slight update tweaks on perlunicode.pod.
8857      Branch: perl
8858            ! pod/perlunicode.pod
8859 ____________________________________________________________________________
8860 [ 11194] By: jhi                                   on 2001/07/07  17:53:03
8861         Log: Subject: Doc patch DB_File.pm: use umask-friendly modes
8862              From: Mark-Jason Dominus <mjd@plover.com>
8863              Date: Sat, 07 Jul 2001 13:04:04 -0400
8864              Message-ID: <20010707170404.32694.qmail@plover.com>
8865      Branch: perl
8866            ! ext/DB_File/DB_File.pm
8867 ____________________________________________________________________________
8868 [ 11193] By: pudge                                 on 2001/07/07  17:26:28
8869         Log: Fix up AutoLoader to fudge for Mac paths in import().
8870      Branch: maint-5.6/macperl
8871            ! lib/AutoLoader.pm
8872 ____________________________________________________________________________
8873 [ 11192] By: jhi                                   on 2001/07/07  17:03:06
8874         Log: Try to force the lib/re.pm to be there before entering
8875              the extensions builds, should help for parallel makes.
8876      Branch: perl
8877            ! Makefile.SH
8878 ____________________________________________________________________________
8879 [ 11191] By: jhi                                   on 2001/07/07  15:26:16
8880         Log: Subject: Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
8881              From: Norton Allen <allen@huarp.harvard.edu>
8882              Date: Fri, 6 Jul 2001 12:01:14 -0400 (edt)
8883              Message-Id: <200107061601.MAA00597@bottesini.harvard.edu>
8884      Branch: perl
8885            ! ext/POSIX/POSIX.xs
8886 ____________________________________________________________________________
8887 [ 11190] By: jhi                                   on 2001/07/07  15:22:08
8888         Log: Subject: [PATCH] Re: op/arith.t
8889              From: Nicholas Clark <nick@ccl4.org>
8890              Date: Sat, 7 Jul 2001 13:04:54 +0100
8891              Message-ID: <20010707130454.D59620@plum.flirble.org>
8892      Branch: perl
8893            ! numeric.c toke.c
8894 ____________________________________________________________________________
8895 [ 11189] By: jhi                                   on 2001/07/07  15:20:44
8896         Log: Subject: [PATCH] h2xs
8897              From: Nicholas Clark <nick@ccl4.org>
8898              Date: Fri, 6 Jul 2001 23:25:14 +0100
8899              Message-ID: <20010706232514.X59620@plum.flirble.org>
8900      Branch: perl
8901            ! utils/h2xs.PL
8902 ____________________________________________________________________________
8903 [ 11188] By: jhi                                   on 2001/07/07  15:12:36
8904         Log: Subject: Re: bleedperl perl_alloc..free leakage
8905              From: Radu Greab <radu@netsoft.ro>
8906              Date: Fri, 6 Jul 2001 19:48:54 +0300
8907              Message-ID: <15173.60406.308246.456184@ix.netsoft.ro>
8908              
8909              Leak-be-gone.
8910      Branch: perl
8911            ! op.c
8912 ____________________________________________________________________________
8913 [ 11187] By: pudge                                 on 2001/07/07  02:11:36
8914         Log: Test again.  Please ignore.
8915      Branch: maint-5.6/macperl
8916            ! README.macos
8917 ____________________________________________________________________________
8918 [ 11186] By: pudge                                 on 2001/07/07  02:08:13
8919         Log: Test.  Please ignore.
8920      Branch: maint-5.6/macperl
8921            ! README.macos
8922 ____________________________________________________________________________
8923 [ 11185] By: pudge                                 on 2001/07/06  23:46:57
8924         Log: Include changes already sent in separately as patches,
8925              before branch was created.
8926      Branch: maint-5.6/macperl
8927            ! ext/File/Glob/bsd_glob.c ext/IO/lib/IO/Dir.pm gv.c
8928            ! lib/DirHandle.pm lib/File/Basename.pm lib/File/Copy.pm
8929            ! lib/File/Find.pm lib/diagnostics.pm perl.c t/base/term.t
8930            ! t/comp/cpp.t t/comp/multiline.t t/comp/script.t t/comp/term.t
8931            ! t/lib/anydbm.t t/lib/autoloader.t t/lib/dirhand.t
8932            ! t/lib/filefind.t t/lib/io_dir.t t/lib/selfloader.t
8933            ! t/op/anonsub.t t/op/closure.t t/op/defins.t t/op/die_exit.t
8934            ! t/op/exec.t t/op/goto.t t/op/misc.t t/op/pack.t t/op/regexp.t
8935            ! t/op/regexp_noamp.t t/op/split.t t/op/write.t
8936            ! t/pragma/strict.t
8937 ____________________________________________________________________________
8938 [ 11184] By: jhi                                   on 2001/07/06  16:41:30
8939         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
8940              From: Norton Allen <allen@huarp.harvard.edu>
8941              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
8942              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
8943      Branch: perl
8944            ! utf8.h
8945 ____________________________________________________________________________
8946 [ 11183] By: nick                                  on 2001/07/06  16:27:40
8947         Log: Integrate mainline
8948      Branch: perlio
8949           +> (branch 42 files)
8950            - NetWare/perlsdio.h ext/util/mkbootstrap lib/Net/DummyInetd.pm
8951            - lib/Net/PH.pm lib/Net/SNPP.pm lib/Net/t/ph.t
8952            - win32/bin/mdelete.bat
8953           !> (integrate 215 files)
8954 ____________________________________________________________________________
8955 [ 11182] By: jhi                                   on 2001/07/06  15:57:16
8956         Log: The #11166 needed also these updated.
8957      Branch: perl
8958            ! lib/warnings.pm warnings.h
8959 ____________________________________________________________________________
8960 [ 11181] By: jhi                                   on 2001/07/06  13:24:42
8961         Log: Update Changes.
8962      Branch: perl
8963            ! Changes patchlevel.h
8964 ____________________________________________________________________________
8965 [ 11180] By: jhi                                   on 2001/07/06  13:20:08
8966         Log: Regen toc.
8967      Branch: perl
8968            ! pod/perltoc.pod
8969 ____________________________________________________________________________
8970 [ 11179] By: jhi                                   on 2001/07/06  12:57:13
8971         Log: Nit from Abhijit.
8972      Branch: perl
8973            ! lib/CPAN.pm
8974 ____________________________________________________________________________
8975 [ 11178] By: jhi                                   on 2001/07/06  12:53:04
8976         Log: Retract #11172.
8977      Branch: perl
8978            ! t/op/method.t
8979 ____________________________________________________________________________
8980 [ 11177] By: jhi                                   on 2001/07/06  12:44:51
8981         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
8982              From: Norton Allen <allen@huarp.harvard.edu>
8983              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
8984              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
8985      Branch: perl
8986            ! lib/Cwd.pm
8987 ____________________________________________________________________________
8988 [ 11176] By: jhi                                   on 2001/07/06  12:42:45
8989         Log: (Accidentally empty check-in.)
8990      Branch: perl
8991            ! utf8.h
8992 ____________________________________________________________________________
8993 [ 11175] By: jhi                                   on 2001/07/06  12:29:56
8994         Log: Retract #11165 since Sarathy pointed out it'll not
8995              work properly under threads, the problem should be
8996              solved using "the savestack, either via SSNEW() or
8997              using a newSVpv()+SAVEFREESV() combo."
8998      Branch: perl
8999            ! ext/POSIX/POSIX.xs
9000 ____________________________________________________________________________
9001 [ 11174] By: jhi                                   on 2001/07/06  12:27:31
9002         Log: Retract #11125 since NI-S pointed out it'll not work in
9003              cases where the extension has their own handcrafted INC
9004              et alia.
9005      Branch: perl
9006            ! lib/ExtUtils/MM_Unix.pm
9007 ____________________________________________________________________________
9008 [ 11173] By: jhi                                   on 2001/07/06  12:20:50
9009         Log: Subject: RE: [PATCH] -I and MakeMaker again
9010              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
9011              Date: Fri, 6 Jul 2001 09:18:29 +0200
9012              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U>
9013      Branch: perl
9014            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_VMS.pm
9015            ! lib/ExtUtils/MM_Win32.pm
9016 ____________________________________________________________________________
9017 [ 11172] By: jhi                                   on 2001/07/06  12:18:39
9018         Log: (Retracted by #11178)
9019              Subject: [PATCH t/op/method.t] SUPER:: strangeness
9020              From: Piers Cawley <pdcawley@iterative-software.com>
9021              Date: 06 Jul 2001 10:49:01 +0100
9022              Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk>
9023      Branch: perl
9024            ! t/op/method.t
9025 ____________________________________________________________________________
9026 [ 11171] By: jhi                                   on 2001/07/06  01:38:55
9027         Log: VOS README update from Paul Green.
9028      Branch: perl
9029            ! README.vos
9030 ____________________________________________________________________________
9031 [ 11170] By: jhi                                   on 2001/07/06  01:19:33
9032         Log: Subject: [PATCH README.qnx hints/qnx.sh]
9033              From: Norton Allen <allen@huarp.harvard.edu>
9034              Message-Id: <200107051755.NAA21422@bottesini.harvard.edu>
9035              Date: Thu, 5 Jul 2001 13:55:11 -0400 (edt)
9036      Branch: perl
9037            ! README.qnx hints/qnx.sh
9038 ____________________________________________________________________________
9039 [ 11169] By: jhi                                   on 2001/07/06  01:17:43
9040         Log: Subject: [PATCH] Doc patch for Tie::Hash
9041              From: Artur Bergman <artur@contiller.se>
9042              Date: Thu, 05 Jul 2001 22:51:18 +0200
9043              Message-ID: <B76A9FE6.1F04%artur@contiller.se>
9044      Branch: perl
9045            ! lib/Tie/Hash.pm
9046 ____________________________________________________________________________
9047 [ 11168] By: jhi                                   on 2001/07/06  01:16:27
9048         Log: Subject: [PATCH] perlfaq4.pod
9049              From: "Liney, Dave" <dave.liney@gbr.conoco.com>
9050              Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02>
9051              Date: Thu, 5 Jul 2001 18:44:10 +0100 
9052      Branch: perl
9053            ! pod/perlfaq4.pod
9054 ____________________________________________________________________________
9055 [ 11167] By: jhi                                   on 2001/07/06  01:14:41
9056         Log: Subject: [PATCH B::Deparse] Make warnings handling more robust
9057              From: Robin Houston <robin@kitsite.com>
9058              Date: Thu, 5 Jul 2001 18:33:21 +0100
9059              Message-ID: <20010705183321.A27345@robin.kitsite.com>
9060      Branch: perl
9061            ! ext/B/B/Deparse.pm
9062 ____________________________________________________________________________
9063 [ 11166] By: jhi                                   on 2001/07/06  01:11:50
9064         Log: (Retracted by #11285.)
9065              
9066              Subject: Re: [PATCH] mkdir() mode argument is missing initial 0
9067              From: Abhijit Menon-Sen <ams@wiw.org>
9068              Date: Fri, 6 Jul 2001 01:26:32 +0530
9069              Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org>
9070      Branch: perl
9071            ! dump.c op.c op.h opcode.h opcode.pl pod/perldiag.pod pp.sym
9072            ! pp_proto.h t/lib/warnings/op t/lib/warnings/toke toke.c
9073            ! warnings.pl
9074 ____________________________________________________________________________
9075 [ 11165] By: jhi                                   on 2001/07/06  00:19:26
9076         Log: (Retracted by #11175)
9077              Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
9078              From: Norton Allen <allen@huarp.harvard.edu>
9079              Message-Id: <200107051734.NAA13375@bottesini.harvard.edu>
9080              Date: Thu, 5 Jul 2001 13:34:51 -0400 (edt)
9081      Branch: perl
9082            ! ext/POSIX/POSIX.xs
9083 ____________________________________________________________________________
9084 [ 11164] By: jhi                                   on 2001/07/06  00:14:57
9085         Log: Unterminated C< (noticed by Richard Hatch), and few other
9086              small Unicode doc tweaks.
9087      Branch: perl
9088            ! pod/perlretut.pod
9089 ____________________________________________________________________________
9090 [ 11163] By: jhi                                   on 2001/07/05  19:33:34
9091         Log: More flexible argument understanding; add charblocks() and
9092              charscripts(); make charblock() and charscript() two-way;
9093              add charinrange(); separate the $Unicode::UCD::VERSION and
9094              the version of the Unicode by adding UnicodeVersion().
9095      Branch: perl
9096            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
9097 ____________________________________________________________________________
9098 [ 11162] By: jhi                                   on 2001/07/05  13:38:36
9099         Log: Update Unicode::UCD on \p{In...}.
9100      Branch: perl
9101            ! lib/Unicode/UCD.pm
9102 ____________________________________________________________________________
9103 [ 11161] By: jhi                                   on 2001/07/05  13:26:00
9104         Log: Subject: Re: [PATCH lib/ExtUtils.t] Extra Files for QNX
9105              From: Norton Allen <allen@huarp.harvard.edu>
9106              Date: Thu, 5 Jul 2001 09:57:14 -0400 (edt)
9107              Message-Id: <200107051357.JAA06285@bottesini.harvard.edu>
9108      Branch: perl
9109            ! lib/ExtUtils/MM_Unix.pm
9110 ____________________________________________________________________________
9111 [ 11160] By: jhi                                   on 2001/07/05  13:06:53
9112         Log: POSIX-BC tweaks from Thomas Dorner.
9113      Branch: perl
9114            ! hints/posix-bc.sh perlio.h
9115 ____________________________________________________________________________
9116 [ 11159] By: jhi                                   on 2001/07/05  04:17:18
9117         Log: Module updates for the delta.
9118      Branch: perl
9119            ! pod/perl572delta.pod
9120 ____________________________________________________________________________
9121 [ 11158] By: jhi                                   on 2001/07/05  03:45:19
9122         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sock.t] for QNX
9123              From: Norton Allen <allen@huarp.harvard.edu>
9124              Message-Id: <200107050259.WAA06843@bottesini.harvard.edu>
9125              Date: Wed, 4 Jul 2001 22:59:00 -0400 (edt)
9126      Branch: perl
9127            ! ext/IO/lib/IO/t/io_sock.t
9128 ____________________________________________________________________________
9129 [ 11157] By: jhi                                   on 2001/07/05  03:44:19
9130         Log: Subject: [PATCH perldiag.pod] Quick fixes
9131              From: Simon Cozens <simon@netthink.co.uk>
9132              Date: Wed, 4 Jul 2001 20:22:12 +0100
9133              Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror>
9134      Branch: perl
9135            ! pod/perldiag.pod
9136 ____________________________________________________________________________
9137 [ 11156] By: jhi                                   on 2001/07/05  03:43:28
9138         Log: Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match
9139              From: Radu Greab <radu@netsoft.ro>
9140              Date: Wed, 4 Jul 2001 22:13:31 +0300
9141              Message-ID: <15171.27355.895094.128142@ix.netsoft.ro>
9142      Branch: perl
9143            ! op.c sv.c t/op/pos.t
9144 ____________________________________________________________________________
9145 [ 11155] By: jhi                                   on 2001/07/05  03:40:24
9146         Log: Subject: [PATCH] -I and MakeMaker again
9147              From: Michael G Schwern <schwern@pobox.com>
9148              Date: Wed, 4 Jul 2001 15:03:07 -0400
9149              Message-ID: <20010704150307.I20340@blackrider>
9150              
9151              (and retract #11145)
9152      Branch: perl
9153            ! ext/util/make_ext lib/ExtUtils/MM_Unix.pm
9154            ! lib/ExtUtils/MakeMaker.pm
9155 ____________________________________________________________________________
9156 [ 11154] By: jhi                                   on 2001/07/05  03:32:43
9157         Log: Subject: Re: PERFORCE change 11142 for review
9158              From: "Philip Newton" <Philip.Newton@gmx.net>
9159              Date: Wed, 4 Jul 2001 20:46:26 +0200
9160              Message-Id: <200107041841.VAA25380@taas.iki.fi>
9161      Branch: perl
9162            ! lib/ExtUtils/MakeMaker.pm
9163 ____________________________________________________________________________
9164 [ 11153] By: jhi                                   on 2001/07/05  03:29:21
9165         Log: Subject: Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
9166              From: Jonathan Stowe <gellyfish@gellyfish.com>
9167              Date: Mon, 2 Jul 2001 20:45:53 +0100 (BST)
9168              Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com>
9169      Branch: perl
9170            ! utils/pl2pm.PL
9171 ____________________________________________________________________________
9172 [ 11152] By: gsar                                  on 2001/07/05  00:52:57
9173         Log: fix the binary compatibility issue when building with/without
9174              usemymalloc by exporting Perl_malloc() et al as simple wrappers
9175              around the system functions (this allows most extensions built
9176              using one mode to coexist with perls built in the other mode)
9177              
9178              XXX the Perl_mfree() wrapper might need to do return(free()) on
9179              platforms where Free_t isn't "void"
9180      Branch: perl
9181            ! embed.h embed.pl makedef.pl proto.h util.c
9182 ____________________________________________________________________________
9183 [ 11151] By: gsar                                  on 2001/07/05  00:42:49
9184         Log: perl built with USE_ITHREADS can deadlock during fork() or backticks
9185              since it doesn't ensure threads other than the one calling fork()
9186              aren't holding any locks; the fix is to use pthread_atfork() to
9187              hold global locks
9188              
9189              building perl with -Dusemymalloc exacerbates the problem since
9190              Perl_malloc() holds a mutex, and perl's exec() calls New()
9191              
9192              XXX the code in win32thread.h may be needed on platforms that have
9193              no pthread_atfork()
9194      Branch: perl
9195            ! perl.c thread.h win32/win32thread.h
9196 ____________________________________________________________________________
9197 [ 11150] By: pudge                                 on 2001/07/04  20:07:54
9198         Log: Integrate #11009 from maintperl.
9199      Branch: maint-5.6/macperl
9200           !> lib/ExtUtils/Manifest.pm
9201 ____________________________________________________________________________
9202 [ 11149] By: pudge                                 on 2001/07/04  19:54:46
9203         Log: Flexing my Perforce muscles.
9204      Branch: maint-5.6/macperl
9205            ! README.macos
9206 ____________________________________________________________________________
9207 [ 11148] By: jhi                                   on 2001/07/04  17:14:51
9208         Log: Update Changes.
9209      Branch: perl
9210            ! Changes patchlevel.h
9211 ____________________________________________________________________________
9212 [ 11147] By: jhi                                   on 2001/07/04  16:41:25
9213         Log: Metaconfig unit change for #11146.
9214      Branch: metaconfig/U/perl
9215            ! d_fcntl_can_lock.U
9216 ____________________________________________________________________________
9217 [ 11146] By: jhi                                   on 2001/07/04  16:36:31
9218         Log: Somehow the #ifdefs of the added code (in #11093) made
9219              HP-UX to fail the fcntl locking test, without the ifdefs
9220              the test seems to be working again.  Reason unknown:
9221              HP-UX cc doesn't complain either way.
9222      Branch: perl
9223            ! Configure
9224 ____________________________________________________________________________
9225 [ 11145] By: jhi                                   on 2001/07/04  16:08:00
9226         Log: (Retracted by #11155) PERLRUNINST needed in some spots.
9227      Branch: perl
9228            ! lib/ExtUtils/MM_Unix.pm
9229 ____________________________________________________________________________
9230 [ 11144] By: jhi                                   on 2001/07/04  16:07:35
9231         Log: gcc -Wall nit.
9232      Branch: perl
9233            ! pp_hot.c
9234 ____________________________________________________________________________
9235 [ 11143] By: jhi                                   on 2001/07/04  15:08:26
9236         Log: When removing tests updating the test count is a good idea, too.
9237      Branch: perl
9238            ! lib/Net/t/require.t
9239 ____________________________________________________________________________
9240 [ 11142] By: jhi                                   on 2001/07/04  14:57:51
9241         Log: Document #11134 and add the new symbols to the list of
9242              of MakeMaker known ones.
9243      Branch: perl
9244            ! lib/ExtUtils/MakeMaker.pm
9245 ____________________________________________________________________________
9246 [ 11141] By: jhi                                   on 2001/07/04  14:34:11
9247         Log: Microperl update.
9248      Branch: perl
9249            ! uconfig.h
9250 ____________________________________________________________________________
9251 [ 11140] By: jhi                                   on 2001/07/04  14:32:27
9252         Log: Update the libnet tests as per #11138.
9253      Branch: perl
9254            - lib/Net/t/ph.t
9255            ! MANIFEST lib/Net/t/require.t
9256 ____________________________________________________________________________
9257 [ 11139] By: jhi                                   on 2001/07/04  14:14:33
9258         Log: Regen toc and modlib.
9259      Branch: perl
9260            ! pod/perlmodlib.pod pod/perltoc.pod
9261 ____________________________________________________________________________
9262 [ 11138] By: jhi                                   on 2001/07/04  14:10:38
9263         Log: Remove DummyInetd, PH, and SNPP from the libnet, as per
9264              Graham's request.
9265      Branch: perl
9266            - lib/Net/DummyInetd.pm lib/Net/PH.pm lib/Net/SNPP.pm
9267            ! MANIFEST
9268 ____________________________________________________________________________
9269 [ 11137] By: jhi                                   on 2001/07/04  14:06:35
9270         Log: Add the OS/390 harness results to the delta.
9271      Branch: perl
9272            ! pod/perl572delta.pod
9273 ____________________________________________________________________________
9274 [ 11136] By: jhi                                   on 2001/07/04  13:59:01
9275         Log: Avoid the two study tests in OS/390 until the bug has been solved.
9276      Branch: perl
9277            ! t/op/study.t
9278 ____________________________________________________________________________
9279 [ 11135] By: jhi                                   on 2001/07/04  13:49:08
9280         Log: DOS/DJGPP tweaks from Laszlo Molnar.
9281      Branch: perl
9282            ! AUTHORS djgpp/djgppsed.sh hints/dos_djgpp.sh t/op/write.t
9283 ____________________________________________________________________________
9284 [ 11134] By: jhi                                   on 2001/07/04  13:47:46
9285         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE
9286              From: Michael G Schwern <schwern@pobox.com>
9287              Date: Wed, 4 Jul 2001 00:01:16 -0400
9288              Message-ID: <20010704000116.C591@blackrider>
9289      Branch: perl
9290            ! ext/util/make_ext lib/ExtUtils.t lib/ExtUtils/MM_Unix.pm
9291 ____________________________________________________________________________
9292 [ 11133] By: jhi                                   on 2001/07/04  01:55:20
9293         Log: The #11132 missed singleton characters (not part
9294              of a unilo..unihi range) in Unicode scripts.
9295      Branch: perl
9296            ! lib/unicode/In/0.pl lib/unicode/In/1.pl lib/unicode/In/10.pl
9297            ! lib/unicode/In/11.pl lib/unicode/In/12.pl lib/unicode/In/13.pl
9298            ! lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
9299            ! lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/20.pl
9300            ! lib/unicode/In/21.pl lib/unicode/In/24.pl lib/unicode/In/29.pl
9301            ! lib/unicode/In/3.pl lib/unicode/In/30.pl lib/unicode/In/34.pl
9302            ! lib/unicode/In/35.pl lib/unicode/In/37.pl lib/unicode/In/39.pl
9303            ! lib/unicode/In/4.pl lib/unicode/In/5.pl lib/unicode/In/6.pl
9304            ! lib/unicode/In/8.pl lib/unicode/In/9.pl lib/unicode/Scripts.pl
9305            ! lib/unicode/mktables.PL t/op/pat.t
9306 ____________________________________________________________________________
9307 [ 11132] By: jhi                                   on 2001/07/04  01:32:11
9308         Log: Support preferentially the Unicode 'scripts' definition
9309              in the \p{In...} notation since according to Unicode the
9310              scripts concept is more natural for matching than using
9311              the somewhat artificial block names.  The block names are
9312              still available, though, and if there's a name conflict,
9313              the scripts one wins and the blocks one has to do with
9314              'Block' appended to its name.  For more information see
9315              
9316              http://www.unicode.org/unicode/reports/tr24/
9317      Branch: perl
9318            + lib/unicode/In/100.pl lib/unicode/In/101.pl
9319            + lib/unicode/In/102.pl lib/unicode/In/103.pl
9320            + lib/unicode/In/104.pl lib/unicode/In/105.pl
9321            + lib/unicode/In/106.pl lib/unicode/In/107.pl
9322            + lib/unicode/In/108.pl lib/unicode/In/109.pl
9323            + lib/unicode/In/110.pl lib/unicode/In/111.pl
9324            + lib/unicode/In/112.pl lib/unicode/In/113.pl
9325            + lib/unicode/In/114.pl lib/unicode/In/115.pl
9326            + lib/unicode/In/116.pl lib/unicode/In/117.pl
9327            + lib/unicode/In/118.pl lib/unicode/In/119.pl
9328            + lib/unicode/In/120.pl lib/unicode/In/121.pl
9329            + lib/unicode/In/122.pl lib/unicode/In/123.pl
9330            + lib/unicode/In/124.pl lib/unicode/In/125.pl
9331            + lib/unicode/In/126.pl lib/unicode/In/127.pl
9332            + lib/unicode/In/128.pl lib/unicode/In/129.pl
9333            + lib/unicode/In/130.pl lib/unicode/In/131.pl
9334            + lib/unicode/In/132.pl lib/unicode/In/133.pl
9335            + lib/unicode/In/134.pl lib/unicode/In/135.pl
9336            + lib/unicode/In/96.pl lib/unicode/In/97.pl lib/unicode/In/98.pl
9337            + lib/unicode/In/99.pl lib/unicode/Scripts.pl
9338            ! (edit 106 files)
9339 ____________________________________________________________________________
9340 [ 11131] By: jhi                                   on 2001/07/03  23:02:02
9341         Log: Better document the difference between a block and a script.
9342      Branch: perl
9343            ! lib/Unicode/UCD.pm
9344 ____________________________________________________________________________
9345 [ 11130] By: jhi                                   on 2001/07/03  22:49:15
9346         Log: Subject: [ perl 5.6.1 ] CPAN.pm doc patch
9347              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
9348              Date: Tue, 3 Jul 2001 15:04:23 -0500
9349              Message-ID: <20010703150423.C9787@chaos.wustl.edu>
9350      Branch: perl
9351            ! lib/CPAN.pm
9352 ____________________________________________________________________________
9353 [ 11129] By: jhi                                   on 2001/07/03  22:45:41
9354         Log: Add tests for charscript().
9355      Branch: perl
9356            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
9357 ____________________________________________________________________________
9358 [ 11128] By: jhi                                   on 2001/07/03  20:41:54
9359         Log: Add charscript() to get the UTR#24 script names of characters.
9360      Branch: perl
9361            ! lib/Unicode/UCD.pm
9362 ____________________________________________________________________________
9363 [ 11127] By: jhi                                   on 2001/07/03  19:53:29
9364         Log: Todo updates.
9365      Branch: perl
9366            ! pod/perltodo.pod
9367 ____________________________________________________________________________
9368 [ 11126] By: jhi                                   on 2001/07/03  19:45:30
9369         Log: Unicode::UCD updates.
9370      Branch: perl
9371            ! lib/Unicode/UCD.pm
9372 ____________________________________________________________________________
9373 [ 11125] By: jhi                                   on 2001/07/03  16:12:20
9374         Log: (Retracted by #11174)
9375              Subject: MakeMaker should pass through DEFINE and INC to subdirs
9376              From: Alan Burlison <Alan.Burlison@sun.com>
9377              Date: Tue, 03 Jul 2001 15:20:13 +0100
9378              Message-ID: <3B41D49D.A923D4F9@sun.com>
9379      Branch: perl
9380            ! lib/ExtUtils/MM_Unix.pm
9381 ____________________________________________________________________________
9382 [ 11124] By: jhi                                   on 2001/07/03  16:06:53
9383         Log: Subject: Patch needed for UTS
9384              From: hom00@utsglobal.com (Hal Morris)
9385              Date: Tue, 3 Jul 2001 09:38:22 -0700 (PDT)
9386              Message-Id: <200107031638.JAA11998@cepheus.utsglobal.com>
9387              
9388              Replace #11113 with a better version.
9389      Branch: perl
9390            ! perl.h
9391 ____________________________________________________________________________
9392 [ 11123] By: jhi                                   on 2001/07/03  16:04:49
9393         Log: Subject: Re: POINTERRIGOR
9394              From: Andy Dougherty <doughera@lafayette.edu>
9395              Date: Tue, 3 Jul 2001 11:49:28 -0400 (EDT)
9396              Message-ID: <Pine.SOL.4.10.10107031040030.1982-100000@maxwell.phys.lafayette.edu>
9397      Branch: perl
9398            ! util.c
9399 ____________________________________________________________________________
9400 [ 11122] By: jhi                                   on 2001/07/03  16:03:31
9401         Log: Subject: Re: [PATCH @11016] Fixes compile errors in four files
9402              From: "Philip Newton" <pnewton@gmx.de>
9403              Date: Tue, 3 Jul 2001 17:03:34 +0200
9404              Message-ID: <3B41FAE6.29564.660E117@localhost>
9405      Branch: perl
9406            ! pp_hot.c
9407 ____________________________________________________________________________
9408 [ 11121] By: jhi                                   on 2001/07/03  13:26:08
9409         Log: Typos.
9410      Branch: perl
9411            ! INSTALL
9412 ____________________________________________________________________________
9413 [ 11120] By: jhi                                   on 2001/07/03  11:34:47
9414         Log: Subject: [PATCH 5.6.1] debugger fixes
9415              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9416              Date: Tue, 3 Jul 2001 03:38:18 -0400
9417              Message-ID: <20010703033818.A16788@math.ohio-state.edu>
9418              
9419              The $^S is working again.
9420      Branch: perl
9421            ! lib/perl5db.pl
9422 ____________________________________________________________________________
9423 [ 11119] By: jhi                                   on 2001/07/03  11:33:27
9424         Log: Subject: Re: [PATCH 5.6.1] OS/2 improvements
9425              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9426              Date: Tue, 3 Jul 2001 03:34:06 -0400
9427              Message-ID: <20010703033406.A16776@math.ohio-state.edu>
9428      Branch: perl
9429            ! os2/OS2/Process/Process.pm
9430 ____________________________________________________________________________
9431 [ 11118] By: jhi                                   on 2001/07/03  11:29:54
9432         Log: Subject: [PATCH bleadperl] Bad lishp in change 11084
9433              From: "Philip Newton" <Philip.Newton@gmx.net>
9434              Date: Tue, 3 Jul 2001 09:11:27 +0200
9435              Message-Id: <200107030706.KAA04596@taas.iki.fi>
9436      Branch: perl
9437            ! lib/FindBin.pm
9438 ____________________________________________________________________________
9439 [ 11117] By: jhi                                   on 2001/07/03  11:25:14
9440         Log: Delta delta.
9441      Branch: perl
9442            ! pod/perl572delta.pod
9443 ____________________________________________________________________________
9444 [ 11116] By: jhi                                   on 2001/07/02  23:06:50
9445         Log: Metaconfig unit change for 11115.
9446      Branch: metaconfig
9447            ! U/modified/libc.U
9448 ____________________________________________________________________________
9449 [ 11115] By: jhi                                   on 2001/07/02  23:06:27
9450         Log: Whitespace allowed at the ends of /lib/syscalls.exp lines
9451              (from Richard Hatch) (this was the cause of pipes() and
9452              times() myeteriously not being found)
9453      Branch: perl
9454            ! Configure
9455 ____________________________________________________________________________
9456 [ 11114] By: jhi                                   on 2001/07/02  22:58:41
9457         Log: Retract #10142, the real culprit found by Richard Hatch,
9458              coming soon to Configure near you.
9459      Branch: perl
9460            ! hints/aix.sh
9461 ____________________________________________________________________________
9462 [ 11113] By: jhi                                   on 2001/07/02  22:56:09
9463         Log: (Replaced by #11124) UTS workaround from Hal Morris.
9464      Branch: perl
9465            ! perl.h
9466 ____________________________________________________________________________
9467 [ 11112] By: jhi                                   on 2001/07/02  22:53:29
9468         Log: Subject: [PATCH] grok not grocking correctly
9469              From: Nicholas Clark <nick@ccl4.org>
9470              Date: Tue, 3 Jul 2001 00:19:08 +0100
9471              Message-ID: <20010703001908.H59620@plum.flirble.org>
9472      Branch: perl
9473            ! numeric.c
9474 ____________________________________________________________________________
9475 [ 11111] By: jhi                                   on 2001/07/02  22:48:42
9476         Log: Subject: [PATCH Deparse.t] test just-posted patches
9477              From: Robin Houston <robin@kitsite.com>
9478              Date: Mon, 2 Jul 2001 23:46:15 +0100
9479              Message-Id: <E15HCUN-0000Rh-00.2001-07-02-23-48-19@mail18.svr.pol.co.uk>
9480      Branch: perl
9481            ! ext/B/Deparse.t
9482 ____________________________________________________________________________
9483 [ 11110] By: jhi                                   on 2001/07/02  22:27:10
9484         Log: Subject: [PATCH toke.c] autosplit into @F
9485              From: Robin Houston <robin@kitsite.com>
9486              Date: Mon, 2 Jul 2001 23:18:20 +0100
9487              Message-Id: <E15HC3M-0007jL-00.2001-07-02-23-20-24@mail18.svr.pol.co.uk>
9488      Branch: perl
9489            ! perl.c toke.c
9490 ____________________________________________________________________________
9491 [ 11109] By: jhi                                   on 2001/07/02  22:25:03
9492         Log: Subject: [PATCH B::Deparse] hash key auto-quoting
9493              From: Robin Houston <robin@kitsite.com>
9494              Date: Mon, 2 Jul 2001 23:00:48 +0100
9495              Message-Id: <E15HBmR-0006mc-00.2001-07-02-23-02-55@mail18.svr.pol.co.uk>
9496      Branch: perl
9497            ! ext/B/B/Deparse.pm
9498 ____________________________________________________________________________
9499 [ 11108] By: jhi                                   on 2001/07/02  19:21:18
9500         Log: Subject: Re: [PATCH perlsnap] '-' !~ /\w/
9501              From: "Philip Newton" <Philip.Newton@gmx.net>
9502              Date: Mon, 2 Jul 2001 22:06:22 +0200
9503              (no Message-Id)
9504      Branch: perl
9505            ! ext/NDBM_File/hints/linux.pl
9506 ____________________________________________________________________________
9507 [ 11107] By: jhi                                   on 2001/07/02  19:19:25
9508         Log: Subject: Re: Fixed pack problem - sort of
9509              From: Nicholas Clark <nick@ccl4.org>
9510              Date: Mon, 2 Jul 2001 20:59:20 +0100
9511              Message-ID: <20010702205919.F59620@plum.flirble.org>
9512      Branch: perl
9513            ! pp_pack.c t/op/pack.t
9514 ____________________________________________________________________________
9515 [ 11106] By: jhi                                   on 2001/07/02  19:18:28
9516         Log: Subject: Re: [PATCH 5.6.1] OS/2 cwd
9517              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9518              Date: Mon, 2 Jul 2001 15:45:41 -0400
9519              Message-ID: <20010702154541.B24295@math.ohio-state.edu>
9520      Branch: perl
9521            ! os2/os2.c
9522 ____________________________________________________________________________
9523 [ 11105] By: jhi                                   on 2001/07/02  19:17:27
9524         Log: (Mistaken retraction)
9525      Branch: perl
9526            ! utils/pl2pm.PL
9527 ____________________________________________________________________________
9528 [ 11104] By: jhi                                   on 2001/07/02  18:56:15
9529         Log: Detypo in #11103.
9530      Branch: perl
9531            ! utils/pl2pm.PL
9532 ____________________________________________________________________________
9533 [ 11103] By: jhi                                   on 2001/07/02  18:54:53
9534         Log: Subject: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
9535              From: Jonathan Stowe <gellyfish@gellyfish.com>
9536              Date: Mon, 2 Jul 2001 19:17:21 +0100 (BST)
9537              Message-ID: <Pine.LNX.4.33.0107021904530.7401-100000@orpheus.gellyfish.com>
9538      Branch: perl
9539            ! utils/pl2pm.PL
9540 ____________________________________________________________________________
9541 [ 11102] By: jhi                                   on 2001/07/02  18:16:09
9542         Log: Subject: [PATCH perl@11059] UCD.pm: if at first you don't succeed, croak?
9543              From: "Craig A. Berry" <craigberry@mac.com>
9544              Date: Mon, 02 Jul 2001 14:11:23 -0500
9545              Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01>
9546      Branch: perl
9547            ! lib/Unicode/UCD.pm
9548 ____________________________________________________________________________
9549 [ 11101] By: jhi                                   on 2001/07/02  18:14:51
9550         Log: Subject: [PATCH] Re: op/numconvert.t failures
9551              From: Nicholas Clark <nick@ccl4.org>
9552              Date: Mon, 2 Jul 2001 20:10:48 +0100
9553              Message-ID: <20010702201048.E59620@plum.flirble.org>
9554      Branch: perl
9555            ! t/op/numconvert.t
9556 ____________________________________________________________________________
9557 [ 11100] By: jhi                                   on 2001/07/02  17:51:44
9558         Log: Update Changes.
9559      Branch: perl
9560            ! Changes patchlevel.h
9561 ____________________________________________________________________________
9562 [ 11099] By: jhi                                   on 2001/07/02  17:46:31
9563         Log: Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
9564              The real fix must be more involved.  The line of code all the leaky
9565              call stacks seem to go through is op.c:2949, the PmopSTASH_set()
9566              line of Perl_newPMOP().
9567      Branch: perl
9568            ! op.h
9569 ____________________________________________________________________________
9570 [ 11098] By: jhi                                   on 2001/07/02  17:37:44
9571         Log: Based on
9572              
9573              Subject: Re: sizeof(struct sembuf)
9574              From: Nicholas Clark <nick@ccl4.org>
9575              Date: Sun, 1 Jul 2001 22:26:48 +0100
9576              Message-ID: <20010701222648.W59620@plum.flirble.org>
9577              
9578              but do semop() always the slow way.
9579      Branch: perl
9580            ! doio.c
9581 ____________________________________________________________________________
9582 [ 11097] By: jhi                                   on 2001/07/02  17:22:14
9583         Log: Subject: [PATCH] Encode/Tcl.t, for esc-seq encodings
9584              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
9585              Date: Tue, 03 Jul 2001 00:56:30 +0900
9586              Message-Id: <20010703005600.2225.BQW10602@nifty.com>
9587      Branch: perl
9588            ! ext/Encode/Encode/Tcl.t
9589 ____________________________________________________________________________
9590 [ 11096] By: jhi                                   on 2001/07/02  17:11:24
9591         Log: Subject: [PATCH] Encode/Tcl.pm, continuous sequences
9592              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
9593              Date: Tue, 03 Jul 2001 00:55:46 +0900
9594              Message-Id: <20010703005516.2222.BQW10602@nifty.com>
9595      Branch: perl
9596            ! ext/Encode/Encode/Tcl.pm
9597 ____________________________________________________________________________
9598 [ 11095] By: jhi                                   on 2001/07/02  17:07:14
9599         Log: Regen api and toc.
9600      Branch: perl
9601            ! pod/perlapi.pod pod/perltoc.pod
9602 ____________________________________________________________________________
9603 [ 11094] By: jhi                                   on 2001/07/02  16:29:42
9604         Log: Metaconfig unit change for #11093.
9605      Branch: metaconfig/U/perl
9606            ! d_fcntl_can_lock.U
9607 ____________________________________________________________________________
9608 [ 11093] By: jhi                                   on 2001/07/02  16:28:56
9609         Log: The fcntl locking test may hang if NFS locking messed up;
9610              break out with alarm(10).
9611      Branch: perl
9612            ! Configure
9613 ____________________________________________________________________________
9614 [ 11092] By: jhi                                   on 2001/07/02  14:11:31
9615         Log: Move the mdelete.bat from win32/bin to win32.
9616      Branch: perl
9617            ! MANIFEST
9618 ____________________________________________________________________________
9619 [ 11091] By: jhi                                   on 2001/07/02  14:10:01
9620         Log: Typo in #11083.
9621      Branch: perl
9622            ! ext/Time/Piece/Piece.t
9623 ____________________________________________________________________________
9624 [ 11090] By: jhi                                   on 2001/07/02  13:36:58
9625         Log: Netware tweaks from Guruprasad.
9626      Branch: perl
9627            - NetWare/perlsdio.h
9628            ! MANIFEST NetWare/Makefile NetWare/interface.c
9629            ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.h
9630            ! perlsdio.h
9631 ____________________________________________________________________________
9632 [ 11089] By: jhi                                   on 2001/07/02  13:25:40
9633         Log: Subject: Re: [PATH] shared -> unique;
9634              From: Abhijit Menon-Sen <ams@wiw.org>
9635              Date: Wed, 27 Jun 2001 03:51:27 +0530
9636              Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org>
9637      Branch: perl
9638            ! dump.c gv.c gv.h op.c pp_sys.c sv.c toke.c xsutils.c
9639 ____________________________________________________________________________
9640 [ 11088] By: jhi                                   on 2001/07/02  13:24:27
9641         Log: Subject: Re: AIX / gcc-3.0
9642              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9643              Date: Mon, 02 Jul 2001 15:20:21 +0200
9644              Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl>
9645      Branch: perl
9646            ! hints/aix.sh
9647 ____________________________________________________________________________
9648 [ 11087] By: jhi                                   on 2001/07/02  13:23:21
9649         Log: Subject: Re: Bug report: split splits on wrong pattern
9650              From: Abhijit Menon-Sen <ams@wiw.org>
9651              Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org>
9652              Date: Mon, 2 Jul 2001 16:31:33 +0530
9653      Branch: perl
9654            ! pp_ctl.c
9655 ____________________________________________________________________________
9656 [ 11086] By: jhi                                   on 2001/07/02  13:22:30
9657         Log: Subject: [PATCH 5.6.1] test harness
9658              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9659              Date: Mon, 2 Jul 2001 06:29:21 -0400
9660              Message-ID: <20010702062921.A1810@math.ohio-state.edu>
9661      Branch: perl
9662            ! lib/Test/Harness.pm
9663 ____________________________________________________________________________
9664 [ 11085] By: jhi                                   on 2001/07/02  13:21:39
9665         Log: Subject: [PATCH 5.6.1] debugger goof
9666              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9667              Date: Mon, 2 Jul 2001 06:27:22 -0400
9668              Message-ID: <20010702062722.A1746@math.ohio-state.edu>
9669      Branch: perl
9670            ! lib/perl5db.pl
9671 ____________________________________________________________________________
9672 [ 11084] By: jhi                                   on 2001/07/02  13:20:50
9673         Log: Subject: [PATCH 5.6.1] OS/2 cwd
9674              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9675              Date: Mon, 2 Jul 2001 06:21:17 -0400
9676              Message-ID: <20010702062117.A1401@math.ohio-state.edu>
9677      Branch: perl
9678            ! lib/Cwd.pm lib/File/Find/taint.t lib/FindBin.pm os2/os2.c
9679 ____________________________________________________________________________
9680 [ 11083] By: jhi                                   on 2001/07/02  13:19:18
9681         Log: Make #11082 more OS/2-specific.
9682      Branch: perl
9683            ! ext/Time/Piece/Piece.t
9684 ____________________________________________________________________________
9685 [ 11082] By: jhi                                   on 2001/07/02  13:14:36
9686         Log: Subject: [PATCH 5.6.1] OS/2 gmtime()
9687              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9688              Date: Mon, 2 Jul 2001 06:06:34 -0400
9689              Message-ID: <20010702060634.A1356@math.ohio-state.edu>
9690      Branch: perl
9691            ! ext/Time/Piece/Piece.t
9692 ____________________________________________________________________________
9693 [ 11081] By: jhi                                   on 2001/07/02  13:13:08
9694         Log: Subject: [PATCH B::Deparse] version number & changes
9695              From: Robin Houston <robin@kitsite.com>  
9696              Date: Sun, 1 Jul 2001 17:17:29 +0100
9697              Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk>
9698      Branch: perl
9699            ! ext/B/B/Deparse.pm
9700 ____________________________________________________________________________
9701 [ 11080] By: jhi                                   on 2001/07/02  13:11:48
9702         Log: Subject: a small fix.
9703              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
9704              Date: Mon, 2 Jul 2001 12:17:53 +0200
9705              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U>
9706      Branch: perl
9707            ! ext/Thread/Thread.xs
9708 ____________________________________________________________________________
9709 [ 11079] By: jhi                                   on 2001/07/02  13:10:39
9710         Log: Subject: RE: perl@10907
9711              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
9712              Date: Mon, 2 Jul 2001 12:06:16 +0200
9713              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
9714              
9715              Borland C vs PerlIO.
9716      Branch: perl
9717            ! win32/config.bc win32/config_H.bc
9718 ____________________________________________________________________________
9719 [ 11078] By: jhi                                   on 2001/07/02  13:03:44
9720         Log: Subject: [PATCH] Report /pro/3gl/CPAN/perl-5.7.1
9721              From: "H.M. Brand" <merijn@l1.procura.nl>
9722              Date: Mon, 02 Jul 2001 11:18:57 +0200
9723              Message-Id: <20010702100811.4999.MERIJN@l1.procura.nl>
9724      Branch: perl
9725            ! t/op/write.t
9726 ____________________________________________________________________________
9727 [ 11077] By: jhi                                   on 2001/07/02  12:58:27
9728         Log: Subject: [PATCH] Deleting ext/util/mkbootstrap
9729              From: Michael G Schwern <schwern@pobox.com>
9730              Date: Mon, 2 Jul 2001 00:26:24 -0400
9731              Message-ID: <20010702002624.A18302@blackrider>
9732      Branch: perl
9733            - ext/util/mkbootstrap
9734 ____________________________________________________________________________
9735 [ 11076] By: jhi                                   on 2001/07/02  12:56:20
9736         Log: Subject: [PATCH op.h] v minor comment tweak
9737              From: Robin Houston <robin@puffinry.freeserve.co.uk>
9738              Date: Mon, 2 Jul 2001 00:42:01 +0100
9739              Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk>
9740      Branch: perl
9741            ! op.h
9742 ____________________________________________________________________________
9743 [ 11075] By: jhi                                   on 2001/07/02  12:53:48
9744         Log: SysV IPC semops use native shorts, not forced-to-16-bit-shorts.
9745      Branch: perl
9746            ! pod/perlfunc.pod
9747 ____________________________________________________________________________
9748 [ 11074] By: jhi                                   on 2001/07/02  12:52:28
9749         Log: Subject: Re: sizeof(struct sembuf)
9750              From: Nicholas Clark <nick@ccl4.org>
9751              Date: Sun, 1 Jul 2001 19:23:16 +0100
9752              Message-ID: <20010701192316.V59620@plum.flirble.org>
9753              
9754              s/signaling/signalling/
9755      Branch: perl
9756            ! pod/perlfunc.pod
9757 ____________________________________________________________________________
9758 [ 11073] By: jhi                                   on 2001/07/02  12:49:51
9759         Log: Subject: [PATCH perlsnap] Suggestion for mnemonic for $^N
9760              From: "Philip Newton" <Philip.Newton@gmx.net>
9761              Date: Sun, 1 Jul 2001 09:37:56 +0200
9762              Message-Id: <200107010733.KAA03920@taas.iki.fi>
9763      Branch: perl
9764            ! pod/perlvar.pod
9765 ____________________________________________________________________________
9766 [ 11072] By: jhi                                   on 2001/07/02  12:48:03
9767         Log: Subject: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/
9768              From: "Philip Newton" <Philip.Newton@gmx.net>
9769              Date: Sun, 1 Jul 2001 09:37:56 +0200
9770              Message-Id: <200107010733.KAA03925@taas.iki.fi>
9771      Branch: perl
9772            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
9773 ____________________________________________________________________________
9774 [ 11071] By: jhi                                   on 2001/07/02  12:45:12
9775         Log: Metaconfig unit change for #11070.
9776      Branch: metaconfig
9777            ! U/compline/randfunc.U
9778 ____________________________________________________________________________
9779 [ 11070] By: jhi                                   on 2001/07/02  12:43:58
9780         Log: Subject: [PATCH perlsnap] its --> it's --> its
9781              From: "Philip Newton" <Philip.Newton@gmx.net>
9782              Date: Sun, 1 Jul 2001 09:37:56 +0200
9783              Message-Id: <200107010733.KAA03914@taas.iki.fi>
9784      Branch: perl
9785            ! Porting/config_H
9786 ____________________________________________________________________________
9787 [ 11069] By: jhi                                   on 2001/07/02  12:01:52
9788         Log: Sync with Sarathy; integrate with perlio.
9789      Branch: perl
9790           !> gv.c
9791 ____________________________________________________________________________
9792 [ 11068] By: gsar                                  on 2001/07/02  08:07:54
9793         Log: regenerate win32/config_H.?c files
9794      Branch: perl
9795            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
9796 ____________________________________________________________________________
9797 [ 11067] By: gsar                                  on 2001/07/02  08:03:55
9798         Log: rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
9799              naming discipline
9800              
9801              win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
9802              because of this)
9803              
9804              fix a warning about "fd" being used without being set in Cwd.xs
9805      Branch: perl
9806            ! embed.h embed.pl ext/Cwd/Cwd.xs ext/POSIX/POSIX.t
9807            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
9808            ! pod/perlapi.pod proto.h util.c win32/config.bc win32/config.gc
9809            ! win32/config.vc
9810 ____________________________________________________________________________
9811 [ 11066] By: gsar                                  on 2001/07/02  07:12:10
9812         Log: win32 fixes: fix various syntax errors ("no preprocessor directives
9813              within macro arguments") and warnings ("unary minus applied to
9814              unsigned type", among others)
9815      Branch: perl
9816            ! gv.c hv.c op.c pp.c sv.c toke.c
9817 ____________________________________________________________________________
9818 [ 11065] By: gsar                                  on 2001/07/02  06:26:22
9819         Log: win32 fixes: more spurious CRs
9820      Branch: perl
9821            ! win32/mdelete.bat
9822 ____________________________________________________________________________
9823 [ 11064] By: gsar                                  on 2001/07/02  06:25:22
9824         Log: win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat
9825              from win32/bin (or it gets deleted by distclean); don't delete
9826              lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on
9827              NT (should be made Win9x specific, and added to makefile.mk)
9828      Branch: perl
9829           +> win32/mdelete.bat
9830            - win32/bin/mdelete.bat
9831            ! win32/Makefile win32/makefile.mk
9832 ____________________________________________________________________________
9833 [ 11063] By: nick                                  on 2001/07/01  18:54:09
9834         Log: Quick for for #ifdef mess
9835      Branch: perlio
9836            ! gv.c
9837 ____________________________________________________________________________
9838 [ 11062] By: nick                                  on 2001/07/01  18:47:42
9839         Log: Raw integrate - does not build #if mess in gv.c
9840      Branch: perlio
9841           !> (integrate 29 files)
9842 ____________________________________________________________________________
9843 [ 11061] By: jhi                                   on 2001/07/01  15:20:38
9844         Log: Make 'compile' target a little less broken.
9845              Still very broken, though: -Wall warnings from
9846              the generated code, boot_Foo prototypes missing,
9847              can't autoload Fcntl::SEEK_CUR et alia, ...
9848      Branch: perl
9849            ! ext/B/B/C.pm pod/Makefile.SH t/TEST utils/Makefile
9850            ! utils/perlcc.PL x2p/Makefile.SH
9851 ____________________________________________________________________________
9852 [ 11060] By: jhi                                   on 2001/07/01  14:04:20
9853         Log: Upgrade to Storable 1.0.12, from Raphael Manfredi.
9854      Branch: perl
9855            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
9856            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
9857 ____________________________________________________________________________
9858 [ 11059] By: jhi                                   on 2001/07/01  05:02:59
9859         Log: Update Changes.
9860      Branch: perl
9861            ! Changes patchlevel.h
9862 ____________________________________________________________________________
9863 [ 11058] By: jhi                                   on 2001/07/01  04:57:05
9864         Log: Still one typo, regen toc.
9865      Branch: perl
9866            ! lib/Unicode/UCD.pm pod/perltoc.pod
9867 ____________________________________________________________________________
9868 [ 11057] By: jhi                                   on 2001/07/01  04:54:35
9869         Log: Detypos and regen toc.
9870      Branch: perl
9871            ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
9872 ____________________________________________________________________________
9873 [ 11056] By: jhi                                   on 2001/07/01  04:26:08
9874         Log: VERSION tweak.
9875      Branch: perl
9876            ! ext/List/Util/lib/List/Util.pm
9877 ____________________________________________________________________________
9878 [ 11055] By: jhi                                   on 2001/06/30  22:18:37
9879         Log: Attempt at plugging the leak under ithreads detected by Doug.
9880      Branch: perl
9881            ! op.h
9882 ____________________________________________________________________________
9883 [ 11054] By: jhi                                   on 2001/06/30  21:33:29
9884         Log: gcc -Wall lint after #11051.
9885      Branch: perl
9886            ! pp_sys.c
9887 ____________________________________________________________________________
9888 [ 11053] By: jhi                                   on 2001/06/30  21:13:55
9889         Log: Integrate perlio.
9890      Branch: perl
9891           !> lib/File/Find/taint.t
9892 ____________________________________________________________________________
9893 [ 11052] By: jhi                                   on 2001/06/30  21:07:38
9894         Log: Don't use the v-strings for module VERSIONs.
9895      Branch: perl
9896            ! lib/Unicode/UCD.pm
9897 ____________________________________________________________________________
9898 [ 11051] By: jhi                                   on 2001/06/30  20:59:57
9899         Log: Code cleanup based on turning off the -woffs in IRIX.
9900              Not all of the gripes cleaned up (hairy code in hv.c and
9901              regcomp.c; unused newsp, gimme, and optype from cop.h macros;
9902              unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
9903              to the IRIX hints)
9904      Branch: perl
9905            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs
9906            ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs
9907            ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c
9908            ! regcomp.c sv.c
9909 ____________________________________________________________________________
9910 [ 11050] By: nick                                  on 2001/06/30  20:46:46
9911         Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
9912      Branch: perlio
9913            ! lib/File/Find/taint.t
9914 ____________________________________________________________________________
9915 [ 11049] By: nick                                  on 2001/06/30  18:13:33
9916         Log: Integrate mainline
9917      Branch: perlio
9918           +> NetWare/nwstdio.h NetWare/perlsdio.h
9919           +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
9920           +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm
9921           +> lib/Unicode/UCD.t t/run/exit.t
9922           !> (integrate 60 files)
9923 ____________________________________________________________________________
9924 [ 11048] By: jhi                                   on 2001/06/30  16:23:39
9925         Log: Delta delta.
9926      Branch: perl
9927            ! pod/perl572delta.pod
9928 ____________________________________________________________________________
9929 [ 11047] By: jhi                                   on 2001/06/30  16:03:40
9930         Log: More VERSION tuning: to avoid unnecessary Perl upgrades
9931              by CPAN.pm, use rather _00.
9932      Branch: perl
9933            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm
9934            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
9935            ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm
9936            ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
9937            ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm
9938            ! lib/ExtUtils/Embed.pm lib/Test.pm
9939 ____________________________________________________________________________
9940 [ 11046] By: jhi                                   on 2001/06/30  15:53:22
9941         Log: Add a simple Unicode character database interface, Unicode::UCD.
9942      Branch: perl
9943            + lib/Unicode/UCD.pm lib/Unicode/UCD.t
9944            ! MANIFEST
9945 ____________________________________________________________________________
9946 [ 11045] By: jhi                                   on 2001/06/30  13:42:37
9947         Log: Subject: [PATCH] op/numconver.t
9948              From: Nicholas Clark <nick@ccl4.org>
9949              Date: Sat, 30 Jun 2001 15:40:10 +0100
9950              Message-ID: <20010630154010.I59620@plum.flirble.org>
9951      Branch: perl
9952            ! t/op/numconvert.t
9953 ____________________________________________________________________________
9954 [ 11044] By: jhi                                   on 2001/06/30  13:29:25
9955         Log: The $^N is now taken (by #11038).
9956      Branch: perl
9957            ! t/base/lex.t
9958 ____________________________________________________________________________
9959 [ 11043] By: jhi                                   on 2001/06/30  13:15:59
9960         Log: The #11040 had slipped to a wrong function...
9961      Branch: perl
9962            ! sv.c
9963 ____________________________________________________________________________
9964 [ 11042] By: jhi                                   on 2001/06/30  13:08:25
9965         Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
9966              the Configure library symbol probe mysteriously finds all
9967              symbols but those of pipe() and times().
9968      Branch: perl
9969            ! hints/aix.sh
9970 ____________________________________________________________________________
9971 [ 11041] By: jhi                                   on 2001/06/30  13:01:25
9972         Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00)
9973              From: Nicholas Clark <nick@ccl4.org>
9974              Date: Fri, 29 Jun 2001 23:49:07 +0100
9975              Message-ID: <20010629234907.D59620@plum.flirble.org>
9976      Branch: perl
9977            ! lib/ExtUtils.t
9978 ____________________________________________________________________________
9979 [ 11040] By: jhi                                   on 2001/06/30  13:00:24
9980         Log: Subject: [PATCH] weakref fix 2, not yet there
9981              From: Artur Bergman <artur@contiller.se>
9982              Date: Sat, 30 Jun 2001 01:18:16 +0200
9983              Message-ID: <B762D957.1CC9%artur@contiller.se>
9984      Branch: perl
9985            ! sv.c
9986 ____________________________________________________________________________
9987 [ 11039] By: jhi                                   on 2001/06/30  12:59:25
9988         Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes.
9989              From: Michael G Schwern <schwern@pobox.com>
9990              Date: Fri, 29 Jun 2001 19:39:11 -0400
9991              Message-ID: <20010629193910.D25304@blackrider>
9992      Branch: perl
9993            + t/run/exit.t
9994            ! MANIFEST
9995 ____________________________________________________________________________
9996 [ 11038] By: jhi                                   on 2001/06/30  12:58:16
9997         Log: Add support for $^N, the most-recently closed group.
9998      Branch: perl
9999            ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod
10000            ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t
10001            ! thrdvar.h
10002 ____________________________________________________________________________
10003 [ 11037] By: jhi                                   on 2001/06/30  12:53:40
10004         Log: Subject: [ID 20010630.001] Editorial nits in README.solaris
10005              From: lvirden@cas.org
10006              Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
10007              Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>
10008              
10009              Subject: [ID 20010630.002] Another editorial tweak to README.solaris
10010              From: lvirden@cas.org
10011              Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
10012              Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>
10013      Branch: perl
10014            ! README.solaris
10015 ____________________________________________________________________________
10016 [ 11036] By: jhi                                   on 2001/06/30  12:51:45
10017         Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding
10018              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
10019              Date: Sat, 30 Jun 2001 07:33:37 +0900
10020              Message-Id: <20010630073226.7C79.BQW10602@nifty.com>
10021              
10022              Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
10023              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
10024              Date: Sat, 30 Jun 2001 21:38:14 +0900
10025              Message-Id: <20010630213554.F67A.BQW10602@nifty.com>
10026      Branch: perl
10027            + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
10028            + ext/Encode/Encode/7bit-kr.enc
10029            ! MANIFEST ext/Encode/Encode/Tcl.pm
10030 ____________________________________________________________________________
10031 [ 11035] By: jhi                                   on 2001/06/30  12:44:51
10032         Log: NetWare tweaks from Guruprasad.
10033      Branch: perl
10034            + NetWare/nwstdio.h NetWare/perlsdio.h
10035            ! MANIFEST NetWare/Makefile NetWare/config.wc
10036            ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h
10037            ! NetWare/t/Readme.txt
10038 ____________________________________________________________________________
10039 [ 11034] By: jhi                                   on 2001/06/29  23:28:16
10040         Log: More module $VERSION bump-ups.
10041      Branch: perl
10042            ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm
10043            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm
10044            ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm
10045 ____________________________________________________________________________
10046 [ 11033] By: jhi                                   on 2001/06/29  21:25:23
10047         Log: Doc update due to #11032.
10048      Branch: perl
10049            ! pod/perl572delta.pod
10050 ____________________________________________________________________________
10051 [ 11032] By: jhi                                   on 2001/06/29  21:19:44
10052         Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX
10053              From: Peter Prymmer <pvhp@forte.com>
10054              Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT)
10055              Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com>
10056      Branch: perl
10057            ! ext/Time/HiRes/HiRes.xs
10058 ____________________________________________________________________________
10059 [ 11031] By: jhi                                   on 2001/06/29  14:31:53
10060         Log: -lpthreads missing in AIX.
10061      Branch: perl
10062            ! hints/aix.sh
10063 ____________________________________________________________________________
10064 [ 11030] By: jhi                                   on 2001/06/29  14:08:12
10065         Log: Subject: [PATCH] CLONE && weakrefs
10066              From: Artur Bergman <artur@contiller.se>
10067              Date: Fri, 29 Jun 2001 17:02:00 +0200
10068              Message-ID: <B7626508.1CA0%artur@contiller.se>
10069      Branch: perl
10070            ! sv.c
10071 ____________________________________________________________________________
10072 [ 11029] By: jhi                                   on 2001/06/29  14:06:50
10073         Log: Subject: Re: Bug report: split splits on wrong pattern
10074              From: Radu Greab <radu@netsoft.ro>
10075              Date: Wed, 27 Jun 2001 21:50:52 +0300
10076              Message-ID: <15162.11020.279064.471031@ix.netsoft.ro>
10077      Branch: perl
10078            ! pp_ctl.c t/op/split.t
10079 ____________________________________________________________________________
10080 [ 11028] By: jhi                                   on 2001/06/29  13:47:38
10081         Log: Metaconfig unit change for #11027.
10082      Branch: metaconfig/U/perl
10083            ! d_modfl.U
10084 ____________________________________________________________________________
10085 [ 11027] By: jhi                                   on 2001/06/29  13:47:03
10086         Log: I thought this Configure glitch for AIX was just recently fixed?
10087      Branch: perl
10088            ! Configure
10089 ____________________________________________________________________________
10090 [ 11026] By: jhi                                   on 2001/06/29  13:14:07
10091         Log: Update Changes.
10092      Branch: perl
10093            ! Changes patchlevel.h
10094 ____________________________________________________________________________
10095 [ 11025] By: jhi                                   on 2001/06/29  13:07:57
10096         Log: Subject: Re: perl@10967, File::Find, and Cwd
10097              From: Mike Guy <mjtg@cam.ac.uk>
10098              Date: Fri, 29 Jun 2001 14:56:49 +0100
10099              Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk>
10100      Branch: perl
10101            ! lib/File/Find/taint.t
10102 ____________________________________________________________________________
10103 [ 11024] By: jhi                                   on 2001/06/29  12:39:23
10104         Log: Update the sv_pvprintify() spec.
10105      Branch: perl
10106            ! pod/perltodo.pod
10107 ____________________________________________________________________________
10108 [ 11023] By: jhi                                   on 2001/06/29  12:33:33
10109         Log: Known test failures update.
10110      Branch: perl
10111            ! pod/perl572delta.pod
10112 ____________________________________________________________________________
10113 [ 11022] By: jhi                                   on 2001/06/29  12:24:32
10114         Log: Based on
10115              
10116              Subject: [PATCH @11016] More );) fixes
10117              From: Richard Soderberg <rs@crystalflame.net>
10118              Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT)
10119              Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com> 
10120      Branch: perl
10121            ! ext/Thread/Thread.xs ext/Thread/typemap
10122 ____________________________________________________________________________
10123 [ 11021] By: jhi                                   on 2001/06/29  12:21:51
10124         Log: Subject: [PATCH @11016] Fixes compile errors in four files
10125              From: Richard Soderberg <rs@crystalflame.net>
10126              Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT)
10127              Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
10128      Branch: perl
10129            ! mg.c pp.c pp_hot.c util.c
10130 ____________________________________________________________________________
10131 [ 11020] By: jhi                                   on 2001/06/29  12:05:54
10132         Log: AIX hints tweaking continues, from Merijn Brand.
10133      Branch: perl
10134            ! hints/aix.sh
10135 ____________________________________________________________________________
10136 [ 11019] By: jhi                                   on 2001/06/29  12:05:10
10137         Log: HP-UX needs gccversion sooner, from Merijn Brand.
10138      Branch: perl
10139            ! hints/hpux.sh
10140 ____________________________________________________________________________
10141 [ 11018] By: jhi                                   on 2001/06/29  11:52:31
10142         Log: Subject: [PATCH 5.6.1] OS/2 docs
10143              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10144              Date: Fri, 29 Jun 2001 02:34:12 -0400
10145              Message-ID: <20010629023412.A6033@math.ohio-state.edu>
10146      Branch: perl
10147            ! README.os2 os2/Changes
10148 ____________________________________________________________________________
10149 [ 11017] By: nick                                  on 2001/06/29  10:20:30
10150         Log: Integrate mainline
10151      Branch: perlio
10152           +> (branch 37 files)
10153            - ext/ODBM_File/sdbm.t
10154           !> (integrate 211 files)
10155 ____________________________________________________________________________
10156 [ 11016] By: jhi                                   on 2001/06/29  03:38:56
10157         Log: Bump up the VERSIONs of modules that have changed since 5.6.0,
10158              the modules found using a script written by Larry Schatzer Jr.
10159      Branch: perl
10160            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
10161            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
10162            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
10163            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
10164            ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm
10165            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
10166            ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm
10167            ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm
10168            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm
10169            ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm
10170            ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm
10171            ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
10172            ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm
10173            ! lib/constant.pm lib/fields.pm lib/strict.pm
10174 ____________________________________________________________________________
10175 [ 11015] By: jhi                                   on 2001/06/29  02:55:58
10176         Log: The latest JPL from the anoncvs.
10177      Branch: perl
10178            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
10179 ____________________________________________________________________________
10180 [ 11014] By: jhi                                   on 2001/06/29  02:16:55
10181         Log: In EBCDIC assume UTF-EBCDIC, not UTF-8.
10182      Branch: perl
10183            ! t/op/pat.t
10184 ____________________________________________________________________________
10185 [ 11013] By: jhi                                   on 2001/06/28  23:14:53
10186         Log: Worrying about insecure directories now is a bit too late.
10187      Branch: perl
10188            ! lib/File/Find/taint.t
10189 ____________________________________________________________________________
10190 [ 11012] By: jhi                                   on 2001/06/28  21:36:36
10191         Log: Cannot DIE() in a void function,
10192              from Richard Hatch <rhatch@austin.ibm.com>.
10193      Branch: perl
10194            ! ext/IPC/SysV/SysV.xs
10195 ____________________________________________________________________________
10196 [ 11011] By: jhi                                   on 2001/06/28  19:32:13
10197         Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX
10198              From: Peter Prymmer <pvhp@forte.com>
10199              Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT)
10200              Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com>
10201              
10202              (unfinished: time/hires tests 3, 5, 14 failing, but better
10203              than wholesale failure)
10204      Branch: perl
10205            ! ext/Time/HiRes/HiRes.xs
10206 ____________________________________________________________________________
10207 [ 11010] By: jhi                                   on 2001/06/28  19:10:54
10208         Log: Subject: [PATCH 5.6.1] OS/2 improvements
10209              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10210              Date: Thu, 28 Jun 2001 16:03:14 -0400
10211              Message-ID: <20010628160314.A17906@math.ohio-state.edu>
10212      Branch: perl
10213            + os2/os2_base.t
10214            ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs
10215            ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
10216            ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c
10217            ! os2/os2ish.h
10218 ____________________________________________________________________________
10219 [ 11009] By: jhi                                   on 2001/06/28  18:54:14
10220         Log: Subject: Incrementing Extutils::Manifest's $VERSION
10221              From: Michael G Schwern <schwern@pobox.com>
10222              Date: Thu, 28 Jun 2001 13:13:49 -0400
10223              Message-ID: <20010628131349.A14738@blackrider>
10224      Branch: maint-5.6/perl
10225            ! lib/ExtUtils/Manifest.pm
10226 ____________________________________________________________________________
10227 [ 11008] By: jhi                                   on 2001/06/28  18:52:20
10228         Log: AIX tweak from Merijn Brand.
10229      Branch: perl
10230            ! hints/aix.sh
10231 ____________________________________________________________________________
10232 [ 11007] By: jhi                                   on 2001/06/28  17:46:27
10233         Log: Create the macperl branch.
10234      Branch: maint-5.6/macperl
10235           +> (branch 1728 files)
10236 ____________________________________________________________________________
10237 [ 11006] By: jhi                                   on 2001/06/28  14:46:21
10238         Log: Update Changes.
10239      Branch: perl
10240            ! Changes patchlevel.h
10241 ____________________________________________________________________________
10242 [ 11005] By: jhi                                   on 2001/06/28  14:40:11
10243         Log: More Perforce lore.
10244      Branch: perl
10245            ! Porting/repository.pod
10246 ____________________________________________________________________________
10247 [ 11004] By: jhi                                   on 2001/06/28  14:12:50
10248         Log: Metaconfig unit changes for #11003.
10249      Branch: metaconfig/U/perl
10250            + d_nl_langinfo.U i_langinfo.U
10251 ____________________________________________________________________________
10252 [ 11003] By: jhi                                   on 2001/06/28  14:12:27
10253         Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
10254              Expected not to exist in non-UNIX excepting in VMS, where
10255              according to a quick web survey they just might.
10256      Branch: perl
10257            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
10258            ! Porting/config_H config_h.SH configure.com epoc/config.sh
10259            ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
10260            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
10261            ! win32/config.bc win32/config.gc win32/config.vc
10262 ____________________________________________________________________________
10263 [ 11002] By: jhi                                   on 2001/06/28  13:39:11
10264         Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
10265              in AIX is one is doing a 64-bit build.
10266      Branch: perl
10267            ! hints/aix.sh
10268 ____________________________________________________________________________
10269 [ 11001] By: jhi                                   on 2001/06/28  13:28:37
10270         Log: Metaconfig unit changes for #11000.
10271      Branch: metaconfig/U/perl
10272            ! use64bits.U uselfs.U
10273 ____________________________________________________________________________
10274 [ 11000] By: jhi                                   on 2001/06/28  13:21:16
10275         Log: Move use64bitint and use64bitall before uselargefiles.
10276      Branch: perl
10277            ! Configure
10278 ____________________________________________________________________________
10279 [ 10999] By: jhi                                   on 2001/06/28  03:49:07
10280         Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
10281              From: Robert Spier <rspier@pobox.com>
10282              Message-ID: <15162.41164.618712.841415@rls.cx>
10283              Date: Wed, 27 Jun 2001 23:13:16 -0400
10284      Branch: perl
10285            ! doio.c
10286 ____________________________________________________________________________
10287 [ 10998] By: jhi                                   on 2001/06/28  03:42:57
10288         Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
10289              From: Peter Prymmer <pvhp@forte.com>
10290              Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
10291              Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
10292      Branch: perl
10293            ! numeric.c
10294 ____________________________________________________________________________
10295 [ 10997] By: jhi                                   on 2001/06/28  03:42:12
10296         Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
10297              From: Peter Prymmer <pvhp@forte.com>
10298              Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
10299              Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
10300      Branch: perl
10301            ! configure.com ext/Digest/MD5/Makefile.PL
10302 ____________________________________________________________________________
10303 [ 10996] By: jhi                                   on 2001/06/27  20:34:11
10304         Log: Update Changes.
10305      Branch: perl
10306            ! Changes patchlevel.h
10307 ____________________________________________________________________________
10308 [ 10995] By: jhi                                   on 2001/06/27  20:06:28
10309         Log: Tiny EPOC updates.
10310      Branch: perl
10311            ! epoc/config.sh
10312 ____________________________________________________________________________
10313 [ 10994] By: jhi                                   on 2001/06/27  19:55:16
10314         Log: The Test::More and Test::Simple tests required help
10315              thanks to our schizophrenic test scheme.
10316      Branch: perl
10317            ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
10318            ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
10319            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
10320            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
10321            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
10322 ____________________________________________________________________________
10323 [ 10993] By: jhi                                   on 2001/06/27  17:17:30
10324         Log: Upgrade to Test::Simple 0.09.
10325      Branch: perl
10326            + lib/Test/Simple/Changes
10327            ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
10328            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
10329            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
10330            ! lib/Test/Simple/t/plan_is_noplan.t
10331 ____________________________________________________________________________
10332 [ 10992] By: jhi                                   on 2001/06/27  17:11:28
10333         Log: Upgrade to Test::More 0.07.
10334      Branch: perl
10335            + lib/Test/More/Changes
10336            ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
10337            ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
10338            ! lib/Test/More/t/skipall.t
10339 ____________________________________________________________________________
10340 [ 10991] By: jhi                                   on 2001/06/27  17:04:13
10341         Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
10342              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10343              Date: Wed, 27 Jun 2001 18:40:04 +0200
10344              Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
10345      Branch: perl
10346            ! hints/hpux.sh
10347 ____________________________________________________________________________
10348 [ 10990] By: jhi                                   on 2001/06/27  17:02:55
10349         Log: Subject: [PATCH README.qnx hints/qnx.sh]
10350              From: Norton Allen <allen@huarp.harvard.edu>
10351              Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
10352              Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
10353      Branch: perl
10354            ! README.qnx hints/qnx.sh
10355 ____________________________________________________________________________
10356 [ 10989] By: jhi                                   on 2001/06/27  14:33:53
10357         Log: Subject: [PATCH] two little documentation nits
10358              From: Abhijit Menon-Sen <ams@wiw.org>
10359              Date: Wed, 27 Jun 2001 20:07:50 +0530
10360              Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
10361      Branch: perl
10362            ! sv.c sv.h
10363 ____________________________________________________________________________
10364 [ 10988] By: jhi                                   on 2001/06/27  13:33:32
10365         Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
10366              From: Norton Allen <allen@huarp.harvard.edu>
10367              Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
10368              Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
10369      Branch: perl
10370            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
10371 ____________________________________________________________________________
10372 [ 10987] By: jhi                                   on 2001/06/27  12:14:36
10373         Log: Subject: [PATCH vms/test.com] Adding TODO tests (was:  Re: a report on perl@10930 results on a couple of Alphas)
10374              From: Michael G Schwern <schwern@pobox.com>
10375              Date: Wed, 27 Jun 2001 02:34:58 -0400
10376              Message-ID: <20010627023458.K23874@blackrider>
10377      Branch: perl
10378            ! vms/test.com
10379 ____________________________________________________________________________
10380 [ 10986] By: jhi                                   on 2001/06/27  12:01:49
10381         Log: Add perl_clone_host() for Netware.
10382      Branch: perl
10383            ! NetWare/nw5.c
10384 ____________________________________________________________________________
10385 [ 10985] By: jhi                                   on 2001/06/27  11:56:53
10386         Log: GCC 3.0 hints for HP-UX.
10387      Branch: perl
10388            ! hints/hpux.sh
10389 ____________________________________________________________________________
10390 [ 10984] By: jhi                                   on 2001/06/27  11:55:06
10391         Log: In some Linux distributions the libndbm is broken
10392              (no null key support), therefore link with libgdbm
10393              (if available), since it has a working ndbm emulation,
10394              from Jonathan Stowe.
10395      Branch: perl
10396            + ext/NDBM_File/hints/linux.pl
10397            ! MANIFEST
10398 ____________________________________________________________________________
10399 [ 10983] By: jhi                                   on 2001/06/27  11:48:56
10400         Log: Subject: [PATCH perl@10930] find.t hack for VMS
10401              From: "Craig A. Berry" <craigberry@mac.com>
10402              Date: Tue, 26 Jun 2001 23:40:25 -0500
10403              Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
10404      Branch: perl
10405            ! lib/File/Find/find.t
10406 ____________________________________________________________________________
10407 [ 10982] By: jhi                                   on 2001/06/27  11:47:30
10408         Log: AUTHORS updates.
10409      Branch: perl
10410            ! AUTHORS
10411 ____________________________________________________________________________
10412 [ 10981] By: jhi                                   on 2001/06/27  11:46:02
10413         Log: Metaconfig unit change like #10980.
10414      Branch: metaconfig
10415            ! U/compline/d_stdstdio.U
10416 ____________________________________________________________________________
10417 [ 10980] By: jhi                                   on 2001/06/27  11:45:29
10418         Log: "lose the it's", from Abhijit Menon-Sen.
10419              ("It's" not searched, pods not searched.)
10420      Branch: perl
10421            ! Porting/Glossary Porting/config_H README.qnx config_h.SH
10422            ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
10423            ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
10424            ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
10425            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
10426            ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
10427 ____________________________________________________________________________
10428 [ 10979] By: jhi                                   on 2001/06/27  11:36:40
10429         Log: "lose the looses", from Abhijit Menon-Sen.
10430      Branch: perl
10431            ! ext/B/B/Assembler.pm gv.c
10432 ____________________________________________________________________________
10433 [ 10978] By: jhi                                   on 2001/06/27  11:35:38
10434         Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
10435      Branch: perl
10436            ! hints/os390.sh
10437 ____________________________________________________________________________
10438 [ 10977] By: jhi                                   on 2001/06/27  11:33:28
10439         Log: DEC C 5.3 on the VAX simply doesn't seem to like
10440              compiling the MD5 extension, disable it there for now,
10441              from Peter Prymmer.
10442      Branch: perl
10443            ! configure.com
10444 ____________________________________________________________________________
10445 [ 10976] By: jhi                                   on 2001/06/26  21:35:40
10446         Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
10447              From: Jonathan Stowe <gellyfish@gellyfish.com>
10448              Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
10449              Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
10450      Branch: perl
10451            ! pod/perlfaq3.pod
10452 ____________________________________________________________________________
10453 [ 10975] By: jhi                                   on 2001/06/26  21:32:41
10454         Log: Subject: [PATCH 5.6.1] perlxs misprints
10455              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10456              Date: Tue, 26 Jun 2001 17:20:00 -0400
10457              Message-ID: <20010626172000.A26951@math.ohio-state.edu>
10458      Branch: perl
10459            ! pod/perlxs.pod
10460 ____________________________________________________________________________
10461 [ 10974] By: jhi                                   on 2001/06/26  21:31:51
10462         Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
10463              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10464              Date: Tue, 26 Jun 2001 17:27:07 -0400
10465              Message-ID: <20010626172707.A27097@math.ohio-state.edu>
10466      Branch: perl
10467            ! lib/ExtUtils/MM_Unix.pm
10468 ____________________________________________________________________________
10469 [ 10973] By: jhi                                   on 2001/06/26  21:27:05
10470         Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
10471              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10472              Date: Tue, 26 Jun 2001 17:23:24 -0400
10473              Message-ID: <20010626172324.A27003@math.ohio-state.edu>
10474      Branch: perl
10475            ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
10476 ____________________________________________________________________________
10477 [ 10972] By: jhi                                   on 2001/06/26  20:27:19
10478         Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
10479              by Olaf Flebbe.
10480      Branch: perl
10481            ! perl.h
10482 ____________________________________________________________________________
10483 [ 10971] By: jhi                                   on 2001/06/26  19:59:41
10484         Log: Detypo.
10485      Branch: perl
10486            ! lib/Memoize/t/tie_sdbm.t
10487 ____________________________________________________________________________
10488 [ 10970] By: jhi                                   on 2001/06/26  19:10:19
10489         Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
10490      Branch: perl
10491            ! win32/perllib.c
10492 ____________________________________________________________________________
10493 [ 10969] By: jhi                                   on 2001/06/26  17:21:31
10494         Log: Subject: [patch] perl_clone+CvFILE
10495              From: Doug MacEachern <dougm@covalent.net>
10496              Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
10497              Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
10498      Branch: perl
10499            ! sv.c
10500 ____________________________________________________________________________
10501 [ 10968] By: jhi                                   on 2001/06/26  16:48:32
10502         Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
10503              From: Mark-Jason Dominus <mjd@plover.com>
10504              Date: Tue, 26 Jun 2001 12:33:01 -0400
10505              Message-ID: <20010626163301.31298.qmail@plover.com>
10506      Branch: perl
10507            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
10508 ____________________________________________________________________________
10509 [ 10967] By: jhi                                   on 2001/06/26  14:21:49
10510         Log: Update Changes.
10511      Branch: perl
10512            ! Changes patchlevel.h
10513 ____________________________________________________________________________
10514 [ 10966] By: jhi                                   on 2001/06/26  14:08:34
10515         Log: Also catfile() needs now to explicitly exported.
10516      Branch: perl
10517            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
10518 ____________________________________________________________________________
10519 [ 10965] By: jhi                                   on 2001/06/26  13:57:54
10520         Log: Regen toc.
10521      Branch: perl
10522            ! pod/perltoc.pod
10523 ____________________________________________________________________________
10524 [ 10964] By: jhi                                   on 2001/06/26  13:56:11
10525         Log: Nonexistent pod command.
10526      Branch: perl
10527            ! pod/perl572delta.pod
10528 ____________________________________________________________________________
10529 [ 10963] By: jhi                                   on 2001/06/26  13:50:53
10530         Log: Be more portable in the quest for tmpdir.
10531      Branch: perl
10532            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
10533 ____________________________________________________________________________
10534 [ 10962] By: jhi                                   on 2001/06/26  13:43:51
10535         Log: Be more portable in finding out the home directory,
10536              and use File::Spec to do the concat.
10537              (Come to think of it, couldn't File::Spec provide
10538              for a ->homedir method?)
10539      Branch: perl
10540            ! lib/Net/Config.pm
10541 ____________________________________________________________________________
10542 [ 10961] By: jhi                                   on 2001/06/26  13:37:30
10543         Log: Doc patch for #10959.
10544      Branch: perl
10545            ! pod/perlfunc.pod
10546 ____________________________________________________________________________
10547 [ 10960] By: jhi                                   on 2001/06/26  13:33:07
10548         Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
10549              From: "Philip Newton" <pnewton@gmx.de>
10550              Date: Tue, 26 Jun 2001 16:26:47 +0200
10551              Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
10552      Branch: perl
10553            ! pod/perldata.pod
10554 ____________________________________________________________________________
10555 [ 10959] By: jhi                                   on 2001/06/26  13:31:57
10556         Log: Subject: [PATH] shared -> unique;
10557              From: "Artur Bergman" <artur@contiller.se>
10558              Date: Tue, 26 Jun 2001 16:18:40 +0200
10559              Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
10560              
10561              Because "shared" isn't: it's read-only.
10562      Branch: perl
10563            ! toke.c xsutils.c
10564 ____________________________________________________________________________
10565 [ 10958] By: jhi                                   on 2001/06/26  13:28:27
10566         Log: Escape multiline croak messages.
10567      Branch: perl
10568            ! t/op/ver.t
10569 ____________________________________________________________________________
10570 [ 10957] By: jhi                                   on 2001/06/26  13:18:34
10571         Log: No more pragma/*.t for minitest.
10572      Branch: perl
10573            ! Makefile.SH
10574 ____________________________________________________________________________
10575 [ 10956] By: jhi                                   on 2001/06/26  13:18:00
10576         Log: AUTHORS updates.
10577      Branch: perl
10578            ! AUTHORS
10579 ____________________________________________________________________________
10580 [ 10955] By: jhi                                   on 2001/06/26  13:17:05
10581         Log: delta updates.
10582      Branch: perl
10583            ! pod/perl572delta.pod
10584 ____________________________________________________________________________
10585 [ 10954] By: jhi                                   on 2001/06/26  12:36:07
10586         Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
10587              From: Artur Bergman <artur@contiller.se> 
10588              Date: Tue, 26 Jun 2001 15:32:53 +0200
10589              Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
10590      Branch: perl
10591            ! makedef.pl sv.c sv.h win32/perllib.c
10592 ____________________________________________________________________________
10593 [ 10953] By: jhi                                   on 2001/06/26  12:33:55
10594         Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
10595              From: Jonathan Stowe <gellyfish@gellyfish.com>
10596              Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
10597              Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
10598              
10599              SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
10600      Branch: perl
10601            + ext/Time/HiRes/hints/sco.pl
10602            ! MANIFEST
10603 ____________________________________________________________________________
10604 [ 10952] By: jhi                                   on 2001/06/26  11:57:44
10605         Log: Subject: [PATCH 5.6.1] static build
10606              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10607              Date: Tue, 26 Jun 2001 04:22:25 -0400
10608              Message-ID: <20010626042225.A2604@math.ohio-state.edu>
10609      Branch: perl
10610            ! ext/List/Util/Makefile.PL lib/ExtUtils.t
10611            ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
10612 ____________________________________________________________________________
10613 [ 10951] By: jhi                                   on 2001/06/26  11:55:59
10614         Log: DJGPP patches from Laszlo Molnar.
10615      Branch: perl
10616            ! djgpp/djgpp.c perl.c util.c
10617 ____________________________________________________________________________
10618 [ 10950] By: jhi                                   on 2001/06/26  11:54:32
10619         Log: Netware patches from Ananth Kesari.
10620      Branch: perl
10621            ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c
10622            ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h
10623            ! NetWare/nwtinfo.h
10624 ____________________________________________________________________________
10625 [ 10949] By: jhi                                   on 2001/06/26  11:49:09
10626         Log: Detypo.
10627      Branch: perl
10628            ! ext/Errno/Errno_pm.PL
10629 ____________________________________________________________________________
10630 [ 10948] By: jhi                                   on 2001/06/26  03:44:29
10631         Log: There seems to be two ways of spelling the $^O in *STEP.
10632      Branch: perl
10633            ! ext/Errno/Errno_pm.PL
10634 ____________________________________________________________________________
10635 [ 10947] By: jhi                                   on 2001/06/26  03:01:01
10636         Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement
10637              the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>.
10638      Branch: perl
10639            ! ext/Errno/Errno_pm.PL
10640 ____________________________________________________________________________
10641 [ 10946] By: jhi                                   on 2001/06/26  02:50:46
10642         Log: Known bugs update.
10643      Branch: perl
10644            ! pod/perl572delta.pod
10645 ____________________________________________________________________________
10646 [ 10945] By: jhi                                   on 2001/06/26  01:15:39
10647         Log: The default installation of Cygwin has 500 as root's uid.
10648      Branch: perl
10649            ! lib/User/pwent.t
10650 ____________________________________________________________________________
10651 [ 10944] By: jhi                                   on 2001/06/26  01:12:39
10652         Log: Be even more relaxed (re-allow having only one entry).
10653      Branch: perl
10654            ! t/op/grent.t t/op/pwent.t
10655 ____________________________________________________________________________
10656 [ 10943] By: jhi                                   on 2001/06/26  01:03:30
10657         Log: Test failure updates.
10658      Branch: perl
10659            ! pod/perl572delta.pod
10660 ____________________________________________________________________________
10661 [ 10942] By: jhi                                   on 2001/06/25  23:32:05
10662         Log: MPE/iX test tweaks from Mark Bixby.
10663      Branch: perl
10664            ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t
10665            ! t/io/fs.t t/op/stat.t
10666 ____________________________________________________________________________
10667 [ 10941] By: jhi                                   on 2001/06/25  22:18:31
10668         Log: Microperl findings.
10669      Branch: perl
10670            ! perl.h pp_sys.c
10671 ____________________________________________________________________________
10672 [ 10940] By: jhi                                   on 2001/06/25  21:59:29
10673         Log: Touch uconfig.h.
10674      Branch: perl
10675            ! uconfig.h
10676 ____________________________________________________________________________
10677 [ 10939] By: jhi                                   on 2001/06/25  21:32:52
10678         Log: Subject: [PATCH] Proposed fix for Pod::Man
10679              From: Rob Napier <rnapier@employees.org>
10680              Date: Mon, 25 Jun 2001 15:49:24 -0400
10681              Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com>
10682              
10683              Cater for Solaris nroff brokenness (shortchanges daisywheel
10684              printers, but hey, we also no more support PDPs.)
10685      Branch: perl
10686            ! lib/Pod/Man.pm
10687 ____________________________________________________________________________
10688 [ 10938] By: jhi                                   on 2001/06/25  21:14:41
10689         Log: Typo in #10937.
10690      Branch: perl
10691            ! ext/POSIX/sigaction.t
10692 ____________________________________________________________________________
10693 [ 10937] By: jhi                                   on 2001/06/25  19:42:02
10694         Log: SIGCONT not trappable in VMS.
10695      Branch: perl
10696            ! ext/POSIX/sigaction.t
10697 ____________________________________________________________________________
10698 [ 10936] By: jhi                                   on 2001/06/25  19:28:13
10699         Log: Subject: [DRAFT] Encode-Tcl.t
10700              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
10701              Date: Tue, 26 Jun 2001 03:38:08 +0900
10702              Message-Id: <20010626033550.BC35.BQW10602@nifty.com>
10703      Branch: perl
10704            + ext/Encode/Encode/Tcl.t
10705            ! MANIFEST ext/Encode/Encode/Tcl.pm
10706 ____________________________________________________________________________
10707 [ 10935] By: jhi                                   on 2001/06/25  18:40:03
10708         Log: Because of #10932 retract also the perlfunc hunk of #10910.
10709      Branch: perl
10710            ! pod/perlfunc.pod
10711 ____________________________________________________________________________
10712 [ 10934] By: jhi                                   on 2001/06/25  18:27:19
10713         Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested
10714              by Ilya Zakharevich in
10715              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html
10716      Branch: perl
10717            ! XSUB.h
10718 ____________________________________________________________________________
10719 [ 10933] By: jhi                                   on 2001/06/25  18:25:26
10720         Log: Typo in #10889.
10721      Branch: perl
10722            ! hints/uts.sh
10723 ____________________________________________________________________________
10724 [ 10932] By: jhi                                   on 2001/06/25  18:23:30
10725         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
10726              From: Abhijit Menon-Sen <ams@wiw.org>
10727              Date: Mon, 25 Jun 2001 23:45:45 +0530
10728              Message-ID: <20010625234545.A5022@lustre.linux.in>
10729      Branch: perl
10730            ! lib/overload.t opcode.h opcode.pl t/op/flip.t
10731 ____________________________________________________________________________
10732 [ 10931] By: jhi                                   on 2001/06/25  17:50:38
10733         Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ??
10734              From: Michael G Schwern <schwern@pobox.com>
10735              Date: Mon, 25 Jun 2001 14:35:51 -0400
10736              Message-ID: <20010625143551.H13819@blackrider>
10737      Branch: perl
10738            ! lib/Test.pm
10739 ____________________________________________________________________________
10740 [ 10930] By: jhi                                   on 2001/06/25  14:33:46
10741         Log: Update Changes.
10742      Branch: perl
10743            ! Changes patchlevel.h
10744 ____________________________________________________________________________
10745 [ 10929] By: jhi                                   on 2001/06/25  14:17:57
10746         Log: Regen toc and modlib.
10747      Branch: perl
10748            ! pod/perlmodlib.pod pod/perltoc.pod
10749 ____________________________________________________________________________
10750 [ 10928] By: jhi                                   on 2001/06/25  14:13:09
10751         Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C
10752              for the benefit of C++ compilers, as suggested by Guruprasad.
10753      Branch: perl
10754            ! embed.pl proto.h
10755 ____________________________________________________________________________
10756 [ 10927] By: jhi                                   on 2001/06/25  14:11:59
10757         Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction
10758              From: Jonathan Stowe <gellyfish@gellyfish.com>
10759              Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST)
10760              Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com>
10761      Branch: perl
10762            ! pod/perlfaq5.pod
10763 ____________________________________________________________________________
10764 [ 10926] By: jhi                                   on 2001/06/25  14:04:07
10765         Log: Missed from #10925.
10766      Branch: perl
10767            ! gv.c
10768 ____________________________________________________________________________
10769 [ 10925] By: jhi                                   on 2001/06/25  14:00:06
10770         Log: Subject: [PATCH] Re: CvFILE corruption under ithreads
10771              From: Robin Houston <robin@kitsite.com>
10772              Date: Sat, 19 May 2001 16:19:34 +0100
10773              Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk>
10774      Branch: perl
10775            ! cv.h gv.h op.c
10776 ____________________________________________________________________________
10777 [ 10924] By: jhi                                   on 2001/06/25  13:58:18
10778         Log: Netware README tweak.
10779      Branch: perl
10780            ! README.netware
10781 ____________________________________________________________________________
10782 [ 10923] By: jhi                                   on 2001/06/25  13:57:13
10783         Log: Subject: [PATCH] Re: overload.t fails
10784              From: Abhijit Menon-Sen <ams@wiw.org>
10785              Date: Mon, 25 Jun 2001 14:52:20 +0530
10786              Message-ID: <20010625145220.A24114@lustre.linux.in>
10787      Branch: perl
10788            ! lib/overload.t
10789 ____________________________________________________________________________
10790 [ 10922] By: jhi                                   on 2001/06/25  13:56:20
10791         Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
10792              From: Mike Guy <mjtg@cam.ac.uk>
10793              Date: Mon, 25 Jun 2001 11:43:23 +0100
10794              Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk>
10795      Branch: perl
10796            ! lib/Carp.pm
10797 ____________________________________________________________________________
10798 [ 10921] By: jhi                                   on 2001/06/25  13:50:02
10799         Log: Subject: Re: [PATCH 5.6.1] OS2 syslog
10800              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10801              Date: Sun, 24 Jun 2001 05:17:05 -0400
10802              Message-ID: <20010624051704.A27604@math.ohio-state.edu>
10803      Branch: perl
10804            ! os2/os2ish.h
10805 ____________________________________________________________________________
10806 [ 10920] By: jhi                                   on 2001/06/25  13:49:13
10807         Log: Subject: [PATCH 5.6.1] crypt() on OS/2
10808              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10809              Date: Mon, 25 Jun 2001 05:52:27 -0400
10810              Message-ID: <20010625055227.A24635@math.ohio-state.edu>
10811      Branch: perl
10812            ! hints/os2.sh
10813 ____________________________________________________________________________
10814 [ 10919] By: jhi                                   on 2001/06/25  13:48:30
10815         Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken
10816              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10817              Date: Mon, 25 Jun 2001 05:23:35 -0400
10818              Message-ID: <20010625052334.A24320@math.ohio-state.edu>
10819      Branch: perl
10820            ! os2/os2.c
10821 ____________________________________________________________________________
10822 [ 10918] By: jhi                                   on 2001/06/25  13:47:46
10823         Log: Subject: Re: [PATCH 5.6.1] OS2::DLL
10824              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10825              Date: Mon, 25 Jun 2001 05:04:32 -0400
10826              Message-ID: <20010625050432.A24128@math.ohio-state.edu>
10827      Branch: perl
10828            ! os2/OS2/REXX/DLL/DLL.pm
10829 ____________________________________________________________________________
10830 [ 10917] By: jhi                                   on 2001/06/25  13:44:14
10831         Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2
10832              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10833              Date: Mon, 25 Jun 2001 05:02:36 -0400
10834              Message-ID: <20010625050235.A24046@math.ohio-state.edu>
10835      Branch: perl
10836            ! mg.c os2/dl_os2.c os2/os2.c
10837 ____________________________________________________________________________
10838 [ 10916] By: jhi                                   on 2001/06/25  13:41:20
10839         Log: Subject: Re: [PATCH 5.6.1] misprints
10840              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10841              Date: Mon, 25 Jun 2001 04:50:50 -0400
10842              Message-ID: <20010625045049.A23965@math.ohio-state.edu>
10843      Branch: perl
10844            ! os2/os2.c pp_sys.c
10845 ____________________________________________________________________________
10846 [ 10915] By: jhi                                   on 2001/06/25  13:39:59
10847         Log: Add Test::More and Test::Simple to the delta.
10848      Branch: perl
10849            ! pod/perl572delta.pod
10850 ____________________________________________________________________________
10851 [ 10914] By: jhi                                   on 2001/06/25  13:38:08
10852         Log: Add Test::More, from Michael G Schwern.
10853      Branch: perl
10854            + lib/Test/More.pm lib/Test/More/t/More.t
10855            + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
10856            + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
10857            + t/lib/Test/More/Catch.pm
10858            ! MANIFEST
10859 ____________________________________________________________________________
10860 [ 10913] By: jhi                                   on 2001/06/25  13:35:41
10861         Log: Add Test::Simple from Michael G Schwern.
10862      Branch: perl
10863            + lib/Test/Simple.pm lib/Test/Simple/t/exit.t
10864            + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
10865            + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
10866            + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t
10867            + t/lib/Test/Simple/Catch.pm
10868            + t/lib/Test/Simple/sample_tests/death.plx
10869            + t/lib/Test/Simple/sample_tests/death_in_eval.plx
10870            + t/lib/Test/Simple/sample_tests/extras.plx
10871            + t/lib/Test/Simple/sample_tests/five_fail.plx
10872            + t/lib/Test/Simple/sample_tests/last_minute_death.plx
10873            + t/lib/Test/Simple/sample_tests/one_fail.plx
10874            + t/lib/Test/Simple/sample_tests/require.plx
10875            + t/lib/Test/Simple/sample_tests/success.plx
10876            + t/lib/Test/Simple/sample_tests/too_few.plx
10877            + t/lib/Test/Simple/sample_tests/two_fail.plx
10878            ! MANIFEST
10879 ____________________________________________________________________________
10880 [ 10912] By: jhi                                   on 2001/06/25  13:31:57
10881         Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c
10882              From: "Craig A. Berry" <craigberry@mac.com>
10883              Date: Sun, 24 Jun 2001 23:41:36 -0500
10884              Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]>
10885      Branch: perl
10886            ! pp_sys.c
10887 ____________________________________________________________________________
10888 [ 10911] By: jhi                                   on 2001/06/25  13:05:00
10889         Log: Upgrade to Attribute::Handlers 0.70.
10890      Branch: perl
10891            + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
10892            ! MANIFEST lib/Attribute/Handlers.pm
10893 ____________________________________________________________________________
10894 [ 10910] By: jhi                                   on 2001/06/25  00:09:27
10895         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
10896              From: Abhijit Menon-Sen <ams@wiw.org>
10897              Date: Sat, 23 Jun 2001 05:17:44 +0530
10898              Message-ID: <20010623051744.A18583@lustre.linux.in>
10899              
10900              (Can't think of a good place to put tests.)
10901      Branch: perl
10902            ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c
10903 ____________________________________________________________________________
10904 [ 10909] By: jhi                                   on 2001/06/24  23:45:13
10905         Log: Subject: [PATCH] t/op/pat.t typo fix
10906              From: Richard Soderberg <rs@crystalflame.net>
10907              Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT)
10908              Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>
10909      Branch: perl
10910            ! t/op/pat.t
10911 ____________________________________________________________________________
10912 [ 10908] By: jhi                                   on 2001/06/24  22:24:49
10913         Log: Move the pack warnings to their own file, as pointed
10914              out by Spider.
10915      Branch: perl
10916            + t/lib/warnings/pp_pack
10917            ! MANIFEST t/lib/warnings/pp
10918 ____________________________________________________________________________
10919 [ 10907] By: jhi                                   on 2001/06/24  19:55:15
10920         Log: Update Changes.
10921      Branch: perl
10922            ! Changes patchlevel.h
10923 ____________________________________________________________________________
10924 [ 10906] By: jhi                                   on 2001/06/24  19:50:40
10925         Log: Partially fix a problem noticed by IRIX compiler:
10926              the initialization of parse_start was bypassed by
10927              several gotos.  Now initialized to zero, which may
10928              not be the best choice.
10929      Branch: perl
10930            ! regcomp.c
10931 ____________________________________________________________________________
10932 [ 10905] By: jhi                                   on 2001/06/24  19:43:25
10933         Log: Relax the group and password tests back to moaning only
10934              if no matches at all are found.  (Even with a small sample
10935              I could find many sites where there are, umm, anomalies in
10936              the said databases.)       
10937      Branch: perl
10938            ! t/op/grent.t t/op/pwent.t
10939 ____________________________________________________________________________
10940 [ 10904] By: jhi                                   on 2001/06/24  18:45:55
10941         Log: Argh.  How hard it can be to re-apply a patch manually? :-)
10942      Branch: perl
10943            ! pp_ctl.c
10944 ____________________________________________________________________________
10945 [ 10903] By: jhi                                   on 2001/06/24  18:40:52
10946         Log: De-cut-and-pasto in #10902.
10947      Branch: perl
10948            ! pp_ctl.c
10949 ____________________________________________________________________________
10950 [ 10902] By: jhi                                   on 2001/06/24  18:35:18
10951         Log: The #10771 didn't take?
10952      Branch: perl
10953            ! pp_ctl.c
10954 ____________________________________________________________________________
10955 [ 10901] By: jhi                                   on 2001/06/24  18:29:50
10956         Log: Undo the filetests part of #10900, under multiplicity
10957              weird errors take place.
10958      Branch: perl
10959            ! pp_sys.c
10960 ____________________________________________________________________________
10961 [ 10900] By: jhi                                   on 2001/06/24  18:20:36
10962         Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
10963      Branch: perl
10964            ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
10965 ____________________________________________________________________________
10966 [ 10899] By: jhi                                   on 2001/06/24  17:00:34
10967         Log: (Replaced by #10922)
10968              
10969              Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
10970              From: Tony Bowden <tony@kasei.com>
10971              Date: Sun, 24 Jun 2001 17:32:40 +0100
10972              Message-ID: <20010624173240.A16293@blackstar.co.uk>
10973              
10974              Document (well, mention) shortmess() and longmess()
10975              to rob people of their fun of reinventing the weel.
10976      Branch: perl
10977            ! lib/Carp.pm
10978 ____________________________________________________________________________
10979 [ 10898] By: jhi                                   on 2001/06/24  16:51:40
10980         Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
10981              From: Brian Jepson <bjepson@oreilly.com>
10982              Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
10983              Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
10984      Branch: perl
10985            ! pp_sys.c
10986 ____________________________________________________________________________
10987 [ 10897] By: jhi                                   on 2001/06/24  16:38:23
10988         Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
10989              From: Robin Barker <rmb1@cise.npl.co.uk> 
10990              Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
10991              Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
10992      Branch: perl
10993            ! lib/CPAN.pm
10994 ____________________________________________________________________________
10995 [ 10896] By: jhi                                   on 2001/06/24  16:36:32
10996         Log: Memoize patch from mjd.
10997      Branch: perl
10998            ! lib/Memoize/t/tie_storable.t
10999 ____________________________________________________________________________
11000 [ 10895] By: jhi                                   on 2001/06/24  16:33:59
11001         Log: Spec the sv_pvprintify() a bit more.
11002      Branch: perl
11003            ! pod/perltodo.pod
11004 ____________________________________________________________________________
11005 [ 10894] By: jhi                                   on 2001/06/24  14:43:36
11006         Log: Upgrade to Memoize 0.65.
11007      Branch: perl
11008            + lib/Memoize/t/array_confusion.t
11009            ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
11010            ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
11011            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
11012            ! lib/Memoize/README lib/Memoize/SDBM_File.pm
11013            ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
11014            ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
11015            ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
11016            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
11017            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
11018            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
11019            ! lib/Memoize/t/tie_storable.t
11020 ____________________________________________________________________________
11021 [ 10893] By: jhi                                   on 2001/06/24  14:21:09
11022         Log: Metaconfig unit change for #10892.
11023      Branch: metaconfig
11024            ! U/modified/Options.U
11025 ____________________________________________________________________________
11026 [ 10892] By: jhi                                   on 2001/06/24  14:20:38
11027         Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
11028              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11029              Date: Sun, 24 Jun 2001 05:24:40 -0400
11030              Message-ID: <20010624052440.A27698@math.ohio-state.edu>
11031      Branch: perl
11032            ! Configure hints/os2.sh
11033 ____________________________________________________________________________
11034 [ 10891] By: jhi                                   on 2001/06/24  13:50:26
11035         Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of 
11036              From: Mike Guy <mjtg@cam.ac.uk>
11037              Date: Sun, 24 Jun 2001 15:28:39 +0100
11038              Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
11039              
11040              Fix an ancient (5.002) bug.
11041      Branch: perl
11042            ! lib/Carp/Heavy.pm
11043 ____________________________________________________________________________
11044 [ 10890] By: jhi                                   on 2001/06/24  13:44:43
11045         Log: The #10881 was too vigorous in pp_system() in moving 'unused'
11046              variables.
11047      Branch: perl
11048            ! pp_sys.c
11049 ____________________________________________________________________________
11050 [ 10889] By: jhi                                   on 2001/06/24  13:24:00
11051         Log: Make UTS as per #10888.
11052      Branch: perl
11053            ! hints/uts.sh
11054 ____________________________________________________________________________
11055 [ 10888] By: jhi                                   on 2001/06/24  13:21:23
11056         Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
11057      Branch: perl
11058            ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
11059            ! mpeix/mpeixish.h perl.h unixish.h
11060 ____________________________________________________________________________
11061 [ 10887] By: jhi                                   on 2001/06/24  13:15:45
11062         Log: AUTHORS update.
11063      Branch: perl
11064            ! AUTHORS
11065 ____________________________________________________________________________
11066 [ 10886] By: jhi                                   on 2001/06/24  13:14:31
11067         Log: Subject: Encode::Tcl for multibyte doesnot work
11068              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
11069              Date: Sun, 24 Jun 2001 22:48:21 +0900
11070              Message-Id: <20010624223252.6658.BQW10602@nifty.com>
11071      Branch: perl
11072            ! ext/Encode/Encode/Tcl.pm
11073 ____________________________________________________________________________
11074 [ 10885] By: jhi                                   on 2001/06/24  13:12:46
11075         Log: Subject: [PATCH] Remove tautology in error messages
11076              From: Mike Guy <mjtg@cam.ac.uk>
11077              Date: Sun, 24 Jun 2001 13:31:00 +0100
11078              Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
11079      Branch: perl
11080            ! pp_sys.c
11081 ____________________________________________________________________________
11082 [ 10884] By: jhi                                   on 2001/06/24  13:11:36
11083         Log: Darwin needs -traditional-cpp for cppflags to build Errno. 
11084      Branch: perl
11085            ! hints/darwin.sh
11086 ____________________________________________________________________________
11087 [ 10883] By: jhi                                   on 2001/06/24  13:09:55
11088         Log: Subject: Re: [PATCH 5.6.1] test suite
11089              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11090              Date: Sun, 24 Jun 2001 05:47:05 -0400
11091              Message-ID: <20010624054705.A27890@math.ohio-state.edu>
11092              
11093              Test suite fixes.
11094      Branch: perl
11095            ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
11096 ____________________________________________________________________________
11097 [ 10882] By: jhi                                   on 2001/06/24  13:07:46
11098         Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
11099              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11100              Date: Sun, 24 Jun 2001 05:37:19 -0400
11101              Message-ID: <20010624053719.A27866@math.ohio-state.edu>
11102      Branch: perl
11103            ! os2/dl_os2.c os2/os2.c os2/os2ish.h
11104 ____________________________________________________________________________
11105 [ 10881] By: jhi                                   on 2001/06/24  13:05:24
11106         Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
11107              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11108              Date: Sun, 24 Jun 2001 05:34:50 -0400
11109              Message-ID: <20010624053450.A27856@math.ohio-state.edu>
11110              
11111              Pacify compiler warnings.
11112      Branch: perl
11113            ! pp_sys.c
11114 ____________________________________________________________________________
11115 [ 10880] By: jhi                                   on 2001/06/24  13:02:30
11116         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
11117              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11118              Date: Sun, 24 Jun 2001 05:21:18 -0400
11119              Message-ID: <20010624052118.A27615@math.ohio-state.edu>
11120              
11121              Enable compression of executables during link time.
11122      Branch: perl
11123            ! hints/os2.sh
11124 ____________________________________________________________________________
11125 [ 10879] By: jhi                                   on 2001/06/24  13:00:47
11126         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
11127              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11128              Date: Sun, 24 Jun 2001 05:15:11 -0400
11129              Message-ID: <20010624051511.A27544@math.ohio-state.edu>
11130              
11131              Add ordinals to the export list for Perl DLL.
11132              (Breaks intra-version DLL compatibility.)
11133      Branch: perl
11134            ! makedef.pl
11135 ____________________________________________________________________________
11136 [ 10878] By: jhi                                   on 2001/06/24  02:12:04
11137         Log: Allow (displaying and) re-editing the Subject in perlbug.
11138              Also abstract the Subject quality control into a function.
11139      Branch: perl
11140            ! utils/perlbug.PL
11141 ____________________________________________________________________________
11142 [ 10877] By: jhi                                   on 2001/06/24  01:40:53
11143         Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
11144      Branch: perl
11145            ! utils/perlbug.PL
11146 ____________________________________________________________________________
11147 [ 10876] By: jhi                                   on 2001/06/24  01:37:05
11148         Log: Regen toc and modlib.
11149      Branch: perl
11150            ! pod/perlmodlib.pod pod/perltoc.pod
11151 ____________________________________________________________________________
11152 [ 10875] By: jhi                                   on 2001/06/24  01:29:33
11153         Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
11154              by John Peacock.  (Can be 'ntea' which means emulate UNIX file
11155              attribute semantics as much as possible, or 'ntsec' which uses
11156              native NTFS semantics.)  (See also #10877.)
11157      Branch: perl
11158            ! perl.c
11159 ____________________________________________________________________________
11160 [ 10874] By: jhi                                   on 2001/06/23  23:57:28
11161         Log: Hack to get rid of the UNEXPECTEDLY succeeded message for now.
11162      Branch: perl
11163            ! lib/Test/Harness.pm
11164 ____________________________________________________________________________
11165 [ 10873] By: jhi                                   on 2001/06/23  23:36:56
11166         Log: Just zap the -uPerlio.
11167      Branch: perl
11168            ! ext/B/Stash.t
11169 ____________________________________________________________________________
11170 [ 10872] By: jhi                                   on 2001/06/23  21:29:10
11171         Log: Do not test PerlIO if PerlIO not used.
11172      Branch: perl
11173            ! ext/PerlIO/PerlIO.t
11174 ____________________________________________________________________________
11175 [ 10871] By: jhi                                   on 2001/06/23  21:12:49
11176         Log: Regen perlapi.
11177      Branch: perl
11178            ! pod/perlapi.pod
11179 ____________________________________________________________________________
11180 [ 10870] By: jhi                                   on 2001/06/23  21:03:31
11181         Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
11182              From: Nicholas Clark <nick@ccl4.org>
11183              Date: Sat, 23 Jun 2001 22:55:47 +0100
11184              Message-ID: <20010623225547.Z98663@plum.flirble.org>
11185      Branch: perl
11186            ! numeric.c
11187 ____________________________________________________________________________
11188 [ 10869] By: jhi                                   on 2001/06/23  17:13:21
11189         Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
11190              From: Prymmer/Kahn <pvhp@best.com>
11191              Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
11192              Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
11193      Branch: perl
11194            ! lib/h2xs.t
11195 ____________________________________________________________________________
11196 [ 10868] By: jhi                                   on 2001/06/23  16:04:38
11197         Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
11198              cygwin does not taint cwd, just like win32.
11199      Branch: perl
11200            ! lib/File/Find/taint.t t/op/taint.t
11201 ____________________________________________________________________________
11202 [ 10867] By: jhi                                   on 2001/06/23  15:39:15
11203         Log: Retract #10865, the patch should be unnecessary.
11204              (But seemingly helpful in Cygwin?  Strange.)
11205      Branch: perl
11206            ! lib/Memoize/t/tie_ndbm.t
11207 ____________________________________________________________________________
11208 [ 10866] By: jhi                                   on 2001/06/23  15:06:30
11209         Log: Misplaced test file; plus Cygwin filesystem semantics.
11210      Branch: perl
11211            + ext/SDBM_File/sdbm.t
11212            - ext/ODBM_File/sdbm.t
11213            ! MANIFEST
11214 ____________________________________________________________________________
11215 [ 10865] By: jhi                                   on 2001/06/23  15:01:02
11216         Log: (Retracted by #10867.)
11217      Branch: perl
11218            ! lib/Memoize/t/tie_ndbm.t
11219 ____________________________________________________________________________
11220 [ 10864] By: jhi                                   on 2001/06/23  14:25:43
11221         Log: Metaconfig unit change for #10863.
11222      Branch: metaconfig/U/perl
11223            ! Extensions.U
11224 ____________________________________________________________________________
11225 [ 10863] By: jhi                                   on 2001/06/23  14:25:20
11226         Log: In Cygwin do not build NDBM_File and ODBM_File unless
11227              -lndbm and -ldbm are available.
11228      Branch: perl
11229            ! Configure config_h.SH
11230 ____________________________________________________________________________
11231 [ 10862] By: jhi                                   on 2001/06/23  14:02:14
11232         Log: More Cygwin filesystem semantics.
11233      Branch: perl
11234            ! t/io/fs.t t/op/stat.t
11235 ____________________________________________________________________________
11236 [ 10861] By: jhi                                   on 2001/06/23  13:38:00
11237         Log: More DOSish permission semantics for Cygwin.
11238      Branch: perl
11239            ! lib/AnyDBM_File.t
11240 ____________________________________________________________________________
11241 [ 10860] By: jhi                                   on 2001/06/23  13:32:41
11242         Log: Cygwin too has different permission semantics.
11243      Branch: perl
11244            ! ext/GDBM_File/gdbm.t
11245 ____________________________________________________________________________
11246 [ 10859] By: jhi                                   on 2001/06/23  13:30:06
11247         Log: The group (and assumedly passwd) databases can have
11248              only one entry (this is the case in cygwin).
11249      Branch: perl
11250            ! t/op/grent.t t/op/pwent.t
11251 ____________________________________________________________________________
11252 [ 10858] By: jhi                                   on 2001/06/23  13:16:26
11253         Log: Also in Cygwin use Socket to figure out domainname
11254              (if any) (avoids trying to call external 'domainname',
11255              which doesn't at the moment exist in Cygwin)
11256      Branch: perl
11257            ! lib/Net/Domain.pm
11258 ____________________________________________________________________________
11259 [ 10857] By: jhi                                   on 2001/06/23  12:48:32
11260         Log: Remove also the lib$Foo.def, not just $Foo.def.
11261      Branch: perl
11262            ! lib/ExtUtils/MM_Unix.pm
11263 ____________________________________________________________________________
11264 [ 10856] By: jhi                                   on 2001/06/23  12:21:53
11265         Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
11266      Branch: perl
11267            ! unixish.h
11268 ____________________________________________________________________________
11269 [ 10855] By: jhi                                   on 2001/06/23  12:14:15
11270         Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
11271              to match the whole isprint(), only the space character.
11272      Branch: perl
11273            ! handy.h pod/perlre.pod t/op/pat.t
11274 ____________________________________________________________________________
11275 [ 10854] By: nick                                  on 2001/06/23  08:09:33
11276         Log: Integrate mainline
11277      Branch: perlio
11278           !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
11279           !> lib/ExtUtils.t lib/File/Find/taint.t
11280           !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
11281           !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
11282           !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
11283 ____________________________________________________________________________
11284 [ 10853] By: jhi                                   on 2001/06/23  03:48:09
11285         Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
11286              with its floats    in os390 and s390 (UTS).
11287      Branch: perl
11288            ! lib/Math/BigInt/t/bigintpm.t
11289 ____________________________________________________________________________
11290 [ 10852] By: jhi                                   on 2001/06/23  03:38:53
11291         Log: Add also UTS (s390) to the non-IEEE float platforms.
11292      Branch: perl
11293            ! t/op/sprintf.t
11294 ____________________________________________________________________________
11295 [ 10851] By: jhi                                   on 2001/06/23  03:36:04
11296         Log: Subject: RFC: what are applicable standards for exponent sizes?
11297              From: Peter Prymmer <pvhp@forte.com>
11298              Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
11299              Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
11300      Branch: perl
11301            ! t/op/sprintf.t
11302 ____________________________________________________________________________
11303 [ 10850] By: jhi                                   on 2001/06/23  03:29:04
11304         Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
11305              From: Peter Prymmer <pvhp@forte.com>
11306              Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
11307              Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
11308      Branch: perl
11309            ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
11310 ____________________________________________________________________________
11311 [ 10849] By: jhi                                   on 2001/06/23  03:27:21
11312         Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
11313              From: Peter Prymmer <pvhp@forte.com>
11314              Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
11315              Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
11316      Branch: perl
11317            ! lib/ExtUtils.t
11318 ____________________________________________________________________________
11319 [ 10848] By: jhi                                   on 2001/06/22  21:51:31
11320         Log: Retract #10845.
11321      Branch: perl
11322            ! lib/File/Find/taint.t
11323 ____________________________________________________________________________
11324 [ 10847] By: jhi                                   on 2001/06/22  21:50:38
11325         Log: Yet another error message.
11326      Branch: perl
11327            ! t/op/mkdir.t
11328 ____________________________________________________________________________
11329 [ 10846] By: jhi                                   on 2001/06/22  21:48:39
11330         Log: The croak message for nonexistent socket functions may vary.
11331      Branch: perl
11332            ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
11333 ____________________________________________________________________________
11334 [ 10845] By: jhi                                   on 2001/06/22  21:42:38
11335         Log: (Retracted by #10848.)
11336      Branch: perl
11337            ! lib/File/Find/taint.t
11338 ____________________________________________________________________________
11339 [ 10844] By: jhi                                   on 2001/06/22  21:32:58
11340         Log: Integrate perlio.
11341      Branch: perl
11342           !> lib/File/Find/taint.t t/op/write.t
11343 ____________________________________________________________________________
11344 [ 10843] By: nick                                  on 2001/06/22  21:24:51
11345         Log: Back out debug in taint.t
11346      Branch: perlio
11347            ! lib/File/Find/taint.t
11348 ____________________________________________________________________________
11349 [ 10842] By: jhi                                   on 2001/06/22  21:20:02
11350         Log: setitimer() does not exist in Unicos, despite of what
11351              Configure thinks, from Mark P. Lutz.
11352      Branch: perl
11353            ! hints/unicos.sh
11354 ____________________________________________________________________________
11355 [ 10841] By: nick                                  on 2001/06/22  21:19:36
11356         Log: Skip cwd test on Win32 ???
11357      Branch: perlio
11358            ! lib/File/Find/taint.t
11359 ____________________________________________________________________________
11360 [ 10840] By: jhi                                   on 2001/06/22  21:17:34
11361         Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
11362              and Tru64 gcc -Wall happy.
11363      Branch: perl
11364            ! mg.c
11365 ____________________________________________________________________________
11366 [ 10839] By: jhi                                   on 2001/06/22  21:15:32
11367         Log: The packs must be done in native shorts, fix from Mark P. Lutz.
11368      Branch: perl
11369            ! ext/IPC/SysV/Semaphore.pm
11370 ____________________________________________________________________________
11371 [ 10838] By: jhi                                   on 2001/06/22  21:12:02
11372         Log: Metaconfig unit change for #10837.
11373      Branch: metaconfig/U/perl
11374            ! Cross.U
11375 ____________________________________________________________________________
11376 [ 10837] By: jhi                                   on 2001/06/22  21:09:42
11377         Log: Cleanup of the cross-compilation unit.
11378      Branch: perl
11379            ! Configure
11380 ____________________________________________________________________________
11381 [ 10836] By: nick                                  on 2001/06/22  20:45:12
11382         Log: Skip |- based op/write.t on Win32 as well as VMS
11383      Branch: perlio
11384            ! t/op/write.t
11385 ____________________________________________________________________________
11386 [ 10835] By: jhi                                   on 2001/06/22  20:44:20
11387         Log: Integrate perlio.
11388      Branch: perl
11389           !> util.c
11390 ____________________________________________________________________________
11391 [ 10834] By: nick                                  on 2001/06/22  20:41:54
11392         Log: Integrate mainline
11393      Branch: perlio
11394           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
11395           !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
11396           !> vos/config.ga.h
11397 ____________________________________________________________________________
11398 [ 10833] By: nick                                  on 2001/06/22  20:22:58
11399         Log: Patcho fix.
11400      Branch: perlio
11401            ! util.c
11402 ____________________________________________________________________________
11403 [ 10832] By: jhi                                   on 2001/06/22  20:13:02
11404         Log: Metaconfig unit changes for #10831.
11405      Branch: metaconfig
11406            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
11407 ____________________________________________________________________________
11408 [ 10831] By: jhi                                   on 2001/06/22  20:12:29
11409         Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
11410              From: Andy Dougherty <doughera@lafayette.edu>
11411              Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
11412              Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
11413      Branch: perl
11414            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11415            ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
11416 ____________________________________________________________________________
11417 [ 10830] By: jhi                                   on 2001/06/22  19:50:15
11418         Log: MPE/iX prototype nits from Mark Bixby.
11419      Branch: perl
11420            ! pp_sys.c
11421 ____________________________________________________________________________
11422 [ 10829] By: jhi                                   on 2001/06/22  16:25:16
11423         Log: Detypo.
11424      Branch: perl
11425            ! util.c
11426 ____________________________________________________________________________
11427 [ 10828] By: nick                                  on 2001/06/22  15:33:37
11428         Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
11429      Branch: perlio
11430           +> lib/h2xs.t
11431           !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
11432           !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
11433           !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
11434           !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
11435           !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
11436           !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
11437           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
11438           !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
11439           !> vms/vmsish.h
11440 ____________________________________________________________________________
11441 [ 10827] By: jhi                                   on 2001/06/22  14:15:26
11442         Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
11443              Date: Fri, 22 Jun 2001 10:08:35 -0500
11444              From: "Craig A. Berry" <craigberry@mac.com>
11445              Message-Id: <a05101001b75908704194@[192.168.56.145]>
11446      Branch: perl
11447            ! vms/vms.c vms/vmsish.h
11448 ____________________________________________________________________________
11449 [ 10826] By: jhi                                   on 2001/06/22  13:35:37
11450         Log: NetWare scripts tweak from Ananth Kesari.
11451      Branch: perl
11452            ! NetWare/t/NWScripts.pl
11453 ____________________________________________________________________________
11454 [ 10825] By: jhi                                   on 2001/06/22  13:00:55
11455         Log: Update Changes.
11456      Branch: perl
11457            ! Changes patchlevel.h
11458 ____________________________________________________________________________
11459 [ 10824] By: jhi                                   on 2001/06/22  12:46:56
11460         Log: Add .i and .s targets.
11461      Branch: perl
11462            ! Makefile.SH
11463 ____________________________________________________________________________
11464 [ 10823] By: jhi                                   on 2001/06/22  12:25:20
11465         Log: Upgrade to Locale::Maketext 1.03.
11466      Branch: perl
11467            ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
11468            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
11469 ____________________________________________________________________________
11470 [ 10822] By: jhi                                   on 2001/06/22  12:23:57
11471         Log: Upgrade to I18N::LangTags 0.26.
11472      Branch: perl
11473            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
11474            ! lib/I18N/LangTags/test.pl
11475 ____________________________________________________________________________
11476 [ 10821] By: jhi                                   on 2001/06/22  12:16:41
11477         Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
11478              Philip Newton.
11479      Branch: perl
11480            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
11481            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
11482 ____________________________________________________________________________
11483 [ 10820] By: jhi                                   on 2001/06/22  12:13:37
11484         Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
11485              From: Prymmer/Kahn <pvhp@best.com>
11486              Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
11487              Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
11488      Branch: perl
11489            + lib/h2xs.t
11490            ! MANIFEST utils/h2xs.PL
11491 ____________________________________________________________________________
11492 [ 10819] By: jhi                                   on 2001/06/22  12:11:56
11493         Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
11494              From: Prymmer/Kahn <pvhp@best.com>
11495              Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
11496              Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
11497      Branch: perl
11498            ! lib/ExtUtils.t
11499 ____________________________________________________________________________
11500 [ 10818] By: jhi                                   on 2001/06/22  12:11:08
11501         Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
11502              From: Prymmer/Kahn <pvhp@best.com>
11503              Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
11504              Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
11505      Branch: perl
11506            ! t/pod/plainer.t
11507 ____________________________________________________________________________
11508 [ 10817] By: jhi                                   on 2001/06/22  12:10:05
11509         Log: AUTHORS update.
11510      Branch: perl
11511            ! AUTHORS
11512 ____________________________________________________________________________
11513 [ 10816] By: jhi                                   on 2001/06/22  12:08:24
11514         Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
11515              From: "Craig A. Berry" <craigberry@mac.com>
11516              Date: Thu, 21 Jun 2001 18:20:38 -0500
11517              Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
11518      Branch: perl
11519            ! ext/POSIX/POSIX.xs
11520 ____________________________________________________________________________
11521 [ 10815] By: jhi                                   on 2001/06/22  12:07:19
11522         Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
11523              From: "Craig A. Berry" <craigberry@mac.com>
11524              Date: Thu, 21 Jun 2001 09:58:52 -0500
11525              Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
11526      Branch: perl
11527            ! ext/B/Deparse.t t/op/write.t
11528 ____________________________________________________________________________
11529 [ 10814] By: nick                                  on 2001/06/22  08:13:09
11530         Log: Integrate mainline.
11531      Branch: perlio
11532           !> (integrate 46 files)
11533 ____________________________________________________________________________
11534 [ 10813] By: jhi                                   on 2001/06/22  02:48:58
11535         Log: Change the prefixes only if $prefix is unset,
11536              as originally patched by Marcel Grunauer.
11537      Branch: perl
11538            ! hints/darwin.sh hints/rhapsody.sh
11539 ____________________________________________________________________________
11540 [ 10812] By: jhi                                   on 2001/06/22  02:44:41
11541         Log: Subject: Re: Patch for hints/darwin.sh
11542              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
11543              Date: Thu, 21 Jun 2001 11:23:46 -0700
11544              Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
11545      Branch: perl
11546            ! hints/darwin.sh hints/rhapsody.sh
11547 ____________________________________________________________________________
11548 [ 10811] By: jhi                                   on 2001/06/22  02:34:27
11549         Log: Add .PHONY targets for non-file targets,
11550              from Wilfredo Sánchez.  Should help saying
11551              "make install" on case-insensitive filesystems.
11552      Branch: perl
11553            ! Makefile.SH
11554 ____________________________________________________________________________
11555 [ 10810] By: jhi                                   on 2001/06/22  02:01:23
11556         Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
11557              From: Doug MacEachern <dougm@covalent.net>
11558              Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
11559              Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
11560              
11561              plus reword the getcwd() comment, plus use getcwd() buffer
11562              size minus one.
11563      Branch: perl
11564            ! util.c
11565 ____________________________________________________________________________
11566 [ 10809] By: jhi                                   on 2001/06/22  01:16:58
11567         Log: More gprofing from Doug MacEachern.
11568      Branch: perl
11569            ! Makefile.SH
11570 ____________________________________________________________________________
11571 [ 10808] By: jhi                                   on 2001/06/22  01:15:11
11572         Log: Metaconfig unit change for #10807.
11573      Branch: metaconfig/U/perl
11574            ! d_sfio.U
11575 ____________________________________________________________________________
11576 [ 10807] By: jhi                                   on 2001/06/22  01:14:43
11577         Log: Tell that you are removing the unneeded -lsfio.
11578      Branch: perl
11579            ! Configure
11580 ____________________________________________________________________________
11581 [ 10806] By: jhi                                   on 2001/06/22  01:03:14
11582         Log: More MPE/iX tweaks from Mark Bixby.
11583      Branch: perl
11584            ! perl.c t/op/magic.t
11585 ____________________________________________________________________________
11586 [ 10805] By: jhi                                   on 2001/06/21  22:41:11
11587         Log: The fchdir() proto is supposed to live in <unistd.h>.
11588      Branch: perl
11589            ! ext/Cwd/Cwd.xs
11590 ____________________________________________________________________________
11591 [ 10804] By: jhi                                   on 2001/06/21  22:24:42
11592         Log: This town is too small for the Cwd extension and me,
11593              it would seem...
11594      Branch: perl
11595            ! ext/Cwd/Cwd.xs
11596 ____________________________________________________________________________
11597 [ 10803] By: jhi                                   on 2001/06/21  21:54:00
11598         Log: Metaconfig unit change for #10802.
11599      Branch: metaconfig/U/perl
11600            ! d_modfl.U
11601 ____________________________________________________________________________
11602 [ 10802] By: jhi                                   on 2001/06/21  21:53:37
11603         Log: More d'ohs.
11604      Branch: perl
11605            ! Configure
11606 ____________________________________________________________________________
11607 [ 10801] By: jhi                                   on 2001/06/21  21:38:38
11608         Log: Off-by-one.  I'm so classic.
11609      Branch: perl
11610            ! util.c
11611 ____________________________________________________________________________
11612 [ 10800] By: jhi                                   on 2001/06/21  20:10:19
11613         Log: Update Changes.
11614      Branch: perl
11615            ! Changes patchlevel.h
11616 ____________________________________________________________________________
11617 [ 10799] By: jhi                                   on 2001/06/21  20:03:54
11618         Log: Subject: Documentation patch for Net::FTP
11619              From: Marcel Grunauer <marcel@codewerk.com>
11620              Date: Wed, 20 Jun 2001 23:03:26 +0200
11621              Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
11622      Branch: perl
11623            ! lib/Net/FTP.pm
11624 ____________________________________________________________________________
11625 [ 10798] By: jhi                                   on 2001/06/21  20:01:14
11626         Log: Retract the #10417 mg.c and embed.pl parts because of
11627              strange SEGVs in 64bit x86 FreeBSD observed by
11628              Nicholas Clark.
11629      Branch: perl
11630            ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
11631 ____________________________________________________________________________
11632 [ 10797] By: jhi                                   on 2001/06/21  19:40:34
11633         Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
11634      Branch: perl
11635            ! Configure NetWare/config.wc NetWare/config_H.wc
11636            ! Porting/Glossary Porting/config.sh Porting/config_H
11637            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
11638            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
11639            ! vos/config.ga.h win32/config.bc win32/config.gc
11640            ! win32/config.vc win32/config_H.bc win32/config_H.gc
11641            ! win32/config_H.vc
11642 ____________________________________________________________________________
11643 [ 10796] By: jhi                                   on 2001/06/21  19:08:28
11644         Log: Cwd tweak from Doug MacEachern.
11645      Branch: perl
11646            ! ext/Cwd/Cwd.xs
11647 ____________________________________________________________________________
11648 [ 10795] By: jhi                                   on 2001/06/21  19:03:48
11649         Log: Protect the fchdir() and lstat() with ifdefs.
11650              fchdir() needs a Configure probe.
11651      Branch: perl
11652            ! ext/Cwd/Cwd.xs
11653 ____________________________________________________________________________
11654 [ 10794] By: nick                                  on 2001/06/21  17:11:35
11655         Log: Integrate mainline
11656      Branch: perlio
11657           +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
11658           +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
11659           +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
11660           +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
11661           +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
11662           +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
11663           +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
11664           +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
11665            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
11666            - lib/File/Glob/case.t lib/File/Glob/global.t
11667            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
11668            - lib/File/Temp/posix.t lib/File/Temp/security.t
11669            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
11670            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
11671            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
11672            - lib/Text/Wrap/wrap.t
11673           !> (integrate 41 files)
11674 ____________________________________________________________________________
11675 [ 10793] By: jhi                                   on 2001/06/21  17:01:26
11676         Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
11677              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
11678              Date: Thu, 21 Jun 2001 13:04:54 -0500
11679              Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
11680      Branch: perl
11681            ! ext/Cwd/Cwd.xs
11682 ____________________________________________________________________________
11683 [ 10792] By: jhi                                   on 2001/06/21  16:13:57
11684         Log: Subject: [PATCH pod] overlong =item
11685              From: Robin Barker <rmb1@cise.npl.co.uk>
11686              Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
11687              Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
11688      Branch: perl
11689            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
11690            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
11691 ____________________________________________________________________________
11692 [ 10791] By: jhi                                   on 2001/06/21  16:10:51
11693         Log: Subject: [PATCH perlio.c] format 
11694              From: Robin Barker <rmb1@cise.npl.co.uk>
11695              Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
11696              Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
11697      Branch: perl
11698            ! perlio.c
11699 ____________________________________________________________________________
11700 [ 10790] By: jhi                                   on 2001/06/21  15:52:04
11701         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
11702              From: Radu Greab <radu@netsoft.ro>
11703              Date: Thu, 21 Jun 2001 19:06:02 +0300
11704              Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
11705      Branch: perl
11706            ! pod/perlapi.pod sv.c
11707 ____________________________________________________________________________
11708 [ 10789] By: jhi                                   on 2001/06/21  14:48:25
11709         Log: The metaconfig unit changes for #10788.
11710      Branch: metaconfig/U/perl
11711            ! Cross.U fflushall.U
11712 ____________________________________________________________________________
11713 [ 10788] By: jhi                                   on 2001/06/21  14:47:48
11714         Log: Cross-configuration changes: make $from to rm the files
11715              before copying them over (this means that he rm can be
11716              removed from the fflushall test), create $targetmkdir      
11717              (not documented in install since it is supposed to internal
11718              use only), make $run to copy over the executable only if
11719              a stamp file .xok doesn't already exist (to avoid unnecessary
11720              copying of the executable)
11721      Branch: perl
11722            ! Configure Makefile.SH
11723 ____________________________________________________________________________
11724 [ 10787] By: nick                                  on 2001/06/21  14:16:18
11725         Log: Integrate mainline
11726      Branch: perlio
11727           +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
11728           +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
11729           +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
11730            - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
11731           !> (integrate 34 files)
11732 ____________________________________________________________________________
11733 [ 10786] By: jhi                                   on 2001/06/21  13:59:32
11734         Log: Re-add the files as text.
11735      Branch: perl
11736            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
11737 ____________________________________________________________________________
11738 [ 10785] By: jhi                                   on 2001/06/21  13:57:55
11739         Log: Delete the binary files.
11740      Branch: perl
11741            - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
11742 ____________________________________________________________________________
11743 [ 10784] By: jhi                                   on 2001/06/21  13:49:47
11744         Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
11745              From: Andy Dougherty <doughera@lafayette.edu>
11746              Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
11747              Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
11748      Branch: perl
11749            ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
11750            ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
11751            ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
11752            ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
11753 ____________________________________________________________________________
11754 [ 10783] By: jhi                                   on 2001/06/21  13:46:50
11755         Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
11756              From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
11757              Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST) 
11758              Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
11759              
11760              Setting umask to something friendlier.
11761      Branch: perl
11762            ! installman installperl
11763 ____________________________________________________________________________
11764 [ 10782] By: jhi                                   on 2001/06/21  13:42:17
11765         Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
11766              Resort MANIFEST with sort -f, looks much better.
11767      Branch: perl
11768            + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
11769            + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
11770            + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
11771            + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
11772            + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
11773            + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
11774            + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
11775            + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
11776            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
11777            - lib/File/Glob/case.t lib/File/Glob/global.t
11778            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
11779            - lib/File/Temp/posix.t lib/File/Temp/security.t
11780            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
11781            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
11782            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
11783            - lib/Text/Wrap/wrap.t
11784            ! MANIFEST
11785 ____________________________________________________________________________
11786 [ 10781] By: jhi                                   on 2001/06/21  13:16:04
11787         Log: Upgrade to I18N::LangTags 0.25.
11788      Branch: perl
11789            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
11790            ! lib/I18N/LangTags/List.pm
11791 ____________________________________________________________________________
11792 [ 10780] By: jhi                                   on 2001/06/21  13:12:54
11793         Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
11794              From: Richard Soderberg <rs@crystalflame.net>
11795              Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
11796              Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
11797      Branch: perl
11798            ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
11799            ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
11800 ____________________________________________________________________________
11801 [ 10779] By: jhi                                   on 2001/06/21  12:59:57
11802         Log: Test obsoleted by change #10777.
11803      Branch: perl
11804            ! t/op/sub_lval.t
11805 ____________________________________________________________________________
11806 [ 10778] By: jhi                                   on 2001/06/21  12:52:37
11807         Log: Case of confused test numbering.
11808      Branch: perl
11809            ! t/op/pat.t
11810 ____________________________________________________________________________
11811 [ 10777] By: jhi                                   on 2001/06/21  12:30:57
11812         Log: Subject: Re: Opinion on undef lvalue
11813              From: Abhijit Menon-Sen <ams@wiw.org>
11814              Date: Sun, 17 Jun 2001 13:04:46 +0530
11815              Message-ID: <20010617130446.B27925@lustre.linux.in>
11816              
11817              Allow lvalue subs to return undef in array context.
11818      Branch: perl
11819            ! pp_hot.c
11820 ____________________________________________________________________________
11821 [ 10776] By: jhi                                   on 2001/06/21  12:27:48
11822         Log: Just a guess that using the same hack for cygwin as
11823              for win32 might help.
11824      Branch: perl
11825            ! lib/File/Find/find.t
11826 ____________________________________________________________________________
11827 [ 10775] By: jhi                                   on 2001/06/21  12:25:58
11828         Log: NetWare tweaks from Guruprasad.
11829      Branch: perl
11830            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
11831            ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
11832            ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
11833            ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
11834 ____________________________________________________________________________
11835 [ 10774] By: jhi                                   on 2001/06/21  12:21:17
11836         Log: Subject: Re: perl@10722: Bogus warnings on REs 
11837              From: Hugo <hv@crypt.compulink.co.uk>
11838              Date: Thu, 21 Jun 2001 09:51:17 +0100
11839              Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
11840              
11841              Unroll to avoid a UTS compiler bug.
11842      Branch: perl
11843            ! regcomp.c
11844 ____________________________________________________________________________
11845 [ 10773] By: jhi                                   on 2001/06/21  12:13:13
11846         Log: Subject: Re: [PATCH] Make /o work under i?threads
11847              From: Artur Bergman <artur@contiller.se>
11848              Date: Thu, 21 Jun 2001 14:38:03 +0200
11849              Message-ID: <B757B74A.184D%artur@contiller.se>
11850      Branch: perl
11851            ! t/op/pat.t
11852 ____________________________________________________________________________
11853 [ 10772] By: jhi                                   on 2001/06/21  12:12:23
11854         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
11855              From: Artur Bergman <artur@contiller.se> 
11856              Date: Thu, 21 Jun 2001 14:27:33 +0200
11857              Message-ID: <B757B4D4.1849%artur@contiller.se>
11858              
11859              Plus extra parentheses.
11860      Branch: perl
11861            ! op.h
11862 ____________________________________________________________________________
11863 [ 10771] By: jhi                                   on 2001/06/21  12:10:29
11864         Log: Subject: [PATCH] Make /o work under i?threads
11865              From: Richard Soderberg <rs@crystalflame.net>
11866              Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
11867              Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
11868      Branch: perl
11869            ! pp_ctl.c
11870 ____________________________________________________________________________
11871 [ 10770] By: jhi                                   on 2001/06/21  12:09:28
11872         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
11873              From: Artur Bergman <artur@contiller.se>
11874              Date: Thu, 21 Jun 2001 14:04:54 +0200
11875              Message-ID: <B757AF86.1842%artur@contiller.se>
11876      Branch: perl
11877            ! op.h
11878 ____________________________________________________________________________
11879 [ 10769] By: jhi                                   on 2001/06/21  12:08:03
11880         Log: Subject: Re: perl@10765: sv.c not OK on win32
11881              From: Artur Bergman <artur@contiller.se>
11882              Date: Thu, 21 Jun 2001 10:31:06 +0200
11883              Message-ID: <B7577D69.182C%artur@contiller.se>
11884      Branch: perl
11885            ! sv.c
11886 ____________________________________________________________________________
11887 [ 10768] By: jhi                                   on 2001/06/21  12:03:56
11888         Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
11889              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11890              Date: Thu, 21 Jun 2001 06:23:56 -0400
11891              Message-ID: <20010621062356.A8619@math.ohio-state.edu>
11892              
11893              Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
11894              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11895              Date: Thu, 21 Jun 2001 06:32:21 -0400
11896              Message-ID: <20010621063221.A8823@math.ohio-state.edu>
11897      Branch: perl
11898            ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
11899 ____________________________________________________________________________
11900 [ 10767] By: jhi                                   on 2001/06/21  12:00:07
11901         Log: Subject: [PATCH] make syslog test more verbose
11902              From: Robert Spier <rspier@pobox.com>
11903              Date: Thu, 21 Jun 2001 00:54:32 -0400
11904              Message-ID: <15153.32264.295807.333073@rls.cx>
11905      Branch: perl
11906            ! ext/Sys/Syslog/syslog.t
11907 ____________________________________________________________________________
11908 [ 10766] By: jhi                                   on 2001/06/20  23:27:57
11909         Log: Subject: op/study.t refinements
11910              From: Hugo <hv@crypt.compulink.co.uk>
11911              Date: Thu, 21 Jun 2001 00:29:07 +0100
11912              Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
11913      Branch: perl
11914            ! t/op/study.t
11915 ____________________________________________________________________________
11916 [ 10765] By: jhi                                   on 2001/06/20  19:51:47
11917         Log: Update Changes.
11918      Branch: perl
11919            ! Changes patchlevel.h
11920 ____________________________________________________________________________
11921 [ 10764] By: jhi                                   on 2001/06/20  19:00:23
11922         Log: Subject: Re: [PATCH] djgpp updates
11923              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
11924              Date: Wed, 20 Jun 2001 10:05:15 +0200
11925              Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
11926      Branch: perl
11927            ! djgpp/config.over
11928 ____________________________________________________________________________
11929 [ 10763] By: jhi                                   on 2001/06/20  18:58:06
11930         Log: Fix for ID 20010619.002 "When building hash, hash keys that
11931              are function calls are not being called", from Abhijit.
11932      Branch: perl
11933            ! t/base/lex.t toke.c
11934 ____________________________________________________________________________
11935 [ 10762] By: jhi                                   on 2001/06/20  18:45:00
11936         Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
11937      Branch: perl
11938            + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
11939            + lib/Locale/Maketext/test.pl
11940            - lib/Locale/Maketext.t
11941            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
11942            ! lib/Locale/Maketext/TPJ13.pod
11943 ____________________________________________________________________________
11944 [ 10761] By: jhi                                   on 2001/06/20  18:44:15
11945         Log: Metaconfig unit change for #10760.
11946      Branch: metaconfig
11947            ! U/modified/Cppsym.U
11948 ____________________________________________________________________________
11949 [ 10760] By: jhi                                   on 2001/06/20  18:42:04
11950         Log: Do not remove the ccsym* Cppsym* files since
11951              they are useful for metaconfig units coming after us.
11952              (This is the Configure nit mentioned in #10752.)
11953      Branch: perl
11954            ! Configure
11955 ____________________________________________________________________________
11956 [ 10759] By: jhi                                   on 2001/06/20  18:02:18
11957         Log: Update to I18N::LangTags 0.24, from Sean Burke.
11958      Branch: perl
11959            + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
11960            + lib/I18N/LangTags/README
11961            - lib/I18N/LangTags/List.pod
11962            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
11963 ____________________________________________________________________________
11964 [ 10758] By: jhi                                   on 2001/06/20  17:34:43
11965         Log: Regen headers.
11966      Branch: perl
11967            ! embed.h embedvar.h global.sym perlapi.c perlapi.h
11968            ! pod/perlapi.pod proto.h
11969 ____________________________________________________________________________
11970 [ 10757] By: jhi                                   on 2001/06/20  17:23:08
11971         Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
11972              From: Artur Bergman <artur@contiller.se>
11973              Date: Wed, 20 Jun 2001 11:31:32 +0200
11974              Message-ID: <B7563A14.17D8%artur@contiller.se>
11975      Branch: perl
11976            ! embed.pl hv.c intrpvar.h sv.c sv.h
11977 ____________________________________________________________________________
11978 [ 10756] By: jhi                                   on 2001/06/20  17:13:26
11979         Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
11980              From: Tim Sweetman <tim@aldigital.co.uk> 
11981              Date: Wed, 13 Jun 2001 14:25:17 +0100 
11982              Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk> 
11983      Branch: perl
11984            ! ext/POSIX/POSIX.t lib/AutoLoader.pm
11985 ____________________________________________________________________________
11986 [ 10755] By: nick                                  on 2001/06/20  16:12:37
11987         Log: Integrate mainline
11988      Branch: perlio
11989           !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
11990           !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
11991           !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
11992           !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
11993           !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
11994           !> t/op/study.t util.c
11995 ____________________________________________________________________________
11996 [ 10754] By: gsar                                  on 2001/06/20  15:22:27
11997         Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
11998              but not Makefile)
11999      Branch: maint-5.6/perl
12000            ! win32/Makefile
12001 ____________________________________________________________________________
12002 [ 10753] By: jhi                                   on 2001/06/20  14:03:20
12003         Log: Security tweak on readlink().
12004      Branch: perl
12005            ! pp_sys.c
12006 ____________________________________________________________________________
12007 [ 10752] By: jhi                                   on 2001/06/20  14:00:23
12008         Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
12009      Branch: perl
12010            ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
12011            ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
12012            ! mpeix/relink t/op/pwent.t
12013 ____________________________________________________________________________
12014 [ 10751] By: jhi                                   on 2001/06/20  13:57:27
12015         Log: Reinstate #10725 (with probe for alarm()).
12016      Branch: perl
12017            ! t/op/study.t
12018 ____________________________________________________________________________
12019 [ 10750] By: jhi                                   on 2001/06/20  13:53:46
12020         Log: Replace our implementation of realpath() with OpenBSD's
12021              (src/lib/libc/stdlib/realpath.c 1.4).
12022      Branch: perl
12023            ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
12024            ! pod/perldiag.pod proto.h util.c
12025 ____________________________________________________________________________
12026 [ 10749] By: jhi                                   on 2001/06/20  13:07:49
12027         Log: Integrate perlio.
12028      Branch: perl
12029           !> perlio.c
12030 ____________________________________________________________________________
12031 [ 10748] By: jhi                                   on 2001/06/20  13:07:18
12032         Log: No point in going into memory-saving contortions
12033              with getcwd() since there's a danger of buffer overflow.
12034              Also make the POSIX extension to use sv_getcwd().
12035              Finally, a missed proto.h fragment.
12036      Branch: perl
12037            ! ext/POSIX/POSIX.xs proto.h util.c
12038 ____________________________________________________________________________
12039 [ 10747] By: nick                                  on 2001/06/20  12:38:26
12040         Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
12041      Branch: perlio
12042            ! perlio.c
12043 ____________________________________________________________________________
12044 [ 10746] By: jhi                                   on 2001/06/20  11:51:10
12045         Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
12046              From: Graham Barr <gbarr@pobox.com>
12047              Date: Wed, 20 Jun 2001 11:05:49 +0100
12048              Message-ID: <20010620110549.I19188@pobox.com>
12049              
12050              reported in        
12051              
12052              Subject: Bug in IO::Socket::INET module (repeat)
12053              From: "Harmon S. Nine" <hnine@netarx.com>
12054              Date: Tue, 19 Jun 2001 09:41:35 -0400
12055              Message-ID: <3B2F568F.8080605@netarx.com>
12056              
12057              The bug was that the IO::Socket::INET constructor
12058              did not allow a 'LocalPort' of 0.
12059      Branch: perl
12060            ! ext/IO/lib/IO/Socket/INET.pm
12061 ____________________________________________________________________________
12062 [ 10745] By: nick                                  on 2001/06/20  08:56:39
12063         Log: Integrate mainline.
12064      Branch: perlio
12065           !> (integrate 37 files)
12066 ____________________________________________________________________________
12067 [ 10744] By: jhi                                   on 2001/06/20  04:54:53
12068         Log: After some reading I don't think we can blindly
12069              use systems' realpath().  Too many security problems,
12070              too many buggy implementations.
12071              
12072              TODO: the realpath() emulation code in util.c doesn't
12073              seem fully operational?  (readlink(), for example?)
12074      Branch: perl
12075            ! Configure Makefile.micro Porting/Glossary Porting/config.sh
12076            ! Porting/config_H config_h.SH embed.h embed.pl global.sym
12077            ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
12078            ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
12079            ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
12080            ! win32/config_H.gc win32/config_H.vc
12081 ____________________________________________________________________________
12082 [ 10743] By: jhi                                   on 2001/06/20  00:48:48
12083         Log: Metaconfig unit change for #10738.
12084      Branch: metaconfig
12085            ! U/compline/d_gconvert.U
12086 ____________________________________________________________________________
12087 [ 10742] By: jhi                                   on 2001/06/20  00:48:20
12088         Log: Integrate change #10739 from maintperl:
12089              
12090              C<eval "/x$\r\n/x"> fails to compile correctly 
12091      Branch: perl
12092           !> t/op/pat.t toke.c
12093 ____________________________________________________________________________
12094 [ 10741] By: jhi                                   on 2001/06/20  00:41:05
12095         Log: Retract #10725 (Hugo asked NOT to apply the patch)
12096      Branch: perl
12097            ! t/op/study.t
12098 ____________________________________________________________________________
12099 [ 10740] By: jhi                                   on 2001/06/19  23:58:25
12100         Log: The test.third results were funnily named because of the
12101              new test scheme.
12102      Branch: perl
12103            ! t/TEST
12104 ____________________________________________________________________________
12105 [ 10739] By: gsar                                  on 2001/06/19  23:49:15
12106         Log: C<eval "/x$\r\n/x"> fails to compile correctly
12107      Branch: maint-5.6/perl
12108            ! t/op/pat.t toke.c
12109 ____________________________________________________________________________
12110 [ 10738] By: jhi                                   on 2001/06/19  23:04:15
12111         Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED) 
12112              From: Spider Boardman <spider@Orb.Nashua.NH.US>
12113              Date: Tue, 19 Jun 2001 19:15:40 -0400
12114              Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
12115              
12116              The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
12117              because "1e+129" being expected but "1.e+129" being returned.
12118              The culprit (at least in Tru64) is the use of gcvt().
12119      Branch: perl
12120            ! Configure
12121 ____________________________________________________________________________
12122 [ 10737] By: jhi                                   on 2001/06/19  22:56:52
12123         Log: Subject: [PATCH perl@10722] test hunting on VMS
12124              From: "Craig A. Berry" <craigberry@mac.com>
12125              Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
12126              Date: Tue, 19 Jun 2001 18:59:01 -0500
12127      Branch: perl
12128            ! vms/test.com
12129 ____________________________________________________________________________
12130 [ 10736] By: jhi                                   on 2001/06/19  21:32:29
12131         Log: Subject: [PATCH] s/typos//
12132              From: Abhijit Menon-Sen <ams@wiw.org>
12133              Date: Wed, 20 Jun 2001 02:15:02 +0530
12134              Message-ID: <20010620021502.A14541@lustre.linux.in>
12135              
12136              Without the op.h s/bearword/bareword/ hunk, see
12137              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
12138      Branch: perl
12139            ! util.c
12140 ____________________________________________________________________________
12141 [ 10735] By: jhi                                   on 2001/06/19  21:26:43
12142         Log: Metaconfig unit change for #10732 and #10733.
12143      Branch: metaconfig/U/perl
12144            ! fflushall.U
12145 ____________________________________________________________________________
12146 [ 10734] By: jhi                                   on 2001/06/19  21:24:41
12147         Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
12148              From: "Craig A. Berry" <craigberry@mac.com>
12149              Date: Tue, 19 Jun 2001 17:19:48 -0500
12150              Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
12151      Branch: perl
12152            ! configure.com vms/descrip_mms.template
12153 ____________________________________________________________________________
12154 [ 10733] By: jhi                                   on 2001/06/19  19:57:44
12155         Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
12156              From: Spider Boardman <spider@Orb.Nashua.NH.US>
12157              Date: Tue, 19 Jun 2001 16:48:07 -0400
12158              Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
12159              
12160              Further fixes to fflush(NULL) detection.
12161      Branch: perl
12162            ! Configure
12163 ____________________________________________________________________________
12164 [ 10732] By: jhi                                   on 2001/06/19  19:38:20
12165         Log: AIX test -s hangs with non-existent files?
12166              (A genuine logic bug in Configure, but AIX also broken?)
12167      Branch: perl
12168            ! Configure
12169 ____________________________________________________________________________
12170 [ 10731] By: jhi                                   on 2001/06/19  19:17:35
12171         Log: AUTHORS updates.
12172      Branch: perl
12173            ! AUTHORS
12174 ____________________________________________________________________________
12175 [ 10730] By: jhi                                   on 2001/06/19  19:03:07
12176         Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
12177              From: Spider Boardman <spider@Orb.Nashua.NH.US>
12178              Date: Tue, 19 Jun 2001 15:33:25 -0400
12179              Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
12180      Branch: perl
12181            ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
12182            ! t/lib/warnings/pp
12183 ____________________________________________________________________________
12184 [ 10729] By: jhi                                   on 2001/06/19  18:34:10
12185         Log: Integrate perlio.
12186      Branch: perl
12187           !> lib/File/Find/find.t win32/distclean.bat
12188 ____________________________________________________________________________
12189 [ 10728] By: nick                                  on 2001/06/19  18:24:53
12190         Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
12191      Branch: perlio
12192            ! lib/File/Find/find.t win32/distclean.bat
12193 ____________________________________________________________________________
12194 [ 10727] By: jhi                                   on 2001/06/19  18:07:31
12195         Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
12196              also add information how to find out whether one has PerlIO.
12197      Branch: perl
12198            ! pod/perlfunc.pod
12199 ____________________________________________________________________________
12200 [ 10726] By: jhi                                   on 2001/06/19  17:59:30
12201         Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
12202              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
12203              Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
12204              Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
12205      Branch: perl
12206            ! pod/perlfunc.pod
12207 ____________________________________________________________________________
12208 [ 10725] By: jhi                                   on 2001/06/19  17:28:30
12209         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
12210              From: Hugo <hv@crypt.compulink.co.uk>
12211              Date: Tue, 19 Jun 2001 12:37:30 +0100
12212              Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
12213      Branch: perl
12214            ! t/op/study.t
12215 ____________________________________________________________________________
12216 [ 10724] By: jhi                                   on 2001/06/19  17:22:20
12217         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
12218              From: Hugo <hv@crypt.compulink.co.uk>
12219              Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
12220              Date: Tue, 19 Jun 2001 13:15:17 +0100
12221      Branch: perl
12222            ! util.c
12223 ____________________________________________________________________________
12224 [ 10723] By: nick                                  on 2001/06/19  14:46:15
12225         Log: Integrate mainline
12226      Branch: perlio
12227           +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
12228           +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
12229           +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
12230           +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
12231           +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
12232           +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
12233            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
12234            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
12235            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
12236            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
12237            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
12238            - ext/Thread/unsync4.t
12239           !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
12240           !> djgpp/config.over djgpp/fixpmain
12241           !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
12242           !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
12243           !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
12244 ____________________________________________________________________________
12245 [ 10722] By: jhi                                   on 2001/06/19  11:55:30
12246         Log: Update Changes.
12247      Branch: perl
12248            ! Changes patchlevel.h
12249 ____________________________________________________________________________
12250 [ 10721] By: jhi                                   on 2001/06/19  11:29:34
12251         Log: The existence shall be MANIFESted.
12252      Branch: perl
12253            ! MANIFEST
12254 ____________________________________________________________________________
12255 [ 10720] By: jhi                                   on 2001/06/19  10:58:09
12256         Log: The old libnet.cfg is first searched from the current directory,
12257              only then from the module path.
12258      Branch: perl
12259            ! utils/libnetcfg.PL
12260 ____________________________________________________________________________
12261 [ 10719] By: jhi                                   on 2001/06/19  10:55:59
12262         Log: NetWare tweaks from Guruprasad.
12263      Branch: perl
12264            ! NetWare/Makefile NetWare/config.wc
12265 ____________________________________________________________________________
12266 [ 10718] By: jhi                                   on 2001/06/19  10:54:22
12267         Log: Subject: [PATCH] djgpp updates
12268              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
12269              Date: Tue, 19 Jun 2001 10:59:06 +0200
12270              Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
12271      Branch: perl
12272            ! djgpp/config.over djgpp/fixpmain
12273 ____________________________________________________________________________
12274 [ 10717] By: jhi                                   on 2001/06/19  10:53:20
12275         Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
12276              From: Prymmer/Kahn <pvhp@best.com>
12277              Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
12278              Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
12279      Branch: perl
12280            ! win32/Makefile
12281 ____________________________________________________________________________
12282 [ 10716] By: jhi                                   on 2001/06/19  10:52:25
12283         Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
12284              to happen right after the inclusion of <inttypes.h>,
12285              from Edward Moy.
12286      Branch: perl
12287            ! handy.h perl.h
12288 ____________________________________________________________________________
12289 [ 10715] By: jhi                                   on 2001/06/19  10:49:21
12290         Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
12291              From: Doug MacEachern <dougm@covalent.net>
12292              Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
12293              Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
12294      Branch: perl
12295            ! ext/DynaLoader/DynaLoader_pm.PL
12296 ____________________________________________________________________________
12297 [ 10714] By: jhi                                   on 2001/06/19  10:48:19
12298         Log: Revert #10656 for perfomance reasons but leave in the
12299              use of Hv*() macros -- in comments, so that grepping the
12300              source is easier, from Abhijit.  (Also add the ENV_HV_NAME speedup
12301              suggested by Sarathy, also by Abhijit.)
12302      Branch: perl
12303            ! hv.c
12304 ____________________________________________________________________________
12305 [ 10713] By: jhi                                   on 2001/06/19  10:46:08
12306         Log: Subject: [patch] .s MakeMaker suffix
12307              From: Doug MacEachern <dougm@covalent.net>
12308              Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
12309              Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
12310      Branch: perl
12311            ! lib/ExtUtils/MM_Unix.pm
12312 ____________________________________________________________________________
12313 [ 10712] By: jhi                                   on 2001/06/19  10:34:35
12314         Log: One test lost in the big shuffle restored.
12315      Branch: perl
12316            + ext/IPC/SysV/ipcsysv.t
12317            ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
12318 ____________________________________________________________________________
12319 [ 10711] By: jhi                                   on 2001/06/19  10:25:46
12320         Log: Rename the old non-standard threads tests so that
12321              they won't be invoked.
12322      Branch: perl
12323            + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
12324            + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
12325            + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
12326            + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
12327            + ext/Thread/unsync.tx ext/Thread/unsync2.tx
12328            + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
12329            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
12330            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
12331            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
12332            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
12333            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
12334            - ext/Thread/unsync4.t
12335            ! MANIFEST
12336 ____________________________________________________________________________
12337 [ 10710] By: jhi                                   on 2001/06/19  10:18:41
12338         Log: Integrate perlio.
12339      Branch: perl
12340           !> win32/config_sh.PL
12341 ____________________________________________________________________________
12342 [ 10709] By: nick                                  on 2001/06/19  08:18:18
12343         Log: Integrate mainline
12344      Branch: perlio
12345           +> (branch 40 files)
12346            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
12347            - lib/strict/subs lib/strict/vars lib/warnings/1global
12348            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
12349            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
12350            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
12351            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
12352            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
12353            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
12354            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
12355            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
12356            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
12357            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
12358            - lib/warnings/utf8 lib/warnings/util
12359           !> (integrate 57 files)
12360 ____________________________________________________________________________
12361 [ 10708] By: nick                                  on 2001/06/19  07:57:10
12362         Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
12363      Branch: perlio
12364            ! win32/config_sh.PL
12365 ____________________________________________________________________________
12366 [ 10707] By: nick                                  on 2001/06/19  07:05:07
12367         Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
12368      Branch: perl
12369            ! perly.c perly.y perly_c.diff vms/perly_c.vms
12370 ____________________________________________________________________________
12371 [ 10706] By: jhi                                   on 2001/06/19  02:58:26
12372         Log: More perl572delta tweaks.
12373      Branch: perl
12374            ! pod/perl572delta.pod
12375 ____________________________________________________________________________
12376 [ 10705] By: jhi                                   on 2001/06/19  01:53:40
12377         Log: Update perl572delta.
12378      Branch: perl
12379            ! pod/perl572delta.pod
12380 ____________________________________________________________________________
12381 [ 10704] By: jhi                                   on 2001/06/19  01:28:40
12382         Log: VOS updates from Paul Green.
12383      Branch: perl
12384            ! vos/Changes vos/build.cm vos/perl.bind
12385 ____________________________________________________________________________
12386 [ 10703] By: jhi                                   on 2001/06/19  01:03:53
12387         Log: Update the vos/config.*.* files.
12388      Branch: perl
12389            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
12390            ! vos/config.ga.h
12391 ____________________________________________________________________________
12392 [ 10702] By: jhi                                   on 2001/06/19  01:03:32
12393         Log: Add a makefile for more painless adding of symbols to the
12394              VOS headers while in UNIX (in VOS the vos/configure_perl.cm
12395              takes care of the adding)
12396      Branch: perl
12397            + vos/Makefile
12398 ____________________________________________________________________________
12399 [ 10701] By: jhi                                   on 2001/06/19  00:51:44
12400         Log: Make libnetcfg by default display the libnet configuration,
12401              -c to change, add -i for old config, document all options,
12402              regen toc.
12403      Branch: perl
12404            ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
12405 ____________________________________________________________________________
12406 [ 10700] By: jhi                                   on 2001/06/18  23:45:12
12407         Log: gcc -Wall sweep.
12408      Branch: perl
12409            ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
12410 ____________________________________________________________________________
12411 [ 10699] By: jhi                                   on 2001/06/18  23:19:53
12412         Log: So there.
12413      Branch: perl
12414            ! universal.c
12415 ____________________________________________________________________________
12416 [ 10698] By: jhi                                   on 2001/06/18  23:10:22
12417         Log: Document the need for sv_printify().
12418              
12419              Document that 'use utf8' has been considered.
12420              
12421              (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
12422      Branch: perl
12423            ! pod/perltodo.pod universal.c
12424 ____________________________________________________________________________
12425 [ 10697] By: jhi                                   on 2001/06/18  22:50:53
12426         Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
12427              From: Nicholas Clark <nick@ccl4.org>
12428              Date: Mon, 18 Jun 2001 23:29:23 +0100
12429              Message-ID: <20010618232923.I98663@plum.flirble.org>
12430      Branch: perl
12431            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
12432            ! ext/Sys/Syslog/Makefile.PL
12433 ____________________________________________________________________________
12434 [ 10696] By: jhi                                   on 2001/06/18  22:39:32
12435         Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
12436              From: Scott.L.Miller@Compaq.com
12437              Date: Mon, 18 Jun 2001 10:12:27 -0500
12438              Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
12439      Branch: perl
12440            ! lib/perl5db.pl pod/perldebug.pod
12441 ____________________________________________________________________________
12442 [ 10695] By: jhi                                   on 2001/06/18  22:35:13
12443         Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
12444              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
12445              Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
12446              Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
12447      Branch: perl
12448            ! lib/Carp/Heavy.pm
12449 ____________________________________________________________________________
12450 [ 10694] By: jhi                                   on 2001/06/18  22:34:06
12451         Log: Subject: [PATCH] Documentation changes for CLONE
12452              From: Artur Bergman <artur@contiller.se>
12453              Date: Mon, 18 Jun 2001 22:06:37 +0200
12454              Message-ID: <B7542BEC.1719%artur@contiller.se>
12455      Branch: perl
12456            ! pod/perlmod.pod pod/perlsub.pod
12457 ____________________________________________________________________________
12458 [ 10693] By: jhi                                   on 2001/06/18  22:31:38
12459         Log: Subject: Re: configure.com
12460              From: "Craig A. Berry" <craigberry@mac.com>
12461              Date: Mon, 18 Jun 2001 16:04:38 -0500
12462              Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
12463      Branch: perl
12464            ! configure.com
12465 ____________________________________________________________________________
12466 [ 10692] By: jhi                                   on 2001/06/18  22:30:43
12467         Log: Subject: PL_nullstash + perl_clone()
12468              From: Doug MacEachern <dougm@covalent.net>
12469              Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
12470              Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
12471      Branch: perl
12472            ! sv.c
12473 ____________________________________________________________________________
12474 [ 10691] By: jhi                                   on 2001/06/18  22:26:20
12475         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
12476              From: davem@fdgroup.co.uk
12477              Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
12478              Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
12479      Branch: perl
12480            ! embed.pl pod/perlapi.pod
12481 ____________________________________________________________________________
12482 [ 10690] By: jhi                                   on 2001/06/18  22:17:05
12483         Log: More cross-compilation defaults gleaned from -Dcc
12484              if it is CPU-OS-gcc.
12485      Branch: metaconfig
12486            ! U/modified/libc.U
12487      Branch: metaconfig/U/perl
12488            ! Cross.U
12489      Branch: perl
12490            ! Configure INSTALL
12491 ____________________________________________________________________________
12492 [ 10689] By: jhi                                   on 2001/06/18  13:59:47
12493         Log: Update Changes.
12494      Branch: perl
12495            ! Changes patchlevel.h
12496 ____________________________________________________________________________
12497 [ 10688] By: jhi                                   on 2001/06/18  13:44:18
12498         Log: Subject: [PATCH 5.7.1] sv.c documentation
12499              From: davem@fdgroup.co.uk
12500              Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
12501              Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
12502      Branch: perl
12503            ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
12504            ! sv.c sv.h
12505 ____________________________________________________________________________
12506 [ 10687] By: jhi                                   on 2001/06/18  13:38:03
12507         Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
12508              From: "Jon Gunnip" <jongunnip@hotmail.com>
12509              Date: Sun, 17 Jun 2001 18:24:29 -0400
12510              Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
12511      Branch: perl
12512            ! pod/perlvar.pod
12513 ____________________________________________________________________________
12514 [ 10686] By: jhi                                   on 2001/06/18  13:32:13
12515         Log: Move the locale/strict/warnings helper files back
12516              under the t/lib; this way the amount of non-installabled
12517              stuff under lib/ stays smaller.
12518      Branch: perl
12519            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
12520            + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
12521            + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
12522            + t/lib/warnings/5nolint t/lib/warnings/6default
12523            + t/lib/warnings/7fatal t/lib/warnings/8signal
12524            + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
12525            + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
12526            + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
12527            + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
12528            + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
12529            + t/lib/warnings/pp_sys t/lib/warnings/regcomp
12530            + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
12531            + t/lib/warnings/taint t/lib/warnings/toke
12532            + t/lib/warnings/universal t/lib/warnings/utf8
12533            + t/lib/warnings/util
12534            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
12535            - lib/strict/subs lib/strict/vars lib/warnings/1global
12536            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
12537            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
12538            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
12539            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
12540            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
12541            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
12542            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
12543            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
12544            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
12545            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
12546            - lib/warnings/utf8 lib/warnings/util
12547            ! MANIFEST installperl lib/locale.t lib/strict.t
12548 ____________________________________________________________________________
12549 [ 10685] By: jhi                                   on 2001/06/18  13:11:49
12550         Log: Split off the pack/unpack code, from Nicholas Clark.
12551      Branch: perl
12552            + pp_pack.c
12553            ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
12554            ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
12555            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
12556 ____________________________________________________________________________
12557 [ 10684] By: jhi                                   on 2001/06/18  12:25:55
12558         Log: Guard the SysV IPC tests against being invoked in
12559              SysV-IPC-less places.
12560      Branch: perl
12561            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
12562 ____________________________________________________________________________
12563 [ 10683] By: nick                                  on 2001/06/18  12:24:42
12564         Log: Integrate mainline (new test scheme now ok on Linux).
12565      Branch: perlio
12566           +> lib/warnings.t
12567           !> dump.c sv.c
12568 ____________________________________________________________________________
12569 [ 10682] By: jhi                                   on 2001/06/18  12:20:50
12570         Log: Add the locale.c and numeric.c to the microperl sources.
12571      Branch: perl
12572            ! Makefile.micro win32/Makefile
12573 ____________________________________________________________________________
12574 [ 10681] By: jhi                                   on 2001/06/18  11:57:45
12575         Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
12576              From: Abhijit Menon-Sen <ams@wiw.org>
12577              Date: Mon, 18 Jun 2001 14:23:44 +0530
12578              Message-ID: <20010618142344.A13136@lustre.linux.in>
12579      Branch: perl
12580            ! dump.c
12581 ____________________________________________________________________________
12582 [ 10680] By: jhi                                   on 2001/06/18  11:56:12
12583         Log: Subject: Re: [PATCH] more anonymous stash cleanups
12584              From: Abhijit Menon-Sen <ams@wiw.org>
12585              Date: Mon, 18 Jun 2001 15:50:32 +0530
12586              Message-ID: <20010618155032.A13223@lustre.linux.in>
12587              
12588              Plus the comment left in as suggested by NI-S.
12589      Branch: perl
12590            ! sv.c
12591 ____________________________________________________________________________
12592 [ 10679] By: jhi                                   on 2001/06/18  11:49:27
12593         Log: One missed file.
12594      Branch: perl
12595            + lib/warnings.t
12596 ____________________________________________________________________________
12597 [ 10678] By: nick                                  on 2001/06/18  08:05:29
12598         Log: Integrate mainline (part2 - the deletes)
12599      Branch: perlio
12600            - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
12601            - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
12602            - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
12603            - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
12604            - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
12605            - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
12606            - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
12607            - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
12608            - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
12609            - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
12610            - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
12611 ____________________________________________________________________________
12612 [ 10677] By: nick                                  on 2001/06/18  08:04:44
12613         Log: Integrate mainline (part1)
12614      Branch: perlio
12615           +> (branch 376 files)
12616            - (delete 219 files)
12617           !> (integrate 151 files)
12618 ____________________________________________________________________________
12619 [ 10676] By: jhi                                   on 2001/06/18  04:17:15
12620         Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
12621              No doubt I made some mistakes like missed some files or
12622              misnamed some files.  The naming rules were more or less:
12623              (1) if the module is from CPAN, follows its ways, be it
12624              t/*.t or test.pl.
12625              (2) otherwise if there are multiple tests for a module
12626              put them in a t/
12627              (3) otherwise if there's only one test put it in Module.t
12628              (4) helper files go to module/ (locale, strict, warnings)
12629              (5) use longer filenames now that we can (but e.g. the
12630              compat-0.6.t and the Text::Balanced test files still
12631              were renamed to be more civil against the 8.3 people)
12632              installperl was updated appropriately not to install the
12633              *.t files or the help files from under lib.
12634              
12635              TODO: some helper files still remain under t/ that could
12636              follow their 'masters'.  UPDATE: On second thoughts, why
12637              should they.  They can continue to live under t/lib, and
12638              in fact the locale/strict/warnings helpers that were moved
12639              could be moved back.  This way the amount of non-installable
12640              stuff under lib/ stays smaller.
12641      Branch: perl
12642            + (add 253 files)
12643            - (delete 254 files)
12644            ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
12645 ____________________________________________________________________________
12646 [ 10675] By: jhi                                   on 2001/06/18  03:15:02
12647         Log: The warning no more comes from util.c, it comes from numeric.c.
12648      Branch: perl
12649            ! README.tru64
12650 ____________________________________________________________________________
12651 [ 10674] By: jhi                                   on 2001/06/18  00:56:22
12652         Log: Subject: Re: anyone good at casting spells?
12653              From: Spider Boardman <spider@Orb.Nashua.NH.US>
12654              Date: Sun, 17 Jun 2001 21:21:04 -0400
12655              Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US> 
12656      Branch: perl
12657            ! ext/POSIX/POSIX.xs hv.h
12658 ____________________________________________________________________________
12659 [ 10673] By: jhi                                   on 2001/06/17  22:24:53
12660         Log: Protect the (original) thread tests against testing if no 5.005
12661              threads have been configured.
12662      Branch: perl
12663            ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
12664            ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
12665            ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
12666            ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
12667            ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
12668            ! ext/Thread/unsync4.t
12669 ____________________________________________________________________________
12670 [ 10672] By: jhi                                   on 2001/06/17  22:09:28
12671         Log: Try the new test scanning scheme on Text::Abbrev.
12672      Branch: perl
12673            + lib/Text/Abbrev.t
12674            - lib/Text/Abbrev/t/abbrev.t
12675            ! MANIFEST
12676 ____________________________________________________________________________
12677 [ 10671] By: jhi                                   on 2001/06/17  22:07:08
12678         Log: Change the scan policy of the *.t and test.pl files,
12679              now the *.t do not need to live in a t/ directory.
12680      Branch: perl
12681            ! t/TEST t/harness
12682 ____________________________________________________________________________
12683 [ 10670] By: jhi                                   on 2001/06/17  20:32:35
12684         Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
12685              From: Ilmari Karonen <iltzu@sci.fi>
12686              Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
12687              Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
12688      Branch: perl
12689            ! pod/perlfaq7.pod
12690 ____________________________________________________________________________
12691 [ 10669] By: jhi                                   on 2001/06/17  20:30:22
12692         Log: Quench the warnings from Tru64; the HP-UX is still
12693              broken because it really, REALLY, doesn't like the
12694              HvARRAY() being lvalue:
12695              
12696              cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
12697              cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
12698      Branch: perl
12699            ! hv.c
12700 ____________________________________________________________________________
12701 [ 10668] By: jhi                                   on 2001/06/17  19:13:24
12702         Log: Integrate change #10667 from maintperl:
12703              
12704              change#10449 broke the special-case that makes lexicals inside the
12705              eval"" within DB::DB() visible
12706      Branch: perl
12707           !> op.c
12708 ____________________________________________________________________________
12709 [ 10667] By: gsar                                  on 2001/06/17  19:08:27
12710         Log: change#10449 broke the special-case that makes lexicals inside the
12711              eval"" within DB::DB() visible
12712      Branch: maint-5.6/perl
12713            ! op.c
12714 ____________________________________________________________________________
12715 [ 10666] By: jhi                                   on 2001/06/17  17:50:07
12716         Log: Still spurious output; indent the code a bit.
12717              
12718              TODO1: separate the utility functions like MkDir
12719              into a helper script?
12720              
12721              TODO2: I see a lot of repetition in the filepath()
12722              and dirpath() calls.
12723      Branch: perl
12724            ! t/lib/filefind.t t/lib/findtaint.t
12725 ____________________________________________________________________________
12726 [ 10665] By: jhi                                   on 2001/06/17  16:59:42
12727         Log: Regen modlib, toc.
12728      Branch: perl
12729            ! pod/perlmodlib.pod pod/perltoc.pod
12730 ____________________________________________________________________________
12731 [ 10664] By: jhi                                   on 2001/06/17  16:55:28
12732         Log: Add libnetcfg to perlutil.
12733      Branch: perl
12734            ! pod/perlutil.pod
12735 ____________________________________________________________________________
12736 [ 10663] By: jhi                                   on 2001/06/17  16:53:29
12737         Log: Initial integration of libnet-1.0703.
12738              The Configure script renamed as libnetcfg, will be
12739              installed along other utilities.
12740      Branch: perl
12741            + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
12742            + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
12743            + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
12744            + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
12745            + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
12746            + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
12747            + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
12748            + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
12749            + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
12750            + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
12751            + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
12752            + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
12753            + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
12754            + utils/libnetcfg.PL
12755            ! MANIFEST utils.lst utils/Makefile
12756 ____________________________________________________________________________
12757 [ 10662] By: jhi                                   on 2001/06/17  15:37:32
12758         Log: Less potentially test-harness-confusing output.
12759      Branch: perl
12760            ! lib/Memoize/t/expire_module_t.t
12761 ____________________________________________________________________________
12762 [ 10661] By: jhi                                   on 2001/06/17  15:31:04
12763         Log: The final print annoys make test.
12764      Branch: perl
12765            ! t/lib/filefind.t t/lib/findtaint.t
12766 ____________________________________________________________________________
12767 [ 10660] By: jhi                                   on 2001/06/17  14:00:21
12768         Log: Add an option for handling dangling symbolic links.
12769      Branch: perl
12770            ! lib/File/Find.pm t/lib/filefind.t
12771 ____________________________________________________________________________
12772 [ 10659] By: jhi                                   on 2001/06/17  13:45:48
12773         Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS  etc.
12774              From: Thomas Wegner <wegner_thomas@yahoo.com>
12775              Date: Sun, 17 Jun 2001 14:43:11 +0200
12776              Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
12777      Branch: perl
12778            + t/lib/findtaint.t
12779            ! MANIFEST lib/File/Find.pm t/lib/filefind.t
12780 ____________________________________________________________________________
12781 [ 10658] By: jhi                                   on 2001/06/17  13:13:25
12782         Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
12783              From: Jonathan Stowe <gellyfish@gellyfish.com>
12784              Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
12785              Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
12786      Branch: perl
12787            ! lib/ExtUtils/MM_Unix.pm
12788 ____________________________________________________________________________
12789 [ 10657] By: jhi                                   on 2001/06/17  13:12:25
12790         Log: Subject: [PATCH] more anonymous stash cleanups
12791              From: Abhijit Menon-Sen <ams@wiw.org>
12792              Date: Sun, 17 Jun 2001 11:44:06 +0530
12793              Message-ID: <20010617114406.A25203@lustre.linux.in>
12794      Branch: perl
12795            ! op.c
12796 ____________________________________________________________________________
12797 [ 10656] By: jhi                                   on 2001/06/17  13:11:11
12798         Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
12799              From: Abhijit Menon-Sen <ams@wiw.org>
12800              Date: Sun, 17 Jun 2001 08:02:59 +0530
12801              Message-ID: <20010617080259.A28776@lustre.linux.in>
12802              
12803              Subject: [PATCH #2/7] xhv_eiter
12804              From: Abhijit Menon-Sen <ams@wiw.org>
12805              Date: Sun, 17 Jun 2001 08:13:18 +0530
12806              Message-ID: <20010617081318.B28776@lustre.linux.in>
12807              
12808              Subject: [PATCH #3/7] xhv_fill
12809              From: Abhijit Menon-Sen <ams@wiw.org>
12810              Date: Sun, 17 Jun 2001 08:25:16 +0530
12811              Message-ID: <20010617082516.C28776@lustre.linux.in>
12812              
12813              Subject: [PATCH #4/7] xhv_keys
12814              From: Abhijit Menon-Sen <ams@wiw.org>
12815              Date: Sun, 17 Jun 2001 08:36:17 +0530
12816              Message-ID: <20010617083617.D28776@lustre.linux.in>
12817              
12818              Subject: [PATCH #5/7] xhv_max
12819              From: Abhijit Menon-Sen <ams@wiw.org>
12820              Date: Sun, 17 Jun 2001 08:39:48 +0530
12821              Message-ID: <20010617083948.E28776@lustre.linux.in>
12822              
12823              Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
12824              From: Abhijit Menon-Sen <ams@wiw.org>
12825              Date: Sun, 17 Jun 2001 08:51:11 +0530
12826              Message-ID: <20010617085111.F28776@lustre.linux.in>
12827      Branch: perl
12828            ! hv.c
12829 ____________________________________________________________________________
12830 [ 10655] By: jhi                                   on 2001/06/16  23:32:03
12831         Log: Update Changes.
12832      Branch: perl
12833            ! Changes patchlevel.h
12834 ____________________________________________________________________________
12835 [ 10654] By: jhi                                   on 2001/06/16  23:18:37
12836         Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
12837              From: Abhijit Menon-Sen <ams@wiw.org>
12838              Date: Sat, 16 Jun 2001 07:41:19 +0530
12839              Message-ID: <20010616074119.A24720@lustre.linux.in>
12840      Branch: perl
12841            ! hv.c perl.c vms/vmsish.h win32/win32.h
12842 ____________________________________________________________________________
12843 [ 10653] By: jhi                                   on 2001/06/16  23:15:11
12844         Log: Document tests failing when threaded, since we now have more.
12845      Branch: perl
12846            ! pod/perl572delta.pod
12847 ____________________________________________________________________________
12848 [ 10652] By: jhi                                   on 2001/06/16  23:12:19
12849         Log: -Wall cleanup.
12850      Branch: perl
12851            ! ext/Thread/Thread.xs
12852 ____________________________________________________________________________
12853 [ 10651] By: jhi                                   on 2001/06/16  23:06:55
12854         Log: pthread_attr_setstacksize() isn't absolutely necessary
12855              to call, only iff THREAD_CREATE_NEEDS_STACK.
12856      Branch: perl
12857            ! ext/Thread/Thread.xs
12858 ____________________________________________________________________________
12859 [ 10650] By: jhi                                   on 2001/06/16  22:58:48
12860         Log: -Wall strays.
12861      Branch: perl
12862            ! perl.c util.c
12863 ____________________________________________________________________________
12864 [ 10649] By: jhi                                   on 2001/06/16  22:47:40
12865         Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
12866              (and INT64_MIN) brokenness.
12867      Branch: perl
12868            ! hints/darwin.sh perl.h
12869 ____________________________________________________________________________
12870 [ 10648] By: jhi                                   on 2001/06/16  22:27:48
12871         Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
12872              From: Nicholas Clark <nick@ccl4.org>
12873              Date: Sun, 17 Jun 2001 00:16:05 +0100
12874              Message-ID: <20010617001605.V98663@plum.flirble.org>
12875      Branch: perl
12876            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
12877            ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
12878            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
12879 ____________________________________________________________________________
12880 [ 10647] By: jhi                                   on 2001/06/16  22:24:47
12881         Log: Add perlnetware to docs; regen toc; supply skeleton
12882              docs for some Memoize submodules.
12883      Branch: perl
12884            ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
12885            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
12886            ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
12887            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
12888            ! win32/Makefile win32/makefile.mk
12889 ____________________________________________________________________________
12890 [ 10646] By: jhi                                   on 2001/06/16  22:06:52
12891         Log: pod cleanup.
12892      Branch: perl
12893            ! README.netware
12894 ____________________________________________________________________________
12895 [ 10645] By: jhi                                   on 2001/06/16  21:47:00
12896         Log: Integrate Memoize 0.64.  Few tweaks were required in
12897              the test scripts.  Note that the speed and expire*
12898              tests take several dozen seconds to run.
12899      Branch: perl
12900            + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
12901            + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
12902            + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
12903            + lib/Memoize/README lib/Memoize/SDBM_File.pm
12904            + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
12905            + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
12906            + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
12907            + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
12908            + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
12909            + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
12910            + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
12911            + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
12912            + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
12913            + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
12914            ! MANIFEST t/lib/1_compile.t
12915 ____________________________________________________________________________
12916 [ 10644] By: jhi                                   on 2001/06/16  20:35:49
12917         Log: Document the cross-compilation options.
12918      Branch: perl
12919            ! Cross/README INSTALL
12920 ____________________________________________________________________________
12921 [ 10643] By: jhi                                   on 2001/06/16  19:46:38
12922         Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
12923      Branch: perl
12924            + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
12925            + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
12926            + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
12927            + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
12928            + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
12929            + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
12930            + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
12931            + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
12932            + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
12933            + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
12934            + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
12935            + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
12936            + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
12937            + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
12938            + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
12939            + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
12940            + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
12941            + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
12942            + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
12943            + lib/ExtUtils/MM_NW5.pm
12944            ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
12945            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
12946            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
12947            ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
12948            ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
12949            ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
12950            ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
12951            ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
12952            ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
12953            ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
12954            ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
12955            ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
12956            ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
12957            ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
12958            ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
12959            ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
12960            ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
12961            ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
12962            ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
12963            ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
12964            ! util.h x2p/a2py.c
12965 ____________________________________________________________________________
12966 [ 10642] By: jhi                                   on 2001/06/16  19:16:04
12967         Log: Resort MANIFEST.
12968      Branch: perl
12969            ! MANIFEST
12970 ____________________________________________________________________________
12971 [ 10641] By: jhi                                   on 2001/06/16  18:52:26
12972         Log: Integrate perlio.
12973      Branch: perl
12974           +> win32/win32io.c
12975           !> MANIFEST perlio.c perliol.h win32/makefile.mk
12976 ____________________________________________________________________________
12977 [ 10640] By: nick                                  on 2001/06/16  18:38:31
12978         Log: Disable :win32 layer as default till I get it working
12979      Branch: perlio
12980            ! MANIFEST perlio.c
12981 ____________________________________________________________________________
12982 [ 10639] By: jhi                                   on 2001/06/16  18:35:46
12983         Log: Try the new scheme by moving the Text::Abbrev test
12984              to a new place under lib.
12985      Branch: perl
12986            + lib/Text/Abbrev/t/abbrev.t
12987            - t/lib/abbrev.t
12988            ! MANIFEST
12989 ____________________________________________________________________________
12990 [ 10638] By: jhi                                   on 2001/06/16  18:34:30
12991         Log: Make the code even more dynamical so that testname
12992              suffix length can change.
12993      Branch: perl
12994            ! lib/Test/Harness.pm t/TEST
12995 ____________________________________________________________________________
12996 [ 10637] By: jhi                                   on 2001/06/16  18:16:28
12997         Log: Allow for deeper t/ and also a single test.pl.
12998      Branch: perl
12999            ! t/TEST t/harness
13000 ____________________________________________________________________________
13001 [ 10636] By: jhi                                   on 2001/06/16  18:13:59
13002         Log: #define fix from Nicholas Clark.
13003      Branch: perl
13004            ! ext/POSIX/POSIX.xs
13005 ____________________________________________________________________________
13006 [ 10635] By: jhi                                   on 2001/06/16  17:50:43
13007         Log: Initialization is nice.
13008      Branch: perl
13009            ! lib/Test/Harness.pm
13010 ____________________________________________________________________________
13011 [ 10634] By: jhi                                   on 2001/06/16  17:38:53
13012         Log: Make t/TEST and t/harness to test also the t/ tests
13013              under the main lib/ and ext/ directories.  Fix Test::Harness
13014              to dynamically change the width of its "foo/bar....ok" output.
13015      Branch: perl
13016            ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
13017 ____________________________________________________________________________
13018 [ 10633] By: jhi                                   on 2001/06/16  16:58:57
13019         Log: Subject: [PATCH] Re: perl@10611 
13020              From: Nicholas Clark <nick@ccl4.org>
13021              Date: Sat, 16 Jun 2001 16:52:47 +0100
13022              Message-ID: <20010616165247.O98663@plum.flirble.org>
13023              
13024              The .xs parts, too.
13025      Branch: perl
13026            ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
13027            ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
13028 ____________________________________________________________________________
13029 [ 10632] By: nick                                  on 2001/06/16  16:44:35
13030         Log: Work-in-progress win32 layer semi-functional, checking 
13031              for UNIX breakage.
13032      Branch: perlio
13033            ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
13034 ____________________________________________________________________________
13035 [ 10631] By: jhi                                   on 2001/06/16  16:40:30
13036         Log: Subject: [PATCH] Re: perl@10611 
13037              From: Nicholas Clark <nick@ccl4.org>
13038              Date: Sat, 16 Jun 2001 16:52:47 +0100
13039              Message-ID: <20010616165247.O98663@plum.flirble.org>
13040      Branch: perl
13041            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
13042            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
13043            ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
13044            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
13045            ! lib/ExtUtils/Constant.pm
13046 ____________________________________________________________________________
13047 [ 10630] By: jhi                                   on 2001/06/16  15:11:38
13048         Log: Metaconfig unit change for #10629.
13049      Branch: metaconfig
13050            ! U/modified/Finish.U
13051 ____________________________________________________________________________
13052 [ 10629] By: jhi                                   on 2001/06/16  15:11:10
13053         Log: The extraction changed directories.
13054      Branch: perl
13055            ! Configure
13056 ____________________________________________________________________________
13057 [ 10628] By: jhi                                   on 2001/06/16  14:59:38
13058         Log: Math::BigInt 1.35 from Tels.
13059      Branch: perl
13060            + t/lib/mbimbf.t
13061            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
13062            ! t/lib/bigfltpm.t t/lib/bigintpm.t
13063 ____________________________________________________________________________
13064 [ 10627] By: nick                                  on 2001/06/16  14:54:52
13065         Log: Work in progress UNIX-side edit of win32 PerLIO layer
13066      Branch: perlio
13067            + win32/win32io.c
13068            ! perlio.c win32/makefile.mk
13069 ____________________________________________________________________________
13070 [ 10626] By: jhi                                   on 2001/06/16  14:01:50
13071         Log: Subject: [PATCH 5.6.1] os2/diff-configure
13072              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13073              Date: Fri, 15 Jun 2001 01:19:36 -0400
13074              Message-ID: <20010615011936.A26982@math.ohio-state.edu>
13075              
13076              Empty all of it because I think #10624 made even the
13077              last patch hunk unnecessary.
13078      Branch: perl
13079            ! os2/diff.configure
13080 ____________________________________________________________________________
13081 [ 10625] By: jhi                                   on 2001/06/16  13:58:34
13082         Log: Metaconfig unit change for 10624.
13083      Branch: metaconfig
13084            ! U/modified/libc.U
13085      Branch: perl
13086            ! config_h.SH
13087 ____________________________________________________________________________
13088 [ 10624] By: jhi                                   on 2001/06/16  13:58:13
13089         Log: Move the initialization of libnames to the beginning so
13090              that can one 'seed' it (as OS/2 does.)
13091      Branch: perl
13092            ! Configure
13093 ____________________________________________________________________________
13094 [ 10623] By: jhi                                   on 2001/06/16  13:47:54
13095         Log: Subject: [PATCH 5.6.1] OS2::DLL patch
13096              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13097              Date: Fri, 15 Jun 2001 19:10:57 -0400
13098              Message-ID: <20010615191057.A8050@math.ohio-state.edu>
13099      Branch: perl
13100            ! os2/OS2/REXX/DLL/DLL.pm
13101 ____________________________________________________________________________
13102 [ 10622] By: jhi                                   on 2001/06/16  13:29:42
13103         Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring 
13104              From: "Craig A. Berry" <craigberry@mac.com>
13105              Date: Fri, 15 Jun 2001 17:00:03 -0500
13106              Message-Id: <a05101007b750342599be@[172.16.52.1]>
13107      Branch: perl
13108            ! vms/descrip_mms.template
13109 ____________________________________________________________________________
13110 [ 10621] By: jhi                                   on 2001/06/16  13:28:37
13111         Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
13112              From: "Craig A. Berry" <craigberry@mac.com>
13113              Date: Fri, 15 Jun 2001 18:39:42 -0500
13114              Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
13115      Branch: perl
13116            ! lib/File/Spec/VMS.pm t/lib/extutils.t
13117 ____________________________________________________________________________
13118 [ 10620] By: jhi                                   on 2001/06/16  13:25:06
13119         Log: Integrate perlio.
13120      Branch: perl
13121           !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
13122           !> t/io/utf8.t t/lib/io_scalar.t
13123 ____________________________________________________________________________
13124 [ 10619] By: nick                                  on 2001/06/15  21:05:19
13125         Log: Generated files
13126      Branch: perlio
13127            ! embed.h proto.h
13128 ____________________________________________________________________________
13129 [ 10618] By: nick                                  on 2001/06/15  20:27:42
13130         Log: Fix open.pm to work via XS-implemented method calls rather
13131              than *open::layers variables which caused all the HV/AV hassle.
13132      Branch: perlio
13133            ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
13134            ! t/lib/io_scalar.t
13135 ____________________________________________________________________________
13136 [ 10617] By: jhi                                   on 2001/06/15  18:50:53
13137         Log: Integrate perlio.
13138      Branch: perl
13139           !> lib/ExtUtils/Constant.pm
13140 ____________________________________________________________________________
13141 [ 10616] By: nick                                  on 2001/06/15  18:46:47
13142         Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
13143      Branch: perlio
13144            ! lib/ExtUtils/Constant.pm
13145 ____________________________________________________________________________
13146 [ 10615] By: jhi                                   on 2001/06/15  18:36:43
13147         Log: Integrate perlio.
13148      Branch: perl
13149           !> ext/Socket/Socket.xs
13150 ____________________________________________________________________________
13151 [ 10614] By: nick                                  on 2001/06/15  18:33:37
13152         Log: MULTIPLICITY fix for Socket.xs
13153      Branch: perlio
13154            ! ext/Socket/Socket.xs
13155 ____________________________________________________________________________
13156 [ 10613] By: jhi                                   on 2001/06/15  16:34:06
13157         Log: Subject: Re: perl@10611
13158              From: Doug MacEachern <dougm@covalent.net>
13159              Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
13160              Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
13161      Branch: perl
13162            ! ext/Socket/Socket.xs
13163 ____________________________________________________________________________
13164 [ 10612] By: nick                                  on 2001/06/15  16:14:38
13165         Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
13166      Branch: perlio
13167           !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
13168           !> ext/Socket/Socket.pm ext/Socket/Socket.xs
13169           !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
13170           !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
13171           !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
13172           !> utils/h2ph.PL
13173 ____________________________________________________________________________
13174 [ 10611] By: jhi                                   on 2001/06/15  14:29:04
13175         Log: Update Changes.
13176      Branch: perl
13177            ! Changes patchlevel.h
13178 ____________________________________________________________________________
13179 [ 10610] By: jhi                                   on 2001/06/15  14:20:33
13180         Log: Upping the test count.
13181      Branch: perl
13182            ! t/lib/filefind.t
13183 ____________________________________________________________________________
13184 [ 10609] By: jhi                                   on 2001/06/15  14:13:29
13185         Log: Integrate perlio.
13186      Branch: perl
13187           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
13188 ____________________________________________________________________________
13189 [ 10608] By: jhi                                   on 2001/06/15  14:12:31
13190         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
13191              From: andreas.koenig@anima.de (Andreas J. Koenig)
13192              Date: 15 Jun 2001 13:30:39 +0200
13193              Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
13194              
13195              Record the grim history.
13196      Branch: perl
13197            ! lib/File/Find.pm
13198 ____________________________________________________________________________
13199 [ 10607] By: jhi                                   on 2001/06/15  14:08:19
13200         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
13201              From: Brian McCauley <nobull@mail.com>
13202              Date: 15 Jun 2001 07:51:26 +0100
13203              Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
13204      Branch: perl
13205            ! lib/File/Find.pm t/lib/filefind.t
13206 ____________________________________________________________________________
13207 [ 10606] By: nick                                  on 2001/06/15  14:00:08
13208         Log: regen_config_h for Win32.
13209      Branch: perlio
13210            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
13211 ____________________________________________________________________________
13212 [ 10605] By: jhi                                   on 2001/06/15  13:49:55
13213         Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
13214              From: Peter Prymmer <pvhp@forte.com>
13215              Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
13216              Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
13217      Branch: perl
13218            ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
13219 ____________________________________________________________________________
13220 [ 10604] By: jhi                                   on 2001/06/15  13:45:03
13221         Log: Some filesystems require writability for rename/unlink.
13222      Branch: perl
13223            ! opcode.pl
13224 ____________________________________________________________________________
13225 [ 10603] By: jhi                                   on 2001/06/15  13:41:34
13226         Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report 
13227              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
13228              Date: Fri, 15 Jun 2001 12:08:53 +0200
13229              Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
13230      Branch: perl
13231            ! perlio.c
13232 ____________________________________________________________________________
13233 [ 10602] By: jhi                                   on 2001/06/15  13:27:04
13234         Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
13235              From: Mike Guy <mjtg@cam.ac.uk>
13236              Date: Fri, 15 Jun 2001 14:11:49 +0100
13237              Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
13238      Branch: perl
13239            ! opcode.pl
13240 ____________________________________________________________________________
13241 [ 10601] By: jhi                                   on 2001/06/15  13:21:18
13242         Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
13243              From: Nicholas Clark <nick@ccl4.org>
13244              Date: Thu, 14 Jun 2001 23:52:56 +0100
13245              Message-ID: <20010614235256.G98663@plum.flirble.org>
13246      Branch: perl
13247            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
13248            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
13249 ____________________________________________________________________________
13250 [ 10600] By: jhi                                   on 2001/06/15  13:16:56
13251         Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
13252              From: Russ Allbery <rra@stanford.edu>
13253              Date: 14 Jun 2001 13:24:43 -0700
13254              Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
13255      Branch: perl
13256            ! ext/GDBM_File/GDBM_File.pm
13257 ____________________________________________________________________________
13258 [ 10599] By: jhi                                   on 2001/06/15  13:15:26
13259         Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
13260              From: Nicholas Clark <nick@ccl4.org>
13261              Date: Thu, 14 Jun 2001 20:37:47 +0100
13262              Message-ID: <20010614203747.F98663@plum.flirble.org>
13263      Branch: perl
13264            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
13265            ! t/lib/gdbm.t
13266 ____________________________________________________________________________
13267 [ 10598] By: jhi                                   on 2001/06/15  13:13:13
13268         Log: Integrate perlio.
13269      Branch: perl
13270           !> makedef.pl sv.c
13271 ____________________________________________________________________________
13272 [ 10597] By: nick                                  on 2001/06/15  11:08:13
13273         Log: Check that HVs with HvNAME() != NULL are really stashes before
13274              treating them as such. Also be more defensive on the GvCV.
13275              Win32 fork and dprof now working again. 
13276      Branch: perlio
13277            ! sv.c
13278 ____________________________________________________________________________
13279 [ 10596] By: nick                                  on 2001/06/15  10:11:20
13280         Log: Integrate mainline.
13281      Branch: perlio
13282           +> Cross/README
13283           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
13284           !> Porting/config_H config_h.SH configure.com epoc/config.sh
13285           !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
13286           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
13287           !> vos/config.ga.h win32/config.bc win32/config.gc
13288           !> win32/config.vc win32/config_H.bc win32/config_H.gc
13289           !> win32/config_H.vc
13290 ____________________________________________________________________________
13291 [ 10595] By: nick                                  on 2001/06/15  09:37:17
13292         Log: Skip Perl_my_bcopy in .def file as we do not provide it.
13293              - Win32 (VC++) now builds but fails:
13294              filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
13295              fork.t     - No &___ENV_HV_NAME___::CLONE method ???
13296              write.t    - open(...,"|-") not implemented on Win32 
13297      Branch: perlio
13298            ! makedef.pl
13299 ____________________________________________________________________________
13300 [ 10594] By: jhi                                   on 2001/06/15  00:17:16
13301         Log: Integrate perlio.
13302      Branch: perl
13303           !> perlio.c win32/makefile.mk
13304 ____________________________________________________________________________
13305 [ 10593] By: jhi                                   on 2001/06/15  00:16:44
13306         Log: Metaconfig unit changes for #10592.
13307      Branch: metaconfig
13308            + U/modified/i_varhdr.U U/modified/startsh.U
13309            - U/a_dvisory/crosscompile.U U/target/Target.U
13310            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
13311            ! U/compline/bitpbyte.U U/compline/byteorder.U
13312            ! U/compline/ccflags.U U/compline/charsize.U
13313            ! U/compline/d_casti32.U U/compline/d_castneg.U
13314            ! U/compline/d_closedir.U U/compline/d_fd_set.U
13315            ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
13316            ! U/compline/d_keepsig.U U/compline/d_open3.U
13317            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
13318            ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
13319            ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
13320            ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
13321            ! U/compline/doublesize.U U/compline/floatsize.U
13322            ! U/compline/nblock_io.U U/compline/orderlib.U
13323            ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
13324            ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
13325            ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
13326            ! U/modified/d_longlong.U U/modified/d_setpgrp.U
13327            ! U/modified/d_strtoul.U U/modified/d_union_semun.U
13328            ! U/modified/spitshell.U U/threads/archname.U
13329            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
13330            ! U/typedefs/gidsize.U U/typedefs/lseektype.U
13331            ! U/typedefs/pidsign.U U/typedefs/pidsize.U
13332            ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
13333            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
13334      Branch: metaconfig/U/perl
13335            + Cross.U
13336            ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
13337            ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
13338            ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
13339            ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
13340            ! stdio_streams.U uselfs.U
13341 ____________________________________________________________________________
13342 [ 10592] By: jhi                                   on 2001/06/15  00:15:52
13343         Log: The first steps towards cross-compilation.
13344              
13345              Abstract execution of compiled test executables with $run,
13346              and abstract transfer of files with $to and $from.
13347              
13348              Under cross-compilation the $run, $to, and $from will point
13349              to appropriate wrapper scripts, by default ssh and scp,
13350              but also rsh, rcp, and cp are supported.  If not
13351              cross-compiling, they will be set to '', ':', and ':',
13352              respectively.
13353              
13354              With these patches I was able to get Configure for
13355              iPAQ ARM Linux on an Intel Linux about 95% right
13356              (only a few tests failed to execute or they produced
13357              incorrect results), and I was able to compile
13358              a functional miniperl.
13359              
13360              The symbol crosscompile renamed to be usecrosscompile,
13361              the corresponding C symbol from CROSSCOMPILE to
13362              USE_CROSS_COMPILE.
13363      Branch: perl
13364            ! Configure Cross/README Makefile.SH Porting/Glossary
13365            ! Porting/config.sh Porting/config_H config_h.SH configure.com
13366            ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
13367            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
13368            ! vos/config.ga.def vos/config.ga.h win32/config.bc
13369            ! win32/config.gc win32/config.vc win32/config_H.bc
13370            ! win32/config_H.gc win32/config_H.vc
13371 ____________________________________________________________________________
13372 [ 10591] By: nick                                  on 2001/06/14  20:00:12
13373         Log: Steps along the road toward Win32 building again.
13374      Branch: perlio
13375            ! perlio.c win32/makefile.mk
13376 ____________________________________________________________________________
13377 [ 10590] By: jhi                                   on 2001/06/14  16:11:11
13378         Log: Integrate perlio.
13379      Branch: perl
13380           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
13381 ____________________________________________________________________________
13382 [ 10589] By: nick                                  on 2001/06/14  13:54:07
13383         Log: Routine regen_config_h for Win32
13384      Branch: perlio
13385            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
13386 ____________________________________________________________________________
13387 [ 10588] By: jhi                                   on 2001/06/14  12:30:46
13388         Log: Integrate perlio.
13389      Branch: perl
13390           +> perlyline.pl
13391           !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
13392 ____________________________________________________________________________
13393 [ 10587] By: jhi                                   on 2001/06/14  12:23:24
13394         Log: A placeholder.
13395      Branch: perl
13396            + Cross/README
13397 ____________________________________________________________________________
13398 [ 10586] By: nick                                  on 2001/06/14  08:25:07
13399         Log: Add new step to run_byacc which:
13400              A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
13401              B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
13402      Branch: perlio
13403            + perlyline.pl
13404            ! MANIFEST Makefile.SH perly.c
13405 ____________________________________________________________________________
13406 [ 10585] By: nick                                  on 2001/06/14  08:22:29
13407         Log: Integrate mainline
13408      Branch: perlio
13409           +> locale.c numeric.c
13410           !> Changes cygwin/Makefile.SHs embed.h embed.pl
13411           !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
13412           !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
13413           !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
13414           !> x2p/Makefile.SH
13415 ____________________________________________________________________________
13416 [ 10584] By: nick                                  on 2001/06/14  08:05:53
13417         Log: Hack to remove insecure directories from PATH so test will run.
13418      Branch: perlio
13419            ! t/lib/filefind.t
13420 ____________________________________________________________________________
13421 [ 10583] By: jhi                                   on 2001/06/14  03:11:16
13422         Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
13423      Branch: perl
13424            - t/lib/mbimbf.t
13425            ! MANIFEST
13426 ____________________________________________________________________________
13427 [ 10582] By: jhi                                   on 2001/06/14  03:04:51
13428         Log: Detypo.
13429      Branch: perl
13430            ! x2p/Makefile.SH
13431 ____________________________________________________________________________
13432 [ 10581] By: jhi                                   on 2001/06/14  03:03:14
13433         Log: de-$CONFIG continues.
13434      Branch: perl
13435            ! cygwin/Makefile.SHs x2p/Makefile.SH
13436 ____________________________________________________________________________
13437 [ 10580] By: jhi                                   on 2001/06/13  23:56:59
13438         Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
13439              From: Nicholas Clark <nick@ccl4.org>
13440              Date: Wed, 13 Jun 2001 21:20:13 +0100
13441              Message-ID: <20010613212013.D98663@plum.flirble.org>
13442      Branch: perl
13443            ! opcode.pl
13444 ____________________________________________________________________________
13445 [ 10579] By: jhi                                   on 2001/06/13  23:55:29
13446         Log: Subject: splitting util.c
13447              From: Hugo <hv@crypt.compulink.co.uk>
13448              Date: Thu, 14 Jun 2001 00:41:08 +0100
13449              Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
13450      Branch: perl
13451            + locale.c numeric.c
13452            ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
13453            ! pod/perlapi.pod proto.h util.c
13454 ____________________________________________________________________________
13455 [ 10578] By: jhi                                   on 2001/06/13  23:45:11
13456         Log: Upgrade to Math::BigInt 1.34 from Tels.
13457      Branch: perl
13458            + t/lib/mbimbf.t
13459            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
13460            ! t/lib/bigfltpm.t t/lib/bigintpm.t
13461 ____________________________________________________________________________
13462 [ 10577] By: nick                                  on 2001/06/13  19:02:48
13463         Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
13464      Branch: perlio
13465           !> (integrate 125 files)
13466 ____________________________________________________________________________
13467 [ 10576] By: jhi                                   on 2001/06/13  18:10:01
13468         Log: Update Changes.
13469      Branch: perl
13470            ! Changes patchlevel.h
13471 ____________________________________________________________________________
13472 [ 10575] By: jhi                                   on 2001/06/13  18:05:09
13473         Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
13474              From: "Craig A. Berry" <craigberry@mac.com>
13475              Date: Wed, 13 Jun 2001 13:24:28 -0500
13476              Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
13477      Branch: perl
13478            ! ext/re/Makefile.PL
13479 ____________________________________________________________________________
13480 [ 10574] By: jhi                                   on 2001/06/13  17:34:36
13481         Log: Mc.u.c. for #10573.
13482      Branch: metaconfig
13483            ! U/threads/usethreads.U
13484 ____________________________________________________________________________
13485 [ 10573] By: jhi                                   on 2001/06/13  17:34:00
13486         Log: It would be also be good if I could type.
13487      Branch: perl
13488            ! Configure
13489 ____________________________________________________________________________
13490 [ 10572] By: jhi                                   on 2001/06/13  17:26:29
13491         Log: Metaconfig unit change for #10571.
13492      Branch: metaconfig
13493            ! U/threads/usethreads.U
13494 ____________________________________________________________________________
13495 [ 10571] By: jhi                                   on 2001/06/13  17:26:05
13496         Log: A non-empty default is a good thing.
13497      Branch: perl
13498            ! Configure
13499 ____________________________________________________________________________
13500 [ 10570] By: jhi                                   on 2001/06/13  17:15:16
13501         Log: Metaconfig unit change for #10569.
13502      Branch: metaconfig
13503            ! U/threads/usethreads.U
13504 ____________________________________________________________________________
13505 [ 10569] By: jhi                                   on 2001/06/13  17:14:17
13506         Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
13507              extremely experimental, not even prompted for.
13508      Branch: perl
13509            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13510            ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
13511            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
13512            ! win32/config.bc win32/config.gc win32/config.vc
13513 ____________________________________________________________________________
13514 [ 10568] By: jhi                                   on 2001/06/13  16:22:27
13515         Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
13516      Branch: perl
13517            ! pod/perlfaq6.pod
13518 ____________________________________________________________________________
13519 [ 10567] By: jhi                                   on 2001/06/13  16:20:23
13520         Log: Integrate perlio; conflicts, accept Nick's versions.
13521      Branch: perl
13522           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
13523           !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
13524 ____________________________________________________________________________
13525 [ 10566] By: jhi                                   on 2001/06/13  16:17:42
13526         Log: Subject: Re: ext/ + -Wall
13527              From: Doug MacEachern <dougm@covalent.net>
13528              Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
13529              Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
13530      Branch: perl
13531            ! XSUB.h lib/ExtUtils/xsubpp perl.h
13532 ____________________________________________________________________________
13533 [ 10565] By: jhi                                   on 2001/06/13  16:16:07
13534         Log: Similar logic as DB_File.xs, using the modern macros and
13535              defines them to older ones for older Perls where PERL_VERSION
13536              is not defined, from Doug MacEachern.
13537      Branch: perl
13538            ! ext/Storable/Storable.xs
13539 ____________________________________________________________________________
13540 [ 10564] By: nick                                  on 2001/06/13  15:22:01
13541         Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
13542              and using that instead (name lookups are sequential search for now).
13543      Branch: perlio
13544            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
13545            ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
13546 ____________________________________________________________________________
13547 [ 10563] By: jhi                                   on 2001/06/13  14:07:43
13548         Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
13549              From: "Richard Soderberg" <rs@crystalflame.net>
13550              Date: Sat, 26 May 2001 06:44:20 -0700
13551              Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
13552      Branch: perl
13553            ! sv.c t/op/glob.t
13554 ____________________________________________________________________________
13555 [ 10562] By: jhi                                   on 2001/06/13  13:55:10
13556         Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
13557              From: "Craig A. Berry" <craigberry@mac.com>
13558              Date: Tue, 12 Jun 2001 23:55:26 -0500
13559              Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
13560      Branch: perl
13561            ! ext/re/Makefile.PL ext/re/re.xs
13562 ____________________________________________________________________________
13563 [ 10561] By: jhi                                   on 2001/06/13  13:44:58
13564         Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
13565              suggested by NI-S.
13566      Branch: perl
13567            ! XSUB.h malloc.c perl.h
13568 ____________________________________________________________________________
13569 [ 10560] By: jhi                                   on 2001/06/13  13:35:42
13570         Log: Regen toc.
13571      Branch: perl
13572            ! pod/perltoc.pod
13573 ____________________________________________________________________________
13574 [ 10559] By: jhi                                   on 2001/06/13  12:53:18
13575         Log: Subject: [patch] perl.gprof control
13576              From: Doug MacEachern <dougm@covalent.net>
13577              Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
13578              Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
13579      Branch: perl
13580            ! miniperlmain.c perl.h
13581 ____________________________________________________________________________
13582 [ 10558] By: jhi                                   on 2001/06/13  12:51:47
13583         Log: Subject: Re: ext/ + -Wall
13584              From: Doug MacEachern <dougm@covalent.net>
13585              Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
13586              Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
13587              
13588              Document ax and break up dXSARGS.
13589      Branch: perl
13590            ! XSUB.h pod/perlapi.pod
13591 ____________________________________________________________________________
13592 [ 10557] By: jhi                                   on 2001/06/13  12:39:55
13593         Log: More AIX tweakage from Merijn.
13594      Branch: perl
13595            ! hints/aix.sh
13596 ____________________________________________________________________________
13597 [ 10556] By: jhi                                   on 2001/06/13  03:26:58
13598         Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
13599              From: "Craig A. Berry" <craigberry@mac.com>
13600              Date: Tue, 12 Jun 2001 22:57:45 -0500
13601              Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
13602      Branch: perl
13603            ! vms/descrip_mms.template
13604 ____________________________________________________________________________
13605 [ 10555] By: jhi                                   on 2001/06/13  02:50:43
13606         Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
13607              From: "Craig A. Berry" <craigberry@mac.com>
13608              Date: Tue, 12 Jun 2001 22:21:39 -0500
13609              Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
13610      Branch: perl
13611            ! configure.com util.c
13612 ____________________________________________________________________________
13613 [ 10554] By: jhi                                   on 2001/06/13  02:23:16
13614         Log: New AIX dynaloading code from Jens-Uwe Mager.
13615              Does break binary compatibility.
13616      Branch: perl
13617            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
13618 ____________________________________________________________________________
13619 [ 10553] By: jhi                                   on 2001/06/13  02:10:16
13620         Log: VMS DEC C compiler found nits by Peter Prymmer.
13621      Branch: perl
13622            ! util.c
13623 ____________________________________________________________________________
13624 [ 10552] By: jhi                                   on 2001/06/13  01:36:12
13625         Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
13626              From: Peter Prymmer <pvhp@forte.com>
13627              Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
13628              Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
13629      Branch: perl
13630            ! t/lib/filecomp.t
13631 ____________________________________________________________________________
13632 [ 10551] By: jhi                                   on 2001/06/13  01:26:53
13633         Log: I wonder how many $CONFIGs still lurk in the shadows.
13634      Branch: perl
13635            ! pod/Makefile.SH x2p/cflags.SH
13636 ____________________________________________________________________________
13637 [ 10550] By: jhi                                   on 2001/06/13  01:25:12
13638         Log: Grok three kinds of line endings, should fix [ID 20010612.003]
13639      Branch: perl
13640            ! pod/checkpods.PL
13641 ____________________________________________________________________________
13642 [ 10549] By: jhi                                   on 2001/06/13  01:05:28
13643         Log: Use __attribute__((unused)) to silence -Wall on unused ax.
13644      Branch: perl
13645            ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
13646 ____________________________________________________________________________
13647 [ 10548] By: jhi                                   on 2001/06/13  00:41:28
13648         Log: Subject: [patch] rid local_patches warnings
13649              From: Doug MacEachern <dougm@covalent.net>
13650              Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
13651              Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
13652      Branch: perl
13653            ! ext/List/Util/Util.xs ext/Storable/Storable.xs
13654 ____________________________________________________________________________
13655 [ 10547] By: jhi                                   on 2001/06/13  00:40:29
13656         Log: Subject: Re: ext/ + -Wall
13657              From: Doug MacEachern <dougm@covalent.net>
13658              Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
13659              Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
13660      Branch: perl
13661            ! ext/attrs/attrs.xs
13662 ____________________________________________________________________________
13663 [ 10546] By: jhi                                   on 2001/06/13  00:39:06
13664         Log: Subject: [PATCH] perlretut.pod: unterminated C<>
13665              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
13666              Date: Tue, 12 Jun 2001 14:36:20 -0400
13667              Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
13668      Branch: perl
13669            ! pod/perlretut.pod
13670 ____________________________________________________________________________
13671 [ 10545] By: jhi                                   on 2001/06/13  00:38:02
13672         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
13673              From: Mike Guy <mjtg@cam.ac.uk>
13674              Date: Tue, 12 Jun 2001 19:10:31 +0100
13675              Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
13676              
13677              Subject: Re: [ID 20010612.001] out of memory during regex compilation
13678              From: Mike Guy <mjtg@cam.ac.uk>
13679              Date: Tue, 12 Jun 2001 19:21:01 +0100
13680              Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
13681      Branch: perl
13682            ! pod/perlop.pod
13683 ____________________________________________________________________________
13684 [ 10544] By: jhi                                   on 2001/06/13  00:34:39
13685         Log: AIX tweaks from Merijn H. Brand.
13686      Branch: perl
13687            ! hints/aix.sh
13688 ____________________________________________________________________________
13689 [ 10543] By: jhi                                   on 2001/06/13  00:11:42
13690         Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
13691              From: "Brendan O'Dea" <bod@compusol.com.au>
13692              Date: Wed, 13 Jun 2001 05:16:47 +1000
13693              Message-ID: <20010613051647.A8945@compusol.com.au>
13694      Branch: maint-5.6/perl
13695            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
13696 ____________________________________________________________________________
13697 [ 10542] By: jhi                                   on 2001/06/13  00:07:50
13698         Log: Subject: Small bcopy cleanup
13699              From: Andy Dougherty <doughera@lafayette.edu>
13700              Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
13701              Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
13702      Branch: perl
13703            ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
13704 ____________________________________________________________________________
13705 [ 10541] By: jhi                                   on 2001/06/13  00:05:18
13706         Log: Subject: [PATCH] Re: ext/ + -Wall
13707              From: Nicholas Clark <nick@ccl4.org>
13708              Date: Wed, 13 Jun 2001 00:04:30 +0100
13709              Message-ID: <20010613000430.M5901@plum.flirble.org>
13710      Branch: perl
13711            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
13712 ____________________________________________________________________________
13713 [ 10540] By: jhi                                   on 2001/06/13  00:02:25
13714         Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
13715              From: Nicholas Clark <nick@ccl4.org>
13716              Date: Tue, 12 Jun 2001 23:53:07 +0100
13717              Message-ID: <20010612235307.L5901@plum.flirble.org>
13718      Branch: perl
13719            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
13720 ____________________________________________________________________________
13721 [ 10539] By: jhi                                   on 2001/06/12  23:59:10
13722         Log: MPE/iX tweaks from Mark Bixby.
13723      Branch: perl
13724            ! hints/mpeix.sh mpeix/mpeixish.h util.c
13725 ____________________________________________________________________________
13726 [ 10538] By: jhi                                   on 2001/06/12  14:16:15
13727         Log: Update Changes.
13728      Branch: perl
13729            ! Changes patchlevel.h
13730 ____________________________________________________________________________
13731 [ 10537] By: jhi                                   on 2001/06/12  14:11:26
13732         Log: One less -Wall whine (found under DEBUGGING).
13733      Branch: perl
13734            ! x2p/Makefile.SH x2p/a2p.c
13735 ____________________________________________________________________________
13736 [ 10536] By: jhi                                   on 2001/06/12  13:32:09
13737         Log: s/case-independent/case-insensitive/g
13738      Branch: perl
13739            ! pod/perldebug.pod
13740 ____________________________________________________________________________
13741 [ 10535] By: jhi                                   on 2001/06/12  13:27:28
13742         Log: As suggested in    
13743              
13744              Subject: Re: ext/ + -Wall
13745              From: Gurusamy Sarathy <gsar@ActiveState.com>
13746              Date: Mon, 11 Jun 2001 23:34:31 -0700
13747              Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
13748      Branch: perl
13749            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
13750            ! perl.h
13751 ____________________________________________________________________________
13752 [ 10534] By: jhi                                   on 2001/06/12  13:13:27
13753         Log: Subject: ext/ + -Wall
13754              From: Doug MacEachern <dougm@covalent.net>
13755              Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
13756              Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
13757      Branch: perl
13758            ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
13759            ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
13760            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
13761            ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
13762            ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
13763            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
13764            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
13765            ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
13766            ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
13767            ! lib/ExtUtils/xsubpp
13768 ____________________________________________________________________________
13769 [ 10533] By: jhi                                   on 2001/06/12  12:52:57
13770         Log: Subject: [PATCH] anonymous stashes
13771              From: Abhijit Menon-Sen <ams@wiw.org>
13772              Date: Tue, 12 Jun 2001 12:47:04 +0530
13773              Message-ID: <20010612124704.A29029@lustre.linux.in>
13774      Branch: perl
13775            ! dump.c gv.c sv.c xsutils.c
13776 ____________________________________________________________________________
13777 [ 10532] By: jhi                                   on 2001/06/12  12:37:36
13778         Log: One more test for $^S.
13779      Branch: perl
13780            ! t/op/magic.t
13781 ____________________________________________________________________________
13782 [ 10531] By: jhi                                   on 2001/06/12  12:35:02
13783         Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
13784              From: Abhijit Menon-Sen <ams@wiw.org>
13785              Date: Tue, 12 Jun 2001 17:35:55 +0530
13786              Message-ID: <20010612173555.A32426@lustre.linux.in>
13787      Branch: perl
13788            ! mg.c t/op/magic.t
13789 ____________________________________________________________________________
13790 [ 10530] By: jhi                                   on 2001/06/12  12:31:11
13791         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
13792              From: Mike Guy <mjtg@cam.ac.uk>
13793              Date: Tue, 12 Jun 2001 13:14:15 +0100
13794              Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
13795      Branch: perl
13796            ! pod/perlop.pod
13797 ____________________________________________________________________________
13798 [ 10529] By: jhi                                   on 2001/06/12  12:21:06
13799         Log: AUTHORS updates.
13800      Branch: perl
13801            ! AUTHORS
13802 ____________________________________________________________________________
13803 [ 10528] By: jhi                                   on 2001/06/12  12:19:47
13804         Log: Subject: [PATCH] rhapsody/darwin minor cleanup
13805              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
13806              Content-Transfer-Encoding: 7bit
13807              Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
13808      Branch: perl
13809            ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
13810 ____________________________________________________________________________
13811 [ 10527] By: jhi                                   on 2001/06/12  11:58:53
13812         Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
13813              From: "Philip Newton" <Philip.Newton@gmx.net>
13814              Date: Mon, 11 Jun 2001 07:08:03 +0200
13815              Message-Id: <200106120802.LAA08992@taas.iki.fi>
13816      Branch: perl
13817            ! t/base/term.t
13818 ____________________________________________________________________________
13819 [ 10526] By: jhi                                   on 2001/06/12  01:35:34
13820         Log: Cleanup the a2p.c for -Wall.
13821      Branch: perl
13822            ! x2p/Makefile.SH x2p/a2p.c
13823 ____________________________________________________________________________
13824 [ 10525] By: jhi                                   on 2001/06/12  01:10:56
13825         Log: File::Find update for MacOS from Chris Nandor.
13826      Branch: perl
13827            ! lib/File/Find.pm t/lib/filefind.t
13828 ____________________________________________________________________________
13829 [ 10524] By: jhi                                   on 2001/06/12  00:29:20
13830         Log: gcc -Wall nits picked out by a non-UNIX system
13831              (courtesy of Mark Bixby)
13832      Branch: perl
13833            ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
13834            ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
13835            ! pp_sys.c util.c
13836 ____________________________________________________________________________
13837 [ 10523] By: jhi                                   on 2001/06/11  22:34:03
13838         Log: Metaconfig unit change for #10522.  (The d_modfl changes
13839              placate metalint.)
13840      Branch: metaconfig/U/perl
13841            ! d_modfl.U d_u32align.U
13842 ____________________________________________________________________________
13843 [ 10522] By: jhi                                   on 2001/06/11  22:33:00
13844         Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
13845              be "./try 2>&1 >/dev/null".
13846      Branch: perl
13847            ! Configure
13848 ____________________________________________________________________________
13849 [ 10521] By: jhi                                   on 2001/06/11  19:49:54
13850         Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
13851              From: "Craig A. Berry" <craigberry@mac.com>
13852              Date: Mon, 11 Jun 2001 14:00:32 -0500
13853              Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
13854      Branch: perl
13855            ! configure.com
13856 ____________________________________________________________________________
13857 [ 10520] By: jhi                                   on 2001/06/11  17:55:47
13858         Log: Move the full \p\P lists to perlunicode.
13859      Branch: perl
13860            ! pod/perlretut.pod pod/perlunicode.pod
13861 ____________________________________________________________________________
13862 [ 10519] By: jhi                                   on 2001/06/11  17:10:00
13863         Log: VOS build tweak for 5.6.1 from Paul Green.
13864      Branch: maint-5.6/perl
13865            ! vos/build.cm
13866 ____________________________________________________________________________
13867 [ 10518] By: jhi                                   on 2001/06/11  17:07:03
13868         Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
13869              From: "Craig A. Berry" <craigberry@mac.com>
13870              Date: Fri, 8 Jun 2001 18:08:18 -0500
13871              Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
13872      Branch: perl
13873            ! vms/vms.c
13874 ____________________________________________________________________________
13875 [ 10517] By: jhi                                   on 2001/06/11  14:52:01
13876         Log: Update Changes.
13877      Branch: perl
13878            ! Changes patchlevel.h
13879 ____________________________________________________________________________
13880 [ 10516] By: jhi                                   on 2001/06/11  14:46:33
13881         Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
13882      Branch: perl
13883            ! vos/config.alpha.h vos/config.ga.h
13884 ____________________________________________________________________________
13885 [ 10515] By: jhi                                   on 2001/06/11  14:39:05
13886         Log: VOS updates from Paul Green for @10476.
13887      Branch: perl
13888            ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
13889            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
13890            ! vos/config.ga.h vos/configure_perl.cm
13891 ____________________________________________________________________________
13892 [ 10514] By: jhi                                   on 2001/06/11  12:58:43
13893         Log: Subject: [PATCH] Not many people know this ...
13894              From: Mike Guy <mjtg@cam.ac.uk>
13895              Date: Mon, 11 Jun 2001 14:55:15 +0100
13896              Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
13897      Branch: perl
13898            ! pod/perldebug.pod
13899 ____________________________________________________________________________
13900 [ 10513] By: jhi                                   on 2001/06/11  12:30:06
13901         Log: Add final commas to lists as suggested by Philip Newton.
13902      Branch: perl
13903            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
13904 ____________________________________________________________________________
13905 [ 10512] By: jhi                                   on 2001/06/11  12:28:49
13906         Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
13907              Date: Sun, 10 Jun 2001 23:35:38 -0400
13908              From: Chris Nandor <pudge@pobox.com>
13909              Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
13910      Branch: perl
13911            ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
13912            ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
13913            ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
13914            ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
13915            ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
13916            ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
13917            ! t/op/write.t t/pragma/strict.t
13918 ____________________________________________________________________________
13919 [ 10511] By: jhi                                   on 2001/06/11  12:13:31
13920         Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
13921              From: Chris Nandor <pudge@pobox.com>
13922              Date: Mon, 11 Jun 2001 08:24:28 -0400
13923              Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
13924      Branch: perl
13925            ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
13926            ! t/lib/io_dir.t
13927 ____________________________________________________________________________
13928 [ 10510] By: jhi                                   on 2001/06/11  12:03:16
13929         Log: One more run_byacc (a hand-tweaked version had slipped in).
13930      Branch: perl
13931            ! perly.c vms/perly_c.vms
13932 ____________________________________________________________________________
13933 [ 10509] By: nick                                  on 2001/06/11  07:49:15
13934         Log: Integrate mainline
13935      Branch: perlio
13936           !> Makefile.SH embed.h embed.pl global.sym
13937           !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
13938           !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
13939           !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
13940           !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
13941 ____________________________________________________________________________
13942 [ 10508] By: jhi                                   on 2001/06/10  22:38:05
13943         Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
13944              From: Mike Guy <mjtg@cam.ac.uk>
13945              Reply-To: mjtg@cam.ac.uk
13946              Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
13947      Branch: perl
13948            ! lib/ExtUtils/Manifest.pm
13949 ____________________________________________________________________________
13950 [ 10507] By: jhi                                   on 2001/06/10  22:37:16
13951         Log: Subject: [PATCH] ExtUtils::Constant
13952              From: Nicholas Clark <nick@ccl4.org>
13953              Date: Sun, 10 Jun 2001 23:25:41 +0100
13954              Message-ID: <20010610232540.C76396@plum.flirble.org>
13955      Branch: perl
13956            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
13957 ____________________________________________________________________________
13958 [ 10506] By: jhi                                   on 2001/06/10  20:57:20
13959         Log: Integrate perlio.
13960      Branch: perl
13961           !> iperlsys.h
13962 ____________________________________________________________________________
13963 [ 10505] By: jhi                                   on 2001/06/10  18:37:57
13964         Log: Move the grok_number and its lieutenant grok_numeric_radix
13965              from sv.c statics to util.c and public.
13966      Branch: perl
13967            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
13968            ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
13969 ____________________________________________________________________________
13970 [ 10504] By: nick                                  on 2001/06/10  17:47:06
13971         Log: Fix (valid) -Wall warnings in perlio.c
13972      Branch: perlio
13973            ! iperlsys.h
13974 ____________________________________________________________________________
13975 [ 10503] By: jhi                                   on 2001/06/10  17:38:28
13976         Log: Update perly_c.diff, update perly.fixer to edit away
13977              some of the -Wall noise.
13978      Branch: perl
13979            ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
13980 ____________________________________________________________________________
13981 [ 10502] By: jhi                                   on 2001/06/10  17:09:42
13982         Log: Check the version of byacc.
13983      Branch: perl
13984            ! Makefile.SH
13985 ____________________________________________________________________________
13986 [ 10501] By: jhi                                   on 2001/06/10  17:00:08
13987         Log: Subject: [PATCH] perly.y overhaul
13988              From: Simon Cozens <simon@netthink.co.uk>
13989              Date: Sun, 10 Jun 2001 16:56:54 +0100
13990              Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
13991              
13992              Plus make run_byacc.
13993      Branch: perl
13994            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
13995 ____________________________________________________________________________
13996 [ 10500] By: jhi                                   on 2001/06/10  16:07:28
13997         Log: Integrate perlio.
13998      Branch: perl
13999           !> perlio.c perlsfio.h
14000 ____________________________________________________________________________
14001 [ 10499] By: nick                                  on 2001/06/10  15:01:08
14002         Log: Integrate mainline
14003      Branch: perlio
14004           !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
14005           !> t/pragma/locale.t util.c
14006 ____________________________________________________________________________
14007 [ 10498] By: jhi                                   on 2001/06/10  13:49:23
14008         Log: Put some meat on the perl572delta bones.  The list of
14009              selected bug fixes needs more work, as does still the
14010              whole document.
14011      Branch: perl
14012            ! pod/perl572delta.pod
14013 ____________________________________________________________________________
14014 [ 10497] By: nick                                  on 2001/06/10  12:27:51
14015         Log: Paper over a crack or two with USE_SFIO
14016      Branch: perlio
14017            ! perlio.c perlsfio.h
14018 ____________________________________________________________________________
14019 [ 10496] By: jhi                                   on 2001/06/10  11:04:22
14020         Log: Update Changes.
14021      Branch: perl
14022            ! Changes patchlevel.h
14023 ____________________________________________________________________________
14024 [ 10495] By: jhi                                   on 2001/06/10  10:55:34
14025         Log: Subject: Re: pragma/locale.t #107
14026              From: Hugo <hv@crypt.compulink.co.uk>
14027              Date: Sun, 10 Jun 2001 11:23:30 +0100
14028              Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
14029              
14030              Encapsulate the scan of the decimal radix separator.
14031      Branch: perl
14032            ! embed.h embed.pl proto.h sv.c
14033 ____________________________________________________________________________
14034 [ 10494] By: jhi                                   on 2001/06/10  03:00:17
14035         Log: Try to grok numbers both with the locale specific separator
14036              and with the usual "." (if different from the lss); add a test
14037              to locale.t to do also a little bit of math in addition to just
14038              equalness testing; remove extraneous logic as suggested in
14039              
14040              Subject: Re: pragma/locale.t #107
14041              From: Nicholas Clark <nick@ccl4.org>
14042              Date: Sat, 9 Jun 2001 22:37:36 +0100
14043              Message-ID: <20010609223735.Y76396@plum.flirble.org>
14044      Branch: perl
14045            ! sv.c t/pragma/locale.t
14046 ____________________________________________________________________________
14047 [ 10493] By: jhi                                   on 2001/06/10  01:25:23
14048         Log: Metaconfig unit change for #10492.
14049      Branch: metaconfig/U/perl
14050            ! Extensions.U
14051 ____________________________________________________________________________
14052 [ 10492] By: jhi                                   on 2001/06/10  01:23:59
14053         Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
14054              From: Artur Bergman <artur@contiller.se> 
14055              Date: Sat, 09 Jun 2001 21:03:51 +0200
14056              Message-ID: <B7483FB6.1398%artur@contiller.se>
14057      Branch: perl
14058            ! Configure
14059 ____________________________________________________________________________
14060 [ 10491] By: jhi                                   on 2001/06/10  01:15:40
14061         Log: Integrate perlio.
14062      Branch: perl
14063           !> perlsfio.h
14064 ____________________________________________________________________________
14065 [ 10490] By: jhi                                   on 2001/06/10  01:08:26
14066         Log: Do locale specific separator if only in locale.
14067      Branch: perl
14068            ! util.c
14069 ____________________________________________________________________________
14070 [ 10489] By: nick                                  on 2001/06/09  19:13:25
14071         Log: Make XS/Typemap compile (but fail) with sfio
14072      Branch: perlio
14073            ! perlsfio.h
14074 ____________________________________________________________________________
14075 [ 10488] By: nick                                  on 2001/06/09  19:12:51
14076         Log: Re-integrate mainline
14077      Branch: perlio
14078           !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
14079           !> proto.h sv.c util.c
14080 ____________________________________________________________________________
14081 [ 10487] By: nick                                  on 2001/06/09  16:26:29
14082         Log: Integrate mainline
14083      Branch: perlio
14084           !> (integrate 31 files)
14085 ____________________________________________________________________________
14086 [ 10486] By: jhi                                   on 2001/06/09  16:11:51
14087         Log: Subject: [PATCH] New attempt to clone callack
14088              From: Artur Bergman <artur@contiller.se> 
14089              Date: Thu, 07 Jun 2001 11:52:16 +0200
14090              Message-ID: <B7451B6F.12B7%artur@contiller.se>
14091      Branch: perl
14092            ! embedvar.h intrpvar.h perlapi.h sv.c
14093 ____________________________________________________________________________
14094 [ 10485] By: jhi                                   on 2001/06/09  15:23:52
14095         Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
14096      Branch: perl
14097            ! embed.h embed.pl perl.h proto.h sv.c util.c
14098 ____________________________________________________________________________
14099 [ 10484] By: jhi                                   on 2001/06/09  14:47:25
14100         Log: Subject: Re: pragma/locale.t #107
14101              From: Nicholas Clark <nick@ccl4.org>
14102              Date: Sat, 9 Jun 2001 16:26:10 +0100
14103              Message-ID: <20010609162609.V76396@plum.flirble.org>
14104              
14105              A missing NVification.
14106      Branch: perl
14107            ! sv.c
14108 ____________________________________________________________________________
14109 [ 10483] By: jhi                                   on 2001/06/08  19:40:32
14110         Log: Redo the #10482, there already was a test script for formats.
14111      Branch: perl
14112            - t/io/format.t
14113            ! MANIFEST t/op/write.t
14114 ____________________________________________________________________________
14115 [ 10482] By: jhi                                   on 2001/06/08  19:34:45
14116         Log: Twisted format testing, from Merijn.
14117      Branch: perl
14118            + t/io/format.t
14119            ! MANIFEST
14120 ____________________________________________________________________________
14121 [ 10481] By: jhi                                   on 2001/06/08  19:21:56
14122         Log: More \p{In...} testing, combined with \N{...}.
14123      Branch: perl
14124            ! lib/utf8_heavy.pl t/op/pat.t
14125 ____________________________________________________________________________
14126 [ 10480] By: jhi                                   on 2001/06/08  14:16:06
14127         Log: Metaconfig changes for #10479.
14128      Branch: metaconfig
14129            ! U/Glossary.patch
14130      Branch: metaconfig/U/perl
14131            ! d_modfl.U
14132 ____________________________________________________________________________
14133 [ 10479] By: jhi                                   on 2001/06/08  14:15:32
14134         Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
14135      Branch: perl
14136            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14137            ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
14138            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
14139            ! win32/config.bc win32/config.gc win32/config.vc
14140 ____________________________________________________________________________
14141 [ 10478] By: jhi                                   on 2001/06/08  12:20:41
14142         Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
14143              From: "Craig A. Berry" <craigberry@mac.com>
14144              Date: Thu, 7 Jun 2001 14:27:20 -0500
14145              Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
14146      Branch: perl
14147            ! vms/perlvms.pod
14148 ____________________________________________________________________________
14149 [ 10477] By: jhi                                   on 2001/06/08  12:19:00
14150         Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
14151              From: Gisle Aas <gisle@ActiveState.com>
14152              Date: 07 Jun 2001 17:04:29 -0700
14153              Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
14154      Branch: perl
14155            ! ext/re/re.xs
14156 ____________________________________________________________________________
14157 [ 10476] By: jhi                                   on 2001/06/08  01:35:42
14158         Log: Update Changes.
14159      Branch: perl
14160            ! Changes patchlevel.h
14161 ____________________________________________________________________________
14162 [ 10475] By: jhi                                   on 2001/06/08  00:53:45
14163         Log: Regen Glossary et alia.
14164      Branch: perl
14165            ! Porting/Glossary Porting/config.sh Porting/config_H
14166 ____________________________________________________________________________
14167 [ 10474] By: jhi                                   on 2001/06/07  22:06:38
14168         Log: Metaconfig unit changes for #10473.
14169      Branch: metaconfig/U/perl
14170            ! d_modfl.U
14171 ____________________________________________________________________________
14172 [ 10473] By: jhi                                   on 2001/06/07  22:06:16
14173         Log: Harumph, also AIX will spill its guts (i.e. dump core)
14174              if an executable contains modfl() but it hasn't been
14175              compiled right (in the case of AIX, with cc -qlongdouble).
14176      Branch: perl
14177            ! Configure
14178 ____________________________________________________________________________
14179 [ 10472] By: gsar                                  on 2001/06/07  20:04:28
14180         Log: integrate change#10471 from mainline
14181              
14182              in change#10451, check that CvOUTSIDE is a CV before looking in
14183              (it can apparently be SVt_NULL during global destruction)
14184      Branch: maint-5.6/perl
14185           !> op.c
14186 ____________________________________________________________________________
14187 [ 10471] By: gsar                                  on 2001/06/07  20:01:31
14188         Log: in change#10451, check that CvOUTSIDE is a CV before looking in
14189              (it can apparently be SVt_NULL during global destruction)
14190      Branch: perl
14191            ! op.c
14192 ____________________________________________________________________________
14193 [ 10470] By: jhi                                   on 2001/06/07  12:17:51
14194         Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
14195              From: Robin Barker <rmb1@cise.npl.co.uk>
14196              Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
14197              Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
14198      Branch: perl
14199            ! lib/diagnostics.pm pod/perldiag.pod
14200 ____________________________________________________________________________
14201 [ 10469] By: jhi                                   on 2001/06/07  12:16:12
14202         Log: Subject: [PATCH perl@10439] long =item
14203              From: Robin Barker <rmb1@cise.npl.co.uk>
14204              Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
14205              Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
14206      Branch: perl
14207            ! README.amiga lib/Attribute/Handlers.pm
14208            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
14209 ____________________________________________________________________________
14210 [ 10468] By: jhi                                   on 2001/06/07  12:08:56
14211         Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
14212              Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
14213              Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
14214              Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
14215      Branch: perl
14216            ! pod/perlguts.pod
14217 ____________________________________________________________________________
14218 [ 10467] By: jhi                                   on 2001/06/07  12:04:26
14219         Log: Integrate perlio.
14220      Branch: perl
14221           !> sv.c
14222 ____________________________________________________________________________
14223 [ 10466] By: nick                                  on 2001/06/07  10:25:40
14224         Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
14225              whitespace tweaks.
14226              Still coredumps in pragma/overload.t - what a nice hard fail that is...
14227      Branch: perlio
14228            ! sv.c
14229 ____________________________________________________________________________
14230 [ 10465] By: nick                                  on 2001/06/07  08:41:58
14231         Log: Raw integrate of mainline for S_grok_number debug
14232              (sv.c has MULTIPLICITY issues as well as whatever else ...)
14233      Branch: perlio
14234            - plan9/perlplan9.doc plan9/perlplan9.pod
14235           !> (integrate 46 files)
14236 ____________________________________________________________________________
14237 [ 10464] By: jhi                                   on 2001/06/06  23:33:58
14238         Log: The proper prototyping for #10463.
14239      Branch: perl
14240            ! embed.h embed.pl proto.h sv.c
14241 ____________________________________________________________________________
14242 [ 10463] By: jhi                                   on 2001/06/06  23:15:30
14243         Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
14244              From: Nicholas Clark <nick@ccl4.org>
14245              Date: Thu, 7 Jun 2001 00:29:59 +0100
14246              Message-ID: <20010607002959.Z76396@plum.flirble.org>
14247      Branch: perl
14248            ! sv.c
14249 ____________________________________________________________________________
14250 [ 10462] By: jhi                                   on 2001/06/06  23:13:19
14251         Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
14252              From: "Craig A. Berry" <craigberry@mac.com>
14253              Date: Wed, 06 Jun 2001 17:54:30 -0500
14254              Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
14255      Branch: perl
14256            ! vms/perlvms.pod
14257 ____________________________________________________________________________
14258 [ 10461] By: jhi                                   on 2001/06/06  23:10:00
14259         Log: Podify the remaining README.platform files;
14260              merge README.plan9 and plan9/perlplan9.pod;
14261              delete plan9/perlplan9.* (the perlplan.doc needs to
14262              be regenerated in Plan 9); make the =head1 and =head2
14263              in the README.platform to be a little more verbose
14264              (skipped README.os2 not to anger Ilya) so that they
14265              look better in the toc; regen toc.
14266      Branch: perl
14267            - plan9/perlplan9.doc plan9/perlplan9.pod
14268            ! MANIFEST README.aix README.amiga README.apollo README.beos
14269            ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
14270            ! README.hpux README.hurd README.machten README.macos
14271            ! README.micro README.mint README.mpeix README.os390
14272            ! README.plan9 README.qnx README.solaris README.threads
14273            ! README.tru64 README.vmesa README.vms README.vos README.win32
14274            ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
14275            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
14276 ____________________________________________________________________________
14277 [ 10460] By: jhi                                   on 2001/06/06  20:58:53
14278         Log: Subject: [PATCH] Re: Bug in perlguts documentation?
14279              From: Mike Guy <mjtg@cam.ac.uk>
14280              Reply-To: mjtg@cam.ac.uk
14281              Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
14282      Branch: perl
14283            ! pod/perlguts.pod
14284 ____________________________________________________________________________
14285 [ 10459] By: jhi                                   on 2001/06/06  20:58:15
14286         Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
14287              From: Mike Guy <mjtg@cam.ac.uk>
14288              Reply-To: mjtg@cam.ac.uk
14289              Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
14290      Branch: perl
14291            ! pod/perlsec.pod
14292 ____________________________________________________________________________
14293 [ 10458] By: jhi                                   on 2001/06/06  20:56:04
14294         Log: Disable long doubles from pre-5.0 Tru64s.
14295      Branch: perl
14296            ! README.tru64 hints/dec_osf.sh
14297 ____________________________________________________________________________
14298 [ 10457] By: jhi                                   on 2001/06/06  20:49:23
14299         Log: The #10455 exposed that modfl() is fundamentally busted
14300              (as in: dumps core) in pre-5.0 Tru64, so better avoid even
14301              testing it.
14302      Branch: perl
14303            ! hints/dec_osf.sh
14304 ____________________________________________________________________________
14305 [ 10456] By: jhi                                   on 2001/06/06  20:48:35
14306         Log: Metaconfig unit change for #10455.
14307      Branch: metaconfig/U/perl
14308            ! d_modfl.U
14309 ____________________________________________________________________________
14310 [ 10455] By: jhi                                   on 2001/06/06  20:48:09
14311         Log: Configure check for geborken modfl(), inspired by
14312              
14313              Subject: Re: [20010118.017] op/int.t failure 
14314              From: Hugo <hv@crypt.compulink.co.uk>
14315              Date: Tue, 05 Jun 2001 13:43:27 +0100
14316              Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
14317      Branch: perl
14318            ! Configure
14319 ____________________________________________________________________________
14320 [ 10454] By: jhi                                   on 2001/06/06  11:45:08
14321         Log: Integrate changes #10450 and #10451 from maintperl:
14322              
14323              optimize change#10448 slightly (don't repeat search in eval""s lexical
14324              scope, since that has already been searched)
14325              
14326              change#9108 needs subtler treatment for case of closures created
14327              within eval""
14328      Branch: perl
14329           !> op.c t/op/misc.t
14330 ____________________________________________________________________________
14331 [ 10453] By: jhi                                   on 2001/06/06  11:42:10
14332         Log: MakeMaker magic to compile (when no dynamic loading)
14333              List/Util.xsc as (ListUtil.c and) ListUtil.o since
14334              POSIX-BC (BS2000) linker has an evil limitation of
14335              being unable to include in the same executable several
14336              object files with the same name - case-insensitively -
14337              because otherwise we conflict with util.c.
14338              Strictly speaking currently required only in POSIX-BC
14339              but probably will do no harm elsewhere where static
14340              linking is required.
14341      Branch: perl
14342            ! ext/List/Util/Makefile.PL
14343 ____________________________________________________________________________
14344 [ 10452] By: nick                                  on 2001/06/06  08:59:51
14345         Log: Integrate mainline.
14346      Branch: perlio
14347           +> lib/Attribute/Handlers/demo/Demo.pm
14348           +> lib/Attribute/Handlers/demo/Descriptions.pm
14349           +> lib/Attribute/Handlers/demo/MyClass.pm
14350           +> lib/Attribute/Handlers/demo/demo.pl
14351           +> lib/Attribute/Handlers/demo/demo2.pl
14352           +> lib/Attribute/Handlers/demo/demo3.pl
14353           +> lib/Attribute/Handlers/demo/demo4.pl
14354           +> lib/Attribute/Handlers/demo/demo_call.pl
14355           +> lib/Attribute/Handlers/demo/demo_chain.pl
14356           +> lib/Attribute/Handlers/demo/demo_cycle.pl
14357           +> lib/Attribute/Handlers/demo/demo_hashdir.pl
14358           +> lib/Attribute/Handlers/demo/demo_phases.pl
14359           +> lib/Attribute/Handlers/demo/demo_range.pl
14360           +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
14361           +> uts/strtol_wrap.c
14362           !> (integrate 91 files)
14363 ____________________________________________________________________________
14364 [ 10451] By: gsar                                  on 2001/06/06  07:11:36
14365         Log: change#9108 needs subtler treatment for case of closures created
14366              within eval""
14367      Branch: maint-5.6/perl
14368            ! op.c t/op/misc.t
14369 ____________________________________________________________________________
14370 [ 10450] By: gsar                                  on 2001/06/06  05:47:25
14371         Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
14372              scope, since that has already been searched)
14373      Branch: maint-5.6/perl
14374            ! op.c
14375 ____________________________________________________________________________
14376 [ 10449] By: jhi                                   on 2001/06/06  01:33:31
14377         Log: Integrate change #10448 from maintperl; lexicals
14378              outside an eval"" weren't resolved correctly inside a subroutine
14379              definition inside the eval"" if they were not already referenced
14380              in the toplevel of the eval""-ed code
14381      Branch: perl
14382           !> cop.h op.c pp_ctl.c t/op/misc.t
14383 ____________________________________________________________________________
14384 [ 10448] By: gsar                                  on 2001/06/06  01:03:26
14385         Log: fix yet another bug of hoary vintage found by change#10394: lexicals
14386              outside an eval"" weren't resolved correctly inside a subroutine
14387              definition inside the eval"" if they were not already referenced
14388              in the toplevel of the eval""-ed code
14389      Branch: maint-5.6/perl
14390            ! cop.h op.c pp_ctl.c t/op/misc.t
14391 ____________________________________________________________________________
14392 [ 10447] By: jhi                                   on 2001/06/06  00:51:04
14393         Log: Subject: [PATCH] perl570delta.pod
14394              From: Peter Scott <Peter@PSDT.com> 
14395              Date: Tue, 05 Jun 2001 18:51:02 -0700
14396              Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
14397      Branch: perl
14398            ! pod/perl570delta.pod
14399 ____________________________________________________________________________
14400 [ 10446] By: jhi                                   on 2001/06/05  23:45:05
14401         Log: The fudge factor is no more needed.  I hope.
14402      Branch: perl
14403            ! t/lib/posix.t
14404 ____________________________________________________________________________
14405 [ 10445] By: jhi                                   on 2001/06/05  23:19:19
14406         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms 
14407              From: Hugo <hv@crypt.compulink.co.uk>
14408              Date: Tue, 05 Jun 2001 12:58:19 +0100
14409              Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
14410      Branch: perl
14411            ! util.c
14412 ____________________________________________________________________________
14413 [ 10444] By: jhi                                   on 2001/06/05  11:09:01
14414         Log: Make up prototypes only for those who have the functions
14415              but not the prototypes.
14416      Branch: perl
14417            ! perl.h
14418 ____________________________________________________________________________
14419 [ 10443] By: jhi                                   on 2001/06/05  11:02:13
14420         Log: Subject: Re: Not OK: perl@10439 on win32 
14421              From: Prymmer/Kahn <pvhp@best.com> 
14422              Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
14423              Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
14424      Branch: perl
14425            ! perl.h util.c
14426 ____________________________________________________________________________
14427 [ 10442] By: jhi                                   on 2001/06/05  00:55:46
14428         Log: The metaconfig units changes for #10441.
14429      Branch: metaconfig
14430            ! U/modified/Extract.U U/modified/Extractall.U
14431            ! U/modified/Finish.U
14432 ____________________________________________________________________________
14433 [ 10441] By: jhi                                   on 2001/06/05  00:55:17
14434         Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
14435      Branch: perl
14436            ! Configure
14437 ____________________________________________________________________________
14438 [ 10440] By: jhi                                   on 2001/06/05  00:28:27
14439         Log: Unnecessary fuzziness undone, noted by Mike Guy.
14440      Branch: perl
14441            ! t/op/tr.t
14442 ____________________________________________________________________________
14443 [ 10439] By: jhi                                   on 2001/06/04  17:14:31
14444         Log: Update Changes.
14445      Branch: perl
14446            ! Changes patchlevel.h
14447 ____________________________________________________________________________
14448 [ 10438] By: jhi                                   on 2001/06/04  17:10:16
14449         Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
14450              bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
14451              leakage patch.
14452      Branch: perl
14453            ! t/op/misc.t
14454 ____________________________________________________________________________
14455 [ 10437] By: jhi                                   on 2001/06/04  17:01:06
14456         Log: Test case for #10433/#10424.
14457      Branch: perl
14458            ! t/op/misc.t
14459 ____________________________________________________________________________
14460 [ 10436] By: jhi                                   on 2001/06/04  16:54:21
14461         Log: Subject: One fix for strtoul not setting errno
14462              From: hom00@utsglobal.com (Hal Morris)
14463              Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
14464              Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
14465      Branch: perl
14466            + uts/strtol_wrap.c
14467            ! MANIFEST hints/uts.sh
14468 ____________________________________________________________________________
14469 [ 10435] By: jhi                                   on 2001/06/04  16:54:01
14470         Log: Metaconfig units changes for #10434.
14471      Branch: metaconfig
14472            ! U/modified/Cppsym.U
14473      Branch: metaconfig/U/perl
14474            + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
14475            + d_syscallproto.U d_usleepproto.U
14476            ! longdblfio.U quadfio.U
14477 ____________________________________________________________________________
14478 [ 10434] By: jhi                                   on 2001/06/04  16:48:33
14479         Log: Configure tweaks; add prototype probes, make the cpp symbols
14480              probe to cast, not whine; test for %Ld and %Lf before %lld and
14481              %llf because the L is the ANSI way.
14482      Branch: perl
14483            ! Configure config_h.SH configure.com epoc/config.sh
14484            ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
14485            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
14486            ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
14487 ____________________________________________________________________________
14488 [ 10433] By: jhi                                   on 2001/06/04  16:45:23
14489         Log: Sigh.  This is what #10424 was supposed to check in.
14490      Branch: perl
14491            ! op.c sv.c sv.h
14492 ____________________________________________________________________________
14493 [ 10432] By: jhi                                   on 2001/06/04  16:29:40
14494         Log: More verbose failure.
14495      Branch: perl
14496            ! t/op/ver.t
14497 ____________________________________________________________________________
14498 [ 10431] By: jhi                                   on 2001/06/04  16:21:55
14499         Log: The .pm changes to go with #10428.
14500      Branch: perl
14501            ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
14502            ! ext/Sys/Syslog/Syslog.pm
14503 ____________________________________________________________________________
14504 [ 10430] By: jhi                                   on 2001/06/04  16:05:20
14505         Log: On second thoughts show to utf8 skippage message only
14506              on failures, it's too confusing otherwise,
14507      Branch: perl
14508            ! t/pragma/locale.t
14509 ____________________________________________________________________________
14510 [ 10429] By: jhi                                   on 2001/06/04  14:47:50
14511         Log: Do not import anything from Encode.
14512      Branch: perl
14513            ! ext/MIME/Base64/QuotedPrint.pm
14514 ____________________________________________________________________________
14515 [ 10428] By: jhi                                   on 2001/06/04  14:45:47
14516         Log: The #10402 didn't take.  Weird.
14517      Branch: perl
14518            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
14519            ! ext/Sys/Syslog/Syslog.xs
14520 ____________________________________________________________________________
14521 [ 10427] By: jhi                                   on 2001/06/04  12:55:39
14522         Log: Eradicate traces of 'asciirange' re subpragma.
14523      Branch: perl
14524            ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
14525            ! pod/perldiag.pod
14526 ____________________________________________________________________________
14527 [ 10426] By: jhi                                   on 2001/06/04  12:44:05
14528         Log: use is a compile-time thing.
14529      Branch: perl
14530            ! ext/MIME/Base64/QuotedPrint.pm
14531 ____________________________________________________________________________
14532 [ 10425] By: jhi                                   on 2001/06/04  12:39:44
14533         Log: Subject: [PATCH perl@10419] -Wall casting patch
14534              From: Robin Barker <rmb1@cise.npl.co.uk>
14535              Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
14536              Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
14537      Branch: perl
14538            ! ext/Devel/DProf/DProf.xs mg.c
14539 ____________________________________________________________________________
14540 [ 10424] By: jhi                                   on 2001/06/04  12:23:30
14541         Log: Subject: [PATCH #2] introducing SVpad_TYPED
14542              From: Abhijit Menon-Sen <ams@wiw.org>
14543              Date: Mon, 4 Jun 2001 12:26:02 +0530
14544              Message-ID: <20010604122602.A5775@lustre.linux.in>
14545      Branch: perl
14546            ! op.c sv.c sv.h
14547 ____________________________________________________________________________
14548 [ 10423] By: gsar                                  on 2001/06/04  05:12:18
14549         Log: testsuite for change#10192 (from Gisle Aas)
14550      Branch: perl
14551            + t/op/override.t
14552            ! MANIFEST
14553 ____________________________________________________________________________
14554 [ 10422] By: gsar                                  on 2001/06/04  02:32:03
14555         Log: integrate changes#10414-10416 from mainline
14556              
14557              Potential buffer overrun if the radix separator is more than
14558              one byte.  Also, under locales, prefer the locale-specific
14559              separator over the old boring ".".
14560              
14561              "10.", that is, decimal numbers can have no decimal part at all.
14562              
14563              The non-locale places need love, too.
14564      Branch: maint-5.6/perl
14565           !> perl.h sv.c
14566 ____________________________________________________________________________
14567 [ 10421] By: jhi                                   on 2001/06/04  02:25:53
14568         Log: Missed from #10420.
14569      Branch: perl
14570            ! epoc/config.sh
14571 ____________________________________________________________________________
14572 [ 10420] By: jhi                                   on 2001/06/04  02:19:58
14573         Log: Missed HAS_SETRESGID_PROTO.  No serious harm done since
14574              often this prototype goes with HAS_SETRESUID_PROTO.
14575      Branch: perl
14576            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14577            ! config_h.SH configure.com perl.h uconfig.h
14578 ____________________________________________________________________________
14579 [ 10419] By: jhi                                   on 2001/06/04  00:24:55
14580         Log: Update Changes.
14581      Branch: perl
14582            ! Changes patchlevel.h
14583 ____________________________________________________________________________
14584 [ 10418] By: jhi                                   on 2001/06/03  23:58:04
14585         Log: -Wall "subscript has type `char'" cleanup.
14586      Branch: perl
14587            ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
14588 ____________________________________________________________________________
14589 [ 10417] By: jhi                                   on 2001/06/03  23:37:17
14590         Log: Various "cast to pointer from integer of different size"
14591              picked up by gcc -Wall (in Tru64 where pointers are 64 bits
14592              wide but I32 (int) only 32 bits wide).
14593              
14594              WARNING: the classnum and tagnum changes in Storable.xs
14595              may not be wise, they may be breaking binary compatibility
14596              (in 64-bit platforms), asked Raphael Manfredi about the changes.
14597      Branch: perl
14598            ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
14599            ! mg.c proto.h
14600 ____________________________________________________________________________
14601 [ 10416] By: jhi                                   on 2001/06/03  23:15:24
14602         Log: The non-locale places need love, too.
14603      Branch: perl
14604            ! perl.h
14605 ____________________________________________________________________________
14606 [ 10415] By: jhi                                   on 2001/06/03  23:10:55
14607         Log: "10.", that is, decimal numbers can have no decimal part at all.
14608      Branch: perl
14609            ! perl.h
14610 ____________________________________________________________________________
14611 [ 10414] By: jhi                                   on 2001/06/03  22:49:55
14612         Log: Potential buffer overrun if the radix separator is more than
14613              one byte.  Also, under locales, prefer the locale-specific
14614              separator over the old boring ".".
14615      Branch: perl
14616            ! perl.h sv.c
14617 ____________________________________________________________________________
14618 [ 10413] By: jhi                                   on 2001/06/03  22:42:10
14619         Log: Integrate change #10412 from maintperl; locale is now
14620              per-cop, not per-op; plus retweak the locale.t to always
14621              list the skipped utf8 locales.
14622      Branch: perl
14623            ! t/pragma/locale.t
14624           !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
14625           !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
14626 ____________________________________________________________________________
14627 [ 10412] By: gsar                                  on 2001/06/03  22:23:16
14628         Log: rationalize locale handling to fix the bugs uncovered by change#10394
14629              
14630              the major issue was that the runtime was looking at PL_hints rather
14631              than op_private to notice whether locale was enabled
14632              
14633              the secondary issue was that many locale-sensitive numeric ops didn't
14634              have HINT_LOCALE propagated into their op_private
14635              
14636              HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
14637              instead of per-op, just like HINT_BYTE and the hints for lexical
14638              warnings (this makes the hint available to every op via PL_curcop)
14639              
14640              pragma/locale.t may need to be reworked with these fixes in mind
14641              (it currently passes its tests)
14642      Branch: maint-5.6/perl
14643            ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
14644            ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
14645 ____________________________________________________________________________
14646 [ 10411] By: jhi                                   on 2001/06/03  17:50:49
14647         Log: More verbose debugging.
14648      Branch: perl
14649            ! t/pragma/locale.t
14650 ____________________________________________________________________________
14651 [ 10410] By: jhi                                   on 2001/06/03  17:36:40
14652         Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
14653              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
14654              Date: Sat, 2 Jun 2001 22:53:33 +0100
14655              Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
14656      Branch: perl
14657            ! regcomp.c t/pragma/warn/regcomp
14658 ____________________________________________________________________________
14659 [ 10409] By: jhi                                   on 2001/06/03  17:27:13
14660         Log: Mention that lexicalizing $a or $b is a bad idea if one
14661              wants to use sort().
14662      Branch: perl
14663            ! pod/perlvar.pod
14664 ____________________________________________________________________________
14665 [ 10408] By: jhi                                   on 2001/06/03  16:52:41
14666         Log: Tweak the test to be happy if the accuracy is 'good enough'.
14667      Branch: perl
14668            ! t/lib/posix.t
14669 ____________________________________________________________________________
14670 [ 10407] By: jhi                                   on 2001/06/03  16:50:33
14671         Log: Upgrade to Attribute::Handlers 0.70.
14672              
14673              NOTE: this unearthed the "too late for CHECK block" bug,
14674              that's why the 1_compile.t change.
14675      Branch: perl
14676            + lib/Attribute/Handlers/demo/Demo.pm
14677            + lib/Attribute/Handlers/demo/Descriptions.pm
14678            + lib/Attribute/Handlers/demo/MyClass.pm
14679            + lib/Attribute/Handlers/demo/demo.pl
14680            + lib/Attribute/Handlers/demo/demo2.pl
14681            + lib/Attribute/Handlers/demo/demo3.pl
14682            + lib/Attribute/Handlers/demo/demo4.pl
14683            + lib/Attribute/Handlers/demo/demo_call.pl
14684            + lib/Attribute/Handlers/demo/demo_chain.pl
14685            + lib/Attribute/Handlers/demo/demo_cycle.pl
14686            + lib/Attribute/Handlers/demo/demo_hashdir.pl
14687            + lib/Attribute/Handlers/demo/demo_phases.pl
14688            + lib/Attribute/Handlers/demo/demo_range.pl
14689            + lib/Attribute/Handlers/demo/demo_rawdata.pl
14690            ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
14691            ! t/lib/attrhand.t
14692 ____________________________________________________________________________
14693 [ 10406] By: jhi                                   on 2001/06/03  16:40:03
14694         Log: One less -Wall whine.
14695      Branch: perl
14696            ! regcomp.c
14697 ____________________________________________________________________________
14698 [ 10405] By: jhi                                   on 2001/06/03  16:30:34
14699         Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
14700      Branch: perl
14701           !> t/op/eval.t
14702 ____________________________________________________________________________
14703 [ 10404] By: gsar                                  on 2001/06/03  16:23:07
14704         Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
14705              aren't "normally" visible inside eval""s contained in subs unless
14706              a cloned reference to them already exists)
14707              
14708              strangely enough, t/harness didn't show this up as a failure
14709              (harness needs fixing?)
14710      Branch: maint-5.6/perl
14711            ! t/op/eval.t
14712 ____________________________________________________________________________
14713 [ 10403] By: jhi                                   on 2001/06/03  16:22:59
14714         Log: Update to Text::Balanced 1.85.
14715      Branch: perl
14716            ! lib/Text/Balanced.pm t/lib/tb-xvari.t
14717 ____________________________________________________________________________
14718 [ 10402] By: jhi                                   on 2001/06/03  16:18:09
14719         Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
14720              From: Nicholas Clark <nick@ccl4.org>
14721              Date: Sun, 3 Jun 2001 17:54:36 +0100
14722              Message-ID: <20010603175436.E76396@plum.flirble.org> 
14723      Branch: perl
14724            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
14725            ! ext/Sys/Syslog/Syslog.xs
14726 ____________________________________________________________________________
14727 [ 10401] By: jhi                                   on 2001/06/03  16:09:33
14728         Log: Unused variables.
14729      Branch: perl
14730            ! util.c
14731 ____________________________________________________________________________
14732 [ 10400] By: jhi                                   on 2001/06/03  16:04:26
14733         Log: Subject: [PATCH] APIfy op_clear 
14734              From: Simon Cozens <simon@netthink.co.uk>
14735              Date: Sun, 3 Jun 2001 13:51:46 +0100
14736              Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
14737              
14738              (despite the subject line, op_null is APIfied by the patch)
14739      Branch: perl
14740            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
14741 ____________________________________________________________________________
14742 [ 10399] By: jhi                                   on 2001/06/03  15:51:35
14743         Log: Subject: [PATCH] t/lib/extutils.t
14744              From: Nicholas Clark <nick@ccl4.org>
14745              Date: Sat, 2 Jun 2001 23:57:05 +0100
14746              Message-ID: <20010602235705.Q12698@plum.flirble.org>
14747      Branch: perl
14748            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
14749 ____________________________________________________________________________
14750 [ 10398] By: jhi                                   on 2001/06/03  15:34:11
14751         Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
14752              From: Prymmer/Kahn <pvhp@best.com>
14753              Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
14754              Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
14755      Branch: perl
14756            ! win32/Makefile win32/makefile.mk
14757 ____________________________________________________________________________
14758 [ 10397] By: jhi                                   on 2001/06/03  15:12:13
14759         Log: Subject: Re: 'decimal digits' macro? 
14760              From: Hugo <hv@crypt.compulink.co.uk>
14761              Date: Sun, 03 Jun 2001 04:26:36 +0100
14762              Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
14763      Branch: perl
14764            ! handy.h t/lib/posix.t t/op/tr.t
14765 ____________________________________________________________________________
14766 [ 10396] By: jhi                                   on 2001/06/03  15:10:49
14767         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
14768              From: Hugo <hv@crypt.compulink.co.uk>
14769              Date: Sun, 03 Jun 2001 14:56:30 +0100
14770              Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
14771      Branch: perl
14772            ! util.c
14773 ____________________________________________________________________________
14774 [ 10395] By: jhi                                   on 2001/06/03  14:59:41
14775         Log: Integrate change #10394 from maintperl; lexical file scope leakage.
14776      Branch: perl
14777           !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
14778           !> vms/perly_c.vms
14779 ____________________________________________________________________________
14780 [ 10394] By: gsar                                  on 2001/06/03  03:05:43
14781         Log: fix leakage of lexicals at file scope into subroutines that were
14782              declared before them; this appears to be a longstanding bug that
14783              meant that lexicals at file scope were never "deintroduced", meaning
14784              their scope range was never properly closed, and their visibility
14785              extended to all subsequent eval""s or requires
14786              
14787              added a test case
14788              
14789              seems to also fix a case of bogus duplicate warnings
14790      Branch: maint-5.6/perl
14791            ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
14792            ! vms/perly_c.vms
14793 ____________________________________________________________________________
14794 [ 10393] By: jhi                                   on 2001/06/02  16:55:03
14795         Log: More VMS tweaks from Craig A. Berry.
14796      Branch: perl
14797            ! configure.com t/lib/extutils.t
14798 ____________________________________________________________________________
14799 [ 10392] By: jhi                                   on 2001/06/02  16:48:26
14800         Log: -Wall cleanup continues.
14801      Branch: perl
14802            ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
14803            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
14804            ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
14805            ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
14806            ! run.c toke.c util.c
14807 ____________________________________________________________________________
14808 [ 10391] By: jhi                                   on 2001/06/02  13:29:47
14809         Log: The metaconfig unit change for #10390.
14810      Branch: metaconfig/U/perl
14811            ! gccvers.U
14812 ____________________________________________________________________________
14813 [ 10390] By: jhi                                   on 2001/06/02  13:29:12
14814         Log: Drop the -ansi from the default gcc flags.
14815              
14816              Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
14817              that struct cannot be compared with a flat integer, such as STRLEN.
14818              The -ansi will also cause a lot of noise in Solaris because of:
14819              /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
14820      Branch: perl
14821            ! Configure
14822 ____________________________________________________________________________
14823 [ 10389] By: jhi                                   on 2001/06/02  13:14:57
14824         Log: Integrate perlio.
14825      Branch: perl
14826           !> pod/perlapi.pod util.c
14827 ____________________________________________________________________________
14828 [ 10388] By: nick                                  on 2001/06/02  08:01:12
14829         Log: Integrate mainline
14830      Branch: perlio
14831           +> lib/Attribute/Handlers.pm t/lib/attrhand.t
14832           !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
14833           !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
14834           !> t/lib/1_compile.t t/lib/mimeqp.t
14835 ____________________________________________________________________________
14836 [ 10387] By: nick                                  on 2001/06/02  07:39:17
14837         Log: Tweak util.c's atof2 for MULTIPLICITY
14838      Branch: perlio
14839            ! util.c
14840 ____________________________________________________________________________
14841 [ 10386] By: nick                                  on 2001/06/02  07:38:33
14842         Log: Integrate mainline
14843      Branch: perlio
14844           !> (integrate 41 files)
14845 ____________________________________________________________________________
14846 [ 10385] By: jhi                                   on 2001/06/01  22:12:48
14847         Log: Add Attribute::Handlers 0.61 from Damian Conway.
14848      Branch: perl
14849            + lib/Attribute/Handlers.pm t/lib/attrhand.t
14850            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
14851 ____________________________________________________________________________
14852 [ 10384] By: jhi                                   on 2001/06/01  21:53:14
14853         Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
14854              From: Peter Prymmer <pvhp@forte.com>
14855              Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
14856              Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
14857      Branch: perl
14858            ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
14859 ____________________________________________________________________________
14860 [ 10383] By: jhi                                   on 2001/06/01  21:36:11
14861         Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
14862              From: Jeff Pinyan <jeffp@crusoe.net>
14863              Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
14864              Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
14865      Branch: perl
14866            ! lib/File/Find.pm
14867 ____________________________________________________________________________
14868 [ 10382] By: jhi                                   on 2001/06/01  21:35:02
14869         Log: Subject: [PATCH perl@10381] configure.com tweaks
14870              From: "Craig A. Berry" <craigberry@mac.com>
14871              Date: Fri, 1 Jun 2001 13:55:43 -0500
14872              Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
14873      Branch: perl
14874            ! configure.com
14875 ____________________________________________________________________________
14876 [ 10381] By: jhi                                   on 2001/06/01  16:37:21
14877         Log: Update Changes.
14878      Branch: perl
14879            ! Changes patchlevel.h
14880 ____________________________________________________________________________
14881 [ 10380] By: jhi                                   on 2001/06/01  16:19:18
14882         Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
14883              From: Mike Guy <mjtg@cam.ac.uk>
14884              Date: Fri, 01 Jun 2001 18:17:02 +0100
14885              Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
14886      Branch: perl
14887            ! lib/perl5db.pl
14888 ____________________________________________________________________________
14889 [ 10379] By: jhi                                   on 2001/06/01  16:13:28
14890         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
14891              From: Hugo <hv@crypt.compulink.co.uk>
14892              Date: Thu, 31 May 2001 20:49:48 +0100
14893              Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
14894      Branch: perl
14895            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
14896            ! util.c
14897 ____________________________________________________________________________
14898 [ 10378] By: jhi                                   on 2001/06/01  15:56:35
14899         Log: Zero() is not available in x2p (or, rather, some of its
14900              implementations like memzero() might not be available.)
14901      Branch: perl
14902            ! x2p/hash.c
14903 ____________________________________________________________________________
14904 [ 10377] By: jhi                                   on 2001/06/01  15:44:48
14905         Log: Subject: [PATCH x2p/hash.c] bzero -> memset
14906              From: Michael G Schwern <schwern@pobox.com>
14907              Date: Fri, 1 Jun 2001 12:00:29 +0100
14908              Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
14909              
14910              (But use Zero() instead of memset.)
14911      Branch: perl
14912            ! x2p/hash.c
14913 ____________________________________________________________________________
14914 [ 10376] By: jhi                                   on 2001/06/01  15:39:52
14915         Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
14916              From: Jeff Pinyan <jeffp@crusoe.net>
14917              Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
14918              Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
14919      Branch: perl
14920            ! pod/perldiag.pod regcomp.c t/op/pat.t
14921 ____________________________________________________________________________
14922 [ 10375] By: jhi                                   on 2001/06/01  15:36:35
14923         Log: Retract #10324 and #10333; not needed.
14924      Branch: perl
14925            ! hints/irix_6.sh hints/linux.sh
14926 ____________________________________________________________________________
14927 [ 10374] By: jhi                                   on 2001/06/01  15:35:19
14928         Log: The #10370 wasn't quite right.
14929      Branch: perl
14930            ! ext/XS/Typemap/Typemap.xs
14931 ____________________________________________________________________________
14932 [ 10373] By: jhi                                   on 2001/06/01  15:34:49
14933         Log: The metaconfig units changes for #10372.
14934      Branch: metaconfig/U/perl
14935            + d_realpath.U d_sresgproto.U d_sresuproto.U
14936            ! gccvers.U i_db.U
14937 ____________________________________________________________________________
14938 [ 10372] By: jhi                                   on 2001/06/01  15:34:24
14939         Log: Configure tweaks; record the Berkeley DB version,
14940              probe for realpath(), for setresuid() and setresgid()
14941              prototypes; use realpath() (try to be paranoid enough),
14942              use the setres[ug]id prototypes because glibc has the functions
14943              but not their prototypes; add -Wall -ansi to gcc ccflags;
14944              regen toc.
14945      Branch: perl
14946            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14947            ! config_h.SH configure.com epoc/config.sh
14948            ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
14949            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
14950            ! vos/config.ga.def win32/config.bc win32/config.gc
14951            ! win32/config.vc
14952 ____________________________________________________________________________
14953 [ 10371] By: jhi                                   on 2001/06/01  12:50:05
14954         Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
14955              From: Michael G Schwern <schwern@pobox.com>
14956              Date: Fri, 1 Jun 2001 11:28:14 +0100
14957              Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
14958      Branch: perl
14959            ! lib/attributes.pm xsutils.c
14960 ____________________________________________________________________________
14961 [ 10370] By: jhi                                   on 2001/06/01  12:48:55
14962         Log: Subject: [PATCH] Fix -Wall on XS::Typemap
14963              From: Tim Jenness <t.jenness@jach.hawaii.edu>
14964              Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
14965              Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
14966      Branch: perl
14967            ! ext/XS/Typemap/Typemap.xs
14968 ____________________________________________________________________________
14969 [ 10369] By: jhi                                   on 2001/06/01  12:47:21
14970         Log: Subject: [patch] Cwd.xs optimizations/abstraction
14971              From: Doug MacEachern <dougm@covalent.net>
14972              Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
14973              Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> 
14974      Branch: perl
14975            ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
14976            ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
14977 ____________________________________________________________________________
14978 [ 10368] By: jhi                                   on 2001/06/01  12:32:00
14979         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!])
14980              From: Nicholas Clark <nick@ccl4.org>
14981              Date: Thu, 31 May 2001 23:56:40 +0100
14982              Message-ID: <20010531235640.F12698@plum.flirble.org>
14983              
14984              Make the test work also under only static extensions
14985              (sh Configure -Uusedl fakes this nicely)
14986      Branch: perl
14987            ! t/lib/extutils.t
14988 ____________________________________________________________________________
14989 [ 10367] By: jhi                                   on 2001/06/01  12:27:53
14990         Log: Subject: [PATCH hv.c] Eliminating trigraph
14991              From: Michael G Schwern <schwern@pobox.com>
14992              Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
14993              Date: Fri, 1 Jun 2001 11:49:56 +0100
14994      Branch: perl
14995            ! hv.c
14996 ____________________________________________________________________________
14997 [ 10366] By: jhi                                   on 2001/06/01  12:14:57
14998         Log: Subject: Re: [PATCH] Tests for File::Compare 
14999              From: "Philip Newton" <Philip.Newton@gmx.net>
15000              Date: Thu, 31 May 2001 19:44:05 +0200
15001              Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
15002              
15003              Unnecessary "quotation marks".
15004      Branch: perl
15005            ! t/lib/filecomp.t
15006 ____________________________________________________________________________
15007 [ 10365] By: jhi                                   on 2001/06/01  12:13:26
15008         Log: Integrate perlio.
15009      Branch: perl
15010           !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
15011 ____________________________________________________________________________
15012 [ 10364] By: nick                                  on 2001/06/01  10:13:31
15013         Log: Cleanup dll.base and dll.exp created by GCC builds.
15014      Branch: perlio
15015            ! lib/ExtUtils/MM_Win32.pm
15016 ____________________________________________________________________________
15017 [ 10363] By: nick                                  on 2001/06/01  10:02:17
15018         Log: Make filecomp test work on CRLF platforms by adding binmode.
15019      Branch: perlio
15020            ! t/lib/filecomp.t
15021 ____________________________________________________________________________
15022 [ 10362] By: nick                                  on 2001/06/01  08:37:17
15023         Log: Integrate mainline
15024      Branch: perlio
15025           !> Changes Configure patchlevel.h perlio.c
15026 ____________________________________________________________________________
15027 [ 10361] By: jhi                                   on 2001/05/31  15:09:34
15028         Log: panic:claustrophobia.
15029      Branch: perl
15030            ! perlio.c
15031 ____________________________________________________________________________
15032 [ 10360] By: jhi                                   on 2001/05/31  13:04:25
15033         Log: Update Changes.
15034      Branch: perl
15035            ! Changes patchlevel.h
15036 ____________________________________________________________________________
15037 [ 10359] By: nick                                  on 2001/05/31  12:35:50
15038         Log: Integrate mainline.
15039      Branch: perlio
15040           +> t/lib/filecomp.t
15041           !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
15042           !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
15043 ____________________________________________________________________________
15044 [ 10358] By: jhi                                   on 2001/05/31  12:35:05
15045         Log: Integrate perlio.
15046      Branch: perl
15047           !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
15048           !> win32/config_H.vc
15049 ____________________________________________________________________________
15050 [ 10357] By: jhi                                   on 2001/05/31  12:34:04
15051         Log: Metaconfig unit change for #10356.
15052      Branch: metaconfig
15053            ! U/installdirs/inc_version_list.U
15054 ____________________________________________________________________________
15055 [ 10356] By: jhi                                   on 2001/05/31  12:33:41
15056         Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
15057              (idea from Sarathy; implementation from Andy)
15058      Branch: perl
15059            ! Configure
15060 ____________________________________________________________________________
15061 [ 10355] By: jhi                                   on 2001/05/31  12:18:06
15062         Log: More AUTHORS.
15063      Branch: perl
15064            ! AUTHORS
15065 ____________________________________________________________________________
15066 [ 10354] By: jhi                                   on 2001/05/31  12:16:24
15067         Log: Subject: Re: [PATCH] Tests for File::Compare
15068              From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
15069              Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
15070              Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
15071      Branch: perl
15072            + t/lib/filecomp.t
15073            ! MANIFEST t/lib/1_compile.t
15074 ____________________________________________________________________________
15075 [ 10353] By: jhi                                   on 2001/05/31  12:11:24
15076         Log: Subject: [PATCH] DEBUG_* macro cleanups
15077              From: Abhijit Menon-Sen <ams@wiw.org>
15078              Date: Thu, 31 May 2001 12:16:22 +0530
15079              Message-ID: <20010531121622.B4829@lustre.linux.in>
15080              
15081              Subject: Re: [PATCH] DEBUG_* macro cleanups
15082              From: Abhijit Menon-Sen <ams@wiw.org>
15083              Date: Thu, 31 May 2001 13:57:01 +0530
15084              Message-ID: <20010531135701.A21775@lustre.linux.in>
15085              
15086              (The DEBUG_ definitions in perl.h changed to use the
15087              STMT_START and STMT_END.)
15088      Branch: perl
15089            ! perl.h pp_ctl.c sv.c toke.c
15090 ____________________________________________________________________________
15091 [ 10352] By: jhi                                   on 2001/05/31  11:53:31
15092         Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
15093              From: Abhijit Menon-Sen <ams@wiw.org>
15094              Date: Thu, 31 May 2001 08:27:55 +0530
15095              Message-ID: <20010531082755.A10018@lustre.linux.in>
15096      Branch: perl
15097            ! ext/Storable/Storable.xs gv.c perl.c
15098 ____________________________________________________________________________
15099 [ 10351] By: jhi                                   on 2001/05/31  11:45:16
15100         Log: Subject: [PATCH] AUTHORS
15101              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
15102              Date: Thu, 31 May 2001 01:27:59 -0500
15103              Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
15104              
15105              Subject: Re: [PATCH] AUTHORS
15106              From: "Philip Newton" <Philip.Newton@gmx.net>
15107              Date: Thu, 31 May 2001 10:08:06 +0200
15108              (Message-Id missing?)
15109      Branch: perl
15110            ! AUTHORS
15111 ____________________________________________________________________________
15112 [ 10350] By: nick                                  on 2001/05/31  11:40:43
15113         Log: win32 - dmake regen_config_h
15114      Branch: perlio
15115            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
15116 ____________________________________________________________________________
15117 [ 10349] By: jhi                                   on 2001/05/31  11:38:27
15118         Log: Subject: Re: [PATCH util.c] More warning cleanups.
15119              From: "Philip Newton" <Philip.Newton@gmx.net>
15120              Date: Thu, 31 May 2001 07:41:36 +0200
15121              Message-Id: <200105310538.IAA25458@taku.hut.fi>
15122              
15123              Undo C++-ism that snekt in.
15124      Branch: perl
15125            ! util.c
15126 ____________________________________________________________________________
15127 [ 10348] By: nick                                  on 2001/05/31  11:36:46
15128         Log: Tolerate Win32 numerics
15129      Branch: perlio
15130            ! t/pragma/warn/toke
15131 ____________________________________________________________________________
15132 [ 10347] By: jhi                                   on 2001/05/31  11:29:40
15133         Log: Integrate perlio.
15134      Branch: perl
15135           !> perlio.c win32/win32.h
15136 ____________________________________________________________________________
15137 [ 10346] By: nick                                  on 2001/05/31  10:54:55
15138         Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
15139              perlio.c change 10255.
15140      Branch: perlio
15141            ! perlio.c
15142 ____________________________________________________________________________
15143 [ 10345] By: nick                                  on 2001/05/31  10:01:57
15144         Log: Conditionaly put back some "unused" dTHX which are used
15145              with PERL_IMPLICIT_SYS
15146      Branch: perlio
15147            ! perlio.c
15148 ____________________________________________________________________________
15149 [ 10344] By: nick                                  on 2001/05/31  10:00:59
15150         Log: Fix Win32 for new spelling IN_BYTES 
15151      Branch: perlio
15152            ! win32/win32.h
15153 ____________________________________________________________________________
15154 [ 10343] By: nick                                  on 2001/05/31  08:01:32
15155         Log: perlio.c -Wall cleaner under MULTIPLICITY
15156              - still minor noise with linux stdio
15157      Branch: perlio
15158            ! perlio.c
15159 ____________________________________________________________________________
15160 [ 10342] By: nick                                  on 2001/05/31  07:52:23
15161         Log: Integrate mainline.
15162      Branch: perlio
15163           !> (integrate 42 files)
15164 ____________________________________________________________________________
15165 [ 10341] By: jhi                                   on 2001/05/31  01:39:02
15166         Log: AUTHORS updates.
15167      Branch: perl
15168            ! AUTHORS
15169 ____________________________________________________________________________
15170 [ 10340] By: jhi                                   on 2001/05/31  00:19:29
15171         Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
15172              From: Peter Prymmer <pvhp@forte.com>
15173              Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
15174              Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
15175      Branch: perl
15176            ! t/lib/md5-file.t
15177 ____________________________________________________________________________
15178 [ 10339] By: jhi                                   on 2001/05/31  00:16:44
15179         Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
15180              patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
15181              to match the pragma name; various robustness cleanups.
15182      Branch: perl
15183            ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
15184            ! sv.c toke.c utf8.c utf8.h utfebcdic.h
15185 ____________________________________________________________________________
15186 [ 10338] By: jhi                                   on 2001/05/30  23:56:14
15187         Log: More -Wall sweeping.
15188      Branch: perl
15189            ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
15190            ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
15191            ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
15192            ! regcomp.c sv.c toke.c utf8.c
15193 ____________________________________________________________________________
15194 [ 10337] By: jhi                                   on 2001/05/30  23:20:23
15195         Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
15196              From: Nicholas Clark <nick@ccl4.org>
15197              Date: Wed, 30 May 2001 22:34:41 +0100
15198              Message-ID: <20010530223441.Y86445@plum.flirble.org>
15199      Branch: perl
15200            ! t/op/cmp.t
15201 ____________________________________________________________________________
15202 [ 10336] By: jhi                                   on 2001/05/30  23:18:48
15203         Log: It's is not, it isn't ain't, and it's it's, not its,
15204              if you mean it is. If you don't, it's its. Then too,
15205              it's hers. It isn't her's. It isn't our's either.
15206              It's ours, and likewise yours and theirs.
15207              -- Oxford University Press, Edpress News
15208      Branch: perl
15209            ! lib/autouse.pm
15210 ____________________________________________________________________________
15211 [ 10335] By: jhi                                   on 2001/05/30  23:12:30
15212         Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
15213      Branch: perl
15214            ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
15215            ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
15216            ! x2p/str.c x2p/walk.c xsutils.c
15217 ____________________________________________________________________________
15218 [ 10334] By: jhi                                   on 2001/05/30  22:52:41
15219         Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
15220              From: Michael G Schwern <schwern@pobox.com>
15221              Date: Wed, 30 May 2001 17:10:38 +0100
15222              Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
15223              
15224              Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
15225              From: Abhijit Menon-Sen <ams@wiw.org>
15226              Date: Wed, 30 May 2001 23:16:13 +0530
15227              Message-ID: <20010530231613.A31933@lustre.linux.in>
15228      Branch: perl
15229            ! perl.c t/run/runenv.t
15230 ____________________________________________________________________________
15231 [ 10333] By: jhi                                   on 2001/05/30  22:25:02
15232         Log: (Retracted by #10375.)
15233              
15234              IRIX hints patch from Merijn Broeren.
15235              
15236              TODO: (this and the earlier Linux hints patch) should be solved
15237              at Configure level.  Merijn: -ldb should not be used on any platform
15238              for perl, just when linking DBFile itself. Trying to be helpful here
15239              is counterproductive.
15240      Branch: perl
15241            ! hints/irix_6.sh
15242 ____________________________________________________________________________
15243 [ 10332] By: jhi                                   on 2001/05/30  22:11:13
15244         Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
15245              From: Nicholas Clark <nick@ccl4.org>
15246              Date: Wed, 30 May 2001 23:20:58 +0100
15247              Message-ID: <20010530232058.B86445@plum.flirble.org>
15248      Branch: perl
15249            ! doop.c
15250 ____________________________________________________________________________
15251 [ 10331] By: jhi                                   on 2001/05/30  22:09:49
15252         Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
15253              From: Michael G Schwern <schwern@pobox.com> 
15254              Date: Wed, 30 May 2001 15:24:20 +0100
15255              Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
15256      Branch: perl
15257            ! t/pragma/autouse.t
15258 ____________________________________________________________________________
15259 [ 10330] By: jhi                                   on 2001/05/30  22:02:21
15260         Log: The regex trick wasn't a good idea.
15261      Branch: perl
15262            ! pod/perlfaq4.pod
15263 ____________________________________________________________________________
15264 [ 10329] By: nick                                  on 2001/05/30  18:34:35
15265         Log: Integrate mainline
15266      Branch: perlio
15267           !> (integrate 40 files)
15268 ____________________________________________________________________________
15269 [ 10328] By: jhi                                   on 2001/05/30  14:28:39
15270         Log: Update Changes.
15271      Branch: perl
15272            ! Changes patchlevel.h
15273 ____________________________________________________________________________
15274 [ 10327] By: jhi                                   on 2001/05/30  14:07:01
15275         Log: The metaconfig unit change for #10325.
15276      Branch: metaconfig
15277            + U/modified/afs.U
15278 ____________________________________________________________________________
15279 [ 10326] By: jhi                                   on 2001/05/30  14:06:36
15280         Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
15281              is now wrong.
15282      Branch: perl
15283            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
15284 ____________________________________________________________________________
15285 [ 10325] By: jhi                                   on 2001/05/30  14:04:28
15286         Log: Introduce $Config{afsroot}.
15287      Branch: perl
15288            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15289            ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
15290            ! win32/config.gc win32/config.vc
15291 ____________________________________________________________________________
15292 [ 10324] By: jhi                                   on 2001/05/30  13:49:44
15293         Log: (Retracted by #10375.)
15294              
15295              Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
15296      Branch: perl
15297            ! hints/linux.sh
15298 ____________________________________________________________________________
15299 [ 10323] By: jhi                                   on 2001/05/30  13:49:29
15300         Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
15301              (Also Configure tweaks needed; coming up soon.)
15302      Branch: perl
15303            ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
15304 ____________________________________________________________________________
15305 [ 10322] By: jhi                                   on 2001/05/30  13:37:56
15306         Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
15307              From: Michael G Schwern <schwern@pobox.com>
15308              Date: Sun, 27 May 2001 10:29:43 +0100
15309              Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
15310      Branch: perl
15311            ! lib/perl5db.pl
15312 ____________________________________________________________________________
15313 [ 10321] By: jhi                                   on 2001/05/30  13:36:28
15314         Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
15315              and Abhijit Menon-Sen.
15316      Branch: perl
15317            ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
15318            ! perl.c pp_sys.c regcomp.c
15319 ____________________________________________________________________________
15320 [ 10320] By: jhi                                   on 2001/05/30  13:35:27
15321         Log: Fix the BOOT section to call myU2time properly.
15322      Branch: perl
15323            ! ext/Time/HiRes/HiRes.xs
15324 ____________________________________________________________________________
15325 [ 10319] By: jhi                                   on 2001/05/30  13:06:09
15326         Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
15327              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
15328              Date: Wed, 30 May 2001 09:44:29 -0400
15329              Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
15330              
15331              Detypo; plus add one more trick.
15332      Branch: perl
15333            ! pod/perlfaq4.pod
15334 ____________________________________________________________________________
15335 [ 10318] By: jhi                                   on 2001/05/30  12:47:11
15336         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)
15337              From: Michael G Schwern <schwern@pobox.com>
15338              Date: Wed, 30 May 2001 14:39:06 +0100
15339              Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
15340      Branch: perl
15341            ! lib/autouse.pm t/pragma/autouse.t
15342 ____________________________________________________________________________
15343 [ 10317] By: jhi                                   on 2001/05/30  12:46:02
15344         Log: Subject: Re: AIX and gcc (moving targets)
15345              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15346              Date: Wed, 30 May 2001 15:25:08 +0200
15347              Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
15348      Branch: perl
15349            ! ext/Time/HiRes/HiRes.xs
15350 ____________________________________________________________________________
15351 [ 10316] By: jhi                                   on 2001/05/30  12:40:46
15352         Log: Subject: [PATCH t/TEST] sorting tests
15353              From: Michael G Schwern <schwern@pobox.com>
15354              Date: Wed, 30 May 2001 10:24:02 +0100
15355              Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
15356      Branch: perl
15357            ! t/TEST
15358 ____________________________________________________________________________
15359 [ 10315] By: jhi                                   on 2001/05/30  12:37:43
15360         Log: Subject: [ID 20010529.002] typos in man page perlre
15361              From: bart@cg681574-a.adubn1.nj.home.com 
15362              Date: Tue, 29 May 2001 13:58:59 -0500
15363              Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
15364      Branch: perl
15365            ! pod/perlre.pod
15366 ____________________________________________________________________________
15367 [ 10314] By: jhi                                   on 2001/05/30  12:33:53
15368         Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
15369              From: "Craig A. Berry" <craigberry@mac.com>
15370              Date: Tue, 29 May 2001 23:23:45 -0500
15371              Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
15372      Branch: perl
15373            ! t/lib/extutils.t t/pragma/autouse.t
15374 ____________________________________________________________________________
15375 [ 10313] By: jhi                                   on 2001/05/30  12:32:17
15376         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)
15377              From: David Dyck <dcd@tc.fluke.com>
15378              Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
15379              Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
15380      Branch: perl
15381            ! t/lib/filefind.t
15382 ____________________________________________________________________________
15383 [ 10312] By: jhi                                   on 2001/05/30  12:31:02
15384         Log: AIX hints update for gcc from Merijn H. Brand.
15385      Branch: perl
15386            ! hints/aix.sh
15387 ____________________________________________________________________________
15388 [ 10311] By: jhi                                   on 2001/05/30  12:18:20
15389         Log: Retract #10295 and #10296: a more generic solution
15390              is needed (there's something funny with gcc on AIX).
15391      Branch: perl
15392            ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
15393 ____________________________________________________________________________
15394 [ 10310] By: jhi                                   on 2001/05/30  12:08:07
15395         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
15396              From: Hugo <hv@crypt.compulink.co.uk>
15397              Date: Wed, 30 May 2001 11:59:19 +0100
15398              Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
15399              
15400              localizing $@ has unfortunate semantics - if you die past
15401              a local $@, the die message is lost.
15402      Branch: perl
15403            ! lib/utf8_heavy.pl
15404 ____________________________________________________________________________
15405 [ 10309] By: nick                                  on 2001/05/30  08:23:02
15406         Log: Integrate mainline (autouse works again.)
15407      Branch: perlio
15408           !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
15409           !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
15410           !> pod/perlvar.pod t/op/cmp.t
15411 ____________________________________________________________________________
15412 [ 10308] By: jhi                                   on 2001/05/30  01:55:02
15413         Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
15414              From: David Dyck <dcd@tc.fluke.com>
15415              Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
15416              Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
15417      Branch: perl
15418            ! lib/File/Find.pm
15419 ____________________________________________________________________________
15420 [ 10307] By: jhi                                   on 2001/05/30  01:47:22
15421         Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
15422              From: Nicholas Clark <nick@ccl4.org>
15423              Date: Tue, 29 May 2001 23:16:09 +0100
15424              Message-ID: <20010529231609.U86445@plum.flirble.org>
15425              
15426              Make the test output slightly clearer by distinguishing
15427              between '' and undef.
15428      Branch: perl
15429            ! t/op/cmp.t
15430 ____________________________________________________________________________
15431 [ 10306] By: jhi                                   on 2001/05/30  01:45:12
15432         Log: Subject: [PATCH 5.6.1] flushNULL OS/2
15433              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15434              Date: Tue, 29 May 2001 19:15:19 -0400
15435              Message-ID: <20010529191519.A16020@math.ohio-state.edu>
15436      Branch: perl
15437            ! hints/os2.sh
15438 ____________________________________________________________________________
15439 [ 10305] By: jhi                                   on 2001/05/30  01:42:36
15440         Log: Subject: perlvar.pod addition
15441              From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
15442              Date: Fri, 25 May 2001 20:23:12 +0200
15443              Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
15444              
15445              Subject: Re: perlvar.pod addition
15446              From: "Abigail" <abigail@foad.org> 
15447              Date: Fri, 25 May 2001 22:00:39 +0200
15448              Message-ID: <20010525200039.28029.qmail@foad.org>
15449              
15450              Mention $a and $b in perlvar.
15451      Branch: perl
15452            ! pod/perlvar.pod
15453 ____________________________________________________________________________
15454 [ 10304] By: jhi                                   on 2001/05/30  01:36:37
15455         Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
15456              From: Jeff Pinyan <jeffp@crusoe.net>
15457              Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
15458              Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
15459      Branch: perl
15460            ! pod/perlvar.pod
15461 ____________________________________________________________________________
15462 [ 10303] By: jhi                                   on 2001/05/30  01:35:31
15463         Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
15464              From: Jeff Pinyan <jeffp@crusoe.net>
15465              Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
15466              Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
15467      Branch: perl
15468            ! pod/perlfaq6.pod
15469 ____________________________________________________________________________
15470 [ 10302] By: jhi                                   on 2001/05/29  20:18:49
15471         Log: Mention Time::localtime and Time::gmtime.
15472      Branch: perl
15473            ! ext/Time/Piece/Piece.pm
15474 ____________________________________________________________________________
15475 [ 10301] By: jhi                                   on 2001/05/29  20:13:54
15476         Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
15477              From: Michael G Schwern <schwern@pobox.com>
15478              Date: Tue, 29 May 2001 18:51:32 +0100
15479              Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
15480      Branch: perl
15481            ! pod/perlfaq4.pod
15482 ____________________________________________________________________________
15483 [ 10300] By: jhi                                   on 2001/05/29  20:12:09
15484         Log: Retract #10243.
15485      Branch: perl
15486            ! lib/autouse.pm
15487 ____________________________________________________________________________
15488 [ 10299] By: nick                                  on 2001/05/29  18:41:19
15489         Log: Post weekend integrate mainline (fails one test pragma/autouse).
15490      Branch: perlio
15491           +> (branch 29 files)
15492           !> (integrate 91 files)
15493 ____________________________________________________________________________
15494 [ 10298] By: jhi                                   on 2001/05/29  16:29:19
15495         Log: Update Changes.
15496      Branch: perl
15497            ! Changes patchlevel.h
15498 ____________________________________________________________________________
15499 [ 10297] By: jhi                                   on 2001/05/29  16:25:47
15500         Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
15501              before Perl_load_module/Perl_call_method and restore the value
15502              after if !SvTRUE(ERRSV).  (from Inaba Hiroto)
15503      Branch: perl
15504            ! utf8.c
15505 ____________________________________________________________________________
15506 [ 10296] By: jhi                                   on 2001/05/29  16:01:53
15507         Log: Subject: Re: AIX and gcc (moving targets)
15508              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15509              Date: Tue, 29 May 2001 17:59:40 +0200
15510              Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
15511      Branch: perl
15512            ! ext/Storable/Makefile.PL
15513 ____________________________________________________________________________
15514 [ 10295] By: jhi                                   on 2001/05/29  15:59:05
15515         Log: Subject: Re: AIX and gcc (moving targets)
15516              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15517              Date: Tue, 29 May 2001 12:32:57 +0200
15518              Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
15519      Branch: perl
15520            ! ext/POSIX/Makefile.PL
15521 ____________________________________________________________________________
15522 [ 10294] By: jhi                                   on 2001/05/29  15:53:43
15523         Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
15524              From: Michael G Schwern <schwern@pobox.com>
15525              Date: Tue, 29 May 2001 09:53:29 +0100
15526              Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
15527              
15528              (#10280 retracted)
15529      Branch: perl
15530            ! lib/Test/Harness.pm t/lib/test-harness.t
15531 ____________________________________________________________________________
15532 [ 10293] By: jhi                                   on 2001/05/29  15:46:10
15533         Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
15534              From: Michael G Schwern <schwern@pobox.com>
15535              Date: Tue, 29 May 2001 09:19:52 +0100
15536              Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
15537      Branch: perl
15538            + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
15539            + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
15540            + t/lib/Test/todo.t
15541            ! MANIFEST lib/Test.pm t/TEST
15542 ____________________________________________________________________________
15543 [ 10292] By: jhi                                   on 2001/05/29  15:34:08
15544         Log: From: Michael G Schwern <schwern@pobox.com>
15545              Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
15546              Date: Tue, 29 May 2001 08:26:09 +0100
15547              Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
15548      Branch: perl
15549            ! t/TEST
15550 ____________________________________________________________________________
15551 [ 10291] By: jhi                                   on 2001/05/29  15:29:37
15552         Log: Add tests for Time::gmtime and Time::localtime.
15553      Branch: perl
15554            + t/lib/time-gmtime.t t/lib/time-localtime.t
15555            ! MANIFEST t/lib/1_compile.t
15556 ____________________________________________________________________________
15557 [ 10290] By: jhi                                   on 2001/05/29  15:15:44
15558         Log: Add test for File::stat.
15559      Branch: perl
15560            + t/lib/filestat.t
15561            ! MANIFEST t/lib/1_compile.t
15562 ____________________________________________________________________________
15563 [ 10289] By: jhi                                   on 2001/05/29  15:05:38
15564         Log: Add test for Net::servent.
15565      Branch: perl
15566            + t/lib/net-sent.t
15567            ! MANIFEST t/lib/1_compile.t
15568 ____________________________________________________________________________
15569 [ 10288] By: jhi                                   on 2001/05/29  14:57:15
15570         Log: Add test for Net::protoent.
15571      Branch: perl
15572            + t/lib/net-pent.t
15573            ! MANIFEST t/lib/1_compile.t
15574 ____________________________________________________________________________
15575 [ 10287] By: jhi                                   on 2001/05/29  14:53:10
15576         Log: Add test for Net::netent.
15577      Branch: perl
15578            + t/lib/net-nent.t
15579            ! MANIFEST t/lib/1_compile.t
15580 ____________________________________________________________________________
15581 [ 10286] By: jhi                                   on 2001/05/29  14:31:57
15582         Log: Add test for User::grent.  Portability doubtful.
15583      Branch: perl
15584            + t/lib/user-grent.t
15585            ! MANIFEST t/lib/1_compile.t
15586 ____________________________________________________________________________
15587 [ 10285] By: jhi                                   on 2001/05/29  14:24:20
15588         Log: Add test for User::pwent.
15589              Probably will fall down somewhere for portability reasons.
15590      Branch: perl
15591            + t/lib/user-pwent.t
15592            ! MANIFEST t/lib/1_compile.t
15593 ____________________________________________________________________________
15594 [ 10284] By: jhi                                   on 2001/05/29  13:26:43
15595         Log: Metaconfig units changes for #10283.
15596      Branch: metaconfig
15597            ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
15598            ! U/installdirs/siteman1.U U/installdirs/siteman3.U
15599            ! U/installdirs/sitescript.U U/modified/Signal.U
15600 ____________________________________________________________________________
15601 [ 10283] By: jhi                                   on 2001/05/29  13:26:24
15602         Log: Subject: [PATCH 5.6.1] signal names in Configure
15603              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15604              Date: Tue, 29 May 2001 03:52:25 -0400
15605              Message-ID: <20010529035225.A9400@math.ohio-state.edu>
15606              
15607              Subject: [PATCH 5.6.1] older perl in Configure
15608              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15609              Date: Tue, 29 May 2001 03:55:40 -0400
15610              Message-ID: <20010529035539.A9411@math.ohio-state.edu>
15611              
15612              Subject: [PATCH 5.6.1] goofs in Configure
15613              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15614              Date: Tue, 29 May 2001 04:13:07 -0400
15615              Message-ID: <20010529041307.A9658@math.ohio-state.edu>
15616              
15617              Configure portability tweaks.
15618      Branch: perl
15619            ! Configure
15620 ____________________________________________________________________________
15621 [ 10282] By: jhi                                   on 2001/05/29  12:41:41
15622         Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
15623              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15624              Date: Tue, 29 May 2001 04:07:06 -0400
15625              Message-ID: <20010529040706.A9579@math.ohio-state.edu>
15626      Branch: perl
15627            ! os2/os2.c
15628 ____________________________________________________________________________
15629 [ 10281] By: jhi                                   on 2001/05/29  12:40:31
15630         Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
15631              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15632              Date: Tue, 29 May 2001 04:01:38 -0400
15633              Message-ID: <20010529040138.A9482@math.ohio-state.edu>
15634      Branch: perl
15635            ! hints/os2.sh os2/Makefile.SHs
15636 ____________________________________________________________________________
15637 [ 10280] By: jhi                                   on 2001/05/29  12:38:48
15638         Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
15639              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15640              Date: Tue, 29 May 2001 03:50:18 -0400
15641              Message-ID: <20010529035018.A9387@math.ohio-state.edu>
15642      Branch: perl
15643            ! lib/Test/Harness.pm
15644 ____________________________________________________________________________
15645 [ 10279] By: jhi                                   on 2001/05/29  12:34:53
15646         Log: Additional safeguard against $@ getting trampled; idea from Hugo.
15647      Branch: perl
15648            ! lib/utf8_heavy.pl
15649 ____________________________________________________________________________
15650 [ 10278] By: jhi                                   on 2001/05/29  02:15:24
15651         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
15652              From: Hugo <hv@crypt.compulink.co.uk>
15653              Date: Tue, 29 May 2001 03:03:45 +0100
15654              Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
15655              
15656              Explanation why the $@ always gets the UTF8 flag when under use utf8--
15657              because we told it to have the flag when under use utf8.
15658      Branch: perl
15659            ! pp_ctl.c
15660 ____________________________________________________________________________
15661 [ 10277] By: jhi                                   on 2001/05/29  00:51:34
15662         Log: At least a partial fix for 20010528.004.
15663      Branch: perl
15664            ! lib/utf8_heavy.pl
15665 ____________________________________________________________________________
15666 [ 10276] By: jhi                                   on 2001/05/29  00:42:59
15667         Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
15668              From: Nicholas Clark <nick@ccl4.org> 
15669              Date: Mon, 28 May 2001 23:39:38 +0100
15670              Message-ID: <20010528233938.M86445@plum.flirble.org>
15671              
15672              More portable non-zero UV.
15673      Branch: perl
15674            ! t/lib/extutils.t
15675 ____________________________________________________________________________
15676 [ 10275] By: jhi                                   on 2001/05/29  00:40:28
15677         Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
15678              From: Nicholas Clark <nick@ccl4.org>
15679              Date: Mon, 28 May 2001 22:46:09 +0100
15680              Message-ID: <20010528224608.L86445@plum.flirble.org>
15681              
15682              Test also "make clean".
15683      Branch: perl
15684            ! t/lib/extutils.t
15685 ____________________________________________________________________________
15686 [ 10274] By: jhi                                   on 2001/05/29  00:39:18
15687         Log: Subject: Re: Would -Wno-unused -Wall be better?
15688              From: Michael G Schwern <schwern@pobox.com>
15689              Date: Tue, 29 May 2001 00:55:54 +0100
15690              Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
15691      Branch: perl
15692            ! pp.h
15693 ____________________________________________________________________________
15694 [ 10273] By: jhi                                   on 2001/05/29  00:36:06
15695         Log: Add a test for 20010528.007, fixed in #10272.
15696      Branch: perl
15697            ! t/op/misc.t toke.c
15698 ____________________________________________________________________________
15699 [ 10272] By: jhi                                   on 2001/05/29  00:21:12
15700         Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space 
15701              From: Hugo <hv@crypt.compulink.co.uk>
15702              Date: Tue, 29 May 2001 00:23:23 +0100
15703              Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
15704      Branch: perl
15705            ! toke.c
15706 ____________________________________________________________________________
15707 [ 10271] By: jhi                                   on 2001/05/28  22:52:11
15708         Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
15709              From: Michael G Schwern <schwern@pobox.com>
15710              Date: Tue, 29 May 2001 00:42:59 +0100
15711              Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
15712      Branch: perl
15713            ! t/pragma/autouse.t
15714 ____________________________________________________________________________
15715 [ 10270] By: jhi                                   on 2001/05/28  21:44:06
15716         Log: Some shells seemingly arrange the signal handlers differently
15717              (bug id 20010521.004).
15718      Branch: perl
15719            ! t/lib/sigaction.t
15720 ____________________________________________________________________________
15721 [ 10269] By: jhi                                   on 2001/05/28  20:34:21
15722         Log: Regen perlmodlib.
15723      Branch: perl
15724            ! pod/perlmodlib.pod
15725 ____________________________________________________________________________
15726 [ 10268] By: jhi                                   on 2001/05/28  19:08:45
15727         Log: Update Changes.
15728      Branch: perl
15729            ! Changes patchlevel.h
15730 ____________________________________________________________________________
15731 [ 10267] By: jhi                                   on 2001/05/28  19:03:54
15732         Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
15733              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
15734              Date: Mon, 28 May 2001 14:56:35 -0500
15735              Message-ID: <20010528145635.L8487@chaos.wustl.edu>
15736      Branch: perl
15737            ! pod/perlnewmod.pod
15738 ____________________________________________________________________________
15739 [ 10266] By: jhi                                   on 2001/05/28  18:35:03
15740         Log: Regen toc.
15741      Branch: perl
15742            ! pod/perltoc.pod
15743 ____________________________________________________________________________
15744 [ 10265] By: jhi                                   on 2001/05/28  18:33:32
15745         Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array) 
15746              From: "Richard Soderberg" <rs@crystalflame.net>
15747              Date: Mon, 28 May 2001 12:31:23 -0700
15748              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
15749      Branch: perl
15750            ! t/op/splice.t
15751 ____________________________________________________________________________
15752 [ 10264] By: jhi                                   on 2001/05/28  17:59:00
15753         Log: The #10260 was too bold: locales and utf8 still do not mix.
15754      Branch: perl
15755            ! t/pragma/locale.t
15756 ____________________________________________________________________________
15757 [ 10263] By: jhi                                   on 2001/05/28  17:52:25
15758         Log: Subject: [PATCH] Pod nitpicks
15759              From: "Richard Soderberg" <rs@crystalflame.net>
15760              Date: Mon, 28 May 2001 10:08:58 -0700
15761              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
15762      Branch: perl
15763            ! pod/perl571delta.pod pod/perlapi.pod sv.h
15764 ____________________________________________________________________________
15765 [ 10262] By: jhi                                   on 2001/05/28  17:50:05
15766         Log: Upgrade to I18N::LangTags 0.22.
15767      Branch: perl
15768            + lib/I18N/LangTags/List.pod
15769            ! MANIFEST lib/I18N/LangTags.pm
15770 ____________________________________________________________________________
15771 [ 10261] By: jhi                                   on 2001/05/28  17:23:40
15772         Log: A slightly more serious bug found by -Mutf8; op/misc and
15773              lib/complex dumped core.
15774      Branch: perl
15775            ! regexec.c
15776 ____________________________________________________________________________
15777 [ 10260] By: jhi                                   on 2001/05/28  16:58:11
15778         Log: Various buglets shaken out by -Mutf8.
15779      Branch: perl
15780            ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
15781            ! t/pragma/locale.t
15782 ____________________________________________________________________________
15783 [ 10259] By: jhi                                   on 2001/05/28  15:48:46
15784         Log: STDERR looks much like STDOUT.  (Subtest #2 wasn't really okay.)
15785      Branch: perl
15786            ! t/lib/carp.t
15787 ____________________________________________________________________________
15788 [ 10258] By: jhi                                   on 2001/05/28  15:32:41
15789         Log: Subject: [PATCH] todo patch
15790              From: Artur Bergman <artur@contiller.se> 
15791              Date: Mon, 28 May 2001 17:03:51 +0200
15792              Message-ID: <B7383577.F34%artur@contiller.se>
15793      Branch: perl
15794            ! pod/perltodo.pod
15795 ____________________________________________________________________________
15796 [ 10257] By: jhi                                   on 2001/05/28  15:31:25
15797         Log: Subject: typo in perlguts.pod
15798              From: "John P. Linderman" <jpl@research.att.com>
15799              Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
15800              Message-Id: <200105281335.JAA27851@raptor.research.att.com>
15801      Branch: perl
15802            ! pod/perlguts.pod
15803 ____________________________________________________________________________
15804 [ 10256] By: jhi                                   on 2001/05/28  15:30:42
15805         Log: Subject: AIX and gcc (moving targets)
15806              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15807              Date: Mon, 28 May 2001 12:54:04 +0200
15808              Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
15809      Branch: perl
15810            ! hints/aix.sh
15811 ____________________________________________________________________________
15812 [ 10255] By: jhi                                   on 2001/05/28  15:28:55
15813         Log: Subject: Re: perlio + multiple perl_alloc..destruct
15814              From: Doug MacEachern <dougm@covalent.net>
15815              Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
15816              Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
15817      Branch: perl
15818            ! perlio.c
15819 ____________________________________________________________________________
15820 [ 10254] By: jhi                                   on 2001/05/28  15:27:49
15821         Log: The #10251 wasn't quite up-to-the-code.
15822      Branch: perl
15823            ! t/op/misc.t
15824 ____________________________________________________________________________
15825 [ 10253] By: jhi                                   on 2001/05/28  15:26:39
15826         Log: Test case for bug 20010526.004, fixed in #10252.
15827      Branch: perl
15828            ! t/op/taint.t
15829 ____________________________________________________________________________
15830 [ 10252] By: jhi                                   on 2001/05/28  15:26:14
15831         Log: Subject: Re: [ID 20010526.004] Taint looses value
15832              From: Hugo <hv@crypt.compulink.co.uk>
15833              Date: Sun, 27 May 2001 20:39:32 +0100
15834              Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
15835      Branch: perl
15836            ! sv.c
15837 ____________________________________________________________________________
15838 [ 10251] By: jhi                                   on 2001/05/28  15:13:40
15839         Log: Test case for 20010422.005, fixed by #10250.
15840      Branch: perl
15841            ! t/op/misc.t
15842 ____________________________________________________________________________
15843 [ 10250] By: jhi                                   on 2001/05/28  15:11:16
15844         Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD 
15845              From: Spider Boardman <spider@Orb.Nashua.NH.US>
15846              Date: Mon, 28 May 2001 06:39:12 -0400
15847              Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
15848      Branch: perl
15849            ! toke.c
15850 ____________________________________________________________________________
15851 [ 10249] By: jhi                                   on 2001/05/28  15:09:24
15852         Log: Linerewrapping.
15853      Branch: perl
15854            ! lib/open.pm
15855 ____________________________________________________________________________
15856 [ 10248] By: jhi                                   on 2001/05/28  15:09:07
15857         Log: Updates on the modules list.
15858      Branch: perl
15859            ! t/lib/1_compile.t
15860 ____________________________________________________________________________
15861 [ 10247] By: jhi                                   on 2001/05/28  15:03:35
15862         Log: Add a test for PerlIO.
15863              
15864              (I probably got the crlf/raw thing wrong for clrfy platforms...)
15865      Branch: perl
15866            + t/lib/perlio.t
15867            ! MANIFEST lib/PerlIO.pm
15868 ____________________________________________________________________________
15869 [ 10246] By: jhi                                   on 2001/05/28  14:24:08
15870         Log: Add a test for carp et alia.
15871      Branch: perl
15872            + t/lib/carp.t
15873            ! MANIFEST
15874 ____________________________________________________________________________
15875 [ 10245] By: jhi                                   on 2001/05/28  13:42:55
15876         Log: Adding the new test would be swell.
15877      Branch: perl
15878            + t/pragma/autouse.t
15879 ____________________________________________________________________________
15880 [ 10244] By: jhi                                   on 2001/05/28  13:42:34
15881         Log: Add a test for the autouse pragma.
15882      Branch: perl
15883            ! MANIFEST
15884 ____________________________________________________________________________
15885 [ 10243] By: jhi                                   on 2001/05/28  13:26:25
15886         Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
15887              From: dLux <dlux@spam.sch.bme.hu>
15888              Date: Sun, 27 May 2001 16:14:26 +0200
15889              Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
15890      Branch: perl
15891            ! lib/autouse.pm
15892 ____________________________________________________________________________
15893 [ 10242] By: jhi                                   on 2001/05/28  13:21:50
15894         Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
15895              From: "Richard Soderberg" <rs@crystalflame.net>
15896              Date: Mon, 28 May 2001 03:56:36 -0700
15897              Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
15898      Branch: perl
15899            ! utils/dprofpp.PL
15900 ____________________________________________________________________________
15901 [ 10241] By: jhi                                   on 2001/05/28  13:18:56
15902         Log: Subject: Re: [ID 20010522.003] Time::Local module bug
15903              From: "Stephen P. Potter" <spp@spotter.yi.org>
15904              Date: Tue, 22 May 2001 11:40:25 -0400
15905              Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
15906              
15907              Subject: Re: [ID 20010522.003] Time::Local module bug
15908              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 
15909              Date: Tue, 22 May 2001 11:50:19 -0400
15910              Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
15911      Branch: perl
15912            ! lib/Time/Local.pm
15913 ____________________________________________________________________________
15914 [ 10240] By: jhi                                   on 2001/05/27  22:44:49
15915         Log: The PERL_DL_NONLAZY can have whitespace in front.
15916      Branch: perl
15917            ! t/lib/extutils.t
15918 ____________________________________________________________________________
15919 [ 10239] By: jhi                                   on 2001/05/27  21:23:21
15920         Log: Document strftime() and strptime().
15921      Branch: perl
15922            ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
15923 ____________________________________________________________________________
15924 [ 10238] By: jhi                                   on 2001/05/27  20:29:07
15925         Log: Make Time::Piece::strptime() to be a function, not a method.
15926      Branch: perl
15927            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
15928 ____________________________________________________________________________
15929 [ 10237] By: jhi                                   on 2001/05/27  20:22:09
15930         Log: Tweak the test to be more portable.
15931      Branch: perl
15932            ! t/lib/extutils.t
15933 ____________________________________________________________________________
15934 [ 10236] By: jhi                                   on 2001/05/27  19:15:54
15935         Log: Subject: PATCH: Re: Re: Attributes that tie
15936              From: Leon Brocard <acme@astray.com>
15937              Date: Sun, 27 May 2001 12:37:29 +0100
15938              Message-ID: <20010527123729.A22663@ns0.astray.com>
15939              
15940              Document that variable attributes are not currently usable
15941              for tieing.  (An ugly limitation that should be fixed.)
15942      Branch: perl
15943            ! lib/attributes.pm
15944 ____________________________________________________________________________
15945 [ 10235] By: jhi                                   on 2001/05/27  19:03:31
15946         Log: Microperl tweaks.
15947      Branch: perl
15948            ! Makefile.micro uconfig.h uconfig.sh
15949 ____________________________________________________________________________
15950 [ 10234] By: jhi                                   on 2001/05/27  18:22:09
15951         Log: Add make target for microperl (kind of silly, but convenient).
15952      Branch: perl
15953            ! Makefile.SH
15954 ____________________________________________________________________________
15955 [ 10233] By: jhi                                   on 2001/05/27  18:18:56
15956         Log: O_APPEND and O_TRUNC are not portable.  (Not available e.g.
15957              for microperl.)
15958      Branch: perl
15959            ! doio.c
15960 ____________________________________________________________________________
15961 [ 10232] By: jhi                                   on 2001/05/27  17:57:18
15962         Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files  
15963              From: rspier@pobox.com (Robert Spier)
15964              Date: Sat, 26 May 2001 20:05:23 -0400
15965              Message-ID: <15120.17603.148648.12430@rls.cx>
15966              
15967              Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
15968              From: rspier@pobox.com (Robert Spier)
15969              Date: Sun, 27 May 2001 00:23:12 -0400
15970              Message-ID: <15120.33072.511966.767230@rls.cx>
15971      Branch: perl
15972            ! doio.c pod/perlfunc.pod
15973 ____________________________________________________________________________
15974 [ 10231] By: jhi                                   on 2001/05/27  15:45:20
15975         Log: Regen toc.  (And add the README.tru64 from #10230 to MANIFEST.)
15976      Branch: perl
15977            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
15978 ____________________________________________________________________________
15979 [ 10230] By: jhi                                   on 2001/05/27  15:41:06
15980         Log: Add README.tru64.
15981      Branch: perl
15982            + README.tru64
15983 ____________________________________________________________________________
15984 [ 10229] By: jhi                                   on 2001/05/27  13:50:57
15985         Log: Integrate Locale::Maketext 1.01 from Sean Burke.
15986      Branch: perl
15987            + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
15988            + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
15989            ! MANIFEST
15990 ____________________________________________________________________________
15991 [ 10228] By: jhi                                   on 2001/05/27  13:43:38
15992         Log: Integrate I18N::LangTags from Sean Burke.
15993              
15994              TODO: the language list from RFC 3066 needs to be integrated
15995              and made available somehow.  The list is included in the
15996              I18N-LangTags 0.21 distribution, but it is undocumented
15997              and unconnected to the module.
15998      Branch: perl
15999            + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
16000            ! MANIFEST
16001 ____________________________________________________________________________
16002 [ 10227] By: jhi                                   on 2001/05/27  01:41:33
16003         Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
16004              envisioned by Sarathy.
16005      Branch: perl
16006            ! t/op/ver.t toke.c
16007 ____________________________________________________________________________
16008 [ 10226] By: jhi                                   on 2001/05/27  00:28:34
16009         Log: Subject: [ID 20010525.001] Pod typo nits fixed
16010              From: lvirden@cas.org
16011              Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
16012              Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
16013              
16014              minus the perlsolaris decimation plus the
16015              
16016              Subject: Re: [ID 20010525.001] Pod typo nits fixed
16017              From: "Philip Newton" <Philip.Newton@gmx.net>
16018              Date: Fri, 25 May 2001 18:05:55 +0200
16019              Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
16020      Branch: perl
16021            ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
16022            ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
16023            ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
16024            ! pod/perlutil.pod pod/perlxstut.pod
16025 ____________________________________________________________________________
16026 [ 10225] By: jhi                                   on 2001/05/26  22:38:16
16027         Log: return clauses are nice.
16028      Branch: perl
16029            ! sv.c
16030 ____________________________________________________________________________
16031 [ 10224] By: jhi                                   on 2001/05/26  22:35:31
16032         Log: Subject: change 10199 backwards?
16033              From: Doug MacEachern <dougm@covalent.net>
16034              Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
16035              Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
16036      Branch: perl
16037            ! sv.c
16038 ____________________________________________________________________________
16039 [ 10223] By: jhi                                   on 2001/05/26  22:31:46
16040         Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
16041              From: Hugo <hv@crypt.compulink.co.uk>
16042              Date: Sat, 26 May 2001 17:05:12 +0100
16043              Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
16044      Branch: perl
16045            + t/op/gmagic.t
16046            ! MANIFEST doop.c embed.h embed.pl global.sym
16047            ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
16048            ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
16049 ____________________________________________________________________________
16050 [ 10222] By: jhi                                   on 2001/05/26  22:10:38
16051         Log: Regen headers for #10221.
16052      Branch: perl
16053            ! global.sym objXSUB.h perlapi.c
16054 ____________________________________________________________________________
16055 [ 10221] By: jhi                                   on 2001/05/26  22:06:06
16056         Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
16057              From: Juha Laiho <juha.laiho@Elma.Net>
16058              Date: Thu, 3 May 2001 09:51:30 +0300
16059              Message-Id: <200105030651.JAA327254@tokka.elma.fi>
16060      Branch: perl
16061            ! embed.pl
16062 ____________________________________________________________________________
16063 [ 10220] By: jhi                                   on 2001/05/26  22:01:30
16064         Log: Subject: Re: [PATCH] Re: stability of sort()?
16065              From: "John P. Linderman" <jpl@research.att.com>
16066              Date: Sat, 26 May 2001 13:27:19 -0400
16067              Message-Id: <200105261727.NAA06654@raptor.research.att.com>
16068      Branch: perl
16069            ! pod/perlfunc.pod
16070 ____________________________________________________________________________
16071 [ 10219] By: jhi                                   on 2001/05/26  14:02:34
16072         Log: Integrate perlio.
16073      Branch: perl
16074           !> pod/perlguts.pod
16075 ____________________________________________________________________________
16076 [ 10218] By: jhi                                   on 2001/05/26  13:39:52
16077         Log: Subject: [PATCH perl@10210] PerlIO for VMS
16078              From: "Craig A. Berry" <craigberry@mac.com>
16079              Date: Sat, 26 May 2001 09:34:11 -0500
16080              Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
16081      Branch: perl
16082            ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
16083            ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
16084            ! vms/vmsish.h
16085 ____________________________________________________________________________
16086 [ 10217] By: jhi                                   on 2001/05/26  13:19:05
16087         Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12  doesn't stop on breakpoints
16088              From: David Dyck <dcd@tc.fluke.com>
16089              Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
16090              Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
16091      Branch: perl
16092            ! lib/perl5db.pl
16093 ____________________________________________________________________________
16094 [ 10216] By: jhi                                   on 2001/05/26  13:17:47
16095         Log: Subject: utf8 regexp tests
16096              From: Hugo <hv@crypt.compulink.co.uk>
16097              Date: Fri, 25 May 2001 22:35:01 +0100
16098              Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
16099      Branch: perl
16100            ! t/op/regexp.t
16101 ____________________________________________________________________________
16102 [ 10215] By: jhi                                   on 2001/05/26  13:15:40
16103         Log: Subject: [PATCH] Re: stability of sort()?
16104              From: Nicholas Clark <nick@ccl4.org>
16105              Date: Fri, 25 May 2001 22:40:19 +0100
16106              Message-ID: <20010525224019.B86445@plum.flirble.org>
16107      Branch: perl
16108            ! pod/perlfunc.pod
16109 ____________________________________________________________________________
16110 [ 10214] By: jhi                                   on 2001/05/26  13:14:30
16111         Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
16112              From: John Peacock <jpeacock@rowman.com>
16113              Date: Thu, 24 May 2001 22:14:01 -0400
16114              Message-ID: <3B0DBFE9.A7C49084@rowman.com>
16115      Branch: perl
16116            ! mg.c scope.c sv.c
16117 ____________________________________________________________________________
16118 [ 10213] By: jhi                                   on 2001/05/26  13:08:56
16119         Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
16120              From: Nicholas Clark <nick@ccl4.org>
16121              Date: Sun, 20 May 2001 19:24:13 +0100
16122              Message-ID: <20010520192413.G83222@plum.flirble.org>
16123      Branch: perl
16124            + lib/ExtUtils/Constant.pm t/lib/extutils.t
16125            ! MANIFEST utils/h2xs.PL
16126 ____________________________________________________________________________
16127 [ 10212] By: nick                                  on 2001/05/26  09:49:28
16128         Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
16129              add a few more notes there on use of mortals on the stack.
16130      Branch: perlio
16131            ! pod/perlguts.pod
16132 ____________________________________________________________________________
16133 [ 10211] By: nick                                  on 2001/05/26  09:05:36
16134         Log: Integrate mainline
16135      Branch: perlio
16136           +> t/lib/fcntl.t t/pragma/vars.t
16137           !> (integrate 49 files)
16138 ____________________________________________________________________________
16139 [ 10210] By: jhi                                   on 2001/05/25  12:29:16
16140         Log: Update Changes.
16141      Branch: perl
16142            ! Changes patchlevel.h
16143 ____________________________________________________________________________
16144 [ 10209] By: jhi                                   on 2001/05/25  12:24:45
16145         Log: Based on
16146              
16147              Subject: [PATCH pp.c] Wrapping pack("C",256)
16148              From: Simon Cozens <simon@netthink.co.uk>
16149              Date: Sat, 12 May 2001 17:58:41 +0100
16150              Message-ID: <20010512175841.A6132@netthink.co.uk>
16151      Branch: perl
16152            ! pod/perldiag.pod pp.c t/pragma/warn/pp
16153 ____________________________________________________________________________
16154 [ 10208] By: jhi                                   on 2001/05/25  01:37:03
16155         Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
16156              From: "Brendan O'Dea" <bod@compusol.com.au>
16157              Date: Fri, 25 May 2001 11:18:29 +1000
16158              Message-ID: <20010525111829.A28411@compusol.com.au>
16159              
16160              (Slightly modified.)
16161      Branch: perl
16162            ! lib/Term/Cap.pm
16163 ____________________________________________________________________________
16164 [ 10207] By: jhi                                   on 2001/05/25  01:12:14
16165         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string 
16166              From: Hugo <hv@crypt.compulink.co.uk>
16167              Date: Fri, 25 May 2001 02:13:25 +0100
16168              Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
16169      Branch: perl
16170            ! t/op/misc.t
16171 ____________________________________________________________________________
16172 [ 10206] By: jhi                                   on 2001/05/25  01:07:59
16173         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
16174              From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
16175              Date: Fri, 25 May 2001 10:25:36 +0900
16176              Message-Id: <200105250124.KAA19571@toshiba.co.jp> 
16177      Branch: perl
16178            ! regcomp.c regexec.c
16179 ____________________________________________________________________________
16180 [ 10205] By: jhi                                   on 2001/05/25  01:07:00
16181         Log: Subject: [PATCH #2] stash autovivification and method call error messages
16182              From: Ilmari Karonen <iltzu@sci.fi>
16183              Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
16184              Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
16185      Branch: perl
16186            ! gv.c pp_hot.c t/op/method.t
16187 ____________________________________________________________________________
16188 [ 10204] By: jhi                                   on 2001/05/25  01:03:50
16189         Log: Add make target and documentation for gprof profiling.
16190      Branch: perl
16191            ! Makefile.SH pod/perlhack.pod
16192 ____________________________________________________________________________
16193 [ 10203] By: jhi                                   on 2001/05/24  21:09:36
16194         Log: Subject: Don't think about UTF8 
16195              From: Mike Guy <mjtg@cam.ac.uk> 
16196              Date: Tue, 22 May 2001 14:35:39 +0100
16197              Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
16198      Branch: perl
16199            ! sv.h
16200 ____________________________________________________________________________
16201 [ 10202] By: jhi                                   on 2001/05/24  21:07:25
16202         Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
16203              From: Geraint A Edwards <gedge@serf.org> 
16204              Date: Thu, 24 May 2001 22:51:24 +0100
16205              Message-Id: <20010524225124.A34981@cymru.serf.org>
16206      Branch: perl
16207            ! x2p/find2perl.PL
16208 ____________________________________________________________________________
16209 [ 10201] By: jhi                                   on 2001/05/24  21:02:30
16210         Log: DB_File has its own attribute story.
16211      Branch: perl
16212            ! ext/DB_File/DB_File.xs
16213 ____________________________________________________________________________
16214 [ 10200] By: jhi                                   on 2001/05/24  19:54:21
16215         Log: Subject: Re: Making perl with -Wall
16216              From: Andy Dougherty <doughera@lafayette.edu>
16217              Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
16218              Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
16219      Branch: perl
16220            ! perl.h
16221 ____________________________________________________________________________
16222 [ 10199] By: jhi                                   on 2001/05/24  15:15:03
16223         Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
16224              From: "Richard Soderberg" <rs@crystalflame.net>
16225              Date: Thu, 24 May 2001 08:58:16 -0700
16226              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
16227      Branch: perl
16228            ! sv.c
16229 ____________________________________________________________________________
16230 [ 10198] By: jhi                                   on 2001/05/24  15:10:04
16231         Log: IV/UV casting fixes from Nicholas Clark.
16232      Branch: perl
16233            ! perl.h pp_sys.c util.c
16234 ____________________________________________________________________________
16235 [ 10197] By: jhi                                   on 2001/05/24  14:19:44
16236         Log: Subject: Re: Making perl with -Wall
16237              From: Michael G Schwern <schwern@pobox.com>
16238              Date: Thu, 24 May 2001 15:40:28 +0100
16239              Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
16240      Branch: perl
16241            ! malloc.c perl.h
16242 ____________________________________________________________________________
16243 [ 10196] By: jhi                                   on 2001/05/24  14:04:41
16244         Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync 
16245              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16246              Date: Tue, 22 May 2001 11:49:37 +0200
16247              Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
16248      Branch: metaconfig
16249            ! U/modified/Oldsym.U
16250      Branch: metaconfig/U/perl
16251            ! patchlevel.U
16252      Branch: perl
16253            ! Configure config_h.SH myconfig.SH
16254 ____________________________________________________________________________
16255 [ 10195] By: jhi                                   on 2001/05/24  13:25:04
16256         Log: Under versiononly install also the scripts with the version suffix.
16257              (e.g. .../bin/h2xs5.7.1)
16258      Branch: perl
16259            ! installperl
16260 ____________________________________________________________________________
16261 [ 10194] By: jhi                                   on 2001/05/24  13:02:49
16262         Log: Subject: [PATCH] Stop segfault in mg.c:636
16263              From: "Richard Soderberg" <rs@crystalflame.net>
16264              Date: Thu, 24 May 2001 05:51:52 -0700
16265              Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
16266      Branch: perl
16267            ! mg.c
16268 ____________________________________________________________________________
16269 [ 10193] By: jhi                                   on 2001/05/24  12:37:13
16270         Log: Iteration continues; hopefully convergently.
16271      Branch: perl
16272            ! t/lib/b-stash.t
16273 ____________________________________________________________________________
16274 [ 10192] By: jhi                                   on 2001/05/24  12:36:35
16275         Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
16276              From: Gisle Aas <gisle@ActiveState.com>
16277              Date: 23 May 2001 16:13:10 -0700
16278              Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
16279      Branch: perl
16280            ! op.c toke.c
16281 ____________________________________________________________________________
16282 [ 10191] By: jhi                                   on 2001/05/24  12:25:12
16283         Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
16284              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
16285              Date: Thu, 24 May 2001 05:05:22 -0500
16286              Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
16287      Branch: perl
16288            ! lib/dumpvar.pl lib/perl5db.pl
16289 ____________________________________________________________________________
16290 [ 10190] By: jhi                                   on 2001/05/24  12:24:07
16291         Log: Subject: Re: [ID 20010524.001] perl5db.pl   x @INC  doesn't work like it used to
16292              From: David Dyck <dcd@tc.fluke.com>
16293              Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
16294              Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
16295      Branch: perl
16296            ! lib/perl5db.pl
16297 ____________________________________________________________________________
16298 [ 10189] By: jhi                                   on 2001/05/23  22:43:31
16299         Log: Tiny pod nits on READMEs, mostly whitespace issues.
16300      Branch: perl
16301            ! README.amiga README.dos README.macos README.mpeix README.vmesa
16302            ! README.win32
16303 ____________________________________________________________________________
16304 [ 10188] By: jhi                                   on 2001/05/23  22:26:03
16305         Log: The DG/UX part of the 20010521.005.
16306      Branch: perl
16307            ! README.dgux
16308 ____________________________________________________________________________
16309 [ 10187] By: jhi                                   on 2001/05/23  22:04:05
16310         Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems 
16311              From: Hugo <hv@crypt.compulink.co.uk>
16312              Date: Mon, 21 May 2001 16:32:02 +0100
16313              Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
16314      Branch: perl
16315            ! regcomp.c t/op/misc.t
16316 ____________________________________________________________________________
16317 [ 10186] By: jhi                                   on 2001/05/23  21:42:15
16318         Log: Subject: [PATCH] Extra UNIVERSAL tests
16319              From: Mike Guy <mjtg@cam.ac.uk>
16320              Date: Wed, 23 May 2001 12:29:20 +0100
16321              Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
16322      Branch: perl
16323            ! t/op/universal.t
16324 ____________________________________________________________________________
16325 [ 10185] By: jhi                                   on 2001/05/23  21:38:48
16326         Log: Subject: [PATCH] Remove EQ keyword
16327              From: Mike Guy <mjtg@cam.ac.uk>
16328              Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
16329              Date: Wed, 23 May 2001 11:17:29 +0100
16330      Branch: perl
16331            ! keywords.h keywords.pl
16332 ____________________________________________________________________________
16333 [ 10184] By: jhi                                   on 2001/05/23  21:29:41
16334         Log: Subject: [PATCH] lib/perl5db.pl
16335              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
16336              Date: Wed, 23 May 2001 02:18:03 -0500
16337              Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
16338      Branch: perl
16339            ! lib/perl5db.pl
16340 ____________________________________________________________________________
16341 [ 10183] By: jhi                                   on 2001/05/23  21:27:54
16342         Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
16343              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
16344              Date: Tue, 22 May 2001 23:34:41 -0500
16345              Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
16346      Branch: perl
16347            ! lib/Term/Cap.pm
16348 ____________________________________________________________________________
16349 [ 10182] By: jhi                                   on 2001/05/23  21:24:30
16350         Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
16351              From: davem@fdgroup.co.uk
16352              Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
16353              Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
16354      Branch: perl
16355            ! emacs/e2ctags.pl
16356 ____________________________________________________________________________
16357 [ 10181] By: jhi                                   on 2001/05/23  21:23:29
16358         Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
16359              From: Michael G Schwern <schwern@pobox.com>
16360              Date: Tue, 22 May 2001 14:15:09 +0100
16361              Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
16362      Branch: perl
16363            ! lib/vars.pm
16364 ____________________________________________________________________________
16365 [ 10180] By: jhi                                   on 2001/05/23  21:22:14
16366         Log: Subject: [PATCH lib/vars.pm] Odd code nit
16367              From: Michael G Schwern <schwern@pobox.com>
16368              Date: Tue, 22 May 2001 14:14:28 +0100
16369              Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
16370      Branch: perl
16371            ! lib/vars.pm
16372 ____________________________________________________________________________
16373 [ 10179] By: jhi                                   on 2001/05/23  21:19:51
16374         Log: Use the new use vars feature.
16375      Branch: perl
16376            ! t/lib/b-stash.t
16377 ____________________________________________________________________________
16378 [ 10178] By: jhi                                   on 2001/05/23  21:19:28
16379         Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
16380              From: Mike Guy <mjtg@cam.ac.uk>
16381              Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
16382              Date: Tue, 22 May 2001 13:11:39 +0100
16383      Branch: perl
16384            + t/pragma/vars.t
16385            ! MANIFEST lib/vars.pm t/lib/1_compile.t
16386 ____________________________________________________________________________
16387 [ 10177] By: jhi                                   on 2001/05/23  21:01:48
16388         Log: -qlongdouble considered harmful by Merijn.
16389      Branch: perl
16390            ! hints/aix.sh
16391 ____________________________________________________________________________
16392 [ 10176] By: jhi                                   on 2001/05/21  13:21:21
16393         Log: Update Changes.
16394      Branch: perl
16395            ! Changes patchlevel.h
16396 ____________________________________________________________________________
16397 [ 10175] By: jhi                                   on 2001/05/21  13:17:28
16398         Log: Add a test of its very own for Fcntl.  Hopefully portable.
16399      Branch: perl
16400            + t/lib/fcntl.t
16401            ! MANIFEST
16402 ____________________________________________________________________________
16403 [ 10174] By: jhi                                   on 2001/05/21  12:45:41
16404         Log: Must be trickier for 'minitest' not to die.
16405      Branch: perl
16406            ! t/op/taint.t
16407 ____________________________________________________________________________
16408 [ 10173] By: jhi                                   on 2001/05/21  11:24:43
16409         Log: Can't declare other people's variables.
16410      Branch: perl
16411            ! t/lib/b-stash.t
16412 ____________________________________________________________________________
16413 [ 10172] By: jhi                                   on 2001/05/20  20:33:08
16414         Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
16415      Branch: perl
16416            ! doio.c t/op/taint.t
16417 ____________________________________________________________________________
16418 [ 10171] By: jhi                                   on 2001/05/20  20:18:45
16419         Log: The OS/2 variable needs to be declared.
16420      Branch: perl
16421            ! t/lib/b-stash.t
16422 ____________________________________________________________________________
16423 [ 10170] By: nick                                  on 2001/05/20  16:48:29
16424         Log: Integrate mainline
16425      Branch: perlio
16426           !> (integrate 41 files)
16427 ____________________________________________________________________________
16428 [ 10169] By: jhi                                   on 2001/05/20  11:50:20
16429         Log: Small perlsec updates: clarify the taintedness of filename
16430              globbing; suggest using Scalar::Util::tainted().
16431      Branch: perl
16432            ! pod/perlsec.pod
16433 ____________________________________________________________________________
16434 [ 10168] By: jhi                                   on 2001/05/20  11:24:11
16435         Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
16436              From: Dave Mitchell <davem@fdgroup.co.uk>
16437              Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
16438              Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
16439      Branch: perl
16440            ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
16441            ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
16442            ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
16443            ! xsutils.c
16444 ____________________________________________________________________________
16445 [ 10167] By: jhi                                   on 2001/05/20  11:12:14
16446         Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
16447              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16448              Date: Sat, 19 May 2001 04:08:46 -0400
16449              Message-ID: <20010519040846.A16969@math.ohio-state.edu>
16450      Branch: perl
16451            ! lib/ExtUtils/Mksymlists.pm makedef.pl
16452 ____________________________________________________________________________
16453 [ 10166] By: jhi                                   on 2001/05/20  11:08:27
16454         Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
16455              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16456              Date: Sat, 19 May 2001 04:30:45 -0400
16457              Message-ID: <20010519043045.A17033@math.ohio-state.edu>
16458      Branch: perl
16459            ! os2/os2.c
16460 ____________________________________________________________________________
16461 [ 10165] By: jhi                                   on 2001/05/20  11:07:06
16462         Log: Subject: [PATCH 5.6.1] build bugs OS/2
16463              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16464              Date: Sat, 19 May 2001 04:35:28 -0400
16465              Message-ID: <20010519043528.A17363@math.ohio-state.edu>
16466      Branch: perl
16467            ! os2/Makefile.SHs os2/os2.c
16468 ____________________________________________________________________________
16469 [ 10164] By: jhi                                   on 2001/05/20  11:06:01
16470         Log: Subject: [PATCH 5.6.1] Mis-Failing tests
16471              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16472              Date: Sat, 19 May 2001 04:04:23 -0400
16473              Message-ID: <20010519040423.A16861@math.ohio-state.edu>
16474              
16475              (In bleadperl patched b-stash.t instead of b.t)
16476      Branch: perl
16477            ! t/lib/b-stash.t t/lib/bigfltpm.t
16478 ____________________________________________________________________________
16479 [ 10163] By: jhi                                   on 2001/05/20  10:59:46
16480         Log: Subject: [PATCH 5.6.1] perl5db
16481              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16482              Date: Sat, 19 May 2001 03:49:09 -0400
16483              Message-ID: <20010519034909.A14902@math.ohio-state.edu>
16484      Branch: perl
16485            ! lib/perl5db.pl
16486 ____________________________________________________________________________
16487 [ 10162] By: jhi                                   on 2001/05/20  10:58:18
16488         Log: Subject: [PATCH] require $mod where $mod has touched numeric context
16489              From: Gisle Aas <gisle@ActiveState.com>
16490              Date: 18 May 2001 14:24:51 -0700
16491              Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
16492      Branch: perl
16493            ! pp_ctl.c
16494 ____________________________________________________________________________
16495 [ 10161] By: jhi                                   on 2001/05/20  10:57:00
16496         Log: Subject: [PATCH] Chomp should not always stringify
16497              From: Gisle Aas <gisle@ActiveState.com>
16498              Date: 18 May 2001 07:55:25 -0700
16499              Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
16500      Branch: perl
16501            ! doop.c t/op/chop.t
16502 ____________________________________________________________________________
16503 [ 10160] By: jhi                                   on 2001/05/20  10:49:40
16504         Log: Integrate perlio.
16505      Branch: perl
16506           !> pod/perlfunc.pod
16507 ____________________________________________________________________________
16508 [ 10159] By: nick                                  on 2001/05/20  09:39:46
16509         Log: Document some more of open's features.
16510      Branch: perlio
16511            ! pod/perlfunc.pod
16512 ____________________________________________________________________________
16513 [ 10158] By: gsar                                  on 2001/05/18  18:43:38
16514         Log: back out change#10153 (it has compatibility issues such as the
16515              changed behavior of /[~%@+-]/, and after talking to Jarkko, the
16516              benefit for 5.6.x doesn't seem worth the risk)
16517      Branch: maint-5.6/perl
16518            ! toke.c
16519 ____________________________________________________________________________
16520 [ 10157] By: jhi                                   on 2001/05/18  17:05:40
16521         Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
16522      Branch: perl
16523            ! x2p/s2p.PL
16524 ____________________________________________________________________________
16525 [ 10156] By: jhi                                   on 2001/05/18  12:06:40
16526         Log: Update Changes.
16527      Branch: perl
16528            ! Changes patchlevel.h
16529 ____________________________________________________________________________
16530 [ 10155] By: jhi                                   on 2001/05/18  11:58:57
16531         Log: Integrate change #10144 from maintperl.
16532              
16533              s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
16534      Branch: perl
16535           !> win32/config.bc win32/config.gc win32/config.vc
16536           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
16537 ____________________________________________________________________________
16538 [ 10154] By: nick                                  on 2001/05/18  07:23:03
16539         Log: Integrate mainline.
16540      Branch: perlio
16541           +> README.dgux t/lib/i18n-collate.t utils.lst
16542           !> (integrate 49 files)
16543 ____________________________________________________________________________
16544 [ 10153] By: jhi                                   on 2001/05/18  00:41:51
16545         Log: Integrate change #7224 from mainline into maintperl.
16546              
16547              Allow @+ and @- to be doublequoted, from Simon Cozens. 
16548              (Approved by Larry, see Tom's comment in 20000830.005.)
16549      Branch: maint-5.6/perl
16550           !> toke.c
16551 ____________________________________________________________________________
16552 [ 10152] By: jhi                                   on 2001/05/17  23:18:15
16553         Log: Subject: [PATCH bleadperl] small lookbehind fix
16554              From: Hugo <hv@crypt.compulink.co.uk>
16555              Date: Fri, 18 May 2001 00:07:19 +0100
16556              Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
16557      Branch: perl
16558            ! regexec.c
16559 ____________________________________________________________________________
16560 [ 10151] By: jhi                                   on 2001/05/17  22:00:06
16561         Log: Detypos.
16562      Branch: perl
16563            ! installman utils.lst
16564 ____________________________________________________________________________
16565 [ 10150] By: jhi                                   on 2001/05/17  20:32:48
16566         Log: Add better debug to glob/basic #8 as suggested by Nick Clark
16567              in 20001222.001.
16568      Branch: perl
16569            ! t/lib/glob-basic.t
16570 ____________________________________________________________________________
16571 [ 10149] By: jhi                                   on 2001/05/17  20:08:58
16572         Log: Subject: [PATCH] Test for bug 20010515.004
16573              From: Benjamin Sugars <bsugars@canoe.ca>
16574              Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
16575              Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
16576      Branch: perl
16577            ! t/op/misc.t
16578 ____________________________________________________________________________
16579 [ 10148] By: jhi                                   on 2001/05/17  20:06:23
16580         Log: Integrate #10145 from maintperl.
16581              
16582              fix for ID 20010515.004 (needs test)
16583      Branch: perl
16584           !> pp_hot.c
16585 ____________________________________________________________________________
16586 [ 10147] By: jhi                                   on 2001/05/17  19:10:46
16587         Log: Thinko noticed by Doug MacEachern.
16588      Branch: perl
16589            ! thread.h
16590 ____________________________________________________________________________
16591 [ 10146] By: jhi                                   on 2001/05/17  17:30:37
16592         Log: Subject: Re: [PATCH] HERE mark in regex
16593              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
16594              Date: Thu, 17 May 2001 12:20:33 -0400
16595              Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> 
16596      Branch: perl
16597            ! t/op/re_tests
16598 ____________________________________________________________________________
16599 [ 10145] By: gsar                                  on 2001/05/17  16:59:55
16600         Log: fix for ID 20010515.004 (needs test)
16601      Branch: maint-5.6/perl
16602            ! pp_hot.c
16603 ____________________________________________________________________________
16604 [ 10144] By: gsar                                  on 2001/05/17  16:39:02
16605         Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
16606      Branch: maint-5.6/perl
16607            ! win32/config.bc win32/config.gc win32/config.vc
16608            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
16609 ____________________________________________________________________________
16610 [ 10143] By: jhi                                   on 2001/05/17  14:21:08
16611         Log: Macrofy the getspecific (and use it also in util.c)
16612      Branch: perl
16613            ! thread.h util.c
16614 ____________________________________________________________________________
16615 [ 10142] By: jhi                                   on 2001/05/17  01:43:50
16616         Log: Use the unchecked thread-specific key fetch also in Tru64.
16617      Branch: perl
16618            ! thread.h
16619 ____________________________________________________________________________
16620 [ 10141] By: jhi                                   on 2001/05/17  01:41:07
16621         Log: Subject: [PATCH 5.6.1]Quick thread speedup
16622              From: Dan Sugalski <dan@sidhe.org> 
16623              Date: Wed, 16 May 2001 18:05:19 -0400
16624              Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
16625      Branch: perl
16626            ! thread.h util.c
16627 ____________________________________________________________________________
16628 [ 10140] By: jhi                                   on 2001/05/16  19:58:29
16629         Log: I think this is quite enough testing for a deprecated feature.
16630      Branch: perl
16631            + t/lib/i18n-collate.t
16632            ! MANIFEST t/lib/1_compile.t
16633 ____________________________________________________________________________
16634 [ 10139] By: jhi                                   on 2001/05/16  18:47:03
16635         Log: More HP-UX lore from Jeff Okamoto.
16636      Branch: perl
16637            ! README.hpux
16638 ____________________________________________________________________________
16639 [ 10138] By: jhi                                   on 2001/05/16  18:21:04
16640         Log: Sort utils.lst for easier maintenance.
16641      Branch: perl
16642            ! utils.lst
16643 ____________________________________________________________________________
16644 [ 10137] By: jhi                                   on 2001/05/16  18:12:01
16645         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
16646              From: Tim Jenness <t.jenness@jach.hawaii.edu>
16647              Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
16648              Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
16649              
16650              Add pod2latex to utils.lst.
16651      Branch: perl
16652            ! MANIFEST utils.lst
16653 ____________________________________________________________________________
16654 [ 10136] By: jhi                                   on 2001/05/16  18:00:00
16655         Log: Subject: Re: [PATCH] HERE mark in regex
16656              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
16657              Date: Wed, 16 May 2001 13:04:43 -0400
16658              Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> 
16659      Branch: perl
16660            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
16661            ! t/op/regmesg.t t/pragma/warn/regcomp
16662 ____________________________________________________________________________
16663 [ 10135] By: jhi                                   on 2001/05/16  17:51:50
16664         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
16665              From: Simon Cozens <simon@netthink.co.uk>
16666              Date: Wed, 16 May 2001 18:02:08 +0100
16667              Message-ID: <20010516180208.A6458@netthink.co.uk>
16668      Branch: perl
16669            ! installman utils.lst
16670 ____________________________________________________________________________
16671 [ 10134] By: jhi                                   on 2001/05/16  17:47:26
16672         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
16673              From: "Philip Newton" <pnewton@gmx.de>
16674              Date: Tue, 15 May 2001 15:09:30 +0200
16675              Message-ID: <3B0146AA.2839.17BFDA6@localhost>
16676              
16677              Test case for #10128.
16678      Branch: perl
16679            ! t/pragma/warn/pp_hot
16680 ____________________________________________________________________________
16681 [ 10133] By: jhi                                   on 2001/05/16  15:12:52
16682         Log: Update Changes.
16683      Branch: perl
16684            ! Changes patchlevel.h
16685 ____________________________________________________________________________
16686 [ 10132] By: jhi                                   on 2001/05/16  14:50:55
16687         Log: Deprecate pseudo-hashes.
16688      Branch: perl
16689            ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
16690 ____________________________________________________________________________
16691 [ 10131] By: jhi                                   on 2001/05/16  14:26:01
16692         Log: HP-UX hints update from Merijn.
16693      Branch: perl
16694            ! hints/hpux.sh
16695 ____________________________________________________________________________
16696 [ 10130] By: jhi                                   on 2001/05/16  14:23:01
16697         Log: README.hpux update from Merijn.
16698      Branch: perl
16699            ! README.hpux
16700 ____________________________________________________________________________
16701 [ 10129] By: jhi                                   on 2001/05/16  14:18:56
16702         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
16703              From: Simon Cozens <simon@netthink.co.uk>
16704              Date: Wed, 16 May 2001 15:57:55 +0100
16705              Message-ID: <20010516155755.A4728@netthink.co.uk>
16706      Branch: perl
16707            + utils.lst
16708            ! MANIFEST installman installperl
16709 ____________________________________________________________________________
16710 [ 10128] By: jhi                                   on 2001/05/16  14:15:36
16711         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
16712              From: "Philip Newton" <pnewton@gmx.de>
16713              Date: Tue, 15 May 2001 16:31:05 +0200
16714              Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
16715              
16716              Fix PERL_Y2KWARN test to check before rather than after appending.
16717      Branch: perl
16718            ! pp_hot.c
16719 ____________________________________________________________________________
16720 [ 10127] By: jhi                                   on 2001/05/16  14:08:15
16721         Log: Regen Porting stuff.
16722      Branch: perl
16723            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16724            ! config_h.SH
16725 ____________________________________________________________________________
16726 [ 10126] By: jhi                                   on 2001/05/16  13:41:50
16727         Log: Metaconfig unit change for #10125.
16728      Branch: metaconfig
16729            ! U/modified/Oldconfig.U
16730 ____________________________________________________________________________
16731 [ 10125] By: jhi                                   on 2001/05/16  13:41:35
16732         Log: Use OSVERS.
16733      Branch: perl
16734            ! Configure config_h.SH perl.c
16735 ____________________________________________________________________________
16736 [ 10124] By: jhi                                   on 2001/05/16  13:41:09
16737         Log: Regen toc.
16738      Branch: perl
16739            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
16740 ____________________________________________________________________________
16741 [ 10123] By: jhi                                   on 2001/05/16  13:25:38
16742         Log: Adding the README.dgux to the MANIFEST would be a good idea.
16743      Branch: perl
16744            ! MANIFEST
16745 ____________________________________________________________________________
16746 [ 10122] By: jhi                                   on 2001/05/16  13:08:33
16747         Log: Move the stack desire definition to thread.h.
16748      Branch: perl
16749            ! ext/Thread/Thread.xs thread.h
16750 ____________________________________________________________________________
16751 [ 10121] By: jhi                                   on 2001/05/16  13:00:12
16752         Log: DG-UX threading patches, including a README.dgux,
16753              from Takis Psarogiannakopoulos.
16754      Branch: perl
16755            + README.dgux
16756            ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
16757 ____________________________________________________________________________
16758 [ 10120] By: jhi                                   on 2001/05/16  12:55:33
16759         Log: Subject: [PATCH B::Deparse] More on /x regexes
16760              From: Robin Houston <robin@kitsite.com>
16761              Date: Tue, 15 May 2001 19:09:35 +0100
16762              Message-ID: <20010515190935.A27268@penderel>
16763      Branch: perl
16764            ! ext/B/B/Deparse.pm
16765 ____________________________________________________________________________
16766 [ 10119] By: jhi                                   on 2001/05/16  12:45:29
16767         Log: Document that the core time() may be rounding rather
16768              than truncating, would have saved at least my confusion.
16769      Branch: perl
16770            ! ext/Time/HiRes/HiRes.pm
16771 ____________________________________________________________________________
16772 [ 10118] By: jhi                                   on 2001/05/16  12:37:57
16773         Log: Subject: perl-current/t/time-hires.t
16774              From: John Peacock <jpeacock@rowman.com>
16775              Date: Fri, 11 May 2001 14:09:41 -0400
16776              Message-ID: <3AFC2AE5.5E787E54@rowman.com>
16777      Branch: perl
16778            ! t/lib/time-hires.t
16779 ____________________________________________________________________________
16780 [ 10117] By: jhi                                   on 2001/05/15  13:40:33
16781         Log: Subject: [PATCH dump.c] Op private flags
16782              From: Simon Cozens <simon@netthink.co.uk>
16783              Date: Sun, 13 May 2001 20:20:36 +0100
16784              Message-ID: <20010513202036.A21896@netthink.co.uk>
16785      Branch: perl
16786            ! dump.c
16787 ____________________________________________________________________________
16788 [ 10116] By: jhi                                   on 2001/05/15  13:28:26
16789         Log: Upgrade to Switch 2.03.
16790      Branch: perl
16791            ! lib/Switch.pm
16792 ____________________________________________________________________________
16793 [ 10115] By: jhi                                   on 2001/05/15  13:19:01
16794         Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
16795              to PERL_CONFIG_SH and use it consistently.
16796      Branch: maint-5.6/perl
16797           !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
16798           !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
16799           !> myconfig.SH writemain.SH
16800 ____________________________________________________________________________
16801 [ 10114] By: jhi                                   on 2001/05/15  13:13:21
16802         Log: Metaconfig units changes for #10113.
16803      Branch: metaconfig
16804            ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
16805 ____________________________________________________________________________
16806 [ 10113] By: jhi                                   on 2001/05/15  13:12:40
16807         Log: The problem described in 20010514.031 still wasn't
16808              fully cured, there were remnants of $CONFIG when
16809              $CONFIGDOTSH was expected.  Now renamed to PERL_CONFIG_SH
16810              to avoid future conflicts.
16811      Branch: perl
16812            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
16813            ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
16814            ! myconfig.SH writemain.SH
16815 ____________________________________________________________________________
16816 [ 10112] By: jhi                                   on 2001/05/15  11:55:44
16817         Log: Half of #10107 got lost.
16818      Branch: perl
16819            ! ext/B/B/Deparse.pm
16820 ____________________________________________________________________________
16821 [ 10111] By: nick                                  on 2001/05/15  08:39:14
16822         Log: Integrate mainline.
16823      Branch: perlio
16824           +> ext/POSIX/hints/uts.pl
16825            - Todo Todo-5.6 t/camel-III/vstring.t
16826           !> (integrate 48 files)
16827 ____________________________________________________________________________
16828 [ 10110] By: jhi                                   on 2001/05/15  02:04:05
16829         Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
16830              From: Robin Houston <robin@kitsite.com>
16831              Date: Mon, 14 May 2001 22:27:08 +0100
16832              Message-ID: <20010514222708.A22963@penderel>
16833      Branch: perl
16834            ! t/TestInit.pm
16835 ____________________________________________________________________________
16836 [ 10109] By: jhi                                   on 2001/05/15  02:03:12
16837         Log: Subject: [PATCH B::Deparse] Lvaluable method calls
16838              From: Robin Houston <robin@kitsite.com>
16839              Date: Mon, 14 May 2001 22:16:43 +0100
16840              Message-ID: <20010514221643.A22437@penderel>
16841      Branch: perl
16842            ! ext/B/B/Deparse.pm
16843 ____________________________________________________________________________
16844 [ 10108] By: jhi                                   on 2001/05/15  02:02:17
16845         Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
16846              From: Robin Houston <robin@kitsite.com>
16847              Date: Mon, 14 May 2001 22:03:44 +0100
16848              Message-ID: <20010514220344.A20643@penderel>
16849      Branch: perl
16850            ! ext/B/B/Deparse.pm
16851 ____________________________________________________________________________
16852 [ 10107] By: jhi                                   on 2001/05/15  02:01:24
16853         Log: Subject: [PATCH B::Deparse] "${foo}_bar"
16854              From: Robin Houston <robin@kitsite.com>
16855              Date: Mon, 14 May 2001 22:10:07 +0100
16856              Message-ID: <20010514221007.A21118@penderel>
16857      Branch: perl
16858            ! ext/B/B/Deparse.pm
16859 ____________________________________________________________________________
16860 [ 10106] By: jhi                                   on 2001/05/15  01:41:26
16861         Log: Fix for 20010514.037; substr() didn't invalidate the locale
16862              collation magic.
16863      Branch: perl
16864            ! pp.c
16865 ____________________________________________________________________________
16866 [ 10105] By: jhi                                   on 2001/05/14  18:18:24
16867         Log: Update Changes.
16868      Branch: perl
16869            ! Changes patchlevel.h
16870 ____________________________________________________________________________
16871 [ 10104] By: jhi                                   on 2001/05/14  18:09:07
16872         Log: Retract #10094.
16873      Branch: perl
16874            ! lib/Pod/Text.pm
16875 ____________________________________________________________________________
16876 [ 10103] By: jhi                                   on 2001/05/14  15:20:58
16877         Log: Integrate change #10100 from maintperl.
16878              
16879              PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
16880              bug ID 20010514.027)
16881      Branch: perl
16882           !> mg.c pp_ctl.c
16883 ____________________________________________________________________________
16884 [ 10102] By: jhi                                   on 2001/05/14  15:19:21
16885         Log: Document the deprecatedness of suidperl.
16886      Branch: perl
16887            ! INSTALL pod/perlfaq1.pod
16888 ____________________________________________________________________________
16889 [ 10101] By: jhi                                   on 2001/05/14  14:54:31
16890         Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
16891              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
16892              Date: Mon, 14 May 2001 09:38:59 -0400
16893              Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
16894      Branch: perl
16895            ! lib/ExtUtils/MM_Unix.pm
16896 ____________________________________________________________________________
16897 [ 10100] By: gsar                                  on 2001/05/14  14:43:50
16898         Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
16899              bug ID 20010514.027)
16900              
16901              TODO: this needs a testsuite addition
16902      Branch: maint-5.6/perl
16903            ! mg.c pp_ctl.c
16904 ____________________________________________________________________________
16905 [ 10099] By: jhi                                   on 2001/05/14  13:42:38
16906         Log: More DWIMminess for Class::Struct: calling the array or hash
16907              accessors only with one argument, an array or a hash reference,
16908              sets the underlying array or hash.  This mirrors nicely also
16909              the usage in the constructor.
16910              From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
16911      Branch: perl
16912            ! lib/Class/Struct.pm t/lib/class-struct.t
16913 ____________________________________________________________________________
16914 [ 10098] By: jhi                                   on 2001/05/14  13:10:34
16915         Log: Reference cmp'ing should go through the whole stringification
16916              process shebang, as pointed out by Sarathy in #10091.
16917      Branch: perl
16918            ! pp.c
16919 ____________________________________________________________________________
16920 [ 10097] By: jhi                                   on 2001/05/14  12:54:31
16921         Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
16922              From: Simon Cozens <simon@netthink.co.uk>
16923              Date: Sat, 12 May 2001 16:36:27 +0100
16924              Message-ID: <20010512163627.A5522@netthink.co.uk>
16925              
16926              with some additions salvaged from Todo and Todo-5.6 before
16927              retiring them.
16928      Branch: perl
16929            - Todo Todo-5.6
16930            ! MANIFEST pod/perltodo.pod
16931 ____________________________________________________________________________
16932 [ 10096] By: jhi                                   on 2001/05/14  12:37:01
16933         Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
16934              From: "Golubev I. N." <gin@mo.msk.ru>
16935              Date: Mon, 07 May 2001 14:33:34 (GMT)
16936              Message-Id: <02453af6b23e63-gin@mo.msk.ru>
16937      Branch: perl
16938            ! perl.h
16939 ____________________________________________________________________________
16940 [ 10095] By: jhi                                   on 2001/05/14  12:34:24
16941         Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
16942              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
16943              Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
16944              Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
16945      Branch: perl
16946            ! lib/ExtUtils/MM_Unix.pm
16947 ____________________________________________________________________________
16948 [ 10094] By: jhi                                   on 2001/05/14  12:32:44
16949         Log: (Retracted by #10104.)
16950              
16951              Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
16952              From: barries <barries@slaysys.com>
16953              Date: Sat, 12 May 2001 01:28:10 -0400
16954              Message-ID: <20010512012810.B26358@jester.slaysys.com>
16955      Branch: perl
16956            ! lib/Pod/Text.pm
16957 ____________________________________________________________________________
16958 [ 10093] By: jhi                                   on 2001/05/14  12:30:38
16959         Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
16960              From: Mike Guy <mjtg@cam.ac.uk>
16961              Date: Sat, 12 May 2001 19:24:33 +0100
16962              Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
16963      Branch: perl
16964            ! lib/AutoSplit.pm
16965 ____________________________________________________________________________
16966 [ 10092] By: jhi                                   on 2001/05/14  12:29:21
16967         Log: Yet another HP-UX hints tweak from Merijn.
16968      Branch: perl
16969            ! hints/hpux.sh
16970 ____________________________________________________________________________
16971 [ 10091] By: gsar                                  on 2001/05/14  04:38:32
16972         Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
16973              isn't defined (changes#9366,9368,9370 from mainline without the
16974              pp_scmp() change)
16975      Branch: maint-5.6/perl
16976            ! pp.c pp.h pp_hot.c
16977 ____________________________________________________________________________
16978 [ 10090] By: jhi                                   on 2001/05/12  13:39:43
16979         Log: The sorting seems to happen now automatically.
16980      Branch: perl
16981            ! t/lib/glob-basic.t
16982 ____________________________________________________________________________
16983 [ 10089] By: jhi                                   on 2001/05/12  03:38:15
16984         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
16985              From: Benjamin Sugars <bsugars@canoe.ca>
16986              Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
16987              Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
16988      Branch: perl
16989            ! pod/perlfunc.pod
16990 ____________________________________________________________________________
16991 [ 10088] By: jhi                                   on 2001/05/12  03:37:00
16992         Log: Subject: Re: undef(&foo) does not work for XS functions
16993              From: Doug MacEachern <dougm@covalent.net>
16994              Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
16995              Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
16996      Branch: perl
16997            ! op.c
16998 ____________________________________________________________________________
16999 [ 10087] By: jhi                                   on 2001/05/12  03:35:58
17000         Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
17001              From: Peter Prymmer <pvhp@forte.com>
17002              Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
17003              Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
17004      Branch: perl
17005            ! t/op/append.t
17006 ____________________________________________________________________________
17007 [ 10086] By: jhi                                   on 2001/05/11  14:23:08
17008         Log: Update Changes.
17009      Branch: perl
17010            ! Changes patchlevel.h
17011 ____________________________________________________________________________
17012 [ 10085] By: jhi                                   on 2001/05/11  14:08:20
17013         Log: Remove the 'asciir' re subpragma.  Should instead implement
17014              the 'physical vs logical' range scheme:
17015              
17016              \xAA-\xCC is a native physical range, you want that range of
17017              codepoints in your native encoding.  In EBCDIC the codepoints
17018              in the gaps (between i-j and r-s) should be included.
17019              
17020              \x{AA}-\x{CC} is a physical Unicode range, you want that range of
17021              codepoints in Unicode.
17022              
17023              a-z is a logical range, you want that range of 'logical' codepoints
17024              in your native encoding.  In EBCDIC the codepoints in the gaps
17025              (between i-j and r-s) should not be included.
17026              
17027              Mixed cases (a-\xAA, etc) should either be errors, or maybe
17028              the 'logical' endpoints should be converted to native/Unicode
17029              codepoints, and the range handled as a physical range.
17030              
17031              'Logical endpoints' are to be recognized only in the A-Z, a-z,
17032              and 0-9 ranges.  Probably a warning should be given for mixed
17033              cases like A-z or a-9 (since such expressions are encoding
17034              dependent), with a recommendation to use physical ranges.
17035      Branch: perl
17036            ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
17037            ! t/op/regexp.t
17038 ____________________________________________________________________________
17039 [ 10084] By: jhi                                   on 2001/05/11  13:56:16
17040         Log: Make the test to cleanup the test directory tree
17041              both before and after the testing so that we always
17042              have a clean slate to work with.
17043      Branch: perl
17044            ! t/lib/filefind.t
17045 ____________________________________________________________________________
17046 [ 10083] By: jhi                                   on 2001/05/11  13:46:30
17047         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
17048              From: Jon Eveland <jweveland@yahoo.com>
17049              Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
17050              Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
17051      Branch: perl
17052            ! pod/perlfunc.pod
17053 ____________________________________________________________________________
17054 [ 10082] By: jhi                                   on 2001/05/11  13:45:06
17055         Log: Merge the camel-III/vstring.t with op/ver.t.
17056      Branch: perl
17057            - t/camel-III/vstring.t
17058            ! MANIFEST t/TEST t/harness t/op/ver.t
17059 ____________________________________________________________________________
17060 [ 10081] By: jhi                                   on 2001/05/11  13:15:55
17061         Log: Add test.deparse make target.
17062      Branch: perl
17063            ! Makefile.SH
17064 ____________________________________________________________________________
17065 [ 10080] By: jhi                                   on 2001/05/11  12:52:49
17066         Log: Subject: [PATCH B::Deparse] $foo->bar(0)
17067              From: Robin Houston <robin@kitsite.com>
17068              Date: Fri, 11 May 2001 12:02:22 +0100
17069              Message-ID: <20010511120222.A11529@penderel>
17070      Branch: perl
17071            ! ext/B/B/Deparse.pm t/op/method.t
17072 ____________________________________________________________________________
17073 [ 10079] By: jhi                                   on 2001/05/11  01:59:06
17074         Log: A nicely working combination for UTS from Hal Morris.
17075      Branch: perl
17076            + ext/POSIX/hints/uts.pl
17077            ! MANIFEST hints/uts.sh
17078 ____________________________________________________________________________
17079 [ 10078] By: jhi                                   on 2001/05/11  01:15:04
17080         Log: i_ieeefp=undef for UTS.
17081      Branch: perl
17082            ! hints/uts.sh
17083 ____________________________________________________________________________
17084 [ 10077] By: jhi                                   on 2001/05/10  22:42:35
17085         Log: Subject: RE: rand(0) is rand(1)
17086              From: Larry Shatzer <lshatzer@islanddata.com>
17087              Date: Thu, 10 May 2001 11:09:27 -0700
17088              Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
17089      Branch: perl
17090            ! pod/perlfunc.pod
17091 ____________________________________________________________________________
17092 [ 10076] By: jhi                                   on 2001/05/10  22:36:50
17093         Log: Subject: [patch] make op_{clear,null} public
17094              From: Doug MacEachern <dougm@covalent.net>
17095              Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
17096              Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
17097      Branch: perl
17098            ! embed.h embed.pl op.c proto.h
17099 ____________________________________________________________________________
17100 [ 10075] By: jhi                                   on 2001/05/10  22:28:36
17101         Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
17102              From: Robin Houston <robin@kitsite.com>
17103              Date: Thu, 10 May 2001 18:54:59 +0100
17104              Message-ID: <20010510185459.A5995@penderel>
17105      Branch: perl
17106            ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
17107 ____________________________________________________________________________
17108 [ 10074] By: jhi                                   on 2001/05/10  22:23:41
17109         Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
17110              From: Robin Houston <robin@kitsite.com>
17111              Date: Thu, 10 May 2001 12:56:39 +0100
17112              Message-ID: <20010510125639.A2119@penderel>
17113      Branch: perl
17114            ! ext/B/B/Deparse.pm
17115 ____________________________________________________________________________
17116 [ 10073] By: jhi                                   on 2001/05/10  14:26:01
17117         Log: Retract #10070, not ready yet.
17118      Branch: perl
17119            ! ext/B/B/Deparse.pm
17120 ____________________________________________________________________________
17121 [ 10072] By: jhi                                   on 2001/05/10  13:40:24
17122         Log: The metaconfig unit change for #10071.
17123      Branch: metaconfig
17124            ! U/modified/mallocsrc.U
17125 ____________________________________________________________________________
17126 [ 10071] By: jhi                                   on 2001/05/10  13:39:57
17127         Log: The #9525+#9526 didn't allow for overriding usemymalloc.
17128      Branch: perl
17129            ! Configure
17130 ____________________________________________________________________________
17131 [ 10070] By: jhi                                   on 2001/05/10  13:18:42
17132         Log: (Retracted by #10073)
17133              
17134              Subject: Re: [PATCH t/TEST] B::Deparse tester 
17135              From: Hugo <hv@crypt.compulink.co.uk>
17136              Date: Thu, 10 May 2001 05:48:09 +0100
17137              Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
17138      Branch: perl
17139            ! ext/B/B/Deparse.pm
17140 ____________________________________________________________________________
17141 [ 10069] By: jhi                                   on 2001/05/10  12:24:06
17142         Log: Add a for(func()) test.
17143      Branch: perl
17144            ! t/cmd/for.t
17145 ____________________________________________________________________________
17146 [ 10068] By: jhi                                   on 2001/05/10  12:16:00
17147         Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
17148              From: Robin Houston <robin@kitsite.com>
17149              Date: Thu, 10 May 2001 13:50:08 +0100
17150              Message-ID: <20010510135008.A2454@penderel>
17151      Branch: perl
17152            ! ext/B/B/Deparse.pm
17153 ____________________________________________________________________________
17154 [ 10067] By: jhi                                   on 2001/05/10  01:45:03
17155         Log: A thinko in #10065.
17156      Branch: perl
17157            ! hv.c
17158 ____________________________________________________________________________
17159 [ 10066] By: jhi                                   on 2001/05/10  01:33:12
17160         Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
17161              From: Robin Houston <robin@kitsite.com>
17162              Date: Thu, 10 May 2001 02:10:34 +0100
17163              Message-ID: <20010510021034.A19421@penderel>
17164      Branch: perl
17165            ! ext/B/B.xs ext/B/B/Deparse.pm
17166 ____________________________________________________________________________
17167 [ 10065] By: jhi                                   on 2001/05/10  01:30:43
17168         Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
17169              From: Doug MacEachern <dougm@covalent.net>
17170              Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
17171              Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
17172      Branch: perl
17173            ! hv.c
17174 ____________________________________________________________________________
17175 [ 10064] By: jhi                                   on 2001/05/09  23:13:29
17176         Log: One more workaround for the UTS compiler from Hal Morris.
17177      Branch: perl
17178            ! perl.h
17179 ____________________________________________________________________________
17180 [ 10063] By: jhi                                   on 2001/05/09  23:09:53
17181         Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
17182              From: Robin Houston <robin@kitsite.com>
17183              Date: Thu, 10 May 2001 01:02:08 +0100
17184              Message-ID: <20010510010208.A18200@penderel>
17185      Branch: perl
17186            ! ext/B/B/Debug.pm
17187 ____________________________________________________________________________
17188 [ 10062] By: jhi                                   on 2001/05/09  23:06:25
17189         Log: Subject: [PATCH] Simplify deb_curcv() a bit
17190              From: Benjamin Sugars <bsugars@canoe.ca>
17191              Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
17192              Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
17193      Branch: perl
17194            ! run.c
17195 ____________________________________________________________________________
17196 [ 10061] By: jhi                                   on 2001/05/09  23:05:28
17197         Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
17198              From: Benjamin Sugars <bsugars@canoe.ca>
17199              Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
17200              Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
17201      Branch: perl
17202            ! t/lib/io_scalar.t
17203 ____________________________________________________________________________
17204 [ 10060] By: jhi                                   on 2001/05/09  23:04:38
17205         Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
17206              From: Peter Prymmer <pvhp@forte.com>
17207              Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
17208              Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
17209      Branch: perl
17210            ! t/lib/md5-file.t
17211 ____________________________________________________________________________
17212 [ 10059] By: jhi                                   on 2001/05/09  23:03:52
17213         Log: Subject: [PATCH t/TEST] B::Deparse tester
17214              From: Robin Houston <robin@kitsite.com>
17215              Date: Wed, 9 May 2001 19:17:50 +0100
17216              Message-ID: <20010509191750.A16940@penderel>
17217      Branch: perl
17218            ! ext/B/O.pm t/TEST
17219 ____________________________________________________________________________
17220 [ 10058] By: jhi                                   on 2001/05/09  23:02:56
17221         Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
17222              From: Jeff Pinyan <jeffp@crusoe.net>
17223              Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
17224              Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
17225      Branch: perl
17226            ! lib/Pod/Html.pm
17227 ____________________________________________________________________________
17228 [ 10057] By: nick                                  on 2001/05/09  18:37:56
17229         Log: Integrate mainline.
17230      Branch: perlio
17231           !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
17232           !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
17233 ____________________________________________________________________________
17234 [ 10056] By: jhi                                   on 2001/05/09  16:44:44
17235         Log: Update Changes.
17236      Branch: perl
17237            ! Changes patchlevel.h
17238 ____________________________________________________________________________
17239 [ 10055] By: jhi                                   on 2001/05/09  16:26:47
17240         Log: Integrate perlio.
17241      Branch: perl
17242           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
17243 ____________________________________________________________________________
17244 [ 10054] By: jhi                                   on 2001/05/09  16:25:42
17245         Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
17246              From: Benjamin Sugars <bsugars@canoe.ca>
17247              Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
17248              Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
17249      Branch: perl
17250            ! perlio.c
17251 ____________________________________________________________________________
17252 [ 10053] By: jhi                                   on 2001/05/09  16:24:37
17253         Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
17254              From: Benjamin Sugars <bsugars@canoe.ca>
17255              Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
17256              Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
17257      Branch: perl
17258            ! ext/PerlIO/Scalar/Scalar.xs
17259 ____________________________________________________________________________
17260 [ 10052] By: jhi                                   on 2001/05/09  16:19:04
17261         Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
17262              From: Jeff Pinyan <jeffp@crusoe.net>
17263              Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
17264              Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
17265      Branch: perl
17266            ! lib/Pod/Html.pm
17267 ____________________________________________________________________________
17268 [ 10051] By: jhi                                   on 2001/05/09  15:30:17
17269         Log: EPOC tweak from Olaf Flebbe.
17270      Branch: perl
17271            ! epoc/epocish.h
17272 ____________________________________________________________________________
17273 [ 10050] By: nick                                  on 2001/05/09  14:37:57
17274         Log: win32, regen_config_h
17275      Branch: perlio
17276            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
17277 ____________________________________________________________________________
17278 [ 10049] By: jhi                                   on 2001/05/09  12:33:39
17279         Log: Integrate perlio.
17280      Branch: perl
17281           !> pp_sys.c
17282 ____________________________________________________________________________
17283 [ 10048] By: nick                                  on 2001/05/09  11:59:50
17284         Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
17285              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
17286      Branch: perlio
17287            ! pp_sys.c
17288 ____________________________________________________________________________
17289 [ 10047] By: jhi                                   on 2001/05/09  10:50:12
17290         Log: Integrate perlio.
17291      Branch: perl
17292           !> run.c
17293 ____________________________________________________________________________
17294 [ 10046] By: jhi                                   on 2001/05/09  10:49:34
17295         Log: Subject: Re: Less warnings during configure
17296              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17297              Date: Wed, 09 May 2001 13:12:49 +0200
17298              Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
17299      Branch: perl
17300            ! hints/hpux.sh
17301 ____________________________________________________________________________
17302 [ 10045] By: nick                                  on 2001/05/09  09:56:59
17303         Log: MULTIPLICITY/DEBUGGING build fix.
17304      Branch: perlio
17305            ! run.c
17306 ____________________________________________________________________________
17307 [ 10044] By: nick                                  on 2001/05/09  09:46:37
17308         Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
17309      Branch: perlio
17310           +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
17311            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
17312           !> (integrate 65 files)
17313 ____________________________________________________________________________
17314 [ 10043] By: jhi                                   on 2001/05/08  22:41:49
17315         Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
17316              From: Robin Houston <robin@kitsite.com>
17317              Date: Tue, 8 May 2001 19:38:00 +0100
17318              Message-ID: <20010508193800.A4389@penderel>
17319              
17320              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
17321              From: Robin Houston <robin@kitsite.com>
17322              Date: Tue, 8 May 2001 20:03:57 +0100
17323              Message-ID: <20010508200357.A4614@penderel>
17324              
17325              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
17326              From: Robin Houston <robin@kitsite.com>
17327              Date: Wed, 9 May 2001 00:12:05 +0100
17328              Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
17329      Branch: perl
17330            ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
17331 ____________________________________________________________________________
17332 [ 10042] By: jhi                                   on 2001/05/08  22:09:35
17333         Log: Retract #10031.
17334      Branch: perl
17335            ! pod/perlfunc.pod
17336 ____________________________________________________________________________
17337 [ 10041] By: jhi                                   on 2001/05/08  18:27:34
17338         Log: The metaconfig unit changes for #10040.
17339      Branch: metaconfig/U/perl
17340            ! Checkcc.U d_dlsymun.U dlsrc.U
17341 ____________________________________________________________________________
17342 [ 10040] By: jhi                                   on 2001/05/08  18:24:47
17343         Log: The Configure half of
17344              
17345              Subject: Less warnings during configure
17346              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17347              Date: Tue, 08 May 2001 08:44:02 +0200
17348              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
17349      Branch: perl
17350            ! Configure
17351 ____________________________________________________________________________
17352 [ 10039] By: jhi                                   on 2001/05/08  16:48:31
17353         Log: Subject: Less warnings during configure
17354              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17355              Date: Tue, 08 May 2001 08:44:02 +0200
17356              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
17357      Branch: perl
17358            ! hints/hpux.sh
17359 ____________________________________________________________________________
17360 [ 10038] By: jhi                                   on 2001/05/08  16:32:07
17361         Log: Don't forget to whine about \d__\d.
17362      Branch: perl
17363            ! t/pragma/warn/toke toke.c
17364 ____________________________________________________________________________
17365 [ 10037] By: jhi                                   on 2001/05/08  16:07:05
17366         Log: Allow underscores also in the exponent part.
17367      Branch: perl
17368            ! t/pragma/warn/toke toke.c
17369 ____________________________________________________________________________
17370 [ 10036] By: jhi                                   on 2001/05/08  13:33:55
17371         Log: CodeMagicCD doesn't look like an *I*DE.
17372      Branch: perl
17373            ! pod/perlfaq3.pod
17374 ____________________________________________________________________________
17375 [ 10035] By: jhi                                   on 2001/05/08  13:27:48
17376         Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
17377              to be consistently down).
17378      Branch: perl
17379            ! pod/perlfaq3.pod
17380 ____________________________________________________________________________
17381 [ 10034] By: jhi                                   on 2001/05/08  13:21:07
17382         Log: Upgrade to Text::Balanced 1.84.
17383      Branch: perl
17384            ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
17385 ____________________________________________________________________________
17386 [ 10033] By: jhi                                   on 2001/05/08  12:41:53
17387         Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
17388              From: Benjamin Sugars <bsugars@canoe.ca>
17389              Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
17390              Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
17391      Branch: perl
17392            ! run.c
17393 ____________________________________________________________________________
17394 [ 10032] By: jhi                                   on 2001/05/08  12:40:28
17395         Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
17396              From: Peter Prymmer <pvhp@forte.com>
17397              Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
17398              Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
17399      Branch: perl
17400            ! t/pod/plainer.t
17401 ____________________________________________________________________________
17402 [ 10031] By: jhi                                   on 2001/05/08  12:35:25
17403         Log: (Retracted by #10042)
17404              
17405              Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
17406              From: "Philip Newton" <pnewton@gmx.de>
17407              Date: Tue, 8 May 2001 09:18:10 +0200
17408              Message-ID: <3AF7B9D2.28861.603732@localhost>
17409      Branch: perl
17410            ! pod/perlfunc.pod
17411 ____________________________________________________________________________
17412 [ 10030] By: jhi                                   on 2001/05/08  12:32:23
17413         Log: Subject: [PATCH B::Deparse] Document known bugs
17414              From: Robin Houston <robin@kitsite.com>
17415              Date: Tue, 8 May 2001 01:53:34 +0100
17416              Message-ID: <20010508015334.A32394@penderel>
17417      Branch: perl
17418            ! ext/B/B/Deparse.pm
17419 ____________________________________________________________________________
17420 [ 10029] By: jhi                                   on 2001/05/08  12:28:28
17421         Log: Subject: Re: Perl book, magazine and website updates.
17422              From: "Philip Newton" <pnewton@gmx.de>
17423              Date: Mon, 7 May 2001 17:03:58 +0200
17424              Message-ID: <3AF6D57E.5387.1E29930@localhost>
17425      Branch: perl
17426            ! pod/perlfaq2.pod
17427 ____________________________________________________________________________
17428 [ 10028] By: jhi                                   on 2001/05/07  23:53:30
17429         Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
17430              From: Peter Prymmer <pvhp@forte.com>
17431              Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
17432              Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
17433      Branch: perl
17434            ! t/io/fflush.t
17435 ____________________________________________________________________________
17436 [ 10027] By: jhi                                   on 2001/05/07  23:22:48
17437         Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
17438              From: Robin Houston <robin@kitsite.com>
17439              Date: Tue, 8 May 2001 01:14:55 +0100
17440              Message-ID: <20010508011455.A32162@penderel>
17441      Branch: perl
17442            ! ext/B/B/Deparse.pm
17443 ____________________________________________________________________________
17444 [ 10026] By: jhi                                   on 2001/05/07  23:15:05
17445         Log: Typo in #10025.
17446      Branch: perl
17447            ! hints/uts.sh
17448 ____________________________________________________________________________
17449 [ 10025] By: jhi                                   on 2001/05/07  21:15:35
17450         Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
17451      Branch: perl
17452            ! hints/uts.sh
17453 ____________________________________________________________________________
17454 [ 10024] By: jhi                                   on 2001/05/07  20:58:40
17455         Log: Subject: Re: [ID 20010506.045] question about hash syntax
17456              From: Peter Scott <Peter@PSDT.com>
17457              Date: Sun, 06 May 2001 13:10:40 -0700
17458              Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
17459      Branch: perl
17460            ! pod/perl56delta.pod
17461 ____________________________________________________________________________
17462 [ 10023] By: jhi                                   on 2001/05/07  20:41:26
17463         Log: Configure should figure out the list of dynamic extensions
17464              just fine in UTS-- and in fact it does, as reported by Hal Morris.
17465      Branch: perl
17466            ! hints/uts.sh
17467 ____________________________________________________________________________
17468 [ 10022] By: jhi                                   on 2001/05/07  20:24:11
17469         Log: Update Changes.
17470      Branch: perl
17471            ! Changes patchlevel.h
17472 ____________________________________________________________________________
17473 [ 10021] By: jhi                                   on 2001/05/07  20:11:31
17474         Log: Subject: [PATCH regcomp.c] Insecure regexes
17475              From: Robin Houston <robin@kitsite.com>
17476              Date: Mon, 7 May 2001 21:56:12 +0100
17477              Message-ID: <20010507215612.A31114@penderel>
17478      Branch: perl
17479            ! regcomp.c
17480 ____________________________________________________________________________
17481 [ 10020] By: jhi                                   on 2001/05/07  20:02:30
17482         Log: Drop the foobar.perl.com references for now until Simon
17483              gets them sorted out.
17484      Branch: perl
17485            ! pod/perlfaq2.pod
17486 ____________________________________________________________________________
17487 [ 10019] By: jhi                                   on 2001/05/07  19:54:33
17488         Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
17489              From: Prymmer/Kahn <pvhp@best.com>
17490              Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
17491              Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
17492      Branch: perl
17493            ! lib/Devel/SelfStubber.pm
17494 ____________________________________________________________________________
17495 [ 10018] By: jhi                                   on 2001/05/07  19:53:10
17496         Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
17497              From: Prymmer/Kahn <pvhp@best.com>
17498              Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
17499              Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
17500      Branch: perl
17501            ! win32/Makefile
17502 ____________________________________________________________________________
17503 [ 10017] By: jhi                                   on 2001/05/07  19:35:10
17504         Log: s/WebTechnique's/WebTechniques/
17505      Branch: perl
17506            ! pod/perlfaq2.pod
17507 ____________________________________________________________________________
17508 [ 10016] By: jhi                                   on 2001/05/07  12:26:29
17509         Log: Llama 3 updates from Randal.
17510      Branch: perl
17511            ! pod/perlfaq2.pod
17512 ____________________________________________________________________________
17513 [ 10015] By: jhi                                   on 2001/05/07  01:34:38
17514         Log: Subject: [PATCH] Help -Dt show correct pad variables
17515              From: Benjamin Sugars <ben.sugars@home.com>
17516              Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
17517              Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
17518      Branch: perl
17519            ! embed.h embed.pl proto.h run.c
17520 ____________________________________________________________________________
17521 [ 10014] By: jhi                                   on 2001/05/07  01:23:56
17522         Log: Subject: [PATCH] Document C<our $foo : shared>
17523              From: Benjamin Sugars <ben.sugars@home.com>
17524              Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
17525              Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
17526      Branch: perl
17527            ! pod/perlfunc.pod
17528 ____________________________________________________________________________
17529 [ 10013] By: jhi                                   on 2001/05/07  01:22:22
17530         Log: Subject: [PATCH B::Deparse] undefined folded constants
17531              From: Robin Houston <robin@kitsite.com>
17532              Date: Sun, 6 May 2001 17:19:09 +0100
17533              Message-ID: <20010506171909.A7046@penderel>
17534      Branch: perl
17535            ! ext/B/B/Deparse.pm
17536 ____________________________________________________________________________
17537 [ 10012] By: jhi                                   on 2001/05/07  00:57:38
17538         Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
17539              From: Robin Houston <robin@kitsite.com>
17540              Message-ID: <20010506164654.A6848@penderel>
17541              Date: Sun, 6 May 2001 16:46:54 +0100
17542      Branch: perl
17543            ! ext/B/B/Deparse.pm
17544 ____________________________________________________________________________
17545 [ 10011] By: jhi                                   on 2001/05/07  00:52:18
17546         Log: Subject: [PATCH t/op/my_stash.t] Naughty?
17547              From: Robin Houston <robin@kitsite.com>
17548              Date: Sun, 6 May 2001 14:47:02 +0100
17549              Message-ID: <20010506144702.A6308@penderel>
17550      Branch: perl
17551            ! t/op/my_stash.t
17552 ____________________________________________________________________________
17553 [ 10010] By: jhi                                   on 2001/05/06  15:07:51
17554         Log: Subject: Perl book, magazine and website updates.
17555              From: Simon Cozens <simon@netthink.co.uk>
17556              Date: Sun, 6 May 2001 16:55:36 +0100
17557              Message-ID: <20010506165536.A1795@netthink.co.uk>
17558      Branch: perl
17559            ! pod/perlbook.pod pod/perlfaq2.pod
17560 ____________________________________________________________________________
17561 [ 10009] By: jhi                                   on 2001/05/06  14:11:40
17562         Log: Tweaks on the Tru64 prof options.
17563      Branch: perl
17564            ! pod/perlhack.pod
17565 ____________________________________________________________________________
17566 [ 10008] By: jhi                                   on 2001/05/06  13:51:49
17567         Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
17568              From: Robin Houston <robin@kitsite.com>
17569              Date: Sun, 6 May 2001 14:40:51 +0100
17570              Message-ID: <20010506144051.A6279@penderel>
17571      Branch: perl
17572            ! t/pod/testp2pt.pl
17573 ____________________________________________________________________________
17574 [ 10007] By: jhi                                   on 2001/05/06  13:49:31
17575         Log: Subject: [PATCH B::Deparse] scoping
17576              From: Robin Houston <robin@kitsite.com>
17577              Date: Sun, 6 May 2001 14:36:56 +0100
17578              Message-ID: <20010506143656.A4006@penderel>
17579      Branch: perl
17580            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
17581 ____________________________________________________________________________
17582 [ 10006] By: jhi                                   on 2001/05/06  13:24:12
17583         Log: Document the undefinedness of bitshifting out of range.
17584      Branch: perl
17585            ! pod/perlop.pod
17586 ____________________________________________________________________________
17587 [ 10005] By: jhi                                   on 2001/05/06  13:03:17
17588         Log: Retract #10003 and update the IDE descriptions a bit.
17589      Branch: perl
17590            ! pod/perlfaq3.pod
17591 ____________________________________________________________________________
17592 [ 10004] By: jhi                                   on 2001/05/06  03:02:41
17593         Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
17594              From: Prymmer/Kahn <pvhp@best.com>
17595              Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
17596              Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
17597      Branch: perl
17598            ! win32/Makefile win32/buildext.pl win32/config.bc
17599            ! win32/config.gc win32/config.vc
17600 ____________________________________________________________________________
17601 [ 10003] By: jhi                                   on 2001/05/05  20:24:44
17602         Log: (Retracted by #10005.)
17603      Branch: perl
17604            ! pod/perlfaq3.pod
17605 ____________________________________________________________________________
17606 [ 10002] By: jhi                                   on 2001/05/05  19:23:36
17607         Log: It's "psed", not "sed".
17608      Branch: perl
17609            ! x2p/s2p.PL
17610 ____________________________________________________________________________
17611 [ 10001] By: jhi                                   on 2001/05/05  18:35:38
17612         Log: Update Changes.
17613      Branch: perl
17614            ! Changes patchlevel.h
17615 ____________________________________________________________________________
17616 [ 10000] By: jhi                                   on 2001/05/05  18:32:15
17617         Log: Subject: Re: bleadperl make install fails due to "psed"
17618              From: andreas.koenig@anima.de (Andreas J. Koenig)
17619              Date: 05 May 2001 18:23:28 +0200
17620              Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
17621      Branch: perl
17622            ! x2p/Makefile.SH x2p/s2p.PL
17623 ____________________________________________________________________________
17624 [  9999] By: jhi                                   on 2001/05/05  18:28:09
17625         Log: AUTHORS updates.
17626      Branch: perl
17627            ! AUTHORS
17628 ____________________________________________________________________________
17629 [  9998] By: jhi                                   on 2001/05/05  18:16:00
17630         Log: Updates on the pods related to the modules included since 5.6.
17631              
17632              TODO: perltodo really could use major updating.
17633      Branch: perl
17634            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
17635            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
17636            ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
17637            ! pod/perlsyn.pod pod/perltodo.pod
17638 ____________________________________________________________________________
17639 [  9997] By: jhi                                   on 2001/05/05  17:35:17
17640         Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
17641              from Kurt Skauen.
17642      Branch: perl
17643            + hints/atheos.sh
17644            ! MANIFEST
17645 ____________________________________________________________________________
17646 [  9996] By: jhi                                   on 2001/05/05  17:25:00
17647         Log: Add preemptive #undefs for some of the shorter and more prone
17648              to collision regcomp.h #defines.  (Background: the MASK collided
17649              with a system header #define in Rhapsody.)
17650      Branch: perl
17651            ! regcomp.h
17652 ____________________________________________________________________________
17653 [  9995] By: jhi                                   on 2001/05/05  13:24:21
17654         Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
17655              From: Nicholas Clark <nick@ccl4.org>
17656              Date: Sat, 5 May 2001 14:46:39 +0100
17657              Message-ID: <20010505144639.O53513@plum.flirble.org>
17658              
17659              Add a test for the constants (if any) being processed correctly.
17660      Branch: perl
17661            ! utils/h2xs.PL
17662 ____________________________________________________________________________
17663 [  9994] By: jhi                                   on 2001/05/05  02:11:03
17664         Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
17665              From: Peter Prymmer <pvhp@forte.com>
17666              Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
17667              Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
17668      Branch: perl
17669            ! t/lib/b-stash.t
17670 ____________________________________________________________________________
17671 [  9993] By: jhi                                   on 2001/05/05  02:03:49
17672         Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
17673              From: Peter Prymmer <pvhp@forte.com>
17674              Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
17675              Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
17676      Branch: perl
17677            ! perlio.c vms/vmsish.h
17678 ____________________________________________________________________________
17679 [  9992] By: jhi                                   on 2001/05/04  17:21:12
17680         Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
17681              From: Robin Barker <rmb1@cise.npl.co.uk>
17682              Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
17683              Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
17684      Branch: perl
17685            + t/pod/plainer.t
17686            ! MANIFEST
17687 ____________________________________________________________________________
17688 [  9991] By: jhi                                   on 2001/05/04  16:47:45
17689         Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
17690              From: Robin Barker <rmb1@cise.npl.co.uk>
17691              Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
17692              Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
17693      Branch: perl
17694            ! regcomp.c
17695 ____________________________________________________________________________
17696 [  9990] By: jhi                                   on 2001/05/04  14:37:20
17697         Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
17698              From: Prymmer/Kahn <pvhp@best.com>
17699              Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
17700              Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
17701      Branch: perl
17702            ! t/lib/b-stash.t
17703 ____________________________________________________________________________
17704 [  9989] By: jhi                                   on 2001/05/04  14:03:58
17705         Log: Introduce perl572delta, update Todo, add the missing
17706              mention about signal safety since 5.7.1 (though this
17707              requires verification and more details.)
17708      Branch: perl
17709            + pod/perl572delta.pod
17710            ! MANIFEST Todo pod/perl571delta.pod
17711 ____________________________________________________________________________
17712 [  9988] By: jhi                                   on 2001/05/04  12:41:51
17713         Log: Subject: [PATCH perl@9944] long =item
17714              From: Robin Barker <rmb1@cise.npl.co.uk>
17715              Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
17716              Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
17717      Branch: perl
17718            ! ext/Time/HiRes/HiRes.pm
17719 ____________________________________________________________________________
17720 [  9987] By: jhi                                   on 2001/05/04  12:39:19
17721         Log: The #9901 had removed one line essential for EBCDIC.
17722      Branch: perl
17723            ! regcomp.c
17724 ____________________________________________________________________________
17725 [  9986] By: jhi                                   on 2001/05/04  12:30:23
17726         Log: Subject: cygwin/Makefile.SHs INSTALL patch
17727              From: Reini Urban <rurban@sbox.tu-graz.ac.at>
17728              Date: Mon, 08 Jan 2001 04:59:21 +0200
17729              Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
17730      Branch: perl
17731            ! cygwin/Makefile.SHs
17732 ____________________________________________________________________________
17733 [  9985] By: jhi                                   on 2001/05/04  03:51:39
17734         Log: Encode/IO doc tweaks.
17735      Branch: perl
17736            ! ext/Encode/Encode.pm
17737 ____________________________________________________________________________
17738 [  9984] By: jhi                                   on 2001/05/04  03:29:34
17739         Log: Remove GDBM_File from the dynamic extensions for UTS,
17740              GDBM is not a standard feature.
17741      Branch: perl
17742            ! hints/uts.sh
17743 ____________________________________________________________________________
17744 [  9983] By: jhi                                   on 2001/05/04  03:22:59
17745         Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
17746      Branch: perl
17747            ! pod/perlretut.pod
17748 ____________________________________________________________________________
17749 [  9982] By: jhi                                   on 2001/05/03  23:21:03
17750         Log: Subject: [PATCH] Let sv_dump understand GvSHARED
17751              From: Benjamin Sugars <bsugars@canoe.ca>
17752              Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
17753              Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
17754      Branch: perl
17755            ! dump.c
17756 ____________________________________________________________________________
17757 [  9981] By: jhi                                   on 2001/05/03  23:20:05
17758         Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
17759              From: Benjamin Sugars <bsugars@canoe.ca>
17760              Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
17761              Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
17762      Branch: perl
17763            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
17764 ____________________________________________________________________________
17765 [  9980] By: jhi                                   on 2001/05/03  23:15:29
17766         Log: Integrate perlio.
17767      Branch: perl
17768           !> ext/Encode/Encode.pm
17769 ____________________________________________________________________________
17770 [  9979] By: jhi                                   on 2001/05/03  16:54:59
17771         Log: Install psed man page.
17772      Branch: perl
17773            ! installman
17774 ____________________________________________________________________________
17775 [  9978] By: jhi                                   on 2001/05/03  16:45:58
17776         Log: Remove unused files; noted by Sarathy.
17777      Branch: perl
17778            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
17779            ! MANIFEST
17780 ____________________________________________________________________________
17781 [  9977] By: jhi                                   on 2001/05/03  16:42:30
17782         Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
17783              From: Andy Dougherty <doughera@lafayette.edu>
17784              Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
17785              Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
17786      Branch: perl
17787            ! INSTALL
17788 ____________________________________________________________________________
17789 [  9976] By: nick                                  on 2001/05/03  16:40:42
17790         Log: Allow $answer = encode($object,$text); like it says in docs.
17791      Branch: perlio
17792            ! ext/Encode/Encode.pm
17793 ____________________________________________________________________________
17794 [  9975] By: nick                                  on 2001/05/03  16:22:30
17795         Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
17796              to be in scope (fair enough), and also a package variable (our) for eval to see it.
17797      Branch: perlio
17798            ! ext/Encode/Encode.pm
17799 ____________________________________________________________________________
17800 [  9974] By: nick                                  on 2001/05/03  15:48:17
17801         Log: Integrate mainline.
17802      Branch: perlio
17803           +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
17804           +> t/lib/filter-simple.t t/lib/next.t
17805           !> (integrate 70 files)
17806 ____________________________________________________________________________
17807 [  9973] By: jhi                                   on 2001/05/03  13:09:09
17808         Log: Update Changes.
17809      Branch: perl
17810            ! Changes patchlevel.h
17811 ____________________________________________________________________________
17812 [  9972] By: jhi                                   on 2001/05/03  12:58:33
17813         Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
17814              From: Prymmer/Kahn <pvhp@best.com>
17815              Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
17816              Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
17817      Branch: perl
17818            ! t/io/fflush.t
17819 ____________________________________________________________________________
17820 [  9971] By: jhi                                   on 2001/05/03  12:57:26
17821         Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
17822              From: Prymmer/Kahn <pvhp@best.com>
17823              Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
17824              Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
17825      Branch: perl
17826            ! win32/FindExt.pm
17827 ____________________________________________________________________________
17828 [  9970] By: jhi                                   on 2001/05/03  02:42:46
17829         Log: Can't croak sans thread context, from Doug MacEachern.
17830      Branch: perl
17831            ! toke.c
17832 ____________________________________________________________________________
17833 [  9969] By: jhi                                   on 2001/05/03  01:23:48
17834         Log: Subject: Random input test and Perl
17835              From: Ilya Zakharevich <ilya@math.berkeley.edu>
17836              Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
17837              Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
17838      Branch: perl
17839            ! toke.c
17840 ____________________________________________________________________________
17841 [  9968] By: jhi                                   on 2001/05/02  22:17:21
17842         Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
17843              From: Peter Prymmer <pvhp@forte.com>
17844              Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
17845              Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
17846      Branch: perl
17847            ! pod/perlfunc.pod pod/perlport.pod
17848 ____________________________________________________________________________
17849 [  9967] By: jhi                                   on 2001/05/02  20:12:45
17850         Log: Workaround for UTS compiler casting bug from Hal Morris.
17851      Branch: perl
17852            ! perl.h
17853 ____________________________________________________________________________
17854 [  9966] By: jhi                                   on 2001/05/02  18:31:37
17855         Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
17856              From: Dan Sugalski <dan@sidhe.org>
17857              Date: Wed, 02 May 2001 15:23:22 -0400
17858              Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
17859      Branch: perl
17860            ! perl.c vms/vms.c
17861 ____________________________________________________________________________
17862 [  9965] By: jhi                                   on 2001/05/02  18:21:29
17863         Log: Minor doc tweaks on endianness, closes bug 20010327.004.
17864      Branch: perl
17865            ! pod/perlfunc.pod
17866 ____________________________________________________________________________
17867 [  9964] By: jhi                                   on 2001/05/02  18:15:01
17868         Log: Document large files in INSTALL, document also the %x
17869              limitation if not use64bitint, closes bug 20010326.007.
17870      Branch: perl
17871            ! INSTALL
17872 ____________________________________________________________________________
17873 [  9963] By: jhi                                   on 2001/05/02  17:24:47
17874         Log: perlmodlib tweaks; regen pods.
17875      Branch: perl
17876            ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
17877            ! pod/perltoc.pod
17878 ____________________________________________________________________________
17879 [  9962] By: jhi                                   on 2001/05/02  17:14:00
17880         Log: Fix for a segfault, from Marc Lehmann.
17881      Branch: perl
17882            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
17883 ____________________________________________________________________________
17884 [  9961] By: jhi                                   on 2001/05/02  15:55:53
17885         Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
17886              From: "Philip Newton" <pnewton@gmx.de>
17887              Date: Wed, 2 May 2001 18:39:03 +0200
17888              Message-ID: <3AF05447.15525.173B588@localhost>
17889      Branch: perl
17890            ! pod/perlop.pod
17891 ____________________________________________________________________________
17892 [  9960] By: jhi                                   on 2001/05/02  15:35:37
17893         Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
17894              From: Dan Sugalski <dan@sidhe.org>
17895              Date: Wed, 02 May 2001 11:37:27 -0400
17896              Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
17897      Branch: perl
17898            ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
17899            ! thread.h vms/vms.c vms/vmsish.h
17900 ____________________________________________________________________________
17901 [  9959] By: jhi                                   on 2001/05/02  15:21:08
17902         Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
17903              From: Benjamin Sugars <bsugars@canoe.ca>
17904              Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
17905              Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
17906      Branch: perl
17907            ! ext/PerlIO/Scalar/Scalar.xs
17908 ____________________________________________________________________________
17909 [  9958] By: jhi                                   on 2001/05/02  15:15:53
17910         Log: Bug in #9915, spotted by Mike Guy.
17911      Branch: perl
17912            ! installperl
17913 ____________________________________________________________________________
17914 [  9957] By: jhi                                   on 2001/05/02  13:26:01
17915         Log: Add a test for not griping about references as array
17916              indices if the reference has magic in it (overloaded
17917              methods).
17918      Branch: perl
17919            ! pod/perldiag.pod t/pragma/warn/pp_hot
17920 ____________________________________________________________________________
17921 [  9956] By: jhi                                   on 2001/05/02  13:07:01
17922         Log: Retracted a bit too much in #9952.
17923      Branch: perl
17924            ! t/pragma/sub_lval.t
17925 ____________________________________________________________________________
17926 [  9955] By: jhi                                   on 2001/05/02  13:05:38
17927         Log: Test for #9952.
17928      Branch: perl
17929            ! t/op/tie.t
17930 ____________________________________________________________________________
17931 [  9954] By: jhi                                   on 2001/05/02  11:48:18
17932         Log: Additional note on the encoding example: one cannot
17933              convert string constants in-place.
17934      Branch: perl
17935            ! ext/Encode/Encode.pm
17936 ____________________________________________________________________________
17937 [  9953] By: jhi                                   on 2001/05/02  11:43:51
17938         Log: Note that if you have recent enough Perl you already
17939              have Filter::Util::Call.
17940      Branch: perl
17941            ! lib/Filter/Simple.pm
17942 ____________________________________________________________________________
17943 [  9952] By: jhi                                   on 2001/05/02  11:31:53
17944         Log: Retract changes #8254 and #8255, causes coredump in
17945              'tie FH, "main"', reported by Abigail, culprit found by
17946              Benjamin Sugars.  Mirrors maintperl change #9950.
17947      Branch: perl
17948            ! op.c t/pragma/sub_lval.t
17949 ____________________________________________________________________________
17950 [  9951] By: jhi                                   on 2001/05/02  11:14:29
17951         Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
17952      Branch: perl
17953            + t/lib/MyFilter.pm
17954 ____________________________________________________________________________
17955 [  9950] By: gsar                                  on 2001/05/02  03:17:11
17956         Log: revert integration of changes#8254,8255 in change#8620 (causes
17957              a coredump in C<tie FH, 'foo'>; the idea itself may need better
17958              rationalization)
17959      Branch: maint-5.6/perl
17960            ! op.c t/pragma/sub_lval.t
17961 ____________________________________________________________________________
17962 [  9949] By: gsar                                  on 2001/05/02  02:56:32
17963         Log: integrate changes#9774,9814 from mainline (Unixware fixes)
17964              
17965              Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
17966              
17967              Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
17968      Branch: maint-5.6/perl
17969           !> hints/svr5.sh
17970 ____________________________________________________________________________
17971 [  9948] By: gsar                                  on 2001/05/02  02:49:15
17972         Log: pod/find.t breaks on VMS (from Craig Berry)
17973      Branch: maint-5.6/perl
17974            ! t/pod/find.t
17975 ____________________________________________________________________________
17976 [  9947] By: jhi                                   on 2001/05/02  02:43:09
17977         Log: Add an encoding conversion example.
17978      Branch: perl
17979            ! ext/Encode/Encode.pm
17980 ____________________________________________________________________________
17981 [  9946] By: jhi                                   on 2001/05/02  01:34:22
17982         Log: Another coat of paint but still nowhere finished.
17983              Need to decide on the semantics of strptime(): should
17984              strptime() be a function instead of a method?  To do
17985              the week/monthname-strptiming the i18n/l10n bullet needs
17986              to be bitten with gusto.
17987      Branch: perl
17988            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
17989 ____________________________________________________________________________
17990 [  9945] By: jhi                                   on 2001/05/01  23:40:52
17991         Log: Update Changes.
17992      Branch: perl
17993            ! Changes patchlevel.h
17994 ____________________________________________________________________________
17995 [  9944] By: jhi                                   on 2001/05/01  23:33:37
17996         Log: Add known-to-be-tested modules to the list-to-be-skipped.
17997      Branch: perl
17998            ! t/lib/1_compile.t
17999 ____________________________________________________________________________
18000 [  9943] By: jhi                                   on 2001/05/01  23:24:40
18001         Log: Subject: BorlandC++ fix
18002              From: "Vadim Konovalov" <watman@inbox.ru>
18003              Date: Mon, 30 Apr 2001 20:12:26 -0700
18004              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
18005      Branch: perl
18006            ! win32/makefile.mk
18007 ____________________________________________________________________________
18008 [  9942] By: jhi                                   on 2001/05/01  23:18:02
18009         Log: Update to Filter::Simple 0.60, create a test for it.
18010      Branch: perl
18011            + t/lib/filter-simple.t
18012            ! MANIFEST lib/Filter/Simple.pm
18013 ____________________________________________________________________________
18014 [  9941] By: jhi                                   on 2001/05/01  19:47:24
18015         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
18016              From: Hugo <hv@crypt.compulink.co.uk>
18017              Date: Tue, 01 May 2001 20:12:20 +0100
18018              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
18019      Branch: perl
18020            ! pp_hot.c t/op/re_tests
18021 ____________________________________________________________________________
18022 [  9940] By: jhi                                   on 2001/05/01  19:42:16
18023         Log: Integrate perlio.
18024      Branch: perl
18025           !> lib/base.pm t/lib/fields.t
18026 ____________________________________________________________________________
18027 [  9939] By: jhi                                   on 2001/05/01  19:39:51
18028         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
18029              From: Benjamin Sugars <bsugars@canoe.ca>
18030              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
18031              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
18032      Branch: perl
18033            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
18034 ____________________________________________________________________________
18035 [  9938] By: jhi                                   on 2001/05/01  19:34:09
18036         Log: Add NEXT, a pseudo-class for method redispatching.
18037              <Damian>NEXT.pm probably offers more bang-for-buck
18038              than anything else I've ever written.</Damian>
18039      Branch: perl
18040            + lib/NEXT.pm t/lib/next.t
18041            ! MANIFEST
18042 ____________________________________________________________________________
18043 [  9937] By: jhi                                   on 2001/05/01  19:21:41
18044         Log: Update to Switch 2.02.
18045      Branch: perl
18046            ! lib/Switch.pm t/lib/switch.t
18047 ____________________________________________________________________________
18048 [  9936] By: nick                                  on 2001/05/01  19:09:21
18049         Log: Fix for base.pm clobbering $VERSION
18050      Branch: perlio
18051            ! lib/base.pm
18052 ____________________________________________________________________________
18053 [  9935] By: nick                                  on 2001/05/01  18:54:38
18054         Log: Test for base.pm clobbering $VERSION.
18055      Branch: perlio
18056            ! t/lib/fields.t
18057 ____________________________________________________________________________
18058 [  9934] By: jhi                                   on 2001/05/01  18:39:10
18059         Log: Add information about Scalar::Util::blessed.
18060      Branch: perl
18061            ! pod/perlobj.pod
18062 ____________________________________________________________________________
18063 [  9933] By: jhi                                   on 2001/05/01  18:33:51
18064         Log: Subject: Extra UNIVERSAL documentation
18065              From: Mike Guy <mjtg@cam.ac.uk>
18066              Date: Tue, 01 May 2001 20:12:11 +0100
18067              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
18068      Branch: perl
18069            ! pod/perlobj.pod
18070 ____________________________________________________________________________
18071 [  9932] By: jhi                                   on 2001/05/01  18:26:54
18072         Log: Subject: Autoflush in tests as appropriate
18073              From: Mike Guy <mjtg@cam.ac.uk>
18074              Date: Tue, 01 May 2001 20:05:31 +0100
18075              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
18076      Branch: perl
18077            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
18078            ! t/op/taint.t
18079 ____________________________________________________________________________
18080 [  9931] By: jhi                                   on 2001/05/01  18:02:29
18081         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
18082              From: Benjamin Sugars <bsugars@canoe.ca>
18083              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
18084              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
18085      Branch: perl
18086            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
18087 ____________________________________________________________________________
18088 [  9930] By: jhi                                   on 2001/05/01  15:12:26
18089         Log: Subject: Re: Finally got a round tuit
18090              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18091              Date: Tue, 01 May 2001 14:14:10 +0200
18092              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
18093              
18094              The -DP part, slightly modified.
18095      Branch: perl
18096            ! perl.c
18097 ____________________________________________________________________________
18098 [  9929] By: jhi                                   on 2001/05/01  14:17:15
18099         Log: Subject: Re: Finally got a round tuit
18100              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18101              Date: Tue, 01 May 2001 16:34:06 +0200
18102              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
18103              
18104              cpp and optimization tweaks for HP-UX.
18105      Branch: perl
18106            ! hints/hpux.sh
18107 ____________________________________________________________________________
18108 [  9928] By: jhi                                   on 2001/05/01  13:24:20
18109         Log: Tune the scan_num() comments to reality.
18110      Branch: perl
18111            ! toke.c
18112 ____________________________________________________________________________
18113 [  9927] By: jhi                                   on 2001/05/01  13:14:01
18114         Log: Subject: [PATCH B::Deparse] optimised sort
18115              From: Robin Houston <robin@kitsite.com>
18116              Date: Tue, 1 May 2001 14:07:12 +0100
18117              Message-ID: <20010501140712.A4266@penderel>
18118      Branch: perl
18119            ! ext/B/B/Deparse.pm
18120 ____________________________________________________________________________
18121 [  9926] By: jhi                                   on 2001/05/01  13:10:53
18122         Log: Subject: [PATCH t/lib/b-deparse.t] 
18123              From: Robin Houston <robin@kitsite.com>
18124              Date: Tue, 1 May 2001 13:37:42 +0100
18125              Message-ID: <20010501133742.A4082@penderel>
18126      Branch: perl
18127            ! t/lib/b-deparse.t
18128 ____________________________________________________________________________
18129 [  9925] By: jhi                                   on 2001/05/01  13:10:13
18130         Log: Subject: [PATCH B::Deparse] for(;;), sort
18131              From: Robin Houston <robin@kitsite.com>
18132              Date: Tue, 1 May 2001 13:35:00 +0100
18133              Message-ID: <20010501133500.A4061@penderel>
18134      Branch: perl
18135            ! ext/B/B/Deparse.pm
18136 ____________________________________________________________________________
18137 [  9924] By: jhi                                   on 2001/05/01  13:09:22
18138         Log: Subject: [PATCH B::Deparse] do, warn, use
18139              From: Robin Houston <robin@kitsite.com>
18140              Date: Tue, 1 May 2001 13:31:03 +0100
18141              Message-ID: <20010501133103.A4041@penderel>
18142      Branch: perl
18143            ! ext/B/B/Deparse.pm
18144 ____________________________________________________________________________
18145 [  9923] By: jhi                                   on 2001/05/01  11:45:36
18146         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
18147              From: Benjamin Sugars <ben.sugars@home.com>
18148              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
18149              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
18150      Branch: perl
18151            + t/io/fflush.t
18152            ! MANIFEST
18153 ____________________________________________________________________________
18154 [  9922] By: jhi                                   on 2001/05/01  11:35:42
18155         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
18156              From: Peter Prymmer <pvhp@forte.com>
18157              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
18158              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
18159      Branch: perl
18160            ! t/lib/selfstubber.t
18161 ____________________________________________________________________________
18162 [  9921] By: jhi                                   on 2001/04/30  16:34:33
18163         Log: Subject: [PATCH B::Concise] suppress warning
18164              From: Robin Houston <robin@kitsite.com>
18165              Date: Mon, 30 Apr 2001 16:09:49 +0100
18166              Message-ID: <20010430160949.A25086@penderel>
18167      Branch: perl
18168            ! ext/B/B/Concise.pm
18169 ____________________________________________________________________________
18170 [  9920] By: jhi                                   on 2001/04/30  13:56:04
18171         Log: Strip the *markers* from #9919.
18172      Branch: perl
18173            ! pod/perlfaq.pod pod/perlfaq5.pod
18174 ____________________________________________________________________________
18175 [  9919] By: jhi                                   on 2001/04/30  13:54:04
18176         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
18177              From: Gwyn Judd <b.judd@xtra.co.nz>
18178              Date: Sun, 29 Apr 2001 01:47:49 +1200
18179              Message-ID: <20010429014749.A4418@thislove>
18180      Branch: perl
18181            ! pod/perlfaq.pod pod/perlfaq5.pod
18182 ____________________________________________________________________________
18183 [  9918] By: jhi                                   on 2001/04/30  13:13:54
18184         Log: More_tweakage.
18185      Branch: perl
18186            ! pod/perldata.pod pod/perldiag.pod
18187 ____________________________________________________________________________
18188 [  9917] By: jhi                                   on 2001/04/30  13:01:27
18189         Log: Update Changes.
18190      Branch: perl
18191            ! Changes patchlevel.h
18192 ____________________________________________________________________________
18193 [  9916] By: jhi                                   on 2001/04/30  12:57:03
18194         Log: T_w_e_a_k_a_g_e.
18195      Branch: perl
18196            ! pod/perldata.pod pod/perldiag.pod
18197 ____________________________________________________________________________
18198 [  9915] By: jhi                                   on 2001/04/30  12:39:29
18199         Log: Install s2p also as psed.
18200              
18201              TODO: psed documentation?
18202      Branch: perl
18203            ! installperl
18204 ____________________________________________________________________________
18205 [  9914] By: jhi                                   on 2001/04/30  12:29:21
18206         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
18207              From: Jens Hamisch <jens@Strawberry.COM>
18208              Date: Fri, 27 Apr 2001 17:00:36 +0200
18209              Message-ID: <20010427170036.K1372@Strawberry.COM>
18210              
18211              SOCKS5_VERSION_NAME is the right symbol to detect
18212              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
18213              function called socks5_init() is available, and even that is
18214              not universal, most SOCKS5 installations use SOCKSinit()).
18215      Branch: perl
18216            ! perlio.c
18217 ____________________________________________________________________________
18218 [  9913] By: jhi                                   on 2001/04/30  12:22:15
18219         Log: Allow a zero timeout on IO::Socket accept and connect--
18220              though one really shouldn't do that.  Based on
18221              
18222              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
18223              From: "John Holdsworth" <coldwave@bigfoot.com>
18224              Date: Sun, 4 Feb 2001 12:48:18 +0100
18225              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
18226      Branch: perl
18227            ! ext/IO/lib/IO/Socket.pm
18228 ____________________________________________________________________________
18229 [  9912] By: jhi                                   on 2001/04/30  11:27:27
18230         Log: Save the spot of regprev (see #9911) for binary compatibility;
18231              regen API.
18232      Branch: perl
18233            ! embedvar.h perlapi.h thrdvar.h
18234 ____________________________________________________________________________
18235 [  9911] By: jhi                                   on 2001/04/30  11:22:03
18236         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
18237              From: Hugo <hv@crypt.compulink.co.uk>
18238              Date: Sun, 29 Apr 2001 17:09:30 +0100
18239              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
18240      Branch: perl
18241            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
18242 ____________________________________________________________________________
18243 [  9910] By: jhi                                   on 2001/04/30  11:15:12
18244         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
18245              a dummy for PL_numeric_radix); no pressing reason to break
18246              binary compatibility; regen API.
18247      Branch: perl
18248            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
18249            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
18250 ____________________________________________________________________________
18251 [  9909] By: jhi                                   on 2001/04/30  10:56:08
18252         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
18253              From: Walt Mankowski <waltman@netaxs.com>
18254              Date: Sun, 29 Apr 2001 21:53:48 -0400
18255              Message-ID: <20010429215348.A3971@netaxs.com>
18256      Branch: perl
18257            ! pod/perlfunc.pod
18258 ____________________________________________________________________________
18259 [  9908] By: jhi                                   on 2001/04/30  10:49:40
18260         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
18261      Branch: perl
18262            ! t/lib/selfstubber.t
18263 ____________________________________________________________________________
18264 [  9907] By: nick                                  on 2001/04/30  09:26:50
18265         Log: Integrate mainline.
18266      Branch: perlio
18267           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
18268 ____________________________________________________________________________
18269 [  9906] By: jhi                                   on 2001/04/29  23:24:20
18270         Log: Abigail spotted a thinko in #9905.
18271      Branch: perl
18272            ! pod/perldiag.pod
18273 ____________________________________________________________________________
18274 [  9905] By: jhi                                   on 2001/04/29  15:55:39
18275         Log: Changed the underscore/undebar syntax in numeric constants;
18276              now any grouping will do, as long as the underscores are not
18277              consecutive (so "zero-grouping" is out), and they do not begin
18278              or end the integer or fractional parts.
18279      Branch: perl
18280            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
18281 ____________________________________________________________________________
18282 [  9904] By: nick                                  on 2001/04/29  15:43:22
18283         Log: Integrate mainline.
18284      Branch: perlio
18285           +> (branch 98 files)
18286            - lib/unicode/Block.pl
18287            - lib/unicode/In/AlphabeticPresentationForms.pl
18288            - lib/unicode/In/Arabic.pl
18289            - lib/unicode/In/ArabicPresentationForms-A.pl
18290            - lib/unicode/In/ArabicPresentationForms-B.pl
18291            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
18292            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
18293            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
18294            - lib/unicode/In/BopomofoExtended.pl
18295            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
18296            - lib/unicode/In/CJKCompatibility.pl
18297            - lib/unicode/In/CJKCompatibilityForms.pl
18298            - lib/unicode/In/CJKCompatibilityIdeographs.pl
18299            - lib/unicode/In/CJKRadicalsSupplement.pl
18300            - lib/unicode/In/CJKSymbolsandPunctuation.pl
18301            - lib/unicode/In/CJKUnifiedIdeographs.pl
18302            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
18303            - lib/unicode/In/Cherokee.pl
18304            - lib/unicode/In/CombiningDiacriticalMarks.pl
18305            - lib/unicode/In/CombiningHalfMarks.pl
18306            - lib/unicode/In/CombiningMarksforSymbols.pl
18307            - lib/unicode/In/ControlPictures.pl
18308            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
18309            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
18310            - lib/unicode/In/EnclosedAlphanumerics.pl
18311            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
18312            - lib/unicode/In/Ethiopic.pl
18313            - lib/unicode/In/GeneralPunctuation.pl
18314            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
18315            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
18316            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
18317            - lib/unicode/In/HalfwidthandFullwidthForms.pl
18318            - lib/unicode/In/HangulCompatibilityJamo.pl
18319            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
18320            - lib/unicode/In/Hebrew.pl
18321            - lib/unicode/In/HighPrivateUseSurrogates.pl
18322            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
18323            - lib/unicode/In/IPAExtensions.pl
18324            - lib/unicode/In/IdeographicDescriptionCharacters.pl
18325            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
18326            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
18327            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
18328            - lib/unicode/In/Latin-1Supplement.pl
18329            - lib/unicode/In/LatinExtended-A.pl
18330            - lib/unicode/In/LatinExtended-B.pl
18331            - lib/unicode/In/LatinExtendedAdditional.pl
18332            - lib/unicode/In/LetterlikeSymbols.pl
18333            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
18334            - lib/unicode/In/MathematicalOperators.pl
18335            - lib/unicode/In/MiscellaneousSymbols.pl
18336            - lib/unicode/In/MiscellaneousTechnical.pl
18337            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
18338            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
18339            - lib/unicode/In/OpticalCharacterRecognition.pl
18340            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
18341            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
18342            - lib/unicode/In/SmallFormVariants.pl
18343            - lib/unicode/In/SpacingModifierLetters.pl
18344            - lib/unicode/In/Specials.pl
18345            - lib/unicode/In/SuperscriptsandSubscripts.pl
18346            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
18347            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
18348            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
18349            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
18350            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
18351           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
18352           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
18353           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
18354           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
18355           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
18356           !> utf8.c win32/Makefile
18357 ____________________________________________________________________________
18358 [  9903] By: jhi                                   on 2001/04/29  14:30:53
18359         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
18360              From: Prymmer/Kahn <pvhp@best.com>
18361              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
18362              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
18363      Branch: perl
18364            ! win32/Makefile
18365 ____________________________________________________________________________
18366 [  9902] By: jhi                                   on 2001/04/29  02:52:44
18367         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
18368              From: "Abigail" <abigail@foad.org>
18369              Date: Sun, 29 Apr 2001 03:14:25 +0200
18370              Message-ID: <20010429011425.24503.qmail@foad.org>
18371      Branch: perl
18372            ! ext/IO/lib/IO/Seekable.pm
18373 ____________________________________________________________________________
18374 [  9901] By: jhi                                   on 2001/04/29  02:04:46
18375         Log: In character classes one couldn't have 0x80..0xff characters
18376              at the left hand side if there were 0x100.. characters in the
18377              character class.
18378      Branch: perl
18379            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
18380            ! t/op/pat.t utf8.c
18381 ____________________________________________________________________________
18382 [  9900] By: jhi                                   on 2001/04/28  22:55:04
18383         Log: Forgot the latest mktables.PL from #9899.
18384      Branch: perl
18385            ! lib/unicode/mktables.PL
18386 ____________________________________________________________________________
18387 [  9899] By: jhi                                   on 2001/04/28  22:53:28
18388         Log: Explain the \p{} and \P{} error message better and
18389              have prettier prettyprint in In.pl.
18390      Branch: perl
18391            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
18392            ! pod/perldiag.pod
18393 ____________________________________________________________________________
18394 [  9898] By: jhi                                   on 2001/04/28  21:03:34
18395         Log: Add one possible explanation for the "Invalid [] range" error.
18396      Branch: perl
18397            ! pod/perldiag.pod
18398 ____________________________________________________________________________
18399 [  9897] By: jhi                                   on 2001/04/28  17:18:26
18400         Log: Add a level of indirection to the implementation of \p{InFoo}
18401              so that we don't have to have long filenames.  (Nothing changes
18402              in the user interface.)   The indirection is defined in
18403              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
18404              Also rename some the character classes by removing '-' from
18405              the classnames, and finally renamed Block.pl as Blocks.pl.
18406      Branch: perl
18407            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
18408            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
18409            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
18410            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
18411            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
18412            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
18413            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
18414            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
18415            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
18416            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
18417            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
18418            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
18419            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
18420            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
18421            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
18422            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
18423            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
18424            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
18425            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
18426            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
18427            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
18428            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
18429            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
18430            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
18431            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
18432            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
18433            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
18434            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
18435            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
18436            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
18437            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
18438            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
18439            + lib/unicode/In/94.pl lib/unicode/In/95.pl
18440            - lib/unicode/Block.pl
18441            - lib/unicode/In/AlphabeticPresentationForms.pl
18442            - lib/unicode/In/Arabic.pl
18443            - lib/unicode/In/ArabicPresentationForms-A.pl
18444            - lib/unicode/In/ArabicPresentationForms-B.pl
18445            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
18446            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
18447            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
18448            - lib/unicode/In/BopomofoExtended.pl
18449            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
18450            - lib/unicode/In/CJKCompatibility.pl
18451            - lib/unicode/In/CJKCompatibilityForms.pl
18452            - lib/unicode/In/CJKCompatibilityIdeographs.pl
18453            - lib/unicode/In/CJKRadicalsSupplement.pl
18454            - lib/unicode/In/CJKSymbolsandPunctuation.pl
18455            - lib/unicode/In/CJKUnifiedIdeographs.pl
18456            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
18457            - lib/unicode/In/Cherokee.pl
18458            - lib/unicode/In/CombiningDiacriticalMarks.pl
18459            - lib/unicode/In/CombiningHalfMarks.pl
18460            - lib/unicode/In/CombiningMarksforSymbols.pl
18461            - lib/unicode/In/ControlPictures.pl
18462            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
18463            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
18464            - lib/unicode/In/EnclosedAlphanumerics.pl
18465            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
18466            - lib/unicode/In/Ethiopic.pl
18467            - lib/unicode/In/GeneralPunctuation.pl
18468            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
18469            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
18470            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
18471            - lib/unicode/In/HalfwidthandFullwidthForms.pl
18472            - lib/unicode/In/HangulCompatibilityJamo.pl
18473            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
18474            - lib/unicode/In/Hebrew.pl
18475            - lib/unicode/In/HighPrivateUseSurrogates.pl
18476            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
18477            - lib/unicode/In/IPAExtensions.pl
18478            - lib/unicode/In/IdeographicDescriptionCharacters.pl
18479            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
18480            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
18481            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
18482            - lib/unicode/In/Latin-1Supplement.pl
18483            - lib/unicode/In/LatinExtended-A.pl
18484            - lib/unicode/In/LatinExtended-B.pl
18485            - lib/unicode/In/LatinExtendedAdditional.pl
18486            - lib/unicode/In/LetterlikeSymbols.pl
18487            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
18488            - lib/unicode/In/MathematicalOperators.pl
18489            - lib/unicode/In/MiscellaneousSymbols.pl
18490            - lib/unicode/In/MiscellaneousTechnical.pl
18491            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
18492            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
18493            - lib/unicode/In/OpticalCharacterRecognition.pl
18494            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
18495            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
18496            - lib/unicode/In/SmallFormVariants.pl
18497            - lib/unicode/In/SpacingModifierLetters.pl
18498            - lib/unicode/In/Specials.pl
18499            - lib/unicode/In/SuperscriptsandSubscripts.pl
18500            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
18501            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
18502            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
18503            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
18504            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
18505            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
18506            ! pod/perlunicode.pod
18507 ____________________________________________________________________________
18508 [  9896] By: jhi                                   on 2001/04/28  14:33:17
18509         Log: Update the information on shared library path on HP-UX.
18510      Branch: perl
18511            ! INSTALL
18512 ____________________________________________________________________________
18513 [  9895] By: jhi                                   on 2001/04/28  14:32:30
18514         Log: Because #9894 seems to do the trick, this workaround can be removed.
18515      Branch: perl
18516            ! t/lib/selfstubber.t
18517 ____________________________________________________________________________
18518 [  9894] By: jhi                                   on 2001/04/28  14:26:13
18519         Log: For PerlIO flush the children's file handles (on fork/exec/system).
18520      Branch: perl
18521            ! perl.h
18522 ____________________________________________________________________________
18523 [  9893] By: jhi                                   on 2001/04/28  14:23:15
18524         Log: Test tweak for #9891.
18525      Branch: perl
18526            ! t/lib/b-deparse.t
18527 ____________________________________________________________________________
18528 [  9892] By: jhi                                   on 2001/04/28  14:10:13
18529         Log: New HP-UX hints from Merijn.
18530      Branch: perl
18531            ! hints/hpux.sh
18532 ____________________________________________________________________________
18533 [  9891] By: jhi                                   on 2001/04/28  14:07:27
18534         Log: Subject: [PATCH B::Deparse] non-block scopes
18535              From: Robin Houston <robin@kitsite.com>
18536              Date: Fri, 27 Apr 2001 19:15:14 +0100
18537              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
18538      Branch: perl
18539            ! ext/B/B/Deparse.pm
18540 ____________________________________________________________________________
18541 [  9890] By: nick                                  on 2001/04/27  19:41:25
18542         Log: Integrate mainline
18543      Branch: perlio
18544           +> t/lib/selfstubber.t
18545           !> (integrate 50 files)
18546 ____________________________________________________________________________
18547 [  9889] By: jhi                                   on 2001/04/27  18:23:46
18548         Log: Subject: Re: selfstubber test fail on bleadperl
18549              From: Mike Guy <mjtg@cam.ac.uk>
18550              Date: Fri, 27 Apr 2001 19:31:18 +0100
18551              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
18552      Branch: perl
18553            ! t/lib/selfstubber.t
18554 ____________________________________________________________________________
18555 [  9888] By: jhi                                   on 2001/04/27  16:20:54
18556         Log: Test tweak for #9886.
18557      Branch: perl
18558            ! t/lib/b-deparse.t
18559 ____________________________________________________________________________
18560 [  9887] By: jhi                                   on 2001/04/27  16:16:33
18561         Log: Buffering issue at least in Solaris (even with perlio).
18562      Branch: perl
18563            ! t/lib/selfstubber.t
18564 ____________________________________________________________________________
18565 [  9886] By: jhi                                   on 2001/04/27  14:59:23
18566         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
18567              From: Robin Houston <robin@kitsite.com>
18568              Date: Fri, 27 Apr 2001 16:53:20 +0100
18569              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
18570      Branch: perl
18571            ! ext/B/B/Deparse.pm
18572 ____________________________________________________________________________
18573 [  9885] By: jhi                                   on 2001/04/27  14:23:51
18574         Log: Update Changes.
18575      Branch: perl
18576            ! Changes patchlevel.h
18577 ____________________________________________________________________________
18578 [  9884] By: jhi                                   on 2001/04/27  14:14:12
18579         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
18580              From: "Philip Newton" <pnewton@gmx.de>
18581              Date: Fri, 27 Apr 2001 16:40:13 +0200
18582              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
18583      Branch: perl
18584            ! pod/perldata.pod
18585 ____________________________________________________________________________
18586 [  9883] By: jhi                                   on 2001/04/27  13:28:19
18587         Log: Add LOG_PERROR; prettify the "removed".
18588      Branch: perl
18589            ! ext/Sys/Syslog/Syslog.xs
18590 ____________________________________________________________________________
18591 [  9882] By: jhi                                   on 2001/04/27  13:13:18
18592         Log: h2xs tweaks: use NV instead of double, "quote" the removed
18593              prefixes for clarity (especially when nothing is removed),
18594              slight pod reformats.
18595      Branch: perl
18596            ! utils/h2xs.PL
18597 ____________________________________________________________________________
18598 [  9881] By: jhi                                   on 2001/04/27  12:58:48
18599         Log: Don't bother creating existing directories.
18600      Branch: perl
18601            ! utils/h2xs.PL
18602 ____________________________________________________________________________
18603 [  9880] By: jhi                                   on 2001/04/27  12:45:39
18604         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
18605              From: Mike Schilli <m@perlmeister.com>
18606              Date: Wed, 25 Apr 2001 01:29:21 -0700
18607              Message-id: <3AE68AE1.6A981723@perlmeister.com>
18608      Branch: perl
18609            ! utils/h2xs.PL
18610 ____________________________________________________________________________
18611 [  9879] By: jhi                                   on 2001/04/27  12:40:55
18612         Log: break is not yet Perl.  Added the template license also to README.
18613      Branch: perl
18614            ! utils/h2xs.PL
18615 ____________________________________________________________________________
18616 [  9878] By: jhi                                   on 2001/04/27  03:08:20
18617         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
18618              From: Tim Jenness <t.jenness@jach.hawaii.edu>
18619              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
18620              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
18621      Branch: perl
18622            ! t/lib/xs-typemap.t
18623 ____________________________________________________________________________
18624 [  9877] By: jhi                                   on 2001/04/26  23:54:40
18625         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
18626              From: "Abigail" <abigail@foad.org>
18627              Date: Fri, 27 Apr 2001 01:44:28 +0200
18628              Message-ID: <20010426234428.19786.qmail@foad.org>
18629      Branch: perl
18630            ! utils/h2xs.PL
18631 ____________________________________________________________________________
18632 [  9876] By: jhi                                   on 2001/04/26  23:52:06
18633         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
18634              From: Peter Prymmer <pvhp@forte.com>
18635              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
18636              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
18637      Branch: perl
18638            ! t/lib/selfstubber.t
18639 ____________________________________________________________________________
18640 [  9875] By: jhi                                   on 2001/04/26  23:48:10
18641         Log: Deparse nits.
18642      Branch: perl
18643            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
18644 ____________________________________________________________________________
18645 [  9874] By: jhi                                   on 2001/04/26  22:46:05
18646         Log: Document ANYOF_CLASS.
18647      Branch: perl
18648            ! regcomp.h
18649 ____________________________________________________________________________
18650 [  9873] By: jhi                                   on 2001/04/26  22:35:03
18651         Log: Subject: Re: [PATCH @9846] dumping ANYOF
18652              From: Hugo <hv@crypt.compulink.co.uk>
18653              Date: Thu, 26 Apr 2001 23:33:38 +0100
18654              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
18655      Branch: perl
18656            ! regcomp.c regcomp.h
18657 ____________________________________________________________________________
18658 [  9872] By: jhi                                   on 2001/04/26  22:34:31
18659         Log: Subject: [PATCH] more for Devel::SelfStubber
18660              From: Nicholas Clark <nick@ccl4.org>
18661              Date: Fri, 27 Apr 2001 00:13:52 +0100
18662              Message-ID: <20010427001351.K88186@plum.flirble.org>
18663      Branch: perl
18664            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
18665 ____________________________________________________________________________
18666 [  9871] By: jhi                                   on 2001/04/26  21:59:17
18667         Log: Subject: [PATCH B::Deparse] formats must be flush left
18668              From: Robin Houston <robin@kitsite.com>
18669              Date: Thu, 26 Apr 2001 23:54:29 +0100
18670              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
18671      Branch: perl
18672            ! ext/B/B/Deparse.pm
18673 ____________________________________________________________________________
18674 [  9870] By: jhi                                   on 2001/04/26  21:57:37
18675         Log: If some of the constants are prefixes of others,
18676              the prefixes may never get recognized.  (See 20010426.006.)
18677      Branch: perl
18678            ! utils/h2xs.PL
18679 ____________________________________________________________________________
18680 [  9869] By: jhi                                   on 2001/04/26  21:50:42
18681         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
18682              From: Chris Bongaarts <cab@tc.umn.edu>
18683              Date: Thu, 26 Apr 2001 17:10:31 -0500
18684              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
18685      Branch: perl
18686            ! ext/Sys/Syslog/Syslog.xs
18687 ____________________________________________________________________________
18688 [  9868] By: jhi                                   on 2001/04/26  21:35:12
18689         Log: Further cuts and more docs from Graham Barr.
18690      Branch: perl
18691            ! ext/List/Util/lib/List/Util.pm
18692            ! ext/List/Util/lib/Scalar/Util.pm
18693 ____________________________________________________________________________
18694 [  9867] By: jhi                                   on 2001/04/26  21:18:57
18695         Log: Subject: [PATCH 5.7.1] DB_File-1.77
18696              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
18697              Date: Thu, 26 Apr 2001 22:37:53 +0100
18698              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
18699      Branch: perl
18700            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
18701            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
18702 ____________________________________________________________________________
18703 [  9866] By: jhi                                   on 2001/04/26  21:12:31
18704         Log: Subject: [PATCH B::Deparse] fix easy bugs
18705              From: Robin Houston <robin@kitsite.com>
18706              Date: Thu, 26 Apr 2001 23:03:33 +0100
18707              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
18708      Branch: perl
18709            ! ext/B/B/Deparse.pm
18710 ____________________________________________________________________________
18711 [  9865] By: jhi                                   on 2001/04/26  20:26:13
18712         Log: Update Changes.
18713      Branch: perl
18714            ! Changes patchlevel.h
18715 ____________________________________________________________________________
18716 [  9864] By: jhi                                   on 2001/04/26  19:27:48
18717         Log: Dethinko from Robin Houston.
18718      Branch: perl
18719            ! ext/B/B/Deparse.pm
18720 ____________________________________________________________________________
18721 [  9863] By: jhi                                   on 2001/04/26  19:10:35
18722         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
18723              From: Robin Houston <robin@kitsite.com>
18724              Date: Thu, 26 Apr 2001 21:08:32 +0100
18725              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
18726      Branch: perl
18727            ! ext/B/B/Deparse.pm
18728 ____________________________________________________________________________
18729 [  9862] By: jhi                                   on 2001/04/26  19:04:23
18730         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
18731              From: Robin Houston <robin@kitsite.com>
18732              Date: Thu, 26 Apr 2001 20:52:50 +0100
18733              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
18734      Branch: perl
18735            ! ext/B/B/Deparse.pm
18736 ____________________________________________________________________________
18737 [  9861] By: jhi                                   on 2001/04/26  18:56:14
18738         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
18739              From: Mike Guy <mjtg@cam.ac.uk>
18740              Date: Thu, 26 Apr 2001 14:22:40 +0100
18741              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
18742      Branch: perl
18743            ! pod/perlobj.pod
18744 ____________________________________________________________________________
18745 [  9860] By: jhi                                   on 2001/04/26  18:46:42
18746         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
18747              From: Robin Houston <robin@kitsite.com>
18748              Date: Thu, 26 Apr 2001 20:34:29 +0100
18749              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
18750              
18751              Hashes do not interpolate.
18752      Branch: perl
18753            ! ext/B/B/Deparse.pm
18754 ____________________________________________________________________________
18755 [  9859] By: jhi                                   on 2001/04/26  18:43:51
18756         Log: Subject: The Time::Piece conspiracy unmasked!!!
18757              From: Mike Guy <mjtg@cam.ac.uk>
18758              Date: Thu, 26 Apr 2001 19:02:50 +0100
18759              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
18760              
18761              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
18762              From: Mike Guy <mjtg@cam.ac.uk>
18763              Date: Thu, 26 Apr 2001 19:08:21 +0100
18764              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
18765              
18766              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
18767              From: Graham Barr <gbarr@pobox.com>
18768              Date: Thu, 26 Apr 2001 19:12:03 +0100
18769              Message-ID: <20010426191203.A70835@pobox.com>
18770              
18771              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
18772      Branch: perl
18773            ! ext/List/Util/lib/List/Util.pm
18774            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
18775 ____________________________________________________________________________
18776 [  9858] By: jhi                                   on 2001/04/26  18:17:42
18777         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
18778              From: Robin Houston <robin@kitsite.com>
18779              Date: Thu, 26 Apr 2001 16:09:35 +0100
18780              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
18781      Branch: perl
18782            ! t/comp/proto.t
18783 ____________________________________________________________________________
18784 [  9857] By: jhi                                   on 2001/04/26  18:04:59
18785         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
18786              From: barries <barries@slaysys.com>
18787              Date: Thu, 26 Apr 2001 12:01:10 -0400
18788              Message-ID: <20010426120110.E29698@jester.slaysys.com>
18789      Branch: perl
18790            ! pod/perldiag.pod
18791 ____________________________________________________________________________
18792 [  9856] By: jhi                                   on 2001/04/26  18:03:33
18793         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
18794              Date: Thu, 26 Apr 2001 17:13:41 +0100
18795              From: Robin Houston <robin@kitsite.com>
18796              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
18797              
18798              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
18799              From: Robin Houston <robin@kitsite.com>
18800              Date: Thu, 26 Apr 2001 18:44:29 +0100
18801              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
18802      Branch: perl
18803            ! ext/B/B/Deparse.pm
18804 ____________________________________________________________________________
18805 [  9855] By: jhi                                   on 2001/04/26  17:56:04
18806         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
18807              From: Robin Houston <robin@kitsite.com>
18808              Date: Thu, 26 Apr 2001 17:04:08 +0100
18809              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
18810      Branch: perl
18811            ! ext/B/B/Deparse.pm
18812 ____________________________________________________________________________
18813 [  9854] By: jhi                                   on 2001/04/26  17:47:26
18814         Log: Subject: Re: Short test case for undef %stash:: crash
18815              From: Benjamin Sugars <bsugars@canoe.ca> 
18816              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
18817              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
18818              Changed and moved the perldiag entry.
18819      Branch: perl
18820            ! gv.c pod/perldiag.pod
18821 ____________________________________________________________________________
18822 [  9853] By: jhi                                   on 2001/04/26  14:35:16
18823         Log: Beginnings of strptime().  Do not touch the wet paint.
18824      Branch: perl
18825            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
18826 ____________________________________________________________________________
18827 [  9852] By: jhi                                   on 2001/04/26  13:17:21
18828         Log: Retract #9851, core dumps from pod2man.
18829      Branch: perl
18830            ! regcomp.c
18831 ____________________________________________________________________________
18832 [  9851] By: jhi                                   on 2001/04/26  11:54:41
18833         Log: (Retracted by #9852.)
18834              
18835              Subject: [PATCH @9846] dumping ANYOF
18836              From: Hugo <hv@crypt.compulink.co.uk>
18837              Date: Thu, 26 Apr 2001 05:32:38 +0100
18838              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
18839      Branch: perl
18840            ! regcomp.c
18841 ____________________________________________________________________________
18842 [  9850] By: jhi                                   on 2001/04/26  02:34:44
18843         Log: If ccflags was empty the _previous_ $* containing all the
18844              environment variables and Configure variables was used,
18845              which lead, among other bad things, into $ccflags being your
18846              uname -a output, which lead into test compile with cc failing,
18847              which lead into gcc being selected, which didn't work that well
18848              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
18849              with large files, et cetera.
18850      Branch: perl
18851            ! hints/hpux.sh
18852 ____________________________________________________________________________
18853 [  9849] By: jhi                                   on 2001/04/26  01:44:57
18854         Log: Make selfstubber test more portable.
18855      Branch: perl
18856            ! t/lib/selfstubber.t
18857 ____________________________________________________________________________
18858 [  9848] By: jhi                                   on 2001/04/26  00:50:26
18859         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
18860              From: Benjamin Sugars <ben.sugars@home.com>
18861              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
18862              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
18863      Branch: perl
18864            ! ext/Cwd/Cwd.xs
18865 ____________________________________________________________________________
18866 [  9847] By: jhi                                   on 2001/04/26  00:46:58
18867         Log: Subject: [PATCH: perl@9841] VMS updates
18868              From: Peter Prymmer <pvhp@forte.com>
18869              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
18870              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
18871      Branch: perl
18872            ! README.vms configure.com vms/descrip_mms.template
18873            ! vms/ext/filespec.t
18874 ____________________________________________________________________________
18875 [  9846] By: jhi                                   on 2001/04/26  00:11:56
18876         Log: re 'debug' was broken by #9084.
18877      Branch: perl
18878            ! ext/re/re.xs
18879 ____________________________________________________________________________
18880 [  9845] By: jhi                                   on 2001/04/25  22:33:17
18881         Log: Subject: [PATCH] test for Devel::SelfStubber
18882              From: Nicholas Clark <nick@ccl4.org>
18883              Date: Thu, 26 Apr 2001 00:00:54 +0100
18884              Message-ID: <20010426000054.D89026@plum.flirble.org>
18885      Branch: perl
18886            + t/lib/selfstubber.t
18887            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
18888 ____________________________________________________________________________
18889 [  9844] By: jhi                                   on 2001/04/25  22:29:32
18890         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
18891              From: Paul Johnson <paul@pjcj.net>
18892              Date: Thu, 26 Apr 2001 00:46:08 +0200
18893              Message-ID: <20010426004608.H2338@pjcj.net>
18894      Branch: perl
18895            ! ext/B/B/Concise.pm
18896 ____________________________________________________________________________
18897 [  9843] By: jhi                                   on 2001/04/25  22:28:28
18898         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
18899              From: Peter Prymmer <pvhp@forte.com>
18900              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
18901              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
18902      Branch: perl
18903            ! ext/Cwd/Cwd.xs
18904 ____________________________________________________________________________
18905 [  9842] By: jhi                                   on 2001/04/25  20:58:12
18906         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
18907              From: John Peacock <jpeacock@rowman.com>
18908              Date: Wed, 25 Apr 2001 17:30:26 -0400
18909              Message-ID: <3AE741F2.B3217464@rowman.com>
18910      Branch: perl
18911            ! lib/Math/BigInt.pm t/lib/bigintpm.t
18912 ____________________________________________________________________________
18913 [  9841] By: jhi                                   on 2001/04/25  20:07:05
18914         Log: Update Changes.
18915      Branch: perl
18916            ! Changes patchlevel.h
18917 ____________________________________________________________________________
18918 [  9840] By: jhi                                   on 2001/04/25  19:56:51
18919         Log: Yet another HP-UX hints version from Merijn.
18920      Branch: perl
18921            ! hints/hpux.sh
18922 ____________________________________________________________________________
18923 [  9839] By: jhi                                   on 2001/04/25  19:53:04
18924         Log: abs_path() didn't terminate the filename correctly,
18925              in DIRNAMLENless systems like HP-UX this would fail.
18926      Branch: perl
18927            ! ext/Cwd/Cwd.xs
18928 ____________________________________________________________________________
18929 [  9838] By: jhi                                   on 2001/04/25  16:37:26
18930         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
18931              From: Mike Guy <mjtg@cam.ac.uk>
18932              Date: Wed, 25 Apr 2001 18:31:47 +0100
18933              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
18934      Branch: perl
18935            ! op.c
18936 ____________________________________________________________________________
18937 [  9837] By: jhi                                   on 2001/04/25  16:21:53
18938         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
18939              From: Jon Eveland <jweveland@yahoo.com>
18940              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
18941              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
18942      Branch: perl
18943            ! lib/perl5db.pl
18944 ____________________________________________________________________________
18945 [  9836] By: jhi                                   on 2001/04/25  14:17:50
18946         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
18947              From: "Philip Newton" <pnewton@gmx.de>
18948              Date: Wed, 25 Apr 2001 17:05:58 +0200
18949              Message-ID: <3AE703F6.3234.1833C45@localhost>
18950      Branch: perl
18951            ! Porting/patching.pod
18952 ____________________________________________________________________________
18953 [  9835] By: jhi                                   on 2001/04/25  13:58:07
18954         Log: It would seem that both ar and full_ar need to be overridden
18955              for HP-UX to avoid the GNU ar.
18956      Branch: perl
18957            ! hints/hpux.sh
18958 ____________________________________________________________________________
18959 [  9834] By: jhi                                   on 2001/04/25  13:50:40
18960         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
18961              From: "Philip Newton" <pnewton@gmx.de>
18962              Date: Wed, 25 Apr 2001 16:09:23 +0200
18963              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
18964              
18965              Detypo.
18966      Branch: perl
18967            ! t/op/misc.t
18968 ____________________________________________________________________________
18969 [  9833] By: jhi                                   on 2001/04/25  12:36:11
18970         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
18971      Branch: perl
18972            ! hints/hpux.sh
18973 ____________________________________________________________________________
18974 [  9832] By: jhi                                   on 2001/04/25  12:33:36
18975         Log: New version of HP-UX hints from Merijn.
18976      Branch: perl
18977            ! hints/hpux.sh
18978 ____________________________________________________________________________
18979 [  9831] By: jhi                                   on 2001/04/25  03:39:45
18980         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
18981      Branch: perl
18982            ! hints/hpux.sh
18983 ____________________________________________________________________________
18984 [  9830] By: jhi                                   on 2001/04/25  02:53:25
18985         Log: The tzname[] bit is not needed by util.c -- and causes
18986              heartburn in VMS (and it missing was probably the cause of
18987              the Mac OS X trouble).  Ouch.
18988      Branch: perl
18989            ! ext/POSIX/POSIX.xs util.c
18990 ____________________________________________________________________________
18991 [  9829] By: jhi                                   on 2001/04/25  00:10:06
18992         Log: Metaconfig unit change for #9828.
18993      Branch: metaconfig
18994            ! U/compline/ccflags.U
18995 ____________________________________________________________________________
18996 [  9828] By: jhi                                   on 2001/04/25  00:04:18
18997         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
18998              (which is actually the reason for the change, we need to pass
18999              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
19000              EP/IX, OS/2, and TitanOS, based on the hints files.
19001      Branch: perl
19002            ! Configure config_h.SH
19003 ____________________________________________________________________________
19004 [  9827] By: jhi                                   on 2001/04/24  23:49:20
19005         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
19006              the $cat must have an absolute path.
19007      Branch: perl
19008            ! makedepend.SH
19009 ____________________________________________________________________________
19010 [  9826] By: jhi                                   on 2001/04/24  23:40:53
19011         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
19012      Branch: perl
19013            ! README.amiga
19014 ____________________________________________________________________________
19015 [  9825] By: jhi                                   on 2001/04/24  23:35:35
19016         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
19017              From: "Philip Newton" <pnewton@gmx.de>
19018              Date: Tue, 24 Apr 2001 18:52:49 +0200
19019              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
19020      Branch: perl
19021            ! x2p/find2perl.PL
19022 ____________________________________________________________________________
19023 [  9824] By: jhi                                   on 2001/04/24  23:33:07
19024         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
19025              Some gcc specifics dropped out due to extensive rewriting;
19026              will be put back later as needed.
19027      Branch: perl
19028            ! hints/hpux.sh
19029 ____________________________________________________________________________
19030 [  9823] By: jhi                                   on 2001/04/24  23:27:57
19031         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
19032      Branch: perl
19033            ! ext/POSIX/POSIX.xs
19034 ____________________________________________________________________________
19035 [  9822] By: jhi                                   on 2001/04/24  23:25:21
19036         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
19037              From: Tim Jenness <t.jenness@jach.hawaii.edu>
19038              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
19039              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
19040      Branch: perl
19041            ! ext/XS/Typemap/Typemap.xs
19042 ____________________________________________________________________________
19043 [  9821] By: jhi                                   on 2001/04/24  23:24:10
19044         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
19045              From: "Abigail" <abigail@foad.org>
19046              Date: Tue, 24 Apr 2001 23:12:03 +0200
19047              Message-ID: <20010424211203.7901.qmail@foad.org>
19048      Branch: perl
19049            ! pod/perlport.pod
19050 ____________________________________________________________________________
19051 [  9820] By: jhi                                   on 2001/04/24  23:23:15
19052         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
19053              From: Matt Sergeant <matt@sergeant.org>
19054              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
19055              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
19056      Branch: perl
19057            ! pod/perlfaq4.pod
19058 ____________________________________________________________________________
19059 [  9819] By: nick                                  on 2001/04/24  18:49:43
19060         Log: Integrate mainline.
19061      Branch: perlio
19062           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
19063           !> (integrate 37 files)
19064 ____________________________________________________________________________
19065 [  9818] By: jhi                                   on 2001/04/24  14:35:23
19066         Log: Update Changes.
19067      Branch: perl
19068            ! Changes patchlevel.h
19069 ____________________________________________________________________________
19070 [  9817] By: jhi                                   on 2001/04/24  14:09:17
19071         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
19072              From: "Philip Newton" <pnewton@gmx.de>
19073              Date: Tue, 24 Apr 2001 12:58:12 +0200
19074              Message-ID: <3AE57864.8304.B77A0A@localhost> 
19075              
19076              plus add CPAN to the list of modules that have their own tests.
19077      Branch: perl
19078            ! t/lib/1_compile.t
19079 ____________________________________________________________________________
19080 [  9816] By: jhi                                   on 2001/04/24  14:07:03
19081         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
19082              From: Michael G Schwern <schwern@pobox.com>
19083              Date: Sat, 21 Apr 2001 22:35:00 +0100
19084              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
19085      Branch: perl
19086            ! t/lib/1_compile.t
19087 ____________________________________________________________________________
19088 [  9815] By: jhi                                   on 2001/04/24  13:54:32
19089         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
19090              From: Robin Houston <robin@kitsite.com>
19091              Date: Tue, 24 Apr 2001 15:51:18 +0100
19092              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
19093      Branch: perl
19094            ! ext/B/B/Deparse.pm
19095 ____________________________________________________________________________
19096 [  9814] By: jhi                                   on 2001/04/24  13:17:34
19097         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
19098              From: Bill Glicker <billg@burrelles.com>
19099              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
19100              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
19101      Branch: perl
19102            ! hints/svr5.sh
19103 ____________________________________________________________________________
19104 [  9813] By: jhi                                   on 2001/04/24  12:54:23
19105         Log: Prevent path disclosure (probing for existence of filenames)
19106              using suidperl; bug id 20010322.218.
19107      Branch: perl
19108            ! perl.c pod/perldiag.pod
19109 ____________________________________________________________________________
19110 [  9812] By: jhi                                   on 2001/04/24  12:08:36
19111         Log: Retract #9811.
19112      Branch: perl
19113            ! ext/POSIX/POSIX.xs
19114 ____________________________________________________________________________
19115 [  9811] By: jhi                                   on 2001/04/24  11:57:35
19116         Log: (Retracted by #9812.)
19117      Branch: perl
19118            ! ext/POSIX/POSIX.xs
19119 ____________________________________________________________________________
19120 [  9810] By: jhi                                   on 2001/04/24  03:32:35
19121         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
19122      Branch: perl
19123            ! util.c
19124 ____________________________________________________________________________
19125 [  9809] By: jhi                                   on 2001/04/24  03:16:13
19126         Log: The Math::BigFloat::import() was broken.
19127              (Fixes bug id 20010422.002.)
19128      Branch: perl
19129            ! lib/Math/BigFloat.pm
19130 ____________________________________________________________________________
19131 [  9808] By: jhi                                   on 2001/04/24  01:11:40
19132         Log: Additional dependencies; should help for parallel makes
19133              not to fail on missing lib/lib.pm or lib/re.pm.
19134      Branch: perl
19135            ! Makefile.SH
19136 ____________________________________________________________________________
19137 [  9807] By: jhi                                   on 2001/04/24  00:57:01
19138         Log: Update the test failure disclaimer.
19139      Branch: perl
19140            ! t/pragma/warn/pp_hot
19141 ____________________________________________________________________________
19142 [  9806] By: jhi                                   on 2001/04/24  00:54:04
19143         Log: Add make target "install-all" which is alias for "install"
19144              to cater for case-preserving filesystems like HFS+.
19145      Branch: perl
19146            ! INSTALL Makefile.SH
19147 ____________________________________________________________________________
19148 [  9805] By: jhi                                   on 2001/04/24  00:47:28
19149         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
19150              From: Peter Prymmer <pvhp@forte.com>
19151              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
19152              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
19153              
19154              (Ken William's message forwarded from macosx@perl.org)
19155      Branch: perl
19156            ! hints/darwin.sh
19157 ____________________________________________________________________________
19158 [  9804] By: jhi                                   on 2001/04/23  23:57:35
19159         Log: Cut-and-pasto.
19160      Branch: perl
19161            ! perlio.c
19162 ____________________________________________________________________________
19163 [  9803] By: jhi                                   on 2001/04/23  23:52:25
19164         Log: More PerlIO robustness.
19165      Branch: perl
19166            ! perlio.c
19167 ____________________________________________________________________________
19168 [  9802] By: jhi                                   on 2001/04/23  23:43:35
19169         Log: Make the "STD* opened only for ..." errors more consistent.
19170      Branch: perl
19171            ! doio.c
19172 ____________________________________________________________________________
19173 [  9801] By: jhi                                   on 2001/04/23  23:34:26
19174         Log: Test case for #9800.
19175      Branch: perl
19176            ! t/op/misc.t
19177 ____________________________________________________________________________
19178 [  9800] By: jhi                                   on 2001/04/23  23:14:43
19179         Log: Avoid coredump on 'close STDERR; die' by making
19180              the PerlIO calls more robust.  Also use SETERRNO()
19181              instead of errno = to be more VMS-ready.
19182      Branch: perl
19183            ! perlio.c
19184 ____________________________________________________________________________
19185 [  9799] By: jhi                                   on 2001/04/23  21:41:10
19186         Log: Subject: test for ID 20010423.002
19187              From: Robin Houston <robin@kitsite.com>
19188              Date: Mon, 23 Apr 2001 16:52:21 +0100
19189              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
19190      Branch: perl
19191            ! t/op/avhv.t
19192 ____________________________________________________________________________
19193 [  9798] By: jhi                                   on 2001/04/23  21:40:07
19194         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
19195              From: David Dyck <dcd@tc.fluke.com>
19196              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
19197              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
19198      Branch: perl
19199            ! installperl
19200 ____________________________________________________________________________
19201 [  9797] By: jhi                                   on 2001/04/23  21:37:56
19202         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
19203              From: Benjamin Sugars <bsugars@canoe.ca>
19204              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
19205              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
19206      Branch: perl
19207            ! ext/Cwd/Cwd.xs lib/Cwd.pm
19208 ____________________________________________________________________________
19209 [  9796] By: jhi                                   on 2001/04/23  21:29:24
19210         Log: Synchronize h2xs and pod2man some more on the documentation
19211              templates they propose.
19212      Branch: perl
19213            ! pod/pod2man.PL utils/h2xs.PL
19214 ____________________________________________________________________________
19215 [  9795] By: jhi                                   on 2001/04/23  17:30:40
19216         Log: Add one more naughty test for base64; make encoding logic cleaner.
19217      Branch: perl
19218            ! t/lib/mimeb64.t
19219 ____________________________________________________________________________
19220 [  9794] By: jhi                                   on 2001/04/23  13:51:32
19221         Log: Update Changes.
19222      Branch: perl
19223            ! Changes patchlevel.h
19224 ____________________________________________________________________________
19225 [  9793] By: jhi                                   on 2001/04/23  13:44:18
19226         Log: Duplicate lines.
19227      Branch: perl
19228            ! MANIFEST
19229 ____________________________________________________________________________
19230 [  9792] By: jhi                                   on 2001/04/23  13:39:13
19231         Log: Subject: Re: PATCH 5.7.1
19232              From: Mark-Jason Dominus <mjd@plover.com>
19233              Date: Mon, 23 Apr 2001 10:30:21 -0400
19234              Message-ID: <20010423143021.17335.qmail@plover.com>
19235      Branch: perl
19236            ! perl.h sv.c
19237 ____________________________________________________________________________
19238 [  9791] By: jhi                                   on 2001/04/23  13:32:40
19239         Log: Add the CPAN.pm 1.59_54 tests.
19240      Branch: perl
19241            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
19242            ! MANIFEST
19243 ____________________________________________________________________________
19244 [  9790] By: jhi                                   on 2001/04/23  13:21:55
19245         Log: Subject: Deparse nit
19246              From: Robin Houston <robin@kitsite.com>
19247              Date: Mon, 23 Apr 2001 12:38:20 +0100
19248              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
19249      Branch: perl
19250            ! ext/B/B/Deparse.pm
19251 ____________________________________________________________________________
19252 [  9789] By: jhi                                   on 2001/04/23  13:19:07
19253         Log: Subject: [PATCH] bug 20010423.002
19254              From: Robin Houston <robin@kitsite.com>
19255              Date: Mon, 23 Apr 2001 13:12:30 +0100
19256              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
19257      Branch: perl
19258            ! pp.c
19259 ____________________________________________________________________________
19260 [  9788] By: jhi                                   on 2001/04/23  13:02:49
19261         Log: Subject: PATCH [5.7.1] hv.c unused #define
19262              From: Mark-Jason Dominus <mjd@plover.com>
19263              Date: Sun, 22 Apr 2001 14:17:49 -0400
19264              Message-ID: <20010422181749.26976.qmail@plover.com>
19265      Branch: perl
19266            ! hv.c
19267 ____________________________________________________________________________
19268 [  9787] By: jhi                                   on 2001/04/23  13:02:02
19269         Log: Subject: PATCH 5.7.1
19270              From: Mark-Jason Dominus <mjd@plover.com>
19271              Date: Sun, 22 Apr 2001 15:12:57 -0400
19272              Message-ID: <20010422191258.6539.qmail@plover.com>
19273              
19274              plus Sarathy's STMT_START + STMT_END suggestion.
19275      Branch: perl
19276            ! perl.h
19277 ____________________________________________________________________________
19278 [  9786] By: jhi                                   on 2001/04/23  12:53:25
19279         Log: Fix for
19280              
19281              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
19282              From: dLux <dlux@spam.sch.bme.hu>
19283              Date: Mon, 23 Apr 2001 01:25:26 +0200
19284              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
19285              
19286              (SvGROW really does return a char *.)
19287      Branch: perl
19288            ! pod/perlapi.pod sv.h
19289 ____________________________________________________________________________
19290 [  9785] By: jhi                                   on 2001/04/23  04:34:04
19291         Log: Time::Piece work continues.  $t->day removed since
19292              I think it's too confusing.  Now has normal and
19293              abbreviated length weekday names and month names,
19294              the names change with _names(), not _list().
19295              Now has strftime() in Perl, _strftime() is
19296              the libc version (to which strftime() falls back
19297              if it doesn't know the format.  To do: the reverse
19298              of strftime, strptime(), and the localisation of both.
19299      Branch: perl
19300            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
19301            ! t/lib/time-piece.t
19302 ____________________________________________________________________________
19303 [  9784] By: jhi                                   on 2001/04/23  02:41:46
19304         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
19305              From: andreas.koenig@anima.de (Andreas J. Koenig)
19306              Date: 23 Apr 2001 05:20:55 +0200
19307              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
19308      Branch: perl
19309            ! t/pragma/overload.t
19310 ____________________________________________________________________________
19311 [  9783] By: jhi                                   on 2001/04/22  23:32:42
19312         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
19313              From: Robin Houston <robin@kitsite.com>
19314              Date: Mon, 23 Apr 2001 00:38:18 +0100
19315              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
19316      Branch: perl
19317            ! ext/B/B/Deparse.pm
19318 ____________________________________________________________________________
19319 [  9782] By: jhi                                   on 2001/04/22  20:55:43
19320         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
19321              From: Simon Cozens <simon@netthink.co.uk>
19322              Date: Sun, 22 Apr 2001 18:47:25 +0100
19323              Message-ID: <20010422184725.A14411@netthink.co.uk>
19324      Branch: perl
19325            ! sv.c t/pragma/overload.t
19326 ____________________________________________________________________________
19327 [  9781] By: jhi                                   on 2001/04/22  20:52:13
19328         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
19329              From: Robin Houston <robin@kitsite.com>
19330              Date: Sun, 22 Apr 2001 22:14:50 +0100
19331              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
19332      Branch: perl
19333            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
19334 ____________________________________________________________________________
19335 [  9780] By: nick                                  on 2001/04/22  20:40:31
19336         Log: Integrate mainline.
19337      Branch: perlio
19338           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
19339           +> t/lib/b-stash.t
19340           !> (integrate 38 files)
19341 ____________________________________________________________________________
19342 [  9779] By: jhi                                   on 2001/04/22  15:16:03
19343         Log: Subject: IO::Socket::INET patch
19344              From: andrew deryabin <djsf@technarchy.ru>
19345              Date: Sat, 21 Apr 2001 17:46:52 +0400
19346              Message-ID: <20010421174652.B1426@technarchy>
19347      Branch: perl
19348            ! ext/IO/lib/IO/Socket/INET.pm
19349 ____________________________________________________________________________
19350 [  9778] By: jhi                                   on 2001/04/22  15:14:33
19351         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
19352              From: Mark-Jason Dominus <mjd@plover.com>
19353              Date: Sat, 21 Apr 2001 21:27:49 -0400
19354              Message-ID: <20010422012749.27024.qmail@plover.com>
19355      Branch: perl
19356            ! regcomp.c
19357 ____________________________________________________________________________
19358 [  9777] By: jhi                                   on 2001/04/22  15:10:51
19359         Log: Subject: Re: Regex debugger patch 
19360              From: Mark-Jason Dominus <mjd@plover.com>
19361              Date: Sat, 21 Apr 2001 21:48:51 -0400
19362              Message-ID: <20010422014851.27165.qmail@plover.com>
19363      Branch: perl
19364            ! pod/perldebguts.pod
19365 ____________________________________________________________________________
19366 [  9776] By: jhi                                   on 2001/04/22  15:09:48
19367         Log: Subject: Re: Regex debugger patch
19368              From: Mark-Jason Dominus <mjd@plover.com>
19369              Date: Sat, 21 Apr 2001 14:24:39 -0400
19370              Message-ID: <20010421182439.16508.qmail@plover.com>
19371              
19372              Regex debugger backend.
19373      Branch: perl
19374            ! regcomp.c regexp.h
19375 ____________________________________________________________________________
19376 [  9775] By: jhi                                   on 2001/04/21  16:45:40
19377         Log: Subject: [PATCH] Typo in utf8.h
19378              From: Jesús Quiroga <jquiroga@pobox.com>
19379              Date: Sat, 21 Apr 2001 19:25:33 +0200
19380              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
19381      Branch: perl
19382            ! utf8.h
19383 ____________________________________________________________________________
19384 [  9774] By: jhi                                   on 2001/04/21  16:43:52
19385         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
19386              From: Joe Orton <jorton@redhat.com>
19387              Date: Tue, 17 Apr 2001 15:50:43 +0100
19388              Message-Id: <20010417155043.D19132@eu.c2.net>
19389      Branch: perl
19390            ! hints/svr5.sh
19391 ____________________________________________________________________________
19392 [  9773] By: jhi                                   on 2001/04/21  15:30:15
19393         Log: Subject: Patch utils/h2xs.PL
19394              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
19395              Date: Sat, 21 Apr 2001 10:32:16 -0500
19396              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
19397              
19398              Add MAILING list and LICENSE templates.
19399      Branch: perl
19400            ! utils/h2xs.PL
19401 ____________________________________________________________________________
19402 [  9772] By: jhi                                   on 2001/04/21  15:28:36
19403         Log: Subject: perlfaq2.patch for 5.7.1
19404              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
19405              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
19406              Date: Fri, 20 Apr 2001 16:42:19 -0500
19407              
19408              rm an extra tab, a blurb about the xx.cpan to clarify
19409              which countries actually have that and dejanews is history
19410              as well as most of that nonsensical entry.
19411      Branch: perl
19412            ! pod/perlfaq2.pod
19413 ____________________________________________________________________________
19414 [  9771] By: jhi                                   on 2001/04/21  15:27:17
19415         Log: Subject: perlfaq1.patch for 5.7.1
19416              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
19417              Date: Fri, 20 Apr 2001 16:57:36 -0500
19418              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
19419              
19420              Evil URLs must die. Especially when they are broken.
19421      Branch: perl
19422            ! pod/perlfaq1.pod
19423 ____________________________________________________________________________
19424 [  9770] By: jhi                                   on 2001/04/21  15:23:38
19425         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
19426              From: Michael G Schwern <schwern@pobox.com>
19427              Date: Sat, 21 Apr 2001 16:11:12 +0100
19428              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
19429      Branch: perl
19430            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
19431            + t/lib/b-stash.t
19432            ! MANIFEST ext/B/B.pm t/lib/b.t
19433 ____________________________________________________________________________
19434 [  9769] By: jhi                                   on 2001/04/21  15:03:32
19435         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
19436              From: Michael G Schwern <schwern@pobox.com>
19437              Date: Sat, 21 Apr 2001 09:48:00 +0100
19438              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
19439      Branch: perl
19440            ! utils/h2ph.PL
19441 ____________________________________________________________________________
19442 [  9768] By: jhi                                   on 2001/04/21  14:33:49
19443         Log: PerlIO and Encode doc cleanup and tweaks.
19444      Branch: perl
19445            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
19446            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
19447 ____________________________________________________________________________
19448 [  9767] By: jhi                                   on 2001/04/21  12:40:16
19449         Log: Integrate perlio.
19450      Branch: perl
19451           !> doio.c
19452 ____________________________________________________________________________
19453 [  9766] By: nick                                  on 2001/04/20  18:28:35
19454         Log: Avoid core dump on
19455              open(STDOUT,">",\$foo);
19456      Branch: perlio
19457            ! doio.c
19458 ____________________________________________________________________________
19459 [  9765] By: jhi                                   on 2001/04/20  13:23:43
19460         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
19461              From: Robin Houston <robin@kitsite.com>
19462              Date: Fri, 20 Apr 2001 14:29:22 +0100
19463              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
19464      Branch: perl
19465            ! ext/B/B.pm ext/B/B/Deparse.pm
19466 ____________________________________________________________________________
19467 [  9764] By: jhi                                   on 2001/04/20  13:19:33
19468         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
19469              From: Peter Prymmer <pvhp@forte.com>
19470              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
19471              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
19472      Branch: perl
19473            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
19474            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
19475            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
19476            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
19477 ____________________________________________________________________________
19478 [  9763] By: jhi                                   on 2001/04/20  12:36:39
19479         Log: Subject: Re: A new PerlIO coredump
19480              From: Nick Ing-Simmons <nik@tiuk.ti.com>
19481              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
19482              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
19483      Branch: perl
19484            ! doio.c
19485 ____________________________________________________________________________
19486 [  9762] By: jhi                                   on 2001/04/19  23:02:30
19487         Log: Update Changes.
19488      Branch: perl
19489            ! Changes patchlevel.h
19490 ____________________________________________________________________________
19491 [  9761] By: jhi                                   on 2001/04/19  22:59:19
19492         Log: More cleanup cleanup.
19493      Branch: perl
19494            ! Makefile.SH win32/Makefile win32/makefile.mk
19495 ____________________________________________________________________________
19496 [  9760] By: jhi                                   on 2001/04/19  22:50:31
19497         Log: lib/Time is non-empty, let's not rmdir it.
19498      Branch: perl
19499            ! Makefile.SH
19500 ____________________________________________________________________________
19501 [  9759] By: jhi                                   on 2001/04/19  22:36:51
19502         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
19503              From: Robin Houston <robin@kitsite.com>
19504              Date: Fri, 20 Apr 2001 00:18:53 +0100
19505              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
19506      Branch: perl
19507            ! ext/B/B/Deparse.pm
19508 ____________________________________________________________________________
19509 [  9758] By: jhi                                   on 2001/04/19  22:36:00
19510         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
19511              From: Peter Prymmer <pvhp@forte.com>
19512              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
19513              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
19514      Branch: perl
19515            ! ext/Cwd/Cwd.xs
19516 ____________________________________________________________________________
19517 [  9757] By: nick                                  on 2001/04/19  18:53:54
19518         Log: Blind (untested) integrate of mainline.
19519      Branch: perlio
19520           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
19521           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
19522           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
19523           !> (integrate 53 files)
19524 ____________________________________________________________________________
19525 [  9756] By: jhi                                   on 2001/04/19  16:59:23
19526         Log: Document and test Time::Piece.
19527      Branch: perl
19528            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
19529            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
19530 ____________________________________________________________________________
19531 [  9755] By: jhi                                   on 2001/04/19  12:13:29
19532         Log: A better fix for the \x{12345678} trouble from NI-S.
19533      Branch: perl
19534            ! utf8.c
19535 ____________________________________________________________________________
19536 [  9754] By: jhi                                   on 2001/04/19  11:56:07
19537         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
19538              From: Robin Houston <robin@kitsite.com>
19539              Date: Wed, 18 Apr 2001 17:58:33 +0100
19540              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
19541      Branch: perl
19542            ! ext/B/B/Deparse.pm op.c
19543 ____________________________________________________________________________
19544 [  9753] By: jhi                                   on 2001/04/19  04:21:52
19545         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
19546              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
19547              Date: Thu, 19 Apr 2001 01:11:41 -0400
19548              Message-ID: <20010419011141.A5798@cpan.org>
19549      Branch: perl
19550            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
19551 ____________________________________________________________________________
19552 [  9752] By: jhi                                   on 2001/04/19  02:41:10
19553         Log: The new time utils need to be thread-aware, too.
19554      Branch: perl
19555            ! util.c
19556 ____________________________________________________________________________
19557 [  9751] By: jhi                                   on 2001/04/19  02:26:47
19558         Log: Compilation nit noticed by AIX compiler.
19559      Branch: perl
19560            ! perlio.c
19561 ____________________________________________________________________________
19562 [  9750] By: jhi                                   on 2001/04/19  02:20:06
19563         Log: The new time utils need to be public.
19564      Branch: perl
19565            ! embed.pl
19566 ____________________________________________________________________________
19567 [  9749] By: jhi                                   on 2001/04/19  01:42:39
19568         Log: Regen toc.
19569      Branch: perl
19570            ! pod/perltoc.pod
19571 ____________________________________________________________________________
19572 [  9748] By: jhi                                   on 2001/04/19  01:41:10
19573         Log: Add Time::Piece, a slight rewrite of Time::Object,
19574              from Matt Sergeant.
19575      Branch: perl
19576            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
19577            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
19578            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
19579            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
19580            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
19581            ! win32/makefile.mk
19582 ____________________________________________________________________________
19583 [  9747] By: jhi                                   on 2001/04/19  00:55:35
19584         Log: The new metaconfig unit from strftime.
19585      Branch: metaconfig/U/perl
19586            + d_strftime.U
19587 ____________________________________________________________________________
19588 [  9746] By: jhi                                   on 2001/04/19  00:54:54
19589         Log: Move the strftime() wrapper from POSIX.xs to util.c
19590              as my_strftime(), requires HAS_STRFTIME.
19591      Branch: perl
19592            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19593            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
19594            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
19595            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
19596            ! vos/config.ga.h win32/config.bc win32/config.gc
19597            ! win32/config.vc
19598 ____________________________________________________________________________
19599 [  9745] By: jhi                                   on 2001/04/18  23:11:03
19600         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
19601              in preparation of Time::Piece.
19602      Branch: perl
19603            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
19604 ____________________________________________________________________________
19605 [  9744] By: jhi                                   on 2001/04/18  22:33:12
19606         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
19607              From: Peter Prymmer <pvhp@forte.com>
19608              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
19609              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
19610      Branch: perl
19611            ! t/lib/exporter.t
19612 ____________________________________________________________________________
19613 [  9743] By: jhi                                   on 2001/04/18  22:32:23
19614         Log: Subject: Fwd: pod2html leaves cache files lying around?
19615              From: Rajesh Vaidheeswarran <rv@gnu.org>
19616              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
19617              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
19618      Branch: perl
19619            ! lib/Pod/Html.pm
19620 ____________________________________________________________________________
19621 [  9742] By: jhi                                   on 2001/04/18  20:31:49
19622         Log: Update Changes.
19623      Branch: perl
19624            ! Changes patchlevel.h
19625 ____________________________________________________________________________
19626 [  9741] By: jhi                                   on 2001/04/18  20:23:02
19627         Log: Declare hints only if needed.
19628      Branch: perl
19629            ! ext/B/B/Deparse.pm
19630 ____________________________________________________________________________
19631 [  9740] By: jhi                                   on 2001/04/18  19:06:05
19632         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
19633              bug noticed by Robin Houston; basically the code of detecting
19634              value wraparound was acting differently under different compilers
19635              and platforms.  The workaround is to remove the overflow check
19636              for now, a real fix would be to do the overflow (portably) right.
19637      Branch: perl
19638            ! t/op/pat.t utf8.c
19639 ____________________________________________________________________________
19640 [  9739] By: jhi                                   on 2001/04/18  19:01:23
19641         Log: Subject: [PATCH B::Deparse] some pragma support
19642              From: Robin Houston <robin@kitsite.com>
19643              Date: Wed, 18 Apr 2001 19:32:12 +0100
19644              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
19645      Branch: perl
19646            ! ext/B/B/Deparse.pm
19647 ____________________________________________________________________________
19648 [  9738] By: jhi                                   on 2001/04/18  15:16:37
19649         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
19650              From: Benjamin Sugars <bsugars@canoe.ca>
19651              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
19652              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
19653      Branch: perl
19654            ! t/op/glob.t
19655 ____________________________________________________________________________
19656 [  9737] By: jhi                                   on 2001/04/18  13:24:50
19657         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
19658              From: Tim Jenness <t.jenness@jach.hawaii.edu>
19659              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
19660              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
19661      Branch: perl
19662            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
19663            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
19664 ____________________________________________________________________________
19665 [  9736] By: jhi                                   on 2001/04/18  04:15:14
19666         Log: The #9735 also changes the subtest 12.
19667      Branch: perl
19668            ! t/lib/b.t
19669 ____________________________________________________________________________
19670 [  9735] By: jhi                                   on 2001/04/18  03:55:17
19671         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
19672              From: David Dyck <dcd@tc.fluke.com>
19673              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
19674              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
19675      Branch: perl
19676            ! ext/B/B/Deparse.pm
19677 ____________________________________________________________________________
19678 [  9734] By: jhi                                   on 2001/04/18  03:54:11
19679         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
19680              From: Gisle Aas <gisle@ActiveState.com>
19681              Date: 17 Apr 2001 19:06:45 -0700
19682              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
19683      Branch: perl
19684            ! pp_hot.c t/op/misc.t
19685 ____________________________________________________________________________
19686 [  9733] By: jhi                                   on 2001/04/17  22:25:22
19687         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
19688              From: "Abigail" <abigail@foad.org>
19689              Date: Wed, 18 Apr 2001 01:17:46 +0200
19690              Message-ID: <20010417231746.21657.qmail@foad.org>
19691      Branch: perl
19692            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
19693 ____________________________________________________________________________
19694 [  9732] By: jhi                                   on 2001/04/17  20:47:56
19695         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
19696              From: Robin Houston <robin@kitsite.com>
19697              Date: Tue, 17 Apr 2001 22:37:42 +0100
19698              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
19699      Branch: perl
19700            ! ext/B/B/Deparse.pm
19701 ____________________________________________________________________________
19702 [  9731] By: nick                                  on 2001/04/17  20:46:35
19703         Log: Re-sync for t/lib/b.t fix
19704      Branch: perlio
19705           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
19706 ____________________________________________________________________________
19707 [  9730] By: jhi                                   on 2001/04/17  20:45:29
19708         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
19709              From: Robin Houston <robin@kitsite.com>
19710              Date: Tue, 17 Apr 2001 22:29:36 +0100
19711              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
19712      Branch: perl
19713            ! ext/B/B.xs ext/B/B/Deparse.pm
19714 ____________________________________________________________________________
19715 [  9729] By: jhi                                   on 2001/04/17  20:43:11
19716         Log: Subject: Deparse - parenthesise args to undeclared subs
19717              From: Robin Houston <robin@kitsite.com>
19718              Date: Tue, 17 Apr 2001 21:31:05 +0100
19719              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
19720      Branch: perl
19721            ! ext/B/B/Deparse.pm
19722 ____________________________________________________________________________
19723 [  9728] By: jhi                                   on 2001/04/17  18:57:30
19724         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
19725              From: Benjamin Sugars <ben.sugars@home.com>
19726              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
19727              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
19728      Branch: perl
19729            ! t/lib/cwd.t
19730 ____________________________________________________________________________
19731 [  9727] By: jhi                                   on 2001/04/17  18:20:20
19732         Log: Subject: [PATCH B::Deparse] ambient pragmas
19733              From: Robin Houston <robin@kitsite.com>
19734              Date: Tue, 17 Apr 2001 20:01:59 +0100
19735              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
19736      Branch: perl
19737            ! ext/B/B/Deparse.pm t/lib/b.t
19738 ____________________________________________________________________________
19739 [  9726] By: nick                                  on 2001/04/17  16:33:51
19740         Log: Integrate mainline (t/lib/b.t fails test 2...)
19741      Branch: perlio
19742           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
19743           +> ext/List/Util/README ext/List/Util/Util.xs
19744           +> ext/List/Util/lib/List/Util.pm
19745           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
19746           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
19747           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
19748           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
19749           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
19750           !> (integrate 31 files)
19751 ____________________________________________________________________________
19752 [  9725] By: jhi                                   on 2001/04/17  12:14:24
19753         Log: Subject: multiple B::* changes
19754              From: Robin Houston <robin@kitsite.com>
19755              Date: Thu, 12 Apr 2001 20:12:27 +0100
19756              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
19757      Branch: perl
19758            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
19759 ____________________________________________________________________________
19760 [  9724] By: jhi                                   on 2001/04/17  11:59:05
19761         Log: Thread-awareness from Doug MacEachern.
19762      Branch: perl
19763            ! ext/List/Util/Util.xs
19764 ____________________________________________________________________________
19765 [  9723] By: jhi                                   on 2001/04/17  11:57:41
19766         Log: Make the test more portable.
19767      Branch: perl
19768            ! t/lib/cwd.t
19769 ____________________________________________________________________________
19770 [  9722] By: jhi                                   on 2001/04/17  11:53:50
19771         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
19772              From: Benjamin Sugars <ben.sugars@home.com>
19773              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
19774              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
19775      Branch: perl
19776            ! t/lib/cwd.t
19777 ____________________________________________________________________________
19778 [  9721] By: jhi                                   on 2001/04/17  11:52:17
19779         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
19780              From: Benjamin Sugars <bsugars@canoe.ca>
19781              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
19782              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
19783      Branch: perl
19784            ! op.c
19785 ____________________________________________________________________________
19786 [  9720] By: jhi                                   on 2001/04/17  11:35:42
19787         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
19788              From: Chris Nandor <pudge@pobox.com>
19789              Date: Tue, 17 Apr 2001 00:30:49 -0400
19790              Message-Id: <p05100207b701768712de@[10.0.1.177]>
19791      Branch: perl
19792            ! ext/File/Glob/bsd_glob.c gv.c
19793 ____________________________________________________________________________
19794 [  9719] By: jhi                                   on 2001/04/17  11:32:13
19795         Log: Subject: [PATCH] Tweten->West
19796              From: Casey West <casey@geeknest.com>
19797              Date: Mon, 16 Apr 2001 12:11:22 -0400
19798              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
19799      Branch: perl
19800            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
19801            ! pod/perltie.pod
19802 ____________________________________________________________________________
19803 [  9718] By: jhi                                   on 2001/04/16  03:22:52
19804         Log: Update Changes.
19805      Branch: perl
19806            ! Changes patchlevel.h
19807 ____________________________________________________________________________
19808 [  9717] By: jhi                                   on 2001/04/16  03:06:28
19809         Log: Regen toc.
19810      Branch: perl
19811            ! pod/perltoc.pod
19812 ____________________________________________________________________________
19813 [  9716] By: jhi                                   on 2001/04/16  02:58:42
19814         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
19815              From: Prymmer/Kahn <pvhp@best.com>
19816              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
19817              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
19818      Branch: perl
19819            ! utf8.c
19820 ____________________________________________________________________________
19821 [  9715] By: jhi                                   on 2001/04/15  23:40:35
19822         Log: Subject: Re: Net::Ping patch, adds stream protocol
19823              From: bronson@rinspin.com (Scott Bronson)
19824              Date: Tue, 10 Apr 2001 23:58:33 -0700
19825              Message-ID: <20010410235833.N29719@rinspin.com>
19826      Branch: perl
19827            ! lib/Net/Ping.pm
19828 ____________________________________________________________________________
19829 [  9714] By: jhi                                   on 2001/04/15  23:31:46
19830         Log: Printing out the ok messages helps successful testing.
19831      Branch: perl
19832            ! t/lib/time-hires.t
19833 ____________________________________________________________________________
19834 [  9713] By: jhi                                   on 2001/04/15  21:43:24
19835         Log: Update Douglas Wegscheid's email.
19836      Branch: perl
19837            ! AUTHORS
19838 ____________________________________________________________________________
19839 [  9712] By: jhi                                   on 2001/04/15  21:40:41
19840         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
19841              From: Michael G Schwern <schwern@pobox.com>
19842              Date: Sat, 14 Apr 2001 22:40:50 +0100
19843              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
19844      Branch: perl
19845            + t/lib/exporter.t
19846            ! MANIFEST lib/Exporter/Heavy.pm
19847 ____________________________________________________________________________
19848 [  9711] By: jhi                                   on 2001/04/15  21:39:21
19849         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
19850              From: Michael G Schwern <schwern@pobox.com>
19851              Date: Sat, 14 Apr 2001 22:13:59 +0100
19852              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
19853      Branch: perl
19854            ! t/op/loopctl.t
19855 ____________________________________________________________________________
19856 [  9710] By: jhi                                   on 2001/04/15  21:30:19
19857         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
19858              From: Michael G Schwern <schwern@pobox.com>
19859              Date: Sat, 14 Apr 2001 22:05:32 +0100
19860              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
19861      Branch: perl
19862            ! t/pragma/warnings.t
19863 ____________________________________________________________________________
19864 [  9709] By: jhi                                   on 2001/04/15  19:34:09
19865         Log: Integrate changes #9706,9707 from maintperl into mainline.
19866              
19867              change#7210 broke .packlist generation
19868              
19869              ExtUtils::Installed doesn't quote regex metacharacters in paths
19870              before using them in match; also make it work for dosish platforms
19871      Branch: perl
19872           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
19873 ____________________________________________________________________________
19874 [  9708] By: jhi                                   on 2001/04/15  19:31:01
19875         Log: Test also the scalar aspect of getitimer().
19876      Branch: perl
19877            ! t/lib/time-hires.t
19878 ____________________________________________________________________________
19879 [  9707] By: gsar                                  on 2001/04/15  17:24:20
19880         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
19881              before using them in match; also make it work for dosish platforms
19882      Branch: maint-5.6/perl
19883            ! lib/ExtUtils/Installed.pm
19884 ____________________________________________________________________________
19885 [  9706] By: gsar                                  on 2001/04/15  17:21:59
19886         Log: change#7210 broke .packlist generation (listed only filename
19887              rather than fully qualified path name)
19888      Branch: maint-5.6/perl
19889            ! lib/ExtUtils/Install.pm
19890 ____________________________________________________________________________
19891 [  9705] By: jhi                                   on 2001/04/15  12:36:33
19892         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
19893      Branch: perl
19894            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
19895            ! t/lib/time-hires.t
19896 ____________________________________________________________________________
19897 [  9704] By: jhi                                   on 2001/04/15  10:49:08
19898         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
19899              From: Prymmer/Kahn <pvhp@best.com>
19900              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
19901              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
19902      Branch: perl
19903            ! lib/utf8.pm pod/perlebcdic.pod
19904 ____________________________________________________________________________
19905 [  9703] By: jhi                                   on 2001/04/15  02:26:26
19906         Log: I keep forgetting to sort MANIFEST.
19907      Branch: perl
19908            ! MANIFEST
19909 ____________________________________________________________________________
19910 [  9702] By: jhi                                   on 2001/04/15  02:07:47
19911         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
19912              Now we have blessed, reftype, tainted, first, reduce, ...
19913      Branch: perl
19914            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
19915            + ext/List/Util/README ext/List/Util/Util.xs
19916            + ext/List/Util/lib/List/Util.pm
19917            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
19918            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
19919            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
19920            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
19921            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
19922            ! MANIFEST
19923 ____________________________________________________________________________
19924 [  9701] By: jhi                                   on 2001/04/14  15:05:25
19925         Log: Subject: RE: dprofpp.pl updates 
19926              From: Carl Eklof <CEklof@endeca.com>
19927              Date: Thu, 12 Apr 2001 18:45:46 -0400
19928              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
19929      Branch: perl
19930            ! utils/dprofpp.PL
19931 ____________________________________________________________________________
19932 [  9700] By: jhi                                   on 2001/04/14  14:44:55
19933         Log: Do not just blindly add CR.
19934      Branch: perl
19935            ! Porting/makerel
19936 ____________________________________________________________________________
19937 [  9699] By: jhi                                   on 2001/04/13  13:17:01
19938         Log: Update Changes.
19939      Branch: perl
19940            ! Changes patchlevel.h
19941 ____________________________________________________________________________
19942 [  9698] By: jhi                                   on 2001/04/13  12:44:48
19943         Log: Integrate perlio.
19944      Branch: perl
19945           !> ext/PerlIO/Scalar/Scalar.xs
19946 ____________________________________________________________________________
19947 [  9697] By: jhi                                   on 2001/04/13  12:29:15
19948         Log: Add more debug output to the test.
19949      Branch: perl
19950            ! t/lib/cwd.t
19951 ____________________________________________________________________________
19952 [  9696] By: nick                                  on 2001/04/13  10:14:29
19953         Log: Fix core dump on binmode($fh,'Scalar')
19954      Branch: perlio
19955            ! ext/PerlIO/Scalar/Scalar.xs
19956 ____________________________________________________________________________
19957 [  9695] By: nick                                  on 2001/04/13  09:05:42
19958         Log: Integrate mainline
19959      Branch: perlio
19960           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
19961           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
19962           +> t/lib/time-hires.t
19963           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
19964           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
19965           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
19966           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
19967           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
19968           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
19969           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
19970 ____________________________________________________________________________
19971 [  9694] By: jhi                                   on 2001/04/12  22:23:35
19972         Log: Integrate change #9693 from maintperl into mainline.
19973              
19974              $VERSION and Version() on the same line provokes a warning from
19975              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
19976      Branch: perl
19977           !> lib/Devel/SelfStubber.pm
19978 ____________________________________________________________________________
19979 [  9693] By: gsar                                  on 2001/04/12  21:55:56
19980         Log: $VERSION and Version() on the same line provokes a warning from
19981              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
19982      Branch: maint-5.6/perl
19983            ! lib/Devel/SelfStubber.pm
19984 ____________________________________________________________________________
19985 [  9692] By: jhi                                   on 2001/04/12  13:54:00
19986         Log: This is at least 5.005.
19987      Branch: perl
19988            ! ext/Time/HiRes/HiRes.xs
19989 ____________________________________________________________________________
19990 [  9691] By: jhi                                   on 2001/04/12  13:37:20
19991         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
19992      Branch: perl
19993            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
19994            ! win32/Makefile win32/makefile.mk
19995 ____________________________________________________________________________
19996 [  9690] By: jhi                                   on 2001/04/12  01:34:46
19997         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
19998      Branch: perl
19999            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
20000            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
20001            + t/lib/time-hires.t
20002            ! MANIFEST
20003 ____________________________________________________________________________
20004 [  9689] By: jhi                                   on 2001/04/12  00:28:39
20005         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
20006              From: Gisle Aas <gisle@ActiveState.com>
20007              Date: 11 Apr 2001 16:36:11 -0700
20008              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
20009      Branch: perl
20010            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
20011 ____________________________________________________________________________
20012 [  9688] By: jhi                                   on 2001/04/12  00:27:39
20013         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
20014              From: Gisle Aas <gisle@ActiveState.com>
20015              Date: 11 Apr 2001 11:13:24 -0700
20016              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
20017      Branch: perl
20018            ! ext/MIME/Base64/Base64.xs
20019 ____________________________________________________________________________
20020 [  9687] By: jhi                                   on 2001/04/11  19:51:47
20021         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
20022      Branch: perl
20023            ! Todo-5.6
20024 ____________________________________________________________________________
20025 [  9686] By: jhi                                   on 2001/04/11  16:54:25
20026         Log: Subject: [PATCH opcode.pl] Documentation of table format
20027              From: Simon Cozens <simon@netthink.co.uk>
20028              Date: Wed, 11 Apr 2001 12:59:31 +0100
20029              Message-ID: <20010411125931.A25681@netthink.co.uk>
20030      Branch: perl
20031            ! opcode.pl
20032 ____________________________________________________________________________
20033 [  9685] By: jhi                                   on 2001/04/11  16:53:15
20034         Log: Subject: [PATCH] prototype("CORE::recv")
20035              From: Simon Cozens <simon@netthink.co.uk>
20036              Date: Wed, 11 Apr 2001 13:24:35 +0100
20037              Message-ID: <20010411132435.A26169@netthink.co.uk>
20038      Branch: perl
20039            ! pp.c t/comp/proto.t
20040 ____________________________________________________________________________
20041 [  9684] By: jhi                                   on 2001/04/11  16:47:13
20042         Log: FAQ (and AUTHORS) update from Dan Carson: the information
20043              was several years obsolete, Term::Readkey has been updated
20044              to have the functionality.
20045      Branch: perl
20046            ! AUTHORS pod/perlfaq5.pod
20047 ____________________________________________________________________________
20048 [  9683] By: jhi                                   on 2001/04/11  12:15:46
20049         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
20050              From: Calle Dybedahl <calle@lysator.liu.se>
20051              Date: 10 Apr 2001 16:44:16 +0200
20052              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
20053      Branch: perl
20054            ! ext/MIME/Base64/Base64.xs
20055 ____________________________________________________________________________
20056 [  9682] By: jhi                                   on 2001/04/11  12:12:26
20057         Log: A more minimal fix for 20010410.006 from Hugo.
20058      Branch: perl
20059            ! regexec.c
20060 ____________________________________________________________________________
20061 [  9681] By: jhi                                   on 2001/04/11  11:34:23
20062         Log: Integrate changes #9678,9679 from maintline into mainperl.
20063              
20064              addendum to change#9676
20065              
20066              up $File::Glob::VERSION; add a note pointing out the version of
20067              the OpenBSD glob bsd_glob.c resembles
20068      Branch: perl
20069           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
20070           !> ext/File/Glob/bsd_glob.h
20071 ____________________________________________________________________________
20072 [  9680] By: jhi                                   on 2001/04/11  11:30:38
20073         Log: Bad test numbering in integrate in #9677.
20074              Fixes ID 20010411.001.
20075      Branch: perl
20076            ! t/op/pat.t
20077 ____________________________________________________________________________
20078 [  9679] By: gsar                                  on 2001/04/11  03:38:40
20079         Log: up $File::Glob::VERSION; add a note pointing out the version of
20080              the OpenBSD glob bsd_glob.c resembles
20081      Branch: maint-5.6/perl
20082            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
20083            ! ext/File/Glob/bsd_glob.h
20084 ____________________________________________________________________________
20085 [  9678] By: gsar                                  on 2001/04/11  03:09:48
20086         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
20087              revision 1.8.10.1 found here:
20088              
20089              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
20090      Branch: maint-5.6/perl
20091            ! ext/File/Glob/bsd_glob.c
20092 ____________________________________________________________________________
20093 [  9677] By: jhi                                   on 2001/04/11  02:54:39
20094         Log: Integrate changes #9675,9676 from maintperl into mainline.
20095              
20096              fix for bug 20010410.006, undo change#7115
20097              
20098              port the OpenBSD glob() security patch
20099      Branch: perl
20100           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
20101           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
20102           !> t/op/pat.t
20103 ____________________________________________________________________________
20104 [  9676] By: gsar                                  on 2001/04/11  02:19:02
20105         Log: port the glob() security patch found at:
20106              
20107              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
20108              
20109              CERT advisory for the issue is here:
20110              
20111              http://www.cert.org/advisories/CA-2001-07.html
20112              
20113              Note that the security scare is only relevant for those who are
20114              foolish enough to build suidperl (which is now officially discouraged)
20115      Branch: maint-5.6/perl
20116            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
20117            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
20118 ____________________________________________________________________________
20119 [  9675] By: gsar                                  on 2001/04/10  23:52:11
20120         Log: fix for bug 20010410.006
20121              
20122              undo change#7115 (came into maint-5.6 as change#8156)
20123              
20124              add tests to keep it from coming back
20125      Branch: maint-5.6/perl
20126            ! regexec.c t/op/pat.t
20127 ____________________________________________________________________________
20128 [  9674] By: nick                                  on 2001/04/10  20:39:31
20129         Log: Integrate mainline
20130      Branch: perlio
20131           +> Porting/testall.atom
20132           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
20133           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
20134           !> t/lib/lc-uk.t t/pod/find.t
20135 ____________________________________________________________________________
20136 [  9673] By: nick                                  on 2001/04/10  18:46:14
20137         Log: Integrate against change 9670 aka perl-5.7.1
20138      Branch: perlio
20139           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
20140           !> (integrate 53 files)
20141 ____________________________________________________________________________
20142 [  9672] By: jhi                                   on 2001/04/10  13:45:01
20143         Log: Add a script for doing cumulative profile of the test suite.
20144              (Requires ATOM, that is, Tru64.)
20145      Branch: perl
20146            + Porting/testall.atom
20147            ! MANIFEST
20148 ____________________________________________________________________________
20149 [  9671] By: jhi                                   on 2001/04/10  12:38:53
20150         Log: Missing std block.
20151      Branch: perl
20152            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
20153            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
20154            ! t/pod/find.t
20155 ____________________________________________________________________________
20156 [  9670] By: jhi                                   on 2001/04/10  01:25:58
20157         Log: This is 5.7.1.
20158      Branch: perl
20159            ! patchlevel.h
20160 ____________________________________________________________________________
20161 [  9669] By: jhi                                   on 2001/04/10  01:09:14
20162         Log: Update Changes.
20163      Branch: perl
20164            ! Changes patchlevel.h
20165 ____________________________________________________________________________
20166 [  9668] By: jhi                                   on 2001/04/10  01:00:38
20167         Log: Regen toc.
20168      Branch: perl
20169            ! pod/perltoc.pod
20170 ____________________________________________________________________________
20171 [  9667] By: jhi                                   on 2001/04/10  00:52:16
20172         Log: Update perlhist.
20173      Branch: perl
20174            ! pod/perlhist.pod
20175 ____________________________________________________________________________
20176 [  9666] By: jhi                                   on 2001/04/09  23:38:59
20177         Log: Slight wording tweaks from Damian to #9658.
20178      Branch: perl
20179            ! pod/perlobj.pod
20180 ____________________________________________________________________________
20181 [  9665] By: jhi                                   on 2001/04/09  19:56:06
20182         Log: Subject: [PATCH perlutil.pod] Nit
20183              From: Simon Cozens <simon@netthink.co.uk>
20184              Date: Mon, 9 Apr 2001 20:29:44 +0100
20185              Message-ID: <20010409202944.A14796@the.earth.li>
20186      Branch: perl
20187            ! pod/perlutil.pod
20188 ____________________________________________________________________________
20189 [  9664] By: jhi                                   on 2001/04/09  19:54:42
20190         Log: Subject: Re: perl571delta.pod@9631
20191              From: Mike Guy <mjtg@cam.ac.uk>
20192              Date: Mon, 09 Apr 2001 18:09:14 +0100
20193              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
20194      Branch: perl
20195            ! pod/perl571delta.pod
20196 ____________________________________________________________________________
20197 [  9663] By: jhi                                   on 2001/04/09  13:43:35
20198         Log: Update Changes.
20199      Branch: perl
20200            ! Changes patchlevel.h
20201 ____________________________________________________________________________
20202 [  9662] By: jhi                                   on 2001/04/09  13:24:46
20203         Log: tweak tweak.
20204      Branch: perl
20205            ! AUTHORS pod/perl571delta.pod
20206 ____________________________________________________________________________
20207 [  9661] By: jhi                                   on 2001/04/09  13:15:13
20208         Log: Thinko in manual patch applying.
20209      Branch: perl
20210            ! sv.c
20211 ____________________________________________________________________________
20212 [  9660] By: jhi                                   on 2001/04/09  13:07:53
20213         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
20214              From: Robin Barker <rmb1@cise.npl.co.uk> 
20215              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
20216              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
20217              
20218              (This corrects the case where the "isn't numeric" string contains \0s
20219              and is longer than the temporary buffer, and contains \0 at the point
20220              the string would be truncated by "...".) 
20221      Branch: perl
20222            ! sv.c
20223 ____________________________________________________________________________
20224 [  9659] By: jhi                                   on 2001/04/09  12:57:41
20225         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
20226      Branch: perl
20227            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
20228            ! t/lib/cgi-function.t t/lib/cgi-html.t
20229 ____________________________________________________________________________
20230 [  9658] By: jhi                                   on 2001/04/09  12:48:47
20231         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
20232              From: Ilmari Karonen <iltzu@sci.fi>
20233              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
20234              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
20235              
20236              Rearrange and rewrite the Method Invocation section
20237              to explain the concepts in nicer order.
20238      Branch: perl
20239            ! pod/perlobj.pod
20240 ____________________________________________________________________________
20241 [  9657] By: jhi                                   on 2001/04/09  12:35:58
20242         Log: Upgrade to podlators 1.09, from Russ Allbery.
20243      Branch: perl
20244            ! lib/Pod/Man.pm lib/Pod/Text.pm
20245 ____________________________________________________________________________
20246 [  9656] By: jhi                                   on 2001/04/09  12:31:53
20247         Log: perl571delta.
20248      Branch: perl
20249            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
20250 ____________________________________________________________________________
20251 [  9655] By: jhi                                   on 2001/04/09  12:20:09
20252         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
20253              From: Prymmer/Kahn <pvhp@best.com>
20254              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
20255              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
20256      Branch: perl
20257            ! lib/utf8.pm pod/perlunicode.pod
20258 ____________________________________________________________________________
20259 [  9654] By: gsar                                  on 2001/04/09  03:38:33
20260         Log: here lies 5.6.1
20261      Branch: maint-5.6/perl
20262            ! Changes
20263 ____________________________________________________________________________
20264 [  9653] By: jhi                                   on 2001/04/09  03:25:24
20265         Log: Update perlhist.
20266      Branch: perl
20267            ! pod/perlhist.pod
20268 ____________________________________________________________________________
20269 [  9652] By: jhi                                   on 2001/04/09  03:18:49
20270         Log: perl571delta tweaking continues.
20271      Branch: perl
20272            ! pod/perl571delta.pod
20273 ____________________________________________________________________________
20274 [  9651] By: gsar                                  on 2001/04/09  03:11:19
20275         Log: update Changes, patchlevel.h &c.
20276      Branch: maint-5.6/perl
20277            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
20278            ! pod/perltoc.pod
20279 ____________________________________________________________________________
20280 [  9650] By: jhi                                   on 2001/04/09  02:40:24
20281         Log: Integrate the perlfork half of #9513 from maintperl into mainline
20282              (the perlunicode half is obsolete)
20283      Branch: perl
20284            ! pod/perlfork.pod
20285 ____________________________________________________________________________
20286 [  9649] By: gsar                                  on 2001/04/09  02:35:43
20287         Log: tweak perldelta as suggested by Jarkko
20288      Branch: maint-5.6/perl
20289            ! pod/perldelta.pod
20290 ____________________________________________________________________________
20291 [  9648] By: jhi                                   on 2001/04/09  02:13:04
20292         Log: Integrate change #9646 from maintperl into mainline.
20293              
20294              add note about ithreads and Thread.pm
20295      Branch: perl
20296           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
20297 ____________________________________________________________________________
20298 [  9647] By: jhi                                   on 2001/04/09  02:10:18
20299         Log: Bad assumption that shortsize == 2.
20300      Branch: perl
20301            ! t/lib/xs-typemap.t
20302 ____________________________________________________________________________
20303 [  9646] By: gsar                                  on 2001/04/09  00:48:04
20304         Log: add note about ithreads and Thread.pm (too many people are
20305              confused by the fact that Thread.pm is built and installed
20306              under non-5005threads but doesn't work)
20307      Branch: maint-5.6/perl
20308            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
20309 ____________________________________________________________________________
20310 [  9645] By: gsar                                  on 2001/04/09  00:19:03
20311         Log: update perldelta.pod for changes in 5.6.1
20312      Branch: maint-5.6/perl
20313            ! Changes pod/perldelta.pod
20314 ____________________________________________________________________________
20315 [  9644] By: jhi                                   on 2001/04/08  20:37:00
20316         Log: Integrate change #9639 from maintperl into mainline:
20317              on windows, many of the README.* pods were being copied to
20318              the wrong location
20319      Branch: perl
20320           !> win32/Makefile win32/makefile.mk
20321 ____________________________________________________________________________
20322 [  9643] By: jhi                                   on 2001/04/08  20:07:11
20323         Log: Integrate change #9624 from maintperl into mainline:
20324              the pod tests were not okay.  (t/pod/find.t changes ignored)
20325      Branch: perl
20326           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
20327           !> t/pod/include.t t/pod/included.t t/pod/lref.t
20328           !> t/pod/multiline_items.t t/pod/nested_items.t
20329           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
20330           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
20331 ____________________________________________________________________________
20332 [  9642] By: jhi                                   on 2001/04/08  19:57:17
20333         Log: Integrate change #9638 from maintperl into mainline:
20334              update to latest JPL from the anoncvs repository
20335      Branch: perl
20336           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
20337           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
20338           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
20339 ____________________________________________________________________________
20340 [  9641] By: jhi                                   on 2001/04/08  19:53:30
20341         Log: perl571delta updates.
20342      Branch: perl
20343            ! lib/Filter/Simple.pm pod/perl571delta.pod
20344 ____________________________________________________________________________
20345 [  9640] By: gsar                                  on 2001/04/08  19:20:46
20346         Log: integrate change#9634 from mainline
20347              
20348              Fix the perlmodlib generation (didn't understand separate .pod
20349              files; didn't understand -- as the name-thing separator).
20350              Update the CPAN mirrors list.
20351      Branch: maint-5.6/perl
20352            ! pod/perlmodlib.pod
20353           !> pod/perlmodlib.PL
20354 ____________________________________________________________________________
20355 [  9639] By: gsar                                  on 2001/04/08  18:57:31
20356         Log: on windows, many of the README.* pods were being copied to the wrong
20357              location
20358      Branch: maint-5.6/perl
20359            ! win32/Makefile win32/makefile.mk
20360 ____________________________________________________________________________
20361 [  9638] By: gsar                                  on 2001/04/08  18:38:25
20362         Log: update to latest JPL from the anoncvs repository
20363      Branch: maint-5.6/perl
20364            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
20365            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
20366            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
20367 ____________________________________________________________________________
20368 [  9637] By: jhi                                   on 2001/04/08  17:53:53
20369         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
20370      Branch: perl
20371            ! pod/perl571delta.pod
20372 ____________________________________________________________________________
20373 [  9636] By: jhi                                   on 2001/04/08  17:18:32
20374         Log: Regen toc.
20375      Branch: perl
20376            ! pod/perltoc.pod
20377 ____________________________________________________________________________
20378 [  9635] By: jhi                                   on 2001/04/08  17:16:33
20379         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
20380              From: "Craig A. Berry" <craigberry@mac.com>
20381              Date: Sun, 08 Apr 2001 12:30:16 -0500
20382              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
20383      Branch: perl
20384            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
20385 ____________________________________________________________________________
20386 [  9634] By: jhi                                   on 2001/04/08  17:09:19
20387         Log: Fix the perlmodlib generation (didn't understand separate .pod
20388              files; didn't understand -- as the name-thing separator).
20389              
20390              Update the CPAN mirrors list.
20391      Branch: perl
20392            ! pod/perlmodlib.PL pod/perlmodlib.pod
20393 ____________________________________________________________________________
20394 [  9633] By: jhi                                   on 2001/04/08  16:49:17
20395         Log: Sort MANIFEST.
20396      Branch: perl
20397            ! MANIFEST
20398 ____________________________________________________________________________
20399 [  9632] By: gsar                                  on 2001/04/08  16:36:06
20400         Log: add $Tie::RefHash::VERSION
20401      Branch: maint-5.6/perl
20402            ! lib/Tie/RefHash.pm
20403 ____________________________________________________________________________
20404 [  9631] By: jhi                                   on 2001/04/08  16:10:15
20405         Log: perl571delta updates based on p5p feedback; still needs
20406              lots of examples.
20407      Branch: perl
20408            ! pod/perl571delta.pod
20409 ____________________________________________________________________________
20410 [  9630] By: jhi                                   on 2001/04/08  15:59:13
20411         Log: Update the list of supported platforms to talk about 5.7.1
20412              (and 5.6.1)
20413      Branch: perl
20414            ! pod/perlport.pod
20415 ____________________________________________________________________________
20416 [  9629] By: jhi                                   on 2001/04/08  15:55:41
20417         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
20418              from maintperl into mainline: perlport updates.
20419      Branch: perl
20420            ! pod/perlport.pod
20421 ____________________________________________________________________________
20422 [  9628] By: jhi                                   on 2001/04/08  15:53:17
20423         Log: perlsolaris.pod copied to wrong directory.
20424      Branch: perl
20425            ! win32/makefile.mk
20426 ____________________________________________________________________________
20427 [  9627] By: jhi                                   on 2001/04/08  14:48:18
20428         Log: Subject: Typos in perl571delta.pod
20429              From: "Stephen P. Potter" <spp@spotter.yi.org>
20430              Date: Sat, 07 Apr 2001 20:37:05 -0400
20431              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
20432      Branch: perl
20433            ! pod/perl571delta.pod
20434 ____________________________________________________________________________
20435 [  9626] By: jhi                                   on 2001/04/08  14:39:04
20436         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
20437      Branch: perl
20438            ! gv.c
20439 ____________________________________________________________________________
20440 [  9625] By: nick                                  on 2001/04/08  10:14:23
20441         Log: Integrate mainline
20442      Branch: perlio
20443           +> pod/perl570delta.pod pod/perl571delta.pod
20444           !> (integrate 27 files)
20445 ____________________________________________________________________________
20446 [  9624] By: gsar                                  on 2001/04/08  06:08:17
20447         Log: test in t/pod/* were busted
20448              
20449              these tests are still not enabled in t/{harness,TEST}
20450      Branch: maint-5.6/perl
20451            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
20452            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
20453            ! t/pod/multiline_items.t t/pod/nested_items.t
20454            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
20455            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
20456 ____________________________________________________________________________
20457 [  9623] By: gsar                                  on 2001/04/08  03:37:01
20458         Log: integrate change#9470 from mainline
20459              
20460              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
20461      Branch: maint-5.6/perl
20462           !> ext/Socket/Socket.xs
20463 ____________________________________________________________________________
20464 [  9622] By: jhi                                   on 2001/04/07  22:40:47
20465         Log: Update Changes.
20466      Branch: perl
20467            ! Changes patchlevel.h
20468 ____________________________________________________________________________
20469 [  9621] By: jhi                                   on 2001/04/07  22:34:16
20470         Log: Update AUTHORS.
20471      Branch: perl
20472            ! AUTHORS
20473 ____________________________________________________________________________
20474 [  9620] By: jhi                                   on 2001/04/07  22:12:47
20475         Log: Forgot to bump the number of tests in #9164.
20476      Branch: perl
20477            ! t/op/array.t
20478 ____________________________________________________________________________
20479 [  9619] By: jhi                                   on 2001/04/07  22:09:50
20480         Log: Bump patchlevel to 5.7.1.
20481      Branch: perl
20482            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20483            ! config_h.SH patchlevel.h
20484 ____________________________________________________________________________
20485 [  9618] By: jhi                                   on 2001/04/07  22:02:41
20486         Log: Populate perl571delta.
20487      Branch: perl
20488            ! pod/perl571delta.pod
20489 ____________________________________________________________________________
20490 [  9617] By: jhi                                   on 2001/04/07  22:01:23
20491         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
20492              to forget it later; do not change patchlevel.h yet or regenerate
20493              Configure yet.
20494      Branch: perl
20495            ! epoc/config.sh win32/Makefile win32/config_H.bc
20496            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
20497 ____________________________________________________________________________
20498 [  9616] By: jhi                                   on 2001/04/07  17:46:33
20499         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
20500      Branch: perl
20501            ! pod/perl571delta.pod
20502 ____________________________________________________________________________
20503 [  9615] By: jhi                                   on 2001/04/07  17:33:21
20504         Log: Change the toc configuration.
20505      Branch: perl
20506            ! pod/buildtoc.PL pod/perl.pod
20507 ____________________________________________________________________________
20508 [  9614] By: jhi                                   on 2001/04/07  17:29:47
20509         Log: Subject: PATCH: $[
20510              From: Robin Houston <robin@kitsite.com>
20511              Date: Fri, 6 Apr 2001 18:10:14 +0100
20512              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
20513      Branch: perl
20514            ! op.c t/op/array.t
20515 ____________________________________________________________________________
20516 [  9613] By: jhi                                   on 2001/04/07  17:28:26
20517         Log: Subject: [PATCH perl@9424] isn't numeric warning
20518              From: Robin Barker <rmb1@cise.npl.co.uk>
20519              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
20520              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
20521      Branch: perl
20522            ! sv.c t/pragma/warn/sv
20523 ____________________________________________________________________________
20524 [  9612] By: jhi                                   on 2001/04/07  17:26:45
20525         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
20526              From: Mike Guy <mjtg@cam.ac.uk>
20527              Date: Fri, 06 Apr 2001 12:47:06 +0100
20528              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
20529      Branch: perl
20530            ! dump.c t/lib/peek.t
20531 ____________________________________________________________________________
20532 [  9611] By: jhi                                   on 2001/04/07  17:21:35
20533         Log: Create perl571delta and seed it off with the perldelta changes
20534              since 5.7.0; remove those changes from perldelta and rename it
20535              as perl570delta; recreate perldelta but leave it almost empty.
20536      Branch: perl
20537            + pod/perl570delta.pod pod/perl571delta.pod
20538            ! MANIFEST pod/perldelta.pod
20539 ____________________________________________________________________________
20540 [  9610] By: jhi                                   on 2001/04/07  16:56:32
20541         Log: Denit.
20542      Branch: perl
20543            ! pod/perldelta.pod
20544 ____________________________________________________________________________
20545 [  9609] By: jhi                                   on 2001/04/07  16:38:32
20546         Log: Retract #9523: needs more thought.
20547      Branch: perl
20548            ! Makefile.SH
20549 ____________________________________________________________________________
20550 [  9608] By: jhi                                   on 2001/04/07  14:59:20
20551         Log: atmark() code cleanaup.
20552      Branch: perl
20553            ! ext/IO/IO.xs
20554 ____________________________________________________________________________
20555 [  9607] By: jhi                                   on 2001/04/07  14:48:14
20556         Log: Integrate change #9605 from maintperl into mainline.
20557              
20558              can't optimize away scope entry if tr/// is present
20559      Branch: perl
20560           !> op.c t/op/tr.t
20561 ____________________________________________________________________________
20562 [  9606] By: jhi                                   on 2001/04/07  14:43:59
20563         Log: Integrate perlio.
20564      Branch: perl
20565           +> win32/FindExt.pm
20566           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
20567           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
20568 ____________________________________________________________________________
20569 [  9605] By: gsar                                  on 2001/04/07  11:52:40
20570         Log: can't optimize away scope entry if tr/// is present
20571      Branch: maint-5.6/perl
20572            ! op.c t/op/tr.t
20573 ____________________________________________________________________________
20574 [  9604] By: nick                                  on 2001/04/07  11:39:45
20575         Log: Split out extension finding code from buildext.pl into FindExt.pm
20576              Use it to get Config.pm's idea of available extensions in line
20577              with what is built.
20578      Branch: perlio
20579            + win32/FindExt.pm
20580            ! MANIFEST win32/buildext.pl win32/config_sh.PL
20581            ! win32/makefile.mk
20582 ____________________________________________________________________________
20583 [  9603] By: nick                                  on 2001/04/07  09:11:38
20584         Log: Cleanup correction for failed :Via() layer, also set an error code.
20585      Branch: perlio
20586            ! ext/PerlIO/Via/Via.xs
20587 ____________________________________________________________________________
20588 [  9602] By: nick                                  on 2001/04/07  08:38:04
20589         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
20590              style. So don't use binmode() on the handles so that Win32 etc. see
20591              same sequence and produce same digests.
20592      Branch: perlio
20593            ! t/lib/md5-file.t
20594 ____________________________________________________________________________
20595 [  9601] By: nick                                  on 2001/04/07  08:36:26
20596         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
20597              Else it complains and so crlf layer (say) does not get pushed.
20598      Branch: perlio
20599            ! perlio.c
20600 ____________________________________________________________________________
20601 [  9600] By: jhi                                   on 2001/04/06  23:00:09
20602         Log: Integrate change #9599 from perlio into mainline.
20603      Branch: perl
20604           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
20605           !> win32/config_H.vc
20606 ____________________________________________________________________________
20607 [  9599] By: nick                                  on 2001/04/06  21:42:43
20608         Log: Quote $VERSION in Encode.pm.
20609              regen_config_h as requested.
20610      Branch: perlio
20611            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
20612            ! win32/config_H.vc
20613 ____________________________________________________________________________
20614 [  9598] By: nick                                  on 2001/04/06  20:34:59
20615         Log: Integrate mainline
20616      Branch: perlio
20617           +> README.macos
20618           !> (integrate 39 files)
20619 ____________________________________________________________________________
20620 [  9597] By: gsar                                  on 2001/04/06  18:06:35
20621         Log: integrate change#9464 from mainline (addendum to change#8313)
20622              
20623              Subject: [PATCH @9452] Better peep()ing for foreach() loops
20624      Branch: maint-5.6/perl
20625           !> op.c
20626 ____________________________________________________________________________
20627 [  9596] By: jhi                                   on 2001/04/06  17:26:03
20628         Log: The d_casti32=undef is good for you even when not use64bitall.
20629      Branch: perl
20630            ! hints/hpux.sh
20631 ____________________________________________________________________________
20632 [  9595] By: gsar                                  on 2001/04/06  14:57:17
20633         Log: add a low-impact fix to accomodate darwin-ism
20634      Branch: maint-5.6/perl
20635            ! ext/Errno/Errno_pm.PL
20636 ____________________________________________________________________________
20637 [  9594] By: jhi                                   on 2001/04/06  14:55:14
20638         Log: Integrate changes #9528,9593 from mainline into maintperl;
20639              tweaking the editor/IDE/shell list.
20640      Branch: maint-5.6/perl
20641           !> pod/perlfaq3.pod
20642 ____________________________________________________________________________
20643 [  9593] By: jhi                                   on 2001/04/06  14:51:39
20644         Log: Make the editor/IDE/shell list a little bit airier.
20645      Branch: perl
20646            ! pod/perlfaq3.pod
20647 ____________________________________________________________________________
20648 [  9592] By: gsar                                  on 2001/04/06  14:45:18
20649         Log: integrate change#9477 from mainline (base.pm doc tweak)
20650              
20651              missing doc entry for fmod()
20652      Branch: maint-5.6/perl
20653            ! lib/Math/BigFloat.pm
20654           !> lib/base.pm
20655 ____________________________________________________________________________
20656 [  9591] By: jhi                                   on 2001/04/06  13:55:48
20657         Log: Regen toc.
20658      Branch: perl
20659            ! pod/perltoc.pod
20660 ____________________________________________________________________________
20661 [  9590] By: jhi                                   on 2001/04/06  13:54:52
20662         Log: Math::BigFloat patches from John Peacock.  The equivalent
20663              of #9586 from maintperl but reworked by John to work with
20664              the bleadperl.
20665      Branch: perl
20666            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
20667 ____________________________________________________________________________
20668 [  9589] By: jhi                                   on 2001/04/06  13:42:23
20669         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
20670      Branch: perl
20671            ! ext/Digest/MD5/Makefile.PL
20672 ____________________________________________________________________________
20673 [  9588] By: jhi                                   on 2001/04/06  13:31:45
20674         Log: Integrate changes #9584,9587 from maintperl into mainline.
20675              
20676              keep eval"" CVs alive until the end of the statement in which
20677              they're called
20678              
20679              add README.macos (from Chris Nandor)
20680              
20681              tyop in change#9555
20682      Branch: perl
20683           +> README.macos
20684           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
20685           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
20686           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
20687           !> win32/makefile.mk
20688 ____________________________________________________________________________
20689 [  9587] By: gsar                                  on 2001/04/06  07:31:30
20690         Log: add README.macos (from Chris Nandor)
20691              
20692              tyop in change#9555
20693      Branch: maint-5.6/perl
20694            + README.macos
20695            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
20696            ! win32/Makefile win32/makefile.mk
20697 ____________________________________________________________________________
20698 [  9586] By: gsar                                  on 2001/04/06  07:08:54
20699         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
20700      Branch: maint-5.6/perl
20701            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
20702 ____________________________________________________________________________
20703 [  9585] By: gsar                                  on 2001/04/06  06:58:44
20704         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
20705              from mainline
20706              
20707              Subject: [PATCH] Base64 update to perlfaq9.pod
20708              
20709              Subject: [PATCH AUTHORS] Housekeeping
20710              
20711              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
20712              Mac OS X (Darwin) has extra pwent fields.
20713              
20714              Subject: [PATCH B::*] print control-character vars readably
20715              Needs EBCDICification.
20716              
20717              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
20718              
20719              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
20720              
20721              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
20722              
20723              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
20724              
20725              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
20726              
20727              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
20728              
20729              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
20730              
20731              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
20732              
20733              FreeBSD hints tweak from Anton Berezin.
20734              
20735              Subject: [PATCH foolperl & bleadperl] README.vms update
20736              
20737              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
20738      Branch: maint-5.6/perl
20739           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
20740           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
20741           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
20742 ____________________________________________________________________________
20743 [  9584] By: gsar                                  on 2001/04/06  04:09:00
20744         Log: keep eval"" CVs alive until the end of the statement in which
20745              they're called; this avoids a coredump ensuing from search for
20746              lexicals in code such as:
20747              
20748              sub bug {
20749              my $s = @_;
20750              eval q[sub { eval 'sub { &$s }' }];
20751              }
20752              bug("x")->()->();
20753              
20754              this code still doesn't work as intended (as it has remained
20755              since time immemorial), but it doesn't provoke a coredump anymore
20756      Branch: maint-5.6/perl
20757            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
20758            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
20759 ____________________________________________________________________________
20760 [  9583] By: jhi                                   on 2001/04/05  23:52:51
20761         Log: Update Changes.
20762      Branch: perl
20763            ! Changes patchlevel.h
20764 ____________________________________________________________________________
20765 [  9582] By: jhi                                   on 2001/04/05  23:11:23
20766         Log: Slight doc tweak.
20767      Branch: perl
20768            ! pod/perlunicode.pod
20769 ____________________________________________________________________________
20770 [  9581] By: jhi                                   on 2001/04/05  23:04:11
20771         Log: Integrate perlio.
20772      Branch: perl
20773           !> pod/perlunicode.pod
20774 ____________________________________________________________________________
20775 [  9580] By: jhi                                   on 2001/04/05  23:03:29
20776         Log: Test for #9579.
20777      Branch: perl
20778            ! t/op/do.t
20779 ____________________________________________________________________________
20780 [  9579] By: jhi                                   on 2001/04/05  22:54:17
20781         Log: Subject: [PATCH] Propagate calling context for do '...'
20782              From: Gisle Aas <gisle@ActiveState.com>
20783              Date: 04 Apr 2001 20:17:29 -0700
20784              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
20785      Branch: perl
20786            ! pod/perlfunc.pod pp_ctl.c
20787 ____________________________________________________________________________
20788 [  9578] By: jhi                                   on 2001/04/05  22:52:51
20789         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
20790              From: Peter Prymmer <pvhp@forte.com>
20791              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
20792              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
20793      Branch: perl
20794            ! README.vms
20795 ____________________________________________________________________________
20796 [  9577] By: jhi                                   on 2001/04/05  22:48:22
20797         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
20798              From: "Craig A. Berry" <craigberry@mac.com>
20799              Date: Thu, 5 Apr 2001 13:43:28 -0500
20800              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
20801      Branch: perl
20802            ! README.vms
20803 ____________________________________________________________________________
20804 [  9576] By: jhi                                   on 2001/04/05  22:31:38
20805         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
20806              From: Michael G Schwern <schwern@pobox.com>
20807              Date: Thu, 5 Apr 2001 21:53:21 +0100
20808              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
20809      Branch: perl
20810            ! lib/base.pm t/lib/fields.t
20811 ____________________________________________________________________________
20812 [  9575] By: jhi                                   on 2001/04/05  22:26:10
20813         Log: FreeBSD hints tweak from Anton Berezin.
20814      Branch: perl
20815            ! hints/freebsd.sh
20816 ____________________________________________________________________________
20817 [  9574] By: jhi                                   on 2001/04/05  22:24:03
20818         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
20819              From: David Dyck <dcd@tc.fluke.com>
20820              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
20821              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
20822      Branch: perl
20823            ! t/op/oct.t
20824 ____________________________________________________________________________
20825 [  9573] By: jhi                                   on 2001/04/05  22:23:06
20826         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
20827              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
20828              From: David Dyck <dcd@tc.fluke.com>
20829              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
20830      Branch: perl
20831            ! pp.c
20832 ____________________________________________________________________________
20833 [  9572] By: jhi                                   on 2001/04/05  22:14:47
20834         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
20835              From: Robin Houston <robin@kitsite.com>
20836              Date: Thu, 5 Apr 2001 20:56:48 +0100
20837              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
20838      Branch: perl
20839            ! ext/B/B/Deparse.pm
20840 ____________________________________________________________________________
20841 [  9571] By: jhi                                   on 2001/04/05  22:12:53
20842         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
20843              From: Robin Houston <robin@kitsite.com>
20844              Date: Thu, 5 Apr 2001 19:55:51 +0100
20845              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
20846      Branch: perl
20847            ! ext/B/B/Deparse.pm
20848 ____________________________________________________________________________
20849 [  9570] By: jhi                                   on 2001/04/05  22:11:06
20850         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
20851              From: Robin Houston <robin@kitsite.com>
20852              Date: Thu, 5 Apr 2001 20:16:29 +0100
20853              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
20854      Branch: perl
20855            ! ext/B/B/Deparse.pm
20856 ____________________________________________________________________________
20857 [  9569] By: nick                                  on 2001/04/05  21:32:26
20858         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
20859      Branch: perlio
20860            ! pod/perlunicode.pod
20861 ____________________________________________________________________________
20862 [  9568] By: nick                                  on 2001/04/05  19:38:09
20863         Log: Integrate mainline
20864      Branch: perlio
20865           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
20866           !> (integrate 35 files)
20867 ____________________________________________________________________________
20868 [  9567] By: jhi                                   on 2001/04/05  18:31:45
20869         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
20870              From: Robin Houston <robin@kitsite.com>
20871              Date: Thu, 5 Apr 2001 18:03:23 +0100
20872              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
20873      Branch: perl
20874            ! ext/B/B/Deparse.pm
20875 ____________________________________________________________________________
20876 [  9566] By: jhi                                   on 2001/04/05  18:29:35
20877         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
20878              From: Robin Houston <robin@kitsite.com>
20879              Date: Thu, 5 Apr 2001 16:45:18 +0100
20880              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
20881      Branch: perl
20882            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
20883 ____________________________________________________________________________
20884 [  9565] By: jhi                                   on 2001/04/05  18:24:23
20885         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
20886              From: Robin Houston <robin@kitsite.com>
20887              Date: Thu, 5 Apr 2001 14:50:09 +0100
20888              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
20889      Branch: perl
20890            ! ext/B/B/Deparse.pm
20891 ____________________________________________________________________________
20892 [  9564] By: jhi                                   on 2001/04/05  18:23:03
20893         Log: Subject: [PATCH B::*] print control-character vars readably
20894              From: Robin Houston <robin@kitsite.com>
20895              Date: Thu, 5 Apr 2001 14:27:38 +0100
20896              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
20897              
20898              Needs EBCDICification.
20899      Branch: perl
20900            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
20901            ! ext/B/B/Terse.pm
20902 ____________________________________________________________________________
20903 [  9563] By: jhi                                   on 2001/04/05  18:20:32
20904         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
20905              Date: Thu, 5 Apr 2001 13:21:42 -0400
20906              From: Paul Schinder <schinder@pobox.com>
20907              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
20908              
20909              Mac OS X (Darwin) has extra pwent fields.
20910      Branch: perl
20911            ! t/op/pwent.t
20912 ____________________________________________________________________________
20913 [  9562] By: jhi                                   on 2001/04/05  17:57:51
20914         Log: Regen toc.
20915      Branch: perl
20916            ! pod/perltoc.pod
20917 ____________________________________________________________________________
20918 [  9561] By: jhi                                   on 2001/04/05  17:47:33
20919         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
20920      Branch: metaconfig
20921            ! U/Glossary.patch
20922      Branch: metaconfig/U/perl
20923            + d_u32align.U
20924            ! d_cmsghdr_s.U d_msghdr_s.U
20925 ____________________________________________________________________________
20926 [  9560] By: jhi                                   on 2001/04/05  17:47:01
20927         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
20928              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
20929              Introduce probes for struct msghdr, struct cmsghdr,
20930              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
20931              ualarm, usleep, for possible later extension work.
20932      Branch: perl
20933            + t/lib/md5-align.t
20934            ! Configure MANIFEST Porting/Glossary Porting/config.sh
20935            ! Porting/config_H config_h.SH configure.com epoc/config.sh
20936            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
20937            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
20938            ! vos/config.ga.h win32/config.bc win32/config.gc
20939            ! win32/config.vc
20940 ____________________________________________________________________________
20941 [  9559] By: jhi                                   on 2001/04/05  13:03:04
20942         Log: Be traditional in your cpp (for the Errno extension).
20943      Branch: perl
20944            ! hints/darwin.sh
20945 ____________________________________________________________________________
20946 [  9558] By: jhi                                   on 2001/04/05  13:00:05
20947         Log: Add $Config{cppflags} to the gcc incantation.
20948      Branch: perl
20949            ! ext/Errno/Errno_pm.PL
20950 ____________________________________________________________________________
20951 [  9557] By: jhi                                   on 2001/04/05  04:22:39
20952         Log: Introduce Sean Burke's Class::ISA 0.32.
20953      Branch: perl
20954            + lib/Class/ISA.pm t/lib/class-isa.t
20955            ! MANIFEST
20956 ____________________________________________________________________________
20957 [  9556] By: jhi                                   on 2001/04/05  04:09:50
20958         Log: Subject: [PATCH AUTHORS] Housekeeping
20959              From: Paul Johnson <paul@pjcj.net> 
20960              Date: Wed, 4 Apr 2001 22:45:47 +0200
20961              Message-ID: <20010404224547.D9548@pjcj.net>
20962      Branch: perl
20963            ! AUTHORS
20964 ____________________________________________________________________________
20965 [  9555] By: jhi                                   on 2001/04/05  04:06:33
20966         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
20967              From: Gisle Aas <gisle@ActiveState.com>
20968              Date: 04 Apr 2001 14:23:04 -0700
20969              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
20970      Branch: perl
20971            ! pod/perlfaq9.pod
20972 ____________________________________________________________________________
20973 [  9554] By: jhi                                   on 2001/04/05  04:05:49
20974         Log: Downgrade also the "Wide character" diagnostic.
20975      Branch: perl
20976            ! pod/perldiag.pod
20977 ____________________________________________________________________________
20978 [  9553] By: jhi                                   on 2001/04/05  04:00:33
20979         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
20980              maintperl into mainline.
20981              
20982              "double" should be "NV"; standard typemap is missing entry
20983              for NV
20984              
20985              s/djSP/dSP/
20986              
20987              Downgrade "Wide character in print" to a warning.
20988              
20989              B::Deparse fix for ${^FOO} and documentation for PVX() method
20990              (from Robin Houston)
20991              
20992              tr/// doesn't null-terminate the result in some situations
20993              (from Gisle Aas)
20994      Branch: perl
20995           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
20996           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
20997           !> t/io/utf8.t t/op/tr.t
20998 ____________________________________________________________________________
20999 [  9552] By: jhi                                   on 2001/04/05  03:52:50
21000         Log: Retract changes #9542 and #9538 (from maintperl, integrated
21001              at #9540), shouldn't be needed because of the perlio changes.
21002      Branch: perl
21003            ! util.c
21004 ____________________________________________________________________________
21005 [  9551] By: gsar                                  on 2001/04/05  00:18:34
21006         Log: tr/// doesn't null-terminate the result in some situations
21007              (from Gisle Aas)
21008      Branch: maint-5.6/perl
21009            ! doop.c t/op/tr.t
21010 ____________________________________________________________________________
21011 [  9550] By: gsar                                  on 2001/04/04  20:04:17
21012         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
21013              (from Robin Houston)
21014      Branch: maint-5.6/perl
21015            ! ext/B/B.pm ext/B/B/Deparse.pm
21016 ____________________________________________________________________________
21017 [  9549] By: nick                                  on 2001/04/04  18:56:15
21018         Log: Downgrade "Wide character in print" to a warning.
21019      Branch: perlio
21020            ! doio.c t/io/utf8.t
21021 ____________________________________________________________________________
21022 [  9548] By: gsar                                  on 2001/04/04  18:51:49
21023         Log: integrate changes#9460,9462,9482,9521,9522
21024              
21025              Subject: PATCH: B::Debug should show LOOP-specific fields
21026              
21027              Subject: B::Deparse precedence bug. (Patch included.)
21028              
21029              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
21030              
21031              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
21032              
21033              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
21034      Branch: maint-5.6/perl
21035           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
21036           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
21037 ____________________________________________________________________________
21038 [  9547] By: gsar                                  on 2001/04/04  18:49:16
21039         Log: s/djSP/dSP/
21040      Branch: maint-5.6/perl
21041            ! ext/Thread/Thread.xs
21042 ____________________________________________________________________________
21043 [  9546] By: nick                                  on 2001/04/04  18:44:00
21044         Log: Integrate mainline.
21045      Branch: perlio
21046           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
21047           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
21048 ____________________________________________________________________________
21049 [  9545] By: gsar                                  on 2001/04/04  18:38:52
21050         Log: integrate change#8837 from mainline
21051              
21052              Subject: [patch] -Wall cleanup round 2
21053      Branch: maint-5.6/perl
21054           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
21055           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
21056           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
21057           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
21058           !> ext/SDBM_File/SDBM_File.xs
21059 ____________________________________________________________________________
21060 [  9544] By: gsar                                  on 2001/04/04  17:49:57
21061         Log: "double" should be "NV"; standard typemap is missing entry
21062              for NV
21063      Branch: maint-5.6/perl
21064            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
21065 ____________________________________________________________________________
21066 [  9543] By: jhi                                   on 2001/04/04  14:13:18
21067         Log: Thou shalt not (just) match for English error messages.
21068      Branch: perl
21069            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
21070            ! os2/OS2/Process/Process.pm
21071 ____________________________________________________________________________
21072 [  9542] By: jhi                                   on 2001/04/04  13:20:39
21073         Log: Make the stdio tricks of fflush_all() to exist only if
21074              stdio is being used.
21075      Branch: perl
21076            ! util.c
21077 ____________________________________________________________________________
21078 [  9541] By: jhi                                   on 2001/04/04  04:20:24
21079         Log: Subject: Re: [PATCH] Lighten up glob
21080              From: Benjamin Sugars <bsugars@canoe.ca>
21081              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
21082              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
21083      Branch: perl
21084            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
21085            ! util.c
21086 ____________________________________________________________________________
21087 [  9540] By: jhi                                   on 2001/04/04  04:03:57
21088         Log: Integrate changes #9538,9539 from maintperl into mainline.
21089              
21090              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
21091              for use with _fwalk() (fix for change#7705)
21092              
21093              another tweak needed for SunOS 4.1.x build (from Mike Guy)
21094              (cp -f is not portable)
21095      Branch: perl
21096           !> Makefile.SH util.c
21097 ____________________________________________________________________________
21098 [  9539] By: gsar                                  on 2001/04/04  03:01:14
21099         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
21100      Branch: maint-5.6/perl
21101            ! Makefile.SH
21102 ____________________________________________________________________________
21103 [  9538] By: gsar                                  on 2001/04/04  01:00:38
21104         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
21105              for use with _fwalk() (fix for change#7705)
21106      Branch: maint-5.6/perl
21107            ! util.c
21108 ____________________________________________________________________________
21109 [  9537] By: nick                                  on 2001/04/03  19:24:55
21110         Log: Integrate mainline
21111      Branch: perlio
21112           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
21113           +> lib/unicode/PropList.html
21114            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
21115           !> (integrate 69 files)
21116 ____________________________________________________________________________
21117 [  9536] By: jhi                                   on 2001/04/03  18:02:31
21118         Log: Integrate change #9533 from maintperl into mainline.
21119              
21120              better fix for change#9517 to accomodate UNC paths like
21121              \\server\share\foo, and paths with trailing backslash
21122              like c:\this\
21123      Branch: perl
21124           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
21125 ____________________________________________________________________________
21126 [  9535] By: jhi                                   on 2001/04/03  17:58:07
21127         Log: Change the push/unshift warning to be of class syntax, not misc.
21128      Branch: perl
21129            ! op.c pod/perldiag.pod t/pragma/warn/op
21130 ____________________________________________________________________________
21131 [  9534] By: jhi                                   on 2001/04/03  15:03:46
21132         Log: Change the push/unshift warning (#9532) to talk about "no values"
21133              instead of "no arguments".
21134      Branch: perl
21135            ! op.c pod/perldiag.pod t/pragma/warn/op
21136 ____________________________________________________________________________
21137 [  9533] By: gsar                                  on 2001/04/03  14:30:07
21138         Log: better fix for change#9517 to accomodate UNC paths like
21139              \\server\share\foo, and paths with trailing backslash
21140              like c:\this\
21141      Branch: maint-5.6/perl
21142            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
21143 ____________________________________________________________________________
21144 [  9532] By: jhi                                   on 2001/04/03  13:11:46
21145         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
21146              From: Robin Houston <robin@kitsite.com>
21147              Date: Mon, 2 Apr 2001 15:03:29 +0100
21148              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
21149      Branch: perl
21150            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
21151 ____________________________________________________________________________
21152 [  9531] By: jhi                                   on 2001/04/03  13:06:34
21153         Log: Integrate change #9530 from maintperl into mainline.
21154              
21155              accomodate VMS "mailbox overflow" quirk in testsuite (from
21156              Craig Berry)
21157      Branch: perl
21158           !> t/lib/socket.t
21159 ____________________________________________________________________________
21160 [  9530] By: gsar                                  on 2001/04/03  04:56:41
21161         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
21162              Craig Berry)
21163      Branch: maint-5.6/perl
21164            ! t/lib/socket.t
21165 ____________________________________________________________________________
21166 [  9529] By: jhi                                   on 2001/04/03  02:34:34
21167         Log: Update Changes.
21168      Branch: perl
21169            ! Changes patchlevel.h
21170 ____________________________________________________________________________
21171 [  9528] By: jhi                                   on 2001/04/03  01:27:57
21172         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
21173              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
21174              To: perl5-porters@perl.org
21175              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
21176      Branch: perl
21177            ! pod/perlfaq3.pod
21178 ____________________________________________________________________________
21179 [  9527] By: jhi                                   on 2001/04/03  01:22:09
21180         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
21181              From: Peter Prymmer <pvhp@forte.com>
21182              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
21183              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
21184      Branch: perl
21185            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
21186 ____________________________________________________________________________
21187 [  9526] By: jhi                                   on 2001/04/03  01:18:25
21188         Log: The metaconfig unit changes for #9525.
21189      Branch: metaconfig
21190            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
21191      Branch: metaconfig/U/perl
21192            ! use64bits.U
21193 ____________________________________________________________________________
21194 [  9525] By: jhi                                   on 2001/04/03  01:17:30
21195         Log: Configure sanity checks:
21196              * if use64bitall is attempted but pointers are only 32-bit,
21197              'downgrade' to use64bitint
21198              * if use64bitint is attempted but there's no quad type,
21199              forget about use64bitint (well, the default for it is 'n',
21200              the user can still override this)
21201              * if pointers are 64 bits, do not try to use Perl's malloc
21202      Branch: perl
21203            ! Configure
21204 ____________________________________________________________________________
21205 [  9524] By: gsar                                  on 2001/04/03  01:09:12
21206         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
21207      Branch: maint-5.6/perl
21208            ! pp_sys.c
21209 ____________________________________________________________________________
21210 [  9523] By: jhi                                   on 2001/04/03  00:02:31
21211         Log: (Retracted by #9609)
21212              
21213              Make it harder for parallel makes to enter 'test' before
21214              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
21215              should be unhappy enough, but sometimes parallel makes seem
21216              to sneak past both in Tru64 and AIX.)
21217      Branch: perl
21218            ! Makefile.SH
21219 ____________________________________________________________________________
21220 [  9522] By: jhi                                   on 2001/04/02  22:35:31
21221         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
21222              Date: Mon, 2 Apr 2001 22:54:10 +0100
21223              From: Robin Houston <robin@kitsite.com>
21224              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
21225      Branch: perl
21226            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
21227 ____________________________________________________________________________
21228 [  9521] By: jhi                                   on 2001/04/02  22:32:23
21229         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
21230              From: Robin Houston <robin@kitsite.com>
21231              Date: Mon, 2 Apr 2001 20:24:03 +0100
21232              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
21233      Branch: perl
21234            ! ext/B/B/Concise.pm
21235 ____________________________________________________________________________
21236 [  9520] By: jhi                                   on 2001/04/02  22:30:43
21237         Log: Subject: [PATCH] REALLY pedantic hv.h nit
21238              From: Simon Cozens <simon@netthink.co.uk>
21239              Date: Mon, 2 Apr 2001 15:43:06 +0100
21240              Message-ID: <20010402154306.A21711@netthink.co.uk>
21241      Branch: perl
21242            ! hv.h
21243 ____________________________________________________________________________
21244 [  9519] By: jhi                                   on 2001/04/02  22:28:04
21245         Log: Based on
21246              
21247              Subject: [foolperl] EPOC fix
21248              From: Olaf Flebbe <O.Flebbe@science-computing.de>
21249              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
21250              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
21251      Branch: perl
21252            ! pp_sys.c
21253 ____________________________________________________________________________
21254 [  9518] By: jhi                                   on 2001/04/02  22:22:34
21255         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
21256              
21257              README.win32 tweaks; add a note about alternative location for
21258              getting a gcc-2.95.2 that will build perl properly on windows
21259              
21260              add some notes about gutsy threading matters
21261              
21262              many of the utilities interpolate literal paths within doublequotes
21263              (fails on dosish platforms where path contains backslashes)
21264      Branch: perl
21265           !> README.win32 pod/perlguts.pod utils/perldoc.PL
21266           !> x2p/find2perl.PL x2p/s2p.PL
21267 ____________________________________________________________________________
21268 [  9517] By: gsar                                  on 2001/04/02  19:52:21
21269         Log: many of the utilities interpolate literal paths within doublequotes
21270              (fails on dosish platforms where path contains backslashes)
21271      Branch: maint-5.6/perl
21272            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
21273 ____________________________________________________________________________
21274 [  9516] By: gsar                                  on 2001/04/02  05:49:37
21275         Log: a foolish release
21276      Branch: maint-5.6/perl
21277            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
21278            ! pod/perltoc.pod
21279 ____________________________________________________________________________
21280 [  9515] By: gsar                                  on 2001/04/02  05:04:29
21281         Log: add missing changelog summaries
21282      Branch: maint-5.6/perl
21283            ! Changes
21284 ____________________________________________________________________________
21285 [  9514] By: gsar                                  on 2001/04/02  04:07:13
21286         Log: add some notes about gutsy threading matters
21287      Branch: maint-5.6/perl
21288            ! pod/perlguts.pod
21289 ____________________________________________________________________________
21290 [  9513] By: gsar                                  on 2001/04/02  03:25:21
21291         Log: add more prominent caveat notices about experimental features
21292      Branch: maint-5.6/perl
21293            ! pod/perlfork.pod pod/perlunicode.pod
21294 ____________________________________________________________________________
21295 [  9512] By: gsar                                  on 2001/04/02  02:54:33
21296         Log: integrate changes#9479,9509 from mainline
21297              
21298              [PATCH] File::Glob stuff for Mac OS
21299              
21300              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
21301      Branch: maint-5.6/perl
21302           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
21303           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
21304           !> t/lib/glob-taint.t
21305 ____________________________________________________________________________
21306 [  9511] By: gsar                                  on 2001/04/02  02:38:24
21307         Log: README.win32 tweaks; add a note about alternative location for
21308              getting a gcc-2.95.2 that will build perl properly on windows
21309      Branch: maint-5.6/perl
21310            ! README.win32
21311 ____________________________________________________________________________
21312 [  9510] By: jhi                                   on 2001/04/01  20:45:10
21313         Log: An ambiguosity warning.
21314      Branch: perl
21315            ! t/lib/trig.t
21316 ____________________________________________________________________________
21317 [  9509] By: jhi                                   on 2001/04/01  19:53:47
21318         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
21319              From: Jonathan Stowe <gellyfish@gellyfish.com>
21320              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
21321              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
21322      Branch: perl
21323            ! ext/File/Glob/bsd_glob.c
21324 ____________________________________________________________________________
21325 [  9508] By: jhi                                   on 2001/04/01  19:35:03
21326         Log: Update Changes.
21327      Branch: perl
21328            ! Changes patchlevel.h
21329 ____________________________________________________________________________
21330 [  9507] By: jhi                                   on 2001/04/01  19:24:01
21331         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
21332              from mainline to maintperl: pod tweaks.
21333      Branch: maint-5.6/perl
21334           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
21335           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
21336           !> pod/perlvar.pod
21337 ____________________________________________________________________________
21338 [  9506] By: jhi                                   on 2001/04/01  19:11:53
21339         Log: Commit Sarathy to April release of 5.6.1 :-)
21340      Branch: perl
21341            ! pod/perlfaq1.pod
21342 ____________________________________________________________________________
21343 [  9505] By: jhi                                   on 2001/04/01  19:03:15
21344         Log: Subject: PATCH 5.6.0 (perldebug.pod)
21345              From: Mark-Jason Dominus <mjd@plover.com>
21346              Date: Sun, 01 Apr 2001 14:25:11 -0400
21347              Message-ID: <20010401182511.9247.qmail@plover.com>
21348      Branch: perl
21349            ! pod/perldebug.pod
21350 ____________________________________________________________________________
21351 [  9504] By: jhi                                   on 2001/04/01  18:43:09
21352         Log: Add great_circle_direction().
21353      Branch: perl
21354            ! lib/Math/Trig.pm t/lib/trig.t
21355 ____________________________________________________________________________
21356 [  9503] By: jhi                                   on 2001/04/01  17:29:12
21357         Log: Unicode ReadMe update for Unicode 3.1.
21358      Branch: perl
21359            ! lib/unicode/ReadMe.txt
21360 ____________________________________________________________________________
21361 [  9502] By: jhi                                   on 2001/04/01  17:18:40
21362         Log: Integrate change #9501 from maintperl into mainline.
21363              
21364              fix the perlembed notes on multiple interpreters
21365              
21366              fix ExtUtils::Embed to work passably on Windows
21367      Branch: perl
21368           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
21369 ____________________________________________________________________________
21370 [  9501] By: gsar                                  on 2001/04/01  07:21:57
21371         Log: fix the perlembed notes on multiple interpreters
21372              
21373              fix ExtUtils::Embed to work passably on Windows
21374      Branch: maint-5.6/perl
21375            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
21376 ____________________________________________________________________________
21377 [  9500] By: jhi                                   on 2001/04/01  05:58:23
21378         Log: Test for #9499.
21379      Branch: perl
21380            ! t/op/tr.t
21381 ____________________________________________________________________________
21382 [  9499] By: jhi                                   on 2001/04/01  05:55:46
21383         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
21384      Branch: perl
21385            ! embed.h embed.pl op.c proto.h
21386 ____________________________________________________________________________
21387 [  9498] By: jhi                                   on 2001/04/01  05:44:34
21388         Log: Protect the workaround hunk more.
21389      Branch: perl
21390            ! toke.c
21391 ____________________________________________________________________________
21392 [  9497] By: jhi                                   on 2001/04/01  00:24:25
21393         Log: Integrate changes #9493,9494,9495,9496 from maintperl
21394              into mainline.
21395              
21396              fix a broken workaround for Borland compiler in change#4739
21397              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
21398              
21399              nits spotted by Borland compiler
21400              
21401              avoid redefinition warnings under Borland 5.02
21402              
21403              various nits identified by the Borland 5.5 compiler; remove suppression
21404              of a few warnings
21405      Branch: perl
21406           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
21407           !> win32/win32.h
21408 ____________________________________________________________________________
21409 [  9496] By: gsar                                  on 2001/03/31  23:22:28
21410         Log: various nits identified by the Borland 5.5 compiler; remove suppression
21411              of a few warnings
21412      Branch: maint-5.6/perl
21413            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
21414 ____________________________________________________________________________
21415 [  9495] By: gsar                                  on 2001/03/31  21:03:08
21416         Log: avoid redefinition warnings under Borland 5.02
21417      Branch: maint-5.6/perl
21418            ! win32/makefile.mk
21419 ____________________________________________________________________________
21420 [  9494] By: gsar                                  on 2001/03/31  20:18:59
21421         Log: nits spotted by Borland compiler
21422      Branch: maint-5.6/perl
21423            ! utf8.h win32/win32.h
21424 ____________________________________________________________________________
21425 [  9493] By: gsar                                  on 2001/03/31  20:18:05
21426         Log: fix a broken workaround for Borland compiler in change#4739
21427              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
21428      Branch: maint-5.6/perl
21429            ! toke.c
21430 ____________________________________________________________________________
21431 [  9492] By: jhi                                   on 2001/03/31  18:36:24
21432         Log: Integrate change #9491 from maintperl into mainline.
21433              
21434              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
21435              directory is relative (need to fetch the full path name *before*
21436              the chdir!)
21437      Branch: perl
21438           !> lib/Cwd.pm
21439 ____________________________________________________________________________
21440 [  9491] By: gsar                                  on 2001/03/31  17:01:56
21441         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
21442              directory is relative (need to fetch the full path name *before*
21443              the chdir!)
21444              
21445              this is a followup patch for change#6749
21446      Branch: maint-5.6/perl
21447            ! lib/Cwd.pm
21448 ____________________________________________________________________________
21449 [  9490] By: jhi                                   on 2001/03/31  15:50:18
21450         Log: Subject: Re: [PATCH] av.h cosmetics
21451              From: Simon Cozens <simon@netthink.co.uk>
21452              Date: Sat, 31 Mar 2001 13:09:59 +0100
21453              Message-ID: <20010331130959.A22000@netthink.co.uk>
21454              
21455              Document AvALLOC.
21456      Branch: perl
21457            ! pod/perlguts.pod
21458 ____________________________________________________________________________
21459 [  9489] By: jhi                                   on 2001/03/31  15:48:44
21460         Log: Subject: [PATCH] Re: Math::Big* v1.21
21461              From: Tels <perl_dummy@bloodgate.com>
21462              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
21463              Message-Id: <200103311125.GAA377738@www08.hway.net>
21464      Branch: perl
21465            ! pod/perlop.pod
21466 ____________________________________________________________________________
21467 [  9488] By: jhi                                   on 2001/03/31  03:39:51
21468         Log: Debug output tweak.
21469      Branch: perl
21470            ! t/lib/cwd.t
21471 ____________________________________________________________________________
21472 [  9487] By: jhi                                   on 2001/03/31  03:33:02
21473         Log: OverVMSification.
21474      Branch: perl
21475            ! t/lib/cwd.t
21476 ____________________________________________________________________________
21477 [  9486] By: jhi                                   on 2001/03/31  03:01:40
21478         Log: Missed MANIFESTations in #9483.
21479      Branch: perl
21480            ! MANIFEST
21481 ____________________________________________________________________________
21482 [  9485] By: jhi                                   on 2001/03/31  02:58:17
21483         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
21484              From: Peter Prymmer <pvhp@forte.com>
21485              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
21486              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
21487      Branch: perl
21488            ! regexec.c t/lib/cwd.t
21489 ____________________________________________________________________________
21490 [  9484] By: jhi                                   on 2001/03/31  01:04:41
21491         Log: Obsolete file (see #3938)
21492      Branch: perl
21493            - lib/unicode/README.Ethiopic
21494            ! MANIFEST
21495 ____________________________________________________________________________
21496 [  9483] By: jhi                                   on 2001/03/31  00:52:42
21497         Log: Update to Unicode 3.1.
21498              (Rename Names.txt to NamesList.txt.)
21499      Branch: perl
21500            + lib/unicode/NamesList.txt lib/unicode/PropList.html
21501            - lib/unicode/Names.txt
21502            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
21503            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
21504            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
21505            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
21506            ! lib/unicode/UCD.html lib/unicode/Unicode.html
21507            ! lib/unicode/rename lib/unicode/version
21508 ____________________________________________________________________________
21509 [  9482] By: jhi                                   on 2001/03/30  23:33:44
21510         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
21511              From: Robin Houston <robin@kitsite.com>
21512              Date: Fri, 30 Mar 2001 20:07:22 +0100
21513              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
21514      Branch: perl
21515            ! ext/B/B/Deparse.pm
21516 ____________________________________________________________________________
21517 [  9481] By: jhi                                   on 2001/03/30  23:20:25
21518         Log: Subject: Re: [PATCH] CwdXS, Take 2
21519              From: Benjamin Sugars <bsugars@canoe.ca>
21520              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
21521              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
21522      Branch: perl
21523            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
21524            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
21525 ____________________________________________________________________________
21526 [  9480] By: jhi                                   on 2001/03/30  22:52:38
21527         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
21528              From: David Dyck <dcd@tc.fluke.com>
21529              Date: Fri, 30 Mar 2001 14:44:13 -0800
21530              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
21531              
21532              The t/rantests flags file creation was accidentally
21533              removed by #9217.
21534      Branch: perl
21535            ! Makefile.SH
21536 ____________________________________________________________________________
21537 [  9479] By: jhi                                   on 2001/03/30  22:45:45
21538         Log: Subject: [PATCH] File::Glob stuff for Mac OS
21539              From: Chris Nandor <pudge@pobox.com>
21540              Date: Fri, 30 Mar 2001 16:51:00 -0500
21541              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
21542      Branch: perl
21543            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
21544            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
21545            ! t/lib/glob-taint.t
21546 ____________________________________________________________________________
21547 [  9478] By: jhi                                   on 2001/03/30  22:43:12
21548         Log: Subject: fix for win32/buildext.pl
21549              From: "Vadim Konovalov" <watman@inbox.ru>
21550              Date: Sat, 31 Mar 2001 00:50:36 +0400
21551              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
21552      Branch: perl
21553            ! win32/buildext.pl
21554 ____________________________________________________________________________
21555 [  9477] By: jhi                                   on 2001/03/30  22:41:16
21556         Log: Subject: small base.pm doc patch
21557              From: Leon Brocard <acme@astray.com>
21558              Date: Fri, 30 Mar 2001 21:49:57 +0100
21559              Message-ID: <20010330214957.B8733@ns0.astray.com>
21560      Branch: perl
21561            ! lib/base.pm
21562 ____________________________________________________________________________
21563 [  9476] By: jhi                                   on 2001/03/30  18:16:57
21564         Log: Subject: [PATCH] av.h cosmetics
21565              From: Simon Cozens <simon@netthink.co.uk>
21566              Date: Fri, 30 Mar 2001 18:12:28 +0100
21567              Message-ID: <20010330181228.A9319@netthink.co.uk>
21568      Branch: perl
21569            ! av.h
21570 ____________________________________________________________________________
21571 [  9475] By: jhi                                   on 2001/03/30  18:15:50
21572         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
21573              From: "Philip Newton" <pnewton@gmx.de>
21574              Date: Fri, 30 Mar 2001 19:06:57 +0200
21575              Message-ID: <3AC4D951.14815.1AC7068@localhost>
21576      Branch: perl
21577            ! pod/perlhack.pod
21578 ____________________________________________________________________________
21579 [  9474] By: jhi                                   on 2001/03/30  18:14:02
21580         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
21581              From: Benjamin Sugars <bsugars@canoe.ca>
21582              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
21583              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
21584      Branch: perl
21585            ! t/lib/glob-basic.t
21586 ____________________________________________________________________________
21587 [  9473] By: jhi                                   on 2001/03/30  16:09:24
21588         Log: Update Changes.
21589      Branch: perl
21590            ! Changes patchlevel.h
21591 ____________________________________________________________________________
21592 [  9472] By: jhi                                   on 2001/03/30  15:16:08
21593         Log: Integrate perlio.
21594      Branch: perl
21595           !> t/lib/cwd.t t/lib/glob-basic.t
21596 ____________________________________________________________________________
21597 [  9471] By: nick                                  on 2001/03/30  14:47:10
21598         Log: Should be (^O eq 'MSWin32') not 'Win32'
21599              Fail #12 seems real - chdir is in wrong dir.
21600      Branch: perlio
21601            ! t/lib/cwd.t
21602 ____________________________________________________________________________
21603 [  9470] By: jhi                                   on 2001/03/30  14:41:11
21604         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
21605              From: Radu Greab <radu@netsoft.ro>
21606              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
21607              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
21608              
21609              Replace #9352.
21610      Branch: perl
21611            ! ext/Socket/Socket.xs pp_sys.c
21612 ____________________________________________________________________________
21613 [  9469] By: jhi                                   on 2001/03/30  14:37:51
21614         Log: Subject: PATCH pod/perldiag.pod
21615              From: Robin Houston <robin@kitsite.com>
21616              Date: Fri, 30 Mar 2001 14:10:36 +0100
21617              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
21618      Branch: perl
21619            ! pod/perldiag.pod t/lib/glob-basic.t
21620 ____________________________________________________________________________
21621 [  9468] By: jhi                                   on 2001/03/30  14:36:36
21622         Log: Subject: Better diagnostic in io/fs.t
21623              From: andreas.koenig@anima.de (Andreas J. Koenig)
21624              Date: 30 Mar 2001 10:11:43 +0200
21625              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
21626      Branch: perl
21627            ! t/io/fs.t
21628 ____________________________________________________________________________
21629 [  9467] By: nick                                  on 2001/03/30  14:25:43
21630         Log: Skip order test of glob if case-ignoring system cannot 
21631              create a.test and A.test
21632      Branch: perlio
21633            ! t/lib/glob-basic.t
21634 ____________________________________________________________________________
21635 [  9466] By: nick                                  on 2001/03/30  13:03:12
21636         Log: Integrate mainline.
21637      Branch: perlio
21638            - ext/re/hints/aix.pl
21639           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
21640           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
21641           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
21642           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
21643 ____________________________________________________________________________
21644 [  9465] By: jhi                                   on 2001/03/30  03:53:37
21645         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
21646              the tests sometimes hang, sometimes not.)
21647      Branch: perl
21648            ! t/lib/io_multihomed.t t/lib/io_sock.t
21649 ____________________________________________________________________________
21650 [  9464] By: jhi                                   on 2001/03/30  02:56:04
21651         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
21652              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
21653              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
21654              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
21655      Branch: perl
21656            ! op.c
21657 ____________________________________________________________________________
21658 [  9463] By: jhi                                   on 2001/03/30  02:34:48
21659         Log: Test for #9462.
21660      Branch: perl
21661            ! t/lib/b.t
21662 ____________________________________________________________________________
21663 [  9462] By: jhi                                   on 2001/03/30  02:29:37
21664         Log: Subject: B::Deparse precedence bug. (Patch included.)
21665              From: Jeremy Madea <jmadea@inktomi.com>
21666              Date: Thu, 29 Mar 2001 12:05:02 -0800
21667              Message-ID: <20010329120502.A24881@dr.inktomi.com>
21668      Branch: perl
21669            ! ext/B/B/Deparse.pm
21670 ____________________________________________________________________________
21671 [  9461] By: jhi                                   on 2001/03/30  02:18:41
21672         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
21673              From: Peter Prymmer <pvhp@forte.com>
21674              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
21675              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
21676      Branch: perl
21677            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
21678            ! t/lib/md5-file.t
21679 ____________________________________________________________________________
21680 [  9460] By: jhi                                   on 2001/03/30  02:17:07
21681         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
21682              From: Robin Houston <robin@kitsite.com>
21683              Date: Thu, 29 Mar 2001 20:47:56 +0100
21684              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
21685      Branch: perl
21686            ! ext/B/B/Debug.pm
21687 ____________________________________________________________________________
21688 [  9459] By: jhi                                   on 2001/03/30  02:16:05
21689         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
21690              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
21691              Date: Wed, 28 Mar 2001 18:02:20 -0600
21692              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
21693      Branch: perl
21694            ! lib/ExtUtils/MM_VMS.pm
21695 ____________________________________________________________________________
21696 [  9458] By: jhi                                   on 2001/03/30  02:07:58
21697         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
21698              From: "Joshua E. Rodd" <jrodd@pbs.org>
21699              Date: Wed, 28 Mar 2001 17:29:12 -0500
21700              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
21701      Branch: perl
21702            ! pod/perlop.pod
21703 ____________________________________________________________________________
21704 [  9457] By: jhi                                   on 2001/03/30  02:04:33
21705         Log: Subject: ext/re/aix.pl can go
21706              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21707              Date: Thu, 29 Mar 2001 12:03:28 +0200
21708              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
21709      Branch: perl
21710            - ext/re/hints/aix.pl
21711            ! MANIFEST
21712 ____________________________________________________________________________
21713 [  9456] By: jhi                                   on 2001/03/30  02:03:32
21714         Log: Integrate perlio.
21715      Branch: perl
21716           !> ext/Encode/Encode.xs installperl
21717 ____________________________________________________________________________
21718 [  9455] By: nick                                  on 2001/03/29  21:11:46
21719         Log: DLL name has changed so installperl needs to know
21720              (Why isn't it working it out or passed it?)
21721      Branch: perlio
21722            ! installperl
21723 ____________________________________________________________________________
21724 [  9454] By: nick                                  on 2001/03/29  20:56:12
21725         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
21726              and we don't get undef warnings.
21727      Branch: perlio
21728            ! ext/Encode/Encode.xs
21729 ____________________________________________________________________________
21730 [  9453] By: nick                                  on 2001/03/29  17:58:48
21731         Log: Integrate mainline
21732      Branch: perlio
21733           !> Changes patchlevel.h
21734 ____________________________________________________________________________
21735 [  9452] By: jhi                                   on 2001/03/29  16:44:55
21736         Log: Update Changes.
21737      Branch: perl
21738            ! Changes patchlevel.h
21739 ____________________________________________________________________________
21740 [  9451] By: nick                                  on 2001/03/29  16:31:38
21741         Log: Integrate mainline
21742      Branch: perlio
21743           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
21744           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
21745           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
21746           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
21747           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
21748 ____________________________________________________________________________
21749 [  9450] By: jhi                                   on 2001/03/29  16:29:17
21750         Log: Integrate perlio.
21751      Branch: perl
21752           !> win32/buildext.pl
21753 ____________________________________________________________________________
21754 [  9449] By: jhi                                   on 2001/03/29  15:50:01
21755         Log: Update Changes.
21756      Branch: perl
21757            ! Changes patchlevel.h
21758 ____________________________________________________________________________
21759 [  9448] By: nick                                  on 2001/03/29  15:47:15
21760         Log: Make sure buildext.pl finds Errno.pm
21761      Branch: perlio
21762            ! win32/buildext.pl
21763 ____________________________________________________________________________
21764 [  9447] By: jhi                                   on 2001/03/29  15:39:34
21765         Log: Integrate perlio.
21766      Branch: perl
21767           !> win32/makefile.mk
21768 ____________________________________________________________________________
21769 [  9446] By: nick                                  on 2001/03/29  15:30:03
21770         Log: Integrate win32/makefile.mk with mainline.
21771      Branch: perlio
21772           !> win32/makefile.mk
21773 ____________________________________________________________________________
21774 [  9445] By: nick                                  on 2001/03/29  15:27:32
21775         Log: Fix breakage ... 
21776      Branch: perlio
21777            ! win32/makefile.mk
21778 ____________________________________________________________________________
21779 [  9444] By: jhi                                   on 2001/03/29  15:03:08
21780         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
21781              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
21782              Date: Thu, 29 Mar 2001 10:32:59 +0400
21783              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
21784      Branch: perl
21785            ! win32/makefile.mk
21786 ____________________________________________________________________________
21787 [  9443] By: jhi                                   on 2001/03/29  15:02:12
21788         Log: Integrate perlio.
21789      Branch: perl
21790           +> win32/buildext.pl
21791           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
21792           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
21793 ____________________________________________________________________________
21794 [  9442] By: nick                                  on 2001/03/29  14:59:11
21795         Log: Work in progress - determine win32 extensions to build via script.
21796      Branch: perlio
21797            + win32/buildext.pl
21798            ! MANIFEST win32/makefile.mk
21799 ____________________________________________________________________________
21800 [  9441] By: jhi                                   on 2001/03/29  14:51:47
21801         Log: Reintroduce the use of external pwd.
21802      Branch: perl
21803            ! t/lib/cwd.t
21804 ____________________________________________________________________________
21805 [  9440] By: jhi                                   on 2001/03/29  14:42:58
21806         Log: use warnings instead of -w.
21807      Branch: perl
21808            ! utils/h2xs.PL
21809 ____________________________________________________________________________
21810 [  9439] By: jhi                                   on 2001/03/29  14:41:52
21811         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
21812              From: Jonathan Stowe <gellyfish@gellyfish.com>
21813              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
21814              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
21815      Branch: perl
21816            ! utils/h2xs.PL
21817 ____________________________________________________________________________
21818 [  9438] By: jhi                                   on 2001/03/29  14:39:38
21819         Log: Subject: [PATCH perl@9424] minor pod nits
21820              From: Robin Barker <rmb1@cise.npl.co.uk>
21821              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
21822              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
21823      Branch: perl
21824            ! pod/perlhack.pod pod/perliol.pod
21825 ____________________________________________________________________________
21826 [  9437] By: jhi                                   on 2001/03/29  14:29:16
21827         Log: Subject: [PATCH perl@9424] typemap cast warning
21828              From: Robin Barker <rmb1@cise.npl.co.uk>
21829              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
21830              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
21831      Branch: perl
21832            ! lib/ExtUtils/typemap
21833 ____________________________________________________________________________
21834 [  9436] By: jhi                                   on 2001/03/29  14:26:03
21835         Log: Subject: [PATCH perl@9424] printf warning
21836              From: Robin Barker <rmb1@cise.npl.co.uk>
21837              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
21838              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
21839      Branch: perl
21840            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
21841            ! ext/Storable/Storable.xs toke.c
21842 ____________________________________________________________________________
21843 [  9435] By: nick                                  on 2001/03/29  14:23:31
21844         Log: Win32 has name conflict with ERROR
21845      Branch: perlio
21846            ! ext/PerlIO/Via/Via.xs
21847 ____________________________________________________________________________
21848 [  9434] By: jhi                                   on 2001/03/29  14:17:48
21849         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
21850              From: Peter Prymmer <pvhp@forte.com>
21851              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
21852              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
21853      Branch: perl
21854            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
21855 ____________________________________________________________________________
21856 [  9433] By: jhi                                   on 2001/03/29  13:52:44
21857         Log: test-prep target was missing.
21858      Branch: perl
21859            ! Makefile.SH
21860 ____________________________________________________________________________
21861 [  9432] By: nick                                  on 2001/03/29  12:40:03
21862         Log: Make as-shipped compiler default to MSVC6 
21863      Branch: perlio
21864            ! win32/makefile.mk
21865 ____________________________________________________________________________
21866 [  9431] By: nick                                  on 2001/03/29  12:12:16
21867         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
21868              akin to PerlIO::Scalar.
21869      Branch: perlio
21870            ! perlio.c perlio.h
21871 ____________________________________________________________________________
21872 [  9430] By: nick                                  on 2001/03/29  10:56:35
21873         Log: Integrate mainline.
21874      Branch: perlio
21875           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
21876           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
21877           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
21878           !> win32/makefile.mk win32/win32sck.c
21879 ____________________________________________________________________________
21880 [  9429] By: nick                                  on 2001/03/29  09:03:43
21881         Log: Noticed that two tests were skipped as perlio:: package
21882              isn't there any more. Changed the skip condition.
21883              Avoid core-dump if sv_utf8_upgrade() called on something
21884              that does not become SvPOK after SvPV() (e.g. a ref).
21885      Branch: perlio
21886            ! sv.c t/io/utf8.t t/lib/io_scalar.t
21887 ____________________________________________________________________________
21888 [  9428] By: jhi                                   on 2001/03/29  01:31:47
21889         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
21890              From: Benjamin Sugars <bsugars@canoe.ca> 
21891              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
21892              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
21893      Branch: perl
21894            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
21895            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
21896            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
21897 ____________________________________________________________________________
21898 [  9427] By: jhi                                   on 2001/03/29  00:49:30
21899         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
21900              From: "Vadim Konovalov" <watman@inbox.ru>
21901              Date: Thu, 29 Mar 2001 01:50:12 +0400
21902              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
21903      Branch: perl
21904            ! win32/makefile.mk win32/win32sck.c
21905 ____________________________________________________________________________
21906 [  9426] By: gsar                                  on 2001/03/29  00:28:04
21907         Log: dmake can only handle == and != in comparisons; support building
21908              with Borland's VCL libraries (from Vadim Konovalov)
21909      Branch: maint-5.6/perl
21910            ! win32/makefile.mk
21911 ____________________________________________________________________________
21912 [  9425] By: nick                                  on 2001/03/28  19:29:56
21913         Log: Integrate (@snapshot)
21914      Branch: perlio
21915           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
21916 ____________________________________________________________________________
21917 [  9424] By: jhi                                   on 2001/03/28  19:03:16
21918         Log: Update Changes.
21919      Branch: perl
21920            ! Changes patchlevel.h
21921 ____________________________________________________________________________
21922 [  9423] By: jhi                                   on 2001/03/28  18:52:09
21923         Log: Rmdir lib/XS on cleanup.
21924      Branch: perl
21925            ! Makefile.SH
21926 ____________________________________________________________________________
21927 [  9422] By: jhi                                   on 2001/03/28  18:49:34
21928         Log: Integrate perlio.
21929      Branch: perl
21930           !> t/op/utf8decode.t
21931 ____________________________________________________________________________
21932 [  9421] By: nick                                  on 2001/03/28  18:46:44
21933         Log: Loose duplicate chunk.
21934      Branch: perlio
21935            ! t/op/utf8decode.t
21936 ____________________________________________________________________________
21937 [  9420] By: nick                                  on 2001/03/28  18:44:11
21938         Log: Integrate mainline.
21939      Branch: perlio
21940           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
21941           !> vms/vmsish.h
21942 ____________________________________________________________________________
21943 [  9419] By: jhi                                   on 2001/03/28  18:42:05
21944         Log: Can't trust external pwds
21945              (either shell builtins or external programs)
21946      Branch: perl
21947            ! t/lib/cwd.t
21948 ____________________________________________________________________________
21949 [  9418] By: jhi                                   on 2001/03/28  18:34:05
21950         Log: Integrate perlio.
21951      Branch: perl
21952            - lib/perlio.pm
21953           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
21954           !> t/op/utf8decode.t
21955 ____________________________________________________________________________
21956 [  9417] By: nick                                  on 2001/03/28  18:24:02
21957         Log: PerlIO.pm / perlio.pm conflict.
21958              Update some pods.
21959              Make t/op/utf8decode.t a text file.
21960      Branch: perlio
21961            - lib/perlio.pm
21962            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
21963            ! t/op/utf8decode.t
21964 ____________________________________________________________________________
21965 [  9416] By: jhi                                   on 2001/03/28  18:06:07
21966         Log: Integrate change #9409 from mainline to maintperl.
21967              
21968              Yet another tweak on AIX dynaloading.
21969      Branch: maint-5.6/perl
21970           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
21971 ____________________________________________________________________________
21972 [  9415] By: gsar                                  on 2001/03/28  17:13:01
21973         Log: integrate changes#9377,9385,9401 from mainline
21974              
21975              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
21976              
21977              If directory entries compare equal case-insensitively,
21978              retry case-sensitively.
21979              
21980              Subject: [PATCH] B::Terse and warnings
21981      Branch: maint-5.6/perl
21982           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
21983           !> t/pragma/warn/perl
21984 ____________________________________________________________________________
21985 [  9414] By: jhi                                   on 2001/03/28  17:11:12
21986         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
21987              From: "Craig A. Berry" <craigberry@mac.com>
21988              Date: Wed, 28 Mar 2001 10:55:20 -0600
21989              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
21990      Branch: perl
21991            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
21992 ____________________________________________________________________________
21993 [  9413] By: jhi                                   on 2001/03/28  17:03:12
21994         Log: Dup hunk.
21995      Branch: perl
21996            ! t/op/utf8decode.t
21997 ____________________________________________________________________________
21998 [  9412] By: jhi                                   on 2001/03/28  17:02:36
21999         Log: Forced integrate from perlio.
22000      Branch: perl
22001           !> t/op/utf8decode.t
22002 ____________________________________________________________________________
22003 [  9411] By: nick                                  on 2001/03/28  16:50:03
22004         Log: Integrate mainline.
22005      Branch: perlio
22006           +> t/lib/cwd.t
22007           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
22008           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
22009           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
22010           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
22011           !> t/pragma/warn/perl
22012 ____________________________________________________________________________
22013 [  9410] By: jhi                                   on 2001/03/28  16:44:23
22014         Log: Subject: Re: [PATCH] 9403 cannot be tested
22015              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22016              Date: Wed, 28 Mar 2001 18:33:56 +0200
22017              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
22018      Branch: perl
22019            ! makedef.pl
22020 ____________________________________________________________________________
22021 [  9409] By: jhi                                   on 2001/03/28  16:12:45
22022         Log: Yet another tweak on AIX dynaloading.
22023      Branch: perl
22024            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
22025 ____________________________________________________________________________
22026 [  9408] By: jhi                                   on 2001/03/28  15:52:55
22027         Log: Subject: [PATCH] 9403 cannot be tested
22028              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
22029              Date: Wed, 28 Mar 2001 17:23:00 +0200
22030              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
22031              
22032              A missing symbol.
22033      Branch: perl
22034            ! makedef.pl
22035 ____________________________________________________________________________
22036 [  9407] By: jhi                                   on 2001/03/28  15:47:43
22037         Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
22038      Branch: perl
22039            ! t/op/utf8decode.t
22040           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
22041           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
22042 ____________________________________________________________________________
22043 [  9406] By: jhi                                   on 2001/03/28  15:37:08
22044         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
22045              From: Benjamin Sugars <bsugars@canoe.ca> 
22046              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
22047              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
22048      Branch: perl
22049            + t/lib/cwd.t
22050            ! MANIFEST
22051 ____________________________________________________________________________
22052 [  9405] By: jhi                                   on 2001/03/28  15:13:18
22053         Log: pp_ne() needs a CORRECT boolean.
22054      Branch: perl
22055            ! pp.c
22056 ____________________________________________________________________________
22057 [  9404] By: jhi                                   on 2001/03/28  15:09:23
22058         Log: pp_ne() needs a boolean, not an integer.
22059      Branch: perl
22060            ! pp.c
22061 ____________________________________________________________________________
22062 [  9403] By: jhi                                   on 2001/03/28  14:47:43
22063         Log: (Retracted by #9404.)
22064      Branch: perl
22065            ! pp.c
22066 ____________________________________________________________________________
22067 [  9402] By: jhi                                   on 2001/03/28  14:43:59
22068         Log: Subject: Re: [PATCH] Typemap testing
22069              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
22070              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
22071              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
22072      Branch: perl
22073            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
22074            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
22075 ____________________________________________________________________________
22076 [  9401] By: jhi                                   on 2001/03/28  14:42:14
22077         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
22078              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
22079              Date: Sun, 25 Mar 2001 21:59:15 +0100
22080              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
22081              
22082              A variable will be checked for the "use once" warnings if:
22083              
22084              1. It is in the scope of a use warnings 'once'
22085              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
22086              
22087              Otherwise it won't be checked at all.
22088              
22089              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
22090              
22091              The enclosed patch partially fixes this issue. What I didn't
22092              get to work was the case where the "used once" warning is enabled
22093              in any file other than the main file.
22094      Branch: perl
22095            ! gv.c t/pragma/warn/perl
22096 ____________________________________________________________________________
22097 [  9400] By: nick                                  on 2001/03/28  14:38:24
22098         Log: More EBCDIC tweaks:
22099              - one more swash issue &~(0xA0-1) did not do the right thing,
22100              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
22101              - add "use re 'asciirange'" to make [!-~] etc. work
22102              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
22103              - Choose a key for t/op/each.t test which gets encoded.
22104              - Skip utf8decode if this is UTF-EBCDIC.
22105      Branch: perlio
22106            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
22107            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
22108 ____________________________________________________________________________
22109 [  9399] By: jhi                                   on 2001/03/28  14:21:00
22110         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
22111              Andreas Schwab.
22112      Branch: perl
22113            ! pp.c
22114 ____________________________________________________________________________
22115 [  9398] By: jhi                                   on 2001/03/28  00:55:56
22116         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
22117              From: David Dyck <dcd@tc.fluke.com>
22118              Date: Tue, 27 Mar 2001 15:16:24 -0800
22119              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
22120      Branch: perl
22121            ! ext/IO/lib/IO/Socket.pm
22122 ____________________________________________________________________________
22123 [  9397] By: jhi                                   on 2001/03/27  21:52:49
22124         Log: Integrate perlio.
22125      Branch: perl
22126           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
22127           +> ext/PerlIO/Via/Via.xs
22128           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
22129 ____________________________________________________________________________
22130 [  9396] By: nick                                  on 2001/03/27  21:45:13
22131         Log: Integrate mainline.
22132      Branch: perlio
22133           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
22134           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
22135 ____________________________________________________________________________
22136 [  9395] By: nick                                  on 2001/03/27  21:18:58
22137         Log: Outline docs for PerlIO and PerlIO::Scalar
22138      Branch: perlio
22139            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
22140 ____________________________________________________________________________
22141 [  9394] By: nick                                  on 2001/03/27  20:50:13
22142         Log: PerlIO::Via layer (alpha-ish).
22143      Branch: perlio
22144            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
22145            + ext/PerlIO/Via/Via.xs
22146            ! MANIFEST
22147 ____________________________________________________________________________
22148 [  9393] By: jhi                                   on 2001/03/27  20:49:55
22149         Log: Retract #9329 now that 9390 should take care of the matter.
22150      Branch: perl
22151            ! utils/h2xs.PL
22152 ____________________________________________________________________________
22153 [  9390] By: jhi                                   on 2001/03/27  20:47:50
22154         Log: Subject: Autoloading Errno.pm when %! is encountered
22155              From: Robin Houston <robin@kitsite.com>
22156              Date: Tue, 27 Mar 2001 20:57:11 +0100
22157              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
22158      Branch: perl
22159            ! embed.h embed.pl gv.c proto.h t/op/magic.t
22160 ____________________________________________________________________________
22161 [  9389] By: jhi                                   on 2001/03/27  20:24:31
22162         Log: Integrate perlio.
22163      Branch: perl
22164           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
22165           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
22166           !> utf8.c
22167 ____________________________________________________________________________
22168 [  9388] By: jhi                                   on 2001/03/27  20:21:38
22169         Log: Better have a three-element array if one is going to assign
22170              to the third element of that array. (from Tim Jenness)
22171      Branch: perl
22172            ! ext/XS/Typemap/Typemap.xs
22173 ____________________________________________________________________________
22174 [  9387] By: nick                                  on 2001/03/27  20:15:43
22175         Log: Integrate mainline.
22176      Branch: perlio
22177           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
22178           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
22179           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
22180           +> t/lib/xs-typemap.t
22181           !> (integrate 34 files)
22182 ____________________________________________________________________________
22183 [  9386] By: jhi                                   on 2001/03/27  20:04:18
22184         Log: Subject: Re: perl@9359 breaks HTML::Parser
22185              From: Gisle Aas <gisle@ActiveState.com>
22186              Date: 27 Mar 2001 11:30:24 -0800
22187              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
22188              
22189              Clarify the UTF-8 issues of the API docs.
22190              (Slightly reworded and expanded.)
22191      Branch: perl
22192            ! pod/perlapi.pod sv.c sv.h
22193 ____________________________________________________________________________
22194 [  9385] By: jhi                                   on 2001/03/27  19:44:25
22195         Log: If directory entries compare equal case-insensitively,
22196              retry case-sensitively.
22197      Branch: perl
22198            ! ext/File/Glob/bsd_glob.c
22199 ____________________________________________________________________________
22200 [  9384] By: nick                                  on 2001/03/27  19:38:50
22201         Log: Various EBCDIC fixes:
22202              - major revelation that swash code is encoding aware,
22203              (or thought it was) - now it is ;-)
22204              - With that out of the way fix a slab of tr/// cases.
22205              - Fix Encode 'Unicode' to be true Unicode so tests pass.
22206              - As anticipated Base64.xs needed tweaks.
22207              - Until tr/// works right avoid old_encode64 in MIME tests.
22208      Branch: perlio
22209            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
22210            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
22211 ____________________________________________________________________________
22212 [  9383] By: jhi                                   on 2001/03/27  18:34:41
22213         Log: Add the std test suite BEGIN block.
22214      Branch: perl
22215            ! t/lib/xs-typemap.t
22216 ____________________________________________________________________________
22217 [  9382] By: jhi                                   on 2001/03/27  15:16:07
22218         Log: Add debugging output to the test.
22219      Branch: perl
22220            ! t/lib/glob-basic.t
22221 ____________________________________________________________________________
22222 [  9381] By: jhi                                   on 2001/03/27  15:08:10
22223         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
22224      Branch: perl
22225            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
22226            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
22227            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
22228            + t/lib/xs-typemap.t
22229            ! MANIFEST
22230 ____________________________________________________________________________
22231 [  9380] By: jhi                                   on 2001/03/27  14:48:34
22232         Log: Subject: [PATCH] Typemap testing
22233              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
22234              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
22235              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
22236              
22237              (The first part of the patch.)
22238      Branch: perl
22239            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
22240 ____________________________________________________________________________
22241 [  9379] By: jhi                                   on 2001/03/27  14:44:56
22242         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
22243              From: Benjamin Sugars <bsugars@canoe.ca> 
22244              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
22245              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
22246      Branch: perl
22247            ! t/lib/glob-basic.t
22248 ____________________________________________________________________________
22249 [  9378] By: jhi                                   on 2001/03/27  14:42:30
22250         Log: Subject: [PATCH] perlvar nit
22251              From: Simon Cozens <simon@netthink.co.uk>
22252              Date: Tue, 27 Mar 2001 01:12:01 +0100
22253              Message-ID: <20010327011201.A19179@netthink.co.uk>
22254      Branch: perl
22255            ! pod/perlvar.pod
22256 ____________________________________________________________________________
22257 [  9377] By: jhi                                   on 2001/03/27  14:36:26
22258         Log: Subject: [PATCH] B::Terse and warnings
22259              From: Benjamin Sugars <ben.sugars@home.com>
22260              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
22261              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
22262      Branch: perl
22263            ! ext/B/B.pm ext/B/B/Terse.pm
22264 ____________________________________________________________________________
22265 [  9376] By: jhi                                   on 2001/03/27  14:31:31
22266         Log: Document sockatmark() some.
22267      Branch: perl
22268            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
22269            ! pod/perltoc.pod
22270 ____________________________________________________________________________
22271 [  9375] By: jhi                                   on 2001/03/27  14:00:24
22272         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
22273              noted by Gisle and fixed by NI-S.
22274      Branch: perl
22275            ! sv.c
22276 ____________________________________________________________________________
22277 [  9374] By: jhi                                   on 2001/03/27  05:50:01
22278         Log: Regen toc.
22279      Branch: perl
22280            ! pod/perltoc.pod
22281 ____________________________________________________________________________
22282 [  9373] By: jhi                                   on 2001/03/27  05:43:51
22283         Log: Pixie documenting.
22284      Branch: perl
22285            ! Makefile.SH pod/perlhack.pod
22286 ____________________________________________________________________________
22287 [  9372] By: jhi                                   on 2001/03/27  05:29:34
22288         Log: Metaconfig unit changes for #9371.
22289      Branch: metaconfig
22290            ! U/modified/myhostname.U
22291      Branch: metaconfig/U/perl
22292            + d_sockatmark.U
22293            ! gccvers.U
22294 ____________________________________________________________________________
22295 [  9371] By: jhi                                   on 2001/03/27  05:29:07
22296         Log: Add sockatmark() probing.
22297      Branch: perl
22298            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
22299            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
22300            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
22301            ! vos/config.ga.h win32/config.bc win32/config.gc
22302            ! win32/config.vc
22303 ____________________________________________________________________________
22304 [  9370] By: jhi                                   on 2001/03/26  22:01:18
22305         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
22306              Really need to benchmark this.
22307      Branch: perl
22308            ! pp.c
22309 ____________________________________________________________________________
22310 [  9369] By: nick                                  on 2001/03/26  21:59:30
22311         Log: Integrate mainline.
22312      Branch: perlio
22313            ! ext/MIME/Base64/QuotedPrint.pm
22314           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
22315           !> patchlevel.h pod/perlhack.pod pp_sys.c
22316 ____________________________________________________________________________
22317 [  9368] By: jhi                                   on 2001/03/26  21:47:03
22318         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
22319              
22320              TODO1: perlbench.
22321              TODO2: le, lt, ge, gt?  Yech.
22322      Branch: perl
22323            ! pp.c
22324 ____________________________________________________________________________
22325 [  9367] By: jhi                                   on 2001/03/26  21:34:57
22326         Log: Too much cut-and-paste in #9363.
22327      Branch: perl
22328            ! pp_sys.c
22329 ____________________________________________________________________________
22330 [  9366] By: jhi                                   on 2001/03/26  21:20:53
22331         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
22332              From: Andreas Schwab <schwab@suse.de>
22333              Date: 26 Mar 2001 17:29:04 +0200
22334              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
22335              
22336              (The patch for 5.6.0 or so, this is a guess for bleadperl)
22337      Branch: perl
22338            ! pp_hot.c
22339 ____________________________________________________________________________
22340 [  9365] By: jhi                                   on 2001/03/26  21:07:54
22341         Log: Integrate perlio.
22342      Branch: perl
22343           !> perlio.c
22344 ____________________________________________________________________________
22345 [  9364] By: nick                                  on 2001/03/26  20:30:48
22346         Log: REFCNT botch in layer name cache hash.
22347      Branch: perlio
22348            ! perlio.c
22349 ____________________________________________________________________________
22350 [  9363] By: jhi                                   on 2001/03/26  18:44:32
22351         Log: Subject: [PATCH] socket() leaks file descriptors
22352              From: Benjamin Sugars <bsugars@canoe.ca>
22353              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
22354              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
22355              
22356              Also sockpair() fixed similarly.
22357      Branch: perl
22358            ! pp_sys.c
22359 ____________________________________________________________________________
22360 [  9362] By: jhi                                   on 2001/03/26  18:37:52
22361         Log: Integrate perlio.
22362      Branch: perl
22363           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
22364 ____________________________________________________________________________
22365 [  9361] By: nick                                  on 2001/03/26  17:32:06
22366         Log: Implement flush of linebuffered streams on read of a tty.
22367      Branch: perlio
22368            ! perlio.c perliol.h
22369 ____________________________________________________________________________
22370 [  9360] By: nick                                  on 2001/03/26  17:12:32
22371         Log: Memory tweaks and notes for OEMVS.
22372      Branch: perlio
22373            ! README.os390 miniperlmain.c t/op/pat.t
22374 ____________________________________________________________________________
22375 [  9359] By: jhi                                   on 2001/03/26  02:12:54
22376         Log: Update Changes.
22377      Branch: perl
22378            ! Changes patchlevel.h
22379 ____________________________________________________________________________
22380 [  9358] By: jhi                                   on 2001/03/26  02:05:32
22381         Log: Document the most common pixie options.
22382      Branch: perl
22383            ! pod/perlhack.pod
22384 ____________________________________________________________________________
22385 [  9357] By: jhi                                   on 2001/03/26  01:25:28
22386         Log: For perl.pixie check *before* compiling that optimize is -g,
22387              as for perl.third.
22388      Branch: perl
22389            ! Makefile.SH
22390 ____________________________________________________________________________
22391 [  9356] By: jhi                                   on 2001/03/26  01:13:41
22392         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
22393      Branch: perl
22394            ! Makefile.SH
22395 ____________________________________________________________________________
22396 [  9355] By: jhi                                   on 2001/03/26  01:11:19
22397         Log: Remove t/perl.third.
22398      Branch: perl
22399            ! Makefile.SH
22400 ____________________________________________________________________________
22401 [  9354] By: jhi                                   on 2001/03/26  00:23:38
22402         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
22403              IO::Sockatmark().
22404      Branch: perl
22405            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
22406 ____________________________________________________________________________
22407 [  9353] By: jhi                                   on 2001/03/25  22:25:04
22408         Log: Integrate perlio.
22409      Branch: perl
22410           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
22411           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
22412           !> pp_hot.c win32/makefile.mk
22413 ____________________________________________________________________________
22414 [  9352] By: jhi                                   on 2001/03/25  22:21:41
22415         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
22416              From: Radu Greab <radu@netsoft.ro>
22417              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
22418              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
22419      Branch: perl
22420            ! pp_sys.c
22421 ____________________________________________________________________________
22422 [  9351] By: nick                                  on 2001/03/25  22:15:02
22423         Log: Fix readline in list mode to tell rest of world that it has
22424              things on the stack. Otherwise if perl code gets invoked
22425              underneath it it scribbles over results-so-far.
22426              (Why TIEHANDLE has not tripped on this is a mystery.)
22427      Branch: perlio
22428            ! pp_hot.c
22429 ____________________________________________________________________________
22430 [  9350] By: nick                                  on 2001/03/25  22:10:13
22431         Log: win32/makefile.mk typos
22432      Branch: perlio
22433            ! win32/makefile.mk
22434 ____________________________________________________________________________
22435 [  9349] By: nick                                  on 2001/03/25  21:31:14
22436         Log: Integrate now-non-binary file.
22437      Branch: perlio
22438           !> t/lib/mimeqp.t
22439 ____________________________________________________________________________
22440 [  9348] By: nick                                  on 2001/03/25  21:27:24
22441         Log: Make it text
22442      Branch: perlio
22443            ! t/lib/mimeqp.t
22444 ____________________________________________________________________________
22445 [  9347] By: nick                                  on 2001/03/25  21:25:37
22446         Log: Integrate mainline.
22447      Branch: perlio
22448           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
22449           !> lib/Term/ReadLine.pm t/lib/md5-file.t
22450 ____________________________________________________________________________
22451 [  9346] By: nick                                  on 2001/03/25  20:58:15
22452         Log: Add destruct time hook to PerlIO (for work-in-process implementing
22453              layers in perl code. In such cases layers need to be popped before
22454              we loose the ability to run perl code.)
22455              Also back-out "PerlIO::object" hook - it isn't going to work like that...
22456      Branch: perlio
22457            ! perl.c perlio.c perlio.h perliol.h
22458 ____________________________________________________________________________
22459 [  9345] By: nick                                  on 2001/03/25  20:49:11
22460         Log: Avoid at leasy one of undefined warnings in Encode.
22461      Branch: perlio
22462            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
22463 ____________________________________________________________________________
22464 [  9344] By: jhi                                   on 2001/03/25  20:37:43
22465         Log: A workaround for using Term::ReadLine in emacs minibuffer
22466              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
22467              additional tweaks from Ilya Zakharevich.
22468      Branch: perl
22469            ! lib/Term/ReadLine.pm
22470 ____________________________________________________________________________
22471 [  9343] By: nick                                  on 2001/03/25  20:21:14
22472         Log: Missing return value.
22473      Branch: perlio
22474            ! ext/PerlIO/Scalar/Scalar.xs
22475 ____________________________________________________________________________
22476 [  9342] By: jhi                                   on 2001/03/25  16:21:00
22477         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
22478              to equal the CPAN versions since no code changes have been made.
22479      Branch: perl
22480            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
22481            ! t/lib/md5-file.t
22482 ____________________________________________________________________________
22483 [  9341] By: jhi                                   on 2001/03/25  16:01:48
22484         Log: Escape 8-bit characters.
22485      Branch: perl
22486            ! t/lib/mimeqp.t
22487 ____________________________________________________________________________
22488 [  9340] By: gsar                                  on 2001/03/25  15:50:53
22489         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
22490              chars)
22491      Branch: perl
22492            + t/lib/mimeqp.t
22493 ____________________________________________________________________________
22494 [  9339] By: gsar                                  on 2001/03/25  15:48:50
22495         Log: delete mimeqp.t for later with text mode set
22496      Branch: perl
22497            - t/lib/mimeqp.t
22498 ____________________________________________________________________________
22499 [  9338] By: nick                                  on 2001/03/25  09:01:57
22500         Log: Integrate mainline.
22501      Branch: perlio
22502           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
22503           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
22504           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
22505           +> t/lib/mimeb64u.t t/lib/mimeqp.t
22506           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
22507           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
22508           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
22509 ____________________________________________________________________________
22510 [  9337] By: jhi                                   on 2001/03/25  04:23:24
22511         Log: Add MIME::Base64 here and there.  Again, a lot of
22512              optimism is in the air.
22513      Branch: perl
22514            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
22515            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
22516 ____________________________________________________________________________
22517 [  9336] By: jhi                                   on 2001/03/25  04:12:43
22518         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
22519              this by ear as I do not do Win32 programming.)
22520      Branch: perl
22521            ! win32/Makefile win32/makefile.mk
22522 ____________________________________________________________________________
22523 [  9335] By: jhi                                   on 2001/03/25  04:03:50
22524         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
22525      Branch: perl
22526            ! t/lib/md5-file.t
22527 ____________________________________________________________________________
22528 [  9334] By: jhi                                   on 2001/03/25  03:58:53
22529         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
22530      Branch: perl
22531            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
22532            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
22533            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
22534            + t/lib/mimeb64u.t t/lib/mimeqp.t
22535            ! MANIFEST
22536 ____________________________________________________________________________
22537 [  9333] By: jhi                                   on 2001/03/24  20:14:37
22538         Log: Integrate perlio.
22539      Branch: perl
22540           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
22541 ____________________________________________________________________________
22542 [  9332] By: nick                                  on 2001/03/24  19:40:34
22543         Log: Fix un-init variable leading to spurious "Out of Memory!"
22544      Branch: perlio
22545            ! doio.c
22546 ____________________________________________________________________________
22547 [  9331] By: nick                                  on 2001/03/24  19:09:59
22548         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
22549              and update layers internals doc.
22550      Branch: perlio
22551            ! pod/perlfunc.pod pod/perliol.pod
22552 ____________________________________________________________________________
22553 [  9330] By: jhi                                   on 2001/03/24  18:42:11
22554         Log: The length might be uninitialized garbage if the *svp is the undef.
22555      Branch: perl
22556            ! doio.c
22557 ____________________________________________________________________________
22558 [  9329] By: jhi                                   on 2001/03/24  18:26:57
22559         Log: (Retracted by #9393)
22560
22561              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
22562              From: Simon Cozens <simon@netthink.co.uk>
22563              Date: Sat, 24 Mar 2001 17:13:17 +0000
22564              Message-ID: <20010324171317.A13406@netthink.co.uk>
22565      Branch: perl
22566            ! utils/h2xs.PL
22567 ____________________________________________________________________________
22568 [  9328] By: nick                                  on 2001/03/24  17:22:02
22569         Log: Integrate mainline.
22570      Branch: perlio
22571           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
22572           !> lib/unicode/version
22573 ____________________________________________________________________________
22574 [  9327] By: nick                                  on 2001/03/24  17:16:02
22575         Log: Integrate mainline.
22576      Branch: perlio
22577           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
22578           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
22579           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
22580           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
22581           +> t/lib/md5-file.t
22582           !> MANIFEST Makefile.SH configure.com djgpp/config.over
22583           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
22584           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
22585           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
22586           !> win32/makefile.mk
22587 ____________________________________________________________________________
22588 [  9326] By: jhi                                   on 2001/03/24  17:00:42
22589         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
22590      Branch: perl
22591            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
22592            ! lib/unicode/version
22593 ____________________________________________________________________________
22594 [  9325] By: jhi                                   on 2001/03/24  16:22:33
22595         Log: Subject: Re: B::Deparse bug (5.6.0)
22596              From: Robin Houston <robin@kitsite.com>
22597              Date: Sat, 24 Mar 2001 14:33:09 +0000
22598              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
22599      Branch: perl
22600            ! op.c pp.c t/lib/b.t t/op/repeat.t
22601 ____________________________________________________________________________
22602 [  9324] By: jhi                                   on 2001/03/24  16:21:56
22603         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
22604              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
22605              these additions may be too optimistic.
22606      Branch: perl
22607            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
22608            ! hints/uwin.sh hints/vmesa.sh
22609 ____________________________________________________________________________
22610 [  9323] By: jhi                                   on 2001/03/24  16:06:01
22611         Log: Integrate perlio.
22612      Branch: perl
22613           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
22614           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
22615            ! Makefile.SH
22616           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
22617           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
22618           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
22619           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
22620           !> win32/makefile.mk win32/perlhost.h win32/win32.c
22621           !> win32/win32iop.h
22622 ____________________________________________________________________________
22623 [  9322] By: nick                                  on 2001/03/24  14:39:12
22624         Log: Routine Win32 regen_config_h - no real changes.
22625      Branch: perlio
22626            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
22627 ____________________________________________________________________________
22628 [  9321] By: nick                                  on 2001/03/24  14:31:49
22629         Log: PerlIO fixups for Win32:
22630              - provide win33_popenlist() - non-functional as yet.
22631              - avoid need for aTHX in PerlIO_debug calls - even if not 
22632              enabled args are still evaluated so Win32 has trouble during fork().
22633              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
22634              - Fixup makedef.pl for latest set of symbols.
22635      Branch: perlio
22636            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
22637            ! win32/perlhost.h win32/win32.c win32/win32iop.h
22638 ____________________________________________________________________________
22639 [  9320] By: nick                                  on 2001/03/24  14:26:58
22640         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
22641              was gibberish - broke it on WIn32 at least.
22642      Branch: perlio
22643            ! ext/POSIX/POSIX.xs
22644 ____________________________________________________________________________
22645 [  9319] By: nick                                  on 2001/03/24  11:29:41
22646         Log: Generated files.
22647      Branch: perlio
22648            ! embed.h global.sym objXSUB.h perlapi.c proto.h
22649 ____________________________________________________________________________
22650 [  9318] By: nick                                  on 2001/03/24  10:29:37
22651         Log: Implement:
22652              1.  open($fh,"+<",undef);  # add test to t/io/open.t
22653              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
22654      Branch: perlio
22655            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
22656            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
22657            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
22658            ! t/io/open.t t/io/utf8.t
22659 ____________________________________________________________________________
22660 [  9317] By: jhi                                   on 2001/03/23  23:41:25
22661         Log: AIX does seems to have optimization problems with its C compilers.
22662      Branch: perl
22663            ! hints/aix.sh
22664 ____________________________________________________________________________
22665 [  9316] By: jhi                                   on 2001/03/23  23:40:46
22666         Log: Integrate perlio.
22667      Branch: perl
22668           +> lib/PerlIO.pm
22669           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
22670           !> perliol.h
22671 ____________________________________________________________________________
22672 [  9315] By: jhi                                   on 2001/03/23  22:16:30
22673         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
22674      Branch: perl
22675            ! t/lib/md5-file.t
22676 ____________________________________________________________________________
22677 [  9314] By: nick                                  on 2001/03/23  20:49:02
22678         Log: Perlio internals re-organized.
22679              - open process creates AV of layer/arg pairs
22680              (appends layers from open() or open.pm to default list).
22681              - push arg is now an SV.
22682              - layer ->Open get passed the AV
22683              - open is no longer mandatory method.
22684              - topmost layer that has ->Open method does the open
22685              - any layers above are pushed once that returns.
22686              - vtable re-ordered so dummy layers need only provide push/pop methods.
22687      Branch: perlio
22688            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
22689 ____________________________________________________________________________
22690 [  9313] By: nick                                  on 2001/03/23  16:27:41
22691         Log: Check in a stable (working) version before next round of tweaks.
22692              Changes include:
22693              - Move default layers code out of doio.c and into perlio.c
22694              - Single routine for parsing layer specification strings.
22695              - Skeleton support for demand loading of layers
22696              - Core-dump avoidance if PERLIO environment specifies loadable layer
22697              (does not _work_ as need IO to load and need load to do IO ...)
22698      Branch: perlio
22699            + lib/PerlIO.pm
22700            ! MANIFEST doio.c perlio.c
22701 ____________________________________________________________________________
22702 [  9312] By: gsar                                  on 2001/03/23  16:25:25
22703         Log: add execute bit to files with shebang lines in the repository;
22704              avoid clobbering execute bit in Porting/makerel 
22705      Branch: maint-5.6/perl
22706            ! (edit 144 files)
22707 ____________________________________________________________________________
22708 [  9311] By: jhi                                   on 2001/03/23  14:25:35
22709         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
22710      Branch: perl
22711            ! MANIFEST
22712 ____________________________________________________________________________
22713 [  9310] By: jhi                                   on 2001/03/23  13:45:04
22714         Log: Subject: [PATCH] Net::Ping
22715              From: Colin McMillen <mcmi0037@tc.umn.edu>
22716              Date: Thu, 22 Mar 2001 19:30:31 -0600
22717              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
22718      Branch: perl
22719            ! lib/Net/Ping.pm
22720 ____________________________________________________________________________
22721 [  9309] By: jhi                                   on 2001/03/23  13:39:13
22722         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
22723      Branch: perl
22724            ! t/lib/md5-aaa.t t/lib/md5-file.t
22725 ____________________________________________________________________________
22726 [  9308] By: jhi                                   on 2001/03/23  13:20:34
22727         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
22728              - bump the version to 2.14
22729              - drop the base64 tests since they require MIME::Base64
22730              - drop the rfc1321.txt
22731              - drop the hints/dec_osf.pl since it's only needed for
22732              pre-5.005_03 Perls
22733              Todo:
22734              - the U32 alignment testing is now removed; it needs to
22735              be reintroduced as as a Config variable (meaning also
22736              as a Configure test)
22737              - get the new EBCDIC md5sum for MD5.pm
22738              - test in Win32 to see how badly I botched the makefiles
22739      Branch: perl
22740            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
22741            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
22742            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
22743            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
22744            + t/lib/md5-file.t
22745            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
22746            ! win32/Makefile win32/makefile.mk
22747 ____________________________________________________________________________
22748 [  9307] By: jhi                                   on 2001/03/23  12:56:14
22749         Log: Integrate change #9306 from maintperl into mainline,
22750              AIX dynaloader for AIXes without <load.h>.
22751      Branch: perl
22752           !> ext/DynaLoader/hints/aix.pl
22753 ____________________________________________________________________________
22754 [  9306] By: jhi                                   on 2001/03/23  12:51:36
22755         Log: There are AIXes without /usr/include/load.h,
22756              patch from H.Merijn Brand.
22757      Branch: maint-5.6/perl
22758            ! ext/DynaLoader/hints/aix.pl
22759 ____________________________________________________________________________
22760 [  9305] By: nick                                  on 2001/03/23  11:00:42
22761         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
22762      Branch: perlio
22763            ! ext/Encode/Encode.xs perlio.c perlio.h
22764 ____________________________________________________________________________
22765 [  9304] By: nick                                  on 2001/03/23  10:20:46
22766         Log: Render -Duseperlio functional again.
22767              - this is "quick fix" which calls PerlIO_apply_layers after opening,
22768              which is what old scheme did. New scheme needs to change that
22769              to make open(...,\$scalar) etc. work but this will do for now.
22770      Branch: perlio
22771            ! perlio.c
22772 ____________________________________________________________________________
22773 [  9303] By: nick                                  on 2001/03/23  09:53:20
22774         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
22775              -Uuseperlio now works again.
22776              -Duseperlio is still poorly. Don't merge yet...
22777      Branch: perlio
22778            ! doio.c perlio.h
22779 ____________________________________________________________________________
22780 [  9302] By: nick                                  on 2001/03/22  22:26:51
22781         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
22782              type code.
22783              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
22784              is its main caller. In particular now has access to "extra" args, and
22785              can tell when an open handle is "reopened" (or duped?).
22786              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
22787              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
22788              PerlIO_open() et. al. (i.e. other way round).
22789              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
22790              with args close to PerlIO_openn().
22791      Branch: perlio
22792            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
22793 ____________________________________________________________________________
22794 [  9301] By: jhi                                   on 2001/03/22  20:58:04
22795         Log: Integrate perlio.
22796      Branch: perl
22797           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
22798           !> t/io/open.t util.c
22799 ____________________________________________________________________________
22800 [  9300] By: nick                                  on 2001/03/22  17:36:32
22801         Log: Don't include $@ in not ok message.
22802      Branch: perlio
22803            ! t/io/open.t
22804 ____________________________________________________________________________
22805 [  9299] By: gsar                                  on 2001/03/22  16:53:45
22806         Log: back out changes#7532,7521 for now (appears to have problems
22807              on IRIX)
22808      Branch: maint-5.6/perl
22809            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
22810            ! ext/POSIX/typemap pod/perlvar.pod
22811 ____________________________________________________________________________
22812 [  9298] By: nick                                  on 2001/03/22  14:35:46
22813         Log: Give a meaning to '&' in n-arg open case:
22814              open($fh,"<&",$scalar);
22815              $scalar can be:
22816              - an integer which does "fdopen"
22817              open($fh,"<&",2); # like open($fh,"<&2")
22818              - something that will yield a file handle via sv_2io()
22819              useful for dup'ing anonymous handles.
22820              e.g.:
22821              open(my $fh,"<&",\*STDIN);
22822              open(my $dup,"<&",$fh);
22823      Branch: perlio
22824            ! doio.c t/io/open.t
22825 ____________________________________________________________________________
22826 [  9297] By: nick                                  on 2001/03/22  13:34:35
22827         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
22828      Branch: perlio
22829            ! util.c
22830 ____________________________________________________________________________
22831 [  9296] By: nick                                  on 2001/03/22  12:51:20
22832         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
22833      Branch: perlio
22834            ! perl.c
22835 ____________________________________________________________________________
22836 [  9295] By: nick                                  on 2001/03/22  11:59:44
22837         Log: If stdin, stdout or stderr get opened in unexpected read/write state
22838              then warn at time of open not at time of use.
22839      Branch: perlio
22840            ! doio.c pp_hot.c pp_sys.c
22841 ____________________________________________________________________________
22842 [  9294] By: nick                                  on 2001/03/22  10:54:35
22843         Log: Die on n-arg open(...,"",xxx,yyy,...)
22844              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
22845              - die on read/write cases so we can decide what it means later.
22846      Branch: perlio
22847            ! doio.c embed.pl iperlsys.h util.c
22848 ____________________________________________________________________________
22849 [  9293] By: nick                                  on 2001/03/22  09:02:45
22850         Log: perlio tweaks (reported by Nick Clark)
22851              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
22852              error check in Pendinf_read().
22853      Branch: perlio
22854            ! perlio.c
22855 ____________________________________________________________________________
22856 [  9292] By: gsar                                  on 2001/03/22  07:12:00
22857         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
22858              fixes)
22859      Branch: maint-5.6/perl
22860           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
22861 ____________________________________________________________________________
22862 [  9291] By: jhi                                   on 2001/03/22  06:06:44
22863         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
22864      Branch: perl
22865            ! t/op/re_tests
22866 ____________________________________________________________________________
22867 [  9290] By: jhi                                   on 2001/03/22  05:57:01
22868         Log: Move MacOS Classic higher in the list of supported platforms.
22869      Branch: maint-5.6/perl
22870            ! pod/perlport.pod
22871 ____________________________________________________________________________
22872 [  9289] By: gsar                                  on 2001/03/22  05:35:04
22873         Log: revert part of change#6438 for compatibility (av_reify()
22874              appears to be needed to implement av_splice()ish things
22875              in XS)
22876      Branch: maint-5.6/perl
22877            ! embed.pl global.sym objXSUB.h perlapi.c
22878 ____________________________________________________________________________
22879 [  9288] By: gsar                                  on 2001/03/22  03:09:19
22880         Log: update copyright year
22881      Branch: maint-5.6/perl
22882            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
22883            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
22884            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
22885            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
22886            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
22887            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
22888            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
22889            ! x2p/walk.c
22890 ____________________________________________________________________________
22891 [  9287] By: jhi                                   on 2001/03/21  20:30:54
22892         Log: Integrate perlio.
22893      Branch: perl
22894           !> ext/Data/Dumper/Dumper.xs
22895 ____________________________________________________________________________
22896 [  9286] By: gsar                                  on 2001/03/21  19:49:54
22897         Log: makefile.mk tweak
22898      Branch: maint-5.6/perl
22899            ! win32/Makefile win32/makefile.mk
22900 ____________________________________________________________________________
22901 [  9285] By: nick                                  on 2001/03/21  19:07:13
22902         Log: Multiplicity fix for Dumper.
22903      Branch: perlio
22904            ! ext/Data/Dumper/Dumper.xs
22905 ____________________________________________________________________________
22906 [  9284] By: nick                                  on 2001/03/21  19:01:07
22907         Log: Integrate mainline - (does not build xTHX issue in Dumper).
22908      Branch: perlio
22909           !> (integrate 27 files)
22910 ____________________________________________________________________________
22911 [  9283] By: jhi                                   on 2001/03/21  17:17:35
22912         Log: Integrate change #9282 from mainline into maintperl,
22913              4-arg UTF-8 substr().
22914      Branch: maint-5.6/perl
22915           !> pp.c
22916 ____________________________________________________________________________
22917 [  9282] By: jhi                                   on 2001/03/21  17:15:43
22918         Log: The #9270 would have leaked a scalar if pp_substr()
22919              returned early.
22920      Branch: perl
22921            ! pp.c
22922 ____________________________________________________________________________
22923 [  9281] By: gsar                                  on 2001/03/21  17:03:14
22924         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
22925      Branch: maint-5.6/perl
22926            ! win32/makefile.mk
22927 ____________________________________________________________________________
22928 [  9280] By: gsar                                  on 2001/03/21  17:01:20
22929         Log: some tweaks to change#9278 (fork() emulation should be enabled
22930              by setting BUILD_FLAVOR instead of changing the defaults)
22931      Branch: maint-5.6/perl
22932            ! win32/makefile.mk
22933 ____________________________________________________________________________
22934 [  9279] By: gsar                                  on 2001/03/21  16:47:19
22935         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
22936      Branch: maint-5.6/perl
22937            ! ext/File/Glob/Glob.pm
22938           !> lib/Cwd.pm
22939 ____________________________________________________________________________
22940 [  9278] By: jhi                                   on 2001/03/21  14:35:10
22941         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
22942              From: "Vadim Konovalov" <watman@inbox.ru>
22943              Date: Wed, 21 Mar 2001 01:53:51 +0300
22944              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
22945      Branch: maint-5.6/perl
22946            ! win32/makefile.mk win32/win32sck.c
22947 ____________________________________________________________________________
22948 [  9277] By: jhi                                   on 2001/03/21  13:58:28
22949         Log: Integrate change #9270 from mainline to maintperl:
22950              continued 4-arg UTF-8 substr() fixing.
22951      Branch: maint-5.6/perl
22952           !> pp.c t/op/substr.t
22953 ____________________________________________________________________________
22954 [  9276] By: jhi                                   on 2001/03/21  13:33:00
22955         Log: More pixie cleaning.
22956      Branch: perl
22957            ! Makefile.SH
22958 ____________________________________________________________________________
22959 [  9275] By: jhi                                   on 2001/03/21  03:54:17
22960         Log: Update Changes.
22961      Branch: perl
22962            ! Changes patchlevel.h
22963 ____________________________________________________________________________
22964 [  9274] By: jhi                                   on 2001/03/21  03:48:24
22965         Log: First stab at making Data::Dumper to grok Unicode.
22966              
22967              TODO: tests, EBCDICify.
22968      Branch: perl
22969            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
22970 ____________________________________________________________________________
22971 [  9273] By: jhi                                   on 2001/03/21  02:23:00
22972         Log: Fix for
22973              
22974              Subject: Memory leak in unquoted print   
22975              From: Benjamin Sugars <bsugars@canoe.ca> 
22976              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
22977              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
22978      Branch: perl
22979            ! perlio.c
22980 ____________________________________________________________________________
22981 [  9272] By: jhi                                   on 2001/03/21  01:33:17
22982         Log: Subject: Re: [PATCH] POSIX::getcwd()
22983              From: Benjamin Sugars <bsugars@canoe.ca> 
22984              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
22985              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
22986      Branch: perl
22987            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
22988 ____________________________________________________________________________
22989 [  9271] By: jhi                                   on 2001/03/21  01:22:52
22990         Log: Subject: [PATCH] Cwd.pm docs
22991              From: Benjamin Sugars <bsugars@canoe.ca>
22992              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
22993              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
22994      Branch: perl
22995            ! lib/Cwd.pm
22996 ____________________________________________________________________________
22997 [  9270] By: jhi                                   on 2001/03/21  01:16:29
22998         Log: Continue 4-arg substr() UTF-8 fixage.
22999      Branch: perl
23000            ! pp.c t/op/substr.t
23001 ____________________________________________________________________________
23002 [  9269] By: jhi                                   on 2001/03/21  00:46:14
23003         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
23004              
23005              revert the leak fix in change#9142 (problem needs a more experimental
23006              fix unsuitable for 5.6.1)
23007              
23008              do alphabetical sorting by default (for csh compatibility)
23009              
23010              cut-n-paste goof in change#9264
23011              
23012              VMS piping fixes (from Charles Lane)
23013      Branch: perl
23014           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
23015           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
23016           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
23017 ____________________________________________________________________________
23018 [  9268] By: jhi                                   on 2001/03/21  00:37:04
23019         Log: Integrate perlio.
23020      Branch: perl
23021           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
23022           !> utf8.c utf8.h utfebcdic.h
23023 ____________________________________________________________________________
23024 [  9267] By: nick                                  on 2001/03/20  20:04:39
23025         Log: More EBCDIC stuff:
23026              - Loose the extra level of function on ASCII.
23027              - spotted a chr(0) issue in sv.c
23028              - re-work of UTF-X tr/// ranges to work in Unicode
23029              space. Still issues with the "0xff is illegal UTF-8" hack.
23030              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
23031              (why do it once when you can do it all over the place :-(
23032              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
23033              need utf8.pm for swashes.
23034              - Simplified and commented scan_const() in toke.c
23035              Still something wrong regexp and tr (swashes?).
23036      Branch: perlio
23037            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
23038            ! utf8.c utf8.h utfebcdic.h
23039 ____________________________________________________________________________
23040 [  9266] By: gsar                                  on 2001/03/20  19:16:43
23041         Log: VMS piping fixes (from Charles Lane)
23042      Branch: maint-5.6/perl
23043            ! vms/vms.c vms/vmspipe.com
23044 ____________________________________________________________________________
23045 [  9265] By: gsar                                  on 2001/03/20  17:53:52
23046         Log: cut-n-paste goof in change#9264
23047      Branch: maint-5.6/perl
23048            ! ext/File/Glob/Glob.xs
23049 ____________________________________________________________________________
23050 [  9264] By: gsar                                  on 2001/03/20  17:43:47
23051         Log: do alphabetical sorting by default (for csh compatibility);
23052              bsd_glob() does ASCII sort by default as usual, unless
23053              GLOB_ALPHASORT was specified
23054      Branch: maint-5.6/perl
23055            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
23056            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
23057            ! ext/File/Glob/bsd_glob.h
23058 ____________________________________________________________________________
23059 [  9263] By: gsar                                  on 2001/03/20  16:40:08
23060         Log: integrate change#9255 from mainline (unicode fix)
23061              
23062              substr($bytestr, i, n, $charstr)
23063      Branch: maint-5.6/perl
23064           !> Todo-5.6 pp.c t/op/substr.t
23065 ____________________________________________________________________________
23066 [  9262] By: gsar                                  on 2001/03/20  15:57:41
23067         Log: revert the leak fix in change#9142 (problem needs a more experimental
23068              fix unsuitable for 5.6.1)
23069      Branch: maint-5.6/perl
23070            ! scope.c
23071 ____________________________________________________________________________
23072 [  9261] By: jhi                                   on 2001/03/20  14:26:25
23073         Log: Integrate changes #9259,9260 from maintperl into mainline.
23074              
23075              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
23076              
23077              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
23078      Branch: perl
23079           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
23080 ____________________________________________________________________________
23081 [  9260] By: jhi                                   on 2001/03/20  14:05:46
23082         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
23083              From: Robin Barker <rmb1@cise.npl.co.uk>
23084              Date: Tue, 20 Mar 2001 10:12:04 GMT
23085              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
23086      Branch: maint-5.6/perl
23087            ! run.c
23088 ____________________________________________________________________________
23089 [  9259] By: jhi                                   on 2001/03/20  14:04:39
23090         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
23091              From: Chris Nandor <pudge@pobox.com>
23092              Date: Tue, 20 Mar 2001 00:40:56 -0500
23093              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
23094      Branch: maint-5.6/perl
23095            ! ext/POSIX/POSIX.xs lib/File/Path.pm
23096 ____________________________________________________________________________
23097 [  9258] By: jhi                                   on 2001/03/20  05:09:34
23098         Log: Update Changes.
23099      Branch: perl
23100            ! Changes patchlevel.h
23101 ____________________________________________________________________________
23102 [  9257] By: jhi                                   on 2001/03/20  05:04:25
23103         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
23104      Branch: perl
23105            ! t/op/tr.t
23106 ____________________________________________________________________________
23107 [  9256] By: jhi                                   on 2001/03/20  04:43:12
23108         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
23109              From: Peter Prymmer <pvhp@forte.com>
23110              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
23111              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
23112      Branch: maint-5.6/perl
23113            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
23114 ____________________________________________________________________________
23115 [  9255] By: jhi                                   on 2001/03/19  23:17:17
23116         Log: substr($bytestr, i, n, $charstr)
23117
23118              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
23119      Branch: perl
23120            ! Todo-5.6 pp.c t/op/substr.t
23121 ____________________________________________________________________________
23122 [  9254] By: jhi                                   on 2001/03/19  22:25:09
23123         Log: Rearrange the make test target prerequisites so that
23124              in a parallel make 'all' is finished before 'test'.
23125      Branch: perl
23126            ! Makefile.SH
23127 ____________________________________________________________________________
23128 [  9253] By: jhi                                   on 2001/03/19  21:48:07
23129         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
23130              From: Robin Houston <robin@kitsite.com>
23131              Date: Mon, 19 Mar 2001 15:48:41 +0000
23132              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
23133      Branch: perl
23134            ! pp_ctl.c
23135 ____________________________________________________________________________
23136 [  9252] By: jhi                                   on 2001/03/19  21:42:27
23137         Log: Integrate perlio.
23138      Branch: perl
23139           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
23140           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
23141           !> utfebcdic.h vms/perly_c.vms
23142 ____________________________________________________________________________
23143 [  9251] By: jhi                                   on 2001/03/19  21:31:28
23144         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
23145              
23146              Dynaloading in 64-bit AIX with vac.
23147      Branch: perl
23148           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
23149           !> hints/aix.sh
23150 ____________________________________________________________________________
23151 [  9250] By: jhi                                   on 2001/03/19  21:18:00
23152         Log: A more robust solution for the 64bitall AIX dynaloading
23153              problem, from Jens-Uwe Mager.
23154      Branch: maint-5.6/perl
23155            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
23156 ____________________________________________________________________________
23157 [  9249] By: nick                                  on 2001/03/19  20:59:37
23158         Log: Integrate mainline.
23159      Branch: perlio
23160           !> (integrate 42 files)
23161 ____________________________________________________________________________
23162 [  9248] By: nick                                  on 2001/03/19  20:22:07
23163         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
23164              (Building on OS390 uses native YACC and YYDEBUG has other
23165              side effects.)
23166      Branch: perlio
23167            ! perly.c perly.y vms/perly_c.vms
23168 ____________________________________________________________________________
23169 [  9247] By: jhi                                   on 2001/03/19  19:59:53
23170         Log: 64-bit AIX dynaloading problem (see #9244) idea
23171              from Jens-Uwe Mager.
23172      Branch: maint-5.6/perl
23173            ! ext/DynaLoader/dl_aix.xs
23174 ____________________________________________________________________________
23175 [  9246] By: nick                                  on 2001/03/19  19:27:57
23176         Log: More EBCDIC fixes.
23177      Branch: perlio
23178            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
23179            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
23180 ____________________________________________________________________________
23181 [  9245] By: jhi                                   on 2001/03/19  19:05:19
23182         Log: Integrate change #9243 from mainline into maintperl.
23183              
23184              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
23185      Branch: maint-5.6/perl
23186           !> README.vmesa
23187 ____________________________________________________________________________
23188 [  9244] By: jhi                                   on 2001/03/19  19:03:15
23189         Log: Get 64bitall AIX building, but still does not test okay:
23190              dynaloading anything fails, for example for op/defins:
23191              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
23192              (update: fixed by #9247,9250)
23193      Branch: maint-5.6/perl
23194            ! hints/aix.sh
23195 ____________________________________________________________________________
23196 [  9243] By: jhi                                   on 2001/03/19  19:00:16
23197         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
23198              From: Robin Barker <rmb1@cise.npl.co.uk>
23199              Date: Mon, 19 Mar 2001 18:01:57 GMT
23200              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
23201      Branch: perl
23202            ! README.vmesa
23203 ____________________________________________________________________________
23204 [  9242] By: jhi                                   on 2001/03/19  18:58:43
23205         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
23206              
23207              TODO: tests.
23208      Branch: perl
23209            ! doop.c op.c
23210 ____________________________________________________________________________
23211 [  9241] By: gsar                                  on 2001/03/19  17:34:46
23212         Log: VMSify tests (from Charles Lane)
23213      Branch: maint-5.6/perl
23214            ! t/lib/filehand.t t/lib/texttabs.t
23215 ____________________________________________________________________________
23216 [  9240] By: jhi                                   on 2001/03/19  14:24:26
23217         Log: Integrate change #9233 from maintperl into mainline.
23218              
23219              some refcounts were incorrect in perl_clone()
23220      Branch: perl
23221           !> sv.c
23222 ____________________________________________________________________________
23223 [  9239] By: gsar                                  on 2001/03/19  09:23:17
23224         Log: this is 5.6.1-trial3
23225      Branch: maint-5.6/perl
23226            ! Changes
23227 ____________________________________________________________________________
23228 [  9238] By: gsar                                  on 2001/03/19  08:47:04
23229         Log: some new symbols are only available under ithreads
23230      Branch: maint-5.6/perl
23231            ! makedef.pl
23232 ____________________________________________________________________________
23233 [  9237] By: gsar                                  on 2001/03/19  08:42:28
23234         Log: update patchlevel.h, Changes, &c.
23235      Branch: maint-5.6/perl
23236            ! Changes patchlevel.h pod/perlhist.pod
23237           !> AUTHORS
23238 ____________________________________________________________________________
23239 [  9236] By: gsar                                  on 2001/03/19  08:17:49
23240         Log: integrate changes#8068,8717 from mainline
23241              
23242              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
23243              
23244              [PATCH CPAN 1.59_51] warning message (not!)
23245      Branch: maint-5.6/perl
23246           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
23247           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
23248           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
23249           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
23250           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
23251 ____________________________________________________________________________
23252 [  9235] By: gsar                                  on 2001/03/19  08:07:09
23253         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
23254              
23255              [PATCH] Add missing CV flags to dump.c
23256              
23257              Re: [patch] Re: PL_ptr_table
23258              
23259              Fixup non-ithread build after 8713
23260              
23261              Generated files form 8713 etc.
23262              
23263              Correct the correction :-(
23264              
23265              Documenting coderef @INC (Re: CPAN "make this script work" feature)
23266              
23267              Subject: Re: sync sync sync: have I missed any patches?
23268              Replace djSP with dSP.
23269      Branch: maint-5.6/perl
23270           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
23271           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
23272           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
23273           !> sv.c sv.h win32/perlhost.h
23274 ____________________________________________________________________________
23275 [  9234] By: gsar                                  on 2001/03/19  07:22:05
23276         Log: revert the change#9090 integrate for now (change looks somewhat
23277              incomplete in that [ha]v_exists() need something similar; lacks
23278              tests; &c.)
23279      Branch: maint-5.6/perl
23280            ! hv.c
23281 ____________________________________________________________________________
23282 [  9233] By: gsar                                  on 2001/03/19  07:10:01
23283         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
23284              destruction when there are unreferenced scalars (SvREFCNT==0)
23285      Branch: maint-5.6/perl
23286            ! sv.c
23287 ____________________________________________________________________________
23288 [  9232] By: jhi                                   on 2001/03/19  05:11:02
23289         Log: Regen api and toc.
23290      Branch: maint-5.6/perl
23291            ! pod/perlapi.pod pod/perltoc.pod
23292 ____________________________________________________________________________
23293 [  9231] By: jhi                                   on 2001/03/19  04:06:03
23294         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
23295              add a lost line in pp.c:pp_chop(), update to new op/chop.
23296              
23297              Clarify the description differentiating for and while; inspired by
23298              
23299              Subject: [ID 20010306.004] || != named unary operator
23300              
23301              The $Is_MacOS needs to be declared.
23302      Branch: maint-5.6/perl
23303            ! pp.c t/op/chop.t
23304           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
23305 ____________________________________________________________________________
23306 [  9230] By: jhi                                   on 2001/03/19  03:48:16
23307         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
23308              9079,9083,9089,9090,9091 from mainline to maintperl.
23309              
23310              Quieten some noise in Win32 builds
23311              
23312              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
23313              
23314              The perlretut was still talking about the old \p and \P
23315              definitions.
23316              
23317              More tweakage on the Unicode character class descriptions.
23318              
23319              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
23320              
23321              Subject: 'no *POSIX' Patch speeding up make on BS2000 
23322              
23323              Subject: [PATCH] perldata.pod here-doc docs
23324              
23325              Add /sbin and /usr/sbin to the list of directories scanned
23326              for setuid programs.  Takes care of bug id 20010309.003.
23327              
23328              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
23329              
23330              In op/stat #35 better to scan all the potential directories
23331              for setuids, not just the first one.
23332      Branch: maint-5.6/perl
23333            ! Makefile.SH
23334           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
23335           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
23336           !> t/op/stat.t toke.c win32/win32.h
23337 ____________________________________________________________________________
23338 [  9229] By: jhi                                   on 2001/03/19  02:31:50
23339         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
23340              From: Chris Nandor <pudge@pobox.com>
23341              Date: Sat, 10 Mar 2001 14:22:19 -0500
23342              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
23343      Branch: maint-5.6/perl
23344            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
23345            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
23346            ! t/lib/b.t t/lib/errno.t
23347 ____________________________________________________________________________
23348 [  9228] By: jhi                                   on 2001/03/19  02:29:59
23349         Log: Integrate changes #9113,9122 from mainline into maintperl.
23350              
23351              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?)
23352      Branch: maint-5.6/perl
23353           !> Configure README.os390 hints/os390.sh
23354 ____________________________________________________________________________
23355 [  9227] By: jhi                                   on 2001/03/19  02:22:35
23356         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
23357              into maintperl.
23358              
23359              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
23360              
23361              Forgot to check-in the larger part of #9120, duh.
23362              
23363              Subject: Another patch for integer.pm POD 
23364              
23365              h2ph strictness and cleanliness from Kurt Starsinic.
23366              
23367              Borland filename case problem.
23368              
23369              h2ph strictness and cleanliness from Kurt Starsinic.
23370              
23371              Subject: [PATCH] the uncontroversial doc patches
23372      Branch: maint-5.6/perl
23373           +> win32/sncfnmcs.pl
23374           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
23375           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
23376           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
23377           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
23378           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
23379           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
23380           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
23381 ____________________________________________________________________________
23382 [  9226] By: jhi                                   on 2001/03/19  02:10:21
23383         Log: Integrate changes #9207,9214 from mainline into maintperl.
23384              
23385              podchecker relaxations: =over has an *optional* number after it,
23386              and whitespace in L<> is okay.
23387      Branch: maint-5.6/perl
23388           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
23389           !> t/pod/poderrs.xr
23390 ____________________________________________________________________________
23391 [  9225] By: jhi                                   on 2001/03/19  02:07:38
23392         Log: Integrate change #9219 from maintperl into mainline.
23393              
23394              remove duplicated tests
23395      Branch: perl
23396           !> t/op/re_tests
23397 ____________________________________________________________________________
23398 [  9224] By: jhi                                   on 2001/03/19  02:06:11
23399         Log: Integrate change #9223 from mainline to maintperl.
23400              
23401              Document -Dmksymlinks.
23402      Branch: maint-5.6/perl
23403           !> INSTALL
23404 ____________________________________________________________________________
23405 [  9223] By: jhi                                   on 2001/03/19  02:01:25
23406         Log: Document -Dmksymlinks.
23407      Branch: perl
23408            ! INSTALL
23409 ____________________________________________________________________________
23410 [  9222] By: jhi                                   on 2001/03/19  01:15:35
23411         Log: The -Dmksymlinks wasn't working for maintperl.
23412      Branch: maint-5.6/perl
23413            ! Configure
23414 ____________________________________________________________________________
23415 [  9221] By: jhi                                   on 2001/03/19  00:49:43
23416         Log: Cleanup pixie residue.
23417      Branch: perl
23418            ! Makefile.SH
23419 ____________________________________________________________________________
23420 [  9220] By: jhi                                   on 2001/03/19  00:44:47
23421         Log: Document the use of pixie/prof; create make targets for it.
23422              
23423              TODO: make t/TEST pixie-aware.
23424      Branch: perl
23425            ! Makefile.SH pod/perlhack.pod
23426 ____________________________________________________________________________
23427 [  9219] By: gsar                                  on 2001/03/19  00:16:55
23428         Log: remove duplicated tests
23429      Branch: maint-5.6/perl
23430            ! t/op/re_tests
23431 ____________________________________________________________________________
23432 [  9218] By: jhi                                   on 2001/03/18  23:59:31
23433         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
23434      Branch: perl
23435            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
23436 ____________________________________________________________________________
23437 [  9217] By: jhi                                   on 2001/03/18  23:25:20
23438         Log: Rewrite the tests section of Makefile to be less redundant
23439              and to allow for more flexible test targets, many recursive
23440              make calls introduced.
23441      Branch: perl
23442            ! Makefile.SH
23443 ____________________________________________________________________________
23444 [  9216] By: jhi                                   on 2001/03/18  22:30:04
23445         Log: Document the use of Third Degree (sparsely).
23446      Branch: perl
23447            ! pod/perlhack.pod t/TEST
23448 ____________________________________________________________________________
23449 [  9215] By: jhi                                   on 2001/03/18  22:10:30
23450         Log: Make targets for testing with Third Degree.
23451      Branch: perl
23452            ! Makefile.SH
23453 ____________________________________________________________________________
23454 [  9214] By: jhi                                   on 2001/03/18  21:08:53
23455         Log: The podchecker relaxations need to mirrored also at the tests.
23456      Branch: perl
23457            ! t/pod/poderrs.xr
23458 ____________________________________________________________________________
23459 [  9213] By: jhi                                   on 2001/03/18  20:56:21
23460         Log: Update Changes.
23461      Branch: perl
23462            ! Changes patchlevel.h
23463 ____________________________________________________________________________
23464 [  9212] By: jhi                                   on 2001/03/18  20:36:59
23465         Log: Looking for config.sh in parent directories isn't
23466              very useful for the toplevel Makefile.
23467      Branch: perl
23468            ! Makefile.SH
23469 ____________________________________________________________________________
23470 [  9211] By: jhi                                   on 2001/03/18  20:33:37
23471         Log: On "make clean" take care of Third Degree droppings.
23472      Branch: perl
23473            ! Makefile.SH
23474 ____________________________________________________________________________
23475 [  9210] By: jhi                                   on 2001/03/18  20:21:34
23476         Log: Add a hook for running the tests under the Third Degree
23477              debugging tool (set $ENV{PERL_3LOG} to non-zero)
23478              
23479              TODO: Document the use of Third Degree.
23480      Branch: perl
23481            ! t/TEST
23482 ____________________________________________________________________________
23483 [  9209] By: jhi                                   on 2001/03/18  20:19:07
23484         Log: Regen toc and api pods.
23485      Branch: perl
23486            ! pod/perlapi.pod pod/perltoc.pod
23487 ____________________________________________________________________________
23488 [  9208] By: jhi                                   on 2001/03/18  20:12:12
23489         Log: Integrate changes #8128,9132 from mainline into maintperl,
23490              Tie::SubstrHash fixes.
23491      Branch: maint-5.6/perl
23492           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
23493 ____________________________________________________________________________
23494 [  9207] By: jhi                                   on 2001/03/18  20:07:43
23495         Log: podchecker relaxations from Michael Stevens.
23496      Branch: perl
23497            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
23498 ____________________________________________________________________________
23499 [  9206] By: jhi                                   on 2001/03/18  20:04:24
23500         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
23501      Branch: perl
23502            ! lib/Locale/Constants.pm lib/Locale/Country.pm
23503            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
23504            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
23505 ____________________________________________________________________________
23506 [  9205] By: jhi                                   on 2001/03/18  19:54:45
23507         Log: Integrate changes #9161,9162 from maintperl to mainline.
23508              
23509              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
23510              results
23511      Branch: perl
23512           !> t/op/magic.t
23513 ____________________________________________________________________________
23514 [  9204] By: jhi                                   on 2001/03/18  19:37:46
23515         Log: Make perl.third checks more understandable to the builder.
23516      Branch: perl
23517            ! Makefile.SH
23518 ____________________________________________________________________________
23519 [  9203] By: jhi                                   on 2001/03/18  19:20:54
23520         Log: Re-integrate #9138 from maintperl to mainline,
23521              the squelching of the unneeded "Scalars leaked" messages.
23522      Branch: perl
23523           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
23524           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
23525           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
23526 ____________________________________________________________________________
23527 [  9202] By: jhi                                   on 2001/03/18  18:48:36
23528         Log: More robust and more paranoid perl.third target.
23529      Branch: perl
23530            ! Makefile.SH
23531 ____________________________________________________________________________
23532 [  9201] By: jhi                                   on 2001/03/18  18:39:21
23533         Log: Integrate change #9197 from maintperl to mainline.
23534              
23535              more thorough cleaning of arenas.
23536      Branch: perl
23537           !> embed.pl perl.c proto.h sv.c t/op/sort.t
23538 ____________________________________________________________________________
23539 [  9200] By: jhi                                   on 2001/03/18  18:25:17
23540         Log: Integrate perlio.
23541      Branch: perl
23542           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
23543           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
23544           !> t/lib/encode.t toke.c universal.c utf8.c
23545 ____________________________________________________________________________
23546 [  9199] By: nick                                  on 2001/03/18  15:23:51
23547         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
23548              is the sense of the test being done. Avoid some magical 127 and 128 values
23549              by using macros.
23550      Branch: perlio
23551            ! doop.c pp_ctl.c sv.c toke.c
23552 ____________________________________________________________________________
23553 [  9198] By: nick                                  on 2001/03/18  14:18:12
23554         Log: UTF-X encoding invariance for Encode:
23555              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
23556              - move the XS code for those to universal.c (so in miniperl)
23557              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
23558              - change ext/Encode/compile to use above.
23559              - Fix t/lib/encode.t for above
23560              - Teach t/lib/b.t to expect -uutf8
23561              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
23562              utf8.pm is needed.
23563      Branch: perlio
23564            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
23565            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
23566 ____________________________________________________________________________
23567 [  9197] By: gsar                                  on 2001/03/18  12:15:57
23568         Log: more thorough cleaning of arenas--keep going until no more
23569              SvREFCNT_dec()s occur (this fixes the problem that causes the
23570              pesky "Scalars leaked" warnings)
23571      Branch: maint-5.6/perl
23572            ! embed.pl perl.c proto.h sv.c t/op/sort.t
23573 ____________________________________________________________________________
23574 [  9196] By: nick                                  on 2001/03/18  10:57:29
23575         Log: Fix pragma/utf8.t # 15
23576              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
23577              are SvUTF8 as well.
23578      Branch: perlio
23579            ! toke.c
23580 ____________________________________________________________________________
23581 [  9195] By: nick                                  on 2001/03/18  09:27:06
23582         Log: Integrate mainline
23583      Branch: perlio
23584           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
23585           !> t/op/pat.t
23586 ____________________________________________________________________________
23587 [  9194] By: jhi                                   on 2001/03/18  05:29:59
23588         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
23589              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
23590      Branch: perl
23591            ! op.c op.h t/op/misc.t t/op/pat.t
23592 ____________________________________________________________________________
23593 [  9193] By: jhi                                   on 2001/03/18  05:15:06
23594         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
23595      Branch: perl
23596            ! mg.c t/op/pat.t
23597 ____________________________________________________________________________
23598 [  9192] By: jhi                                   on 2001/03/18  04:22:43
23599         Log: tr/// UTF-8 patches from Inaba Hiroto.
23600      Branch: perl
23601            ! doop.c op.c
23602 ____________________________________________________________________________
23603 [  9191] By: jhi                                   on 2001/03/18  04:21:17
23604         Log: Integrate perlio.
23605      Branch: perl
23606           !> utf8.c utfebcdic.h
23607 ____________________________________________________________________________
23608 [  9190] By: nick                                  on 2001/03/17  20:32:01
23609         Log: Correct #if EBCDIC side typos.
23610              Builds and passes many tests on OS390.
23611      Branch: perlio
23612            ! utf8.c utfebcdic.h
23613 ____________________________________________________________________________
23614 [  9189] By: jhi                                   on 2001/03/17  18:55:49
23615         Log: Add prerequisites for the perl.third target.
23616      Branch: perl
23617            ! Makefile.SH
23618 ____________________________________________________________________________
23619 [  9188] By: jhi                                   on 2001/03/17  18:46:00
23620         Log: Integrate perlio.
23621      Branch: perl
23622           +> utfebcdic.h
23623           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
23624 ____________________________________________________________________________
23625 [  9187] By: jhi                                   on 2001/03/17  18:38:47
23626         Log: Add a make rule for perl.third (the Third Degree memory debugging
23627              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
23628      Branch: perl
23629            ! Makefile.SH
23630 ____________________________________________________________________________
23631 [  9186] By: nick                                  on 2001/03/17  18:34:48
23632         Log: MANIFEST addition :-(
23633      Branch: perlio
23634            ! MANIFEST
23635 ____________________________________________________________________________
23636 [  9185] By: nick                                  on 2001/03/17  18:29:50
23637         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
23638              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
23639              a superset of ASCII are invariant under the encoding. This is EBCDIC
23640              friendly as an encoded string can be looked at as being EBCDIC by lexer
23641              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
23642              ASCII on ASCII machines.
23643              
23644              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
23645              seperate.
23646              - Add some more macros to comprehend different shift amounts and
23647              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
23648              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
23649              and conditionaly #include it.
23650              
23651              EBCDIC build as yet untested.  ASCII still fails the one test.
23652      Branch: perlio
23653            + utfebcdic.h
23654            ! utf8.c utf8.h
23655 ____________________________________________________________________________
23656 [  9184] By: nick                                  on 2001/03/17  17:44:16
23657         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
23658      Branch: perlio
23659            ! doop.c perl.h pp.c utf8.h
23660 ____________________________________________________________________________
23661 [  9183] By: jhi                                   on 2001/03/17  15:55:42
23662         Log: Integrate perlio.
23663      Branch: perl
23664            ! MANIFEST
23665           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
23666 ____________________________________________________________________________
23667 [  9182] By: nick                                  on 2001/03/17  09:16:06
23668         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
23669      Branch: perlio
23670            ! t/op/pat.t
23671 ____________________________________________________________________________
23672 [  9181] By: nick                                  on 2001/03/17  09:15:11
23673         Log: Integrate mainline.
23674      Branch: perlio
23675           +> lib/Locale/Constants.pm lib/Locale/Country.pm
23676           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
23677           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
23678           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
23679           !> (integrate 83 files)
23680 ____________________________________________________________________________
23681 [  9180] By: nick                                  on 2001/03/16  17:23:21
23682         Log: EBCDIC Fixes.
23683      Branch: perlio
23684            ! perl.h sv.c toke.c utf8.c utf8.h
23685 ____________________________________________________________________________
23686 [  9179] By: jhi                                   on 2001/03/16  14:10:12
23687         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
23688              a change needed to work around an AIX compiler bug.
23689      Branch: perl
23690            ! ext/Storable/Storable.xs
23691 ____________________________________________________________________________
23692 [  9178] By: jhi                                   on 2001/03/16  03:19:59
23693         Log: With Damian's approval synchronize damian's modules'
23694              licensing with Perl's standard module licensing.
23695      Branch: perl
23696            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
23697 ____________________________________________________________________________
23698 [  9177] By: jhi                                   on 2001/03/16  03:15:34
23699         Log: Make the Filter::Util:Call files have their own copies
23700              of the Perl standard module licensing, from Paul Marquess.
23701      Branch: perl
23702            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
23703 ____________________________________________________________________________
23704 [  9176] By: jhi                                   on 2001/03/16  02:56:04
23705         Log: Subject: [PATCH] more pod patches
23706              From: Michael Stevens <michael@etla.org>
23707              Date: Thu, 15 Mar 2001 21:25:18 +0000
23708              Message-ID: <20010315212518.A18870@firedrake.org>
23709      Branch: perl
23710            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
23711            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
23712            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
23713            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
23714            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
23715            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
23716            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
23717            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
23718            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
23719            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
23720            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
23721            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
23722            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
23723            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
23724            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
23725            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
23726            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
23727            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
23728            ! lib/Locale/Country.pm lib/Locale/Language.pm
23729            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
23730            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
23731            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
23732            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
23733            ! os2/OS2/Process/Process.pm
23734 ____________________________________________________________________________
23735 [  9175] By: jhi                                   on 2001/03/16  02:53:32
23736         Log: Subject: [PATCH] the uncontroversial doc patches
23737              From: Michael Stevens <michael@etla.org>
23738              Date: Thu, 15 Mar 2001 20:01:12 +0000
23739              Message-ID: <20010315200112.A7636@firedrake.org>
23740      Branch: perl
23741            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
23742            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
23743            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
23744            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
23745            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
23746 ____________________________________________________________________________
23747 [  9174] By: jhi                                   on 2001/03/16  02:50:49
23748         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
23749              From: Paul Lindner <lindner@inuus.com>
23750              Date: Fri, 16 Mar 2001 11:28:03 -0800
23751              Message-ID: <20010316112803.A7577@inuus.com>
23752      Branch: perl
23753            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
23754 ____________________________________________________________________________
23755 [  9173] By: nick                                  on 2001/03/15  20:21:03
23756         Log: 1st day's EBCDIC fixes:
23757              - toke.c's parsing of strings needed attention
23758              needed to conditionally e2a if string was already UTF-8
23759              - e2a/a2e tables where wrong way round.
23760              - new macros in utf8.h
23761      Branch: perlio
23762            ! perl.h toke.c utf8.h
23763 ____________________________________________________________________________
23764 [  9172] By: jhi                                   on 2001/03/15  15:17:17
23765         Log: Update Changes.
23766      Branch: perl
23767            ! Changes patchlevel.h
23768 ____________________________________________________________________________
23769 [  9171] By: jhi                                   on 2001/03/15  15:09:32
23770         Log: Subject: Re: Another Borland C++ problem.
23771              From: "Vadim Konovalov" <watman@inbox.ru>
23772              Date: Sat, 10 Mar 2001 19:26:07 +0300
23773              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
23774              
23775              Borland filename case problem.
23776      Branch: perl
23777            + win32/sncfnmcs.pl
23778            ! MANIFEST README.win32
23779 ____________________________________________________________________________
23780 [  9170] By: jhi                                   on 2001/03/15  14:54:23
23781         Log: Add Locale::Codes 1.06, from Neil Bowers.
23782      Branch: perl
23783            + lib/Locale/Constants.pm lib/Locale/Country.pm
23784            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
23785            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
23786            + t/lib/lc-language.t t/lib/lc-uk.t
23787            ! MANIFEST
23788 ____________________________________________________________________________
23789 [  9169] By: jhi                                   on 2001/03/15  14:19:01
23790         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
23791      Branch: perl
23792            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
23793            ! ext/Storable/Storable.xs
23794 ____________________________________________________________________________
23795 [  9168] By: jhi                                   on 2001/03/15  14:13:22
23796         Log: Integrate changes #9120,9167 from mainline to maintperl.
23797              
23798              Subject: [PATCH 5.6.1] OS/2 docs
23799              
23800              Subject: [PATCH 5.6.1] perldoc
23801      Branch: maint-5.6/perl
23802           !> os2/Changes utils/perldoc.PL
23803 ____________________________________________________________________________
23804 [  9167] By: jhi                                   on 2001/03/15  14:07:42
23805         Log: Subject: [PATCH 5.6.1] perldoc
23806              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23807              Date: Wed, 14 Mar 2001 23:46:52 -0500
23808              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
23809      Branch: perl
23810            ! utils/perldoc.PL
23811 ____________________________________________________________________________
23812 [  9166] By: jhi                                   on 2001/03/15  13:53:15
23813         Log: sigaction test condition tweakage.
23814      Branch: perl
23815            ! t/lib/sigaction.t
23816 ____________________________________________________________________________
23817 [  9165] By: alanbur                               on 2001/03/15  03:49:17
23818         Log: Resynchronised with parent
23819      Branch: maint-5.6/pureperl
23820           +> os2/os2add.sym t/op/anonsub.t
23821           !> (integrate 72 files)
23822 ____________________________________________________________________________
23823 [  9164] By: jhi                                   on 2001/03/15  01:05:01
23824         Log: Avoid stomping off the beginning of an array in tr///.
23825      Branch: perl
23826            ! op.c
23827 ____________________________________________________________________________
23828 [  9163] By: jhi                                   on 2001/03/15  00:58:57
23829         Log: h2ph strictness and cleanliness from Kurt Starsinic.
23830      Branch: perl
23831            ! utils/h2ph.PL
23832 ____________________________________________________________________________
23833 [  9162] By: gsar                                  on 2001/03/15  00:56:53
23834         Log: avoid warnings
23835      Branch: maint-5.6/perl
23836            ! t/op/magic.t
23837 ____________________________________________________________________________
23838 [  9161] By: gsar                                  on 2001/03/15  00:52:09
23839         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
23840              results
23841      Branch: maint-5.6/perl
23842            ! t/op/magic.t
23843 ____________________________________________________________________________
23844 [  9160] By: jhi                                   on 2001/03/14  22:02:10
23845         Log: Do not use the Perl malloc in IRIX, suggested by
23846              Helmus Jarausch.
23847      Branch: perl
23848            ! hints/irix_6.sh
23849 ____________________________________________________________________________
23850 [  9159] By: nick                                  on 2001/03/14  21:45:59
23851         Log: Integrate mainline
23852      Branch: perlio
23853           +> t/op/loopctl.t
23854           !> (integrate 41 files)
23855 ____________________________________________________________________________
23856 [  9158] By: jhi                                   on 2001/03/14  21:10:09
23857         Log: The Day of the Retractions continues: the #9138
23858              (integrated in #9144) doesn't work well in mainline.
23859      Branch: perl
23860            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
23861            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
23862            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
23863 ____________________________________________________________________________
23864 [  9157] By: jhi                                   on 2001/03/14  20:58:12
23865         Log: The #9145 CANNOT be enabled: the clear_pmop code still
23866              dumps core all over in Tru64.
23867      Branch: perl
23868            ! op.c op.h t/op/pat.t
23869 ____________________________________________________________________________
23870 [  9156] By: jhi                                   on 2001/03/14  20:48:06
23871         Log: Integrate change #9154 from maintperl to mainline.
23872              
23873              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
23874              (caused Storable 1.0.10 to break on windows)
23875      Branch: perl
23876           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
23877           !> perlapi.c proto.h
23878 ____________________________________________________________________________
23879 [  9155] By: jhi                                   on 2001/03/14  20:23:53
23880         Log: Retract #9136: breaks threading (and binary compatibility).
23881      Branch: perl
23882            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
23883 ____________________________________________________________________________
23884 [  9154] By: gsar                                  on 2001/03/14  17:48:18
23885         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
23886              (caused Storable 1.0.10 to break on windows)
23887      Branch: maint-5.6/perl
23888            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
23889            ! perlapi.c proto.h
23890 ____________________________________________________________________________
23891 [  9153] By: jhi                                   on 2001/03/14  13:35:21
23892         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
23893      Branch: perl
23894            ! t/lib/sigaction.t
23895 ____________________________________________________________________________
23896 [  9152] By: gsar                                  on 2001/03/14  07:29:40
23897         Log: back out changes#9012,9010,9009 and parts of change#9016
23898              (causes ABRs under purify, and some prerequisites don't
23899              seem to be there in 5.6.x)
23900      Branch: maint-5.6/perl
23901            ! doop.c op.c t/op/tr.t toke.c
23902 ____________________________________________________________________________
23903 [  9151] By: gsar                                  on 2001/03/14  07:01:29
23904         Log: reenable change#9145 (the test was busted due to a missing
23905              C<print "ok 27\n">)
23906      Branch: perl
23907            ! op.c op.h t/op/pat.t
23908 ____________________________________________________________________________
23909 [  9150] By: jhi                                   on 2001/03/14  06:38:36
23910         Log: Retract #9145.
23911      Branch: perl
23912            ! op.c op.h t/op/pat.t
23913 ____________________________________________________________________________
23914 [  9149] By: jhi                                   on 2001/03/14  06:14:56
23915         Log: Retract #9143.
23916      Branch: perl
23917            ! op.c
23918 ____________________________________________________________________________
23919 [  9148] By: gsar                                  on 2001/03/14  06:13:02
23920         Log: Uninitialized Memory Read in regexec.c
23921      Branch: perl
23922            ! regexec.c
23923 ____________________________________________________________________________
23924 [  9147] By: jhi                                   on 2001/03/14  04:59:54
23925         Log: Subject: PATCH: make goto work in nested eval ""
23926              From: Robin Houston <robin@kitsite.com>
23927              Date: Wed, 14 Mar 2001 04:16:10 +0000
23928              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
23929      Branch: perl
23930            ! pp_ctl.c t/op/goto.t
23931 ____________________________________________________________________________
23932 [  9146] By: jhi                                   on 2001/03/14  04:42:54
23933         Log: Preserve the #ifdef PERL_CORE in perly.h.
23934      Branch: perl
23935            ! perly.fixer
23936 ____________________________________________________________________________
23937 [  9145] By: jhi                                   on 2001/03/14  03:57:41
23938         Log: (Retracted by #9150.)
23939      Branch: perl
23940            ! op.c op.h t/op/pat.t
23941 ____________________________________________________________________________
23942 [  9144] By: jhi                                   on 2001/03/14  03:50:38
23943         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
23944              
23945              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
23946              
23947              remove squelch controls for "Scalars leaked" messages in most places
23948              (these are now cured)
23949              
23950              fix another memory leak reported by purify (tie callbacks that
23951              croak can leak when wiping out magic)
23952      Branch: perl
23953           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
23954           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
23955           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
23956           !> t/pragma/warnings.t
23957 ____________________________________________________________________________
23958 [  9143] By: jhi                                   on 2001/03/14  03:37:53
23959         Log: (Retracted by #9149.)
23960      Branch: perl
23961            ! op.c
23962 ____________________________________________________________________________
23963 [  9142] By: gsar                                  on 2001/03/14  03:20:48
23964         Log: fix another memory leak reported by purify (tie callbacks that
23965              croak can leak when wiping out magic)
23966      Branch: maint-5.6/perl
23967            ! scope.c
23968 ____________________________________________________________________________
23969 [  9141] By: jhi                                   on 2001/03/14  02:55:00
23970         Log: Subject: PATCH for [ID 20010305.003]
23971              From: Robin Houston <robin@kitsite.com>
23972              Date: Wed, 14 Mar 2001 02:45:51 +0000
23973              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
23974      Branch: perl
23975            ! pp_ctl.c t/op/eval.t
23976 ____________________________________________________________________________
23977 [  9140] By: jhi                                   on 2001/03/14  02:41:54
23978         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
23979              Date: Wed, 14 Mar 2001 01:52:51 +0000
23980              From: Robin Houston <robin@kitsite.com>
23981              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
23982              
23983              Fix for 2000313.004.
23984      Branch: perl
23985            ! pp_ctl.c t/op/goto.t
23986 ____________________________________________________________________________
23987 [  9139] By: jhi                                   on 2001/03/14  02:40:50
23988         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
23989              From: Robin Houston <robin@kitsite.com>
23990              Date: Wed, 14 Mar 2001 00:43:45 +0000
23991              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
23992      Branch: perl
23993            + t/op/loopctl.t
23994            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
23995            ! vms/perly_c.vms
23996 ____________________________________________________________________________
23997 [  9138] By: gsar                                  on 2001/03/14  01:18:00
23998         Log: remove squelch controls for "Scalars leaked" messages in most places
23999              (these are now cured)
24000      Branch: maint-5.6/perl
24001            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
24002            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
24003            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
24004 ____________________________________________________________________________
24005 [  9137] By: gsar                                  on 2001/03/14  00:57:04
24006         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
24007      Branch: maint-5.6/perl
24008            ! regcomp.c
24009 ____________________________________________________________________________
24010 [  9136] By: jhi                                   on 2001/03/13  23:12:24
24011         Log: (Retracted by #9155)
24012              
24013              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
24014              From: Jens-Uwe Mager <jum@helios.de>
24015              Date: Wed, 21 Feb 2001 21:32:04 +0100
24016              Message-ID: <20010221213203.A18340@ans.helios.de>
24017      Branch: perl
24018            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
24019 ____________________________________________________________________________
24020 [  9135] By: jhi                                   on 2001/03/13  22:50:05
24021         Log: Integrate perlio.
24022      Branch: perl
24023           !> pp.c
24024 ____________________________________________________________________________
24025 [  9134] By: jhi                                   on 2001/03/13  22:49:05
24026         Log: Integrate change #9131 from maintperl into mainline.
24027              
24028              make the error text look more consistent in hints/hpux.sh
24029      Branch: perl
24030           !> hints/hpux.sh
24031 ____________________________________________________________________________
24032 [  9133] By: gsar                                  on 2001/03/13  22:46:20
24033         Log: integrate change#9067 from mainline
24034              
24035              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
24036      Branch: maint-5.6/perl
24037           !> lib/ExtUtils/MM_Unix.pm
24038 ____________________________________________________________________________
24039 [  9132] By: jhi                                   on 2001/03/13  22:41:21
24040         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
24041              From: "John P. Linderman" <jpl@research.att.com>
24042              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
24043              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
24044              
24045              A more correct prime finder.
24046      Branch: perl
24047            ! lib/Tie/SubstrHash.pm
24048 ____________________________________________________________________________
24049 [  9131] By: gsar                                  on 2001/03/13  22:30:42
24050         Log: make the error text look more consistent in hints/hpux.sh
24051      Branch: maint-5.6/perl
24052            ! hints/hpux.sh
24053 ____________________________________________________________________________
24054 [  9130] By: jhi                                   on 2001/03/13  22:23:44
24055         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
24056              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24057              Date: Tue, 13 Mar 2001 18:41:26 +0100
24058              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
24059              
24060              If the test is run non-interactively the default handler
24061              is different.
24062      Branch: perl
24063            ! t/lib/sigaction.t
24064 ____________________________________________________________________________
24065 [  9129] By: jhi                                   on 2001/03/13  22:20:21
24066         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
24067              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
24068              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
24069              Date:     Tue, 13 Mar 2001 16:44:32 EST
24070      Branch: perl
24071            ! t/lib/1_compile.t
24072 ____________________________________________________________________________
24073 [  9128] By: jhi                                   on 2001/03/13  22:18:34
24074         Log: Subject: Another patch for integer.pm POD 
24075              From: "John L. Allen" <allen@grumman.com>
24076              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
24077              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
24078      Branch: perl
24079            ! lib/integer.pm
24080 ____________________________________________________________________________
24081 [  9127] By: nick                                  on 2001/03/13  21:26:30
24082         Log: Integrate mainline.
24083      Branch: perlio
24084           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
24085           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
24086           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
24087           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
24088           !> Changes Configure MANIFEST README.os2 README.os390
24089           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
24090           !> os2/Changes patchlevel.h win32/perlhost.h
24091 ____________________________________________________________________________
24092 [  9126] By: nick                                  on 2001/03/13  20:39:51
24093         Log: #ifdef'ed out code to make packed side of pack/unpack
24094              octets. (i.e. pack('U') => encode_utf8).
24095      Branch: perlio
24096            ! pp.c
24097 ____________________________________________________________________________
24098 [  9125] By: jhi                                   on 2001/03/13  15:07:16
24099         Log: Update Changes.
24100      Branch: perl
24101            ! Changes patchlevel.h
24102 ____________________________________________________________________________
24103 [  9124] By: jhi                                   on 2001/03/13  14:22:45
24104         Log: Workaround for the buggy ("internal compiler error")
24105              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
24106              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
24107              of Andreas König.
24108      Branch: perl
24109            ! ext/re/Makefile.PL hints/aix.sh
24110 ____________________________________________________________________________
24111 [  9123] By: jhi                                   on 2001/03/13  03:24:34
24112         Log: Typo in #9114.
24113      Branch: metaconfig
24114            ! U/modified/myhostname.U
24115 ____________________________________________________________________________
24116 [  9122] By: jhi                                   on 2001/03/13  03:24:06
24117         Log: Typo in #9113.
24118      Branch: perl
24119            ! Configure
24120 ____________________________________________________________________________
24121 [  9121] By: jhi                                   on 2001/03/13  01:53:05
24122         Log: Forgot to check-in the larger part of #9120, duh.
24123      Branch: perl
24124            ! README.os2
24125 ____________________________________________________________________________
24126 [  9120] By: jhi                                   on 2001/03/13  01:51:31
24127         Log: Subject: [PATCH 5.6.1] OS/2 docs
24128              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24129              Date: Mon, 12 Mar 2001 03:27:32 -0500
24130              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
24131      Branch: perl
24132            ! os2/Changes
24133 ____________________________________________________________________________
24134 [  9119] By: jhi                                   on 2001/03/13  01:49:41
24135         Log: Integrate change #9116 from maintperl into mainline.
24136              
24137              Win32::GetCwd() returns C: instead of C:\ in the root directory
24138              under ithreads
24139      Branch: perl
24140           !> win32/perlhost.h
24141 ____________________________________________________________________________
24142 [  9118] By: jhi                                   on 2001/03/13  01:13:39
24143         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
24144      Branch: perl
24145            + lib/Switch.pm t/lib/switch.t
24146            ! MANIFEST
24147 ____________________________________________________________________________
24148 [  9117] By: jhi                                   on 2001/03/13  01:03:17
24149         Log: Add Text::Balanced 1.83.
24150      Branch: perl
24151            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
24152            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
24153            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
24154            + t/lib/tb-xvari.t
24155            ! MANIFEST
24156 ____________________________________________________________________________
24157 [  9116] By: gsar                                  on 2001/03/13  00:55:53
24158         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
24159              under ithreads
24160      Branch: maint-5.6/perl
24161            ! win32/perlhost.h
24162 ____________________________________________________________________________
24163 [  9115] By: jhi                                   on 2001/03/13  00:54:09
24164         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
24165              From: "John L. Allen" <allen@grumman.com>
24166              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
24167              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
24168              
24169              use integer document clarification.
24170      Branch: perl
24171            ! lib/integer.pm
24172 ____________________________________________________________________________
24173 [  9114] By: jhi                                   on 2001/03/13  00:38:54
24174         Log: Metaconfig unit change for #9113.
24175      Branch: metaconfig
24176            ! U/modified/myhostname.U
24177 ____________________________________________________________________________
24178 [  9113] By: jhi                                   on 2001/03/13  00:38:35
24179         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?)
24180              From: Peter Prymmer <pvhp@forte.com>
24181              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
24182              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
24183      Branch: perl
24184            ! Configure README.os390 hints/os390.sh
24185 ____________________________________________________________________________
24186 [  9112] By: jhi                                   on 2001/03/13  00:29:00
24187         Log: Integrate perlio.
24188      Branch: perl
24189           !> sv.c utf8.h
24190 ____________________________________________________________________________
24191 [  9111] By: nick                                  on 2001/03/12  21:16:33
24192         Log: Integrate mainline.
24193      Branch: perlio
24194           +> t/op/anonsub.t
24195           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
24196           !> proto.h sv.c
24197 ____________________________________________________________________________
24198 [  9110] By: nick                                  on 2001/03/12  21:00:13
24199         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
24200      Branch: perlio
24201            ! sv.c utf8.h
24202 ____________________________________________________________________________
24203 [  9109] By: jhi                                   on 2001/03/12  16:04:47
24204         Log: Integrate change #9108 from maintperl to mainline.
24205              
24206              fix memory leak in C<sub X { sub {} }> arising from a refcount
24207              loop between the outer sub and the inner prototype anonsub
24208              
24209              this also enables closures returned by subroutines that
24210              subsequently get redefined to work without generating coredumps :)
24211              
24212              completely removed the free_closures() hack--it shouldn't be
24213              needed anymore
24214      Branch: perl
24215           +> t/op/anonsub.t
24216           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
24217           !> proto.h sv.c
24218 ____________________________________________________________________________
24219 [  9108] By: gsar                                  on 2001/03/12  10:21:31
24220         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
24221              loop between the outer sub and the inner prototype anonsub
24222              
24223              this also enables closures returned by subroutines that
24224              subsequently get redefined to work without generating coredumps :)
24225              
24226              completely removed the free_closures() hack--it shouldn't be
24227              needed anymore
24228      Branch: maint-5.6/perl
24229            + t/op/anonsub.t
24230            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
24231            ! proto.h sv.c
24232 ____________________________________________________________________________
24233 [  9107] By: jhi                                   on 2001/03/12  05:15:31
24234         Log: Integrate perlio.
24235      Branch: perl
24236           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
24237 ____________________________________________________________________________
24238 [  9106] By: nick                                  on 2001/03/11  20:10:12
24239         Log: regcomp.c is working in native space, not Unicode space (if different)
24240              as it is doing compare against 'W' in \W etc.
24241      Branch: perlio
24242            ! regcomp.c
24243 ____________________________________________________________________________
24244 [  9105] By: nick                                  on 2001/03/11  19:39:34
24245         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
24246              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
24247      Branch: perlio
24248            ! regcomp.c toke.c utf8.c
24249 ____________________________________________________________________________
24250 [  9104] By: nick                                  on 2001/03/11  18:15:44
24251         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
24252      Branch: perlio
24253            ! sv.c
24254 ____________________________________________________________________________
24255 [  9103] By: nick                                  on 2001/03/11  18:03:28
24256         Log: Integrate mainline (for regexp stuff).
24257      Branch: perlio
24258           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
24259           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
24260           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
24261           !> t/lib/errno.t t/op/pat.t
24262 ____________________________________________________________________________
24263 [  9102] By: nick                                  on 2001/03/11  17:44:20
24264         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
24265              - exclude layer syms in makedef.pl for sfio
24266              - also inhibit Encode from trying to build ":encode()" layer.
24267      Branch: perlio
24268            ! ext/Encode/Encode.xs makedef.pl
24269 ____________________________________________________________________________
24270 [  9101] By: jhi                                   on 2001/03/10  22:38:13
24271         Log: The $Is_MacOS needs to be declared.
24272      Branch: perl
24273            ! lib/ExtUtils/Manifest.pm
24274 ____________________________________________________________________________
24275 [  9100] By: jhi                                   on 2001/03/10  22:14:29
24276         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
24277              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
24278              pollute the symbolspace if using sfio.
24279      Branch: perl
24280            ! ext/Encode/Encode.xs
24281 ____________________________________________________________________________
24282 [  9099] By: jhi                                   on 2001/03/10  21:58:48
24283         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
24284              Date: Sat, 10 Mar 2001 14:23:55 -0500
24285              From: Chris Nandor <pudge@pobox.com>
24286              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
24287      Branch: perl
24288            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
24289            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
24290            ! t/lib/errno.t
24291 ____________________________________________________________________________
24292 [  9098] By: jhi                                   on 2001/03/10  21:38:30
24293         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
24294      Branch: perl
24295            ! regcomp.c regexec.c t/op/pat.t
24296 ____________________________________________________________________________
24297 [  9097] By: jhi                                   on 2001/03/10  14:38:07
24298         Log: Integrate perlio.
24299      Branch: perl
24300           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
24301           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
24302           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
24303 ____________________________________________________________________________
24304 [  9096] By: nick                                  on 2001/03/10  11:55:43
24305         Log: EBCDIC sanity - phase I
24306              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
24307              - use utf8n_xxxx (c.f. pvn) for forms which take length.
24308              - back out vN.N and $^V exceptions to e2a/a2e
24309              - make "locale" isxxx macros be uvchr (may be redundant?)
24310              
24311              Not clear yet that toUPPER_uni et. al. return being handled correctly.
24312              The tr// and rexexp stuff still needs an audit, assumption is they are working
24313              in Unicode space.
24314              
24315              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
24316      Branch: perlio
24317            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
24318            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
24319            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
24320 ____________________________________________________________________________
24321 [  9095] By: jhi                                   on 2001/03/09  22:10:01
24322         Log: Integrate perlio.
24323      Branch: perl
24324           !> dump.c
24325 ____________________________________________________________________________
24326 [  9094] By: nick                                  on 2001/03/09  17:36:38
24327         Log: Builds an passes all tests after integrate and this tweak.
24328      Branch: perlio
24329            ! dump.c
24330 ____________________________________________________________________________
24331 [  9093] By: nick                                  on 2001/03/09  17:16:03
24332         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
24333      Branch: perlio
24334           +> lib/unicode/Scripts.txt t/lib/sigaction.t
24335           !> (integrate 79 files)
24336 ____________________________________________________________________________
24337 [  9092] By: jhi                                   on 2001/03/09  15:28:26
24338         Log: Update Changes.
24339      Branch: perl
24340            ! Changes patchlevel.h
24341 ____________________________________________________________________________
24342 [  9091] By: jhi                                   on 2001/03/09  15:25:05
24343         Log: In op/stat #35 better to scan all the potential directories
24344              for setuids, not just the first one.
24345      Branch: perl
24346            ! t/op/stat.t
24347 ____________________________________________________________________________
24348 [  9090] By: jhi                                   on 2001/03/09  15:01:27
24349         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
24350              From: rspier@pobox.com (Robert Spier)
24351              Date: Fri, 9 Mar 2001 03:30:20 -0500
24352              Message-ID: <15016.38044.381174.160189@rls.cx>
24353              
24354              EXISTS() returning undef mistakenly triggered a FETCH().
24355      Branch: perl
24356            ! hv.c
24357 ____________________________________________________________________________
24358 [  9089] By: jhi                                   on 2001/03/09  14:59:02
24359         Log: Add /sbin and /usr/sbin to the list of directories scanned
24360              for setuid programs.  Takes care of bug id 20010309.003.
24361      Branch: perl
24362            ! t/op/stat.t
24363 ____________________________________________________________________________
24364 [  9088] By: jhi                                   on 2001/03/09  14:48:32
24365         Log: Regen perlapi, perltoc.
24366      Branch: perl
24367            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
24368 ____________________________________________________________________________
24369 [  9087] By: jhi                                   on 2001/03/09  14:38:56
24370         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
24371              From: David Mitchell <davem@fdgroup.co.uk>
24372              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
24373              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
24374      Branch: perl
24375            ! dump.c perl.c perl.h pod/perlrun.pod
24376 ____________________________________________________________________________
24377 [  9086] By: jhi                                   on 2001/03/09  01:47:16
24378         Log: A modified version of
24379              
24380              Subject: [ID 20010307.005] POSIX::sigaction has various problems
24381              From: anders@broadcom.com
24382              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
24383              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
24384              
24385              Currently the sigaction.t test #6 fails (and is fudged to look
24386              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
24387              This may well be a genuine bug in Linux sigaction() (since at
24388              least Tru64, Solaris, and HP-UX disagree with Linux).
24389              Anyone with POSIX / SUSv2 tome handy?  The problem is that
24390              the flags of the oldaction don't match with the flags in
24391              the previously installed disposition.
24392      Branch: perl
24393            + t/lib/sigaction.t
24394            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
24395 ____________________________________________________________________________
24396 [  9085] By: jhi                                   on 2001/03/09  01:30:13
24397         Log: Subject: Re: mission impossible for the day
24398              From: Alex Gough <alex@rcon.org>
24399              Date: Thu, 08 Mar 2001 17:18:19 +0000
24400              Message-ID: <3AA7BEDB.8070409@rcon.org>
24401              
24402              If references (are overloaded) and can be directly stringified,
24403              show that instead of "stringified".
24404              
24405              (The problem, infinite mutual recursion caused by overloaded bool
24406              in Switch.pm, tracked by David Mitchell)
24407      Branch: perl
24408            ! lib/Carp/Heavy.pm
24409 ____________________________________________________________________________
24410 [  9084] By: jhi                                   on 2001/03/09  01:20:39
24411         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
24412              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
24413              From: David Mitchell <davem@fdgroup.co.uk>
24414              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
24415      Branch: perl
24416            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
24417            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
24418 ____________________________________________________________________________
24419 [  9083] By: jhi                                   on 2001/03/09  01:16:51
24420         Log: Subject: [PATCH] perldata.pod here-doc docs
24421              From: Jeff Pinyan <jeffp@crusoe.net>
24422              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
24423              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
24424      Branch: perl
24425            ! pod/perldata.pod
24426 ____________________________________________________________________________
24427 [  9082] By: jhi                                   on 2001/03/09  01:01:27
24428         Log: Subject: Re: Unicode/EBCDIC
24429              From: Peter Prymmer <pvhp@forte.com>
24430              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
24431              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
24432      Branch: perl
24433            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
24434 ____________________________________________________________________________
24435 [  9081] By: jhi                                   on 2001/03/08  13:41:30
24436         Log: Subject: Ooops, wrong 'no *POSIX' Patch
24437              From: Dorner Thomas <Thomas.Dorner@start.de>
24438              Date: Thu, 8 Mar 2001 08:43:28 +0100
24439              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
24440      Branch: perl
24441            ! hints/posix-bc.sh
24442 ____________________________________________________________________________
24443 [  9080] By: jhi                                   on 2001/03/08  13:11:42
24444         Log: It's Scripts.txt, not Script.txt.
24445      Branch: perl
24446            ! MANIFEST
24447 ____________________________________________________________________________
24448 [  9079] By: jhi                                   on 2001/03/08  12:59:05
24449         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
24450              From: Dorner Thomas <Thomas.Dorner@start.de>
24451              Date: Wed, 7 Mar 2001 14:13:31 +0100
24452              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
24453      Branch: perl
24454            ! makedepend.SH
24455 ____________________________________________________________________________
24456 [  9078] By: jhi                                   on 2001/03/08  12:57:43
24457         Log: Retract #9069, wrong patch.
24458      Branch: perl
24459            ! Makefile.SH
24460 ____________________________________________________________________________
24461 [  9077] By: jhi                                   on 2001/03/08  01:06:13
24462         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
24463      Branch: perl
24464            + lib/unicode/Scripts.txt
24465            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
24466            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
24467            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
24468            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
24469            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
24470            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
24471            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
24472            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
24473            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
24474            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
24475            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
24476            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
24477            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
24478            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
24479            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
24480            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
24481            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
24482            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
24483            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
24484            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
24485            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
24486            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
24487            ! lib/unicode/version
24488 ____________________________________________________________________________
24489 [  9076] By: jhi                                   on 2001/03/07  22:59:39
24490         Log: Integrate change #7784 from mainline into maintperl.
24491              
24492              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
24493      Branch: maint-5.6/perl
24494           !> pp_ctl.c t/op/pat.t
24495 ____________________________________________________________________________
24496 [  9075] By: jhi                                   on 2001/03/07  22:05:11
24497         Log: More UTF-8 test tweaks.
24498      Branch: perl
24499            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
24500 ____________________________________________________________________________
24501 [  9074] By: nick                                  on 2001/03/07  21:39:29
24502         Log: Integrate mainline.
24503      Branch: perlio
24504           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
24505           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
24506           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
24507           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
24508           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
24509 ____________________________________________________________________________
24510 [  9073] By: jhi                                   on 2001/03/07  16:37:09
24511         Log: Update Changes.
24512      Branch: perl
24513            ! Changes patchlevel.h
24514 ____________________________________________________________________________
24515 [  9072] By: jhi                                   on 2001/03/07  16:32:30
24516         Log: Subject: [ID 20010306.004] || != named unary operator
24517              From: abela@geneanet.org
24518              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
24519              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
24520      Branch: perl
24521            ! pod/perlop.pod
24522 ____________________________________________________________________________
24523 [  9071] By: jhi                                   on 2001/03/07  15:14:11
24524         Log: Subject: downgrading to bytes for common functions
24525              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
24526              Date: Wed, 7 Mar 2001 02:36:55 -0500
24527              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
24528      Branch: perl
24529            ! pp_sys.c
24530 ____________________________________________________________________________
24531 [  9070] By: jhi                                   on 2001/03/07  15:04:58
24532         Log: Clarify the description differentiating for and while; inspired by
24533              
24534              Subject: [ID 20010306.002] for/while difference in for definition
24535              From: abela@geneanet.org
24536              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
24537              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
24538      Branch: perl
24539            ! pod/perlsyn.pod
24540 ____________________________________________________________________________
24541 [  9069] By: jhi                                   on 2001/03/07  14:55:30
24542         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
24543              From: Dorner Thomas <Thomas.Dorner@start.de>
24544              Date: Wed, 7 Mar 2001 14:13:31 +0100
24545              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
24546      Branch: perl
24547            ! Makefile.SH
24548 ____________________________________________________________________________
24549 [  9068] By: jhi                                   on 2001/03/07  14:51:17
24550         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
24551              From: Radu Greab <radu@netsoft.ro>
24552              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
24553              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
24554      Branch: perl
24555            ! pp.c t/op/chop.t
24556 ____________________________________________________________________________
24557 [  9067] By: jhi                                   on 2001/03/07  14:48:57
24558         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
24559              From: Simon Cozens <simon@netthink.co.uk>
24560              Date: Wed, 7 Mar 2001 13:59:28 +0000
24561              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
24562              
24563              In order to allow MakeMaker to build correct Makefiles,
24564              you need to change the order of the arguments in MM_Unix.pm
24565              as well. (Unless you have C89_CCMODE set, but we're trying
24566              to be POSIXly correct)
24567              
24568              Thanks to Merijn Broeren for tracking this down.
24569      Branch: perl
24570            ! lib/ExtUtils/MM_Unix.pm
24571 ____________________________________________________________________________
24572 [  9066] By: jhi                                   on 2001/03/07  14:30:02
24573         Log: Floating point too messy.
24574      Branch: perl
24575            ! t/camel-III/vstring.t
24576 ____________________________________________________________________________
24577 [  9065] By: jhi                                   on 2001/03/07  14:17:44
24578         Log: Integrate change #9064 from maintperl into mainline.
24579              
24580              fix memory leak in pack("Bb",...)
24581      Branch: perl
24582           !> perl.c
24583 ____________________________________________________________________________
24584 [  9064] By: gsar                                  on 2001/03/07  06:29:24
24585         Log: fix memory leak in pack("Bb",...)
24586      Branch: maint-5.6/perl
24587            ! perl.c
24588 ____________________________________________________________________________
24589 [  9063] By: jhi                                   on 2001/03/07  00:55:04
24590         Log: Major utf8 test reorganisation and rewrite.
24591              Hopefully no tests were lost in the shuffle.
24592              (The beginning of pragma/utf8 was lost intentionally,
24593              the tests were rather bogus and incomplete.)
24594      Branch: perl
24595            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
24596            ! t/pragma/utf8.t
24597 ____________________________________________________________________________
24598 [  9062] By: jhi                                   on 2001/03/07  00:41:16
24599         Log: More tweakage on the Unicode character class descriptions.
24600      Branch: perl
24601            ! lib/unicode/mktables.PL pod/perlretut.pod
24602 ____________________________________________________________________________
24603 [  9061] By: jhi                                   on 2001/03/06  23:12:38
24604         Log: The perlretut was still talking about the old \p and \P
24605              definitions.
24606      Branch: perl
24607            ! pod/perlretut.pod
24608 ____________________________________________________________________________
24609 [  9060] By: nick                                  on 2001/03/06  20:52:37
24610         Log: Integrate mainline (make test works again now).
24611      Branch: perlio
24612           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
24613 ____________________________________________________________________________
24614 [  9059] By: jhi                                   on 2001/03/06  15:36:14
24615         Log: 0.999... does equal 1.0, doesn't it?
24616      Branch: perl
24617            ! t/camel-III/vstring.t
24618 ____________________________________________________________________________
24619 [  9058] By: jhi                                   on 2001/03/06  15:34:00
24620         Log: Make /x{abcd}/ to work without use utf8.
24621      Branch: perl
24622            ! regcomp.c
24623 ____________________________________________________________________________
24624 [  9057] By: jhi                                   on 2001/03/06  03:02:36
24625         Log: Easier to outcomment all the three reset() tests for now.
24626      Branch: perl
24627            ! t/op/pat.t
24628 ____________________________________________________________________________
24629 [  9056] By: jhi                                   on 2001/03/06  02:30:02
24630         Log: Comment out the deadly reset; until the 20010301.005
24631              is finally fixed.
24632      Branch: perl
24633            ! t/op/pat.t
24634 ____________________________________________________________________________
24635 [  9055] By: jhi                                   on 2001/03/06  02:21:26
24636         Log: Integrate the change #9054 from mainline:
24637              retract the PMOP cleanup patch pending further investigation.
24638      Branch: maint-5.6/perl
24639           !> op.c op.h
24640 ____________________________________________________________________________
24641 [  9054] By: jhi                                   on 2001/03/06  02:19:57
24642         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
24643              with oddly familiar stack traces.
24644      Branch: perl
24645            ! op.c op.h
24646 ____________________________________________________________________________
24647 [  9053] By: jhi                                   on 2001/03/05  23:20:28
24648         Log: Integrate perlio.
24649      Branch: perl
24650           +> ext/Encode/Encode/koi8-r.ucm
24651           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
24652           !> makedef.pl
24653 ____________________________________________________________________________
24654 [  9052] By: nick                                  on 2001/03/05  23:08:17
24655         Log: skipping USE_PERLIO symbols correction.
24656      Branch: perlio
24657            ! makedef.pl
24658 ____________________________________________________________________________
24659 [  9051] By: nick                                  on 2001/03/05  22:35:07
24660         Log: More Encode alias tidying.
24661      Branch: perlio
24662            + ext/Encode/Encode/koi8-r.ucm
24663            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
24664 ____________________________________________________________________________
24665 [  9050] By: jhi                                   on 2001/03/05  21:44:29
24666         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
24667              Sarathy's fix for ID 20010301.005.
24668      Branch: maint-5.6/perl
24669           !> op.c op.h
24670 ____________________________________________________________________________
24671 [  9049] By: nick                                  on 2001/03/05  19:54:04
24672         Log: Integrate Jarkko's Encode.pm tweak.
24673      Branch: perlio
24674           !> ext/Encode/Encode.pm
24675 ____________________________________________________________________________
24676 [  9048] By: nick                                  on 2001/03/05  19:47:57
24677         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
24678      Branch: perlio
24679           +> os2/os2add.sym
24680           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
24681           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
24682           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
24683           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
24684           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
24685 ____________________________________________________________________________
24686 [  9047] By: jhi                                   on 2001/03/05  19:25:26
24687         Log: Regen perlapi.
24688      Branch: perl
24689            ! pod/perlapi.pod
24690 ____________________________________________________________________________
24691 [  9046] By: jhi                                   on 2001/03/05  19:12:14
24692         Log: Integrate perlio.
24693      Branch: perl
24694           +> t/camel-III/vstring.t
24695           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
24696 ____________________________________________________________________________
24697 [  9045] By: jhi                                   on 2001/03/05  19:10:36
24698         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
24699      Branch: perl
24700            ! ext/Encode/Encode.pm
24701 ____________________________________________________________________________
24702 [  9044] By: jhi                                   on 2001/03/05  18:49:12
24703         Log: Forgot the other half of the PMOP patch (#9033).
24704      Branch: perl
24705            ! op.h
24706 ____________________________________________________________________________
24707 [  9043] By: nick                                  on 2001/03/05  18:14:47
24708         Log: Update MANIFEST for new test.
24709      Branch: perlio
24710            ! MANIFEST
24711 ____________________________________________________________________________
24712 [  9042] By: nick                                  on 2001/03/05  18:12:41
24713         Log: Some tests for Camel 3rd edition features.
24714              Make gethostbyaddr() test in above work.
24715      Branch: perlio
24716            + t/camel-III/vstring.t
24717            ! pp.h pp_sys.c t/TEST t/harness
24718 ____________________________________________________________________________
24719 [  9041] By: jhi                                   on 2001/03/05  17:41:48
24720         Log: Add more ISO 8859 encoding aliases.
24721      Branch: perl
24722            ! ext/Encode/Encode.pm
24723 ____________________________________________________________________________
24724 [  9040] By: jhi                                   on 2001/03/05  17:30:43
24725         Log: Integrate perlio.
24726      Branch: perl
24727           !> MANIFEST sv.c
24728 ____________________________________________________________________________
24729 [  9039] By: nick                                  on 2001/03/05  17:11:36
24730         Log: Missed added file.
24731      Branch: perlio
24732            ! MANIFEST
24733 ____________________________________________________________________________
24734 [  9038] By: jhi                                   on 2001/03/05  15:58:01
24735         Log: Add tr tests for EBCDIC, from Karsten Sperling.
24736      Branch: perl
24737            ! t/op/tr.t
24738 ____________________________________________________________________________
24739 [  9037] By: nick                                  on 2001/03/05  15:56:35
24740         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
24741              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
24742              
24743              Make SvPVbyte*() symetric with respect to SvPVutf8*() in that:
24744              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
24745              - uses SvPV() rather than sv_2pv() in case it isn't a string.
24746      Branch: perlio
24747            ! sv.c
24748 ____________________________________________________________________________
24749 [  9036] By: jhi                                   on 2001/03/05  15:49:15
24750         Log: Add matching tests currently failing in EBCDIC,
24751              suggested by Karsten Sperling.
24752      Branch: perl
24753            ! t/op/pat.t
24754 ____________________________________________________________________________
24755 [  9035] By: jhi                                   on 2001/03/05  15:36:55
24756         Log: The #9034 needs a MANIFESTation.
24757      Branch: perl
24758            ! MANIFEST
24759 ____________________________________________________________________________
24760 [  9034] By: jhi                                   on 2001/03/05  15:35:14
24761         Log: Integrate perlio.
24762      Branch: perl
24763           +> ext/Encode/Encode/Tcl.pm
24764           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
24765           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
24766           !> ext/Encode/Encode/iso8859-1.ucm
24767           !> ext/Encode/Encode/iso8859-10.ucm
24768           !> ext/Encode/Encode/iso8859-13.ucm
24769           !> ext/Encode/Encode/iso8859-14.ucm
24770           !> ext/Encode/Encode/iso8859-15.ucm
24771           !> ext/Encode/Encode/iso8859-16.ucm
24772           !> ext/Encode/Encode/iso8859-2.ucm
24773           !> ext/Encode/Encode/iso8859-3.ucm
24774           !> ext/Encode/Encode/iso8859-4.ucm
24775           !> ext/Encode/Encode/iso8859-5.ucm
24776           !> ext/Encode/Encode/iso8859-6.ucm
24777           !> ext/Encode/Encode/iso8859-7.ucm
24778           !> ext/Encode/Encode/iso8859-8.ucm
24779           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
24780           !> t/lib/encode.t
24781 ____________________________________________________________________________
24782 [  9033] By: jhi                                   on 2001/03/05  15:33:18
24783         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
24784              From: Gurusamy Sarathy <gsar@ActiveState.com>
24785              Date: Sun, 04 Mar 2001 22:33:15 -0800
24786              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
24787              
24788              PMOPs need to remember their own stash so that they can
24789              gracefully remove themselves from their linked list.
24790      Branch: perl
24791            ! op.c
24792 ____________________________________________________________________________
24793 [  9032] By: nick                                  on 2001/03/05  14:51:50
24794         Log: Encode implementation "completion"
24795              Implement and document define_encoding()
24796              Implement and document encoding aliases including define_alias()
24797              Make Encode::XS use define_encoding() rather than back-door.
24798              Move run-time *.enc to separate Encode::Tcl module.
24799              Make 'compile' honour <codeset_name>
24800              Change canonical names of to iso-8859-* and US-ascii.
24801      Branch: perlio
24802            + ext/Encode/Encode/Tcl.pm
24803            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
24804            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
24805            ! ext/Encode/Encode/iso8859-1.ucm
24806            ! ext/Encode/Encode/iso8859-10.ucm
24807            ! ext/Encode/Encode/iso8859-13.ucm
24808            ! ext/Encode/Encode/iso8859-14.ucm
24809            ! ext/Encode/Encode/iso8859-15.ucm
24810            ! ext/Encode/Encode/iso8859-16.ucm
24811            ! ext/Encode/Encode/iso8859-2.ucm
24812            ! ext/Encode/Encode/iso8859-3.ucm
24813            ! ext/Encode/Encode/iso8859-4.ucm
24814            ! ext/Encode/Encode/iso8859-5.ucm
24815            ! ext/Encode/Encode/iso8859-6.ucm
24816            ! ext/Encode/Encode/iso8859-7.ucm
24817            ! ext/Encode/Encode/iso8859-8.ucm
24818            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
24819            ! t/lib/encode.t
24820 ____________________________________________________________________________
24821 [  9031] By: jhi                                   on 2001/03/05  13:51:17
24822         Log: Integrate change #9030 from maintperl into mainline.
24823              
24824              Subject: [PATCH 5.6.1] OS/2 cleanup
24825      Branch: perl
24826           +> os2/os2add.sym
24827           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
24828           !> makedef.pl os2/Changes os2/Makefile.SHs
24829           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
24830           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
24831           !> os2/os2.sym os2/os2ish.h
24832 ____________________________________________________________________________
24833 [  9030] By: jhi                                   on 2001/03/05  13:46:49
24834         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
24835              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24836              Date: Mon, 5 Mar 2001 02:29:44 -0500
24837              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
24838      Branch: maint-5.6/perl
24839            + os2/os2add.sym
24840            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
24841            ! makedef.pl os2/Changes os2/Makefile.SHs
24842            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
24843            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
24844            ! os2/os2.sym os2/os2ish.h
24845 ____________________________________________________________________________
24846 [  9029] By: jhi                                   on 2001/03/05  13:40:35
24847         Log: Integrate change #9028 from maintperl into mainline.
24848              
24849              various nits in MM_Unix.pm found by disabling SelfLoader
24850      Branch: perl
24851           !> lib/ExtUtils/MM_Unix.pm
24852 ____________________________________________________________________________
24853 [  9028] By: gsar                                  on 2001/03/05  09:58:38
24854         Log: various nits in MM_Unix.pm found by disabling SelfLoader
24855      Branch: maint-5.6/perl
24856            ! lib/ExtUtils/MM_Unix.pm
24857 ____________________________________________________________________________
24858 [  9027] By: nick                                  on 2001/03/05  08:35:22
24859         Log: Integrate mainline
24860      Branch: perlio
24861           !> (integrate 28 files)
24862 ____________________________________________________________________________
24863 [  9026] By: jhi                                   on 2001/03/05  02:14:59
24864         Log: Integrate change #9025 from mainline to maintperl,
24865              retract \N{U+HHHH}.
24866      Branch: maint-5.6/perl
24867           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
24868           !> t/lib/charnames.t toke.c
24869 ____________________________________________________________________________
24870 [  9025] By: jhi                                   on 2001/03/05  02:13:09
24871         Log: Retracting \N{U+HHHH}.
24872      Branch: perl
24873            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
24874            ! t/lib/charnames.t toke.c
24875 ____________________________________________________________________________
24876 [  9024] By: jhi                                   on 2001/03/04  20:51:07
24877         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
24878              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
24879              Date: Fri, 02 Mar 2001 18:25:26 +0100
24880              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
24881              
24882              Casting problem.
24883      Branch: perl
24884            ! ext/Storable/Storable.xs
24885 ____________________________________________________________________________
24886 [  9023] By: jhi                                   on 2001/03/04  19:46:45
24887         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
24888              From: nick@talking.bollo.cx
24889              Date: Sat, 03 Mar 2001 21:41:33 +0000
24890              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
24891              
24892              Revert the workaround.
24893      Branch: perl
24894            ! perlio.c
24895 ____________________________________________________________________________
24896 [  9022] By: jhi                                   on 2001/03/04  19:36:28
24897         Log: Update Changes.
24898      Branch: perl
24899            ! Changes patchlevel.h
24900 ____________________________________________________________________________
24901 [  9021] By: jhi                                   on 2001/03/04  18:41:00
24902         Log: makedef.pl updates suggested by Chris Nandor; double-checking
24903              the changes in AIX, OS/2 Win32 would be nice.
24904      Branch: perl
24905            ! makedef.pl
24906 ____________________________________________________________________________
24907 [  9020] By: jhi                                   on 2001/03/04  18:23:58
24908         Log: Integrate change #9012 from maintperl into mainline,
24909              quench a compiler warning.
24910      Branch: perl
24911           !> toke.c
24912 ____________________________________________________________________________
24913 [  9019] By: jhi                                   on 2001/03/04  18:18:43
24914         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
24915              
24916              \N{U+HHHH} fix.
24917              
24918              pattern in G_ARRAY context
24919      Branch: maint-5.6/perl
24920           !> pp_hot.c t/op/pat.t toke.c
24921 ____________________________________________________________________________
24922 [  9018] By: jhi                                   on 2001/03/04  18:07:48
24923         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
24924              From: Jeff Pinyan <jeffp@crusoe.net>
24925              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
24926              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
24927      Branch: perl
24928            ! pp_hot.c t/op/pat.t
24929 ____________________________________________________________________________
24930 [  9017] By: jhi                                   on 2001/03/04  18:06:21
24931         Log: I thought I tested the #9014.
24932      Branch: perl
24933            ! toke.c
24934 ____________________________________________________________________________
24935 [  9016] By: jhi                                   on 2001/03/04  17:41:22
24936         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
24937              
24938              Tweak the get*ent() OS/2 prototypes.
24939              
24940              Add the \N{U+HHHH} syntax.
24941              
24942              More tr/// UTF-8 fixes from Inaba Hiroto.
24943      Branch: maint-5.6/perl
24944           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
24945           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
24946 ____________________________________________________________________________
24947 [  9015] By: jhi                                   on 2001/03/04  17:36:04
24948         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
24949      Branch: perl
24950            ! doop.c t/op/tr.t
24951 ____________________________________________________________________________
24952 [  9014] By: jhi                                   on 2001/03/04  17:24:49
24953         Log: Add the \N{U+HHHH} syntax.
24954      Branch: perl
24955            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
24956            ! t/lib/charnames.t toke.c
24957 ____________________________________________________________________________
24958 [  9013] By: jhi                                   on 2001/03/04  17:20:45
24959         Log: Tweak the get*ent() OS/2 prototypes.
24960      Branch: perl
24961            ! os2/os2.c
24962 ____________________________________________________________________________
24963 [  9012] By: gsar                                  on 2001/03/04  06:26:14
24964         Log: avoid warning (nit in change#9009)
24965      Branch: maint-5.6/perl
24966            ! toke.c
24967 ____________________________________________________________________________
24968 [  9011] By: gsar                                  on 2001/03/04  06:15:24
24969         Log: lib/charnames.t fails in 5.6.x because of older Unicode
24970              data
24971              
24972              TODO: need to revisit this after updating lib/unicode/...
24973      Branch: maint-5.6/perl
24974            ! t/lib/charnames.t
24975 ____________________________________________________________________________
24976 [  9010] By: gsar                                  on 2001/03/04  06:08:36
24977         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
24978      Branch: maint-5.6/perl
24979            ! toke.c
24980 ____________________________________________________________________________
24981 [  9009] By: jhi                                   on 2001/03/03  19:27:20
24982         Log: Integrate change #9008 from mainline to maintperl,
24983              UTF-8 tr/// fixes from Inaba Hiroto.
24984      Branch: maint-5.6/perl
24985           !> doop.c op.c t/op/tr.t toke.c
24986 ____________________________________________________________________________
24987 [  9008] By: jhi                                   on 2001/03/03  19:19:42
24988         Log: UTF8 tr/// fixes from Inaba Hiroto.
24989      Branch: perl
24990            ! doop.c op.c t/op/tr.t toke.c
24991 ____________________________________________________________________________
24992 [  9007] By: jhi                                   on 2001/03/03  19:00:30
24993         Log: Integrate change #9006 from maintperl to mainline,
24994              more robust quest for the infinite.
24995      Branch: perl
24996           !> lib/Math/Complex.pm
24997 ____________________________________________________________________________
24998 [  9006] By: jhi                                   on 2001/03/03  18:58:06
24999         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
25000              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25001              Date: Sat, 3 Mar 2001 12:51:50 -0500
25002              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
25003              
25004              Be more robust in our quest for the infinite.
25005      Branch: maint-5.6/perl
25006            ! lib/Math/Complex.pm
25007 ____________________________________________________________________________
25008 [  9005] By: jhi                                   on 2001/03/03  17:55:50
25009         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
25010      Branch: maint-5.6/perl
25011            ! doio.c
25012 ____________________________________________________________________________
25013 [  9004] By: jhi                                   on 2001/03/03  17:40:14
25014         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
25015              so that picky compilers like IRIX won't get huffy about
25016              "statements without effect" (like 1;).
25017      Branch: perl
25018            ! toke.c
25019 ____________________________________________________________________________
25020 [  9003] By: jhi                                   on 2001/03/03  17:15:52
25021         Log: Integrate change #9002 from mainline to maintperl.
25022              
25023              Subject: [perl-5.6.x, perl-current] accept for EPOC
25024      Branch: maint-5.6/perl
25025           !> pp_sys.c
25026 ____________________________________________________________________________
25027 [  9002] By: jhi                                   on 2001/03/03  17:14:30
25028         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
25029              From: Olaf Flebbe <O.Flebbe@science-computing.de>
25030              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
25031              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
25032      Branch: perl
25033            ! pp_sys.c
25034 ____________________________________________________________________________
25035 [  9001] By: jhi                                   on 2001/03/03  17:13:13
25036         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
25037              From: "Craig A. Berry" <craigberry@mac.com>
25038              Date: Fri, 02 Mar 2001 17:44:40 -0600
25039              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
25040      Branch: perl
25041            ! t/pod/find.t
25042 ____________________________________________________________________________
25043 [  9000] By: jhi                                   on 2001/03/03  17:11:55
25044         Log: Integrate changes #8997,8999 from maintperl.
25045              
25046              Subject: [PATCH 5.6.1] compiling on OS/2
25047              (Better error message from hints/os2.sh)
25048              
25049              Subject: [PATCH 5.6.1] syslog.t
25050      Branch: perl
25051           !> hints/os2.sh t/lib/syslog.t
25052 ____________________________________________________________________________
25053 [  8999] By: jhi                                   on 2001/03/03  17:09:28
25054         Log: Subject: [PATCH 5.6.1] syslog.t
25055              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25056              Date: Sat, 3 Mar 2001 02:11:17 -0500
25057              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
25058      Branch: maint-5.6/perl
25059            ! t/lib/syslog.t
25060 ____________________________________________________________________________
25061 [  8998] By: jhi                                   on 2001/03/03  17:07:50
25062         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
25063              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25064              Date: Sat, 3 Mar 2001 01:53:52 -0500
25065              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
25066      Branch: maint-5.6/perl
25067            ! opcode.pl os2/os2.c
25068 ____________________________________________________________________________
25069 [  8997] By: jhi                                   on 2001/03/03  17:03:30
25070         Log: Subject: [PATCH 5.6.1] compiling on OS/2
25071              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25072              Date: Sat, 3 Mar 2001 01:59:59 -0500
25073              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
25074      Branch: maint-5.6/perl
25075            ! hints/os2.sh
25076 ____________________________________________________________________________
25077 [  8996] By: jhi                                   on 2001/03/03  00:55:58
25078         Log: Regen files for mainline.
25079      Branch: perl
25080            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25081            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
25082 ____________________________________________________________________________
25083 [  8995] By: jhi                                   on 2001/03/03  00:35:22
25084         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
25085              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
25086              to maintperl.
25087              
25088              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
25089              
25090              Add Configure option -Dmksymlinks which will create a symlink
25091              forest if the current/build differs from the source directory.
25092              (8218,8220,8221,8317,8318,8971)
25093              
25094              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
25095              (Document APPLLIB_EXP in INSTALL.)
25096              
25097              If running byacc write-enable also perly.h.
25098              
25099              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
25100              
25101              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
25102              
25103              Sanity check for conflicting thread flavours.
25104              
25105              Fix the sys/fcntl.h problem reported by Peter Prymmer.
25106              
25107              Add few CPUs/architectures to the Cppsym scan,
25108              add -perlio to archname if so selected (modified 8890)
25109              
25110              Be more helpful for devel builders, suggested by John L. Allen.
25111              (admittedly pointless change for maintperl, but the usedevel
25112              code is there already)
25113      Branch: maint-5.6/perl
25114           !> Configure INSTALL Makefile.SH Porting/Glossary
25115           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
25116           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
25117           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
25118           !> win32/config.bc win32/config.gc win32/config.vc
25119 ____________________________________________________________________________
25120 [  8994] By: jhi                                   on 2001/03/02  23:31:41
25121         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
25122      Branch: metaconfig/U/perl
25123            ! gccvers.U
25124 ____________________________________________________________________________
25125 [  8993] By: jhi                                   on 2001/03/02  23:22:12
25126         Log: Regenerate various files for maint.
25127      Branch: maint-5.6/perl
25128            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
25129            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
25130 ____________________________________________________________________________
25131 [  8992] By: alanbur                               on 2001/03/02  22:48:34
25132         Log: Resync wuth parent
25133      Branch: maint-5.6/pureperl
25134           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
25135           !> (integrate 60 files)
25136 ____________________________________________________________________________
25137 [  8991] By: jhi                                   on 2001/03/02  21:00:08
25138         Log: Retract the #8742 part of #8986, backward compat.
25139      Branch: maint-5.6/perl
25140            ! embed.pl
25141 ____________________________________________________________________________
25142 [  8990] By: jhi                                   on 2001/03/02  20:40:07
25143         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
25144      Branch: maint-5.6/perl
25145            ! hv.c
25146 ____________________________________________________________________________
25147 [  8989] By: jhi                                   on 2001/03/02  19:59:56
25148         Log: Update Changes.
25149      Branch: perl
25150            ! Changes patchlevel.h
25151 ____________________________________________________________________________
25152 [  8988] By: jhi                                   on 2001/03/02  19:57:08
25153         Log: Integrate perlio.
25154      Branch: perl
25155           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
25156           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
25157           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
25158           !> ext/Encode/Encode/iso8859-10.ucm
25159           !> ext/Encode/Encode/iso8859-13.ucm
25160           !> ext/Encode/Encode/iso8859-14.ucm
25161           !> ext/Encode/Encode/iso8859-15.ucm
25162           !> ext/Encode/Encode/iso8859-16.ucm
25163           !> ext/Encode/Encode/iso8859-2.ucm
25164           !> ext/Encode/Encode/iso8859-3.ucm
25165           !> ext/Encode/Encode/iso8859-4.ucm
25166           !> ext/Encode/Encode/iso8859-5.ucm
25167           !> ext/Encode/Encode/iso8859-6.ucm
25168           !> ext/Encode/Encode/iso8859-7.ucm
25169           !> ext/Encode/Encode/iso8859-8.ucm
25170           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
25171           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
25172 ____________________________________________________________________________
25173 [  8987] By: jhi                                   on 2001/03/02  19:43:40
25174         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
25175              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
25176              8950,8952,8955 from mainline to maintperl.
25177              
25178              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
25179              
25180              Put to rest the 20010205.001, the email address checking (not) regex.
25181              
25182              fork() not everywhere, cleanup temp files.
25183              
25184              The #8843 wasn't quite right: %Config needs to imported.
25185              
25186              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
25187              (#8849: the glob-basic hunk needed massaging as it depended
25188              on Schwern's large-scale (unintegrated) patches)
25189              
25190              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
25191              
25192              Upgrade to CGI.pm 2.752, from Lincoln Stein.
25193              (Note: there were some conflicts due to EBCDIC and EPOC
25194              patches, in general I preferred the repository code.)
25195              (When 2.753 comes out, we need to synchronize.)
25196              
25197              Subject: [PATCH] fix for charnames above FFFF
25198              
25199              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
25200              
25201              If no sfio, no -lsfio.
25202              
25203              Run run/*.t also in minitest.
25204              
25205              Subject:  [PATCH perl 5.7.0] malloc message address offset
25206              
25207              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
25208              
25209              Subject: fix for parameter -Dm (for perl@8867)
25210              
25211              Subject: [PATCH: perl@8892] was Re: hashing order difference?
25212              (make the test more portable)
25213              
25214              Subject: Re: [PATCH] fix for charnames above FFFF
25215              
25216              Subject: Re: I'm losing the war...
25217              (hv_store() not working correctly in ENV_IS_CASELESS case.)
25218              
25219              Subject: Modified README.bs2000 
25220              
25221              Subject: [PATCH: perl@8935] -Dt padsv($var)
25222              
25223              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
25224              
25225              Subject: PATCH: extra tests to check on negative float to unsigned cast
25226              
25227              Subject: [PATCH] XPUSH[insp] was Re: progress
25228              
25229              Subject: Re: Compile with perlcc..
25230      Branch: maint-5.6/perl
25231           !> (integrate 36 files)
25232 ____________________________________________________________________________
25233 [  8986] By: jhi                                   on 2001/03/02  18:51:25
25234         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
25235              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
25236              to maintperl.
25237              
25238              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
25239              
25240              Subject: [DOC PATCH] overload.pm nits
25241              
25242              Add header for LIB$ prototypes (C. Berry)
25243              
25244              Convert fwrite()s to sockets to write()s, since some socket stacks
25245              don't take kindly to stdio.
25246              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
25247              (for often optional LNMs)
25248              Correct a few typos
25249              (C. Bailey)
25250              
25251              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
25252              
25253              De-cut-and-pasto.
25254              
25255              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
25256              
25257              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
25258              
25259              Upgrade to CPAN 1.59_54, from Andreas König.
25260              
25261              Bogus shebang.
25262              
25263              Subject: [PATCH] Document makepatch in Porting/patching
25264              
25265              UTF-8 documentation.
25266              
25267              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
25268              
25269              Sort the MANIFEST.
25270              
25271              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
25272              
25273              Subject: [PATCH @8807] toke.c cleanup: scan_str()
25274              
25275              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
25276              
25277              Add run/*.t to testables.
25278              
25279              TODO: integrate #8784.
25280      Branch: maint-5.6/perl
25281           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
25282           !> (integrate 28 files)
25283 ____________________________________________________________________________
25284 [  8985] By: nick                                  on 2001/03/02  18:15:45
25285         Log: Integrate mainline
25286      Branch: perlio
25287           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
25288           !> vms/vms.c
25289 ____________________________________________________________________________
25290 [  8984] By: jhi                                   on 2001/03/02  16:00:17
25291         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
25292              
25293              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
25294              5.004_05, and mention the suidperl August 2000 security problem.
25295              (#8978,#8981)
25296              
25297              Subject: [ID 20010301.004] Technically speaking in perldata
25298              
25299              Subject: [PATCH] File::Copy for bleadperl, maintperl
25300              
25301              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
25302              
25303              (The #8982, fix for 20010221.005 and 20010221.008,
25304              would be nice too but it didn't integrate cleanly.)
25305      Branch: maint-5.6/perl
25306           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
25307 ____________________________________________________________________________
25308 [  8983] By: jhi                                   on 2001/03/02  15:51:16
25309         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
25310              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
25311              Date:     Thu, 1 Mar 2001 15:54:09 EST
25312              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
25313      Branch: perl
25314            ! vms/vms.c
25315 ____________________________________________________________________________
25316 [  8982] By: jhi                                   on 2001/03/02  15:43:31
25317         Log: Subject: Re: sync sync sync: have I missed any patches?
25318              From: Radu Greab <radu@netsoft.ro> 
25319              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
25320              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
25321              
25322              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
25323              was checking argv[0] regardless of whether a different pathname
25324              will actually be executed."  Test case not supplied because 
25325              drafting that, ironically enough, revealed another bug
25326              (or a feature).
25327      Branch: perl
25328            ! doio.c
25329 ____________________________________________________________________________
25330 [  8981] By: jhi                                   on 2001/03/02  15:28:03
25331         Log: Misdate in #8978.
25332      Branch: perl
25333            ! pod/perlfaq1.pod
25334 ____________________________________________________________________________
25335 [  8980] By: jhi                                   on 2001/03/02  15:24:20
25336         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
25337              From: Chris Nandor <pudge@pobox.com>
25338              Date: Wed, 28 Feb 2001 22:10:15 -0500
25339              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
25340      Branch: perl
25341            ! lib/File/Copy.pm
25342 ____________________________________________________________________________
25343 [  8979] By: jhi                                   on 2001/03/02  15:17:16
25344         Log: Subject: [ID 20010301.004] Technically speaking in perldata
25345              From: abela@geneanet.org
25346              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
25347              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
25348      Branch: perl
25349            ! pod/perldata.pod
25350 ____________________________________________________________________________
25351 [  8978] By: jhi                                   on 2001/03/02  15:15:27
25352         Log: Subject: [ID 20010301.003] ref to 5.004
25353              From: abela@geneanet.org
25354              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
25355              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
25356              
25357              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
25358              and mention the suidperl August 2000 security problem.
25359      Branch: perl
25360            ! pod/perlfaq1.pod
25361 ____________________________________________________________________________
25362 [  8977] By: alanbur                               on 2001/03/02  14:17:45
25363         Log: Resynchronised with parent
25364      Branch: maint-5.6/pureperl
25365           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
25366           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
25367           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
25368           !> vms/descrip_mms.template win32/win32.c win32/win32.h
25369           !> win32/win32iop.h
25370 ____________________________________________________________________________
25371 [  8976] By: nick                                  on 2001/03/01  23:25:30
25372         Log: Integrate mainline.
25373      Branch: perlio
25374            - t/op/qu.t
25375           !> (integrate 55 files)
25376 ____________________________________________________________________________
25377 [  8975] By: jhi                                   on 2001/03/01  16:51:34
25378         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
25379      Branch: perl
25380           !> toke.c
25381 ____________________________________________________________________________
25382 [  8974] By: gsar                                  on 2001/03/01  16:28:21
25383         Log: fix for bugid 20010226.008
25384              
25385              the problem was that some of the pointers (PL_last_lop and
25386              PL_last_uni specifically) into the lex buffers weren't correctly
25387              being invalidated when the buffer changed; this would leave the
25388              pointers pointing at an arbitrary location in the buffer if
25389              the buffer didn't need to be reallocated, or point into freed
25390              memory if the buffer had to be realloced
25391              
25392              TODO item for bugdb maintainers: check other seemingly random
25393              parser-related bugs--they might be cured by this
25394      Branch: maint-5.6/perl
25395            ! toke.c
25396 ____________________________________________________________________________
25397 [  8973] By: jhi                                   on 2001/03/01  02:23:25
25398         Log: Retract #8970 because of a completely mysterious core dump:
25399              adding the tests 241..244 causes op/pat dump core at test #25.
25400              The test needs a lot of whittling down before the bug can be solved.
25401      Branch: perl
25402            ! t/op/pat.t
25403 ____________________________________________________________________________
25404 [  8972] By: jhi                                   on 2001/03/01  01:58:38
25405         Log: Regen perlapi.
25406      Branch: perl
25407            ! pod/perlapi.pod
25408 ____________________________________________________________________________
25409 [  8971] By: jhi                                   on 2001/03/01  01:34:09
25410         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))
25411              From: Nicholas Clark <nick@ccl4.org>
25412              Date: Wed, 28 Feb 2001 23:28:49 +0000
25413              Message-ID: <20010228232849.A55187@plum.flirble.org>
25414              
25415              Allow a completely write protected source code tree
25416              when using the Configure -Dmksymlinks.
25417      Branch: perl
25418            ! embed.pl warnings.pl
25419 ____________________________________________________________________________
25420 [  8970] By: jhi                                   on 2001/03/01  01:32:04
25421         Log: Add back the EBCDIC character range tests (for matching).
25422      Branch: perl
25423            ! t/op/pat.t
25424 ____________________________________________________________________________
25425 [  8969] By: nick                                  on 2001/02/28  18:18:01
25426         Log: Add charname comments to .ucm files writen by 'compile',
25427              also order charmaps in those files by source encoding.
25428              regenerate distrubuted .ucm files
25429      Branch: perlio
25430            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
25431            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
25432            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
25433            ! ext/Encode/Encode/iso8859-10.ucm
25434            ! ext/Encode/Encode/iso8859-13.ucm
25435            ! ext/Encode/Encode/iso8859-14.ucm
25436            ! ext/Encode/Encode/iso8859-15.ucm
25437            ! ext/Encode/Encode/iso8859-16.ucm
25438            ! ext/Encode/Encode/iso8859-2.ucm
25439            ! ext/Encode/Encode/iso8859-3.ucm
25440            ! ext/Encode/Encode/iso8859-4.ucm
25441            ! ext/Encode/Encode/iso8859-5.ucm
25442            ! ext/Encode/Encode/iso8859-6.ucm
25443            ! ext/Encode/Encode/iso8859-7.ucm
25444            ! ext/Encode/Encode/iso8859-8.ucm
25445            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
25446            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
25447 ____________________________________________________________________________
25448 [  8968] By: jhi                                   on 2001/02/28  16:26:37
25449         Log: Expand usemorebits early if d_casti32 needs to be undefined.
25450      Branch: perl
25451            ! hints/hpux.sh hints/irix_6.sh
25452 ____________________________________________________________________________
25453 [  8967] By: jhi                                   on 2001/02/28  16:22:26
25454         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
25455              retract toke.c/qu parts of #8583, retract #8485, retract
25456              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
25457              op/length.t, and MANIFEST, and delete t/op/qu.t.
25458      Branch: perl
25459            - t/op/qu.t
25460            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
25461            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
25462            ! t/op/length.t toke.c
25463 ____________________________________________________________________________
25464 [  8966] By: jhi                                   on 2001/02/28  15:00:27
25465         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
25466              by not changing from pre-Unicode days into being Unicode-aware.
25467              Sniff.
25468      Branch: perl
25469            ! pp.c t/op/pack.t t/op/qu.t
25470 ____________________________________________________________________________
25471 [  8965] By: jhi                                   on 2001/02/28  14:37:55
25472         Log: Subject: Re: Errors in core PODs
25473              From: Michael Stevens <michael@etla.org> 
25474              Date: Fri, 23 Feb 2001 15:47:56 +0000
25475              Message-ID: <20010223154756.A7723@firedrake.org> 
25476      Branch: perl
25477            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
25478            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
25479            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
25480            ! x2p/a2p.pod
25481 ____________________________________________________________________________
25482 [  8964] By: jhi                                   on 2001/02/28  14:35:35
25483         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
25484              (The #8961 was too bold.)
25485      Branch: perl
25486            ! hints/hpux.sh hints/irix_6.sh
25487 ____________________________________________________________________________
25488 [  8963] By: jhi                                   on 2001/02/28  14:33:39
25489         Log: Subject: Re: sync sync sync: have I missed any patches?
25490              From: Tim Jenness <t.jenness@jach.hawaii.edu>
25491              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
25492              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
25493              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
25494              
25495              Replace djSP with dSP.
25496      Branch: perl
25497            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
25498            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
25499            ! win32/perlhost.h
25500 ____________________________________________________________________________
25501 [  8962] By: jhi                                   on 2001/02/27  23:21:14
25502         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
25503      Branch: perl
25504            ! lib/Filter/Simple.pm
25505 ____________________________________________________________________________
25506 [  8961] By: jhi                                   on 2001/02/27  22:55:26
25507         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
25508              and this would be it.
25509      Branch: perl
25510            ! hints/hpux.sh hints/irix_6.sh
25511 ____________________________________________________________________________
25512 [  8960] By: jhi                                   on 2001/02/27  22:51:33
25513         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
25514              From: "Craig A. Berry" <craigberry@mac.com>
25515              Date: Tue, 27 Feb 2001 16:11:44 -0600
25516              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
25517      Branch: maint-5.6/perl
25518            ! configure.com vms/descrip_mms.template
25519 ____________________________________________________________________________
25520 [  8959] By: jhi                                   on 2001/02/27  22:47:23
25521         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
25522              From: "Craig A. Berry" <craigberry@mac.com>
25523              Date: Tue, 27 Feb 2001 16:11:44 -0600
25524              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
25525      Branch: perl
25526            ! configure.com vms/descrip_mms.template
25527 ____________________________________________________________________________
25528 [  8958] By: jhi                                   on 2001/02/27  15:16:42
25529         Log: Update Changes.
25530      Branch: perl
25531            ! Changes patchlevel.h
25532 ____________________________________________________________________________
25533 [  8957] By: jhi                                   on 2001/02/27  06:15:07
25534         Log: Subject: [5.6.x] EPOC additions
25535              From: Olaf Flebbe <O.Flebbe@science-computing.de>
25536              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
25537              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
25538      Branch: maint-5.6/perl
25539            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
25540 ____________________________________________________________________________
25541 [  8956] By: jhi                                   on 2001/02/27  06:12:11
25542         Log: Subject: [perl-current] EPOC 
25543              From: Olaf Flebbe <O.Flebbe@science-computing.de>
25544              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
25545              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
25546      Branch: perl
25547            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
25548            ! epoc/epocish.c epoc/epocish.h pp_sys.c
25549 ____________________________________________________________________________
25550 [  8955] By: jhi                                   on 2001/02/27  05:59:50
25551         Log: Subject: Re: Compile with perlcc..
25552              From: Edward Peschko <edwardp@excitehome.net>
25553              Date: Mon, 26 Feb 2001 18:51:58 -0800
25554              Message-ID: <20010226185158.A9871@excitehome.net>
25555              
25556              plus add a simple usage message if no arguments given.
25557      Branch: perl
25558            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
25559            ! utils/Makefile utils/perlcc.PL win32/pod.mak
25560 ____________________________________________________________________________
25561 [  8954] By: nick                                  on 2001/02/26  21:02:59
25562         Log: Integrate mainline
25563      Branch: perlio
25564           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
25565           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
25566           !> t/op/sprintf.t
25567 ____________________________________________________________________________
25568 [  8953] By: jhi                                   on 2001/02/26  14:43:54
25569         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
25570              From: Nicholas Clark <nick@ccl4.org>
25571              Date: Mon, 26 Feb 2001 00:42:07 +0000
25572              Message-ID: <20010226004207.F23333@plum.flirble.org>
25573      Branch: perl
25574            ! pp_ctl.c
25575 ____________________________________________________________________________
25576 [  8952] By: jhi                                   on 2001/02/26  14:42:13
25577         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
25578              From: Simon Cozens <simon@netthink.co.uk>
25579              Date: Mon, 26 Feb 2001 12:23:48 +0000
25580              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
25581      Branch: perl
25582            ! pod/perlguts.pod
25583 ____________________________________________________________________________
25584 [  8951] By: jhi                                   on 2001/02/26  14:39:15
25585         Log: Subject: [PATCH] perlio - unknown layer
25586              From: Nicholas Clark <nick@ccl4.org>
25587              Date: Mon, 26 Feb 2001 00:27:19 +0000
25588              Message-ID: <20010226002719.E23333@plum.flirble.org>
25589      Branch: perl
25590            ! perlio.c
25591 ____________________________________________________________________________
25592 [  8950] By: jhi                                   on 2001/02/26  14:38:04
25593         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
25594              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
25595              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
25596              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
25597      Branch: perl
25598            ! t/op/bop.t
25599 ____________________________________________________________________________
25600 [  8949] By: jhi                                   on 2001/02/26  14:37:07
25601         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
25602              From: Peter Prymmer <pvhp@forte.com>
25603              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
25604              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
25605      Branch: perl
25606            ! lib/Test.pm
25607 ____________________________________________________________________________
25608 [  8948] By: jhi                                   on 2001/02/26  14:35:53
25609         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
25610              From: Radu Greab <radu@netsoft.ro>
25611              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
25612              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
25613      Branch: perl
25614            ! pod/perlop.pod
25615 ____________________________________________________________________________
25616 [  8947] By: jhi                                   on 2001/02/26  14:34:46
25617         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
25618              From: David Mitchell <davem@fdgroup.co.uk>
25619              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
25620              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
25621      Branch: perl
25622            ! run.c
25623 ____________________________________________________________________________
25624 [  8946] By: jhi                                   on 2001/02/26  14:32:37
25625         Log: Subject: Modified README.bs2000 
25626              From: Dorner Thomas <Thomas.Dorner@start.de>
25627              Date: Mon, 26 Feb 2001 09:22:17 +0100
25628              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
25629      Branch: perl
25630            ! README.bs2000
25631 ____________________________________________________________________________
25632 [  8945] By: jhi                                   on 2001/02/26  14:19:53
25633         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
25634              to maintperl, listing the known failures on the tests 129 and 130.
25635      Branch: maint-5.6/perl
25636           !> t/op/sprintf.t
25637 ____________________________________________________________________________
25638 [  8944] By: jhi                                   on 2001/02/26  14:14:15
25639         Log: Add more known sprintf failures.
25640      Branch: perl
25641            ! t/op/sprintf.t
25642 ____________________________________________________________________________
25643 [  8943] By: jhi                                   on 2001/02/26  13:56:22
25644         Log: perlglob.exe needs to be found in Win32, patch from
25645              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
25646              which needs external glob at mini-perl time."
25647      Branch: perl
25648            ! ext/Encode/compile
25649 ____________________________________________________________________________
25650 [  8942] By: jhi                                   on 2001/02/26  13:52:19
25651         Log: A missing dTHX from Vadim Konovalov.
25652      Branch: perl
25653            ! perlio.c
25654 ____________________________________________________________________________
25655 [  8941] By: jhi                                   on 2001/02/26  13:37:05
25656         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
25657      Branch: perl
25658            ! op.c
25659 ____________________________________________________________________________
25660 [  8940] By: jhi                                   on 2001/02/26  13:35:40
25661         Log: Integrate perlio.
25662      Branch: perl
25663           !> ext/Encode/Encode.pm
25664 ____________________________________________________________________________
25665 [  8939] By: nick                                  on 2001/02/25  23:47:09
25666         Log: Integrate mainline.
25667      Branch: perlio
25668           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
25669           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
25670 ____________________________________________________________________________
25671 [  8938] By: nick                                  on 2001/02/25  19:36:28
25672         Log: Encode implementations docs.
25673      Branch: perlio
25674            ! ext/Encode/Encode.pm
25675 ____________________________________________________________________________
25676 [  8937] By: jhi                                   on 2001/02/25  19:26:16
25677         Log: Script wasn't aligned with reality.
25678      Branch: perl
25679            ! t/pod/find.t
25680 ____________________________________________________________________________
25681 [  8936] By: jhi                                   on 2001/02/25  18:54:55
25682         Log: Update Changes.
25683      Branch: perl
25684            ! Changes patchlevel.h
25685 ____________________________________________________________________________
25686 [  8935] By: jhi                                   on 2001/02/25  18:46:36
25687         Log: Retract #8929,8930,8932,8933 for now.
25688      Branch: perl
25689            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
25690 ____________________________________________________________________________
25691 [  8934] By: jhi                                   on 2001/02/25  17:34:35
25692         Log: Integrate perlio.
25693      Branch: perl
25694           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
25695           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
25696           !> t/lib/encode.t
25697 ____________________________________________________________________________
25698 [  8933] By: jhi                                   on 2001/02/25  17:33:12
25699         Log: (Retracted by #8395.)
25700              
25701              Slight tweaks in scan_const(), not fixes yet, it seems like
25702              lots of work remains to be done...
25703      Branch: perl
25704            ! toke.c
25705 ____________________________________________________________________________
25706 [  8932] By: jhi                                   on 2001/02/25  17:27:11
25707         Log: (Retracted by #8395.)
25708              
25709              Missing from #8930.
25710      Branch: perl
25711            ! perl.h
25712 ____________________________________________________________________________
25713 [  8931] By: jhi                                   on 2001/02/25  17:26:19
25714         Log: A comment tweak.
25715      Branch: perl
25716            ! utf8.c
25717 ____________________________________________________________________________
25718 [  8930] By: jhi                                   on 2001/02/25  17:25:47
25719         Log: (Retracted by #8395.)
25720              
25721              Attempt to fix the EBCDIC character range problwm with //.
25722      Branch: perl
25723            ! regcomp.c
25724 ____________________________________________________________________________
25725 [  8929] By: jhi                                   on 2001/02/25  17:23:45
25726         Log: (Retracted by #8395.)
25727              
25728              Expand the EBCDIC character range tests, and add few nasty
25729              tr tests from Karsten Sperling.
25730      Branch: perl
25731            ! t/op/pat.t t/op/tr.t
25732 ____________________________________________________________________________
25733 [  8928] By: jhi                                   on 2001/02/25  17:18:49
25734         Log: Missing check-in.
25735      Branch: perl
25736            ! lib/Pod/Find.pm
25737 ____________________________________________________________________________
25738 [  8927] By: nick                                  on 2001/02/25  11:30:22
25739         Log: Change method names in Encode implementation classes to something
25740              less confusing (preparing to "go public").
25741      Branch: perlio
25742            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
25743 ____________________________________________________________________________
25744 [  8926] By: nick                                  on 2001/02/25  10:53:24
25745         Log: GCC __atribute__ / printf fix
25746      Branch: perlio
25747            ! perl.h
25748 ____________________________________________________________________________
25749 [  8925] By: nick                                  on 2001/02/25  10:52:25
25750         Log: Checked in the wrong one ...
25751      Branch: perlio
25752            ! ext/Encode/Encode.pm
25753 ____________________________________________________________________________
25754 [  8924] By: nick                                  on 2001/02/24  18:46:51
25755         Log: Integrate mainline - to see what Jarkko has in ...
25756      Branch: perlio
25757           +> t/pod/testpods/lib/Pod/Stuff.pm
25758           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
25759 ____________________________________________________________________________
25760 [  8923] By: nick                                  on 2001/02/24  17:05:23
25761         Log: Encode API documentation nd tidy up.
25762              Minor additions to test.
25763              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
25764              Adds STRLEN to standard typemap.
25765      Branch: perlio
25766            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
25767            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
25768 ____________________________________________________________________________
25769 [  8922] By: jhi                                   on 2001/02/24  16:38:12
25770         Log: Add a test for the "character range should match in EBCDIC
25771              if specified using explicit numerics" bug found by Karsten
25772              Sperling.
25773      Branch: perl
25774            ! t/op/pat.t
25775 ____________________________________________________________________________
25776 [  8921] By: jhi                                   on 2001/02/24  16:30:16
25777         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
25778              From: schwern@pobox.com
25779              Date: Fri, 23 Feb 2001 03:21:37 -0500
25780              Message-ID: <20010223032137.A26022@magnonel.guild.net>
25781              
25782              plus Charles Lane's fixes, plus tweaks.
25783      Branch: perl
25784            + t/pod/testpods/lib/Pod/Stuff.pm
25785            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
25786 ____________________________________________________________________________
25787 [  8920] By: nick                                  on 2001/02/24  10:30:11
25788         Log: Integrate mainline
25789      Branch: perlio
25790           !> (integrate 33 files)
25791 ____________________________________________________________________________
25792 [  8919] By: jhi                                   on 2001/02/24  00:23:35
25793         Log: Subject: Re: I'm losing the war...
25794              From: "Vadim Konovalov" <watman@inbox.ru>
25795              Date: Sat, 24 Feb 2001 00:10:14 +0300
25796              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
25797              
25798              hv_store() not working correctly in ENV_IS_CASELESS case.
25799      Branch: perl
25800            ! hv.c
25801 ____________________________________________________________________________
25802 [  8918] By: jhi                                   on 2001/02/24  00:20:09
25803         Log: Subject: Re: [PATCH] fix for charnames above FFFF
25804              From: andreas.koenig@anima.de (Andreas J. Koenig)
25805              Date: 23 Feb 2001 02:39:03 +0100
25806              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
25807              
25808              A further efficiency tweak.
25809      Branch: perl
25810            ! lib/charnames.pm
25811 ____________________________________________________________________________
25812 [  8917] By: jhi                                   on 2001/02/23  20:27:51
25813         Log: Integrate change #8916 from mainline,
25814              do away with USE_WIN32_RTL_ENV.
25815      Branch: maint-5.6/perl
25816           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
25817 ____________________________________________________________________________
25818 [  8916] By: jhi                                   on 2001/02/23  20:02:25
25819         Log: Abolish USE_WIN32_RTL_ENV.
25820      Branch: perl
25821            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
25822 ____________________________________________________________________________
25823 [  8915] By: jhi                                   on 2001/02/23  19:36:00
25824         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
25825              later protected by some #define.
25826      Branch: perl
25827            ! gv.c
25828 ____________________________________________________________________________
25829 [  8914] By: jhi                                   on 2001/02/23  19:31:38
25830         Log: Retract #8902 for now, requested by Charles Lane, the correct
25831              fix will be something else.
25832      Branch: perl
25833            ! op.c
25834 ____________________________________________________________________________
25835 [  8913] By: jhi                                   on 2001/02/23  19:11:36
25836         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
25837              From: Peter Prymmer <pvhp@forte.com>
25838              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
25839              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
25840      Branch: perl
25841            ! t/op/lex_assign.t
25842 ____________________________________________________________________________
25843 [  8912] By: jhi                                   on 2001/02/23  18:38:20
25844         Log: Subject: [patch] perlio + useithreads
25845              From: Doug MacEachern <dougm@covalent.net>
25846              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
25847              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
25848              
25849              Gets things running but not complete.
25850      Branch: perl
25851            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
25852 ____________________________________________________________________________
25853 [  8911] By: jhi                                   on 2001/02/23  04:20:02
25854         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
25855              
25856              Duplicated environment freeing, File::Temp 0.12,
25857              op/append portability (EBCDIC) tweak.
25858      Branch: maint-5.6/perl
25859           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
25860           !> t/op/append.t
25861 ____________________________________________________________________________
25862 [  8910] By: jhi                                   on 2001/02/23  02:07:33
25863         Log: Integrate change #8909 from mainline, a better Borland
25864              putenv() workaround.
25865      Branch: maint-5.6/perl
25866           !> perl.c
25867 ____________________________________________________________________________
25868 [  8909] By: jhi                                   on 2001/02/23  02:05:46
25869         Log: A better workaround for Borland putenv() brokenness from Sarathy.
25870      Branch: perl
25871            ! perl.c
25872 ____________________________________________________________________________
25873 [  8908] By: jhi                                   on 2001/02/23  02:04:14
25874         Log: Subject: fix for parameter -Dm (for perl@8867)
25875              From: "Vadim Konovalov" <watman@inbox.ru>
25876              Date: Thu, 22 Feb 2001 17:30:12 +0300
25877              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
25878      Branch: perl
25879            ! perl.h
25880 ____________________________________________________________________________
25881 [  8907] By: jhi                                   on 2001/02/23  01:58:20
25882         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
25883              From: Peter Prymmer <pvhp@forte.com>
25884              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
25885              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
25886      Branch: perl
25887            ! t/op/append.t
25888 ____________________________________________________________________________
25889 [  8906] By: jhi                                   on 2001/02/23  01:48:34
25890         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
25891      Branch: perl
25892            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
25893 ____________________________________________________________________________
25894 [  8905] By: jhi                                   on 2001/02/23  01:43:30
25895         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
25896              From: Peter Prymmer <pvhp@forte.com>
25897              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
25898              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
25899      Branch: perl
25900            ! t/lib/st-06compat.t
25901 ____________________________________________________________________________
25902 [  8904] By: jhi                                   on 2001/02/23  01:42:39
25903         Log: Metaconfig unit change for #8903.
25904      Branch: metaconfig/U/perl
25905            ! Devel.U
25906 ____________________________________________________________________________
25907 [  8903] By: jhi                                   on 2001/02/23  01:42:12
25908         Log: Be more helpful for devel builders, suggested by John L. Allen.
25909      Branch: perl
25910            ! Configure
25911 ____________________________________________________________________________
25912 [  8902] By: jhi                                   on 2001/02/23  01:37:41
25913         Log: (Retracted by #8914)
25914              (Wrongly, reinstated by #8941)             
25915
25916              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
25917              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
25918              Date:     Thu, 22 Feb 2001 09:43:57 EST
25919              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
25920      Branch: perl
25921            ! op.c
25922 ____________________________________________________________________________
25923 [  8901] By: jhi                                   on 2001/02/23  01:20:32
25924         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
25925              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
25926              Date:     Thu, 22 Feb 2001 08:01:35 EST
25927              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
25928      Branch: perl
25929            ! malloc.c
25930 ____________________________________________________________________________
25931 [  8900] By: jhi                                   on 2001/02/23  01:18:02
25932         Log: Integrate changes #8898,8899 from mainline, environ handling.
25933      Branch: maint-5.6/perl
25934           !> perl.c
25935 ____________________________________________________________________________
25936 [  8899] By: jhi                                   on 2001/02/23  01:16:25
25937         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
25938              putenv() is not to be relied on, they are either broken or leaky
25939              or both.)
25940      Branch: perl
25941            ! perl.c
25942 ____________________________________________________________________________
25943 [  8898] By: jhi                                   on 2001/02/22  23:36:59
25944         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
25945              and safesysfree() must be used.
25946      Branch: perl
25947            ! perl.c
25948 ____________________________________________________________________________
25949 [  8897] By: jhi                                   on 2001/02/22  23:25:45
25950         Log: With environ one must use safesysmalloc()/safesysfree().
25951      Branch: perl
25952            ! perl.c
25953 ____________________________________________________________________________
25954 [  8896] By: jhi                                   on 2001/02/22  22:13:18
25955         Log: If we have a duplicated environment free it
25956              if PERL_DESTRUCT_LEVEL.
25957      Branch: perl
25958            ! perl.c
25959 ____________________________________________________________________________
25960 [  8895] By: alanbur                               on 2001/02/22  19:31:57
25961         Log: Synchronised with parent
25962      Branch: maint-5.6/pureperl
25963           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
25964 ____________________________________________________________________________
25965 [  8894] By: gsar                                  on 2001/02/22  19:06:18
25966         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
25967              
25968              fix memory leak in method call optimization (change#3768);
25969              made C<eval "$x->foo()"> leak
25970              
25971              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
25972      Branch: maint-5.6/perl
25973           !> op.c
25974 ____________________________________________________________________________
25975 [  8893] By: jhi                                   on 2001/02/22  18:35:27
25976         Log: (Retracted by #8915.)
25977              
25978              Third Degree finding:
25979              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
25980      Branch: perl
25981            ! gv.c
25982 ____________________________________________________________________________
25983 [  8892] By: jhi                                   on 2001/02/22  14:28:32
25984         Log: Update Changes.
25985      Branch: perl
25986            ! Changes patchlevel.h
25987 ____________________________________________________________________________
25988 [  8891] By: jhi                                   on 2001/02/22  13:22:45
25989         Log: Metaconfig unit changes for #8890.
25990      Branch: metaconfig
25991            ! U/modified/Cppsym.U U/threads/archname.U
25992 ____________________________________________________________________________
25993 [  8890] By: jhi                                   on 2001/02/22  13:22:12
25994         Log: Add -stdio to the archname if no perlio selected,
25995              no -perlio added since that is now the default.
25996              
25997              Add few CPUs/architectures to the Cppsym scan.
25998      Branch: perl
25999            ! Configure config_h.SH
26000 ____________________________________________________________________________
26001 [  8889] By: jhi                                   on 2001/02/22  13:05:59
26002         Log: Metaconfig unit change for #8888.
26003      Branch: metaconfig/U/perl
26004            ! useperlio.U
26005 ____________________________________________________________________________
26006 [  8888] By: jhi                                   on 2001/02/22  13:05:28
26007         Log: *drum roll*  Make perlio the default.
26008      Branch: perl
26009            ! Configure config_h.SH
26010 ____________________________________________________________________________
26011 [  8887] By: jhi                                   on 2001/02/22  12:50:52
26012         Log: Integrate change #8665 from maintperl to mainline,
26013              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
26014      Branch: perl
26015           !> ext/POSIX/POSIX.xs
26016 ____________________________________________________________________________
26017 [  8886] By: jhi                                   on 2001/02/22  12:49:24
26018         Log: Integrate changes #8883,8884 from mainline to maintperl.
26019              
26020              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
26021              Subject: Re: File::Temp::_gettemp warning
26022      Branch: maint-5.6/perl
26023           !> embed.h embed.pl lib/File/Temp.pm
26024 ____________________________________________________________________________
26025 [  8885] By: jhi                                   on 2001/02/22  12:43:59
26026         Log: Based on
26027              
26028              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
26029              From: schwab@suse.de
26030              Date: Thu, 22 Feb 2001 13:08:09 +0100
26031              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
26032              
26033              but the fix done slightly differently because the other
26034              half was already done in #8664.
26035      Branch: maint-5.6/perl
26036            ! ext/POSIX/POSIX.xs
26037 ____________________________________________________________________________
26038 [  8884] By: jhi                                   on 2001/02/22  12:37:15
26039         Log: Subject: Re: File::Temp::_gettemp warning
26040              From: Tim Jenness <t.jenness@jach.hawaii.edu>
26041              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
26042              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
26043              
26044              This patch to File::Temp does two things:
26045              
26046              1. Fixes the problem with CGI::Carp when determining
26047              the Fcntl constants
26048              
26049              2. Removes most of the carps and consolidates them so that all the
26050              reasons are included in a single die that is caught by the test. This
26051              means that the correct skipping behaviour is displayed by the test.
26052      Branch: perl
26053            ! lib/File/Temp.pm
26054 ____________________________________________________________________________
26055 [  8883] By: jhi                                   on 2001/02/22  12:29:19
26056         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
26057              From: Peter Prymmer <pvhp@forte.com>
26058              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
26059              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
26060      Branch: perl
26061            ! embed.h embed.pl
26062 ____________________________________________________________________________
26063 [  8882] By: jhi                                   on 2001/02/21  19:41:33
26064         Log: Integrate change #8881 from mainlin to maintperl.
26065              
26066              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
26067      Branch: maint-5.6/perl
26068           !> op.c
26069 ____________________________________________________________________________
26070 [  8881] By: jhi                                   on 2001/02/21  19:38:57
26071         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
26072              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
26073              Date:     Wed, 21 Feb 2001 13:08:03 EST
26074              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
26075      Branch: perl
26076            ! op.c
26077 ____________________________________________________________________________
26078 [  8880] By: jhi                                   on 2001/02/21  19:34:34
26079         Log: Retract #8875, cannot let go of the old semantics of unpack U
26080              without rethinking utf8decode.t.
26081      Branch: perl
26082            ! pp.c t/op/pack.t
26083 ____________________________________________________________________________
26084 [  8879] By: jhi                                   on 2001/02/21  19:08:02
26085         Log: Run run/*.t also in minitest.
26086      Branch: perl
26087            ! Makefile.SH
26088 ____________________________________________________________________________
26089 [  8878] By: nick                                  on 2001/02/21  18:55:37
26090         Log: Integrate mainline
26091      Branch: perlio
26092           !> (integrate 76 files)
26093 ____________________________________________________________________________
26094 [  8877] By: jhi                                   on 2001/02/21  15:09:33
26095         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
26096      Branch: metaconfig
26097            ! U/compline/nblock_io.U
26098      Branch: perl
26099            ! Configure config_h.SH
26100 ____________________________________________________________________________
26101 [  8876] By: jhi                                   on 2001/02/21  14:54:45
26102         Log: If no sfio, no -lsfio.
26103      Branch: metaconfig/U/perl
26104            ! d_sfio.U
26105      Branch: perl
26106            ! Configure config_h.SH
26107 ____________________________________________________________________________
26108 [  8875] By: jhi                                   on 2001/02/21  14:54:00
26109         Log: Make unpack C and unpack C truly equivalent.
26110      Branch: perl
26111            ! pp.c t/op/pack.t
26112 ____________________________________________________________________________
26113 [  8874] By: jhi                                   on 2001/02/21  14:26:02
26114         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
26115              From: Peter Prymmer <pvhp@forte.com>
26116              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
26117              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
26118      Branch: perl
26119            ! pod/perlport.pod
26120 ____________________________________________________________________________
26121 [  8873] By: jhi                                   on 2001/02/21  14:24:31
26122         Log: Subject: [PATCH] fix for charnames above FFFF
26123              From: andreas.koenig@anima.de (Andreas J. Koenig)
26124              Date: 21 Feb 2001 07:05:45 +0100
26125              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
26126      Branch: perl
26127            ! lib/charnames.pm t/lib/charnames.t
26128 ____________________________________________________________________________
26129 [  8872] By: jhi                                   on 2001/02/21  14:15:25
26130         Log: Integrate change #8868 from pureperl to mainline.
26131              
26132              Fixed reference count loop caused by sv_magic.
26133      Branch: perl
26134           !> sv.c
26135 ____________________________________________________________________________
26136 [  8871] By: jhi                                   on 2001/02/21  14:07:29
26137         Log: Integrate change #8868 from pureperl to maintperl.
26138              
26139              Fixed reference count loop caused by sv_magic.
26140      Branch: maint-5.6/perl
26141           !> sv.c
26142 ____________________________________________________________________________
26143 [  8870] By: jhi                                   on 2001/02/21  14:04:41
26144         Log: Put back the #8840, it was innocent.
26145      Branch: perl
26146            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
26147            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
26148 ____________________________________________________________________________
26149 [  8869] By: jhi                                   on 2001/02/21  14:00:03
26150         Log: unpack("C", ...) was left slightly unfinished by #8865.
26151      Branch: perl
26152            ! pp.c t/op/pack.t
26153 ____________________________________________________________________________
26154 [  8868] By: alanbur                               on 2001/02/21  01:33:45
26155         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
26156              from gv_fetchpv to create single-character magic variables (e.g. $!),
26157              and it is passed a sv and the gv that contains the sv as the mg_obj
26158              value.  When sv_magic stores the mg_obj pointer it increments the gv
26159              refcount, thus causing a sv-gv pair that can't be freed.  There is
26160              already a check for sv == obj which is used to prevent such reference
26161              loops.  This change extends the check to cover the case described above.
26162      Branch: maint-5.6/pureperl
26163            ! sv.c
26164 ____________________________________________________________________________
26165 [  8867] By: jhi                                   on 2001/02/21  00:52:39
26166         Log: Update Changes.
26167      Branch: perl
26168            ! Changes patchlevel.h
26169 ____________________________________________________________________________
26170 [  8866] By: jhi                                   on 2001/02/21  00:34:20
26171         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
26172              (Note: there were some conflicts due to EBCDIC and EPOC
26173              patches, in general I preferred the repository code.)
26174              (When 2.753 comes out, we need to synchronize.)
26175      Branch: perl
26176            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
26177            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
26178            ! t/lib/cgi-html.t
26179 ____________________________________________________________________________
26180 [  8865] By: jhi                                   on 2001/02/21  00:24:22
26181         Log: Make pack("C", 0x100) to create Unicode, unless under the
26182              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
26183              will understand Unicode, unless you under know what.
26184      Branch: perl
26185            ! pp.c t/op/pack.t t/op/qu.t
26186 ____________________________________________________________________________
26187 [  8864] By: alanbur                               on 2001/02/20  22:35:34
26188         Log: Resynchronised with parent
26189      Branch: maint-5.6/pureperl
26190           !> README.win32 ext/GDBM_File/GDBM_File.pm
26191           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
26192           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
26193           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
26194           !> t/lib/sdbm.t util.c
26195 ____________________________________________________________________________
26196 [  8863] By: jhi                                   on 2001/02/20  20:55:11
26197         Log: Integrate change #8860,8861 from mainline into maintperl.
26198              
26199              "pseudo-literal j"
26200              
26201              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
26202      Branch: maint-5.6/perl
26203           !> lib/Test.pm pod/perlop.pod
26204 ____________________________________________________________________________
26205 [  8862] By: jhi                                   on 2001/02/20  20:30:07
26206         Log: Don't do casting between pointers pointing to differently sized
26207              integers.
26208      Branch: perl
26209            ! hv.c sv.c
26210 ____________________________________________________________________________
26211 [  8861] By: jhi                                   on 2001/02/20  19:53:44
26212         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
26213              From: Peter Prymmer <pvhp@forte.com>
26214              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
26215              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
26216      Branch: perl
26217            ! lib/Test.pm
26218 ____________________________________________________________________________
26219 [  8860] By: jhi                                   on 2001/02/20  19:48:02
26220         Log: "pseudo-literal j", a documentation glitch reported to Debian.
26221              The text recovered from Perl 5.005_03, and pseudo-literal replaced
26222              by "backtick string".
26223      Branch: perl
26224            ! pod/perlop.pod
26225 ____________________________________________________________________________
26226 [  8859] By: jhi                                   on 2001/02/20  19:15:46
26227         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
26228              from Chris Nandor.
26229      Branch: perl
26230            ! makedef.pl
26231 ____________________________________________________________________________
26232 [  8858] By: jhi                                   on 2001/02/20  17:36:53
26233         Log: Integrate pureperl changes #8844,8845,8850 to mainline
26234              (via maintperl #8855).
26235              
26236              Fixed %^H scoping bug
26237              
26238              Removed GV <-> CV refcount loop
26239              
26240              Removed %ENV refcount loop
26241      Branch: perl
26242           !> gv.c op.c perl.c pp.c scope.c
26243 ____________________________________________________________________________
26244 [  8857] By: jhi                                   on 2001/02/20  17:34:32
26245         Log: Integrate changes #8853,8854 from maintperl to mainline.
26246              
26247              EBDIC fixes, README.win32 Borland update.
26248      Branch: perl
26249           !> README.win32 handy.h util.c
26250 ____________________________________________________________________________
26251 [  8856] By: jhi                                   on 2001/02/20  17:33:16
26252         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
26253      Branch: maint-5.6/perl
26254           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
26255           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
26256           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
26257 ____________________________________________________________________________
26258 [  8855] By: jhi                                   on 2001/02/20  17:32:13
26259         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
26260              
26261              Fixed %^H scoping bug
26262              
26263              Removed GV <-> CV refcount loop
26264              
26265              Removed %ENV refcount loop
26266      Branch: maint-5.6/perl
26267           !> gv.c op.c perl.c pp.c scope.c
26268 ____________________________________________________________________________
26269 [  8854] By: jhi                                   on 2001/02/20  17:25:06
26270         Log: Subject: Addition to readme.win32 for Borland C++ compilers
26271              Date: Tue, 20 Feb 2001 02:15:25 +0300
26272              From: "Vadim Konovalov" <watman@inbox.ru>
26273              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
26274              
26275              Document Borland compiler misbehaviour.
26276      Branch: maint-5.6/perl
26277            ! README.win32
26278 ____________________________________________________________________________
26279 [  8853] By: jhi                                   on 2001/02/20  17:22:25
26280         Log: The assimilation of ebcdic.c didn't quite work at the first try,
26281              patches from Thomas Dorner.
26282      Branch: maint-5.6/perl
26283            ! handy.h util.c
26284 ____________________________________________________________________________
26285 [  8852] By: jhi                                   on 2001/02/20  17:20:15
26286         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
26287              From: Chris Nandor <pudge@pobox.com>
26288              Date: Tue, 20 Feb 2001 08:32:45 -0500
26289              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
26290      Branch: maint-5.6/perl
26291            ! makedef.pl mg.c
26292 ____________________________________________________________________________
26293 [  8851] By: jhi                                   on 2001/02/20  17:15:52
26294         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
26295      Branch: perl
26296            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
26297            ! t/lib/filter-util.t
26298 ____________________________________________________________________________
26299 [  8850] By: alanbur                               on 2001/02/20  17:12:40
26300         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
26301              and the magic pointer points back to the GV that contains the
26302              %ENV hash.  This creates a refcount loop that prevents members
26303              of %ENV from being freed correctly.  This change removes the
26304              refcount loop - the magic pointer was never used anyway, the
26305              only use of the magic was to check the type ('E') so that the
26306              appropriate environment manipulation code is called when %ENV
26307              is modified.
26308      Branch: maint-5.6/pureperl
26309            ! perl.c
26310 ____________________________________________________________________________
26311 [  8849] By: jhi                                   on 2001/02/20  17:12:20
26312         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
26313              From: "Craig A. Berry" <craigberry@mac.com>
26314              Date: Mon, 19 Feb 2001 23:36:12 -0600
26315              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
26316              
26317              Case-forgiving systems match TestInit.pm with TES*.
26318      Branch: perl
26319            ! t/lib/glob-basic.t
26320 ____________________________________________________________________________
26321 [  8848] By: jhi                                   on 2001/02/20  17:10:02
26322         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
26323      Branch: perl
26324            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
26325            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
26326            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
26327 ____________________________________________________________________________
26328 [  8847] By: jhi                                   on 2001/02/20  15:34:41
26329         Log: The #8843 wasn't quite right: %Config needs to imported.
26330      Branch: perl
26331            ! t/run/runenv.t
26332 ____________________________________________________________________________
26333 [  8846] By: jhi                                   on 2001/02/20  15:31:50
26334         Log: Retract the #8838 and #8840 for now because of
26335              the DB_File tie problem.
26336      Branch: perl
26337            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
26338            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
26339            ! proto.h sv.c
26340 ____________________________________________________________________________
26341 [  8845] By: alanbur                               on 2001/02/20  14:25:41
26342         Log: Removed GV <-> CV refcount loop
26343              CvGV(mycv) points to the parent GV of the CV, and was previously
26344              refcounted.  The pointer remains, but the refcounting has been removed
26345              as it causes a refcount loop between the CV and GV that means the CV
26346              can't ever be deleted.
26347      Branch: maint-5.6/pureperl
26348            ! gv.c op.c pp.c
26349 ____________________________________________________________________________
26350 [  8844] By: alanbur                               on 2001/02/20  14:23:13
26351         Log: Fixed %^H scoping bug
26352      Branch: maint-5.6/pureperl
26353            ! scope.c
26354 ____________________________________________________________________________
26355 [  8843] By: jhi                                   on 2001/02/19  13:38:08
26356         Log: fork() not everywhere, cleanup temp files.
26357      Branch: perl
26358            ! t/run/runenv.t
26359 ____________________________________________________________________________
26360 [  8842] By: alanbur                               on 2001/02/19  12:42:07
26361         Log: Resynchronised with parent
26362      Branch: maint-5.6/pureperl
26363           !> pod/perlfaq4.pod sv.c utf8.c
26364 ____________________________________________________________________________
26365 [  8841] By: jhi                                   on 2001/02/19  03:35:51
26366         Log: Update Changes.
26367      Branch: perl
26368            ! Changes patchlevel.h
26369 ____________________________________________________________________________
26370 [  8840] By: jhi                                   on 2001/02/19  00:23:41
26371         Log: Subject: [patch] add sv_setref_uv
26372              From: Doug MacEachern <dougm@covalent.net>
26373              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
26374              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
26375      Branch: perl
26376            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
26377            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
26378 ____________________________________________________________________________
26379 [  8839] By: jhi                                   on 2001/02/19  00:01:38
26380         Log: Put to rest the 20010205.001, the email address checking (not) regex.
26381      Branch: perl
26382            ! pod/perlfaq9.pod
26383 ____________________________________________________________________________
26384 [  8838] By: jhi                                   on 2001/02/18  22:17:54
26385         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
26386              From: Doug MacEachern <dougm@covalent.net>
26387              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
26388              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
26389      Branch: perl
26390            ! lib/ExtUtils/xsubpp
26391 ____________________________________________________________________________
26392 [  8837] By: jhi                                   on 2001/02/18  22:16:50
26393         Log: Subject: [patch] -Wall cleanup round 2
26394              From: Doug MacEachern <dougm@covalent.net>
26395              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
26396              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
26397      Branch: perl
26398            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
26399            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
26400            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
26401            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
26402            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
26403            ! ext/SDBM_File/SDBM_File.xs
26404 ____________________________________________________________________________
26405 [  8836] By: jhi                                   on 2001/02/18  22:11:20
26406         Log: Misapplied regex optimizations when \C is present.
26407              Fixes 20001230.002.
26408              
26409              What still remains broken is that the submatches that
26410              have \C in them get their UTF8 flag on because their
26411              parent SV has it on.  This will result in malformed
26412              UTF8 if a \C happened to match a non-ASCII byte.
26413      Branch: perl
26414            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
26415            ! t/pragma/utf8.t
26416 ____________________________________________________________________________
26417 [  8835] By: jhi                                   on 2001/02/18  20:12:02
26418         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
26419              
26420              The hash key got wrongly UTF8fied.
26421      Branch: perl
26422            ! pod/perlapi.pod toke.c utf8.c
26423 ____________________________________________________________________________
26424 [  8834] By: jhi                                   on 2001/02/18  19:44:25
26425         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
26426              don't warn on magical or overloaded things.
26427      Branch: perl
26428            ! pp_hot.c
26429 ____________________________________________________________________________
26430 [  8833] By: nick                                  on 2001/02/18  19:31:22
26431         Log: Integrate mainline
26432      Branch: perlio
26433           +> t/TestInit.pm t/run/runenv.t
26434            - t/UTEST
26435           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
26436           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
26437           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
26438           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
26439           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
26440           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
26441           !> utf8.c
26442 ____________________________________________________________________________
26443 [  8832] By: jhi                                   on 2001/02/18  19:21:18
26444         Log: Integrate perlio.
26445      Branch: perl
26446           !> perlio.c pod/perldiag.pod
26447 ____________________________________________________________________________
26448 [  8831] By: jhi                                   on 2001/02/18  19:14:20
26449         Log: Integrate change #8827 from mainline.
26450              
26451              UTF8 tweaks.
26452      Branch: maint-5.6/perl
26453           !> sv.c utf8.c
26454 ____________________________________________________________________________
26455 [  8830] By: nick                                  on 2001/02/18  19:10:34
26456         Log: Apply the spirit of patch from Nick Clark:
26457              Subject: [PATCH] Re: extensions that provide layers
26458              From: Nicholas Clark <nick@ccl4.org>
26459              Date: Mon, 12 Feb 2001 16:43:51 +0000
26460              Message-Id: <20010212164350.Q3652@plum.flirble.org>
26461      Branch: perlio
26462            ! perlio.c pod/perldiag.pod
26463 ____________________________________________________________________________
26464 [  8829] By: jhi                                   on 2001/02/18  19:03:25
26465         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
26466              From: schwern@pobox.com 
26467              Date: Sun, 18 Feb 2001 13:44:35 -0500
26468              Message-ID: <20010218134435.A17544@magnonel.guild.net>
26469              
26470              Applied, but as t/TestInit.pm.
26471      Branch: perl
26472            + t/TestInit.pm
26473            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
26474            ! t/op/subst_wamp.t
26475 ____________________________________________________________________________
26476 [  8828] By: jhi                                   on 2001/02/18  18:43:52
26477         Log: Integrate perlio.
26478      Branch: perl
26479           !> perlio.c
26480 ____________________________________________________________________________
26481 [  8827] By: jhi                                   on 2001/02/18  18:41:33
26482         Log: UTF-8 tweaks.
26483      Branch: perl
26484            ! sv.c utf8.c
26485 ____________________________________________________________________________
26486 [  8826] By: nick                                  on 2001/02/18  17:40:59
26487         Log: Fix [ID 20010217.002]
26488              open FOO, "<:raw:perlio", ...
26489              :raw now inserts default base layer below itself.
26490              Also
26491              open FOO, "<:unix", ...
26492              works as well - but leaves buffer layer on stack under the unix layer.
26493      Branch: perlio
26494            ! perlio.c
26495 ____________________________________________________________________________
26496 [  8825] By: jhi                                   on 2001/02/18  17:15:39
26497         Log: Integrate perlio.
26498      Branch: perl
26499           !> perlio.c perliol.h
26500 ____________________________________________________________________________
26501 [  8824] By: jhi                                   on 2001/02/18  17:10:53
26502         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
26503              From: schwern@pobox.com
26504              Date: Sun, 18 Feb 2001 01:48:50 -0500
26505              Message-ID: <20010218014850.C19957@magnonel.guild.net>
26506      Branch: perl
26507            ! lib/Test/Harness.pm t/TEST t/op/chop.t
26508 ____________________________________________________________________________
26509 [  8823] By: jhi                                   on 2001/02/18  17:01:06
26510         Log: Add run/*.t to testables.
26511      Branch: perl
26512            ! t/TEST
26513 ____________________________________________________________________________
26514 [  8822] By: jhi                                   on 2001/02/18  16:58:58
26515         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
26516              From: schwern@pobox.com
26517              Date: Sun, 18 Feb 2001 01:11:35 -0500
26518              Message-ID: <20010218011135.A19957@magnonel.guild.net>
26519              
26520              Revive mjd's and Simon's PERL5OPT fix.
26521      Branch: perl
26522            + t/run/runenv.t
26523            ! MANIFEST perl.c
26524 ____________________________________________________________________________
26525 [  8821] By: jhi                                   on 2001/02/18  16:53:46
26526         Log: Subject: Re: Why t/TEST and not Test::Harness?
26527              From: schwern@pobox.com
26528              Date: Sat, 17 Feb 2001 22:44:44 -0500
26529              Message-ID: <20010217224444.A6679@magnonel.guild.net>
26530              
26531              Replace UTEST with TEST -utf8.
26532      Branch: perl
26533            - t/UTEST
26534            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
26535            ! t/lib/glob-basic.t
26536 ____________________________________________________________________________
26537 [  8820] By: nick                                  on 2001/02/18  13:06:16
26538         Log: Clean up a few core dumps when layers are used in unexpected ways.
26539              (Still not "right"...)
26540      Branch: perlio
26541            ! perlio.c perliol.h
26542 ____________________________________________________________________________
26543 [  8819] By: jhi                                   on 2001/02/18  02:25:55
26544         Log: Integrate change #8818 from maintperl, a FAQ nit.
26545      Branch: perl
26546           !> pod/perlfaq4.pod
26547 ____________________________________________________________________________
26548 [  8818] By: jhi                                   on 2001/02/18  02:24:50
26549         Log: FAQ nit from Chris Fedde.
26550      Branch: maint-5.6/perl
26551            ! pod/perlfaq4.pod
26552 ____________________________________________________________________________
26553 [  8817] By: nick                                  on 2001/02/17  18:20:14
26554         Log: Integrate mainline
26555      Branch: perlio
26556           +> lib/unicode/UCD.html lib/unicode/Unicode.html
26557           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
26558           +> pod/perlclib.pod
26559            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
26560            - lib/unicode/Unicode.301
26561           !> (integrate 324 files)
26562 ____________________________________________________________________________
26563 [  8816] By: jhi                                   on 2001/02/17  16:56:58
26564         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
26565      Branch: perl
26566            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
26567            ! ext/Storable/Storable.xs t/lib/st-06compat.t
26568            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
26569 ____________________________________________________________________________
26570 [  8815] By: jhi                                   on 2001/02/17  16:40:07
26571         Log: Subject: [patch] -Wall
26572              From: Doug MacEachern <dougm@covalent.net>
26573              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
26574              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
26575      Branch: perl
26576            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
26577            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
26578 ____________________________________________________________________________
26579 [  8814] By: jhi                                   on 2001/02/16  19:27:18
26580         Log: Document qu better.
26581      Branch: perl
26582            ! pod/perlop.pod
26583 ____________________________________________________________________________
26584 [  8813] By: jhi                                   on 2001/02/15  13:54:37
26585         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
26586              From: Hugo <hv@crypt.compulink.co.uk>
26587              Date: Thu, 15 Feb 2001 13:39:49 +0000
26588              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
26589      Branch: perl
26590            ! toke.c
26591 ____________________________________________________________________________
26592 [  8812] By: alanbur                               on 2001/02/15  13:52:16
26593         Log: Resynchronised with parent
26594      Branch: maint-5.6/pureperl
26595            - ebcdic.c
26596           !> (integrate 36 files)
26597 ____________________________________________________________________________
26598 [  8811] By: jhi                                   on 2001/02/15  13:51:16
26599         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
26600              
26601              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
26602              From: Jan Dubois <JanD@ActiveState.com>
26603              Date: Wed, 31 Jan 2001 21:17:03 -0800
26604              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
26605              
26606              tweak change#8659 to keep it simple
26607              
26608              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
26609              From: Russ Allbery <rra@stanford.edu>
26610              Date: 14 Feb 2001 10:15:41 -0800
26611              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
26612              
26613              (8809 empty)
26614
26615              Upgrade to podlators 1.08, from Russ Allbery.
26616      Branch: perl
26617           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
26618           !> utils/perldoc.PL
26619 ____________________________________________________________________________
26620 [  8810] By: jhi                                   on 2001/02/15  13:35:08
26621         Log: Upgrade to podlators 1.08, from Russ Allbery.
26622      Branch: maint-5.6/perl
26623            ! lib/Pod/Man.pm lib/Pod/Text.pm
26624 ____________________________________________________________________________
26625 [  8809] By: jhi                                   on 2001/02/15  13:26:38
26626         Log: (accidentally empty check-in)
26627      Branch: maint-5.6/perl
26628            ! lib/Test/Harness.pm
26629 ____________________________________________________________________________
26630 [  8808] By: jhi                                   on 2001/02/15  13:23:47
26631         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
26632              From: Russ Allbery <rra@stanford.edu>
26633              Date: 14 Feb 2001 10:15:41 -0800
26634              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
26635              
26636              perldoc was hardcoding $Config{installscript}, which breaks
26637              when install* isn't where Perl ends up (such as with AFS).
26638              
26639              Use $Config{scriptdir} instead.
26640      Branch: maint-5.6/perl
26641            ! utils/perldoc.PL
26642 ____________________________________________________________________________
26643 [  8807] By: jhi                                   on 2001/02/14  14:37:27
26644         Log: Update Changes.
26645      Branch: perl
26646            ! Changes patchlevel.h
26647 ____________________________________________________________________________
26648 [  8806] By: jhi                                   on 2001/02/14  14:25:31
26649         Log: Integrate changes #8803,8804,8805 from mainline.
26650              
26651              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
26652              
26653              Don't skip too much of the locale error message if no environ array,
26654              from Chris Nandor.
26655              
26656              More MacOS Classic fixes from Chris Nandor.
26657      Branch: maint-5.6/perl
26658           !> doop.c lib/Cwd.pm perl.c perl.h util.c
26659 ____________________________________________________________________________
26660 [  8805] By: jhi                                   on 2001/02/14  03:29:01
26661         Log: More MacOS Classic fixes from Chris Nandor.
26662      Branch: perl
26663            ! doop.c lib/Cwd.pm
26664 ____________________________________________________________________________
26665 [  8804] By: jhi                                   on 2001/02/14  03:18:35
26666         Log: Don't skip too much of the locale error message if no environ array,
26667              from Chris Nandor.
26668      Branch: perl
26669            ! util.c
26670 ____________________________________________________________________________
26671 [  8803] By: jhi                                   on 2001/02/14  03:14:14
26672         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
26673      Branch: perl
26674            ! perl.c perl.h
26675 ____________________________________________________________________________
26676 [  8802] By: jhi                                   on 2001/02/13  18:31:33
26677         Log: AUTHORS update.
26678      Branch: perl
26679            ! AUTHORS
26680 ____________________________________________________________________________
26681 [  8801] By: jhi                                   on 2001/02/13  17:55:19
26682         Log: Integrate change #8792 from mainline.
26683              
26684              Subject: buncha MacPerl patches for bleadperl
26685              From: Chris Nandor <pudge@pobox.com>
26686              Date: Tue, 13 Feb 2001 00:02:43 -0500
26687              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
26688      Branch: maint-5.6/perl
26689           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
26690           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
26691           !> t/lib/basename.t toke.c util.h
26692 ____________________________________________________________________________
26693 [  8800] By: jhi                                   on 2001/02/13  17:46:43
26694         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
26695              to be forced to Off_t.
26696              
26697              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
26698              From: nick@ccl4.org
26699              Date: Thu, 1 Feb 2001 12:01:04 +0000
26700              Message-Id: <20010201120103.E11401@plum.flirble.org>
26701      Branch: maint-5.6/perl
26702            ! iperlsys.h perlio.c
26703 ____________________________________________________________________________
26704 [  8799] By: jhi                                   on 2001/02/13  16:52:51
26705         Log: Duplex duplex hunk hunk.
26706      Branch: maint-5.6/perl
26707            ! Makefile.SH
26708 ____________________________________________________________________________
26709 [  8797] By: jhi                                   on 2001/02/13  14:52:04
26710         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
26711              From: "Craig A. Berry" <craigberry@mac.com>
26712              Date: Mon, 12 Feb 2001 11:05:25 -0600
26713              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
26714      Branch: perl
26715            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
26716 ____________________________________________________________________________
26717 [  8796] By: jhi                                   on 2001/02/13  14:36:47
26718         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
26719              From: simon.cozens@pembroke.oxford.ac.uk 
26720              Date: Sat, 10 Feb 2001 17:57:02 +0000
26721              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
26722              
26723              Now it does include.
26724      Branch: perl
26725            ! pod/perldiag.pod
26726 ____________________________________________________________________________
26727 [  8795] By: jhi                                   on 2001/02/13  14:30:11
26728         Log: Sort the MANIFEST.
26729      Branch: perl
26730            ! MANIFEST
26731 ____________________________________________________________________________
26732 [  8794] By: jhi                                   on 2001/02/13  14:26:51
26733         Log: Integrate change #8793 from mainline, FAQ updates.
26734      Branch: maint-5.6/perl
26735           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
26736 ____________________________________________________________________________
26737 [  8793] By: jhi                                   on 2001/02/13  14:25:13
26738         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
26739      Branch: perl
26740            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
26741 ____________________________________________________________________________
26742 [  8792] By: jhi                                   on 2001/02/13  14:22:50
26743         Log: Subject: buncha MacPerl patches for bleadperl
26744              From: Chris Nandor <pudge@pobox.com>
26745              Date: Tue, 13 Feb 2001 00:02:43 -0500
26746              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
26747      Branch: perl
26748            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
26749            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
26750            ! t/lib/basename.t toke.c util.h
26751 ____________________________________________________________________________
26752 [  8791] By: jhi                                   on 2001/02/13  14:10:39
26753         Log: Integrate change #8790 from mainline.
26754              
26755              environ array wrongly assumed in Perl_init_i18nl10n(),
26756      Branch: maint-5.6/perl
26757           !> util.c
26758 ____________________________________________________________________________
26759 [  8790] By: jhi                                   on 2001/02/13  14:06:15
26760         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
26761              noticed by Chris Nandor in MacOS Classic.
26762      Branch: perl
26763            ! util.c
26764 ____________________________________________________________________________
26765 [  8789] By: jhi                                   on 2001/02/13  13:58:07
26766         Log: Integrate changes #8373,8487,8544,8783 from mainline.
26767              
26768              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
26769              hints files, the dynaloading, assimilate ebcdic into util.c.
26770      Branch: maint-5.6/perl
26771            - ebcdic.c
26772            ! MANIFEST hints/posix-bc.sh
26773           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
26774           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
26775           !> perlapi.c proto.h util.c
26776 ____________________________________________________________________________
26777 [  8788] By: alanbur                               on 2001/02/13  10:33:13
26778         Log: Integrated changes from maint-5.6
26779      Branch: maint-5.6/pureperl
26780           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
26781           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
26782           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
26783           !> vos/config.ga.h vos/configure_perl.cm
26784 ____________________________________________________________________________
26785 [  8787] By: jhi                                   on 2001/02/13  05:56:36
26786         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
26787      Branch: perl
26788           !> Makefile.SH
26789 ____________________________________________________________________________
26790 [  8786] By: jhi                                   on 2001/02/13  05:54:34
26791         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
26792              From: Dorner Thomas <Thomas.Dorner@start.de>
26793              Date: Mon, 12 Feb 2001 15:06:26 +0100
26794              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
26795      Branch: maint-5.6/perl
26796            ! Makefile.SH
26797 ____________________________________________________________________________
26798 [  8785] By: jhi                                   on 2001/02/13  05:29:04
26799         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
26800      Branch: perl
26801           !> hints/openbsd.sh
26802 ____________________________________________________________________________
26803 [  8784] By: jhi                                   on 2001/02/13  02:25:24
26804         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
26805              From: Peter Prymmer <pvhp@forte.com>
26806              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
26807              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
26808      Branch: perl
26809            ! pod/perlclib.pod
26810 ____________________________________________________________________________
26811 [  8783] By: jhi                                   on 2001/02/13  02:22:36
26812         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
26813      Branch: perl
26814            - ebcdic.c
26815            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
26816            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
26817            ! util.c
26818 ____________________________________________________________________________
26819 [  8782] By: jhi                                   on 2001/02/13  02:00:07
26820         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
26821      Branch: maint-5.6/perl
26822            ! pod/perlport.pod
26823 ____________________________________________________________________________
26824 [  8781] By: jhi                                   on 2001/02/13  01:58:44
26825         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
26826      Branch: maint-5.6/perl
26827            ! hints/openbsd.sh
26828 ____________________________________________________________________________
26829 [  8780] By: jhi                                   on 2001/02/13  01:57:33
26830         Log: Synchronize the regexp tests between maintperl and mainline.
26831      Branch: maint-5.6/perl
26832           !> t/op/re_tests
26833 ____________________________________________________________________________
26834 [  8779] By: jhi                                   on 2001/02/13  01:49:35
26835         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
26836              From: Hugo <hv@crypt.compulink.co.uk>
26837              Date: Tue, 13 Feb 2001 00:11:11 +0000
26838              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
26839      Branch: perl
26840            ! regcomp.c t/op/re_tests
26841 ____________________________________________________________________________
26842 [  8778] By: jhi                                   on 2001/02/13  00:23:10
26843         Log: Comments do not nest.
26844      Branch: perl
26845            ! perl.h
26846 ____________________________________________________________________________
26847 [  8777] By: jhi                                   on 2001/02/13  00:17:54
26848         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
26849              From: Hugo <hv@crypt.compulink.co.uk>
26850              Date: Tue, 13 Feb 2001 00:11:11 +0000
26851              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
26852      Branch: maint-5.6/perl
26853            ! regcomp.c t/op/re_tests
26854 ____________________________________________________________________________
26855 [  8776] By: jhi                                   on 2001/02/12  23:25:52
26856         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
26857      Branch: maint-5.6/perl
26858            ! pod/perlport.pod
26859 ____________________________________________________________________________
26860 [  8775] By: jhi                                   on 2001/02/12  23:04:28
26861         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
26862      Branch: maint-5.6/perl
26863            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
26864            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
26865            ! vos/configure_perl.cm
26866 ____________________________________________________________________________
26867 [  8774] By: jhi                                   on 2001/02/12  22:59:11
26868         Log: Subject: Re: [patch] context for 'U' magic functions
26869              From: Doug MacEachern <dougm@covalent.net>
26870              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
26871              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
26872              
26873              plus the suggestion by Nick Ing-Simmons to name the macro
26874              as PERL_MG_UFUNC to avoid namespace pollution, plus add
26875              the advice by Doug for XS writers to perl.h
26876      Branch: perl
26877            ! mg.c perl.h
26878 ____________________________________________________________________________
26879 [  8773] By: jhi                                   on 2001/02/11  20:14:12
26880         Log: Update Changes.
26881      Branch: perl
26882            ! Changes patchlevel.h
26883 ____________________________________________________________________________
26884 [  8772] By: jhi                                   on 2001/02/11  18:47:52
26885         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
26886              From: Simon Cozens <simon@cozens.net>
26887              Date: Wed, 31 Jan 2001 16:31:43 +0000
26888              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
26889      Branch: perl
26890            + pod/perlclib.pod
26891            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
26892            ! pod/perltoc.pod
26893 ____________________________________________________________________________
26894 [  8771] By: jhi                                   on 2001/02/11  18:36:48
26895         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
26896              
26897              Blocks-4d3.beta.txt
26898              CaseFolding-3d4.beta.txt
26899              CompositionExclusions-3d6.beta.txt
26900              EastAsianWidth-4d4.beta.txt
26901              LineBreak-6d3.beta.txt
26902              NamesList-3.1.0d1.beta.txt
26903              PropList-3.1.0d4.beta.txt
26904              SpecialCasing-4d1.beta.txt
26905              UnicodeData-3.1.0d6.beta.txt
26906      Branch: perl
26907            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
26908           +> lib/unicode/UCD.html lib/unicode/Unicode.html
26909            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
26910            - lib/unicode/Unicode.301
26911            ! (edit 257 files)
26912 ____________________________________________________________________________
26913 [  8770] By: jhi                                   on 2001/02/11  17:26:22
26914         Log: UTF-8 documentation.
26915      Branch: perl
26916            ! utf8.h
26917 ____________________________________________________________________________
26918 [  8769] By: jhi                                   on 2001/02/11  17:12:49
26919         Log: Retract #8762.
26920      Branch: perl
26921            ! regexec.c
26922 ____________________________________________________________________________
26923 [  8768] By: jhi                                   on 2001/02/11  16:54:45
26924         Log: Subject: [PATCH] Test::Harness
26925              From: andreas.koenig@anima.de (Andreas J. Koenig)
26926              Date: 11 Feb 2001 14:37:00 +0100
26927              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
26928      Branch: perl
26929            ! lib/Test/Harness.pm
26930 ____________________________________________________________________________
26931 [  8767] By: jhi                                   on 2001/02/11  16:53:52
26932         Log: Subject: [PATCH] Document makepatch in Porting/patching
26933              From: andreas.koenig@anima.de (Andreas J. Koenig)
26934              Date: 11 Feb 2001 16:46:28 +0100
26935              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
26936      Branch: perl
26937            ! Porting/patching.pod
26938 ____________________________________________________________________________
26939 [  8766] By: jhi                                   on 2001/02/11  06:30:23
26940         Log: Subject: Re: [patch] GvSHARED
26941              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
26942              From: Doug MacEachern <dougm@covalent.net>
26943              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
26944              
26945              Subject: Re: [patch] GvSHARED
26946              From: Doug MacEachern <dougm@covalent.net>
26947              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
26948              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
26949              
26950              Subject: [patch] attributes.pm support for `shared'
26951              From: Doug MacEachern <dougm@covalent.net>
26952              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
26953              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
26954              
26955              our() attributes were ignored, our :shared pieces missing,
26956              allow attributes.pm to turn on shared.
26957      Branch: perl
26958            ! op.c t/op/attrs.t toke.c xsutils.c
26959 ____________________________________________________________________________
26960 [  8765] By: alanbur                               on 2001/02/10  23:11:19
26961         Log: Resync with parent (hopefully sucessfully this time)
26962      Branch: maint-5.6/pureperl
26963           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
26964           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
26965           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
26966           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
26967           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
26968           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
26969           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
26970 ____________________________________________________________________________
26971 [  8764] By: jhi                                   on 2001/02/10  22:54:38
26972         Log: Make TEST and UTEST more verbose in case something goes
26973              wrong in running/compiling a script, suggested by Doug
26974              MacEachern.
26975      Branch: perl
26976            ! t/TEST t/UTEST
26977 ____________________________________________________________________________
26978 [  8763] By: jhi                                   on 2001/02/10  22:11:34
26979         Log: Bogus shebang.
26980      Branch: perl
26981            ! t/lib/texttabs.t
26982 ____________________________________________________________________________
26983 [  8762] By: jhi                                   on 2001/02/10  21:56:02
26984         Log: (Retracted by #8769)
26985      Branch: perl
26986            ! regexec.c
26987 ____________________________________________________________________________
26988 [  8761] By: jhi                                   on 2001/02/10  21:26:15
26989         Log: Subject: Re: [patch] GvSHARED 
26990              From: Doug MacEachern <dougm@covalent.net>
26991              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
26992              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
26993              
26994              our @EXPORT : shared = (...);
26995      Branch: perl
26996            ! toke.c
26997 ____________________________________________________________________________
26998 [  8760] By: jhi                                   on 2001/02/10  21:25:07
26999         Log: Subject: [patch] GvSHARED
27000              From: Doug MacEachern <dougm@covalent.net>
27001              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
27002              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
27003      Branch: perl
27004            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
27005 ____________________________________________________________________________
27006 [  8759] By: alanbur                               on 2001/02/10  21:24:27
27007         Log: Backed out mismerge.
27008      Branch: maint-5.6/pureperl
27009            ! MANIFEST README.hpux README.vmesa gv.c installhtml
27010            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
27011            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
27012            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
27013            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
27014            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
27015            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
27016 ____________________________________________________________________________
27017 [  8758] By: jhi                                   on 2001/02/10  18:01:17
27018         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
27019              
27020              Fixed UMRs and leak in Perl_pmtrans()
27021              
27022              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
27023              associated UTFied tr/// code.  Also fixed scoping leak of
27024              PL_reg_start_tmp.
27025              
27026              newATTRSUB leaks when an attempt to redefine the active sort sub is
27027              made.
27028      Branch: maint-5.6/perl
27029           !> op.c regcomp.c
27030 ____________________________________________________________________________
27031 [  8757] By: alanbur                               on 2001/02/10  17:56:46
27032         Log: Resynchronised with parent
27033      Branch: maint-5.6/pureperl
27034           +> README.bs2000
27035            - README.posix-bc
27036            ! gv.c perl.c sv.c
27037           !> MANIFEST README.hpux README.vmesa installhtml
27038           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
27039           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
27040           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
27041           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
27042           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
27043           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
27044 ____________________________________________________________________________
27045 [  8756] By: alanbur                               on 2001/02/10  17:51:15
27046         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
27047              made.
27048      Branch: maint-5.6/pureperl
27049            ! op.c
27050 ____________________________________________________________________________
27051 [  8755] By: jhi                                   on 2001/02/09  22:41:35
27052         Log: Upgrade to CPAN 1.59_54, from Andreas König.
27053      Branch: perl
27054            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
27055 ____________________________________________________________________________
27056 [  8754] By: jhi                                   on 2001/02/09  22:29:20
27057         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
27058              
27059              Didn't upgrade the fill.t since it has a dependency to File::Slurp
27060              purely for debugging purposes, the actual test hasn't changed.
27061      Branch: perl
27062            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
27063            ! t/lib/textwrap.t
27064 ____________________________________________________________________________
27065 [  8753] By: jhi                                   on 2001/02/09  20:17:50
27066         Log: Integrate change #8682 from maintperl.
27067              
27068              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
27069              to work correctly.
27070      Branch: perl
27071           !> hints/irix_6.sh
27072 ____________________________________________________________________________
27073 [  8752] By: jhi                                   on 2001/02/09  20:00:46
27074         Log: Update Changes.
27075      Branch: perl
27076            ! Changes patchlevel.h
27077 ____________________________________________________________________________
27078 [  8751] By: nick                                  on 2001/02/09  19:48:37
27079         Log: Integrate mainline
27080      Branch: perlio
27081           +> README.bs2000 t/lib/cgi-esc.t
27082            - README.posix-bc
27083           !> (integrate 53 files)
27084 ____________________________________________________________________________
27085 [  8750] By: nick                                  on 2001/02/09  19:25:16
27086         Log: Subject: RE: Biannual Competition to Improve Hashing Function
27087              From: Fisher Mark <fisherm@tce.com>
27088              Date: Thu, 8 Feb 2001 10:44:00 -0500
27089              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
27090              Date: Thu, 8 Feb 2001 15:02:47 -0500
27091              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
27092      Branch: perl
27093            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
27094 ____________________________________________________________________________
27095 [  8749] By: jhi                                   on 2001/02/09  19:02:35
27096         Log: Forgotten fragment.
27097      Branch: perl
27098            ! pod/perlapi.pod
27099 ____________________________________________________________________________
27100 [  8748] By: jhi                                   on 2001/02/09  18:31:34
27101         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
27102              plus manual tweakage.
27103              
27104              Sync the perlfaq2 between mainline and maintperl.
27105      Branch: maint-5.6/perl
27106            ! pod/perlfaq2.pod
27107      Branch: perl
27108           !> pod/perlfaq2.pod
27109 ____________________________________________________________________________
27110 [  8747] By: jhi                                   on 2001/02/09  18:12:04
27111         Log: Subject: versiononly and installperl
27112              From: abigail@foad.org
27113              Date: Wed, 7 Feb 2001 22:43:12 +0100
27114              Message-ID: <20010207214312.7045.qmail@foad.org>    
27115              
27116              Add +v flag to force a normal install of the perl binary
27117              and the utilities.
27118              
27119              Subject: [PATCH] installperl
27120              From: Nicholas Clark <nick@ccl4.org>
27121              Date: Fri, 9 Feb 2001 16:28:57 +0000
27122              Message-ID: <20010209162857.B10931@plum.flirble.org>
27123              
27124              Add -A flag which also hardlinks the binary with
27125              the full architecture name.
27126      Branch: perl
27127            ! installperl
27128 ____________________________________________________________________________
27129 [  8746] By: jhi                                   on 2001/02/09  18:03:43
27130         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
27131              
27132              Subject: perlfaq2, re: perlmongers
27133              
27134              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
27135              
27136              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
27137              
27138              Subject: [ID 20010205.001] typo in perlfaq9
27139              
27140              Subject: [ID 20010208.002] unordered explanation in perlcall
27141      Branch: maint-5.6/perl
27142           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
27143           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
27144           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
27145 ____________________________________________________________________________
27146 [  8745] By: jhi                                   on 2001/02/09  17:59:09
27147         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
27148              From: abela@geneanet.org
27149              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
27150              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
27151      Branch: perl
27152            ! pod/perlcall.pod
27153 ____________________________________________________________________________
27154 [  8744] By: jhi                                   on 2001/02/09  17:48:16
27155         Log: Subject: [ID 20010205.001] typo in perlfaq9
27156              From: eserte@vran.herceg.de
27157              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
27158              Message-Id: <200102042244.XAA21926@vran.herceg.de>
27159      Branch: perl
27160            ! pod/perlfaq9.pod
27161 ____________________________________________________________________________
27162 [  8743] By: jhi                                   on 2001/02/09  17:25:12
27163         Log: Integrate change #8695 from maintperl.
27164              
27165              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
27166      Branch: perl
27167           !> thread.h
27168 ____________________________________________________________________________
27169 [  8742] By: jhi                                   on 2001/02/09  17:21:22
27170         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
27171              From: Andy Dougherty <doughera@lafayette.edu>
27172              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
27173              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
27174      Branch: perl
27175            ! embed.pl
27176 ____________________________________________________________________________
27177 [  8741] By: jhi                                   on 2001/02/09  17:05:19
27178         Log: Integrate changes #8738,8739,8740 from maintperl.
27179              
27180              Html files will be installed in a more logical and easier to
27181              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
27182              
27183              Html files will be generated with a header to make them look
27184              a little less bare.
27185              
27186              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
27187      Branch: perl
27188           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
27189 ____________________________________________________________________________
27190 [  8740] By: jhi                                   on 2001/02/09  17:03:46
27191         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
27192              From: "Brendan O'Dea" <bod@compusol.com.au>
27193              Date: Sun, 4 Feb 2001 11:17:56 +1100
27194              Message-ID: <20010204111756.A16301@compusol.com.au>
27195      Branch: maint-5.6/perl
27196            ! pod/perlfaq3.pod
27197 ____________________________________________________________________________
27198 [  8739] By: jhi                                   on 2001/02/09  17:01:59
27199         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
27200              From: "Indy Singh" <indy@nusphere.com>
27201              Date: Fri, 2 Feb 2001 15:09:59 -0500
27202              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
27203              
27204              Html files will be generated with a header to make them look
27205              a little less bare.
27206      Branch: maint-5.6/perl
27207            ! installhtml
27208 ____________________________________________________________________________
27209 [  8738] By: jhi                                   on 2001/02/09  16:58:48
27210         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
27211              From: "Indy Singh" <indy@nusphere.com>
27212              Date: Fri, 2 Feb 2001 15:08:23 -0500
27213              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
27214              
27215              Html files will be installed in a more logical and easier to
27216              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
27217      Branch: maint-5.6/perl
27218            ! win32/Makefile win32/makefile.mk
27219 ____________________________________________________________________________
27220 [  8737] By: jhi                                   on 2001/02/09  16:46:54
27221         Log: Integrate changes #8687,8736 from maintperl.
27222              
27223              HP-UX thread patches from Merijn H. Brand.
27224              
27225              Latin nit from Philip Newton.
27226      Branch: perl
27227           !> README.hpux hints/hpux.sh
27228 ____________________________________________________________________________
27229 [  8736] By: jhi                                   on 2001/02/09  16:42:31
27230         Log: Latin nit from Philip Newton.
27231      Branch: maint-5.6/perl
27232            ! README.hpux
27233 ____________________________________________________________________________
27234 [  8735] By: jhi                                   on 2001/02/09  16:24:03
27235         Log: Integrate changes #8704,8710 from pureperl.
27236              
27237              Fixed UMRs and leak in Perl_pmtrans()
27238              
27239              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
27240              associated UTFied tr/// code.  Also fixed scoping leak of
27241              PL_reg_start_tmp.
27242      Branch: perl
27243           !> op.c regcomp.c
27244 ____________________________________________________________________________
27245 [  8734] By: jhi                                   on 2001/02/09  15:40:21
27246         Log: Integrate change #8733 from maintperl.
27247              
27248              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
27249      Branch: perl
27250           !> pod/perlre.pod
27251 ____________________________________________________________________________
27252 [  8733] By: jhi                                   on 2001/02/09  15:35:47
27253         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
27254              From: Prymmer/Kahn <pvhp@best.com>
27255              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
27256              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
27257      Branch: maint-5.6/perl
27258            ! pod/perlre.pod
27259 ____________________________________________________________________________
27260 [  8732] By: jhi                                   on 2001/02/09  15:26:17
27261         Log: Rename README.posix-bc to README.bs2000 (to avoid the
27262              confusion of a "perlposix-bc.pod"), add a few missing
27263              arch pods, regen toc.
27264      Branch: maint-5.6/perl
27265           +> README.bs2000
27266            - README.posix-bc
27267            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
27268            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
27269 ____________________________________________________________________________
27270 [  8731] By: jhi                                   on 2001/02/09  15:23:39
27271         Log: De-cut-and-pasto.
27272      Branch: perl
27273            ! pod/perl.pod
27274 ____________________________________________________________________________
27275 [  8730] By: jhi                                   on 2001/02/09  15:11:13
27276         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
27277              when people think that perlposix-bc.pod tells anything about
27278              Perl and POSIX.  Regen toc.
27279      Branch: perl
27280           +> README.bs2000
27281            - README.posix-bc
27282            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
27283            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
27284 ____________________________________________________________________________
27285 [  8729] By: jhi                                   on 2001/02/09  14:52:28
27286         Log: The README.vmesa part of #8712 from maintperl.
27287      Branch: perl
27288            ! README.vmesa
27289 ____________________________________________________________________________
27290 [  8728] By: jhi                                   on 2001/02/09  14:46:06
27291         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
27292              From: Peter Prymmer <pvhp@forte.com>
27293              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
27294              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
27295      Branch: maint-5.6/perl
27296            ! README.vmesa win32/Makefile win32/makefile.mk
27297 ____________________________________________________________________________
27298 [  8727] By: jhi                                   on 2001/02/09  14:33:25
27299         Log: Integrate change #8712 from mainline.
27300              
27301              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
27302      Branch: maint-5.6/perl
27303           !> lib/Pod/Find.pm
27304 ____________________________________________________________________________
27305 [  8726] By: jhi                                   on 2001/02/09  14:30:28
27306         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
27307              From: Peter Prymmer <pvhp@forte.com>
27308              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
27309              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
27310      Branch: perl
27311            + t/lib/cgi-esc.t
27312            ! MANIFEST lib/CGI/Util.pm
27313 ____________________________________________________________________________
27314 [  8725] By: jhi                                   on 2001/02/09  04:56:47
27315         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
27316      Branch: maint-5.6/perl
27317            ! pod/perlport.pod
27318 ____________________________________________________________________________
27319 [  8724] By: jhi                                   on 2001/02/09  04:40:59
27320         Log: Integrate changes 7819,7820 from vmsperl into mainline.
27321              
27322              Add header for LIB$ prototypes (C. Berry)
27323              
27324              Convert fwrite()s to sockets to write()s, since some socket stacks
27325              don't take kindly to stdio.
27326              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
27327              (for often optional LNMs)
27328              Correct a few typos
27329              (C. Bailey)
27330      Branch: perl
27331           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
27332 ____________________________________________________________________________
27333 [  8723] By: jhi                                   on 2001/02/09  03:29:29
27334         Log: Integrate change #8722 from mainline.
27335              
27336              The Im() function wasn't returning zero for non-Math::Complex
27337              arguments.  The bug reported by John Gamble.
27338      Branch: maint-5.6/perl
27339           !> lib/Math/Complex.pm
27340 ____________________________________________________________________________
27341 [  8722] By: jhi                                   on 2001/02/09  03:28:33
27342         Log: The Im() function wasn't returning zero for non-Math::Complex
27343              arguments.  The bug reported by John Gamble.
27344      Branch: perl
27345            ! lib/Math/Complex.pm
27346 ____________________________________________________________________________
27347 [  8721] By: nick                                  on 2001/02/08  22:11:35
27348         Log: Correct the correction :-(
27349      Branch: perl
27350            ! perl.c
27351 ____________________________________________________________________________
27352 [  8720] By: bailey                                on 2001/02/08  20:59:22
27353         Log: Convert frwite()s to sockets to write()s, since some socket stacks
27354              don't take kindly to stdio.
27355              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
27356              (for often optional LNMs)
27357              Correct a few typos
27358              (C. Bailey)
27359      Branch: vmsperl
27360            ! vms/vms.c vms/vmsish.h
27361 ____________________________________________________________________________
27362 [  8719] By: bailey                                on 2001/02/08  20:51:02
27363         Log: Add header for LIB$ prototypes (C. Berry)
27364      Branch: vmsperl
27365            ! ext/Devel/DProf/DProf.xs
27366 ____________________________________________________________________________
27367 [  8718] By: bailey                                on 2001/02/08  20:49:00
27368         Log: SYN SYN
27369      Branch: vmsperl
27370           +> pod/perliol.pod t/lib/sample-tests/bailout
27371           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
27372           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
27373           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
27374           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
27375           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
27376           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
27377            - lib/unicode/Is/DCinital.pl
27378           !> (integrate 101 files)
27379 ____________________________________________________________________________
27380 [  8717] By: nick                                  on 2001/02/08  19:38:48
27381         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
27382              From: Robin Barker <rmb1@cise.npl.co.uk>
27383              Date: Thu, 8 Feb 2001 14:38:07 GMT
27384              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
27385      Branch: perl
27386            ! lib/CPAN.pm
27387 ____________________________________________________________________________
27388 [  8716] By: nick                                  on 2001/02/08  19:29:07
27389         Log: Generated files form 8713 etc.
27390      Branch: perl
27391            ! embed.h global.sym objXSUB.h perlapi.c proto.h
27392 ____________________________________________________________________________
27393 [  8715] By: nick                                  on 2001/02/08  19:26:08
27394         Log: Fixup non-ithread build after 8713
27395      Branch: perl
27396            ! perl.c
27397 ____________________________________________________________________________
27398 [  8714] By: nick                                  on 2001/02/08  19:17:45
27399         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
27400              From: nick@ccl4.org
27401              Date: Wed, 7 Feb 2001 00:27:47 +0000
27402              Message-Id: <20010207002747.B63724@plum.flirble.org>
27403      Branch: perl
27404            ! sv.c toke.c
27405 ____________________________________________________________________________
27406 [  8713] By: nick                                  on 2001/02/08  19:15:58
27407         Log: Subject: Re: [patch] Re: PL_ptr_table
27408              From: Doug Maceachern <dougm@covalent.net>
27409              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
27410              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
27411      Branch: perl
27412            ! embed.pl perl.c sv.c sv.h
27413 ____________________________________________________________________________
27414 [  8712] By: nick                                  on 2001/02/08  19:12:47
27415         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
27416              From: Peter Prymmer <pvhp@forte.com>
27417              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
27418              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
27419      Branch: perl
27420            ! lib/Pod/Find.pm
27421 ____________________________________________________________________________
27422 [  8711] By: nick                                  on 2001/02/07  21:06:11
27423         Log: Manually appliued version for dev branch of Alan/Sarathy 5.6 patch.
27424              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
27425              From: Alan Burlison <Alan.Burlison@uk.sun.com>
27426              Date: Tue, 06 Feb 2001 23:37:01 +0000
27427              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
27428      Branch: perl
27429            ! regcomp.c
27430 ____________________________________________________________________________
27431 [  8710] By: alanbur                               on 2001/02/07  00:22:04
27432         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
27433              associated UTFied tr/// code.  Also fixed scoping leak of
27434              PL_reg_start_tmp.
27435      Branch: maint-5.6/pureperl
27436            ! op.c regcomp.c
27437 ____________________________________________________________________________
27438 [  8709] By: nick                                  on 2001/02/06  21:16:49
27439         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
27440              From: Michael G Schwern <schwern@pobox.com>
27441              Date: Sun, 4 Feb 2001 19:47:14 -0500
27442              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
27443      Branch: perl
27444            ! pod/perlapi.pod pod/perlmodlib.PL
27445 ____________________________________________________________________________
27446 [  8708] By: nick                                  on 2001/02/06  20:41:20
27447         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
27448              From: Michael G Schwern <schwern@pobox.com>
27449              Date: Sun, 4 Feb 2001 21:17:49 -0500
27450              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
27451      Branch: perl
27452            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
27453            ! pod/perltootc.pod
27454 ____________________________________________________________________________
27455 [  8707] By: nick                                  on 2001/02/06  20:29:11
27456         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
27457              From: Michael G Schwern <schwern@pobox.com>
27458              Date: Tue, 6 Feb 2001 05:54:30 -0500
27459              Message-Id: <20010206055430.A951@blackrider.aocn.com>
27460      Branch: perl
27461            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
27462 ____________________________________________________________________________
27463 [  8706] By: nick                                  on 2001/02/06  20:21:40
27464         Log: Subject: RE: some win32 fixes
27465              Date: Tue, 6 Feb 2001 09:23:20 +0300
27466              From: Vadim Konovalov <vkonovalov@lucent.com>
27467              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
27468      Branch: perl
27469            ! toke.c win32/Makefile win32/config.bc win32/config.gc
27470            ! win32/config.vc win32/config_H.bc win32/makefile.mk
27471 ____________________________________________________________________________
27472 [  8705] By: alanbur                               on 2001/02/06  15:00:03
27473         Log: Synchronised with parent
27474      Branch: maint-5.6/pureperl
27475            ! regexec.c
27476           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
27477           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
27478 ____________________________________________________________________________
27479 [  8704] By: alanbur                               on 2001/02/06  14:55:24
27480         Log: Fixed UMRs and leak in Perl_pmtrans()
27481      Branch: maint-5.6/pureperl
27482            ! op.c
27483 ____________________________________________________________________________
27484 [  8703] By: gsar                                  on 2001/02/06  02:29:37
27485         Log: $(MAKE) distclean doesn't clean up properly on windows
27486      Branch: maint-5.6/perl
27487            ! win32/Makefile win32/makefile.mk
27488 ____________________________________________________________________________
27489 [  8702] By: gsar                                  on 2001/02/06  01:00:46
27490         Log: tweak change#8659 to keep it simple
27491      Branch: maint-5.6/perl
27492            ! utils/perldoc.PL
27493 ____________________________________________________________________________
27494 [  8701] By: gsar                                  on 2001/02/05  22:45:41
27495         Log: change#8693 was missing testsuite changes
27496      Branch: maint-5.6/perl
27497           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
27498 ____________________________________________________________________________
27499 [  8700] By: nick                                  on 2001/02/05  20:32:52
27500         Log: Integrate mainline
27501      Branch: perlio
27502           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
27503           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
27504           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
27505           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
27506           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
27507           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
27508           +> t/lib/test-harness.t
27509           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
27510           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
27511           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
27512           !> pod/perlutil.pod t/TEST utils/h2xs.PL
27513 ____________________________________________________________________________
27514 [  8699] By: nick                                  on 2001/02/05  19:41:07
27515         Log: Subject: perlfaq2, re: perlmongers
27516              From: David H. Adler <dha@panix.com>
27517              Date: Sun, 4 Feb 2001 23:48:23 -0500
27518              Message-Id: <20010204234823.A13429@panix.com>
27519      Branch: perl
27520            ! pod/perlfaq2.pod
27521 ____________________________________________________________________________
27522 [  8698] By: nick                                  on 2001/02/05  19:39:31
27523         Log: Missed file f#rom the testharness mess.
27524      Branch: perl
27525            + t/lib/test-harness.t
27526 ____________________________________________________________________________
27527 [  8697] By: nick                                  on 2001/02/05  19:37:21
27528         Log: Subject: [DOC PATCH] overload.pm nits
27529              From: John Tobey <jtobey@john-edwin-tobey.org>
27530              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
27531              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
27532      Branch: perl
27533            ! lib/overload.pm
27534 ____________________________________________________________________________
27535 [  8696] By: alanbur                               on 2001/02/05  11:56:00
27536         Log: Sync with parent
27537      Branch: maint-5.6/pureperl
27538           !> thread.h
27539 ____________________________________________________________________________
27540 [  8695] By: gsar                                  on 2001/02/05  03:27:34
27541         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
27542      Branch: maint-5.6/perl
27543            ! thread.h
27544 ____________________________________________________________________________
27545 [  8694] By: alanbur                               on 2001/02/05  00:07:47
27546         Log: Initial branch creation from //depot/maint-5.6/perl
27547      Branch: maint-5.6/pureperl
27548           +> (branch 1719 files)
27549 ____________________________________________________________________________
27550 [  8693] By: gsar                                  on 2001/02/04  22:38:49
27551         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
27552              changes)
27553      Branch: maint-5.6/perl
27554           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
27555           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
27556           !> ext/DB_File/version.c
27557 ____________________________________________________________________________
27558 [  8692] By: nick                                  on 2001/02/04  18:15:57
27559         Log: The missed t/TEST part of the grand testharness upgrade.
27560      Branch: perl
27561            ! t/TEST
27562 ____________________________________________________________________________
27563 [  8691] By: nick                                  on 2001/02/04  18:05:17
27564         Log: New improved test harness
27565              Subject: Re: [PATCH Test::Harness] Third time's a charm?
27566              From: Michael G Schwern <schwern@pobox.com>
27567              Date: Sun, 4 Feb 2001 08:01:20 -0500
27568              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
27569      Branch: perl
27570            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
27571            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
27572            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
27573            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
27574            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
27575            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
27576            ! MANIFEST lib/Test/Harness.pm
27577 ____________________________________________________________________________
27578 [  8690] By: nick                                  on 2001/02/04  17:57:51
27579         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
27580              From: Jonathan Stowe <gellyfish@gellyfish.com>
27581              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
27582              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
27583      Branch: perl
27584            ! utils/h2xs.PL
27585 ____________________________________________________________________________
27586 [  8689] By: nick                                  on 2001/02/04  17:55:24
27587         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
27588              From: Michael G Schwern <schwern@pobox.com>
27589              Date: Sat, 3 Feb 2001 22:46:38 -0500
27590              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
27591      Branch: perl
27592            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
27593            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
27594 ____________________________________________________________________________
27595 [  8688] By: nick                                  on 2001/02/04  17:43:55
27596         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
27597              length byfailing to spot lack of closing )
27598              From: nick@talking.bollo.cx
27599              Date: Sat, 03 Feb 2001 23:53:16 +0000
27600              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
27601      Branch: perl
27602            ! perlio.c pod/perldiag.pod
27603 ____________________________________________________________________________
27604 [  8687] By: jhi                                   on 2001/02/03  17:11:42
27605         Log: HP-UX thread patches from Merijn H. Brand.
27606      Branch: maint-5.6/perl
27607            ! README.hpux hints/hpux.sh
27608 ____________________________________________________________________________
27609 [  8686] By: jhi                                   on 2001/02/03  16:40:12
27610         Log: Metaconfig changes for #8685.
27611      Branch: metaconfig
27612            ! U/installdirs/instubperl.U
27613      Branch: metaconfig/U/perl
27614            ! Devel.U versiononly.U
27615 ____________________________________________________________________________
27616 [  8685] By: jhi                                   on 2001/02/03  16:39:49
27617         Log: For -Dusedevel builds turn off installusrbinperl and turn on
27618              versiononly, a combined idea of Richard Soderberg and Merijn
27619              H. Brand.  You can still override both of these from the command
27620              line if you need to, -Dinstallusrbinperl and -Uversiononly.
27621      Branch: perl
27622            ! Configure
27623 ____________________________________________________________________________
27624 [  8684] By: jhi                                   on 2001/02/03  16:16:34
27625         Log: Metaconfig unit fix for #8683.
27626      Branch: metaconfig
27627            ! U/compline/nblock_io.U
27628 ____________________________________________________________________________
27629 [  8683] By: jhi                                   on 2001/02/03  16:16:12
27630         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
27631              reported by Peter Prymmer for 5.6-TRIAL1.
27632      Branch: perl
27633            ! Configure
27634 ____________________________________________________________________________
27635 [  8682] By: jhi                                   on 2001/02/03  05:52:11
27636         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
27637              to work correctly.
27638      Branch: maint-5.6/perl
27639            ! hints/irix_6.sh
27640 ____________________________________________________________________________
27641 [  8681] By: jhi                                   on 2001/02/03  05:47:33
27642         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
27643      Branch: maint-5.6/perl
27644            ! pod/perlport.pod
27645 ____________________________________________________________________________
27646 [  8680] By: jhi                                   on 2001/02/02  21:39:49
27647         Log: perlport update from Peter Prymmer.
27648      Branch: maint-5.6/perl
27649            ! pod/perlport.pod
27650 ____________________________________________________________________________
27651 [  8679] By: nick                                  on 2001/02/02  20:50:48
27652         Log: Integrate mainline
27653      Branch: perlio
27654           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
27655           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
27656           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
27657 ____________________________________________________________________________
27658 [  8678] By: gsar                                  on 2001/02/02  16:02:12
27659         Log: note about bincompat, slightly modified (from Lupe Christoph)
27660      Branch: maint-5.6/perl
27661            ! README.solaris
27662 ____________________________________________________________________________
27663 [  8677] By: jhi                                   on 2001/02/02  15:46:20
27664         Log: Supported platforms updates.
27665      Branch: maint-5.6/perl
27666            ! pod/perlport.pod
27667 ____________________________________________________________________________
27668 [  8676] By: jhi                                   on 2001/02/02  03:41:26
27669         Log: A couple more perlfaq2 tweaks.
27670      Branch: maint-5.6/perl
27671            ! pod/perlfaq2.pod
27672 ____________________________________________________________________________
27673 [  8675] By: jhi                                   on 2001/02/02  03:17:44
27674         Log: Misedit in #8661.
27675      Branch: maint-5.6/perl
27676            ! Configure
27677 ____________________________________________________________________________
27678 [  8674] By: jhi                                   on 2001/02/02  03:14:38
27679         Log: Damien again.
27680      Branch: maint-5.6/perl
27681            ! pod/perlfaq2.pod
27682 ____________________________________________________________________________
27683 [  8673] By: jhi                                   on 2001/02/02  03:12:40
27684         Log: perlfaq update from Elaine Ashton.
27685      Branch: maint-5.6/perl
27686            ! pod/perlfaq2.pod
27687 ____________________________________________________________________________
27688 [  8672] By: jhi                                   on 2001/02/02  03:07:08
27689         Log: UTF-8 s/// patch from Inaba Hiroto.
27690      Branch: maint-5.6/perl
27691            ! pp_ctl.c pp_hot.c
27692 ____________________________________________________________________________
27693 [  8671] By: jhi                                   on 2001/02/01  22:34:31
27694         Log: Update Changes.
27695      Branch: perl
27696            ! Changes patchlevel.h
27697 ____________________________________________________________________________
27698 [  8670] By: jhi                                   on 2001/02/01  22:15:29
27699         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
27700              from maintperl.
27701              
27702              Upgrade to Getopt::Long 2.25, from Johan Vromans.
27703              
27704              more files need to be writable in the source distribution
27705              
27706              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
27707              
27708              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
27709              
27710              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
27711              
27712              Allow the float to be fuzzier.
27713              
27714              need to use INT2PTR instead of a straight cast or ia64 fails
27715              
27716              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
27717              
27718              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
27719      Branch: perl
27720           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
27721           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
27722           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
27723 ____________________________________________________________________________
27724 [  8669] By: jhi                                   on 2001/02/01  21:57:02
27725         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
27726              From: Robin Barker <rmb1@cise.npl.co.uk>
27727              Date: Thu, 1 Feb 2001 16:59:05 GMT
27728              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
27729      Branch: maint-5.6/perl
27730            ! pod/perlmodlib.PL
27731 ____________________________________________________________________________
27732 [  8668] By: nick                                  on 2001/02/01  19:41:40
27733         Log: Integrate mainline
27734      Branch: perlio
27735           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
27736           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
27737           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
27738 ____________________________________________________________________________
27739 [  8667] By: gsar                                  on 2001/02/01  16:59:11
27740         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
27741      Branch: maint-5.6/perl
27742            ! embed.pl embedvar.h
27743 ____________________________________________________________________________
27744 [  8666] By: gsar                                  on 2001/02/01  16:34:51
27745         Log: add missing entries to win32/config.?c
27746      Branch: maint-5.6/perl
27747            ! win32/config.bc win32/config.gc win32/config.vc
27748            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
27749 ____________________________________________________________________________
27750 [  8665] By: jhi                                   on 2001/02/01  14:58:51
27751         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
27752              From: "Stephen P. Potter" <spp@spotter.yi.org>
27753              Date: Thu, 01 Feb 2001 10:45:46 -0500
27754              Message-Id: <200102011545.KAA31479@spotter.yi.org>
27755      Branch: maint-5.6/perl
27756            ! pod/perlfunc.pod
27757 ____________________________________________________________________________
27758 [  8664] By: gsar                                  on 2001/02/01  14:52:37
27759         Log: need to use INT2PTR instead of a straight cast or ia64 fails
27760              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
27761      Branch: maint-5.6/perl
27762            ! ext/POSIX/POSIX.xs
27763 ____________________________________________________________________________
27764 [  8663] By: jhi                                   on 2001/02/01  14:09:13
27765         Log: Allow the float to be fuzzier.
27766      Branch: maint-5.6/perl
27767            ! t/lib/peek.t
27768 ____________________________________________________________________________
27769 [  8662] By: jhi                                   on 2001/02/01  13:59:00
27770         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
27771              From: Robin Barker <rmb1@cise.npl.co.uk>
27772              Date: Thu, 1 Feb 2001 13:05:39 GMT
27773              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
27774      Branch: maint-5.6/perl
27775            ! pod/perlmodlib.pod
27776 ____________________________________________________________________________
27777 [  8661] By: jhi                                   on 2001/02/01  13:57:38
27778         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
27779              Date: Thu, 01 Feb 2001 14:15:41 +0100
27780              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27781              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
27782              
27783              Have the $ccflags in the gcc version test (strange, this change
27784              is claimed to be have been integrated already)
27785      Branch: maint-5.6/perl
27786            ! Configure
27787 ____________________________________________________________________________
27788 [  8660] By: jhi                                   on 2001/02/01  13:44:10
27789         Log: Integrate changes #7950,7964,7962 from mainline.
27790              
27791              Find the stdchar signedness using cpp, should fix some of
27792              the Solaris compiler warnings reported by Alan Burlison.
27793      Branch: maint-5.6/perl
27794           !> Configure config_h.SH
27795 ____________________________________________________________________________
27796 [  8659] By: jhi                                   on 2001/02/01  05:35:32
27797         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
27798              From: Jan Dubois <JanD@ActiveState.com>
27799              Date: Wed, 31 Jan 2001 21:17:03 -0800
27800              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
27801      Branch: maint-5.6/perl
27802            ! utils/perldoc.PL
27803 ____________________________________________________________________________
27804 [  8658] By: jhi                                   on 2001/02/01  04:33:17
27805         Log: Integrate the README.os390 and README.posix-bc parts of mainline
27806              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
27807              installperl parts were taken care of by #8657.)
27808      Branch: maint-5.6/perl
27809           !> README.os390 README.posix-bc
27810 ____________________________________________________________________________
27811 [  8657] By: jhi                                   on 2001/02/01  04:29:21
27812         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
27813              From: Peter Prymmer <pvhp@forte.com>
27814              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
27815              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
27816      Branch: maint-5.6/perl
27817            + ext/DynaLoader/dl_dllload.xs
27818            ! MANIFEST Makefile.SH hints/os390.sh installperl
27819 ____________________________________________________________________________
27820 [  8656] By: jhi                                   on 2001/02/01  04:25:45
27821         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
27822              From: Peter Prymmer <pvhp@forte.com>
27823              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
27824              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
27825      Branch: maint-5.6/perl
27826            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
27827 ____________________________________________________________________________
27828 [  8655] By: jhi                                   on 2001/02/01  04:14:47
27829         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
27830              From: troc@netrus.net
27831              Date: Wed, 31 Jan 2001 22:31:26 -0500
27832              Message-Id: <200102010331.WAA117.85@rocco.homenet>
27833      Branch: maint-5.6/perl
27834            ! os2/os2.c
27835 ____________________________________________________________________________
27836 [  8654] By: jhi                                   on 2001/02/01  04:12:52
27837         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
27838              as reported by Alan Burlison.
27839      Branch: maint-5.6/perl
27840            ! pp.h
27841 ____________________________________________________________________________
27842 [  8653] By: jhi                                   on 2001/02/01  04:05:12
27843         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
27844              From: dsugalski@northernlight.com
27845              Date: Wed, 31 Jan 2001 18:54:11 -0500
27846              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
27847      Branch: maint-5.6/perl
27848            ! configure.com
27849 ____________________________________________________________________________
27850 [  8652] By: jhi                                   on 2001/02/01  04:03:11
27851         Log: Misplaced #endif.
27852              
27853              Subject: [perl-5-6-1-trial2] patches for EPOC
27854              From: Olaf Flebbe <O.Flebbe@science-computing.de>
27855              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
27856              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
27857      Branch: maint-5.6/perl
27858            ! epoc/epocish.c
27859 ____________________________________________________________________________
27860 [  8651] By: jhi                                   on 2001/02/01  04:00:25
27861         Log: Integrate changes #8647,8648,8650 from mainline.
27862              
27863              Macrofy a magic UTF-8 test.
27864              
27865              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
27866              
27867              Watch out for cross compiling for EPOC (usually done on linux).
27868      Branch: maint-5.6/perl
27869           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
27870 ____________________________________________________________________________
27871 [  8650] By: jhi                                   on 2001/02/01  03:56:20
27872         Log: Watch out for cross compiling for EPOC (usually done on linux)
27873              
27874              Subject: [perl-5-6-1-trial2] patches for EPOC
27875              From: Olaf Flebbe <O.Flebbe@science-computing.de>
27876              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
27877              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
27878      Branch: perl
27879            ! ext/Errno/Errno_pm.PL
27880 ____________________________________________________________________________
27881 [  8649] By: gsar                                  on 2001/02/01  00:46:00
27882         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
27883      Branch: maint-5.6/perl
27884            ! sv.c
27885 ____________________________________________________________________________
27886 [  8648] By: jhi                                   on 2001/01/31  23:35:36
27887         Log: All the uses of PL_numeric_radix must be protected by
27888              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
27889              
27890              Subject: [perl-5-6-1-trial2] patches for EPOC
27891              From: Olaf Flebbe <O.Flebbe@science-computing.de>
27892              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
27893              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
27894      Branch: perl
27895            ! sv.c
27896 ____________________________________________________________________________
27897 [  8647] By: jhi                                   on 2001/01/31  22:56:16
27898         Log: Macrofy a magic UTF-8 test.
27899      Branch: perl
27900            ! utf8.c utf8.h
27901 ____________________________________________________________________________
27902 [  8646] By: gsar                                  on 2001/01/31  15:55:12
27903         Log: update Changes
27904      Branch: maint-5.6/perl
27905            ! Changes
27906 ____________________________________________________________________________
27907 [  8645] By: gsar                                  on 2001/01/31  15:10:14
27908         Log: Configure tweak suggested by Peter Prymmer
27909      Branch: maint-5.6/perl
27910            ! Configure
27911 ____________________________________________________________________________
27912 [  8644] By: gsar                                  on 2001/01/31  15:06:32
27913         Log: more files need to be writable in the source distribution
27914      Branch: maint-5.6/perl
27915            ! Porting/makerel
27916 ____________________________________________________________________________
27917 [  8643] By: jhi                                   on 2001/01/31  14:59:46
27918         Log: Integrate changes #8258,8278,8279 from mainline.
27919              
27920              Make the large file tests more robust/talkative.
27921      Branch: maint-5.6/perl
27922           !> t/lib/syslfs.t t/op/lfs.t
27923 ____________________________________________________________________________
27924 [  8642] By: gsar                                  on 2001/01/31  14:53:48
27925         Log: integrate changes#8311,8334 from mainline
27926              
27927              Add a new MakeMaker variable PM_FILTER that defines a Unix
27928              filter to be run on each .pm during the pm_to_blib() phase,
27929              a fixed version of
27930              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
27931              
27932              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
27933              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
27934              accurate reading of the "atime".  
27935      Branch: maint-5.6/perl
27936           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
27937           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
27938           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
27939 ____________________________________________________________________________
27940 [  8641] By: jhi                                   on 2001/01/31  14:46:37
27941         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
27942      Branch: maint-5.6/perl
27943            ! lib/Getopt/Long.pm
27944 ____________________________________________________________________________
27945 [  8640] By: gsar                                  on 2001/01/31  14:40:24
27946         Log: make regen_all
27947      Branch: maint-5.6/perl
27948            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
27949 ____________________________________________________________________________
27950 [  8639] By: gsar                                  on 2001/01/31  14:37:25
27951         Log: refresh windows config files
27952      Branch: maint-5.6/perl
27953            ! win32/Makefile win32/config_H.bc win32/config_H.gc
27954            ! win32/config_H.vc win32/makefile.mk
27955 ____________________________________________________________________________
27956 [  8638] By: gsar                                  on 2001/01/31  14:28:10
27957         Log: makefile tweaks for windows: introduce a bulk-switch to enable
27958              same options as ActivePerl; sync changes with makefile.mk
27959      Branch: maint-5.6/perl
27960            ! win32/Makefile win32/makefile.mk
27961 ____________________________________________________________________________
27962 [  8637] By: jhi                                   on 2001/01/31  04:41:30
27963         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
27964              From: Nicholas Clark <nick@ccl4.org>
27965              Date: Tue, 30 Jan 2001 19:51:05 +0000
27966              Message-ID: <20010130195105.R76607@plum.flirble.org> 
27967              
27968              op/inc cure.
27969      Branch: perl
27970            ! pp.c pp.h pp_hot.c t/op/arith.t
27971 ____________________________________________________________________________
27972 [  8636] By: jhi                                   on 2001/01/31  02:38:32
27973         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
27974              no perlio],8257,8380,8479,8515 from mainline.
27975              
27976              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
27977              
27978              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
27979              Subject: [PATCH perl@8133] fix-up for VMS extensions
27980              
27981              In VMS embedded perls couldn't access the statically built Socket.
27982              
27983              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
27984              
27985              Further VMS piping fixes from Charles Lane.
27986              
27987              Subject:  [PATCH] make t/op/misc.t work on VMS
27988              
27989              Add tracing for debugging extensions builds in VMS.
27990              
27991              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
27992      Branch: maint-5.6/perl
27993           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
27994           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
27995           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
27996 ____________________________________________________________________________
27997 [  8635] By: jhi                                   on 2001/01/31  01:46:41
27998         Log: Integrate change #7732 from mainline.
27999              
28000              Sparc 64-bit pack() fix from Jens Hamisch.
28001      Branch: maint-5.6/perl
28002           !> pp.c
28003 ____________________________________________________________________________
28004 [  8634] By: jhi                                   on 2001/01/31  01:41:16
28005         Log: One spot missing from #8626.
28006      Branch: maint-5.6/perl
28007            ! sv.c
28008 ____________________________________________________________________________
28009 [  8633] By: jhi                                   on 2001/01/31  00:49:17
28010         Log: Integrate change #7495 from mainline.
28011              
28012              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
28013      Branch: maint-5.6/perl
28014           !> MANIFEST ext/re/Makefile.PL
28015 ____________________________________________________________________________
28016 [  8632] By: jhi                                   on 2001/01/30  23:38:49
28017         Log: Integrate change #8396 from mainline.
28018              
28019              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
28020              better multicast support (resend)
28021      Branch: maint-5.6/perl
28022           !> ext/Socket/Socket.pm
28023 ____________________________________________________________________________
28024 [  8631] By: jhi                                   on 2001/01/30  23:28:03
28025         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
28026              
28027              More AIX lore. (7514, ext/re/hints/aix.pl)
28028              
28029              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
28030              
28031              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)
28032              
28033              Subject: [ID 20001214.002] Net::Ping patch
28034              
28035              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
28036              
28037              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
28038              
28039              Add ReuseAddr as a (preferred) alias for Reuse as we now
28040              also have ReusePort.
28041              
28042              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
28043      Branch: maint-5.6/perl
28044           +> ext/re/hints/aix.pl
28045           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
28046           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
28047 ____________________________________________________________________________
28048 [  8630] By: jhi                                   on 2001/01/30  23:03:59
28049         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
28050              
28051              read() documentation tweak for 20001121.004.
28052              
28053              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
28054      Branch: maint-5.6/perl
28055           !> pod/perlfunc.pod pod/perlre.pod
28056 ____________________________________________________________________________
28057 [  8629] By: jhi                                   on 2001/01/30  22:41:57
28058         Log: Integrate change #8098 from mainline.
28059              
28060              fastgetcwd is defined using a glob alias on a $^O dependent basis
28061              and there was no default assignment or perl subroutine.
28062      Branch: maint-5.6/perl
28063           !> lib/Cwd.pm
28064 ____________________________________________________________________________
28065 [  8628] By: jhi                                   on 2001/01/30  21:58:52
28066         Log: Integrate change #7866 from mainline.
28067              
28068              File::Temp 0.11.
28069      Branch: maint-5.6/perl
28070           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
28071 ____________________________________________________________________________
28072 [  8627] By: jhi                                   on 2001/01/30  21:39:44
28073         Log: Integrate changes #8075,8086,8228 from mainline.  
28074              
28075              Darwin is not Windows. (8075,8086)
28076              
28077              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
28078      Branch: maint-5.6/perl
28079           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
28080           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
28081           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
28082           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
28083 ____________________________________________________________________________
28084 [  8626] By: jhi                                   on 2001/01/30  21:22:11
28085         Log: Integrate with tweakery the change #8625 from mainline,
28086              the multibyte decimal separator fix ("fa_IR locale failure").
28087      Branch: maint-5.6/perl
28088            ! embedvar.h perlapi.h
28089           !> intrpvar.h perl.c perl.h sv.c util.c
28090 ____________________________________________________________________________
28091 [  8625] By: jhi                                   on 2001/01/30  20:26:33
28092         Log: Fix for the fa_IR locale failure.  The reason for the failure
28093              was that Perl was assuming the decimal separator aka the radix
28094              separator is one character.  The Farsi-Iranian locale crushed
28095              that bad assumption since there the separator is 'Momayyez',
28096              glyphwise looking somewhat like a slash, and in Unicode UTF-8
28097              encoded in two bytes, 0xd9 0xab.
28098      Branch: perl
28099            ! intrpvar.h perl.c perl.h sv.c util.c
28100 ____________________________________________________________________________
28101 [  8624] By: gsar                                  on 2001/01/30  20:17:03
28102         Log: regen_headers
28103      Branch: maint-5.6/perl
28104            ! Makefile.SH pod/perlintern.pod
28105 ____________________________________________________________________________
28106 [  8623] By: gsar                                  on 2001/01/30  19:42:34
28107         Log: backout change#7431 and its dependents (causes spurious rebuilds
28108              of autogenerated files)
28109              
28110              fix benign b.t failure
28111      Branch: maint-5.6/perl
28112            ! Makefile.SH t/lib/b.t
28113 ____________________________________________________________________________
28114 [  8622] By: jhi                                   on 2001/01/30  19:41:41
28115         Log: Microperl sync.
28116      Branch: perl
28117            ! mg.c perl.h
28118 ____________________________________________________________________________
28119 [  8621] By: gsar                                  on 2001/01/30  19:24:47
28120         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
28121              from mainline
28122              
28123              Subject: podlators 1.06 released
28124              
28125              Subject: [PATCH @8436] Eliminate op_children
28126              
28127              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
28128              
28129              (Replaced by #8448)  More op_children traces (cleanup of #8442).
28130              
28131              Subject: [PATCH #3 @8436] Re: Eliminate op_children
28132              Replace #8444 and #8445.
28133              
28134              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
28135              at the setting of the ofs_sv in new_struct_thread() as the
28136              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
28137              uninitialized fields are, uh, initialized with),
28138              SvREFCNT_inc()ing that invited a core dump.
28139              
28140              podlators 1.07, from Russ Allbery.
28141              
28142              Subject: [PATCH] regcomp.c old feature removal
28143              From: mjd@plover.com
28144              Date: 16 Jan 2001 14:43:18 -0000 
28145              Message-ID: <20010116144318.7140.qmail@plover.com> 
28146      Branch: maint-5.6/perl
28147           +> lib/Pod/Text/Overstrike.pm
28148           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
28149           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
28150           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
28151           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
28152           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
28153           !> util.c
28154 ____________________________________________________________________________
28155 [  8620] By: gsar                                  on 2001/01/30  18:48:32
28156         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
28157              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
28158              now fails one test)
28159              
28160              Subject: [PATCH] lvalue AUTOLOAD. No, really.
28161              
28162              Subject: [PATCH] Interesting syntax idea
28163              Make opens + bareword assigns do typeglob assigns.
28164              
28165              Tests for #8254.
28166              
28167              Subject: [PATCH @8269] Continue blocks and B::Deparse
28168              Make the peephole optimizer to bypass more null ops and
28169              and rewrite the deparse handling of continue blocks.
28170              
28171              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
28172              Doc tweak on #8313.
28173              
28174              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
28175              
28176              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
28177              
28178              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
28179              
28180              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
28181              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
28182              according to the platform.
28183              
28184              Subject: [PATCH @8404] Consolidated lvalue sub changes
28185              
28186              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
28187              
28188              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
28189              
28190              Subject: B::Concise -- an improved replacement for B::Terse 
28191              
28192              The B::Terse drop-in replacement wasn't quite drop-in.
28193              
28194              The LVRET macro needed an aTHX.
28195              
28196              Use the /^Perl_/-less form of is_lvalue_sub().
28197              
28198              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
28199      Branch: maint-5.6/perl
28200           +> ext/B/B/Concise.pm
28201           !> (integrate 27 files)
28202 ____________________________________________________________________________
28203 [  8619] By: nick                                  on 2001/01/30  18:40:28
28204         Log: Integrate mainline
28205      Branch: perlio
28206           !> (integrate 40 files)
28207 ____________________________________________________________________________
28208 [  8618] By: jhi                                   on 2001/01/30  18:37:18
28209         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
28210              Date: Mon, 29 Jan 2001 22:51:29 -0600
28211              From: "Craig A. Berry" <craigberry@mac.com>
28212              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
28213      Branch: perl
28214            ! vms/test.com
28215 ____________________________________________________________________________
28216 [  8617] By: jhi                                   on 2001/01/30  18:34:53
28217         Log: Subject: [PATCH] Add missing CV flags to dump.c
28218              From: Tim Jenness <t.jenness@jach.hawaii.edu>
28219              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
28220              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
28221      Branch: perl
28222            ! dump.c
28223 ____________________________________________________________________________
28224 [  8616] By: jhi                                   on 2001/01/30  18:20:58
28225         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
28226              part isn't applicable to maintperl.
28227              
28228              UTF-8 nit from Inaba Hiroto.
28229      Branch: maint-5.6/perl
28230           !> pod/perlapi.pod utf8.c
28231 ____________________________________________________________________________
28232 [  8615] By: jhi                                   on 2001/01/30  18:18:51
28233         Log: UTF-8 nit from Inaba Hiroto.
28234      Branch: perl
28235            ! pod/perlapi.pod t/op/each.t utf8.c
28236 ____________________________________________________________________________
28237 [  8614] By: jhi                                   on 2001/01/30  18:13:38
28238         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
28239              
28240              perl's internal variables are not for public consumption,
28241              move their docs from perlapi.pod to perlintern.pod
28242              
28243              support for -Dusethreads build under HP-UX 10.20 and DCE threads
28244              library (11.0 and later have pthreads but 10.x don't)
28245              
28246              avoid uninitialized value warnings
28247              
28248              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
28249              gets weird results)
28250              
28251              perldoc nit on windows
28252              
28253              make it possible to run the tests outside the source tree
28254              (there's still a dependency on ../lib being the library
28255              location)
28256      Branch: perl
28257           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
28258           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
28259           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
28260           !> win32/bin/search.pl win32/vdir.h
28261 ____________________________________________________________________________
28262 [  8613] By: gsar                                  on 2001/01/30  16:39:59
28263         Log: make it possible to run the tests outside the source tree
28264              (there's still a dependency on ../lib being the library
28265              location)
28266      Branch: maint-5.6/perl
28267            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
28268 ____________________________________________________________________________
28269 [  8612] By: gsar                                  on 2001/01/30  16:31:12
28270         Log: perldoc nit on windows
28271      Branch: maint-5.6/perl
28272            ! utils/perldoc.PL
28273 ____________________________________________________________________________
28274 [  8611] By: gsar                                  on 2001/01/30  16:22:54
28275         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
28276              gets weird results)
28277      Branch: maint-5.6/perl
28278            ! win32/vdir.h
28279 ____________________________________________________________________________
28280 [  8610] By: gsar                                  on 2001/01/30  16:12:45
28281         Log: avoid uninitialized value warnings
28282      Branch: maint-5.6/perl
28283            ! win32/bin/search.pl
28284 ____________________________________________________________________________
28285 [  8609] By: gsar                                  on 2001/01/30  16:08:01
28286         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
28287              library (11.0 and later have pthreads but 10.x don't)
28288      Branch: maint-5.6/perl
28289            ! hints/hpux.sh thread.h
28290 ____________________________________________________________________________
28291 [  8608] By: gsar                                  on 2001/01/30  15:48:55
28292         Log: perl's internal variables are not for public consumption,
28293              move their docs from perlapi.pod to perlintern.pod
28294      Branch: maint-5.6/perl
28295            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
28296            ! thrdvar.h
28297 ____________________________________________________________________________
28298 [  8607] By: gsar                                  on 2001/01/30  15:44:27
28299         Log: mistakenly branched perl56delta.pod, revert
28300      Branch: maint-5.6/perl
28301            - pod/perl56delta.pod
28302           !> pod/perldelta.pod
28303 ____________________________________________________________________________
28304 [  8606] By: gsar                                  on 2001/01/30  14:20:24
28305         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
28306              dTHR which has been a noop for a while now, except for the
28307              compatibility definition in thread.h)
28308      Branch: maint-5.6/perl
28309           !> (integrate 45 files)
28310 ____________________________________________________________________________
28311 [  8605] By: jhi                                   on 2001/01/30  05:43:58
28312         Log: Mark the UTF-8 APIs as experimental.
28313      Branch: maint-5.6/perl
28314            ! embed.pl pod/perlapi.pod
28315 ____________________________________________________________________________
28316 [  8604] By: jhi                                   on 2001/01/30  05:38:40
28317         Log: Nits from earlier integrates.
28318      Branch: maint-5.6/perl
28319            ! lib/Carp/Heavy.pm
28320           !> sv.c
28321 ____________________________________________________________________________
28322 [  8603] By: jhi                                   on 2001/01/30  05:27:26
28323         Log: Regenerate Porting files.
28324      Branch: maint-5.6/perl
28325            ! Porting/Glossary Porting/config.sh Porting/config_H
28326 ____________________________________________________________________________
28327 [  8602] By: jhi                                   on 2001/01/30  05:14:59
28328         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
28329              8310,8339,8447,8492,8493,8505,8525: documentation changes.
28330              
28331              Subject: Re: perlfaq style changes
28332              
28333              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
28334              
28335              Subject: [PATCH] docs on NaN
28336              
28337              Subject: [patch] perlfaq7
28338              
28339              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
28340              
28341              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
28342              
28343              Subject: [PATCH] open() example in perlfunc.pod
28344              
28345              Podify README.mpeix (a new version from the web)
28346              
28347              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
28348              
28349              Subject: [PATCH] format and rewording in perlfaq.pod
28350              
28351              Subject: [PATCH] API Variable documentation   
28352              
28353              Memory management calls documentation.
28354              
28355              Subject: [PATCH: perl@8482] README.vms URL updates
28356              
28357              Subject: Minor typos in perlfaq2.pod
28358              
28359              Subject: [PATCH] pod/perlvar.pod
28360      Branch: maint-5.6/perl
28361           +> pod/perl56delta.pod
28362            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
28363           !> README.amiga README.epoc README.mpeix README.vms
28364           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
28365           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
28366           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
28367           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
28368           !> pod/perlvar.pod thrdvar.h
28369 ____________________________________________________________________________
28370 [  8601] By: jhi                                   on 2001/01/30  04:38:35
28371         Log: Integrate changes #8036,8096,8253 from mainline:
28372              hints changes.
28373              
28374              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
28375              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
28376              
28377              Output the (apparent) version of gcc in Tru64.
28378      Branch: maint-5.6/perl
28379           +> ext/POSIX/hints/svr4.pl
28380           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
28381           !> hints/svr4.sh t/lib/bigfltpm.t
28382 ____________________________________________________________________________
28383 [  8600] By: jhi                                   on 2001/01/30  04:04:01
28384         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
28385              locale fixes.
28386              
28387              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
28388              
28389              Debian allows /usr/bin/locale to exist without any locales. (7868)
28390              
28391              Allow the locale test needing POSIX and the taint test
28392              needing IPC::SysV to run under 'minitest' (basically,
28393              bail out if loading the extension fails). (8384)
28394              
28395              Cleanup the locale.t output  (8480)
28396      Branch: maint-5.6/perl
28397           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
28398           !> t/pragma/locale.t
28399 ____________________________________________________________________________
28400 [  8599] By: jhi                                   on 2001/01/30  03:51:04
28401         Log: Missing generated files from #8598.
28402      Branch: maint-5.6/perl
28403            ! embed.h global.sym objXSUB.h perlapi.c proto.h
28404 ____________________________________________________________________________
28405 [  8598] By: jhi                                   on 2001/01/30  03:41:54
28406         Log: Integrate change #8555 from mainline, manually integrate parts
28407              of changes 8452 and 8583.
28408              
28409              Subject: [PATCH] utf8.c documentation (8452)
28410              
28411              No point in checking the length if the pointer is bogus. (8555)
28412              
28413              Introduce bytes_from_utf8() and implement sv_eq() using it,
28414              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
28415              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
28416              was malformed. (8583)
28417      Branch: maint-5.6/perl
28418            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
28419           !> pod/perlapi.pod sv.c utf8.c
28420 ____________________________________________________________________________
28421 [  8597] By: gsar                                  on 2001/01/30  02:37:26
28422         Log: get PERL_OBJECT build going again on windows
28423      Branch: maint-5.6/perl
28424            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
28425            ! pod/perlapi.pod proto.h sv.c
28426 ____________________________________________________________________________
28427 [  8596] By: jhi                                   on 2001/01/30  02:16:17
28428         Log: Signedness nit.
28429      Branch: perl
28430            ! sv.c
28431 ____________________________________________________________________________
28432 [  8595] By: jhi                                   on 2001/01/30  02:11:07
28433         Log: EBCDIC patch for Storable, from Peter Prymmer.
28434      Branch: perl
28435            ! t/lib/st-06compat.t
28436 ____________________________________________________________________________
28437 [  8594] By: jhi                                   on 2001/01/30  01:04:48
28438         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
28439              From: Peter Prymmer <pvhp@forte.com>
28440              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
28441              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
28442      Branch: perl
28443            ! t/lib/b.t
28444 ____________________________________________________________________________
28445 [  8593] By: jhi                                   on 2001/01/30  00:56:47
28446         Log: Subject: [PATCH: perl@8585] pod problems in io
28447              From: Peter Prymmer <pvhp@forte.com>
28448              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
28449              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
28450      Branch: perl
28451            ! pod/perlapio.pod pod/perliol.pod
28452 ____________________________________________________________________________
28453 [  8592] By: jhi                                   on 2001/01/30  00:48:20
28454         Log: Integrate perlio.
28455      Branch: perl
28456           !> pod/perlapio.pod pod/perliol.pod
28457 ____________________________________________________________________________
28458 [  8591] By: nick                                  on 2001/01/29  22:02:28
28459         Log: GNU 'merge' Simon's copy of perliol.pod with version
28460              patched by Craig's patch.
28461      Branch: perlio
28462            ! pod/perliol.pod
28463 ____________________________________________________________________________
28464 [  8590] By: nick                                  on 2001/01/29  21:55:10
28465         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
28466      Branch: perlio
28467            ! pod/perlapio.pod pod/perliol.pod
28468 ____________________________________________________________________________
28469 [  8589] By: jhi                                   on 2001/01/29  15:35:33
28470         Log: Integrate change #8586 from maint-5.6/perl.
28471              
28472              make the BOM detection code not call tell() until it has to
28473              (meant to fix esoteric compatibility issues where PL_rsfp
28474              is overridden)
28475      Branch: perl
28476           !> toke.c
28477 ____________________________________________________________________________
28478 [  8588] By: jhi                                   on 2001/01/29  15:29:11
28479         Log: Subject: MAking Solaris malloc() the default
28480              From: Lupe Christoph <lupe@lupe-christoph.de>
28481              Date: Mon, 29 Jan 2001 12:59:36 +0100
28482              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
28483              
28484              The README.solaris part slightly tweaked.
28485      Branch: perl
28486            ! README.solaris hints/solaris_2.sh
28487 ____________________________________________________________________________
28488 [  8587] By: jhi                                   on 2001/01/29  15:17:34
28489         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
28490              From: root@ak-75.mind.de
28491              Date: Sun, 28 Jan 2001 20:32:29 +0100
28492              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
28493      Branch: perl
28494            ! pod/perlre.pod
28495 ____________________________________________________________________________
28496 [  8586] By: gsar                                  on 2001/01/29  13:43:44
28497         Log: make the BOM detection code not call tell() until it has to
28498              (meant to fix esoteric compatibility issues where PL_rsfp
28499              is overridden)
28500      Branch: maint-5.6/perl
28501            ! toke.c
28502 ____________________________________________________________________________
28503 [  8585] By: jhi                                   on 2001/01/28  20:05:45
28504         Log: Update Changes.
28505      Branch: perl
28506            ! Changes patchlevel.h
28507 ____________________________________________________________________________
28508 [  8584] By: jhi                                   on 2001/01/28  19:30:02
28509         Log: Integrate perlio.
28510      Branch: perl
28511           +> pod/perliol.pod
28512           !> MANIFEST pod/perlapio.pod
28513 ____________________________________________________________________________
28514 [  8583] By: jhi                                   on 2001/01/28  19:28:40
28515         Log: Patch from Inaba Hiroto:
28516              - canonical UTF-8 hash keys: if a key string for a hash is
28517              UTF8-on, try downgrade the string and use it if
28518              unicode::distinct is not in effect.
28519              For the task, I added a function bytes_from_utf8() to utf8.c.
28520              It might resemble utf8_to_bytes() but it is not convenient
28521              to the task.
28522              Made a test for it and added to t/op/each.t
28523              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
28524              the mortal copy of the argument SV.
28525              And changed t/io/utf8.t test 18 which expects print() to
28526              upgrade its argument.
28527              - re-implement sv_eq with bytes_from_utf8()
28528              - some bug fixes
28529              - tr/// does not handle UTF8 range (\x{}-\x{})
28530              - \ before raw UTF8 character produced
28531              "Malformed UTF-8 character" warning.
28532              - "\x{100}\N{CENT SIGN}" is Malformed.
28533              Added tests for these 3.
28534              - and one silly bug (by me) with qu operator.
28535      Branch: perl
28536            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
28537            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
28538            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
28539 ____________________________________________________________________________
28540 [  8582] By: nick                                  on 2001/01/28  19:25:04
28541         Log: Add pod/perliol.pod to MANIFEST :-(
28542      Branch: perlio
28543            ! MANIFEST
28544 ____________________________________________________________________________
28545 [  8581] By: nick                                  on 2001/01/28  19:22:40
28546         Log: PerlIO documentation. Proofing and sub-editing requested.
28547      Branch: perlio
28548            + pod/perliol.pod
28549            ! pod/perlapio.pod
28550 ____________________________________________________________________________
28551 [  8580] By: jhi                                   on 2001/01/28  05:16:25
28552         Log: Revert the change to sv_2pv() done by #8054: Someone who
28553              did SvNV_set() on a scalar that also happened to be POK,
28554              followed by sv_2pv() won't get the right coercion anymore.
28555              [Sarathy]
28556      Branch: maint-5.6/perl
28557            ! sv.c
28558 ____________________________________________________________________________
28559 [  8579] By: jhi                                   on 2001/01/28  05:15:04
28560         Log: Remove the #8084 effect: do not allow -Q to be interpreted
28561              as -&Q(), this is too much wiggle room.
28562      Branch: maint-5.6/perl
28563            ! toke.c
28564 ____________________________________________________________________________
28565 [  8578] By: jhi                                   on 2001/01/28  05:12:45
28566         Log: Needed bits of #8439 (should have been in #8576),
28567              mainly for lval substr().
28568      Branch: maint-5.6/perl
28569            ! mg.c pp.c pp_hot.c
28570 ____________________________________________________________________________
28571 [  8577] By: jhi                                   on 2001/01/28  05:02:46
28572         Log: A missing check-in.
28573      Branch: maint-5.6/perl
28574            ! utf8.c
28575 ____________________________________________________________________________
28576 [  8576] By: jhi                                   on 2001/01/28  04:26:18
28577         Log: Integrate changes #8425,8436,8439,8517 from mainline.
28578              The 8439 was not truly integrated because it had too many
28579              dependencies on the development branch and because it introduced
28580              concepts too bold for a maintenance branch (such as the qu operator).
28581              
28582              Subject: [PATCH perl@8342] -Wformat
28583              
28584              Tighten some of the UTF-8 tests a bit.
28585              
28586              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
28587              - The substr lval was still not okay.
28588              - Now pp_stringify and sv_setsv copies source's UTF8 flag
28589              even if IN_BYTE.  pp_stringify is called from fold_constants
28590              at optimization phase and "\x{100}" was made SvUTF8_off under
28591              use bytes (the bytes pragma is for "byte semantics" and not
28592              for "do not produce UTF8 data")
28593      Branch: maint-5.6/perl
28594            ! t/lib/charnames.t t/op/substr.t toke.c
28595           !> sv.c t/pragma/utf8.t
28596 ____________________________________________________________________________
28597 [  8575] By: jhi                                   on 2001/01/28  04:01:51
28598         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
28599              
28600              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
28601              
28602              Subject: [ID 20001230.003] UTF-8 tr still hurts
28603              
28604              Test cases for #8385 (from Simon's "torture.pl")
28605              
28606              Start fixing UTF-8 lval substr() (8405)
28607      Branch: maint-5.6/perl
28608           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
28609           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
28610 ____________________________________________________________________________
28611 [  8574] By: jhi                                   on 2001/01/28  03:09:06
28612         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
28613              from mainline.
28614              
28615              UTF-8 cleanup.
28616              
28617              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
28618              
28619              "\x{FF}\xFF" was broken.
28620              
28621              Tests for #8329 and #8330.
28622              
28623              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
28624              
28625              IRIX compiler noticed that the bof initialization might be
28626              bypassed by control flow.
28627              
28628              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
28629      Branch: maint-5.6/perl
28630           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
28631           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
28632 ____________________________________________________________________________
28633 [  8573] By: jhi                                   on 2001/01/28  02:06:12
28634         Log: Retract #8552.
28635      Branch: perl
28636            ! lib/Text/Wrap.pm t/lib/textwrap.t
28637 ____________________________________________________________________________
28638 [  8572] By: jhi                                   on 2001/01/28  02:04:49
28639         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
28640              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
28641              not really integrated but instead salvaged by hand
28642              (they had too many dependencies on the development release
28643              to be cleanly integratable).
28644              
28645              Subject: more UTF8 test suites and an UTF8 patch
28646              
28647              Tweak for MULTIPLICITY/USE_PERLIO
28648              
28649              Signedness nit.
28650              
28651              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
28652              
28653              Use the UTF8_XXX macros in is_utf8_char().
28654              
28655              Rewrite pp_concat() in terms of sv_catsv().  The . operator
28656              should now be UTF-8-proof.
28657              
28658              Subject: [PATCH perl@8269] scanning two hex-constants
28659              fails on EBCDIC environment (script length.t)
28660              
28661              Add some Unicode chop() tests.
28662      Branch: maint-5.6/perl
28663            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
28664           !> sv.c t/op/chop.t utf8.h
28665 ____________________________________________________________________________
28666 [  8571] By: jhi                                   on 2001/01/28  00:35:59
28667         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
28668              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
28669              
28670              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
28671              
28672              The maxiters upper limit sanity check (guarding against
28673              non-progress) assumed bytes instead of characters in s///
28674              and split().
28675              
28676              Signedness nit.
28677              
28678              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
28679              join() should now be UTF-8-proof.
28680              
28681              More split // UTF-8 tests. (8250)
28682      Branch: maint-5.6/perl
28683           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
28684           !> util.c
28685 ____________________________________________________________________________
28686 [  8570] By: jhi                                   on 2001/01/27  22:15:46
28687         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
28688              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
28689              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
28690              8084,8204,8244,8333 from mainline.
28691              
28692              For -Q where Q might be a one-letter sub name one does no more
28693              get a warning about an unknown filetest (7941,7943,7944,8084).
28694              
28695              Subject: Re: [ID 20001130.011] expression parsing bug ?
28696              
28697              Make uv_to_utf8() to zero-terminate its output buffer.
28698              
28699              Split off t/op/length.t (7995)
28700              
28701              Split off t/op/utf8decode.t (7996)
28702              
28703              Remove an unnecessary 'use utf8' from the utf8.t (7998)
28704              
28705              Split off t/op/concat.t (8004)
28706              
28707              Split off t/op/ver.t (8005)
28708              
28709              Document utf8_length(), utf8_distance(), and utf8_hop().
28710              
28711              Document utf8_to_uv() better.
28712              
28713              Introduce macros for UTF8 decoding (8028,8033).
28714              
28715              Add test for reverse() (8030,8031).
28716              
28717              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
28718              
28719              Do not return the Unicode replacement character    on UTF-8
28720              decoding failure.
28721              
28722              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
28723              not this_utf8 i.e. the output string has one, but don't mess
28724              with source assumption. (8052,8053)
28725              
28726              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
28727              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
28728              was not expecting to be called with something that was already
28729              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
28730              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
28731              (8054)
28732              
28733              Recode the naughty binary bytes in utf8decode.t using the \xHH.
28734              
28735              Make some panic messages a bit more logical.
28736      Branch: maint-5.6/perl
28737           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
28738           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
28739           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
28740           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
28741           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
28742           !> utf8.c utf8.h
28743 ____________________________________________________________________________
28744 [  8569] By: jhi                                   on 2001/01/27  19:16:43
28745         Log: Integrate changes #7750 from perlio and #8566 from mainline.
28746      Branch: maint-5.6/perl
28747           !> regexec.c sv.c
28748 ____________________________________________________________________________
28749 [  8568] By: jhi                                   on 2001/01/27  18:06:51
28750         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
28751              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
28752              7935[-perlio.c],7936,7959,7965 from mainline.
28753              
28754              Change the "big byte" error message to "Wide character".
28755              (7355, the croak-if-wide-chars-in-print part ignored)
28756              
28757              Use UINT64_C().
28758              
28759              Introduce Perl_utf8_length().
28760              
28761              diff -se shows these as different (7753, forgotten check-ins)
28762              
28763              Subject: [PATCH] doop.c - UTF8 tr///
28764              
28765              If we use (aTHX_ ...) then put Perl_ on the front.
28766              
28767              Make utf8_length() and utf8_distance() to be less forgiving
28768              about bad UTF-8.
28769              
28770              Test line numbers are different with utf8.
28771              
28772              No need to scan till infinity, 13 is enough. (7872,7911)
28773              
28774              Subject: [PATCH] Tokeniser debugging
28775              
28776              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
28777              
28778              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
28779              
28780              Be more careful in Perl_sv_utf8_downgrade().
28781              
28782              Use DO_UTF8().
28783              
28784              Raw zero bytes in text files confuse at least GNU patch 2.1.
28785      Branch: maint-5.6/perl
28786           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
28787           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
28788           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
28789           !> t/pragma/utf8.t toke.c utf8.c utf8.h
28790 ____________________________________________________________________________
28791 [  8567] By: nick                                  on 2001/01/27  11:10:38
28792         Log: Integrate mainline
28793      Branch: perlio
28794           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
28795           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
28796           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
28797           !> toke.c
28798 ____________________________________________________________________________
28799 [  8566] By: jhi                                   on 2001/01/27  06:22:48
28800         Log: More documentation for the regexp context stack.
28801      Branch: perl
28802            ! regexec.c
28803 ____________________________________________________________________________
28804 [  8565] By: jhi                                   on 2001/01/27  05:21:57
28805         Log: Update Changes.
28806      Branch: perl
28807            ! Changes patchlevel.h
28808 ____________________________________________________________________________
28809 [  8564] By: jhi                                   on 2001/01/27  04:44:04
28810         Log: Threadedness patch for #8562 from Doug MacEachern.
28811      Branch: perl
28812            ! toke.c
28813 ____________________________________________________________________________
28814 [  8563] By: jhi                                   on 2001/01/27  04:26:24
28815         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
28816              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
28817              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
28818              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
28819      Branch: perl
28820            ! op.c
28821 ____________________________________________________________________________
28822 [  8562] By: jhi                                   on 2001/01/27  04:20:30
28823         Log: Subject: Re: Announce : Tokener reporting patch
28824              From: Simon Cozens <simon@cozens.net>
28825              Date: Mon, 22 Jan 2001 02:17:22 +0000
28826              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
28827      Branch: perl
28828            ! embed.h embed.pl proto.h toke.c
28829 ____________________________________________________________________________
28830 [  8561] By: jhi                                   on 2001/01/27  04:17:24
28831         Log: Forgot from #8545.  Oops.
28832      Branch: perl
28833            ! pp.c t/pragma/overload.t
28834 ____________________________________________________________________________
28835 [  8560] By: jhi                                   on 2001/01/27  03:01:47
28836         Log: A better module compilation test, use MANIFEST as suggested
28837              by Spider.
28838      Branch: perl
28839            ! t/lib/1_compile.t
28840 ____________________________________________________________________________
28841 [  8559] By: jhi                                   on 2001/01/27  02:50:48
28842         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
28843              From: Peter Prymmer <pvhp@forte.com>
28844              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
28845              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
28846      Branch: perl
28847            ! t/lib/b.t
28848 ____________________________________________________________________________
28849 [  8558] By: jhi                                   on 2001/01/27  02:27:05
28850         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
28851              From: Peter Prymmer <pvhp@forte.com>
28852              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
28853              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
28854      Branch: perl
28855            ! t/pragma/sub_lval.t
28856 ____________________________________________________________________________
28857 [  8557] By: jhi                                   on 2001/01/27  02:26:03
28858         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
28859              From: Peter Prymmer <pvhp@forte.com>
28860              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
28861              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
28862      Branch: perl
28863            ! t/lib/st-06compat.t
28864 ____________________________________________________________________________
28865 [  8556] By: jhi                                   on 2001/01/27  02:24:33
28866         Log: Subject: [PATCH: perl@8531] minor update to README.os390
28867              From: Peter Prymmer <pvhp@forte.com>
28868              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
28869              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
28870      Branch: perl
28871            ! README.os390
28872 ____________________________________________________________________________
28873 [  8555] By: jhi                                   on 2001/01/27  00:35:47
28874         Log: No point in checking the length before we know whether the pointer
28875              is bogus or not, fixes Abigail's odbm failures in Linux.
28876      Branch: perl
28877            ! sv.c
28878 ____________________________________________________________________________
28879 [  8554] By: nick                                  on 2001/01/26  19:01:31
28880         Log: Integrate mainline
28881      Branch: perlio
28882           !> lib/Text/Wrap.pm t/lib/textwrap.t
28883 ____________________________________________________________________________
28884 [  8553] By: jhi                                   on 2001/01/26  15:19:39
28885         Log: Integrate change #7792 from perlio (multiplicity fix),
28886              fix the AV leak in regex DEBUGGING (tiny part of the
28887              polymorphic regexp patch #8143).
28888      Branch: maint-5.6/perl
28889            ! regcomp.c
28890           !> scope.h
28891 ____________________________________________________________________________
28892 [  8552] By: jhi                                   on 2001/01/26  15:03:23
28893         Log: Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
28894              From: Michael G Schwern <schwern@pobox.com>
28895              Date: Fri, 26 Jan 2001 09:28:31 -0500
28896              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
28897      Branch: perl
28898            ! lib/Text/Wrap.pm t/lib/textwrap.t
28899 ____________________________________________________________________________
28900 [  8551] By: jhi                                   on 2001/01/26  02:33:19
28901         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
28902              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
28903              
28904              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
28905              
28906              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
28907              
28908              Message nit.
28909              
28910              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
28911              
28912              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
28913              
28914              (the cleanup of unused submatches in regtry() and regcppop())
28915              
28916              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
28917              stored and restored, and thusly was trounced by the utf8 swash
28918              routines.
28919              
28920              use utf8 not required to use \x{}.
28921              
28922              Removed two more tests that make no sense in UTF-8 since the test
28923              data is not in UTF-8.
28924              
28925              Get the three different space character classes right under utf8.
28926              
28927              Implement ANYOFUTF8 regprop() dumping.
28928              
28929              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
28930              
28931              Document the regex context pushing/popping a bit better.
28932      Branch: maint-5.6/perl
28933           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
28934           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
28935           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
28936           !> t/op/regmesg.t utf8.c
28937 ____________________________________________________________________________
28938 [  8550] By: nick                                  on 2001/01/25  19:42:30
28939         Log: Integrate mainline
28940      Branch: perlio
28941           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
28942           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
28943           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
28944           !> t/lib/bigint.t t/lib/bigintpm.t
28945 ____________________________________________________________________________
28946 [  8549] By: jhi                                   on 2001/01/25  15:22:28
28947         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
28948      Branch: maint-5.6/perl
28949            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
28950 ____________________________________________________________________________
28951 [  8548] By: jhi                                   on 2001/01/25  15:02:55
28952         Log: Integrate changes #7997,8063,8492,8547 from mainline.
28953              
28954              Subject: Re: STRLEN - what?
28955              
28956              Subject: [PATCH] perlguts.pod
28957              
28958              Memory management calls documentation.
28959              
28960              Layout using tabulator is not a good idea in a pod.
28961      Branch: maint-5.6/perl
28962           !> pod/perlguts.pod
28963 ____________________________________________________________________________
28964 [  8547] By: jhi                                   on 2001/01/25  14:49:05
28965         Log: Layout using tabulator is not a good idea in a pod.
28966      Branch: perl
28967            ! pod/perlguts.pod
28968 ____________________________________________________________________________
28969 [  8546] By: jhi                                   on 2001/01/25  14:31:12
28970         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
28971              from mainline.
28972              
28973              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
28974              
28975              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
28976              
28977              More Win32 editor/IDE/shell hints.
28978              
28979              More Win32 Perling.
28980              
28981              Yet another editor edit.
28982              
28983              Edit edit edit.
28984              
28985              IDE/editor section tweaking.
28986              
28987              Few more IDE/editor nits from p5p.
28988      Branch: maint-5.6/perl
28989           !> pod/perlfaq3.pod
28990 ____________________________________________________________________________
28991 [  8545] By: jhi                                   on 2001/01/25  04:16:32
28992         Log: Subject: [PATCH 5.7.0] overload int()
28993              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28994              Date: Wed, 24 Jan 2001 19:06:57 -0500
28995              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
28996      Branch: perl
28997            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
28998            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
28999            ! t/lib/bigintpm.t
29000 ____________________________________________________________________________
29001 [  8544] By: jhi                                   on 2001/01/25  04:15:11
29002         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
29003              From: Peter Prymmer <pvhp@forte.com>
29004              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
29005              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
29006      Branch: perl
29007            ! Makefile.SH README.os390 hints/os390.sh installperl
29008 ____________________________________________________________________________
29009 [  8543] By: jhi                                   on 2001/01/25  03:52:08
29010         Log: Integrate change #8462,8469 from mainline.
29011              
29012              In VMS Perl subversion (perl -V) is undef.
29013      Branch: maint-5.6/perl
29014           !> configure.com
29015 ____________________________________________________________________________
29016 [  8542] By: jhi                                   on 2001/01/25  03:44:55
29017         Log: Integrate changes #7835,7850,8315,8316 from mainline.
29018              
29019              Solaris hints.
29020      Branch: maint-5.6/perl
29021           !> hints/solaris_2.sh
29022 ____________________________________________________________________________
29023 [  8541] By: jhi                                   on 2001/01/25  03:39:28
29024         Log: Integrate #8336 from mainline.
29025      Branch: maint-5.6/perl
29026           !> hv.c
29027 ____________________________________________________________________________
29028 [  8540] By: jhi                                   on 2001/01/25  03:23:50
29029         Log: Retract #8539.
29030      Branch: maint-5.6/perl
29031            ! pod/perlfaq3.pod
29032 ____________________________________________________________________________
29033 [  8539] By: jhi                                   on 2001/01/25  03:21:55
29034         Log: (Retracted by #5940.)
29035      Branch: maint-5.6/perl
29036            ! pod/perlfaq3.pod
29037 ____________________________________________________________________________
29038 [  8538] By: jhi                                   on 2001/01/25  03:14:07
29039         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
29040              From: Peter Prymmer <pvhp@forte.com>
29041              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
29042              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
29043              
29044              The VMS bits.
29045      Branch: maint-5.6/perl
29046            ! configure.com vms/descrip_mms.template
29047 ____________________________________________________________________________
29048 [  8537] By: jhi                                   on 2001/01/25  03:06:09
29049         Log: Integrate #7710,7824,7973 from mainline.
29050      Branch: maint-5.6/perl
29051           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
29052           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
29053           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
29054           !> vos/config.ga.def vos/config.ga.h win32/config.bc
29055           !> win32/config.gc win32/config.vc
29056 ____________________________________________________________________________
29057 [  8536] By: jhi                                   on 2001/01/24  13:50:20
29058         Log: Revert the edits made by me so far to the 5.6 branch since
29059              the TRIAL1 since I did edits when I should have been using
29060              integrates.  Bad programmer.   (Will integrate them properly later.)
29061              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
29062              The #8353 will not be reapplied at least for now since
29063              the UTF-8 hash keys need more thinking.
29064              (The patches #8347, #8354, #8454, #8473 were okay since they
29065              were original edits made specifically for the 5.6.1-TRIAL1.)
29066      Branch: maint-5.6/perl
29067            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29068            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
29069            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
29070            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
29071            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
29072            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
29073            ! win32/config.bc win32/config.gc win32/config.vc
29074 ____________________________________________________________________________
29075 [  8535] By: bailey                                on 2001/01/24  06:37:02
29076         Log: SYN SYN
29077      Branch: vmsperl
29078           +> (branch 26 files)
29079           !> (integrate 130 files)
29080 ____________________________________________________________________________
29081 [  8534] By: nick                                  on 2001/01/23  19:30:57
29082         Log: Integrate mainline.
29083      Branch: perlio
29084           !> Changes Configure Porting/Glossary Porting/config.sh
29085           !> Porting/config_H embed.h embed.pl ext/Encode/compile
29086           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
29087           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
29088           !> pod/perlvar.pod proto.h t/lib/1_compile.t
29089 ____________________________________________________________________________
29090 [  8533] By: jhi                                   on 2001/01/23  16:15:46
29091         Log: Forgotten from #8501.
29092      Branch: perl
29093            ! Porting/Glossary Porting/config.sh Porting/config_H
29094 ____________________________________________________________________________
29095 [  8532] By: jhi                                   on 2001/01/23  16:13:27
29096         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
29097              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
29098              Date: Mon, 22 Jan 2001 17:51:58 +0100
29099              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
29100      Branch: perl
29101            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
29102 ____________________________________________________________________________
29103 [  8531] By: jhi                                   on 2001/01/23  15:46:01
29104         Log: Update Changes.
29105      Branch: perl
29106            ! Changes patchlevel.h
29107 ____________________________________________________________________________
29108 [  8530] By: jhi                                   on 2001/01/23  15:38:39
29109         Log: De-cut-and-pasto.
29110      Branch: perl
29111            ! t/lib/1_compile.t
29112 ____________________________________________________________________________
29113 [  8529] By: jhi                                   on 2001/01/23  15:11:04
29114         Log: Document the mkdir trailing slashes case.
29115      Branch: perl
29116            ! pod/perlfunc.pod
29117 ____________________________________________________________________________
29118 [  8528] By: jhi                                   on 2001/01/23  15:08:28
29119         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
29120              get installed:
29121              
29122              Subject: lib/lib.pm
29123              From: <abigail@foad.org>
29124              Date: Mon, 28 Aug 2000 20:35:08 -0400
29125              Message-ID: <20000829003508.21281.qmail@foad.org>
29126      Branch: perl
29127            ! installperl
29128 ____________________________________________________________________________
29129 [  8527] By: jhi                                   on 2001/01/23  14:44:04
29130         Log: Metaconfig unit change for #8526.
29131      Branch: metaconfig
29132            ! U/threads/archname.U
29133 ____________________________________________________________________________
29134 [  8526] By: jhi                                   on 2001/01/23  14:43:19
29135         Log: Attach -perlio to the archname if so selected.
29136      Branch: perl
29137            ! Configure
29138 ____________________________________________________________________________
29139 [  8525] By: jhi                                   on 2001/01/23  14:24:01
29140         Log: Subject: [PATCH] pod/perlvar.pod
29141              From: abigail@foad.org
29142              Date: Tue, 23 Jan 2001 01:41:10 +0100
29143              Message-ID: <20010123004110.22259.qmail@foad.org>
29144      Branch: perl
29145            ! pod/perlvar.pod
29146 ____________________________________________________________________________
29147 [  8524] By: jhi                                   on 2001/01/23  14:22:32
29148         Log: A bug introduced in #8217 (the undefined variable in the
29149              lib/safe1_t #3) fixed, by Charles Lane:
29150              
29151              The earlier patch made it so that stuff running in Safe
29152              compartments could do a "caller" and see "main".  That
29153              little change in name is done right before the code in
29154              the compartment is run, and apparantly the parser
29155              was picking up the stash name before it got changed.
29156              
29157              (why it was threaded vs. unthreaded Perl that was sensitive to this
29158              I still don't know...and it probably doesn't matter).
29159              
29160              I tryed removing the stash name-change and saw that threaded Perl
29161              did indeed pass the lib/safe1.t tests.
29162              
29163              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
29164              do the name change (and to connect _ in the compartment to the global
29165              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
29166              to call _safe_pkg_prep when creating a new compartment.
29167              
29168              Passes all tests with threaded perl on linux; passes all tests
29169              with unthreaded perl on VMS.
29170              
29171              At some point I'll probably want to revisit Safe and Opcode to
29172              provide more sensible handling of global variables...and to get
29173              formats working in Safe compartments, which they don't do currently.
29174      Branch: perl
29175            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
29176 ____________________________________________________________________________
29177 [  8523] By: jhi                                   on 2001/01/23  14:11:58
29178         Log: Also the lib/Thread.pm itself needs to be ignored if
29179              the Thread extension hasn't been built.
29180      Branch: perl
29181            ! t/lib/1_compile.t
29182 ____________________________________________________________________________
29183 [  8522] By: jhi                                   on 2001/01/23  13:51:28
29184         Log: print() instead of warn() so that stderr doesn't get
29185              unncessarily polluted.
29186      Branch: perl
29187            ! ext/Encode/compile
29188 ____________________________________________________________________________
29189 [  8521] By: jhi                                   on 2001/01/23  13:49:48
29190         Log: Integrate perlio.
29191      Branch: perl
29192           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
29193           !> ext/Encode/encode.h
29194 ____________________________________________________________________________
29195 [  8520] By: nick                                  on 2001/01/22  21:44:00
29196         Log: More messing with Encode:
29197              Extra fields in header to allow multiple names and to record
29198              other things "compile" knows.
29199              Re-organise compile to factor out common output routines.
29200      Branch: perlio
29201            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
29202 ____________________________________________________________________________
29203 [  8519] By: nick                                  on 2001/01/22  20:33:50
29204         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
29205      Branch: perlio
29206            ! ext/Encode/Makefile.PL ext/Encode/compile
29207 ____________________________________________________________________________
29208 [  8518] By: nick                                  on 2001/01/22  20:28:13
29209         Log: Integrate mainline
29210      Branch: perlio
29211           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
29212           !> vos/config.alpha.def vos/config.alpha.h
29213 ____________________________________________________________________________
29214 [  8517] By: jhi                                   on 2001/01/22  15:37:17
29215         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
29216              by Inaba Hiroto.
29217      Branch: perl
29218            ! sv.c
29219 ____________________________________________________________________________
29220 [  8516] By: jhi                                   on 2001/01/22  14:55:15
29221         Log: More SIG_SIZE fixes.
29222      Branch: perl
29223            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
29224 ____________________________________________________________________________
29225 [  8515] By: jhi                                   on 2001/01/22  14:50:27
29226         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
29227              From: "Craig A. Berry" <craigberry@mac.com>
29228              Date: Mon, 22 Jan 2001 00:42:24 -0600
29229              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
29230      Branch: perl
29231            ! configure.com
29232 ____________________________________________________________________________
29233 [  8514] By: jhi                                   on 2001/01/22  14:31:17
29234         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
29235              From: "Craig A. Berry" <craigberry@mac.com>
29236              Date: Sun, 21 Jan 2001 23:03:25 -0600
29237              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
29238      Branch: perl
29239            ! configure.com
29240 ____________________________________________________________________________
29241 [  8513] By: jhi                                   on 2001/01/22  14:14:00
29242         Log: Add the .ucm encoding tables to the MANIFEST.
29243      Branch: perl
29244            ! MANIFEST
29245 ____________________________________________________________________________
29246 [  8512] By: jhi                                   on 2001/01/22  13:43:33
29247         Log: Integrate perlio.
29248      Branch: perl
29249           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
29250           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
29251           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
29252           +> ext/Encode/Encode/iso8859-10.ucm
29253           +> ext/Encode/Encode/iso8859-13.ucm
29254           +> ext/Encode/Encode/iso8859-14.ucm
29255           +> ext/Encode/Encode/iso8859-15.ucm
29256           +> ext/Encode/Encode/iso8859-16.ucm
29257           +> ext/Encode/Encode/iso8859-2.ucm
29258           +> ext/Encode/Encode/iso8859-3.ucm
29259           +> ext/Encode/Encode/iso8859-4.ucm
29260           +> ext/Encode/Encode/iso8859-5.ucm
29261           +> ext/Encode/Encode/iso8859-6.ucm
29262           +> ext/Encode/Encode/iso8859-7.ucm
29263           +> ext/Encode/Encode/iso8859-8.ucm
29264           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
29265           +> ext/Encode/Encode/symbol.ucm
29266           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
29267           !> perliol.h
29268 ____________________________________________________________________________
29269 [  8511] By: nick                                  on 2001/01/21  23:44:47
29270         Log: Make "real" layers of ":utf8" and ":raw".
29271              So now PERLIO=utf8 perl ...
29272              does what Andreas wanted.
29273              Fix arg passing in open.pm (still have a Carp issue).
29274      Branch: perlio
29275            ! lib/open.pm perlio.c perliol.h
29276 ____________________________________________________________________________
29277 [  8510] By: jhi                                   on 2001/01/21  22:56:53
29278         Log: Document the regex context pushing/popping a bit better.
29279      Branch: perl
29280            ! regexec.c
29281 ____________________________________________________________________________
29282 [  8509] By: jhi                                   on 2001/01/21  22:55:44
29283         Log: Tweak the mkdir trailing slash code some more.
29284              
29285              TO DO: the same handling should probably be done for
29286              all the other filesystem functions that can have directories
29287              as their arguments.
29288      Branch: perl
29289            ! pp_sys.c
29290 ____________________________________________________________________________
29291 [  8508] By: nick                                  on 2001/01/21  21:37:43
29292         Log: Switch "compiled in" encodings to .ucm format.
29293              (Leave others as .enc till we can run-time load .ucm,
29294              or find some other way to load them.)
29295      Branch: perlio
29296            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
29297            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
29298            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
29299            + ext/Encode/Encode/iso8859-10.ucm
29300            + ext/Encode/Encode/iso8859-13.ucm
29301            + ext/Encode/Encode/iso8859-14.ucm
29302            + ext/Encode/Encode/iso8859-15.ucm
29303            + ext/Encode/Encode/iso8859-16.ucm
29304            + ext/Encode/Encode/iso8859-2.ucm
29305            + ext/Encode/Encode/iso8859-3.ucm
29306            + ext/Encode/Encode/iso8859-4.ucm
29307            + ext/Encode/Encode/iso8859-5.ucm
29308            + ext/Encode/Encode/iso8859-6.ucm
29309            + ext/Encode/Encode/iso8859-7.ucm
29310            + ext/Encode/Encode/iso8859-8.ucm
29311            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
29312            + ext/Encode/Encode/symbol.ucm
29313            ! ext/Encode/Makefile.PL ext/Encode/compile
29314 ____________________________________________________________________________
29315 [  8507] By: nick                                  on 2001/01/21  21:02:03
29316         Log: Integrate (partial) mainline.
29317      Branch: perlio
29318           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
29319           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
29320           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
29321 ____________________________________________________________________________
29322 [  8506] By: jhi                                   on 2001/01/21  20:09:30
29323         Log: Update Changes.
29324      Branch: perl
29325            ! Changes patchlevel.h
29326 ____________________________________________________________________________
29327 [  8505] By: jhi                                   on 2001/01/21  19:39:59
29328         Log: Subject: Minor typos in perlfaq2.pod
29329              From: "Stephen P. Potter" <spp@spotter.yi.org>
29330              Message-Id: <200101192101.QAA11911@spotter.yi.org>
29331              Date: Fri, 19 Jan 2001 16:01:13 -0500
29332              
29333              with a nit from Philip Netwon.
29334      Branch: perl
29335            ! pod/perlfaq2.pod
29336 ____________________________________________________________________________
29337 [  8504] By: jhi                                   on 2001/01/21  19:33:05
29338         Log: Metaconfig change for #8503.
29339      Branch: metaconfig
29340            ! U/threads/usethreads.U
29341 ____________________________________________________________________________
29342 [  8503] By: jhi                                   on 2001/01/21  19:32:21
29343         Log: Sanity check for conflicting thread flavours.
29344      Branch: perl
29345            ! Configure config_h.SH
29346 ____________________________________________________________________________
29347 [  8502] By: jhi                                   on 2001/01/21  19:23:00
29348         Log: Metaconfig change for #8501.
29349      Branch: metaconfig
29350            ! U/modified/sig_name.U
29351 ____________________________________________________________________________
29352 [  8501] By: jhi                                   on 2001/01/21  19:22:26
29353         Log: The SIG_SIZE is the number of the elements *excluding*
29354              the terminating NULL.
29355      Branch: perl
29356            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
29357            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
29358            ! win32/config_H.vc
29359 ____________________________________________________________________________
29360 [  8500] By: jhi                                   on 2001/01/21  18:31:31
29361         Log: Integrate perlio.
29362      Branch: perl
29363           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
29364           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
29365           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
29366           !> pp_sys.c proto.h sv.c
29367 ____________________________________________________________________________
29368 [  8499] By: jhi                                   on 2001/01/21  17:43:57
29369         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
29370              From: Hugo <hv@crypt.compulink.co.uk>
29371              Date: Sun, 21 Jan 2001 13:34:05 +0000
29372              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
29373              
29374              In sprintf UTF8ize only if necessary.
29375      Branch: perl
29376            ! sv.c
29377 ____________________________________________________________________________
29378 [  8498] By: nick                                  on 2001/01/21  16:25:32
29379         Log: Encode cleanup.
29380              Add command line control over "compile" so that Makefile.PL
29381              needs can be combined with other uses.
29382              Use command line options in Makefile.PL.
29383              Fix multi-byte parsing in .ucm files.
29384      Branch: perlio
29385            ! ext/Encode/Makefile.PL ext/Encode/compile
29386 ____________________________________________________________________________
29387 [  8497] By: nick                                  on 2001/01/21  12:56:27
29388         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
29389      Branch: perlio
29390            ! ext/Encode/Encode.xs
29391 ____________________________________________________________________________
29392 [  8496] By: nick                                  on 2001/01/21  12:18:45
29393         Log: Fixup after integrate:
29394              missed the .sym files that are changed by regen_headers
29395              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
29396      Branch: perlio
29397            ! global.sym pp.sym sv.c
29398 ____________________________________________________________________________
29399 [  8495] By: nick                                  on 2001/01/21  11:51:07
29400         Log: Integrate mainline.
29401      Branch: perlio
29402           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
29403           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
29404           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
29405           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
29406           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
29407           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
29408           !> win32/Makefile win32/makefile.mk
29409 ____________________________________________________________________________
29410 [  8494] By: jhi                                   on 2001/01/20  23:12:11
29411         Log: Forgot the expect_number() prototype.
29412      Branch: perl
29413            ! embed.h embed.pl proto.h
29414 ____________________________________________________________________________
29415 [  8493] By: jhi                                   on 2001/01/20  22:56:39
29416         Log: Subject: [PATCH: perl@8482] README.vms URL updates
29417              From: Peter Prymmer <pvhp@forte.com>
29418              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
29419              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
29420              
29421              Plus Craig A. Berry's suggestion to use compaq.com instead
29422              of digital.com.
29423      Branch: perl
29424            ! README.vms
29425 ____________________________________________________________________________
29426 [  8492] By: jhi                                   on 2001/01/20  22:50:05
29427         Log: Memory management calls documentation.
29428      Branch: perl
29429            ! pod/perlguts.pod
29430 ____________________________________________________________________________
29431 [  8491] By: jhi                                   on 2001/01/20  22:38:33
29432         Log: Signedness nit plus few memcpy/Copy nits.
29433      Branch: perl
29434            ! sv.c
29435 ____________________________________________________________________________
29436 [  8490] By: jhi                                   on 2001/01/20  22:25:53
29437         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
29438              From: Peter Prymmer <pvhp@forte.com>
29439              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
29440              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
29441      Branch: perl
29442            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
29443 ____________________________________________________________________________
29444 [  8489] By: jhi                                   on 2001/01/20  22:24:41
29445         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
29446              From: Peter Prymmer <pvhp@forte.com>
29447              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
29448              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
29449      Branch: perl
29450            ! win32/Makefile win32/makefile.mk
29451 ____________________________________________________________________________
29452 [  8488] By: jhi                                   on 2001/01/20  22:22:27
29453         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
29454              From: Peter Prymmer <pvhp@forte.com>
29455              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
29456              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
29457      Branch: perl
29458            ! Makefile.SH
29459 ____________________________________________________________________________
29460 [  8487] By: jhi                                   on 2001/01/20  22:21:18
29461         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
29462              From: Peter Prymmer <pvhp@forte.com>
29463              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
29464              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
29465      Branch: perl
29466            + ext/DynaLoader/dl_dllload.xs
29467            ! MANIFEST Makefile.SH hints/os390.sh
29468 ____________________________________________________________________________
29469 [  8486] By: jhi                                   on 2001/01/20  22:17:53
29470         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
29471              From: Peter Prymmer <pvhp@forte.com>
29472              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
29473              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
29474      Branch: perl
29475            ! README.os390 README.posix-bc
29476 ____________________________________________________________________________
29477 [  8485] By: jhi                                   on 2001/01/20  20:15:30
29478         Log: Document and test the new qu operator.
29479      Branch: perl
29480            + t/op/qu.t
29481            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
29482            ! pod/perlretut.pod pod/perlunicode.pod
29483 ____________________________________________________________________________
29484 [  8484] By: nick                                  on 2001/01/20  19:42:30
29485         Log: Infrastructure to allow:
29486              open($fh,"|-",@array);
29487              to be implemented
29488              i.e. mark pp_open as needing a stack mark, and make pp_open
29489              process its args in that style (and pass them _all_ to tied handles OPEN).
29490              Invent do_openn() which takes SV ** at allow it to see multiple args.
29491              Note this does not _do_ anything yet.
29492      Branch: perlio
29493            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
29494            ! perlapi.c pp_proto.h pp_sys.c proto.h
29495 ____________________________________________________________________________
29496 [  8483] By: nick                                  on 2001/01/20  17:23:14
29497         Log: Integrate mainline.
29498      Branch: perlio
29499           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
29500           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
29501 ____________________________________________________________________________
29502 [  8482] By: jhi                                   on 2001/01/19  15:37:49
29503         Log: Update Changes.
29504      Branch: perl
29505            ! Changes patchlevel.h
29506 ____________________________________________________________________________
29507 [  8481] By: jhi                                   on 2001/01/19  14:41:24
29508         Log: Subject: Re: new feature: s?printf parameter reordering 
29509              From: Hugo <hv@crypt.compulink.co.uk>
29510              Date: Thu, 11 Jan 2001 17:09:03 +0000
29511              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
29512              
29513              - support reordering for all parameters: %, *v, *, .*
29514              - lay down that the reordering specification must immediately
29515              follow that parameter: %3$, *v3$, *3$, .*3$
29516              - fix vectorisation of a zero-length string
29517              - factor out the code choosing the argument to format
29518              
29519              Possibly unwanted side-effects:
29520              - the special format specifiers ' +-0' must now precede any
29521              vectorisation specifier. Tests in op/sprintf and op/ver
29522              have been changed to reflect this.
29523              - sprintf.t test #214 changed its expectations because in many
29524              cases, the next parameter has already been consumed when an
29525              invalid type letter is detected.
29526              
29527              Probably wanted side-effects:
29528              - attempts to format a non-existent parameter will warn as if C<undef>
29529              - attempt to write to non-existent parameter with '%n' will complain
29530              of "attempt to modify read-only value" instead of being silent
29531      Branch: perl
29532            ! sv.c t/op/sprintf.t t/op/ver.t
29533 ____________________________________________________________________________
29534 [  8480] By: jhi                                   on 2001/01/19  14:08:37
29535         Log: Subject: PATCH pragma/locale.t
29536              From: andreas.koenig@anima.de (Andreas J. Koenig)
29537              Date: 18 Jan 2001 09:45:37 +0100
29538              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
29539      Branch: perl
29540            ! t/pragma/locale.t
29541 ____________________________________________________________________________
29542 [  8479] By: jhi                                   on 2001/01/19  13:19:58
29543         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
29544      Branch: perl
29545            ! configure.com
29546 ____________________________________________________________________________
29547 [  8478] By: jhi                                   on 2001/01/19  02:12:35
29548         Log: Automate 1_compile.t.
29549      Branch: perl
29550            ! t/lib/1_compile.t
29551 ____________________________________________________________________________
29552 [  8477] By: jhi                                   on 2001/01/19  01:49:56
29553         Log: Integrate perlio.
29554      Branch: perl
29555           !> sv.c win32/config.bc win32/config.gc win32/config.vc
29556           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
29557 ____________________________________________________________________________
29558 [  8476] By: nick                                  on 2001/01/18  21:51:52
29559         Log: Integrate mainline
29560      Branch: perlio
29561           +> t/lib/1_compile.t t/lib/compmod.pl
29562           !> MANIFEST configure.com lib/unicode/distinct.pm
29563 ____________________________________________________________________________
29564 [  8475] By: nick                                  on 2001/01/18  21:48:02
29565         Log: Win32 "safe signals" co-existance fix.
29566              Fix SIG_SIZE value.
29567              Clear PL_sig_pending when cloning (fork).
29568      Branch: perlio
29569            ! sv.c win32/config.bc win32/config.gc win32/config.vc
29570            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
29571 ____________________________________________________________________________
29572 [  8474] By: jhi                                   on 2001/01/18  14:40:57
29573         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
29574      Branch: perl
29575            ! t/lib/1_compile.t
29576 ____________________________________________________________________________
29577 [  8473] By: gsar                                  on 2001/01/18  11:42:31
29578         Log: unsubmitted trial1 change
29579      Branch: maint-5.6/perl
29580            ! Changes
29581 ____________________________________________________________________________
29582 [  8472] By: jhi                                   on 2001/01/18  04:30:24
29583         Log: The first bug found by 1_compile.t.
29584      Branch: perl
29585            ! lib/unicode/distinct.pm
29586 ____________________________________________________________________________
29587 [  8471] By: jhi                                   on 2001/01/18  04:29:42
29588         Log: Add Schwern's 1_compile test.  The compile_module script renamed
29589              to be a bit shorter for the 8.3 people.
29590      Branch: perl
29591            + t/lib/1_compile.t t/lib/compmod.pl
29592            ! MANIFEST
29593 ____________________________________________________________________________
29594 [  8470] By: jhi                                   on 2001/01/18  04:16:00
29595         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)
29596              From: Peter Prymmer <pvhp@forte.com>
29597              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
29598              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
29599              Replace #8463.
29600      Branch: maint-5.6/perl
29601            ! configure.com
29602 ____________________________________________________________________________
29603 [  8469] By: jhi                                   on 2001/01/18  04:13:02
29604         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)
29605              From: Peter Prymmer <pvhp@forte.com>
29606              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
29607              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
29608              Replace #8462.
29609      Branch: perl
29610            ! configure.com
29611 ____________________________________________________________________________
29612 [  8468] By: jhi                                   on 2001/01/18  03:42:08
29613         Log: Integrate perlio.
29614      Branch: perl
29615           !> gv.c mg.c perlio.c util.c
29616 ____________________________________________________________________________
29617 [  8467] By: nick                                  on 2001/01/17  22:41:10
29618         Log: "Safe" signals - trial implementation.
29619              gv.c tweaked to zero PL_sig_pend array
29620              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
29621              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
29622              Odd thing is that it "works" with PERLIO=stdio as well (linux).
29623      Branch: perlio
29624            ! gv.c mg.c perlio.c util.c
29625 ____________________________________________________________________________
29626 [  8466] By: nick                                  on 2001/01/17  20:40:20
29627         Log: Integrate mainline.
29628      Branch: perlio
29629           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
29630           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
29631           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
29632           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
29633           !> vos/config.ga.h win32/config.bc win32/config.gc
29634           !> win32/config.vc
29635 ____________________________________________________________________________
29636 [  8465] By: jhi                                   on 2001/01/17  18:37:13
29637         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
29638              From: Nicholas Clark <nick@ccl4.org>
29639              Date: Wed, 17 Jan 2001 17:31:33 +0000
29640              Message-ID: <20010117173133.I2633@plum.flirble.org>
29641      Branch: perl
29642            ! t/op/int.t
29643 ____________________________________________________________________________
29644 [  8464] By: jhi                                   on 2001/01/17  14:43:17
29645         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
29646              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
29647              Date: Wed, 17 Jan 2001 15:16:43 +0100
29648              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
29649              
29650              pp_int() was dropping an NV to the floor,
29651              int(279964589018079/59) either returned not an integer
29652              4745162525730.15, or one got "Attempt to free unreferenced scalar."
29653      Branch: perl
29654            ! pp.c
29655 ____________________________________________________________________________
29656 [  8463] By: jhi                                   on 2001/01/17  06:12:42
29657         Log: (Replaced by #8470)
29658              
29659              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)
29660              From: "Craig A. Berry" <craigberry@mac.com>
29661              Date: Tue, 16 Jan 2001 23:38:46 -0600
29662              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
29663      Branch: maint-5.6/perl
29664            ! configure.com
29665 ____________________________________________________________________________
29666 [  8462] By: jhi                                   on 2001/01/17  06:11:31
29667         Log: (Replaced by #8469)
29668              
29669              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)
29670              From: "Craig A. Berry" <craigberry@mac.com>
29671              Date: Tue, 16 Jan 2001 23:38:46 -0600
29672              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
29673      Branch: perl
29674            ! configure.com
29675 ____________________________________________________________________________
29676 [  8461] By: jhi                                   on 2001/01/17  05:56:12
29677         Log: Allow for one trailing slash in the directory of mkdir().
29678      Branch: perl
29679            ! pp_sys.c
29680 ____________________________________________________________________________
29681 [  8460] By: jhi                                   on 2001/01/17  03:26:01
29682         Log: Metaconfig unit changes for #8459.
29683      Branch: metaconfig
29684            ! U/modified/Loc.U U/modified/sig_name.U
29685 ____________________________________________________________________________
29686 [  8459] By: jhi                                   on 2001/01/17  03:24:48
29687         Log: Define SIG_SIZE, the number of elements in the sig_name and
29688              sig_num arrays, including the final NULL entry.
29689      Branch: perl
29690            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29691            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
29692            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
29693            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
29694            ! win32/config.bc win32/config.gc win32/config.vc
29695 ____________________________________________________________________________
29696 [  8458] By: jhi                                   on 2001/01/17  01:41:33
29697         Log: Integrate perlio.
29698      Branch: perl
29699           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
29700           !> perlapi.h proto.h sv.c
29701 ____________________________________________________________________________
29702 [  8457] By: nick                                  on 2001/01/16  22:07:26
29703         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
29704              Provides all the "cost" but no benefit yet - it is to allow cost
29705              to be measured, and implementation experiments (just in mg.c?).
29706      Branch: perlio
29707            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
29708            ! perlapi.h proto.h sv.c
29709 ____________________________________________________________________________
29710 [  8456] By: nick                                  on 2001/01/16  21:07:07
29711         Log: Integrate mainline.
29712      Branch: perlio
29713           !> (integrate 51 files)
29714 ____________________________________________________________________________
29715 [  8455] By: jhi                                   on 2001/01/16  18:13:43
29716         Log: Subject: [PATCH] regcomp.c old feature removal
29717              From: mjd@plover.com
29718              Date: 16 Jan 2001 14:43:18 -0000 
29719              Message-ID: <20010116144318.7140.qmail@plover.com> 
29720      Branch: perl
29721            ! regcomp.c
29722 ____________________________________________________________________________
29723 [  8454] By: jhi                                   on 2001/01/16  16:12:39
29724         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
29725              From: "Indy Singh" <indy@nusphere.com>
29726              Date: Wed, 10 Jan 2001 20:17:49 -0500
29727              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
29728      Branch: maint-5.6/perl
29729            ! win32/Makefile
29730 ____________________________________________________________________________
29731 [  8453] By: jhi                                   on 2001/01/16  16:09:33
29732         Log: Update Changes.
29733      Branch: perl
29734            ! Changes patchlevel.h
29735 ____________________________________________________________________________
29736 [  8452] By: jhi                                   on 2001/01/16  15:42:04
29737         Log: Subject: Re: API Cleanup
29738              To: perl5-porters@perl.org
29739              Date: Tue, 16 Jan 2001 13:42:30 +0000
29740              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
29741              
29742              Subject: [PATCH] utf8.c documentation
29743              From: Simon Cozens <simon@cozens.net>
29744              Date: Tue, 16 Jan 2001 13:52:48 +0000
29745              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
29746              
29747              Subject: Re: API Cleanup
29748              From: Simon Cozens <simon@cozens.net>
29749              Date: Tue, 16 Jan 2001 14:58:55 +0000
29750              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
29751              
29752              UTF-8 doc patches.
29753      Branch: perl
29754            ! embed.pl pod/perlapi.pod utf8.c
29755 ____________________________________________________________________________
29756 [  8451] By: jhi                                   on 2001/01/16  14:41:39
29757         Log: podlators 1.07, from Russ Allbery.
29758      Branch: perl
29759            ! lib/Pod/Man.pm
29760 ____________________________________________________________________________
29761 [  8450] By: jhi                                   on 2001/01/16  14:24:19
29762         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
29763              From: "Indy Singh" <indy@nusphere.com>
29764              Date: Mon, 15 Jan 2001 20:59:40 -0500
29765              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
29766      Branch: perl
29767            ! win32/Makefile
29768 ____________________________________________________________________________
29769 [  8449] By: jhi                                   on 2001/01/16  03:42:55
29770         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
29771              at the setting of the ofs_sv in new_struct_thread() as the
29772              thr->Tofs_sv (PL_ofs_sv) was still 0xabab...., SvREFCNT_inc()ing
29773              that invited a core dump.
29774      Branch: perl
29775            ! util.c
29776 ____________________________________________________________________________
29777 [  8448] By: jhi                                   on 2001/01/16  01:49:07
29778         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
29779              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
29780              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
29781              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
29782              
29783              Replace #8444 and #8445.
29784      Branch: perl
29785            ! ext/B/B.xs ext/B/B/Debug.pm
29786 ____________________________________________________________________________
29787 [  8447] By: jhi                                   on 2001/01/15  21:05:35
29788         Log: Subject: [PATCH] API Variable documentation   
29789              From: Simon Cozens <simon@cozens.net>
29790              Date: Mon, 15 Jan 2001 19:35:54 +0000
29791              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
29792      Branch: perl
29793            ! pod/perlapi.pod thrdvar.h
29794 ____________________________________________________________________________
29795 [  8446] By: jhi                                   on 2001/01/15  20:49:20
29796         Log: Signedness nit.
29797      Branch: perl
29798            ! pp_ctl.c
29799 ____________________________________________________________________________
29800 [  8445] By: jhi                                   on 2001/01/15  20:28:48
29801         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
29802      Branch: perl
29803            ! ext/B/B/Debug.pm
29804 ____________________________________________________________________________
29805 [  8444] By: jhi                                   on 2001/01/15  13:09:10
29806         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
29807      Branch: perl
29808            ! ext/B/B.xs
29809 ____________________________________________________________________________
29810 [  8443] By: jhi                                   on 2001/01/15  13:06:26
29811         Log: Missing from #8439.
29812      Branch: perl
29813            ! keywords.h mg.c
29814 ____________________________________________________________________________
29815 [  8442] By: jhi                                   on 2001/01/15  13:02:38
29816         Log: Subject: [PATCH @8436] Eliminate op_children
29817              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
29818              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
29819              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
29820              
29821              Subject: [PATCH @8436] Re: Eliminate op_children
29822              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
29823              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
29824              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
29825      Branch: perl
29826            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
29827            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
29828            ! op.c op.h
29829 ____________________________________________________________________________
29830 [  8441] By: jhi                                   on 2001/01/15  12:57:08
29831         Log: Use the /^Perl_/-less form of is_lvalue_sub().
29832      Branch: perl
29833            ! pp.h
29834 ____________________________________________________________________________
29835 [  8440] By: jhi                                   on 2001/01/15  05:13:09
29836         Log: Revert #8437 and #8438, the Linux large files story is more complex.
29837      Branch: metaconfig/U/perl
29838            ! d_fpos64_t.U d_off64_t.U
29839      Branch: perl
29840            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29841            ! config_h.SH configure.com epoc/config.sh perl.h
29842            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
29843            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
29844            ! win32/config.bc win32/config.gc win32/config.vc
29845 ____________________________________________________________________________
29846 [  8439] By: jhi                                   on 2001/01/15  05:02:24
29847         Log: More UTF-8 patches from Inaba Hiroto.
29848              - The substr lval was still not okay.
29849              - Now pp_stringify and sv_setsv copies source's UTF8 flag
29850              even if IN_BYTE.  pp_stringify is called from fold_constants
29851              at optimization phase and "\x{100}" was made SvUTF8_off under
29852              use bytes (the bytes pragma is for "byte semantics" and not
29853              for "do not produce UTF8 data")
29854              - New `qu' operator to generate UTF8 string explicitly.
29855              Though I agree with the policy "0x00-0xff always produce bytes",
29856              sometimes want to such a string to be coded in UTF8.
29857              I can use pack"U0a*" but it requires more typing and has
29858              runtime overhead.
29859              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
29860              change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
29861              string is not UTF8_on and has char 0x80-0xff.
29862              
29863              TODO: document and test qu.
29864      Branch: perl
29865            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
29866            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
29867            ! toke.c
29868 ____________________________________________________________________________
29869 [  8438] By: jhi                                   on 2001/01/14  05:10:23
29870         Log: Metaconfig unit changes for #8437.
29871      Branch: metaconfig/U/perl
29872            ! d_fpos64_t.U d_off64_t.U
29873 ____________________________________________________________________________
29874 [  8437] By: jhi                                   on 2001/01/14  04:55:34
29875         Log: Add <features.h> probing, seems to be needed for (some?)
29876              Linux largefileness.
29877      Branch: perl
29878            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29879            ! config_h.SH configure.com epoc/config.sh perl.h
29880            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
29881            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
29882            ! win32/config.bc win32/config.gc win32/config.vc
29883 ____________________________________________________________________________
29884 [  8436] By: jhi                                   on 2001/01/13  17:47:21
29885         Log: Tighten some of the tests a bit.
29886      Branch: perl
29887            ! t/pragma/utf8.t
29888 ____________________________________________________________________________
29889 [  8435] By: jhi                                   on 2001/01/13  17:31:54
29890         Log: Integrate perlio.
29891      Branch: perl
29892           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
29893           !> win32/config_H.gc win32/config_H.vc
29894 ____________________________________________________________________________
29895 [  8434] By: nick                                  on 2001/01/13  11:36:53
29896         Log: Run dmake regen_config_h for Win32
29897      Branch: perlio
29898            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
29899 ____________________________________________________________________________
29900 [  8433] By: nick                                  on 2001/01/13  11:31:55
29901         Log: VMS friendly patch to Encode compile process
29902      Branch: perlio
29903            ! ext/Encode/Makefile.PL ext/Encode/compile
29904 ____________________________________________________________________________
29905 [  8432] By: nick                                  on 2001/01/13  11:06:44
29906         Log: Integrate mainline
29907      Branch: perlio
29908           +> ext/B/B/Concise.pm
29909           !> (integrate 52 files)
29910 ____________________________________________________________________________
29911 [  8431] By: jhi                                   on 2001/01/13  05:55:55
29912         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
29913              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
29914              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
29915              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
29916      Branch: perl
29917            ! ext/B/B/Concise.pm
29918 ____________________________________________________________________________
29919 [  8430] By: jhi                                   on 2001/01/13  04:24:18
29920         Log: The LVRET macro needed an aTHX.
29921      Branch: perl
29922            ! pp.h
29923 ____________________________________________________________________________
29924 [  8429] By: jhi                                   on 2001/01/13  02:12:42
29925         Log: Update Changes.
29926      Branch: perl
29927            ! Changes patchlevel.h
29928 ____________________________________________________________________________
29929 [  8428] By: jhi                                   on 2001/01/13  02:08:50
29930         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
29931              From: Peter Prymmer <pvhp@forte.com>
29932              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
29933              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
29934              
29935              Add a BEGIN guard for sloppy floating point division.
29936      Branch: perl
29937            ! lib/Math/BigInt.pm lib/bigint.pl
29938 ____________________________________________________________________________
29939 [  8427] By: jhi                                   on 2001/01/13  01:47:16
29940         Log: The B::Terse drop-in replacement wasn't quite drop-in.
29941      Branch: perl
29942            ! ext/B/B/Terse.pm
29943 ____________________________________________________________________________
29944 [  8426] By: jhi                                   on 2001/01/12  21:20:43
29945         Log: Use UVXf.
29946      Branch: perl
29947            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29948            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
29949            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
29950            ! vos/config.ga.def vos/config.ga.h win32/config.bc
29951            ! win32/config.gc win32/config.vc
29952 ____________________________________________________________________________
29953 [  8425] By: jhi                                   on 2001/01/12  20:20:14
29954         Log: Subject: [PATCH perl@8342] -Wformat
29955              From: Robin Barker <rmb1@cise.npl.co.uk>
29956              Date: Fri, 12 Jan 2001 20:03:14 GMT
29957              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
29958      Branch: perl
29959            ! ext/Encode/Encode.xs mg.c sv.c toke.c
29960 ____________________________________________________________________________
29961 [  8424] By: jhi                                   on 2001/01/12  20:01:48
29962         Log: Subject: B::Concise -- an improved replacement for B::Terse 
29963              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
29964              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
29965              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
29966      Branch: perl
29967            + ext/B/B/Concise.pm
29968            ! MANIFEST ext/B/B/Terse.pm
29969 ____________________________________________________________________________
29970 [  8423] By: jhi                                   on 2001/01/12  19:24:02
29971         Log: The new metaconfig unit from the #8421.
29972      Branch: metaconfig/U/perl
29973            + d_sigprocmask.U
29974 ____________________________________________________________________________
29975 [  8422] By: jhi                                   on 2001/01/12  19:23:43
29976         Log: Forgot the microperl config from the #8421.
29977      Branch: perl
29978            ! uconfig.h uconfig.sh
29979 ____________________________________________________________________________
29980 [  8421] By: jhi                                   on 2001/01/12  19:05:27
29981         Log: Add sigprocmask() probe, regen Configure, regen toc.
29982      Branch: perl
29983            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29984            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
29985            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
29986            ! vos/config.ga.h win32/config.bc win32/config.gc
29987            ! win32/config.vc
29988 ____________________________________________________________________________
29989 [  8420] By: jhi                                   on 2001/01/12  18:34:31
29990         Log: Add sockatmark() to the todo list.
29991      Branch: perl
29992            ! Todo-5.6
29993 ____________________________________________________________________________
29994 [  8419] By: jhi                                   on 2001/01/12  18:09:46
29995         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
29996      Branch: perl
29997            ! op.c
29998 ____________________________________________________________________________
29999 [  8418] By: jhi                                   on 2001/01/12  18:05:30
30000         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
30001              From: Radu Greab <radu@netsoft.ro>
30002              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
30003              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
30004      Branch: perl
30005            ! op.c t/pragma/sub_lval.t
30006 ____________________________________________________________________________
30007 [  8417] By: jhi                                   on 2001/01/12  16:09:09
30008         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
30009              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
30010              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
30011              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
30012      Branch: perl
30013            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
30014            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
30015            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
30016            ! t/pragma/sub_lval.t toke.c
30017 ____________________________________________________________________________
30018 [  8416] By: jhi                                   on 2001/01/12  15:42:06
30019         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
30020              From: "Richard Soderberg" <rs@crystalflame.net>
30021              Date: Fri, 12 Jan 2001 04:49:35 -0800
30022              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
30023              
30024              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
30025              according to the platform.
30026      Branch: perl
30027            ! op.c
30028 ____________________________________________________________________________
30029 [  8415] By: jhi                                   on 2001/01/12  15:33:41
30030         Log: One more UTF-8 fix from Inaba Hiroto.
30031      Branch: perl
30032            ! pp.c regexec.c t/pragma/utf8.t
30033 ____________________________________________________________________________
30034 [  8414] By: jhi                                   on 2001/01/12  15:30:18
30035         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
30036      Branch: perl
30037            ! regexec.c
30038 ____________________________________________________________________________
30039 [  8413] By: jhi                                   on 2001/01/12  15:22:10
30040         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
30041              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
30042              Date: Thu, 11 Jan 2001 12:53:36 +0100
30043              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
30044      Branch: perl
30045            ! toke.c
30046 ____________________________________________________________________________
30047 [  8412] By: jhi                                   on 2001/01/12  15:20:25
30048         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
30049              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
30050              Date: Fri, 12 Jan 2001 14:37:55 +0100
30051              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
30052      Branch: perl
30053            ! hints/posix-bc.sh
30054 ____________________________________________________________________________
30055 [  8411] By: jhi                                   on 2001/01/12  15:14:14
30056         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
30057              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
30058              Date: Fri, 12 Jan 2001 10:42:21 +0100
30059              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
30060      Branch: perl
30061            ! t/op/regmesg.t
30062 ____________________________________________________________________________
30063 [  8410] By: jhi                                   on 2001/01/12  05:48:55
30064         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
30065              From: Nicholas Clark <nick@ccl4.org> 
30066              Date: Sun, 7 Jan 2001 19:47:14 +0000
30067              Message-ID: <20010107194714.B1048@plum.flirble.org>
30068      Branch: perl
30069            ! t/op/numconvert.t
30070 ____________________________________________________________________________
30071 [  8409] By: jhi                                   on 2001/01/12  05:41:28
30072         Log: Integrate perlio.
30073      Branch: perl
30074           !> mg.c scope.h
30075 ____________________________________________________________________________
30076 [  8408] By: nick                                  on 2001/01/11  22:43:28
30077         Log: Remove variables that were used in experiments.
30078      Branch: perlio
30079            ! mg.c
30080 ____________________________________________________________________________
30081 [  8407] By: nick                                  on 2001/01/11  20:57:44
30082         Log: Catch die in %SIG handler and unblock the signal before re-dying.
30083              This make Linux work _without_ sigsetjmp().
30084              Turn off sigsetjmp() to see what else it does.
30085              May need Configure probe for sigprocmask() if anything has sigaction()
30086              but not sigprocmask().
30087      Branch: perlio
30088            ! mg.c scope.h
30089 ____________________________________________________________________________
30090 [  8406] By: nick                                  on 2001/01/11  19:32:07
30091         Log: Integrate mainline
30092      Branch: perlio
30093           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
30094           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
30095           !> t/op/substr.t
30096 ____________________________________________________________________________
30097 [  8405] By: jhi                                   on 2001/01/11  17:11:01
30098         Log: Fix UTF-8 lval substr().
30099      Branch: perl
30100            ! mg.c t/op/substr.t
30101 ____________________________________________________________________________
30102 [  8404] By: jhi                                   on 2001/01/11  05:13:58
30103         Log: Update Changes.
30104      Branch: perl
30105            ! Changes patchlevel.h
30106 ____________________________________________________________________________
30107 [  8403] By: jhi                                   on 2001/01/11  04:38:24
30108         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
30109              From: Hugo <hv@crypt.compulink.co.uk>
30110              Date: Mon, 30 Oct 2000 01:33:26 +0000
30111              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
30112      Branch: perl
30113            ! regexec.c t/op/re_tests
30114 ____________________________________________________________________________
30115 [  8402] By: jhi                                   on 2001/01/11  04:26:12
30116         Log: Integrate perlio.
30117      Branch: perl
30118           !> scope.h util.c
30119 ____________________________________________________________________________
30120 [  8401] By: nick                                  on 2001/01/10  22:52:55
30121         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
30122              (So Alan and Ilya can try setting via hints.)
30123              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
30124              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
30125              doing the save everywhere seems to restart read() correctly, but just
30126              doing it once "round" the handler does not.
30127      Branch: perlio
30128            ! scope.h
30129 ____________________________________________________________________________
30130 [  8400] By: jhi                                   on 2001/01/10  21:57:54
30131         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
30132              of IRIX, HP-UX is unaffected.
30133      Branch: perl
30134            ! perl.h
30135 ____________________________________________________________________________
30136 [  8399] By: nick                                  on 2001/01/10  21:29:19
30137         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
30138      Branch: perlio
30139            ! util.c
30140 ____________________________________________________________________________
30141 [  8398] By: jhi                                   on 2001/01/10  20:55:31
30142         Log: Add ReuseAddr as a (preferred) alias for Reuse as we now
30143              also have ReusePort.
30144      Branch: perl
30145            ! ext/IO/lib/IO/Socket/INET.pm
30146 ____________________________________________________________________________
30147 [  8397] By: jhi                                   on 2001/01/10  20:50:57
30148         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
30149              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
30150              Date: Wed, 10 Jan 2001 01:38:13 -0800
30151              Message-ID: <20010110013813.B41744@yahoo-inc.com>
30152      Branch: perl
30153            ! ext/IO/lib/IO/Socket/INET.pm
30154 ____________________________________________________________________________
30155 [  8396] By: jhi                                   on 2001/01/10  20:49:30
30156         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
30157              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
30158              Date: Wed, 10 Jan 2001 01:37:32 -0800
30159              Message-ID: <20010110013732.A41744@yahoo-inc.com>
30160      Branch: perl
30161            ! ext/Socket/Socket.pm
30162 ____________________________________________________________________________
30163 [  8395] By: jhi                                   on 2001/01/10  20:41:37
30164         Log: Test for bug id 20010105.016 (fixed by #8378).
30165      Branch: perl
30166            ! t/op/split.t
30167 ____________________________________________________________________________
30168 [  8394] By: jhi                                   on 2001/01/10  20:26:32
30169         Log: Integrate perlio.
30170      Branch: perl
30171            ! util.c
30172 ____________________________________________________________________________
30173 [  8393] By: nick                                  on 2001/01/10  19:34:30
30174         Log: Back out Simon's pid hackery for now.
30175      Branch: perlio
30176            ! util.c
30177 ____________________________________________________________________________
30178 [  8392] By: nick                                  on 2001/01/10  19:23:13
30179         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
30180      Branch: perlio
30181           !> (integrate 29 files)
30182 ____________________________________________________________________________
30183 [  8391] By: jhi                                   on 2001/01/10  18:43:15
30184         Log: Subject: [PATCH] Fix my_pclose segfault
30185              From: Simon Cozens <simon@cozens.net>
30186              Date: Wed, 10 Jan 2001 18:39:35 +0000
30187              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
30188      Branch: perl
30189            ! util.c
30190 ____________________________________________________________________________
30191 [  8390] By: jhi                                   on 2001/01/10  18:42:08
30192         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
30193              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
30194              Date:     Wed, 10 Jan 2001 13:23:02 EST
30195              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
30196      Branch: perl
30197            ! ext/Opcode/Opcode.xs
30198 ____________________________________________________________________________
30199 [  8389] By: jhi                                   on 2001/01/10  15:16:07
30200         Log: Turn off the integer preservation for now.
30201      Branch: perl
30202            ! perl.h
30203 ____________________________________________________________________________
30204 [  8388] By: jhi                                   on 2001/01/10  15:01:25
30205         Log: Few more IDE/editor nits from p5p.
30206      Branch: perl
30207            ! pod/perlfaq3.pod
30208 ____________________________________________________________________________
30209 [  8387] By: jhi                                   on 2001/01/10  06:53:16
30210         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
30211              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
30212              Date: Tue, 9 Jan 2001 23:16:02 +0000
30213              Message-ID: <20010109231602.A81101@plum.flirble.org>
30214      Branch: perl
30215            ! sv.c
30216 ____________________________________________________________________________
30217 [  8386] By: jhi                                   on 2001/01/10  03:17:54
30218         Log: Test cases for #8385 (from Simon's "torture.pl")
30219      Branch: perl
30220            ! t/op/tr.t
30221 ____________________________________________________________________________
30222 [  8385] By: jhi                                   on 2001/01/10  03:17:11
30223         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
30224              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
30225              Date: Wed, 10 Jan 2001 11:39:39 +0900
30226              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
30227              
30228              Some more UTF-8 tr cases fixed.
30229      Branch: perl
30230            ! doop.c
30231 ____________________________________________________________________________
30232 [  8384] By: jhi                                   on 2001/01/09  22:45:40
30233         Log: Allow the locale test needing POSIX and the taint test
30234              needing IPC::SysV to run under 'minitest' (basically,
30235              bail out if loading the extension fails)
30236      Branch: perl
30237            ! t/op/misc.t t/op/taint.t
30238 ____________________________________________________________________________
30239 [  8383] By: jhi                                   on 2001/01/09  21:36:04
30240         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
30241              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
30242              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
30243              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
30244      Branch: perl
30245            ! t/io/openpid.t
30246 ____________________________________________________________________________
30247 [  8382] By: jhi                                   on 2001/01/09  21:06:08
30248         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
30249              Should finish up the bug id 20001205.022.
30250      Branch: perl
30251            ! pp.c pp_hot.c scope.c
30252 ____________________________________________________________________________
30253 [  8381] By: jhi                                   on 2001/01/09  18:27:43
30254         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
30255              From: Andy Dougherty <doughera@lafayette.edu>
30256              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
30257              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
30258              
30259              More robust yacc/bison error detection.
30260      Branch: perl
30261            ! t/comp/proto.t
30262 ____________________________________________________________________________
30263 [  8380] By: jhi                                   on 2001/01/09  15:21:38
30264         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
30265              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
30266              Date:     Tue, 9 Jan 2001 07:53:55 EST
30267              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
30268      Branch: perl
30269            ! t/op/misc.t vms/test.com
30270 ____________________________________________________________________________
30271 [  8379] By: jhi                                   on 2001/01/09  15:20:38
30272         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
30273              From: jhi@cc.hut.fi
30274              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
30275              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
30276              
30277              The #8378 fixed this.
30278      Branch: perl
30279            ! t/op/tr.t
30280 ____________________________________________________________________________
30281 [  8378] By: jhi                                   on 2001/01/09  15:05:32
30282         Log: Subject: One more patch for UTF8 
30283              From: Inaba Hiroto <inaba@st.rim.or.jp>
30284              Date: Tue, 09 Jan 2001 01:04:32 +0900
30285              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
30286              
30287              UTF-8 fixes for 'x' and tr///.
30288      Branch: perl
30289            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
30290            ! regcomp.c regexec.c toke.c utf8.c
30291 ____________________________________________________________________________
30292 [  8377] By: jhi                                   on 2001/01/09  14:32:17
30293         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
30294      Branch: perl
30295            ! t/op/length.t
30296 ____________________________________________________________________________
30297 [  8376] By: jhi                                   on 2001/01/09  04:32:32
30298         Log: integrate changes #7775, #8316, #8316 from mainline
30299      Branch: maint-5.6/perl
30300            ! hints/solaris_2.sh
30301 ____________________________________________________________________________
30302 [  8375] By: jhi                                   on 2001/01/09  04:26:43
30303         Log: Update Changes.
30304      Branch: perl
30305            ! Changes patchlevel.h
30306 ____________________________________________________________________________
30307 [  8374] By: jhi                                   on 2001/01/09  04:14:32
30308         Log: IDE/editor section tweaking.
30309      Branch: perl
30310            ! pod/perlfaq3.pod
30311 ____________________________________________________________________________
30312 [  8373] By: jhi                                   on 2001/01/09  02:38:26
30313         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
30314              From: Peter Prymmer <pvhp@forte.com>
30315              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
30316              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
30317              
30318              In preparation os OS/390 dynamic loading.
30319      Branch: perl
30320            ! README.os390 hints/os390.sh
30321 ____________________________________________________________________________
30322 [  8372] By: jhi                                   on 2001/01/09  00:24:30
30323         Log: Integrate with perlio.
30324      Branch: perl
30325           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
30326 ____________________________________________________________________________
30327 [  8371] By: nick                                  on 2001/01/08  23:54:33
30328         Log: Fix "scalars leaked" bugs caused by overload magic
30329              (Highlighted by Ilya's DESTROY optimization.)
30330      Branch: perlio
30331            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
30332 ____________________________________________________________________________
30333 [  8370] By: nick                                  on 2001/01/08  20:19:41
30334         Log: Integrate mainline
30335      Branch: perlio
30336           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
30337           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
30338           !> t/op/64bitint.t
30339 ____________________________________________________________________________
30340 [  8369] By: jhi                                   on 2001/01/08  17:30:52
30341         Log: save_delete() Safefree() doesn't (anymore?) work with shared
30342              strings, one test failure in op/misc and almost all of lib/b.
30343              (Outcomments #8369.)
30344      Branch: perl
30345            ! scope.c
30346 ____________________________________________________________________________
30347 [  8368] By: jhi                                   on 2001/01/08  14:47:10
30348         Log: (Outcommented by #8369.)
30349              
30350              Subject: Re: Perl BugID 20001205.022 ---- save_delete
30351              From: Simon Cozens <simon@cozens.net>
30352              Date: Sat, 6 Jan 2001 11:48:40 +0000
30353              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
30354              
30355              The save_delete() does need the Safefree.
30356      Branch: perl
30357            ! scope.c
30358 ____________________________________________________________________________
30359 [  8367] By: bailey                                on 2001/01/08  08:53:52
30360         Log: Once again syncing after too long an absence
30361      Branch: vmsperl
30362           +> (branch 55 files)
30363            - MAINTAIN fix_pl vos/config.def vos/config.h
30364            - vos/config_h.SH_orig
30365           !> (integrate 498 files)
30366 ____________________________________________________________________________
30367 [  8366] By: jhi                                   on 2001/01/08  02:42:59
30368         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
30369              From: nick@ccl4.org
30370              Date: Sun, 7 Jan 2001 21:07:18 +0000
30371              Message-Id: <20010107210717.D1048@plum.flirble.org>
30372      Branch: perl
30373            ! sv.c t/op/64bitint.t
30374 ____________________________________________________________________________
30375 [  8365] By: jhi                                   on 2001/01/08  02:35:16
30376         Log: Subject: [PATCH] environ nit
30377              From: Simon Cozens <simon@cozens.net>
30378              Date: Sun, 7 Jan 2001 17:57:07 +0000
30379              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
30380              
30381              Use environ only if we have it.
30382      Branch: perl
30383            ! mg.c
30384 ____________________________________________________________________________
30385 [  8364] By: jhi                                   on 2001/01/08  02:24:51
30386         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
30387      Branch: perl
30388            ! ext/GDBM_File/GDBM_File.xs
30389 ____________________________________________________________________________
30390 [  8363] By: jhi                                   on 2001/01/08  02:19:24
30391         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
30392              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
30393              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
30394              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
30395      Branch: perl
30396            ! dump.c op.c
30397 ____________________________________________________________________________
30398 [  8362] By: jhi                                   on 2001/01/08  02:17:43
30399         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
30400              From: Doug MacEachern <dougm@covalent.net>
30401              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
30402              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
30403              
30404              Allow AUTOLOAD to be an xsub and allow such xsubs
30405              to avoid use of $AUTOLOAD.
30406      Branch: perl
30407            ! gv.c
30408 ____________________________________________________________________________
30409 [  8361] By: jhi                                   on 2001/01/08  02:16:07
30410         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
30411              From: Radu Greab <radu@netsoft.ro>
30412              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
30413              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
30414              
30415              No need for the potentially unportable $SIG{CHLD}.
30416      Branch: perl
30417            ! t/io/pipe.t
30418 ____________________________________________________________________________
30419 [  8360] By: jhi                                   on 2001/01/08  01:58:23
30420         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
30421      Branch: perl
30422            ! lib/Getopt/Long.pm
30423 ____________________________________________________________________________
30424 [  8359] By: jhi                                   on 2001/01/08  01:55:44
30425         Log: Integrate perlio.
30426      Branch: perl
30427           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
30428           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
30429           !> utf8.c win32/Makefile
30430 ____________________________________________________________________________
30431 [  8358] By: jhi                                   on 2001/01/07  21:16:50
30432         Log: Update the EPOC cross SDK URL.
30433      Branch: perl
30434            ! README.epoc
30435 ____________________________________________________________________________
30436 [  8357] By: jhi                                   on 2001/01/07  21:16:09
30437         Log: Update the EPOC cross SDK URL.
30438      Branch: maint-5.6/perl
30439            ! README.epoc
30440 ____________________________________________________________________________
30441 [  8356] By: nick                                  on 2001/01/06  21:47:52
30442         Log: FILE * in XS code for PerlIO world:
30443              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
30444              - Add FILE * T_STDIO typemap.
30445              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
30446      Branch: perlio
30447            ! lib/ExtUtils/typemap perlio.c perlio.h
30448 ____________________________________________________________________________
30449 [  8355] By: jhi                                   on 2001/01/06  20:27:15
30450         Log: integrate change #8336 from mainline
30451              
30452              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
30453      Branch: maint-5.6/perl
30454            ! hv.c
30455 ____________________________________________________________________________
30456 [  8354] By: jhi                                   on 2001/01/06  20:24:29
30457         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
30458              From: Robin Barker <rmb1@cise.npl.co.uk>
30459              Date: Fri, 22 Dec 2000 12:17:38 GMT
30460              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
30461              
30462              The patch reformats some long =item lines so they give
30463              correct output via pod2man | nroff -man
30464              
30465              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
30466              From: Robin Barker <rmb1@cise.npl.co.uk>
30467              Date: Tue, 2 Jan 2001 15:35:03 GMT
30468              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
30469              
30470              Here is a _further_ patch which corrects a few more errors:
30471              * an empty C<=item> in CPAN.pm
30472              * patching the wrong file (pod/perlamiga.pod not README.amiga)
30473              * leaving empty C<=item>s which formatted incorrectly
30474              * over long C<=item>s revealed by latest patch to Pod::Man
30475      Branch: maint-5.6/perl
30476            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
30477            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
30478            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
30479            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
30480            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
30481            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
30482 ____________________________________________________________________________
30483 [  8353] By: jhi                                   on 2001/01/06  20:21:10
30484         Log: integrate changes #7980, 7990, 8056, 8057 from mainline
30485              
30486              UTF-8 hash keys.
30487      Branch: maint-5.6/perl
30488            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
30489 ____________________________________________________________________________
30490 [  8352] By: jhi                                   on 2001/01/06  20:18:44
30491         Log: Forgotten from #8438.
30492      Branch: maint-5.6/perl
30493            ! epoc/epocish.h
30494 ____________________________________________________________________________
30495 [  8351] By: jhi                                   on 2001/01/06  20:18:12
30496         Log: Forgotten from #8347.
30497      Branch: maint-5.6/perl
30498            ! config_h.SH
30499 ____________________________________________________________________________
30500 [  8350] By: jhi                                   on 2001/01/06  20:00:19
30501         Log: Thinko in #8347.
30502      Branch: maint-5.6/perl
30503            ! regcomp.c
30504 ____________________________________________________________________________
30505 [  8349] By: jhi                                   on 2001/01/06  18:05:30
30506         Log: Copy the FAQ3 IDE section from the development branch,
30507              changes originally by Peter Prymmer.
30508      Branch: maint-5.6/perl
30509            ! pod/perlfaq3.pod
30510 ____________________________________________________________________________
30511 [  8348] By: jhi                                   on 2001/01/06  18:03:02
30512         Log: EPOC updates for TRIAL1.
30513              
30514              Subject: [5.6.1 trial1] EPOC update
30515              From: Olaf Flebbe <O.Flebbe@science-computing.de>
30516              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
30517              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
30518              
30519              Subject: epoc patch2 for perl-5.6.1-trial1
30520              From: Olaf Flebbe <O.Flebbe@science-computing.de>
30521              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
30522              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
30523      Branch: maint-5.6/perl
30524            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
30525            ! epoc/epocish.c
30526 ____________________________________________________________________________
30527 [  8347] By: jhi                                   on 2001/01/06  17:29:10
30528         Log: integrate changes #7710,7824,7973 from mainline,
30529              plus VMS nits from Peter Prymmer and Dan Sugalski.
30530              
30531              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
30532              library (getprotobyname and getprotobynumber are outversioned by
30533              the same calls in libc, at least for xlc version 3.
30534              
30535              Add HAS_SBRK_PROTO.
30536              
30537              Fixes for signedness warnings noticed by VMSperlers.
30538      Branch: maint-5.6/perl
30539            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
30540            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
30541            ! sv.c vms/descrip_mms.template vos/config.alpha.def
30542            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
30543            ! win32/config.bc win32/config.gc win32/config.vc
30544 ____________________________________________________________________________
30545 [  8346] By: nick                                  on 2001/01/06  14:36:01
30546         Log: Fixup accumulated integrate muddles (perlio == devperl again)
30547      Branch: perlio
30548            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
30549 ____________________________________________________________________________
30550 [  8345] By: nick                                  on 2001/01/06  14:24:58
30551         Log: Integrate mainline
30552      Branch: perlio
30553           !> (integrate 55 files)
30554 ____________________________________________________________________________
30555 [  8344] By: jhi                                   on 2001/01/06  02:24:02
30556         Log: Subject: [patch] PerlIO_cleanup() prototype
30557              From: Doug MacEachern <dougm@covalent.net>
30558              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
30559              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
30560      Branch: perl
30561            ! perlio.h
30562 ____________________________________________________________________________
30563 [  8343] By: jhi                                   on 2001/01/06  01:04:09
30564         Log: IRIX compiler noticed that the bof initialization might be
30565              bypassed by control flow.
30566      Branch: perl
30567            ! toke.c
30568 ____________________________________________________________________________
30569 [  8342] By: jhi                                   on 2001/01/06  00:10:48
30570         Log: Update Changes.
30571      Branch: perl
30572            ! Changes patchlevel.h
30573 ____________________________________________________________________________
30574 [  8341] By: jhi                                   on 2001/01/05  23:52:33
30575         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
30576      Branch: perl
30577            ! toke.c
30578 ____________________________________________________________________________
30579 [  8340] By: jhi                                   on 2001/01/05  22:44:08
30580         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
30581              From: Radu Greab <radu@netsoft.ro>
30582              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
30583              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
30584      Branch: perl
30585            ! t/io/pipe.t util.c
30586 ____________________________________________________________________________
30587 [  8339] By: jhi                                   on 2001/01/05  22:35:17
30588         Log: Subject: [PATCH] format and rewording in perlfaq.pod
30589              From: Robin Barker <rmb1@cise.npl.co.uk>
30590              Date: Fri, 5 Jan 2001 18:51:20 GMT
30591              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
30592      Branch: perl
30593            ! pod/perlfaq.pod
30594 ____________________________________________________________________________
30595 [  8338] By: jhi                                   on 2001/01/05  22:31:17
30596         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
30597              From: Peter Prymmer <pvhp@forte.com>
30598              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
30599              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
30600      Branch: perl
30601            ! utils/perlbug.PL
30602 ____________________________________________________________________________
30603 [  8337] By: jhi                                   on 2001/01/05  18:15:11
30604         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
30605              From: Robin Barker <rmb1@cise.npl.co.uk>
30606              Date: Tue, 2 Jan 2001 15:24:07 GMT
30607              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
30608              
30609              If you call configure as C<./Configure> or C<sh ./Configure>,
30610              $src is set to the absolute path name, not '.'.
30611              
30612              This, in turn, means -Dmksymlink tries to do its stuff because
30613              it does not think it is in the src directory.
30614              
30615              (plus a metaconfig nitfix)
30616      Branch: metaconfig
30617            ! U/compline/ccflags.U U/modified/src.U
30618      Branch: perl
30619            ! Configure config_h.SH
30620 ____________________________________________________________________________
30621 [  8336] By: jhi                                   on 2001/01/05  17:48:32
30622         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
30623              From: Alan Burlison <Alan.Burlison@uk.sun.com>
30624              Message-ID: <3A5606C4.473D2226@uk.sun.com>
30625              Date: Fri, 05 Jan 2001 17:39:16 +0000
30626      Branch: perl
30627            ! hv.c
30628 ____________________________________________________________________________
30629 [  8335] By: jhi                                   on 2001/01/05  16:05:44
30630         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
30631      Branch: perl
30632            ! lib/Getopt/Long.pm
30633 ____________________________________________________________________________
30634 [  8334] By: jhi                                   on 2001/01/05  16:00:51
30635         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
30636              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
30637              Date: Fri, 05 Jan 2001 13:46:51 +0100
30638              Message-ID: <13693.978698811@nice.ram.loc>
30639              
30640              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
30641              accurate reading of the "atime".  
30642      Branch: perl
30643            ! t/io/fs.t
30644 ____________________________________________________________________________
30645 [  8333] By: jhi                                   on 2001/01/05  15:57:37
30646         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
30647              From: Simon Cozens <simon@cozens.net>
30648              Date: Fri, 8 Dec 2000 13:33:31 +0000
30649              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
30650              
30651              A lost patch fragment.
30652      Branch: perl
30653            ! doop.c
30654 ____________________________________________________________________________
30655 [  8332] By: jhi                                   on 2001/01/05  15:40:42
30656         Log: Do away with strncpy() and a fixed length buffer.
30657      Branch: perl
30658            ! utf8.c
30659 ____________________________________________________________________________
30660 [  8331] By: jhi                                   on 2001/01/05  15:03:07
30661         Log: Tests for #8329 and #8330.
30662      Branch: perl
30663            ! t/op/bop.t
30664 ____________________________________________________________________________
30665 [  8330] By: jhi                                   on 2001/01/05  15:02:38
30666         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
30667              raw 8-bit form to the UTF-8 string.
30668      Branch: perl
30669            ! toke.c
30670 ____________________________________________________________________________
30671 [  8329] By: jhi                                   on 2001/01/05  14:55:13
30672         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
30673              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
30674              Date: Fri, 5 Jan 2001 12:28:52 +0100
30675              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
30676              
30677              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
30678              no effect.  (changed the strncpy() to Copy())
30679      Branch: perl
30680            ! toke.c
30681 ____________________________________________________________________________
30682 [  8328] By: jhi                                   on 2001/01/05  06:44:27
30683         Log: UTF-8 cleanup.
30684      Branch: perl
30685            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
30686            ! regexec.c sv.c toke.c
30687 ____________________________________________________________________________
30688 [  8327] By: jhi                                   on 2001/01/05  01:11:29
30689         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')
30690              From: Radu Greab <radu@netsoft.ro>
30691              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
30692              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
30693              
30694              Cleans up Harness to not use FileHandle, which uses IO.
30695      Branch: perl
30696            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
30697 ____________________________________________________________________________
30698 [  8326] By: jhi                                   on 2001/01/05  00:56:37
30699         Log: Update Changes.
30700      Branch: perl
30701            ! Changes patchlevel.h
30702 ____________________________________________________________________________
30703 [  8325] By: jhi                                   on 2001/01/05  00:53:18
30704         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
30705              From: Peter Prymmer <pvhp@forte.com>
30706              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
30707              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
30708              
30709              plus a couple more tailing whitespace removals.
30710      Branch: perl
30711            ! win32/Makefile
30712 ____________________________________________________________________________
30713 [  8324] By: jhi                                   on 2001/01/05  00:47:39
30714         Log: Add some Unicode chop() tests.
30715      Branch: perl
30716            ! t/op/chop.t
30717 ____________________________________________________________________________
30718 [  8323] By: jhi                                   on 2001/01/05  00:47:23
30719         Log: Unify UTF-8 malformedness handling.
30720      Branch: perl
30721            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
30722 ____________________________________________________________________________
30723 [  8322] By: jhi                                   on 2001/01/04  22:21:54
30724         Log: The new $issymlink was unknown to Mksymlinks.
30725      Branch: metaconfig/U/perl
30726            ! Mksymlinks.U issymlink.U
30727      Branch: perl
30728            ! Configure config_h.SH
30729 ____________________________________________________________________________
30730 [  8321] By: jhi                                   on 2001/01/04  21:51:05
30731         Log: The test didn't work under the core test framework.
30732      Branch: perl
30733            ! t/lib/st-lock.t
30734 ____________________________________________________________________________
30735 [  8320] By: jhi                                   on 2001/01/04  21:14:22
30736         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
30737      Branch: perl
30738            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
30739 ____________________________________________________________________________
30740 [  8319] By: jhi                                   on 2001/01/04  20:46:17
30741         Log: Typo in #8312 when manually appying a problematic patch fragment.
30742      Branch: perl
30743            ! ext/Storable/Storable.xs
30744 ____________________________________________________________________________
30745 [  8318] By: jhi                                   on 2001/01/04  20:43:01
30746         Log: The $sh_c didn't fly.
30747      Branch: metaconfig
30748            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
30749            ! U/modified/Loc.U U/modified/myhostname.U
30750            ! U/modified/spitshell.U
30751      Branch: metaconfig/U/perl
30752            ! issymlink.U
30753      Branch: perl
30754            ! Configure config_h.SH
30755 ____________________________________________________________________________
30756 [  8317] By: jhi                                   on 2001/01/04  19:58:01
30757         Log: AIX builtin test -h is broken, changes based on
30758              
30759              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
30760              Date: Tue, 02 Jan 2001 11:24:39 +0100
30761              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30762              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
30763      Branch: metaconfig
30764            + U/modified/spitshell.U
30765            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
30766            ! U/modified/Loc.U U/modified/myhostname.U
30767      Branch: metaconfig/U/perl
30768            ! Mksymlinks.U issymlink.U
30769      Branch: perl
30770            ! Configure
30771 ____________________________________________________________________________
30772 [  8316] By: jhi                                   on 2001/01/04  19:02:22
30773         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
30774              From: Andy Dougherty <doughera@lafayette.edu>
30775              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
30776              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
30777              
30778              Beware of GNU ld.
30779      Branch: perl
30780            ! hints/solaris_2.sh
30781 ____________________________________________________________________________
30782 [  8315] By: jhi                                   on 2001/01/04  18:56:48
30783         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
30784              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
30785              Date: Wed, 3 Jan 2001 07:58:51 +0100
30786              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
30787      Branch: perl
30788            ! hints/solaris_2.sh
30789 ____________________________________________________________________________
30790 [  8314] By: jhi                                   on 2001/01/04  18:54:07
30791         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
30792              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
30793              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
30794              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
30795              
30796              Doc tweak on #8313.
30797      Branch: perl
30798            ! ext/B/B/Deparse.pm
30799 ____________________________________________________________________________
30800 [  8313] By: jhi                                   on 2001/01/04  18:52:27
30801         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
30802              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
30803              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
30804              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
30805              
30806              Make the peephole optimizer to bypass more null ops and
30807              and rewrite the deparse handling of continue blocks.
30808      Branch: perl
30809            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
30810 ____________________________________________________________________________
30811 [  8312] By: jhi                                   on 2001/01/04  18:47:39
30812         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
30813      Branch: perl
30814            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
30815            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
30816            ! t/lib/st-lock.t
30817 ____________________________________________________________________________
30818 [  8311] By: jhi                                   on 2001/01/04  18:36:08
30819         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
30820              filter to be run on each .pm during the pm_to_blib() phase,
30821              a fixed version of
30822              
30823              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
30824              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
30825              Date: Wed, 03 Jan 2001 22:01:30 +0100
30826              Message-ID: <5296.978555690@nice.ram.loc>
30827      Branch: perl
30828            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
30829            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
30830            ! lib/ExtUtils/MakeMaker.pm
30831 ____________________________________________________________________________
30832 [  8310] By: jhi                                   on 2001/01/04  18:32:54
30833         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
30834              From: Robin Barker <rmb1@cise.npl.co.uk>
30835              Date: Tue, 2 Jan 2001 15:35:03 GMT
30836              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
30837      Branch: perl
30838            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
30839            ! pod/perlrequick.pod
30840 ____________________________________________________________________________
30841 [  8309] By: jhi                                   on 2001/01/04  18:29:07
30842         Log: Subject: Re: [patch] static-ize XS()
30843              From: Doug MacEachern <dougm@covalent.net>
30844              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
30845              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
30846              
30847              Provide prototypes for the XS functions.
30848      Branch: perl
30849            ! lib/ExtUtils/xsubpp
30850 ____________________________________________________________________________
30851 [  8308] By: jhi                                   on 2001/01/04  18:27:44
30852         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
30853              From: Doug MacEachern <dougm@covalent.net>
30854              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
30855              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
30856      Branch: perl
30857            ! lib/ExtUtils/typemap
30858 ____________________________________________________________________________
30859 [  8307] By: jhi                                   on 2001/01/04  18:25:25
30860         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
30861              From: Doug MacEachern <dougm@covalent.net>
30862              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
30863              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
30864              
30865              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
30866      Branch: perl
30867            ! lib/ExtUtils/MM_Unix.pm
30868 ____________________________________________________________________________
30869 [  8306] By: jhi                                   on 2001/01/04  18:23:00
30870         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
30871              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
30872              Date: Thu, 4 Jan 2001 12:47:10 +0100 
30873              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
30874              
30875              The toke.c part only, patching embed.h and proto.h is futile.
30876      Branch: perl
30877            ! toke.c
30878 ____________________________________________________________________________
30879 [  8305] By: jhi                                   on 2001/01/04  18:05:51
30880         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
30881              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
30882              Date: Thu, 4 Jan 2001 17:50:12 +0100 
30883              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
30884      Branch: perl
30885            ! toke.c
30886 ____________________________________________________________________________
30887 [  8304] By: jhi                                   on 2001/01/04  18:03:26
30888         Log: Subject: [PATCH perl@8269]
30889              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
30890              Date: Thu, 4 Jan 2001 12:53:39 +0100 
30891              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
30892              
30893              If running byacc write-enable also perly.h.
30894      Branch: perl
30895            ! Makefile.SH
30896 ____________________________________________________________________________
30897 [  8303] By: jhi                                   on 2001/01/04  15:40:49
30898         Log: Rewrite pp_concat() in terms of sv_catsv().
30899      Branch: perl
30900            ! pp_hot.c
30901 ____________________________________________________________________________
30902 [  8302] By: nick                                  on 2001/01/03  22:43:22
30903         Log: Integrate mainline.
30904      Branch: perlio
30905           !> ext/Encode/Encode.xs sv.c utf8.c
30906 ____________________________________________________________________________
30907 [  8301] By: jhi                                   on 2001/01/02  23:40:26
30908         Log: Variable naming tweak.
30909      Branch: perl
30910            ! sv.c
30911 ____________________________________________________________________________
30912 [  8300] By: jhi                                   on 2001/01/02  23:40:02
30913         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
30914              in is_utf8_string().
30915      Branch: perl
30916            ! utf8.c
30917 ____________________________________________________________________________
30918 [  8299] By: jhi                                   on 2001/01/02  22:14:40
30919         Log: Integrate perlio.
30920      Branch: perl
30921           !> pp.c pp_hot.c win32/Makefile
30922 ____________________________________________________________________________
30923 [  8298] By: nick                                  on 2001/01/02  22:03:06
30924         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
30925      Branch: perlio
30926            ! pp.c pp_hot.c
30927 ____________________________________________________________________________
30928 [  8297] By: jhi                                   on 2001/01/02  04:26:28
30929         Log: Signedness nit.
30930      Branch: perl
30931            ! ext/Encode/Encode.xs
30932 ____________________________________________________________________________
30933 [  8296] By: nick                                  on 2001/01/01  23:49:36
30934         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
30935      Branch: perlio
30936            ! win32/Makefile
30937 ____________________________________________________________________________
30938 [  8295] By: jhi                                   on 2001/01/01  23:05:48
30939         Log: Integrate perlio.
30940      Branch: perl
30941           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
30942           !> t/lib/encode.t
30943 ____________________________________________________________________________
30944 [  8294] By: nick                                  on 2001/01/01  22:48:34
30945         Log: Integrate mainline
30946      Branch: perlio
30947            ! pp_hot.c t/lib/encode.t
30948           !> (integrate 65 files)
30949 ____________________________________________________________________________
30950 [  8293] By: nick                                  on 2001/01/01  21:58:50
30951         Log: More rigor in UTF-8-ness of Encode's toUnicode
30952              XS export some of the utf8 internal functions.
30953              Test some of the functions.
30954              Fix pp_concat() bug shown by said tests.
30955      Branch: perlio
30956            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
30957            ! t/lib/encode.t
30958 ____________________________________________________________________________
30959 [  8292] By: jhi                                   on 2001/01/01  18:11:44
30960         Log: Integrate perlio.
30961      Branch: perl
30962           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
30963           !> ext/Encode/encengine.c ext/Encode/encode.h
30964 ____________________________________________________________________________
30965 [  8291] By: jhi                                   on 2001/01/01  18:10:58
30966         Log: Podify README.mpeix (a new version from the web),
30967              add a dummy NAME to Carp::Heavy, regen toc.
30968      Branch: perl
30969            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
30970            ! pod/perltoc.pod
30971 ____________________________________________________________________________
30972 [  8290] By: nick                                  on 2001/01/01  17:43:47
30973         Log: Loose the "Loading..." warning.
30974              Another bug in fallback support
30975      Branch: perlio
30976            ! ext/Encode/Encode.pm ext/Encode/encengine.c
30977 ____________________________________________________________________________
30978 [  8289] By: jhi                                   on 2001/01/01  00:01:57
30979         Log: Bump up Larry's copyright.
30980      Branch: perl
30981            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
30982            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
30983            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
30984            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
30985            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
30986            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
30987            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
30988            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
30989 ____________________________________________________________________________
30990 [  8288] By: nick                                  on 2000/12/31  21:27:53
30991         Log: Fix .ucm reading - forgot a chr()
30992              Start of .ucm write (for .enc to .ucm)
30993      Branch: perlio
30994            ! ext/Encode/compile
30995 ____________________________________________________________________________
30996 [  8287] By: jhi                                   on 2000/12/31  18:15:56
30997         Log: Comment away a diagnostic message as noted by Craig A. Berry
30998              (the unexpected message was confusing testing)
30999      Branch: perl
31000            ! ext/Encode/Encode.pm
31001 ____________________________________________________________________________
31002 [  8286] By: jhi                                   on 2000/12/31  18:14:51
31003         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
31004              Date: Sun, 31 Dec 2000 11:17:37 -0600
31005              From: "Craig A. Berry" <craigberry@mac.com>
31006              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
31007      Branch: perl
31008            ! ext/Encode/Makefile.PL
31009 ____________________________________________________________________________
31010 [  8285] By: nick                                  on 2000/12/31  18:11:54
31011         Log: Start of support of ICU-style .ucm files:
31012              - teach compile how to read a .ucm file
31013              - first guess at how to represent fallbacks in "tries".
31014              - use fallbacks if check == 0
31015              - new return code to indicate we used one.
31016      Branch: perlio
31017            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
31018            ! ext/Encode/encengine.c ext/Encode/encode.h
31019 ____________________________________________________________________________
31020 [  8284] By: jhi                                   on 2000/12/31  18:04:41
31021         Log: Pacify picky VMS compiler.
31022              
31023              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
31024              From: "Craig A. Berry" <craig.berry@psinetcs.com>
31025              Date: Sat, 30 Dec 2000 18:10:02 -0600
31026              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
31027      Branch: perl
31028            ! sv.c
31029 ____________________________________________________________________________
31030 [  8283] By: jhi                                   on 2000/12/31  16:11:47
31031         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
31032      Branch: perl
31033            ! t/lib/glob-basic.t
31034 ____________________________________________________________________________
31035 [  8282] By: jhi                                   on 2000/12/31  15:26:11
31036         Log: Integrate perlio.
31037      Branch: perl
31038           !> makedef.pl opcode.pl os2/os2.c perlio.c
31039 ____________________________________________________________________________
31040 [  8281] By: nick                                  on 2000/12/31  10:06:15
31041         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
31042              is available to be exported
31043      Branch: perlio
31044            ! makedef.pl perlio.c
31045 ____________________________________________________________________________
31046 [  8280] By: nick                                  on 2000/12/31  09:41:26
31047         Log: Ilya's OS2 patch (testing for damage on Win32)
31048      Branch: perlio
31049            ! makedef.pl opcode.pl os2/os2.c
31050 ____________________________________________________________________________
31051 [  8279] By: jhi                                   on 2000/12/30  21:52:07
31052         Log: Test nits.
31053      Branch: perl
31054            ! t/lib/syslfs.t t/op/lfs.t
31055 ____________________________________________________________________________
31056 [  8278] By: jhi                                   on 2000/12/30  21:47:49
31057         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
31058              From: andreas.koenig@anima.de (Andreas J. Koenig)
31059              Date: 30 Dec 2000 22:35:37 +0100
31060              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
31061              
31062              The 32-bit wraparound test wasn't quite right.
31063      Branch: perl
31064            ! t/lib/syslfs.t t/op/lfs.t
31065 ____________________________________________________________________________
31066 [  8277] By: jhi                                   on 2000/12/30  21:33:44
31067         Log: Subject: [PATCH] open() example in perlfunc.pod 
31068              From: Karsten Sperling <s_sperli@ira.uka.de>
31069              Date: Sat, 30 Dec 2000 22:27:09 +0100
31070              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
31071      Branch: perl
31072            ! pod/perlfunc.pod
31073 ____________________________________________________________________________
31074 [  8276] By: jhi                                   on 2000/12/30  20:32:40
31075         Log: Not quite that many tests yet.
31076      Branch: perl
31077            ! t/op/pat.t
31078 ____________________________________________________________________________
31079 [  8275] By: jhi                                   on 2000/12/30  20:26:58
31080         Log: Integrate perlio.
31081      Branch: perl
31082           !> toke.c
31083 ____________________________________________________________________________
31084 [  8274] By: jhi                                   on 2000/12/30  20:24:56
31085         Log: Signedness nit.
31086      Branch: perl
31087            ! utf8.c
31088 ____________________________________________________________________________
31089 [  8273] By: jhi                                   on 2000/12/30  20:15:46
31090         Log: Add a test case for 20000731.001 which was fixed by the #8267.
31091      Branch: perl
31092            ! t/op/pat.t
31093 ____________________________________________________________________________
31094 [  8272] By: nick                                  on 2000/12/30  19:47:51
31095         Log: Tweak for MULTIPLICITY/USE_PERLIO
31096      Branch: perlio
31097            ! toke.c
31098 ____________________________________________________________________________
31099 [  8271] By: nick                                  on 2000/12/30  19:46:45
31100         Log: Integrate mainline
31101      Branch: perlio
31102           +> lib/unicode/distinct.pm
31103           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
31104           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
31105           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
31106 ____________________________________________________________________________
31107 [  8270] By: jhi                                   on 2000/12/30  19:39:50
31108         Log: Subject: RE: perl@8269
31109              From: "Richard Soderberg" <rs@crystalflame.net>
31110              Date: Sat, 30 Dec 2000 11:36:27 -0800
31111              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
31112              
31113              A missing aTHX_.
31114      Branch: perl
31115            ! toke.c
31116 ____________________________________________________________________________
31117 [  8269] By: jhi                                   on 2000/12/30  18:55:48
31118         Log: Update Changes.
31119      Branch: perl
31120            ! Changes patchlevel.h
31121 ____________________________________________________________________________
31122 [  8268] By: jhi                                   on 2000/12/30  17:18:40
31123         Log: Add a test for Unicode split //.  The #8267 was the cure.
31124      Branch: perl
31125            ! t/op/split.t
31126 ____________________________________________________________________________
31127 [  8267] By: jhi                                   on 2000/12/30  17:14:19
31128         Log: Subject: more UTF8 test suites and an UTF8 patch
31129              From: Inaba Hiroto <inaba@st.rim.or.jp>
31130              Date: Sat, 30 Dec 2000 14:27:10 +0900
31131              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
31132              
31133              Just the patch part for now, and the pragma renamed
31134              as unicode::distinct.
31135      Branch: perl
31136            + lib/unicode/distinct.pm
31137            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
31138            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
31139            ! regcomp.h regexec.c sv.c toke.c utf8.c
31140 ____________________________________________________________________________
31141 [  8266] By: nick                                  on 2000/12/30  16:40:49
31142         Log: Integrate mainline
31143      Branch: perlio
31144           +> lib/Pod/Text/Overstrike.pm
31145           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
31146           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
31147           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
31148           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
31149           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
31150 ____________________________________________________________________________
31151 [  8265] By: jhi                                   on 2000/12/30  07:28:55
31152         Log: The sv_catsv() fix, take two.
31153      Branch: perl
31154            ! sv.c t/op/join.t
31155 ____________________________________________________________________________
31156 [  8264] By: jhi                                   on 2000/12/30  06:19:18
31157         Log: Undo all the join-related changes since #8248: relevant
31158              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
31159              The new sv_catsv() doesn't fly so it must go back to
31160              the drawing board.
31161      Branch: perl
31162            ! sv.c t/op/join.t t/pragma/utf8.t
31163 ____________________________________________________________________________
31164 [  8263] By: jhi                                   on 2000/12/30  01:08:32
31165         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
31166      Branch: perl
31167            ! sv.c
31168 ____________________________________________________________________________
31169 [  8262] By: jhi                                   on 2000/12/30  00:45:14
31170         Log: Retract #8261.
31171      Branch: perl
31172            ! hv.c util.c
31173 ____________________________________________________________________________
31174 [  8261] By: jhi                                   on 2000/12/30  00:38:32
31175         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
31176      Branch: perl
31177            ! hv.c util.c
31178 ____________________________________________________________________________
31179 [  8260] By: jhi                                   on 2000/12/29  22:51:33
31180         Log: (Retracted by #8264)  More fixing for #8251.
31181      Branch: perl
31182            ! sv.c
31183 ____________________________________________________________________________
31184 [  8259] By: jhi                                   on 2000/12/29  18:27:30
31185         Log: Subject: podlators 1.06 released
31186              From: Russ Allbery <rra@stanford.edu>
31187              Date: 25 Dec 2000 05:09:30 -0800
31188              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
31189      Branch: perl
31190            + lib/Pod/Text/Overstrike.pm
31191            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
31192            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
31193 ____________________________________________________________________________
31194 [  8258] By: jhi                                   on 2000/12/29  18:20:45
31195         Log: Make the large file tests more robust/talkative as suggested by
31196              
31197              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
31198              From: andreas.koenig@anima.de (Andreas J. Koenig)
31199              Date: 29 Dec 2000 14:23:01 +0100
31200              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
31201      Branch: perl
31202            ! t/lib/syslfs.t t/op/lfs.t
31203 ____________________________________________________________________________
31204 [  8257] By: jhi                                   on 2000/12/29  17:48:04
31205         Log: Further VMS piping fixes from Charles Lane:
31206              
31207              In summary, error messages produced when a subprocess terminated
31208              abnormally were being sent not just to the parent process, but to
31209              grandparents, because of default values for error output that were
31210              not completely overridden when the subprocess was started.
31211              
31212              This patch fixes this behavior by defining user-mode (i.e., temporary
31213              for the duration of the program) logical names for SYS$OUTPUT and
31214              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
31215              changes to make it so that the user-mode logicals are the ones that
31216              control where Perl's error messages go if it terminates abnormally.
31217              
31218              I also added some gratuitous fixes to the indentation of braces in
31219              the piping code.  It just looked ugly, before.
31220      Branch: perl
31221            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
31222 ____________________________________________________________________________
31223 [  8256] By: jhi                                   on 2000/12/29  17:45:12
31224         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
31225              From: "Casey R. Tweten" <crt@kiski.net>
31226              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
31227              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
31228              
31229              Tests for for #8240.
31230      Branch: perl
31231            ! t/pragma/constant.t
31232 ____________________________________________________________________________
31233 [  8255] By: jhi                                   on 2000/12/29  17:43:07
31234         Log: Subject: Re: [PATCH] Interesting syntax idea
31235              From: Simon Cozens <simon@cozens.net>
31236              Date: Fri, 29 Dec 2000 14:34:04 +0000
31237              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
31238              
31239              Tests for #8254.
31240      Branch: perl
31241            ! t/pragma/sub_lval.t
31242 ____________________________________________________________________________
31243 [  8254] By: jhi                                   on 2000/12/29  17:42:11
31244         Log: Subject: [PATCH] Interesting syntax idea
31245              From: Simon Cozens <simon@cozens.net>
31246              Date: Wed, 27 Dec 2000 05:08:57 +0000
31247              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
31248              
31249              Make opens + bareword assigns do typeglob assigns.
31250      Branch: perl
31251            ! op.c
31252 ____________________________________________________________________________
31253 [  8253] By: jhi                                   on 2000/12/29  17:36:45
31254         Log: Output the (apparent) version of gcc, as suggested by
31255              
31256              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
31257              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
31258              Date: 26 Dec 2000 04:29:17 -0500
31259              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
31260              
31261              (The patch as such didn't any more apply as the misparsing had
31262              already been addressed in #6474.)  Also change the wording about
31263              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
31264      Branch: perl
31265            ! hints/dec_osf.sh
31266 ____________________________________________________________________________
31267 [  8252] By: nick                                  on 2000/12/29  12:14:31
31268         Log: Integrate mainline
31269      Branch: perlio
31270           !> (integrate 27 files)
31271 ____________________________________________________________________________
31272 [  8251] By: jhi                                   on 2000/12/29  08:45:46
31273         Log: (Retracted by #8264)
31274              
31275              (Fixed by #8260.)
31276              
31277              sv_catsv() needs one more byte space than seems reasonable.
31278              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
31279              Curiouser and curiouser.
31280      Branch: perl
31281            ! sv.c
31282 ____________________________________________________________________________
31283 [  8250] By: jhi                                   on 2000/12/29  07:57:52
31284         Log: More split // UTF-8 tests.
31285      Branch: perl
31286            ! t/pragma/utf8.t
31287 ____________________________________________________________________________
31288 [  8249] By: jhi                                   on 2000/12/29  07:54:51
31289         Log: (Retracted by #8264)  More join() testing which was good because
31290              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
31291      Branch: perl
31292            ! pp.c t/op/join.t utf8.c utf8.h
31293 ____________________________________________________________________________
31294 [  8248] By: jhi                                   on 2000/12/29  07:08:32
31295         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
31296              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
31297              that the only cases to care about are byte+byte and byte+character.
31298              
31299              TODO: See how well pp_concat() could be implemented in terms
31300              of sv_catsv().
31301      Branch: perl
31302            ! doop.c sv.c t/op/join.t utf8.h
31303 ____________________________________________________________________________
31304 [  8247] By: jhi                                   on 2000/12/29  06:35:23
31305         Log: Signedness nit.
31306      Branch: perl
31307            ! pp_hot.c
31308 ____________________________________________________________________________
31309 [  8246] By: jhi                                   on 2000/12/29  01:23:31
31310         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
31311              From: Lupe Christoph <lupe@lupe-christoph.de>
31312              Date: Thu, 28 Dec 2000 23:00:00 +0100
31313              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
31314              
31315              Suggest rsync --delete --dry-run.
31316      Branch: perl
31317            ! pod/perlhack.pod
31318 ____________________________________________________________________________
31319 [  8245] By: jhi                                   on 2000/12/28  23:57:05
31320         Log: The maxiters upper limit sanity check (guarding against
31321              non-progress) assumed bytes instead of characters in s///
31322              and split().
31323      Branch: perl
31324            ! pp.c pp_hot.c
31325 ____________________________________________________________________________
31326 [  8244] By: jhi                                   on 2000/12/28  23:34:08
31327         Log: Make some panic messages a bit more logical.
31328      Branch: perl
31329            ! doop.c pod/perldiag.pod pp.c pp_hot.c
31330 ____________________________________________________________________________
31331 [  8243] By: jhi                                   on 2000/12/28  22:59:16
31332         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
31333              From: Simon Cozens <simon@cozens.net>
31334              Date: Wed, 27 Dec 2000 02:30:03 +0000
31335              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
31336      Branch: perl
31337            ! pp.c t/pragma/sub_lval.t
31338 ____________________________________________________________________________
31339 [  8242] By: jhi                                   on 2000/12/28  22:56:53
31340         Log: Subject: [PATCH blead] Fix B::Terse indentation
31341              From: Daniel Chetlin <daniel@chetlin.com>
31342              Date: Wed, 27 Dec 2000 06:43:30 -0800
31343              Message-ID: <20001227064329.B9573@darkstar>
31344      Branch: perl
31345            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
31346 ____________________________________________________________________________
31347 [  8241] By: jhi                                   on 2000/12/28  22:48:59
31348         Log: The latter patch from the
31349              
31350              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
31351              From: Peter Prymmer <pvhp@forte.com> 
31352              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
31353              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
31354              
31355              (the former patch from the above should have been
31356              taken care of by Nick I-S)
31357      Branch: perl
31358            ! win32/Makefile
31359 ____________________________________________________________________________
31360 [  8240] By: jhi                                   on 2000/12/28  22:45:22
31361         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
31362              From: "Casey R. Tweten" <crt@kiski.net>
31363              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
31364              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
31365      Branch: perl
31366            ! lib/constant.pm
31367 ____________________________________________________________________________
31368 [  8239] By: jhi                                   on 2000/12/28  22:37:45
31369         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
31370              From: Simon Cozens <simon@cozens.net>
31371              Date: Wed, 27 Dec 2000 14:12:44 +0000
31372              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
31373      Branch: perl
31374            ! t/op/method.t t/op/sort.t toke.c
31375 ____________________________________________________________________________
31376 [  8238] By: jhi                                   on 2000/12/28  22:30:32
31377         Log: Subject: [PATCH perl@8229] Call.pm
31378              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
31379              Date: Mon, 25 Dec 2000 10:47:15 -0000
31380              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
31381      Branch: perl
31382            ! ext/Filter/Util/Call/Call.pm
31383 ____________________________________________________________________________
31384 [  8237] By: jhi                                   on 2000/12/28  22:19:21
31385         Log: Subject: [PATCH blead] Fix problem with `&' prototype
31386              From: Daniel Chetlin <daniel@chetlin.com>
31387              Date: Wed, 27 Dec 2000 15:55:32 -0800
31388              Message-ID: <20001227155532.D9573@darkstar>
31389      Branch: perl
31390            ! op.c t/comp/proto.t
31391 ____________________________________________________________________________
31392 [  8236] By: jhi                                   on 2000/12/28  22:09:25
31393         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
31394              From: Daniel Chetlin <daniel@chetlin.com>
31395              Date: Sun, 24 Dec 2000 04:09:49 -0800
31396              Message-ID: <20001224040949.B3090@darkstar>
31397      Branch: perl
31398            ! gv.c mg.c t/op/attrs.t
31399 ____________________________________________________________________________
31400 [  8235] By: jhi                                   on 2000/12/28  22:07:11
31401         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
31402              From: Jan Dubois <jand@ActiveState.com>
31403              Date: Tue, 26 Dec 2000 20:57:31 -0800
31404              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
31405      Branch: perl
31406            ! win32/win32.c
31407 ____________________________________________________________________________
31408 [  8234] By: jhi                                   on 2000/12/28  21:52:42
31409         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
31410              From: Simon Cozens <simon@cozens.net>
31411              Date: Thu, 28 Dec 2000 20:33:13 +0000
31412              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
31413      Branch: perl
31414            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
31415 ____________________________________________________________________________
31416 [  8233] By: jhi                                   on 2000/12/28  19:40:49
31417         Log: Integrate perlio.
31418      Branch: perl
31419           !> ext/Encode/Makefile.PL ext/Encode/compile
31420 ____________________________________________________________________________
31421 [  8232] By: nick                                  on 2000/12/23  16:06:00
31422         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
31423              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
31424      Branch: perlio
31425            ! ext/Encode/Makefile.PL
31426 ____________________________________________________________________________
31427 [  8231] By: nick                                  on 2000/12/23  14:30:34
31428         Log: "Compiled" encode build cleanup
31429              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
31430              - .c files do not export sub-tables
31431      Branch: perlio
31432            ! ext/Encode/Makefile.PL ext/Encode/compile
31433 ____________________________________________________________________________
31434 [  8230] By: nick                                  on 2000/12/23  12:50:37
31435         Log: Integrate mainline
31436      Branch: perlio
31437           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
31438           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
31439           !> pod/perl5004delta.pod pod/perl5005delta.pod
31440           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
31441           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
31442           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
31443           !> pod/perlsub.pod
31444 ____________________________________________________________________________
31445 [  8229] By: jhi                                   on 2000/12/22  15:32:12
31446         Log: Integrate perlio.
31447      Branch: perl
31448           +> win32/distclean.bat
31449           !> MANIFEST t/io/utf8.t
31450 ____________________________________________________________________________
31451 [  8228] By: jhi                                   on 2000/12/22  15:29:40
31452         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
31453              From: Robin Barker <rmb1@cise.npl.co.uk>
31454              Date: Fri, 22 Dec 2000 12:17:38 GMT
31455              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
31456      Branch: perl
31457            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
31458            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
31459            ! pod/perl5004delta.pod pod/perl5005delta.pod
31460            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
31461            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
31462            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
31463            ! pod/perlsub.pod
31464 ____________________________________________________________________________
31465 [  8227] By: jhi                                   on 2000/12/22  15:24:28
31466         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
31467              From: "John L. Allen" <allen@grumman.com>
31468              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
31469              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
31470              
31471              Document APPLLIB_EXP.
31472      Branch: perl
31473            ! INSTALL
31474 ____________________________________________________________________________
31475 [  8226] By: nick                                  on 2000/12/21  22:11:50
31476         Log: Handy script for when one forgets to "dmake clean" 
31477      Branch: perlio
31478            + win32/distclean.bat
31479            ! MANIFEST
31480 ____________________________________________________________________________
31481 [  8225] By: nick                                  on 2000/12/21  21:54:04
31482         Log: CRLF platform issue with io/utf8 fix.
31483      Branch: perlio
31484            ! t/io/utf8.t
31485 ____________________________________________________________________________
31486 [  8224] By: nick                                  on 2000/12/21  21:02:20
31487         Log: Integrate mainline
31488      Branch: perlio
31489           !> Changes Configure Makefile.SH Porting/Glossary
31490           !> Porting/config.sh Porting/config_H configure.com
31491           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
31492           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
31493           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
31494           !> win32/config.bc win32/config.gc win32/config.vc
31495 ____________________________________________________________________________
31496 [  8223] By: jhi                                   on 2000/12/21  17:09:16
31497         Log: Update Changes.
31498      Branch: perl
31499            ! Changes patchlevel.h
31500 ____________________________________________________________________________
31501 [  8222] By: jhi                                   on 2000/12/21  16:24:01
31502         Log: Metaconfig unit changes for #8221.
31503      Branch: metaconfig/U/perl
31504           +> issymlink.U
31505            - testsyml.U
31506            ! Mksymlinks.U
31507 ____________________________________________________________________________
31508 [  8221] By: jhi                                   on 2000/12/21  16:23:48
31509         Log: Rename testsyml to issymlink.
31510      Branch: perl
31511            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31512            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
31513            ! win32/config.vc
31514 ____________________________________________________________________________
31515 [  8220] By: jhi                                   on 2000/12/21  15:47:26
31516         Log: Robustness support for #8218 (symlink forest) since the GNU
31517              tools seem to be overly picky about symlinkage depths.
31518      Branch: perl
31519            ! Makefile.SH t/io/fs.t
31520 ____________________________________________________________________________
31521 [  8219] By: jhi                                   on 2000/12/21  15:38:27
31522         Log: Metaconfig changes for #8218.
31523      Branch: metaconfig
31524            ! U/modified/Oldconfig.U
31525      Branch: metaconfig/U/perl
31526            + Mksymlinks.U
31527            ! testsyml.U
31528 ____________________________________________________________________________
31529 [  8218] By: jhi                                   on 2000/12/21  15:37:57
31530         Log: Add Configure option -Dmksymlinks which will create a symlink
31531              forest if the current/build differs from the source directory.
31532              TODO: mkdir -p is not portable.
31533      Branch: perl
31534            ! Configure
31535 ____________________________________________________________________________
31536 [  8217] By: jhi                                   on 2000/12/21  14:39:12
31537         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
31538              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
31539              Date: Thu, 21 Dec 2000 09:38:18 GMT
31540              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
31541              
31542              The ofs became an SV.
31543      Branch: perl
31544            ! ext/Thread/Thread.xs
31545 ____________________________________________________________________________
31546 [  8216] By: jhi                                   on 2000/12/21  05:40:21
31547         Log: The polymorphism seems to have fixed 20000517.001.
31548      Branch: perl
31549            ! t/pragma/utf8.t
31550 ____________________________________________________________________________
31551 [  8215] By: jhi                                   on 2000/12/21  04:44:52
31552         Log: read() documentation tweak for 20001121.004.
31553      Branch: perl
31554            ! pod/perlfunc.pod
31555 ____________________________________________________________________________
31556 [  8214] By: jhi                                   on 2000/12/21  03:54:11
31557         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
31558      Branch: perl
31559            ! pp_sys.c t/op/misc.t
31560 ____________________________________________________________________________
31561 [  8213] By: jhi                                   on 2000/12/21  00:28:10
31562         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
31563              From: Peter Prymmer <pvhp@forte.com>
31564              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
31565              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
31566      Branch: perl
31567            ! configure.com
31568 ____________________________________________________________________________
31569 [  8212] By: jhi                                   on 2000/12/21  00:26:21
31570         Log: Edit edit edit.
31571      Branch: perl
31572            ! pod/perlfaq3.pod
31573 ____________________________________________________________________________
31574 [  8211] By: jhi                                   on 2000/12/20  18:52:46
31575         Log: Update Changes.
31576      Branch: perl
31577            ! Changes patchlevel.h
31578 ____________________________________________________________________________
31579 [  8210] By: jhi                                   on 2000/12/20  18:34:47
31580         Log: Yet another editor edit.
31581      Branch: perl
31582            ! pod/perlfaq3.pod
31583 ____________________________________________________________________________
31584 [  8209] By: jhi                                   on 2000/12/20  15:33:28
31585         Log: More Win32 Perling.
31586      Branch: perl
31587            ! pod/perlfaq3.pod
31588 ____________________________________________________________________________
31589 [  8208] By: jhi                                   on 2000/12/20  15:07:46
31590         Log: More Win32 editor/IDE/shell hints.
31591      Branch: perl
31592            ! pod/perlfaq3.pod
31593 ____________________________________________________________________________
31594 [  8207] By: jhi                                   on 2000/12/20  03:54:08
31595         Log: Subject: [PATCH] obscure timing knowledge
31596              From: Nicholas Clark <nick@ccl4.org>
31597              Date: Tue, 19 Dec 2000 19:22:31 +0000
31598              Message-ID: <20001219192231.F2827@plum.flirble.org>
31599      Branch: perl
31600            ! sv.c
31601 ____________________________________________________________________________
31602 [  8206] By: jhi                                   on 2000/12/20  03:45:57
31603         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
31604              From: Spider Boardman <spider@leggy.zk3.dec.com>
31605              Date: Tue, 19 Dec 2000 21:30:16 -0500
31606              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
31607      Branch: perl
31608            ! sv.c
31609 ____________________________________________________________________________
31610 [  8205] By: jhi                                   on 2000/12/19  23:02:01
31611         Log: Update Changes.
31612      Branch: perl
31613            ! Changes patchlevel.h
31614 ____________________________________________________________________________
31615 [  8204] By: jhi                                   on 2000/12/19  22:58:18
31616         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
31617              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
31618              on editors and diffing/patching.
31619      Branch: perl
31620            ! t/op/utf8decode.t
31621 ____________________________________________________________________________
31622 [  8203] By: nick                                  on 2000/12/19  21:36:16
31623         Log: Integrate mainline (forgot my own change...)
31624      Branch: perlio
31625           !> ext/Encode/compile
31626 ____________________________________________________________________________
31627 [  8202] By: nick                                  on 2000/12/19  21:34:42
31628         Log: Integrate mainline.
31629      Branch: perlio
31630           !> (integrate 61 files)
31631 ____________________________________________________________________________
31632 [  8201] By: nick                                  on 2000/12/19  21:34:06
31633         Log: Avoid looking for File::Glob when we don't need it.
31634      Branch: perl
31635            ! ext/Encode/compile
31636 ____________________________________________________________________________
31637 [  8200] By: jhi                                   on 2000/12/19  18:35:49
31638         Log: Update Changes.
31639      Branch: perl
31640            ! Changes patchlevel.h
31641 ____________________________________________________________________________
31642 [  8199] By: jhi                                   on 2000/12/19  18:35:07
31643         Log: Microperl tweaks.
31644      Branch: perl
31645            ! sv.c uconfig.h uconfig.sh
31646 ____________________________________________________________________________
31647 [  8198] By: jhi                                   on 2000/12/19  18:29:59
31648         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
31649      Branch: perl
31650            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31651            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
31652 ____________________________________________________________________________
31653 [  8197] By: jhi                                   on 2000/12/19  17:55:29
31654         Log: In VMS embedded perls couldn't access the statically built Socket,
31655              from Charles Lane.
31656      Branch: perl
31657            ! configure.com
31658 ____________________________________________________________________________
31659 [  8196] By: jhi                                   on 2000/12/19  17:49:50
31660         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
31661              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
31662              Date: Sun, 17 Dec 2000 19:11:44 -0000
31663              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
31664      Branch: perl
31665            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
31666            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
31667 ____________________________________________________________________________
31668 [  8195] By: jhi                                   on 2000/12/19  17:47:53
31669         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
31670              From: Jonathan Stowe <gellyfish@gellyfish.com>
31671              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
31672              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
31673      Branch: perl
31674            ! utils/h2xs.PL
31675 ____________________________________________________________________________
31676 [  8194] By: jhi                                   on 2000/12/19  17:46:28
31677         Log: Subject: Re: useless use of void context work-around
31678              From: andreas.koenig@anima.de (Andreas J. Koenig)
31679              Date: 16 Dec 2000 15:13:36 +0100
31680              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
31681              
31682              Document (comment) the q(di ds ig) trick in the code.
31683      Branch: perl
31684            ! op.c
31685 ____________________________________________________________________________
31686 [  8193] By: jhi                                   on 2000/12/19  17:10:57
31687         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
31688              From: "Mark J. Reed" <mreed@strange.turner.com>
31689              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
31690              Message-Id: <200012160222.VAA13986@strange.turner.com>
31691      Branch: perl
31692            ! ext/Sys/Syslog/Syslog.pm
31693 ____________________________________________________________________________
31694 [  8192] By: jhi                                   on 2000/12/19  17:07:45
31695         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
31696              From: Nicholas Clark <nick@ccl4.org>
31697              Date: Sat, 16 Dec 2000 19:03:13 +0000
31698              Message-ID: <20001216190313.D68304@plum.flirble.org>
31699      Branch: perl
31700            ! t/op/64bitint.t
31701 ____________________________________________________________________________
31702 [  8191] By: jhi                                   on 2000/12/19  17:06:13
31703         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
31704              From: Dominic Dunlop <domo@computer.org>
31705              Date: Mon, 18 Dec 2000 12:00:15 +0100
31706              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
31707              
31708              This patchlet is needed in order that perl can be statically linked.  
31709      Branch: perl
31710            ! regexec.c
31711 ____________________________________________________________________________
31712 [  8190] By: jhi                                   on 2000/12/19  17:03:08
31713         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
31714              From: "Craig A. Berry" <craig.berry@psinetcs.com>
31715              Date: Sun, 17 Dec 2000 00:18:35 -0600
31716              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
31717      Branch: perl
31718            ! perlio.h vms/gen_shrfls.pl
31719 ____________________________________________________________________________
31720 [  8189] By: jhi                                   on 2000/12/19  16:20:28
31721         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
31722              From: Prymmer/Kahn <pvhp@best.com>
31723              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
31724              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
31725              
31726              A better version of #8188.
31727      Branch: perl
31728            ! pod/perlfaq3.pod
31729 ____________________________________________________________________________
31730 [  8188] By: jhi                                   on 2000/12/19  15:57:06
31731         Log: (Replaced by #8189)
31732              
31733              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
31734              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
31735              From: Prymmer/Kahn <pvhp@best.com>
31736              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
31737              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
31738              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
31739              Date: Mon, 18 Dec 2000 11:10:45 -0500
31740              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
31741      Branch: perl
31742            ! pod/perlfaq3.pod
31743 ____________________________________________________________________________
31744 [  8187] By: jhi                                   on 2000/12/19  15:54:19
31745         Log: Email address fix for Anton Berezin.
31746      Branch: perl
31747            ! AUTHORS
31748 ____________________________________________________________________________
31749 [  8186] By: jhi                                   on 2000/12/19  15:38:54
31750         Log: Subject: [PATCH perl@8102] cygwin port
31751              From: "Eric Fifer" <efifer@dircon.co.uk> 
31752              Date: Thu, 14 Dec 2000 13:41:29 -0000
31753              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
31754              
31755              When compiling modules the data item that is being imported
31756              from libperl.dll needs to be tagged as imported/shared data:
31757              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
31758      Branch: perl
31759            ! perliol.h
31760 ____________________________________________________________________________
31761 [  8185] By: jhi                                   on 2000/12/19  14:53:24
31762         Log: Regen uconfig.h and uconfig.sh.
31763      Branch: perl
31764            ! uconfig.h uconfig.sh
31765 ____________________________________________________________________________
31766 [  8184] By: jhi                                   on 2000/12/18  20:43:49
31767         Log: Comments work so much better when they are closed.
31768      Branch: perl
31769            ! regcomp.c
31770 ____________________________________________________________________________
31771 [  8183] By: jhi                                   on 2000/12/18  18:04:02
31772         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
31773              Fixes the bug 20001218.016.
31774      Branch: perl
31775            ! regcomp.c
31776 ____________________________________________________________________________
31777 [  8182] By: gsar                                  on 2000/12/18  09:53:47
31778         Log: delete spurious files
31779      Branch: maint-5.6/perl
31780            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
31781            - vos/config.h vos/config_h.SH_orig
31782 ____________________________________________________________________________
31783 [  8181] By: gsar                                  on 2000/12/18  09:46:08
31784         Log: regen perltoc
31785      Branch: maint-5.6/perl
31786            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
31787 ____________________________________________________________________________
31788 [  8180] By: gsar                                  on 2000/12/18  09:20:27
31789         Log: integrate changes#7924..7926,7946,7952 from mainline
31790      Branch: maint-5.6/perl
31791           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
31792           !> lib/File/stat.pm t/lib/class-struct.t
31793 ____________________________________________________________________________
31794 [  8179] By: gsar                                  on 2000/12/18  08:55:54
31795         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
31796              7918,7919,7988,8907 from mainline (various)
31797      Branch: maint-5.6/perl
31798           +> t/lib/class-struct.t
31799           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
31800           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
31801           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
31802 ____________________________________________________________________________
31803 [  8178] By: gsar                                  on 2000/12/18  08:16:30
31804         Log: avoid redefinition warnings on windows due to sys/socket.h getting
31805              #included before win32.h
31806      Branch: maint-5.6/perl
31807            ! win32/include/sys/socket.h
31808 ____________________________________________________________________________
31809 [  8177] By: gsar                                  on 2000/12/18  05:24:04
31810         Log: make regen_headers; fix POSIX.xs problems; remove outdated
31811              code from sys/socket.h that makes build fail now
31812      Branch: maint-5.6/perl
31813            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
31814            ! pod/perlapi.pod
31815           !> win32/include/sys/socket.h
31816 ____________________________________________________________________________
31817 [  8176] By: gsar                                  on 2000/12/18  05:20:17
31818         Log: update Changes
31819      Branch: maint-5.6/perl
31820            ! Changes patchlevel.h
31821 ____________________________________________________________________________
31822 [  8175] By: gsar                                  on 2000/12/18  04:57:48
31823         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
31824              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
31825              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
31826              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
31827              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
31828              7823,7825,7838
31829      Branch: maint-5.6/perl
31830           +> lib/File/Spec/Epoc.pm
31831           !> (integrate 88 files)
31832 ____________________________________________________________________________
31833 [  8174] By: gsar                                  on 2000/12/18  03:53:09
31834         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
31835              7625..7629,7631..7634,7637,7639,7642 from mainline
31836      Branch: maint-5.6/perl
31837           +> README.solaris
31838           !> (integrate 26 files)
31839 ____________________________________________________________________________
31840 [  8173] By: gsar                                  on 2000/12/18  03:37:02
31841         Log: integrate changes#7472,7474..7479,7481,7485,7489,7493,7494,7496,
31842              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
31843              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
31844              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
31845      Branch: maint-5.6/perl
31846           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
31847            - MAINTAIN
31848           !> (integrate 111 files)
31849 ____________________________________________________________________________
31850 [  8172] By: jhi                                   on 2000/12/18  02:49:27
31851         Log: Regen pods.
31852      Branch: perl
31853            ! pod/perlmodlib.pod pod/perltoc.pod
31854 ____________________________________________________________________________
31855 [  8171] By: gsar                                  on 2000/12/18  02:49:24
31856         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
31857              7465..7471 from mainline
31858              
31859              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
31860              in platforms that strictly require all the symbols being present
31861              at link time.
31862              
31863              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
31864              
31865              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
31866              
31867              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
31868              
31869              Subject: [PATCH] todo
31870              
31871              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
31872              
31873              Use $sort, $uniq (and $tr) consistently as wondered
31874              by Nicholas Clark.
31875              
31876              Too enthusiastic editing in #7460.
31877              
31878              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
31879              
31880              Upgrade to CPAN 1.58_55.
31881              Subject: CPAN.pm status
31882              
31883              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
31884              
31885              Make target reordering to avoid pointless re-makes.
31886              Subject: Re: Total re-make of 'make okfile' after 7451 ?
31887              
31888              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
31889              
31890              Subject: DOC PATCH 5.6.0
31891              
31892              Add the repository doc by Malcolm, Sarathy, and by Simon,
31893              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
31894      Branch: maint-5.6/perl
31895           +> Porting/repository.pod
31896           !> Configure MANIFEST Makefile.SH README.dos README.os2
31897           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
31898           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
31899           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
31900 ____________________________________________________________________________
31901 [  8169] By: gsar                                  on 2000/12/18  02:33:34
31902         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
31903              7435..7441,7445 from mainline
31904              
31905              Make the UTF-8 decoding stricter and more verbose when
31906              malformation happens.  This involved adding an argument
31907              to utf8_to_uv_chk(), which involved changing its prototype,
31908              and prefer STRLEN over I32 for the UTF-8 length, which as
31909              a domino effect necessitated changing the prototypes of
31910              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
31911              The stricter UTF-8 decoding checking uses Markus Kuhn's
31912              UTF-8 Decode Stress Tester from
31913              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
31914              
31915              Run vms/vms_yfix.pl, should have done that after changing
31916              perly.c in #7382.
31917              
31918              Subject: [PATCH 5.7.0] static linking with uninstalled perl
31919              
31920              (Replaced by #7440.)
31921              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
31922              
31923              Fix the bug ID 20001024.005, the bug introduced by #7416.
31924              
31925              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
31926              
31927              Fix the bug reported in
31928              From: andreas.koenig@anima.de (Andreas J. Koenig)
31929              Also make is_utf8_char() stricter.
31930              
31931              Missed the header file changes from #7425.
31932              
31933              Check if stdio supports tweaking lval and cnt simultaneously.
31934              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
31935              
31936              Stratus VOS updates from Paul Green.
31937              
31938              Podify README.epoc and README.vos.
31939              
31940              Add targets to Makefile.SH, most importantly
31941              'regen_all' which also remembers to update vms/perly*.
31942              
31943              Subject: Minor update to find2perl, for portability
31944              
31945              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
31946              
31947              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
31948              
31949              Rename UTF8LEN() to be UNISKIP(), too confusing to have
31950              UTF8LEN() and UTF8SKIP(). 
31951              
31952              Allow poking holes at the UTF-8 decoding strictness.
31953              
31954              Continue the internal UTF-8 API tweaking.
31955              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
31956              used much more than the simpler API, now called utf8_to_uv_simple().
31957              Still not quite happy with API, too much partial duplication
31958              of functionality.
31959              
31960              A new version of making the syslog test more robust.
31961              (Replaces #7421.)
31962              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
31963              
31964              buildtoc target tweaks.
31965              
31966              Integrate with vmsperl #7430 by Charles Bailey:
31967              
31968              Cleanup from prior patch (Charles Lane?):
31969              - improve handling of MFDs in Basename and Path
31970              - default to no xsubpp line # munging when building debug images
31971      Branch: maint-5.6/perl
31972           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
31973           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
31974           !> (integrate 67 files)
31975 ____________________________________________________________________________
31976 [  8168] By: gsar                                  on 2000/12/18  02:05:49
31977         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
31978              
31979              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
31980              From: Martin Husemann <martin@duskware.de>
31981              
31982              Subject: [PATCH 5.7.0] restore match data on backtracing
31983              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31984      Branch: maint-5.6/perl
31985           !> regcomp.c regexec.c t/op/re_tests
31986 ____________________________________________________________________________
31987 [  8167] By: gsar                                  on 2000/12/18  01:55:22
31988         Log: integrate changes#7858,7986 from mainline
31989              
31990              C<foreach my $x ...> in pseudo-fork()ed process may diddle
31991              parent's memory; fix it by keeping track of the actual pad
31992              offset rather than a raw pointer (this change is probably also
31993              relevant to non-ithreads case to avoid fallout from reallocs of
31994              the pad array, but is currently only enabled for the ithreads
31995              case in the interests of minimal disruption to existing "well
31996              tested" code)
31997              
31998              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
31999              due to the notorious GetFileType() bug in Windows 9x, which fstat()
32000              tickles)
32001      Branch: maint-5.6/perl
32002           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
32003           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
32004           !> win32/win32.c win32/win32.h win32/win32sck.c
32005 ____________________________________________________________________________
32006 [  8166] By: gsar                                  on 2000/12/18  01:52:59
32007         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
32008              from mainline (xsubpp and ExtUtils::LibList fixups, various
32009              other small items)
32010      Branch: maint-5.6/perl
32011           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
32012           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
32013           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
32014           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
32015           !> win32/bin/search.pl
32016 ____________________________________________________________________________
32017 [  8165] By: gsar                                  on 2000/12/18  01:28:45
32018         Log: integrate changes#7533,7563,7611,7623 from mainline (various
32019              malloc.c embellishments)
32020      Branch: maint-5.6/perl
32021           !> malloc.c pod/perldiag.pod
32022 ____________________________________________________________________________
32023 [  8164] By: gsar                                  on 2000/12/18  01:23:33
32024         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
32025              fixups)
32026      Branch: maint-5.6/perl
32027           !> utils/h2xs.PL
32028 ____________________________________________________________________________
32029 [  8163] By: gsar                                  on 2000/12/18  01:17:50
32030         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
32031              fixups)
32032      Branch: maint-5.6/perl
32033           !> Makefile.SH utils/perlbug.PL
32034 ____________________________________________________________________________
32035 [  8162] By: gsar                                  on 2000/12/18  00:25:43
32036         Log: always export Perl_deb() (it is required by re.xs whether
32037              Perl is built with or without -DDEBUGGING)
32038      Branch: maint-5.6/perl
32039            ! makedef.pl
32040 ____________________________________________________________________________
32041 [  8161] By: gsar                                  on 2000/12/18  00:23:38
32042         Log: integrate change#7414 from mainline
32043              
32044              Undo the basename() part of #7412 since the lib/basename
32045              tests would need upgrading too.
32046              
32047              squelch two tests in tr.t that rely on tr/// paranoia change
32048              that's not in 5.6.x
32049      Branch: maint-5.6/perl
32050            ! t/op/tr.t
32051           !> lib/File/Basename.pm
32052 ____________________________________________________________________________
32053 [  8160] By: gsar                                  on 2000/12/18  00:05:30
32054         Log: missing change in previous integrate
32055      Branch: maint-5.6/perl
32056           !> README.aix
32057 ____________________________________________________________________________
32058 [  8159] By: gsar                                  on 2000/12/18  00:03:38
32059         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
32060              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
32061              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7304..7408,
32062              7410..7413 from mainline
32063      Branch: maint-5.6/perl
32064           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
32065           +> t/lib/tie-splice.t
32066            - lib/unicode/Is/DCinital.pl
32067           !> (integrate 112 files)
32068 ____________________________________________________________________________
32069 [  8158] By: jhi                                   on 2000/12/17  23:04:24
32070         Log: Subject: [PATCHES] RE: perl@8150 
32071              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
32072              Date: Sun, 17 Dec 2000 21:46:39 +0100
32073              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
32074              
32075              Neither cygwin has a getpwuid() one can trust on.
32076      Branch: perl
32077            ! t/lib/glob-basic.t
32078 ____________________________________________________________________________
32079 [  8157] By: jhi                                   on 2000/12/17  23:01:54
32080         Log: More MAN.PODS => {} fixes.
32081      Branch: perl
32082            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
32083            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
32084            ! os2/OS2/REXX/Makefile.PL
32085 ____________________________________________________________________________
32086 [  8156] By: gsar                                  on 2000/12/17  22:49:13
32087         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
32088              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
32089              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
32090              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
32091              7201,7204 from mainline
32092      Branch: maint-5.6/perl
32093           !> (integrate 121 files)
32094 ____________________________________________________________________________
32095 [  8155] By: jhi                                   on 2000/12/17  22:30:58
32096         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
32097              From: "Craig A. Berry" <craigberry@mac.com>
32098              Date: Sun, 17 Dec 2000 13:09:28 -0600
32099              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
32100              
32101              MAN.PODS => ' ' is naughty.
32102      Branch: perl
32103            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
32104 ____________________________________________________________________________
32105 [  8154] By: nick                                  on 2000/12/17  22:07:13
32106         Log: MULTIPLICITY nit.
32107      Branch: perl
32108            ! mg.c
32109 ____________________________________________________________________________
32110 [  8153] By: gsar                                  on 2000/12/17  21:23:05
32111         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
32112              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
32113              from mainline
32114              
32115              Document the SvIOK_.*UV().
32116              
32117              Update Unicode todo list.
32118              
32119              Guard against bad string->int conversion for quads.
32120              
32121              Subject: small apidoc fix
32122              
32123              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
32124              
32125              Subject: [PATCH] Tied filehandle documentation
32126              
32127              Subject: [PATCH] Modernize Opcode.pm documentation
32128              
32129              Make Data::Dumper (non-XS) to work with changed semantics of ref().
32130              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
32131              [applied even though said semantics didn't change in 5.6.x]
32132              
32133              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
32134              
32135              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
32136              
32137              Fix the URL, but the server is still missing in action.
32138              Subject: [ID 20000905.002] perlfaq1.pod URL error
32139              
32140              Subject: [ID 20000903.001] \w in utf8-strings
32141              
32142              Fix the ccversion detection for 5.1 and beyond.
32143              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
32144              
32145              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
32146              
32147              Subject: [ID 20000904.008] Tiny fix for perldiag
32148              
32149              Subject: Re: [ID 20000906.004] segfault with bad perl statement
32150              
32151              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
32152              
32153              Subject: [ID 20000908.002] perlipc documentation bug.
32154              
32155              Subject: [PATCH lib/Benchmark.pm]
32156              
32157              Re-allow vec() for characters > 255.
32158              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
32159              
32160              Do away with memory models cruft.  Sorry, PDP users.
32161              
32162              Continue #7041.
32163              
32164              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
32165              
32166              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
32167              
32168              Upgrade to CPAN 1.57_65, from Andreas König.
32169              
32170              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
32171              by Russ Allbery.
32172              
32173              Silence t/pod/*.t about alternate quote-mappings now implemented
32174              by Pod::Text, from Brad Appleton.
32175              
32176              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
32177              Subject: borland C++ win32.c tweak
32178              
32179              C<@a = @b = split(...)> optimization coredumps under ithreads
32180              (missed a spot when fixing up op_pmreplroot hack for ithreads)
32181              
32182              Document the SvUTF8*().
32183              
32184              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
32185              
32186              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
32187              
32188              Do in VMS as the #7054 does.
32189              
32190              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
32191              
32192              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
32193              
32194              Subject: [patch: perl@7045] vms updates
32195              
32196              Test for the #7049.
32197              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
32198              
32199              Break up the myconfig lines a bit.
32200              Subject: perlbug/perl -V output format
32201              
32202              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
32203              
32204              The #7054 truncated Configure badly.
32205              
32206              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
32207              initialization in all the threads on Windows
32208              
32209              Allow for whitespace between "#" and "line" in cpp output.
32210              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
32211              
32212              Remove vestiges of tr//CU.
32213              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
32214              
32215              The return value of setlocale must be copied away.
32216              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
32217              
32218              Allow chop() and chomp() to be overridden.
32219              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
32220              
32221              Hints optimization.
32222              Subject: Minor nit
32223              
32224              Subject: [PATCH] de-wall t/README
32225              
32226              Subject: Re: Two advertising clauses need to be removed
32227      Branch: maint-5.6/perl
32228           !> (integrate 75 files)
32229 ____________________________________________________________________________
32230 [  8152] By: gsar                                  on 2000/12/17  20:30:11
32231         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
32232              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
32233              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
32234              
32235              Don't attach -ld to the archname if pointless.
32236              
32237              Document UNTIE in a very minimalistic way.
32238              
32239              POSIX doesn't report long double values under -Duselongdouble
32240              when the long doubles are "real" (bigger than doubles).
32241              
32242              More author updates.
32243              
32244              Try to deduce NV_MAX.  Really should be Configure fodder.
32245              
32246              :: not allowed in pathnames, change to .
32247              Subject: [PATCH perl@6938] cygwin port
32248              
32249              Forget about NV_MAX (#6951).  Various floating point tweaks,
32250              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
32251              
32252              Move the Solaris 7 scan to use64bitall, make the
32253              failure to find 64-bot sparc libc to mention the
32254              possibility of being in an intel, from Lupe and Alan.
32255              
32256              Regen perltoc.
32257              
32258              AUTHORS tweaks, from Peter Prymmer.
32259              
32260              More address tweaking.
32261              
32262              Small tweaks all over.
32263              
32264              File::Temp patches from Andreas König,
32265              
32266              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
32267              
32268              Subject: CPAN.pm beta 1.57_57 for the core
32269              
32270              Part of the solution.
32271              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
32272              
32273              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
32274              
32275              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
32276              
32277              Add the overload warnings to perldiag.
32278              
32279              Drop unused argument.
32280              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
32281              
32282              Subject: Nit in Configure (bleadperl@6961)
32283              
32284              Update to PodParser 1.18, from Brad Appleton.
32285              
32286              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
32287              
32288              Subject: [PATCH: 6948] add SCNfldbl to configure.com
32289              
32290              Document UNTIE. Also tweak implementation to suppress the 'inner references'
32291              warning when UNTIE exists and instead pass the cound of extra references to
32292              the UNTIE method.
32293              
32294              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
32295              so that case-ignoring systems like DCL can tell them from
32296              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
32297              
32298              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
32299              
32300              Feature ordering tweak.
32301              
32302              Regen perltoc.
32303              
32304              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
32305              
32306              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
32307              
32308              Subject: http:// in L<>
32309              
32310              Detypo.
32311              
32312              change#6791 accidentally clobbered change#6710, put it back
32313              
32314              Only the first line, thank you very much.
32315              
32316              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
32317              plus rework the http: spots as suggested by Tom Christiansen,
32318              plus regen perltoc.
32319              
32320              Undo part of change 6489 which looks like a bulk edit which
32321              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
32322              The supressing of main:: on return from select() is undesirable.
32323              
32324              Apparently avoiding the swapping is too costly.
32325              
32326              Various Configure nits by Philip Newton,
32327              plus the ebcdic one by me.
32328              
32329              Make certain cc is set before trying to run it.
32330              
32331              If overloaded %{} etc. return the object do not loop.
32332              Thus  sub deref { $_[0] } functions if object is wanted type.
32333              
32334              Update perlhist.
32335              
32336              More %{} and other deref special casing - do not pass to 'nomethod'.
32337      Branch: maint-5.6/perl
32338           !> (integrate 59 files)
32339 ____________________________________________________________________________
32340 [  8151] By: gsar                                  on 2000/12/17  19:14:38
32341         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
32342              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
32343              
32344              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
32345              
32346              Make the epsilon to be relative, not absolute.
32347              
32348              Put back the flags dump as reasoned in
32349              Subject: Re: [PATCH] Glob dumping
32350              
32351              Introduce ccname to keep track of what compiler kind of we have.
32352              
32353              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
32354              
32355              Put back the slice accidentally removed by #6907.
32356              
32357              Reset archname and archname64 always, forcing them be
32358              recomputed at each Configure run, make Configure and
32359              the hints files agree on the naming of largefiles variables.
32360              
32361              Don't say "Perl 5.0 source kit".
32362              
32363              Subject: [PATCH] fix misc cast warnings
32364              
32365              Subject: typos in pods
32366              
32367              NVs not necessarily doubles, as pointed out by Yitzchak.
32368              
32369              Subject: [PATCH 6889] add a few ldbl formats to configure.com
32370              
32371              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
32372              
32373              Better options for rsync.
32374              
32375              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
32376              
32377              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
32378              
32379              Subject: [PATCH] Re: UNTIE method 
32380              
32381              A better fix for the Socket building problem from Craig Berry.
32382              
32383              Retract the dummy test, skip the security tests (instead of failing),
32384              explain what the warnings mean.
32385              
32386              Heap decorruption.
32387              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
32388              
32389              Update to Unicode 3.0.1.
32390              
32391              Missed one Unicode file.
32392              
32393              Subject: Re: typos in pods
32394              
32395              The #6929 was too skimpy.
32396              
32397              sscanf() may be the only way to read long doubles from strings.
32398              
32399              Reveal Borland's isnan.
32400              Subject: build with BC++ tweak
32401              
32402              Issue useful diagnostic on unknown pod commands.
32403              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
32404              
32405              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
32406              
32407              Clarify the third case of ftmp-security warnings.
32408              
32409              Make -Dusemorebits find long doubles in Solaris.
32410              
32411              Wrap the test in eval.
32412      Branch: maint-5.6/perl
32413           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
32414           +> lib/unicode/PropList.txt lib/unicode/README.perl
32415           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
32416           +> lib/unicode/Unicode.301 vms/vmspipe.com
32417            - lib/unicode/Props.txt lib/unicode/UCD300.html
32418            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
32419           !> (integrate 305 files)
32420 ____________________________________________________________________________
32421 [  8150] By: jhi                                   on 2000/12/17  18:47:57
32422         Log: Uncheckedin generated files.
32423      Branch: perl
32424            ! global.sym perlapi.c pod/perlapi.pod
32425 ____________________________________________________________________________
32426 [  8149] By: jhi                                   on 2000/12/17  18:41:22
32427         Log: Update Changes.
32428      Branch: perl
32429            ! Changes patchlevel.h
32430 ____________________________________________________________________________
32431 [  8148] By: jhi                                   on 2000/12/17  18:39:16
32432         Log: Subject: [PATCH] Fcntl constants speedup
32433              From: Nicholas Clark <nick@ccl4.org>
32434              Date: Sun, 17 Dec 2000 16:29:24 +0000
32435              Message-ID: <20001217162924.E97668@plum.flirble.org>
32436              
32437              Use IVs for the Fcntl constants instead of NVs.
32438      Branch: perl
32439            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
32440 ____________________________________________________________________________
32441 [  8147] By: jhi                                   on 2000/12/17  18:33:41
32442         Log: Add test for #8145 (binmode() warning), add warning for
32443              ioctl() and sockpair(), document them. (fileno() cannot
32444              be tripwired with the same kind of warning because
32445              'defined fileno($foo)' seems to be an idiom.)
32446      Branch: perl
32447            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
32448 ____________________________________________________________________________
32449 [  8146] By: gsar                                  on 2000/12/17  18:09:08
32450         Log: update Changes
32451      Branch: maint-5.6/perl
32452            ! Changes
32453 ____________________________________________________________________________
32454 [  8145] By: jhi                                   on 2000/12/17  17:39:35
32455         Log: Subject: [PATCH] Re: The long awaited feature ...
32456              From: Simon Cozens <simon@cozens.net>
32457              Date: Sun, 17 Dec 2000 12:31:56 +0000
32458              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
32459              
32460              Add a warning to binmode() about using bad filehandles
32461              (can happen e.g. if someone forgets the filehandle argument)
32462      Branch: perl
32463            ! pp_sys.c
32464 ____________________________________________________________________________
32465 [  8144] By: jhi                                   on 2000/12/17  17:33:48
32466         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
32467              From: Jonathan Stowe <gellyfish@gellyfish.com>
32468              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
32469              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
32470      Branch: perl
32471            ! lib/Net/Ping.pm
32472 ____________________________________________________________________________
32473 [  8143] By: jhi                                   on 2000/12/17  05:31:37
32474         Log: Polymorphic regexps.
32475              
32476              Fixes at least the bugs 20001028.003 (both of them...) and
32477              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
32478              also to be fixed by now, probably already before this patch.
32479      Branch: perl
32480            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
32481            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
32482            ! t/op/utf8decode.t t/pragma/utf8.t
32483 ____________________________________________________________________________
32484 [  8142] By: jhi                                   on 2000/12/16  17:16:05
32485         Log: Subject: [patch perl@8102] dos/djgpp update
32486              From: Laszlo Molnar <ml1050@freemail.hu>
32487              Date: Sat, 16 Dec 2000 01:40:52 +0100
32488              Message-ID: <20001216014052.A335@freemail.hu>
32489      Branch: perl
32490            ! djgpp/config.over t/base/commonsense.t
32491 ____________________________________________________________________________
32492 [  8141] By: jhi                                   on 2000/12/16  17:09:27
32493         Log: Few uncheckedin files.
32494      Branch: perl
32495            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
32496 ____________________________________________________________________________
32497 [  8140] By: nick                                  on 2000/12/15  22:14:31
32498         Log: Integrate mainline
32499      Branch: perlio
32500           !> (integrate 53 files)
32501 ____________________________________________________________________________
32502 [  8139] By: jhi                                   on 2000/12/15  19:49:49
32503         Log: One more IVUV tweak from Nicholas Clark.
32504      Branch: perl
32505            ! sv.c
32506 ____________________________________________________________________________
32507 [  8138] By: jhi                                   on 2000/12/15  19:17:06
32508         Log: Return of the IVUV-preservation, now seems to be happy even
32509              in Digital UNIX (the broken strtoul brokenness detection
32510              seems to have been the fly in the ointment).
32511      Branch: perl
32512            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32513            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
32514            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
32515            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
32516            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
32517            ! vos/config.ga.h win32/config.bc win32/config.gc
32518            ! win32/config.vc
32519 ____________________________________________________________________________
32520 [  8137] By: jhi                                   on 2000/12/15  18:12:14
32521         Log: Metaconfig unit change for #8136.
32522      Branch: metaconfig
32523            ! U/modified/d_strtoul.U
32524      Branch: metaconfig/U/perl
32525            ! d_strtoull.U d_strtouq.U
32526 ____________________________________________________________________________
32527 [  8136] By: jhi                                   on 2000/12/15  18:11:35
32528         Log: I don't think it's sensible or portable to test the strtou*
32529              on /^-/ strings.
32530      Branch: perl
32531            ! Configure
32532 ____________________________________________________________________________
32533 [  8135] By: jhi                                   on 2000/12/15  17:18:49
32534         Log: Metaconfig unit change for #8134.
32535      Branch: metaconfig
32536            ! U/modified/d_strtoul.U
32537 ____________________________________________________________________________
32538 [  8134] By: jhi                                   on 2000/12/15  17:14:13
32539         Log: If longsize is 8 we don't need a LL suffix for integer constants.
32540      Branch: perl
32541            ! Configure config_h.SH
32542 ____________________________________________________________________________
32543 [  8133] By: jhi                                   on 2000/12/15  16:00:23
32544         Log: Update Changes.
32545      Branch: perl
32546            ! Changes patchlevel.h
32547 ____________________________________________________________________________
32548 [  8132] By: jhi                                   on 2000/12/15  15:44:16
32549         Log: Some compilers get huffy if you do not cast a const pointer
32550              to a non-const when assigning.
32551      Branch: perl
32552            ! gv.c
32553 ____________________________________________________________________________
32554 [  8131] By: jhi                                   on 2000/12/15  15:38:30
32555         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
32556              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32557              Date: Fri, 15 Dec 2000 05:26:57 -0500
32558              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
32559      Branch: perl
32560            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
32561            ! t/pragma/overload.t
32562 ____________________________________________________________________________
32563 [  8130] By: jhi                                   on 2000/12/15  15:36:08
32564         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
32565              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32566              Date: Thu, 14 Dec 2000 22:02:43 -0500
32567              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
32568      Branch: perl
32569            ! gv.c perl.h
32570 ____________________________________________________________________________
32571 [  8129] By: jhi                                   on 2000/12/15  15:34:16
32572         Log: Subject: PATCH: h2xs nit
32573              From: Tim Jenness <t.jenness@jach.hawaii.edu>
32574              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
32575              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
32576              
32577              Add a template README.
32578      Branch: perl
32579            ! utils/h2xs.PL
32580 ____________________________________________________________________________
32581 [  8128] By: jhi                                   on 2000/12/15  15:32:22
32582         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
32583      Branch: perl
32584            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
32585 ____________________________________________________________________________
32586 [  8127] By: jhi                                   on 2000/12/15  15:19:34
32587         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
32588              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
32589              Date:     Thu, 14 Dec 2000 20:04:42 EST
32590              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
32591      Branch: perl
32592            ! ext/Opcode/Opcode.xs
32593 ____________________________________________________________________________
32594 [  8126] By: jhi                                   on 2000/12/15  15:17:49
32595         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
32596              From: Peter Prymmer <pvhp@forte.com>
32597              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
32598              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
32599      Branch: perl
32600            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
32601            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
32602            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
32603 ____________________________________________________________________________
32604 [  8125] By: jhi                                   on 2000/12/15  15:11:05
32605         Log: This seems to be a stage sane and stable enough to checkin.
32606              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
32607      Branch: perl
32608            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
32609            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
32610            ! t/op/cmp.t t/op/numconvert.t
32611 ____________________________________________________________________________
32612 [  8124] By: jhi                                   on 2000/12/15  04:20:26
32613         Log: Something is really wonky.
32614      Branch: perl
32615            ! sv.c
32616 ____________________________________________________________________________
32617 [  8123] By: jhi                                   on 2000/12/15  04:00:50
32618         Log: Fixes for the IV UV patches to compile in Digital UNIX.
32619      Branch: perl
32620            ! sv.c
32621 ____________________________________________________________________________
32622 [  8122] By: jhi                                   on 2000/12/15  02:53:40
32623         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
32624              From: "Craig A. Berry" <craigberry@mac.com>
32625              Date: Thu, 14 Dec 2000 19:10:49 -0600
32626              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
32627      Branch: perl
32628            ! vms/vms.c
32629 ____________________________________________________________________________
32630 [  8121] By: jhi                                   on 2000/12/15  02:50:00
32631         Log: Metaconfig changes for #8120.
32632      Branch: metaconfig
32633            + U/modified/d_strtoul.U
32634      Branch: metaconfig/U/perl
32635            ! d_strtoull.U d_strtouq.U
32636 ____________________________________________________________________________
32637 [  8120] By: jhi                                   on 2000/12/15  02:49:42
32638         Log: From: Nicholas Clark <nick@ccl4.org> 
32639              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
32640              Date: Thu, 14 Dec 2000 18:38:57 +0000
32641              Message-ID: <20001214183857.B97909@plum.flirble.org>
32642      Branch: perl
32643            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32644            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
32645            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
32646            ! vos/config.ga.def vos/config.ga.h win32/config.bc
32647            ! win32/config.gc win32/config.vc
32648 ____________________________________________________________________________
32649 [  8119] By: jhi                                   on 2000/12/14  23:40:58
32650         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
32651              From: Nicholas Clark <nick@ccl4.org>
32652              Date: Wed, 13 Dec 2000 20:08:50 +0000
32653              Message-ID: <20001213200849.B71166@plum.flirble.org>
32654      Branch: perl
32655            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
32656            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
32657 ____________________________________________________________________________
32658 [  8118] By: jhi                                   on 2000/12/14  22:46:26
32659         Log: Integrate perlio.
32660      Branch: perl
32661           !> MANIFEST ext/Encode/compile makedef.pl
32662 ____________________________________________________________________________
32663 [  8117] By: nick                                  on 2000/12/14  22:38:53
32664         Log: Win32 tweaks to get Encode to build
32665              - temp hack to makedef.pl till PerlIO is properly "exported".
32666              - MSVC dislikes  
32667              static encpage_t foo[];
32668              so make 'em extern for now.
32669      Branch: perlio
32670            ! ext/Encode/compile makedef.pl
32671 ____________________________________________________________________________
32672 [  8116] By: nick                                  on 2000/12/14  22:00:53
32673         Log: Document the new files
32674      Branch: perlio
32675            ! MANIFEST
32676 ____________________________________________________________________________
32677 [  8115] By: jhi                                   on 2000/12/14  21:58:01
32678         Log: MANIFEST new files of #8114.
32679      Branch: perl
32680            ! MANIFEST
32681 ____________________________________________________________________________
32682 [  8114] By: jhi                                   on 2000/12/14  21:50:49
32683         Log: Integrate perlio.
32684      Branch: perl
32685           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
32686           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
32687           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
32688           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
32689           !> ext/Encode/Makefile.PL
32690 ____________________________________________________________________________
32691 [  8113] By: jhi                                   on 2000/12/14  21:48:49
32692         Log: The documentation part of the
32693              
32694              Subject: [ID 20001214.002] Net::Ping patch
32695              From: Jonathan Stowe <gellyfish@gellyfish.com>
32696              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
32697              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
32698              since the #7529 had already addressed the same problem.
32699      Branch: perl
32700            ! lib/Net/Ping.pm
32701 ____________________________________________________________________________
32702 [  8112] By: jhi                                   on 2000/12/14  21:42:57
32703         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
32704              From: Dominic Dunlop <domo@computer.org>
32705              Date: Tue, 12 Dec 2000 10:47:10 +0100
32706              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
32707              
32708              Document how elusive subroutines can be.
32709      Branch: perl
32710            ! pod/perlfunc.pod
32711 ____________________________________________________________________________
32712 [  8111] By: jhi                                   on 2000/12/14  21:38:05
32713         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
32714              From: Dominic Dunlop <domo@computer.org>
32715              Date: Thu, 14 Dec 2000 10:13:51 +0100
32716              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
32717      Branch: perl
32718            ! ext/POSIX/POSIX.pod
32719 ____________________________________________________________________________
32720 [  8110] By: jhi                                   on 2000/12/14  21:36:32
32721         Log: Subject: [patch] perlfaq7
32722              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
32723              Date: Thu, 14 Dec 2000 15:31:07 +0100
32724              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
32725      Branch: perl
32726            ! pod/perlfaq7.pod
32727 ____________________________________________________________________________
32728 [  8109] By: jhi                                   on 2000/12/14  21:29:20
32729         Log: Subject: [8104] Encode
32730              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32731              Date: Thu, 14 Dec 2000 14:49:34 +0100
32732              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
32733              
32734              Type casting for nervous compilers.
32735      Branch: perl
32736            ! ext/Encode/Encode.xs
32737 ____________________________________________________________________________
32738 [  8108] By: jhi                                   on 2000/12/14  21:26:17
32739         Log: Subject: [8104] DB_File
32740              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32741              Date: Thu, 14 Dec 2000 14:49:35 +0100
32742              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
32743              
32744              Type definition incorrect for DB 2.7.7.  Not known when it
32745              changed, so only changed it for a known revision.
32746      Branch: perl
32747            ! ext/DB_File/DB_File.xs
32748 ____________________________________________________________________________
32749 [  8107] By: jhi                                   on 2000/12/14  21:23:41
32750         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
32751              From: Peter Prymmer <pvhp@forte.com>
32752              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
32753              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
32754              
32755              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
32756      Branch: perl
32757            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
32758            ! ext/Encode/Encode/posix-bc.enc
32759 ____________________________________________________________________________
32760 [  8106] By: nick                                  on 2000/12/14  20:36:13
32761         Log: "Cold" build correction to Encode's Makefile.PL
32762      Branch: perlio
32763            ! ext/Encode/Makefile.PL
32764 ____________________________________________________________________________
32765 [  8105] By: nick                                  on 2000/12/14  20:09:37
32766         Log: "Compiled" encodings.
32767              Correct replacement character in EBCDIC .enc files
32768              Add 0x7F to ASCII repertoire.
32769      Branch: perlio
32770            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
32771            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
32772            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
32773            ! ext/Encode/Makefile.PL ext/Encode/compile
32774            ! ext/Encode/encengine.c ext/Encode/encode.h
32775 ____________________________________________________________________________
32776 [  8104] By: nick                                  on 2000/12/14  00:38:20
32777         Log: Integrate mainline
32778      Branch: perlio
32779           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
32780           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
32781           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
32782           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
32783           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
32784           !> t/lib/db-hash.t t/lib/db-recno.t
32785 ____________________________________________________________________________
32786 [  8103] By: nick                                  on 2000/12/13  23:16:13
32787         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
32788              so far and so it does not get lost.
32789      Branch: perlio
32790            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
32791 ____________________________________________________________________________
32792 [  8102] By: jhi                                   on 2000/12/13  17:14:22
32793         Log: Update Changes.
32794      Branch: perl
32795            ! Changes patchlevel.h
32796 ____________________________________________________________________________
32797 [  8101] By: jhi                                   on 2000/12/13  16:53:41
32798         Log: Move the proto of start_glob() to a better place; regen api files.
32799      Branch: perl
32800            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
32801 ____________________________________________________________________________
32802 [  8100] By: jhi                                   on 2000/12/13  16:47:11
32803         Log: Metaconfig change for #8099.
32804      Branch: metaconfig
32805            ! U/modified/Head.U
32806 ____________________________________________________________________________
32807 [  8099] By: jhi                                   on 2000/12/13  16:46:48
32808         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
32809              From: Andy Dougherty <doughera@lafayette.edu>
32810              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
32811              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
32812      Branch: perl
32813            ! Configure
32814 ____________________________________________________________________________
32815 [  8098] By: jhi                                   on 2000/12/13  16:39:02
32816         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
32817              From: rspier@pobox.com (Robert Spier)
32818              Date: Tue, 12 Dec 2000 21:12:39 -0500
32819              Message-ID: <14902.56087.678086.725773@rls.cx>
32820              
32821              fastgetcwd is defined using a glob alias on a $^O dependent basis -
32822              and there was no default assignment or perl subroutine.
32823      Branch: perl
32824            ! lib/Cwd.pm
32825 ____________________________________________________________________________
32826 [  8097] By: jhi                                   on 2000/12/13  16:16:01
32827         Log: Subject: [PATCH] move startglob out of pp_hot.c
32828              From: Nicholas Clark <nick@ccl4.org>
32829              Date: Mon, 11 Dec 2000 23:16:39 +0000
32830              Message-ID: <20001211231638.A55550@plum.flirble.org>
32831      Branch: perl
32832            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
32833 ____________________________________________________________________________
32834 [  8096] By: jhi                                   on 2000/12/13  15:26:23
32835         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
32836              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
32837              Date: Wed, 13 Dec 2000 14:01:37 +0100
32838              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
32839              
32840              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
32841              in turn requires libpthread in libswanted.
32842      Branch: perl
32843            ! hints/hpux.sh
32844 ____________________________________________________________________________
32845 [  8095] By: jhi                                   on 2000/12/12  19:51:05
32846         Log: The integration wars continue.
32847      Branch: perl
32848           !> sv.c
32849 ____________________________________________________________________________
32850 [  8094] By: jhi                                   on 2000/12/12  19:48:26
32851         Log: Subject: [PATCH perl@8070] DB_File-1.74  
32852              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
32853              Date: Mon, 11 Dec 2000 23:07:17 -0000
32854              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
32855      Branch: perl
32856            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
32857            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
32858            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
32859            ! t/lib/db-recno.t
32860 ____________________________________________________________________________
32861 [  8093] By: nick                                  on 2000/12/12  19:42:13
32862         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
32863      Branch: perlio
32864            ! sv.c
32865           !> lib/File/DosGlob.pm
32866 ____________________________________________________________________________
32867 [  8092] By: jhi                                   on 2000/12/12  19:28:11
32868         Log: Integrate perlio.
32869      Branch: perl
32870           !> sv.c
32871 ____________________________________________________________________________
32872 [  8091] By: nick                                  on 2000/12/12  18:49:45
32873         Log: Fix for Tk, and upgrading shared SVs.
32874      Branch: perlio
32875            ! sv.c
32876 ____________________________________________________________________________
32877 [  8090] By: jhi                                   on 2000/12/12  16:48:59
32878         Log: Subject: [PATCH] Re: Breadperl & Tk
32879              From: Nick Ing-Simmons <nik@tiuk.ti.com>
32880              Date: Tue, 12 Dec 2000 14:48:27 GMT
32881              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
32882      Branch: perl
32883            ! sv.c
32884 ____________________________________________________________________________
32885 [  8089] By: jhi                                   on 2000/12/12  03:37:19
32886         Log: Subject: DosGlob.pm diff for bash style brace expansion.
32887              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
32888              Date: Fri, 8 Dec 2000 10:45:30 -0600
32889              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
32890      Branch: perl
32891            ! lib/File/DosGlob.pm
32892 ____________________________________________________________________________
32893 [  8088] By: nick                                  on 2000/12/11  23:59:59
32894         Log: Integrate mainline
32895      Branch: perlio
32896           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
32897           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
32898           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
32899           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
32900           !> t/op/local.t t/pragma/warn/toke toke.c
32901 ____________________________________________________________________________
32902 [  8087] By: jhi                                   on 2000/12/11  23:20:23
32903         Log: Integrate perlio.
32904      Branch: perl
32905           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
32906 ____________________________________________________________________________
32907 [  8086] By: jhi                                   on 2000/12/11  22:50:59
32908         Log: Tune further the OS detection of CGI.
32909      Branch: perl
32910            ! lib/CGI.pm
32911 ____________________________________________________________________________
32912 [  8085] By: nick                                  on 2000/12/11  22:50:46
32913         Log: Finish 1st pass of "encoding" layer e.g. :
32914              open($fh,"<encoding(iso8859-7)",$greek) || die;
32915      Branch: perlio
32916            ! ext/Encode/Encode.xs perlio.c perliol.h
32917 ____________________________________________________________________________
32918 [  8084] By: jhi                                   on 2000/12/11  22:32:06
32919         Log: Revert the -f ambiguousity patch, seems to cause
32920              too much hassle (the interpret -Q as a function
32921              where Q is not a known filetest part is left in).
32922      Branch: perl
32923            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
32924            ! toke.c
32925 ____________________________________________________________________________
32926 [  8083] By: jhi                                   on 2000/12/11  22:27:23
32927         Log: (accidentally empty check-in)
32928      Branch: perl
32929            ! lib/File/DosGlob.pm
32930 ____________________________________________________________________________
32931 [  8082] By: nick                                  on 2000/12/11  19:09:51
32932         Log: Restore mmap function (broken by tweaks to shared buffer
32933              layer for encode(xxxx)).
32934      Branch: perlio
32935            ! perlio.c
32936 ____________________________________________________________________________
32937 [  8081] By: jhi                                   on 2000/12/11  18:29:13
32938         Log: Subject: Re: The long awaited feature ...
32939              From: Simon Cozens <simon@cozens.net>
32940              Date: Mon, 11 Dec 2000 15:54:24 +0000
32941              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
32942              
32943              More io/utf8 tests.
32944      Branch: perl
32945            ! t/io/utf8.t
32946 ____________________________________________________________________________
32947 [  8080] By: jhi                                   on 2000/12/11  18:19:36
32948         Log: Subject: PATCH MakeMaker manpage clarification
32949              From: andreas.koenig@anima.de (Andreas J. Koenig)
32950              Date: 10 Dec 2000 20:46:13 +0100
32951              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
32952      Branch: perl
32953            ! lib/ExtUtils/MakeMaker.pm
32954 ____________________________________________________________________________
32955 [  8079] By: jhi                                   on 2000/12/11  15:35:07
32956         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
32957              From: Simon Cozens <simon@cozens.net>
32958              Date: Sun, 10 Dec 2000 19:06:19 +0000
32959              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
32960      Branch: perl
32961            ! ext/B/B/Deparse.pm t/lib/b.t
32962 ____________________________________________________________________________
32963 [  8078] By: jhi                                   on 2000/12/11  15:09:11
32964         Log: Subject: [PATCH] docs on NaN
32965              From: Nicholas Clark <nick@ccl4.org>
32966              Date: Mon, 11 Dec 2000 01:48:38 +0000
32967              Message-ID: <20001211014838.B99205@plum.flirble.org>
32968      Branch: perl
32969            ! pod/perlop.pod
32970 ____________________________________________________________________________
32971 [  8077] By: jhi                                   on 2000/12/11  15:02:21
32972         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
32973              From: Simon Cozens <simon@cozens.net>
32974              Date: Mon, 11 Dec 2000 01:21:45 +0000
32975              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
32976      Branch: perl
32977            ! pp.c pp_hot.c scope.c t/op/local.t
32978 ____________________________________________________________________________
32979 [  8076] By: nick                                  on 2000/12/10  20:43:32
32980         Log: Not merge worthy...
32981              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
32982              syntax is modelled on attributes.
32983              Untested fix for io/utf8 on Win32 etc.
32984              Very clumsy start to the encode layer.
32985      Branch: perlio
32986            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
32987 ____________________________________________________________________________
32988 [  8075] By: jhi                                   on 2000/12/10  18:39:33
32989         Log: Darwin is not Windows.
32990      Branch: perl
32991            ! lib/CGI.pm
32992 ____________________________________________________________________________
32993 [  8074] By: jhi                                   on 2000/12/10  18:31:27
32994         Log: Subject: Ambiguous -%c() resolved as a file test
32995              From: "Paul Marquess" <Paul.Marquess@openwave.com>
32996              Date: Sun, 10 Dec 2000 15:35:07 -0000
32997              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
32998      Branch: perl
32999            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
33000 ____________________________________________________________________________
33001 [  8073] By: jhi                                   on 2000/12/10  18:16:29
33002         Log: Subject: PATCH installperl misinformed 
33003              From: andreas.koenig@anima.de (Andreas J. Koenig)
33004              Date: 10 Dec 2000 13:01:32 +0100 
33005              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
33006      Branch: perl
33007            ! installperl
33008 ____________________________________________________________________________
33009 [  8072] By: jhi                                   on 2000/12/10  18:07:55
33010         Log: The walkoptree confusion rages; walkoptree() seems to be coming
33011              from B.xs, while walkoptree_slow() comes from B.pm.
33012      Branch: perl
33013            ! ext/B/B.pm
33014 ____________________________________________________________________________
33015 [  8071] By: nick                                  on 2000/12/10  11:45:47
33016         Log: Integrate mainline
33017      Branch: perlio
33018           +> t/base/commonsense.t
33019           !> (integrate 37 files)
33020 ____________________________________________________________________________
33021 [  8070] By: jhi                                   on 2000/12/10  04:46:21
33022         Log: Update Changes.
33023      Branch: perl
33024            ! Changes patchlevel.h
33025 ____________________________________________________________________________
33026 [  8069] By: jhi                                   on 2000/12/10  04:39:19
33027         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
33028              From: andreas.koenig@anima.de (Andreas J. Koenig)
33029              Date: 09 Dec 2000 17:14:25 +0100
33030              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
33031      Branch: perl
33032            + t/base/commonsense.t
33033            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
33034 ____________________________________________________________________________
33035 [  8068] By: jhi                                   on 2000/12/10  04:17:36
33036         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
33037              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
33038              Date: Sat, 9 Dec 2000 16:47:22 -0000
33039              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
33040      Branch: perl
33041            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
33042            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
33043            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
33044            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
33045            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
33046            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
33047            ! t/lib/sdbm.t
33048 ____________________________________________________________________________
33049 [  8067] By: jhi                                   on 2000/12/10  03:52:02
33050         Log: Test case for #8066.
33051      Branch: perl
33052            ! t/op/misc.t
33053 ____________________________________________________________________________
33054 [  8066] By: jhi                                   on 2000/12/10  03:50:30
33055         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
33056              From: Simon Cozens <simon@cozens.net>
33057              Date: Sun, 10 Dec 2000 00:55:37 +0000
33058              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
33059      Branch: perl
33060            ! pp_sys.c
33061 ____________________________________________________________________________
33062 [  8065] By: jhi                                   on 2000/12/10  03:44:52
33063         Log: Test case for #8064.
33064      Branch: perl
33065            ! t/comp/proto.t
33066 ____________________________________________________________________________
33067 [  8064] By: jhi                                   on 2000/12/10  03:42:32
33068         Log: Subject: Re: prototype of substr
33069              From: Simon Cozens <simon@cozens.net>
33070              Date: Sun, 10 Dec 2000 00:13:33 +0000
33071              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
33072              
33073              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
33074      Branch: perl
33075            ! pp.c
33076 ____________________________________________________________________________
33077 [  8063] By: jhi                                   on 2000/12/10  03:39:42
33078         Log: Subject: [PATCH] perlguts.pod
33079              From: Simon Cozens <simon@cozens.net>
33080              Date: Sun, 10 Dec 2000 00:06:47 +0000
33081              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
33082              
33083              Documentation of the different types of ops,
33084              plus the functions in dump.c
33085      Branch: perl
33086            ! pod/perlguts.pod
33087 ____________________________________________________________________________
33088 [  8062] By: jhi                                   on 2000/12/10  03:30:04
33089         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
33090              From: Nicholas Clark <nick@talking.bollo.cx>
33091              Date: Sat, 09 Dec 2000 18:57:25 +0000
33092              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
33093              
33094              Be more robust in weird hostname setups.
33095      Branch: perl
33096            ! t/lib/net-hostent.t
33097 ____________________________________________________________________________
33098 [  8061] By: jhi                                   on 2000/12/10  03:28:21
33099         Log: Pacify fussy compiler. 
33100      Branch: perl
33101            ! pp_sys.c
33102 ____________________________________________________________________________
33103 [  8060] By: jhi                                   on 2000/12/10  02:52:46
33104         Log: Integrate perlio.
33105      Branch: perl
33106           !> pp_sys.c t/io/utf8.t
33107 ____________________________________________________________________________
33108 [  8059] By: nick                                  on 2000/12/09  23:40:14
33109         Log: read/sysread/recv should now be utf8 aware.
33110              Basic test for utf8 read.
33111      Branch: perlio
33112            ! pp_sys.c t/io/utf8.t
33113 ____________________________________________________________________________
33114 [  8058] By: jhi                                   on 2000/12/09  21:56:02
33115         Log: Integrate perlio.
33116      Branch: perl
33117           +> t/io/utf8.t
33118           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
33119 ____________________________________________________________________________
33120 [  8057] By: jhi                                   on 2000/12/09  21:53:35
33121         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
33122              From: Inaba Hiroto <inaba@st.rim.or.jp>
33123              Date: Sun, 10 Dec 2000 05:53:21 +0900
33124              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
33125              
33126              Tests for #8056.
33127      Branch: perl
33128            ! t/op/each.t
33129 ____________________________________________________________________________
33130 [  8056] By: jhi                                   on 2000/12/09  21:51:16
33131         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
33132              From: Inaba Hiroto <inaba@st.rim.or.jp>
33133              Date: Sat, 09 Dec 2000 18:02:00 +0900
33134              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
33135              
33136              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
33137      Branch: perl
33138            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
33139 ____________________________________________________________________________
33140 [  8055] By: nick                                  on 2000/12/09  20:11:48
33141         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
33142              than raw PerlIO_write() - does not seem to break any tests.
33143      Branch: perlio
33144            ! pp_sys.c
33145 ____________________________________________________________________________
33146 [  8054] By: nick                                  on 2000/12/09  19:47:30
33147         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
33148              (sysread, recv and write i.e. formats still to do...)
33149              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
33150              open($fh,">:utf8","name")
33151              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
33152              so no extra overhead is involved.
33153              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
33154              to a non-utf8 stream.
33155              Add initial io/utf8.t
33156              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
33157              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
33158              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
33159      Branch: perlio
33160            + t/io/utf8.t
33161            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
33162 ____________________________________________________________________________
33163 [  8053] By: nick                                  on 2000/12/09  19:26:37
33164         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
33165              was only testing this_utf8.
33166      Branch: perlio
33167            ! toke.c
33168 ____________________________________________________________________________
33169 [  8052] By: nick                                  on 2000/12/09  19:09:41
33170         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
33171              i.e. the output string has one, but don't mess with source assumption.
33172      Branch: perlio
33173            ! toke.c
33174 ____________________________________________________________________________
33175 [  8051] By: jhi                                   on 2000/12/09  16:55:17
33176         Log: Integrate perlio.
33177      Branch: perl
33178           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
33179           !> sv.c thrdvar.h util.c
33180 ____________________________________________________________________________
33181 [  8050] By: jhi                                   on 2000/12/09  16:48:07
33182         Log: Nits noticed by Peter Prymmer.
33183      Branch: perl
33184            ! lib/ExtUtils/MM_VMS.pm
33185 ____________________________________________________________________________
33186 [  8049] By: nick                                  on 2000/12/09  13:49:40
33187         Log: UTF8 output prework.
33188              - Store $\ and $, as SVs so they can have SvUTF8 flag
33189              - use do_print() rather than raw PerlIO_write() to print them.
33190      Branch: perlio
33191            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
33192            ! thrdvar.h util.c
33193 ____________________________________________________________________________
33194 [  8048] By: nick                                  on 2000/12/09  12:30:43
33195         Log: Integrate mainline.
33196      Branch: perlio
33197           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
33198           +> t/op/reverse.t
33199           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
33200           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
33201           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
33202           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
33203           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
33204           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
33205 ____________________________________________________________________________
33206 [  8047] By: jhi                                   on 2000/12/09  00:23:27
33207         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
33208              From: Michael G Schwern <schwern@pobox.com>
33209              Date: Fri, 8 Dec 2000 14:43:04 -0600
33210      Branch: perl
33211            ! lib/ExtUtils/MM_VMS.pm
33212 ____________________________________________________________________________
33213 [  8046] By: jhi                                   on 2000/12/08  23:10:27
33214         Log: A missed check-in.
33215      Branch: perl
33216            ! lib/ExtUtils/Manifest.pm
33217 ____________________________________________________________________________
33218 [  8045] By: jhi                                   on 2000/12/08  21:57:12
33219         Log: (null check-in)
33220      Branch: perl
33221            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
33222 ____________________________________________________________________________
33223 [  8044] By: jhi                                   on 2000/12/08  21:11:06
33224         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
33225              at the final draft stage.
33226      Branch: perl
33227            + ext/Encode/Encode/iso8859-16.enc
33228            ! MANIFEST
33229 ____________________________________________________________________________
33230 [  8043] By: jhi                                   on 2000/12/08  16:39:04
33231         Log: Update Changes.
33232      Branch: perl
33233            ! Changes patchlevel.h
33234 ____________________________________________________________________________
33235 [  8042] By: jhi                                   on 2000/12/08  16:33:39
33236         Log: Do not return the Unicode replacement character if UTF-8
33237              decoding goes awry, it should be up to the caller to decide.
33238      Branch: perl
33239            ! pod/perlapi.pod utf8.c
33240 ____________________________________________________________________________
33241 [  8041] By: jhi                                   on 2000/12/08  16:22:28
33242         Log: metaconfig maintenance.
33243      Branch: metaconfig
33244            ! U/modified/stdchar.U
33245      Branch: metaconfig/U/perl
33246            + testsyml.U
33247 ____________________________________________________________________________
33248 [  8040] By: jhi                                   on 2000/12/08  16:03:08
33249         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
33250              From: sthoenna@efn.org
33251              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
33252              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
33253      Branch: perl
33254            ! Changes lib/ExtUtils/MM_OS2.pm
33255 ____________________________________________________________________________
33256 [  8039] By: jhi                                   on 2000/12/08  15:57:11
33257         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
33258              From: Simon Cozens <simon@cozens.net>
33259              Date: Fri, 8 Dec 2000 13:33:31 +0000
33260              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
33261              
33262              (The pp_hot part needed a rewrite.)
33263      Branch: perl
33264            ! doop.c pp_hot.c utf8.c
33265 ____________________________________________________________________________
33266 [  8038] By: jhi                                   on 2000/12/08  15:25:08
33267         Log: Subject: djSP
33268              From: Michael Stevens <michael@etla.org>
33269              Date: Wed, 6 Dec 2000 23:24:01 +0000
33270              Message-ID: <20001206232400.A21381@firedrake.org>
33271              
33272              Plus a note from Nick Ing-Simmons.
33273      Branch: perl
33274            ! pp.h
33275 ____________________________________________________________________________
33276 [  8037] By: jhi                                   on 2000/12/08  15:18:35
33277         Log: Filetype is text.
33278      Branch: perl
33279            ! t/op/utf8decode.t
33280 ____________________________________________________________________________
33281 [  8036] By: jhi                                   on 2000/12/08  03:31:27
33282         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
33283              From: Andy Dougherty <doughera@lafayette.edu>
33284              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
33285              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
33286              
33287              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
33288              From: Andy Dougherty <doughera@lafayette.edu>
33289              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
33290              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
33291      Branch: perl
33292            + ext/POSIX/hints/svr4.pl
33293            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
33294 ____________________________________________________________________________
33295 [  8035] By: jhi                                   on 2000/12/08  03:26:01
33296         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
33297              From: Andy Dougherty <doughera@lafayette.edu>
33298              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
33299              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
33300      Branch: perl
33301            ! t/README t/base/term.t
33302 ____________________________________________________________________________
33303 [  8034] By: jhi                                   on 2000/12/08  03:21:59
33304         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
33305              From: mjd@plover.com  
33306              Date: 7 Dec 2000 21:04:20 -0000
33307              Message-ID: <20001207210420.22282.qmail@plover.com>
33308              
33309              Plus -z doc.
33310      Branch: perl
33311            ! pod/perlfunc.pod
33312 ____________________________________________________________________________
33313 [  8033] By: jhi                                   on 2000/12/08  03:19:03
33314         Log: Use the UTF8 macros a bit.  They can't be used with abandon
33315              everywhere because we do generate illegal UTF-8 in some situations.
33316              This is of course naughty.
33317      Branch: perl
33318            ! pod/perlapi.pod utf8.c utf8.h
33319 ____________________________________________________________________________
33320 [  8032] By: jhi                                   on 2000/12/08  03:00:09
33321         Log: Out of sync?
33322      Branch: perl
33323            ! t/pragma/warn/utf8
33324 ____________________________________________________________________________
33325 [  8031] By: jhi                                   on 2000/12/08  02:22:39
33326         Log: Cnt spl.
33327      Branch: perl
33328            ! MANIFEST
33329 ____________________________________________________________________________
33330 [  8030] By: jhi                                   on 2000/12/08  01:23:54
33331         Log: Add test for reverse().
33332      Branch: perl
33333            + t/op/reverse.t
33334            ! MANIFEST
33335 ____________________________________________________________________________
33336 [  8029] By: jhi                                   on 2000/12/08  01:21:47
33337         Log: Integrate perlio.
33338      Branch: perl
33339           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
33340           !> perlio.c perlio.h perlsdio.h warnings.pl
33341 ____________________________________________________________________________
33342 [  8028] By: jhi                                   on 2000/12/08  01:19:08
33343         Log: Introduce macros for UTF8 decoding.
33344      Branch: perl
33345            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
33346 ____________________________________________________________________________
33347 [  8027] By: nick                                  on 2000/12/07  22:18:19
33348         Log: Integrate mainline
33349      Branch: perlio
33350           !> embed.pl pod/perlapi.pod utf8.c
33351 ____________________________________________________________________________
33352 [  8026] By: nick                                  on 2000/12/07  21:45:08
33353         Log: Various oddities p4 diff -se showed up
33354              Remove 'our' from warnings.pl
33355      Branch: perlio
33356            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
33357 ____________________________________________________________________________
33358 [  8025] By: nick                                  on 2000/12/07  21:43:32
33359         Log: Change PerlIO_(get|set)pos to take SV *
33360              Should fix, OS/2, VMS, (sfio??)
33361      Branch: perlio
33362            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
33363 ____________________________________________________________________________
33364 [  8024] By: jhi                                   on 2000/12/07  19:05:32
33365         Log: Document utf8_to_uv() better.
33366      Branch: perl
33367            ! pod/perlapi.pod utf8.c
33368 ____________________________________________________________________________
33369 [  8023] By: jhi                                   on 2000/12/07  18:23:47
33370         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
33371      Branch: perl
33372            ! embed.pl pod/perlapi.pod utf8.c
33373 ____________________________________________________________________________
33374 [  8022] By: jhi                                   on 2000/12/07  04:13:51
33375         Log: Integrate perlio.
33376      Branch: perl
33377           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
33378           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
33379           !> win32/makefile.mk
33380 ____________________________________________________________________________
33381 [  8021] By: nick                                  on 2000/12/07  00:28:14
33382         Log: Various attempts at MSVC debug - not sure what has
33383              changed but works now. 
33384              Seems atexit() _may_ work for DLLs built with MSVC so don't
33385              call cleanup that way.
33386      Branch: perlio
33387            ! perlio.c win32/makefile.mk
33388 ____________________________________________________________________________
33389 [  8020] By: nick                                  on 2000/12/06  19:57:20
33390         Log: Integrate mainline
33391      Branch: perlio
33392           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
33393           !> (integrate 75 files)
33394 ____________________________________________________________________________
33395 [  8019] By: nick                                  on 2000/12/06  19:28:21
33396         Log: Add useperlio to config.vc
33397              Turn off binmode in config_H.PL
33398              Regen all the config_H.xx
33399              Attempt to get debugging build with MSVC.
33400      Branch: perlio
33401            ! win32/config.vc win32/config_H.bc win32/config_H.gc
33402            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
33403 ____________________________________________________________________________
33404 [  8018] By: nick                                  on 2000/12/06  19:21:57
33405         Log: Test various dup/external program options on all platforms.
33406      Branch: perlio
33407            ! t/io/dup.t
33408 ____________________________________________________________________________
33409 [  8017] By: nick                                  on 2000/12/06  19:20:47
33410         Log: Fix harness to be less picky
33411      Branch: perlio
33412            ! lib/Test/Harness.pm
33413 ____________________________________________________________________________
33414 [  8016] By: jhi                                   on 2000/12/06  16:45:12
33415         Log: Update Changes.
33416      Branch: perl
33417            ! Changes patchlevel.h
33418 ____________________________________________________________________________
33419 [  8015] By: jhi                                   on 2000/12/06  16:41:03
33420         Log: Test \x{...} with ord().
33421      Branch: perl
33422            ! t/op/ord.t
33423 ____________________________________________________________________________
33424 [  8014] By: jhi                                   on 2000/12/06  16:20:33
33425         Log: Test tweak because of #8013.
33426      Branch: perl
33427            ! t/lib/b.t
33428 ____________________________________________________________________________
33429 [  8013] By: jhi                                   on 2000/12/06  16:09:09
33430         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
33431              From: Michael G Schwern <schwern@pobox.com>
33432              Date: Tue, 5 Dec 2000 21:23:28 -0500
33433              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
33434              
33435              Carp::Heavy parts not very applicable because of recent changes.
33436      Branch: perl
33437            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
33438            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
33439            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
33440            ! lib/Exporter.pm lib/Exporter/Heavy.pm
33441            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
33442            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
33443            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
33444            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
33445            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
33446            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
33447            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
33448            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
33449            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
33450            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
33451            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
33452            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
33453            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
33454            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
33455            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
33456            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
33457            ! warnings.pl
33458 ____________________________________________________________________________
33459 [  8012] By: jhi                                   on 2000/12/06  15:22:38
33460         Log: Subject: [PATCH] Re: New harness is failing things
33461              From: Nick Ing-Simmons <nik@tiuk.ti.com>
33462              Date: Wed, 6 Dec 2000 13:00:30 GMT
33463              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
33464      Branch: perl
33465            ! lib/Test/Harness.pm
33466 ____________________________________________________________________________
33467 [  8011] By: jhi                                   on 2000/12/06  15:12:08
33468         Log: Subject: installhtml changes
33469              From: Michael Stevens <michael@etla.org>
33470              Date: Wed, 6 Dec 2000 13:15:53 +0000
33471              Message-ID: <20001206131553.A27317@firedrake.org>
33472      Branch: perl
33473            ! installhtml
33474 ____________________________________________________________________________
33475 [  8010] By: jhi                                   on 2000/12/06  15:06:05
33476         Log: Subject: the dTHR hits
33477              From: Michael Stevens <michael@etla.org>
33478              Date: Wed, 6 Dec 2000 12:06:03 +0000
33479              Message-ID: <20001206120603.A24581@firedrake.org>
33480              
33481              More, errrm, less dTHRs.
33482      Branch: perl
33483            ! bytecode.pl ext/B/B/C.pm
33484 ____________________________________________________________________________
33485 [  8009] By: jhi                                   on 2000/12/06  15:04:25
33486         Log: Subject: MakeMaker mailing list gone?
33487              From: Michael G Schwern <schwern@pobox.com>
33488              Date: Tue, 5 Dec 2000 19:29:59 -0500
33489              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
33490              
33491              The MakeMaker mailing list is dead, perlbug is the right
33492              address to report bugs.
33493      Branch: perl
33494            ! lib/ExtUtils/MakeMaker.pm
33495 ____________________________________________________________________________
33496 [  8008] By: jhi                                   on 2000/12/06  15:00:32
33497         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
33498              From: Michael G Schwern <schwern@pobox.com>
33499              Date: Tue, 5 Dec 2000 19:21:21 -0500
33500              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
33501              
33502              Add a default MANIFEST skip that ignores things like
33503              version control files, editor temporary files, and the Makefile.
33504      Branch: perl
33505            + lib/ExtUtils/MANIFEST.SKIP
33506            ! MANIFEST lib/ExtUtils/Manifest.pm
33507 ____________________________________________________________________________
33508 [  8007] By: jhi                                   on 2000/12/06  14:57:20
33509         Log: In Amiga more manual hackery of the scripts seems to be needed,
33510              from Jan-Erik Karlsson.  Why Configure does not get this right
33511              is unknown, may be shell-induced.
33512      Branch: perl
33513            ! README.amiga
33514 ____________________________________________________________________________
33515 [  8006] By: jhi                                   on 2000/12/05  23:53:12
33516         Log: Add TOPm1s to peek at the second topmost stack item.
33517      Branch: perl
33518            ! pp.h
33519 ____________________________________________________________________________
33520 [  8005] By: jhi                                   on 2000/12/05  23:13:55
33521         Log: Avaunt, you foul UTF-8 tests.
33522      Branch: perl
33523            ! t/op/ver.t t/pragma/utf8.t
33524 ____________________________________________________________________________
33525 [  8004] By: jhi                                   on 2000/12/05  23:09:54
33526         Log: Continue utf8 dispersal. 
33527      Branch: perl
33528            + t/op/concat.t
33529            ! MANIFEST t/pragma/utf8.t
33530 ____________________________________________________________________________
33531 [  8003] By: nick                                  on 2000/12/05  23:02:39
33532         Log: Integrate mainline.
33533      Branch: perlio
33534           +> t/op/length.t t/op/utf8decode.t
33535           !> (integrate 69 files)
33536 ____________________________________________________________________________
33537 [  8002] By: jhi                                   on 2000/12/05  22:59:28
33538         Log: Integrate perlio.
33539      Branch: perl
33540           !> iperlsys.h perl.c perlio.c win32/perllib.c
33541 ____________________________________________________________________________
33542 [  8001] By: nick                                  on 2000/12/05  22:07:52
33543         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
33544              - calloc/free suffer from damage on TerminateThread()
33545              - use PerlMemShared (as originally planned) now fixed
33546              - avoid doing anything important on DLL "detach".
33547      Branch: perlio
33548            ! perl.c perlio.c win32/perllib.c
33549 ____________________________________________________________________________
33550 [  8000] By: nick                                  on 2000/12/05  21:05:09
33551         Log: Fix gross PerlMemShared issue.
33552      Branch: perlio
33553            ! iperlsys.h
33554 ____________________________________________________________________________
33555 [  7999] By: jhi                                   on 2000/12/05  20:46:58
33556         Log: Test for Unicode (UTF-8) hash keys.
33557      Branch: perl
33558            ! t/op/each.t
33559 ____________________________________________________________________________
33560 [  7998] By: jhi                                   on 2000/12/05  20:30:35
33561         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
33562              is now always UTF-8), empty line cosmetics.
33563      Branch: perl
33564            ! t/pragma/utf8.t
33565 ____________________________________________________________________________
33566 [  7997] By: jhi                                   on 2000/12/05  20:15:40
33567         Log: Subject: Re: STRLEN - what?
33568              From: Andy Dougherty <doughera@lafayette.edu>
33569              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
33570              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
33571              
33572              Explain STRLEN.
33573      Branch: perl
33574            ! pod/perlguts.pod
33575 ____________________________________________________________________________
33576 [  7996] By: jhi                                   on 2000/12/05  20:13:34
33577         Log: Split off the UTF-8 decoder tests, make them to check also
33578              the error message.
33579      Branch: perl
33580            + t/op/utf8decode.t
33581            ! MANIFEST t/pragma/utf8.t utf8.c
33582 ____________________________________________________________________________
33583 [  7995] By: jhi                                   on 2000/12/05  16:39:47
33584         Log: Start migrating bits of pragma/utf8 to elsewhere
33585              (since the long term plan is to obsolete 'use utf8').
33586      Branch: perl
33587            + t/op/length.t
33588            ! MANIFEST t/pragma/utf8.t
33589 ____________________________________________________________________________
33590 [  7994] By: jhi                                   on 2000/12/05  16:30:21
33591         Log: Fix a manual edit typo from #7993, fix the message formatting
33592              for Unicode, add few our declarations.
33593      Branch: perl
33594            ! lib/Carp/Heavy.pm
33595 ____________________________________________________________________________
33596 [  7993] By: jhi                                   on 2000/12/05  16:09:15
33597         Log: Subject: Need help with warnings :-(
33598              From: "Ben Tilly" <ben_tilly@hotmail.com>
33599              Date: Tue, 05 Dec 2000 01:35:54 -0500
33600              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
33601              
33602              Subject: UPDATE: Carp/Heavy now passes all tests
33603              From: "Ben Tilly" <ben_tilly@hotmail.com>
33604              Date: Tue, 05 Dec 2000 07:59:41 -0500
33605              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
33606              
33607              The Brave New Carp.
33608      Branch: perl
33609            ! lib/Carp.pm lib/Carp/Heavy.pm
33610 ____________________________________________________________________________
33611 [  7992] By: jhi                                   on 2000/12/05  15:55:08
33612         Log: Subject: [PATCH perl@7979] cygwin port
33613              From: "Eric Fifer" <efifer@dircon.co.uk>
33614              Date: Tue, 5 Dec 2000 14:04:09 -0000
33615              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
33616      Branch: perl
33617            ! t/lib/net-hostent.t
33618 ____________________________________________________________________________
33619 [  7991] By: jhi                                   on 2000/12/05  15:52:34
33620         Log: Subject: Re: [PATCH] The largest hoax of all times?
33621              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33622              Date: Tue, 5 Dec 2000 00:40:25 -0500
33623              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
33624              
33625              Subject: Re: [PATCH] The largest hoax of all times?
33626              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33627              Date: Mon, 4 Dec 2000 23:55:53 -0500
33628              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
33629              
33630              Subject: Re: [PATCH] The largest hoax of all times?
33631              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33632              Date: Tue, 5 Dec 2000 01:28:45 -0500
33633              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
33634              
33635              Fix the unpredictable order of DESTROYs.
33636      Branch: perl
33637            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
33638            ! sv.c sv.h t/op/ref.t
33639 ____________________________________________________________________________
33640 [  7990] By: jhi                                   on 2000/12/05  14:38:53
33641         Log: Subject: [PATCH] shrink pp_hot fractionally
33642              From: Nicholas Clark <nick@ccl4.org>
33643              Date: Tue, 5 Dec 2000 12:44:31 +0000
33644              Message-ID: <20001205124431.E74518@plum.flirble.org>
33645              
33646              Use report_evil_fh().
33647      Branch: perl
33648            ! opcode.pl opnames.h pp_hot.c util.c
33649 ____________________________________________________________________________
33650 [  7989] By: jhi                                   on 2000/12/05  14:21:27
33651         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
33652              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
33653              Date: Mon, 04 Dec 2000 22:21:59 -0800
33654              Message-ID: <HmIL6gzkgepS092yn@efn.org>
33655              
33656              Harness shouldn't ignore responses like "ok 3\r\r\n".
33657      Branch: perl
33658            ! lib/Test/Harness.pm
33659 ____________________________________________________________________________
33660 [  7988] By: jhi                                   on 2000/12/05  13:51:28
33661         Log: Integrate the "skip" messages to explain().
33662      Branch: perl
33663            ! t/lib/syslfs.t t/op/lfs.t
33664 ____________________________________________________________________________
33665 [  7987] By: jhi                                   on 2000/12/05  12:34:54
33666         Log: The one that got away in #7984.
33667              
33668              Subject: Re: dTHR - what and why?
33669              From: Michael Stevens <michael@etla.org> 
33670              Date: Tue, 5 Dec 2000 11:15:52 +0000
33671              Message-ID: <20001205111552.A4647@firedrake.org>
33672      Branch: perl
33673            ! sv.h
33674 ____________________________________________________________________________
33675 [  7986] By: gsar                                  on 2000/12/05  09:14:44
33676         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
33677              due to the notorious GetFileType() bug in Windows 9x, which fstat()
33678              tickles)
33679      Branch: perl
33680            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
33681 ____________________________________________________________________________
33682 [  7985] By: jhi                                   on 2000/12/05  05:49:03
33683         Log: Integrate perlio.
33684      Branch: perl
33685           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
33686           !> win32/perlhost.h win32/perllib.c
33687 ____________________________________________________________________________
33688 [  7984] By: jhi                                   on 2000/12/05  05:48:16
33689         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
33690      Branch: perl
33691            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
33692            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
33693            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
33694            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
33695            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
33696            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
33697            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
33698            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
33699            ! win32/win32.c
33700 ____________________________________________________________________________
33701 [  7983] By: nick                                  on 2000/12/04  23:27:43
33702         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
33703      Branch: perlio
33704            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
33705            ! win32/perlhost.h win32/perllib.c
33706 ____________________________________________________________________________
33707 [  7982] By: jhi                                   on 2000/12/04  19:44:09
33708         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
33709              uncovered by #7980.
33710      Branch: perl
33711            ! op.c
33712 ____________________________________________________________________________
33713 [  7981] By: jhi                                   on 2000/12/04  19:42:07
33714         Log: Subject: [PATCH] Trivial dump.c feature
33715              From: Simon Cozens <simon@cozens.net>
33716              Date: Mon, 4 Dec 2000 18:08:38 +0000
33717              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
33718              
33719              Show whether a constant is UTF-8.
33720      Branch: perl
33721            ! dump.c
33722 ____________________________________________________________________________
33723 [  7980] By: jhi                                   on 2000/12/04  19:36:51
33724         Log: UTF-8 hash keys, patch from Inaba Hiroto.
33725      Branch: perl
33726            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
33727 ____________________________________________________________________________
33728 [  7979] By: jhi                                   on 2000/12/04  17:36:28
33729         Log: Update Changes.
33730      Branch: perl
33731            ! Changes patchlevel.h
33732 ____________________________________________________________________________
33733 [  7978] By: jhi                                   on 2000/12/04  16:42:17
33734         Log: Retract #7977, still too volatile (the euphemism of the day
33735              for unfinished and buggy :-)
33736      Branch: perl
33737            ! doop.c hv.c pp.c sv.h
33738 ____________________________________________________________________________
33739 [  7977] By: jhi                                   on 2000/12/04  16:25:15
33740         Log: (Retracted by #7978, too shaky yet.)
33741              
33742              Subject: Re: utf8 in hash keys, implementor missing
33743              From: Simon Cozens <simon@cozens.net>
33744              Date: Sat, 2 Dec 2000 19:49:35 +0000
33745              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
33746              
33747              The first step at UTF-8 hash keys.
33748      Branch: perl
33749            ! doop.c hv.c pp.c sv.h
33750 ____________________________________________________________________________
33751 [  7976] By: jhi                                   on 2000/12/04  16:13:53
33752         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
33753              From: sthoenna@efn.org
33754              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
33755              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
33756      Branch: perl
33757            ! os2/os2.c perlio.c
33758 ____________________________________________________________________________
33759 [  7975] By: jhi                                   on 2000/12/04  16:05:25
33760         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
33761              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
33762              Date: Thu, 30 Nov 2000 20:50:37 -0800
33763              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
33764      Branch: perl
33765            ! os2/os2.c
33766 ____________________________________________________________________________
33767 [  7974] By: jhi                                   on 2000/12/04  16:03:57
33768         Log: Subject: [PATCH] ++ 20% faster
33769              From: Nicholas Clark <nick@ccl4.org>
33770              Date: Mon, 4 Dec 2000 12:17:27 +0000
33771              Message-ID: <20001204121726.B52976@plum.flirble.org>
33772              
33773              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
33774      Branch: perl
33775            ! sv.c
33776 ____________________________________________________________________________
33777 [  7973] By: jhi                                   on 2000/12/04  16:00:48
33778         Log: 
33779              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
33780              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33781              Date: Mon, 04 Dec 2000 12:30:45 +0100
33782              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
33783              
33784              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
33785              library (getprotobyname and getprotobynumber are outversioned by
33786              the same calls in libc, at least for xlc version 3.
33787      Branch: perl
33788            ! hints/aix.sh
33789 ____________________________________________________________________________
33790 [  7972] By: jhi                                   on 2000/12/04  02:58:31
33791         Log: Integrate perlio.
33792      Branch: perl
33793           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
33794           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
33795           !> win32/win32.h win32/win32iop.h win32/win32thread.h
33796 ____________________________________________________________________________
33797 [  7971] By: nick                                  on 2000/12/04  00:24:33
33798         Log: Quieten some noise in Win32 builds:
33799              - win32.h is included after <sys/socket.h>, so need to 
33800              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
33801              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
33802      Branch: perlio
33803            ! doio.c perl.h toke.c win32/win32.h
33804 ____________________________________________________________________________
33805 [  7970] By: nick                                  on 2000/12/03  22:57:46
33806         Log: PERL_IMPLICIT_SYS compiles but does not work.
33807      Branch: perlio
33808            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
33809            ! win32/perlhost.h win32/perllib.c win32/win32.h
33810            ! win32/win32iop.h win32/win32thread.h
33811 ____________________________________________________________________________
33812 [  7969] By: jhi                                   on 2000/12/03  22:12:58
33813         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
33814              used to swash_init(), makes regprop() dumps more informative
33815              (+utf8::IsAlpha, -utf8::IsDigit, for example).
33816      Branch: perl
33817            ! regcomp.c regexec.c
33818 ____________________________________________________________________________
33819 [  7968] By: jhi                                   on 2000/12/03  21:39:56
33820         Log: Implement ANYOFUTF8 regprop() dumping.
33821      Branch: perl
33822            ! regcomp.c
33823 ____________________________________________________________________________
33824 [  7967] By: jhi                                   on 2000/12/03  20:57:19
33825         Log: Make uv_to_utf8() to zero-terminate its output buffer,
33826              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
33827      Branch: perl
33828            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
33829 ____________________________________________________________________________
33830 [  7966] By: nick                                  on 2000/12/03  18:41:21
33831         Log: Integrate mainline (STDCHAR)
33832      Branch: perlio
33833           !> Configure t/pragma/utf8.t
33834 ____________________________________________________________________________
33835 [  7965] By: jhi                                   on 2000/12/03  17:58:20
33836         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
33837      Branch: perl
33838            ! t/pragma/utf8.t
33839 ____________________________________________________________________________
33840 [  7964] By: jhi                                   on 2000/12/03  17:35:56
33841         Log: Integrate perlio.
33842      Branch: perl
33843           !> iperlsys.h perlio.c
33844 ____________________________________________________________________________
33845 [  7963] By: jhi                                   on 2000/12/03  17:33:55
33846         Log: Metaconfig unit change for #7962.
33847      Branch: metaconfig
33848            ! U/modified/stdchar.U
33849 ____________________________________________________________________________
33850 [  7962] By: jhi                                   on 2000/12/03  17:33:27
33851         Log: Untangle the <stdio.h> #include nest for the stdchar test,
33852              from Andy Dougherty.
33853      Branch: perl
33854            ! Configure
33855 ____________________________________________________________________________
33856 [  7961] By: nick                                  on 2000/12/03  16:53:00
33857         Log: Make iperlsys.h vector stdio not PerlIO.
33858      Branch: perlio
33859            ! iperlsys.h perlio.c
33860 ____________________________________________________________________________
33861 [  7960] By: nick                                  on 2000/12/03  14:43:01
33862         Log: Integrate mainline
33863      Branch: perlio
33864           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
33865           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
33866 ____________________________________________________________________________
33867 [  7959] By: jhi                                   on 2000/12/03  08:16:36
33868         Log: Use DO_UTF8().
33869      Branch: perl
33870            ! op.c
33871 ____________________________________________________________________________
33872 [  7958] By: jhi                                   on 2000/12/02  18:33:05
33873         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
33874              From: Mike Guy <mjtg@cam.ac.uk>         
33875              Date: Sat, 02 Dec 2000 17:27:13 +0000
33876              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
33877              
33878              An extraneous argument.
33879      Branch: perl
33880            ! toke.c
33881 ____________________________________________________________________________
33882 [  7957] By: jhi                                   on 2000/12/02  18:22:32
33883         Log: A missing hunk.
33884      Branch: perl
33885            ! t/lib/net-hostent.t
33886 ____________________________________________________________________________
33887 [  7956] By: jhi                                   on 2000/12/02  18:06:20
33888         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
33889              From: Nicholas Clark <nick@ccl4.org>
33890              Date: Sat, 2 Dec 2000 14:28:27 +0000
33891              Message-ID: <20001202142827.A12308@plum.flirble.org>
33892              
33893              Test robustness.
33894      Branch: perl
33895            ! t/lib/net-hostent.t
33896 ____________________________________________________________________________
33897 [  7955] By: jhi                                   on 2000/12/02  17:58:06
33898         Log: Metaconfig unit change for #7954.
33899      Branch: metaconfig
33900            ! U/modified/stdchar.U
33901 ____________________________________________________________________________
33902 [  7954] By: jhi                                   on 2000/12/02  17:54:32
33903         Log: An inconvenient hang would happen if the stdio _ptr wasn't
33904              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
33905              would be grepping stdin for all eternity for the _ptr.)
33906      Branch: perl
33907            ! Configure
33908 ____________________________________________________________________________
33909 [  7953] By: jhi                                   on 2000/12/02  00:07:15
33910         Log: Update Changes.
33911      Branch: perl
33912            ! Changes patchlevel.h
33913 ____________________________________________________________________________
33914 [  7952] By: jhi                                   on 2000/12/01  23:54:47
33915         Log: Subject: Re: long shell lines
33916              From: Andy Dougherty <doughera@lafayette.edu>
33917              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
33918              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
33919              
33920              Split overly long shell command lines.
33921      Branch: perl
33922            ! lib/ExtUtils/MM_Unix.pm
33923 ____________________________________________________________________________
33924 [  7951] By: jhi                                   on 2000/12/01  23:48:02
33925         Log: The metaconfig unit change for #7950.
33926      Branch: metaconfig
33927            + U/modified/stdchar.U
33928 ____________________________________________________________________________
33929 [  7950] By: jhi                                   on 2000/12/01  23:47:39
33930         Log: Try to find stdchar also from <stdio_impl.h>.
33931      Branch: perl
33932            ! Configure config_h.SH
33933 ____________________________________________________________________________
33934 [  7949] By: jhi                                   on 2000/12/01  23:46:45
33935         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
33936              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
33937              Date: Fri, 1 Dec 2000 16:26:08 -0500
33938              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
33939              
33940              Reword the diagnostic message.
33941      Branch: perl
33942            ! pod/perldiag.pod
33943 ____________________________________________________________________________
33944 [  7948] By: nick                                  on 2000/12/01  22:49:43
33945         Log: Integrate mainline (for s/y/m as sub names stuff).
33946      Branch: perlio
33947           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
33948           !> t/pragma/warn/toke toke.c
33949 ____________________________________________________________________________
33950 [  7947] By: jhi                                   on 2000/12/01  20:55:41
33951         Log: Integrate perlio.
33952      Branch: perl
33953           !> perlio.c perliol.h t/io/pipe.t
33954 ____________________________________________________________________________
33955 [  7946] By: jhi                                   on 2000/12/01  20:36:51
33956         Log: Upgrade to CPAN 1.59_51, from Andreas König.
33957      Branch: perl
33958            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
33959 ____________________________________________________________________________
33960 [  7945] By: nick                                  on 2000/12/01  20:31:32
33961         Log: Integrate mainline
33962      Branch: perlio
33963           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
33964           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
33965           +> t/lib/net-hostent.t
33966           !> (integrate 35 files)
33967 ____________________________________________________________________________
33968 [  7944] By: jhi                                   on 2000/12/01  20:23:29
33969         Log: Some help for 20001130.011.  Now one gets warnings like
33970              "Ambiguous -f() resolved as a file test ..."
33971      Branch: perl
33972            ! pod/perldiag.pod t/pragma/warn/toke toke.c
33973 ____________________________________________________________________________
33974 [  7943] By: jhi                                   on 2000/12/01  19:44:44
33975         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
33976              that also breaks using them as methods. 
33977      Branch: perl
33978            ! pod/perldiag.pod t/op/misc.t toke.c
33979 ____________________________________________________________________________
33980 [  7942] By: nick                                  on 2000/12/01  17:56:46
33981         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
33982              Make 'unix' pass most tests
33983              - do unread by temporary push of layer ("pending") holding unread chars
33984              - fast_gets is now based on per-handle flag
33985              - relax one of io/pipe.t tests to allow print to fail and close to
33986              succeed so that it passes on unbuffered "unix" layer.
33987              Remaining fail is sporadic and a genuine race condition between
33988              parent/child in fork test.
33989      Branch: perlio
33990            ! perlio.c perliol.h t/io/pipe.t
33991 ____________________________________________________________________________
33992 [  7941] By: jhi                                   on 2000/12/01  15:28:58
33993         Log: (Retracted by #7943.)
33994              
33995              Reserve the short named string operator names.
33996      Branch: perl
33997            ! pod/perldiag.pod t/op/misc.t toke.c
33998 ____________________________________________________________________________
33999 [  7940] By: jhi                                   on 2000/12/01  06:45:53
34000         Log: Get the three different space character classes right under utf8.
34001      Branch: perl
34002            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
34003            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
34004            ! regexec.c t/op/pat.t utf8.c
34005 ____________________________________________________________________________
34006 [  7939] By: jhi                                   on 2000/12/01  03:26:26
34007         Log: Two more tests that make no sense in UTF-8 since the test
34008              data is not in UTF-8.
34009      Branch: perl
34010            ! t/op/regexp.t
34011 ____________________________________________________________________________
34012 [  7938] By: jhi                                   on 2000/12/01  03:20:39
34013         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
34014              should it be required inside regexen?
34015      Branch: perl
34016            ! regcomp.c t/op/regmesg.t
34017 ____________________________________________________________________________
34018 [  7937] By: jhi                                   on 2000/12/01  02:58:53
34019         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
34020              stored and restored, and thusly was trounced by the utf8 swash
34021              routines.
34022      Branch: perl
34023            ! regcomp.c
34024 ____________________________________________________________________________
34025 [  7936] By: jhi                                   on 2000/11/30  20:41:39
34026         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
34027              Why the different platforms behave so differently (core dump vs
34028              no core dump) on this bug is a but of a mystery, but if I had to
34029              guess I would mumble something like 'alignment'.
34030      Branch: perl
34031            ! sv.c
34032 ____________________________________________________________________________
34033 [  7935] By: jhi                                   on 2000/11/30  16:17:02
34034         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
34035              From: Robin Barker <rmb1@cise.npl.co.uk>
34036              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
34037              Date: Thu, 30 Nov 2000 14:27:12 GMT
34038      Branch: perl
34039            ! perlio.c toke.c
34040 ____________________________________________________________________________
34041 [  7934] By: jhi                                   on 2000/11/30  16:04:49
34042         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
34043      Branch: perl
34044            ! t/lib/net-hostent.t
34045 ____________________________________________________________________________
34046 [  7933] By: jhi                                   on 2000/11/30  06:07:26
34047         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
34048              From: Peter Prymmer <pvhp@forte.com>
34049              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
34050              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
34051              
34052              In VMS the localhost may be LOCALHOST.
34053      Branch: perl
34054            ! t/lib/net-hostent.t
34055 ____________________________________________________________________________
34056 [  7932] By: jhi                                   on 2000/11/30  01:11:11
34057         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
34058              From: Peter Prymmer <pvhp@forte.com>
34059              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
34060              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
34061              
34062              plus regen perlapi.pod.
34063      Branch: perl
34064            ! pod/perlapi.pod utf8.c
34065 ____________________________________________________________________________
34066 [  7931] By: jhi                                   on 2000/11/30  01:06:19
34067         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
34068              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
34069              Date:     Wed, 29 Nov 2000 17:15:11 EST
34070              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
34071      Branch: perl
34072            ! t/lib/filter-util.pl t/lib/filter-util.t
34073 ____________________________________________________________________________
34074 [  7930] By: jhi                                   on 2000/11/29  18:51:55
34075         Log: Update Changes.
34076      Branch: perl
34077            ! Changes patchlevel.h
34078 ____________________________________________________________________________
34079 [  7929] By: jhi                                   on 2000/11/29  18:50:55
34080         Log: Update the va_copy() metaconfig unit.
34081      Branch: metaconfig/U/perl
34082            ! need_va_copy.U
34083 ____________________________________________________________________________
34084 [  7928] By: jhi                                   on 2000/11/29  17:50:43
34085         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
34086              From: Dominic Dunlop <domo@computer.org>
34087              Date: Tue, 28 Nov 2000 16:41:57 +0100
34088              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
34089              
34090              Patch to catch a core dump in the Configure va_copy test.
34091      Branch: perl
34092            ! Configure config_h.SH
34093 ____________________________________________________________________________
34094 [  7927] By: jhi                                   on 2000/11/29  17:31:59
34095         Log: Retract #7921, the patch shouldn't be needed.
34096      Branch: perl
34097            ! sv.c
34098 ____________________________________________________________________________
34099 [  7926] By: jhi                                   on 2000/11/29  17:01:41
34100         Log: Make the Class::Struct import() wiser.
34101      Branch: perl
34102            ! lib/Class/Struct.pm t/lib/class-struct.t
34103 ____________________________________________________________________________
34104 [  7925] By: jhi                                   on 2000/11/29  16:36:33
34105         Log: All the core library users of Class::Struct seem to be
34106              using "use Class::Struct 'struct';" instead of the bare
34107              "use Class::Struct;", which isn't documented in Class::Struct.
34108              This can't be right.
34109      Branch: perl
34110            ! lib/File/stat.pm
34111 ____________________________________________________________________________
34112 [  7924] By: jhi                                   on 2000/11/29  16:32:15
34113         Log: A test works better if it has the right 1..$n output.
34114      Branch: perl
34115            ! t/lib/class-struct.t
34116 ____________________________________________________________________________
34117 [  7923] By: jhi                                   on 2000/11/29  16:29:11
34118         Log: Forgot to MANIFEST the new Net::hostent test.
34119      Branch: perl
34120            ! MANIFEST
34121 ____________________________________________________________________________
34122 [  7922] By: jhi                                   on 2000/11/29  16:27:49
34123         Log: Integrate perlio.
34124      Branch: perl
34125           !> iperlsys.h perlio.c
34126 ____________________________________________________________________________
34127 [  7921] By: jhi                                   on 2000/11/29  16:27:10
34128         Log: (Retracted by #7927.)
34129              
34130              Subject: [PATCH] Is infinity a number?
34131              From: Simon Cozens <simon@cozens.net>
34132              Date: Wed, 29 Nov 2000 14:48:20 +0000
34133              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
34134      Branch: perl
34135            ! sv.c
34136 ____________________________________________________________________________
34137 [  7920] By: jhi                                   on 2000/11/29  16:23:02
34138         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
34139              From: rspier@pobox.com (Robert Spier)
34140              Date: Wed, 29 Nov 2000 02:17:49 -0500
34141              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
34142              
34143              Add a test for Net::hostent.
34144      Branch: perl
34145            + t/lib/net-hostent.t
34146 ____________________________________________________________________________
34147 [  7919] By: jhi                                   on 2000/11/29  16:21:31
34148         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
34149              add a test for Class::Struct.
34150      Branch: perl
34151            + t/lib/class-struct.t
34152            ! MANIFEST lib/Class/Struct.pm
34153 ____________________________________________________________________________
34154 [  7918] By: jhi                                   on 2000/11/29  15:48:40
34155         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
34156              From: rspier@pobox.com (Robert Spier)
34157              Date: Wed, 29 Nov 2000 02:25:39 -0500
34158              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
34159              
34160              More checking in case someone has broken their services or
34161              protocol databases.
34162      Branch: perl
34163            ! ext/Sys/Syslog/Syslog.pm
34164 ____________________________________________________________________________
34165 [  7917] By: jhi                                   on 2000/11/29  15:46:25
34166         Log: Subject: [PATCH] $^O  win32 -> MSWin32
34167              From: rspier@pobox.com (Robert Spier)
34168              Date: Wed, 29 Nov 2000 02:17:38 -0500
34169              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
34170              
34171              plus similar nits for vms, err, VMS, and UNICOS.
34172      Branch: perl
34173            ! t/lib/syslfs.t t/op/lfs.t
34174 ____________________________________________________________________________
34175 [  7916] By: jhi                                   on 2000/11/29  15:42:51
34176         Log: Subject: [PATCH] Tokeniser debugging
34177              From: Simon Cozens <simon@cozens.net>
34178              Date: Wed, 29 Nov 2000 14:15:45 +0000
34179              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
34180      Branch: perl
34181            ! perl.c perl.h pod/perlrun.pod toke.c
34182 ____________________________________________________________________________
34183 [  7915] By: jhi                                   on 2000/11/29  15:41:36
34184         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
34185              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34186              Date: Wed, 29 Nov 2000 02:13:14 -0500
34187              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
34188              
34189              OUT keyword nits.
34190              
34191              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
34192              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34193              Date: Wed, 29 Nov 2000 03:09:04 -0500
34194              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
34195              
34196              OUT and IN_OUT documentation.
34197      Branch: perl
34198            ! lib/ExtUtils/xsubpp pod/perlxs.pod
34199 ____________________________________________________________________________
34200 [  7914] By: jhi                                   on 2000/11/29  03:35:01
34201         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
34202              From: John Tobey <jtobey@john-edwin-tobey.org>
34203              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
34204              Message-Id: <m140e1N-000FOoC@feynman.localnet>
34205              
34206              plus a performance speedup noticed by Sarathy.
34207      Branch: perl
34208            ! op.c
34209 ____________________________________________________________________________
34210 [  7913] By: jhi                                   on 2000/11/29  03:16:59
34211         Log: Use "1 while unlink" so that VMS gets clean, too.
34212      Branch: perl
34213            ! t/lib/filter-util.t
34214 ____________________________________________________________________________
34215 [  7912] By: jhi                                   on 2000/11/29  03:09:08
34216         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
34217              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34218              Date: Tue, 28 Nov 2000 03:27:09 -0500
34219              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
34220      Branch: perl
34221            ! lib/ExtUtils/xsubpp
34222 ____________________________________________________________________________
34223 [  7911] By: jhi                                   on 2000/11/29  03:06:30
34224         Log: This should have been part of #7872: no need to scan UTF-8
34225              until eternity.
34226      Branch: perl
34227            ! utf8.c
34228 ____________________________________________________________________________
34229 [  7910] By: jhi                                   on 2000/11/29  02:50:04
34230         Log: One more perltie.pod nit from Casey R. Tweten.
34231      Branch: perl
34232            ! pod/perltie.pod
34233 ____________________________________________________________________________
34234 [  7909] By: jhi                                   on 2000/11/29  02:44:23
34235         Log: Document the known sprintf test failures, exact standard
34236              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
34237      Branch: perl
34238            ! pod/perldelta.pod t/op/sprintf.t
34239 ____________________________________________________________________________
34240 [  7908] By: jhi                                   on 2000/11/29  02:36:23
34241         Log: Add the Encoding table format documentation.
34242      Branch: perl
34243            + ext/Encode/Encode/EncodeFormat.pod
34244            ! MANIFEST
34245 ____________________________________________________________________________
34246 [  7907] By: jhi                                   on 2000/11/29  02:07:24
34247         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
34248              From: "Casey R. Tweten" <crt@kiski.net>
34249              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
34250              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
34251              
34252              Subject: Re: [PATCH] Updating perltie.pod for arrays
34253              From: "Casey R. Tweten" <crt@kiski.net>
34254              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
34255              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
34256      Branch: perl
34257            ! pod/perltie.pod
34258 ____________________________________________________________________________
34259 [  7906] By: nick                                  on 2000/11/28  22:40:59
34260         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
34261      Branch: perlio
34262            ! iperlsys.h perlio.c
34263 ____________________________________________________________________________
34264 [  7905] By: nick                                  on 2000/11/28  22:04:34
34265         Log: Integrate mainline
34266      Branch: perlio
34267           !> (integrate 39 files)
34268 ____________________________________________________________________________
34269 [  7904] By: jhi                                   on 2000/11/28  16:44:43
34270         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
34271              From: Nicholas Clark <nick@babyhippo.co.uk>
34272              Date: Tue, 28 Nov 2000 11:16:57 +0000
34273              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
34274      Branch: perl
34275            ! pod/perlipc.pod
34276 ____________________________________________________________________________
34277 [  7903] By: jhi                                   on 2000/11/28  16:40:31
34278         Log: Subject: [PATCH] Updating perltie.pod for arrays
34279              From: "Casey R. Tweten" <crt@kiski.net>
34280              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
34281              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
34282      Branch: perl
34283            ! pod/perltie.pod
34284 ____________________________________________________________________________
34285 [  7902] By: jhi                                   on 2000/11/28  16:39:37
34286         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
34287              From: Robin Barker <rmb1@cise.npl.co.uk>
34288              Date: Mon, 27 Nov 2000 17:56:44 GMT
34289              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
34290      Branch: perl
34291            ! pod/perlfunc.pod t/op/split.t
34292 ____________________________________________________________________________
34293 [  7901] By: jhi                                   on 2000/11/28  16:28:04
34294         Log: setmode() is a DOSish-only thing.
34295      Branch: perl
34296            ! perlio.c
34297 ____________________________________________________________________________
34298 [  7900] By: jhi                                   on 2000/11/28  16:21:46
34299         Log: Subject: [PATCH] perlcc.PL cleanups
34300              From: Simon Cozens <simon@cozens.net>
34301              Date: Tue, 28 Nov 2000 12:44:35 +0000
34302              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
34303      Branch: perl
34304            ! utils/perlcc.PL
34305 ____________________________________________________________________________
34306 [  7899] By: gsar                                  on 2000/11/28  06:32:55
34307         Log: reintegrate files missed by change#7895
34308      Branch: maint-5.6/perl
34309           +> ext/ByteLoader/bytecode.h utils/Makefile
34310            - utils/perlbc.PL
34311 ____________________________________________________________________________
34312 [  7897] By: gsar                                  on 2000/11/27  18:22:47
34313         Log: can't integrate these two files, for some reason
34314      Branch: maint-5.6/perl
34315            - ext/ByteLoader/bytecode.h utils/Makefile
34316 ____________________________________________________________________________
34317 [  7895] By: gsar                                  on 2000/11/27  18:11:21
34318         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
34319              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
34320              6757..6890,6892..6901 from mainline
34321              
34322              Bytecompiler patches from Benjamin Stuhl.
34323              
34324              More bytecompiler.
34325              
34326              Subject: [PATCH blead] B:: missing dependency
34327              
34328              Subject: [PATCH: 6757] configure.com updates and syslog build
34329              
34330              Long double Gconvert fixes from Yitzchak Scott-Thoennes
34331              and Spider Boardman.
34332              
34333              Subject: [PATCH blead] nextchar() abuse misses an optimisation
34334              
34335              Long double fixes from Spider Boardman.
34336              
34337              Make the selection of NVff et al stricter.
34338              
34339              cSVOPo_*v things index into the current PL_curpad
34340              under ithreads, which is different from the curpad
34341              used by the XSUB.  (In other words, the code as-is
34342              before this patch wouldn't work under ithreads.)
34343              
34344              Be portable.
34345              
34346              VMS MMS (make) wants null action.
34347              
34348              Mac and other portability updates from Chris Nandor.
34349              
34350              Storable support, v-version fixes.
34351              Subject: CPAN.pm beta for testing available
34352              
34353              Portability fix from Hugo van der Sanden.
34354              
34355              Bad makefile.
34356              
34357              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
34358              
34359              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
34360              
34361              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
34362              
34363              Replace #6705 with a minimal doc patch.
34364              Subject: [PATCH 5.6.0] replace change #6705
34365              
34366              Drop the separate perlbc, perlcc -b should be enough.
34367              
34368              installperl couldn't tell whether it had run tests or not.
34369              Subject: [PATCH] Re: installperl and t/TEST
34370              
34371              Add silencer flags to installperl.
34372              Subject: [PATCH] Making installperl silent.
34373              
34374              Make "make install" by default silent.  A new "install-verbose"
34375              target is verbose.
34376              
34377              More liberal parsing of version numbers.
34378              Subject: Re: CPAN.pm beta for testing available
34379              
34380              Create directories in silence.
34381              Subject: [PATCH] Another silencer for MakeMaker
34382              
34383              DOS patches and portability/porting notes, from Tim Jenness.
34384              
34385              Make installman to recognize the silence flag -S.
34386              
34387              Actually do something with the silencer option.
34388              
34389              Continue silencing.
34390              
34391              Show the doc file, not the temp file.
34392              
34393              Regen perltoc.
34394              
34395              Subject: [PATCH] More silencing of installman.
34396              
34397              Better wording for the vec lvalue diagnostic.
34398              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
34399              
34400              Subject: [PATCH: 6805] several more tweaks to configure.com
34401              
34402              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
34403              
34404              Missing parts of 
34405              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
34406              
34407              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
34408              (applied slightly modified)
34409              
34410              installperl --verbose and --silent.
34411              Subject: Re: [PATCH] More silencing of installman.
34412              
34413              Add install-silent target.
34414              
34415              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
34416              the problem reported in
34417              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
34418              
34419              Tweak the sfio/useperlio logic, hopefully as wished in
34420              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
34421              
34422              One forgotten file from #6816.
34423              
34424              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
34425              
34426              Remove duplicately applied patch shards.
34427              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
34428              
34429              Support preserving extremely big/small angles.
34430              
34431              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
34432              
34433              Subject: [PATCH] installation not quite silent yet.
34434              
34435              Update the test count.
34436              
34437              Use UVxf, PTR2UV, NVff.
34438              
34439              Document PTR2XX and INT2PTR.
34440              
34441              no-install target a la make -n.
34442              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
34443              
34444              grep -e isn't portable.
34445              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
34446              
34447              Can't get the test to reliably work thanks to the
34448              inaccurateness of floating point.  "Resolves" bug ids
34449              20000826.003, 20000826.009, 20000826.010,
34450              
34451              Subject: installman buglet
34452              
34453              DJGPP update from Laszlo Molnar.
34454              
34455              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
34456              
34457              Passing -R in ldflags makes now it to appear in the default
34458              for lddlflags, just like with -L.
34459              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
34460              
34461              Test nit.
34462              
34463              Use the actual thread type, not the pointer-to-struct.
34464              
34465              Provice virtual $Config{ccflags_nolargefiles} etc. 
34466              
34467              display_format used as a class method without arguments was broken,
34468              reported in
34469              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
34470              
34471              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
34472              
34473              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
34474              
34475              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
34476              
34477              opmini.o may be left around if a build is interrupted.
34478              
34479              Typo in #6858.
34480              
34481              Fix for ID 20000828.001, long doubles were not formatted
34482              correctly (showed up in $], which stopped installing perl).
34483              
34484              An attempt to fix the problem reported in
34485              Subject: Building perl@6856 using gcc/AIX 4.3.3 
34486              I can't test this properly since the gcc installation I have
34487              access to seems to be botched (gcc is calling the AIX cpp,
34488              a losing proposition...)
34489              
34490              Add -ld to archname on long tr...double platforms.
34491              
34492              Subject: hv.h Doc Patch
34493              
34494              Potential cruft.
34495              
34496              Subject: [PATCH bleedperl@6856] warnings fixes
34497              
34498              -S is the silent flag, -s is the strip flag.
34499              Subject: [PATCH] Re: [PATCH] make no-install          
34500              
34501              Take out the SUIDMAIL thing, that will not be
34502              a problem in 5.7.*.
34503              
34504              Subject: [PATCH bleedperl@6866] spellings
34505              
34506              Subject: [PATCH] Re: files not cleaned even by veryclean
34507              
34508              Use minimal @INC in tests, most of the time just '../lib',
34509              so that we simply can't pick up stuff from other Perls than
34510              the one we are testing.  Pointed out by
34511              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
34512              
34513              Update to Getopt::Long 2.24, from Johan Vromans.
34514              
34515              Fix for thinko in #6848.
34516              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
34517              
34518              Patches all over for people and the files they (hopefully) care about.
34519              
34520              Subject: Net::protoent does not export 'getproto'
34521              
34522              Missed a change in #6869.
34523              
34524              Subject: [PATCH] Warnings in B::Deparse
34525              
34526              Subject: [PATCH] Glob dumping
34527              
34528              Disable one of the tests for now.
34529              
34530              Disabling the one test is a bit tricky.
34531              
34532              Don't forget to tidy up.
34533              
34534              The #6881 removed one dump line.
34535              
34536              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
34537              
34538              Under usethreads the dumped variable is IN_PAD.
34539              Subject: Re: [PATCH] Glob dumping
34540              
34541              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
34542              
34543              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
34544              
34545              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
34546              
34547              Regen Configure for #6894.
34548              
34549              Subject: [PATCH: 6889] updates to perlebcdic.pod
34550              
34551              Undo namespace pollution of #6878.
34552              Subject: Re: Net::protoent does not export 'getproto'
34553              
34554              Admit that we are leaking scalars.
34555              
34556              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
34557      Branch: maint-5.6/perl
34558           !> (integrate 271 files)
34559 ____________________________________________________________________________
34560 [  7894] By: gsar                                  on 2000/11/27  16:00:34
34561         Log: a couple of nits
34562      Branch: maint-5.6/perl
34563            ! MANIFEST pp_sys.c
34564 ____________________________________________________________________________
34565 [  7893] By: gsar                                  on 2000/11/27  15:10:56
34566         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
34567              6740..6745,6747..6757,6760
34568              
34569              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
34570              
34571              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
34572              
34573              Doc nits spotted by Richard Soderberg.
34574              
34575              move WNOHANG definition to where other such things are
34576              
34577              Make $Config{byteorder} more magical so that it is
34578              dynamically computed: nice for 'fat binaries'.
34579              Subject: [PATCH]: default byteorder
34580              
34581              Subject: [PATCH] Cwd.pm now uses strict
34582              
34583              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
34584              
34585              Get -DLEAKTEST to compile (not necessarily to work, mind)
34586              Subject: [ID 20000724.006] -DLEAKTEST problem
34587              
34588              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
34589              
34590              Add perlebcdic from Peter Prymmer, regen toc.
34591              
34592              Don't propose using modules built for 5.005 if no binary
34593              compatibility with 5.005 is attempted.
34594              
34595              Do not use prototyping here.
34596              Subject: [ID 20000817.016] [PATCH] Peek.xs
34597              
34598              Document what the backtick returns if the command fails.
34599              
34600              Add byteorder to the myconfig output.
34601              
34602              Introduce NVef, NVff, and NVgf, use the middle one.
34603              (helps for lib/peek + Linux + long doubles)  Reported in
34604              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
34605              Use NVs in POSIX math, not doubles.
34606              Subject: [ID 20000817.014] POSIX & modfl
34607              
34608              Subject: [PATCH 5.6.0+] newSVrv() memory leak
34609              
34610              The byteorder code in #6671 was wrong.
34611              
34612              Fix the lib/complex failure of
34613              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
34614              Linux long double accuracy issue: something that
34615              when printed with %g looks like "2" but int() of it is 1.
34616              
34617              Propagate new Configure vars.
34618              
34619              Unbuffer the output.
34620              
34621              Subject: [PATCH] perltrap.pod spring cleaning
34622              
34623              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
34624              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
34625              
34626              Tiny Getopt::Long patch from Johan Vromans.
34627              
34628              Document code point which makes if (defined %stash::) to work
34629              (noted by Spider Boardman).
34630              
34631              Subject: [PATCH perl@6698] cygwin port
34632              
34633              Document the NDBM_File and ODBM_File as SDBM_File
34634              was documented in #6417.
34635              
34636              The new tests were missing from #6415.
34637              
34638              Add [[:blank:]] as suggested in
34639              Subject: [ID 20000716.024] [=cc=] / [:blank:]
34640              (the [=cc=] has already been taken care of by #6439
34641              so the whole bug report can be closed)
34642              and make [[:space:]] to be equivalent to isspace(3)
34643              (as opposed to \s, which is isSPACE()).  The difference
34644              is that now [[:space:]] matches the mythical vertical tab,
34645              while \s doesn't.
34646              
34647              Don't eat leading os from index entries.
34648              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
34649              
34650              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
34651              
34652              Typo in pp_complement().
34653              Subject: [PATCH perl-current] Deparse
34654              
34655              Add warnif(), check warnings further up the stack,
34656              all the warnings functions now can take an optional object reference.
34657              Subject: [PATCH bleedperl@6691] warnings pragma update
34658              
34659              Fix a core dump in lib/selfloader under -DDEBUGGING.
34660              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
34661              
34662              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
34663              
34664              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
34665              
34666              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
34667              Put back the long double avoidance code to POSIX.xs
34668              because VMS seems to need it still.
34669              
34670              Introduce a 'veryclean' target that is like 'distclean'
34671              but also removes *~ and *.orig.
34672              
34673              Subject: [ID 20000817.023] endianness description in perlfunc.pod
34674              
34675              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
34676              
34677              Let's try #6717 again.
34678              
34679              UTF8 concat fixes.
34680              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
34681              
34682              pp_open() could pass an uninitialized filename down to do_open9().
34683              
34684              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
34685              
34686              Update to CGI 2.72, from Lincoln Stein.
34687              
34688              Subject: [PATCH] Silence MakeMaker (Was: installman)
34689              
34690              Use temporary directory instead of current directory.
34691              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
34692              
34693              Document odd vs even subreleases and -Dusedevel.
34694              
34695              The veryclean target needs to clobber.
34696              
34697              Use File::Spec->tmpdir().
34698              
34699              Document the number of exponent digits.
34700              
34701              Mention perlebcdic and perlposix-bc.
34702              
34703              s/this one/the 5.6.0 release/
34704              
34705              The #6724 is here.
34706              
34707              The correct cleaning order is an art.
34708              
34709              small tweaks for change#6705: avoid C++ style comments in C code;
34710              use Perl's malloc API rather than the low level system one
34711              
34712              Array context keeps slithering in.
34713              
34714              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
34715              
34716              Subject: [PATCH] os2.c fix for use64bitint
34717              
34718              Update to Pod::LaTeX 0.53.
34719              Subject: [PATCH] lib/Pod/LaTeX.pm updates
34720              
34721              Document the endianness of Alpha more precisely.
34722              
34723              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
34724              
34725              Rename the macro argument because some preprocessors
34726              can't tell the difference and expand arguments also inside
34727              double quoted strings.
34728              
34729              free TLS slot properly on Windows
34730              
34731              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
34732              
34733              Unicos/mk requires elaborate paranoia.
34734              
34735              Tweak the floating point output routine preferences.
34736              
34737              Also under djgpp the timestamps are funky.
34738              
34739              Apply some PodParser 1.18 patches; the Pod/Find.pm
34740              patches cannot be applied since #6712 conflicts.
34741              
34742              Use PodParser 1.18 new test.
34743              
34744              A pod nit.
34745              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
34746              
34747              Be verydeepclean.
34748      Branch: maint-5.6/perl
34749           +> pod/perlebcdic.pod
34750           !> (integrate 106 files)
34751 ____________________________________________________________________________
34752 [  7892] By: jhi                                   on 2000/11/27  15:02:32
34753         Log: Update Changes.
34754      Branch: perl
34755            ! Changes patchlevel.h
34756 ____________________________________________________________________________
34757 [  7891] By: jhi                                   on 2000/11/27  14:57:23
34758         Log: Subject: Re: perlfaq style changes
34759              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
34760              Date: Sat, 25 Nov 2000 23:32:26 -0800
34761              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
34762              
34763              plus a note from Ronald Kimball.
34764      Branch: perl
34765            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
34766 ____________________________________________________________________________
34767 [  7890] By: jhi                                   on 2000/11/27  14:53:14
34768         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
34769              From: Benjamin Holzman <bah@ecnvantage.com>
34770              Date: Sun, 26 Nov 2000 16:27:33 -0500
34771              Message-ID: <20001126162733.J25040@ecnvantage.com>
34772      Branch: perl
34773            ! gv.c
34774 ____________________________________________________________________________
34775 [  7889] By: jhi                                   on 2000/11/27  14:43:11
34776         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
34777              From: lvirden@cas.org
34778              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
34779              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
34780      Branch: perl
34781            ! README.amiga
34782 ____________________________________________________________________________
34783 [  7888] By: jhi                                   on 2000/11/27  14:32:34
34784         Log: Restore also the locale test to no-sprintf-taint state.
34785              Fixes the bug 20001127.003.
34786      Branch: perl
34787            ! sv.c t/pragma/locale.t
34788 ____________________________________________________________________________
34789 [  7887] By: gsar                                  on 2000/11/27  14:13:05
34790         Log: integrate changes#6613..6616,6620..6665 from mainline
34791              
34792              VMS configure.com update continues.
34793              
34794              Subject: Test fails / warnings with perl-current #6612
34795              
34796              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
34797              
34798              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
34799              
34800              For now remove the mail code.
34801              
34802              Subject: Re: [PATCH] @+, @- readonly
34803              
34804              Subject: warning: storage class after type is obsolescent
34805              
34806              Subject: sfio2000
34807              
34808              Subject: Re: File::Temp problems on VMS in bleedperl
34809              
34810              README.os2 update.
34811              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
34812              
34813              Make the user to give up his firstborn, err, to knowingly
34814              verify installing an unstable developer release.  Also bump
34815              the release to 5.7.0, but leave a patch tag in the local
34816              patches saying that this is not yet the real thing.
34817              
34818              Update (kinda) to Test 1.14, from Joshua Pritikin.
34819              
34820              make ok etc also for win32.
34821              
34822              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
34823              
34824              Don't blow limited stacks, a lower number is enough to
34825              tickle the lookbehind limit.
34826              
34827              Use -Dusedevel; regen Configure and the respective Porting stuff.
34828              
34829              Subject: [PATCH] debugger exit code should reflect user exit code
34830              
34831              Subject: [PATCH perl@6620] cygwin port
34832              
34833              Missed a file from #6638.
34834              
34835              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)
34836              
34837              magic callbacks all need to have same type signature
34838              
34839              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
34840              
34841              Fix a dependency problem.
34842              Subject: [PATCH: 6640] VMS Makefile.SH update
34843              
34844              The numeric locale was reset to "C" by s?printf and never restored.
34845              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
34846              No test since adding the failing example to locale.t
34847              does not fail -- probably because the locale settings are so
34848              thoroughly tweaked by that time.  Running the example standalone
34849              does fail, though.  UPDATE: test case added at change #7540.
34850              
34851              Subject: [ID 20000324.040] minor fix to perlhpux.pod
34852              
34853              Update to CPAN 1.57.
34854              
34855              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
34856              
34857              Change the perlbug address to perl.org since it's more forgiving.
34858              
34859              Change the regx compilation error markers to use = instead of <
34860              since pod makes using the latter quite messy.  Reported in
34861              ID 20000814.006 by Abigail and in
34862              Subject: Unknown escape E<> ?
34863              
34864              Update to perldebtut 1.9, from Richard Foley.
34865              
34866              check that the number pseudo children doesn't exceed
34867              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
34868              the WaitForMultipleObjects() limit that would cause wait()
34869              to crash)
34870              wait() and waitpid() could potentially be rewritten to use
34871              more than one thread to do the waiting to eliminate this
34872              limitation
34873              
34874              change#6328 could make close(SOCKET) return false on windows
34875              when it shouldn't
34876              
34877              pod nit seen in passing
34878              
34879              on windows, the return values from wait() and waitpid() don't
34880              match those of pseudo-pids
34881              
34882              waitpid() now handles externally spawned pids correctly;
34883              fixes for backtick/wait/waitpid failures on Windows 9x
34884              these changes make the pid returned by process functions on
34885              Windows 9x always positive by clearing the high bit (which
34886              is always set on Win9x); pseudo-process PIDs are likewise
34887              always negative now on Win9x (just as on NT/2000)
34888              
34889              trailing new %ENV entries weren't being pushed into the real
34890              environment of subprocesses on Windows
34891              
34892              Tweak the regex compilation errors once more.
34893              
34894              avoid warnings from dense compiler
34895              
34896              add "ok" targets from change#6632 in makefile.mk
34897      Branch: maint-5.6/perl
34898            - lib/Pod/PlainText.pm vms/configure.com
34899           !> (integrate 66 files)
34900 ____________________________________________________________________________
34901 [  7886] By: jhi                                   on 2000/11/27  13:54:18
34902         Log: __FUNCTION__ isn't portable and trying to emulate it leads
34903              into practically spelling out the name of the function.
34904              Takes care of the bug 20001127.001.
34905      Branch: perl
34906            ! perlio.c
34907 ____________________________________________________________________________
34908 [  7885] By: gsar                                  on 2000/11/27  13:53:18
34909         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
34910              6610..6611 from mainline
34911              
34912              Make regular expression parse error messages easier to understand.
34913              Subject: Re: enhanced(?) regex error messages
34914              
34915              Tiny tidying on report_evil_fh().
34916              
34917              Subject: Re: enhanced(?) regex error messages 
34918              plus Capitalize the error messages, plus perldiag them.
34919              
34920              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
34921              
34922              Document here-doc better.
34923              
34924              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
34925              
34926              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
34927              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
34928              (either perlbug or p5p ate the original), plus regen
34929              perlapi and perltoc. 
34930              
34931              Regen global.sym.
34932              
34933              Double check that we have a dirhandle.
34934              
34935              Subject: Re: enhanced(?) regex error messages
34936              (plus two small patches sent privately)
34937              (this still seems to leave few test failures)
34938              
34939              warn is a macro, avoid using at a variable to avoid warnings
34940              in some configurations; readdir.t is too conservative in
34941              estimating number of *.t's
34942              
34943              Get back into sync with Jeffrey on the enhanced regex warnings.
34944              
34945              Subject: [PATCH 5.6.0] cygwin port
34946              
34947              Zero entries were skipped, fix from Adrian Goalby
34948              <argoalby@yahoo.co.uk>
34949              
34950              Subject: Remove dead entry in perldiag
34951              
34952              Amend the description of Perl6.
34953              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
34954              
34955              detypo
34956              
34957              It's the 2ndO'ROSSC.
34958              
34959              Revert the sv.c part of #6559, a better fix is needed.
34960              
34961              Iterating perl6 description.
34962              
34963              Update to Term::ANSIColor 1.03, from Russ Allbery.
34964              
34965              Update to Getopt::Long 2.23_05, from Johan Vromans.
34966              
34967              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
34968              
34969              Update to Pod::Parser 1.17, from Brad Appleton.
34970              
34971              Update to CPAN 1.56, from Andreas König.
34972              
34973              Update to CGI 2.70, from Lincoln Stein.
34974              
34975              Put back the std @INC thing.
34976              
34977              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
34978              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
34979              
34980              Document the IO::Select timeout.
34981              
34982              sleep(1) does not necessarily return 1.
34983              Subject: [PATCH bleadperl] op/lex_assign.t  
34984              
34985              Subject: debugger "d" command doesnt check line number
34986              
34987              B::Deparse didn't do sub attributes.
34988              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
34989              
34990              Preprocessing and postprocessing for File::Find.
34991              Subject: Patch to Find::File.pm to allow alphabetical results
34992              
34993              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
34994              
34995              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
34996              
34997              Subject: Re: [ID 20000730.003] utf8::length() bad
34998              
34999              Subject: Getting perlio and threads to compile
35000              (the Solaris version changes in Configure skipped)
35001              
35002              Tests for #6589.
35003              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
35004              
35005              Add Perl debugging tutorial, regen toc. 
35006              Subject: perldebtut.pod
35007              
35008              Add a few missing files, update MANIFEST.
35009              
35010              Rewrite of vms/subconfigure.com as configure.com,
35011              from Peter Prymmer and the vmsperl crew.
35012              
35013              Should have deleted this in #6603.
35014              
35015              Fix the test for 5005threads.
35016              
35017              Fix-n-skip the tests under 5005threads.
35018              
35019              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
35020              
35021              Upgrade to CGI 2.71, from Lincoln Stein.
35022      Branch: maint-5.6/perl
35023           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
35024           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
35025           +> t/op/regmesg.t t/pod/find.t vms/configure.com
35026            - vms/subconfigure.com
35027            ! lib/lib.pm
35028           !> (integrate 115 files)
35029 ____________________________________________________________________________
35030 [  7884] By: jhi                                   on 2000/11/27  13:44:33
35031         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
35032              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
35033              Date:     Mon, 27 Nov 2000 08:23:54 EST
35034              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
35035      Branch: perl
35036            ! vms/descrip_mms.template vms/test.com
35037 ____________________________________________________________________________
35038 [  7883] By: gsar                                  on 2000/11/27  11:50:46
35039         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
35040              6511..6513,6515..6523,6525..6536
35041              
35042              The swallow_bom() saga continues.  The #23 of require.t
35043              (UTF16-LE) still fails (silently, no output) but the #22
35044              (UTF16-BE) seems to be working now.  The root of the
35045              failure may be in sv_gets(): is it UTF-16LE-aware,
35046              especially when it comes to line endings? 
35047              
35048              Document the problem with -P in HP-UX and its workaround.
35049              
35050              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
35051              (aka ID 20000730.002)
35052              
35053              Subject: fix and question re: waitpid() under win32
35054              
35055              Make the safety catch for buggy gccs work with triple version
35056              numbers like 2.95.2.  Reported in
35057              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
35058              
35059              In Digital UNIX warn if gcc explicitly chosen because even
35060              2.95.2 is known to cause problems.
35061              
35062              Make chr() for values >127 to create utf8 when under utf8.
35063              
35064              various syntax errors and such (not fixed: comp/require.t#22 coredump
35065              on Windows)
35066              
35067              Stash away the largefiles flags and libswanted.
35068              
35069              BOM patching from Simon Cozens.
35070              
35071              If gccosandvers is equal to osname, clear gccosandvers.
35072              
35073              Make p4desc to skip non-mainperl branches by default.
35074              
35075              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
35076              
35077              The test from this
35078              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
35079              
35080              In new BSDs changes to argv[] do not show up in ps(1) output,
35081              instead one must use setproctitle().  This was already addressed
35082              by change #6457, but the below has a new variant for FreeBSD 4.0
35083              or later, and the matter is also documented more.
35084              
35085              FreeBSD 3.* updates from
35086              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
35087              
35088              regen_headers, regen perltoc.
35089              
35090              Document in one place the memory abstractions used in Perl core.
35091              
35092              memcpy has n o in it, as pinted ut by Sarathy.
35093              
35094              Remove the extraneous "main::" prefix from all the
35095              "opened only for", "on closed", and "never opened" warnings.
35096              
35097              The name of a filehandle does not have <these>.
35098              
35099              The tr utf8 patching continues.
35100              
35101              The new setproctitle() feature is available only in 
35102              bleeding edge FreeBSD.  From Paul Saab.
35103              
35104              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
35105              
35106              Dump UVs as UVs in Data::Dumper.
35107              
35108              detypo #6494
35109              
35110              Document the IVdf UVuf UVof UVxf.
35111              
35112              require.t needs binmode() to work on windows
35113              
35114              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
35115              that are hopefully soon put into use.
35116              
35117              Allow "no Module;" even if there is no 'unimport'.
35118              
35119              Better skip message for the test; one of the two problems in
35120              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
35121              
35122              The subtest 4 may fail also on VOBS, as pointed out
35123              by Nick Ing-Simmons in November 1999, bug id 19991124.003
35124              (but the failure in that bug report isn't the subtest 4).
35125              
35126              Be more informative on what is skipped and why,
35127              also repeat the list at the end.
35128              
35129              Add a URL for FSF.
35130              
35131              Subject: [PATCH] sv.h documentation - SvLEN
35132              
35133              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
35134              
35135              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
35136              
35137              Subject: [PATCH] bad cppsymbols on os2 + Configure question
35138              
35139              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
35140              
35141              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
35142              mention the idea of @( and @)
35143              
35144              This is 6512.  Really.
35145              
35146              Subject: [ID 19990721.004] Documentation bug in perlfunc
35147              
35148              Subject: Minor tweak to perlvar.pod
35149              
35150              In the warnings call filehandles consistently so;
35151              add "unopened" warning for stat().
35152              
35153              After the #6519 a warning about stat() is just that,
35154              not about a filetest, which now have their own warning.
35155              
35156              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
35157              
35158              Subject: Re: Array vs. List context
35159              
35160              Subject: New perlcc, take 2
35161              
35162              Weed buglets pointed out by
35163              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
35164              
35165              gcc versions might have (parentheses) in them.
35166              
35167              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
35168              
35169              Essential prototype changes were missing from #6527.
35170              Also make report_evil_fh() more bomb-proof.
35171              
35172              Zap lib/Sys directory when cleaning up.
35173              
35174              Change the Policy policy: now -Dprefix= with an existing
35175              Policy.sh and prefix == siteprefix == vendorprefix, then all
35176              of them follow along the new prefix.
35177              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
35178              
35179              Continue fixing the io warnings.  This also
35180              sort of fixes bug ID 20000802.003: the core dump
35181              is no more.  Whether the current behaviour is correct
35182              (giving a warning: "Not a format reference"), is another matter.
35183              
35184              Have symbols for the IoTYPEs.
35185              
35186              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
35187              
35188              Document a bit that UDP is not what you might think.
35189              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
35190              tr memory corruption fix from Simon Cozens.
35191              
35192              Plug the security hole described in the Aug 05 2000 bugtraq message
35193              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
35194              The security hole exists only in suidperls, which isn't
35195              installed or even built by default.
35196      Branch: maint-5.6/perl
35197           !> (integrate 71 files)
35198 ____________________________________________________________________________
35199 [  7882] By: gsar                                  on 2000/11/27  10:25:36
35200         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
35201              from mainline
35202              
35203              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
35204              to be fatal errors (instead of by default ignoring them, and
35205              ignoring with a bug: even though -w gave an error, the opening [
35206              was left in)  Reported in:
35207              
35208              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
35209              
35210              Subject: [PATCH] split /^/
35211              
35212              MacOS nits from Matthias Neeracher.
35213              
35214              More split() doc and test patches from Mike Guy.
35215              
35216              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
35217              from Graham Barr in the module list.
35218              
35219              docfix from Peter Scott <Peter@PSDT.com>.
35220              
35221              File::Temp patches for VMS and OS/2 from Tim Jenness.
35222              
35223              open() wariness in perlbug.
35224              
35225              Subject: [PATCH] minor doc change - perlguts
35226              
35227              Subject: Minor doc patch: handy.h
35228              
35229              Be wary of close()s, too.
35230              
35231              Further File::Temp patches from Yitzchak Scott-Thoennes
35232              and Craig A. Berry.
35233              
35234              Subject: [PATCH] fixes bug 20000508.004
35235              
35236              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
35237              
35238              Allow "no AutoLoader;", based on change #6444,
35239              suggested by Graham Barr.
35240              
35241              Use setproctitle() if available to modify $0.
35242              
35243              Warn if the version of the operating system used to compile gcc
35244              differs from the current version of the operating system.
35245              Also display the gcc compilation os and version in myconfig.
35246              Inspiration from
35247              
35248              Tiny fixes for #6460.
35249              
35250              The problem described in this
35251              Subject: [ID 20000322.018] named chars aren't magical enough
35252              has been fixed in perl 5.6.0 but just in case added a test
35253              to keep it away.  (The report from Joseph Hall.)
35254              
35255              Tune the comments and hopefully stop a memory leak.
35256              
35257              Subject: UTF8 concat
35258              (with a memory leak fixed, plus a few casts added)
35259              This also seems to help for
35260              Subject: [ID 20000716.015] join UTF8 weirdness
35261              
35262              Do not upgrade SVs into utf8 just because they participate
35263              in eq or cmp.  Reported and fix suggested in
35264              Subject: [ID 20000720.009] sv_eq UTF8 bug
35265              
35266              Fix the HALF_UPGRADE() macro introduced in #6263.
35267              
35268              Find green threads before native threads.
35269              Subject: Re: Patch to jpl/JNI/Makefile.PL
35270      Branch: maint-5.6/perl
35271           !> (integrate 30 files)
35272 ____________________________________________________________________________
35273 [  7881] By: jhi                                   on 2000/11/27  05:48:41
35274         Log: It seems that *both* the unused submatch loop cleanup
35275              codes are needed.
35276      Branch: perl
35277            ! regexec.c
35278 ____________________________________________________________________________
35279 [  7880] By: jhi                                   on 2000/11/27  04:50:07
35280         Log: Clean .exists deeper.
35281      Branch: perl
35282            ! Makefile.SH
35283 ____________________________________________________________________________
35284 [  7879] By: jhi                                   on 2000/11/27  02:31:35
35285         Log: The code in regcppop() (see #7878) contains the correct lower
35286              limit for the unused submatch 'cleanup' loop so that under
35287              "use utf8" the following code wouldn't dump core:
35288              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
35289              the cleanup loop in regtry() stomped beyond allocated area
35290              in the startp[] array.  Therefore, copied the correct lower
35291              loop limit (*PL_reglastparen) to regtry().  Note: something
35292              may still not be quite right: why was the _higher_ loop limit
35293              (prog->nparens) different in the utf8 case?
35294              
35295              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
35296              without core dumps, there were about 17 of them before
35297              the patch (with us since Perl 5.7.0).  Two failures, still:
35298              496 and 505 (though these may not be severe).
35299              
35300              Patch #7881 is also needed since both the cleanup loops
35301              seem to be needed.
35302              
35303              Also, the t/op/pat#44 seems to core dump under utf8.
35304              Plus a couple of failures.  UGH-8.
35305      Branch: perl
35306            ! regexec.c
35307 ____________________________________________________________________________
35308 [  7878] By: jhi                                   on 2000/11/27  02:21:17
35309         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
35310              the code in regcppop() seems to be redundant for the test suite --
35311              but it contains a germ of truth, and it needed for the build
35312              process itself: see #7879 and #7881.
35313      Branch: perl
35314            ! regexec.c
35315 ____________________________________________________________________________
35316 [  7877] By: jhi                                   on 2000/11/27  01:53:09
35317         Log: Comment on comment.
35318      Branch: perl
35319            ! regexec.c
35320 ____________________________________________________________________________
35321 [  7876] By: jhi                                   on 2000/11/27  00:49:59
35322         Log: Adjust the docs to agree with #7875.
35323      Branch: perl
35324            ! pod/perllocale.pod
35325 ____________________________________________________________________________
35326 [  7875] By: jhi                                   on 2000/11/27  00:49:27
35327         Log: Retract #7863.  It makes more sense not to taint formatted output,
35328              not even by sprintf().
35329      Branch: perl
35330            ! sv.c
35331 ____________________________________________________________________________
35332 [  7874] By: jhi                                   on 2000/11/26  23:36:02
35333         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
35334              Not really fixed (should really dump the UTF-8 charclass),
35335              but stopped displaying the garbage.
35336              
35337              Also add a note on the (missing) Unicode PSXSPC and BLANK.
35338      Branch: perl
35339            ! regcomp.c
35340 ____________________________________________________________________________
35341 [  7873] By: jhi                                   on 2000/11/26  21:31:13
35342         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
35343      Branch: perl
35344            ! regexec.c
35345 ____________________________________________________________________________
35346 [  7872] By: jhi                                   on 2000/11/26  21:06:04
35347         Log: No need to scan till infinity, 13 is enough.
35348      Branch: perl
35349            ! handy.h utf8.c
35350 ____________________________________________________________________________
35351 [  7871] By: jhi                                   on 2000/11/26  20:20:32
35352         Log: Test line numbers are different with utf8.
35353      Branch: perl
35354            ! t/op/re_tests
35355 ____________________________________________________________________________
35356 [  7870] By: jhi                                   on 2000/11/26  20:10:12
35357         Log: Message nit.
35358      Branch: perl
35359            ! regcomp.c
35360 ____________________________________________________________________________
35361 [  7869] By: jhi                                   on 2000/11/26  19:01:05
35362         Log: Make utf8_length() and utf8_distance() (the latter of which
35363              is unused at the moment) to be less forgiving about bad UTF-8.
35364      Branch: perl
35365            ! embed.h embed.pl objXSUB.h proto.h utf8.c
35366 ____________________________________________________________________________
35367 [  7868] By: jhi                                   on 2000/11/26  18:45:56
35368         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
35369              From: Benjamin Holzman <bah@ecnvantage.com>
35370              Date: Sat, 25 Nov 2000 20:40:20 -0500       
35371              Message-ID: <20001125204020.A25040@ecnvantage.com>              
35372              
35373              Debian allows installing /usr/bin/locale without installing
35374              any locales, an error message will ensue.
35375      Branch: perl
35376            ! t/pragma/locale.t
35377 ____________________________________________________________________________
35378 [  7867] By: jhi                                   on 2000/11/26  18:31:12
35379         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
35380              From: Benjamin Holzman <bah@ecnvantage.com>
35381              Date: Sun, 26 Nov 2000 02:42:34 -0500
35382              Message-ID: <20001126024234.G25040@ecnvantage.com>
35383              
35384              Patch for the bug 20000212.002.
35385      Branch: perl
35386            ! sv.c t/op/array.t
35387 ____________________________________________________________________________
35388 [  7866] By: jhi                                   on 2000/11/26  18:28:09
35389         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
35390              From: Tim Jenness <t.jenness@jach.hawaii.edu>
35391              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
35392              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
35393              
35394              File::Temp 0.11.
35395      Branch: perl
35396            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
35397 ____________________________________________________________________________
35398 [  7865] By: jhi                                   on 2000/11/26  18:24:22
35399         Log: The metaconfig unit change for #7864.
35400      Branch: metaconfig/U/perl
35401            ! need_va_copy.U
35402 ____________________________________________________________________________
35403 [  7864] By: jhi                                   on 2000/11/26  18:23:41
35404         Log: Make the va_copy() test not to be so talkative.
35405      Branch: perl
35406            ! Configure config_h.SH
35407 ____________________________________________________________________________
35408 [  7863] By: jhi                                   on 2000/11/26  18:11:02
35409         Log: Fix locale inconsistencies unearthed by Hugo's work.
35410              Now the floating point sprintf really does taint the result
35411              string as perllocale promises (has promised for a long time)
35412              if "use locale" is in the lexical scope.
35413      Branch: perl
35414            ! sv.c t/pragma/locale.t
35415 ____________________________________________________________________________
35416 [  7862] By: jhi                                   on 2000/11/26  00:35:15
35417         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
35418              From: Nicholas Clark <nick@ccl4.org>
35419              Date: Sun, 26 Nov 2000 00:07:50 +0000
35420              Message-ID: <20001126000750.A22446@plum.flirble.org>
35421              
35422              Infinit.
35423      Branch: perl
35424            ! sv.c
35425 ____________________________________________________________________________
35426 [  7861] By: jhi                                   on 2000/11/26  00:01:26
35427         Log: Integrate perlio.
35428      Branch: perl
35429           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
35430 ____________________________________________________________________________
35431 [  7860] By: nick                                  on 2000/11/25  22:04:17
35432         Log: Correct relative path from new ext\Filter\Util\Call location
35433              back to miniperl.
35434      Branch: perlio
35435            ! win32/makefile.mk
35436 ____________________________________________________________________________
35437 [  7859] By: nick                                  on 2000/11/25  21:26:54
35438         Log: Integrate mainline.
35439      Branch: perlio
35440           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
35441           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
35442           +> t/lib/filter-util.t
35443            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
35444            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
35445            - t/lib/filt-util.t
35446           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
35447           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
35448           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
35449           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
35450           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
35451           !> win32/makefile.mk
35452 ____________________________________________________________________________
35453 [  7858] By: gsar                                  on 2000/11/25  20:52:17
35454         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
35455              parent's memory; fix it by keeping track of the actual pad
35456              offset rather than a raw pointer (this change is probably also
35457              relevant to non-ithreads case to avoid fallout from reallocs of
35458              the pad array, but is currently only enabled for the ithreads
35459              case in the interests of minimal disruption to existing "well
35460              tested" code)
35461      Branch: perl
35462            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
35463            ! proto.h scope.c scope.h sv.c t/op/fork.t
35464 ____________________________________________________________________________
35465 [  7857] By: nick                                  on 2000/11/25  20:01:28
35466         Log: All tests pass on Win32/gcc/USE_PERLIO.
35467              - when crlf layer is pushed make unix-level binary.
35468              - remove :crlf injection in pp_backtick in pp_sys.c
35469              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
35470      Branch: perlio
35471            ! doio.c perlio.c pp_sys.c win32/makefile.mk
35472 ____________________________________________________________________________
35473 [  7856] By: jhi                                   on 2000/11/25  18:38:30
35474         Log: Update the metaconfig units for #7855.
35475      Branch: metaconfig/U/perl
35476            ! useperlio.U usesocks.U
35477 ____________________________________________________________________________
35478 [  7855] By: jhi                                   on 2000/11/25  18:37:54
35479         Log: Undo the SOCKS workarounds, instead start using PerlIO
35480              if SOCKS is selected.
35481              
35482              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
35483              From: Jens Hamisch <jens@Strawberry.COM>
35484              Date: Fri, 24 Nov 2000 18:31:30 +0100
35485              Message-ID: <20001124183130.E28337@Strawberry.COM>
35486              
35487              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
35488              From: Jens Hamisch <jens@Strawberry.COM>
35489              Date: Fri, 24 Nov 2000 19:11:51 +0100
35490              Message-ID: <20001124191151.A28753@Strawberry.COM>
35491      Branch: perl
35492            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
35493            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
35494 ____________________________________________________________________________
35495 [  7854] By: jhi                                   on 2000/11/25  17:39:08
35496         Log: Undo #7848.  Some of the code seems to use walkoptree(),
35497              some walkoptree_slow().  An unfinished renaming?
35498              Now the sub is walkoptree() (which is @EXPORT_OK),
35499              the walkoptree_slow() is a typeglob alias to walkoptree.
35500              This makes the tests to pass, at least.
35501      Branch: perl
35502            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
35503 ____________________________________________________________________________
35504 [  7853] By: nick                                  on 2000/11/24  22:24:33
35505         Log: Re-arrange crlf vs binary for platforms that care.
35506              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
35507              Lip-service to making stdio layer work on such platfroms (untested).
35508              Now fails 3 tests rather than one, checkin to see if I can debug 
35509              the issue under linux. (Do not merge.)
35510      Branch: perlio
35511            ! doio.c perlio.c perliol.h
35512 ____________________________________________________________________________
35513 [  7852] By: jhi                                   on 2000/11/24  18:57:39
35514         Log: AUTHORS edits.
35515      Branch: perl
35516            ! AUTHORS
35517 ____________________________________________________________________________
35518 [  7851] By: jhi                                   on 2000/11/24  17:34:56
35519         Log: Add Jan-Erik Karlsson.
35520      Branch: perl
35521            ! AUTHORS
35522 ____________________________________________________________________________
35523 [  7850] By: jhi                                   on 2000/11/24  17:27:56
35524         Log: Configure should find stdchar on its own.
35525      Branch: perl
35526            ! hints/solaris_2.sh
35527 ____________________________________________________________________________
35528 [  7849] By: jhi                                   on 2000/11/24  17:24:55
35529         Log: Subject: PATCH over 7848: Filter test flawed
35530              From: andreas.koenig@anima.de (Andreas J. Koenig)
35531              Date: 24 Nov 2000 10:28:29 +0100
35532              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
35533      Branch: perl
35534            ! t/lib/filter-util.t
35535 ____________________________________________________________________________
35536 [  7848] By: jhi                                   on 2000/11/24  17:22:15
35537         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
35538              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
35539              Date: Fri, 24 Nov 2000 16:12:58 +0000
35540              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
35541      Branch: perl
35542            ! ext/B/B.pm
35543 ____________________________________________________________________________
35544 [  7847] By: jhi                                   on 2000/11/24  03:07:01
35545         Log: Integrate perlio.
35546      Branch: perl
35547           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
35548           !> win32/makefile.mk
35549 ____________________________________________________________________________
35550 [  7846] By: gsar                                  on 2000/11/24  00:55:57
35551         Log: integrate changes#6415..6418,6420..6438 from mainline
35552              
35553              Fix the bitvector ops for utf8 (tricky since past 7 bits
35554              the utf8 'characters' can be more than one octet).
35555              
35556              MPE/ix updates for perl 5.6.0 from Mark Bixby.
35557              
35558              Subject: SDBM_File documentation
35559              
35560              Detypo.
35561              
35562              Decutandpasto.
35563              
35564              Send all installperl messages to STDERR and be -w clean.
35565              
35566              Out-of-date note removed.
35567              
35568              Protect against "wild next"s, that is, callbacks doing "next"
35569              instead of "return".
35570              
35571              Use STDOUT consistently.
35572              
35573              The output might have been produced in the wrong order.
35574              
35575              A missing 'break' after the [[:space:]] switch case.
35576              
35577              Add tests for
35578              [ID 19991110.003] another matching finding by pcre author
35579              which has already been fixed by some patch, as verified in
35580              
35581              Documentation to explain the behaviour of map().
35582              
35583              Add an optimization for map-maps-a-list-element-to-more-list-elements
35584              case, but add also notes explaining the relationship of this
35585              patch and the earlier notes by Sarathy.
35586              
35587              Subject: [ID 20000716.023] syslog test fails without sockets
35588              
35589              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
35590              Test cases for #6431.
35591              
35592              File::Spec::VMS fixup for tmpdir from Craig Berry.
35593              
35594              Make the "uninit variable" warning to say "concat or string"
35595              or "join or string" when in concat or join .
35596              
35597              Get UTF16 BOMs working.  Patch from
35598              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
35599              
35600              Subject: [PATCH] Make large file tests deal with SIGXFSZ
35601              
35602              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
35603              
35604              Subject: [PATCH] av.c apidoc
35605      Branch: maint-5.6/perl
35606           !> (integrate 43 files)
35607 ____________________________________________________________________________
35608 [  7845] By: gsar                                  on 2000/11/24  00:20:45
35609         Log: integrate changes#6406..6414 from mainline
35610              
35611              Merge perlhacktut into perlhack, update perlguts.
35612              
35613              Fix AutoSplit to use File::Spec the right way in VMS,
35614              from Peter Prymmer.
35615              
35616              The bug report
35617              [ID 19991110.002] minimal matching discrepancy found by pcre author
35618              seems to have been fixed (though differently from what was suggested
35619              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
35620              
35621              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
35622              not in pod, from Peter Prymmer
35623              
35624              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
35625              From: Hugo <hv@crypt.compulink.co.uk>
35626              Date: Fri, 14 Jul 2000 23:05:20 +0100
35627              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
35628              
35629              Didn't anymore apply, but that point still could use another fix.
35630              
35631              lib/b test fixes from Peter Prymmer.
35632              
35633              More docs for sv functions.
35634              
35635              perlvms.pod whitespace cleanup to keep pod utils happy.
35636              
35637              another VMS build tweak from Peter Prymmer
35638      Branch: maint-5.6/perl
35639           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
35640           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
35641           !> vms/descrip_mms.template vms/perlvms.pod
35642 ____________________________________________________________________________
35643 [  7844] By: nick                                  on 2000/11/23  23:42:45
35644         Log: Win32/perlio Now just fails one io/argv.t test - lack 
35645              of default :crlf on standard streams.
35646      Branch: perlio
35647            ! doio.c perlio.c
35648 ____________________________________________________________________________
35649 [  7843] By: nick                                  on 2000/11/23  23:04:05
35650         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
35651              peek fail is showing a real problem (multiple crlf layers
35652              are getting pushed.)
35653      Branch: perlio
35654            ! doio.c perlio.c win32/makefile.mk
35655 ____________________________________________________________________________
35656 [  7842] By: nick                                  on 2000/11/23  19:46:23
35657         Log: Implement PerlIO_binmode()
35658              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
35659              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
35660              make binmode in t/lib/io_tell.t unconditional so that works.
35661              Checkin just so Win32 machine can see these changes.
35662      Branch: perlio
35663            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
35664 ____________________________________________________________________________
35665 [  7841] By: jhi                                   on 2000/11/23  19:30:00
35666         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
35667      Branch: perl
35668            ! README.amiga
35669 ____________________________________________________________________________
35670 [  7840] By: jhi                                   on 2000/11/23  17:18:02
35671         Log: SOCKS wrestling continues, patches from Jens Hamisch.
35672      Branch: perl
35673            ! doio.c embed.h embed.pl perlsdio.h proto.h
35674 ____________________________________________________________________________
35675 [  7839] By: jhi                                   on 2000/11/23  16:54:14
35676         Log: Push Filter::Util::Call one level deeper.
35677      Branch: perl
35678            + t/lib/filter-util.t
35679           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
35680           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
35681            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
35682            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
35683            - t/lib/filt-util.t
35684            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
35685            ! win32/Makefile win32/makefile.mk
35686 ____________________________________________________________________________
35687 [  7838] By: jhi                                   on 2000/11/23  16:52:40
35688         Log: Reach back one higher up when searching for PERL_SRC.
35689      Branch: perl
35690            ! lib/ExtUtils/MM_Unix.pm
35691 ____________________________________________________________________________
35692 [  7837] By: jhi                                   on 2000/11/23  16:05:41
35693         Log: Subject: Re: perl@7826
35694              Date: Thu, 23 Nov 2000 02:20:25 -0600
35695              From: "Craig A. Berry" <craigberry@mac.com>
35696              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
35697              
35698              Make VMS to like Filter::Util::Call. 
35699      Branch: perl
35700            ! configure.com ext/Filter/Util/Makefile.PL
35701 ____________________________________________________________________________
35702 [  7836] By: nick                                  on 2000/11/23  16:04:08
35703         Log: Implement crlf layer - not ready for merge.
35704      Branch: perlio
35705            ! perlio.c win32/makefile.mk
35706 ____________________________________________________________________________
35707 [  7835] By: jhi                                   on 2000/11/23  15:56:52
35708         Log: STDCHAR is different in Sparc v9 vs x86.
35709      Branch: perl
35710            ! hints/solaris_2.sh
35711 ____________________________________________________________________________
35712 [  7834] By: jhi                                   on 2000/11/23  15:50:47
35713         Log: The type needs to be visible to protos.
35714      Branch: perl
35715            ! perl.h
35716 ____________________________________________________________________________
35717 [  7833] By: jhi                                   on 2000/11/23  15:40:46
35718         Log: Finish unfinished SOCKS workaround changes.
35719      Branch: perl
35720            ! doio.c
35721 ____________________________________________________________________________
35722 [  7832] By: jhi                                   on 2000/11/23  15:33:30
35723         Log: Integrate perlio.
35724      Branch: perl
35725           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
35726           !> win32/makefile.mk
35727 ____________________________________________________________________________
35728 [  7831] By: nick                                  on 2000/11/23  10:31:07
35729         Log: Correct makefile.mk dependancies for ext/Filter/Util
35730              Build ext/Encode
35731              Run dmake regen_config_h
35732      Branch: perlio
35733            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
35734            ! win32/makefile.mk
35735 ____________________________________________________________________________
35736 [  7830] By: nick                                  on 2000/11/23  08:05:07
35737         Log: Integrate mainline
35738      Branch: perlio
35739           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
35740           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
35741           +> t/lib/filt-util.pl t/lib/filt-util.t
35742           !> (integrate 41 files)
35743 ____________________________________________________________________________
35744 [  7829] By: gsar                                  on 2000/11/23  03:07:11
35745         Log: build the Filter extension on windows
35746      Branch: perl
35747            ! win32/Makefile win32/makefile.mk
35748 ____________________________________________________________________________
35749 [  7828] By: gsar                                  on 2000/11/23  02:46:35
35750         Log: regenerate win32/config* and fix some inconsistencies in the
35751              makefiles; always export Perl_deb() because it is needed
35752              by ext/re/* (whether perl itself is built with -DDEBUGGING
35753              or not)
35754      Branch: perl
35755            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
35756            ! win32/config_H.vc win32/makefile.mk
35757 ____________________________________________________________________________
35758 [  7827] By: gsar                                  on 2000/11/23  02:18:38
35759         Log: get sources building on windows+MSVC again (untested with other
35760              compilers)
35761      Branch: perl
35762            ! win32/include/sys/socket.h win32/perllib.c
35763 ____________________________________________________________________________
35764 [  7826] By: jhi                                   on 2000/11/23  01:18:26
35765         Log: Update Changes.
35766      Branch: perl
35767            ! Changes patchlevel.h
35768 ____________________________________________________________________________
35769 [  7825] By: jhi                                   on 2000/11/23  00:20:41
35770         Log: Subject: Re: av.c patch (having slight problems)
35771              From: "Ben Tilly" <ben_tilly@hotmail.com>
35772              Date: Tue, 21 Nov 2000 23:29:31 -0500
35773              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
35774              
35775              unshift() speedup.
35776      Branch: perl
35777            ! av.c
35778 ____________________________________________________________________________
35779 [  7824] By: jhi                                   on 2000/11/22  23:59:15
35780         Log: Fixes for signedness warnings noticed by VMSperlers.
35781      Branch: perl
35782            ! ext/Storable/Storable.xs regcomp.c sv.c
35783 ____________________________________________________________________________
35784 [  7823] By: jhi                                   on 2000/11/22  23:19:31
35785         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
35786              From: Peter Prymmer <pvhp@forte.com>
35787              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
35788              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
35789      Branch: perl
35790            ! t/pragma/warn/pp_hot
35791 ____________________________________________________________________________
35792 [  7822] By: jhi                                   on 2000/11/22  22:52:20
35793         Log: Be clean.
35794      Branch: perl
35795            ! Makefile.SH
35796 ____________________________________________________________________________
35797 [  7821] By: jhi                                   on 2000/11/22  22:46:39
35798         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
35799              by Damian Conway, as suggested by Paul Marquess.
35800      Branch: perl
35801            + lib/Filter/Simple.pm
35802 ____________________________________________________________________________
35803 [  7820] By: jhi                                   on 2000/11/22  22:45:51
35804         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
35805      Branch: perl
35806            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
35807            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
35808            + t/lib/filt-util.t
35809            ! MANIFEST
35810 ____________________________________________________________________________
35811 [  7819] By: jhi                                   on 2000/11/22  22:03:27
35812         Log: Integrate perlio.
35813      Branch: perl
35814           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
35815           !> win32/makefile.mk
35816 ____________________________________________________________________________
35817 [  7818] By: jhi                                   on 2000/11/22  21:56:02
35818         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
35819      Branch: perl
35820            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
35821            ! t/lib/io_sock.t
35822 ____________________________________________________________________________
35823 [  7817] By: jhi                                   on 2000/11/22  21:39:49
35824         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
35825              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35826              Date: Wed, 22 Nov 2000 16:08:12 -0500
35827              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
35828      Branch: perl
35829            ! lib/ExtUtils/Liblist.pm
35830 ____________________________________________________________________________
35831 [  7816] By: jhi                                   on 2000/11/22  21:38:25
35832         Log: Go ahead and #include <unistd.h> in perl.h.
35833      Branch: perl
35834            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
35835            ! util.c
35836 ____________________________________________________________________________
35837 [  7815] By: jhi                                   on 2000/11/22  21:22:52
35838         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
35839              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35840              Date: Mon, 20 Nov 2000 18:30:52 -0500
35841              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
35842      Branch: perl
35843            ! pod/perlre.pod regcomp.c t/op/re_tests
35844 ____________________________________________________________________________
35845 [  7814] By: jhi                                   on 2000/11/22  21:21:46
35846         Log: Subject: [PATCH 5.7.0] Liblist finally works
35847              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35848              Date: Tue, 21 Nov 2000 22:02:17 -0500
35849              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
35850      Branch: perl
35851            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
35852            ! lib/ExtUtils/MakeMaker.pm
35853 ____________________________________________________________________________
35854 [  7813] By: jhi                                   on 2000/11/22  21:20:23
35855         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
35856              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
35857              Date: Wed, 22 Nov 2000 17:53:15 +0100
35858              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
35859              
35860              AIX dynaloader and perlio patch.
35861      Branch: perl
35862            ! ext/DynaLoader/dl_aix.xs
35863 ____________________________________________________________________________
35864 [  7812] By: jhi                                   on 2000/11/22  21:17:52
35865         Log: (Accidentally empty patch.)
35866      Branch: perl
35867            ! av.c
35868 ____________________________________________________________________________
35869 [  7811] By: jhi                                   on 2000/11/22  21:16:31
35870         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
35871              From: Peter Prymmer <pvhp@forte.com>
35872              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
35873              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
35874      Branch: perl
35875            ! vms/test.com
35876 ____________________________________________________________________________
35877 [  7810] By: jhi                                   on 2000/11/22  21:15:36
35878         Log: Subject: Re: perl@7777 
35879              From: "John P. Linderman" <jpl@research.att.com>
35880              Date: Wed, 22 Nov 2000 13:11:11 -0500
35881              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
35882              
35883              Detypoing.
35884      Branch: perl
35885            ! lib/CPAN.pm
35886 ____________________________________________________________________________
35887 [  7809] By: jhi                                   on 2000/11/22  21:14:19
35888         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
35889              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
35890              Date:     Wed, 22 Nov 2000 13:51:37 EST
35891              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
35892      Branch: perl
35893            ! perlsdio.h
35894 ____________________________________________________________________________
35895 [  7808] By: jhi                                   on 2000/11/22  21:13:27
35896         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
35897              From: Casey Tweten <crt@kiski.net>
35898              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
35899              Message-Id: <200011201653.LAA10194@home.kiski.net>
35900      Branch: perl
35901            ! t/lib/io_udp.t
35902 ____________________________________________________________________________
35903 [  7807] By: jhi                                   on 2000/11/22  21:12:35
35904         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
35905              From: Casey Tweten <crt@kiski.net>
35906              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
35907              Message-Id: <200011201636.LAA07227@home.kiski.net>
35908      Branch: perl
35909            ! t/lib/io_sock.t
35910 ____________________________________________________________________________
35911 [  7806] By: jhi                                   on 2000/11/22  21:10:59
35912         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
35913              From: "Casey R. Tweten" <crt@kiski.net>
35914              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
35915              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
35916      Branch: perl
35917            ! utils/h2xs.PL
35918 ____________________________________________________________________________
35919 [  7805] By: nick                                  on 2000/11/22  21:05:06
35920         Log: Integrate mainline
35921      Branch: perlio
35922           !> Changes Porting/genlog ext/DB_File/DB_File.xs
35923           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
35924           !> utils/perlbug.PL
35925 ____________________________________________________________________________
35926 [  7804] By: jhi                                   on 2000/11/22  21:01:12
35927         Log: Subject: [PATCH] Test.pm POD peculiarity
35928              From: "Casey R. Tweten" <crt@kiski.net>
35929              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
35930              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
35931      Branch: perl
35932            ! lib/Test.pm
35933 ____________________________________________________________________________
35934 [  7803] By: jhi                                   on 2000/11/22  20:59:59
35935         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
35936              From: "Philip Newton" <pnewton@gmx.de>
35937              Date: Wed, 22 Nov 2000 14:25:53 +0100
35938              Message-Id: <3A1BD771.25462.1939FAD@localhost>
35939              
35940              Be case-understanding also on 's', and use the -oi of sendmail
35941              not to terminate the transmission on a lone '.'.
35942      Branch: perl
35943            ! utils/perlbug.PL
35944 ____________________________________________________________________________
35945 [  7802] By: nick                                  on 2000/11/22  20:51:42
35946         Log: Win32 PerlIO intermediate state now working as expected.
35947              - In current state we are still using C runtime in text/binary
35948              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
35949              - PERLIO=stdio and PERLIO=unix pass all expected tests.
35950              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
35951              and PerlIO_seek() and the dummy crlf layer is not making adjustments
35952              for CRLF translation happening in C runtime. All other tests pass.
35953              
35954              Added note to README.win32 to point out the snags of doing a perl build
35955              with Norton AntiVirus turned on.
35956              
35957              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
35958              which file a fail comes from.
35959              
35960              Updated "canned" config.h to match the one generated.
35961      Branch: perlio
35962            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
35963            ! win32/makefile.mk
35964 ____________________________________________________________________________
35965 [  7801] By: jhi                                   on 2000/11/22  06:50:20
35966         Log: Nickety nits.
35967      Branch: perl
35968            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
35969 ____________________________________________________________________________
35970 [  7800] By: jhi                                   on 2000/11/22  01:29:55
35971         Log: Changes had accidentally gone too silent on non-main branches.
35972      Branch: perl
35973            ! Changes Porting/genlog patchlevel.h
35974 ____________________________________________________________________________
35975 [  7799] By: gsar                                  on 2000/11/22  01:02:56
35976         Log: some lib_pm.PL changes snuck in via change#7772
35977      Branch: maint-5.6/perl
35978            ! Makefile.SH
35979 ____________________________________________________________________________
35980 [  7798] By: nick                                  on 2000/11/21  21:59:40
35981         Log: Integrate mainline
35982      Branch: perlio
35983           !> (integrate 28 files)
35984 ____________________________________________________________________________
35985 [  7797] By: jhi                                   on 2000/11/21  21:01:45
35986         Log: Integrate perlio.
35987      Branch: perl
35988           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
35989 ____________________________________________________________________________
35990 [  7796] By: nick                                  on 2000/11/21  20:36:22
35991         Log: Win32 builds and runs (mostly) with USE_PERLIO.
35992              PERLIO=perlio passes all tests. 
35993              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
35994      Branch: perlio
35995            ! perlio.c win32/perllib.c win32/win32.c
35996 ____________________________________________________________________________
35997 [  7795] By: jhi                                   on 2000/11/21  19:03:44
35998         Log: Update Changes.
35999      Branch: perl
36000            ! Changes patchlevel.h
36001 ____________________________________________________________________________
36002 [  7794] By: jhi                                   on 2000/11/21  18:56:34
36003         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
36004              From: "Craig A. Berry" <craigberry@mac.com>
36005              Date: Mon, 20 Nov 2000 20:27:06 -0600
36006              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
36007              
36008              A cut-and-pasto.
36009      Branch: perl
36010            ! perlio.h
36011 ____________________________________________________________________________
36012 [  7793] By: jhi                                   on 2000/11/21  18:54:41
36013         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
36014              From: Dominic Dunlop <domo@computer.org> 
36015              Date: Mon, 20 Nov 2000 18:55:29 +0100
36016              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
36017              
36018              va_copy() and the need of it.
36019              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
36020      Branch: metaconfig/U/perl
36021            + need_va_copy.U
36022      Branch: perl
36023            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
36024            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
36025            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
36026            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
36027            ! win32/config.bc win32/config.gc win32/config.vc
36028 ____________________________________________________________________________
36029 [  7792] By: jhi                                   on 2000/11/21  17:04:10
36030         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
36031      Branch: perl
36032           !> scope.h
36033 ____________________________________________________________________________
36034 [  7791] By: jhi                                   on 2000/11/21  17:01:16
36035         Log: Export the SOCKS workaround symbols only if necessary.
36036      Branch: perl
36037            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
36038 ____________________________________________________________________________
36039 [  7790] By: nick                                  on 2000/11/20  23:57:11
36040         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
36041      Branch: perlio
36042            ! scope.h
36043 ____________________________________________________________________________
36044 [  7789] By: nick                                  on 2000/11/20  23:38:33
36045         Log: Integrate mainline
36046      Branch: perlio
36047           +> lib/File/Spec/Epoc.pm
36048           !> (integrate 34 files)
36049 ____________________________________________________________________________
36050 [  7788] By: nick                                  on 2000/11/20  23:20:18
36051         Log: Make extra buffer layer work (dummy crlf layer)
36052      Branch: perlio
36053            ! doio.c perlio.c perlio.h
36054 ____________________________________________________________________________
36055 [  7787] By: jhi                                   on 2000/11/20  22:44:04
36056         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
36057              From: Peter Prymmer <pvhp@forte.com>
36058              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
36059              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
36060      Branch: perl
36061            ! t/pragma/locale.t
36062 ____________________________________________________________________________
36063 [  7786] By: jhi                                   on 2000/11/20  22:29:10
36064         Log: Subject: DOC PATCH 5.6.0 perlreftut
36065              From: mjd@plover.com
36066              Date: 20 Nov 2000 19:45:06 -0000
36067              Message-ID: <20001120194506.9505.qmail@plover.com>
36068      Branch: perl
36069            ! pod/perlreftut.pod
36070 ____________________________________________________________________________
36071 [  7785] By: jhi                                   on 2000/11/20  22:27:44
36072         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
36073              From: David Dyck <dcd@tc.fluke.com>
36074              Date: Mon, 20 Nov 2000 11:43:40 -0800
36075              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
36076      Branch: perl
36077            ! lib/Cwd.pm
36078 ____________________________________________________________________________
36079 [  7784] By: jhi                                   on 2000/11/20  22:23:21
36080         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
36081              Date: Mon, 20 Nov 2000 17:06:10 -0500
36082              To: Mailing list Perl5 <perl5-porters@perl.org>
36083              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
36084      Branch: perl
36085            ! pp_ctl.c t/op/pat.t
36086 ____________________________________________________________________________
36087 [  7783] By: jhi                                   on 2000/11/20  22:11:18
36088         Log: Subject: [PATCH] doop.c - UTF8 tr///               
36089              From: Simon Cozens <simon@cozens.net>
36090              Date: Sat, 18 Nov 2000 18:49:30 +0000
36091              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
36092              
36093              Subject: Re: [PATCH] doop.c - UTF8 tr///           
36094              From: Simon Cozens <simon@cozens.net>
36095              Date: Mon, 20 Nov 2000 20:45:22 +0000
36096              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
36097              
36098              Make tr on UTF-8 better but still not correct.
36099      Branch: perl
36100            ! doop.c
36101 ____________________________________________________________________________
36102 [  7782] By: jhi                                   on 2000/11/20  22:02:16
36103         Log: Remove the shared object before attempting to create
36104              (by linking) a new one.  E.g. in AIX not removing
36105              becomes quite painful if one tries to do more than one
36106              build in the same tree (an interrupted build, for example),
36107              since the AIX' shared dynaloader seemingly keeps the shared
36108              objects open and therefore 'busy' for quite a while, even when
36109              nobody is using the objects, leading into link failures.
36110      Branch: perl
36111            ! lib/ExtUtils/MM_Unix.pm
36112 ____________________________________________________________________________
36113 [  7781] By: gsar                                  on 2000/11/20  19:02:55
36114         Log: type mismatch due to faulty integration
36115      Branch: maint-5.6/perl
36116            ! toke.c win32/Makefile
36117 ____________________________________________________________________________
36118 [  7780] By: gsar                                  on 2000/11/20  17:31:55
36119         Log: integrate changes#6392,6394..6399,6401..6404
36120              
36121              The {multiplier} of a fixed substring was overlooked which
36122              caused a wrong initial search offset for that substring.
36123              
36124              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
36125              From: Hugo <hv@crypt.compulink.co.uk>
36126              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
36127              Date: Thu, 13 Jul 2000 19:27:13 +0100
36128              
36129              Fix the BOM bug: not a byteorder bug, a signedness bug.
36130              
36131              Replace change #6337 with a better one.
36132              
36133              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
36134              From: Hugo <hv@crypt.compulink.co.uk>
36135              Date: Fri, 14 Jul 2000 04:16:20 +0100
36136              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
36137              
36138              MakeMaker should not remove editor backups (*~) on `make clean`
36139              by default (completes change#6383)
36140              
36141              move new variables to the end of the interpreter structure (for
36142              bincompat in code that doesn't #include XSUB.h)
36143              
36144              rename totally bletcherous SvLOCK() thingy (doesn't do what the
36145              name suggests anyway)
36146              
36147              various cleanups (typos, misformatted code, and small bugs)
36148              
36149              typecasts needed for change#6394
36150              
36151              typos in change#6399, regen headers
36152              
36153              inconsistent types needs casts
36154              
36155              PERL_OBJECT build tweaks
36156      Branch: maint-5.6/perl
36157           !> MANIFEST doop.c embed.h embed.pl embedvar.h
36158           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
36159           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
36160           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
36161           !> toke.c util.c
36162 ____________________________________________________________________________
36163 [  7779] By: gsar                                  on 2000/11/20  17:06:29
36164         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
36165              
36166              Cosmetics and perldelta.
36167              
36168              Fix nits noticed by Boston.pm.
36169              
36170              Do the cc sanity check both before the hints and
36171              after the cc selction.
36172              
36173              get sprintf.t to adjust properly for 3-digit exponents
36174              
36175              don't clobber *.orig files on *clean targets
36176              
36177              fix bugs in processing %v-*d and similar format specs (from
36178              Avi Finkel <avi@finkel.org>)
36179              
36180              sprintf test tweaks (from Dominic Dunlop)
36181              
36182              new selfloader.t in change#6183 doesn't close DATA handles,
36183              and thus fails to clean up tmp files on dosish platforms
36184              
36185              typos (spotted by Peter Prymmer)
36186              
36187              typo fix from Craig Berry
36188      Branch: maint-5.6/perl
36189           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
36190           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
36191           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
36192           !> x2p/Makefile.SH
36193 ____________________________________________________________________________
36194 [  7778] By: gsar                                  on 2000/11/20  16:46:51
36195         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
36196              
36197              Subject: Re: format bug report  [Patch]
36198              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
36199              Date: Wed, 05 Jul 2000 13:12:52 +0200
36200              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
36201              
36202              Subject: Re: format bug report  [Patch]
36203              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
36204              Date: Wed, 05 Jul 2000 14:10:01 +0200
36205              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
36206              
36207              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
36208              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
36209              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
36210              Date: Fri, 07 Jul 2000 17:57:16 +0100
36211              
36212              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
36213              To: perl5-porters@perl.org
36214              From: Karsten Sperling <spiff@phreax.net>
36215              Date: Mon, 10 Jul 2000 15:12:52 +0200
36216              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
36217              
36218              README.posix-bc podified from Thomas Dorner.
36219              
36220              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
36221              From: Dominic Dunlop <domo@computer.org>
36222              Date: Tue, 11 Jul 2000 12:27:33 +0200
36223              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
36224              
36225              Typo in #6341.
36226              
36227              Fix for
36228              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
36229              From: Roderick Schertler <roderick@argon.org>
36230              Date: Tue, 11 Jul 2000 13:55:05 -0400
36231              Message-Id: <200007111755.NAA05077@jones.argon.org>
36232              
36233              Minor cleanups on the booklist.
36234              
36235              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
36236              regen perltoc.
36237              
36238              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
36239      Branch: maint-5.6/perl
36240           +> pod/perlbook.pod
36241           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
36242           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
36243           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
36244 ____________________________________________________________________________
36245 [  7777] By: jhi                                   on 2000/11/20  16:08:49
36246         Log: Update Changes.
36247      Branch: perl
36248            ! Changes patchlevel.h
36249 ____________________________________________________________________________
36250 [  7776] By: jhi                                   on 2000/11/20  15:27:56
36251         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
36252              This may be overly harsh but until proven otherwise, we think this
36253              way, or until we have a simple test for Configure (having to start
36254              up servers is does not count as simple) to check for the problems.
36255      Branch: perl
36256            ! perl.h
36257 ____________________________________________________________________________
36258 [  7775] By: jhi                                   on 2000/11/20  15:22:17
36259         Log: Solaris hints tweaks.
36260      Branch: perl
36261            ! hints/solaris_2.sh
36262 ____________________________________________________________________________
36263 [  7774] By: jhi                                   on 2000/11/20  15:01:20
36264         Log: Add a workaround to SOCKS 64-bit problems.
36265      Branch: perl
36266            ! doio.c embed.h embed.pl perlsdio.h proto.h
36267 ____________________________________________________________________________
36268 [  7773] By: jhi                                   on 2000/11/20  14:51:47
36269         Log: sysseek() instead of seek().
36270      Branch: perl
36271            ! t/lib/syslfs.t
36272 ____________________________________________________________________________
36273 [  7772] By: gsar                                  on 2000/11/20  13:06:23
36274         Log: integrate changes#6315..6319,6321..6331,6333..6338
36275              
36276              Integrate with Sarathy, preliminary fix for unicos
36277              alignment problems in [ID 20000612.002] Perl problem on Cray system.
36278              
36279              some debugger output does not go to the socket when RemotePort is set
36280              
36281              winsock cleanup never done on Windows (leads to handle leaks)
36282              
36283              fix UNC path handling on Windows under ithreads, and chdir()
36284              return value when given a non-existent directory
36285              
36286              Autogenerate pod/Makefile and pod/buildtoc.
36287              buildtoc also checks whether the existin pods are
36288              mentioned in MANIFEST and perl.pod, and vice versa.
36289              (None of the thusly found discrepancies fixed yet.)
36290              roffitall also needs to be autogenerated similarly but it
36291              seems so badly out of date that I didn't touch it yet.
36292              
36293              Config is being used.
36294              
36295              Add =head1 NAMEs so that buildtoc is happy.
36296              (The CGI::Util nit reported to Lincoln.)
36297              
36298              Fix complaints of buildtoc.
36299              
36300              Fix the alignment problem in Crays ([ID 20000612.002]).
36301              
36302              Remove perlbook, update perlfaq book listing,
36303              rearrange perl.pod, regenerate perltoc.
36304              
36305              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
36306              was cast to an unsigned (32-bit) integer with wild abandon.
36307              
36308              winsock options weren't being set in all threads under ithreads
36309              (caused send()s from second and subsequent threads to fail)
36310              
36311              accept() leaks memory on windows due to incorrect ordering of
36312              closesocket() and fclose() calls
36313              
36314              Reorder perl.pod once more.
36315              
36316              More POSIX.pod tweaks.
36317              
36318              Sprinkle ldlibpath.
36319              
36320              Precedence goof, fix based on
36321              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
36322              From: Hugo <hv@crypt.compulink.co.uk>
36323              Date: Tue, 11 Jul 2000 12:52:38 +0100
36324              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
36325              
36326              Subject: PATCH perlguts.pod: Document D and d magic types
36327              From: mjd@plover.com
36328              Date: 5 Jul 2000 18:01:51 -0000
36329              Message-ID: <20000705180151.29413.qmail@plover.com>
36330              
36331              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
36332              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
36333              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
36334              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
36335              
36336              Subject: [PATCH cfgperl] $& segfaults if you trick it
36337              From: simon@brecon.co.uk (Simon Cozens)
36338              Date: 7 Jul 2000 11:26:09 GMT
36339              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
36340              
36341              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
36342              From: Hugo <hv@crypt.compulink.co.uk>
36343              Date: Tue, 11 Jul 2000 12:44:50 +0100
36344              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
36345              
36346              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
36347              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
36348              Date: Tue, 11 Jul 2000 13:50:51 +0100
36349              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
36350      Branch: maint-5.6/perl
36351           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
36352           +> pod/buildtoc.PL
36353            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
36354           !> (integrate 26 files)
36355 ____________________________________________________________________________
36356 [  7771] By: gsar                                  on 2000/11/20  12:31:42
36357         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
36358              6310,6311,6314
36359              
36360              Subject: [PATCH bleedperl] File::Spec 0.82 beta
36361              From: Barrie Slaymaker <barries@jester.slaysys.com>
36362              Date: Wed, 28 Jun 2000 11:35:29 -0400
36363              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
36364              
36365              tweak perlembed for multiplicity/usethreads sanity; correct notes
36366              about Windows
36367              
36368              localize %INC in a Safe compartment so that use/require work
36369              (many other magic globals probably need similar treatment)
36370              
36371              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
36372              when @_ is modified, causing coredumps
36373              
36374              slurp mode fix in change#4736 still not quite right
36375              
36376              Point to perlipc for more SysV IPC examples.
36377              
36378              Elaborate POSIX.pod.  Still needs work.
36379              
36380              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
36381              
36382              fix large memory leak that has been around for ever, masked by
36383              -DPURIFY (most of the arenas were never freed!)
36384              
36385              fix memory leak on Windows (PL_sys_intern contents were never
36386              freed)
36387              
36388              PERL_OBJECT build tweak
36389              
36390              adjust change#6299
36391              
36392              remove rel2abs prototypes (from Barrie Slaymaker)
36393              
36394              missing perldiag entry for unpack("w",...) diagnostic (from
36395              Andreas Koenig)
36396              
36397              better diagnostic on Frob->stuff() when Frob:: doesn't exist
36398              (from Richard Soderberg <rs@oregonnet.com>)
36399              
36400              Win32 patches for cfgperl from Sarathy.
36401              
36402              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
36403              
36404              More POSIX.pod embellishment.
36405              
36406              tyop in change#6306
36407      Branch: maint-5.6/perl
36408           !> (integrate 44 files)
36409 ____________________________________________________________________________
36410 [  7770] By: gsar                                  on 2000/11/20  11:51:00
36411         Log: integrate changes#6268..6282 from cfgperl branch
36412              
36413              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
36414              From: Dominic Dunlop <domo@computer.org>
36415              Date: Thu, 29 Jun 2000 12:32:39 +0200
36416              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
36417              
36418              Regen headers for #6261 (and update embed.pl for this) and #6267,
36419              silence few compiler warnings.
36420              
36421              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
36422              From: Nicholas Clark <nick@talking.bollo.cx>
36423              Date: Fri, 23 Jun 2000 16:21:15 +0100
36424              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
36425              
36426              Subject: PATCH pod/perltie.pod
36427              From: Ian Phillipps <Ian.Phillipps@iname.com>
36428              Date: Fri, 16 Jun 2000 00:17:19 +0100
36429              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
36430              (only the first hunk, the second hunk had already been done
36431              by some other patch)
36432              
36433              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
36434              From: Tom Phoenix <rootbeer@redcat.com>
36435              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
36436              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
36437              
36438              Subject: [PATCH] xsub attributes
36439              From: Doug MacEachern <dougm@covalent.net>
36440              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
36441              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
36442              
36443              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
36444              From: Andy Dougherty <doughera@lafayette.edu>
36445              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
36446              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
36447              
36448              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
36449              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
36450              Date: Tue, 13 Jun 2000 02:43:48 -0500
36451              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
36452              
36453              Subject: [PATCH] Re: eval documentation: context
36454              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
36455              Date: Mon, 12 Jun 2000 15:07:29 +0100
36456              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
36457              
36458              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
36459              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
36460              Date: Mon, 12 Jun 2000 14:55:59 +0100
36461              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
36462              
36463              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
36464              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
36465              Date: Fri, 09 Jun 2000 12:39:27 -0400
36466              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
36467              (plus update the version "number" of Text::Wrap)
36468              
36469              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
36470              From: Tim Ayers <tayers@bridge.com>
36471              Date: Thu, 08 Jun 2000 08:11:06 +0200
36472              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
36473              [resent by Richard Foley, Message-Id probably wrong]
36474              
36475              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
36476              From: rspier@pobox.com (Robert Spier)
36477              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
36478              Message-ID: <14654.31913.845602.610277@rls.cx>
36479              
36480              Subject: [PATCH 5.6.0] utils/h2xs.PL
36481              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
36482              Date: Wed, 7 Jun 2000 04:02:04 -0500
36483              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
36484              
36485              Subject: [PATCH 5.6.0]ITHREADs for VMS
36486              From: Dan Sugalski <dan@sidhe.org>
36487              Date: Tue, 06 Jun 2000 11:59:50 -0400
36488              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
36489      Branch: maint-5.6/perl
36490           !> (integrate 31 files)
36491 ____________________________________________________________________________
36492 [  7769] By: gsar                                  on 2000/11/20  11:29:06
36493         Log: integrate changes#6261..6266 from cfgperl
36494              
36495              Subject: Re: [PATCH cfgperl] BOMs away!
36496              From: simon@brecon.co.uk (Simon Cozens)
36497              Date: 17 Jun 2000 11:49:57 GMT
36498              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
36499              
36500              Subject: 5.6.0 Patch for EPOC
36501              From: Olaf Flebbe <o.flebbe@gmx.de>
36502              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
36503              Message-ID: <23449.960929969@www11.gmx.net>
36504              
36505              tr fixes from Simon Cozens
36506              
36507              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
36508              From: Marty Lucich <marty@netcom.com>
36509              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
36510              Message-Id: <200006282116.OAA11148@netcom.com>
36511              ccdlflags update (the BSD/OS 4.1 part had already been taken
36512              care of by #6141).
36513              
36514              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
36515              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
36516              Date: Wed, 28 Jun 2000 17:50:12 -0700
36517              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
36518              
36519              Subject: [PATCH 5.6.0] cygwin port
36520              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
36521              From: "Fifer, Eric" <EFifer@sanwaint.com>
36522              Date: Thu, 29 Jun 2000 12:58:29 +0100
36523      Branch: maint-5.6/perl
36524           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
36525           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
36526           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
36527           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
36528 ____________________________________________________________________________
36529 [  7768] By: gsar                                  on 2000/11/20  11:13:44
36530         Log: integrate changes#6252..6256,6259..6260
36531              
36532              Paranoia tweak on #6249.
36533              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
36534              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
36535              Date: Sun, 25 Jun 2000 23:43:12 -0400
36536              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
36537              
36538              Subject: tr///, help wanted.
36539              From: simon@brecon.co.uk (Simon Cozens)
36540              Date: 28 Jun 2000 11:29:04 GMT
36541              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
36542              
36543              small thinko tweaks
36544              
36545              tweaks from Simon Conzes to further fix tr/// under utf8
36546              
36547              perlnewmod was missing from MANIFEST.
36548              
36549              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
36550              From: simon@brecon.co.uk (Simon Cozens)
36551              Date: 17 Jun 2000 11:56:44 GMT
36552              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
36553              pack U0, pack C0
36554      Branch: maint-5.6/perl
36555           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
36556           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
36557           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
36558           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
36559 ____________________________________________________________________________
36560 [  7767] By: gsar                                  on 2000/11/20  10:51:38
36561         Log: integrate change#6250 from cfgperl
36562              
36563              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
36564              From: Doug MacEachern <dougm@covalent.net>
36565              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
36566              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
36567      Branch: maint-5.6/perl
36568           +> t/op/my_stash.t
36569           !> MANIFEST embed.pl global.sym proto.h toke.c
36570 ____________________________________________________________________________
36571 [  7766] By: gsar                                  on 2000/11/20  10:48:34
36572         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
36573              
36574              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
36575              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
36576              Date: Mon, 26 Jun 2000 18:40:14 +0100
36577              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
36578              
36579              Subject: [PATCH] bytes<->utf8 fixes
36580              From: simon@brecon.co.uk (Simon Cozens)
36581              Date: 26 Jun 2000 04:55:45 GMT
36582              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
36583              
36584              Subject: [PATCH] is_utf8_string
36585              From: simon@brecon.co.uk (Simon Cozens)
36586              Date: 26 Jun 2000 02:25:59 GMT
36587              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
36588              
36589              Subject: [PATCH] avoid mg_ptr in '*' magic
36590              From: Doug MacEachern <dougm@covalent.net>
36591              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
36592              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
36593              
36594              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
36595              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
36596              Date: Sat, 24 Jun 2000 13:06:20 +0100
36597              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
36598              
36599              Allow for standalone testing.
36600              
36601              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
36602              From: Mark-Jason Dominus <mjd@plover.com>
36603              Date: Tue, 27 Jun 2000 22:36:42 -0400
36604              Message-ID: <20000628023642.12166.qmail@plover.com>
36605              
36606              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
36607              From: Frank Tobin <ftobin@uiuc.edu>
36608              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
36609              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
36610      Branch: maint-5.6/perl
36611           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
36612           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
36613           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
36614           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
36615           !> utf8.c utils/h2xs.PL
36616 ____________________________________________________________________________
36617 [  7765] By: gsar                                  on 2000/11/20  10:29:13
36618         Log: integrate change#6239 from cfgperl
36619              
36620              Configure maintenance.  Sever some dependency cycles,
36621              separate gccversion from the cc unit,
36622              address [ID 20000623.006] Configure script patch for using gcc on AIX
36623              (but solve it a little bit differently),
36624              unduplex some accidentally duplicated units,
36625              suggest using gcc if no cc available
36626              (p5p thread: "Solaris configure: counterproposal", 1999-09)
36627      Branch: maint-5.6/perl
36628           !> Configure Todo-5.6 config_h.SH
36629 ____________________________________________________________________________
36630 [  7764] By: gsar                                  on 2000/11/20  10:25:55
36631         Log: integrate changes#6233..6238 from cfgperl
36632              
36633              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
36634              From: Mark-Jason Dominus <mjd@plover.com>
36635              Date: Fri, 16 Jun 2000 20:53:04 -0400
36636              Message-ID: <20000617005304.8008.qmail@plover.com>
36637              
36638              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
36639              because when run as services (Win32ese for daemons)
36640              no environment variables are set and tmpdir ends up as /tmp,
36641              which is ambiguous.
36642              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
36643              From: matt@sergeant.org
36644              Date: 16 Jun 2000 16:30:43 -0000
36645              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
36646              
36647              The thread begun by
36648              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
36649              From: Kevin.Ruscoe@ubsw.com
36650              Date: Fri, 16 Jun 2000 16:38:51 +0100
36651              Message-Id: <H000019b03c300d6@MHS>
36652              
36653              Tweak embed.pl, regen headers.
36654              
36655              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
36656              From: Dan Sugalski <dan@sidhe.org>
36657              Date: Fri, 23 Jun 2000 17:00:00 -0400
36658              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
36659      Branch: maint-5.6/perl
36660           !> (integrate 27 files)
36661 ____________________________________________________________________________
36662 [  7763] By: gsar                                  on 2000/11/20  10:08:08
36663         Log: s/perl56delta/perldelta/g
36664      Branch: maint-5.6/perl
36665            ! pod/Makefile
36666 ____________________________________________________________________________
36667 [  7762] By: gsar                                  on 2000/11/20  10:04:00
36668         Log: integrate changes#6225,6229,6231,6232 from cfgperl
36669              
36670              Add source code filenames to apidoc.
36671              From: simon@brecon.co.uk (Simon Cozens)
36672              Subject: [PATCH embed.pl] Source X-ref
36673              Date: 22 Jun 2000 02:18:49 GMT
36674              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
36675              
36676              Subject: README.hpux version 0.6.1
36677              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
36678              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
36679              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
36680              
36681              Subject: [PATCH 5.6.0] cygwin port
36682              From: "Fifer, Eric" <EFifer@sanwaint.com>
36683              Date: Tue, 20 Jun 2000 14:30:58 +0100
36684              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
36685              
36686              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
36687              From: simon@brecon.co.uk (Simon Cozens)
36688              Date: 19 Jun 2000 15:18:27 GMT
36689              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
36690              
36691              plus update pod/Makefile and regenerate perltoc
36692      Branch: maint-5.6/perl
36693           +> pod/perlutil.pod
36694           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
36695           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
36696 ____________________________________________________________________________
36697 [  7761] By: jhi                                   on 2000/11/20  04:09:55
36698         Log: Miraculous typo.
36699      Branch: perl
36700            ! t/op/pat.t
36701 ____________________________________________________________________________
36702 [  7760] By: jhi                                   on 2000/11/20  04:06:08
36703         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
36704              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36705              Date: Sun, 19 Nov 2000 22:30:26 -0500
36706              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
36707      Branch: perl
36708            ! regexec.c scope.h t/op/pat.t
36709 ____________________________________________________________________________
36710 [  7759] By: jhi                                   on 2000/11/20  02:05:22
36711         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
36712      Branch: perl
36713            ! perl.h
36714 ____________________________________________________________________________
36715 [  7758] By: jhi                                   on 2000/11/20  01:58:11
36716         Log: Subject: [perl 7711: EPOC] updates
36717              From: Olaf Flebbe <o.flebbe@gmx.de>
36718              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
36719              Message-ID: <25575.974658810@www23.gmx.net>               
36720      Branch: perl
36721            + lib/File/Spec/Epoc.pm
36722            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
36723            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
36724            ! lib/File/Spec.pm perl.c sv.c
36725 ____________________________________________________________________________
36726 [  7757] By: jhi                                   on 2000/11/20  01:53:11
36727         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
36728      Branch: perl
36729            ! MANIFEST
36730 ____________________________________________________________________________
36731 [  7756] By: jhi                                   on 2000/11/20  01:47:22
36732         Log: Integrate perlio.
36733      Branch: perl
36734            - ext/re/hints/MSWin32.pl
36735           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
36736           !> win32/config.gc win32/config_H.gc win32/win32sck.c
36737 ____________________________________________________________________________
36738 [  7755] By: nick                                  on 2000/11/19  20:57:17
36739         Log: Add dummy crlf layer (just as buffer)
36740              Correct 1st bug - one layer of indirection.
36741      Branch: perlio
36742            ! perlio.c perlio.h perliol.h
36743 ____________________________________________________________________________
36744 [  7754] By: nick                                  on 2000/11/19  20:56:12
36745         Log: Work-round to Perl_deb_nocontext is no longer required
36746      Branch: perlio
36747            - ext/re/hints/MSWin32.pl
36748 ____________________________________________________________________________
36749 [  7753] By: nick                                  on 2000/11/19  20:01:16
36750         Log: diff -se shows these as different
36751      Branch: perlio
36752            ! global.sym pod/perlapi.pod
36753 ____________________________________________________________________________
36754 [  7752] By: nick                                  on 2000/11/19  18:57:30
36755         Log: Configure GCC/Win32 build -Duseperlio
36756              Fix a couple of gross issues
36757              - double-include of ../deb.o in re.dll
36758              - win32sck.c needs PerlIO and FILE 
36759      Branch: perlio
36760            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
36761            ! win32/win32sck.c
36762 ____________________________________________________________________________
36763 [  7751] By: nick                                  on 2000/11/19  17:05:36
36764         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
36765      Branch: perlio
36766            ! perlio.c
36767 ____________________________________________________________________________
36768 [  7750] By: nick                                  on 2000/11/19  16:57:14
36769         Log: Missing aTHX_
36770      Branch: perlio
36771            ! sv.c
36772 ____________________________________________________________________________
36773 [  7749] By: jhi                                   on 2000/11/19  16:28:40
36774         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
36775              From: "Peter J. Farley III" <pjfarley@banet.net>
36776              Date: Sun, 19 Nov 2000 01:42:58 -0500
36777              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
36778      Branch: perl
36779            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
36780 ____________________________________________________________________________
36781 [  7748] By: jhi                                   on 2000/11/19  16:08:10
36782         Log: Subject: podlators 1.05 available        
36783              From: Russ Allbery <rra@stanford.edu>   
36784              Date: 18 Nov 2000 22:04:28 -0800
36785              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
36786      Branch: perl
36787            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
36788 ____________________________________________________________________________
36789 [  7747] By: nick                                  on 2000/11/19  11:19:39
36790         Log: Integrate mainline
36791      Branch: perlio
36792           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
36793           !> util.c
36794 ____________________________________________________________________________
36795 [  7746] By: jhi                                   on 2000/11/19  06:42:22
36796         Log: Make hex scanning warn on "\x{x}" and "\xx".
36797              "\x" and and hex("x") are still valid.
36798      Branch: perl
36799            ! util.c
36800 ____________________________________________________________________________
36801 [  7745] By: nick                                  on 2000/11/18  22:52:28
36802         Log: Integrate mainline
36803      Branch: perlio
36804           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
36805           !> perl.h perlio.c proto.h regcomp.c regcomp.h
36806 ____________________________________________________________________________
36807 [  7744] By: jhi                                   on 2000/11/18  22:50:28
36808         Log: Introduce Perl_utf8_length().  Use it.
36809      Branch: perl
36810            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
36811 ____________________________________________________________________________
36812 [  7743] By: jhi                                   on 2000/11/18  22:38:51
36813         Log: Compiler denit.
36814      Branch: perl
36815            ! perlio.c
36816 ____________________________________________________________________________
36817 [  7742] By: jhi                                   on 2000/11/18  20:33:05
36818         Log: Integrate perlio.
36819      Branch: perl
36820           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
36821           !> perlio.h pp_ctl.c pp_sys.c sv.c
36822 ____________________________________________________________________________
36823 [  7741] By: jhi                                   on 2000/11/18  20:31:27
36824         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
36825              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36826              Date: Fri, 17 Nov 2000 20:35:11 -0500
36827              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
36828              
36829              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
36830              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36831              Date: Fri, 17 Nov 2000 21:03:47 -0500
36832              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
36833              
36834              Plus a little bit of tweaking in pregcomp().
36835      Branch: perl
36836            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
36837 ____________________________________________________________________________
36838 [  7740] By: nick                                  on 2000/11/18  20:17:22
36839         Log: Lexical use open ... support:
36840              add ->cop_io to COP structure in cop.h.
36841              Make mg.c and gv.c associate it with ${^OPEN}.
36842              Make lib/open.pm set it.
36843              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
36844              manner similar to ->cop_warnings.
36845              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
36846              call new PerlIO_apply_layers().
36847              Declare latter in perlio.h and define in perlio.c
36848      Branch: perlio
36849            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
36850            ! perlio.h pp_ctl.c pp_sys.c sv.c
36851 ____________________________________________________________________________
36852 [  7739] By: jhi                                   on 2000/11/18  19:54:00
36853         Log: Integrate perlio.
36854      Branch: perl
36855           !> doio.c perlio.c pp.c
36856 ____________________________________________________________________________
36857 [  7738] By: jhi                                   on 2000/11/18  17:16:13
36858         Log: Subject: [PATCH 5.7.0] etags broken again
36859              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36860              Date: Sat, 18 Nov 2000 02:41:36 -0500
36861              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
36862      Branch: perl
36863            ! emacs/ptags
36864 ____________________________________________________________________________
36865 [  7737] By: jhi                                   on 2000/11/18  17:12:18
36866         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
36867      Branch: perl
36868            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
36869 ____________________________________________________________________________
36870 [  7736] By: nick                                  on 2000/11/18  14:06:20
36871         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
36872              part to be isolated.
36873      Branch: perlio
36874            ! doio.c perlio.c
36875 ____________________________________________________________________________
36876 [  7735] By: nick                                  on 2000/11/18  11:03:32
36877         Log: Integrate mainline
36878      Branch: perlio
36879           !> Changes README.amiga README.win32 patchlevel.h
36880           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
36881 ____________________________________________________________________________
36882 [  7734] By: jhi                                   on 2000/11/18  01:18:56
36883         Log: Update Changes.
36884      Branch: perl
36885            ! Changes patchlevel.h
36886 ____________________________________________________________________________
36887 [  7733] By: jhi                                   on 2000/11/18  00:32:54
36888         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
36889              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36890              Date: Fri, 17 Nov 2000 17:28:02 -0500
36891              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
36892      Branch: perl
36893            ! regcomp.c regexec.c t/op/re_tests
36894 ____________________________________________________________________________
36895 [  7732] By: jhi                                   on 2000/11/18  00:28:56
36896         Log: Sparc 64-bit pack() fix from Jens Hamisch.
36897      Branch: perl
36898            ! pp.c
36899 ____________________________________________________________________________
36900 [  7731] By: jhi                                   on 2000/11/18  00:18:39
36901         Log: Explain in more detail the {} syntax ambiguousity.
36902              
36903              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
36904              From: Nicholas Clark <nick@ccl4.org>
36905              Date: Fri, 17 Nov 2000 22:10:28 +0000
36906              Message-ID: <20001117221028.A88930@plum.flirble.org>
36907      Branch: perl
36908            ! pod/perlfunc.pod
36909 ____________________________________________________________________________
36910 [  7730] By: jhi                                   on 2000/11/18  00:12:18
36911         Log: Subject: Fix for README.amiga (20000323.033)
36912              From: "Stephen P. Potter" <spp@spotter.yi.org>
36913              Date: Fri, 17 Nov 2000 12:25:51 -0500
36914              Message-Id: <200011171725.MAA05768@spotter.yi.org>
36915      Branch: perl
36916            ! README.amiga
36917 ____________________________________________________________________________
36918 [  7729] By: jhi                                   on 2000/11/18  00:08:34
36919         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
36920              From: "A. C. Yardley" <yardley@tanet.net>
36921              Date: Mon, 3 Apr 2000 11:35:33 -0700
36922              Message-ID: <3483.000403@tanet.net>
36923      Branch: perl
36924            ! README.win32
36925 ____________________________________________________________________________
36926 [  7728] By: nick                                  on 2000/11/17  21:59:47
36927         Log: Integrate mainline
36928      Branch: perlio
36929           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
36930           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
36931           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
36932           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
36933 ____________________________________________________________________________
36934 [  7727] By: nick                                  on 2000/11/17  21:56:31
36935         Log: Experiment on use of attributes.pm interface.
36936              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
36937              SVt_PVRV if not already something better (else vivify of say magic gets
36938              core dump).
36939      Branch: perlio
36940            ! perlio.c pp.c
36941 ____________________________________________________________________________
36942 [  7726] By: jhi                                   on 2000/11/17  14:15:49
36943         Log: Subject: Fix for 20000815.006
36944              From: "Stephen P. Potter" <spp@spotter.yi.org>
36945              Date: Fri, 17 Nov 2000 08:57:45 -0500
36946              Message-Id: <200011171357.IAA05122@spotter.yi.org>
36947              
36948              It's really 20000518.006.
36949      Branch: perl
36950            ! pod/perlmodlib.PL
36951 ____________________________________________________________________________
36952 [  7725] By: jhi                                   on 2000/11/17  14:12:31
36953         Log: Subject: Fix for 20000409.001
36954              From: "Stephen P. Potter" <spp@spotter.yi.org>
36955              Date: Fri, 17 Nov 2000 08:55:45 -0500
36956              Message-Id: <200011171355.IAA05104@spotter.yi.org>
36957      Branch: perl
36958            ! pod/perlfaq9.pod
36959 ____________________________________________________________________________
36960 [  7724] By: jhi                                   on 2000/11/17  14:08:58
36961         Log: Undo #7627 now that we have =head3.
36962      Branch: perl
36963            ! pod/perlhack.pod
36964 ____________________________________________________________________________
36965 [  7723] By: jhi                                   on 2000/11/17  14:04:09
36966         Log: As surmised the #7719 wasn't a good move.
36967      Branch: perl
36968            ! hints/solaris_2.sh
36969 ____________________________________________________________________________
36970 [  7722] By: jhi                                   on 2000/11/17  13:59:04
36971         Log: Also the 64bitall hints can be either here or there.
36972      Branch: perl
36973            ! hints/solaris_2.sh
36974 ____________________________________________________________________________
36975 [  7721] By: jhi                                   on 2000/11/17  02:26:23
36976         Log: Test tweak for the open pragma.
36977      Branch: perl
36978            ! t/lib/b.t
36979 ____________________________________________________________________________
36980 [  7720] By: jhi                                   on 2000/11/17  00:23:22
36981         Log: The long double hints can be here or there.
36982      Branch: perl
36983            ! hints/solaris_2.sh
36984 ____________________________________________________________________________
36985 [  7719] By: jhi                                   on 2000/11/17  00:14:06
36986         Log: For Solaris use64bitall the stdchar needs a little bit of help.
36987      Branch: perl
36988            ! hints/solaris_2.sh
36989 ____________________________________________________________________________
36990 [  7718] By: jhi                                   on 2000/11/16  23:27:34
36991         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
36992              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
36993              Date: Wed, 15 Nov 2000 08:56:32 +0100
36994              Message-ID: <3A1241B0.64477E00@alcatel.at>
36995      Branch: perl
36996            ! lib/Carp/Heavy.pm
36997 ____________________________________________________________________________
36998 [  7717] By: jhi                                   on 2000/11/16  23:23:29
36999         Log: Subject: [PATCH] Re: 20001101.003 PDL
37000              From: Nicholas Clark <nick@ccl4.org>
37001              Date: Thu, 16 Nov 2000 16:48:25 +0000
37002              Message-ID: <20001116164825.B93487@plum.flirble.org>
37003      Branch: perl
37004            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
37005 ____________________________________________________________________________
37006 [  7716] By: jhi                                   on 2000/11/16  23:21:31
37007         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
37008              From: "Casey R. Tweten" <crt@kiski.net>
37009              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
37010              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
37011      Branch: perl
37012            ! lib/Pod/Checker.pm pod/perlpod.pod
37013 ____________________________________________________________________________
37014 [  7715] By: jhi                                   on 2000/11/16  23:19:40
37015         Log: Avoid an infinite loop in VMS when utils scripts are run
37016              with no arguments, from Charles Lane.
37017      Branch: perl
37018            ! configure.com
37019 ____________________________________________________________________________
37020 [  7714] By: jhi                                   on 2000/11/16  23:17:08
37021         Log: Subject: perllocale.pod changes
37022              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
37023              Date: Mon, 13 Nov 2000 10:09:22 +0300
37024              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
37025      Branch: perl
37026            ! pod/perllocale.pod
37027 ____________________________________________________________________________
37028 [  7713] By: jhi                                   on 2000/11/16  23:14:06
37029         Log: Integrate perlio.
37030      Branch: perl
37031           !> doio.c perlio.c perlio.h util.c
37032 ____________________________________________________________________________
37033 [  7712] By: nick                                  on 2000/11/16  21:10:58
37034         Log: Integrate mainline
37035      Branch: perlio
37036           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
37037           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
37038           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
37039           !> vos/config.ga.def vos/config.ga.h win32/config.bc
37040           !> win32/config.gc win32/config.vc
37041 ____________________________________________________________________________
37042 [  7711] By: nick                                  on 2000/11/16  19:56:41
37043         Log: Minor tweaks:
37044              consistent way of getting 'rb', 'wb' etc. for binary opens
37045              move *perlio::layers to *open::layers
37046              a #define to show layers available
37047              DOSISH popen/PerlIO had export/import sense inverted.
37048      Branch: perlio
37049            ! doio.c perlio.c perlio.h util.c
37050 ____________________________________________________________________________
37051 [  7710] By: jhi                                   on 2000/11/16  15:46:05
37052         Log: Add HAS_SBRK_PROTO.
37053      Branch: metaconfig/U/perl
37054            + d_sbrkproto.U
37055      Branch: perl
37056            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
37057            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
37058            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
37059            ! vos/config.ga.def vos/config.ga.h win32/config.bc
37060            ! win32/config.gc win32/config.vc
37061 ____________________________________________________________________________
37062 [  7709] By: nick                                  on 2000/11/16  07:31:49
37063         Log: Integrate mainline
37064      Branch: perlio
37065           !> (integrate 35 files)
37066 ____________________________________________________________________________
37067 [  7708] By: jhi                                   on 2000/11/16  05:33:03
37068         Log: These files are text, not binary.
37069      Branch: perl
37070            ! ext/Encode/Encode/iso8859-10.enc
37071            ! ext/Encode/Encode/iso8859-13.enc
37072            ! ext/Encode/Encode/iso8859-14.enc
37073            ! ext/Encode/Encode/iso8859-15.enc
37074 ____________________________________________________________________________
37075 [  7707] By: jhi                                   on 2000/11/16  01:53:37
37076         Log: Update Changes.
37077      Branch: perl
37078            ! Changes patchlevel.h
37079 ____________________________________________________________________________
37080 [  7706] By: jhi                                   on 2000/11/16  01:35:59
37081         Log: More #undefing of stdio.
37082      Branch: perl
37083            ! fakesdio.h nostdio.h
37084 ____________________________________________________________________________
37085 [  7705] By: jhi                                   on 2000/11/16  01:34:18
37086         Log: Add fwalk() probe to the configuration files and regen perltoc.
37087      Branch: perl
37088            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
37089            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
37090            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
37091            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
37092            ! win32/config.bc win32/config.gc win32/config.vc
37093 ____________________________________________________________________________
37094 [  7704] By: jhi                                   on 2000/11/16  01:33:07
37095         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
37096              an optional third argument to Inlibc?)
37097      Branch: metaconfig/U/perl
37098            + d__fwalk.U
37099 ____________________________________________________________________________
37100 [  7703] By: jhi                                   on 2000/11/16  01:09:22
37101         Log: The type of the hash_cb() size argument is tricky.
37102      Branch: perl
37103            ! ext/DB_File/DB_File.xs
37104 ____________________________________________________________________________
37105 [  7702] By: jhi                                   on 2000/11/15  23:01:16
37106         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
37107      Branch: perl
37108            ! nostdio.h
37109 ____________________________________________________________________________
37110 [  7701] By: jhi                                   on 2000/11/15  22:52:32
37111         Log: Detypo.
37112      Branch: perl
37113            ! t/lib/bigfltpm.t
37114 ____________________________________________________________________________
37115 [  7700] By: jhi                                   on 2000/11/15  22:51:56
37116         Log: UINT64_C() work continues.
37117      Branch: perl
37118            ! handy.h perl.h utf8.h
37119 ____________________________________________________________________________
37120 [  7699] By: jhi                                   on 2000/11/15  14:13:04
37121         Log: SOCKS has its own USE_THREADS, based on
37122              
37123              Subject: [ID 20001114.002] et. al. bugfix followup
37124              From: Jens Hamisch <jens@Strawberry.COM> 
37125              Date: Wed, 15 Nov 2000 14:23:11 +0100
37126              Message-ID: <20001115142311.A21164@Strawberry.COM>
37127      Branch: perl
37128            ! perl.h
37129 ____________________________________________________________________________
37130 [  7698] By: jhi                                   on 2000/11/15  03:50:56
37131         Log: Add few missing #undefs and sort them.
37132      Branch: perl
37133            ! fakesdio.h
37134 ____________________________________________________________________________
37135 [  7697] By: jhi                                   on 2000/11/15  03:39:14
37136         Log: Linenumber fix.
37137      Branch: perl
37138            ! t/pragma/warn/utf8
37139 ____________________________________________________________________________
37140 [  7696] By: jhi                                   on 2000/11/15  02:55:26
37141         Log: EBCDIC tweaks.
37142              
37143              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
37144              From: Peter Prymmer <pvhp@forte.com>
37145              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
37146              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
37147      Branch: perl
37148            ! t/op/regmesg.t t/pragma/warn/utf8
37149 ____________________________________________________________________________
37150 [  7695] By: jhi                                   on 2000/11/15  02:53:58
37151         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
37152              From: Peter Prymmer <pvhp@forte.com>
37153              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
37154              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
37155      Branch: perl
37156            ! utf8.c
37157 ____________________________________________________________________________
37158 [  7694] By: jhi                                   on 2000/11/15  02:50:55
37159         Log: Subject: [PATCH: perl@7674] updates to README.os390
37160              From: Prymmer/Kahn <pvhp@best.com>
37161              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
37162              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
37163      Branch: perl
37164            ! README.os390
37165 ____________________________________________________________________________
37166 [  7693] By: jhi                                   on 2000/11/15  02:48:37
37167         Log: Quit utf8_to_uv() instantly if curlen == 0.
37168      Branch: perl
37169            ! utf8.c
37170 ____________________________________________________________________________
37171 [  7692] By: jhi                                   on 2000/11/15  02:24:29
37172         Log: Use u_int32_t for the size of hash_cb(), not size_t.
37173              
37174              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
37175              From: Jens Hamisch <jens@Strawberry.COM>     
37176              Date: Tue, 14 Nov 2000 19:03:55 +0100
37177              Message-Id: <20001114190355.A20559@Strawberry.COM>
37178      Branch: perl
37179            ! ext/DB_File/DB_File.xs
37180 ____________________________________________________________________________
37181 [  7691] By: jhi                                   on 2000/11/15  02:20:12
37182         Log: Use UINT64_C().
37183              
37184              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
37185              From: Jens Hamisch <jens@Strawberry.COM>
37186              Date: Tue, 14 Nov 2000 19:16:23 +0100
37187              Message-Id: <20001114191623.G20559@Strawberry.COM>
37188      Branch: perl
37189            ! utf8.c utf8.h
37190 ____________________________________________________________________________
37191 [  7690] By: jhi                                   on 2000/11/15  02:17:06
37192         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
37193              (a macro to define signed and unsigned integer constants).
37194      Branch: perl
37195            ! handy.h
37196 ____________________________________________________________________________
37197 [  7689] By: jhi                                   on 2000/11/15  01:56:51
37198         Log: Regen Configure.
37199      Branch: perl
37200            ! Configure
37201 ____________________________________________________________________________
37202 [  7688] By: jhi                                   on 2000/11/15  01:56:32
37203         Log: Make the unit know about SOCKS.
37204      Branch: metaconfig
37205            ! U/protos/socksizetype.U
37206 ____________________________________________________________________________
37207 [  7687] By: jhi                                   on 2000/11/15  01:54:47
37208         Log: Remove unused dependencies.
37209      Branch: metaconfig
37210            ! U/compline/d_getpagsz.U
37211 ____________________________________________________________________________
37212 [  7686] By: nick                                  on 2000/11/14  21:25:13
37213         Log: Integrate mainline.
37214      Branch: perlio
37215           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
37216           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
37217           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
37218           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
37219           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
37220           !> win32/config.bc win32/config.gc win32/config.vc
37221           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
37222 ____________________________________________________________________________
37223 [  7685] By: jhi                                   on 2000/11/14  17:54:56
37224         Log: Integrate perlio.
37225      Branch: perl
37226           +> fakesdio.h perliol.h
37227           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
37228           !> perlsdio.h perlsfio.h pod/perlfunc.pod
37229 ____________________________________________________________________________
37230 [  7684] By: nick                                  on 2000/11/14  17:43:04
37231         Log: PerlIO #include and #ifdef re-work.
37232      Branch: perlio
37233            + fakesdio.h perliol.h
37234            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
37235            ! perlsdio.h perlsfio.h
37236 ____________________________________________________________________________
37237 [  7683] By: jhi                                   on 2000/11/14  15:42:40
37238         Log: Hoist the duplicated socket/netdb include logic to perl.h;
37239              undef SETERRNO in case SOCKS has defined it.  Based on:
37240              
37241              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
37242              From: Jens Hamisch <jens@Strawberry.COM> 
37243              Date: Tue, 14 Nov 2000 11:34:40 +0100
37244              Message-Id: <20001114113440.A20005@Strawberry.COM>
37245      Branch: perl
37246            ! doio.c perl.h pp_sys.c
37247 ____________________________________________________________________________
37248 [  7682] By: jhi                                   on 2000/11/14  14:07:28
37249         Log: Subject: some additions for makefiles for win32 (for perl@7674)
37250              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
37251              Date: Tue, 14 Nov 2000 09:31:13 +0300
37252              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
37253      Branch: perl
37254            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
37255            ! win32/makefile.mk
37256 ____________________________________________________________________________
37257 [  7681] By: jhi                                   on 2000/11/14  14:01:41
37258         Log: Subject: tiny typo in perl5db.pl
37259              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
37260              Date: Tue, 14 Nov 2000 09:29:28 +0300
37261              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
37262      Branch: perl
37263            ! lib/perl5db.pl
37264 ____________________________________________________________________________
37265 [  7680] By: jhi                                   on 2000/11/14  04:13:50
37266         Log: Redo #7679 with LFs instead of CRLFs.
37267      Branch: perl
37268            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
37269            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
37270            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
37271 ____________________________________________________________________________
37272 [  7679] By: jhi                                   on 2000/11/14  01:21:09
37273         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
37274              From: Benjamin Stuhl <tiriath@yahoo.com> 
37275              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
37276              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
37277      Branch: perl
37278            + win32/bin/mdelete.bat
37279            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
37280            ! makedef.pl perlio.c win32/Makefile win32/config.gc
37281            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
37282 ____________________________________________________________________________
37283 [  7678] By: jhi                                   on 2000/11/14  01:19:20
37284         Log: Fix the re extension building for Win32.
37285              
37286              Subject: [PATCH perl@7638] Get PerlIO building on Win32
37287              From: Benjamin Stuhl <tiriath@yahoo.com> 
37288              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
37289              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
37290      Branch: perl
37291            + ext/re/hints/MSWin32.pl
37292            ! MANIFEST
37293 ____________________________________________________________________________
37294 [  7677] By: jhi                                   on 2000/11/14  01:13:54
37295         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
37296              From: sthoenna@efn.org
37297              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
37298              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
37299      Branch: perl
37300            ! doop.c pp.c toke.c utf8.c utf8.h
37301 ____________________________________________________________________________
37302 [  7676] By: jhi                                   on 2000/11/13  20:23:15
37303         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
37304              From: Nicholas Clark <nick@ccl4.org>
37305              Date: Mon, 13 Nov 2000 18:55:04 +0000
37306              Message-ID: <20001113185504.J29183@plum.flirble.org>
37307      Branch: perl
37308            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
37309 ____________________________________________________________________________
37310 [  7675] By: nick                                  on 2000/11/13  20:21:57
37311         Log: Integrate mainline ...
37312      Branch: perlio
37313           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
37314           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
37315           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
37316           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
37317 ____________________________________________________________________________
37318 [  7674] By: jhi                                   on 2000/11/13  15:07:56
37319         Log: Update Changes.
37320      Branch: perl
37321            ! Changes patchlevel.h
37322 ____________________________________________________________________________
37323 [  7673] By: jhi                                   on 2000/11/13  14:42:42
37324         Log: Remove the new two tests of lib/io_xs for now, they seem to
37325              fail under perlio on some platforms.
37326      Branch: perl
37327            ! t/lib/io_xs.t
37328 ____________________________________________________________________________
37329 [  7672] By: jhi                                   on 2000/11/13  13:57:53
37330         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
37331      Branch: perl
37332            ! perlio.c
37333 ____________________________________________________________________________
37334 [  7671] By: jhi                                   on 2000/11/13  05:30:48
37335         Log: Placate nervous compilers that see longer than ints switch()ing.
37336      Branch: perl
37337            ! utf8.c
37338 ____________________________________________________________________________
37339 [  7670] By: jhi                                   on 2000/11/13  05:14:21
37340         Log: fputs() does return EOF on error but here we don't care.
37341      Branch: perl
37342            ! perlio.c
37343 ____________________________________________________________________________
37344 [  7669] By: jhi                                   on 2000/11/13  05:02:45
37345         Log: Declare reg_data like reg_substr_data.
37346      Branch: perl
37347            ! regexp.h
37348 ____________________________________________________________________________
37349 [  7668] By: jhi                                   on 2000/11/13  04:54:34
37350         Log: Typos in #7667.
37351      Branch: perl
37352            ! perl.h
37353 ____________________________________________________________________________
37354 [  7667] By: jhi                                   on 2000/11/13  04:49:49
37355         Log: Cleanup messy #ifdef.
37356      Branch: perl
37357            ! perl.h
37358 ____________________________________________________________________________
37359 [  7666] By: jhi                                   on 2000/11/13  04:17:34
37360         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
37361              From: Nicholas Clark <nick@talking.bollo.cx>
37362              Date: Sun, 12 Nov 2000 21:14:11 +0000
37363              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
37364              
37365              Note: only one breakage of the two reported is fixed by this patch.
37366      Branch: perl
37367            ! perlio.c
37368 ____________________________________________________________________________
37369 [  7665] By: jhi                                   on 2000/11/13  04:05:07
37370         Log: Tweak the definition of the bit complement on UTF-8 data:
37371              if none of the characters in the string are > 0xff,
37372              the result is a complemented byte string, not a (UTF-8)
37373              char string.  Based on the summary in
37374              
37375              Subject: Re: [ID 20000918.005] ~ on wide chars
37376              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
37377              Date: Fri, 10 Nov 2000 09:47:15 -0800
37378              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
37379              
37380              This should give us the maximum backward (pre-char string)
37381              compatibility and utf8 compatibility.  The other alternative
37382              would be to limit the bit complement to be always byte only,
37383              taking the least significant byte of the chars.
37384      Branch: perl
37385            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
37386 ____________________________________________________________________________
37387 [  7664] By: jhi                                   on 2000/11/13  00:23:44
37388         Log: Couple of tests from #7660 salvaged.
37389      Branch: perl
37390            - t/op/tell.t
37391            ! MANIFEST t/io/tell.t
37392 ____________________________________________________________________________
37393 [  7663] By: jhi                                   on 2000/11/13  00:02:48
37394         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
37395              From: Nicholas Clark <nick@talking.bollo.cx>
37396              Date: Sun, 12 Nov 2000 21:23:43 +0000
37397              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
37398      Branch: perl
37399            ! perlsfio.h
37400 ____________________________________________________________________________
37401 [  7662] By: jhi                                   on 2000/11/13  00:01:39
37402         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
37403              From: Nicholas Clark <nick@talking.bollo.cx>
37404              Date: Sun, 12 Nov 2000 21:30:04 +0000
37405              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
37406      Branch: perl
37407            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
37408 ____________________________________________________________________________
37409 [  7661] By: jhi                                   on 2000/11/12  23:57:29
37410         Log: Document tell() on special streams.
37411      Branch: perl
37412            ! pod/perlfunc.pod
37413 ____________________________________________________________________________
37414 [  7660] By: jhi                                   on 2000/11/12  23:54:22
37415         Log: (Subsumed by #7664)
37416      Branch: perl
37417            + t/op/tell.t
37418            ! MANIFEST
37419 ____________________________________________________________________________
37420 [  7659] By: jhi                                   on 2000/11/12  22:55:25
37421         Log: Many subdocumented return values of the IO extension now documented.
37422              ungetc and write still left subdocumented.
37423              
37424              Subject: [PATCH] (was Re: IO::Handle::ungetc)
37425              From: Nicholas Clark <nick@talking.bollo.cx>
37426              Date: Sun, 12 Nov 2000 21:35:53 +0000
37427              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
37428      Branch: perl
37429            ! ext/IO/lib/IO/Handle.pm
37430 ____________________________________________________________________________
37431 [  7658] By: jhi                                   on 2000/11/12  21:37:06
37432         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
37433              From: Nicholas Clark <nick@talking.bollo.cx>
37434              Date: Sun, 12 Nov 2000 20:03:22 +0000
37435              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
37436      Branch: perl
37437            ! pod/perlfunc.pod
37438 ____________________________________________________________________________
37439 [  7657] By: jhi                                   on 2000/11/12  20:34:55
37440         Log: Integrate perlio.
37441      Branch: perl
37442           !> perlio.c
37443 ____________________________________________________________________________
37444 [  7656] By: nick                                  on 2000/11/12  19:25:06
37445         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
37446      Branch: perlio
37447            ! perlio.c
37448 ____________________________________________________________________________
37449 [  7655] By: nick                                  on 2000/11/12  19:09:41
37450         Log: Integrate mainline
37451      Branch: perlio
37452           +> README.solaris ext/Encode/Encode/cp1006.enc
37453           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
37454           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
37455           +> ext/Encode/Encode/iso8859-13.enc
37456           +> ext/Encode/Encode/iso8859-14.enc
37457           +> ext/Encode/Encode/iso8859-15.enc
37458           !> (integrate 34 files)
37459 ____________________________________________________________________________
37460 [  7654] By: jhi                                   on 2000/11/12  19:00:22
37461         Log: Add a metaconfig unit for fsync.
37462      Branch: metaconfig/U/perl
37463            + d_fsync.U
37464 ____________________________________________________________________________
37465 [  7653] By: jhi                                   on 2000/11/12  19:00:01
37466         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
37467      Branch: perl
37468            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
37469            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
37470            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
37471            ! vos/config.ga.h win32/config.bc win32/config.gc
37472            ! win32/config.vc
37473 ____________________________________________________________________________
37474 [  7652] By: jhi                                   on 2000/11/11  21:12:01
37475         Log: Copy the s// information of README.hpux also to the perlrun.
37476      Branch: perl
37477            ! README.hpux pod/perlrun.pod
37478 ____________________________________________________________________________
37479 [  7651] By: jhi                                   on 2000/11/11  21:03:13
37480         Log: More README.solaris updates from Andy Dougherty.
37481      Branch: perl
37482            ! README.solaris
37483 ____________________________________________________________________________
37484 [  7650] By: jhi                                   on 2000/11/11  18:38:57
37485         Log: More descriptive error for unknown perlio layers.
37486              
37487              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
37488              From: Dominic Dunlop <domo@computer.org> 
37489              Date: Sat, 11 Nov 2000 18:20:32 +0100             
37490              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
37491      Branch: perl
37492            ! perlio.c pod/perldiag.pod
37493 ____________________________________________________________________________
37494 [  7649] By: jhi                                   on 2000/11/11  18:37:52
37495         Log: MachTen doesn't really do mmap() and munmap().
37496              
37497              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
37498              From: Dominic Dunlop <domo@computer.org> 
37499              Date: Sat, 11 Nov 2000 18:20:32 +0100             
37500              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
37501      Branch: perl
37502            ! hints/machten.sh
37503 ____________________________________________________________________________
37504 [  7648] By: jhi                                   on 2000/11/11  18:36:46
37505         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
37506              From: rspier@pobox.com (Robert Spier)
37507              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
37508              Message-ID: <14861.32839.491271.985797@rls.cx>
37509      Branch: perl
37510            ! Porting/Contract pod/perltoot.pod
37511 ____________________________________________________________________________
37512 [  7647] By: jhi                                   on 2000/11/11  18:35:30
37513         Log: Simplify the getpagesize() unit by dropping the
37514              pagesize probe since it's nowadays slightly more
37515              complicated because of sysconf(). (Note: if some
37516              platform really needs the -lPW for getpagesize,
37517              I just broke it.)
37518              
37519              TODO: a new pagesize unit.
37520      Branch: metaconfig
37521            ! U/compline/d_getpagsz.U
37522 ____________________________________________________________________________
37523 [  7646] By: jhi                                   on 2000/11/11  18:33:23
37524         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
37525      Branch: perl
37526            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
37527            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
37528            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
37529            ! vos/config.ga.h win32/config.bc win32/config.gc
37530            ! win32/config.vc
37531 ____________________________________________________________________________
37532 [  7645] By: jhi                                   on 2000/11/11  16:45:15
37533         Log: Use sysconf() or getpagesize() to find out the pagesize.
37534      Branch: perl
37535            ! perlio.c
37536 ____________________________________________________________________________
37537 [  7644] By: jhi                                   on 2000/11/11  15:46:08
37538         Log: Integrate perlio.
37539      Branch: perl
37540           !> perlio.c
37541 ____________________________________________________________________________
37542 [  7643] By: jhi                                   on 2000/11/11  15:33:36
37543         Log: Subject: Re: [PATCH] README.solaris
37544              From: Lupe Christoph <lupe@lupe-christoph.de>
37545              Date: Sat, 11 Nov 2000 14:08:10 +0100
37546              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
37547      Branch: perl
37548            ! README.solaris
37549 ____________________________________________________________________________
37550 [  7642] By: jhi                                   on 2000/11/11  15:22:12
37551         Log: Subject: [PATCH perl@7638] cygwin port
37552              From: "Eric Fifer" <egf7@columbia.edu>            
37553              Date: Fri, 10 Nov 2000 19:30:30 -0000
37554              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
37555      Branch: perl
37556            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
37557 ____________________________________________________________________________
37558 [  7641] By: nick                                  on 2000/11/11  14:50:36
37559         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
37560              Also call "Buf" layer directly when unread'ing non-read chars.
37561      Branch: perlio
37562            ! perlio.c
37563 ____________________________________________________________________________
37564 [  7640] By: jhi                                   on 2000/11/11  02:05:02
37565         Log: Add more encoding tables.
37566      Branch: perl
37567            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
37568            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
37569            + ext/Encode/Encode/iso8859-10.enc
37570            + ext/Encode/Encode/iso8859-13.enc
37571            + ext/Encode/Encode/iso8859-14.enc
37572            + ext/Encode/Encode/iso8859-15.enc
37573            ! MANIFEST
37574 ____________________________________________________________________________
37575 [  7639] By: jhi                                   on 2000/11/10  18:49:25
37576         Log: Subject: [PATCH] README.solaris
37577              From: Andy Dougherty <doughera@lafayette.edu>
37578              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
37579              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
37580      Branch: perl
37581            + README.solaris
37582            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
37583            ! pod/perl.pod pod/perltoc.pod
37584 ____________________________________________________________________________
37585 [  7638] By: jhi                                   on 2000/11/10  15:04:15
37586         Log: Update Changes.
37587      Branch: perl
37588            ! Changes patchlevel.h
37589 ____________________________________________________________________________
37590 [  7637] By: jhi                                   on 2000/11/10  14:14:28
37591         Log: Explain better why certain regex tests are skipped.
37592              
37593              Subject: Re: tests skipped: unknown reason
37594              From: Lupe Christoph <lupe@lupe-christoph.de>
37595              Date: Fri, 10 Nov 2000 09:08:56 +0100
37596              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
37597      Branch: perl
37598            ! t/op/regexp.t
37599 ____________________________________________________________________________
37600 [  7636] By: nick                                  on 2000/11/10  13:40:00
37601         Log: Integrate mainline.
37602      Branch: perlio
37603           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
37604           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
37605           !> win32/bin/search.pl
37606 ____________________________________________________________________________
37607 [  7635] By: nick                                  on 2000/11/10  13:25:52
37608         Log: Re-instate stdio large file support via perlio.
37609      Branch: perl
37610            ! perlio.c
37611 ____________________________________________________________________________
37612 [  7634] By: jhi                                   on 2000/11/10  04:49:55
37613         Log: Amdahl UTS hints updates.
37614              
37615              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
37616              From: hom00@utsglobal.com (Harold O Morris)
37617              Date: Thu, 9 Nov 2000 20:02 PST
37618              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
37619      Branch: perl
37620            ! hints/uts.sh
37621 ____________________________________________________________________________
37622 [  7633] By: jhi                                   on 2000/11/09  23:33:28
37623         Log: Subject: [PATCH] IO::Seekable pod
37624              From: Nicholas Clark <nick@talking.bollo.cx>
37625              Date: Thu, 9 Nov 2000 20:29:45 +0000
37626              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
37627      Branch: perl
37628            ! ext/IO/lib/IO/Handle.pm
37629 ____________________________________________________________________________
37630 [  7632] By: jhi                                   on 2000/11/09  21:55:41
37631         Log: Various doc oddball characters.
37632              
37633              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
37634              From: Michael Somos <somos@grail.cba.csuohio.edu>
37635              Date: Mon, 6 Nov 2000 17:44:20 -0500
37636              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
37637      Branch: perl
37638            ! emacs/cperl-mode.el lib/unicode/syllables.txt
37639            ! win32/bin/search.pl
37640 ____________________________________________________________________________
37641 [  7631] By: jhi                                   on 2000/11/09  21:12:29
37642         Log: Subject: Re: bash -c exit and linux hints 
37643              From: "John P. Linderman" <jpl@research.att.com>
37644              Date: Thu, 02 Nov 2000 09:37:25 -0500
37645              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
37646      Branch: perl
37647            ! hints/linux.sh
37648 ____________________________________________________________________________
37649 [  7630] By: nick                                  on 2000/11/09  20:34:11
37650         Log: Integrate mainline.
37651      Branch: perlio
37652           !> (integrate 91 files)
37653 ____________________________________________________________________________
37654 [  7629] By: jhi                                   on 2000/11/09  19:46:31
37655         Log: Missing dTHXs.
37656              
37657              Subject: RE: perl@7595 builds not on cygwin
37658              From: "Eric Fifer" <egf7@columbia.edu>
37659              Date: Thu, 9 Nov 2000 19:26:50 -0000
37660              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
37661      Branch: perl
37662            ! ext/Devel/Peek/Peek.xs
37663 ____________________________________________________________________________
37664 [  7628] By: jhi                                   on 2000/11/09  14:48:27
37665         Log: Disable only the tests 99 and 166 for UTF-8 locales.
37666      Branch: perl
37667            ! t/pragma/locale.t
37668 ____________________________________________________________________________
37669 [  7627] By: jhi                                   on 2000/11/09  14:40:27
37670         Log: There's no =head3.
37671      Branch: perl
37672            ! pod/perlhack.pod
37673 ____________________________________________________________________________
37674 [  7626] By: jhi                                   on 2000/11/09  13:54:26
37675         Log: The generated boot_* headers are wrong.  Pickier compiler,
37676              such as KAI C++ will refuse to compile the resulting perlmain.
37677              
37678              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
37679              From: Harri Pasanen <harri.pasanen@trema.com>
37680              Date: Thu, 09 Nov 2000 14:23:28 +0100
37681              Message-Id: <3A0AA550.26D548A3@trema.com>
37682      Branch: perl
37683            ! minimod.pl
37684 ____________________________________________________________________________
37685 [  7625] By: jhi                                   on 2000/11/09  13:50:44
37686         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
37687              From: Prymmer/Kahn <pvhp@best.com>
37688              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
37689              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
37690              
37691              All except the "cow orker" change.
37692      Branch: perl
37693            ! Porting/pumpkin.pod
37694 ____________________________________________________________________________
37695 [  7624] By: jhi                                   on 2000/11/09  13:45:33
37696         Log: Fix for
37697              
37698              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
37699              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
37700              Date: Thu, 09 Nov 2000 11:05:52 +0100
37701              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
37702      Branch: perl
37703            ! pod/perldiag.pod t/pragma/warn/pp_sys
37704 ____________________________________________________________________________
37705 [  7623] By: jhi                                   on 2000/11/09  13:37:16
37706         Log: Typo in an ifndef.
37707              
37708              Subject: Re: [PATCH 5.7.0] better messages from malloc()
37709              From: Joe Smith <jms@inwap.com>         
37710              Date: Thu, 09 Nov 2000 01:33:14 -0800
37711              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
37712      Branch: perl
37713            ! malloc.c
37714 ____________________________________________________________________________
37715 [  7622] By: jhi                                   on 2000/11/09  13:31:18
37716         Log: Remove unused extra arguments.
37717      Branch: metaconfig/U/perl
37718            ! perlxv.U
37719      Branch: perl
37720            ! Configure config_h.SH
37721 ____________________________________________________________________________
37722 [  7621] By: jhi                                   on 2000/11/09  13:16:36
37723         Log: More VMS moves on environment handling, from Charles Lane.
37724      Branch: perl
37725            ! t/pragma/locale.t
37726 ____________________________________________________________________________
37727 [  7620] By: jhi                                   on 2000/11/09  04:42:38
37728         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
37729              From: David Dyck <dcd@tc.fluke.com>
37730              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
37731              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
37732      Branch: perl
37733            ! pp_sys.c
37734 ____________________________________________________________________________
37735 [  7619] By: jhi                                   on 2000/11/09  04:36:21
37736         Log: Forgot from #7618.
37737      Branch: perl
37738            ! lib/File/stat.pm
37739 ____________________________________________________________________________
37740 [  7618] By: jhi                                   on 2000/11/09  04:28:44
37741         Log: Make deleting for %ENV work for (newer versions of) VMS,
37742              from Craig A. Berry.
37743      Branch: perl
37744            ! vms/vms.c
37745 ____________________________________________________________________________
37746 [  7617] By: jhi                                   on 2000/11/09  04:25:05
37747         Log: Subject: [PATCH] Class::Struct at compile time
37748              From: "Casey R. Tweten" <crt@kiski.net>
37749              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
37750              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
37751      Branch: perl
37752            ! lib/Class/Struct.pm
37753 ____________________________________________________________________________
37754 [  7616] By: jhi                                   on 2000/11/09  04:15:17
37755         Log: Subject: [ID 20001108.013] spelling
37756              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
37757              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
37758              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
37759      Branch: perl
37760            ! lib/ftp.pl
37761 ____________________________________________________________________________
37762 [  7615] By: jhi                                   on 2000/11/09  04:12:42
37763         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
37764              From: Peter Prymmer <pvhp@forte.com>
37765              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
37766              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
37767      Branch: perl
37768            ! configure.com
37769 ____________________________________________________________________________
37770 [  7614] By: jhi                                   on 2000/11/08  22:42:55
37771         Log: A missing aTHX_.
37772      Branch: perl
37773            ! ext/IPC/SysV/SysV.xs
37774 ____________________________________________________________________________
37775 [  7613] By: jhi                                   on 2000/11/08  19:30:21
37776         Log: Update Changes.
37777      Branch: perl
37778            ! Changes patchlevel.h
37779 ____________________________________________________________________________
37780 [  7612] By: jhi                                   on 2000/11/08  18:35:25
37781         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
37782              From: David Dyck <dcd@tc.fluke.com>
37783              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
37784              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
37785      Branch: perl
37786            ! pp_sys.c
37787 ____________________________________________________________________________
37788 [  7611] By: jhi                                   on 2000/11/08  18:30:26
37789         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
37790              From: Dominic Dunlop <domo@computer.org>
37791              Date: Tue, 7 Nov 2000 12:05:25 +0100
37792              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
37793      Branch: perl
37794            ! malloc.c
37795 ____________________________________________________________________________
37796 [  7610] By: jhi                                   on 2000/11/08  18:25:14
37797         Log: Do not test UTF-8 locales since that the tests would require
37798              polymorphic regexen.
37799      Branch: perl
37800            ! t/pragma/locale.t
37801 ____________________________________________________________________________
37802 [  7609] By: jhi                                   on 2000/11/08  17:12:51
37803         Log: Locale buglets.
37804              
37805              Subject: RE: Locales support (setlocale) fixes
37806              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
37807              Date: Wed, 8 Nov 2000 20:01:39 +0300
37808              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
37809      Branch: perl
37810            ! t/pragma/locale.t util.c
37811 ____________________________________________________________________________
37812 [  7608] By: jhi                                   on 2000/11/08  17:00:16
37813         Log: Deleting $ENV{PATH} in VMS is not recommendable.
37814      Branch: perl
37815            ! t/pragma/locale.t
37816 ____________________________________________________________________________
37817 [  7607] By: jhi                                   on 2000/11/08  16:58:26
37818         Log: Subject: PATCH std stdio for (Free)BSD
37819              From: Nicholas Clark <nick@ccl4.org>
37820              Date: Wed, 8 Nov 2000 15:36:29 +0000
37821              Message-ID: <20001108153629.D98736@plum.flirble.org>
37822      Branch: metaconfig
37823            ! U/compline/d_stdstdio.U
37824      Branch: perl
37825            ! Configure config_h.SH
37826 ____________________________________________________________________________
37827 [  7606] By: jhi                                   on 2000/11/08  16:43:31
37828         Log: Forgot to bump the line numbers in #7601.
37829      Branch: perl
37830            ! t/pragma/warn/pp_sys
37831 ____________________________________________________________________________
37832 [  7605] By: jhi                                   on 2000/11/08  16:39:12
37833         Log: More careful detection of how well NVs and UVs mix.
37834              
37835              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))
37836              From: Nicholas Clark <nick@ccl4.org>
37837              Date: Wed, 8 Nov 2000 15:14:12 +0000
37838              Message-ID: <20001108151412.B98736@plum.flirble.org>
37839              
37840              Added some SIGFPE paranoia.
37841      Branch: metaconfig/U/perl
37842            ! perlxv.U
37843      Branch: perl
37844            ! Configure config_h.SH
37845 ____________________________________________________________________________
37846 [  7604] By: jhi                                   on 2000/11/08  14:39:10
37847         Log: Subject: [patch perl@7595] VMS configure.com tweak
37848              From: "Craig A. Berry" <craigberry@mac.com>
37849              Date: Wed, 8 Nov 2000 00:24:12 -0600
37850              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
37851      Branch: perl
37852            ! configure.com
37853 ____________________________________________________________________________
37854 [  7603] By: jhi                                   on 2000/11/08  14:27:11
37855         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
37856              From: Robin Barker <rmb1@cise.npl.co.uk>
37857              Date: Wed, 8 Nov 2000 11:11:39 GMT
37858              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
37859      Branch: perl
37860            ! perlio.c
37861 ____________________________________________________________________________
37862 [  7602] By: jhi                                   on 2000/11/08  14:25:03
37863         Log: Fix for the tie-refhash string table leaks.
37864              
37865              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
37866              Date: Wed, 8 Nov 2000 13:03:04 GMT
37867              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
37868      Branch: perl
37869            ! t/lib/tie-refhash.t
37870 ____________________________________________________________________________
37871 [  7601] By: jhi                                   on 2000/11/08  14:21:08
37872         Log: Try to avoid flockless and emulationless places.
37873      Branch: perl
37874            ! t/pragma/warn/pp_sys
37875 ____________________________________________________________________________
37876 [  7600] By: jhi                                   on 2000/11/08  02:28:54
37877         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
37878              
37879              Subject: [PATCH] prototyped functions that should be overrideable
37880              From: "Casey R. Tweten" <crt@kiski.net>
37881              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
37882              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
37883      Branch: perl
37884            ! toke.c
37885 ____________________________________________________________________________
37886 [  7599] By: jhi                                   on 2000/11/08  01:12:05
37887         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
37888              
37889              Subject: [PATCH] perlbug.PL
37890              From: "Kurt D. Starsinic" <kstar@chapin.edu>
37891              Date: Mon, 6 Nov 2000 21:39:01 -0500
37892              Message-ID: <20001106213901.B20955@O2.chapin.edu>
37893      Branch: perl
37894            ! utils/perlbug.PL
37895 ____________________________________________________________________________
37896 [  7598] By: jhi                                   on 2000/11/07  23:42:00
37897         Log: Bad thinko in #7581 (I used the test program with the expanded
37898              values as-is).
37899      Branch: metaconfig
37900            ! U/compline/d_stdstdio.U
37901      Branch: perl
37902            ! Configure
37903 ____________________________________________________________________________
37904 [  7597] By: jhi                                   on 2000/11/07  21:43:29
37905         Log: Subject: [PATCH perl@7573] cygwin port
37906              From: "Fifer, Eric" <EFifer@sanwaint.com>
37907              Date: Tue, 7 Nov 2000 18:08:51 -0000 
37908              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
37909              
37910              Synchronize with Cygwin 1.1.5.
37911      Branch: perl
37912            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
37913            ! pod/perlport.pod unixish.h util.c
37914 ____________________________________________________________________________
37915 [  7596] By: jhi                                   on 2000/11/07  21:39:25
37916         Log: perlhack updates from H.Merijn Brand.
37917      Branch: perl
37918            ! pod/perlhack.pod
37919 ____________________________________________________________________________
37920 [  7595] By: jhi                                   on 2000/11/07  20:21:41
37921         Log: Update Changes.
37922      Branch: perl
37923            ! Changes patchlevel.h
37924 ____________________________________________________________________________
37925 [  7594] By: jhi                                   on 2000/11/07  19:18:58
37926         Log: Be more robust in Dynaloader.pm.
37927      Branch: perl
37928            ! ext/DynaLoader/DynaLoader_pm.PL
37929 ____________________________________________________________________________
37930 [  7593] By: jhi                                   on 2000/11/07  16:49:31
37931         Log: AUTHORS update.
37932      Branch: perl
37933            ! AUTHORS
37934 ____________________________________________________________________________
37935 [  7592] By: gsar                                  on 2000/11/07  16:39:51
37936         Log: normalize relative paths in virtualized current directory on windows,
37937              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
37938              returns)
37939      Branch: perl
37940            ! win32/vdir.h
37941 ____________________________________________________________________________
37942 [  7591] By: jhi                                   on 2000/11/07  16:04:26
37943         Log: Too profiler-happy: with optimization the #7590 actually makes
37944              the test to run 0.5% _slower_.  Requires much more instrumentation.
37945              Retract #7590.
37946      Branch: perl
37947            ! regcomp.c regcomp.h
37948 ____________________________________________________________________________
37949 [  7590] By: jhi                                   on 2000/11/07  15:51:13
37950         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
37951              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
37952              by using memset() and testing bytewise (as opposed to bitwise).
37953      Branch: perl
37954            ! regcomp.c regcomp.h
37955 ____________________________________________________________________________
37956 [  7589] By: jhi                                   on 2000/11/07  12:56:39
37957         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
37958              From: "Craig A. Berry" <craig.berry@psinetcs.com>
37959              Date: Mon, 06 Nov 2000 23:45:30 -0500
37960              Message-Id: <0011079735.AA973576259@univpress.com>
37961      Branch: perl
37962            ! configure.com t/lib/st-lock.t
37963 ____________________________________________________________________________
37964 [  7588] By: jhi                                   on 2000/11/07  01:03:28
37965         Log: Tweak #7587.
37966      Branch: perl
37967            ! pod/perldiag.pod
37968 ____________________________________________________________________________
37969 [  7587] By: jhi                                   on 2000/11/07  01:00:27
37970         Log: A doc addition for bug id 20001105.019, beware \p.
37971      Branch: perl
37972            ! pod/perldiag.pod
37973 ____________________________________________________________________________
37974 [  7586] By: jhi                                   on 2000/11/07  00:32:22
37975         Log: Fake support of holey files in win/dosish platforms.
37976              
37977              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
37978              From: kipp@shonanblue.ne.jp
37979              Date: Mon, 6 Nov 2000 13:30:55 -0800
37980              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
37981      Branch: perl
37982            ! ext/SDBM_File/sdbm/sdbm.c
37983 ____________________________________________________________________________
37984 [  7585] By: jhi                                   on 2000/11/07  00:12:54
37985         Log: Subject: Pod updates
37986              From: "Stephen P. Potter" <spp@spotter.yi.org>
37987              Date: Mon, 06 Nov 2000 18:56:43 -0500
37988              Message-Id: <200011062357.SAA18173@spotter.yi.org>
37989      Branch: perl
37990            ! README.dos README.os2 README.win32 pod/buildtoc.PL
37991            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
37992            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
37993            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
37994            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
37995            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
37996            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
37997            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
37998            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
37999            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
38000            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
38001            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
38002            ! pod/perltootc.pod pod/perlunicode.pod
38003 ____________________________________________________________________________
38004 [  7584] By: jhi                                   on 2000/11/07  00:04:17
38005         Log: Varargs don't always work too well if one puts an unsigned
38006              char on the stack and pop an unsigned quad off the stack.
38007              
38008              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
38009              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
38010              Date: Mon, 06 Nov 2000 15:19:05 -0800
38011              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
38012      Branch: perl
38013            ! utf8.c
38014 ____________________________________________________________________________
38015 [  7583] By: jhi                                   on 2000/11/06  23:58:48
38016         Log: %ENV note tweaks from Dan Sugalski.
38017      Branch: perl
38018            ! pod/perlport.pod vms/perlvms.pod
38019 ____________________________________________________________________________
38020 [  7582] By: jhi                                   on 2000/11/06  23:05:49
38021         Log: glibc5 detection by __GNU_LIBRARY__.
38022      Branch: perl
38023            ! toke.c
38024 ____________________________________________________________________________
38025 [  7581] By: jhi                                   on 2000/11/06  22:51:29
38026         Log: Make the stdio test program of 7427 less noisy while being 
38027              compiled so that Digital UNIX wouldn't get both
38028              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
38029              undefined.  This makes perlio happy.
38030      Branch: metaconfig
38031            ! U/compline/d_stdstdio.U
38032      Branch: perl
38033            ! Configure config_h.SH
38034 ____________________________________________________________________________
38035 [  7580] By: jhi                                   on 2000/11/06  22:41:41
38036         Log: Document %ENV = () portability issues.
38037      Branch: perl
38038            ! pod/perlport.pod vms/perlvms.pod
38039 ____________________________________________________________________________
38040 [  7579] By: jhi                                   on 2000/11/06  21:29:24
38041         Log: VOS updates from Paul Green.
38042      Branch: perl
38043            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
38044 ____________________________________________________________________________
38045 [  7578] By: jhi                                   on 2000/11/06  21:00:40
38046         Log: Sanitize the environment further.
38047      Branch: perl
38048            ! t/pragma/locale.t
38049 ____________________________________________________________________________
38050 [  7577] By: jhi                                   on 2000/11/06  20:53:51
38051         Log: Re-introduce 7552 lost in integration.
38052      Branch: perl
38053            ! perlio.c
38054 ____________________________________________________________________________
38055 [  7576] By: jhi                                   on 2000/11/06  20:33:46
38056         Log: Admit that the test leaks scalars.
38057      Branch: perl
38058            ! t/comp/proto.t
38059 ____________________________________________________________________________
38060 [  7575] By: jhi                                   on 2000/11/06  20:17:08
38061         Log: Integrate perlio.
38062      Branch: perl
38063           !> perlio.c
38064 ____________________________________________________________________________
38065 [  7574] By: nick                                  on 2000/11/06  20:07:28
38066         Log: Remove debug. Try (Mmap_t) on madvise() call.
38067      Branch: perlio
38068            ! perlio.c
38069 ____________________________________________________________________________
38070 [  7573] By: jhi                                   on 2000/11/06  13:56:05
38071         Log: Update Changes.
38072      Branch: perl
38073            ! Changes patchlevel.h
38074 ____________________________________________________________________________
38075 [  7572] By: jhi                                   on 2000/11/06  13:48:41
38076         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
38077              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
38078              Date: Mon, 06 Nov 2000 10:11:42 +0100
38079              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
38080      Branch: perl
38081            ! pod/perlhack.pod
38082 ____________________________________________________________________________
38083 [  7571] By: jhi                                   on 2000/11/06  01:45:51
38084         Log: AUTHORS updates.
38085      Branch: perl
38086            ! AUTHORS
38087 ____________________________________________________________________________
38088 [  7570] By: jhi                                   on 2000/11/06  00:18:00
38089         Log: Fix for
38090              
38091              Subject: [ID 20000728.005] perl -P broken
38092              From: David Dyck <dcd@tc.fluke.com>
38093              Date: Fri, 28 Jul 2000 17:19:16 -0700
38094              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
38095              
38096              (hopefully).  The fix is also not complete, it seems to break
38097              BOM swallowing for libc5 systems, but until someone figures
38098              out a way to do this without ftell(), this will do.
38099      Branch: perl
38100            ! toke.c
38101 ____________________________________________________________________________
38102 [  7569] By: jhi                                   on 2000/11/06  00:05:30
38103         Log: Document that the evaled syntax errors cause scalar leaks.
38104      Branch: perl
38105            ! t/comp/proto.t
38106 ____________________________________________________________________________
38107 [  7568] By: jhi                                   on 2000/11/05  23:14:47
38108         Log: opmini.o can linger from Configures past.
38109      Branch: perl
38110            ! Makefile.SH
38111 ____________________________________________________________________________
38112 [  7567] By: jhi                                   on 2000/11/05  21:28:39
38113         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
38114              first argument correctly.
38115      Branch: perl
38116            ! perlio.c
38117 ____________________________________________________________________________
38118 [  7566] By: jhi                                   on 2000/11/05  21:15:56
38119         Log: Integrate perlio.
38120      Branch: perl
38121           !> perlio.c
38122 ____________________________________________________________________________
38123 [  7565] By: jhi                                   on 2000/11/05  21:15:13
38124         Log: Use -dM for gcc (the suggested patch did it only for Linux,
38125              but I think it can be generalized).
38126              
38127              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
38128              From: Pixel <pixel@mandrakesoft.com>
38129              Date: 05 Nov 2000 21:49:34 +0100 
38130              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
38131      Branch: perl
38132            ! ext/Errno/Errno_pm.PL
38133 ____________________________________________________________________________
38134 [  7564] By: nick                                  on 2000/11/05  21:09:18
38135         Log: Added a mmap layer as a "subclass" of perlio.
38136              PERLIO=mmap ./perl harness passes
38137      Branch: perlio
38138            ! perlio.c
38139 ____________________________________________________________________________
38140 [  7563] By: jhi                                   on 2000/11/05  19:48:55
38141         Log: Add a note for future generations about bug id 20000229.006.
38142      Branch: perl
38143            ! malloc.c
38144 ____________________________________________________________________________
38145 [  7562] By: jhi                                   on 2000/11/05  19:38:24
38146         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
38147      Branch: perl
38148            ! pp_ctl.c t/op/pos.t
38149 ____________________________________________________________________________
38150 [  7561] By: jhi                                   on 2000/11/05  18:21:46
38151         Log: Add =pod to be tidy.
38152      Branch: perl
38153            ! lib/Math/Complex.pm
38154 ____________________________________________________________________________
38155 [  7560] By: jhi                                   on 2000/11/05  17:38:46
38156         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
38157      Branch: perl
38158            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
38159            ! ext/Storable/Storable.xs t/lib/st-recurse.t
38160 ____________________________________________________________________________
38161 [  7559] By: jhi                                   on 2000/11/05  17:32:59
38162         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
38163              From: "Peter J. Farley III" <pjfarley@banet.net>
38164              Date: Sun, 05 Nov 2000 11:55:59 -0500
38165              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
38166      Branch: perl
38167            ! t/lib/syslog.t
38168 ____________________________________________________________________________
38169 [  7558] By: jhi                                   on 2000/11/05  17:29:19
38170         Log: Integrate perlio.
38171      Branch: perl
38172           !> perlio.c
38173 ____________________________________________________________________________
38174 [  7557] By: jhi                                   on 2000/11/05  17:22:01
38175         Log: A fix of sorts for 20000329.026, a better error message
38176              for a missing "use charnames" when using the \N{...}. 
38177      Branch: perl
38178            ! pod/perldiag.pod toke.c
38179 ____________________________________________________________________________
38180 [  7556] By: jhi                                   on 2000/11/05  16:33:50
38181         Log: Test tweak: show also the failed locales.
38182              
38183              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
38184              From: Lupe Christoph <lupe@lupe-christoph.de>         
38185              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
38186              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
38187      Branch: perl
38188            ! t/pragma/locale.t
38189 ____________________________________________________________________________
38190 [  7555] By: nick                                  on 2000/11/05  11:09:34
38191         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
38192              open RDWR so does not fail. (pragma/warnings 303 again...)
38193      Branch: perlio
38194            ! perlio.c
38195 ____________________________________________________________________________
38196 [  7554] By: nick                                  on 2000/11/05  10:10:13
38197         Log: Fix case where ungetc(f,EOF) was allowed.
38198              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
38199              so we can see similarities.
38200              Use types more carefully and a STDCHAR array in hope that this will
38201              fix Jarrko's 64bit machine.
38202      Branch: perlio
38203            ! perlio.c
38204 ____________________________________________________________________________
38205 [  7553] By: jhi                                   on 2000/11/05  01:12:16
38206         Log: Fix for
38207              
38208              Subject: [ID 20001004.007] taint propogation is inconsistent
38209              From: pimlott@idiomtech.com (Andrew Pimlott) 
38210              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
38211              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
38212              
38213              The culprit was sv_setsv() which was rather blindly
38214              propagating taint, which lead to behaviour where if
38215              a tainted anon hash value was seen all the hash values
38216              from then on at that level became tainted, or at any
38217              upper levels in the case of nested anon hashes.
38218      Branch: perl
38219            ! sv.c t/op/taint.t
38220 ____________________________________________________________________________
38221 [  7552] By: jhi                                   on 2000/11/04  23:44:18
38222         Log: Some cpps don't like splitting conditionals across several lines.
38223      Branch: perl
38224            ! perlio.c
38225 ____________________________________________________________________________
38226 [  7551] By: nick                                  on 2000/11/04  23:40:44
38227         Log: Integrate mainline
38228      Branch: perlio
38229           !> pp_hot.c t/op/taint.t
38230 ____________________________________________________________________________
38231 [  7550] By: nick                                  on 2000/11/04  23:39:05
38232         Log: Integrate mainline again
38233      Branch: perlio
38234           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
38235           !> t/lib/b.t t/op/misc.t util.c
38236 ____________________________________________________________________________
38237 [  7549] By: jhi                                   on 2000/11/04  23:14:01
38238         Log: Fix for
38239              
38240              Subject: [ID 20001004.006] undef is never tainted
38241              From: pimlott@idiomtech.com (Andrew Pimlott)
38242              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
38243              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
38244              
38245              An undef read from a slurped file was not tainted.
38246      Branch: perl
38247            ! pp_hot.c t/op/taint.t
38248 ____________________________________________________________________________
38249 [  7548] By: jhi                                   on 2000/11/04  22:56:21
38250         Log: Test tweak ($Config{useperlio} is by default undef) .
38251      Branch: perl
38252            ! t/lib/b.t
38253 ____________________________________________________________________________
38254 [  7547] By: jhi                                   on 2000/11/04  22:43:56
38255         Log: Integrate perlio.
38256      Branch: perl
38257           +> lib/perlio.pm
38258           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
38259           !> pod/perlapi.pod t/lib/b.t
38260 ____________________________________________________________________________
38261 [  7546] By: jhi                                   on 2000/11/04  22:40:59
38262         Log: Configure would use a bad $myuname from an old config.sh.
38263              
38264              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
38265              From: Andy Dougherty <doughera@lafayette.edu>
38266              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
38267              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
38268      Branch: metaconfig
38269            ! U/modified/Oldconfig.U
38270      Branch: perl
38271            ! Configure config_h.SH
38272 ____________________________________________________________________________
38273 [  7545] By: jhi                                   on 2000/11/04  22:36:54
38274         Log: Subject: Locales support (setlocale) fixes
38275              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
38276              Date: Sat, 4 Nov 2000 10:15:48 +0300 
38277              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
38278              
38279              Modified quite a bit to be more portable.
38280      Branch: perl
38281            ! embed.h embed.pl perl.h proto.h util.c
38282 ____________________________________________________________________________
38283 [  7544] By: jhi                                   on 2000/11/04  22:32:47
38284         Log: Dying is too strict here, better just skip.
38285      Branch: perl
38286            ! t/op/misc.t
38287 ____________________________________________________________________________
38288 [  7543] By: nick                                  on 2000/11/04  21:55:13
38289         Log: Merge mainline
38290      Branch: perlio
38291           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
38292           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
38293           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
38294           !> (integrate 64 files)
38295 ____________________________________________________________________________
38296 [  7542] By: jhi                                   on 2000/11/04  21:09:28
38297         Log: More Changes tweakery.
38298      Branch: perl
38299            ! Changes Porting/genlog
38300 ____________________________________________________________________________
38301 [  7541] By: jhi                                   on 2000/11/04  20:58:18
38302         Log: Changes fixups.
38303      Branch: perl
38304            ! Changes
38305 ____________________________________________________________________________
38306 [  7540] By: jhi                                   on 2000/11/04  20:42:38
38307         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
38308              create a "fast path" for locale name probing using "locale -a"
38309              if available, squash finally hopefully the s?printf resetting
38310              the numeric locale (since, IIUC perllocale, it never shouldn't). 
38311      Branch: perl
38312            ! sv.c t/op/misc.t t/pragma/locale.t
38313 ____________________________________________________________________________
38314 [  7539] By: nick                                  on 2000/11/04  19:56:10
38315         Log: PerlIO infrastructure complete.
38316      Branch: perlio
38317            + lib/perlio.pm
38318            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
38319 ____________________________________________________________________________
38320 [  7538] By: nick                                  on 2000/11/04  14:31:32
38321         Log: Type tweaks + less contorted allocation scheme
38322      Branch: perlio
38323            ! perlio.c
38324 ____________________________________________________________________________
38325 [  7537] By: nick                                  on 2000/11/04  12:40:42
38326         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
38327              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
38328              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
38329              sensible) which lead to some interesting fails.
38330      Branch: perlio
38331            ! perlio.c
38332 ____________________________________________________________________________
38333 [  7536] By: jhi                                   on 2000/11/04  00:20:02
38334         Log: Add FCNTL_CAN_LOCK.
38335              
38336              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
38337              From: Andy Dougherty <doughera@lafayette.edu>
38338              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
38339              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
38340              
38341              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
38342              From: Andy Dougherty <doughera@lafayette.edu>
38343              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
38344              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
38345      Branch: metaconfig/U/perl
38346            + d_fcntl_can_lock.U
38347            ! startperl.U
38348      Branch: perl
38349            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
38350            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
38351            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
38352            ! vos/config.ga.h win32/config.bc win32/config.gc
38353            ! win32/config.vc
38354 ____________________________________________________________________________
38355 [  7535] By: nick                                  on 2000/11/03  22:19:10
38356         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
38357              - Works on Linux with
38358              perlio + unix
38359              stdio
38360              - Works on Solaris with
38361              perlio + unix
38362              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
38363              - Fails (hangs in openpid) if you try and stack
38364              perlio + stdio - Linux stdio's read() logic is hanging.
38365      Branch: perlio
38366            ! iperlsys.h perlio.c
38367 ____________________________________________________________________________
38368 [  7534] By: jhi                                   on 2000/11/03  15:16:02
38369         Log: Subject: Re: README.aix
38370              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
38371              Date: Fri, 03 Nov 2000 16:03:15 +0100
38372              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
38373      Branch: perl
38374            ! README.aix
38375 ____________________________________________________________________________
38376 [  7533] By: jhi                                   on 2000/11/03  03:59:02
38377         Log: Subject: [PATCH 5.7.0] better messages from malloc()
38378              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38379              Date: Wed, 1 Nov 2000 23:39:56 -0500
38380              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
38381      Branch: perl
38382            ! malloc.c pod/perldiag.pod
38383 ____________________________________________________________________________
38384 [  7532] By: jhi                                   on 2000/11/03  00:11:56
38385         Log: The #7521 touched things it shouldn't have.
38386      Branch: perl
38387            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
38388 ____________________________________________________________________________
38389 [  7531] By: jhi                                   on 2000/11/02  22:32:33
38390         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
38391              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
38392              Date:     Thu, 2 Nov 2000 16:58:36 EST
38393              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
38394      Branch: perl
38395            ! vms/gen_shrfls.pl
38396 ____________________________________________________________________________
38397 [  7530] By: jhi                                   on 2000/11/02  22:08:49
38398         Log: Fix the problem discussed in
38399              
38400              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
38401              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
38402              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
38403              
38404              originally from Linc Madison.  Also Andreas König's comments
38405              taken into account.  Some other problems with Tie::SubstrHash
38406              fixed: didn't croak when the table exceeded the requested number
38407              of entries (as documented) but instead when the number of entries
38408              exceeded the size of the table, a croak() had an unnecessary \n,
38409              didn't have a CLEAR method, documented that there is no exists().
38410              Didn't fix to be strict-proof because the module uses &foo; and
38411              dynamic scope.  Added a test script exercizing both first tamely 
38412              the basic functionality, and then the failure cases reported by
38413              Linc Madison.
38414      Branch: perl
38415            + t/lib/tie-substrhash.t
38416            ! MANIFEST lib/Tie/SubstrHash.pm
38417 ____________________________________________________________________________
38418 [  7529] By: jhi                                   on 2000/11/02  17:58:08
38419         Log: recv() can fail and return undef.
38420              
38421              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
38422              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
38423              Date: Thu, 2 Nov 2000 20:12:20 +0300
38424              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
38425      Branch: perl
38426            ! lib/Net/Ping.pm
38427 ____________________________________________________________________________
38428 [  7528] By: jhi                                   on 2000/11/02  17:49:09
38429         Log: Detpyo.
38430      Branch: perl
38431            ! pod/perlop.pod
38432 ____________________________________________________________________________
38433 [  7527] By: jhi                                   on 2000/11/02  15:48:37
38434         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
38435              fix a autovivification bug in Tie::RefHash, add tests for both.
38436              
38437              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
38438              From: Edward Avis <epa98@doc.ic.ac.uk>
38439              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
38440              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
38441      Branch: perl
38442            + t/lib/tie-refhash.t
38443            ! MANIFEST lib/Tie/RefHash.pm
38444 ____________________________________________________________________________
38445 [  7526] By: jhi                                   on 2000/11/02  13:56:26
38446         Log: Test::Harness revealed buglets in the new DynaLoader.
38447              
38448              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
38449              From: andreas.koenig@anima.de (Andreas J. Koenig)
38450              Date: 02 Nov 2000 11:26:48 +0100 
38451              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
38452      Branch: perl
38453            ! ext/DynaLoader/DynaLoader_pm.PL
38454 ____________________________________________________________________________
38455 [  7525] By: jhi                                   on 2000/11/01  23:52:08
38456         Log: The entry for #7503 was missing.
38457      Branch: perl
38458            ! Changes
38459 ____________________________________________________________________________
38460 [  7524] By: jhi                                   on 2000/11/01  23:40:52
38461         Log: Update Changes.
38462      Branch: perl
38463            ! Changes patchlevel.h
38464 ____________________________________________________________________________
38465 [  7523] By: jhi                                   on 2000/11/01  22:57:09
38466         Log: More tweaking on the #7522 theme.
38467      Branch: perl
38468            ! ext/DynaLoader/DynaLoader_pm.PL
38469 ____________________________________________________________________________
38470 [  7522] By: jhi                                   on 2000/11/01  22:06:15
38471         Log: Expand %Config variables and %ENV variables only if
38472              so requested during build time using the
38473              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
38474              Not expanding makes relocating distributions easier.
38475      Branch: perl
38476            ! ext/DynaLoader/DynaLoader_pm.PL
38477 ____________________________________________________________________________
38478 [  7521] By: jhi                                   on 2000/11/01  20:56:34
38479         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
38480              and setgid() because they were just changing $< and $( which means
38481              only changing the real uid/gid, as opposed to changing both
38482              real and effective ids.  (The alternative way could have been
38483              in POSIX.pm to change $> and $), too, but making a direct call
38484              to the C API feels cleaner.)  Fixes the bug
38485              
38486              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
38487              From: "Garry T. Williams" <garry@zvolve.com>
38488              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
38489              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
38490      Branch: perl
38491            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
38492            ! ext/POSIX/typemap pod/perlvar.pod
38493 ____________________________________________________________________________
38494 [  7520] By: jhi                                   on 2000/11/01  20:08:33
38495         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
38496              From: "Garry T. Williams" <garry@zvolve.com>
38497              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
38498              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
38499      Branch: perl
38500            ! pod/perlsec.pod
38501 ____________________________________________________________________________
38502 [  7519] By: jhi                                   on 2000/11/01  20:01:22
38503         Log: Locale warning explanation tweak.
38504      Branch: perl
38505            ! pod/perldiag.pod
38506 ____________________________________________________________________________
38507 [  7518] By: jhi                                   on 2000/11/01  18:57:13
38508         Log: C.pm part of
38509              
38510              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
38511              From: Jarkko Hietaniemi <jhi@iki.fi>
38512              Date: Tue, 10 Oct 2000 08:22:28 -0500
38513              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
38514      Branch: perl
38515            ! ext/B/B/C.pm
38516 ____________________________________________________________________________
38517 [  7517] By: jhi                                   on 2000/11/01  18:41:59
38518         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
38519              From: Martien Verbruggen <mgjv@comdyn.com.au>
38520              Date: Fri, 6 Oct 2000 14:09:10 +1100
38521              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
38522      Branch: perl
38523            ! pod/perlop.pod
38524 ____________________________________________________________________________
38525 [  7516] By: jhi                                   on 2000/11/01  18:34:55
38526         Log: Generalize the Camel wording.
38527              
38528              Subject: Re: perlfaq style changes
38529              From: John Borwick <jhborwic@unity.ncsu.edu>
38530              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
38531              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
38532      Branch: perl
38533            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
38534 ____________________________________________________________________________
38535 [  7515] By: jhi                                   on 2000/11/01  16:52:31
38536         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
38537              From: pimlott@idiomtech.com (Andrew Pimlott)
38538              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
38539              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
38540      Branch: perl
38541            ! pod/perlsec.pod
38542 ____________________________________________________________________________
38543 [  7514] By: jhi                                   on 2000/11/01  15:03:40
38544         Log: More AIX lore.
38545      Branch: perl
38546            ! ext/re/hints/aix.pl
38547 ____________________________________________________________________________
38548 [  7513] By: jhi                                   on 2000/11/01  14:48:30
38549         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
38550              From: root <root@chronos.fi.muni.cz>
38551              Date: Wed, 1 Nov 2000 12:31:32 +0100
38552              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
38553      Branch: perl
38554            ! lib/Net/Ping.pm
38555 ____________________________________________________________________________
38556 [  7512] By: jhi                                   on 2000/11/01  14:46:47
38557         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
38558              From: Martin Husemann <martin@duskware.de>
38559              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
38560              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
38561      Branch: perl
38562            ! regcomp.c
38563 ____________________________________________________________________________
38564 [  7511] By: jhi                                   on 2000/11/01  14:39:50
38565         Log: AUTHORS updates.
38566      Branch: perl
38567            ! AUTHORS
38568 ____________________________________________________________________________
38569 [  7510] By: jhi                                   on 2000/11/01  14:29:50
38570         Log: Subject: [PATCH] startperl to respect versiononly
38571              From: Robin Barker <rmb1@cise.npl.co.uk> 
38572              Date: Tue, 31 Oct 2000 16:29:36 GMT
38573              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
38574      Branch: metaconfig/U/perl
38575            ! startperl.U
38576      Branch: perl
38577            ! Configure config_h.SH
38578 ____________________________________________________________________________
38579 [  7509] By: jhi                                   on 2000/11/01  14:19:53
38580         Log: printf UVs the correct way, noticed by Robin Barker.
38581      Branch: perl
38582            ! utf8.c
38583 ____________________________________________________________________________
38584 [  7508] By: jhi                                   on 2000/11/01  14:10:03
38585         Log: Do not cleanup *% because the % has special meanings in some
38586              shell environments.
38587      Branch: perl
38588            ! ext/Storable/Makefile.PL
38589 ____________________________________________________________________________
38590 [  7507] By: jhi                                   on 2000/11/01  14:06:00
38591         Log: The NonStop-UX libraries have a novel way to say NaN.
38592      Branch: perl
38593            ! t/lib/bigfltpm.t
38594 ____________________________________________________________________________
38595 [  7506] By: jhi                                   on 2000/11/01  14:03:35
38596         Log: The osname has been lowercased by now, from Tom Bates.
38597      Branch: metaconfig
38598            ! U/modified/Oldconfig.U
38599      Branch: perl
38600            ! Configure config_h.SH
38601 ____________________________________________________________________________
38602 [  7505] By: jhi                                   on 2000/10/31  19:18:39
38603         Log: The compiler is either gcc or cc, from Tom Bates.
38604      Branch: perl
38605            ! hints/nonstopux.sh
38606 ____________________________________________________________________________
38607 [  7504] By: jhi                                   on 2000/10/31  14:53:42
38608         Log: Update Changes.
38609      Branch: perl
38610            ! Changes patchlevel.h
38611 ____________________________________________________________________________
38612 [  7503] By: jhi                                   on 2000/10/31  14:30:50
38613         Log: Whitespace style tweak.  Was originally going to see to
38614              
38615              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
38616              From: Joe Smith <jms@inwap.com>
38617              Date: Mon, 30 Oct 2000 18:47:57 -0800
38618              Message-Id: <39FE32DD.24AAC4D@inwap.com>
38619              
38620              but that had already been taken care of.
38621      Branch: metaconfig
38622            ! U/compline/d_stdstdio.U
38623      Branch: perl
38624            ! Configure config_h.SH
38625 ____________________________________________________________________________
38626 [  7502] By: jhi                                   on 2000/10/31  14:25:02
38627         Log: AUTHORS tweaks.
38628      Branch: perl
38629            ! AUTHORS
38630 ____________________________________________________________________________
38631 [  7501] By: jhi                                   on 2000/10/31  14:23:59
38632         Log: Subject: perlfaq style changes
38633              From: John Borwick <jhborwic@unity.ncsu.edu>
38634              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
38635              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
38636      Branch: perl
38637            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
38638            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
38639            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
38640            ! pod/perlfaq9.pod
38641 ____________________________________________________________________________
38642 [  7500] By: jhi                                   on 2000/10/31  14:22:15
38643         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
38644              
38645              Subject: Re: [ID 20000918.005] ~ on wide chars
38646              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
38647              Date: Mon, 30 Oct 2000 21:09:55 -0800
38648              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
38649              
38650              (The ord() part of the patch skipped.)
38651      Branch: perl
38652            ! doop.c
38653 ____________________________________________________________________________
38654 [  7499] By: jhi                                   on 2000/10/31  14:20:08
38655         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
38656              From: Jens Hamisch <jens@Strawberry.COM>
38657              Date: Mon, 30 Oct 2000 15:17:07 +0100
38658              Message-Id: <20001030151707.A9597@Strawberry.COM>
38659      Branch: perl
38660            ! av.c
38661 ____________________________________________________________________________
38662 [  7498] By: jhi                                   on 2000/10/31  14:16:29
38663         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
38664              From: Peter Prymmer <pvhp@forte.com>
38665              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
38666              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
38667      Branch: perl
38668            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
38669            + ext/Encode/Encode/posix-bc.enc
38670            ! MANIFEST t/lib/encode.t
38671 ____________________________________________________________________________
38672 [  7497] By: jhi                                   on 2000/10/31  14:13:22
38673         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
38674              From: Peter Prymmer <pvhp@forte.com>
38675              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
38676              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
38677      Branch: perl
38678            ! t/lib/cgi-html.t
38679 ____________________________________________________________________________
38680 [  7496] By: jhi                                   on 2000/10/31  14:12:05
38681         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
38682              From: Peter Prymmer <pvhp@forte.com>
38683              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
38684              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
38685      Branch: perl
38686            ! t/lib/cgi-function.t
38687 ____________________________________________________________________________
38688 [  7495] By: jhi                                   on 2000/10/31  14:11:08
38689         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
38690              From: Peter Prymmer <pvhp@forte.com>
38691              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
38692              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
38693      Branch: perl
38694            + ext/re/hints/aix.pl
38695            ! MANIFEST ext/re/Makefile.PL
38696 ____________________________________________________________________________
38697 [  7494] By: jhi                                   on 2000/10/31  14:08:32
38698         Log: Use Errno magic.
38699              
38700              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
38701              From: Casey Tweten <perl@ctweten.amsite.com>
38702              Date: Mon, 30 Oct 2000 15:51:17 -0500
38703              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
38704      Branch: perl
38705            ! lib/File/Temp.pm
38706 ____________________________________________________________________________
38707 [  7493] By: jhi                                   on 2000/10/31  14:05:07
38708         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
38709              
38710              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
38711              From: Nicholas Clark <nick@ccl4.org>
38712              Date: Mon, 30 Oct 2000 17:38:45 +0000
38713              Message-ID: <20001030173845.O60355@plum.flirble.org>
38714      Branch: perl
38715            ! Makefile.SH utils/perlbug.PL
38716 ____________________________________________________________________________
38717 [  7492] By: nick                                  on 2000/10/30  19:37:23
38718         Log: Change files which are mysteriously different to mainline to be
38719              copies of mainline.
38720      Branch: perlio
38721            ! objXSUB.h perlapi.c pod/perlapi.pod
38722 ____________________________________________________________________________
38723 [  7491] By: nick                                  on 2000/10/30  18:05:54
38724         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
38725              - typo in endian code in putc.
38726              - Don't allow read of write-only files and vice-versa
38727              - and off-by-one in flush-all loop.
38728              Remove debug calls as they were using GCC specific features.
38729      Branch: perlio
38730            ! perlio.c
38731 ____________________________________________________________________________
38732 [  7490] By: nick                                  on 2000/10/29  21:45:45
38733         Log: Integrate mainline to perlio
38734      Branch: perlio
38735           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
38736           !> toke.c
38737 ____________________________________________________________________________
38738 [  7489] By: jhi                                   on 2000/10/29  21:11:08
38739         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
38740              From: andreas.koenig@anima.de (Andreas J. Koenig)
38741              Date: 29 Oct 2000 22:05:59 +0100
38742              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
38743      Branch: perl
38744            ! lib/ExtUtils/Manifest.pm
38745 ____________________________________________________________________________
38746 [  7488] By: jhi                                   on 2000/10/29  21:07:47
38747         Log: Tests for #7487.
38748              
38749              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
38750              From: andreas.koenig@anima.de (Andreas J. Koenig)
38751              Date: 29 Oct 2000 19:37:09 +0100
38752              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
38753      Branch: perl
38754            ! t/comp/proto.t
38755 ____________________________________________________________________________
38756 [  7487] By: jhi                                   on 2000/10/29  21:06:27
38757         Log: constsub spillage.
38758              
38759              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
38760              From: John Tobey <jtobey@john-edwin-tobey.org>
38761              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
38762              Message-Id: <m13pvSr-000FObC@feynman.localnet>
38763      Branch: perl
38764            ! op.c
38765 ____________________________________________________________________________
38766 [  7486] By: nick                                  on 2000/10/29  21:05:04
38767         Log: Integrate mainline to perlio branch
38768      Branch: perlio
38769           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
38770           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
38771           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
38772           +> vos/install_perl.cm
38773            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
38774            - vos/config.h vos/config_h.SH_orig
38775           !> (integrate 141 files)
38776 ____________________________________________________________________________
38777 [  7485] By: jhi                                   on 2000/10/29  21:00:47
38778         Log: Make \x{...} consistently produce UTF-8.
38779              
38780              Subject: Re: \x{...} is confused 
38781              From: Simon Cozens <simon@cozens.net>
38782              Date: Sun, 29 Oct 2000 19:36:48 +0000
38783              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
38784      Branch: perl
38785            ! t/pragma/utf8.t toke.c
38786 ____________________________________________________________________________
38787 [  7484] By: nick                                  on 2000/10/29  20:05:29
38788         Log: PerlIO passes all tests.
38789      Branch: perlio
38790            ! perlio.c
38791 ____________________________________________________________________________
38792 [  7483] By: jhi                                   on 2000/10/29  18:06:55
38793         Log: Update Changes.
38794      Branch: perl
38795            ! Changes patchlevel.h
38796 ____________________________________________________________________________
38797 [  7482] By: nick                                  on 2000/10/29  17:43:28
38798         Log: Include <unistd.h> to get correct lseek() prototype etc.
38799              (I thought perl.h did that) - down to two fails
38800              - comp/require.t (last test)
38801              - lib/io_xs.t - possibly import/export of FILE * ?
38802      Branch: perlio
38803            ! perlio.c
38804 ____________________________________________________________________________
38805 [  7481] By: jhi                                   on 2000/10/29  17:02:37
38806         Log: UTF-8 decoder tweak.
38807      Branch: perl
38808            ! utf8.c
38809 ____________________________________________________________________________
38810 [  7480] By: nick                                  on 2000/10/29  16:26:11
38811         Log: Fixed two bugs:
38812              - error code not being set on close (of broken pipe)
38813              - append mode was truncating.
38814              At least one seek/tell bug remains.
38815      Branch: perlio
38816            ! perlio.c
38817 ____________________________________________________________________________
38818 [  7479] By: nick                                  on 2000/10/29  11:18:16
38819         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
38820              in case of accidents. Still several worrying fails, no line disciplines yet.
38821      Branch: perlio
38822            ! iperlsys.h perlio.c
38823 ____________________________________________________________________________
38824 [  7478] By: jhi                                   on 2000/10/29  02:04:01
38825         Log: Add also emailless people.
38826      Branch: perl
38827            ! AUTHORS
38828 ____________________________________________________________________________
38829 [  7477] By: jhi                                   on 2000/10/29  01:36:00
38830         Log: The #7476 needs a MANIFEST change, too.
38831      Branch: perl
38832            ! MANIFEST
38833 ____________________________________________________________________________
38834 [  7476] By: jhi                                   on 2000/10/29  01:35:21
38835         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
38836      Branch: perl
38837            - MAINTAIN
38838            ! AUTHORS Changes
38839 ____________________________________________________________________________
38840 [  7475] By: jhi                                   on 2000/10/28  23:57:25
38841         Log: De-quoted-unreadable to ISO Latin 1.
38842              (There's one ISO-2022-JP name in Changes5.004.)
38843      Branch: perl
38844            ! Changes Changes5.6
38845 ____________________________________________________________________________
38846 [  7474] By: jhi                                   on 2000/10/28  19:13:06
38847         Log: Subject: [ID 20001027.007] uniq array in perlfaq
38848              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
38849              Date: Fri, 27 Oct 2000 19:28:30 +0200
38850              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
38851      Branch: perl
38852            ! pod/perlfaq4.pod
38853 ____________________________________________________________________________
38854 [  7473] By: jhi                                   on 2000/10/28  18:02:05
38855         Log: Locking null mutexes is not recommendable.
38856              
38857              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
38858              From: Hugo <hv@crypt.compulink.co.uk>
38859              Date: Sat, 28 Oct 2000 18:41:12 +0100
38860              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
38861      Branch: perl
38862            ! op.c
38863 ____________________________________________________________________________
38864 [  7472] By: jhi                                   on 2000/10/28  17:52:58
38865         Log: Better create a true mailing list for the repository keepers.
38866      Branch: perl
38867            ! Porting/repository.pod
38868 ____________________________________________________________________________
38869 [  7471] By: jhi                                   on 2000/10/28  17:28:24
38870         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
38871              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
38872      Branch: perl
38873            + Porting/repository.pod
38874            ! MANIFEST
38875 ____________________________________________________________________________
38876 [  7470] By: jhi                                   on 2000/10/28  17:20:54
38877         Log: Subject: DOC PATCH 5.6.0
38878              From: mjd@plover.com
38879              Date: 27 Oct 2000 17:32:44 -0000
38880              Message-ID: <20001027173244.23754.qmail@plover.com>
38881      Branch: perl
38882            ! pod/perlfunc.pod
38883 ____________________________________________________________________________
38884 [  7469] By: jhi                                   on 2000/10/28  17:16:45
38885         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
38886              From: "Peter J. Farley III" <pjfarley@banet.net>
38887              Date: Fri, 27 Oct 2000 20:32:56 -0400
38888              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
38889      Branch: perl
38890            ! README.dos
38891 ____________________________________________________________________________
38892 [  7468] By: jhi                                   on 2000/10/28  17:07:18
38893         Log: Make target reordering to avoid pointless re-makes.
38894              
38895              Subject: Re: Total re-make of 'make okfile' after 7451 ?
38896              From: Nicholas Clark <nick@ccl4.org>
38897              Date: Sat, 28 Oct 2000 00:31:02 +0100
38898              Message-ID: <20001028003101.A54517@plum.flirble.org>
38899      Branch: perl
38900            ! Makefile.SH
38901 ____________________________________________________________________________
38902 [  7467] By: jhi                                   on 2000/10/28  17:05:31
38903         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
38904              From: lvirden@cas.org
38905              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
38906              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
38907      Branch: perl
38908            ! README.os2
38909 ____________________________________________________________________________
38910 [  7466] By: jhi                                   on 2000/10/28  16:09:16
38911         Log: Upgrade to CPAN 1.58_55.
38912              
38913              Subject: CPAN.pm status
38914              From: andreas.koenig@anima.de (Andreas J. Koenig) 
38915              Date: 28 Oct 2000 08:18:00 +0200 
38916              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
38917      Branch: perl
38918            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
38919 ____________________________________________________________________________
38920 [  7465] By: jhi                                   on 2000/10/28  16:02:47
38921         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
38922      Branch: perl
38923            ! embed.h embed.pl perl.h proto.h toke.c
38924 ____________________________________________________________________________
38925 [  7464] By: nick                                  on 2000/10/28  10:43:44
38926         Log: Fix for sv_2iv() on "shared" value from keys %hash.
38927      Branch: perl
38928            ! sv.c
38929 ____________________________________________________________________________
38930 [  7463] By: jhi                                   on 2000/10/27  16:18:29
38931         Log: Update Changes.
38932      Branch: perl
38933            ! Changes patchlevel.h
38934 ____________________________________________________________________________
38935 [  7462] By: jhi                                   on 2000/10/27  16:17:44
38936         Log: Too enthusiastic editing in #7460.
38937      Branch: metaconfig
38938            ! U/modified/Oldsym.U
38939      Branch: perl
38940            ! Configure config_h.SH
38941 ____________________________________________________________________________
38942 [  7461] By: jhi                                   on 2000/10/27  15:37:38
38943         Log: Retract #7459, the script needs more work.
38944      Branch: perl
38945            - mkreef
38946            ! MANIFEST
38947 ____________________________________________________________________________
38948 [  7460] By: jhi                                   on 2000/10/27  15:23:14
38949         Log: Use $sort, $uniq (and $tr) consistently as wondered
38950              by Nicholas Clark.
38951      Branch: metaconfig
38952            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
38953            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
38954            ! U/modified/libc.U
38955      Branch: perl
38956            ! Configure config_h.SH
38957 ____________________________________________________________________________
38958 [  7459] By: jhi                                   on 2000/10/27  15:02:07
38959         Log: (Retracted by #7461)
38960              
38961              Add a shell script for creating/removing symbolic link farms,
38962              useful for keeping the source code read-only and doing the
38963              builds somewhere else.
38964      Branch: perl
38965            + mkreef
38966            ! MANIFEST
38967 ____________________________________________________________________________
38968 [  7458] By: jhi                                   on 2000/10/27  14:42:20
38969         Log: Do away with the fix_pl.
38970      Branch: perl
38971            - fix_pl
38972            ! MANIFEST Makefile.SH
38973 ____________________________________________________________________________
38974 [  7457] By: jhi                                   on 2000/10/27  12:43:13
38975         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
38976              From: Jens Hamisch <jens@Strawberry.COM>
38977              Date: Fri, 27 Oct 2000 14:38:21 +0200
38978              Message-Id: <20001027143821.B3366@Strawberry.COM>
38979      Branch: perl
38980            ! perl.h
38981 ____________________________________________________________________________
38982 [  7456] By: jhi                                   on 2000/10/27  12:33:42
38983         Log: Subject: [PATCH] todo
38984              From: Nicholas Clark <nick@ccl4.org>
38985              Date: Thu, 26 Oct 2000 22:32:29 +0100
38986              Message-ID: <20001026223229.A44540@plum.flirble.org>
38987      Branch: perl
38988            ! pod/perltodo.pod
38989 ____________________________________________________________________________
38990 [  7455] By: jhi                                   on 2000/10/27  12:02:21
38991         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
38992              From: John Tobey <jtobey@john-edwin-tobey.org>
38993              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
38994              Message-Id: <m13ozHF-000FObC@feynman.localnet>
38995      Branch: perl
38996            ! op.c t/pragma/sub_lval.t
38997 ____________________________________________________________________________
38998 [  7454] By: jhi                                   on 2000/10/27  11:59:42
38999         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
39000              From: sthoenna@efn.org
39001              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
39002              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
39003      Branch: perl
39004            ! pp.c t/op/assignwarn.t
39005 ____________________________________________________________________________
39006 [  7453] By: jhi                                   on 2000/10/27  00:15:08
39007         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
39008      Branch: perl
39009            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
39010            ! ext/Storable/Storable.xs t/lib/st-lock.t
39011 ____________________________________________________________________________
39012 [  7452] By: jhi                                   on 2000/10/26  13:05:52
39013         Log: Undo #7451, this seems to be a deficiency in Perforce,
39014              there is no per-file line-terminator type, only per-client.
39015      Branch: perl
39016            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
39017            ! win32/makefile.mk
39018 ____________________________________________________________________________
39019 [  7451] By: jhi                                   on 2000/10/26  04:56:03
39020         Log: Experimenting in DOS arcana.
39021      Branch: perl
39022            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
39023            ! win32/makefile.mk
39024 ____________________________________________________________________________
39025 [  7450] By: jhi                                   on 2000/10/26  04:50:52
39026         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
39027              From: "Peter J. Farley III" <pjfarley@banet.net>            
39028              Date: Wed, 25 Oct 2000 23:10:18 -0400
39029              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
39030      Branch: perl
39031            ! t/io/open.t
39032 ____________________________________________________________________________
39033 [  7449] By: jhi                                   on 2000/10/26  04:49:16
39034         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
39035              From: Hugo <hv@crypt.compulink.co.uk>
39036              Date: Thu, 26 Oct 2000 01:55:17 +0100
39037              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
39038              
39039              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
39040      Branch: perl
39041            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
39042 ____________________________________________________________________________
39043 [  7448] By: jhi                                   on 2000/10/26  04:38:36
39044         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
39045              From: Peter Prymmer <pvhp@forte.com>
39046              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
39047              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
39048      Branch: perl
39049            ! configure.com
39050 ____________________________________________________________________________
39051 [  7447] By: jhi                                   on 2000/10/25  23:20:02
39052         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
39053              in platforms that strictly require all the symbols being present
39054              at link time.
39055      Branch: perl
39056            ! handy.h
39057 ____________________________________________________________________________
39058 [  7446] By: jhi                                   on 2000/10/25  21:55:57
39059         Log: Update Changes.
39060      Branch: perl
39061            ! Changes patchlevel.h
39062 ____________________________________________________________________________
39063 [  7445] By: jhi                                   on 2000/10/25  21:27:08
39064         Log: Integrate with vmsperl #7430 by Charles Bailey:
39065              
39066              Cleanup from prior patch (Charles Lane?):
39067              - improve handling of MFDs in Basename and Path
39068              - default to no xsubpp line # munging when building debug images
39069      Branch: perl
39070           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
39071 ____________________________________________________________________________
39072 [  7444] By: jhi                                   on 2000/10/25  21:03:50
39073         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
39074              From: John Peacock <JPeacock@UnivPress.com>
39075              Date: Thu, 18 May 2000 11:55:27 -0400
39076              Message-ID: <3924126F.A58BE57A@UnivPress.com>
39077      Branch: perl
39078            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
39079            ! t/op/write.t
39080 ____________________________________________________________________________
39081 [  7443] By: jhi                                   on 2000/10/25  20:43:10
39082         Log: Temporary stopgap for the self-tying issue: for now only
39083              array and hash self-ties are verboten.  The real fix, of
39084              course, would be to comprehensively test (and implement?)
39085              and debug (and document) self-ties.
39086      Branch: perl
39087            ! pod/perldiag.pod pp_sys.c t/op/tie.t
39088 ____________________________________________________________________________
39089 [  7442] By: jhi                                   on 2000/10/25  20:14:30
39090         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
39091              From: Dan Sugalski <dan@sidhe.org>
39092              Date: Wed, 25 Oct 2000 13:36:35 -0400
39093              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
39094              
39095              plus regen global.sym.
39096      Branch: perl
39097            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
39098            ! thrdvar.h util.c
39099 ____________________________________________________________________________
39100 [  7441] By: jhi                                   on 2000/10/25  20:12:20
39101         Log: buildtoc target tweaks.
39102      Branch: perl
39103            ! pod/Makefile.SH
39104 ____________________________________________________________________________
39105 [  7440] By: jhi                                   on 2000/10/25  20:03:53
39106         Log: A new version of making the syslog test more robust.
39107              (Replaces #7421.)
39108              
39109              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
39110              From: "Kurt D. Starsinic" <kstar@chapin.edu>
39111              Date: Wed, 25 Oct 2000 12:13:54 -0400
39112              Message-ID: <20001025121354.B2264@O2.chapin.edu>
39113      Branch: perl
39114            ! t/lib/syslog.t
39115 ____________________________________________________________________________
39116 [  7439] By: jhi                                   on 2000/10/25  20:00:48
39117         Log: Continue the internal UTF-8 API tweaking.
39118              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
39119              used much more than the simpler API, now called utf8_to_uv_simple().
39120              Still not quite happy with API, too much partial duplication
39121              of functionality.
39122      Branch: perl
39123            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
39124            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
39125            ! regcomp.c regexec.c sv.c toke.c utf8.c
39126 ____________________________________________________________________________
39127 [  7438] By: jhi                                   on 2000/10/25  18:52:30
39128         Log: Allow poking holes at the UTF-8 decoding strictness.
39129      Branch: perl
39130            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
39131            ! utf8.h
39132 ____________________________________________________________________________
39133 [  7437] By: jhi                                   on 2000/10/25  13:53:05
39134         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
39135              UTF8LEN() and UTF8SKIP(). 
39136      Branch: perl
39137            ! pp.c utf8.c utf8.h
39138 ____________________________________________________________________________
39139 [  7436] By: jhi                                   on 2000/10/25  13:51:37
39140         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
39141              From: Nicholas Clark <nick@ccl4.org>
39142              Date: Wed, 25 Oct 2000 14:44:05 +0100
39143              Message-ID: <20001025144404.D27253@plum.flirble.org>
39144      Branch: perl
39145            ! pod/perlrun.pod
39146 ____________________________________________________________________________
39147 [  7435] By: jhi                                   on 2000/10/25  13:49:32
39148         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
39149              From: Mike Guy <mjtg@cam.ac.uk>
39150              Date: Tue, 24 Oct 2000 14:59:40 +0100
39151              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
39152      Branch: perl
39153            ! scope.c
39154 ____________________________________________________________________________
39155 [  7434] By: jhi                                   on 2000/10/25  13:48:41
39156         Log: AIX is picky about its symbol exports.  Solution for now
39157              is to include the deb.o explicitly to the re extension build.
39158              
39159              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
39160              From: Peter Prymmer <pvhp@forte.com>
39161              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
39162              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
39163      Branch: perl
39164            ! ext/re/Makefile.PL hints/aix.sh
39165 ____________________________________________________________________________
39166 [  7433] By: jhi                                   on 2000/10/25  13:46:49
39167         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
39168              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39169              Date: Wed, 25 Oct 2000 12:02:20 +0200
39170              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
39171      Branch: perl
39172            ! perlsdio.h
39173 ____________________________________________________________________________
39174 [  7432] By: jhi                                   on 2000/10/25  13:44:28
39175         Log: Subject: Minor update to find2perl, for portability
39176              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
39177              Date: Wed, 25 Oct 2000 12:05:47 +0100
39178              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
39179      Branch: perl
39180            ! x2p/find2perl.PL
39181 ____________________________________________________________________________
39182 [  7431] By: jhi                                   on 2000/10/25  13:40:39
39183         Log: Add targets to Makefile.SH, most importantly
39184              'regen_all' which also remembers to update vms/perly*.
39185      Branch: perl
39186            ! Makefile.SH
39187 ____________________________________________________________________________
39188 [  7430] By: bailey                                on 2000/10/25  03:13:53
39189         Log: Cleanup from prior patch (Charles Lane?):
39190              - improve handling of MFDs in Basename and Path
39191              - default to no xsubpp line # munging when building debug images
39192      Branch: vmsperl
39193            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
39194 ____________________________________________________________________________
39195 [  7429] By: jhi                                   on 2000/10/24  20:03:40
39196         Log: Podify README.epoc and README.vos.
39197      Branch: perl
39198            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
39199            ! pod/perlport.pod pod/perltoc.pod
39200 ____________________________________________________________________________
39201 [  7428] By: jhi                                   on 2000/10/24  19:10:33
39202         Log: Stratus VOS updates from Paul Green.
39203      Branch: perl
39204            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
39205            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
39206            - vos/config.def vos/config.h vos/config_h.SH_orig
39207            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
39208            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
39209 ____________________________________________________________________________
39210 [  7427] By: jhi                                   on 2000/10/24  18:59:48
39211         Log: Check if stdio supports tweaking lval and cnt simultaneously.
39212              
39213              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
39214              From: Nicholas Clark <nick@ccl4.org>
39215              Date: Mon, 23 Oct 2000 15:39:32 +0100
39216              Message-ID: <20001023153932.A10786@plum.flirble.org>
39217      Branch: metaconfig
39218            ! U/compline/d_stdstdio.U
39219      Branch: perl
39220            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
39221            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
39222            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
39223            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
39224            ! vos/config.h vos/config_h.SH_orig win32/config.bc
39225            ! win32/config.gc win32/config.vc
39226 ____________________________________________________________________________
39227 [  7426] By: jhi                                   on 2000/10/24  17:57:44
39228         Log: Missed the header file changes from #7425.
39229      Branch: perl
39230            ! embed.h embed.pl objXSUB.h proto.h
39231 ____________________________________________________________________________
39232 [  7425] By: jhi                                   on 2000/10/24  17:55:17
39233         Log: Fix the bug reported in
39234              
39235              From: andreas.koenig@anima.de (Andreas J. Koenig)
39236              Subject: Encode bug?
39237              Date: 24 Oct 2000 14:01:26 +0200 
39238              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
39239              
39240              Also make is_utf8_char() stricter.
39241      Branch: perl
39242            ! ext/Encode/Encode.xs utf8.c
39243 ____________________________________________________________________________
39244 [  7424] By: jhi                                   on 2000/10/24  15:15:39
39245         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
39246              From: Peter Scott <Peter@PSDT.com>
39247              Date: Mon, 23 Oct 2000 19:46:01 -0700
39248              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
39249      Branch: perl
39250            ! pod/perlfaq5.pod
39251 ____________________________________________________________________________
39252 [  7423] By: jhi                                   on 2000/10/24  14:25:30
39253         Log: Test tweak to avoid pulling in the whole Config.
39254      Branch: perl
39255            ! t/lib/st-lock.t
39256 ____________________________________________________________________________
39257 [  7422] By: jhi                                   on 2000/10/24  14:03:16
39258         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
39259      Branch: perl
39260            ! pp.c
39261 ____________________________________________________________________________
39262 [  7421] By: jhi                                   on 2000/10/24  13:32:09
39263         Log: (Replaced by #7440.)
39264              
39265              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
39266              From: "Kurt D. Starsinic" <kstar@chapin.edu>
39267              Date: Mon, 23 Oct 2000 16:40:54 -0400
39268              Message-ID: <20001023164054.B14491@O2.chapin.edu>
39269      Branch: perl
39270            ! t/lib/syslog.t
39271 ____________________________________________________________________________
39272 [  7420] By: jhi                                   on 2000/10/24  13:30:53
39273         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
39274              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39275              Date: Mon, 23 Oct 2000 17:29:03 -0400
39276              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
39277      Branch: perl
39278            ! lib/ExtUtils/MM_Unix.pm
39279 ____________________________________________________________________________
39280 [  7419] By: jhi                                   on 2000/10/24  13:29:57
39281         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
39282              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39283              Date: Mon, 23 Oct 2000 19:01:32 -0400
39284              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
39285      Branch: perl
39286            ! utils/h2xs.PL
39287 ____________________________________________________________________________
39288 [  7418] By: jhi                                   on 2000/10/24  13:26:04
39289         Log: Replace #7409 with
39290              
39291              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
39292              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
39293              Date: Mon, 23 Oct 2000 20:08:56 +0200
39294              Message-ID: <20001023200855.A14850@nice.ram.loc>
39295      Branch: perl
39296            ! ext/Storable/Storable.pm t/lib/st-lock.t
39297 ____________________________________________________________________________
39298 [  7417] By: jhi                                   on 2000/10/24  13:17:52
39299         Log: Run vms/vms_yfix.pl, should have done that after changing
39300              perly.c in #7382.
39301      Branch: perl
39302            ! vms/perly_c.vms vms/perly_h.vms
39303 ____________________________________________________________________________
39304 [  7416] By: jhi                                   on 2000/10/24  02:55:33
39305         Log: Make the UTF-8 decoding stricter and more verbose when
39306              malformation happens.  This involved adding an argument
39307              to utf8_to_uv_chk(), which involved changing its prototype,
39308              and prefer STRLEN over I32 for the UTF-8 length, which as
39309              a domino effect necessitated changing the prototypes of
39310              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
39311              The stricter UTF-8 decoding checking uses Markus Kuhn's
39312              UTF-8 Decode Stress Tester from
39313              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
39314      Branch: perl
39315            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
39316            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
39317            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
39318            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
39319 ____________________________________________________________________________
39320 [  7415] By: jhi                                   on 2000/10/23  14:06:06
39321         Log: Update Changes.
39322      Branch: perl
39323            ! Changes patchlevel.h
39324 ____________________________________________________________________________
39325 [  7414] By: jhi                                   on 2000/10/23  12:39:52
39326         Log: Undo the basename() part of #7412 since the lib/basename
39327              tests would need upgrading too.
39328      Branch: perl
39329            ! lib/File/Basename.pm
39330 ____________________________________________________________________________
39331 [  7413] By: jhi                                   on 2000/10/23  12:19:27
39332         Log: Document PERL_INSTALL_ROOT of #7210.
39333      Branch: perl
39334            ! lib/ExtUtils/Install.pm
39335 ____________________________________________________________________________
39336 [  7412] By: jhi                                   on 2000/10/23  12:16:47
39337         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
39338      Branch: perl
39339            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
39340            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
39341 ____________________________________________________________________________
39342 [  7411] By: jhi                                   on 2000/10/23  12:07:41
39343         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
39344              From: Prymmer/Kahn <pvhp@best.com>
39345              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
39346              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
39347      Branch: perl
39348            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
39349 ____________________________________________________________________________
39350 [  7410] By: jhi                                   on 2000/10/23  04:10:11
39351         Log: The change #7187 was not so good on VMS.
39352              
39353              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
39354              From: "Craig A. Berry" <craig.berry@psinetcs.com>
39355              Date: Sun, 22 Oct 2000 23:03:08 -0500
39356              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
39357      Branch: perl
39358            ! utils/perldoc.PL
39359 ____________________________________________________________________________
39360 [  7409] By: jhi                                   on 2000/10/23  03:57:36
39361         Log: Avoid Storable locking on DJGPP for now.
39362              
39363              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
39364              From: "Peter J. Farley III" <pjfarley@banet.net>
39365              Date: Sun, 22 Oct 2000 20:00:00 -0400
39366              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
39367      Branch: perl
39368            ! ext/Storable/Storable.pm t/lib/st-lock.t
39369 ____________________________________________________________________________
39370 [  7408] By: jhi                                   on 2000/10/23  03:50:24
39371         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
39372              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
39373              Date: Sun, 22 Oct 2000 21:12:22 -0400
39374              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
39375      Branch: perl
39376            ! lib/vars.pm
39377 ____________________________________________________________________________
39378 [  7407] By: jhi                                   on 2000/10/23  03:43:12
39379         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
39380              From: Hugo <hv@crypt.compulink.co.uk>
39381              Date: Mon, 23 Oct 2000 00:47:22 +0100
39382              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
39383      Branch: perl
39384            ! regexec.c t/op/pat.t
39385 ____________________________________________________________________________
39386 [  7406] By: jhi                                   on 2000/10/23  03:40:29
39387         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
39388      Branch: perl
39389            ! lib/ExtUtils/MakeMaker.pm
39390 ____________________________________________________________________________
39391 [  7405] By: jhi                                   on 2000/10/22  21:32:00
39392         Log: Doc patch.
39393              
39394              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
39395              From: rspier@pobox.com (Robert Spier)
39396              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
39397              Message-ID: <14835.16112.13457.447971@rls.cx>
39398      Branch: perl
39399            ! lib/strict.pm
39400 ____________________________________________________________________________
39401 [  7404] By: jhi                                   on 2000/10/22  21:30:51
39402         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
39403              From: rspier@pobox.com (Robert Spier)
39404              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
39405              Message-ID: <14835.17223.72448.705566@rls.cx>
39406      Branch: perl
39407            ! lib/ExtUtils/MakeMaker.pm
39408 ____________________________________________________________________________
39409 [  7403] By: jhi                                   on 2000/10/22  21:24:11
39410         Log: Subject: [PATCH bleadperl] ripples from constsub patch
39411              From: John Tobey <jtobey@john-edwin-tobey.org>
39412              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
39413              Message-Id: <m13nSOB-000FObC@feynman.localnet>
39414      Branch: perl
39415            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
39416 ____________________________________________________________________________
39417 [  7402] By: jhi                                   on 2000/10/22  20:59:35
39418         Log: Support s?printf parameter reordering.
39419      Branch: perl
39420            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
39421 ____________________________________________________________________________
39422 [  7401] By: jhi                                   on 2000/10/22  19:19:14
39423         Log: Expand %Config variables only if explicitly so requested
39424              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
39425              
39426              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
39427              From: Gurusamy Sarathy <gsar@ActiveState.com>
39428              Date: Sun, 22 Oct 2000 11:47:32 -0700
39429              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
39430      Branch: perl
39431            ! Makefile.SH lib/lib_pm.PL
39432 ____________________________________________________________________________
39433 [  7400] By: jhi                                   on 2000/10/22  18:24:10
39434         Log: Move the #7390 test from warn/op to comp/redef.
39435              
39436              Subject: Re: Creating const subs for constants.
39437              From: John Tobey <jtobey@john-edwin-tobey.org>
39438              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
39439              Message-Id: <m13nG72-000FObC@feynman.localnet>               
39440      Branch: perl
39441            ! t/comp/redef.t t/pragma/warn/op
39442 ____________________________________________________________________________
39443 [  7399] By: jhi                                   on 2000/10/22  17:49:59
39444         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
39445              From: Nicholas Clark <nick@ccl4.org>
39446              Date: Sat, 21 Oct 2000 22:23:19 +0100
39447              Message-ID: <20001021222319.B45586@plum.flirble.org>
39448      Branch: perl
39449            ! ext/DynaLoader/DynaLoader_pm.PL
39450 ____________________________________________________________________________
39451 [  7398] By: jhi                                   on 2000/10/22  17:47:35
39452         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
39453              From: Hugo <hv@crypt.compulink.co.uk>
39454              Date: Sat, 21 Oct 2000 18:19:59 +0100
39455              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
39456      Branch: perl
39457            ! ext/B/B.pm ext/B/B/C.pm
39458 ____________________________________________________________________________
39459 [  7397] By: jhi                                   on 2000/10/22  17:35:18
39460         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
39461              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
39462              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
39463              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
39464      Branch: perl
39465            ! hints/openbsd.sh
39466 ____________________________________________________________________________
39467 [  7396] By: jhi                                   on 2000/10/22  17:19:46
39468         Log: Subject: installman go-faster stripes
39469              From: Nicholas Clark <nick@talking.bollo.cx>
39470              Date: Sat, 21 Oct 2000 17:24:53 +0100
39471              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
39472              
39473              Subject: Re: installman go-faster stripes
39474              From: Russ Allbery <rra@stanford.edu>
39475              Date: 21 Oct 2000 11:04:13 -0700
39476              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
39477      Branch: perl
39478            ! installman pod/pod2man.PL
39479 ____________________________________________________________________________
39480 [  7395] By: jhi                                   on 2000/10/22  17:17:35
39481         Log: Hints tweak from Anton Berezin.
39482      Branch: perl
39483            ! hints/freebsd.sh
39484 ____________________________________________________________________________
39485 [  7394] By: jhi                                   on 2000/10/22  04:50:04
39486         Log: Tweak the Is* definitions of Unicode character classes
39487              to better match the official categorizations; embrace
39488              the official categorizations; add the combining marks
39489              as alpha (and -numeric); fix DCinital (a typo and edito)
39490              to be DCmedial.
39491      Branch: perl
39492            + lib/unicode/Is/DCmedial.pl
39493            - lib/unicode/Is/DCinital.pl
39494            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
39495            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
39496            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
39497            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
39498 ____________________________________________________________________________
39499 [  7393] By: jhi                                   on 2000/10/21  18:06:05
39500         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
39501              From: Daniel Chetlin <daniel@chetlin.com>
39502              Date: Sat, 21 Oct 2000 02:57:03 -0700
39503              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
39504      Branch: perl
39505            + t/lib/tie-splice.t
39506            ! MANIFEST lib/Tie/Array.pm
39507 ____________________________________________________________________________
39508 [  7392] By: gsar                                  on 2000/10/21  18:05:15
39509         Log: resync utfperl branch with mainline
39510      Branch: utfperl
39511           !> (integrate 1760 files)
39512 ____________________________________________________________________________
39513 [  7391] By: jhi                                   on 2000/10/21  14:37:49
39514         Log: Testcases for a #7383,#7385 related bug.
39515              
39516              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
39517              From: Nicholas Clark <nick@ccl4.org>
39518              Date: Sat, 21 Oct 2000 15:04:51 +0100
39519              Message-ID: <20001021150451.A51566@plum.flirble.org>
39520      Branch: perl
39521            ! t/pragma/utf8.t
39522 ____________________________________________________________________________
39523 [  7390] By: jhi                                   on 2000/10/21  14:35:57
39524         Log: Add a testcase for #7389.
39525      Branch: perl
39526            ! t/pragma/warn/op
39527 ____________________________________________________________________________
39528 [  7389] By: jhi                                   on 2000/10/21  14:26:45
39529         Log: Subject: Re: Creating const subs for constants.
39530              From: John Tobey <jtobey@john-edwin-tobey.org>
39531              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
39532              Message-Id: <m13mo0N-000FObC@feynman.localnet>
39533      Branch: perl
39534            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
39535            ! proto.h sv.c
39536 ____________________________________________________________________________
39537 [  7388] By: nick                                  on 2000/10/21  11:44:23
39538         Log: Populate perlio branch
39539      Branch: perlio
39540           +> (branch 1760 files)
39541 ____________________________________________________________________________
39542 [  7387] By: nick                                  on 2000/10/21  10:52:05
39543         Log: Get branch back as replica of mainline via :
39544              p4 integrate -b utfperl
39545              p4 resolve -at ./...
39546      Branch: utfperl
39547           +> (branch 269 files)
39548            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
39549            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
39550            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
39551            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
39552            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
39553            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
39554            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
39555            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
39556            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
39557            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
39558            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
39559            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
39560            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
39561            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
39562            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
39563            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
39564            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
39565            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
39566            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
39567            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
39568            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
39569            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
39570            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
39571            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
39572            - lib/unicode/UCD300.html lib/unicode/Unicode.300
39573            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
39574            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
39575            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
39576            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
39577           !> (integrate 965 files)
39578 ____________________________________________________________________________
39579 [  7386] By: jhi                                   on 2000/10/21  01:31:12
39580         Log: Update Changes.
39581      Branch: perl
39582            ! Changes patchlevel.h
39583 ____________________________________________________________________________
39584 [  7385] By: jhi                                   on 2000/10/21  01:28:42
39585         Log: The #7383 was right only in the context of the original bug report,
39586              not in more general case.
39587      Branch: perl
39588            ! pp_hot.c
39589 ____________________________________________________________________________
39590 [  7384] By: jhi                                   on 2000/10/21  01:08:23
39591         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
39592      Branch: perl
39593            ! ext/IO/lib/IO/Select.pm
39594 ____________________________________________________________________________
39595 [  7383] By: jhi                                   on 2000/10/21  00:44:18
39596         Log: Fix for ID 20001020.006, concatenating an unset submatch
39597              with utf8 resulted in "Modification of a read-only value".
39598      Branch: perl
39599            ! pp_hot.c t/pragma/utf8.t
39600 ____________________________________________________________________________
39601 [  7382] By: jhi                                   on 2000/10/20  20:44:31
39602         Log: Make scan_num() reëntrant, as suggested in
39603              
39604              Subject: [PATCH perl@7229] Rentrant parser and yylex()
39605              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
39606              Date: Fri, 20 Oct 2000 14:17:27 +0100
39607              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
39608      Branch: perl
39609            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
39610            ! toke.c
39611 ____________________________________________________________________________
39612 [  7381] By: jhi                                   on 2000/10/20  20:07:29
39613         Log: Reëntrancy fix.
39614              
39615              Subject: [PATCH perl@7229] Rentrant parser and yylex()
39616              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
39617              Date: Fri, 20 Oct 2000 14:17:27 +0100
39618              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
39619      Branch: perl
39620            ! embed.h embed.pl perl.h proto.h toke.c
39621 ____________________________________________________________________________
39622 [  7380] By: jhi                                   on 2000/10/20  19:15:54
39623         Log: Don't write double values through long double pointers,
39624              based on a part of
39625              
39626              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
39627              From: Jens Hamisch <jens@Strawberry.COM>
39628              Date: Tue, 17 Oct 2000 08:39:36 +0200
39629              Message-Id: <20001017083936.A11104@Strawberry.COM>
39630      Branch: perl
39631            ! perl.h pp.c
39632 ____________________________________________________________________________
39633 [  7379] By: jhi                                   on 2000/10/20  18:43:37
39634         Log: Portability tweak on #7377.
39635              
39636              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
39637              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
39638              Date:     Fri, 20 Oct 2000 13:13:41 EDT
39639              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
39640      Branch: perl
39641            ! t/lib/dprof.t
39642 ____________________________________________________________________________
39643 [  7378] By: jhi                                   on 2000/10/20  12:57:19
39644         Log: SOCKS function redefinitions need prototypes, too, otherwise
39645              for example 32 bit versus 64 bit differences cause a lot of
39646              problems.  Part of
39647              
39648              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
39649              From: Jens Hamisch <jens@Strawberry.COM>
39650              Date: Tue, 17 Oct 2000 08:39:36 +0200
39651              Message-Id: <20001017083936.A11104@Strawberry.COM>
39652      Branch: perl
39653            ! doio.c pp_sys.c
39654 ____________________________________________________________________________
39655 [  7377] By: jhi                                   on 2000/10/20  12:37:12
39656         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
39657              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
39658              Date:     Fri, 20 Oct 2000 08:26:04 EDT
39659              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
39660      Branch: perl
39661            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
39662 ____________________________________________________________________________
39663 [  7376] By: jhi                                   on 2000/10/20  12:35:31
39664         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
39665              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
39666              Date:     Fri, 20 Oct 2000 07:48:15 EDT
39667              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
39668      Branch: perl
39669            ! configure.com vms/gen_shrfls.pl
39670 ____________________________________________________________________________
39671 [  7375] By: bailey                                on 2000/10/20  04:44:37
39672         Log: SYN SYN
39673      Branch: vmsperl
39674           +> (branch 134 files)
39675            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
39676            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
39677            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
39678            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
39679            - eg/cgi/frameset.cgi eg/cgi/index.html
39680            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
39681            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
39682            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
39683            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
39684            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
39685            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
39686            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
39687            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
39688            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
39689            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
39690            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
39691            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
39692            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
39693            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
39694            - lib/unicode/Props.txt lib/unicode/UCD300.html
39695            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
39696            - utils/perlbc.PL vms/subconfigure.com
39697           !> (integrate 785 files)
39698 ____________________________________________________________________________
39699 [  7374] By: jhi                                   on 2000/10/20  00:59:48
39700         Log: In the latest compiler builds cccdlflags must not become -fpic,
39701              from Wilfredo Sánchez.
39702      Branch: perl
39703            ! hints/darwin.sh
39704 ____________________________________________________________________________
39705 [  7373] By: jhi                                   on 2000/10/20  00:56:35
39706         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
39707              From: Tony Cook <tony@develop-help.com>
39708              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
39709              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
39710      Branch: perl
39711            ! pod/perlop.pod
39712 ____________________________________________________________________________
39713 [  7372] By: jhi                                   on 2000/10/19  19:34:40
39714         Log: Typo noted by Mark Lutz.
39715      Branch: perl
39716            ! t/op/64bitint.t
39717 ____________________________________________________________________________
39718 [  7371] By: jhi                                   on 2000/10/19  19:33:13
39719         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
39720      Branch: metaconfig
39721            ! U/modified/Cppsym.U U/modified/Oldconfig.U
39722      Branch: metaconfig/U/perl
39723            ! End.U dlsrc.U libperl.U
39724      Branch: perl
39725            + hints/nonstopux.sh
39726            ! Configure MANIFEST config_h.SH
39727 ____________________________________________________________________________
39728 [  7370] By: jhi                                   on 2000/10/19  17:18:08
39729         Log: Subject: PATCH do_print has 2 PerlIO_error()s
39730              From: nick@ccl4.org
39731              Date: Thu, 19 Oct 2000 18:09:20 +0100
39732              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
39733      Branch: perl
39734            ! doio.c
39735 ____________________________________________________________________________
39736 [  7369] By: jhi                                   on 2000/10/19  14:01:49
39737         Log: Update Changes.
39738      Branch: perl
39739            ! Changes patchlevel.h
39740 ____________________________________________________________________________
39741 [  7368] By: jhi                                   on 2000/10/19  13:04:29
39742         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
39743              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39744              Date: Wed, 18 Oct 2000 13:12:01 +0200
39745              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
39746      Branch: perl
39747            ! hints/aix.sh
39748 ____________________________________________________________________________
39749 [  7367] By: jhi                                   on 2000/10/19  02:22:40
39750         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
39751              of a 'pmshort' anywhere in the B, so the offending line was simply
39752              removed.
39753      Branch: perl
39754            ! ext/B/B/Debug.pm
39755 ____________________________________________________________________________
39756 [  7366] By: jhi                                   on 2000/10/19  02:12:37
39757         Log: Add the test case for the bug id 20000730.004 which seems
39758              to have been fixed by now.
39759      Branch: perl
39760            ! t/pragma/utf8.t
39761 ____________________________________________________________________________
39762 [  7365] By: jhi                                   on 2000/10/18  23:36:24
39763         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
39764              From: Hugo <hv@crypt.compulink.co.uk>
39765              Date: Wed, 18 Oct 2000 23:25:58 +0100
39766              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
39767      Branch: perl
39768            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
39769 ____________________________________________________________________________
39770 [  7364] By: jhi                                   on 2000/10/18  21:12:53
39771         Log: (retracted)
39772      Branch: perl
39773            ! pp.c
39774 ____________________________________________________________________________
39775 [  7363] By: jhi                                   on 2000/10/18  20:55:38
39776         Log: Missing change from #7362.
39777      Branch: perl
39778            ! win32/perlhost.h
39779 ____________________________________________________________________________
39780 [  7362] By: jhi                                   on 2000/10/18  20:52:01
39781         Log: Borland C fstat() never saw the fd as writable.
39782              
39783              Subject: fix for Borland's weak "stat" (perl@7211)
39784              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
39785              Date: Mon, 16 Oct 2000 09:55:03 +0400
39786              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
39787      Branch: perl
39788            ! win32/win32.c
39789 ____________________________________________________________________________
39790 [  7361] By: jhi                                   on 2000/10/18  17:43:50
39791         Log: Regen toc.
39792      Branch: perl
39793            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
39794 ____________________________________________________________________________
39795 [  7360] By: jhi                                   on 2000/10/18  17:07:44
39796         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39797              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
39798              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
39799              Date: Mon, 16 Oct 2000 15:19:49 +0200
39800      Branch: perl
39801            + README.aix
39802            ! MANIFEST
39803 ____________________________________________________________________________
39804 [  7359] By: jhi                                   on 2000/10/18  17:04:49
39805         Log: Subject: Pod patch for Devel::Peek
39806              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39807              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
39808              Date: Mon, 16 Oct 2000 12:26:34 +0200
39809      Branch: perl
39810            ! ext/Devel/Peek/Peek.pm
39811 ____________________________________________________________________________
39812 [  7358] By: jhi                                   on 2000/10/18  17:03:15
39813         Log: Make Cwd more bulletproof in chrooted environments.
39814              
39815              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
39816              From: "Eric E. Coe" <Eric.Coe@oracle.com>
39817              Date: Wed, 18 Oct 2000 04:03:54 -0400
39818              Message-Id: <39ED596A.70E599FE@oracle.com>
39819      Branch: perl
39820            ! lib/Cwd.pm
39821 ____________________________________________________________________________
39822 [  7357] By: jhi                                   on 2000/10/18  16:37:26
39823         Log: Disable the UTF8 downgrade croakage for now to avoid
39824              too many not okay messages.
39825      Branch: perl
39826            ! doio.c
39827 ____________________________________________________________________________
39828 [  7356] By: jhi                                   on 2000/10/17  23:29:41
39829         Log: Show the failed remote port, instead of the failing line number.
39830              
39831              Subject: [PATCH 5.6.1 Debugger] More diagnostics
39832              From: David Sparks <daves@ActiveState.com>
39833              Date: Tue, 17 Oct 2000 15:00:24 -0700
39834              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
39835      Branch: perl
39836            ! lib/perl5db.pl
39837 ____________________________________________________________________________
39838 [  7355] By: jhi                                   on 2000/10/17  14:11:31
39839         Log: On output try to downgrade to bytes, croak if impossible,
39840              from Simon Cozens.  This means that outputting >255 UTF8
39841              is impossible.  Consider this as a strong incentive to get
39842              the I/O disciplines implemented.
39843      Branch: perl
39844            ! doio.c pod/perldiag.pod sv.c
39845 ____________________________________________________________________________
39846 [  7354] By: jhi                                   on 2000/10/17  13:42:23
39847         Log: Clarify documentation on 'use bytes'.
39848              
39849              Subject: Re: What does 'use bytes' "mean" ?
39850              From: Simon Cozens <simon@cozens.net>
39851              Date: Mon, 18 Sep 2000 18:24:25 +0100
39852              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
39853      Branch: perl
39854            ! lib/bytes.pm
39855 ____________________________________________________________________________
39856 [  7353] By: jhi                                   on 2000/10/17  13:28:12
39857         Log: Workaround for a sfio bug where the stream error indicator
39858              is not cleared as documented.
39859              
39860              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
39861              From: Nicholas Clark <nick@ccl4.org>
39862              Date: Mon, 16 Oct 2000 18:28:23 +0100
39863              Message-ID: <20001016182823.J19700@plum.flirble.org>
39864      Branch: perl
39865            ! doio.c
39866 ____________________________________________________________________________
39867 [  7352] By: jhi                                   on 2000/10/17  13:06:19
39868         Log: More IoTYPE sprinkling.
39869      Branch: perl
39870            ! doio.c pp_hot.c
39871 ____________________________________________________________________________
39872 [  7351] By: jhi                                   on 2000/10/16  22:47:07
39873         Log: Detect early whether the std streams have gone bad.
39874              
39875              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
39876              Date: Mon, 16 Oct 2000 23:28:42 +0100
39877              From: Nicholas Clark <nick@ccl4.org>
39878              Message-ID: <20001016232842.A37942@plum.flirble.org>
39879      Branch: perl
39880            ! t/op/misc.t
39881 ____________________________________________________________________________
39882 [  7350] By: jhi                                   on 2000/10/16  22:45:16
39883         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
39884              From: "Peter J. Farley III" <pjfarley@banet.net>
39885              Date: Mon, 16 Oct 2000 18:15:59 -0400
39886              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
39887      Branch: perl
39888            ! djgpp/djgpp.c dosish.h t/io/open.t
39889 ____________________________________________________________________________
39890 [  7349] By: jhi                                   on 2000/10/16  22:36:45
39891         Log: perldelta tweak.
39892      Branch: perl
39893            ! pod/perldelta.pod
39894 ____________________________________________________________________________
39895 [  7348] By: jhi                                   on 2000/10/16  15:17:53
39896         Log: Update Changes.
39897      Branch: perl
39898            ! Changes patchlevel.h
39899 ____________________________________________________________________________
39900 [  7347] By: jhi                                   on 2000/10/16  13:55:27
39901         Log: Add the capability to include/exclude branches.
39902      Branch: perl
39903            ! Porting/genlog
39904 ____________________________________________________________________________
39905 [  7346] By: jhi                                   on 2000/10/16  13:18:04
39906         Log: Add Charles Lane.
39907      Branch: perl
39908            ! AUTHORS Changes
39909 ____________________________________________________________________________
39910 [  7345] By: jhi                                   on 2000/10/16  13:13:21
39911         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
39912      Branch: perl
39913            ! pod/perldelta.pod
39914 ____________________________________________________________________________
39915 [  7344] By: gsar                                  on 2000/10/16  09:30:21
39916         Log: integrate change#6220 from cfgperl
39917              
39918              Win32 patches from Benjamin Stuhl.
39919      Branch: maint-5.6/perl
39920           !> makedef.pl win32/win32.h
39921 ____________________________________________________________________________
39922 [  7343] By: gsar                                  on 2000/10/16  08:32:19
39923         Log: integrate changes#6221,6222 from cfgperl
39924              
39925              Remove tr///CU (the feature is to be obsoleted by better interfaces).
39926              From: simon@brecon.co.uk (Simon Cozens)
39927              Subject: [PATCH] Eliminate tr///[CU][CU]
39928              Date: 23 Jun 2000 11:05:40 GMT
39929              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
39930              
39931              doc typo fix
39932              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
39933              From: Ian Phillipps <Ian.Phillipps@iname.com>
39934              Date: Fri, 23 Jun 2000 10:40:58 +0100
39935              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
39936      Branch: maint-5.6/perl
39937           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
39938 ____________________________________________________________________________
39939 [  7342] By: gsar                                  on 2000/10/16  08:28:08
39940         Log: integrate change#6217 from cfgperl (in part)
39941              
39942              Rename the fdpid locking and integrate with Sarathy.
39943      Branch: maint-5.6/perl
39944           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
39945           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
39946           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
39947           !> win32/win32.c
39948 ____________________________________________________________________________
39949 [  7341] By: gsar                                  on 2000/10/16  08:23:39
39950         Log: integrate changes#6214..6216 from mainline
39951              
39952              @_ can't have junk in it even in the non-USE_ITHREADS case because
39953              caller() wants to populate @DB::args with it (causes a coredump
39954              in Carp::confess())
39955              
39956              tweak comment about @DB::args
39957              
39958              be more optimal about clearing @_
39959      Branch: maint-5.6/perl
39960           !> av.h cop.h pp_ctl.c t/op/runlevel.t
39961 ____________________________________________________________________________
39962 [  7340] By: gsar                                  on 2000/10/16  08:20:37
39963         Log: integrate changes#6207..6210 from cfgperl
39964              
39965              Subject: [PATCH 5.6.0] Threadsafe patches
39966              From: Dan Sugalski <dan@sidhe.org>
39967              To: perl5-porters@perl.org
39968              Date: Mon, 08 May 2000 18:08:13 -0400
39969              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
39970              
39971              Regen headers for #6207.
39972              
39973              Lock PL_fdpid against race conditions, based on:
39974              Subject: [PATCH 5.6.0]subprocess fixup for threads
39975              From: Dan Sugalski <dan@sidhe.org>
39976              To: perl5-porters@perl.org
39977              Date: Tue, 11 Apr 2000 17:02:32 -0400
39978              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
39979              
39980              Mopup for #6207 and #6209.
39981      Branch: maint-5.6/perl
39982           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
39983           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
39984           !> win32/win32.c
39985 ____________________________________________________________________________
39986 [  7339] By: gsar                                  on 2000/10/16  08:14:34
39987         Log: integrate change#6203 from cfgperl
39988              
39989              perldiag should refer to perlos2.pod not README.os2
39990      Branch: maint-5.6/perl
39991           !> pod/perldiag.pod
39992 ____________________________________________________________________________
39993 [  7338] By: gsar                                  on 2000/10/16  08:11:42
39994         Log: integrate change#6201 from mainline
39995              
39996              Perl_eval_pv() leaks 4 bytes every time it is called because it
39997              does a PUSHMARK that's never ever POPMARKed; in general, only
39998              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
39999              Perl_eval_[sp]v() don't because they don't take any incoming
40000              arguments (this leak has been around since the original version
40001              of perl_eval_pv() in 5.003_97e)
40002      Branch: maint-5.6/perl
40003           !> perl.c
40004 ____________________________________________________________________________
40005 [  7337] By: gsar                                  on 2000/10/16  08:08:47
40006         Log: integrate changes#6197..6200 from cfgperl
40007              
40008              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
40009              From: John Borwick <jhborwic@unity.ncsu.edu>
40010              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
40011              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
40012              
40013              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
40014              From: Dan Sugalski <dan@sidhe.org>
40015              To: vmsperl@perl.org, perl5-porters@perl.org
40016              Date: Fri, 02 Jun 2000 16:00:41 -0400
40017              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
40018              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
40019              
40020              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
40021              From: Dan Sugalski <dan@sidhe.org>
40022              To: perl5-porters@perl.org, vmsperl@perl.org
40023              Date: Fri, 02 Jun 2000 17:30:51 -0400
40024              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
40025              
40026              Update to cperl-mode.el 4.31 from
40027              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
40028              Subject: A couple of notes
40029              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40030              To: Mailing list Perl5 <perl5-porters@perl.org>
40031              Date: Sat, 3 Jun 2000 23:33:32 -0400
40032              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
40033      Branch: maint-5.6/perl
40034           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
40035           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
40036           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
40037           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
40038           !> vms/vmsish.h
40039 ____________________________________________________________________________
40040 [  7336] By: gsar                                  on 2000/10/16  08:03:46
40041         Log: integrate changes#6194,6195 from mainline
40042              
40043              fix small eval"" memory leaks under USE_ITHREADS
40044              
40045              fix yet another eval"" leak under USE_ITHREADS
40046      Branch: maint-5.6/perl
40047           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
40048           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
40049           !> vms/perly_c.vms
40050 ____________________________________________________________________________
40051 [  7335] By: gsar                                  on 2000/10/16  08:02:15
40052         Log: integrate changes#6190,6191 from mainline
40053              
40054              submit missing embed.pl change
40055              
40056              vec() loses numericalness (modified version of patch suggested
40057              by Robin Barker)
40058      Branch: maint-5.6/perl
40059           !> doop.c embed.pl t/op/vec.t
40060 ____________________________________________________________________________
40061 [  7334] By: gsar                                  on 2000/10/16  08:01:03
40062         Log: integrate change#6189 from mainline
40063              
40064              counting tr/// corrupts later operation (from M.J.T Guy)
40065      Branch: maint-5.6/perl
40066           !> doop.c t/op/tr.t
40067 ____________________________________________________________________________
40068 [  7333] By: gsar                                  on 2000/10/16  07:59:07
40069         Log: integrate changes#6183..6188 from mainline
40070              
40071              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
40072              <nick@ccl4.org>)
40073              
40074              tweak for change#6127
40075              
40076              remove incorrect documentation about implicit split to @_ in
40077              list context, which never really worked in perl 5 (from
40078              M.J.T. Guy)
40079              
40080              further qualify references to "alphanumeric" (from Wolfgang Laun
40081              <wolfgang.laun@alcatel.at>)
40082              
40083              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
40084              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
40085              
40086              h2xs tweaks
40087      Branch: maint-5.6/perl
40088           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
40089           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
40090           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
40091           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
40092           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
40093           !> pod/pod2latex.PL utils/h2xs.PL
40094 ____________________________________________________________________________
40095 [  7332] By: gsar                                  on 2000/10/16  07:53:52
40096         Log: integrate change#6179 from mainline
40097              
40098              buggy modulus on UVs introduced by change#3378 (resulted in
40099              4063328477 % 65535 amounting to 27406, instead of 27407)
40100      Branch: maint-5.6/perl
40101           !> pp.c t/op/arith.t
40102 ____________________________________________________________________________
40103 [  7331] By: gsar                                  on 2000/10/16  07:52:49
40104         Log: integrate changes#6176,6177,6178,6182 from cfgperl
40105              
40106              Single-quoted utf8 patch from Simon Cozens.
40107              
40108              Substitution utf8 patch from Simon Cozens.
40109              
40110              Be cleaner.
40111              
40112              Be Cleaner Part Deux.
40113      Branch: maint-5.6/perl
40114           !> Makefile.SH pp_hot.c toke.c
40115 ____________________________________________________________________________
40116 [  7330] By: gsar                                  on 2000/10/16  07:41:36
40117         Log: integrate change#6172 from mainline
40118              
40119              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
40120              (from Ilya Zakharevich)
40121      Branch: maint-5.6/perl
40122           !> regexec.c t/op/re_tests
40123 ____________________________________________________________________________
40124 [  7329] By: gsar                                  on 2000/10/16  07:40:25
40125         Log: integrate change#6171 from mainline
40126              
40127              scalar() doesn't force scalar context when used in void context
40128              (from Simon Cozens)
40129      Branch: maint-5.6/perl
40130           !> op.c t/op/wantarray.t
40131 ____________________________________________________________________________
40132 [  7328] By: gsar                                  on 2000/10/16  07:39:33
40133         Log: integrate change#6170 from mainline
40134              
40135              change#6142 needs tweaks to tests to work where there's no
40136              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
40137      Branch: maint-5.6/perl
40138           !> t/lib/filefind.t
40139 ____________________________________________________________________________
40140 [  7327] By: gsar                                  on 2000/10/16  07:35:34
40141         Log: integrate changes#6166..6168 from cfgperl
40142              
40143              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
40144              in case somebody wants to write an extension for more
40145              shadow database interfaces.
40146              
40147              tweak todo
40148              
40149              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
40150      Branch: maint-5.6/perl
40151           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
40152           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
40153           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
40154           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
40155           !> win32/config.vc win32/config_H.bc win32/config_H.gc
40156           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
40157 ____________________________________________________________________________
40158 [  7326] By: gsar                                  on 2000/10/16  07:29:05
40159         Log: integrate changes#6157,6159..6161,6164 from cfgperl
40160              
40161              Regen Configure to jive with #6149.
40162              
40163              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
40164              
40165              Changes for the File::Temp 0.08 (change #6159) test suite
40166              to fit better into the Perl distribution test framework.
40167              
40168              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
40169              both from Simon Cozens.
40170              
40171              detypo
40172      Branch: maint-5.6/perl
40173           +> pod/perlmodlib.PL pod/perlnewmod.pod
40174           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
40175           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
40176           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
40177           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
40178 ____________________________________________________________________________
40179 [  7325] By: gsar                                  on 2000/10/16  07:25:13
40180         Log: integrate change#6158 from vmsperl
40181              
40182              Add fallback to tmpfile for use in cases where user's relying on
40183              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
40184              Lane's patch)
40185      Branch: maint-5.6/perl
40186           !> vms/vms.c vms/vmsish.h
40187 ____________________________________________________________________________
40188 [  7324] By: gsar                                  on 2000/10/16  07:20:50
40189         Log: integrate changes#6153..6155 from mainline
40190              
40191              prettier Test::Harness output on failed tests (from Nicholas Clark
40192              <nick@Bagpuss.uk.boo.com>)
40193              
40194              avoid type mismatch warning
40195              
40196              small bug in change#6144; remove random \xA0 character that snuck
40197              in via change#6145
40198      Branch: maint-5.6/perl
40199           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
40200           !> perl.c
40201 ____________________________________________________________________________
40202 [  7323] By: gsar                                  on 2000/10/16  07:18:47
40203         Log: integrate changes#6151,6152 from mainline
40204              
40205              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
40206              
40207              cosmetic fixups of RE debug output (from Ilya Zakharevich)
40208      Branch: maint-5.6/perl
40209           !> regexec.c
40210 ____________________________________________________________________________
40211 [  7322] By: gsar                                  on 2000/10/16  07:17:25
40212         Log: integrate changes#6146..6150 from mainline
40213              
40214              doc typo
40215              
40216              add a make entry to Config.pm so "perl -V:make" works on VMS
40217              (from Peter Prymmer)
40218              
40219              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
40220              
40221              OS/2 tweaks for usethreads build (from Rocco Caputo
40222              <troc@netrus.net>)
40223              
40224              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
40225      Branch: maint-5.6/perl
40226           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
40227           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
40228           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
40229           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
40230           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
40231           !> warnings.pl x2p/a2p.h
40232 ____________________________________________________________________________
40233 [  7321] By: gsar                                  on 2000/10/16  07:14:02
40234         Log: integrate changes#6143..6145 from mainline
40235              
40236              MacOS support, part 1 (from Matthias Neeracher
40237              <neeri@iis.ee.ethz.ch>)
40238              
40239              MacOS support, part 2: make AutoSplit use File::Spec instead
40240              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
40241              <neeri@iis.ee.ethz.ch>)
40242              
40243              make xsubpp skip embedded pod (from Matthias Neeracher
40244              <neeri@iis.ee.ethz.ch>)
40245      Branch: maint-5.6/perl
40246           +> ext/DynaLoader/dl_mac.xs
40247           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
40248           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
40249           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
40250           !> pp_ctl.c proto.h toke.c util.c util.h
40251 ____________________________________________________________________________
40252 [  7320] By: gsar                                  on 2000/10/16  07:12:13
40253         Log: integrate changes#6141,6142 from mainline
40254              
40255              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
40256              forwarded by Peter Seebach from the bsdi-users mailing list.
40257              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
40258              
40259              File::Find fails to chdir when chasing symlinks (from
40260              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
40261      Branch: maint-5.6/perl
40262           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
40263 ____________________________________________________________________________
40264 [  7319] By: gsar                                  on 2000/10/16  07:04:30
40265         Log: integrate change#6139 from mainline
40266              
40267              revise mktables.PL for bugs and newness in Unicode 3.0
40268              (from James Bence <jbence@amgen.com>)
40269      Branch: maint-5.6/perl
40270           +> (branch 30 files)
40271           !> (integrate 49 files)
40272 ____________________________________________________________________________
40273 [  7318] By: gsar                                  on 2000/10/16  07:01:01
40274         Log: integrate changes#6137,6138 from mainline
40275              
40276              fix bogus redeclaration warning for "our" variables in different
40277              scopes
40278              
40279              add note about the handling of negative indices to tied arrays
40280              (from Michael G Schwern <schwern@pobox.com>)
40281      Branch: maint-5.6/perl
40282           !> op.c pod/perltie.pod t/pragma/strict-vars
40283 ____________________________________________________________________________
40284 [  7317] By: gsar                                  on 2000/10/16  06:58:46
40285         Log: integrate changes#6127..6136 from mainline
40286              
40287              call_method(...,G_EVAL) can longjmp() out if the method probing
40288              failed (from Gisle Aas)
40289              
40290              new perlxstut example for passing/returning refs to arrays
40291              (from David Lowe <dlowe@pootpoot.com>)
40292              
40293              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
40294              
40295              fix places that mean C<"word" character> but say C<alphanumeric
40296              character>
40297              
40298              avoid warnings in POSIX.pm (from Barrie Slaymaker)
40299              
40300              warnings::enabled() doesn't fall back to looking at $^W if
40301              caller isn't using lexical warnings (from Paul Marquess)
40302              
40303              elide bogus test in change#6132
40304              
40305              make Test::Harness use wait.h/WCOREDUMP if available
40306              (from Ben Tilly <ben_tilly@hotmail.com>)
40307              
40308              enable Test::Harness to dynamically determine column width etc.
40309              (from Rob Napier <rnapier@employees.org>)
40310              
40311              random pod typos (from Peter Scott <Peter@PSDT.com>)
40312      Branch: maint-5.6/perl
40313           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
40314           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
40315           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
40316           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
40317 ____________________________________________________________________________
40318 [  7316] By: gsar                                  on 2000/10/16  06:53:23
40319         Log: integrate change#6126 from mainline
40320              
40321              change#2879 broke rvalue autovivification of magicals such as
40322              ${$num} (reworked variant of patch suggested by Simon Cozens)
40323      Branch: maint-5.6/perl
40324           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
40325           !> pp_hot.c proto.h t/op/gv.t
40326 ____________________________________________________________________________
40327 [  7315] By: gsar                                  on 2000/10/16  06:51:38
40328         Log: integrate changes#6123,6125 from mainline
40329              
40330              clarify gotcha with #line directives (from Rocco Caputo
40331              <troc@netrus.net>)
40332              
40333              enable propagating exception objects via Perl_croak() in XS code
40334              (from Gisle Aas)
40335      Branch: maint-5.6/perl
40336           !> pod/perldebug.pod pod/perlsyn.pod util.c
40337 ____________________________________________________________________________
40338 [  7314] By: gsar                                  on 2000/10/16  06:49:28
40339         Log: integrate change#6122 from mainline
40340              
40341              downgrade fatal error on C<"foo@nosucharray.com"> to optional
40342              warning (from Mark-Jason Dominus)
40343      Branch: maint-5.6/perl
40344           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
40345           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
40346           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
40347           !> toke.c
40348 ____________________________________________________________________________
40349 [  7313] By: gsar                                  on 2000/10/16  06:46:54
40350         Log: integrate changes#6112..6121 from vmsperl
40351              
40352              Check for existence of file before trying to delete
40353              
40354              Ugly workaround for version-specific RTL error
40355              
40356              Urk -- undo previous removal of vmsish 'exit' change
40357              
40358              Add bounds checking for several strings (Charles Lane)
40359              
40360              Miscellaneous cosmetic fixes (Charles Lane)
40361              
40362              Treat sockets as special in sys(read|write) (Charles Lane et al.)
40363              
40364              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
40365              Flatten case labels in switch statements uniformly (Charles Bailey)
40366              
40367              Quiet error messages in vmsish.t (Charles Lane)
40368              
40369              Add missing escape (Charles Lane)
40370              
40371              Allow eliminate_macros() and fixpath() to handle space-delimited
40372              lists (based on fixes by Craig Berry)
40373      Branch: maint-5.6/perl
40374           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
40375           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
40376           !> vms/vmsish.h
40377 ____________________________________________________________________________
40378 [  7312] By: gsar                                  on 2000/10/16  06:41:18
40379         Log: integrate changes#6107,6110 from cfgperl
40380              
40381              Tweak the todo list.
40382              
40383              todo tweak
40384      Branch: maint-5.6/perl
40385           !> Todo-5.6
40386 ____________________________________________________________________________
40387 [  7311] By: gsar                                  on 2000/10/16  06:38:38
40388         Log: integrate changes#6104,6108 from mainline
40389              
40390              PL_sys_intern was being initialized too late on windows
40391              
40392              reenable fake signal handling on Windows, bugs and all
40393      Branch: maint-5.6/perl
40394           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
40395           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
40396           !> win32/win32.c
40397 ____________________________________________________________________________
40398 [  7310] By: gsar                                  on 2000/10/16  06:36:03
40399         Log: integrate changes#6095,6097..6103 from cfgperl
40400              
40401              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
40402              might be useful in future.
40403              
40404              Add a note about possible compilation problems from Allen Smith.
40405              
40406              Add a note about other, yet unsupported, shadow password APIs.
40407              
40408              Tweaks for the cc bugs from Allen Smith.
40409              
40410              More compilation tweakery from Allen Smith.
40411              
40412              Hints and test tweaks for Unicos.
40413              
40414              The test suite tweak in #6101 wasn't quite right.
40415              
40416              Test tweaking for Unicos continues.
40417      Branch: maint-5.6/perl
40418           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
40419           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
40420           !> t/lib/complex.t t/op/64bitint.t
40421 ____________________________________________________________________________
40422 [  7309] By: gsar                                  on 2000/10/16  06:29:41
40423         Log: integrate changes#6093,6094 from mainline
40424              
40425              fork() failure to create pseudo process sets errno=EAGAIN and returns
40426              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
40427              
40428              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
40429      Branch: maint-5.6/perl
40430           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
40431           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
40432 ____________________________________________________________________________
40433 [  7308] By: gsar                                  on 2000/10/16  06:27:29
40434         Log: integrate change#6092 from cfgperl
40435              
40436              Regen perltoc with the fixed buildtoc.
40437      Branch: maint-5.6/perl
40438           !> pod/perltoc.pod
40439 ____________________________________________________________________________
40440 [  7307] By: gsar                                  on 2000/10/16  06:26:40
40441         Log: integrate changes#6089,6090 from mainline
40442              
40443              buildtoc tweak to fix newline lossage
40444              
40445              concat doesn't preserve utf8-ness, and doesn't invalidate
40446              [NI]OK; added tests for both
40447      Branch: maint-5.6/perl
40448           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
40449 ____________________________________________________________________________
40450 [  7306] By: gsar                                  on 2000/10/16  06:24:05
40451         Log: integrate change#6088 from cfgperl
40452              
40453              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
40454              because we do not use those.  The HAS_GETSPNAM remains,
40455              though, because we still do use that.
40456      Branch: maint-5.6/perl
40457           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
40458           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
40459           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
40460           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
40461           !> win32/config.vc win32/config_H.bc win32/config_H.gc
40462           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
40463 ____________________________________________________________________________
40464 [  7305] By: gsar                                  on 2000/10/16  06:15:52
40465         Log: integrate changes#6084,6085,6087 from mainline
40466              
40467              substr() does not preserve utf8-ness (from Stefan Eissing
40468              <Eissing@medicaldataservice.de>); added tests
40469              
40470              repeat operator (x) doesn't preserve utf8-ness
40471              
40472              reverse() and quotemeta() weren't preserving utf8-ness; add tests
40473      Branch: maint-5.6/perl
40474           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
40475 ____________________________________________________________________________
40476 [  7304] By: gsar                                  on 2000/10/16  06:13:10
40477         Log: integrate changes#6077..6083 from mainline
40478              
40479              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
40480              and Tom Phoenix)
40481              
40482              workaround for CRT bug in chdir() (from Charles Lane, via
40483              Peter Prymmer)
40484              
40485              remove outdated kludge in Carp (NULLs are permitted in diagnostics
40486              now)
40487              
40488              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
40489              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
40490              
40491              better default perlbug categories for ok reports (from Richard Foley)
40492              
40493              peek.t non-portable to ithreads
40494              
40495              note about undocumented caller() return value (from M.J.T. Guy);
40496              yet another peek.t tweak
40497      Branch: maint-5.6/perl
40498           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
40499           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
40500           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
40501           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
40502           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
40503           !> vms/vmsish.h
40504 ____________________________________________________________________________
40505 [  7303] By: gsar                                  on 2000/10/16  06:03:18
40506         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
40507              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
40508              
40509              &HUGE_VAL is not defined, it exists.
40510              
40511              Do not warn that an infinity does not look like a number.
40512              
40513              Rewrite the pwent/spent logic to be a little bit more clearer.
40514              
40515              Continue on the pwent/spent case.
40516              
40517              Correct Freudian slip.
40518              
40519              Use HUGE_VALL if applicable.
40520              
40521              pwent/spent #ifdef imbalance.
40522              
40523              Infinite problems.
40524              
40525              Call getspnam() only iff needd.
40526              
40527              Test both the scalar and list contexts.
40528              
40529              Use setxxent()/endxxent().
40530              
40531              Complex tweakery.
40532              
40533              Unicos hint tweak.
40534              
40535              Be more forgiving in POSIX about HUGE_VALL.
40536              
40537              Detypo.
40538              
40539              The search of infinity continues, this time simplified.
40540              
40541              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
40542              in natively 64-bit platforms where a long is a quad (no need
40543              for long longs).  Also added bias for IVs.
40544              
40545              Complex tweaks.
40546              
40547              Introduce t/lib/peek.t.
40548              
40549              Make the test more portable.
40550      Branch: maint-5.6/perl
40551           +> t/lib/peek.t
40552            ! pp_sys.c
40553           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
40554           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
40555           !> t/op/pwent.t toke.c util.c
40556 ____________________________________________________________________________
40557 [  7302] By: gsar                                  on 2000/10/16  05:03:37
40558         Log: integrate changes#6066..6071 from mainline
40559              
40560              s/END/CHECK/
40561              
40562              replace direct call to sighandler() with (*PL_sighandlerp)()
40563              
40564              note about values()
40565              
40566              File::Spec compatibility update (from Barrie Slaymaker
40567              <barries@slaysys.com>)
40568              
40569              remove misleading comment (from M.J.T. Guy)
40570              
40571              misformatted perllocal.pod (from Tim Jenness
40572              <t.jenness@jach.hawaii.edu>)
40573      Branch: maint-5.6/perl
40574           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
40575           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
40576           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
40577           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
40578 ____________________________________________________________________________
40579 [  7301] By: gsar                                  on 2000/10/16  05:00:08
40580         Log: integrate changes#6061..6063 from mainline
40581              
40582              change#5921 neglected to make eq honor "use bytes"
40583              
40584              additional tests for utf8.t
40585              
40586              tokeq() could read unallocated field in argument
40587      Branch: maint-5.6/perl
40588           !> sv.c t/pragma/utf8.t toke.c
40589 ____________________________________________________________________________
40590 [  7300] By: gsar                                  on 2000/10/16  04:56:54
40591         Log: integrate changes#6046,6048,6057,6058 from mainline
40592              
40593              libscheck has insufficient checks for n32 libs (from
40594              Albert Chin-A-Young <china@thewrittenword.com>)
40595              
40596              add note about how $( doesn't interpolate in REs (from
40597              Philip Newton <newton@ficus.frogspace.net>)
40598              
40599              fix broken parsing of /\x{ab}/
40600              
40601              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
40602              (spotted by Donald Kinzer <dkinzer@premia.com>)
40603      Branch: maint-5.6/perl
40604           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
40605           !> t/pragma/utf8.t
40606 ____________________________________________________________________________
40607 [  7299] By: gsar                                  on 2000/10/16  04:52:50
40608         Log: integrate change#6044 from mainline
40609              
40610              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
40611              such that underscores are only ignored in literal numbers,
40612              "\x{...}", and hex/oct argument
40613      Branch: maint-5.6/perl
40614           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
40615 ____________________________________________________________________________
40616 [  7298] By: gsar                                  on 2000/10/16  04:50:53
40617         Log: integrate changes#6027..6043 from mainline
40618              
40619              podlators-1.02 update (from Russ Allbery)
40620              
40621              Pod::Man generates groff-incompatible macro definition (from
40622              Tom Christiansen)
40623              
40624              add CGI.pm v2.66 (from Lincoln Stein)
40625              
40626              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
40627              for @- and @+ (from Johan Vromans)
40628              
40629              small nits in diagnostics.pm (from Robin Barker)
40630              
40631              whitespace adjustments
40632              
40633              missing files in MANIFEST
40634              
40635              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
40636              to compensate
40637              
40638              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
40639              
40640              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
40641      Branch: maint-5.6/perl
40642           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
40643           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
40644           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
40645           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
40646           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
40647           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
40648           !> t/lib/cgi-html.t t/lib/cgi-request.t
40649 ____________________________________________________________________________
40650 [  7297] By: gsar                                  on 2000/10/16  04:44:30
40651         Log: integrate change#6025 from mainline
40652              
40653              Is{Alnum,Alpha,Word} don't match titlecase
40654              TODO: IsSpace is defined recursively!
40655              (both spotted by Larry)
40656      Branch: maint-5.6/perl
40657           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
40658           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
40659 ____________________________________________________________________________
40660 [  7296] By: gsar                                  on 2000/10/16  04:39:30
40661         Log: integrate change#6023 from mainline
40662              
40663              debugger stomps on $. (from M.J.T. Guy)
40664      Branch: maint-5.6/perl
40665           !> lib/perl5db.pl
40666 ____________________________________________________________________________
40667 [  7295] By: gsar                                  on 2000/10/16  04:38:02
40668         Log: integrate change#6022 from mainline
40669              
40670              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
40671      Branch: maint-5.6/perl
40672           !> sv.c
40673 ____________________________________________________________________________
40674 [  7294] By: gsar                                  on 2000/10/16  04:37:05
40675         Log: integrate changes#6018..6021 from mainline
40676              
40677              make lib/syslog.t portable to systems that don't have _PATH_LOG,
40678              make _PATH_LOG() return "" if unavailable
40679              
40680              windows portability tweaks
40681              
40682              test tweak
40683              
40684              remove Win2K issue in pod (fixed by change#6020)
40685      Branch: maint-5.6/perl
40686           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
40687           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
40688           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
40689 ____________________________________________________________________________
40690 [  7293] By: gsar                                  on 2000/10/16  04:20:00
40691         Log: integrate changes#6013..6015 from mainline
40692              
40693              tweak change#5945 to display correct switch name in diagnostic
40694              
40695              glob() loading File::Glob behind the scenes may cause syntax errors
40696              
40697              tweak test for portability
40698      Branch: maint-5.6/perl
40699           !> op.c perl.c pod/perldiag.pod t/lib/b.t
40700 ____________________________________________________________________________
40701 [  7292] By: gsar                                  on 2000/10/16  04:18:11
40702         Log: integrate changes#6005..6010 from mainline, cfgperl
40703              
40704              perldoc might fail via "use blib" (from Hugo van der Sanden)
40705              
40706              Regen Configure.
40707              
40708              note about compile failures and END blocks (from M.J.T. Guy)
40709              
40710              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
40711              
40712              (change#6009 integrated earlier in change#7255)
40713              
40714              clarify note about shadow password support (from
40715              gellyfish@gellyfish.com)
40716      Branch: maint-5.6/perl
40717           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
40718           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
40719           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
40720 ____________________________________________________________________________
40721 [  7291] By: gsar                                  on 2000/10/16  04:12:03
40722         Log: integrate changes#6002,6003 from mainline
40723              
40724              destructive sv_setsv() can lose UV-ness from source, causing
40725              numeric promotions/comparisons to fail to do the right thing
40726              
40727              allow REG_EXPAND_SZ keys in Windows registry (from
40728              John Clayton <John.Clayton@barclayscapital.com>)
40729      Branch: maint-5.6/perl
40730           !> sv.c win32/win32.c
40731 ____________________________________________________________________________
40732 [  7290] By: gsar                                  on 2000/10/16  04:10:19
40733         Log: integrate change#6001 from mainline
40734              
40735              support additional library locations via $Config{otherlibdirs}
40736              (from Andy Dougherty)
40737      Branch: maint-5.6/perl
40738           !> Configure INSTALL Porting/Glossary Porting/config.sh
40739           !> Porting/config_H config_h.SH epoc/config.sh perl.c
40740           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
40741           !> win32/config.bc win32/config.gc win32/config.vc
40742 ____________________________________________________________________________
40743 [  7289] By: gsar                                  on 2000/10/16  04:08:28
40744         Log: integrate change#5999 from mainline
40745              
40746              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
40747      Branch: maint-5.6/perl
40748           !> t/pragma/warn/toke toke.c
40749 ____________________________________________________________________________
40750 [  7288] By: gsar                                  on 2000/10/16  04:07:01
40751         Log: integrate changes#5997,5998 from cfgperl
40752              
40753              Preserve $!.
40754              
40755              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
40756      Branch: maint-5.6/perl
40757           !> lib/Math/Complex.pm
40758 ____________________________________________________________________________
40759 [  7287] By: gsar                                  on 2000/10/16  04:04:37
40760         Log: integrate change#5995 from mainline
40761              
40762              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
40763      Branch: maint-5.6/perl
40764           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
40765 ____________________________________________________________________________
40766 [  7286] By: gsar                                  on 2000/10/16  04:03:21
40767         Log: integrate change#5994 from mainline
40768              
40769              fix for missed accounting for null byte in pack("Z",...) (from
40770              M.J.T. Guy)
40771      Branch: maint-5.6/perl
40772           !> pp.c t/op/pack.t
40773 ____________________________________________________________________________
40774 [  7285] By: gsar                                  on 2000/10/16  04:02:11
40775         Log: integrate changes#5989..5993 from mainline
40776              
40777              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
40778              itself and no other (from Tom Hughes)
40779              
40780              use $ENV{LIB} to search for libs under Visual C compiler
40781              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
40782              
40783              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
40784              
40785              pod nit (from Simon Cozens)
40786              
40787              various minor tweaks seen on p5p
40788      Branch: maint-5.6/perl
40789           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
40790           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
40791           !> t/op/array.t toke.c
40792 ____________________________________________________________________________
40793 [  7284] By: gsar                                  on 2000/10/16  03:59:00
40794         Log: integrate changes#5978..5988 from mainline
40795              
40796              sync version numbers in File::Spec with the ones on CPAN
40797              (from Barrie Slaymaker)
40798              
40799              under useithreads, constant pad entries could inadvertantly be
40800              shared across threads (from Eric Blood <eblood@xmission.com>);
40801              added Eric's test case to testsuite
40802              
40803              allow Configure -S to run non-interactively (spotted by Greg Hudson
40804              <ghudson@mit.edu>)
40805              
40806              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
40807              prototype mismatch with CORE::glob(); update pod and tests to
40808              suit (File::Glob::glob() is still available for backward
40809              compatibility, but should be considered deprecated)
40810              
40811              avoid error in IO::Socket::INET when given an unknown service name
40812              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
40813              
40814              numeric conversion of non-number in change#3378 tramples on
40815              OOK offset, causing segfaults
40816              
40817              attributes::reftype() doesn't work on tied argument
40818              
40819              forked child may not exit correctly if it failed to open
40820              /dev/console (from Graham Barr)
40821              
40822              add regular expressions tutorial and quick-start guide (from
40823              Mark Kvale <kvale@phy.ucsf.edu>)
40824              
40825              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
40826              
40827              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
40828              <paul@miraclefish.com>)
40829      Branch: maint-5.6/perl
40830           +> pod/perlrequick.pod pod/perlretut.pod
40831           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
40832           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
40833           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
40834           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
40835           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
40836           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
40837           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
40838           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
40839 ____________________________________________________________________________
40840 [  7283] By: gsar                                  on 2000/10/16  03:52:14
40841         Log: integrate change#5977 from mainline
40842              
40843              autoquote barewords followed by newline and arrow properly
40844              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
40845      Branch: maint-5.6/perl
40846           !> t/pragma/warn/toke toke.c
40847 ____________________________________________________________________________
40848 [  7282] By: gsar                                  on 2000/10/16  03:50:48
40849         Log: integrate change#5976 from mainline
40850              
40851              DB_File v1.73 update (from Paul Marquess)
40852      Branch: maint-5.6/perl
40853           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
40854           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
40855 ____________________________________________________________________________
40856 [  7281] By: gsar                                  on 2000/10/16  03:49:14
40857         Log: integrate change#5975 from mainline
40858              
40859              allow sort() reentrancy (variant of patch suggested by
40860              Hugo van der Sanden)
40861      Branch: maint-5.6/perl
40862           !> pp_ctl.c t/op/sort.t
40863 ____________________________________________________________________________
40864 [  7280] By: gsar                                  on 2000/10/16  03:48:22
40865         Log: integrate change#5974 from mainline
40866              
40867              change#4197 somehow missed initializing PL_errors, meaning
40868              syntax error queueing wasn't working outside eval"" at all;
40869              also fixed eval"" to localize PL_error_count, so that compile-time
40870              eval's don't clobber the error state of the outer context
40871      Branch: maint-5.6/perl
40872           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
40873           !> t/pragma/warn/toke
40874 ____________________________________________________________________________
40875 [  7279] By: gsar                                  on 2000/10/16  03:46:21
40876         Log: integrate change#5973 from mainline
40877              
40878              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
40879      Branch: maint-5.6/perl
40880           !> regcomp.c regexec.c t/op/re_tests
40881 ____________________________________________________________________________
40882 [  7278] By: gsar                                  on 2000/10/16  03:44:54
40883         Log: integrate change#5971 from cfgperl
40884              
40885              Unicos tweaks from Mark P. Lutz.
40886      Branch: maint-5.6/perl
40887           !> hints/unicos.sh lib/Math/Complex.pm
40888 ____________________________________________________________________________
40889 [  7277] By: gsar                                  on 2000/10/16  03:42:59
40890         Log: integrate changes#5966..5970 from mainline
40891              
40892              add testsuite for B backends, fix bug in B::Deparse (from
40893              Simon Cozens <simon@brecon.co.uk>)
40894              
40895              improved docs on the warn_uninit diagnostic (from David Glasser
40896              and Simon Cozens)
40897              
40898              tolerate spaces in group names in test on solaris (from David Boyce
40899              <dsb@boyski.com>)
40900              
40901              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
40902              
40903              Data::Dumper fumbles negative numbers on 32-bit platforms where
40904              IV is >32bits
40905      Branch: maint-5.6/perl
40906           +> t/lib/b.t t/lib/syslog.t
40907           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
40908           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
40909           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
40910 ____________________________________________________________________________
40911 [  7276] By: gsar                                  on 2000/10/16  03:39:30
40912         Log: integrate change#5965 from mainline
40913              
40914              avoid "will not stay shared" warnings for our variables (from
40915              Robin Barker)
40916      Branch: maint-5.6/perl
40917           !> op.c t/pragma/warn/op
40918 ____________________________________________________________________________
40919 [  7275] By: gsar                                  on 2000/10/16  03:38:18
40920         Log: integrate change#5964 from mainline
40921              
40922              reformat to 72 columns (again)
40923      Branch: maint-5.6/perl
40924           !> pod/perldiag.pod
40925 ____________________________________________________________________________
40926 [  7274] By: gsar                                  on 2000/10/16  03:36:58
40927         Log: integrate change#5963 from mainline
40928              
40929              patch from Larry to make (\&) prototype work; added tests for
40930              the same
40931      Branch: maint-5.6/perl
40932           !> op.c t/comp/proto.t
40933 ____________________________________________________________________________
40934 [  7273] By: gsar                                  on 2000/10/16  03:35:51
40935         Log: integrate changes#5956..5962 from mainline
40936              
40937              better diagnostics on failed tests (from Ilya Zakharevich)
40938              
40939              pod nits (from A. C. Yardley <yardley@tanet.net>)
40940              
40941              change#3569 deleted some essential code, revert; avoid use of
40942              atexit() to make DynaLoader work properly on AIX under mod_perl
40943              (from Jens-Uwe Mager <jum@helios.de>)
40944              
40945              doubled words in pods (from Simon Cozens
40946              <simon.p.cozens@jp.pwcglobal.com>)
40947              
40948              better INSTALL notes on Solaris issues (from Dominic Dunlop)
40949              
40950              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
40951              
40952              updated README.hpux (from Jeff Okamoto)
40953      Branch: maint-5.6/perl
40954           !> INSTALL README.hpux emacs/cperl-mode.el
40955           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
40956           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
40957           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
40958           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
40959           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
40960           !> t/op/lex_assign.t
40961 ____________________________________________________________________________
40962 [  7272] By: gsar                                  on 2000/10/16  03:31:22
40963         Log: integrate change#5955 from mainline
40964              
40965              longstanding bug exposed by change#3307: sort arguments weren't
40966              compiled with the right wantarray context (ensuing runtime lookup
40967              via block_gimme() was getting the incidental context of the
40968              sort() itself)
40969      Branch: maint-5.6/perl
40970           !> op.c t/op/sort.t
40971 ____________________________________________________________________________
40972 [  7271] By: gsar                                  on 2000/10/16  03:29:11
40973         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
40974              branch
40975              
40976              Flatten the cpp jungle doing the nosuid checking.
40977              
40978              Do not assume sign propagation. (from M.J.T. Guy)
40979              
40980              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
40981              
40982              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
40983              Now pp_ncmp() returns undef is either operand is a NaN.
40984              
40985              On second thoughts frexp() does have two arguments.
40986              
40987              Document that tr() is not tr(1).
40988              
40989              Be more robust on "extreme" (large absolute value)
40990              arguments.  Originally reported by Daniel Connelly
40991              as a problem with asinh() on large negative arguments,
40992              asinh() used to bail out because an argument to log()
40993              ended up being zero.  Ilya Zakharevich proposed using
40994              Taylor's series in such cases, which for such large
40995              arguments is a very good approximation.
40996              
40997              Undo "use integer" addition from 64bitint as it seems
40998              to break most of the subtests in Digital UNIX;
40999              Unicos needs to find another way.
41000      Branch: maint-5.6/perl
41001           !> (integrate 29 files)
41002 ____________________________________________________________________________
41003 [  7270] By: gsar                                  on 2000/10/16  03:09:44
41004         Log: integrate changes#5948,5949,5950 from mainline
41005              
41006              typo in vars.pm that leads to cryptic message (from Piotr
41007              Piatkowski <kompas@kompas.usr.onet.pl>)
41008              
41009              make perldoc use the pod2man from the same version (from
41010              M.J.T. Guy)
41011              
41012              reformat perldiag to avoid long lines
41013      Branch: maint-5.6/perl
41014           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
41015 ____________________________________________________________________________
41016 [  7269] By: gsar                                  on 2000/10/16  03:05:54
41017         Log: integrate change#5947 from mainline
41018              
41019              use &dl_error rather than &dl_load_file as the guard for calling
41020              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
41021              statically built perl)
41022      Branch: maint-5.6/perl
41023           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
41024 ____________________________________________________________________________
41025 [  7268] By: gsar                                  on 2000/10/16  03:04:48
41026         Log: integrate change#5945 from mainline
41027              
41028              make module name mandatory after -M switch; reorder perldiag
41029              alphabetically (from Mark-Jason Dominus)
41030      Branch: maint-5.6/perl
41031           !> perl.c pod/perldiag.pod
41032 ____________________________________________________________________________
41033 [  7267] By: gsar                                  on 2000/10/16  03:03:01
41034         Log: integrate change#5939 from mainline
41035              
41036              more pod nits (from Larry Virden)
41037      Branch: maint-5.6/perl
41038           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
41039           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
41040           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
41041 ____________________________________________________________________________
41042 [  7266] By: gsar                                  on 2000/10/16  03:01:39
41043         Log: integrate change#5938 from mainline
41044              
41045              Consolidated B::Deparse fixes (from Stephen McCamant)
41046      Branch: maint-5.6/perl
41047           !> ext/B/B/Deparse.pm
41048 ____________________________________________________________________________
41049 [  7265] By: gsar                                  on 2000/10/16  03:00:43
41050         Log: integrate change#5936 from mainline
41051              
41052              additional tests for change#7263 (from Paul Marquess)
41053      Branch: maint-5.6/perl
41054           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
41055           !> t/pragma/warn/5nolint t/pragma/warn/6default
41056 ____________________________________________________________________________
41057 [  7264] By: gsar                                  on 2000/10/16  02:58:34
41058         Log: integrate change#5934 from mainline
41059              
41060              propagate lexical warnings from surrounding scope correctly
41061              within string eval() (from Paul Marquess)
41062      Branch: maint-5.6/perl
41063           !> pp_ctl.c t/pragma/warn/pp_ctl
41064 ____________________________________________________________________________
41065 [  7263] By: gsar                                  on 2000/10/16  02:56:53
41066         Log: integrate change#5932 from mainline
41067              
41068              add rsignal(), whichsig() and do_join() to public API list
41069              (mod_perl uses them to good advantage)
41070      Branch: maint-5.6/perl
41071           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
41072 ____________________________________________________________________________
41073 [  7262] By: gsar                                  on 2000/10/16  02:55:53
41074         Log: integrate change#5931 from mainline
41075              
41076              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
41077      Branch: maint-5.6/perl
41078           !> pp_hot.c regexec.c t/op/pat.t
41079 ____________________________________________________________________________
41080 [  7261] By: gsar                                  on 2000/10/16  02:55:01
41081         Log: integrate change#5930 from mainline
41082              
41083              small os390 tweaks (from Peter Prymmer)
41084      Branch: maint-5.6/perl
41085           !> config_h.SH makedepend.SH
41086 ____________________________________________________________________________
41087 [  7260] By: gsar                                  on 2000/10/16  02:54:10
41088         Log: integrate change#5929 from mainline
41089              
41090              pod nits
41091      Branch: maint-5.6/perl
41092           !> pod/perlguts.pod
41093 ____________________________________________________________________________
41094 [  7259] By: gsar                                  on 2000/10/16  02:52:55
41095         Log: integrate change#5927 from mainline
41096              
41097              arrange for next() to resume at the unstack op rather than the
41098              loop conditional, so that scope cleanup happens correctly
41099              (from Stephen McCamant)
41100      Branch: maint-5.6/perl
41101           !> op.c pp_ctl.c t/op/misc.t
41102 ____________________________________________________________________________
41103 [  7258] By: gsar                                  on 2000/10/16  02:51:38
41104         Log: integrate change#5926 from mainline
41105              
41106              on windows, reserve 16M of stack rather than 128M (allows more
41107              threads to run concurrently)
41108      Branch: maint-5.6/perl
41109           !> win32/Makefile win32/makefile.mk
41110 ____________________________________________________________________________
41111 [  7257] By: gsar                                  on 2000/10/16  02:50:37
41112         Log: integrate change#5925 from mainline
41113              
41114              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
41115      Branch: maint-5.6/perl
41116           !> toke.c
41117 ____________________________________________________________________________
41118 [  7256] By: gsar                                  on 2000/10/16  02:49:36
41119         Log: integrate change#5924 from mainline
41120              
41121              avoid using uninitialized memory in require version check
41122      Branch: maint-5.6/perl
41123           !> pp_ctl.c universal.c
41124 ____________________________________________________________________________
41125 [  7255] By: gsar                                  on 2000/10/16  02:48:03
41126         Log: integrate changes#5923,5928,6009 from mainline
41127              
41128              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
41129      Branch: maint-5.6/perl
41130           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
41131 ____________________________________________________________________________
41132 [  7254] By: gsar                                  on 2000/10/16  02:44:46
41133         Log: integrate change#5922 from mainline
41134              
41135              commentary about IoTYPE() (from Nathan Torkington)
41136      Branch: maint-5.6/perl
41137           !> sv.h
41138 ____________________________________________________________________________
41139 [  7253] By: gsar                                  on 2000/10/16  02:43:49
41140         Log: integrate change#5921 from mainline
41141              
41142              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
41143      Branch: maint-5.6/perl
41144           !> sv.c t/lib/charnames.t t/pragma/utf8.t
41145 ____________________________________________________________________________
41146 [  7252] By: gsar                                  on 2000/10/16  02:42:31
41147         Log: integrate change#5920 from mainline
41148              
41149              Larry's fix for buggy propagation of utf8-ness in join(); add test
41150      Branch: maint-5.6/perl
41151           !> doop.c t/op/ver.t
41152 ____________________________________________________________________________
41153 [  7251] By: gsar                                  on 2000/10/16  02:41:14
41154         Log: integrate changes#5915..5919 from mainline
41155              
41156              various (pod tweaks &c)
41157      Branch: maint-5.6/perl
41158           !> (integrate 33 files)
41159 ____________________________________________________________________________
41160 [  7250] By: gsar                                  on 2000/10/16  02:38:16
41161         Log: integrate change#5914 from mainline
41162              
41163              caller() wasn't returning the right number of elements for
41164              eval {...}
41165      Branch: maint-5.6/perl
41166           !> pp_ctl.c t/pragma/warn/9enabled
41167 ____________________________________________________________________________
41168 [  7249] By: gsar                                  on 2000/10/16  02:37:02
41169         Log: integrate change#5913 from mainline
41170              
41171              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
41172              (from Mark-Jason Dominus)
41173      Branch: maint-5.6/perl
41174           !> pod/perlfunc.pod
41175 ____________________________________________________________________________
41176 [  7248] By: gsar                                  on 2000/10/16  02:35:58
41177         Log: integrate change#5912 from mainline
41178              
41179              fix totally broken caching in UNIVERSAL::isa() (from
41180              Nick Ing-Simmons)
41181      Branch: maint-5.6/perl
41182           !> t/op/universal.t universal.c
41183 ____________________________________________________________________________
41184 [  7247] By: gsar                                  on 2000/10/16  02:34:27
41185         Log: integrate changes#5910,5911 from mainline
41186              
41187              typo in pod
41188              
41189              add linebreak properties from unicode/LineBrk.txt (from
41190              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
41191      Branch: maint-5.6/perl
41192           +> (branch 29 files)
41193           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
41194 ____________________________________________________________________________
41195 [  7246] By: gsar                                  on 2000/10/16  02:33:29
41196         Log: integrate change#5909 from mainline
41197              
41198              mode argument to do_binmode() should be file mode, not boolean
41199      Branch: maint-5.6/perl
41200           !> pp_sys.c
41201 ____________________________________________________________________________
41202 [  7245] By: gsar                                  on 2000/10/16  02:31:04
41203         Log: integrate change#5908 from mainline
41204              
41205              introduce illegal symbols into null package so that
41206              gv_fetchpv(...,TRUE) always returns a valid GV even when the
41207              symbol is trapped by strictures (avoids coredumps)
41208      Branch: maint-5.6/perl
41209           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
41210           !> t/pragma/strict-vars
41211 ____________________________________________________________________________
41212 [  7244] By: jhi                                   on 2000/10/16  02:29:54
41213         Log: Subject: $Carp::ExportLevel confusion in Exporter
41214              From: "Ben Tilly" <ben_tilly@hotmail.com>
41215              Date: Sat, 14 Oct 2000 16:44:34 EDT
41216              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
41217      Branch: perl
41218            ! lib/Exporter/Heavy.pm
41219 ____________________________________________________________________________
41220 [  7243] By: jhi                                   on 2000/10/16  02:28:33
41221         Log: Subject: [PATCH perlguts.pod] Document offset hack
41222              From: Simon Cozens <simon@cozens.net>
41223              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
41224              Date: Sat, 14 Oct 2000 19:32:25 +0100
41225      Branch: perl
41226            ! pod/perlguts.pod
41227 ____________________________________________________________________________
41228 [  7242] By: gsar                                  on 2000/10/16  02:26:51
41229         Log: integrate changes#5905,5906,5907,6064 from mainline
41230              
41231              printf/sprintf didn't get quad types right under use64bitint
41232      Branch: maint-5.6/perl
41233           !> pp_sys.c sv.c t/op/64bitint.t
41234 ____________________________________________________________________________
41235 [  7241] By: jhi                                   on 2000/10/16  02:22:44
41236         Log: Subject: small pod patch
41237              From: Dan Boorstein <dan_boo@bellsouth.net>
41238              Date: Sat, 14 Oct 2000 14:29:24 -0400
41239              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
41240      Branch: perl
41241            ! pod/perlfaq7.pod pod/perlmod.pod
41242 ____________________________________________________________________________
41243 [  7240] By: jhi                                   on 2000/10/16  02:13:46
41244         Log: -w cleanup.
41245              
41246              Subject: Re: Problems with bleadperl 
41247              From: "Stephen P. Potter" <spp@ds.net>
41248              Date: Fri, 13 Oct 2000 13:32:49 -0400
41249              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
41250      Branch: perl
41251            ! t/pragma/overload.t
41252 ____________________________________________________________________________
41253 [  7239] By: jhi                                   on 2000/10/16  01:41:18
41254         Log: One more ~utf8 tweak.
41255      Branch: perl
41256            ! t/op/bop.t
41257 ____________________________________________________________________________
41258 [  7238] By: jhi                                   on 2000/10/16  01:34:14
41259         Log: Tweak the test of #7235.
41260      Branch: perl
41261            ! t/op/bop.t
41262 ____________________________________________________________________________
41263 [  7237] By: jhi                                   on 2000/10/16  01:25:04
41264         Log: Fix a couple of compiler-noted nits in #7235.
41265      Branch: perl
41266            ! pp.c
41267 ____________________________________________________________________________
41268 [  7236] By: jhi                                   on 2000/10/16  01:22:46
41269         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
41270      Branch: perl
41271            ! pp.c pp_hot.c
41272 ____________________________________________________________________________
41273 [  7235] By: jhi                                   on 2000/10/15  16:24:44
41274         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
41275              
41276              From: Simon Cozens <simon@cozens.net>
41277              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
41278              Date: Sat, 14 Oct 2000 20:52:13 +0100
41279              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
41280      Branch: perl
41281            ! pp.c t/op/bop.t utf8.h
41282 ____________________________________________________________________________
41283 [  7234] By: jhi                                   on 2000/10/15  15:19:29
41284         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
41285              The problem was that rx->minlen was in chars while pp_split()
41286              thought it would be in bytes. 
41287      Branch: perl
41288            ! pp.c t/pragma/utf8.t
41289 ____________________________________________________________________________
41290 [  7233] By: jhi                                   on 2000/10/14  20:24:24
41291         Log: Document FNCASE=y as discussed in the bug 20000902.009.
41292      Branch: perl
41293            ! README.dos
41294 ____________________________________________________________________________
41295 [  7232] By: jhi                                   on 2000/10/14  18:52:21
41296         Log: Add test for bug id 20000427.003 (which seems to have
41297              been fixed) (also duplicate as 20000427.004, though
41298              with a higher severity).  Move one utf8 from op/append
41299              to pragma/utf8, tag the tests with bug ids.
41300      Branch: perl
41301            ! t/op/append.t t/pragma/utf8.t
41302 ____________________________________________________________________________
41303 [  7231] By: jhi                                   on 2000/10/14  17:28:37
41304         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
41305      Branch: perl
41306            ! t/pragma/utf8.t
41307 ____________________________________________________________________________
41308 [  7230] By: jhi                                   on 2000/10/14  14:24:50
41309         Log: Needs to be conditional on SunOS 4.
41310              
41311              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
41312              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
41313              Date: Sat, 14 Oct 2000 13:37:49 +0100
41314              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
41315      Branch: metaconfig/U/perl
41316            ! End.U
41317      Branch: perl
41318            ! Configure myconfig.SH pod/perldelta.pod
41319 ____________________________________________________________________________
41320 [  7229] By: jhi                                   on 2000/10/14  00:49:22
41321         Log: Update Changes.
41322      Branch: perl
41323            ! Changes patchlevel.h
41324 ____________________________________________________________________________
41325 [  7228] By: jhi                                   on 2000/10/14  00:46:10
41326         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
41327              From: Peter Prymmer <pvhp@forte.com>
41328              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
41329              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
41330      Branch: perl
41331            ! lib/utf8.pm
41332 ____________________________________________________________________________
41333 [  7227] By: jhi                                   on 2000/10/13  23:20:30
41334         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
41335      Branch: perl
41336            ! t/op/tie.t
41337 ____________________________________________________________________________
41338 [  7226] By: jhi                                   on 2000/10/13  22:14:32
41339         Log: Tweak #7225.
41340              
41341              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
41342              From: Peter Prymmer <pvhp@forte.com>
41343              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
41344              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
41345      Branch: perl
41346            ! t/op/sprintf.t
41347 ____________________________________________________________________________
41348 [  7225] By: jhi                                   on 2000/10/13  22:11:31
41349         Log: op/sprintf.t patch for OS/390 (and any other host with limited
41350              floating-point exponent length)
41351              
41352              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
41353              From: Dominic Dunlop <domo@computer.org>
41354              Date: Fri, 13 Oct 2000 19:17:57 +0200
41355              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
41356      Branch: perl
41357            ! t/op/sprintf.t
41358 ____________________________________________________________________________
41359 [  7224] By: jhi                                   on 2000/10/13  18:40:48
41360         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
41361      Branch: perl
41362            ! toke.c
41363 ____________________________________________________________________________
41364 [  7223] By: jhi                                   on 2000/10/13  18:37:13
41365         Log: Thinko in #7222.
41366      Branch: perl
41367            ! utf8.c
41368 ____________________________________________________________________________
41369 [  7222] By: jhi                                   on 2000/10/13  18:05:23
41370         Log: Use UTF8SKIP(), from Simon Cozens.
41371      Branch: perl
41372            ! utf8.c
41373 ____________________________________________________________________________
41374 [  7221] By: jhi                                   on 2000/10/13  15:43:19
41375         Log: (accidentally empty check-in)
41376      Branch: perl
41377            ! utf8.c
41378 ____________________________________________________________________________
41379 [  7220] By: jhi                                   on 2000/10/13  15:23:51
41380         Log: Add (optimistically) Storable to static extensions.
41381      Branch: perl
41382            ! hints/uwin.sh hints/vmesa.sh
41383 ____________________________________________________________________________
41384 [  7219] By: jhi                                   on 2000/10/13  15:20:05
41385         Log: Amdahl UTS doesn't seem to do dynaloading.
41386      Branch: perl
41387            ! hints/uts.sh
41388 ____________________________________________________________________________
41389 [  7218] By: jhi                                   on 2000/10/13  15:15:20
41390         Log: Slight tweak of the code to appease Amdahl UTS cc.
41391      Branch: perl
41392            ! pp.c
41393 ____________________________________________________________________________
41394 [  7217] By: jhi                                   on 2000/10/13  14:50:42
41395         Log: In Amdahl UTS "struct sv" is defined by a system header,
41396              <ksync.h>.
41397      Branch: perl
41398            ! perl.h sv.h
41399 ____________________________________________________________________________
41400 [  7216] By: jhi                                   on 2000/10/13  11:58:25
41401         Log: Ilya implemented the memory profiling API.
41402      Branch: perl
41403            ! Todo
41404 ____________________________________________________________________________
41405 [  7215] By: jhi                                   on 2000/10/13  02:56:38
41406         Log: Subject: [PATCH 5.7.0] Perl API for mstats
41407              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41408              Date: Thu, 12 Oct 2000 22:52:40 -0400
41409              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
41410      Branch: perl
41411            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
41412 ____________________________________________________________________________
41413 [  7214] By: jhi                                   on 2000/10/13  02:55:38
41414         Log: Subject: [PATCH 5.7.0] IVs in mtats
41415              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41416              Date: Thu, 12 Oct 2000 22:51:04 -0400
41417              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
41418      Branch: perl
41419            ! malloc.c perl.h
41420 ____________________________________________________________________________
41421 [  7213] By: jhi                                   on 2000/10/13  02:31:47
41422         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
41423      Branch: perl
41424            ! pod/perldiag.pod pp_sys.c
41425 ____________________________________________________________________________
41426 [  7212] By: jhi                                   on 2000/10/13  01:27:38
41427         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
41428              From: Peter Prymmer <pvhp@forte.com>
41429              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
41430              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
41431      Branch: perl
41432            ! t/op/oct.t
41433 ____________________________________________________________________________
41434 [  7211] By: jhi                                   on 2000/10/13  00:35:09
41435         Log: Update Changes.
41436      Branch: perl
41437            ! Changes patchlevel.h
41438 ____________________________________________________________________________
41439 [  7210] By: jhi                                   on 2000/10/12  23:59:40
41440         Log: The Install.pm third of
41441              
41442              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
41443              From: Bill Campbell <bill@celestial.com>
41444              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
41445              Date: Thu, 5 Oct 2000 18:04:51 -0700
41446      Branch: perl
41447            ! lib/ExtUtils/Install.pm
41448 ____________________________________________________________________________
41449 [  7209] By: jhi                                   on 2000/10/12  23:58:43
41450         Log: Two thirds of
41451              
41452              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
41453              Date: Thu, 5 Oct 2000 18:04:51 -0700
41454              From: Bill Campbell <bill@celestial.com>
41455              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
41456              
41457              The Install.pm changes will be submitted separately because
41458              they need some work and discussion still.
41459      Branch: perl
41460            ! lib/getopts.pl lib/termcap.pl
41461 ____________________________________________________________________________
41462 [  7208] By: jhi                                   on 2000/10/12  23:41:19
41463         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
41464              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
41465              Date:     Thu, 12 Oct 2000 07:30:02 EDT
41466              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
41467      Branch: perl
41468            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
41469            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
41470 ____________________________________________________________________________
41471 [  7207] By: jhi                                   on 2000/10/12  23:39:01
41472         Log: An updated EBCDIC tr patch.
41473              
41474              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
41475              From: Peter Prymmer <pvhp@forte.com>
41476              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
41477              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
41478      Branch: perl
41479            ! t/op/tr.t
41480 ____________________________________________________________________________
41481 [  7206] By: jhi                                   on 2000/10/12  23:34:55
41482         Log: Upgrade to CPAN 1.58, from Andreas König.
41483      Branch: perl
41484            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
41485 ____________________________________________________________________________
41486 [  7205] By: jhi                                   on 2000/10/12  23:29:08
41487         Log: Introduce the man[24-8] variables, from Andy Dougherty.
41488      Branch: metaconfig/U/perl
41489            + mandirs.U mandirstyle.U
41490      Branch: perl
41491            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
41492            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
41493            ! vos/config.h vos/config.pl vos/config_h.SH_orig
41494            ! win32/config.bc win32/config.gc win32/config.vc
41495 ____________________________________________________________________________
41496 [  7204] By: gsar                                  on 2000/10/12  18:11:24
41497         Log: restore change#7202
41498      Branch: perl
41499            ! mg.c
41500 ____________________________________________________________________________
41501 [  7203] By: gsar                                  on 2000/10/12  18:09:40
41502         Log: another test of the Emergency Broadcast System--back out 
41503              change#7202
41504      Branch: perl
41505            ! mg.c
41506 ____________________________________________________________________________
41507 [  7202] By: gsar                                  on 2000/10/12  16:40:47
41508         Log: (submitted on behalf of Jarkko)
41509              Fix the lib/encode.t subtest 6 failure as reported by Andreas
41510              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
41511              was unearthed by change 7182, as was a bug in HTML::Entities.
41512      Branch: perl
41513            ! mg.c
41514 ____________________________________________________________________________
41515 [  7201] By: jhi                                   on 2000/10/11  03:16:05
41516         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
41517      Branch: perl
41518            ! pp_hot.c t/pragma/utf8.t
41519 ____________________________________________________________________________
41520 [  7200] By: jhi                                   on 2000/10/11  00:40:30
41521         Log: The #7198 was a false alarm.
41522      Branch: perl
41523            ! pp_hot.c
41524 ____________________________________________________________________________
41525 [  7199] By: jhi                                   on 2000/10/11  00:26:04
41526         Log: Remove duplicated code.
41527      Branch: perl
41528            ! t/lib/cgi-html.t
41529 ____________________________________________________________________________
41530 [  7198] By: jhi                                   on 2000/10/10  23:30:46
41531         Log: (Retracted by #7200.)
41532      Branch: perl
41533            ! pp_hot.c
41534 ____________________________________________________________________________
41535 [  7197] By: jhi                                   on 2000/10/10  21:49:30
41536         Log: Add the test case for #7190, from the original bug report
41537              by Andreas König.
41538      Branch: perl
41539            ! t/pragma/utf8.t
41540 ____________________________________________________________________________
41541 [  7196] By: jhi                                   on 2000/10/10  21:40:49
41542         Log: Reapply Andy's patch and regen Configure.
41543      Branch: perl
41544            ! Configure INSTALL Makefile.SH Porting/Glossary
41545            ! Porting/config.sh config_h.SH epoc/config.sh installperl
41546            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
41547            ! win32/config.vc
41548 ____________________________________________________________________________
41549 [  7195] By: jhi                                   on 2000/10/10  21:09:30
41550         Log: Use the versiononly instead of the installscripts,
41551              retract the changes 7146 and 7147.
41552      Branch: perl
41553            ! Configure INSTALL Makefile.SH Porting/Glossary
41554            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
41555            ! installperl uconfig.sh vos/config.def win32/config.bc
41556            ! win32/config.gc win32/config.vc
41557 ____________________________________________________________________________
41558 [  7194] By: jhi                                   on 2000/10/10  21:06:15
41559         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
41560              From: Peter Prymmer <pvhp@forte.com>
41561              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
41562              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
41563      Branch: perl
41564            ! t/op/ver.t
41565 ____________________________________________________________________________
41566 [  7193] By: jhi                                   on 2000/10/10  21:05:12
41567         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
41568              From: Peter Prymmer <pvhp@forte.com>
41569              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
41570              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
41571      Branch: perl
41572            ! t/op/tr.t
41573 ____________________________________________________________________________
41574 [  7192] By: jhi                                   on 2000/10/10  20:57:30
41575         Log: Add versiononly, delete installscripts, from Andy Dougherty.
41576      Branch: metaconfig
41577            - U/installdirs/installscripts.U
41578      Branch: metaconfig/U/perl
41579            + versiononly.U
41580 ____________________________________________________________________________
41581 [  7191] By: jhi                                   on 2000/10/10  19:41:21
41582         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
41583              From: Peter Prymmer <pvhp@forte.com>
41584              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
41585              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
41586      Branch: perl
41587            ! pod/perlebcdic.pod
41588 ____________________________________________________________________________
41589 [  7190] By: jhi                                   on 2000/10/10  19:26:14
41590         Log: Subject: Re: utf8 concat, mg_get
41591              From: Simon Cozens <simon@cozens.net>
41592              Date: Tue, 10 Oct 2000 17:40:17 +0100
41593              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
41594      Branch: perl
41595            ! pp_hot.c
41596 ____________________________________________________________________________
41597 [  7189] By: jhi                                   on 2000/10/10  19:23:03
41598         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
41599              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
41600              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
41601              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
41602      Branch: perl
41603            ! lib/ExtUtils/MM_Unix.pm
41604 ____________________________________________________________________________
41605 [  7188] By: jhi                                   on 2000/10/10  15:31:24
41606         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
41607              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
41608              Date: Fri, 14 Jul 2000 10:47:36 +0100
41609              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
41610      Branch: perl
41611            ! README.win32
41612 ____________________________________________________________________________
41613 [  7187] By: jhi                                   on 2000/10/10  13:30:10
41614         Log: Quote the temp file name, needed in Win32 because the
41615              default name unfortunately contains spaces, shouldn't
41616              hurt elsewhere.
41617              
41618              Subject: FW: perldoc fails if $TEMP contains spaces
41619              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
41620              Date: Thu, 14 Sep 2000 08:58:45 +0100
41621              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
41622      Branch: perl
41623            ! utils/perldoc.PL
41624 ____________________________________________________________________________
41625 [  7186] By: jhi                                   on 2000/10/10  13:16:27
41626         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
41627              From: hv@hugo.hybyte.com
41628              Date: Tue, 10 Oct 2000 14:10:20 +0100
41629              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
41630      Branch: perl
41631            ! t/lib/thr5005.t util.c
41632 ____________________________________________________________________________
41633 [  7185] By: jhi                                   on 2000/10/10  12:06:22
41634         Log: Upgrade to podlators 1.04, from Russ Allbery.
41635      Branch: perl
41636            ! lib/Pod/Man.pm lib/Pod/Text.pm
41637 ____________________________________________________________________________
41638 [  7184] By: jhi                                   on 2000/10/10  12:01:32
41639         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
41640      Branch: perl
41641            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
41642 ____________________________________________________________________________
41643 [  7183] By: jhi                                   on 2000/10/09  23:47:15
41644         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
41645              From: Peter Prymmer <pvhp@forte.com>
41646              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
41647              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
41648      Branch: perl
41649            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
41650 ____________________________________________________________________________
41651 [  7182] By: jhi                                   on 2000/10/09  23:43:16
41652         Log: Make eq work again with utf8 (disabling the upgrading
41653              should no more be necessary since the copies of the
41654              scalars are upgraded, not the scalars themselves).
41655              Takes care of ID 20001009.001.  (The claimed length()
41656              bug in 20001009.001 seems bogus to me.)
41657      Branch: perl
41658            ! sv.c t/pragma/utf8.t
41659 ____________________________________________________________________________
41660 [  7181] By: gsar                                  on 2000/10/09  19:41:54
41661         Log: tweak for change#7173
41662      Branch: perl
41663            ! win32/win32sck.c
41664 ____________________________________________________________________________
41665 [  7180] By: gsar                                  on 2000/10/09  19:26:56
41666         Log: on Windows, clean targets might not work under some flavors of the shell
41667      Branch: perl
41668            ! win32/Makefile win32/makefile.mk
41669 ____________________________________________________________________________
41670 [  7179] By: jhi                                   on 2000/10/09  19:21:02
41671         Log: Update Changes.
41672      Branch: perl
41673            ! Changes patchlevel.h
41674 ____________________________________________________________________________
41675 [  7178] By: jhi                                   on 2000/10/09  19:18:23
41676         Log: Warn about unknown scripts.
41677              
41678              Subject: Re: ideas? patches? [PATCH bleadperl]
41679              From: Dominic Dunlop <domo@computer.org>
41680              Date: Mon, 9 Oct 2000 14:57:17 +0200
41681              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
41682      Branch: perl
41683            ! lib/charnames.pm
41684 ____________________________________________________________________________
41685 [  7177] By: jhi                                   on 2000/10/09  19:13:27
41686         Log: Change #7160 had a nasty typo.
41687      Branch: metaconfig
41688            ! U/compline/Compile.U
41689      Branch: perl
41690            ! Configure config_h.SH
41691 ____________________________________________________________________________
41692 [  7176] By: gsar                                  on 2000/10/09  18:59:33
41693         Log: pod nit
41694      Branch: perl
41695            ! pod/perlport.pod
41696 ____________________________________________________________________________
41697 [  7175] By: gsar                                  on 2000/10/09  18:54:28
41698         Log: Windows9x doesn't support link(), despite what Config.pm
41699              might think
41700      Branch: perl
41701            ! lib/ExtUtils/Manifest.pm
41702 ____________________________________________________________________________
41703 [  7174] By: gsar                                  on 2000/10/09  18:50:03
41704         Log: avoid nonportable example code
41705      Branch: perl
41706            ! lib/File/Copy.pm
41707 ____________________________________________________________________________
41708 [  7173] By: gsar                                  on 2000/10/09  18:46:54
41709         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
41710              being used) when closing a socket handle
41711      Branch: perl
41712            ! win32/win32.c win32/win32.h win32/win32sck.c
41713 ____________________________________________________________________________
41714 [  7172] By: gsar                                  on 2000/10/09  18:41:40
41715         Log: on Windows, cwd strings in the environment should be of the
41716              form =X:=X:\foo instead of =X=X:\foo\
41717      Branch: perl
41718            ! win32/vdir.h
41719 ____________________________________________________________________________
41720 [  7171] By: gsar                                  on 2000/10/09  18:30:09
41721         Log: on Windows, LoadLibrary() could load an extension DLL multiple
41722              times if forward slashes are used in the path
41723      Branch: perl
41724            ! win32/win32.c
41725 ____________________________________________________________________________
41726 [  7170] By: jhi                                   on 2000/10/09  17:53:59
41727         Log: Add a todo note about overloadable assertions.
41728      Branch: perl
41729            ! Todo-5.6
41730 ____________________________________________________________________________
41731 [  7169] By: jhi                                   on 2000/10/09  13:43:45
41732         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
41733              From: mjd@plover.com
41734              Date: 9 Oct 2000 00:24:44 -0000
41735              Message-ID: <20001009002444.10616.qmail@plover.com>
41736      Branch: perl
41737            ! pod/perldebguts.pod
41738 ____________________________________________________________________________
41739 [  7168] By: nick                                  on 2000/10/08  13:16:33
41740         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
41741              is not right thing to do on (e.g. x86). Network order is also "right" for
41742              X fonts.
41743      Branch: perl
41744            ! ext/Encode/Encode.pm
41745 ____________________________________________________________________________
41746 [  7167] By: nick                                  on 2000/10/08  12:54:42
41747         Log: Make "encodings" work post-install when Encode/*.enc files may not
41748              be in same directory as Encode.pm
41749      Branch: perl
41750            ! ext/Encode/Encode.pm
41751 ____________________________________________________________________________
41752 [  7166] By: nick                                  on 2000/10/08  11:51:26
41753         Log: Work round the fact that $hash->{$key} does not take into account
41754              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
41755              so that key is always in the "expected" encoding - i.e. same way we put
41756              it in the hash.
41757      Branch: perl
41758            ! ext/Encode/Encode.pm
41759 ____________________________________________________________________________
41760 [  7165] By: gsar                                  on 2000/10/08  04:15:29
41761         Log: save_re_context() could reset PL_curcop to freed memory, causing core
41762              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
41763      Branch: perl
41764            ! pp_ctl.c
41765 ____________________________________________________________________________
41766 [  7164] By: jhi                                   on 2000/10/06  20:51:48
41767         Log: UTF8ize split() so that the cloned substrings get the UTF8
41768              flag of the original scalar.  Problem reported by Simon Cozens.
41769      Branch: perl
41770            ! pp.c t/pragma/utf8.t
41771 ____________________________________________________________________________
41772 [  7163] By: nick                                  on 2000/10/06  20:48:34
41773         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
41774              got a false +ve and so did not reach code which would have un-FAKEd the SV.
41775      Branch: perl
41776            ! sv.c
41777 ____________________________________________________________________________
41778 [  7162] By: nick                                  on 2000/10/06  20:25:37
41779         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
41780              To fix  (sort {$a <=> $b} keys %hash) in particular but
41781              should cover a number of other as-yet-unknown cases as well.
41782      Branch: perl
41783            ! sv.c
41784 ____________________________________________________________________________
41785 [  7161] By: jhi                                   on 2000/10/06  19:56:18
41786         Log: Change the version number of Tie::Handle in the core to 4.0,
41787              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
41788              
41789              Subject: Note on Tie::Handle
41790              From: andreas.koenig@anima.de (Andreas J. Koenig)
41791              Date:      06 Oct 2000 21:48:58 +0200
41792              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
41793      Branch: perl
41794            ! lib/Tie/Handle.pm
41795 ____________________________________________________________________________
41796 [  7160] By: jhi                                   on 2000/10/06  18:20:35
41797         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
41798              as the first option of cc/ld because of ultrapicky compilers
41799              (e.g. OS/390 R2.5)
41800      Branch: metaconfig
41801            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
41802            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
41803            ! U/compline/orderlib.U U/modified/Cppsym.U
41804            ! U/modified/d_access.U
41805      Branch: metaconfig/U/perl
41806            ! Checkcc.U d_dlsymun.U gccvers.U
41807      Branch: perl
41808            ! Configure config_h.SH
41809 ____________________________________________________________________________
41810 [  7159] By: jhi                                   on 2000/10/06  13:56:39
41811         Log: Update Changes.
41812      Branch: perl
41813            ! Changes patchlevel.h
41814 ____________________________________________________________________________
41815 [  7158] By: jhi                                   on 2000/10/06  12:48:40
41816         Log: Eliminate $Is_VMS code from the test.
41817              
41818              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
41819              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
41820              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
41821              Date:     Thu, 5 Oct 2000 07:46:33 EDT
41822      Branch: perl
41823            ! t/lib/b.t
41824 ____________________________________________________________________________
41825 [  7157] By: jhi                                   on 2000/10/06  12:47:13
41826         Log: Also the $ccflags is needed for the C compiler check.
41827              
41828              Subject: Configure (check for C-compiler)
41829              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
41830              Date: Fri, 06 Oct 2000 08:47:15 +0200
41831              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
41832      Branch: metaconfig/U/perl
41833            ! Checkcc.U
41834      Branch: perl
41835            ! Configure config_h.SH
41836 ____________________________________________________________________________
41837 [  7156] By: jhi                                   on 2000/10/06  11:45:15
41838         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
41839      Branch: perl
41840            ! perl.c pp_ctl.c sv.h utf8.c
41841 ____________________________________________________________________________
41842 [  7155] By: jhi                                   on 2000/10/06  11:40:41
41843         Log: IO::Handle->syswrite() did not handle length omission
41844              like CORE::syswrite() does.
41845              
41846              Subject: [Fwd] IO::Handle, syswrite and arguments
41847              From: Graham Barr <gbarr@pobox.com>
41848              Date: Fri, 6 Oct 2000 10:22:05 +0100
41849              Message-ID: <20001006102205.U6312@pobox.com>
41850              
41851              The original patch from andrew@ugh.net.au.
41852      Branch: perl
41853            ! ext/IO/lib/IO/Handle.pm
41854 ____________________________________________________________________________
41855 [  7154] By: jhi                                   on 2000/10/06  01:42:15
41856         Log: Tweak #7153.
41857      Branch: perl
41858            ! utf8.h
41859 ____________________________________________________________________________
41860 [  7153] By: jhi                                   on 2000/10/06  00:39:55
41861         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
41862      Branch: perl
41863            ! utf8.h
41864 ____________________________________________________________________________
41865 [  7152] By: jhi                                   on 2000/10/06  00:38:11
41866         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
41867      Branch: perl
41868            ! perl.c pp_ctl.c sv.h utf8.c
41869 ____________________________________________________________________________
41870 [  7151] By: jhi                                   on 2000/10/06  00:36:38
41871         Log: Subject: Re: Questions about Tie::Array and perl modules
41872              From: Nick Ing-Simmons <nik@tiuk.ti.com>
41873              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
41874              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
41875              
41876              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
41877      Branch: perl
41878            ! lib/Tie/Array.pm t/op/array.t
41879 ____________________________________________________________________________
41880 [  7150] By: jhi                                   on 2000/10/05  00:20:45
41881         Log: Regen Changes.
41882      Branch: perl
41883            ! Changes patchlevel.h
41884 ____________________________________________________________________________
41885 [  7149] By: jhi                                   on 2000/10/05  00:20:01
41886         Log: Regen toc.
41887      Branch: perl
41888            ! pod/perltoc.pod
41889 ____________________________________________________________________________
41890 [  7148] By: jhi                                   on 2000/10/04  23:35:08
41891         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
41892              reported several times by Dominic Dunlop, for example in
41893              ID 20000315.008.  Patch from Dominic.  Patch affects at
41894              least MachTen, and possibly other oldish BSDs. Should not
41895              break non-broken platforms (tested on LinuxPPC). 
41896      Branch: perl
41897            ! doio.c
41898 ____________________________________________________________________________
41899 [  7147] By: jhi                                   on 2000/10/04  23:26:34
41900         Log: The one that got away from 7146.
41901      Branch: metaconfig
41902            + U/installdirs/installscripts.U
41903 ____________________________________________________________________________
41904 [  7146] By: jhi                                   on 2000/10/04  23:25:04
41905         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
41906              suggested by H. Merijn Brand.
41907      Branch: perl
41908            ! Configure INSTALL Makefile.SH Porting/Glossary
41909            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
41910            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
41911            ! win32/config.vc
41912 ____________________________________________________________________________
41913 [  7145] By: jhi                                   on 2000/10/04  22:08:21
41914         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
41915              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41916              Date: Wed, 4 Oct 2000 17:37:46 -0400
41917              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
41918      Branch: perl
41919            ! utils/h2xs.PL
41920 ____________________________________________________________________________
41921 [  7144] By: jhi                                   on 2000/10/04  18:11:41
41922         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
41923              From: Jeff Pinyan <jeffp@crusoe.net>
41924              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
41925              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
41926      Branch: perl
41927            ! pod/perlrun.pod
41928 ____________________________________________________________________________
41929 [  7143] By: jhi                                   on 2000/10/04  18:09:58
41930         Log: Subject: perlhack.pod Patch for Externals Tools
41931              From: Fisher Mark <fisherm@tce.com>
41932              Date: Tue, 3 Oct 2000 15:43:27 -0500 
41933              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
41934      Branch: perl
41935            ! pod/perlhack.pod
41936 ____________________________________________________________________________
41937 [  7142] By: jhi                                   on 2000/10/04  18:08:41
41938         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
41939              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
41940              Date:     Wed, 4 Oct 2000 12:11:11 EDT
41941              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
41942      Branch: perl
41943            ! vms/vms.c
41944 ____________________________________________________________________________
41945 [  7141] By: jhi                                   on 2000/10/04  12:20:16
41946         Log: Subject: [PATCH 5.7.0] h2xs not working
41947              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41948              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
41949              Date: Tue, 3 Oct 2000 21:43:01 -0400
41950              
41951              Subject: [PATCH 5.7.0] h2xs not documenting the created module
41952              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41953              Date: Tue, 3 Oct 2000 22:55:19 -0400
41954              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
41955      Branch: perl
41956            ! utils/h2xs.PL
41957 ____________________________________________________________________________
41958 [  7140] By: jhi                                   on 2000/10/04  11:53:44
41959         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
41960              From: nick@babyhippo.com
41961              Date: Wed, 4 Oct 2000 12:06:45 +0100
41962              Message-Id: <20001004120645.A7356@babyhippo.com>
41963              
41964              Retract 7118 and 7135.
41965      Branch: perl
41966            ! installman installperl op.c t/pragma/subs.t
41967 ____________________________________________________________________________
41968 [  7139] By: jhi                                   on 2000/10/03  22:09:41
41969         Log: It is possible to have no hosts database at all.  Pointed out in
41970              
41971              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
41972              From: Peter Prymmer <pvhp@forte.com>
41973              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
41974              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
41975      Branch: metaconfig
41976            ! U/modified/myhostname.U
41977      Branch: perl
41978            ! Configure config_h.SH
41979 ____________________________________________________________________________
41980 [  7138] By: jhi                                   on 2000/10/03  21:49:49
41981         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
41982              From: Peter Prymmer <pvhp@forte.com>
41983              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
41984              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
41985      Branch: perl
41986            ! pp_sys.c
41987 ____________________________________________________________________________
41988 [  7137] By: jhi                                   on 2000/10/03  20:10:05
41989         Log: One remaining nit less at the VMS mailbox sizing.
41990      Branch: perl
41991            ! vms/vms.c
41992 ____________________________________________________________________________
41993 [  7136] By: jhi                                   on 2000/10/03  20:08:47
41994         Log: Test harness update to sync with the new perlcc,
41995              from Simon Cozens.
41996      Branch: perl
41997            ! t/TEST t/UTEST
41998 ____________________________________________________________________________
41999 [  7135] By: jhi                                   on 2000/10/03  15:15:42
42000         Log: Subject: Re: PATCH for 20001003.004
42001              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
42002              From: "AARON B. DOSSETT" <aaron@iglou.com>
42003              Message-Id: <E13gTay-0006od-00@iglou.com>
42004      Branch: perl
42005            ! installman installperl
42006 ____________________________________________________________________________
42007 [  7134] By: jhi                                   on 2000/10/03  15:00:34
42008         Log: Subject: [ID 20001003.006] B::Debug not -w clean
42009              From: Nicholas Clark <nick@babyhippo.co.uk>
42010              Date: Tue, 03 Oct 2000 15:46:32 +0100
42011              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
42012      Branch: perl
42013            ! ext/B/B/Debug.pm
42014 ____________________________________________________________________________
42015 [  7133] By: jhi                                   on 2000/10/03  14:58:39
42016         Log: Scale down the VMS message boxes, by Charles Lane.
42017              Fix for ID 20000903.009, workaround at
42018              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
42019      Branch: perl
42020            ! vms/vms.c
42021 ____________________________________________________________________________
42022 [  7132] By: jhi                                   on 2000/10/03  11:20:37
42023         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
42024      Branch: perl
42025            + t/lib/st-lock.t t/lib/st-utf8.t
42026            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
42027            ! ext/Storable/Storable.xs t/lib/st-recurse.t
42028 ____________________________________________________________________________
42029 [  7131] By: jhi                                   on 2000/10/03  03:38:23
42030         Log: Encode nits.
42031      Branch: perl
42032            ! MANIFEST Makefile.SH
42033 ____________________________________________________________________________
42034 [  7130] By: jhi                                   on 2000/10/03  03:31:05
42035         Log: Update Changes.
42036      Branch: perl
42037            ! Changes patchlevel.h
42038 ____________________________________________________________________________
42039 [  7129] By: jhi                                   on 2000/10/03  02:24:02
42040         Log: Misplaced else.
42041      Branch: metaconfig/U/perl
42042            ! d_strtoll.U
42043      Branch: perl
42044            ! Configure config_h.SH
42045 ____________________________________________________________________________
42046 [  7128] By: jhi                                   on 2000/10/03  02:08:29
42047         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
42048              From: sthoenna@efn.org
42049              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
42050              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
42051      Branch: metaconfig/U/perl
42052            ! d_strtoll.U
42053      Branch: perl
42054            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
42055 ____________________________________________________________________________
42056 [  7127] By: jhi                                   on 2000/10/03  01:13:14
42057         Log: Update Changes.
42058      Branch: perl
42059            ! Changes patchlevel.h
42060 ____________________________________________________________________________
42061 [  7126] By: jhi                                   on 2000/10/03  00:57:08
42062         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
42063              as suggested by Olaf Flebbe and Nick Clark.
42064      Branch: perl
42065            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
42066 ____________________________________________________________________________
42067 [  7125] By: jhi                                   on 2000/10/03  00:50:56
42068         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
42069              From: Nick Clark <nick@plum.flirble.org>
42070              Date: Mon, 2 Oct 2000 11:03:24 +0100
42071              Message-Id: <20001002110324.D20073@plum.flirble.org>
42072              
42073              Also fixes bug ID 20001002.005.
42074      Branch: perl
42075            ! t/lib/encode.t
42076 ____________________________________________________________________________
42077 [  7124] By: jhi                                   on 2000/10/03  00:34:59
42078         Log: Subject: [PATCH 5.7.0] Epoc update
42079              From: Olaf Flebbe <o.flebbe@gmx.de>
42080              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
42081              Message-ID: <26423.969484586@www10.gmx.net>
42082      Branch: perl
42083            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
42084            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
42085            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
42086            ! util.c util.h
42087 ____________________________________________________________________________
42088 [  7123] By: jhi                                   on 2000/10/03  00:30:07
42089         Log: Regen headers.
42090      Branch: perl
42091            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
42092 ____________________________________________________________________________
42093 [  7122] By: jhi                                   on 2000/10/03  00:10:48
42094         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
42095      Branch: perl
42096            ! hints/openbsd.sh
42097 ____________________________________________________________________________
42098 [  7121] By: jhi                                   on 2000/10/03  00:05:06
42099         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
42100              From: <abigail@foad.org>
42101              Date: Tue, 26 Sep 2000 13:36:14 -0400
42102              Message-ID: <20000926173614.4356.qmail@foad.org>
42103      Branch: perl
42104            ! pod/perlop.pod
42105 ____________________________________________________________________________
42106 [  7120] By: jhi                                   on 2000/10/03  00:04:00
42107         Log: Inside require() $^S was always left undefined.
42108              
42109              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
42110              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42111              Date: Wed, 27 Sep 2000 18:54:49 -0400
42112              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
42113      Branch: perl
42114            ! cop.h mg.c pp_ctl.c util.c
42115 ____________________________________________________________________________
42116 [  7119] By: jhi                                   on 2000/10/03  00:00:16
42117         Log: Subject: [PATCH] DLL not restartabke with threaded perl
42118              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
42119              Date: Thu, 28 Sep 2000 09:20:46 +0100
42120              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
42121      Branch: perl
42122            ! perl.c
42123 ____________________________________________________________________________
42124 [  7118] By: jhi                                   on 2000/10/02  23:59:20
42125         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
42126              From: Nicholas Clark <nick@ccl4.org>
42127              Date: Thu, 28 Sep 2000 11:52:24 +0100
42128              Message-ID: <20000928115224.D7924@plum.flirble.org>
42129      Branch: perl
42130            ! op.c
42131 ____________________________________________________________________________
42132 [  7117] By: jhi                                   on 2000/10/02  23:57:51
42133         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
42134              From: Nicholas Clark <nick@babyhippo.co.uk>
42135              Date: Thu, 28 Sep 2000 12:18:10 +0100
42136              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
42137              
42138              Did not apply cleanly, manual intervention was needed.
42139      Branch: perl
42140            ! ext/B/B/Bytecode.pm utils/perlcc.PL
42141 ____________________________________________________________________________
42142 [  7116] By: jhi                                   on 2000/10/02  23:50:40
42143         Log: Document the issue (is not a syntax error, kind of)
42144              
42145              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
42146              From: Nicholas Clark <nick@ccl4.org>
42147              Date: Thu, 28 Sep 2000 17:12:42 +0100
42148              Message-ID: <20000928171242.K7924@plum.flirble.org>
42149      Branch: perl
42150            ! pod/perldata.pod
42151 ____________________________________________________________________________
42152 [  7115] By: jhi                                   on 2000/10/02  23:48:58
42153         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
42154              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42155              Date: Thu, 28 Sep 2000 21:55:31 -0400
42156              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
42157      Branch: perl
42158            ! regexec.c
42159 ____________________________________________________________________________
42160 [  7114] By: jhi                                   on 2000/10/02  23:47:57
42161         Log: Subject: DOC PATCH 5.6.0
42162              From: mjd@plover.com
42163              Date: 30 Sep 2000 06:02:34 -0000
42164              Message-ID: <20000930060234.4559.qmail@plover.com>
42165      Branch: perl
42166            ! pod/perldebguts.pod
42167 ____________________________________________________________________________
42168 [  7113] By: jhi                                   on 2000/10/02  23:46:43
42169         Log: SOCK_DGRAM and listen() do not mix as reported in
42170              
42171              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
42172              From: Petter Reinholdtsen <pere@hungry.com>
42173              Date: Sun, 1 Oct 2000 10:57:20 +0800
42174              Message-Id: <200010010257.KAA05735@localhost.localdomain>
42175              
42176              The patch for 5.7.0+ had to be reengineered, though.
42177      Branch: perl
42178            ! ext/IO/lib/IO/Socket/UNIX.pm
42179 ____________________________________________________________________________
42180 [  7112] By: jhi                                   on 2000/10/02  23:36:57
42181         Log: Subject: Re: [PATCH 5.005_64 missed]
42182              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42183              Date: Sun, 1 Oct 2000 18:50:10 -0400
42184              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
42185      Branch: perl
42186            ! pod/perlxs.pod
42187 ____________________________________________________________________________
42188 [  7111] By: jhi                                   on 2000/10/02  23:35:40
42189         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
42190              From: Radu Greab <radu@netsoft.ro>
42191              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
42192              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
42193      Branch: perl
42194            ! op.c opcode.pl t/op/substr.t
42195 ____________________________________________________________________________
42196 [  7110] By: jhi                                   on 2000/10/02  23:32:38
42197         Log: Subject: [PATCH] Fix aliasing of tied filehandles
42198              From: Daniel Chetlin <daniel@chetlin.com>
42199              Date: Mon, 2 Oct 2000 14:53:27 -0700
42200              Message-ID: <20001002145327.C1617@ilmd>
42201      Branch: perl
42202            ! perl.h pp_hot.c t/op/tiehandle.t
42203 ____________________________________________________________________________
42204 [  7109] By: jhi                                   on 2000/10/02  23:31:30
42205         Log: s/Robin Parker/Robin Barker/
42206      Branch: perl
42207            ! Changes5.6
42208 ____________________________________________________________________________
42209 [  7108] By: jhi                                   on 2000/10/02  23:15:46
42210         Log: Retract #7091 as suggested in
42211              
42212              From: Robin Barker <rmb1@cise.npl.co.uk> 
42213              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
42214              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
42215              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
42216      Branch: perl
42217            ! embed.pl proto.h
42218 ____________________________________________________________________________
42219 [  7107] By: nick                                  on 2000/10/02  18:23:14
42220         Log: A few tweaks to get Tk803 to work with Encode scheme.
42221      Branch: perl
42222            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
42223 ____________________________________________________________________________
42224 [  7106] By: nick                                  on 2000/10/01  21:34:14
42225         Log: Add checking cases to Encode's toUnicode and fromUnicode.
42226      Branch: perl
42227            ! ext/Encode/Encode.pm
42228 ____________________________________________________________________________
42229 [  7105] By: nick                                  on 2000/10/01  17:18:01
42230         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
42231              To read and use them.
42232              Add a lib/encode.t which checks a few things.
42233      Branch: perl
42234            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
42235            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
42236            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
42237            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
42238            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
42239            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
42240            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
42241            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
42242            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
42243            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
42244            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
42245            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
42246            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
42247            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
42248            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
42249            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
42250            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
42251            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
42252            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
42253            + ext/Encode/Encode/iso2022-jp.enc
42254            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
42255            + ext/Encode/Encode/iso8859-1.enc
42256            + ext/Encode/Encode/iso8859-2.enc
42257            + ext/Encode/Encode/iso8859-3.enc
42258            + ext/Encode/Encode/iso8859-4.enc
42259            + ext/Encode/Encode/iso8859-5.enc
42260            + ext/Encode/Encode/iso8859-6.enc
42261            + ext/Encode/Encode/iso8859-7.enc
42262            + ext/Encode/Encode/iso8859-8.enc
42263            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
42264            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
42265            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
42266            + ext/Encode/Encode/macCentEuro.enc
42267            + ext/Encode/Encode/macCroatian.enc
42268            + ext/Encode/Encode/macCyrillic.enc
42269            + ext/Encode/Encode/macDingbats.enc
42270            + ext/Encode/Encode/macGreek.enc
42271            + ext/Encode/Encode/macIceland.enc
42272            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
42273            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
42274            + ext/Encode/Encode/macTurkish.enc
42275            + ext/Encode/Encode/macUkraine.enc
42276            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
42277            + t/lib/encode.t
42278            ! MANIFEST ext/Encode/Encode.pm
42279 ____________________________________________________________________________
42280 [  7104] By: nick                                  on 2000/09/30  13:04:30
42281         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
42282              From: Daniel Chetlin <daniel@chetlin.com>
42283              Date: Mon, 18 Sep 2000 05:05:40 -0700
42284              Message-Id: <20000918050540.C652@ilmd>
42285      Branch: perl
42286            ! lib/overload.pm sv.c t/pragma/overload.t
42287 ____________________________________________________________________________
42288 [  7103] By: nick                                  on 2000/09/30  12:53:36
42289         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
42290              From: Johan Vromans <jvromans@squirrel.nl>
42291              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
42292              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
42293      Branch: perl
42294            ! pod/Makefile.SH
42295 ____________________________________________________________________________
42296 [  7102] By: nick                                  on 2000/09/30  12:52:31
42297         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
42298              From: Spider Boardman <spider@Orb.Nashua.NH.US>
42299              Date: Sat, 16 Sep 2000 16:36:45 -0400
42300              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
42301      Branch: perl
42302            ! ext/B/B/Deparse.pm
42303 ____________________________________________________________________________
42304 [  7101] By: nick                                  on 2000/09/30  12:51:41
42305         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
42306              From: Craig A. Berry <craig.berry@psinetcs.com>
42307              Date: Sat, 16 Sep 2000 10:11:10 -0500
42308              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
42309      Branch: perl
42310            ! vms/vms.c
42311 ____________________________________________________________________________
42312 [  7100] By: nick                                  on 2000/09/30  12:50:33
42313         Log: Subject: Re: unicode support and perl [ID 20000901.097]
42314              From: Spider Boardman <spider@Orb.Nashua.NH.US>
42315              Date: Fri, 15 Sep 2000 16:37:58 -0400
42316              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
42317      Branch: perl
42318            ! t/op/append.t
42319 ____________________________________________________________________________
42320 [  7099] By: nick                                  on 2000/09/30  12:49:35
42321         Log: Subject: Re: unicode support and perl [ID 20000901.097]
42322              From: Spider Boardman <spider@Orb.Nashua.NH.US>
42323              Date: Fri, 15 Sep 2000 16:25:30 -0400
42324              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
42325      Branch: perl
42326            ! pp_hot.c
42327 ____________________________________________________________________________
42328 [  7098] By: nick                                  on 2000/09/30  12:48:00
42329         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
42330              From: Gisle Aas <gisle@ActiveState.com>
42331              Date: 15 Sep 2000 16:23:41 +0200
42332              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
42333      Branch: perl
42334            ! toke.c
42335 ____________________________________________________________________________
42336 [  7097] By: nick                                  on 2000/09/30  12:45:16
42337         Log: Subject: [PATCH] Nits in perlmod.pod
42338              From: Daniel Chetlin <daniel@chetlin.com>
42339              Date: Fri, 15 Sep 2000 02:04:09 -0700
42340              Message-Id: <20000915020409.A2104@ilmd>
42341      Branch: perl
42342            ! pod/perlmod.pod
42343 ____________________________________________________________________________
42344 [  7096] By: nick                                  on 2000/09/30  12:18:00
42345         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
42346              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
42347              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
42348              0 to checking to get the warning.
42349      Branch: perl
42350            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
42351            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
42352            ! regexec.c sv.c toke.c utf8.c
42353 ____________________________________________________________________________
42354 [  7095] By: nick                                  on 2000/09/15  16:55:59
42355         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
42356              
42357              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
42358              From: Spider Boardman <spider@Orb.Nashua.NH.US>
42359              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
42360              Date: Fri, 15 Sep 2000 06:37:30 -0400
42361      Branch: perl
42362            ! ext/Encode/Encode.xs sv.c
42363 ____________________________________________________________________________
42364 [  7094] By: jhi                                   on 2000/09/15  03:23:32
42365         Log: Update Changes.
42366      Branch: perl
42367            ! Changes patchlevel.h
42368 ____________________________________________________________________________
42369 [  7093] By: jhi                                   on 2000/09/15  03:11:44
42370         Log: Fix for the charnames.t failures from Spider Boardman.
42371      Branch: perl
42372            ! toke.c
42373 ____________________________________________________________________________
42374 [  7092] By: jhi                                   on 2000/09/15  00:15:48
42375         Log: Botched the #7090 check-in.
42376      Branch: perl
42377            ! sv.c
42378 ____________________________________________________________________________
42379 [  7091] By: jhi                                   on 2000/09/14  23:33:24
42380         Log: Part of #7081 didn't come through.
42381      Branch: perl
42382            ! embed.pl proto.h
42383 ____________________________________________________________________________
42384 [  7090] By: jhi                                   on 2000/09/14  23:17:39
42385         Log: Subject: Re: perl@7078 
42386              From: Spider Boardman <spider@web.zk3.dec.com>
42387              Date: Thu, 14 Sep 2000 19:06:36 -0400
42388              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
42389      Branch: perl
42390            ! sv.c toke.c
42391 ____________________________________________________________________________
42392 [  7089] By: jhi                                   on 2000/09/14  23:11:21
42393         Log: Small portability tweaks.
42394      Branch: perl
42395            ! ext/Encode/Encode.xs
42396 ____________________________________________________________________________
42397 [  7088] By: jhi                                   on 2000/09/14  22:57:23
42398         Log: Fake return to pacify picky compilers.
42399      Branch: perl
42400            ! ext/Encode/Encode.xs
42401 ____________________________________________________________________________
42402 [  7087] By: jhi                                   on 2000/09/14  22:53:37
42403         Log: Subject: [PATCH] utf8.c apidoc
42404              From: Simon Cozens <simon@cozens.net>
42405              Date: Thu, 14 Sep 2000 23:46:57 +0100
42406              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
42407      Branch: perl
42408            ! perlapi.c pod/perlapi.pod utf8.c
42409 ____________________________________________________________________________
42410 [  7086] By: jhi                                   on 2000/09/14  22:40:38
42411         Log: We don't need to count the high bit bytes, a boolean is enough. 
42412      Branch: perl
42413            ! sv.c
42414 ____________________________________________________________________________
42415 [  7085] By: jhi                                   on 2000/09/14  21:20:09
42416         Log: Replace #7084 with
42417              
42418              Subject: Re: perl@7078 
42419              From: Spider Boardman <spider@web.zk3.dec.com>
42420              Date: Thu, 14 Sep 2000 17:09:36 -0400
42421              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
42422      Branch: perl
42423            ! sv.c utf8.c
42424 ____________________________________________________________________________
42425 [  7084] By: jhi                                   on 2000/09/14  20:03:34
42426         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
42427              convertable to bytes by checking it doesn't go above 0xc3
42428              
42429              Subject: Re: perl@7078
42430              From: Simon Cozens <simon@cozens.net>
42431              Date: Thu, 14 Sep 2000 20:59:19 +0100
42432              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
42433      Branch: perl
42434            ! utf8.c
42435 ____________________________________________________________________________
42436 [  7083] By: jhi                                   on 2000/09/14  19:38:47
42437         Log: Subject: Re: perl@7078
42438              From: Simon Cozens <simon@cozens.net>
42439              Date: Thu, 14 Sep 2000 20:13:09 +0100
42440              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
42441      Branch: perl
42442            ! t/op/bop.t
42443 ____________________________________________________________________________
42444 [  7082] By: jhi                                   on 2000/09/14  17:50:44
42445         Log: The one that got away.
42446      Branch: perl
42447            ! lib/File/Find.pm
42448 ____________________________________________________________________________
42449 [  7081] By: jhi                                   on 2000/09/14  17:45:35
42450         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
42451              From: Robin Barker <rmb1@cise.npl.co.uk>
42452              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
42453              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
42454      Branch: perl
42455            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
42456            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
42457            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
42458            ! regcomp.c toke.c universal.c
42459 ____________________________________________________________________________
42460 [  7080] By: jhi                                   on 2000/09/14  17:40:35
42461         Log: Problems picked up by AIX cc.
42462              
42463              Subject: Re: perl@7078 (patch included)
42464              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
42465              Date: Thu, 14 Sep 2000 18:53:30 +0200
42466              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
42467      Branch: perl
42468            ! ext/Encode/Encode.xs
42469 ____________________________________________________________________________
42470 [  7079] By: jhi                                   on 2000/09/14  17:38:27
42471         Log: Subject: File::Find 5.7.0 POD nits
42472              From: Rich Morin <rdm@cfcl.com>
42473              Date: Wed, 13 Sep 2000 22:03:58 -0700
42474              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
42475      Branch: perl
42476            ! lib/File/Find.pm
42477 ____________________________________________________________________________
42478 [  7078] By: jhi                                   on 2000/09/14  14:58:20
42479         Log: Update Changes.
42480      Branch: perl
42481            ! Changes patchlevel.h
42482 ____________________________________________________________________________
42483 [  7077] By: jhi                                   on 2000/09/14  14:55:54
42484         Log: Compilation warnings and an error.
42485      Branch: perl
42486            ! sv.c
42487 ____________________________________________________________________________
42488 [  7076] By: jhi                                   on 2000/09/14  14:42:56
42489         Log: Fix for a parsing bug, not for the original bug.
42490              
42491              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
42492              From: Spider Boardman <spider@web.zk3.dec.com>
42493              Date: Wed, 13 Sep 2000 17:52:20 -0400
42494              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
42495      Branch: perl
42496            ! regcomp.c
42497 ____________________________________________________________________________
42498 [  7075] By: jhi                                   on 2000/09/14  14:40:40
42499         Log: Batch of UTF-8 patches from Simon Cozens.
42500      Branch: perl
42501            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
42502            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
42503            ! toke.c utf8.c
42504 ____________________________________________________________________________
42505 [  7074] By: jhi                                   on 2000/09/14  14:29:58
42506         Log: Subject: Re: Two advertising clauses need to be removed
42507              From: Russ Allbery <rra@stanford.edu>
42508              Date: 13 Sep 2000 18:50:26 -0700
42509              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
42510      Branch: perl
42511            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
42512 ____________________________________________________________________________
42513 [  7073] By: jhi                                   on 2000/09/14  14:28:20
42514         Log: Subject: [PATCH] de-wall t/README
42515              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
42516              Date: Wed, 13 Sep 2000 17:46:55 -0700
42517              Message-ID: <//Bw5gzkge/e092yn@efn.org>
42518      Branch: perl
42519            ! t/README
42520 ____________________________________________________________________________
42521 [  7072] By: jhi                                   on 2000/09/14  14:25:10
42522         Log: Hints optimization.
42523              
42524              Subject: Minor nit
42525              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
42526              Date: Wed, 13 Sep 2000 21:42:07 +0200
42527              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
42528      Branch: perl
42529            ! hints/hpux.sh
42530 ____________________________________________________________________________
42531 [  7071] By: jhi                                   on 2000/09/14  14:23:30
42532         Log: Allow chop() and chomp() to be overridden.
42533              
42534              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
42535              From: "Casey R. Tweten" <crt@kiski.net>
42536              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
42537              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
42538      Branch: perl
42539            ! toke.c
42540 ____________________________________________________________________________
42541 [  7070] By: jhi                                   on 2000/09/14  14:20:36
42542         Log: The return value of setlocale must be copied away.
42543              
42544              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
42545              From: Alan Burlison <Alan.Burlison@uk.sun.com>
42546              Date: Wed, 13 Sep 2000 16:27:37 +0100 
42547              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
42548      Branch: perl
42549            ! util.c
42550 ____________________________________________________________________________
42551 [  7069] By: jhi                                   on 2000/09/14  14:16:27
42552         Log: Remove vestiges of tr//CU.
42553              
42554              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
42555              From: Nick Clark <nick@plum.flirble.org>
42556              Date: Tue, 12 Sep 2000 22:50:14 +0100
42557              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
42558              
42559              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
42560              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
42561              Date: Tue, 12 Sep 2000 21:38:48 -0700
42562              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
42563      Branch: perl
42564            ! op.h pod/perlunicode.pod
42565 ____________________________________________________________________________
42566 [  7068] By: jhi                                   on 2000/09/13  14:18:39
42567         Log: Add the Encode extension.  The code is still largely just skeleton.
42568      Branch: perl
42569            + ext/Encode/Encode.pm ext/Encode/Encode.xs
42570            + ext/Encode/Makefile.PL ext/Encode/Todo
42571            ! MANIFEST Todo-5.6
42572 ____________________________________________________________________________
42573 [  7067] By: jhi                                   on 2000/09/12  17:43:33
42574         Log: Allow for whitespace between "#" and "line" in cpp output.
42575              
42576              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
42577              From: Calle Dybedahl <calle@lysator.liu.se>
42578              Date: 12 Sep 2000 19:38:02 +0200 
42579              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
42580      Branch: perl
42581            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
42582 ____________________________________________________________________________
42583 [  7066] By: gsar                                  on 2000/09/12  17:24:29
42584         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
42585              initialization in all the threads on Windows
42586      Branch: perl
42587            ! win32/win32.c
42588 ____________________________________________________________________________
42589 [  7065] By: jhi                                   on 2000/09/12  15:11:31
42590         Log: Update Changes.
42591      Branch: perl
42592            ! Changes patchlevel.h
42593 ____________________________________________________________________________
42594 [  7064] By: jhi                                   on 2000/09/12  14:54:54
42595         Log: Retract #7062, the pod tests are not ready.
42596      Branch: perl
42597            ! t/TEST t/harness
42598 ____________________________________________________________________________
42599 [  7063] By: jhi                                   on 2000/09/12  14:25:41
42600         Log: The #7054 truncated Configure badly.
42601      Branch: metaconfig/U/perl
42602            ! End.U
42603      Branch: perl
42604            ! Configure config_h.SH
42605 ____________________________________________________________________________
42606 [  7062] By: jhi                                   on 2000/09/12  14:08:32
42607         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
42608              From: sthoenna@efn.org
42609              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
42610              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
42611      Branch: perl
42612            ! t/TEST t/harness
42613 ____________________________________________________________________________
42614 [  7061] By: jhi                                   on 2000/09/12  14:07:18
42615         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
42616              From: sthoenna@efn.org
42617              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
42618              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
42619      Branch: perl
42620            ! pod/perlxs.pod
42621 ____________________________________________________________________________
42622 [  7060] By: jhi                                   on 2000/09/12  14:06:08
42623         Log: Break up the myconfig lines a bit.
42624              
42625              Subject: perlbug/perl -V output format
42626              From: sthoenna@efn.org
42627              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
42628              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
42629      Branch: perl
42630            ! myconfig.SH
42631 ____________________________________________________________________________
42632 [  7059] By: jhi                                   on 2000/09/12  14:05:04
42633         Log: Test for the #7049.
42634              
42635              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
42636              From: andreas.koenig@anima.de (Andreas J. Koenig)
42637              Date: 12 Sep 2000 06:42:01 +0200
42638              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
42639      Branch: perl
42640            ! t/op/my.t
42641 ____________________________________________________________________________
42642 [  7058] By: jhi                                   on 2000/09/12  14:03:05
42643         Log: Subject: [patch: perl@7045] vms updates
42644              From: Peter Prymmer <pvhp@forte.com>
42645              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
42646              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
42647      Branch: perl
42648            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
42649 ____________________________________________________________________________
42650 [  7057] By: jhi                                   on 2000/09/12  14:00:51
42651         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
42652              From: sthoenna@efn.org
42653              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
42654              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
42655      Branch: perl
42656            ! t/op/64bitint.t
42657 ____________________________________________________________________________
42658 [  7056] By: jhi                                   on 2000/09/12  13:58:14
42659         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
42660              From: Jeff Pinyan <jeffp@crusoe.net>
42661              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
42662              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
42663      Branch: perl
42664            ! pod/perlfunc.pod
42665 ____________________________________________________________________________
42666 [  7055] By: jhi                                   on 2000/09/12  13:56:32
42667         Log: Do in VMS as the #7054 does.
42668      Branch: perl
42669            ! configure.com
42670 ____________________________________________________________________________
42671 [  7054] By: jhi                                   on 2000/09/12  13:50:31
42672         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
42673              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
42674              Date: Mon, 11 Sep 2000 08:33:09 +0100
42675              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
42676      Branch: metaconfig/U/perl
42677            ! End.U
42678      Branch: perl
42679            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
42680            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
42681 ____________________________________________________________________________
42682 [  7053] By: jhi                                   on 2000/09/12  13:29:19
42683         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
42684              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
42685              Date:     Tue, 12 Sep 2000 08:35:59 EDT
42686              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
42687      Branch: perl
42688            ! vms/test.com
42689 ____________________________________________________________________________
42690 [  7052] By: jhi                                   on 2000/09/11  23:01:50
42691         Log: Document the SvUTF8*().
42692      Branch: perl
42693            ! pod/perlapi.pod sv.h
42694 ____________________________________________________________________________
42695 [  7051] By: gsar                                  on 2000/09/11  14:46:30
42696         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
42697              (missed a spot when fixing up op_pmreplroot hack for ithreads)
42698      Branch: perl
42699            ! op.c t/op/split.t
42700 ____________________________________________________________________________
42701 [  7050] By: nick                                  on 2000/09/11  10:03:51
42702         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
42703              
42704              Subject: borland C++ win32.c tweak
42705              From: Vadim Konovalov <vkonovalov@lucent.com>
42706              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
42707              Date: Mon, 11 Sep 2000 11:22:33 +0400
42708      Branch: perl
42709            ! win32/win32.c
42710 ____________________________________________________________________________
42711 [  7049] By: nick                                  on 2000/09/11  09:57:33
42712         Log: Point fix for s/// on foreach (keys %xxx).
42713      Branch: perl
42714            ! pp_hot.c
42715 ____________________________________________________________________________
42716 [  7048] By: jhi                                   on 2000/09/10  23:37:09
42717         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
42718              by Pod::Text, from Brad Appleton.
42719      Branch: perl
42720            ! t/pod/testp2pt.pl
42721 ____________________________________________________________________________
42722 [  7047] By: jhi                                   on 2000/09/10  14:32:53
42723         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
42724              by Russ Allbery.
42725      Branch: perl
42726            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
42727 ____________________________________________________________________________
42728 [  7046] By: jhi                                   on 2000/09/10  14:15:08
42729         Log: Upgrade to CPAN 1.57_65, from Andreas König.
42730      Branch: perl
42731            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
42732 ____________________________________________________________________________
42733 [  7045] By: jhi                                   on 2000/09/08  21:36:32
42734         Log: Update Changes.
42735      Branch: perl
42736            ! Changes patchlevel.h
42737 ____________________________________________________________________________
42738 [  7044] By: jhi                                   on 2000/09/08  21:29:56
42739         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
42740              From: Peter Prymmer <pvhp@forte.com>
42741              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
42742              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
42743      Branch: perl
42744            ! configure.com
42745 ____________________________________________________________________________
42746 [  7043] By: jhi                                   on 2000/09/08  21:27:50
42747         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
42748              From: Peter Prymmer <pvhp@forte.com>
42749              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
42750              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
42751      Branch: perl
42752            ! Makefile.SH installperl
42753 ____________________________________________________________________________
42754 [  7042] By: jhi                                   on 2000/09/08  21:23:21
42755         Log: Continue #7041.
42756      Branch: perl
42757            ! cygwin/Makefile.SHs os2/Makefile.SHs
42758 ____________________________________________________________________________
42759 [  7041] By: jhi                                   on 2000/09/08  21:18:10
42760         Log: Do away with memory models cruft.  Sorry, PDP users.
42761      Branch: metaconfig
42762            ! U/modified/cc.U U/modified/libpth.U
42763      Branch: perl
42764            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
42765            ! Porting/config_H cflags.SH config_h.SH configure.com
42766            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
42767            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
42768            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
42769 ____________________________________________________________________________
42770 [  7040] By: jhi                                   on 2000/09/08  14:34:18
42771         Log: Major rewrite of s2p.  And I mean really major, it is
42772              an implementation of sed in perl.  If called as s2p it
42773              will function as s2p.  Note: needs non-UNIXifying.
42774              
42775              Subject: s2p
42776              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
42777              Date: Mon, 28 Aug 2000 14:05:12 +0200
42778              Message-ID: <39AA5578.2102E2AA@alcatel.at>
42779      Branch: perl
42780            ! x2p/s2p.PL
42781 ____________________________________________________________________________
42782 [  7039] By: jhi                                   on 2000/09/08  14:19:49
42783         Log: Re-allow vec() for characters > 255.
42784              
42785              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
42786              From: Spider Boardman <spider@web.zk3.dec.com>
42787              Date: Fri, 08 Sep 2000 02:21:02 -0400
42788              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
42789      Branch: perl
42790            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
42791            ! t/op/vec.t
42792 ____________________________________________________________________________
42793 [  7038] By: jhi                                   on 2000/09/08  14:14:18
42794         Log: Subject: [PATCH lib/Benchmark.pm]
42795              From: <abigail@foad.org>
42796              Date: Thu, 7 Sep 2000 15:03:20 -0400
42797              Message-ID: <20000907190320.888.qmail@foad.org>
42798      Branch: perl
42799            ! lib/Benchmark.pm
42800 ____________________________________________________________________________
42801 [  7037] By: jhi                                   on 2000/09/08  14:11:06
42802         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
42803              
42804              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
42805              From: Spider Boardman <spider@web.zk3.dec.com>
42806              Date: Fri, 08 Sep 2000 01:30:27 -0400
42807              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
42808      Branch: perl
42809            ! op.c
42810 ____________________________________________________________________________
42811 [  7036] By: jhi                                   on 2000/09/08  14:08:58
42812         Log: Subject: [ID 20000908.002] perlipc documentation bug.
42813              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
42814              Date: Fri, 08 Sep 2000 12:38:32 +0200
42815              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
42816      Branch: perl
42817            ! pod/perlipc.pod
42818 ____________________________________________________________________________
42819 [  7035] By: jhi                                   on 2000/09/08  14:03:12
42820         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
42821              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
42822              Date: Fri, 08 Sep 2000 11:47:34 +0200
42823              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
42824      Branch: perl
42825            ! hints/dec_osf.sh
42826 ____________________________________________________________________________
42827 [  7034] By: jhi                                   on 2000/09/08  13:59:35
42828         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
42829              From: Simon Cozens <simon@cozens.net>
42830              Date: Thu, 7 Sep 2000 20:40:38 +0100
42831              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
42832      Branch: perl
42833            ! pp_hot.c
42834 ____________________________________________________________________________
42835 [  7033] By: jhi                                   on 2000/09/08  04:03:03
42836         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
42837              From: "Larry W. Virden" <lvirden@cas.org>
42838              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
42839              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
42840      Branch: perl
42841            ! pod/perldiag.pod
42842 ____________________________________________________________________________
42843 [  7032] By: jhi                                   on 2000/09/07  22:18:30
42844         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
42845              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
42846              Date: Mon, 04 Sep 2000 13:16:38 -0700
42847              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
42848      Branch: perl
42849            ! lib/perl5db.pl
42850 ____________________________________________________________________________
42851 [  7031] By: jhi                                   on 2000/09/07  22:02:29
42852         Log: Fix the ccversion detection for 5.1 and beyond.
42853              
42854              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
42855              From: Spider Boardman <spider@leggy.zk3.dec.com>
42856              Date: Thu, 7 Sep 2000 17:54:27 -0400
42857              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
42858      Branch: perl
42859            ! hints/dec_osf.sh
42860 ____________________________________________________________________________
42861 [  7030] By: jhi                                   on 2000/09/07  19:12:28
42862         Log: Fix for
42863              
42864              Subject: [ID 20000903.001] \w in utf8-strings
42865              From: Marc Lehmann <pcg@goof.com>
42866              Date: Sun, 03 Sep 2000 09:44:29 +0200
42867              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
42868              
42869              and various related nits.
42870      Branch: perl
42871            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
42872 ____________________________________________________________________________
42873 [  7029] By: jhi                                   on 2000/09/07  18:49:09
42874         Log: Fix the URL, but the server is still missing in action.
42875              
42876              Subject: [ID 20000905.002] perlfaq1.pod URL error
42877              From: "Larry W. Virden" <lvirden@cas.org>
42878              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
42879              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
42880      Branch: perl
42881            ! pod/perlfaq1.pod
42882 ____________________________________________________________________________
42883 [  7028] By: jhi                                   on 2000/09/07  18:47:13
42884         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
42885              From: Hugo <hv@crypt.compulink.co.uk>
42886              Date: Tue, 05 Sep 2000 14:13:37 +0100
42887              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
42888      Branch: perl
42889            ! toke.c
42890 ____________________________________________________________________________
42891 [  7027] By: jhi                                   on 2000/09/07  18:45:35
42892         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
42893              From: Daniel Chetlin <daniel@chetlin.com>
42894              Date: Tue, 5 Sep 2000 04:57:07 -0700
42895              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
42896      Branch: perl
42897            ! pod/perlfaq6.pod pod/perlop.pod
42898 ____________________________________________________________________________
42899 [  7026] By: jhi                                   on 2000/09/07  18:44:01
42900         Log: Document the new ref() semantics.
42901              
42902              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
42903              From: Gisle Aas <gisle@ActiveState.com>
42904              Date: 05 Sep 2000 08:10:30 +0200
42905              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
42906      Branch: perl
42907            ! pod/perldelta.pod
42908 ____________________________________________________________________________
42909 [  7025] By: jhi                                   on 2000/09/07  18:42:27
42910         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
42911              
42912              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
42913              From: Gisle Aas <gisle@ActiveState.com>
42914              Date: 05 Sep 2000 08:11:40 +0200
42915              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
42916      Branch: perl
42917            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
42918 ____________________________________________________________________________
42919 [  7024] By: jhi                                   on 2000/09/07  18:39:32
42920         Log: Subject: [PATCH] Modernize Opcode.pm documentation
42921              From: Gisle Aas <gisle@ActiveState.com>
42922              Date: 4 Sep 2000 00:18:55 -0000
42923              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
42924      Branch: perl
42925            ! ext/Opcode/Opcode.pm
42926 ____________________________________________________________________________
42927 [  7023] By: jhi                                   on 2000/09/07  18:37:42
42928         Log: Subject: [PATCH] Tied filehandle documentation
42929              From: Gisle Aas <gisle@ActiveState.com>
42930              Date: 4 Sep 2000 00:14:40 -0000
42931              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
42932      Branch: perl
42933            ! pod/perlfunc.pod pod/perltie.pod
42934 ____________________________________________________________________________
42935 [  7022] By: jhi                                   on 2000/09/07  18:35:37
42936         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
42937              From: Gisle Aas <gisle@ActiveState.com>
42938              Date: 4 Sep 2000 00:04:22 -0000
42939              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
42940      Branch: perl
42941            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
42942 ____________________________________________________________________________
42943 [  7021] By: jhi                                   on 2000/09/07  18:33:22
42944         Log: Subject: small apidoc fix
42945              From: Marc Lehmann <pcg@goof.com>
42946              Date: Sun, 3 Sep 2000 05:12:06 +0200
42947              Message-ID: <20000903051206.A5909@cerebro.laendle>
42948      Branch: perl
42949            ! pod/perlapi.pod utf8.c
42950 ____________________________________________________________________________
42951 [  7020] By: jhi                                   on 2000/09/07  16:14:57
42952         Log: Tiny perldelta nits.
42953      Branch: perl
42954            ! pod/perldelta.pod
42955 ____________________________________________________________________________
42956 [  7019] By: jhi                                   on 2000/09/07  16:04:20
42957         Log: Guard against bad string->int conversion for quads.
42958      Branch: perl
42959            ! t/op/64bitint.t
42960 ____________________________________________________________________________
42961 [  7018] By: jhi                                   on 2000/09/06  17:07:03
42962         Log: Update Unicode todo list.
42963      Branch: perl
42964            ! Todo-5.6
42965 ____________________________________________________________________________
42966 [  7017] By: jhi                                   on 2000/09/05  21:16:01
42967         Log: Document the SvIOK_.*UV().
42968      Branch: perl
42969            ! pod/perlapi.pod sv.h
42970 ____________________________________________________________________________
42971 [  7016] By: nick                                  on 2000/09/03  21:54:46
42972         Log: Hash lookup of constant strings optimization:
42973              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
42974              to string table (as per sharepvn). Add newSV_pvn_share to create such
42975              a thing. Make hv.c compare addresses of strings and skip string compare
42976              if equal. Make method_named and helem ops use these shared-string SVs
42977              when arg is constant. Make keys op return shared-string SVs (less clearly
42978              a win).
42979      Branch: perl
42980            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
42981            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
42982            ! pod/perlintern.pod pp_hot.c proto.h sv.c
42983 ____________________________________________________________________________
42984 [  7015] By: jhi                                   on 2000/09/02  17:48:59
42985         Log: This is 5.7.0.
42986      Branch: perl
42987            ! Changes
42988 ____________________________________________________________________________
42989 [  7014] By: jhi                                   on 2000/09/02  17:35:45
42990         Log: Changes and patchlevel tweaks.
42991      Branch: perl
42992            ! Changes patchlevel.h
42993 ____________________________________________________________________________
42994 [  7013] By: jhi                                   on 2000/09/02  17:30:50
42995         Log: Update Changes.
42996      Branch: perl
42997            ! Changes patchlevel.h
42998 ____________________________________________________________________________
42999 [  7012] By: nick                                  on 2000/09/02  17:25:20
43000         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
43001      Branch: perl
43002            ! gv.c lib/overload.pm
43003 ____________________________________________________________________________
43004 [  7011] By: jhi                                   on 2000/09/02  17:16:25
43005         Log: Update perlhist.
43006      Branch: perl
43007            ! pod/perlhist.pod
43008 ____________________________________________________________________________
43009 [  7010] By: jhi                                   on 2000/09/02  17:01:35
43010         Log: perldelta nits.
43011      Branch: perl
43012            ! pod/perldelta.pod
43013 ____________________________________________________________________________
43014 [  7009] By: nick                                  on 2000/09/02  16:48:35
43015         Log: If overloaded %{} etc. return the object do not loop.
43016              Thus  sub deref { $_[0] } functions if object is wanted type.
43017      Branch: perl
43018            ! pp.h
43019 ____________________________________________________________________________
43020 [  7008] By: jhi                                   on 2000/09/02  16:26:11
43021         Log: Retab MANIFEST.
43022      Branch: perl
43023            ! ext/Storable/MANIFEST
43024 ____________________________________________________________________________
43025 [  7007] By: jhi                                   on 2000/09/02  16:23:02
43026         Log: Make certain cc is set before trying to run it.
43027      Branch: perl
43028            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
43029 ____________________________________________________________________________
43030 [  7006] By: jhi                                   on 2000/09/02  15:45:41
43031         Log: Unicode notes.
43032      Branch: perl
43033            ! pod/perldelta.pod
43034 ____________________________________________________________________________
43035 [  7005] By: jhi                                   on 2000/09/02  15:42:11
43036         Log: Various Configure nits by Philip Newton,
43037              plus the ebcdic one by me.
43038      Branch: metaconfig
43039            + U/modified/pager.U
43040            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
43041      Branch: metaconfig/U/perl
43042            ! Devel.U quadfio.U
43043      Branch: perl
43044            ! Configure config_h.SH
43045 ____________________________________________________________________________
43046 [  7004] By: jhi                                   on 2000/09/02  15:06:14
43047         Log: Apparently avoiding the swapping is too costly.
43048              
43049              From: "Ben Tilly" <ben_tilly@hotmail.com>
43050              Subject: Re: the door is closed.
43051              Date: Fri, 01 Sep 2000 20:23:16 EDT
43052              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
43053      Branch: perl
43054            ! pod/perlfaq4.pod
43055 ____________________________________________________________________________
43056 [  7003] By: nick                                  on 2000/09/02  12:26:04
43057         Log: Undo part of change 6489 which looks like a bulk edit which
43058              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
43059              The supressing of main:: on return from select() is undesirable.
43060      Branch: perl
43061            ! pp_sys.c
43062 ____________________________________________________________________________
43063 [  7002] By: jhi                                   on 2000/09/01  23:08:54
43064         Log: Update Changes.
43065      Branch: perl
43066            ! Changes patchlevel.h
43067 ____________________________________________________________________________
43068 [  7001] By: jhi                                   on 2000/09/01  23:00:13
43069         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
43070              From: Peter Prymmer <pvhp@forte.com>
43071              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
43072              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
43073              
43074              plus rework the http: spots as suggested by Tom Christiansen,
43075              plus regen perltoc.
43076      Branch: perl
43077            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
43078            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
43079 ____________________________________________________________________________
43080 [  7000] By: jhi                                   on 2000/09/01  22:36:01
43081         Log: Only the first line, thank you very much.
43082      Branch: perl
43083            ! hints/solaris_2.sh
43084 ____________________________________________________________________________
43085 [  6999] By: gsar                                  on 2000/09/01  22:16:40
43086         Log: change#6791 accidentally clobbered change#6710, put it back
43087      Branch: perl
43088            ! win32/win32.c
43089 ____________________________________________________________________________
43090 [  6998] By: jhi                                   on 2000/09/01  22:14:16
43091         Log: Mention the HP-UX LP64 freak failure.
43092      Branch: perl
43093            ! pod/perldelta.pod
43094 ____________________________________________________________________________
43095 [  6997] By: jhi                                   on 2000/09/01  21:48:32
43096         Log: Detypo.
43097      Branch: perl
43098            ! hints/hpux.sh
43099 ____________________________________________________________________________
43100 [  6996] By: jhi                                   on 2000/09/01  21:27:10
43101         Log: Update Changes.
43102      Branch: perl
43103            ! Changes patchlevel.h
43104 ____________________________________________________________________________
43105 [  6995] By: jhi                                   on 2000/09/01  21:14:24
43106         Log: Mi splgn s gnin.g
43107      Branch: perl
43108            ! pp_ctl.c
43109 ____________________________________________________________________________
43110 [  6994] By: jhi                                   on 2000/09/01  21:09:54
43111         Log: Subject: http:// in L<>
43112              From: Nicholas Clark <nick@ccl4.org>
43113              Date: Fri, 1 Sep 2000 22:03:21 +0100
43114              Message-ID: <20000901220321.B72074@plum.flirble.org>
43115      Branch: perl
43116            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
43117 ____________________________________________________________________________
43118 [  6993] By: jhi                                   on 2000/09/01  21:06:54
43119         Log: Update to Storable 1.0, from Raphael Manfredi.
43120      Branch: perl
43121            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
43122            ! ext/Storable/Makefile.PL ext/Storable/README
43123            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
43124            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
43125            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
43126            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
43127            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
43128            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
43129 ____________________________________________________________________________
43130 [  6992] By: jhi                                   on 2000/09/01  20:43:05
43131         Log: Mention known sfio+linux buglet.
43132      Branch: perl
43133            ! pod/perldelta.pod
43134 ____________________________________________________________________________
43135 [  6991] By: jhi                                   on 2000/09/01  20:40:11
43136         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
43137              From: Peter Prymmer <pvhp@forte.com>
43138              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
43139              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
43140      Branch: perl
43141            ! vms/vms.c
43142 ____________________________________________________________________________
43143 [  6990] By: jhi                                   on 2000/09/01  20:25:26
43144         Log: Retract #6986.
43145      Branch: perl
43146            ! hints/solaris_2.sh
43147 ____________________________________________________________________________
43148 [  6989] By: jhi                                   on 2000/09/01  20:23:00
43149         Log: Mergesort is back.
43150      Branch: perl
43151            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
43152 ____________________________________________________________________________
43153 [  6988] By: jhi                                   on 2000/09/01  19:37:40
43154         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
43155              From: Mike Guy <mjtg@cam.ac.uk>
43156              Date: Fri, 01 Sep 2000 17:43:33 +0100
43157              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
43158      Branch: perl
43159            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
43160            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
43161 ____________________________________________________________________________
43162 [  6987] By: jhi                                   on 2000/09/01  19:17:10
43163         Log: Regen perltoc.
43164      Branch: perl
43165            ! pod/perltoc.pod
43166 ____________________________________________________________________________
43167 [  6986] By: jhi                                   on 2000/09/01  18:51:10
43168         Log: Subject: Re: Solaris x86 has no SPARC libraries!
43169              From: Lupe Christoph <lupe@lupe-christoph.de>
43170              Date: Fri, 1 Sep 2000 20:41:20 +0200
43171              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
43172      Branch: perl
43173            ! hints/solaris_2.sh
43174 ____________________________________________________________________________
43175 [  6985] By: jhi                                   on 2000/09/01  18:28:10
43176         Log: Update Changes.
43177      Branch: perl
43178            ! Changes patchlevel.h
43179 ____________________________________________________________________________
43180 [  6984] By: jhi                                   on 2000/09/01  18:26:53
43181         Log: Feature ordering tweak.
43182      Branch: perl
43183            ! myconfig.SH
43184 ____________________________________________________________________________
43185 [  6983] By: jhi                                   on 2000/09/01  18:19:50
43186         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
43187              From: <abigail@foad.org>
43188              Date: Fri, 1 Sep 2000 13:07:32 -0400
43189              Message-ID: <20000901170732.18249.qmail@foad.org>
43190      Branch: perl
43191            ! t/pragma/overload.t
43192 ____________________________________________________________________________
43193 [  6982] By: jhi                                   on 2000/09/01  18:17:54
43194         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
43195              so that case-ignoring systems like DCL can tell them from
43196              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
43197      Branch: metaconfig/U/perl
43198            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
43199      Branch: perl
43200            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
43201            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
43202            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
43203            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
43204            ! vos/config.def vos/config.h vos/config_h.SH_orig
43205            ! win32/config.bc win32/config.gc win32/config.vc
43206 ____________________________________________________________________________
43207 [  6981] By: nick                                  on 2000/09/01  17:21:57
43208         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
43209              warning when UNTIE exists and instead pass the cound of extra references to
43210              the UNTIE method.
43211      Branch: perl
43212            ! pod/perltie.pod pp_sys.c
43213 ____________________________________________________________________________
43214 [  6980] By: jhi                                   on 2000/09/01  16:54:44
43215         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
43216              From: Peter Prymmer <pvhp@forte.com>
43217              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
43218              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
43219      Branch: perl
43220            ! configure.com
43221 ____________________________________________________________________________
43222 [  6979] By: jhi                                   on 2000/09/01  16:06:20
43223         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
43224              From: Mike Guy <mjtg@cam.ac.uk> 
43225              Date: Fri, 01 Sep 2000 16:49:27 +0100
43226              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
43227      Branch: perl
43228            ! t/base/rs.t
43229 ____________________________________________________________________________
43230 [  6978] By: jhi                                   on 2000/09/01  16:00:42
43231         Log: Update to PodParser 1.18, from Brad Appleton.
43232      Branch: perl
43233            ! lib/Pod/Checker.pm t/pod/find.t
43234 ____________________________________________________________________________
43235 [  6977] By: jhi                                   on 2000/09/01  14:48:58
43236         Log: Subject: Nit in Configure (bleadperl@6961)
43237              From: Lupe Christoph <lupe@lupe-christoph.de>
43238              Date: Fri, 1 Sep 2000 16:34:29 +0200
43239              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
43240      Branch: metaconfig
43241            ! U/compline/ccflags.U
43242      Branch: perl
43243            ! Configure config_h.SH
43244 ____________________________________________________________________________
43245 [  6976] By: jhi                                   on 2000/09/01  14:39:52
43246         Log: Update Changes.
43247      Branch: perl
43248            ! Changes patchlevel.h
43249 ____________________________________________________________________________
43250 [  6975] By: jhi                                   on 2000/09/01  14:37:36
43251         Log: microperl config update.
43252      Branch: perl
43253            ! uconfig.h uconfig.sh
43254 ____________________________________________________________________________
43255 [  6974] By: jhi                                   on 2000/09/01  14:36:53
43256         Log: Document known deficiencies.
43257      Branch: perl
43258            ! pod/perldelta.pod
43259 ____________________________________________________________________________
43260 [  6973] By: jhi                                   on 2000/09/01  14:10:20
43261         Log: Mention warnings fixes and updates.
43262      Branch: perl
43263            ! pod/perldelta.pod
43264 ____________________________________________________________________________
43265 [  6972] By: jhi                                   on 2000/09/01  14:01:52
43266         Log: Drop unused argument.
43267              
43268              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
43269              From: Spider Boardman <spider@web.zk3.dec.com>
43270              Date: Thu, 31 Aug 2000 16:10:15 -0400
43271              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
43272      Branch: perl
43273            ! toke.c
43274 ____________________________________________________________________________
43275 [  6971] By: jhi                                   on 2000/09/01  13:59:24
43276         Log: Add the overload warnings to perldiag.
43277      Branch: perl
43278            ! lib/overload.pm pod/perldiag.pod
43279 ____________________________________________________________________________
43280 [  6970] By: jhi                                   on 2000/09/01  13:55:10
43281         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
43282              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
43283              Date: Fri, 1 Sep 2000 13:43:15 +0100 
43284              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
43285      Branch: perl
43286            ! lib/overload.pm t/pragma/overload.t
43287 ____________________________________________________________________________
43288 [  6969] By: jhi                                   on 2000/09/01  13:52:27
43289         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
43290              From: <abigail@foad.org>
43291              Date: Fri, 1 Sep 2000 05:46:54 -0400
43292              Message-ID: <20000901094654.6476.qmail@foad.org>
43293      Branch: perl
43294            ! lib/overload.pm
43295 ____________________________________________________________________________
43296 [  6968] By: jhi                                   on 2000/09/01  13:50:05
43297         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
43298              From: Daniel Chetlin <daniel@chetlin.com>
43299              Date: Fri, 1 Sep 2000 02:10:55 -0700
43300              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
43301      Branch: perl
43302            ! pod/perlretut.pod
43303 ____________________________________________________________________________
43304 [  6967] By: jhi                                   on 2000/09/01  13:47:54
43305         Log: Part of the solution.
43306              
43307              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
43308              From: Mike Guy <mjtg@cam.ac.uk>
43309              Date: Fri, 01 Sep 2000 14:16:01 +0100
43310              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
43311      Branch: perl
43312            ! gv.c mg.c
43313 ____________________________________________________________________________
43314 [  6966] By: jhi                                   on 2000/09/01  13:46:17
43315         Log: Subject: CPAN.pm beta 1.57_57 for the core
43316              From: andreas.koenig@anima.de (Andreas J. Koenig)
43317              Date: 01 Sep 2000 15:16:31 +0200
43318              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
43319      Branch: perl
43320            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
43321 ____________________________________________________________________________
43322 [  6965] By: jhi                                   on 2000/09/01  13:43:18
43323         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
43324              From: "Craig A. Berry" <craig.berry@psinetcs.com>
43325              Date: Fri, 01 Sep 2000 01:47:22 -0500
43326              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
43327      Branch: perl
43328            ! pod/perldelta.pod vms/vms.c
43329 ____________________________________________________________________________
43330 [  6964] By: jhi                                   on 2000/09/01  13:35:35
43331         Log: File::Temp patches from Andreas König,
43332              
43333              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
43334              From: andreas.koenig@anima.de (Andreas J. Koenig)
43335              Date: 01 Sep 2000 10:07:20 +0200
43336              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
43337              
43338              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
43339              From: andreas.koenig@anima.de (Andreas J. Koenig)
43340              Date: 31 Aug 2000 23:26:08 +0200
43341              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
43342      Branch: perl
43343            ! lib/File/Temp.pm t/lib/ftmp-security.t
43344 ____________________________________________________________________________
43345 [  6963] By: jhi                                   on 2000/09/01  02:22:24
43346         Log: Retract the mergesort code, way too incompatible licensing
43347              and copyrights.
43348      Branch: perl
43349            ! pod/perldelta.pod pp_ctl.c
43350 ____________________________________________________________________________
43351 [  6962] By: jhi                                   on 2000/08/31  23:27:32
43352         Log: Update Changes.
43353      Branch: perl
43354            ! Changes patchlevel.h
43355 ____________________________________________________________________________
43356 [  6961] By: jhi                                   on 2000/08/31  23:20:04
43357         Log: Small tweaks all over.
43358      Branch: metaconfig
43359            ! U/compline/d_gconvert.U
43360      Branch: perl
43361            ! AUTHORS Configure config_h.SH pp_ctl.c
43362 ____________________________________________________________________________
43363 [  6960] By: jhi                                   on 2000/08/31  22:39:36
43364         Log: Further rewording.
43365      Branch: perl
43366            ! pp_ctl.c
43367 ____________________________________________________________________________
43368 [  6959] By: jhi                                   on 2000/08/31  21:26:44
43369         Log: More address tweaking.
43370      Branch: perl
43371            ! AUTHORS Changes
43372 ____________________________________________________________________________
43373 [  6958] By: jhi                                   on 2000/08/31  20:47:25
43374         Log: AUTHORS tweaks, from Peter Prymmer.
43375              
43376              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
43377              From: Peter Prymmer <pvhp@forte.com>
43378              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
43379              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
43380      Branch: perl
43381            ! AUTHORS MAINTAIN
43382 ____________________________________________________________________________
43383 [  6957] By: jhi                                   on 2000/08/31  20:34:43
43384         Log: perldelta tweaks.
43385      Branch: perl
43386            ! pod/perldelta.pod
43387 ____________________________________________________________________________
43388 [  6956] By: jhi                                   on 2000/08/31  19:11:06
43389         Log: Regen perltoc.
43390      Branch: perl
43391            ! pod/perltoc.pod
43392 ____________________________________________________________________________
43393 [  6955] By: jhi                                   on 2000/08/31  19:06:30
43394         Log: Clarify the mergesort situation.
43395      Branch: perl
43396            ! pp_ctl.c
43397 ____________________________________________________________________________
43398 [  6954] By: jhi                                   on 2000/08/31  18:24:17
43399         Log: Move the Solaris 7 scan to use64bitall, make the
43400              failure to find 64-bot sparc libc to mention the
43401              possibility of being in an intel, from Lupe and Alan.
43402      Branch: perl
43403            ! hints/solaris_2.sh
43404 ____________________________________________________________________________
43405 [  6953] By: jhi                                   on 2000/08/31  18:09:20
43406         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
43407              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
43408      Branch: metaconfig
43409            ! U/compline/d_gconvert.U U/threads/archname.U
43410      Branch: metaconfig/U/perl
43411            ! perlxv.U
43412      Branch: perl
43413            ! Configure config_h.SH sv.c
43414 ____________________________________________________________________________
43415 [  6952] By: jhi                                   on 2000/08/31  17:42:24
43416         Log: :: not allowed in pathnames, change to .
43417              
43418              Subject: [PATCH perl@6938] cygwin port
43419              From: "Fifer, Eric" <EFifer@sanwaint.com>
43420              Date: Thu, 31 Aug 2000 16:32:59 +0100
43421              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
43422      Branch: metaconfig/U/perl
43423            ! perlxv.U
43424 ____________________________________________________________________________
43425 [  6951] By: jhi                                   on 2000/08/31  17:02:05
43426         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
43427      Branch: perl
43428            ! perl.h
43429 ____________________________________________________________________________
43430 [  6950] By: jhi                                   on 2000/08/31  16:26:08
43431         Log: More author updates.
43432              
43433              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
43434              From: Simon Cozens <simon@cozens.net>
43435              Date: Thu, 31 Aug 2000 17:13:32 +0100
43436              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
43437      Branch: perl
43438            ! AUTHORS
43439 ____________________________________________________________________________
43440 [  6949] By: jhi                                   on 2000/08/31  16:04:49
43441         Log: POSIX doesn't report long double values under -Duselongdouble
43442              when the long doubles are "real" (bigger than doubles).
43443              
43444              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
43445              From: Spider Boardman <spider@peano.zk3.dec.com>
43446              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
43447              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
43448      Branch: perl
43449            ! ext/POSIX/POSIX.xs
43450 ____________________________________________________________________________
43451 [  6948] By: jhi                                   on 2000/08/31  15:25:10
43452         Log: Update Changes.
43453      Branch: perl
43454            ! Changes patchlevel.h
43455 ____________________________________________________________________________
43456 [  6947] By: jhi                                   on 2000/08/31  15:22:29
43457         Log: Document UNTIE in a very minimalistic way.
43458      Branch: perl
43459            ! pod/perlfunc.pod pod/perltie.pod
43460 ____________________________________________________________________________
43461 [  6946] By: jhi                                   on 2000/08/31  15:15:23
43462         Log: Document known failures.
43463      Branch: perl
43464            ! pod/perldelta.pod
43465 ____________________________________________________________________________
43466 [  6945] By: jhi                                   on 2000/08/31  15:07:00
43467         Log: Don't attach -ld to the archname if pointless.
43468      Branch: metaconfig
43469            ! U/threads/archname.U
43470      Branch: perl
43471            ! Configure config_h.SH
43472 ____________________________________________________________________________
43473 [  6944] By: jhi                                   on 2000/08/31  14:37:42
43474         Log: Wrap the test in eval.
43475              
43476              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
43477              From: Tim Jenness <timj@jach.hawaii.edu>
43478              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
43479              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
43480      Branch: perl
43481            ! t/lib/ftmp-security.t
43482 ____________________________________________________________________________
43483 [  6943] By: jhi                                   on 2000/08/31  14:30:57
43484         Log: Make -Dusemorebits find long doubles in Solaris.
43485      Branch: perl
43486            ! hints/solaris_2.sh
43487 ____________________________________________________________________________
43488 [  6942] By: jhi                                   on 2000/08/31  13:48:45
43489         Log: Clarify the third case of ftmp-security warnings.
43490      Branch: perl
43491            ! INSTALL
43492 ____________________________________________________________________________
43493 [  6941] By: jhi                                   on 2000/08/31  13:40:31
43494         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
43495              From: <abigail@foad.org>
43496              Date: Thu, 31 Aug 2000 01:35:05 -0400
43497              Message-ID: <20000831053505.32120.qmail@foad.org>
43498      Branch: perl
43499            ! pod/perldelta.pod
43500 ____________________________________________________________________________
43501 [  6940] By: jhi                                   on 2000/08/31  13:38:48
43502         Log: Issue useful diagnostic on unknown pod commands.
43503              
43504              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
43505              From: <abigail@foad.org>
43506              Date: Thu, 31 Aug 2000 03:41:18 -0400
43507              Message-ID: <20000831074118.24880.qmail@foad.org>
43508      Branch: perl
43509            ! lib/Pod/Man.pm
43510 ____________________________________________________________________________
43511 [  6939] By: jhi                                   on 2000/08/31  13:34:33
43512         Log: Reveal Borland's isnan.
43513              
43514              Subject: build with BC++ tweak
43515              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
43516              Date: Thu, 31 Aug 2000 13:09:37 +0400
43517              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
43518      Branch: perl
43519            ! win32/win32.h
43520 ____________________________________________________________________________
43521 [  6938] By: jhi                                   on 2000/08/31  05:01:20
43522         Log: Update Changes.
43523      Branch: perl
43524            ! Changes patchlevel.h
43525 ____________________________________________________________________________
43526 [  6937] By: jhi                                   on 2000/08/31  04:26:23
43527         Log: sscanf() may be the only way to read long doubles from strings.
43528      Branch: metaconfig/U/perl
43529            ! longdblfio.U
43530      Branch: perl
43531            ! Configure config_h.SH perl.h util.c
43532 ____________________________________________________________________________
43533 [  6936] By: jhi                                   on 2000/08/31  04:18:19
43534         Log: The #6929 was too skimpy.
43535      Branch: perl
43536            ! sv.c
43537 ____________________________________________________________________________
43538 [  6935] By: jhi                                   on 2000/08/31  02:47:07
43539         Log: Subject: Re: typos in pods
43540              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
43541              Date: Wed, 30 Aug 2000 19:25:34 -0700
43542              Message-ID: <eIcr5gzkg25X092yn@efn.org>
43543      Branch: perl
43544            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
43545 ____________________________________________________________________________
43546 [  6934] By: jhi                                   on 2000/08/31  02:42:55
43547         Log: Missed one Unicode file.
43548      Branch: perl
43549            + lib/unicode/UCDFF301.html
43550 ____________________________________________________________________________
43551 [  6933] By: jhi                                   on 2000/08/30  23:42:27
43552         Log: Update Changes.
43553      Branch: perl
43554            ! Changes patchlevel.h
43555 ____________________________________________________________________________
43556 [  6932] By: jhi                                   on 2000/08/30  23:40:07
43557         Log: Mention UNTIE in perldelta.  Still needs documenting
43558              in perltie et alia.
43559      Branch: perl
43560            ! pod/perldelta.pod
43561 ____________________________________________________________________________
43562 [  6931] By: jhi                                   on 2000/08/30  23:36:02
43563         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
43564              From: <abigail@foad.org>
43565              Date: Wed, 30 Aug 2000 19:28:07 -0400
43566              Message-ID: <20000830232807.305.qmail@foad.org>
43567      Branch: perl
43568            ! pod/perldelta.pod
43569 ____________________________________________________________________________
43570 [  6930] By: jhi                                   on 2000/08/30  23:32:40
43571         Log: Update to Unicode 3.0.1.
43572      Branch: perl
43573            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
43574            + lib/unicode/PropList.txt lib/unicode/README.perl
43575            + lib/unicode/UCD301.html lib/unicode/Unicode.301
43576            - lib/unicode/Props.txt lib/unicode/UCD300.html
43577            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
43578            ! (edit 257 files)
43579 ____________________________________________________________________________
43580 [  6929] By: jhi                                   on 2000/08/30  22:38:18
43581         Log: Heap decorruption.
43582              
43583              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
43584              From: Alan Burlison <Alan.Burlison@uk.sun.com>
43585              Date: Wed, 30 Aug 2000 22:39:52 +0100
43586              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
43587      Branch: perl
43588            ! sv.c
43589 ____________________________________________________________________________
43590 [  6928] By: jhi                                   on 2000/08/30  22:29:34
43591         Log: Retract the dummy test, skip the security tests (instead of failing),
43592              explain what the warnings mean.
43593      Branch: perl
43594            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
43595 ____________________________________________________________________________
43596 [  6927] By: jhi                                   on 2000/08/30  22:14:13
43597         Log: Change the internal implementation of sort() to be mergesort
43598              instead of quicksort, from John Linderman <jpl@research.att.com>.
43599              Gives us better worst case, better average case, and stability.
43600              What's there not to like?  (Small fixes for threaded builds
43601              were required).
43602      Branch: perl
43603            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
43604 ____________________________________________________________________________
43605 [  6926] By: jhi                                   on 2000/08/30  20:55:20
43606         Log: A better fix for the Socket building problem from Craig Berry.
43607      Branch: perl
43608            ! vms/vms.c
43609 ____________________________________________________________________________
43610 [  6925] By: jhi                                   on 2000/08/30  20:20:25
43611         Log: Subject: [PATCH] Re: UNTIE method 
43612              From: Nick Ing-Simmons <nik@tiuk.ti.com>
43613              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
43614              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
43615      Branch: perl
43616            ! pp_sys.c t/op/tie.t
43617 ____________________________________________________________________________
43618 [  6924] By: jhi                                   on 2000/08/30  20:17:11
43619         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
43620              From: "Craig A. Berry" <craig.berry@psinetcs.com>
43621              Date: Wed, 30 Aug 2000 15:03:14 -0500
43622              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
43623      Branch: perl
43624            ! vms/vms.c
43625 ____________________________________________________________________________
43626 [  6923] By: jhi                                   on 2000/08/30  20:15:18
43627         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
43628              From: "Craig A. Berry" <craig.berry@psinetcs.com>
43629              Date: Wed, 30 Aug 2000 13:30:36 -0500
43630              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
43631      Branch: perl
43632            ! vms/vms.c
43633 ____________________________________________________________________________
43634 [  6922] By: jhi                                   on 2000/08/30  19:54:43
43635         Log: Better options for rsync.
43636      Branch: perl
43637            ! pod/perlhack.pod
43638 ____________________________________________________________________________
43639 [  6921] By: jhi                                   on 2000/08/30  19:40:16
43640         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
43641              From: Rick Delaney <rick@consumercontact.com>
43642              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
43643              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
43644      Branch: perl
43645            ! pod/perlfunc.pod
43646 ____________________________________________________________________________
43647 [  6920] By: jhi                                   on 2000/08/30  19:36:40
43648         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
43649              From: Peter Prymmer <pvhp@forte.com>
43650              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
43651              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
43652      Branch: perl
43653            ! configure.com
43654 ____________________________________________________________________________
43655 [  6919] By: jhi                                   on 2000/08/30  14:52:02
43656         Log: Update Changes.
43657      Branch: perl
43658            ! Changes patchlevel.h
43659 ____________________________________________________________________________
43660 [  6918] By: jhi                                   on 2000/08/30  14:48:34
43661         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
43662      Branch: perl
43663            ! lib/ExtUtils/typemap
43664 ____________________________________________________________________________
43665 [  6917] By: jhi                                   on 2000/08/30  14:46:34
43666         Log: Subject: typos in pods
43667              From: Nicholas Clark <nick@ccl4.org>
43668              Date: Wed, 30 Aug 2000 01:12:50 +0100
43669              Message-ID: <20000830011249.A61388@plum.flirble.org>
43670      Branch: perl
43671            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
43672            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
43673            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
43674            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
43675 ____________________________________________________________________________
43676 [  6916] By: jhi                                   on 2000/08/30  14:19:09
43677         Log: Document Storable problems on Crays.  (Will have
43678              to document all the other Storable problems, too.)
43679      Branch: perl
43680            ! pod/perldelta.pod
43681 ____________________________________________________________________________
43682 [  6915] By: jhi                                   on 2000/08/30  14:06:02
43683         Log: Subject: [PATCH] fix misc cast warnings
43684              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
43685              Date: Tue, 29 Aug 2000 23:16:14 -0700
43686              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
43687      Branch: perl
43688            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
43689            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
43690            ! os2/os2ish.h
43691 ____________________________________________________________________________
43692 [  6914] By: jhi                                   on 2000/08/30  14:03:45
43693         Log: Timestamp mismatch again.  Need to fix this dependence on
43694              config_h.SH timestamp, since it's the contents of config_h.SH
43695              that matter.
43696      Branch: perl
43697            ! uconfig.h uconfig.sh
43698 ____________________________________________________________________________
43699 [  6913] By: jhi                                   on 2000/08/30  13:54:06
43700         Log: Don't say "Perl 5.0 source kit".
43701      Branch: perl
43702            ! perl.c
43703 ____________________________________________________________________________
43704 [  6912] By: jhi                                   on 2000/08/30  13:51:24
43705         Log: Reset archname and archname64 always, forcing them be
43706              recomputed at each Configure run, make Configure and
43707              the hints files agree on the naming of largefiles variables.
43708      Branch: metaconfig
43709            ! U/threads/archname.U
43710      Branch: metaconfig/U/perl
43711            ! use64bits.U
43712      Branch: perl
43713            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
43714            ! hints/linux.sh hints/solaris_2.sh
43715 ____________________________________________________________________________
43716 [  6911] By: jhi                                   on 2000/08/30  13:30:13
43717         Log: Put back the slice accidentally removed by #6907.
43718      Branch: perl
43719            ! hints/solaris_2.sh
43720 ____________________________________________________________________________
43721 [  6910] By: jhi                                   on 2000/08/30  01:24:26
43722         Log: Be consistent: other Net::get* do export theirs.
43723              
43724              Subject: Re: Net::protoent does not export 'getproto'
43725              From: Yasushi Nakajima <sey@jkc.co.jp>
43726              Date: Wed, 30 Aug 2000 09:53:14 +0900
43727              Message-Id: <200008300051.DAA24700@taku.hut.fi>
43728      Branch: perl
43729            ! lib/Net/protoent.pm
43730 ____________________________________________________________________________
43731 [  6909] By: jhi                                   on 2000/08/30  01:17:25
43732         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
43733              From: Gurusamy Sarathy <gsar@ActiveState.com>
43734              Date: Tue, 29 Aug 2000 17:17:07 -0700
43735              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
43736      Branch: perl
43737            ! cop.h
43738 ____________________________________________________________________________
43739 [  6908] By: jhi                                   on 2000/08/30  00:58:05
43740         Log: Update Changes.
43741      Branch: perl
43742            ! Changes patchlevel.h
43743 ____________________________________________________________________________
43744 [  6907] By: jhi                                   on 2000/08/30  00:57:22
43745         Log: Introduce ccname to keep track of what compiler kind of we have.
43746      Branch: metaconfig/U/perl
43747            ! Checkcc.U gccvers.U
43748      Branch: perl
43749            ! Configure config_h.SH hints/solaris_2.sh
43750 ____________________________________________________________________________
43751 [  6906] By: jhi                                   on 2000/08/30  00:25:47
43752         Log: Put back the flags dump as reasoned in
43753              
43754              Subject: Re: [PATCH] Glob dumping
43755              From: Mike Guy <mjtg@cam.ac.uk> 
43756              Date: Tue, 29 Aug 2000 21:41:32 +0100
43757              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
43758      Branch: perl
43759            ! dump.c t/lib/peek.t
43760 ____________________________________________________________________________
43761 [  6905] By: jhi                                   on 2000/08/30  00:16:17
43762         Log: Make the epsilon to be relative, not absolute.
43763              
43764              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
43765              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
43766              Date: Tue, 29 Aug 2000 19:58:56 -0400
43767              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
43768      Branch: perl
43769            ! t/lib/trig.t
43770 ____________________________________________________________________________
43771 [  6904] By: jhi                                   on 2000/08/30  00:13:09
43772         Log: From now on, Gisle is on my list of usual suspects :-)
43773              Retract #6902.
43774      Branch: perl
43775            ! ext/Opcode/Safe.pm
43776 ____________________________________________________________________________
43777 [  6903] By: jhi                                   on 2000/08/29  23:51:20
43778         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
43779              From: "Craig A. Berry" <craig.berry@psinetcs.com>
43780              Date: Tue, 29 Aug 2000 18:43:26 -0500
43781              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
43782      Branch: perl
43783            + vms/vmspipe.com
43784            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
43785            ! vms/vms.c
43786 ____________________________________________________________________________
43787 [  6902] By: jhi                                   on 2000/08/29  23:44:14
43788         Log: Retry what #6882 attempted.
43789              
43790              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
43791              From: Gisle Aas <gisle@ActiveState.com>
43792              Date: 30 Aug 2000 00:33:09 +0200
43793              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
43794      Branch: perl
43795            ! ext/Opcode/Safe.pm
43796 ____________________________________________________________________________
43797 [  6901] By: jhi                                   on 2000/08/29  22:59:32
43798         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
43799              From: Hugo <hv@crypt.compulink.co.uk>
43800              Date: Mon, 12 Jun 2000 19:36:08 +0100
43801              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
43802      Branch: perl
43803            ! sv.c
43804 ____________________________________________________________________________
43805 [  6900] By: jhi                                   on 2000/08/29  22:58:35
43806         Log: Admit that we are leaking scalars.
43807              
43808              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
43809              From: Spider Boardman <spider@leggy.zk3.dec.com>
43810              Date: Tue, 29 Aug 2000 18:48:29 -0400
43811              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
43812      Branch: perl
43813            ! t/pragma/warnings.t
43814 ____________________________________________________________________________
43815 [  6899] By: jhi                                   on 2000/08/29  20:53:13
43816         Log: Update Changes.
43817      Branch: perl
43818            ! Changes patchlevel.h
43819 ____________________________________________________________________________
43820 [  6898] By: jhi                                   on 2000/08/29  20:46:21
43821         Log: Undo namespace pollution of #6878.
43822              
43823              Subject: Re: Net::protoent does not export 'getproto'
43824              From: Mike Guy <mjtg@cam.ac.uk>
43825              Date: Tue, 29 Aug 2000 21:32:37 +0100
43826              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
43827      Branch: perl
43828            ! lib/Net/protoent.pm
43829 ____________________________________________________________________________
43830 [  6897] By: jhi                                   on 2000/08/29  20:44:29
43831         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
43832              From: Peter Prymmer <pvhp@forte.com>
43833              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
43834              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
43835      Branch: perl
43836            ! pod/perlebcdic.pod
43837 ____________________________________________________________________________
43838 [  6896] By: jhi                                   on 2000/08/29  20:40:57
43839         Log: There's no point repeating the 'revision' (5) of perl5.
43840      Branch: metaconfig/U/perl
43841            ! Devel.U patchlevel.U
43842      Branch: perl
43843            ! Configure config_h.SH
43844 ____________________________________________________________________________
43845 [  6895] By: jhi                                   on 2000/08/29  20:16:58
43846         Log: Regen Configure for #6894.
43847      Branch: metaconfig/U/perl
43848            ! perladmin.U
43849      Branch: perl
43850            ! Configure config_h.SH
43851 ____________________________________________________________________________
43852 [  6894] By: jhi                                   on 2000/08/29  19:59:52
43853         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
43854              From: "Philip Newton" <Philip.Newton@gmx.net>
43855              Date: Tue, 29 Aug 2000 21:39:14 +0200
43856              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
43857      Branch: perl
43858            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
43859            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
43860            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
43861            ! utils/perlbug.PL
43862 ____________________________________________________________________________
43863 [  6893] By: jhi                                   on 2000/08/29  19:55:30
43864         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
43865              From: "Philip Newton" <Philip.Newton@gmx.net>
43866              Date: Tue, 29 Aug 2000 21:39:14 +0200
43867              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
43868      Branch: perl
43869            ! installhtml
43870 ____________________________________________________________________________
43871 [  6892] By: jhi                                   on 2000/08/29  19:53:59
43872         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
43873              From: "Philip Newton" <Philip.Newton@gmx.net>
43874              Date: Tue, 29 Aug 2000 21:48:18 +0200
43875              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
43876      Branch: perl
43877            ! lib/File/Temp.pm
43878 ____________________________________________________________________________
43879 [  6891] By: jhi                                   on 2000/08/29  18:30:03
43880         Log: Nail the ID 20000828.023.
43881      Branch: perl
43882            ! ext/Storable/Storable.xs
43883 ____________________________________________________________________________
43884 [  6890] By: jhi                                   on 2000/08/29  16:50:17
43885         Log: Under usethreads the dumped variable is IN_PAD.
43886              
43887              Subject: Re: [PATCH] Glob dumping
43888              From: Gisle Aas <gisle@ActiveState.com>
43889              Date: 29 Aug 2000 18:45:05 +0200
43890              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
43891      Branch: perl
43892            ! t/lib/peek.t
43893 ____________________________________________________________________________
43894 [  6889] By: jhi                                   on 2000/08/29  15:17:37
43895         Log: Update Changes.
43896      Branch: perl
43897            ! Changes patchlevel.h
43898 ____________________________________________________________________________
43899 [  6888] By: jhi                                   on 2000/08/29  14:49:59
43900         Log: Retract #6882, broke the safe tests.
43901      Branch: perl
43902            ! ext/Opcode/Safe.pm
43903 ____________________________________________________________________________
43904 [  6887] By: jhi                                   on 2000/08/29  14:47:06
43905         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
43906              From: Gisle Aas <gisle@ActiveState.com> 
43907              Date: 09 Jun 2000 20:00:11 +0200
43908              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
43909      Branch: perl
43910            ! utils/perldoc.PL
43911 ____________________________________________________________________________
43912 [  6886] By: jhi                                   on 2000/08/29  14:42:45
43913         Log: The #6881 removed one dump line.
43914      Branch: perl
43915            ! t/lib/peek.t
43916 ____________________________________________________________________________
43917 [  6885] By: jhi                                   on 2000/08/29  14:30:47
43918         Log: Don't forget to tidy up.
43919      Branch: perl
43920            ! t/lib/ftmp-security.t
43921 ____________________________________________________________________________
43922 [  6884] By: jhi                                   on 2000/08/29  14:25:17
43923         Log: Disabling the one test is a bit tricky.
43924      Branch: perl
43925            ! t/lib/ftmp-security.t
43926 ____________________________________________________________________________
43927 [  6883] By: jhi                                   on 2000/08/29  14:16:25
43928         Log: Disable one of the tests for now.
43929      Branch: perl
43930            ! t/lib/ftmp-security.t
43931 ____________________________________________________________________________
43932 [  6882] By: jhi                                   on 2000/08/29  14:05:50
43933         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
43934              From: gisle@aas.no
43935              Date: 29 Aug 2000 10:35:06 -0000
43936              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
43937      Branch: perl
43938            ! ext/Opcode/Safe.pm
43939 ____________________________________________________________________________
43940 [  6881] By: jhi                                   on 2000/08/29  14:03:51
43941         Log: Subject: [PATCH] Glob dumping
43942              From: Gisle Aas <gisle@ActiveState.com>
43943              Date: 29 Aug 2000 07:59:42 -0000
43944              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
43945      Branch: perl
43946            ! dump.c
43947 ____________________________________________________________________________
43948 [  6880] By: jhi                                   on 2000/08/29  14:02:01
43949         Log: Subject: [PATCH] Warnings in B::Deparse
43950              From: <abigail@foad.org>
43951              Date: Tue, 29 Aug 2000 00:00:01 -0400
43952              Message-ID: <20000829040001.2999.qmail@foad.org>
43953      Branch: perl
43954            ! ext/B/B/Deparse.pm
43955 ____________________________________________________________________________
43956 [  6879] By: jhi                                   on 2000/08/29  13:57:26
43957         Log: Missed a change in #6869.
43958      Branch: perl
43959            ! mg.c
43960 ____________________________________________________________________________
43961 [  6878] By: jhi                                   on 2000/08/29  13:45:04
43962         Log: Subject: Net::protoent does not export 'getproto'
43963              From: Yasushi Nakajima <sey@jkc.co.jp>
43964              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
43965      Branch: perl
43966            ! lib/Net/protoent.pm
43967 ____________________________________________________________________________
43968 [  6877] By: jhi                                   on 2000/08/29  13:39:19
43969         Log: Patches all over for people and the files they (hopefully) care about.
43970      Branch: perl
43971            ! AUTHORS Changes MAINTAIN
43972 ____________________________________________________________________________
43973 [  6876] By: jhi                                   on 2000/08/29  12:53:54
43974         Log: Fix for thinko in #6848.
43975              
43976              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
43977              From: Lupe Christoph <lupe@lupe-christoph.de>
43978              Date: Tue, 29 Aug 2000 09:04:08 +0200
43979              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
43980      Branch: perl
43981            ! ext/Thread/Thread.xs
43982 ____________________________________________________________________________
43983 [  6875] By: jhi                                   on 2000/08/29  12:50:14
43984         Log: Update to Getopt::Long 2.24, from Johan Vromans.
43985      Branch: perl
43986            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
43987 ____________________________________________________________________________
43988 [  6874] By: jhi                                   on 2000/08/29  02:09:53
43989         Log: Use minimal @INC in tests, most of the time just '../lib',
43990              so that we simply can't pick up stuff from other Perls than
43991              the one we are testing.  Pointed out by
43992              
43993              From: Mike Guy <mjtg@cam.ac.uk>
43994              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
43995              Date: Fri, 25 Aug 2000 15:15:59 +0100
43996              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
43997      Branch: perl
43998            ! (edit 185 files)
43999 ____________________________________________________________________________
44000 [  6873] By: jhi                                   on 2000/08/29  01:07:11
44001         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
44002              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
44003              Date: Mon, 28 Aug 2000 17:45:52 -0700
44004              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
44005      Branch: perl
44006            ! Makefile.SH hints/os2.sh
44007 ____________________________________________________________________________
44008 [  6872] By: jhi                                   on 2000/08/28  23:33:39
44009         Log: Subject: [PATCH bleedperl@6866] spellings
44010              From: marcel@codewerk.com (Marcel Grunauer)
44011              Date: Tue, 29 Aug 2000 01:19:59 +0200
44012              Message-Id: <200008282319.BAA29862@gandalf.local>
44013      Branch: perl
44014            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
44015            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
44016            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
44017 ____________________________________________________________________________
44018 [  6871] By: jhi                                   on 2000/08/28  23:22:09
44019         Log: Take out the SUIDMAIL thing, that will not be
44020              a problem in 5.7.*.
44021      Branch: perl
44022            ! patchlevel.h
44023 ____________________________________________________________________________
44024 [  6870] By: jhi                                   on 2000/08/28  23:19:30
44025         Log: -S is the silent flag, -s is the strip flag.
44026              
44027              Subject: [PATCH] Re: [PATCH] make no-install          
44028              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
44029              Date: Mon, 28 Aug 2000 15:12:55 -0700
44030              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
44031      Branch: perl
44032            ! Makefile.SH
44033 ____________________________________________________________________________
44034 [  6869] By: jhi                                   on 2000/08/28  23:12:05
44035         Log: Subject: [PATCH bleedperl@6856] warnings fixes
44036              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
44037              Date: Mon, 28 Aug 2000 23:55:06 +0100
44038              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
44039      Branch: perl
44040            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
44041            ! warnings.h warnings.pl
44042 ____________________________________________________________________________
44043 [  6868] By: jhi                                   on 2000/08/28  21:38:22
44044         Log: Potential cruft.
44045      Branch: perl
44046            ! Makefile.SH
44047 ____________________________________________________________________________
44048 [  6867] By: jhi                                   on 2000/08/28  21:35:36
44049         Log: Update Changes.
44050      Branch: perl
44051            ! Changes patchlevel.h
44052 ____________________________________________________________________________
44053 [  6866] By: jhi                                   on 2000/08/28  21:33:49
44054         Log: Subject: hv.h Doc Patch
44055              From: Fisher Mark <fisherm@tce.com>
44056              Date: Mon, 28 Aug 2000 16:24:59 -0500
44057              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
44058      Branch: perl
44059            ! hv.h
44060 ____________________________________________________________________________
44061 [  6865] By: jhi                                   on 2000/08/28  21:02:15
44062         Log: Add -ld to archname on long tr...double platforms.
44063      Branch: metaconfig
44064            ! U/threads/archname.U
44065      Branch: perl
44066            ! Configure config_h.SH
44067 ____________________________________________________________________________
44068 [  6864] By: jhi                                   on 2000/08/28  20:38:59
44069         Log: An attempt to fix the problem reported in
44070              
44071              Subject: Building perl@6856 using gcc/AIX 4.3.3 
44072              From: Daniel Muino <dmuino@afip.gov.ar> 
44073              Date: Mon, 28 Aug 2000 15:50:01 -0300   
44074              Message-ID: <20000828155001.A14403@con2-dgi>
44075              
44076              I can't test this properly since the gcc installation I have
44077              access to seems to be botched (gcc is calling the AIX cpp,
44078              a losing proposition...)
44079      Branch: perl
44080            ! hints/aix.sh
44081 ____________________________________________________________________________
44082 [  6863] By: jhi                                   on 2000/08/28  18:57:52
44083         Log: Fix for ID 20000828.001, long doubles were not formatted
44084              correctly (showed up in $], which stopped installing perl).
44085      Branch: perl
44086            ! sv.c
44087 ____________________________________________________________________________
44088 [  6862] By: jhi                                   on 2000/08/28  18:07:15
44089         Log: Typo in #6858.
44090      Branch: perl
44091            ! lib/Cwd.pm
44092 ____________________________________________________________________________
44093 [  6861] By: jhi                                   on 2000/08/28  17:57:27
44094         Log: opmini.o may be left around if a build is interrupted.
44095      Branch: perl
44096            ! Makefile.SH
44097 ____________________________________________________________________________
44098 [  6860] By: jhi                                   on 2000/08/28  16:52:50
44099         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
44100              From: Daniel Chetlin <daniel@chetlin.com>
44101              Date: Mon, 28 Aug 2000 01:14:18 -0700
44102              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
44103      Branch: perl
44104            ! lib/overload.pm
44105 ____________________________________________________________________________
44106 [  6859] By: jhi                                   on 2000/08/28  16:08:46
44107         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
44108              From: Nicholas Clark <nick@ccl4.org>
44109              Date: Mon, 28 Aug 2000 16:03:27 +0100
44110              Message-Id: <20000828160327.C49785@plum.flirble.org>
44111      Branch: perl
44112            ! ext/ByteLoader/bytecode.h
44113 ____________________________________________________________________________
44114 [  6858] By: jhi                                   on 2000/08/28  16:02:10
44115         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
44116              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
44117              Date: Mon, 28 Aug 2000 13:08:30 +0200
44118              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
44119      Branch: perl
44120            ! lib/Cwd.pm
44121 ____________________________________________________________________________
44122 [  6857] By: jhi                                   on 2000/08/28  15:42:47
44123         Log: display_format used as a class method without arguments was broken,
44124              reported in
44125              
44126              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
44127              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
44128              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
44129              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
44130      Branch: perl
44131            ! lib/Math/Complex.pm t/lib/complex.t
44132 ____________________________________________________________________________
44133 [  6856] By: jhi                                   on 2000/08/27  22:09:48
44134         Log: Update Changes.
44135      Branch: perl
44136            ! Changes patchlevel.h
44137 ____________________________________________________________________________
44138 [  6855] By: jhi                                   on 2000/08/27  21:59:21
44139         Log: Retract #6853 (false alarm).
44140      Branch: perl
44141            ! lib/ExtUtils/xsubpp
44142 ____________________________________________________________________________
44143 [  6854] By: jhi                                   on 2000/08/27  21:37:44
44144         Log: Update Changes.
44145      Branch: perl
44146            ! Changes patchlevel.h
44147 ____________________________________________________________________________
44148 [  6853] By: jhi                                   on 2000/08/27  21:37:16
44149         Log: Subject: [PATCH perl@6850] workaround for xsubpp
44150              From: Hugo <hv@crypt.compulink.co.uk>
44151              Date: Sun, 27 Aug 2000 22:30:25 +0100
44152              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
44153      Branch: perl
44154            ! lib/ExtUtils/xsubpp
44155 ____________________________________________________________________________
44156 [  6852] By: jhi                                   on 2000/08/27  21:33:58
44157         Log: Big-endian 64-bit patch from Raphael Manfredi.
44158      Branch: perl
44159            ! ext/Storable/Storable.xs
44160 ____________________________________________________________________________
44161 [  6851] By: jhi                                   on 2000/08/27  21:22:21
44162         Log: More ruthless editing from Hugo van der Sanden.
44163      Branch: perl
44164            ! pod/perldelta.pod
44165 ____________________________________________________________________________
44166 [  6850] By: jhi                                   on 2000/08/27  16:11:46
44167         Log: Update Changes.
44168      Branch: perl
44169            ! Changes patchlevel.h
44170 ____________________________________________________________________________
44171 [  6849] By: jhi                                   on 2000/08/27  16:11:05
44172         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
44173      Branch: perl
44174            ! configpm pod/perldelta.pod
44175 ____________________________________________________________________________
44176 [  6848] By: jhi                                   on 2000/08/27  15:35:08
44177         Log: Use the actual thread type, not the pointer-to-struct.
44178      Branch: perl
44179            ! ext/Thread/Thread.xs
44180 ____________________________________________________________________________
44181 [  6847] By: jhi                                   on 2000/08/27  15:30:49
44182         Log: Test nit.
44183      Branch: perl
44184            ! t/pragma/warn/pp_sys
44185 ____________________________________________________________________________
44186 [  6846] By: jhi                                   on 2000/08/27  15:19:02
44187         Log: Passing -R in ldflags makes now it to appear in the default
44188              for lddlflags, just like with -L.
44189              
44190              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
44191              From: Lupe Christoph <lupe@lupe-christoph.de>
44192              Date: Sun, 27 Aug 2000 10:28:21 +0200
44193              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
44194      Branch: metaconfig/U/perl
44195            ! dlsrc.U
44196      Branch: perl
44197            ! Configure
44198 ____________________________________________________________________________
44199 [  6845] By: jhi                                   on 2000/08/27  15:08:54
44200         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
44201              From: Alan Burlison <Alan.Burlison@uk.sun.com>
44202              Date: Sat, 26 Aug 2000 22:23:27 +0100
44203              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
44204      Branch: perl
44205            ! lib/ExtUtils/MM_Unix.pm
44206 ____________________________________________________________________________
44207 [  6844] By: jhi                                   on 2000/08/27  15:02:37
44208         Log: DJGPP update from Laszlo Molnar.
44209              
44210              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
44211              From: ml1050 <ml1050@freemail.hu>
44212              Date: Sat, 26 Aug 2000 23:24:40 +0200
44213              Message-Id: <20000826232440.A439@freemail.hu>
44214      Branch: perl
44215            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
44216            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
44217 ____________________________________________________________________________
44218 [  6843] By: jhi                                   on 2000/08/27  14:53:58
44219         Log: Subject: installman buglet
44220              From: Lupe Christoph <lupe@lupe-christoph.de>
44221              Date: Sun, 27 Aug 2000 14:38:59 +0200
44222              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
44223      Branch: perl
44224            ! installman
44225 ____________________________________________________________________________
44226 [  6842] By: jhi                                   on 2000/08/27  14:52:08
44227         Log: Can't get the test to reliably work thanks to the
44228              inaccurateness of floating point.  "Resolves" bug ids
44229              20000826.003, 20000826.009, 20000826.010,
44230      Branch: perl
44231            ! t/lib/trig.t
44232 ____________________________________________________________________________
44233 [  6841] By: jhi                                   on 2000/08/26  15:53:58
44234         Log: Update Changes.
44235      Branch: perl
44236            ! Changes patchlevel.h
44237 ____________________________________________________________________________
44238 [  6840] By: jhi                                   on 2000/08/26  14:23:03
44239         Log: grep -e isn't portable.
44240              
44241              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
44242              From: chris@broadband.att.com
44243              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
44244              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
44245      Branch: perl
44246            ! hints/solaris_2.sh
44247 ____________________________________________________________________________
44248 [  6839] By: jhi                                   on 2000/08/26  14:12:23
44249         Log: no-install target a la make -n.
44250              
44251              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
44252              From: <abigail@foad.org>
44253              Date: Sat, 26 Aug 2000 03:57:34 -0400
44254              Message-ID: <20000826075735.18912.qmail@foad.org>
44255      Branch: perl
44256            ! Makefile.SH installman installperl
44257 ____________________________________________________________________________
44258 [  6838] By: jhi                                   on 2000/08/26  14:06:33
44259         Log: Retract #6826 as the #6828 should be do the same
44260              in a More Correct Way.
44261      Branch: perl
44262            ! installperl
44263 ____________________________________________________________________________
44264 [  6837] By: jhi                                   on 2000/08/26  05:24:00
44265         Log: More casting.
44266      Branch: perl
44267            ! ext/Storable/Storable.xs
44268 ____________________________________________________________________________
44269 [  6836] By: jhi                                   on 2000/08/26  05:05:46
44270         Log: Nicer in decimal.
44271      Branch: perl
44272            ! ext/Storable/Storable.xs
44273 ____________________________________________________________________________
44274 [  6835] By: jhi                                   on 2000/08/26  05:03:50
44275         Log: There be no UVdf.
44276      Branch: perl
44277            ! ext/Storable/Storable.xs
44278 ____________________________________________________________________________
44279 [  6834] By: jhi                                   on 2000/08/26  05:00:18
44280         Log: Continue IVdfing and UVxfing.
44281      Branch: perl
44282            ! ext/Storable/Storable.xs
44283 ____________________________________________________________________________
44284 [  6833] By: jhi                                   on 2000/08/26  04:53:14
44285         Log: Use IVdf.
44286      Branch: perl
44287            ! ext/Storable/Storable.xs
44288 ____________________________________________________________________________
44289 [  6832] By: jhi                                   on 2000/08/26  04:40:41
44290         Log: Document PTR2XX and INT2PTR.
44291      Branch: perl
44292            ! pod/perlguts.pod
44293 ____________________________________________________________________________
44294 [  6831] By: jhi                                   on 2000/08/26  04:33:18
44295         Log: Use UVxf, PTR2UV, NVff.
44296      Branch: perl
44297            ! ext/Storable/Storable.xs
44298 ____________________________________________________________________________
44299 [  6830] By: jhi                                   on 2000/08/26  04:31:32
44300         Log: Update the test count.
44301      Branch: perl
44302            ! t/lib/trig.t
44303 ____________________________________________________________________________
44304 [  6829] By: jhi                                   on 2000/08/26  03:05:50
44305         Log: Subject: [PATCH] installation not quite silent yet.
44306              From: <abigail@foad.org>
44307              Date: Fri, 25 Aug 2000 20:07:53 -0400
44308              Message-ID: <20000826000753.7822.qmail@foad.org>
44309      Branch: perl
44310            ! installman installperl
44311 ____________________________________________________________________________
44312 [  6828] By: jhi                                   on 2000/08/26  03:05:14
44313         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
44314              From: Spider Boardman <spider@web.zk3.dec.com>
44315              Date: Fri, 25 Aug 2000 19:12:40 -0400
44316              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
44317      Branch: perl
44318            ! gv.c
44319 ____________________________________________________________________________
44320 [  6827] By: jhi                                   on 2000/08/25  23:54:34
44321         Log: Support preserving extremely big/small angles.
44322      Branch: perl
44323            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
44324 ____________________________________________________________________________
44325 [  6826] By: jhi                                   on 2000/08/25  23:01:20
44326         Log: Patch installperl to be long double-aware.
44327              
44328              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
44329              From: Spider Boardman <spider@web.zk3.dec.com>
44330              Date: Fri, 25 Aug 2000 18:15:23 -0400
44331              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
44332      Branch: perl
44333            ! installperl
44334 ____________________________________________________________________________
44335 [  6825] By: jhi                                   on 2000/08/25  22:58:25
44336         Log: Remove duplicately applied patch shards.
44337              
44338              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
44339              From: Spider Boardman <spider@leggy.zk3.dec.com>
44340              Date: Fri, 25 Aug 2000 16:45:03 -0400
44341              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
44342      Branch: perl
44343            ! t/lib/cgi-html.t
44344 ____________________________________________________________________________
44345 [  6824] By: jhi                                   on 2000/08/25  22:57:00
44346         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
44347              From: Daniel Chetlin <daniel@chetlin.com>
44348              Date: Fri, 25 Aug 2000 12:23:16 -0700
44349              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
44350              
44351              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
44352              From: Daniel Chetlin <daniel@chetlin.com>
44353              Date: Fri, 25 Aug 2000 14:47:19 -0700
44354              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
44355      Branch: perl
44356            ! installman
44357 ____________________________________________________________________________
44358 [  6823] By: jhi                                   on 2000/08/25  22:44:17
44359         Log: Timestamp problem?
44360      Branch: perl
44361            ! uconfig.h uconfig.sh
44362 ____________________________________________________________________________
44363 [  6822] By: jhi                                   on 2000/08/25  19:01:06
44364         Log: One forgotten file from #6816.
44365      Branch: perl
44366            ! vos/config.h
44367 ____________________________________________________________________________
44368 [  6821] By: jhi                                   on 2000/08/25  18:56:39
44369         Log: Regen Changes.
44370      Branch: perl
44371            ! Changes patchlevel.h
44372 ____________________________________________________________________________
44373 [  6820] By: jhi                                   on 2000/08/25  18:52:35
44374         Log: Fix Changes ordering.
44375      Branch: perl
44376            ! Changes
44377 ____________________________________________________________________________
44378 [  6819] By: jhi                                   on 2000/08/25  18:50:25
44379         Log: Update Changes.
44380      Branch: perl
44381            ! Changes patchlevel.h
44382 ____________________________________________________________________________
44383 [  6818] By: jhi                                   on 2000/08/25  18:47:45
44384         Log: Tweak the sfio/useperlio logic, hopefully as wished in
44385              
44386              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
44387              From: Nicholas Clark <nick@babyhippo.co.uk>
44388              Date: Fri, 25 Aug 2000 12:01:45 +0100
44389              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
44390      Branch: metaconfig/U/perl
44391            ! d_sfio.U
44392      Branch: perl
44393            ! Configure
44394 ____________________________________________________________________________
44395 [  6817] By: jhi                                   on 2000/08/25  18:32:51
44396         Log: Allow microperl to assume <math.h>, without it the math
44397              functions like floor() are assumed to return int, which makes
44398              for core dumps in machines where integer and floating register
44399              don't mix.
44400      Branch: perl
44401            ! uconfig.h uconfig.sh
44402 ____________________________________________________________________________
44403 [  6816] By: jhi                                   on 2000/08/25  18:27:17
44404         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
44405              the problem reported in
44406              
44407              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
44408              From: danhale@us.ibm.com
44409              Date: Fri, 25 Aug 2000 10:58:06 -0400
44410              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
44411      Branch: metaconfig/U/perl
44412            + d_socks5_init.U
44413      Branch: perl
44414            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
44415            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
44416            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
44417            ! win32/config.gc win32/config.vc
44418 ____________________________________________________________________________
44419 [  6815] By: jhi                                   on 2000/08/25  17:43:31
44420         Log: A solution for the retrieve_fd autosplit warning,
44421              idea suggested by Mike Guy.
44422      Branch: perl
44423            ! ext/Storable/Storable.pm
44424 ____________________________________________________________________________
44425 [  6814] By: jhi                                   on 2000/08/25  17:16:03
44426         Log: Add install-silent target.
44427      Branch: perl
44428            ! Makefile.SH
44429 ____________________________________________________________________________
44430 [  6813] By: jhi                                   on 2000/08/25  17:14:23
44431         Log: Subject: Re: [PATCH] More silencing of installman.
44432              From: <abigail@foad.org>
44433              Date: Thu, 24 Aug 2000 19:27:03 -0400
44434              Message-ID: <20000824232703.7001.qmail@foad.org>
44435              
44436              Subject: Re: [PATCH] More silencing of installman.
44437              From: <abigail@foad.org>
44438              Date: Fri, 25 Aug 2000 03:00:58 -0400
44439              Message-ID: <20000825070058.10697.qmail@foad.org>
44440      Branch: perl
44441            ! installman
44442 ____________________________________________________________________________
44443 [  6812] By: jhi                                   on 2000/08/25  17:11:28
44444         Log: installperl --verbose and --silent.
44445              
44446              Subject: Re: [PATCH] More silencing of installman.
44447              From: <abigail@foad.org>
44448              Message-ID: <20000825064430.9719.qmail@foad.org>
44449              Date: Fri, 25 Aug 2000 02:44:30 -0400
44450      Branch: perl
44451            ! installperl
44452 ____________________________________________________________________________
44453 [  6811] By: jhi                                   on 2000/08/25  17:05:43
44454         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
44455              From: "Peter J. Farley III" <pjfarley@banet.net>
44456              Date: Thu, 24 Aug 2000 21:58:03 -0400
44457              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
44458              
44459              (applied slightly modified)
44460      Branch: perl
44461            ! lib/ExtUtils/MM_Unix.pm
44462 ____________________________________________________________________________
44463 [  6810] By: jhi                                   on 2000/08/25  17:01:18
44464         Log: Missing parts of 
44465              
44466              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
44467              From: Peter Prymmer <pvhp@forte.com>
44468              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
44469              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
44470      Branch: perl
44471            ! t/lib/cgi-html.t
44472 ____________________________________________________________________________
44473 [  6809] By: jhi                                   on 2000/08/25  16:46:32
44474         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
44475              From: "Craig A. Berry" <craig.berry@psinetcs.com>
44476              Date: Thu, 24 Aug 2000 19:13:11 -0500
44477              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
44478      Branch: perl
44479            ! vms/vms.c
44480 ____________________________________________________________________________
44481 [  6808] By: jhi                                   on 2000/08/25  16:39:22
44482         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
44483              From: Peter Prymmer <pvhp@forte.com>
44484              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
44485              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
44486      Branch: perl
44487            ! configure.com
44488 ____________________________________________________________________________
44489 [  6807] By: jhi                                   on 2000/08/25  16:36:37
44490         Log: Better wording for the vec lvalue diagnostic.
44491              
44492              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
44493              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
44494              Date: Wed, 23 Aug 2000 14:12:16 -0400
44495              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
44496      Branch: perl
44497            ! pod/perldiag.pod
44498 ____________________________________________________________________________
44499 [  6806] By: jhi                                   on 2000/08/24  18:17:22
44500         Log: Subject: [PATCH] More silencing of installman.
44501              From: <abigail@foad.org>
44502              Date: Thu, 24 Aug 2000 14:01:44 -0400
44503              Message-ID: <20000824180144.20062.qmail@foad.org>
44504      Branch: perl
44505            ! installman
44506 ____________________________________________________________________________
44507 [  6805] By: jhi                                   on 2000/08/24  15:00:31
44508         Log: Update Changes.
44509      Branch: perl
44510            ! Changes patchlevel.h
44511 ____________________________________________________________________________
44512 [  6804] By: jhi                                   on 2000/08/24  14:59:07
44513         Log: Regen perltoc.
44514      Branch: perl
44515            ! pod/perltoc.pod
44516 ____________________________________________________________________________
44517 [  6803] By: jhi                                   on 2000/08/24  14:44:39
44518         Log: Show the doc file, not the temp file.
44519      Branch: perl
44520            ! installman
44521 ____________________________________________________________________________
44522 [  6802] By: jhi                                   on 2000/08/24  14:41:53
44523         Log: Continue silencing.
44524      Branch: perl
44525            ! installman
44526 ____________________________________________________________________________
44527 [  6801] By: jhi                                   on 2000/08/24  14:34:40
44528         Log: Actually do something with the silencer option.
44529      Branch: perl
44530            ! installman
44531 ____________________________________________________________________________
44532 [  6800] By: jhi                                   on 2000/08/24  14:26:22
44533         Log: Make installman to recognize the silence flag -S.
44534      Branch: perl
44535            ! installman
44536 ____________________________________________________________________________
44537 [  6799] By: jhi                                   on 2000/08/24  13:49:38
44538         Log: DOS patches and portability/porting notes, from Tim Jenness.
44539      Branch: perl
44540            ! lib/File/Temp.pm
44541 ____________________________________________________________________________
44542 [  6798] By: jhi                                   on 2000/08/24  13:48:27
44543         Log: Create directories in silence.
44544              
44545              Subject: [PATCH] Another silencer for MakeMaker
44546              From: andreas.koenig@anima.de (Andreas J. Koenig)
44547              Date: 24 Aug 2000 14:18:52 +0200
44548              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
44549      Branch: perl
44550            ! lib/ExtUtils/Command.pm
44551 ____________________________________________________________________________
44552 [  6797] By: jhi                                   on 2000/08/24  13:46:42
44553         Log: More liberal parsing of version numbers.
44554              
44555              Subject: Re: CPAN.pm beta for testing available
44556              From: andreas.koenig@anima.de (Andreas J. Koenig)
44557              Date: 24 Aug 2000 13:51:57 +0200
44558              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
44559      Branch: perl
44560            ! lib/CPAN.pm
44561 ____________________________________________________________________________
44562 [  6796] By: jhi                                   on 2000/08/24  13:44:36
44563         Log: Make "make install" by default silent.  A new "install-verbose"
44564              target is verbose.
44565      Branch: perl
44566            ! Makefile.SH
44567 ____________________________________________________________________________
44568 [  6795] By: jhi                                   on 2000/08/24  13:39:14
44569         Log: Add silencer flags to installperl.
44570              
44571              Subject: [PATCH] Making installperl silent.
44572              From: <abigail@foad.org>
44573              Date: Thu, 24 Aug 2000 05:01:45 -0400
44574              Message-ID: <20000824090145.13141.qmail@foad.org>
44575      Branch: perl
44576            ! installperl
44577 ____________________________________________________________________________
44578 [  6794] By: jhi                                   on 2000/08/24  13:35:50
44579         Log: installperl couldn't tell whether it had run tests or not.
44580              
44581              Subject: [PATCH] Re: installperl and t/TEST
44582              From: <abigail@foad.org>
44583              Date: Thu, 24 Aug 2000 04:00:53 -0400
44584              Message-ID: <20000824080053.2494.qmail@foad.org>
44585      Branch: perl
44586            ! Makefile.SH installperl
44587 ____________________________________________________________________________
44588 [  6793] By: jhi                                   on 2000/08/24  13:27:50
44589         Log: Drop the separate perlbc, perlcc -b should be enough.
44590      Branch: perl
44591            - utils/perlbc.PL
44592            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
44593 ____________________________________________________________________________
44594 [  6792] By: jhi                                   on 2000/08/24  04:41:30
44595         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
44596              plus the typo fix from Peter Prymmer.
44597      Branch: perl
44598            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
44599            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
44600 ____________________________________________________________________________
44601 [  6791] By: jhi                                   on 2000/08/24  02:10:43
44602         Log: Replace #6705 with a minimal doc patch.
44603              
44604              Subject: [PATCH 5.6.0] replace change #6705
44605              From: Jan Dubois <jand@ActiveState.com>
44606              Date: Wed, 23 Aug 2000 18:31:51 -0700
44607              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
44608      Branch: perl
44609            ! lib/Win32.pod win32/win32.c
44610 ____________________________________________________________________________
44611 [  6790] By: jhi                                   on 2000/08/23  17:52:00
44612         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
44613              From: Mike Guy <mjtg@cam.ac.uk>
44614              Date: Wed, 23 Aug 2000 18:38:46 +0100
44615              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
44616      Branch: perl
44617            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
44618 ____________________________________________________________________________
44619 [  6789] By: jhi                                   on 2000/08/23  15:34:21
44620         Log: Update Changes.
44621      Branch: perl
44622            ! Changes patchlevel.h
44623 ____________________________________________________________________________
44624 [  6788] By: jhi                                   on 2000/08/23  15:33:40
44625         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
44626              From: Wilfredo Sánchez <wsanchez@apple.com>
44627              Date: Tue, 22 Aug 2000 19:31:27 -0700
44628              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
44629      Branch: perl
44630            ! perl.h
44631 ____________________________________________________________________________
44632 [  6787] By: jhi                                   on 2000/08/23  15:29:31
44633         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
44634              From: Spider Boardman <spider@leggy.zk3.dec.com>
44635              Date: Wed, 23 Aug 2000 10:33:23 -0400
44636              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
44637      Branch: perl
44638            ! lib/Pod/Html.pm
44639 ____________________________________________________________________________
44640 [  6786] By: jhi                                   on 2000/08/23  15:28:11
44641         Log: Bad makefile.
44642      Branch: perl
44643            ! ext/B/Makefile.PL
44644 ____________________________________________________________________________
44645 [  6785] By: jhi                                   on 2000/08/23  14:37:04
44646         Log: Update Changes.
44647      Branch: perl
44648            ! Changes patchlevel.h
44649 ____________________________________________________________________________
44650 [  6784] By: jhi                                   on 2000/08/23  13:58:41
44651         Log: Portability fix from Hugo van der Sanden.
44652      Branch: perl
44653            ! ext/re/Makefile.PL
44654 ____________________________________________________________________________
44655 [  6783] By: jhi                                   on 2000/08/23  13:53:53
44656         Log: Storable support, v-version fixes.
44657              
44658              Subject: CPAN.pm beta for testing available
44659              From: andreas.koenig@anima.de (Andreas J. Koenig)
44660              Date: 22 Aug 2000 23:31:33 +0200
44661              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
44662      Branch: perl
44663            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
44664 ____________________________________________________________________________
44665 [  6782] By: jhi                                   on 2000/08/23  13:51:26
44666         Log: Mac and other portability updates from Chris Nandor.
44667      Branch: perl
44668            ! pod/perlmodinstall.pod
44669 ____________________________________________________________________________
44670 [  6781] By: jhi                                   on 2000/08/23  13:47:33
44671         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
44672              From: Peter Prymmer <pvhp@forte.com>
44673              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
44674              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
44675      Branch: perl
44676            ! ext/Storable/Storable.xs
44677 ____________________________________________________________________________
44678 [  6780] By: jhi                                   on 2000/08/23  13:33:34
44679         Log: VMS MMS (make) wants null action.
44680      Branch: perl
44681            ! ext/B/Makefile.PL
44682 ____________________________________________________________________________
44683 [  6779] By: jhi                                   on 2000/08/22  19:44:47
44684         Log: Forgot portability nit.
44685      Branch: perl
44686            ! t/lib/st-forgive.t
44687 ____________________________________________________________________________
44688 [  6778] By: jhi                                   on 2000/08/22  19:35:25
44689         Log: Be portable.
44690      Branch: perl
44691            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
44692            ! t/lib/st-store.t
44693 ____________________________________________________________________________
44694 [  6777] By: jhi                                   on 2000/08/22  18:50:53
44695         Log: Update Changes.
44696      Branch: perl
44697            ! Changes patchlevel.h
44698 ____________________________________________________________________________
44699 [  6776] By: jhi                                   on 2000/08/22  18:44:46
44700         Log: cSVOPo_*v things index into the current PL_curpad
44701              under ithreads, which is different from the curpad
44702              used by the XSUB.  (In other words, the code as-is
44703              before this patch wouldn't work under ithreads.)
44704              From Sarathy.
44705      Branch: perl
44706            ! ext/B/B.xs
44707 ____________________________________________________________________________
44708 [  6775] By: jhi                                   on 2000/08/22  18:18:37
44709         Log: Make the selection of NVff et al stricter.
44710      Branch: metaconfig/U/perl
44711            ! perlxvf.U
44712      Branch: perl
44713            ! Configure config_h.SH
44714 ____________________________________________________________________________
44715 [  6774] By: jhi                                   on 2000/08/22  17:19:42
44716         Log: perldelta nits.
44717      Branch: perl
44718            ! pod/perldelta.pod
44719 ____________________________________________________________________________
44720 [  6773] By: jhi                                   on 2000/08/22  17:06:26
44721         Log: Long double fixes from Spider Boardman.
44722              
44723              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
44724              From: system PRIVILEGED account <root@peano.zk3.dec.com>
44725              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
44726              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
44727      Branch: perl
44728            ! t/lib/bigfltpm.t t/lib/st-06compat.t
44729 ____________________________________________________________________________
44730 [  6772] By: jhi                                   on 2000/08/22  15:04:53
44731         Log: Update Changes.
44732      Branch: perl
44733            ! Changes patchlevel.h
44734 ____________________________________________________________________________
44735 [  6771] By: jhi                                   on 2000/08/22  15:01:44
44736         Log: perldelta fixes from Hugo van der Sanden.
44737      Branch: perl
44738            ! pod/perldelta.pod
44739 ____________________________________________________________________________
44740 [  6770] By: jhi                                   on 2000/08/22  14:34:49
44741         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
44742              From: Hugo <hv@crypt.compulink.co.uk>
44743              Date: Tue, 22 Aug 2000 11:21:53 +0100
44744              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
44745      Branch: perl
44746            ! regcomp.c
44747 ____________________________________________________________________________
44748 [  6769] By: jhi                                   on 2000/08/22  14:30:02
44749         Log: Add Yitzchak, reformat.
44750      Branch: perl
44751            ! Changes config_h.SH
44752 ____________________________________________________________________________
44753 [  6768] By: jhi                                   on 2000/08/22  14:21:35
44754         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
44755              and Spider Boardman.
44756      Branch: metaconfig
44757            ! U/compline/d_gconvert.U
44758      Branch: perl
44759            ! Configure
44760 ____________________________________________________________________________
44761 [  6767] By: jhi                                   on 2000/08/22  14:11:24
44762         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
44763              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
44764              Date: Mon, 21 Aug 2000 19:08:31 -0700
44765              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
44766      Branch: perl
44767            - ext/Storable/patchlevel.h
44768            ! MANIFEST ext/Storable/MANIFEST
44769 ____________________________________________________________________________
44770 [  6766] By: jhi                                   on 2000/08/22  13:49:29
44771         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
44772              From: Peter Prymmer <pvhp@forte.com>
44773              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
44774              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
44775      Branch: perl
44776            ! configure.com ext/Storable/Makefile.PL
44777 ____________________________________________________________________________
44778 [  6765] By: jhi                                   on 2000/08/22  13:44:59
44779         Log: Subject: [PATCH blead] B:: missing dependency
44780              From: Hugo <hv@crypt.compulink.co.uk>
44781              Date: Tue, 22 Aug 2000 06:44:33 +0100
44782              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
44783      Branch: perl
44784            ! ext/B/Makefile.PL
44785 ____________________________________________________________________________
44786 [  6764] By: jhi                                   on 2000/08/22  13:38:12
44787         Log: More bytecompiler.
44788      Branch: perl
44789            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
44790 ____________________________________________________________________________
44791 [  6763] By: jhi                                   on 2000/08/22  13:36:44
44792         Log: Bytecompiler patches from Benjamin Stuhl.
44793      Branch: perl
44794            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
44795            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
44796            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
44797            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
44798            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
44799            ! perl.c perlapi.h pod/perldelta.pod
44800 ____________________________________________________________________________
44801 [  6762] By: jhi                                   on 2000/08/21  23:43:40
44802         Log: An obsoleted diagnostic.
44803      Branch: perl
44804            ! pod/perldelta.pod
44805 ____________________________________________________________________________
44806 [  6761] By: jhi                                   on 2000/08/21  23:01:45
44807         Log: The #6759 wasn't quite right.
44808      Branch: perl
44809            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
44810            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
44811            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
44812            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
44813            ! t/lib/st-tieditems.t
44814 ____________________________________________________________________________
44815 [  6760] By: jhi                                   on 2000/08/21  22:35:49
44816         Log: Be verydeepclean.
44817      Branch: perl
44818            ! Makefile.SH
44819 ____________________________________________________________________________
44820 [  6759] By: jhi                                   on 2000/08/21  22:25:40
44821         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
44822              From: Peter Prymmer <pvhp@forte.com>
44823              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
44824              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
44825      Branch: perl
44826            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
44827            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
44828            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
44829            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
44830            ! t/lib/st-tieditems.t
44831 ____________________________________________________________________________
44832 [  6758] By: jhi                                   on 2000/08/21  22:22:32
44833         Log: Few more casts, need reported in
44834              
44835              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
44836              From: Mike Stok <mike@stok.co.uk>
44837              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
44838              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
44839              
44840              and
44841              
44842              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
44843              From: abigail@foad.org
44844              Date: 21 Aug 2000 21:31:34 -0000
44845              Message-Id: <20000821213134.30170.qmail@foad.org>
44846      Branch: perl
44847            ! ext/Storable/Storable.xs
44848 ____________________________________________________________________________
44849 [  6757] By: jhi                                   on 2000/08/21  18:37:07
44850         Log: Update Changes.
44851      Branch: perl
44852            ! Changes patchlevel.h
44853 ____________________________________________________________________________
44854 [  6756] By: jhi                                   on 2000/08/21  18:34:02
44855         Log: A pod nit.
44856              
44857              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
44858              From: <abigail@foad.org>
44859              Date: Mon, 21 Aug 2000 14:00:16 -0400
44860              Message-ID: <20000821180016.28627.qmail@foad.org>
44861      Branch: perl
44862            ! pod/perlre.pod
44863 ____________________________________________________________________________
44864 [  6755] By: jhi                                   on 2000/08/21  18:30:56
44865         Log: Use PodParser 1.18 new test.
44866      Branch: perl
44867            ! t/pod/special_seqs.t t/pod/special_seqs.xr
44868 ____________________________________________________________________________
44869 [  6754] By: jhi                                   on 2000/08/21  18:28:35
44870         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
44871              patches cannot be applied since #6712 conflicts.
44872      Branch: perl
44873            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
44874 ____________________________________________________________________________
44875 [  6753] By: jhi                                   on 2000/08/21  18:15:11
44876         Log: Weed out some smaller changes.
44877      Branch: perl
44878            ! pod/perldelta.pod
44879 ____________________________________________________________________________
44880 [  6752] By: jhi                                   on 2000/08/21  18:02:30
44881         Log: Also under djgpp the timestamps are funky.
44882      Branch: perl
44883            ! t/op/stat.t
44884 ____________________________________________________________________________
44885 [  6751] By: jhi                                   on 2000/08/21  17:55:56
44886         Log: Tweak the floating point output routine preferences.
44887      Branch: metaconfig
44888            ! U/compline/d_gconvert.U
44889      Branch: perl
44890            ! Configure
44891 ____________________________________________________________________________
44892 [  6750] By: jhi                                   on 2000/08/21  17:51:29
44893         Log: Unicos/mk requires elaborate paranoia.
44894      Branch: perl
44895            ! lib/Math/Complex.pm
44896 ____________________________________________________________________________
44897 [  6749] By: gsar                                  on 2000/08/21  16:53:31
44898         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
44899      Branch: perl
44900            ! lib/Cwd.pm
44901 ____________________________________________________________________________
44902 [  6748] By: gsar                                  on 2000/08/21  16:22:19
44903         Log: free TLS slot properly on Windows
44904      Branch: perl
44905            ! thread.h win32/perllib.c win32/win32thread.h
44906 ____________________________________________________________________________
44907 [  6747] By: jhi                                   on 2000/08/21  16:20:58
44908         Log: Rename the macro argument because some preprocessors
44909              can't tell the difference and expand arguments also inside
44910              double quoted strings.
44911      Branch: perl
44912            ! regcomp.c
44913 ____________________________________________________________________________
44914 [  6746] By: jhi                                   on 2000/08/21  16:09:41
44915         Log: Support long doubles in Storable.
44916              
44917              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
44918              From: Radu Greab <radu@netsoft.ro>
44919              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
44920              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
44921      Branch: perl
44922            ! ext/Storable/Storable.xs
44923 ____________________________________________________________________________
44924 [  6745] By: jhi                                   on 2000/08/21  15:51:40
44925         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
44926              From: "Fifer, Eric" <EFifer@sanwaint.com>
44927              Date: Mon, 21 Aug 2000 15:34:49 +0100
44928              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
44929      Branch: perl
44930            ! t/pragma/warn/9enabled
44931 ____________________________________________________________________________
44932 [  6744] By: jhi                                   on 2000/08/21  15:39:35
44933         Log: Document the endianness of Alpha more precisely.
44934      Branch: perl
44935            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
44936            ! pod/perlport.pod
44937 ____________________________________________________________________________
44938 [  6743] By: jhi                                   on 2000/08/21  14:47:05
44939         Log: perldelta fixes from the p5p crowd.
44940      Branch: perl
44941            ! pod/perldelta.pod pod/perlop.pod
44942 ____________________________________________________________________________
44943 [  6742] By: jhi                                   on 2000/08/21  13:34:51
44944         Log: Update to Pod::LaTeX 0.53.
44945              
44946              Subject: [PATCH] lib/Pod/LaTeX.pm updates
44947              From: Tim Jenness <timj@jach.hawaii.edu>
44948              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
44949              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
44950      Branch: perl
44951            ! lib/Pod/LaTeX.pm
44952 ____________________________________________________________________________
44953 [  6741] By: jhi                                   on 2000/08/21  13:33:01
44954         Log: Subject: [PATCH] os2.c fix for use64bitint
44955              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
44956              Date: Mon, 21 Aug 2000 01:32:25 -0700
44957              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
44958      Branch: perl
44959            ! os2/os2.c
44960 ____________________________________________________________________________
44961 [  6740] By: jhi                                   on 2000/08/21  13:28:52
44962         Log: Array context keeps slithering in.
44963              
44964              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
44965              From: Daniel Chetlin <daniel@chetlin.com>
44966              Date: Sun, 20 Aug 2000 21:40:25 -0700
44967              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
44968      Branch: perl
44969            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
44970            ! pod/perldebtut.pod
44971 ____________________________________________________________________________
44972 [  6739] By: jhi                                   on 2000/08/21  13:23:55
44973         Log: Big-endian quad fixes for Storable from Radu Greab,
44974              plus few explicit null casts for picky compilers.
44975      Branch: perl
44976            ! ext/Storable/Storable.xs
44977 ____________________________________________________________________________
44978 [  6738] By: gsar                                  on 2000/08/21  05:56:13
44979         Log: small tweaks for change#6705: avoid C++ style comments in C code;
44980              use Perl's malloc API rather than the low level system one
44981      Branch: perl
44982            ! win32/win32.c
44983 ____________________________________________________________________________
44984 [  6737] By: gsar                                  on 2000/08/21  05:35:41
44985         Log: add Storable to list of extensions on Windows
44986      Branch: perl
44987            ! win32/Makefile win32/makefile.mk
44988 ____________________________________________________________________________
44989 [  6736] By: jhi                                   on 2000/08/21  02:57:53
44990         Log: Update Changes.
44991      Branch: perl
44992            ! Changes patchlevel.h
44993 ____________________________________________________________________________
44994 [  6735] By: jhi                                   on 2000/08/21  02:57:20
44995         Log: Draft 0.
44996      Branch: perl
44997            ! pod/perldelta.pod
44998 ____________________________________________________________________________
44999 [  6734] By: jhi                                   on 2000/08/21  02:57:03
45000         Log: Add Storable 0.7.2 from Raphael Manfredi,
45001              plus the patch from
45002              
45003              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
45004              From: Radu Greab <radu@netsoft.ro>
45005              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
45006              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
45007              
45008              plus changes to get Storable to compile with
45009              picky ANSI compilers.
45010      Branch: perl
45011            + ext/Storable/ChangeLog ext/Storable/MANIFEST
45012            + ext/Storable/Makefile.PL ext/Storable/README
45013            + ext/Storable/Storable.pm ext/Storable/Storable.xs
45014            + ext/Storable/patchlevel.h t/lib/st-06compat.t
45015            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
45016            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
45017            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
45018            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
45019            + t/lib/st-tieditems.t
45020            ! MANIFEST
45021 ____________________________________________________________________________
45022 [  6733] By: jhi                                   on 2000/08/21  02:29:09
45023         Log: The correct cleaning order is an art.
45024      Branch: perl
45025            ! Makefile.SH
45026 ____________________________________________________________________________
45027 [  6732] By: jhi                                   on 2000/08/21  01:23:39
45028         Log: The #6724 is here.
45029      Branch: perl
45030            ! t/lib/ftmp-security.t
45031 ____________________________________________________________________________
45032 [  6731] By: jhi                                   on 2000/08/20  23:17:03
45033         Log: s/this one/the 5.6.0 release/
45034      Branch: perl
45035            ! pod/perl56delta.pod
45036 ____________________________________________________________________________
45037 [  6730] By: jhi                                   on 2000/08/20  23:07:34
45038         Log: Mention perlebcdic and perlposix-bc.
45039      Branch: perl
45040            ! pod/perlport.pod
45041 ____________________________________________________________________________
45042 [  6729] By: jhi                                   on 2000/08/20  21:32:59
45043         Log: Document the number of exponent digits.
45044      Branch: perl
45045            ! pod/perlfunc.pod
45046 ____________________________________________________________________________
45047 [  6728] By: jhi                                   on 2000/08/20  21:16:47
45048         Log: Use File::Spec->tmpdir().
45049              
45050              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
45051              From: Tim Jenness <timj@jach.hawaii.edu>
45052              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
45053              MIME-Version: 1.0
45054              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
45055      Branch: perl
45056            ! utils/perlbug.PL
45057 ____________________________________________________________________________
45058 [  6727] By: jhi                                   on 2000/08/20  20:43:32
45059         Log: Update Changes.
45060      Branch: perl
45061            ! Changes patchlevel.h
45062 ____________________________________________________________________________
45063 [  6726] By: jhi                                   on 2000/08/20  20:41:44
45064         Log: The veryclean target needs to clobber.
45065      Branch: perl
45066            ! Makefile.SH
45067 ____________________________________________________________________________
45068 [  6725] By: jhi                                   on 2000/08/20  20:37:38
45069         Log: Document odd vs even subreleases and -Dusedevel.
45070      Branch: perl
45071            ! INSTALL
45072 ____________________________________________________________________________
45073 [  6724] By: jhi                                   on 2000/08/20  19:58:05
45074         Log: Use temporary directory instead of current directory.
45075              
45076              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
45077              From: Tim Jenness <timj@jach.hawaii.edu>
45078              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
45079              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
45080      Branch: perl
45081            ! t/lib/ftmp-security.t
45082 ____________________________________________________________________________
45083 [  6723] By: jhi                                   on 2000/08/20  19:55:55
45084         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
45085              From: andreas.koenig@anima.de (Andreas J. Koenig)
45086              Date: 20 Aug 2000 15:52:03 +0200
45087              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
45088      Branch: perl
45089            ! lib/ExtUtils/MM_Unix.pm
45090 ____________________________________________________________________________
45091 [  6722] By: jhi                                   on 2000/08/20  19:46:01
45092         Log: Update to CGI 2.72, from Lincoln Stein.
45093      Branch: perl
45094            ! lib/CGI.pm
45095 ____________________________________________________________________________
45096 [  6721] By: jhi                                   on 2000/08/20  19:43:54
45097         Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
45098              From: Radu Greab <radu@netsoft.ro>
45099              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
45100              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
45101      Branch: perl
45102            ! ext/GDBM_File/GDBM_File.xs
45103 ____________________________________________________________________________
45104 [  6720] By: jhi                                   on 2000/08/20  19:42:01
45105         Log: pp_open() could pass an uninitialized filename down to do_open9().
45106      Branch: perl
45107            ! pp_sys.c
45108 ____________________________________________________________________________
45109 [  6719] By: jhi                                   on 2000/08/20  14:06:41
45110         Log: UTF8 concat fixes.
45111              
45112              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
45113              From: Hugo <hv@crypt.compulink.co.uk>
45114              Date: Sun, 20 Aug 2000 07:30:46 +0100
45115              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
45116      Branch: perl
45117            ! pp_hot.c t/op/append.t
45118 ____________________________________________________________________________
45119 [  6718] By: jhi                                   on 2000/08/20  02:09:37
45120         Log: Let's try #6717 again.
45121      Branch: perl
45122            ! lib/File/Temp.pm
45123 ____________________________________________________________________________
45124 [  6717] By: jhi                                   on 2000/08/20  01:56:55
45125         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
45126              From: "Craig A. Berry" <craig.berry@metamorgs.com>
45127              Date: Sat, 19 Aug 2000 18:15:39 -0500
45128              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
45129      Branch: perl
45130            ! lib/File/Temp.pm
45131 ____________________________________________________________________________
45132 [  6716] By: jhi                                   on 2000/08/19  15:50:11
45133         Log: Update Changes.
45134      Branch: perl
45135            ! Changes patchlevel.h
45136 ____________________________________________________________________________
45137 [  6715] By: jhi                                   on 2000/08/19  15:39:09
45138         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
45139              From: Jonathan D Johnston <jdjohnston2@juno.com>
45140              Date: Thu, 17 Aug 2000 23:13:01 -0400       
45141              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
45142      Branch: perl
45143            ! pod/perlfunc.pod
45144 ____________________________________________________________________________
45145 [  6714] By: jhi                                   on 2000/08/19  15:34:04
45146         Log: Introduce a 'veryclean' target that is like 'distclean'
45147              but also removes *~ and *.orig.
45148      Branch: perl
45149            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
45150            ! utils/Makefile x2p/Makefile.SH
45151 ____________________________________________________________________________
45152 [  6713] By: jhi                                   on 2000/08/19  14:15:45
45153         Log: Put back the long double avoidance code to POSIX.xs
45154              because VMS seems to need it still.
45155      Branch: perl
45156            ! ext/POSIX/POSIX.xs
45157 ____________________________________________________________________________
45158 [  6712] By: jhi                                   on 2000/08/19  14:10:41
45159         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
45160              From: Peter Prymmer <pvhp@forte.com>
45161              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
45162              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
45163      Branch: perl
45164            ! lib/Pod/Find.pm t/pod/find.t
45165 ____________________________________________________________________________
45166 [  6711] By: jhi                                   on 2000/08/19  14:09:19
45167         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
45168              From: Peter Prymmer <pvhp@forte.com>
45169              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
45170              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
45171              cc: vmsperl@perl.org
45172      Branch: perl
45173            ! t/lib/peek.t
45174 ____________________________________________________________________________
45175 [  6710] By: jhi                                   on 2000/08/19  14:08:01
45176         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
45177              From: Jan Dubois <jand@ActiveState.com>
45178              Date: Fri, 18 Aug 2000 16:31:48 -0700
45179              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
45180      Branch: perl
45181            ! win32/win32.c
45182 ____________________________________________________________________________
45183 [  6709] By: jhi                                   on 2000/08/19  14:06:57
45184         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
45185              
45186              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
45187              From: Spider.Boardman@Orb.Nashua.NH.US
45188              Date: Fri, 18 Aug 2000 18:41:14 -0400
45189              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
45190      Branch: perl
45191            ! regcomp.c
45192 ____________________________________________________________________________
45193 [  6708] By: jhi                                   on 2000/08/18  22:04:49
45194         Log: Update Changes.
45195      Branch: perl
45196            ! Changes patchlevel.h
45197 ____________________________________________________________________________
45198 [  6707] By: jhi                                   on 2000/08/18  21:55:14
45199         Log: Add warnif(), check warnings further up the stack,
45200              all the warnings functions now can take an optional object reference.
45201              
45202              Subject: [PATCH bleedperl@6691] warnings pragma update
45203              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
45204              Date: Fri, 18 Aug 2000 22:42:06 +0100
45205              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
45206      Branch: perl
45207            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
45208            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
45209            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
45210 ____________________________________________________________________________
45211 [  6706] By: jhi                                   on 2000/08/18  21:41:45
45212         Log: Typo in pp_complement().
45213              
45214              Subject: [PATCH perl-current] Deparse
45215              From: Peter Scott <Peter@PSDT.com>
45216              Date: Fri, 18 Aug 2000 12:44:37 -0700
45217              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
45218      Branch: perl
45219            ! ext/B/B/Deparse.pm
45220 ____________________________________________________________________________
45221 [  6705] By: jhi                                   on 2000/08/18  21:25:59
45222         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
45223              From: Jan Dubois <jand@ActiveState.com>
45224              Date: Fri, 18 Aug 2000 14:22:51 -0700
45225              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
45226      Branch: perl
45227            ! lib/Win32.pod win32/win32.c
45228 ____________________________________________________________________________
45229 [  6704] By: jhi                                   on 2000/08/18  21:16:14
45230         Log: Don't eat leading os from index entries.
45231              
45232              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
45233              From: Russ Allbery <rra@stanford.edu>
45234              Date: 10 Aug 2000 20:49:25 -0700
45235              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
45236      Branch: perl
45237            ! lib/Pod/Man.pm
45238 ____________________________________________________________________________
45239 [  6703] By: jhi                                   on 2000/08/18  21:07:06
45240         Log: Add [[:blank:]] as suggested in
45241              
45242              Subject: [ID 20000716.024] [=cc=] / [:blank:]
45243              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
45244              Date: Sun, 16 Jul 2000 17:55:29 -0700
45245              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
45246              
45247              (the [=cc=] has already been taken care of by #6439
45248              so the whole bug report can be closed)
45249              
45250              and make [[:space:]] to be equivalent to isspace(3)
45251              (as opposed to \s, which is isSPACE()).  The difference
45252              is that now [[:space:]] matches the mythical vertical tab,
45253              while \s doesn't.
45254      Branch: perl
45255            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
45256            ! regexec.c t/op/pat.t
45257 ____________________________________________________________________________
45258 [  6702] By: jhi                                   on 2000/08/18  18:47:47
45259         Log: The new tests were missing from #6415.
45260      Branch: perl
45261            ! t/op/bop.t
45262 ____________________________________________________________________________
45263 [  6701] By: jhi                                   on 2000/08/18  18:20:40
45264         Log: Document the NDBM_File and ODBM_File as SDBM_File
45265              was documented in #6417.
45266      Branch: perl
45267            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
45268            ! ext/SDBM_File/SDBM_File.pm
45269 ____________________________________________________________________________
45270 [  6700] By: jhi                                   on 2000/08/18  18:10:39
45271         Log: Subject: [PATCH perl@6698] cygwin port
45272              From: "Fifer, Eric" <EFifer@sanwaint.com>
45273              Date: Fri, 18 Aug 2000 17:30:05 +0100
45274              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
45275      Branch: perl
45276            ! lib/File/Temp.pm
45277 ____________________________________________________________________________
45278 [  6699] By: jhi                                   on 2000/08/18  16:21:49
45279         Log: Document code point which makes if (defined %stash::) to work
45280              (noted by Spider Boardman).
45281      Branch: perl
45282            ! op.c
45283 ____________________________________________________________________________
45284 [  6698] By: jhi                                   on 2000/08/18  13:43:27
45285         Log: Update Changes.
45286      Branch: perl
45287            ! Changes patchlevel.h
45288 ____________________________________________________________________________
45289 [  6697] By: jhi                                   on 2000/08/18  13:35:57
45290         Log: Tiny Getopt::Long patch from Johan Vromans.
45291      Branch: perl
45292            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
45293 ____________________________________________________________________________
45294 [  6696] By: jhi                                   on 2000/08/18  13:26:14
45295         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
45296              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
45297              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
45298              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
45299      Branch: perl
45300            ! pod/perldiag.pod pod/perlsyn.pod
45301 ____________________________________________________________________________
45302 [  6695] By: jhi                                   on 2000/08/18  13:13:26
45303         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
45304              From: Daniel Chetlin <daniel@chetlin.com>
45305              Date: Fri, 18 Aug 2000 03:13:36 -0700
45306              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
45307      Branch: perl
45308            ! pod/perlfunc.pod
45309 ____________________________________________________________________________
45310 [  6694] By: jhi                                   on 2000/08/18  13:08:05
45311         Log: Subject: [PATCH] perltrap.pod spring cleaning
45312              From: Daniel Chetlin <daniel@chetlin.com>
45313              Date: Fri, 18 Aug 2000 03:06:54 -0700
45314              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
45315              
45316              plus Mike Guy's nitfix.
45317      Branch: perl
45318            ! pod/perltrap.pod
45319 ____________________________________________________________________________
45320 [  6693] By: jhi                                   on 2000/08/18  13:00:26
45321         Log: Unbuffer the output.
45322              
45323              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
45324              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
45325              Date: Thu, 17 Aug 2000 18:39:29 -0700
45326              Message-ID: <RPJn5gzkgydf092yn@efn.org>
45327      Branch: perl
45328            ! t/op/fork.t
45329 ____________________________________________________________________________
45330 [  6692] By: jhi                                   on 2000/08/18  05:19:17
45331         Log: Delete the image, too, not just its MANIFEStation.
45332      Branch: perl
45333            - lib/CGI/eg/wilogo.gif
45334 ____________________________________________________________________________
45335 [  6691] By: jhi                                   on 2000/08/18  05:10:26
45336         Log: Propagate new Configure vars.
45337      Branch: perl
45338            ! configure.com epoc/config.sh uconfig.h uconfig.sh
45339            ! vos/config.def vos/config.h vos/config_h.SH_orig
45340            ! win32/config.bc win32/config.gc win32/config.vc
45341            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
45342 ____________________________________________________________________________
45343 [  6690] By: jhi                                   on 2000/08/18  04:30:56
45344         Log: Update Changes.
45345      Branch: perl
45346            ! Changes patchlevel.h
45347 ____________________________________________________________________________
45348 [  6689] By: jhi                                   on 2000/08/18  04:12:30
45349         Log: Fix the lib/complex failure of
45350              
45351              From: abigail@foad.org
45352              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
45353              Date: 15 Aug 2000 04:06:38 -0000
45354              Message-Id: <20000815040638.8524.qmail@foad.org> 
45355              
45356              Linux long double accuracy issue: something that
45357              when printed with %g looks like "2" but int() of it is 1.
45358      Branch: perl
45359            ! lib/Math/Complex.pm
45360 ____________________________________________________________________________
45361 [  6688] By: jhi                                   on 2000/08/18  03:15:35
45362         Log: The byteorder code in #6671 was wrong.
45363      Branch: perl
45364            ! configpm
45365 ____________________________________________________________________________
45366 [  6687] By: jhi                                   on 2000/08/18  02:08:42
45367         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
45368              From: Jan Dubois <jand@ActiveState.com>
45369              Date: Thu, 17 Aug 2000 18:31:55 -0700
45370              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
45371      Branch: perl
45372            ! sv.c
45373 ____________________________________________________________________________
45374 [  6686] By: jhi                                   on 2000/08/18  02:04:15
45375         Log: Use NVs in POSIX math, not doubles.
45376              
45377              From: abigail@foad.org
45378              Subject: [ID 20000817.014] POSIX & modfl
45379              Date: 17 Aug 2000 20:49:18 -0000
45380              Message-Id: <20000817204918.23123.qmail@foad.org>
45381      Branch: perl
45382            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
45383 ____________________________________________________________________________
45384 [  6685] By: jhi                                   on 2000/08/18  02:02:12
45385         Log: Introduce NVef, NVff, and NVgf, use the middle one.
45386              (helps for lib/peek + Linux + long doubles)  Reported in
45387              
45388              From: abigail@foad.org
45389              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
45390              Date: 15 Aug 2000 04:06:38 -0000
45391              Message-Id: <20000815040638.8524.qmail@foad.org> 
45392              
45393              (note: the lib/complex failure has not yet been addressed)
45394      Branch: metaconfig/U/perl
45395            ! perlxvf.U
45396      Branch: perl
45397            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
45398            ! config_h.SH dump.c perl.h pod/perlguts.pod
45399 ____________________________________________________________________________
45400 [  6684] By: jhi                                   on 2000/08/17  23:22:19
45401         Log: Add byteorder to the myconfig output.
45402      Branch: perl
45403            ! myconfig.SH
45404 ____________________________________________________________________________
45405 [  6683] By: jhi                                   on 2000/08/17  23:20:19
45406         Log: The image doth not exist, spotted by Johan Vromans.
45407      Branch: perl
45408            ! MANIFEST
45409 ____________________________________________________________________________
45410 [  6682] By: jhi                                   on 2000/08/17  22:38:16
45411         Log: Document what the backtick returns if the command fails.
45412      Branch: perl
45413            ! pod/perlop.pod
45414 ____________________________________________________________________________
45415 [  6681] By: jhi                                   on 2000/08/17  22:33:12
45416         Log: Do not use prototyping here.
45417              
45418              Subject: [ID 20000817.016] [PATCH] Peek.xs
45419              From: abigail@foad.org
45420              Date: 17 Aug 2000 20:55:56 -0000
45421              Message-Id: <20000817205556.24270.qmail@foad.org>
45422      Branch: perl
45423            ! ext/Devel/Peek/Makefile.PL
45424 ____________________________________________________________________________
45425 [  6680] By: jhi                                   on 2000/08/17  19:46:43
45426         Log: Don't propose using modules built for 5.005 if no binary
45427              compatibility with 5.005 is attempted.
45428              
45429              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
45430              Subject: Minor nit with 5.7.0 (6655)
45431              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
45432              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
45433      Branch: metaconfig
45434            ! U/installdirs/inc_version_list.U
45435      Branch: perl
45436            ! Configure config_h.SH
45437 ____________________________________________________________________________
45438 [  6679] By: jhi                                   on 2000/08/17  19:16:39
45439         Log: Microperl config update.
45440      Branch: perl
45441            ! uconfig.h uconfig.sh
45442 ____________________________________________________________________________
45443 [  6678] By: jhi                                   on 2000/08/17  19:16:13
45444         Log: The #6648 wasn't protective enough for limited platforms
45445              (like microperl).
45446      Branch: perl
45447            ! dump.c sv.c
45448 ____________________________________________________________________________
45449 [  6677] By: jhi                                   on 2000/08/17  14:46:35
45450         Log: Update Changes.
45451      Branch: perl
45452            ! Changes patchlevel.h
45453 ____________________________________________________________________________
45454 [  6676] By: jhi                                   on 2000/08/17  14:44:02
45455         Log: Add perlebcdic from Peter Prymmer, regen toc.
45456      Branch: perl
45457            + pod/perlebcdic.pod
45458            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
45459 ____________________________________________________________________________
45460 [  6675] By: jhi                                   on 2000/08/17  14:41:52
45461         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
45462      Branch: perl
45463            ! pod/perldebtut.pod
45464 ____________________________________________________________________________
45465 [  6674] By: jhi                                   on 2000/08/17  14:29:43
45466         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
45467              
45468              Subject: [ID 20000724.006] -DLEAKTEST problem
45469              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
45470              Date: Tue, 25 Jul 2000 00:36:32 -0500
45471              Message-Id: <20000725003632.A26186@www.llamacom.com>
45472              
45473              Reminder sent
45474              
45475              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
45476              From: Hugo <hv@crypt.compulink.co.uk>
45477              Date: Thu, 17 Aug 2000 15:23:42 +0100
45478              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
45479      Branch: perl
45480            ! util.c
45481 ____________________________________________________________________________
45482 [  6673] By: jhi                                   on 2000/08/17  04:07:10
45483         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
45484              From: John Peacock <JPeacock@UnivPress.com>
45485              Date: Tue, 01 Aug 2000 09:38:12 -0400
45486              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
45487      Branch: perl
45488            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
45489 ____________________________________________________________________________
45490 [  6672] By: jhi                                   on 2000/08/17  03:04:35
45491         Log: Subject: [PATCH] Cwd.pm now uses strict
45492              From: Tim Jenness <timj@jach.hawaii.edu>
45493              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
45494              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
45495      Branch: perl
45496            ! lib/Cwd.pm
45497 ____________________________________________________________________________
45498 [  6671] By: jhi                                   on 2000/08/17  02:16:35
45499         Log: Make $Config{byteorder} more magical so that it is
45500              dynamically computed: nice for 'fat binaries'.
45501              
45502              Subject: [PATCH]: default byteorder
45503              From: Wilfredo Sánchez <wsanchez@apple.com>
45504              Date: Mon, 31 Jul 2000 19:45:31 -0700
45505              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
45506      Branch: perl
45507            ! configpm
45508 ____________________________________________________________________________
45509 [  6670] By: gsar                                  on 2000/08/17  01:22:21
45510         Log: move WNOHANG definition to where other such things are
45511      Branch: perl
45512            ! win32/win32.h
45513 ____________________________________________________________________________
45514 [  6669] By: jhi                                   on 2000/08/17  01:19:17
45515         Log: Update Changes.
45516      Branch: perl
45517            ! Changes patchlevel.h
45518 ____________________________________________________________________________
45519 [  6668] By: jhi                                   on 2000/08/17  01:16:29
45520         Log: Doc nits spotted by Richard Soderberg.
45521      Branch: perl
45522            ! README.posix-bc README.vmesa
45523 ____________________________________________________________________________
45524 [  6667] By: jhi                                   on 2000/08/17  01:12:11
45525         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
45526              From: "Casey R. Tweten" <crt@kiski.net>
45527              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
45528              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
45529      Branch: perl
45530            ! pod/perldebtut.pod
45531 ____________________________________________________________________________
45532 [  6666] By: jhi                                   on 2000/08/17  01:09:31
45533         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
45534              From: "Casey R. Tweten" <crt@kiski.net>
45535              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
45536              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
45537      Branch: perl
45538            ! lib/Shell.pm
45539 ____________________________________________________________________________
45540 [  6665] By: gsar                                  on 2000/08/17  01:03:52
45541         Log: add "ok" targets from change#6632 in makefile.mk
45542      Branch: perl
45543            ! pod/perlport.pod win32/Makefile win32/makefile.mk
45544 ____________________________________________________________________________
45545 [  6664] By: gsar                                  on 2000/08/17  00:56:11
45546         Log: avoid warnings from dense compiler
45547      Branch: perl
45548            ! win32/win32.c
45549 ____________________________________________________________________________
45550 [  6663] By: jhi                                   on 2000/08/17  00:51:49
45551         Log: Tweak the regex compilation errors once more.
45552      Branch: perl
45553            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
45554            ! t/op/regmesg.t t/pragma/warn/regcomp
45555 ____________________________________________________________________________
45556 [  6662] By: gsar                                  on 2000/08/17  00:28:19
45557         Log: trailing new %ENV entries weren't being pushed into the real
45558              environment of subprocesses on Windows
45559      Branch: perl
45560            ! t/op/magic.t win32/perlhost.h
45561 ____________________________________________________________________________
45562 [  6661] By: gsar                                  on 2000/08/17  00:19:20
45563         Log: waitpid() now handles externally spawned pids correctly;
45564              fixes for backtick/wait/waitpid failures on Windows 9x
45565              
45566              these changes make the pid returned by process functions on
45567              Windows 9x always positive by clearing the high bit (which
45568              is always set on Win9x); pseudo-process PIDs are likewise
45569              always negative now on Win9x (just as on NT/2000)
45570      Branch: perl
45571            ! pp_sys.c win32/perlhost.h win32/win32.c
45572 ____________________________________________________________________________
45573 [  6660] By: jhi                                   on 2000/08/17  00:04:32
45574         Log: Retract #6645.
45575      Branch: perl
45576            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
45577            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
45578            ! t/op/sprintf.t
45579 ____________________________________________________________________________
45580 [  6659] By: gsar                                  on 2000/08/16  23:59:28
45581         Log: on windows, the return values from wait() and waitpid() don't
45582              match those of pseudo-pids
45583      Branch: perl
45584            ! pp_sys.c t/op/fork.t util.c win32/win32.c
45585 ____________________________________________________________________________
45586 [  6658] By: gsar                                  on 2000/08/16  23:56:14
45587         Log: pod nit seen in passing
45588      Branch: perl
45589            ! pod/perlfunc.pod
45590 ____________________________________________________________________________
45591 [  6657] By: gsar                                  on 2000/08/16  23:53:42
45592         Log: change#6328 could make close(SOCKET) return false on windows
45593              when it shouldn't
45594      Branch: perl
45595            ! win32/win32sck.c
45596 ____________________________________________________________________________
45597 [  6656] By: gsar                                  on 2000/08/16  23:46:57
45598         Log: check that the number pseudo children doesn't exceed
45599              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
45600              the WaitForMultipleObjects() limit that would cause wait()
45601              to crash)
45602              
45603              wait() and waitpid() could potentially be rewritten to use
45604              more than one thread to do the waiting to eliminate this
45605              limitation
45606      Branch: perl
45607            ! win32/perlhost.h
45608 ____________________________________________________________________________
45609 [  6655] By: jhi                                   on 2000/08/16  14:11:05
45610         Log: Update Changes.
45611      Branch: perl
45612            ! Changes patchlevel.h
45613 ____________________________________________________________________________
45614 [  6654] By: jhi                                   on 2000/08/16  14:10:12
45615         Log: Update to perldebtut 1.9, from Richard Foley.
45616      Branch: perl
45617            ! pod/perldebtut.pod
45618 ____________________________________________________________________________
45619 [  6653] By: jhi                                   on 2000/08/16  14:08:17
45620         Log: Change the regx compilation error markers to use = instead of <
45621              since pod makes using the latter quite messy.  Reported in
45622              ID 20000814.006 by Abigail and in
45623              Subject: Unknown escape E<> ?
45624              From: Lupe Christoph <lupe@lupe-christoph.de>
45625              Date: Fri, 11 Aug 2000 00:30:27 +0200
45626              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
45627      Branch: perl
45628            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
45629            ! t/op/regmesg.t t/pragma/warn/regcomp
45630 ____________________________________________________________________________
45631 [  6652] By: jhi                                   on 2000/08/16  13:25:31
45632         Log: Change the perlbug address to perl.org since it's more forgiving.
45633              
45634              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
45635              From: abigail@foad.org
45636              Date: 15 Aug 2000 04:15:40 -0000
45637              Message-Id: <20000815041540.8633.qmail@foad.org>
45638      Branch: perl
45639            ! utils/perlbug.PL
45640 ____________________________________________________________________________
45641 [  6651] By: jhi                                   on 2000/08/16  13:22:35
45642         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
45643              From: Tim Jenness <timj@jach.hawaii.edu>
45644              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
45645              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
45646      Branch: perl
45647            ! lib/Cwd.pm
45648 ____________________________________________________________________________
45649 [  6650] By: jhi                                   on 2000/08/16  13:18:13
45650         Log: Update to CPAN 1.57.
45651              
45652              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
45653              From: andreas.koenig@anima.de (Andreas J. Koenig)
45654              Date: 16 Aug 2000 15:09:46 +0200
45655              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
45656      Branch: perl
45657            ! lib/CPAN.pm
45658 ____________________________________________________________________________
45659 [  6649] By: jhi                                   on 2000/08/16  13:12:31
45660         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
45661              From: "Larry W. Virden" <lvirden@cas.org>
45662              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
45663              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
45664      Branch: perl
45665            ! README.hpux
45666 ____________________________________________________________________________
45667 [  6648] By: jhi                                   on 2000/08/16  13:03:53
45668         Log: The numeric locale was reset to "C" by s?printf and never restored.
45669              
45670              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
45671              From: Christian Kirsch <ck@held.mind.de>
45672              Date: Wed, 9 Aug 2000 17:05:17 +0200
45673              Message-Id: <20000809170517.A25389@held>
45674              
45675              No test since adding the failing example to locale.t
45676              does not fail -- probably because the locale settings are so
45677              thoroughly tweaked by that time.  Running the example standalone
45678              does fail, though.  UPDATE: test case added at change #7540.
45679      Branch: perl
45680            ! dump.c perl.h pp.c pp_ctl.c sv.c
45681 ____________________________________________________________________________
45682 [  6647] By: jhi                                   on 2000/08/16  00:07:54
45683         Log: Update Changes and test semi-automatic patchlevel updating.
45684      Branch: perl
45685            ! Changes patchlevel.h
45686 ____________________________________________________________________________
45687 [  6646] By: jhi                                   on 2000/08/15  23:35:07
45688         Log: Fix a dependency problem.
45689              
45690              Subject: [PATCH: 6640] VMS Makefile.SH update
45691              From: Peter Prymmer <pvhp@forte.com>
45692              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
45693              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
45694      Branch: perl
45695            ! vms/descrip_mms.template
45696 ____________________________________________________________________________
45697 [  6645] By: jhi                                   on 2000/08/15  23:33:23
45698         Log: (Retracted by #6660)
45699              
45700              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
45701              From: Dominic Dunlop <domo@computer.org>
45702              Date: Tue, 15 Aug 2000 22:20:52 +0200
45703              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
45704      Branch: metaconfig/U/perl
45705            + d_printfed.U
45706      Branch: perl
45707            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
45708            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
45709            ! t/op/sprintf.t
45710 ____________________________________________________________________________
45711 [  6644] By: jhi                                   on 2000/08/15  21:17:20
45712         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
45713              From: abigail@foad.org
45714              Date: 15 Aug 2000 20:12:41 -0000
45715              Message-Id: <20000815201241.25556.qmail@foad.org>
45716      Branch: perl
45717            ! INSTALL
45718 ____________________________________________________________________________
45719 [  6643] By: jhi                                   on 2000/08/15  21:15:28
45720         Log: (an already applied patch)
45721      Branch: perl
45722            ! lib/CGI.pm
45723 ____________________________________________________________________________
45724 [  6642] By: gsar                                  on 2000/08/15  19:54:05
45725         Log: magic callbacks all need to have same type signature
45726      Branch: perl
45727            ! embed.pl mg.c proto.h
45728 ____________________________________________________________________________
45729 [  6641] By: jhi                                   on 2000/08/15  17:56:27
45730         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)
45731              From: Mike Guy <mjtg@cam.ac.uk>
45732              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
45733              Date: Tue, 15 Aug 2000 18:26:45 +0100
45734              
45735              Only the peek.t part applied, not the hash quality part.
45736      Branch: perl
45737            ! t/lib/peek.t
45738 ____________________________________________________________________________
45739 [  6640] By: jhi                                   on 2000/08/15  16:37:37
45740         Log: Update Changes.
45741      Branch: perl
45742            ! Changes
45743 ____________________________________________________________________________
45744 [  6639] By: jhi                                   on 2000/08/15  16:34:55
45745         Log: Missed a file from #6638.
45746      Branch: perl
45747            ! lib/File/Temp.pm
45748 ____________________________________________________________________________
45749 [  6638] By: jhi                                   on 2000/08/15  16:33:19
45750         Log: Subject: [PATCH perl@6620] cygwin port
45751              From: "Fifer, Eric" <EFifer@sanwaint.com>
45752              Date: Tue, 15 Aug 2000 17:00:49 +0100
45753              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
45754      Branch: perl
45755            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
45756 ____________________________________________________________________________
45757 [  6637] By: jhi                                   on 2000/08/15  16:29:22
45758         Log: Subject: [PATCH] debugger exit code should reflect user exit code
45759              From: Mike Guy <mjtg@cam.ac.uk>
45760              Date: Tue, 15 Aug 2000 16:55:59 +0100
45761              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
45762      Branch: perl
45763            ! lib/perl5db.pl
45764 ____________________________________________________________________________
45765 [  6636] By: jhi                                   on 2000/08/15  15:30:58
45766         Log: Update Changes.
45767      Branch: perl
45768            ! Changes
45769 ____________________________________________________________________________
45770 [  6635] By: jhi                                   on 2000/08/15  15:27:21
45771         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
45772      Branch: metaconfig
45773            ! U/mkglossary U/mksample
45774      Branch: metaconfig/U/perl
45775            ! Devel.U
45776      Branch: perl
45777            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
45778 ____________________________________________________________________________
45779 [  6634] By: jhi                                   on 2000/08/15  14:11:55
45780         Log: Don't blow limited stacks, a lower number is enough to
45781              tickle the lookbehind limit.
45782              
45783              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
45784              From: Dominic Dunlop <domo@computer.org>
45785              Date: Tue, 15 Aug 2000 13:51:24 +0200
45786              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
45787      Branch: perl
45788            ! t/op/regmesg.t
45789 ____________________________________________________________________________
45790 [  6633] By: jhi                                   on 2000/08/15  14:01:46
45791         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
45792              From: Mike Guy <mjtg@cam.ac.uk>
45793              Date: Tue, 15 Aug 2000 12:10:50 +0100
45794              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
45795      Branch: perl
45796            ! utils/perldoc.PL
45797 ____________________________________________________________________________
45798 [  6632] By: jhi                                   on 2000/08/15  13:58:48
45799         Log: make ok etc also for win32.
45800              
45801              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
45802              From: Prymmer/Kahn <pvhp@best.com>
45803              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
45804              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
45805      Branch: perl
45806            ! win32/Makefile
45807 ____________________________________________________________________________
45808 [  6631] By: jhi                                   on 2000/08/15  13:45:03
45809         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
45810      Branch: perl
45811            ! lib/Test.pm
45812 ____________________________________________________________________________
45813 [  6630] By: jhi                                   on 2000/08/15  03:25:09
45814         Log: Update Changes.
45815      Branch: perl
45816            ! Changes
45817 ____________________________________________________________________________
45818 [  6629] By: jhi                                   on 2000/08/15  03:23:53
45819         Log: magic_regdatum_set() is void, not int.
45820      Branch: perl
45821            ! embed.pl mg.c proto.h
45822 ____________________________________________________________________________
45823 [  6628] By: jhi                                   on 2000/08/15  03:08:02
45824         Log: Make the user to give up his firstborn, err, to knowingly
45825              verify installing an unstable developer release.  Also bump
45826              the release to 5.7.0, but leave a patch tag in the local
45827              patches saying that this is not yet the real thing.
45828      Branch: metaconfig
45829            ! U/modified/Instruct.U
45830      Branch: metaconfig/U/perl
45831            + Devel.U
45832      Branch: perl
45833            ! Configure patchlevel.h
45834 ____________________________________________________________________________
45835 [  6627] By: jhi                                   on 2000/08/14  22:32:52
45836         Log: README.os2 update.
45837              
45838              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
45839              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
45840              Date: Wed, 02 Aug 2000 21:55:09 -0700
45841              Message-ID: <tsPi5gzkgegX092yn@efn.org>
45842      Branch: perl
45843            ! README.os2
45844 ____________________________________________________________________________
45845 [  6626] By: jhi                                   on 2000/08/14  21:00:02
45846         Log: Subject: Re: File::Temp problems on VMS in bleedperl
45847              From: Tim Jenness <timj@jach.hawaii.edu>
45848              cc: vmsperl@perl.org
45849              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
45850              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
45851      Branch: perl
45852            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
45853 ____________________________________________________________________________
45854 [  6625] By: jhi                                   on 2000/08/14  20:52:16
45855         Log: Add SUIDMAIL as was done for the CERT alert.
45856      Branch: perl
45857            ! patchlevel.h
45858 ____________________________________________________________________________
45859 [  6624] By: jhi                                   on 2000/08/14  20:48:50
45860         Log: Subject: sfio2000
45861              From: Daniel Muino <dmuino@afip.gov.ar>
45862              Date: Mon, 14 Aug 2000 16:58:11 -0300
45863              Message-ID: <20000814165811.B16368@con2-dgi>
45864      Branch: perl
45865            ! perlsdio.h perlsfio.h
45866 ____________________________________________________________________________
45867 [  6623] By: jhi                                   on 2000/08/14  20:47:36
45868         Log: Subject: warning: storage class after type is obsolescent
45869              From: Daniel Muino <dmuino@afip.gov.ar>
45870              Date: Mon, 14 Aug 2000 16:42:47 -0300
45871              Message-ID: <20000814164247.A16368@con2-dgi>
45872      Branch: perl
45873            ! regcomp.pl regnodes.h
45874 ____________________________________________________________________________
45875 [  6622] By: jhi                                   on 2000/08/14  20:43:05
45876         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
45877              From: abigail@foad.org
45878              Date: 14 Aug 2000 20:00:10 -0000
45879              Message-Id: <20000814200010.27271.qmail@foad.org>
45880      Branch: perl
45881            ! Changes
45882 ____________________________________________________________________________
45883 [  6621] By: jhi                                   on 2000/08/14  15:23:05
45884         Log: Update Changes.
45885      Branch: perl
45886            ! Changes
45887 ____________________________________________________________________________
45888 [  6620] By: jhi                                   on 2000/08/14  15:22:14
45889         Log: Subject: Re: [PATCH] @+, @- readonly
45890              From: Mike Guy <mjtg@cam.ac.uk>
45891              Date: Mon, 14 Aug 2000 15:26:55 +0100
45892              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
45893      Branch: perl
45894            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
45895            ! sv.c t/op/pat.t
45896 ____________________________________________________________________________
45897 [  6619] By: jhi                                   on 2000/08/14  14:12:08
45898         Log: Update Changes.
45899      Branch: perl
45900            ! Changes
45901 ____________________________________________________________________________
45902 [  6618] By: jhi                                   on 2000/08/14  14:09:34
45903         Log: For now remove the mail code.
45904      Branch: perl
45905            ! perl.c
45906 ____________________________________________________________________________
45907 [  6617] By: jhi                                   on 2000/08/14  14:08:28
45908         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
45909      Branch: perl
45910            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
45911            ! pod/perlfaq8.pod pod/perlsec.pod
45912 ____________________________________________________________________________
45913 [  6616] By: jhi                                   on 2000/08/14  14:00:11
45914         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
45915              From: Mike Guy <mjtg@cam.ac.uk>
45916              Date: Mon, 14 Aug 2000 08:26:02 +0100
45917              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
45918      Branch: perl
45919            ! lib/perl5db.pl
45920 ____________________________________________________________________________
45921 [  6615] By: jhi                                   on 2000/08/14  13:58:45
45922         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
45923              From: Mike Guy <mjtg@cam.ac.uk>
45924              Date: Mon, 14 Aug 2000 08:04:22 +0100
45925              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
45926      Branch: perl
45927            ! gv.c mg.c t/op/pat.t
45928 ____________________________________________________________________________
45929 [  6614] By: jhi                                   on 2000/08/14  13:56:45
45930         Log: Subject: Test fails / warnings with perl-current #6612
45931              From: Mike Guy <mjtg@cam.ac.uk>
45932              Date: Mon, 14 Aug 2000 07:57:23 +0100
45933              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
45934      Branch: perl
45935            ! t/lib/b.t t/lib/peek.t
45936 ____________________________________________________________________________
45937 [  6613] By: jhi                                   on 2000/08/14  13:45:33
45938         Log: VMS configure.com update continues.
45939      Branch: perl
45940            - vms/configure.com
45941            ! MANIFEST configure.com
45942 ____________________________________________________________________________
45943 [  6612] By: jhi                                   on 2000/08/13  22:13:35
45944         Log: Update Changes.
45945      Branch: perl
45946            ! Changes
45947 ____________________________________________________________________________
45948 [  6611] By: jhi                                   on 2000/08/13  16:21:45
45949         Log: Upgrade to CGI 2.71, from Lincoln Stein.
45950      Branch: perl
45951            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
45952 ____________________________________________________________________________
45953 [  6610] By: jhi                                   on 2000/08/13  15:09:16
45954         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
45955              From: Mike Guy <mjtg@cam.ac.uk>
45956              Date: Sun, 13 Aug 2000 13:45:51 +0100
45957              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
45958      Branch: perl
45959            ! t/op/regmesg.t
45960 ____________________________________________________________________________
45961 [  6609] By: jhi                                   on 2000/08/13  14:31:26
45962         Log: Andreas says that 1.56 is fine, so reverting back to it.
45963      Branch: perl
45964            ! lib/CPAN.pm
45965 ____________________________________________________________________________
45966 [  6608] By: jhi                                   on 2000/08/13  05:34:20
45967         Log: Update Changes.
45968      Branch: perl
45969            ! Changes
45970 ____________________________________________________________________________
45971 [  6607] By: jhi                                   on 2000/08/13  05:32:01
45972         Log: Put back the \z changes of #5406 to CPAN.pm.
45973      Branch: perl
45974            ! lib/CPAN.pm
45975 ____________________________________________________________________________
45976 [  6606] By: jhi                                   on 2000/08/13  05:20:16
45977         Log: Fix-n-skip the tests under 5005threads.
45978      Branch: perl
45979            ! t/lib/b.t
45980 ____________________________________________________________________________
45981 [  6605] By: jhi                                   on 2000/08/13  05:07:48
45982         Log: Fix the test for 5005threads.
45983      Branch: perl
45984            ! t/lib/peek.t
45985 ____________________________________________________________________________
45986 [  6604] By: jhi                                   on 2000/08/13  03:35:37
45987         Log: Should have deleted this in #6603.
45988      Branch: perl
45989            - vms/subconfigure.com
45990 ____________________________________________________________________________
45991 [  6603] By: jhi                                   on 2000/08/12  18:29:32
45992         Log: Rewrite of vms/subconfigure.com as configure.com,
45993              from Peter Prymmer and the vmsperl crew.
45994      Branch: perl
45995            + vms/configure.com
45996            ! MANIFEST
45997 ____________________________________________________________________________
45998 [  6602] By: jhi                                   on 2000/08/11  13:00:01
45999         Log: PlainText.pm is dead.
46000      Branch: perl
46001            - lib/Pod/PlainText.pm
46002            ! MANIFEST
46003 ____________________________________________________________________________
46004 [  6601] By: jhi                                   on 2000/08/11  04:06:45
46005         Log: Update Changes.
46006      Branch: perl
46007            ! Changes
46008 ____________________________________________________________________________
46009 [  6600] By: jhi                                   on 2000/08/11  04:06:10
46010         Log: Add a few missing files, update MANIFEST.
46011      Branch: perl
46012            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
46013            + lib/Pod/PlainText.pm t/pod/find.t
46014            ! MANIFEST t/op/regmesg.t
46015 ____________________________________________________________________________
46016 [  6599] By: jhi                                   on 2000/08/11  03:31:10
46017         Log: Add Perl debugging tutorial, regen toc. 
46018              
46019              Subject: perldebtut.pod
46020              From: Richard Foley <Richard.Foley@m.dasa.de>
46021              Date: Wed, 09 Aug 2000 10:17:15 +0200
46022              Message-id: <3991138B.262247B8@m.dasa.de>
46023      Branch: perl
46024            + pod/perldebtut.pod
46025            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
46026 ____________________________________________________________________________
46027 [  6598] By: jhi                                   on 2000/08/11  02:48:56
46028         Log: tiny Changes edit
46029      Branch: perl
46030            ! Changes
46031 ____________________________________________________________________________
46032 [  6597] By: jhi                                   on 2000/08/11  02:39:04
46033         Log: Tests for #6589.
46034              
46035              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
46036              From: simon@brecon.co.uk (Simon Cozens)
46037              Date: 11 Aug 2000 02:24:52 GMT
46038              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
46039      Branch: perl
46040            ! t/lib/b.t
46041 ____________________________________________________________________________
46042 [  6596] By: jhi                                   on 2000/08/11  01:50:07
46043         Log: Update Changes.
46044      Branch: perl
46045            ! Changes
46046 ____________________________________________________________________________
46047 [  6595] By: jhi                                   on 2000/08/11  01:47:16
46048         Log: nitfix
46049      Branch: perl
46050            ! Changes
46051 ____________________________________________________________________________
46052 [  6594] By: jhi                                   on 2000/08/11  01:36:16
46053         Log: Subject: Getting perlio and threads to compile
46054              From: Lupe Christoph <lupe@lupe-christoph.de>
46055              Date: Wed, 9 Aug 2000 11:35:54 +0200
46056              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
46057              
46058              (the Solaris version changes in Configure skipped)
46059      Branch: perl
46060            ! hints/solaris_2.sh thread.h
46061 ____________________________________________________________________________
46062 [  6593] By: jhi                                   on 2000/08/11  01:30:16
46063         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
46064              From: simon@brecon.co.uk (Simon Cozens)
46065              Date: 1 Aug 2000 06:55:19 GMT
46066              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
46067      Branch: perl
46068            ! lib/utf8.pm
46069 ____________________________________________________________________________
46070 [  6592] By: jhi                                   on 2000/08/11  01:26:39
46071         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
46072              From: Peter Scott <Peter@PeterScott.com>
46073              Date: Thu, 10 Aug 2000 08:23:27 -0700
46074              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
46075      Branch: perl
46076            ! lib/perl5db.pl
46077 ____________________________________________________________________________
46078 [  6591] By: jhi                                   on 2000/08/11  01:22:02
46079         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
46080              From: Hugo <hv@crypt.compulink.co.uk>
46081              Date: Thu, 10 Aug 2000 19:23:04 +0100
46082              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
46083      Branch: perl
46084            ! regexec.c t/op/pat.t
46085 ____________________________________________________________________________
46086 [  6590] By: jhi                                   on 2000/08/11  01:19:19
46087         Log: Preprocessing and postprocessing for File::Find.
46088              
46089              Subject: Patch to Find::File.pm to allow alphabetical results
46090              From: Joe Smith <jsmith@inwap.com>
46091              Date: Wed, 9 Aug 2000 02:44:54 -0700
46092              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
46093      Branch: perl
46094            ! lib/File/Find.pm
46095 ____________________________________________________________________________
46096 [  6589] By: jhi                                   on 2000/08/11  01:12:39
46097         Log: B::Deparse didn't do sub attributes.
46098              
46099              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
46100              From: simon@brecon.co.uk (Simon Cozens)
46101              Date: 9 Aug 2000 04:49:20 GMT
46102              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
46103      Branch: perl
46104            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
46105 ____________________________________________________________________________
46106 [  6588] By: jhi                                   on 2000/08/11  01:06:40
46107         Log: Subject: debugger "d" command doesnt check line number
46108              From: Mike Guy <mjtg@cam.ac.uk>
46109              Date: Tue, 08 Aug 2000 21:54:29 +0100
46110              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
46111      Branch: perl
46112            ! lib/perl5db.pl mg.c pod/perldiag.pod
46113 ____________________________________________________________________________
46114 [  6587] By: jhi                                   on 2000/08/11  00:45:03
46115         Log: sleep(1) does not necessarily return 1.
46116              
46117              Subject: [PATCH bleadperl] op/lex_assign.t  
46118              From: Hugo <hv@crypt.compulink.co.uk>
46119              Date: Thu, 03 Aug 2000 14:34:22 +0100        
46120              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
46121      Branch: perl
46122            ! t/op/lex_assign.t
46123 ____________________________________________________________________________
46124 [  6586] By: jhi                                   on 2000/08/11  00:31:50
46125         Log: Document the IO::Select timeout.
46126      Branch: perl
46127            ! ext/IO/lib/IO/Select.pm
46128 ____________________________________________________________________________
46129 [  6585] By: jhi                                   on 2000/08/11  00:13:54
46130         Log: Forgot contributor.
46131      Branch: perl
46132            ! Changes
46133 ____________________________________________________________________________
46134 [  6584] By: jhi                                   on 2000/08/11  00:09:19
46135         Log: detypo
46136      Branch: perl
46137            ! Changes
46138 ____________________________________________________________________________
46139 [  6583] By: jhi                                   on 2000/08/11  00:07:53
46140         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
46141              
46142              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
46143              From: Mike Guy <mjtg@cam.ac.uk> 
46144              Date: Thu, 10 Aug 2000 15:50:54 +0100
46145              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
46146      Branch: perl
46147            ! sv.c t/op/int.t
46148 ____________________________________________________________________________
46149 [  6582] By: jhi                                   on 2000/08/10  23:29:32
46150         Log: Update Changes.
46151      Branch: perl
46152            ! Changes
46153 ____________________________________________________________________________
46154 [  6581] By: jhi                                   on 2000/08/10  23:26:16
46155         Log: Put back the std @INC thing.
46156      Branch: perl
46157            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
46158            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
46159            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
46160            ! t/lib/gol-oo.t
46161 ____________________________________________________________________________
46162 [  6580] By: jhi                                   on 2000/08/10  23:03:34
46163         Log: Update to CGI 2.70, from Lincoln Stein.
46164      Branch: perl
46165            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
46166            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
46167            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
46168            ! t/lib/cgi-request.t
46169 ____________________________________________________________________________
46170 [  6579] By: jhi                                   on 2000/08/10  22:41:50
46171         Log: Update to CPAN 1.56, from Andreas König.
46172      Branch: perl
46173            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
46174 ____________________________________________________________________________
46175 [  6578] By: jhi                                   on 2000/08/10  22:38:13
46176         Log: Update to Pod::Parser 1.17, from Brad Appleton.
46177      Branch: perl
46178            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
46179            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
46180            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
46181            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
46182            ! t/pod/include.t t/pod/included.t t/pod/lref.t
46183            ! t/pod/multiline_items.t t/pod/nested_items.t
46184            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
46185            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
46186            ! t/pod/special_seqs.t
46187 ____________________________________________________________________________
46188 [  6577] By: jhi                                   on 2000/08/10  22:35:41
46189         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
46190      Branch: perl
46191            ! AUTHORS MAINTAIN
46192 ____________________________________________________________________________
46193 [  6576] By: jhi                                   on 2000/08/10  22:24:54
46194         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
46195      Branch: perl
46196            + t/lib/gol-oo.t
46197            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
46198            ! t/lib/gol-compat.t t/lib/gol-linkage.t
46199 ____________________________________________________________________________
46200 [  6575] By: jhi                                   on 2000/08/10  22:02:07
46201         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
46202      Branch: perl
46203            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
46204 ____________________________________________________________________________
46205 [  6574] By: jhi                                   on 2000/08/10  21:55:03
46206         Log: Iterating perl6 description.
46207      Branch: perl
46208            ! pod/perlfaq1.pod
46209 ____________________________________________________________________________
46210 [  6573] By: jhi                                   on 2000/08/10  21:48:26
46211         Log: Revert the sv.c part of #6559, a better fix is needed.
46212      Branch: perl
46213            ! sv.c
46214 ____________________________________________________________________________
46215 [  6572] By: jhi                                   on 2000/08/10  20:33:43
46216         Log: It's the 2ndO'ROSSC.
46217      Branch: perl
46218            ! pod/perlfaq1.pod
46219 ____________________________________________________________________________
46220 [  6571] By: jhi                                   on 2000/08/10  15:55:48
46221         Log: detypo
46222      Branch: perl
46223            ! pod/perlfaq1.pod
46224 ____________________________________________________________________________
46225 [  6570] By: jhi                                   on 2000/08/10  14:11:17
46226         Log: An exceptionally sticky typo.
46227      Branch: perl
46228            ! Changes
46229 ____________________________________________________________________________
46230 [  6569] By: jhi                                   on 2000/08/10  14:09:33
46231         Log: detypo (and test Changes updating script)
46232      Branch: perl
46233            ! Changes
46234 ____________________________________________________________________________
46235 [  6568] By: jhi                                   on 2000/08/10  14:07:07
46236         Log: Update Changes.
46237      Branch: perl
46238            ! Changes
46239 ____________________________________________________________________________
46240 [  6567] By: jhi                                   on 2000/08/10  14:06:19
46241         Log: Amend the description of Perl6.
46242              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
46243              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
46244              Date: Wed, 9 Aug 2000 22:11:06 -0500
46245              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
46246      Branch: perl
46247            ! pod/perlfaq1.pod
46248 ____________________________________________________________________________
46249 [  6566] By: jhi                                   on 2000/08/10  13:58:57
46250         Log: Subject: Remove dead entry in perldiag
46251              From: Mike Guy <mjtg@cam.ac.uk>
46252              Date: Thu, 10 Aug 2000 14:19:19 +0100
46253              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
46254      Branch: perl
46255            ! pod/perldiag.pod
46256 ____________________________________________________________________________
46257 [  6565] By: jhi                                   on 2000/08/10  13:51:48
46258         Log: Zero entries were skipped, fix from Adrian Goalby
46259              <argoalby@yahoo.co.uk>
46260      Branch: perl
46261            ! lib/unicode/Number.pl lib/unicode/mktables.PL
46262 ____________________________________________________________________________
46263 [  6564] By: jhi                                   on 2000/08/10  13:00:12
46264         Log: Subject: [PATCH 5.6.0] cygwin port
46265              From: "Fifer, Eric" <EFifer@sanwaint.com>
46266              Date: Thu, 10 Aug 2000 13:15:36 +0100
46267              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
46268      Branch: perl
46269            ! README.cygwin hints/cygwin.sh
46270 ____________________________________________________________________________
46271 [  6563] By: jhi                                   on 2000/08/10  12:55:16
46272         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
46273      Branch: perl
46274            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
46275 ____________________________________________________________________________
46276 [  6562] By: gsar                                  on 2000/08/10  08:38:39
46277         Log: warn is a macro, avoid using at a variable to avoid warnings
46278              in some configurations; readdir.t is too conservative in
46279              estimating number of *.t's
46280      Branch: perl
46281            ! t/op/readdir.t util.c
46282 ____________________________________________________________________________
46283 [  6561] By: jhi                                   on 2000/08/09  23:35:42
46284         Log: Update Changes.
46285      Branch: perl
46286            ! Changes
46287 ____________________________________________________________________________
46288 [  6560] By: jhi                                   on 2000/08/09  23:05:47
46289         Log: Subject: Re: enhanced(?) regex error messages
46290              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
46291              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
46292              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
46293              
46294              (plus two small patches sent privately)
46295              (this still seems to leave few test failures)
46296      Branch: perl
46297            + t/op/regmesg.t
46298            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
46299            ! t/pragma/warn/regcomp
46300 ____________________________________________________________________________
46301 [  6559] By: jhi                                   on 2000/08/09  20:41:18
46302         Log: (The fix did work but was not right, retracted in #6573)
46303              
46304              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
46305              From: Christian Kirsch <ck@held.mind.de>
46306              Date: Wed, 9 Aug 2000 17:05:17 +0200
46307              Message-Id: <20000809170517.A25389@held>
46308      Branch: perl
46309            ! sv.c t/pragma/locale.t
46310 ____________________________________________________________________________
46311 [  6558] By: jhi                                   on 2000/08/08  22:34:08
46312         Log: Tiny updates on the contributors list.
46313      Branch: perl
46314            ! Changes
46315 ____________________________________________________________________________
46316 [  6557] By: jhi                                   on 2000/08/08  19:34:28
46317         Log: Double check that we have a dirhandle.
46318      Branch: perl
46319            ! util.c
46320 ____________________________________________________________________________
46321 [  6556] By: jhi                                   on 2000/08/08  19:01:51
46322         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
46323              May be repopulated with fresh maintained examples.
46324      Branch: perl
46325            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
46326            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
46327            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
46328            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
46329            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
46330            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
46331            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
46332            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
46333            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
46334            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
46335            + lib/CGI/eg/wilogo_gif.uu
46336            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
46337            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
46338            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
46339            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
46340            - eg/cgi/frameset.cgi eg/cgi/index.html
46341            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
46342            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
46343            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
46344            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
46345            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
46346            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
46347            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
46348            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
46349            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
46350            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
46351            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
46352            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
46353            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
46354            - eg/van/vanish eg/who eg/wrapsuid
46355            ! MANIFEST
46356 ____________________________________________________________________________
46357 [  6555] By: jhi                                   on 2000/08/08  18:51:08
46358         Log: Delete chat2 as requested by Randal.
46359              
46360              Subject: Re: perlfaq8 coyness
46361              From: merlyn@stonehenge.com (Randal L. Schwartz) 
46362              Date: 15 May 2000 18:52:42 -0700 
46363              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
46364      Branch: perl
46365            - lib/chat2.pl
46366            ! MANIFEST
46367 ____________________________________________________________________________
46368 [  6554] By: jhi                                   on 2000/08/08  18:31:35
46369         Log: Regen global.sym.
46370      Branch: perl
46371            ! global.sym
46372 ____________________________________________________________________________
46373 [  6553] By: jhi                                   on 2000/08/08  18:28:13
46374         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
46375              (either perlbug or p5p ate the original), plus regen
46376              perlapi and perltoc. 
46377      Branch: perl
46378            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
46379            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
46380            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
46381            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
46382            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
46383            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
46384            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
46385            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
46386            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
46387            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
46388 ____________________________________________________________________________
46389 [  6552] By: jhi                                   on 2000/08/08  18:06:29
46390         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
46391              From: Mike Guy <mjtg@cam.ac.uk>
46392              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
46393              Date: Tue, 08 Aug 2000 15:51:27 +0100
46394      Branch: perl
46395            ! doop.c sv.h t/op/join.t t/pragma/overload.t
46396 ____________________________________________________________________________
46397 [  6551] By: jhi                                   on 2000/08/08  18:01:11
46398         Log: Re-apply #6549.
46399      Branch: perl
46400            ! lib/perl5db.pl
46401 ____________________________________________________________________________
46402 [  6550] By: jhi                                   on 2000/08/08  17:43:08
46403         Log: Accidental retraction of #6549.
46404      Branch: perl
46405            ! lib/perl5db.pl
46406 ____________________________________________________________________________
46407 [  6549] By: jhi                                   on 2000/08/08  17:40:04
46408         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
46409              From: Mike Guy <mjtg@cam.ac.uk>
46410              Date: Mon, 07 Aug 2000 21:49:58 +0100
46411              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
46412      Branch: perl
46413            ! lib/perl5db.pl
46414 ____________________________________________________________________________
46415 [  6548] By: jhi                                   on 2000/08/08  17:37:57
46416         Log: Document here-doc better.
46417              
46418              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
46419              From: Mike Guy <mjtg@cam.ac.uk>
46420              Date: Mon, 07 Aug 2000 14:02:09 +0100
46421              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
46422      Branch: perl
46423            ! pod/perldata.pod
46424 ____________________________________________________________________________
46425 [  6547] By: jhi                                   on 2000/08/08  17:33:34
46426         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
46427              From: "Randy J. Ray" <rjray@redhat.com>
46428              Date: Mon, 07 Aug 2000 19:12:25 -0700
46429              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
46430      Branch: perl
46431            ! perl.c pod/perlrun.pod
46432 ____________________________________________________________________________
46433 [  6546] By: jhi                                   on 2000/08/08  17:29:26
46434         Log: Subject: Re: enhanced(?) regex error messages 
46435              From: Hugo <hv@crypt.compulink.co.uk>
46436              Date: Tue, 08 Aug 2000 03:25:51 +0100
46437              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
46438              
46439              plus Capitalize the error messages, plus perldiag them.
46440      Branch: perl
46441            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
46442 ____________________________________________________________________________
46443 [  6545] By: jhi                                   on 2000/08/08  13:59:28
46444         Log: Augment #6539 a bit: don't croak if there's magic in the air.
46445              
46446              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
46447              From: Hugo <hv@crypt.compulink.co.uk>
46448              Date: Tue, 08 Aug 2000 03:02:03 +0100
46449              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
46450      Branch: perl
46451            ! pp.c t/op/bless.t
46452 ____________________________________________________________________________
46453 [  6544] By: jhi                                   on 2000/08/07  21:11:52
46454         Log: Make the test -w clean.
46455      Branch: perl
46456            ! t/op/bless.t
46457 ____________________________________________________________________________
46458 [  6543] By: jhi                                   on 2000/08/07  19:49:53
46459         Log: use warnings instead of $^W.
46460      Branch: perl
46461            ! t/op/bless.t
46462 ____________________________________________________________________________
46463 [  6542] By: jhi                                   on 2000/08/07  17:41:41
46464         Log: Disable a portability warning Because We Know What We Are Doing.
46465      Branch: perl
46466            ! t/op/bless.t
46467 ____________________________________________________________________________
46468 [  6541] By: jhi                                   on 2000/08/07  17:29:51
46469         Log: Tiny tidying on report_evil_fh().
46470      Branch: perl
46471            ! util.c
46472 ____________________________________________________________________________
46473 [  6540] By: jhi                                   on 2000/08/07  16:37:38
46474         Log: Make regular expression parse error messages easier to understand.
46475              
46476              Subject: Re: enhanced(?) regex error messages
46477              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
46478              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
46479              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
46480      Branch: perl
46481            ! regcomp.c
46482 ____________________________________________________________________________
46483 [  6539] By: jhi                                   on 2000/08/07  16:12:27
46484         Log: Make bless(REF, REF) a fatal error, add bless tests.
46485              
46486              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
46487              From: Hugo <hv@crypt.compulink.co.uk>
46488              Date: Mon, 07 Aug 2000 16:59:38 +0100
46489              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
46490      Branch: perl
46491            + t/op/bless.t
46492            ! MANIFEST pod/perldiag.pod pp.c sv.c
46493 ____________________________________________________________________________
46494 [  6538] By: jhi                                   on 2000/08/07  15:59:43
46495         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
46496              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
46497              Date: Thu, 3 Aug 2000 14:29:21 -0700
46498              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
46499      Branch: perl
46500            ! lib/lib_pm.PL
46501 ____________________________________________________________________________
46502 [  6537] By: jhi                                   on 2000/08/07  15:47:18
46503         Log: Retract #6419 for now since it breaks in AFS and MachTen.
46504      Branch: perl
46505            ! lib/Cwd.pm
46506 ____________________________________________________________________________
46507 [  6536] By: jhi                                   on 2000/08/07  15:05:29
46508         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
46509              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
46510              The security hole exists only in suidperls, which isn't
46511              installed or even built by default.
46512      Branch: perl
46513            ! perl.c
46514 ____________________________________________________________________________
46515 [  6535] By: jhi                                   on 2000/08/07  14:45:14
46516         Log: tr memory corruption fix from Simon Cozens.
46517      Branch: perl
46518            ! doop.c
46519 ____________________________________________________________________________
46520 [  6534] By: jhi                                   on 2000/08/06  11:38:16
46521         Log: Document a bit that UDP is not what you might think.
46522              
46523              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
46524              From: Lupe Christoph <lupe@lupe-christoph.de>
46525              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
46526              Date: Mon, 24 Jul 2000 08:59:15 +0200
46527      Branch: perl
46528            ! pod/perlipc.pod
46529 ____________________________________________________________________________
46530 [  6533] By: jhi                                   on 2000/08/06  11:35:01
46531         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
46532              From: Jeff Pinyan <jeffp@hut.crusoe.net>
46533              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
46534              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
46535      Branch: perl
46536            ! pod/perlfunc.pod
46537 ____________________________________________________________________________
46538 [  6532] By: jhi                                   on 2000/08/06  03:45:41
46539         Log: Have symbols for the IoTYPEs.
46540      Branch: perl
46541            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
46542 ____________________________________________________________________________
46543 [  6531] By: jhi                                   on 2000/08/06  01:33:55
46544         Log: Continue fixing the io warnings.  This also
46545              sort of fixes bug ID 20000802.003: the core dump
46546              is no more.  Whether the current behaviour is correct
46547              (giving a warning: "Not a format reference"), is another matter.
46548      Branch: perl
46549            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
46550            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
46551 ____________________________________________________________________________
46552 [  6530] By: jhi                                   on 2000/08/05  21:33:12
46553         Log: Change the Policy policy: now -Dprefix= with an existing
46554              Policy.sh and prefix == siteprefix == vendorprefix, then all
46555              of them follow along the new prefix.
46556              
46557              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
46558              From: Andy Dougherty <doughera@lafayette.edu>
46559              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
46560              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
46561      Branch: perl
46562            ! Policy_sh.SH
46563 ____________________________________________________________________________
46564 [  6529] By: jhi                                   on 2000/08/05  18:57:28
46565         Log: Zap lib/Sys directory when cleaning up.
46566      Branch: perl
46567            ! Makefile.SH
46568 ____________________________________________________________________________
46569 [  6528] By: jhi                                   on 2000/08/05  18:40:44
46570         Log: Essential prototype changes were missing from #6527.
46571              Also make report_evil_fh() more bomb-proof.
46572      Branch: perl
46573            ! embed.h util.c
46574 ____________________________________________________________________________
46575 [  6527] By: jhi                                   on 2000/08/05  03:22:05
46576         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
46577              From: "Ronald F. Guilmette" <rfg@monkeys.com>
46578              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
46579              Message-Id: <200007242247.PAA52177@monkeys.com>
46580      Branch: perl
46581            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
46582 ____________________________________________________________________________
46583 [  6526] By: jhi                                   on 2000/08/04  21:23:27
46584         Log: gcc versions might have (parentheses) in them.
46585      Branch: metaconfig/U/perl
46586            ! gccvers.U
46587      Branch: perl
46588            ! Configure config_h.SH
46589 ____________________________________________________________________________
46590 [  6525] By: jhi                                   on 2000/08/04  20:23:12
46591         Log: Weed buglets pointed out by
46592              
46593              From: Lupe Christoph <lupe@lupe-christoph.de>
46594              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
46595              Date: Fri, 4 Aug 2000 17:34:39 +0200
46596              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
46597      Branch: metaconfig/U/perl
46598            ! gccvers.U uselfs.U
46599      Branch: perl
46600            ! Configure config_h.SH
46601 ____________________________________________________________________________
46602 [  6524] By: jhi                                   on 2000/08/04  19:02:08
46603         Log: Warn under -w if lstat(FH) is attempted.
46604              
46605              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
46606              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
46607              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
46608              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
46609      Branch: perl
46610            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
46611            ! t/pragma/warn/pp_sys
46612 ____________________________________________________________________________
46613 [  6523] By: jhi                                   on 2000/08/04  12:31:11
46614         Log: Subject: New perlcc, take 2
46615              From: simon@brecon.co.uk (Simon Cozens)
46616              Date: 4 Aug 2000 06:21:04 GMT
46617              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
46618      Branch: perl
46619            ! utils/perlcc.PL
46620 ____________________________________________________________________________
46621 [  6522] By: jhi                                   on 2000/08/04  12:26:33
46622         Log: Subject: Re: Array vs. List context
46623              From: Daniel Chetlin <daniel@chetlin.com>
46624              Date: Fri, 4 Aug 2000 00:22:44 -0700
46625              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
46626      Branch: perl
46627            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
46628            ! pod/perlfaq4.pod
46629 ____________________________________________________________________________
46630 [  6521] By: jhi                                   on 2000/08/04  12:22:38
46631         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
46632              From: Raymund Will <ray@caldera.de>
46633              Date: Fri, 4 Aug 2000 12:07:09 +0200
46634              Message-Id: <20000804120709.A14982@caldera.de>
46635      Branch: perl
46636            ! configure.gnu
46637 ____________________________________________________________________________
46638 [  6520] By: jhi                                   on 2000/08/04  04:09:06
46639         Log: After the #6519 a warning about stat() is just that,
46640              not about a filetest, which now have their own warning.
46641      Branch: perl
46642            ! pod/perldiag.pod
46643 ____________________________________________________________________________
46644 [  6519] By: jhi                                   on 2000/08/04  04:06:30
46645         Log: In the warnings call filehandles consistently so;
46646              add "unopened" warning for stat().
46647      Branch: perl
46648            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
46649            ! t/pragma/warn/pp_sys
46650 ____________________________________________________________________________
46651 [  6518] By: jhi                                   on 2000/08/04  02:55:35
46652         Log: Subject: Minor tweak to perlvar.pod
46653              From: "Stephen P. Potter" <spp@ds.net>
46654              Date: Tue, 18 Apr 2000 09:26:03 -0400
46655              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
46656      Branch: perl
46657            ! pod/perlvar.pod
46658 ____________________________________________________________________________
46659 [  6517] By: jhi                                   on 2000/08/04  02:50:08
46660         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
46661              From: "Clinton Pierce" <cpierce1@ford.com>
46662              Date: Wed, 21 Jul 1999 16:45:31 -0400
46663              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
46664              
46665              Fix by Stephen Potter (visible in the bug db but not in p5p?)
46666      Branch: perl
46667            ! pod/perlfunc.pod pod/perlop.pod
46668 ____________________________________________________________________________
46669 [  6516] By: jhi                                   on 2000/08/04  02:09:25
46670         Log: This is 6512.  Really.
46671      Branch: perl
46672            ! dump.c
46673 ____________________________________________________________________________
46674 [  6515] By: jhi                                   on 2000/08/04  01:25:50
46675         Log: mention the idea of @( and @)
46676      Branch: perl
46677            ! Todo-5.6
46678 ____________________________________________________________________________
46679 [  6514] By: bailey                                on 2000/08/04  01:18:46
46680         Log: YA resync with mainstem, including VMS patches from others
46681      Branch: vmsperl
46682           +> (branch 48 files)
46683            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
46684           !> (integrate 354 files)
46685 ____________________________________________________________________________
46686 [  6513] By: jhi                                   on 2000/08/04  01:18:18
46687         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
46688              From: Mark Dickinson <dickins3@fas.harvard.edu>
46689              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
46690              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
46691      Branch: perl
46692            ! t/op/grent.t t/op/pwent.t
46693 ____________________________________________________________________________
46694 [  6512] By: jhi                                   on 2000/08/04  01:14:06
46695         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
46696              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
46697              Date: Wed, 02 Aug 2000 10:51:01 +0100
46698              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
46699      Branch: perl
46700            ! sv.c
46701 ____________________________________________________________________________
46702 [  6511] By: jhi                                   on 2000/08/04  00:57:00
46703         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
46704              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
46705              Date: Thu, 03 Aug 2000 17:20:04 -0700
46706              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
46707      Branch: metaconfig
46708            ! U/modified/Cppsym.U
46709      Branch: perl
46710            ! Configure config_h.SH
46711 ____________________________________________________________________________
46712 [  6510] By: jhi                                   on 2000/08/04  00:25:28
46713         Log: detypo
46714      Branch: perl
46715            ! Makefile.SH
46716 ____________________________________________________________________________
46717 [  6509] By: jhi                                   on 2000/08/03  23:43:18
46718         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
46719              From: Dominic Dunlop <domo@computer.org>
46720              Date: Thu, 3 Aug 2000 22:16:46 +0200
46721              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
46722      Branch: perl
46723            ! t/op/sprintf.t
46724 ____________________________________________________________________________
46725 [  6508] By: jhi                                   on 2000/08/03  23:40:37
46726         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
46727              From: Hugo <hv@crypt.compulink.co.uk>
46728              Date: Thu, 03 Aug 2000 18:25:30 +0100
46729              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
46730      Branch: perl
46731            ! regcomp.c t/op/re_tests
46732 ____________________________________________________________________________
46733 [  6507] By: jhi                                   on 2000/08/03  23:38:28
46734         Log: Subject: [PATCH] sv.h documentation - SvLEN
46735              From: Mike Guy <mjtg@cam.ac.uk>
46736              Date: Thu, 03 Aug 2000 14:43:09 +0100
46737              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
46738      Branch: perl
46739            ! sv.h
46740 ____________________________________________________________________________
46741 [  6506] By: jhi                                   on 2000/08/03  15:49:14
46742         Log: Disable the fix_pl hack for now.
46743      Branch: perl
46744            ! Makefile.SH
46745 ____________________________________________________________________________
46746 [  6505] By: jhi                                   on 2000/08/03  13:49:04
46747         Log: Add a URL for FSF.
46748              
46749              Subject: Patch for README
46750              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
46751              Date: Wed, 2 Aug 2000 13:25:09 -0500
46752              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
46753      Branch: perl
46754            ! README
46755 ____________________________________________________________________________
46756 [  6504] By: jhi                                   on 2000/08/03  13:29:19
46757         Log: Be more informative on what is skipped and why,
46758              also repeat the list at the end.
46759      Branch: perl
46760            ! Porting/p4desc
46761 ____________________________________________________________________________
46762 [  6503] By: jhi                                   on 2000/08/03  13:07:05
46763         Log: Circumvent the removal of .patch by fix_pl.
46764              
46765              Subject: Re: [ID 20000802.011] unable to 'make test'          
46766              From: simon@brecon.co.uk (Simon Cozens) 
46767              Date: 3 Aug 2000 04:17:00 GMT
46768              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
46769      Branch: perl
46770            ! Makefile.SH
46771 ____________________________________________________________________________
46772 [  6502] By: jhi                                   on 2000/08/03  00:14:34
46773         Log: Add the missing setproctitle unit.
46774      Branch: metaconfig/U/perl
46775            + d_setproctitle.U
46776 ____________________________________________________________________________
46777 [  6501] By: jhi                                   on 2000/08/03  00:00:26
46778         Log: The subtest 4 may fail also on VOBS, as pointed out
46779              by Nick Ing-Simmons in November 1999, bug id 19991124.003
46780              (but the failure in that bug report isn't the subtest 4).
46781      Branch: perl
46782            ! t/op/stat.t
46783 ____________________________________________________________________________
46784 [  6500] By: jhi                                   on 2000/08/02  23:49:30
46785         Log: Better skip message for the test; one of the two problems in
46786              
46787              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
46788              From: Lupe Christoph <lupe@lupe-christoph.de>
46789              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
46790              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
46791      Branch: perl
46792            ! t/op/numconvert.t
46793 ____________________________________________________________________________
46794 [  6499] By: jhi                                   on 2000/08/02  22:49:16
46795         Log: Allow "no Module;" even if there is no 'unimport'.
46796              
46797              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
46798              From: mjd@plover.com
46799              Date: 24 Mar 2000 15:24:34 -0000
46800              Message-Id: <20000324152434.15160.qmail@plover.com>
46801      Branch: perl
46802            ! gv.c
46803 ____________________________________________________________________________
46804 [  6498] By: jhi                                   on 2000/08/02  22:42:58
46805         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
46806              that are hopefully soon put into use.
46807      Branch: perl
46808            ! opcode.h opcode.pl opnames.h
46809 ____________________________________________________________________________
46810 [  6497] By: gsar                                  on 2000/08/02  22:28:59
46811         Log: require.t needs binmode() to work on windows
46812      Branch: perl
46813            ! t/comp/require.t
46814 ____________________________________________________________________________
46815 [  6496] By: jhi                                   on 2000/08/02  22:08:51
46816         Log: Document the IVdf UVuf UVof UVxf.
46817      Branch: perl
46818            ! pod/perlguts.pod
46819 ____________________________________________________________________________
46820 [  6495] By: jhi                                   on 2000/08/02  21:54:26
46821         Log: detypo #6494
46822      Branch: perl
46823            ! ext/Data/Dumper/Dumper.xs
46824 ____________________________________________________________________________
46825 [  6494] By: jhi                                   on 2000/08/02  21:49:17
46826         Log: Dump UVs as UVs in Data::Dumper.
46827              
46828              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
46829              From: Gurusamy Sarathy <gsar@ActiveState.com>
46830              Date: Thu, 27 Apr 2000 12:26:25 -0700
46831              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
46832      Branch: perl
46833            ! ext/Data/Dumper/Dumper.xs
46834 ____________________________________________________________________________
46835 [  6493] By: jhi                                   on 2000/08/02  17:01:58
46836         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
46837              From: Hugo <hv@crypt.compulink.co.uk>
46838              Date: Wed, 02 Aug 2000 14:53:56 +0100
46839              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
46840      Branch: perl
46841            ! regexec.c t/op/re_tests
46842 ____________________________________________________________________________
46843 [  6492] By: jhi                                   on 2000/08/02  15:02:46
46844         Log: The new setproctitle() feature is available only in 
46845              bleeding edge FreeBSD.  From Paul Saab.
46846      Branch: perl
46847            ! mg.c
46848 ____________________________________________________________________________
46849 [  6491] By: jhi                                   on 2000/08/02  13:34:36
46850         Log: The tr utf8 patching continues.
46851              
46852              Subject: Re: #6469, too many tests claimed in require.t
46853              From: simon@brecon.co.uk (Simon Cozens)
46854              Date: 2 Aug 2000 02:37:17 GMT
46855              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
46856              
46857              (the logic of the test was the wrong way round in the patch)
46858      Branch: perl
46859            ! doop.c
46860 ____________________________________________________________________________
46861 [  6490] By: jhi                                   on 2000/08/02  13:27:38
46862         Log: The name of a filehandle does not have <these>.
46863      Branch: perl
46864            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
46865            ! t/pragma/warn/pp_sys util.c
46866 ____________________________________________________________________________
46867 [  6489] By: jhi                                   on 2000/08/02  04:26:46
46868         Log: Remove the extraneous "main::" prefix from all the
46869              "opened only for", "on closed", and "never opened" warnings.
46870              
46871              Subject: Re: inappropriate warning
46872              From: Gurusamy Sarathy <gsar@ActiveState.com>
46873              Date: Mon, 20 Mar 2000 11:28:02 -0800
46874              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
46875      Branch: perl
46876            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
46877            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
46878            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
46879 ____________________________________________________________________________
46880 [  6488] By: jhi                                   on 2000/08/02  03:02:57
46881         Log: memcpy has n o in it, as pinted ut by Sarathy.
46882      Branch: perl
46883            ! pod/perlguts.pod
46884 ____________________________________________________________________________
46885 [  6487] By: jhi                                   on 2000/08/02  02:44:51
46886         Log: Document in one place the memory abstractions used in Perl core.
46887              
46888              Subject: Re: Memory abstraction
46889              From: simon@brecon.co.uk (Simon Cozens)
46890              Date: 2 Aug 2000 02:20:23 GMT
46891              Organization: Earth.li Origins
46892      Branch: perl
46893            ! pod/perlguts.pod
46894 ____________________________________________________________________________
46895 [  6486] By: jhi                                   on 2000/08/02  02:41:57
46896         Log: regen_headers, regen perltoc.
46897      Branch: perl
46898            ! perlapi.c pod/perltoc.pod
46899 ____________________________________________________________________________
46900 [  6485] By: jhi                                   on 2000/08/02  01:43:33
46901         Log: "This little thing tests for a file .patch, and if it contains
46902              a number, pops into patchlevel.h" (making it easier to track
46903              which development version people are reporting bugs against)
46904              
46905              Subject: Patchlevel autogeneration for repository perls
46906              From: simon@brecon.co.uk (Simon Cozens)
46907              Date: 14 Jul 2000 07:12:15 GMT
46908              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
46909      Branch: perl
46910            + fix_pl
46911            ! MANIFEST Makefile.SH
46912 ____________________________________________________________________________
46913 [  6484] By: jhi                                   on 2000/08/02  01:32:54
46914         Log: FreeBSD 3.* updates from
46915              
46916              From: Paul Saab <ps@yahoo-inc.com>
46917              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
46918              Date: Tue, 1 Aug 2000 15:41:39 -0700
46919              Message-Id: <20000801154139.A53740@yahoo-inc.com>
46920      Branch: perl
46921            ! hints/freebsd.sh
46922 ____________________________________________________________________________
46923 [  6483] By: jhi                                   on 2000/08/02  01:27:44
46924         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
46925              instead one must use setproctitle().  This was already addressed
46926              by change #6457, but the below has a new variant for FreeBSD 4.0
46927              or later, and the matter is also documented more.
46928              
46929              From: Paul Saab <ps@yahoo-inc.com>
46930              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
46931              Date: Tue, 1 Aug 2000 15:41:39 -0700
46932              Message-Id: <20000801154139.A53740@yahoo-inc.com>
46933      Branch: metaconfig/U/perl
46934            + i_libutil.U
46935      Branch: perl
46936            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
46937 ____________________________________________________________________________
46938 [  6482] By: jhi                                   on 2000/08/01  22:17:32
46939         Log: The test from this
46940              
46941              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
46942              Date: Sat, 15 Apr 2000 17:03:44 +0100
46943              From: Tom Hughes <tom@compton.nu>
46944              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
46945              
46946              was missing, the code change went in as #5989
46947              (which had a different test?)
46948      Branch: perl
46949            ! t/op/misc.t
46950 ____________________________________________________________________________
46951 [  6481] By: jhi                                   on 2000/08/01  21:48:38
46952         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
46953              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
46954              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
46955              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
46956      Branch: perl
46957            ! perl.h
46958 ____________________________________________________________________________
46959 [  6480] By: jhi                                   on 2000/08/01  18:05:28
46960         Log: Make p4desc to skip non-mainperl branches by default.
46961      Branch: perl
46962            ! Porting/p4desc
46963 ____________________________________________________________________________
46964 [  6479] By: jhi                                   on 2000/08/01  17:29:19
46965         Log: If gccosandvers is equal to osname, clear gccosandvers.
46966      Branch: metaconfig/U/perl
46967            ! gccvers.U
46968      Branch: perl
46969            ! Configure config_h.SH
46970 ____________________________________________________________________________
46971 [  6478] By: jhi                                   on 2000/08/01  15:54:08
46972         Log: BOM patching from Simon Cozens.
46973      Branch: perl
46974            ! toke.c
46975 ____________________________________________________________________________
46976 [  6477] By: jhi                                   on 2000/08/01  04:50:33
46977         Log: Stash away the largefiles flags and libswanted.
46978      Branch: perl
46979            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
46980 ____________________________________________________________________________
46981 [  6476] By: gsar                                  on 2000/08/01  04:24:24
46982         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
46983              on Windows)
46984      Branch: perl
46985            ! t/pragma/utf8.t utf8.c win32/win32.c
46986 ____________________________________________________________________________
46987 [  6475] By: jhi                                   on 2000/08/01  03:35:24
46988         Log: Make chr() for values >127 to create utf8 when under utf8.
46989              
46990              Subject: Re: uft8/chr()
46991              From: simon@brecon.co.uk (Simon Cozens)
46992              Date: 1 Aug 2000 02:37:02 GMT
46993              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
46994      Branch: perl
46995            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
46996 ____________________________________________________________________________
46997 [  6474] By: jhi                                   on 2000/08/01  02:36:18
46998         Log: In Digital UNIX warn if gcc explicitly chosen because even
46999              2.95.2 is known to cause problems.
47000      Branch: perl
47001            ! hints/dec_osf.sh
47002 ____________________________________________________________________________
47003 [  6473] By: jhi                                   on 2000/08/01  02:00:56
47004         Log: Make the safety catch for buggy gccs work with triple version
47005              numbers like 2.95.2.  Reported in
47006              
47007              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
47008              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
47009              Date: Mon, 31 Jul 2000 14:55:06 +0200
47010              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
47011      Branch: perl
47012            ! hints/dec_osf.sh
47013 ____________________________________________________________________________
47014 [  6472] By: jhi                                   on 2000/08/01  01:13:33
47015         Log: Subject: fix and question re: waitpid() under win32
47016              From: Brian Clarke <clarke@appliedmeta.com>
47017              Date: Fri, 28 Jul 2000 15:18:29 -0400
47018              Message-ID: <3981DC85.290314EB@appliedmeta.com>
47019              
47020              Slightly reformatted and WNOHANG # define moved to win32.h
47021              so that also POSIX.xs sees it, as suggsted by Sarathy.
47022      Branch: perl
47023            ! win32/win32.c win32/win32.h
47024 ____________________________________________________________________________
47025 [  6471] By: jhi                                   on 2000/08/01  00:55:05
47026         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
47027              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
47028              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
47029              Date: Mon, 31 Jul 2000 13:28:51 +0100
47030              
47031              (aka ID 20000730.002)
47032      Branch: perl
47033            ! op.c t/op/tr.t
47034 ____________________________________________________________________________
47035 [  6470] By: jhi                                   on 2000/07/31  23:34:42
47036         Log: Document the problem with -P in HP-UX and its workaround.
47037              
47038              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
47039              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
47040              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
47041              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
47042      Branch: perl
47043            ! README.hpux
47044 ____________________________________________________________________________
47045 [  6469] By: jhi                                   on 2000/07/31  04:15:02
47046         Log: The swallow_bom() saga continues.  The #23 of require.t
47047              (UTF16-LE) still fails (silently, no output) but the #22
47048              (UTF16-BE) seems to be working now.  The root of the
47049              failure may be in sv_gets(): is it UTF-16LE-aware,
47050              especially when it comes to line endings? 
47051      Branch: perl
47052            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
47053            ! t/comp/require.t toke.c utf8.c
47054 ____________________________________________________________________________
47055 [  6468] By: jhi                                   on 2000/07/30  19:05:48
47056         Log: Find green threads before native threads.
47057              
47058              Subject: Re: Patch to jpl/JNI/Makefile.PL
47059              From: Jens Thomsen <jens@fiend.cis.com>
47060              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
47061              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
47062      Branch: perl
47063            ! jpl/JNI/Makefile.PL
47064 ____________________________________________________________________________
47065 [  6467] By: jhi                                   on 2000/07/30  18:36:22
47066         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
47067      Branch: perl
47068            ! doop.c
47069 ____________________________________________________________________________
47070 [  6466] By: jhi                                   on 2000/07/30  04:37:29
47071         Log: A new version of the "remove UPPERACSE string comparison"
47072              operators.  The problem with the previous one (change #6454)
47073              was that it was for Perl 5.6.0.  From Paul Marquess.
47074      Branch: perl
47075            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
47076            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
47077            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
47078 ____________________________________________________________________________
47079 [  6465] By: jhi                                   on 2000/07/29  22:39:56
47080         Log: Do not upgrade SVs into utf8 just because they participate
47081              in eq or cmp.  Reported and fix suggested in
47082              
47083              Subject: [ID 20000720.009] sv_eq UTF8 bug
47084              From: "Simon Cozens" <simon@othersideofthe.earth.li>
47085              Date: 21 Jul 2000 04:37:29 -0000
47086              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
47087              
47088              Exercise for the kind reader: should we or should we not
47089              cache the utf8 conversion alonside the SV? (as magic,
47090              as thestrxfrm()ed version is cached under use locale)
47091              Argue both for and against.
47092      Branch: perl
47093            ! sv.c
47094 ____________________________________________________________________________
47095 [  6464] By: jhi                                   on 2000/07/29  22:36:22
47096         Log: Subject: UTF8 concat
47097              From: simon@brecon.co.uk (Simon Cozens) 
47098              Date: 30 Jun 2000 06:13:25 GMT
47099              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
47100              
47101              (with a memory leak fixed, plus a few casts added)
47102              
47103              This also seems to help for
47104              
47105              Subject: [ID 20000716.015] join UTF8 weirdness
47106              From: root <root@ak-71.mind.de> 
47107              Date: Sat, 15 Jul 2000 15:29:54 +0200
47108              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
47109              
47110              (from Andreas König)
47111      Branch: perl
47112            ! pp_hot.c
47113 ____________________________________________________________________________
47114 [  6463] By: jhi                                   on 2000/07/29  00:55:39
47115         Log: Tune the comments and hopefully stop a memory leak.
47116      Branch: perl
47117            ! toke.c utf8.c
47118 ____________________________________________________________________________
47119 [  6462] By: jhi                                   on 2000/07/29  00:16:53
47120         Log: The problem described in this
47121              
47122              Subject: [ID 20000322.018] named chars aren't magical enough
47123              From: root <root@dixie.cscaper.com>     
47124              Date: Wed, 22 Mar 2000 18:37:42 -0700
47125              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
47126              
47127              has been fixed in perl 5.6.0 but just in case added a test
47128              to keep it away.  (The report from Joseph Hall.)
47129      Branch: perl
47130            ! t/lib/charnames.t
47131 ____________________________________________________________________________
47132 [  6461] By: jhi                                   on 2000/07/28  23:56:36
47133         Log: Tiny fixes for #6460.
47134      Branch: metaconfig/U/perl
47135            ! gccvers.U
47136      Branch: perl
47137            ! Configure config_h.SH
47138 ____________________________________________________________________________
47139 [  6460] By: jhi                                   on 2000/07/28  23:24:41
47140         Log: Warn if the version of the operating system used to compile gcc
47141              differs from the current version of the operating system.
47142              Also display the gcc compilation os and version in myconfig.
47143              Inspiration from
47144              
47145              Subject: Re: [ID 20000710.003] ERRORS!!         
47146              From: "Kurt D. Starsinic" <kstar@chapin.edu>
47147              Date: Mon, 10 Jul 2000 15:54:16 -0400
47148              Message-ID: <20000710155416.A1384@O2.chapin.edu>
47149      Branch: metaconfig/U/perl
47150            ! gccvers.U
47151      Branch: perl
47152            ! Configure config_h.SH myconfig.SH
47153 ____________________________________________________________________________
47154 [  6459] By: jhi                                   on 2000/07/28  22:00:32
47155         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
47156              letter to $Config{osvers}.
47157      Branch: metaconfig
47158            ! U/modified/Oldconfig.U
47159      Branch: perl
47160            ! Configure config_h.SH
47161 ____________________________________________________________________________
47162 [  6458] By: jhi                                   on 2000/07/28  04:15:39
47163         Log: Back out #6454, doesn't seem to work.
47164              (Reason: that patch was for perl 5.6.0, not perl-current)
47165              (A version of the patch for perl-current came in later as #6466)
47166      Branch: perl
47167            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
47168            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
47169            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
47170 ____________________________________________________________________________
47171 [  6457] By: jhi                                   on 2000/07/27  23:31:49
47172         Log: Use setproctitle() if available to modify $0.
47173              
47174              Subject: setting $* on BSD4 broken
47175              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
47176              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
47177              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
47178      Branch: metaconfig
47179            ! U/modified/Myinit.U
47180      Branch: perl
47181            ! Configure config_h.SH mg.c
47182 ____________________________________________________________________________
47183 [  6456] By: jhi                                   on 2000/07/27  14:50:47
47184         Log: Allow "no AutoLoader;", based on change #6444,
47185              suggested by Graham Barr.
47186      Branch: perl
47187            ! lib/AutoLoader.pm
47188 ____________________________________________________________________________
47189 [  6455] By: jhi                                   on 2000/07/27  14:19:10
47190         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
47191              From: rspier@pobox.com (Robert Spier)
47192              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
47193              Message-ID: <14720.15855.787664.424783@rls.cx>
47194      Branch: perl
47195            ! pod/perldiag.pod
47196 ____________________________________________________________________________
47197 [  6454] By: jhi                                   on 2000/07/27  14:03:02
47198         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
47199              for a long time).
47200              
47201              Reported in
47202              
47203              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
47204              From: Ryan Herbert <rherbert@sycamorehq.com>
47205              Date: Mon, 17 Jul 2000 11:40:42 -0400
47206              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
47207              
47208              Patched in
47209              
47210              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
47211              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
47212              Date: Wed, 26 Jul 2000 23:40:18 +0100
47213              Message-ID: <000001bff752$79511880$0a17073e@tiny>
47214              
47215              based on an earlier patch from Stephen P. Potter.
47216              
47217              (Removed later by change #6458 because this patch was for
47218              perl 5.6.0, not perl-current)
47219      Branch: perl
47220            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
47221            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
47222            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
47223 ____________________________________________________________________________
47224 [  6453] By: jhi                                   on 2000/07/27  13:48:02
47225         Log: Subject: [PATCH] fixes bug 20000508.004
47226              From: Michael Stevens <mstevens@globnix.org>
47227              Date: Thu, 27 Jul 2000 13:49:04 +0100
47228              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
47229      Branch: perl
47230            ! pod/perldata.pod
47231 ____________________________________________________________________________
47232 [  6452] By: jhi                                   on 2000/07/26  23:51:26
47233         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
47234              and Craig A. Berry.
47235      Branch: perl
47236            ! lib/File/Temp.pm pod/perlport.pod
47237 ____________________________________________________________________________
47238 [  6451] By: jhi                                   on 2000/07/26  19:43:30
47239         Log: Be wary of close()s, too.
47240              
47241              Subject: Re: [PATCH] perlbug cleanup
47242              From: Tim Jenness <t.jenness@jach.hawaii.edu>
47243              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
47244              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
47245      Branch: perl
47246            ! utils/perlbug.PL
47247 ____________________________________________________________________________
47248 [  6450] By: jhi                                   on 2000/07/26  18:41:40
47249         Log: Subject: Minor doc patch: handy.h
47250              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
47251              Date: Wed, 26 Jul 2000 15:34:25 -0300
47252              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
47253      Branch: perl
47254            ! handy.h pod/perlapi.pod
47255 ____________________________________________________________________________
47256 [  6449] By: jhi                                   on 2000/07/26  18:23:55
47257         Log: Subject: [PATCH] minor doc change - perlguts
47258              From: Michael Stevens <mstevens@globnix.org>
47259              Date: Thu, 13 Jul 2000 12:39:18 +0100
47260              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
47261      Branch: perl
47262            ! pod/perlguts.pod
47263 ____________________________________________________________________________
47264 [  6448] By: jhi                                   on 2000/07/26  18:20:30
47265         Log: open() wariness in perlbug.
47266              
47267              Subject: [PATCH] perlbug cleanup
47268              From: Michael Stevens <mstevens@globnix.org>
47269              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
47270              Date: Thu, 13 Jul 2000 15:52:23 +0100
47271      Branch: perl
47272            ! utils/perlbug.PL
47273 ____________________________________________________________________________
47274 [  6447] By: jhi                                   on 2000/07/26  18:13:04
47275         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
47276      Branch: perl
47277            ! lib/File/Temp.pm t/lib/ftmp-security.t
47278 ____________________________________________________________________________
47279 [  6446] By: jhi                                   on 2000/07/26  18:06:32
47280         Log: docfix from Peter Scott <Peter@PSDT.com>.
47281      Branch: perl
47282            ! pod/perlfunc.pod
47283 ____________________________________________________________________________
47284 [  6445] By: jhi                                   on 2000/07/26  17:53:31
47285         Log: Fix *foo{FORMAT}.
47286              
47287              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
47288              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
47289              Date: Wed, 26 Jul 2000 19:51:02 +0200
47290              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
47291              
47292              From: Graham Barr <gbarr@pobox.com>
47293              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
47294              Date: Wed, 26 Jul 2000 17:38:36 +0100
47295              Message-ID: <20000726173836.L472@pobox.com>
47296      Branch: perl
47297            ! pp.c sv.c t/op/gv.t
47298 ____________________________________________________________________________
47299 [  6444] By: jhi                                   on 2000/07/26  17:49:14
47300         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
47301              from Graham Barr in the module list.
47302      Branch: perl
47303            ! gv.c pod/perlobj.pod
47304 ____________________________________________________________________________
47305 [  6443] By: jhi                                   on 2000/07/26  16:06:56
47306         Log: More split() doc and test patches from Mike Guy.
47307      Branch: perl
47308            ! pod/perlfunc.pod t/op/split.t
47309 ____________________________________________________________________________
47310 [  6442] By: jhi                                   on 2000/07/26  16:05:30
47311         Log: MacOS nits from Matthias Neeracher.
47312      Branch: perl
47313            ! perl.c pp_ctl.c
47314 ____________________________________________________________________________
47315 [  6441] By: jhi                                   on 2000/07/26  04:39:57
47316         Log: Subject: [PATCH] split /^/
47317              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
47318              Date: Tue, 25 Jul 2000 14:18:57 +0100
47319              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
47320              
47321              (with notes from tchrist and gbarr)
47322      Branch: perl
47323            ! pod/perlfunc.pod t/op/split.t
47324 ____________________________________________________________________________
47325 [  6440] By: jhi                                   on 2000/07/26  04:32:32
47326         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
47327              From: Peter Prymmer <pvhp@forte.com>
47328              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
47329              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
47330      Branch: perl
47331            ! vms/munchconfig.c
47332 ____________________________________________________________________________
47333 [  6439] By: jhi                                   on 2000/07/26  04:31:01
47334         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
47335              to be fatal errors (instead of by default ignoring them, and
47336              ignoring with a bug: even though -w gave an error, the opening [
47337              was left in)  Reported in:
47338              
47339              Subject: [ID 20000716.024] [=cc=] / [:blank:]
47340              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
47341              Date: Sun, 16 Jul 2000 17:55:29 -0700
47342              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
47343      Branch: perl
47344            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
47345 ____________________________________________________________________________
47346 [  6438] By: jhi                                   on 2000/07/25  15:41:15
47347         Log: Subject: [PATCH] av.c apidoc
47348              From: simon@brecon.co.uk (Simon Cozens)
47349              Date: 24 Jul 2000 06:40:52 GMT
47350              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
47351      Branch: perl
47352            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
47353            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
47354 ____________________________________________________________________________
47355 [  6437] By: jhi                                   on 2000/07/25  14:05:36
47356         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
47357              From: "Stephen P. Potter" <spp@ds.net>
47358              Date: Mon, 24 Jul 2000 14:22:23 -0400
47359              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
47360      Branch: perl
47361            ! pod/perllocale.pod
47362 ____________________________________________________________________________
47363 [  6436] By: jhi                                   on 2000/07/25  14:02:03
47364         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
47365              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
47366              Date: Mon, 24 Jul 2000 18:04:28 +0100
47367              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
47368      Branch: perl
47369            ! t/lib/syslfs.t t/op/lfs.t
47370 ____________________________________________________________________________
47371 [  6435] By: jhi                                   on 2000/07/25  13:59:28
47372         Log: Get UTF16 BOMs working.  Patch from
47373              
47374              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
47375              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
47376              Date: Tue, 25 Jul 2000 12:52:45 +0100
47377              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
47378              
47379              and notes from
47380              
47381              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
47382              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
47383              Date: Tue, 25 Jul 2000 11:43:25 +0100
47384              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
47385      Branch: perl
47386            ! t/comp/require.t toke.c utf8.c
47387 ____________________________________________________________________________
47388 [  6434] By: jhi                                   on 2000/07/25  02:39:54
47389         Log: Make the "uninit variable" warning to say "concat or string"
47390              or "join or string" when in concat or join .
47391              
47392              Subject: Re: [ID 20000403.009] uninitialised concatenation???
47393              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
47394              Date: Tue, 04 Apr 2000 18:22:58 +0100
47395              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
47396              
47397              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
47398              From: William R Ward <hermit@BayView.COM>
47399              Date: Thu, 30 Mar 2000 19:50:03 -0800
47400              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
47401      Branch: perl
47402            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
47403            ! t/pragma/warn/op t/pragma/warn/sv
47404 ____________________________________________________________________________
47405 [  6433] By: jhi                                   on 2000/07/24  17:52:56
47406         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
47407      Branch: perl
47408            ! lib/File/Spec/VMS.pm
47409 ____________________________________________________________________________
47410 [  6432] By: jhi                                   on 2000/07/24  17:44:44
47411         Log: Test cases for #6431.
47412              
47413              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
47414              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
47415              Date: Mon, 24 Jul 2000 15:32:29 +0100
47416              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
47417      Branch: perl
47418            ! t/op/pat.t t/op/split.t
47419 ____________________________________________________________________________
47420 [  6431] By: jhi                                   on 2000/07/24  17:43:17
47421         Log: Bind op fix.
47422              
47423              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
47424              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
47425              Date: Mon, 17 Jul 2000 20:04:56 +0100
47426              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
47427      Branch: perl
47428            ! op.c
47429 ____________________________________________________________________________
47430 [  6430] By: jhi                                   on 2000/07/24  03:42:42
47431         Log: Subject: [ID 20000716.023] syslog test fails without sockets
47432              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
47433              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
47434              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
47435      Branch: metaconfig/U/perl
47436            ! Extensions.U
47437      Branch: perl
47438            ! Configure config_h.SH
47439 ____________________________________________________________________________
47440 [  6429] By: jhi                                   on 2000/07/24  03:11:52
47441         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
47442              case, but add also notes explaining the relationship of this
47443              patch and the earlier notes by Sarathy.
47444              
47445              Subject: Map is still slow
47446              From: "Ben Tilly" <ben_tilly@hotmail.com>
47447              Date: Sat, 15 Jul 2000 17:23:27 EDT
47448              Message-ID: <20000715212327.21656.qmail@hotmail.com>
47449      Branch: perl
47450            ! pp_ctl.c
47451 ____________________________________________________________________________
47452 [  6428] By: jhi                                   on 2000/07/24  02:58:52
47453         Log: Documentation to explain the behaviour of map().
47454              
47455              Subject: Re: Map is still slow 
47456              From: Gurusamy Sarathy <gsar@ActiveState.com>
47457              Date: Sat, 15 Jul 2000 16:05:09 -0700
47458              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
47459      Branch: perl
47460            ! pp_ctl.c
47461 ____________________________________________________________________________
47462 [  6427] By: jhi                                   on 2000/07/24  02:50:03
47463         Log: Add tests for
47464              [ID 19991110.003] another matching finding by pcre author
47465              which has already been fixed by some patch, as verified in
47466              
47467              Subject: Re: two regex bugs from the mists of time (well, last November)
47468              From: Hugo <hv@crypt.compulink.co.uk>
47469              Date: Sat, 22 Jul 2000 18:12:58 +0100
47470              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
47471      Branch: perl
47472            ! t/op/re_tests
47473 ____________________________________________________________________________
47474 [  6426] By: jhi                                   on 2000/07/24  02:11:20
47475         Log: A missing 'break' after the [[:space:]] switch case.
47476              
47477              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
47478              From: "Stephen P. Potter" <spp@ds.net>
47479              Date: Tue, 18 Jul 2000 16:25:17 -0400
47480              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
47481      Branch: perl
47482            ! regcomp.c
47483 ____________________________________________________________________________
47484 [  6425] By: jhi                                   on 2000/07/24  02:06:12
47485         Log: The output might have been produced in the wrong order.
47486              
47487              Subject: [ID 20000720.003] [PATCH] t/op/write.t
47488              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
47489              Date: Thu, 20 Jul 2000 18:49:18 +0100
47490              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
47491      Branch: perl
47492            ! t/op/write.t
47493 ____________________________________________________________________________
47494 [  6424] By: jhi                                   on 2000/07/24  02:00:07
47495         Log: Use STDOUT consistently.
47496              
47497              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
47498              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
47499              Date: Thu, 20 Jul 2000 18:04:01 +0100
47500              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
47501      Branch: perl
47502            ! lib/Test/Harness.pm
47503 ____________________________________________________________________________
47504 [  6423] By: jhi                                   on 2000/07/24  01:54:54
47505         Log: Protect against "wild next"s, that is, callbacks doing "next"
47506              instead of "return".
47507              
47508              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
47509              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
47510              Date: Tue, 18 Jul 2000 11:30:16 +0100
47511              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
47512      Branch: perl
47513            ! lib/File/Find.pm
47514 ____________________________________________________________________________
47515 [  6422] By: jhi                                   on 2000/07/24  01:35:47
47516         Log: Out-of-date note removed.
47517              
47518              Subject: [PATCH] documentation perlipc
47519              From: rspier@pobox.com (Robert Spier)
47520              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
47521              Message-ID: <14711.35178.572612.502654@rls.cx>
47522      Branch: perl
47523            ! pod/perlipc.pod
47524 ____________________________________________________________________________
47525 [  6421] By: jhi                                   on 2000/07/24  00:09:18
47526         Log: Send all installperl messages to STDERR and be -w clean.
47527              
47528              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
47529              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
47530              Date: Sat, 22 Jul 2000 14:02:11 +0100
47531              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
47532      Branch: perl
47533            ! installperl
47534 ____________________________________________________________________________
47535 [  6420] By: jhi                                   on 2000/07/24  00:04:19
47536         Log: Decutandpasto.
47537              
47538              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
47539              From: "Richard Soderberg" <rs@crystalflame.net>
47540              Date: Sun, 23 Jul 2000 01:37:23 -0700
47541              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
47542      Branch: perl
47543            ! pod/perlipc.pod
47544 ____________________________________________________________________________
47545 [  6419] By: jhi                                   on 2000/07/24  00:01:12
47546         Log: A cleaner abs_path().
47547              Subject: Re: unix alternative to Cwd.pm
47548              From: Jeff Pinyan <jeffp@crusoe.net>
47549              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
47550              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
47551      Branch: perl
47552            ! lib/Cwd.pm
47553 ____________________________________________________________________________
47554 [  6418] By: jhi                                   on 2000/07/23  23:48:56
47555         Log: Detypo.
47556              
47557              Subject: [PATCH perl-current] Typo in hints/powerux.sh
47558              From: "Richard Soderberg" <rs@crystalflame.net>
47559              Date: Sun, 23 Jul 2000 01:27:33 -0700
47560              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
47561      Branch: perl
47562            ! hints/powerux.sh
47563 ____________________________________________________________________________
47564 [  6417] By: jhi                                   on 2000/07/17  22:13:31
47565         Log: Subject: SDBM_File documentation
47566              From: mjd@plover.com
47567              Date: 16 Jul 2000 17:41:17 -0000
47568              Message-ID: <20000716174117.18515.qmail@plover.com>
47569      Branch: perl
47570            ! ext/SDBM_File/SDBM_File.pm
47571 ____________________________________________________________________________
47572 [  6416] By: jhi                                   on 2000/07/17  19:13:26
47573         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
47574      Branch: perl
47575            ! hints/mpeix.sh mpeix/relink
47576 ____________________________________________________________________________
47577 [  6415] By: jhi                                   on 2000/07/15  14:11:02
47578         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
47579              the utf8 'characters' can be more than one octet).
47580              
47581              Date: Sat, 15 Jul 2000 00:21:56 +0100
47582              From: Tom Hughes <tom@compton.nu>
47583              Subject: Re: [ID 20000714.002]
47584              Message-ID: <db2334de49.tom@compton.compton.nu>
47585              
47586              Reported in
47587              
47588              Subject: [ID 20000714.002]
47589              From: "Simon Cozens" <simon@othersideofthe.earth.li>
47590              Date: 14 Jul 2000 15:13:09 -0000
47591              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
47592      Branch: perl
47593            ! doop.c
47594 ____________________________________________________________________________
47595 [  6414] By: jhi                                   on 2000/07/15  03:13:41
47596         Log: another VMS build tweak from Peter Prymmer
47597      Branch: perl
47598            ! vms/descrip_mms.template
47599 ____________________________________________________________________________
47600 [  6413] By: jhi                                   on 2000/07/15  03:10:40
47601         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
47602      Branch: perl
47603            ! vms/perlvms.pod
47604 ____________________________________________________________________________
47605 [  6412] By: jhi                                   on 2000/07/15  00:31:05
47606         Log: More docs for sv functions.
47607              
47608              Subject: [PATCH cfgperl] sv.c apidoc
47609              From: simon@brecon.co.uk (Simon Cozens)
47610              Date: 13 Jul 2000 09:00:20 GMT
47611              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
47612              
47613              Subject: Re: [PATCH cfgperl] sv.c apidoc
47614              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
47615              Date: Thu, 13 Jul 2000 12:27:41 +0100
47616              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
47617              
47618              Subject: Re: [PATCH cfgperl] sv.c apidoc
47619              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
47620              Date: Thu, 13 Jul 2000 13:23:09 +0100
47621              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
47622              
47623              Subject: Re: [PATCH cfgperl] sv.c apidoc
47624              From: simon@brecon.co.uk (Simon Cozens)
47625              Date: 14 Jul 2000 06:51:02 GMT
47626              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
47627      Branch: perl
47628            ! embed.pl pod/perlapi.pod sv.c
47629 ____________________________________________________________________________
47630 [  6411] By: jhi                                   on 2000/07/15  00:10:41
47631         Log: lib/b test fixes from Peter Prymmer.
47632      Branch: perl
47633            ! t/lib/b.t
47634 ____________________________________________________________________________
47635 [  6410] By: jhi                                   on 2000/07/15  00:02:09
47636         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
47637              From: Hugo <hv@crypt.compulink.co.uk>
47638              Date: Fri, 14 Jul 2000 23:05:20 +0100
47639              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
47640              
47641              Didn't anymore apply, but that point still could use another fix.
47642      Branch: perl
47643            ! pod/perlfunc.pod
47644 ____________________________________________________________________________
47645 [  6409] By: jhi                                   on 2000/07/14  23:15:15
47646         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
47647              not in pod, from Peter Prymmer
47648      Branch: perl
47649            ! vms/descrip_mms.template
47650 ____________________________________________________________________________
47651 [  6408] By: jhi                                   on 2000/07/14  20:35:05
47652         Log: The bug report
47653              [ID 19991110.002] minimal matching discrepancy found by pcre author
47654              seems to have been fixed (though differently from what was suggested
47655              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
47656      Branch: perl
47657            ! t/op/re_tests
47658 ____________________________________________________________________________
47659 [  6407] By: jhi                                   on 2000/07/14  17:38:08
47660         Log: Fix AutoSplit to use File::Spec the right way in VMS,
47661              from Peter Prymmer.
47662      Branch: perl
47663            ! lib/AutoSplit.pm
47664 ____________________________________________________________________________
47665 [  6406] By: jhi                                   on 2000/07/14  14:13:22
47666         Log: Merge perlhacktut into perlhack, update perlguts.
47667              
47668              Subject: Re: Perlhacktut
47669              From: simon@brecon.co.uk (Simon Cozens)
47670              Date: 14 Jul 2000 06:49:21 GMT
47671              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
47672              
47673              Subject: Re: Perlhacktut
47674              From: simon@brecon.co.uk (Simon Cozens)
47675              Date: 14 Jul 2000 07:09:45 GMT
47676              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
47677      Branch: perl
47678            ! pod/perlguts.pod pod/perlhack.pod
47679 ____________________________________________________________________________
47680 [  6405] By: jhi                                   on 2000/07/14  14:02:31
47681         Log: Integrate with Sarathy.
47682      Branch: cfgperl
47683           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
47684           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
47685           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
47686 ____________________________________________________________________________
47687 [  6404] By: gsar                                  on 2000/07/14  12:15:02
47688         Log: PERL_OBJECT build tweaks
47689      Branch: perl
47690            ! toke.c
47691 ____________________________________________________________________________
47692 [  6403] By: gsar                                  on 2000/07/14  11:23:41
47693         Log: inconsistent types needs casts
47694      Branch: perl
47695            ! toke.c
47696 ____________________________________________________________________________
47697 [  6402] By: gsar                                  on 2000/07/14  11:12:04
47698         Log: typos in change#6399, regen headers
47699      Branch: perl
47700            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
47701 ____________________________________________________________________________
47702 [  6401] By: gsar                                  on 2000/07/14  10:59:12
47703         Log: typecasts needed for change#6394
47704      Branch: perl
47705            ! toke.c
47706 ____________________________________________________________________________
47707 [  6400] By: gsar                                  on 2000/07/14  10:49:37
47708         Log: integrate cfgperl contents into mainline
47709      Branch: perl
47710           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
47711           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
47712 ____________________________________________________________________________
47713 [  6399] By: gsar                                  on 2000/07/14  10:38:35
47714         Log: enable UTF-16 filter by default if relevant BOM is seen; various
47715              cleanups (typos, misformatted code, and small bugs)
47716      Branch: perl
47717            ! doop.c embed.pl mg.c op.c pp.c toke.c
47718 ____________________________________________________________________________
47719 [  6398] By: gsar                                  on 2000/07/14  08:55:38
47720         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
47721              name suggests anyway)
47722      Branch: perl
47723            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
47724 ____________________________________________________________________________
47725 [  6397] By: gsar                                  on 2000/07/14  08:44:33
47726         Log: move new variables to the end of the interpreter structure (for
47727              bincompat in code that doesn't #include XSUB.h)
47728      Branch: perl
47729            ! intrpvar.h
47730 ____________________________________________________________________________
47731 [  6396] By: gsar                                  on 2000/07/14  08:13:58
47732         Log: MakeMaker should not remove editor backups (*~) on `make clean`
47733              by default (completes change#6383)
47734      Branch: perl
47735            ! lib/ExtUtils/MM_Unix.pm
47736 ____________________________________________________________________________
47737 [  6395] By: jhi                                   on 2000/07/14  05:20:33
47738         Log: Replace change #6337 with a better one.
47739              
47740              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
47741              From: Hugo <hv@crypt.compulink.co.uk>
47742              Date: Fri, 14 Jul 2000 04:16:20 +0100
47743              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
47744      Branch: cfgperl
47745            ! regexec.c t/op/re_tests
47746 ____________________________________________________________________________
47747 [  6394] By: jhi                                   on 2000/07/14  01:33:59
47748         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
47749      Branch: cfgperl
47750            ! embed.pl global.sym proto.h toke.c
47751 ____________________________________________________________________________
47752 [  6393] By: jhi                                   on 2000/07/13  23:41:23
47753         Log: remove discarded test
47754      Branch: cfgperl
47755            ! MANIFEST
47756 ____________________________________________________________________________
47757 [  6392] By: jhi                                   on 2000/07/13  23:32:25
47758         Log: The {multiplier} of a fixed substring was overlooked which
47759              caused a wrong initial search offset for that substring.
47760              
47761              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
47762              From: Hugo <hv@crypt.compulink.co.uk>
47763              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
47764              Date: Thu, 13 Jul 2000 19:27:13 +0100
47765      Branch: cfgperl
47766            ! regcomp.c t/op/re_tests
47767 ____________________________________________________________________________
47768 [  6391] By: jhi                                   on 2000/07/13  16:37:42
47769         Log: typo fix from Craig Berry
47770      Branch: cfgperl
47771            ! vms/subconfigure.com
47772 ____________________________________________________________________________
47773 [  6390] By: jhi                                   on 2000/07/13  13:20:12
47774         Log: Integrate with Sarathy.
47775      Branch: cfgperl
47776            - t/op/method2entersub.t
47777           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
47778           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
47779           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
47780           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
47781 ____________________________________________________________________________
47782 [  6389] By: jhi                                   on 2000/07/13  13:18:48
47783         Log: Detypo from Peter Prymmer, part of #6388.
47784      Branch: cfgperl
47785            ! Configure config_h.SH
47786      Branch: metaconfig
47787            ! U/modified/d_longlong.U
47788 ____________________________________________________________________________
47789 [  6388] By: gsar                                  on 2000/07/13  06:33:40
47790         Log: typos (spotted by Peter Prymmer)
47791      Branch: perl
47792            ! Configure t/lib/english.t
47793 ____________________________________________________________________________
47794 [  6387] By: gsar                                  on 2000/07/13  05:35:28
47795         Log: new selfloader.t in change#6183 doesn't close DATA handles,
47796              and thus fails to clean up tmp files on dosish platforms
47797      Branch: perl
47798            ! t/lib/selfloader.t
47799 ____________________________________________________________________________
47800 [  6386] By: gsar                                  on 2000/07/12  21:42:39
47801         Log: sprintf test tweaks (from Dominic Dunlop)
47802      Branch: perl
47803            ! t/op/sprintf.t
47804 ____________________________________________________________________________
47805 [  6385] By: gsar                                  on 2000/07/12  21:33:46
47806         Log: fix bugs in processing %v-*d and similar format specs (from
47807              Avi Finkel <avi@finkel.org>)
47808      Branch: perl
47809            ! sv.c t/op/sprintf.t
47810 ____________________________________________________________________________
47811 [  6384] By: gsar                                  on 2000/07/12  16:04:19
47812         Log: readd missing perldelta.pod changes from changes#6339,6376
47813      Branch: perl
47814            ! pod/perldelta.pod
47815 ____________________________________________________________________________
47816 [  6383] By: gsar                                  on 2000/07/12  16:00:51
47817         Log: don't clobber *.orig files on *clean targets
47818      Branch: perl
47819            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
47820 ____________________________________________________________________________
47821 [  6382] By: gsar                                  on 2000/07/12  07:59:12
47822         Log: fix broken integrations in cfgperl
47823      Branch: cfgperl
47824           !> Changes pod/perldelta.pod
47825 ____________________________________________________________________________
47826 [  6381] By: gsar                                  on 2000/07/12  07:42:17
47827         Log: integrate cfgperl changes into mainline
47828      Branch: perl
47829            ! Changes
47830           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
47831           !> pod/perlre.pod
47832 ____________________________________________________________________________
47833 [  6380] By: gsar                                  on 2000/07/12  07:31:00
47834         Log: get sprintf.t to adjust properly for 3-digit exponents
47835      Branch: perl
47836            ! t/op/sprintf.t
47837 ____________________________________________________________________________
47838 [  6379] By: gsar                                  on 2000/07/12  06:40:04
47839         Log: change#6174 needs corresponding change in win32/config_h.PL,
47840              which grovels through config_h.SH to find the config.h name
47841      Branch: perl
47842            ! win32/config_h.PL
47843 ____________________________________________________________________________
47844 [  6378] By: jhi                                   on 2000/07/12  05:03:59
47845         Log: Do the cc sanity check both before the hints and
47846              after the cc selction.
47847      Branch: cfgperl
47848            ! Configure config_h.SH
47849      Branch: metaconfig
47850            ! U/modified/Oldconfig.U U/modified/cc.U
47851      Branch: metaconfig/U/perl
47852            + Checkcc.U
47853 ____________________________________________________________________________
47854 [  6377] By: jhi                                   on 2000/07/12  02:49:22
47855         Log: Fix nits noticed by Boston.pm.
47856      Branch: cfgperl
47857            ! pod/perlre.pod
47858 ____________________________________________________________________________
47859 [  6376] By: jhi                                   on 2000/07/11  21:22:13
47860         Log: Configure cosmetics and perldelta.
47861      Branch: cfgperl
47862            ! Configure config_h.SH pod/perldelta.pod
47863      Branch: metaconfig
47864            ! U/modified/cc.U
47865 ____________________________________________________________________________
47866 [  6375] By: gsar                                  on 2000/07/11  21:17:35
47867         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
47868      Branch: perl
47869            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
47870            ! win32/win32sck.c
47871 ____________________________________________________________________________
47872 [  6374] By: gsar                                  on 2000/07/11  20:48:50
47873         Log: tweak for build failure under multiplicity
47874      Branch: perl
47875            ! toke.c
47876 ____________________________________________________________________________
47877 [  6373] By: gsar                                  on 2000/07/11  20:37:23
47878         Log: integrate cfgperl changes#6325..6373 into mainline
47879              (NOTE: today's batch of integrations still untested)
47880      Branch: perl
47881           +> ext/DynaLoader/hints/netbsd.pl
47882            ! Changes
47883           !> (integrate 26 files)
47884 ____________________________________________________________________________
47885 [  6372] By: jhi                                   on 2000/07/11  20:30:36
47886         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
47887              regen perltoc.
47888      Branch: cfgperl
47889            + pod/perlbook.pod
47890            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
47891            ! pod/perltoc.pod
47892 ____________________________________________________________________________
47893 [  6371] By: jhi                                   on 2000/07/11  20:08:56
47894         Log: Minor cleanups on the booklist.
47895      Branch: cfgperl
47896            ! pod/perlfaq2.pod
47897 ____________________________________________________________________________
47898 [  6370] By: jhi                                   on 2000/07/11  19:31:13
47899         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
47900      Branch: cfgperl
47901            ! t/pragma/overload.t
47902 ____________________________________________________________________________
47903 [  6369] By: gsar                                  on 2000/07/11  19:27:48
47904         Log: integrate cfgperl changes#6293..6324 into mainline
47905      Branch: perl
47906           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
47907            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
47908           !> (integrate 30 files)
47909 ____________________________________________________________________________
47910 [  6368] By: gsar                                  on 2000/07/11  19:18:57
47911         Log: skip integrate of problematic change#6292 from cfgperl into mainline
47912      Branch: perl
47913           !> pp_hot.c
47914 ____________________________________________________________________________
47915 [  6367] By: gsar                                  on 2000/07/11  19:17:21
47916         Log: integrate cfgperl changes#6288..6290 into mainline
47917      Branch: perl
47918           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
47919 ____________________________________________________________________________
47920 [  6366] By: gsar                                  on 2000/07/11  19:11:18
47921         Log: integrate cfgperl changes#6268..6282 into mainline
47922      Branch: perl
47923           !> (integrate 30 files)
47924 ____________________________________________________________________________
47925 [  6365] By: gsar                                  on 2000/07/11  18:57:00
47926         Log: delete new accidentally branched file
47927      Branch: perl
47928            - t/op/method2entersub.t
47929 ____________________________________________________________________________
47930 [  6364] By: gsar                                  on 2000/07/11  18:55:13
47931         Log: skip integrate of change#6267 from cfgperl into mainline (the
47932              method call optimization is flawed without additional hints
47933              from user about immutableness of @ISA and no runtime method
47934              definitions)
47935      Branch: perl
47936           +> t/op/method2entersub.t
47937           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
47938           !> perl.h t/op/sprintf.t xsutils.c
47939 ____________________________________________________________________________
47940 [  6363] By: gsar                                  on 2000/07/11  18:49:43
47941         Log: integrate cfgperl changes#6261..6266 into mainline
47942      Branch: perl
47943           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
47944           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
47945           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
47946           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
47947 ____________________________________________________________________________
47948 [  6362] By: gsar                                  on 2000/07/11  18:43:26
47949         Log: integrate cfgperl changes#6252..6260 into mainline
47950      Branch: perl
47951           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
47952           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
47953           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
47954           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
47955 ____________________________________________________________________________
47956 [  6361] By: gsar                                  on 2000/07/11  18:37:12
47957         Log: skip integrate of problematic change#6251 from cfgperl into mainline
47958      Branch: perl
47959           !> lib/Exporter.pm
47960 ____________________________________________________________________________
47961 [  6360] By: gsar                                  on 2000/07/11  18:34:56
47962         Log: integrate cfgperl change#6250 into mainline
47963      Branch: perl
47964           +> t/op/my_stash.t
47965           !> MANIFEST embed.pl proto.h toke.c
47966 ____________________________________________________________________________
47967 [  6359] By: gsar                                  on 2000/07/11  18:21:19
47968         Log: integrate cfgperl changes#6242..6249 into mainline
47969      Branch: perl
47970           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
47971           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
47972           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
47973           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
47974           !> t/lib/peek.t utf8.c
47975 ____________________________________________________________________________
47976 [  6358] By: gsar                                  on 2000/07/11  18:15:45
47977         Log: skip integrate of problematic change#6241 from cfgperl into mainline
47978      Branch: perl
47979           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
47980 ____________________________________________________________________________
47981 [  6357] By: jhi                                   on 2000/07/11  18:15:16
47982         Log: Fix for
47983              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
47984              From: Roderick Schertler <roderick@argon.org> 
47985              Date: Tue, 11 Jul 2000 13:55:05 -0400 
47986              Message-Id: <200007111755.NAA05077@jones.argon.org> 
47987      Branch: cfgperl
47988            ! doio.c
47989 ____________________________________________________________________________
47990 [  6356] By: jhi                                   on 2000/07/11  18:12:51
47991         Log: Typo in #6341.
47992      Branch: cfgperl
47993            ! pp_hot.c
47994 ____________________________________________________________________________
47995 [  6355] By: gsar                                  on 2000/07/11  18:12:10
47996         Log: integrate cfgperl changes#6231..6240 into mainline
47997      Branch: perl
47998           +> pod/perlutil.pod
47999           !> (integrate 35 files)
48000 ____________________________________________________________________________
48001 [  6354] By: jhi                                   on 2000/07/11  18:04:34
48002         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
48003              From: Dominic Dunlop <domo@computer.org> 
48004              Date: Tue, 11 Jul 2000 12:27:33 +0200 
48005              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
48006              
48007              Replaces change #6268.
48008      Branch: cfgperl
48009            ! t/op/sprintf.t
48010 ____________________________________________________________________________
48011 [  6353] By: gsar                                  on 2000/07/11  17:59:51
48012         Log: skip integrate of problematic change#6230 from cfgperl into mainline
48013              (a later version of File::Spec is already in mainline)
48014      Branch: perl
48015           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
48016           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
48017 ____________________________________________________________________________
48018 [  6352] By: gsar                                  on 2000/07/11  17:57:48
48019         Log: integrate cfgperl changes#6224..6229 into mainline
48020      Branch: perl
48021           +> lib/lib.pm.PL
48022            - lib/lib.pm
48023           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
48024           !> lib/English.pm op.c t/lib/english.t
48025 ____________________________________________________________________________
48026 [  6351] By: gsar                                  on 2000/07/11  17:50:10
48027         Log: skip integrate of problematic change#6223 from cfgperl into mainline
48028      Branch: perl
48029           !> doio.c
48030 ____________________________________________________________________________
48031 [  6350] By: gsar                                  on 2000/07/11  17:48:28
48032         Log: integrate cfgperl changes#6220..6222 into mainline
48033      Branch: perl
48034           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
48035           !> toke.c utf8.c win32/win32.h
48036 ____________________________________________________________________________
48037 [  6349] By: gsar                                  on 2000/07/11  17:46:13
48038         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
48039              mainline
48040      Branch: perl
48041           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
48042           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
48043           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
48044 ____________________________________________________________________________
48045 [  6348] By: jhi                                   on 2000/07/11  17:45:49
48046         Log: README.posix-bc podified from Thomas Dorner.
48047      Branch: cfgperl
48048            ! README.posix-bc
48049 ____________________________________________________________________________
48050 [  6347] By: gsar                                  on 2000/07/11  17:42:04
48051         Log: integrate cfgperl change#6217 into mainline
48052      Branch: perl
48053           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
48054           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
48055           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
48056 ____________________________________________________________________________
48057 [  6346] By: gsar                                  on 2000/07/11  17:39:37
48058         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
48059              mainline
48060      Branch: perl
48061           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
48062           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
48063           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
48064           !> perlapi.h pod/perlapi.pod
48065 ____________________________________________________________________________
48066 [  6345] By: gsar                                  on 2000/07/11  17:36:42
48067         Log: integrate cfgperl changes#6207..6210 into mainline
48068      Branch: perl
48069           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
48070           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
48071 ____________________________________________________________________________
48072 [  6344] By: gsar                                  on 2000/07/11  17:31:20
48073         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
48074              mainline
48075      Branch: perl
48076           !> (integrate 40 files)
48077 ____________________________________________________________________________
48078 [  6343] By: gsar                                  on 2000/07/11  17:19:08
48079         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
48080      Branch: perl
48081           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
48082            ! Changes
48083           !> (integrate 34 files)
48084 ____________________________________________________________________________
48085 [  6342] By: jhi                                   on 2000/07/11  16:05:48
48086         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
48087              To: perl5-porters@perl.org
48088              From: Karsten Sperling <spiff@phreax.net>
48089              Date: Mon, 10 Jul 2000 15:12:52 +0200
48090              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
48091      Branch: cfgperl
48092            ! lib/Symbol.pm
48093 ____________________________________________________________________________
48094 [  6341] By: jhi                                   on 2000/07/11  15:59:23
48095         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
48096              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
48097              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
48098              Date: Fri, 07 Jul 2000 17:57:16 +0100
48099      Branch: cfgperl
48100            ! pp_hot.c
48101 ____________________________________________________________________________
48102 [  6340] By: jhi                                   on 2000/07/11  15:55:47
48103         Log: Subject: Re: format bug report  [Patch]
48104              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
48105              Date: Wed, 05 Jul 2000 13:12:52 +0200
48106              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
48107              
48108              Subject: Re: format bug report  [Patch]
48109              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
48110              Date: Wed, 05 Jul 2000 14:10:01 +0200
48111              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
48112      Branch: cfgperl
48113            ! t/op/write.t toke.c
48114 ____________________________________________________________________________
48115 [  6339] By: jhi                                   on 2000/07/11  13:54:09
48116         Log: Be less forgiving about ambiguous and illegal tr ranges.
48117              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
48118              From: Mark-Jason Dominus <mjd@plover.com>
48119              Date: Tue, 04 Jul 2000 10:00:12 -0400
48120              Message-ID: <20000704140012.17772.qmail@plover.com>
48121              
48122              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
48123              From: Mark-Jason Dominus <mjd@plover.com>
48124              Date: Wed, 05 Jul 2000 09:37:36 -0400
48125              Message-ID: <20000705133736.27293.qmail@plover.com>
48126      Branch: cfgperl
48127            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
48128 ____________________________________________________________________________
48129 [  6338] By: jhi                                   on 2000/07/11  13:31:24
48130         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
48131              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
48132              Date: Tue, 11 Jul 2000 13:50:51 +0100
48133              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
48134      Branch: cfgperl
48135            ! sv.c
48136 ____________________________________________________________________________
48137 [  6337] By: jhi                                   on 2000/07/11  13:29:14
48138         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
48139              From: Hugo <hv@crypt.compulink.co.uk>
48140              Date: Tue, 11 Jul 2000 12:44:50 +0100
48141              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
48142      Branch: cfgperl
48143            ! regexec.c t/op/re_tests
48144 ____________________________________________________________________________
48145 [  6336] By: jhi                                   on 2000/07/11  13:26:47
48146         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
48147              From: simon@brecon.co.uk (Simon Cozens)
48148              Date: 7 Jul 2000 11:26:09 GMT
48149              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
48150      Branch: cfgperl
48151            ! mg.c
48152 ____________________________________________________________________________
48153 [  6335] By: jhi                                   on 2000/07/11  13:23:37
48154         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
48155              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
48156              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
48157              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
48158      Branch: cfgperl
48159            + ext/DynaLoader/hints/netbsd.pl
48160            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
48161 ____________________________________________________________________________
48162 [  6334] By: jhi                                   on 2000/07/11  13:20:38
48163         Log: Subject: PATCH perlguts.pod: Document D and d magic types
48164              From: mjd@plover.com
48165              Date: 5 Jul 2000 18:01:51 -0000
48166              Message-ID: <20000705180151.29413.qmail@plover.com>
48167      Branch: cfgperl
48168            ! pod/perlguts.pod
48169 ____________________________________________________________________________
48170 [  6333] By: jhi                                   on 2000/07/11  13:15:51
48171         Log: Precedence goof, fix based on
48172              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
48173              From: Hugo <hv@crypt.compulink.co.uk>
48174              Date: Tue, 11 Jul 2000 12:52:38 +0100
48175              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
48176      Branch: cfgperl
48177            ! t/op/taint.t
48178 ____________________________________________________________________________
48179 [  6332] By: jhi                                   on 2000/07/11  12:40:17
48180         Log: Integrate with Sarathy.
48181      Branch: cfgperl
48182           !> win32/win32sck.c
48183 ____________________________________________________________________________
48184 [  6331] By: jhi                                   on 2000/07/10  20:14:16
48185         Log: Sprinkle ldlibpath.
48186      Branch: cfgperl
48187            ! pod/Makefile.SH
48188 ____________________________________________________________________________
48189 [  6330] By: jhi                                   on 2000/07/10  17:54:49
48190         Log: More POSIX.pod tweaks.
48191      Branch: cfgperl
48192            ! ext/POSIX/POSIX.pod
48193 ____________________________________________________________________________
48194 [  6329] By: jhi                                   on 2000/07/10  14:02:12
48195         Log: Reorder perl.pod once more.
48196      Branch: cfgperl
48197            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
48198 ____________________________________________________________________________
48199 [  6328] By: gsar                                  on 2000/07/10  07:06:00
48200         Log: accept() leaks memory on windows due to incorrect ordering of
48201              closesocket() and fclose() calls
48202      Branch: perl
48203            ! win32/win32sck.c
48204 ____________________________________________________________________________
48205 [  6327] By: gsar                                  on 2000/07/10  06:49:17
48206         Log: winsock options weren't being set in all threads under ithreads
48207              (caused send()s from second and subsequent threads to fail)
48208      Branch: perl
48209            ! win32/win32sck.c
48210 ____________________________________________________________________________
48211 [  6326] By: jhi                                   on 2000/07/08  02:45:40
48212         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
48213              was cast to an unsigned (32-bit) integer with wild abandon.
48214      Branch: cfgperl
48215            ! ext/Devel/DProf/DProf.xs
48216 ____________________________________________________________________________
48217 [  6325] By: jhi                                   on 2000/07/07  18:50:33
48218         Log: Remove perlbook, update perlfaq book listing,
48219              rearrange perl.pod, regenerate perltoc.
48220      Branch: cfgperl
48221            - pod/perlbook.pod
48222            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
48223            ! pod/perlfaq2.pod pod/perltoc.pod
48224 ____________________________________________________________________________
48225 [  6324] By: jhi                                   on 2000/07/07  14:03:40
48226         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
48227      Branch: cfgperl
48228            ! sv.h toke.c
48229 ____________________________________________________________________________
48230 [  6323] By: jhi                                   on 2000/07/06  16:03:55
48231         Log: Fix complaints of buildtoc.
48232      Branch: cfgperl
48233            + lib/Win32.pod
48234            - pod/Win32.pod
48235            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
48236 ____________________________________________________________________________
48237 [  6322] By: jhi                                   on 2000/07/06  15:15:52
48238         Log: Add =head1 NAMEs so that buildtoc is happy.
48239              (The CGI::Util nit reported to Lincoln.)
48240      Branch: cfgperl
48241            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
48242            ! pod/perltoc.pod
48243 ____________________________________________________________________________
48244 [  6321] By: jhi                                   on 2000/07/06  03:16:04
48245         Log: Config is being used.
48246      Branch: cfgperl
48247            ! t/op/method.t
48248 ____________________________________________________________________________
48249 [  6320] By: jhi                                   on 2000/07/06  03:13:13
48250         Log: Integrate with Sarathy.
48251      Branch: cfgperl
48252           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
48253 ____________________________________________________________________________
48254 [  6319] By: jhi                                   on 2000/07/06  03:11:46
48255         Log: Autogenerate pod/Makefile and pod/buildtoc.
48256              buildtoc also checks whether the existin pods are
48257              mentioned in MANIFEST and perl.pod, and vice versa.
48258              (None of the thusly found discrepancies fixed yet.)
48259              roffitall also needs to be autogenerated similarly but it
48260              seems so badly out of date that I didn't touch it yet.
48261      Branch: cfgperl
48262            + pod/Makefile.SH pod/buildtoc.PL
48263            - pod/Makefile pod/buildtoc
48264            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
48265 ____________________________________________________________________________
48266 [  6318] By: gsar                                  on 2000/07/05  22:10:54
48267         Log: fix UNC path handling on Windows under ithreads, and chdir()
48268              return value when given a non-existent directory
48269      Branch: perl
48270            ! win32/vdir.h
48271 ____________________________________________________________________________
48272 [  6317] By: gsar                                  on 2000/07/05  22:08:19
48273         Log: winsock cleanup never done on Windows (leads to handle leaks)
48274      Branch: perl
48275            ! win32/perllib.c win32/win32sck.c
48276 ____________________________________________________________________________
48277 [  6316] By: gsar                                  on 2000/07/05  22:06:19
48278         Log: some debugger output does not go to the socket when RemotePort is set
48279      Branch: perl
48280            ! lib/perl5db.pl
48281 ____________________________________________________________________________
48282 [  6315] By: jhi                                   on 2000/07/05  00:25:21
48283         Log: Integrate with Sarathy, preliminary fix for unicos
48284              alignment problems in [ID 20000612.002] Perl problem on Cray system.
48285      Branch: cfgperl
48286            ! sv.h
48287           !> pp_hot.c
48288 ____________________________________________________________________________
48289 [  6314] By: gsar                                  on 2000/07/04  23:34:02
48290         Log: tyop in change#6306
48291      Branch: perl
48292            ! pp_hot.c
48293 ____________________________________________________________________________
48294 [  6313] By: jhi                                   on 2000/07/04  22:14:38
48295         Log: Multiline string literals ENONPORTABLE.
48296      Branch: cfgperl
48297            ! pp_hot.c
48298 ____________________________________________________________________________
48299 [  6312] By: jhi                                   on 2000/07/04  20:34:44
48300         Log: Integrate with Sarathy.
48301      Branch: cfgperl
48302           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
48303           !> t/op/method.t
48304 ____________________________________________________________________________
48305 [  6311] By: jhi                                   on 2000/07/04  20:30:56
48306         Log: More POSIX.pod embellishment.
48307      Branch: cfgperl
48308            ! ext/POSIX/POSIX.pod
48309 ____________________________________________________________________________
48310 [  6310] By: gsar                                  on 2000/07/04  17:28:48
48311         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
48312      Branch: perl
48313            ! t/lib/b.t
48314 ____________________________________________________________________________
48315 [  6309] By: jhi                                   on 2000/07/04  17:22:18
48316         Log: The #6308 required a little bit more.
48317      Branch: cfgperl
48318            ! Makefile.SH win32/Makefile
48319 ____________________________________________________________________________
48320 [  6308] By: jhi                                   on 2000/07/04  16:35:24
48321         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
48322      Branch: cfgperl
48323            + lib/lib_pm.PL
48324            - lib/lib.pm.PL
48325            ! MANIFEST Makefile.SH
48326 ____________________________________________________________________________
48327 [  6307] By: jhi                                   on 2000/07/04  16:28:58
48328         Log: Win32 patches for cfgperl from Sarathy.
48329      Branch: cfgperl
48330            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
48331            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
48332            ! thread.h toke.c util.c win32/Makefile win32/win32.c
48333 ____________________________________________________________________________
48334 [  6306] By: gsar                                  on 2000/07/04  16:28:40
48335         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
48336              (from Richard Soderberg <rs@oregonnet.com>)
48337      Branch: perl
48338            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
48339 ____________________________________________________________________________
48340 [  6305] By: jhi                                   on 2000/07/04  16:24:24
48341         Log: Integrate with Sarathy.
48342      Branch: cfgperl
48343           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
48344           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
48345           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
48346           !> proto.h win32/win32.c
48347 ____________________________________________________________________________
48348 [  6304] By: gsar                                  on 2000/07/04  16:17:24
48349         Log: missing perldiag entry for unpack("w",...) diagnostic (from
48350              Andreas Koenig)
48351      Branch: perl
48352            ! pod/perldiag.pod
48353 ____________________________________________________________________________
48354 [  6303] By: gsar                                  on 2000/07/04  16:14:44
48355         Log: remove rel2abs prototypes (from Barrie Slaymaker)
48356      Branch: perl
48357            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
48358            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
48359 ____________________________________________________________________________
48360 [  6302] By: gsar                                  on 2000/07/04  04:59:35
48361         Log: adjust change#6299
48362      Branch: perl
48363            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
48364            ! win32/win32.c
48365 ____________________________________________________________________________
48366 [  6301] By: jhi                                   on 2000/07/04  04:50:07
48367         Log: Integrate with Sarathy.
48368      Branch: cfgperl
48369           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
48370           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
48371           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
48372 ____________________________________________________________________________
48373 [  6300] By: gsar                                  on 2000/07/04  04:42:09
48374         Log: PERL_OBJECT build tweak
48375      Branch: perl
48376            ! perl.h
48377 ____________________________________________________________________________
48378 [  6299] By: gsar                                  on 2000/07/04  04:37:00
48379         Log: fix memory leak on Windows (PL_sys_intern contents were never
48380              freed)
48381      Branch: perl
48382            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
48383            ! perlapi.c proto.h win32/win32.c
48384 ____________________________________________________________________________
48385 [  6298] By: gsar                                  on 2000/07/04  04:15:59
48386         Log: fix large memory leak that has been around for ever, masked by
48387              -DPURIFY (most of the arenas were never freed!)
48388      Branch: perl
48389            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
48390 ____________________________________________________________________________
48391 [  6297] By: gsar                                  on 2000/07/04  04:07:46
48392         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
48393      Branch: perl
48394            ! perl.c
48395 ____________________________________________________________________________
48396 [  6296] By: jhi                                   on 2000/06/30  18:28:37
48397         Log: Elaborate POSIX.pod.  Still needs work.
48398      Branch: cfgperl
48399            ! ext/POSIX/POSIX.pod
48400 ____________________________________________________________________________
48401 [  6295] By: jhi                                   on 2000/06/30  14:58:18
48402         Log: Point to perlipc for more SysV IPC examples.
48403      Branch: cfgperl
48404            ! pod/perlfunc.pod
48405 ____________________________________________________________________________
48406 [  6294] By: gsar                                  on 2000/06/30  14:47:45
48407         Log: slurp mode fix in change#4736 still not quite right
48408      Branch: perl
48409            ! pp_hot.c t/io/argv.t
48410 ____________________________________________________________________________
48411 [  6293] By: jhi                                   on 2000/06/30  12:02:55
48412         Log: Integrate with Sarathy.
48413      Branch: cfgperl
48414           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
48415 ____________________________________________________________________________
48416 [  6292] By: jhi                                   on 2000/06/30  12:01:11
48417         Log: From: simon@brecon.co.uk (Simon Cozens)
48418              Subject: UTF8 concat
48419              Date: 30 Jun 2000 06:13:25 GMT
48420              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
48421      Branch: cfgperl
48422            ! pp_hot.c
48423 ____________________________________________________________________________
48424 [  6291] By: gsar                                  on 2000/06/30  04:37:33
48425         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
48426              when @_ is modified, causing coredumps
48427      Branch: perl
48428            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
48429 ____________________________________________________________________________
48430 [  6290] By: jhi                                   on 2000/06/30  02:21:44
48431         Log: Integrate with Sarathy.
48432      Branch: cfgperl
48433           !> vms/vms.c vms/vmsish.h
48434 ____________________________________________________________________________
48435 [  6289] By: jhi                                   on 2000/06/30  02:21:02
48436         Log: Check VERSIONs.
48437      Branch: cfgperl
48438            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
48439            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
48440            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
48441 ____________________________________________________________________________
48442 [  6288] By: jhi                                   on 2000/06/30  02:18:52
48443         Log: Integrate with Sarathy.
48444      Branch: cfgperl
48445           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
48446           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
48447           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
48448           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
48449 ____________________________________________________________________________
48450 [  6287] By: gsar                                  on 2000/06/30  02:17:08
48451         Log: integrate vmsperl changes into mainline
48452      Branch: perl
48453           !> vms/vms.c vms/vmsish.h
48454 ____________________________________________________________________________
48455 [  6285] By: gsar                                  on 2000/06/30  02:05:28
48456         Log: localize %INC in a Safe compartment so that use/require work
48457              (many other magic globals probably need similar treatment)
48458      Branch: perl
48459            ! ext/Opcode/Opcode.xs
48460 ____________________________________________________________________________
48461 [  6284] By: gsar                                  on 2000/06/30  01:54:54
48462         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
48463              about Windows
48464      Branch: perl
48465            ! pod/perlembed.pod
48466 ____________________________________________________________________________
48467 [  6283] By: jhi                                   on 2000/06/30  01:50:10
48468         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
48469              From: Barrie Slaymaker <barries@jester.slaysys.com>
48470              Date: Wed, 28 Jun 2000 11:35:29 -0400
48471              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
48472      Branch: perl
48473            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
48474            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
48475            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
48476            ! lib/File/Spec/Win32.pm
48477 ____________________________________________________________________________
48478 [  6282] By: jhi                                   on 2000/06/29  22:57:22
48479         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
48480              From: Dan Sugalski <dan@sidhe.org>
48481              Date: Tue, 06 Jun 2000 11:59:50 -0400
48482              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
48483      Branch: cfgperl
48484            ! vms/vms.c
48485 ____________________________________________________________________________
48486 [  6281] By: jhi                                   on 2000/06/29  22:52:50
48487         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
48488              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
48489              Date: Wed, 7 Jun 2000 04:02:04 -0500
48490              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
48491      Branch: cfgperl
48492            ! utils/h2xs.PL
48493 ____________________________________________________________________________
48494 [  6280] By: jhi                                   on 2000/06/29  22:45:47
48495         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
48496              From: rspier@pobox.com (Robert Spier)
48497              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
48498              Message-ID: <14654.31913.845602.610277@rls.cx>
48499      Branch: cfgperl
48500            ! utils/h2xs.PL
48501 ____________________________________________________________________________
48502 [  6279] By: jhi                                   on 2000/06/29  22:38:16
48503         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
48504              From: Tim Ayers <tayers@bridge.com>
48505              Date: Thu, 08 Jun 2000 08:11:06 +0200
48506              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
48507              [resent by Richard Foley, Message-Id probably wrong]
48508      Branch: cfgperl
48509            ! pod/perlsub.pod
48510 ____________________________________________________________________________
48511 [  6278] By: jhi                                   on 2000/06/29  22:21:45
48512         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
48513              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
48514              Date: Fri, 09 Jun 2000 12:39:27 -0400
48515              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
48516              (plus update the version "number" of Text::Wrap)
48517      Branch: cfgperl
48518            ! lib/Text/Wrap.pm
48519 ____________________________________________________________________________
48520 [  6277] By: jhi                                   on 2000/06/29  22:13:10
48521         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
48522              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
48523              Date: Mon, 12 Jun 2000 14:55:59 +0100
48524              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
48525      Branch: cfgperl
48526            ! pod/perlfunc.pod
48527 ____________________________________________________________________________
48528 [  6276] By: jhi                                   on 2000/06/29  22:11:06
48529         Log: Subject: [PATCH] Re: eval documentation: context
48530              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
48531              Date: Mon, 12 Jun 2000 15:07:29 +0100
48532              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
48533      Branch: cfgperl
48534            ! pod/perlfunc.pod
48535 ____________________________________________________________________________
48536 [  6275] By: jhi                                   on 2000/06/29  21:59:46
48537         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
48538              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
48539              Date: Tue, 13 Jun 2000 02:43:48 -0500
48540              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
48541      Branch: cfgperl
48542            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
48543 ____________________________________________________________________________
48544 [  6274] By: jhi                                   on 2000/06/29  21:56:14
48545         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
48546              From: Andy Dougherty <doughera@lafayette.edu>
48547              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
48548              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
48549      Branch: cfgperl
48550            ! ext/File/Glob/Glob.pm
48551 ____________________________________________________________________________
48552 [  6273] By: jhi                                   on 2000/06/29  21:49:09
48553         Log: Subject: [PATCH] xsub attributes
48554              From: Doug MacEachern <dougm@covalent.net>
48555              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
48556              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
48557      Branch: cfgperl
48558            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
48559            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
48560 ____________________________________________________________________________
48561 [  6272] By: jhi                                   on 2000/06/29  21:41:28
48562         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
48563              From: Tom Phoenix <rootbeer@redcat.com>
48564              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
48565              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
48566      Branch: cfgperl
48567            ! lib/Net/Ping.pm
48568 ____________________________________________________________________________
48569 [  6271] By: jhi                                   on 2000/06/29  21:36:55
48570         Log: Subject: PATCH pod/perltie.pod
48571              From: Ian Phillipps <Ian.Phillipps@iname.com>
48572              Date: Fri, 16 Jun 2000 00:17:19 +0100
48573              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
48574              (only the first hunk, the second hunk had already been done
48575              by some other patch)
48576      Branch: cfgperl
48577            ! pod/perltie.pod
48578 ____________________________________________________________________________
48579 [  6270] By: jhi                                   on 2000/06/29  21:24:51
48580         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
48581              From: Nicholas Clark <nick@talking.bollo.cx>
48582              Date: Fri, 23 Jun 2000 16:21:15 +0100
48583              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
48584      Branch: cfgperl
48585            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
48586            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
48587 ____________________________________________________________________________
48588 [  6269] By: jhi                                   on 2000/06/29  19:38:15
48589         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
48590              silence few compiler warnings.
48591      Branch: cfgperl
48592            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
48593 ____________________________________________________________________________
48594 [  6268] By: jhi                                   on 2000/06/29  18:21:50
48595         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
48596              From: Dominic Dunlop <domo@computer.org> 
48597              Date: Thu, 29 Jun 2000 12:32:39 +0200 
48598              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
48599      Branch: cfgperl
48600            ! t/op/sprintf.t
48601 ____________________________________________________________________________
48602 [  6267] By: jhi                                   on 2000/06/29  18:16:07
48603         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
48604              From: Doug MacEachern <dougm@covalent.net>
48605              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
48606              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
48607      Branch: cfgperl
48608            + t/op/method2entersub.t
48609            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
48610            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
48611            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
48612            ! xsutils.c
48613 ____________________________________________________________________________
48614 [  6266] By: jhi                                   on 2000/06/29  15:11:15
48615         Log: Subject: [PATCH 5.6.0] cygwin port
48616              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
48617              From: "Fifer, Eric" <EFifer@sanwaint.com>
48618              Date: Thu, 29 Jun 2000 12:58:29 +0100
48619      Branch: cfgperl
48620            ! cygwin/Makefile.SHs
48621 ____________________________________________________________________________
48622 [  6265] By: jhi                                   on 2000/06/29  15:04:05
48623         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
48624              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
48625              Date: Wed, 28 Jun 2000 17:50:12 -0700
48626              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
48627      Branch: cfgperl
48628            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
48629 ____________________________________________________________________________
48630 [  6264] By: jhi                                   on 2000/06/29  15:00:57
48631         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
48632              From: Marty Lucich <marty@netcom.com>
48633              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
48634              Message-Id: <200006282116.OAA11148@netcom.com>
48635              ccdlflags update (the BSD/OS 4.1 part had already been taken
48636              care of by #6141).
48637      Branch: cfgperl
48638            ! hints/bsdos.sh
48639 ____________________________________________________________________________
48640 [  6263] By: jhi                                   on 2000/06/29  13:47:44
48641         Log: tr fixes from Simon Cozens
48642      Branch: cfgperl
48643            ! doop.c
48644 ____________________________________________________________________________
48645 [  6262] By: jhi                                   on 2000/06/28  18:46:01
48646         Log: Subject: 5.6.0 Patch for EPOC
48647              From: Olaf Flebbe <o.flebbe@gmx.de>
48648              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
48649              Message-ID: <23449.960929969@www11.gmx.net>
48650      Branch: cfgperl
48651            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
48652            ! epoc/epocish.h
48653 ____________________________________________________________________________
48654 [  6261] By: jhi                                   on 2000/06/28  18:29:07
48655         Log: Subject: Re: [PATCH cfgperl] BOMs away!
48656              From: simon@brecon.co.uk (Simon Cozens)
48657              Date: 17 Jun 2000 11:49:57 GMT
48658              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
48659      Branch: cfgperl
48660            ! pod/perldiag.pod t/comp/require.t toke.c
48661 ____________________________________________________________________________
48662 [  6260] By: jhi                                   on 2000/06/28  17:47:16
48663         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
48664              From: simon@brecon.co.uk (Simon Cozens) 
48665              Date: 17 Jun 2000 11:56:44 GMT 
48666              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
48667              pack U0, pack C0
48668      Branch: cfgperl
48669            ! pod/perlfunc.pod pp.c t/op/pack.t
48670 ____________________________________________________________________________
48671 [  6259] By: jhi                                   on 2000/06/28  16:43:17
48672         Log: perlnewmod was missing from MANIFEST.
48673      Branch: cfgperl
48674            ! MANIFEST
48675 ____________________________________________________________________________
48676 [  6258] By: jhi                                   on 2000/06/28  15:54:30
48677         Log: linenumber tweak
48678      Branch: cfgperl
48679            ! t/pragma/warn/regcomp
48680 ____________________________________________________________________________
48681 [  6257] By: jhi                                   on 2000/06/28  15:50:44
48682         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
48683              From: Doug MacEachern <dougm@covalent.net>
48684              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
48685              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
48686              (one part of the patch had been applied earlier)
48687      Branch: cfgperl
48688            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
48689 ____________________________________________________________________________
48690 [  6256] By: jhi                                   on 2000/06/28  15:40:22
48691         Log: tweaks from Simon Cozens to further fix tr/// under utf8
48692      Branch: cfgperl
48693            ! doop.c
48694 ____________________________________________________________________________
48695 [  6255] By: jhi                                   on 2000/06/28  15:33:45
48696         Log: small thinko tweaks
48697      Branch: cfgperl
48698            ! lib/IPC/Open3.pm t/op/my_stash.t
48699 ____________________________________________________________________________
48700 [  6254] By: jhi                                   on 2000/06/28  15:33:25
48701         Log: Subject: tr///, help wanted.
48702              From: simon@brecon.co.uk (Simon Cozens)
48703              Date: 28 Jun 2000 11:29:04 GMT
48704              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
48705      Branch: cfgperl
48706            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
48707            ! pp_proto.h proto.h t/op/tr.t
48708 ____________________________________________________________________________
48709 [  6253] By: jhi                                   on 2000/06/28  15:09:17
48710         Log: Paranoia tweak on #6249.
48711              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
48712              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
48713              Date: Sun, 25 Jun 2000 23:43:12 -0400
48714              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
48715      Branch: cfgperl
48716            ! lib/IPC/Open3.pm
48717 ____________________________________________________________________________
48718 [  6252] By: jhi                                   on 2000/06/28  15:01:38
48719         Log: Document #6249 and #6251.
48720      Branch: cfgperl
48721            ! lib/Exporter.pm lib/IPC/Open3.pm
48722 ____________________________________________________________________________
48723 [  6251] By: jhi                                   on 2000/06/28  14:50:43
48724         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
48725              From: Doug MacEachern <dougm@covalent.net>
48726              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
48727              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
48728      Branch: cfgperl
48729            ! lib/Exporter.pm
48730 ____________________________________________________________________________
48731 [  6250] By: jhi                                   on 2000/06/28  14:45:23
48732         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
48733              From: Doug MacEachern <dougm@covalent.net>
48734              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
48735              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
48736      Branch: cfgperl
48737            + t/op/my_stash.t
48738            ! MANIFEST embed.pl global.sym proto.h toke.c
48739 ____________________________________________________________________________
48740 [  6249] By: jhi                                   on 2000/06/28  14:36:34
48741         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
48742              From: Frank Tobin <ftobin@uiuc.edu>
48743              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
48744              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
48745      Branch: cfgperl
48746            ! lib/IPC/Open3.pm
48747 ____________________________________________________________________________
48748 [  6248] By: jhi                                   on 2000/06/28  14:11:25
48749         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
48750              From: Mark-Jason Dominus <mjd@plover.com>
48751              Date: Tue, 27 Jun 2000 22:36:42 -0400
48752              Message-ID: <20000628023642.12166.qmail@plover.com>
48753      Branch: cfgperl
48754            ! pod/perlfunc.pod
48755 ____________________________________________________________________________
48756 [  6247] By: jhi                                   on 2000/06/27  12:46:37
48757         Log: Tweak $VERSION, patch from Doug MacEachern.
48758      Branch: cfgperl
48759            ! lib/File/Spec.pm
48760 ____________________________________________________________________________
48761 [  6246] By: jhi                                   on 2000/06/27  03:34:46
48762         Log: Allow for standalone testing.
48763      Branch: cfgperl
48764            ! t/lib/filefunc.t t/lib/filespec.t
48765 ____________________________________________________________________________
48766 [  6245] By: jhi                                   on 2000/06/27  02:50:02
48767         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
48768              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
48769              Date: Sat, 24 Jun 2000 13:06:20 +0100
48770              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
48771      Branch: cfgperl
48772            ! ext/DynaLoader/DynaLoader_pm.PL
48773 ____________________________________________________________________________
48774 [  6244] By: jhi                                   on 2000/06/27  02:46:10
48775         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
48776              From: Doug MacEachern <dougm@covalent.net>
48777              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
48778              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
48779      Branch: cfgperl
48780            ! gv.c sv.c t/lib/peek.t
48781 ____________________________________________________________________________
48782 [  6243] By: jhi                                   on 2000/06/27  02:38:07
48783         Log: Subject: [PATCH] is_utf8_string
48784              From: simon@brecon.co.uk (Simon Cozens)
48785              Date: 26 Jun 2000 02:25:59 GMT
48786              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
48787      Branch: cfgperl
48788            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
48789            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
48790            ! proto.h utf8.c
48791 ____________________________________________________________________________
48792 [  6242] By: jhi                                   on 2000/06/27  02:24:00
48793         Log: Subject: [PATCH] bytes<->utf8 fixes
48794              From: simon@brecon.co.uk (Simon Cozens)
48795              Date: 26 Jun 2000 04:55:45 GMT
48796              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
48797      Branch: cfgperl
48798            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
48799 ____________________________________________________________________________
48800 [  6241] By: jhi                                   on 2000/06/27  02:12:42
48801         Log: Do no -warn on \_, only on \alpha.
48802              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
48803              From: David Dyck <dcd@tc.fluke.com>
48804              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
48805              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
48806      Branch: cfgperl
48807            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
48808 ____________________________________________________________________________
48809 [  6240] By: jhi                                   on 2000/06/27  02:00:01
48810         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
48811              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
48812              Date: Mon, 26 Jun 2000 18:40:14 +0100
48813              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
48814      Branch: cfgperl
48815            ! utils/h2xs.PL
48816 ____________________________________________________________________________
48817 [  6239] By: jhi                                   on 2000/06/27  01:53:40
48818         Log: Configure maintenance.  Sever some dependency cycles,
48819              separate gccversion from the cc unit,
48820              address [ID 20000623.006] Configure script patch for using gcc on AIX
48821              (but solve it a little bit differently),
48822              unduplex some accidentally duplicated units,
48823              suggest using gcc if no cc available
48824              (p5p thread: "Solaris configure: counterproposal", 1999-09)
48825      Branch: cfgperl
48826            ! Configure Todo-5.6 config_h.SH
48827      Branch: metaconfig
48828            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
48829            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
48830      Branch: metaconfig/U/perl
48831            + gccvers.U
48832            ! d_getespwnam.U d_getprpwnam.U i_prot.U
48833 ____________________________________________________________________________
48834 [  6238] By: jhi                                   on 2000/06/25  18:04:56
48835         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
48836              From: Dan Sugalski <dan@sidhe.org>
48837              Date: Fri, 23 Jun 2000 17:00:00 -0400
48838              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
48839      Branch: cfgperl
48840            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
48841 ____________________________________________________________________________
48842 [  6237] By: jhi                                   on 2000/06/25  16:36:45
48843         Log: Tweak embed.pl, regen headers.
48844      Branch: cfgperl
48845            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
48846            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
48847            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
48848            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
48849            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
48850 ____________________________________________________________________________
48851 [  6236] By: jhi                                   on 2000/06/25  15:26:42
48852         Log: Regen headers.
48853      Branch: cfgperl
48854            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
48855            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
48856            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
48857            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
48858            ! regnodes.h warnings.h
48859 ____________________________________________________________________________
48860 [  6235] By: jhi                                   on 2000/06/23  19:39:35
48861         Log: The thread begun by
48862              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
48863              From: Kevin.Ruscoe@ubsw.com
48864              Date: Fri, 16 Jun 2000 16:38:51 +0100
48865              Message-Id: <H000019b03c300d6@MHS>
48866      Branch: cfgperl
48867            ! hints/solaris_2.sh
48868 ____________________________________________________________________________
48869 [  6234] By: jhi                                   on 2000/06/23  19:23:36
48870         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
48871              because when run as services (Win32ese for daemons)
48872              no environment variables are set and tmpdir ends up as /tmp,
48873              which is ambiguous.
48874              
48875              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
48876              From: matt@sergeant.org
48877              Date: 16 Jun 2000 16:30:43 -0000
48878              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
48879      Branch: cfgperl
48880            ! lib/File/Spec/Win32.pm
48881 ____________________________________________________________________________
48882 [  6233] By: jhi                                   on 2000/06/23  19:18:58
48883         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
48884              From: Mark-Jason Dominus <mjd@plover.com>
48885              Date: Fri, 16 Jun 2000 20:53:04 -0400
48886              Message-ID: <20000617005304.8008.qmail@plover.com>
48887      Branch: cfgperl
48888            ! op.h
48889 ____________________________________________________________________________
48890 [  6232] By: jhi                                   on 2000/06/23  16:10:02
48891         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
48892              From: simon@brecon.co.uk (Simon Cozens)
48893              Date: 19 Jun 2000 15:18:27 GMT
48894              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
48895              
48896              plus update pod/Makefile and regenerate perltoc
48897      Branch: cfgperl
48898            + pod/perlutil.pod
48899            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
48900 ____________________________________________________________________________
48901 [  6231] By: jhi                                   on 2000/06/23  15:19:18
48902         Log: Subject: [PATCH 5.6.0] cygwin port
48903              From: "Fifer, Eric" <EFifer@sanwaint.com>
48904              Date: Tue, 20 Jun 2000 14:30:58 +0100
48905              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
48906      Branch: cfgperl
48907            ! README.cygwin lib/File/Find.pm
48908 ____________________________________________________________________________
48909 [  6230] By: jhi                                   on 2000/06/23  14:25:21
48910         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
48911      Branch: cfgperl
48912            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
48913            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
48914            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
48915            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
48916 ____________________________________________________________________________
48917 [  6229] By: jhi                                   on 2000/06/23  14:13:34
48918         Log: Subject: README.hpux version 0.6.1
48919              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
48920              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
48921              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
48922      Branch: cfgperl
48923            ! README.hpux
48924 ____________________________________________________________________________
48925 [  6228] By: jhi                                   on 2000/06/23  14:07:20
48926         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
48927              From: Doug MacEachern <dougm@covalent.net>
48928              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
48929              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
48930      Branch: cfgperl
48931            ! op.c
48932 ____________________________________________________________________________
48933 [  6227] By: jhi                                   on 2000/06/23  14:01:06
48934         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
48935              From: Doug MacEachern <dougm@covalent.net>
48936              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
48937              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
48938      Branch: cfgperl
48939            + lib/lib.pm.PL
48940            - lib/lib.pm
48941            ! MANIFEST Makefile.SH
48942 ____________________________________________________________________________
48943 [  6226] By: jhi                                   on 2000/06/23  13:53:07
48944         Log: Subject: [PATCH] remove forward declarations in Socket.pm
48945              From: Doug MacEachern <dougm@covalent.net>
48946              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
48947              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
48948              
48949              From: Doug MacEachern <dougm@covalent.net>
48950              Subject: Re: [PATCH] remove forward declarations in Socket.pm
48951              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
48952              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
48953      Branch: cfgperl
48954            ! ext/Socket/Socket.pm op.c
48955 ____________________________________________________________________________
48956 [  6225] By: jhi                                   on 2000/06/23  13:41:52
48957         Log: Add source code filenames to apidoc.
48958              From: simon@brecon.co.uk (Simon Cozens)
48959              Subject: [PATCH embed.pl] Source X-ref
48960              Date: 22 Jun 2000 02:18:49 GMT
48961              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
48962      Branch: cfgperl
48963            ! embed.pl
48964 ____________________________________________________________________________
48965 [  6224] By: jhi                                   on 2000/06/23  13:32:33
48966         Log: A way to avoid English.pm performance hit.
48967              From: root <root@jester.slaysys.com>
48968              Subject: [YAPATCH English.pm] My turn to putt again
48969              Date: Thu, 22 Jun 2000 20:33:58 -0400
48970              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
48971      Branch: cfgperl
48972            ! lib/English.pm t/lib/english.t
48973 ____________________________________________________________________________
48974 [  6223] By: jhi                                   on 2000/06/23  13:27:06
48975         Log: Avoid double close().
48976              Subject: [PATCH] avoid double close()
48977              From: Doug MacEachern <dougm@covalent.net>
48978              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
48979              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
48980      Branch: cfgperl
48981            ! doio.c
48982 ____________________________________________________________________________
48983 [  6222] By: jhi                                   on 2000/06/23  13:25:54
48984         Log: doc typo fix
48985              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
48986              From: Ian Phillipps <Ian.Phillipps@iname.com>
48987              Date: Fri, 23 Jun 2000 10:40:58 +0100
48988              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
48989      Branch: cfgperl
48990            ! lib/Pod/Usage.pm
48991 ____________________________________________________________________________
48992 [  6221] By: jhi                                   on 2000/06/23  13:24:15
48993         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
48994              From: simon@brecon.co.uk (Simon Cozens)
48995              Subject: [PATCH] Eliminate tr///[CU][CU]
48996              Date: 23 Jun 2000 11:05:40 GMT
48997              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
48998      Branch: cfgperl
48999            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
49000 ____________________________________________________________________________
49001 [  6220] By: jhi                                   on 2000/06/22  16:07:51
49002         Log: Win32 patches from Benjamin Stuhl.
49003      Branch: cfgperl
49004            ! makedef.pl win32/win32.h
49005 ____________________________________________________________________________
49006 [  6219] By: jhi                                   on 2000/06/22  16:06:34
49007         Log: Bytecode patches from Benjamin Stuhl.
49008      Branch: cfgperl
49009            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
49010            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
49011            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
49012 ____________________________________________________________________________
49013 [  6218] By: jhi                                   on 2000/06/15  23:54:16
49014         Log: Bytecode patches from Benjamin Stuhl.
49015      Branch: cfgperl
49016            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
49017 ____________________________________________________________________________
49018 [  6217] By: jhi                                   on 2000/06/09  13:38:29
49019         Log: Rename the fdpid locking and integrate with Sarathy.
49020      Branch: cfgperl
49021            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
49022            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
49023            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
49024            ! win32/win32.c
49025           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
49026 ____________________________________________________________________________
49027 [  6216] By: gsar                                  on 2000/06/08  14:54:21
49028         Log: be more optimal about clearing @_
49029      Branch: perl
49030            ! cop.h
49031 ____________________________________________________________________________
49032 [  6215] By: gsar                                  on 2000/06/08  14:33:04
49033         Log: tweak comment about @DB::args
49034      Branch: perl
49035            ! av.h pp_ctl.c
49036 ____________________________________________________________________________
49037 [  6214] By: gsar                                  on 2000/06/08  13:57:54
49038         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
49039              caller() wants to populate @DB::args with it (causes a coredump
49040              in Carp::confess())
49041      Branch: perl
49042            ! cop.h t/op/runlevel.t
49043 ____________________________________________________________________________
49044 [  6213] By: gsar                                  on 2000/06/08  07:06:35
49045         Log: back out change#6106 (seems problematic)
49046      Branch: perl
49047            ! hints/solaris_2.sh
49048 ____________________________________________________________________________
49049 [  6212] By: jhi                                   on 2000/06/07  03:10:36
49050         Log: Continuing mopup for #6204.
49051      Branch: cfgperl
49052            ! ext/B/defsubs_h.PL
49053 ____________________________________________________________________________
49054 [  6211] By: jhi                                   on 2000/06/07  02:41:50
49055         Log: Mopup for #6204.
49056              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
49057              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
49058              This is comes from const() where POK isn't on when expected.
49059      Branch: cfgperl
49060            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
49061            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
49062            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
49063            ! perlapi.h pod/perlapi.pod
49064 ____________________________________________________________________________
49065 [  6210] By: jhi                                   on 2000/06/07  01:56:29
49066         Log: Mopup for #6207 and #6209.
49067      Branch: cfgperl
49068            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
49069 ____________________________________________________________________________
49070 [  6209] By: jhi                                   on 2000/06/07  01:33:12
49071         Log: Lock PL_fdpid against race conditions, based on:
49072              Subject: [PATCH 5.6.0]subprocess fixup for threads
49073              From: Dan Sugalski <dan@sidhe.org>
49074              To: perl5-porters@perl.org
49075              Date: Tue, 11 Apr 2000 17:02:32 -0400
49076              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
49077      Branch: cfgperl
49078            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
49079            ! win32/win32.c
49080 ____________________________________________________________________________
49081 [  6208] By: jhi                                   on 2000/06/07  01:05:23
49082         Log: Regen headers for #6207.
49083      Branch: cfgperl
49084            ! embed.h global.sym objXSUB.h proto.h
49085 ____________________________________________________________________________
49086 [  6207] By: jhi                                   on 2000/06/06  23:43:13
49087         Log: Subject: [PATCH 5.6.0] Threadsafe patches
49088              From: Dan Sugalski <dan@sidhe.org>
49089              To: perl5-porters@perl.org
49090              Date: Mon, 08 May 2000 18:08:13 -0400
49091              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
49092      Branch: cfgperl
49093            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
49094            ! proto.h sv.h util.c
49095 ____________________________________________________________________________
49096 [  6206] By: jhi                                   on 2000/06/06  23:21:23
49097         Log: Subject: [PATCH] Eliminate $a/$b in pod
49098              From: David Glasser <me@davidglasser.net>
49099              To: perl5-porters@perl.org
49100              Date: Mon, 29 May 2000 21:15:59 -0400
49101              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
49102      Branch: cfgperl
49103            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
49104            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
49105            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
49106            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
49107            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
49108            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
49109            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
49110            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
49111            ! pod/perlvar.pod pod/perlxs.pod
49112 ____________________________________________________________________________
49113 [  6205] By: jhi                                   on 2000/06/06  23:12:14
49114         Log: Subject: [PATCH] Win32 improvements
49115              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
49116              To: gsar@activestate.com, perl5-porters@perl.org
49117              Date: Mon, 29 May 2000 17:22:24 PDT
49118              Message-ID: <20000530002224.91142.qmail@hotmail.com>
49119              (MUA had mangled many lines by wordwrapping)
49120      Branch: cfgperl
49121            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
49122 ____________________________________________________________________________
49123 [  6204] By: jhi                                   on 2000/06/06  23:01:50
49124         Log: Subject: [PATCH] B::Bytecode patches
49125              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
49126              To: gsar@activestate.com, jhi@iki.fi
49127              Cc: perl5-porters@perl.org
49128              Message-ID: <20000602202526.48694.qmail@hotmail.com>
49129              (MUA had mangled many lines by wordwrapping)
49130      Branch: cfgperl
49131            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
49132            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
49133            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
49134            ! intrpvar.h perl.c
49135 ____________________________________________________________________________
49136 [  6203] By: jhi                                   on 2000/06/06  22:32:43
49137         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
49138              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
49139              Date: Tue, 06 Jun 2000 13:07:45 -0700
49140              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
49141      Branch: cfgperl
49142            ! pod/perldiag.pod
49143 ____________________________________________________________________________
49144 [  6202] By: jhi                                   on 2000/06/06  19:38:35
49145         Log: Integrate with Sarathy.
49146      Branch: cfgperl
49147           !> perl.c
49148 ____________________________________________________________________________
49149 [  6201] By: gsar                                  on 2000/06/06  00:42:59
49150         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
49151              does a PUSHMARK that's never ever POPMARKed; in general, only
49152              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
49153              Perl_eval_[sp]v() don't because they don't take any incoming
49154              arguments (this leak has been around since the original version
49155              of perl_eval_pv() in 5.003_97e)
49156      Branch: perl
49157            ! perl.c
49158 ____________________________________________________________________________
49159 [  6200] By: jhi                                   on 2000/06/04  03:44:52
49160         Log: Update to cperl-mode.el 4.31 from
49161              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
49162              Subject: A couple of notes
49163              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49164              To: Mailing list Perl5 <perl5-porters@perl.org>
49165              Date: Sat, 3 Jun 2000 23:33:32 -0400
49166              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
49167      Branch: cfgperl
49168            ! emacs/cperl-mode.el
49169 ____________________________________________________________________________
49170 [  6199] By: jhi                                   on 2000/06/03  15:11:05
49171         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
49172              From: Dan Sugalski <dan@sidhe.org>
49173              To: perl5-porters@perl.org, vmsperl@perl.org
49174              Date: Fri, 02 Jun 2000 17:30:51 -0400
49175              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
49176      Branch: cfgperl
49177            ! vms/descrip_mms.template vms/gen_shrfls.pl
49178 ____________________________________________________________________________
49179 [  6198] By: jhi                                   on 2000/06/03  14:59:15
49180         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
49181              From: Dan Sugalski <dan@sidhe.org>
49182              To: vmsperl@perl.org, perl5-porters@perl.org
49183              Date: Fri, 02 Jun 2000 16:00:41 -0400
49184              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
49185              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
49186      Branch: cfgperl
49187            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
49188            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
49189            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
49190 ____________________________________________________________________________
49191 [  6197] By: jhi                                   on 2000/06/03  14:41:30
49192         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
49193              From: John Borwick <jhborwic@unity.ncsu.edu>
49194              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
49195              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
49196      Branch: cfgperl
49197            ! pod/perlsyn.pod
49198 ____________________________________________________________________________
49199 [  6196] By: jhi                                   on 2000/06/03  14:38:09
49200         Log: Integrate with Sarathy.
49201      Branch: cfgperl
49202           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
49203           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
49204           !> vms/perly_c.vms
49205 ____________________________________________________________________________
49206 [  6195] By: gsar                                  on 2000/06/02  22:43:13
49207         Log: fix yet another eval"" leak under USE_ITHREADS
49208      Branch: perl
49209            ! op.c
49210 ____________________________________________________________________________
49211 [  6194] By: gsar                                  on 2000/06/02  18:22:06
49212         Log: fix small eval"" memory leaks under USE_ITHREADS
49213      Branch: perl
49214            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
49215            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
49216            ! vms/perly_c.vms
49217 ____________________________________________________________________________
49218 [  6193] By: jhi                                   on 2000/06/01  13:03:56
49219         Log: Signals-be-gone for microperl.
49220      Branch: cfgperl
49221            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
49222 ____________________________________________________________________________
49223 [  6192] By: jhi                                   on 2000/06/01  12:52:02
49224         Log: Integrate with Sarathy.
49225      Branch: cfgperl
49226           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
49227           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
49228           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
49229           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
49230           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
49231           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
49232           !> t/op/vec.t utils/h2xs.PL
49233 ____________________________________________________________________________
49234 [  6191] By: gsar                                  on 2000/06/01  09:38:21
49235         Log: vec() loses numericalness (modified version of patch suggested
49236              by Robin Barker)
49237      Branch: perl
49238            ! doop.c t/op/vec.t
49239 ____________________________________________________________________________
49240 [  6190] By: gsar                                  on 2000/06/01  09:26:15
49241         Log: submit missing embed.pl change
49242      Branch: perl
49243            ! embed.pl
49244 ____________________________________________________________________________
49245 [  6189] By: gsar                                  on 2000/06/01  09:05:34
49246         Log: counting tr/// corrupts later operation (from M.J.T Guy)
49247      Branch: perl
49248            ! doop.c t/op/tr.t
49249 ____________________________________________________________________________
49250 [  6188] By: gsar                                  on 2000/06/01  08:58:39
49251         Log: h2xs tweaks
49252      Branch: perl
49253            ! utils/h2xs.PL
49254 ____________________________________________________________________________
49255 [  6187] By: gsar                                  on 2000/06/01  08:50:07
49256         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
49257              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
49258      Branch: perl
49259            + lib/Pod/LaTeX.pm
49260            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
49261            ! pod/pod2latex.PL
49262 ____________________________________________________________________________
49263 [  6186] By: gsar                                  on 2000/06/01  08:24:40
49264         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
49265              <wolfgang.laun@alcatel.at>)
49266      Branch: perl
49267            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
49268            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
49269 ____________________________________________________________________________
49270 [  6185] By: gsar                                  on 2000/06/01  08:12:00
49271         Log: remove incorrect documentation about implicit split to @_ in
49272              list context, which never really worked in perl 5 (from
49273              M.J.T. Guy)
49274      Branch: perl
49275            ! pod/perlfunc.pod pod/perltrap.pod
49276 ____________________________________________________________________________
49277 [  6184] By: gsar                                  on 2000/06/01  07:52:27
49278         Log: tweak for change#6127
49279      Branch: perl
49280            ! perl.c
49281 ____________________________________________________________________________
49282 [  6183] By: gsar                                  on 2000/06/01  07:41:02
49283         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
49284              <nick@ccl4.org>)
49285      Branch: perl
49286            + t/lib/selfloader.t
49287            ! MANIFEST lib/SelfLoader.pm
49288 ____________________________________________________________________________
49289 [  6182] By: jhi                                   on 2000/06/01  00:34:42
49290         Log: Be Cleaner Part Deux.
49291      Branch: cfgperl
49292            ! Makefile.SH
49293 ____________________________________________________________________________
49294 [  6181] By: jhi                                   on 2000/06/01  00:32:09
49295         Log: Integrate with Sarathy.
49296      Branch: cfgperl
49297           !> pp.c t/op/arith.t
49298 ____________________________________________________________________________
49299 [  6180] By: jhi                                   on 2000/06/01  00:31:13
49300         Log: microperl nits from Simon Cozens.
49301      Branch: cfgperl
49302            + uconfig.h
49303            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
49304            ! unixish.h
49305 ____________________________________________________________________________
49306 [  6179] By: gsar                                  on 2000/05/31  22:37:51
49307         Log: buggy modulus on UVs introduced by change#3378 (resulted in
49308              4063328477 % 65535 amounting to 27406, instead of 27407)
49309      Branch: perl
49310            ! pp.c t/op/arith.t
49311 ____________________________________________________________________________
49312 [  6178] By: jhi                                   on 2000/05/31  21:52:41
49313         Log: Be cleaner.
49314      Branch: cfgperl
49315            ! Makefile.SH
49316 ____________________________________________________________________________
49317 [  6177] By: jhi                                   on 2000/05/31  21:47:33
49318         Log: Substitution utf8 patch from Simon Cozens.
49319      Branch: cfgperl
49320            ! pp_hot.c
49321 ____________________________________________________________________________
49322 [  6176] By: jhi                                   on 2000/05/31  21:45:34
49323         Log: Single-quoted utf8 patch from Simon Cozens.
49324      Branch: cfgperl
49325            ! toke.c
49326 ____________________________________________________________________________
49327 [  6175] By: jhi                                   on 2000/05/31  21:40:18
49328         Log: Integrate with Sarathy.
49329      Branch: cfgperl
49330           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
49331 ____________________________________________________________________________
49332 [  6174] By: jhi                                   on 2000/05/31  21:37:31
49333         Log: microperl changes from Simon Cozens; Makefile for microperl
49334              written from scratch; few casts added as microperl compilation
49335              doesn't have all prototypes available.
49336      Branch: cfgperl
49337            + Makefile.micro README.micro Todo.micro uconfig.sh
49338            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
49339            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
49340      Branch: metaconfig
49341            + U/modified/Config_h.U
49342 ____________________________________________________________________________
49343 [  6173] By: jhi                                   on 2000/05/31  20:00:24
49344         Log: metaconfig maintenance.
49345      Branch: metaconfig
49346            + U/modified/Inhdr.U U/typedefs/inotype.U
49347      Branch: metaconfig/U/perl
49348            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
49349            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
49350 ____________________________________________________________________________
49351 [  6172] By: gsar                                  on 2000/05/31  05:05:42
49352         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
49353              (from Ilya Zakharevich)
49354      Branch: perl
49355            ! regexec.c t/op/re_tests
49356 ____________________________________________________________________________
49357 [  6171] By: gsar                                  on 2000/05/31  05:01:47
49358         Log: scalar() doesn't force scalar context when used in void context
49359              (from Simon Cozens)
49360      Branch: perl
49361            ! op.c t/op/wantarray.t
49362 ____________________________________________________________________________
49363 [  6170] By: gsar                                  on 2000/05/31  04:41:33
49364         Log: change#6142 needs tweaks to tests to work where there's no symlink()
49365              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
49366      Branch: perl
49367            ! t/lib/filefind.t
49368 ____________________________________________________________________________
49369 [  6169] By: gsar                                  on 2000/05/31  04:29:49
49370         Log: integrate cfgperl contents into mainline
49371      Branch: perl
49372           +> pod/perlmodlib.PL pod/perlnewmod.pod
49373           !> (integrate 42 files)
49374 ____________________________________________________________________________
49375 [  6168] By: jhi                                   on 2000/05/30  22:53:37
49376         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
49377      Branch: cfgperl
49378            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
49379            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
49380            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
49381            ! win32/config.bc win32/config.gc win32/config.vc
49382            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
49383            ! win32/config_h.PL win32/config_sh.PL
49384      Branch: metaconfig/U/perl
49385            ! perlxv.U
49386 ____________________________________________________________________________
49387 [  6167] By: jhi                                   on 2000/05/30  22:20:21
49388         Log: tweak todo 
49389      Branch: cfgperl
49390            ! Todo-5.6
49391 ____________________________________________________________________________
49392 [  6166] By: jhi                                   on 2000/05/30  22:11:51
49393         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
49394              in case somebody wants to write an extension for more
49395              shadow database interfaces.
49396      Branch: cfgperl
49397            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
49398            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
49399            ! vos/config.def vos/config.h vos/config_h.SH_orig
49400            ! win32/config.bc win32/config.gc win32/config.vc
49401            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
49402      Branch: metaconfig
49403            ! U/modified/Myinit.U
49404      Branch: metaconfig/U/perl
49405            + d_getespwnam.U d_getprpwnam.U i_prot.U
49406 ____________________________________________________________________________
49407 [  6165] By: jhi                                   on 2000/05/30  18:35:34
49408         Log: Integrate with Sarathy.
49409      Branch: cfgperl
49410           !> op.c
49411 ____________________________________________________________________________
49412 [  6164] By: jhi                                   on 2000/05/30  18:30:16
49413         Log: detypo
49414      Branch: cfgperl
49415            ! Configure config_h.SH
49416      Branch: metaconfig/U/perl
49417            ! perlxv.U
49418 ____________________________________________________________________________
49419 [  6163] By: gsar                                  on 2000/05/30  03:24:03
49420         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
49421      Branch: perl
49422            ! op.c
49423 ____________________________________________________________________________
49424 [  6162] By: gsar                                  on 2000/05/30  03:09:38
49425         Log: fix memory leak in method call optimization (change#3768);
49426              made C<eval "$x->foo()"> leak
49427      Branch: perl
49428            ! op.c
49429 ____________________________________________________________________________
49430 [  6161] By: jhi                                   on 2000/05/29  17:56:26
49431         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
49432              both from Simon Cozens.
49433      Branch: cfgperl
49434            + pod/perlmodlib.PL pod/perlnewmod.pod
49435            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
49436            ! pod/perlmodlib.pod pod/perltoc.pod
49437 ____________________________________________________________________________
49438 [  6160] By: jhi                                   on 2000/05/29  17:23:55
49439         Log: Changes for the File::Temp 0.08 (change #6159) test suite
49440              to fit better into the Perl distribution test framework.
49441      Branch: cfgperl
49442            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
49443            ! t/lib/ftmp-tempfile.t
49444 ____________________________________________________________________________
49445 [  6159] By: jhi                                   on 2000/05/29  16:55:36
49446         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
49447      Branch: cfgperl
49448            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
49449            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
49450 ____________________________________________________________________________
49451 [  6158] By: bailey                                on 2000/05/29  16:22:08
49452         Log: Add fallback to tmpfile for use in cases where user's relying on
49453              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
49454              Lane's patch)
49455      Branch: vmsperl
49456            ! vms/vms.c vms/vmsish.h
49457 ____________________________________________________________________________
49458 [  6157] By: jhi                                   on 2000/05/29  03:10:36
49459         Log: Regen Configure to jive with #6149.
49460      Branch: cfgperl
49461            ! Configure
49462      Branch: metaconfig
49463            ! U/modified/Getfile.U
49464 ____________________________________________________________________________
49465 [  6156] By: jhi                                   on 2000/05/29  03:01:38
49466         Log: Integrate with Sarathy.
49467      Branch: cfgperl
49468           +> ext/DynaLoader/dl_mac.xs
49469           !> (integrate 38 files)
49470 ____________________________________________________________________________
49471 [  6155] By: gsar                                  on 2000/05/28  21:15:58
49472         Log: small bug in change#6144; remove random \xA0 character that snuck
49473              in via change#6145
49474      Branch: perl
49475            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
49476 ____________________________________________________________________________
49477 [  6154] By: gsar                                  on 2000/05/28  21:04:19
49478         Log: avoid type mismatch warning
49479      Branch: perl
49480            ! perl.c
49481 ____________________________________________________________________________
49482 [  6153] By: gsar                                  on 2000/05/28  20:58:31
49483         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
49484              <nick@Bagpuss.uk.boo.com>)
49485      Branch: perl
49486            ! lib/Test/Harness.pm
49487 ____________________________________________________________________________
49488 [  6152] By: gsar                                  on 2000/05/28  20:53:42
49489         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
49490      Branch: perl
49491            ! regexec.c
49492 ____________________________________________________________________________
49493 [  6151] By: gsar                                  on 2000/05/28  20:50:28
49494         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
49495      Branch: perl
49496            ! regexec.c
49497 ____________________________________________________________________________
49498 [  6150] By: gsar                                  on 2000/05/28  20:39:58
49499         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
49500      Branch: perl
49501            ! pod/perlrequick.pod
49502 ____________________________________________________________________________
49503 [  6149] By: gsar                                  on 2000/05/28  20:35:16
49504         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
49505              <troc@netrus.net>)
49506      Branch: perl
49507            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
49508            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
49509            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
49510            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
49511 ____________________________________________________________________________
49512 [  6148] By: gsar                                  on 2000/05/28  20:21:07
49513         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
49514      Branch: perl
49515            ! lib/ExtUtils/MM_Unix.pm
49516 ____________________________________________________________________________
49517 [  6147] By: gsar                                  on 2000/05/28  20:12:41
49518         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
49519              (from Peter Prymmer)
49520      Branch: perl
49521            ! vms/subconfigure.com
49522 ____________________________________________________________________________
49523 [  6146] By: gsar                                  on 2000/05/28  20:06:15
49524         Log: doc typo
49525      Branch: perl
49526            ! lib/warnings.pm warnings.h warnings.pl
49527 ____________________________________________________________________________
49528 [  6145] By: gsar                                  on 2000/05/28  18:44:33
49529         Log: make xsubpp skip embedded pod (from Matthias Neeracher
49530              <neeri@iis.ee.ethz.ch>)
49531      Branch: perl
49532            ! lib/ExtUtils/xsubpp
49533 ____________________________________________________________________________
49534 [  6144] By: gsar                                  on 2000/05/28  18:42:49
49535         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
49536              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
49537              <neeri@iis.ee.ethz.ch>)
49538      Branch: perl
49539            ! lib/AutoSplit.pm
49540 ____________________________________________________________________________
49541 [  6143] By: gsar                                  on 2000/05/28  18:41:12
49542         Log: MacOS support, part 1 (from Matthias Neeracher
49543              <neeri@iis.ee.ethz.ch>)
49544      Branch: perl
49545            + ext/DynaLoader/dl_mac.xs
49546            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
49547            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
49548            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
49549            ! util.h
49550 ____________________________________________________________________________
49551 [  6142] By: gsar                                  on 2000/05/28  18:21:51
49552         Log: File::Find fails to chdir when chasing symlinks (from
49553              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
49554      Branch: perl
49555            ! lib/File/Find.pm t/lib/filefind.t
49556 ____________________________________________________________________________
49557 [  6141] By: jhi                                   on 2000/05/28  14:25:15
49558         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
49559              forwarded by Peter Seebach from the bsdi-users mailing list.
49560              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
49561      Branch: perl
49562            ! hints/bsdos.sh
49563 ____________________________________________________________________________
49564 [  6140] By: jhi                                   on 2000/05/28  14:11:57
49565         Log: Integrate with Sarathy.
49566      Branch: cfgperl
49567           +> (branch 30 files)
49568           !> (integrate 93 files)
49569 ____________________________________________________________________________
49570 [  6139] By: gsar                                  on 2000/05/28  10:01:48
49571         Log: revise mktables.PL for bugs and newness in Unicode 3.0
49572              (from James Bence <jbence@amgen.com>)
49573      Branch: perl
49574            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
49575            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
49576            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
49577            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
49578            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
49579            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
49580            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
49581            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
49582            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
49583            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
49584            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
49585            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
49586            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
49587            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
49588            + lib/unicode/Is/SylWU.pl
49589            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
49590            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
49591            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
49592            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
49593            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
49594            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
49595            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
49596            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
49597            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
49598            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
49599            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
49600            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
49601            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
49602            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
49603            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
49604            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
49605            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
49606            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
49607            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
49608            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
49609            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
49610            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
49611            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
49612            ! lib/unicode/Makefile lib/unicode/mktables.PL
49613 ____________________________________________________________________________
49614 [  6138] By: gsar                                  on 2000/05/28  08:50:32
49615         Log: add note about the handling of negative indices to tied arrays
49616              (from Michael G Schwern <schwern@pobox.com>)
49617      Branch: perl
49618            ! pod/perltie.pod
49619 ____________________________________________________________________________
49620 [  6137] By: gsar                                  on 2000/05/28  08:46:10
49621         Log: fix bogus redeclaration warning for "our" variables in different
49622              scopes
49623      Branch: perl
49624            ! op.c t/pragma/strict-vars
49625 ____________________________________________________________________________
49626 [  6136] By: gsar                                  on 2000/05/28  08:31:20
49627         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
49628      Branch: perl
49629            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
49630 ____________________________________________________________________________
49631 [  6135] By: gsar                                  on 2000/05/28  08:17:50
49632         Log: enable Test::Harness to dynamically determine column width etc.
49633              (from Rob Napier <rnapier@employees.org>)
49634      Branch: perl
49635            ! lib/Test/Harness.pm
49636 ____________________________________________________________________________
49637 [  6134] By: gsar                                  on 2000/05/28  08:13:39
49638         Log: make Test::Harness use wait.h/WCOREDUMP if available
49639              (from Ben Tilly <ben_tilly@hotmail.com>)
49640      Branch: perl
49641            ! lib/Test/Harness.pm
49642 ____________________________________________________________________________
49643 [  6133] By: gsar                                  on 2000/05/28  08:08:05
49644         Log: elide bogus test in change#6132
49645      Branch: perl
49646            ! t/pragma/warn/9enabled
49647 ____________________________________________________________________________
49648 [  6132] By: gsar                                  on 2000/05/28  08:03:14
49649         Log: warnings::enabled() doesn't fall back to looking at $^W if
49650              caller isn't using lexical warnings (from Paul Marquess)
49651      Branch: perl
49652            ! pp_ctl.c t/pragma/warn/9enabled
49653 ____________________________________________________________________________
49654 [  6131] By: gsar                                  on 2000/05/28  07:57:47
49655         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
49656      Branch: perl
49657            ! ext/POSIX/POSIX.pm
49658 ____________________________________________________________________________
49659 [  6130] By: gsar                                  on 2000/05/28  07:29:12
49660         Log: fix places that mean C<"word" character> but say C<alphanumeric
49661              character>
49662      Branch: perl
49663            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
49664 ____________________________________________________________________________
49665 [  6129] By: gsar                                  on 2000/05/28  07:18:41
49666         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
49667      Branch: perl
49668            ! vms/test.com
49669 ____________________________________________________________________________
49670 [  6128] By: gsar                                  on 2000/05/28  07:12:55
49671         Log: new perlxstut example for passing/returning refs to arrays
49672              (from David Lowe <dlowe@pootpoot.com>)
49673      Branch: perl
49674            ! pod/perlxstut.pod
49675 ____________________________________________________________________________
49676 [  6127] By: gsar                                  on 2000/05/28  07:02:50
49677         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
49678              failed (from Gisle Aas)
49679      Branch: perl
49680            ! cop.h perl.c
49681 ____________________________________________________________________________
49682 [  6126] By: gsar                                  on 2000/05/28  06:39:53
49683         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
49684              (reworked variant of patch suggested by Simon Cozens)
49685      Branch: perl
49686            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
49687            ! pp_hot.c proto.h t/op/gv.t
49688 ____________________________________________________________________________
49689 [  6125] By: gsar                                  on 2000/05/28  05:14:55
49690         Log: enable propagating exception objects via Perl_croak() in XS code
49691              (from Gisle Aas)
49692      Branch: perl
49693            ! util.c
49694 ____________________________________________________________________________
49695 [  6124] By: gsar                                  on 2000/05/28  05:07:28
49696         Log: integrate vmsperl contents into mainline
49697      Branch: perl
49698           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
49699           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
49700           !> vms/vmsish.h
49701 ____________________________________________________________________________
49702 [  6123] By: gsar                                  on 2000/05/28  05:03:53
49703         Log: clarify gotcha with #line directives (from Rocco Caputo
49704              <troc@netrus.net>)
49705      Branch: perl
49706            ! pod/perldebug.pod pod/perlsyn.pod
49707 ____________________________________________________________________________
49708 [  6122] By: gsar                                  on 2000/05/28  04:58:29
49709         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
49710              (from Mark-Jason Dominus)
49711      Branch: perl
49712            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
49713            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
49714            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
49715            ! toke.c
49716 ____________________________________________________________________________
49717 [  6121] By: bailey                                on 2000/05/25  04:46:54
49718         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
49719              lists (based on fixes by Craig Berry)
49720      Branch: vmsperl
49721            ! lib/File/Spec/VMS.pm
49722 ____________________________________________________________________________
49723 [  6120] By: bailey                                on 2000/05/25  04:25:38
49724         Log: Add missing escape (Charles Lane)
49725      Branch: vmsperl
49726            ! t/op/lex_assign.t
49727 ____________________________________________________________________________
49728 [  6119] By: bailey                                on 2000/05/25  04:21:25
49729         Log: Quiet error messages in vmsish.t (Charles Lane)
49730      Branch: vmsperl
49731            ! vms/ext/vmsish.t
49732 ____________________________________________________________________________
49733 [  6118] By: bailey                                on 2000/05/25  04:17:57
49734         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
49735              Flatten case labels in switch statements uniformly (Charles Bailey)
49736      Branch: vmsperl
49737            ! vms/vms.c
49738 ____________________________________________________________________________
49739 [  6117] By: bailey                                on 2000/05/25  03:58:09
49740         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
49741      Branch: vmsperl
49742            ! vms/vmsish.h
49743 ____________________________________________________________________________
49744 [  6116] By: bailey                                on 2000/05/25  03:11:15
49745         Log: Miscellaneous cosmetic fixes (Charles Lane)
49746      Branch: vmsperl
49747            ! lib/ExtUtils/MM_VMS.pm
49748 ____________________________________________________________________________
49749 [  6115] By: bailey                                on 2000/05/25  03:10:36
49750         Log: Add bounds checking for several strings (Charles Lane)
49751      Branch: vmsperl
49752            ! vms/vms.c
49753 ____________________________________________________________________________
49754 [  6114] By: bailey                                on 2000/05/25  02:25:34
49755         Log: Urk -- undo previous removal of vmsish 'exit' change
49756      Branch: vmsperl
49757            ! vms/ext/vmsish.pm vms/vmsish.h
49758 ____________________________________________________________________________
49759 [  6113] By: bailey                                on 2000/05/24  02:24:40
49760         Log: Ugly workaround for version-specific RTL error
49761      Branch: vmsperl
49762            ! vms/vms.c
49763 ____________________________________________________________________________
49764 [  6112] By: bailey                                on 2000/05/24  02:19:55
49765         Log: Check for existence of file before trying to delete
49766      Branch: vmsperl
49767            ! vms/test.com
49768 ____________________________________________________________________________
49769 [  6111] By: bailey                                on 2000/05/23  23:35:13
49770         Log: Resync with mainline prior to post-5.6.0 updates
49771      Branch: vmsperl
49772           +> (branch 49 files)
49773            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
49774            ! vms/ext/vmsish.pm
49775           !> (integrate 334 files)
49776 ____________________________________________________________________________
49777 [  6110] By: jhi                                   on 2000/05/23  19:28:32
49778         Log: todo tweak
49779      Branch: cfgperl
49780            ! Todo-5.6
49781 ____________________________________________________________________________
49782 [  6109] By: jhi                                   on 2000/05/18  17:38:54
49783         Log: Integrate with Sarathy.
49784      Branch: cfgperl
49785           !> mg.c perl.h win32/perlhost.h
49786 ____________________________________________________________________________
49787 [  6108] By: gsar                                  on 2000/05/17  02:24:56
49788         Log: reenable fake signal handling on Windows, bugs and all
49789      Branch: perl
49790            ! mg.c perl.h win32/perlhost.h
49791 ____________________________________________________________________________
49792 [  6107] By: jhi                                   on 2000/05/15  18:01:41
49793         Log: Tweak the todo list.
49794      Branch: cfgperl
49795            ! Todo-5.6
49796 ____________________________________________________________________________
49797 [  6106] By: jhi                                   on 2000/05/15  13:41:48
49798         Log: The (Configure) script refuses to go on, after asking for
49799              'You may also choose to try maximal 64-bitness....'.
49800              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
49801              -- Patrick Zima
49802              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
49803      Branch: cfgperl
49804            ! hints/solaris_2.sh
49805 ____________________________________________________________________________
49806 [  6105] By: jhi                                   on 2000/05/11  14:37:43
49807         Log: Integrate with Sarathy.
49808      Branch: cfgperl
49809           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
49810           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
49811 ____________________________________________________________________________
49812 [  6104] By: gsar                                  on 2000/05/11  03:39:07
49813         Log: PL_sys_intern was being initialized too late on windows
49814      Branch: perl
49815            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
49816            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
49817 ____________________________________________________________________________
49818 [  6103] By: jhi                                   on 2000/05/09  19:42:20
49819         Log: Test tweaking for Unicos continues.
49820      Branch: cfgperl
49821            ! t/op/64bitint.t
49822 ____________________________________________________________________________
49823 [  6102] By: jhi                                   on 2000/05/09  16:47:27
49824         Log: The test suite tweak in #6101 wasn't quite right.
49825      Branch: cfgperl
49826            ! t/lib/complex.t
49827 ____________________________________________________________________________
49828 [  6101] By: jhi                                   on 2000/05/09  15:35:34
49829         Log: Hints and test tweaks for Unicos.
49830      Branch: cfgperl
49831            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
49832 ____________________________________________________________________________
49833 [  6100] By: jhi                                   on 2000/05/08  21:15:06
49834         Log: More compilation tweakery from Allen Smith.
49835      Branch: cfgperl
49836            ! hints/irix_6.sh
49837 ____________________________________________________________________________
49838 [  6099] By: jhi                                   on 2000/05/08  19:21:18
49839         Log: Tweaks for the cc bugs from Allen Smith.
49840      Branch: cfgperl
49841            ! hints/irix_6.sh
49842 ____________________________________________________________________________
49843 [  6098] By: jhi                                   on 2000/05/08  19:13:37
49844         Log: Add a note about other, yet unsupported, shadow password APIs.
49845      Branch: cfgperl
49846            ! pp_sys.c
49847 ____________________________________________________________________________
49848 [  6097] By: jhi                                   on 2000/05/08  18:46:34
49849         Log: Add a note about possible compilation problems from Allen Smith.
49850      Branch: cfgperl
49851            ! hints/irix_6.sh
49852 ____________________________________________________________________________
49853 [  6096] By: jhi                                   on 2000/05/08  17:33:10
49854         Log: Integrate with Sarathy.
49855      Branch: cfgperl
49856           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
49857           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
49858 ____________________________________________________________________________
49859 [  6095] By: jhi                                   on 2000/05/08  16:21:33
49860         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
49861              might be useful in future.
49862      Branch: cfgperl
49863            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
49864            ! config_h.SH
49865      Branch: metaconfig
49866            ! U/installdirs/inc_version_list.U
49867      Branch: metaconfig/U/perl
49868            ! perlxv.U
49869 ____________________________________________________________________________
49870 [  6094] By: gsar                                  on 2000/05/08  14:22:22
49871         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
49872      Branch: perl
49873            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
49874            ! hints/cygwin.sh pp_sys.c
49875 ____________________________________________________________________________
49876 [  6093] By: gsar                                  on 2000/05/08  12:52:28
49877         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
49878              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
49879      Branch: perl
49880            ! pp_sys.c sv.c win32/perlhost.h
49881 ____________________________________________________________________________
49882 [  6092] By: jhi                                   on 2000/05/07  22:40:34
49883         Log: Regen perltoc with the fixed buildtoc.
49884      Branch: cfgperl
49885            ! pod/perltoc.pod
49886 ____________________________________________________________________________
49887 [  6091] By: jhi                                   on 2000/05/07  22:24:16
49888         Log: Integrate with Sarathy.
49889      Branch: cfgperl
49890           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
49891           !> t/op/substr.t toke.c
49892 ____________________________________________________________________________
49893 [  6090] By: gsar                                  on 2000/05/07  19:47:07
49894         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
49895              [NI]OK; added tests for both
49896      Branch: perl
49897            ! perl.c pp_hot.c sv.c t/op/substr.t
49898 ____________________________________________________________________________
49899 [  6089] By: gsar                                  on 2000/05/07  18:18:38
49900         Log: buildtoc tweak to fix newline lossage
49901      Branch: perl
49902            ! pod/buildtoc
49903 ____________________________________________________________________________
49904 [  6088] By: jhi                                   on 2000/05/07  16:35:36
49905         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
49906              because we do not use those.  The HAS_GETSPNAM remains,
49907              though, because we still do use that.
49908      Branch: cfgperl
49909            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
49910            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
49911            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
49912            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
49913            ! win32/config.vc win32/config_H.bc win32/config_H.gc
49914            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
49915 ____________________________________________________________________________
49916 [  6087] By: gsar                                  on 2000/05/07  16:05:16
49917         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
49918      Branch: perl
49919            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
49920 ____________________________________________________________________________
49921 [  6086] By: jhi                                   on 2000/05/07  15:27:07
49922         Log: Integrate with Sarathy.
49923      Branch: cfgperl
49924           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
49925           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
49926           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
49927           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
49928           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
49929           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
49930 ____________________________________________________________________________
49931 [  6085] By: gsar                                  on 2000/05/07  05:52:02
49932         Log: repeat operator (x) doesn't preserve utf8-ness
49933      Branch: perl
49934            ! pp.c t/op/substr.t
49935 ____________________________________________________________________________
49936 [  6084] By: gsar                                  on 2000/05/07  05:39:55
49937         Log: substr() does not preserve utf8-ness (from Stefan Eissing
49938              <Eissing@medicaldataservice.de>); added tests
49939      Branch: perl
49940            ! pp.c t/op/substr.t
49941 ____________________________________________________________________________
49942 [  6083] By: gsar                                  on 2000/05/07  05:24:46
49943         Log: note about undocumented caller() return value (from M.J.T. Guy);
49944              yet another peek.t tweak
49945      Branch: perl
49946            ! pod/perlfunc.pod t/lib/peek.t
49947 ____________________________________________________________________________
49948 [  6082] By: gsar                                  on 2000/05/07  05:08:40
49949         Log: peek.t non-portable to ithreads
49950      Branch: perl
49951            ! t/lib/peek.t
49952 ____________________________________________________________________________
49953 [  6081] By: gsar                                  on 2000/05/07  04:17:04
49954         Log: better default perlbug categories for ok reports (from Richard Foley)
49955      Branch: perl
49956            ! utils/perlbug.PL
49957 ____________________________________________________________________________
49958 [  6080] By: gsar                                  on 2000/05/07  04:08:07
49959         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
49960              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
49961      Branch: perl
49962            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
49963            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
49964            ! AUTHORS MAINTAIN MANIFEST
49965 ____________________________________________________________________________
49966 [  6079] By: gsar                                  on 2000/05/07  04:01:38
49967         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
49968      Branch: perl
49969            ! lib/Carp/Heavy.pm
49970 ____________________________________________________________________________
49971 [  6078] By: gsar                                  on 2000/05/07  01:24:19
49972         Log: workaround for CRT bug in chdir() (from Charles Lane, via
49973              Peter Prymmer)
49974      Branch: perl
49975            ! iperlsys.h vms/vms.c vms/vmsish.h
49976 ____________________________________________________________________________
49977 [  6077] By: gsar                                  on 2000/05/07  01:22:23
49978         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
49979              and Tom Phoenix)
49980      Branch: perl
49981            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
49982 ____________________________________________________________________________
49983 [  6076] By: gsar                                  on 2000/05/06  17:36:29
49984         Log: integrate cfgperl contents into mainline
49985      Branch: perl
49986           +> t/lib/peek.t
49987           !> Configure MANIFEST Porting/Glossary Porting/config.sh
49988           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
49989           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
49990           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
49991 ____________________________________________________________________________
49992 [  6075] By: jhi                                   on 2000/05/05  18:56:10
49993         Log: Make the test more portable.
49994      Branch: cfgperl
49995            ! t/lib/peek.t
49996 ____________________________________________________________________________
49997 [  6074] By: jhi                                   on 2000/05/05  18:49:20
49998         Log: Introduce t/lib/peek.t.
49999      Branch: cfgperl
50000            + t/lib/peek.t
50001            ! MANIFEST
50002 ____________________________________________________________________________
50003 [  6073] By: jhi                                   on 2000/05/05  14:30:45
50004         Log: Complex tweaks.
50005      Branch: cfgperl
50006            ! lib/Math/Complex.pm t/lib/complex.t
50007 ____________________________________________________________________________
50008 [  6072] By: jhi                                   on 2000/05/05  12:27:13
50009         Log: Integrate with Sarathy.
50010      Branch: cfgperl
50011           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
50012           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
50013           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
50014           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
50015 ____________________________________________________________________________
50016 [  6071] By: gsar                                  on 2000/05/05  02:24:46
50017         Log: misformatted perllocal.pod (from Tim Jenness
50018              <t.jenness@jach.hawaii.edu>)
50019      Branch: perl
50020            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
50021 ____________________________________________________________________________
50022 [  6070] By: gsar                                  on 2000/05/05  02:16:52
50023         Log: remove misleading comment (from M.J.T. Guy)
50024      Branch: perl
50025            ! t/lib/anydbm.t
50026 ____________________________________________________________________________
50027 [  6069] By: gsar                                  on 2000/05/05  02:15:13
50028         Log: File::Spec compatibility update (from Barrie Slaymaker
50029              <barries@slaysys.com>)
50030      Branch: perl
50031            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
50032            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
50033 ____________________________________________________________________________
50034 [  6068] By: gsar                                  on 2000/05/05  02:01:50
50035         Log: note about values()
50036      Branch: perl
50037            ! pod/perlfunc.pod
50038 ____________________________________________________________________________
50039 [  6067] By: gsar                                  on 2000/05/05  01:33:09
50040         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
50041      Branch: perl
50042            ! win32/win32.c
50043 ____________________________________________________________________________
50044 [  6066] By: gsar                                  on 2000/05/05  01:23:43
50045         Log: s/END/CHECK/
50046      Branch: perl
50047            ! perl.c
50048 ____________________________________________________________________________
50049 [  6065] By: jhi                                   on 2000/05/04  17:30:22
50050         Log: Integrate with Sarathy.
50051      Branch: cfgperl
50052           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
50053 ____________________________________________________________________________
50054 [  6064] By: gsar                                  on 2000/05/04  17:26:14
50055         Log: change#5905 wasn't quite right--it's intent only applies when arguments
50056              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
50057      Branch: perl
50058            ! pp_sys.c sv.c
50059 ____________________________________________________________________________
50060 [  6063] By: gsar                                  on 2000/05/04  16:52:29
50061         Log: tokeq() could read unallocated field in argument
50062      Branch: perl
50063            ! toke.c
50064 ____________________________________________________________________________
50065 [  6062] By: gsar                                  on 2000/05/04  16:34:51
50066         Log: additional tests for utf8.t
50067      Branch: perl
50068            ! t/pragma/utf8.t
50069 ____________________________________________________________________________
50070 [  6061] By: gsar                                  on 2000/05/04  16:09:28
50071         Log: change#5921 neglected to make eq honor "use bytes"
50072      Branch: perl
50073            ! sv.c
50074 ____________________________________________________________________________
50075 [  6060] By: jhi                                   on 2000/05/04  15:30:16
50076         Log: Integrate with Sarathy.
50077      Branch: cfgperl
50078           !> perl.c regcomp.c t/pragma/utf8.t
50079 ____________________________________________________________________________
50080 [  6059] By: jhi                                   on 2000/05/04  15:26:37
50081         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
50082              in natively 64-bit platforms where a long is a quad (no need
50083              for long longs).  Also added bias for IVs.
50084      Branch: cfgperl
50085            ! toke.c
50086 ____________________________________________________________________________
50087 [  6058] By: gsar                                  on 2000/05/04  00:19:14
50088         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
50089              (spotted by Donald Kinzer <dkinzer@premia.com>)
50090      Branch: perl
50091            ! perl.c
50092 ____________________________________________________________________________
50093 [  6057] By: gsar                                  on 2000/05/03  18:34:01
50094         Log: fix broken parsing of /\x{ab}/
50095      Branch: perl
50096            ! regcomp.c t/pragma/utf8.t
50097 ____________________________________________________________________________
50098 [  6056] By: jhi                                   on 2000/05/03  17:57:16
50099         Log: The search of infinity continues, this time simplified.
50100      Branch: cfgperl
50101            ! lib/Math/Complex.pm
50102 ____________________________________________________________________________
50103 [  6055] By: jhi                                   on 2000/05/03  17:45:30
50104         Log: Detypo.
50105      Branch: cfgperl
50106            ! hints/unicos.sh
50107 ____________________________________________________________________________
50108 [  6054] By: jhi                                   on 2000/05/02  22:28:27
50109         Log: Be more forgiving in POSIX about HUGE_VALL.
50110      Branch: cfgperl
50111            ! ext/POSIX/POSIX.xs
50112 ____________________________________________________________________________
50113 [  6053] By: jhi                                   on 2000/05/02  22:25:05
50114         Log: Integrate with Sarathy.
50115      Branch: cfgperl
50116           !> hints/irix_6.sh pod/perlop.pod
50117 ____________________________________________________________________________
50118 [  6052] By: jhi                                   on 2000/05/02  22:24:31
50119         Log: Unicos hint tweak.
50120      Branch: cfgperl
50121            ! hints/unicos.sh
50122 ____________________________________________________________________________
50123 [  6051] By: jhi                                   on 2000/05/02  22:21:26
50124         Log: Complex tweakery.
50125      Branch: cfgperl
50126            ! lib/Math/Complex.pm t/lib/complex.t
50127 ____________________________________________________________________________
50128 [  6050] By: jhi                                   on 2000/05/02  19:26:22
50129         Log: Use setxxent()/endxxent().
50130      Branch: cfgperl
50131            ! t/op/grent.t t/op/pwent.t
50132 ____________________________________________________________________________
50133 [  6049] By: jhi                                   on 2000/05/02  19:06:02
50134         Log: Test both the scalar and list contexts.
50135      Branch: cfgperl
50136            ! t/op/grent.t t/op/pwent.t
50137 ____________________________________________________________________________
50138 [  6048] By: gsar                                  on 2000/05/02  18:29:10
50139         Log: add note about how $( doesn't interpolate in REs (from
50140              Philip Newton <newton@ficus.frogspace.net>)
50141      Branch: perl
50142            ! pod/perlop.pod
50143 ____________________________________________________________________________
50144 [  6047] By: jhi                                   on 2000/05/02  17:41:24
50145         Log: Call getspnam() only iff needd.
50146      Branch: cfgperl
50147            ! pp_sys.c
50148 ____________________________________________________________________________
50149 [  6046] By: gsar                                  on 2000/05/02  17:07:25
50150         Log: libscheck has insufficient checks for n32 libs (from
50151              Albert Chin-A-Young <china@thewrittenword.com>)
50152      Branch: perl
50153            ! hints/irix_6.sh
50154 ____________________________________________________________________________
50155 [  6045] By: jhi                                   on 2000/05/02  13:57:17
50156         Log: Integrate with Sarathy.
50157      Branch: cfgperl
50158           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
50159           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
50160 ____________________________________________________________________________
50161 [  6044] By: gsar                                  on 2000/05/02  06:48:19
50162         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
50163              such that underscores are only ignored in literal numbers,
50164              "\x{...}", and hex/oct argument
50165      Branch: perl
50166            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
50167 ____________________________________________________________________________
50168 [  6043] By: gsar                                  on 2000/05/02  02:22:29
50169         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
50170      Branch: perl
50171            ! pod/perlretut.pod
50172 ____________________________________________________________________________
50173 [  6042] By: gsar                                  on 2000/05/02  02:17:51
50174         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
50175      Branch: perl
50176            ! pod/perltrap.pod
50177 ____________________________________________________________________________
50178 [  6041] By: gsar                                  on 2000/05/02  01:53:51
50179         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
50180              to compensate
50181      Branch: perl
50182            ! Porting/makerel
50183 ____________________________________________________________________________
50184 [  6040] By: gsar                                  on 2000/05/02  01:51:57
50185         Log: missing files in MANIFEST
50186      Branch: perl
50187            ! MANIFEST
50188 ____________________________________________________________________________
50189 [  6039] By: jhi                                   on 2000/05/02  00:36:46
50190         Log: Infinite problems.
50191      Branch: cfgperl
50192            ! lib/Math/Complex.pm
50193 ____________________________________________________________________________
50194 [  6038] By: jhi                                   on 2000/05/02  00:06:38
50195         Log: pwent/spent #ifdef imbalance.
50196      Branch: cfgperl
50197            ! pp_sys.c
50198 ____________________________________________________________________________
50199 [  6037] By: jhi                                   on 2000/05/01  22:50:11
50200         Log: Use HUGE_VALL if applicable.
50201      Branch: cfgperl
50202            ! ext/POSIX/POSIX.xs util.c
50203 ____________________________________________________________________________
50204 [  6036] By: jhi                                   on 2000/05/01  22:20:53
50205         Log: Correct Freudian slip.
50206      Branch: cfgperl
50207            ! pp_sys.c
50208 ____________________________________________________________________________
50209 [  6035] By: jhi                                   on 2000/05/01  21:07:38
50210         Log: Continue on the pwent/spent case.
50211      Branch: cfgperl
50212            ! pp_sys.c
50213 ____________________________________________________________________________
50214 [  6034] By: jhi                                   on 2000/05/01  17:45:14
50215         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
50216              adjustments in 6032 conflicted badly with this, will have
50217              to revisit them later.
50218      Branch: cfgperl
50219           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
50220           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
50221           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
50222           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
50223           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
50224           !> t/lib/cgi-html.t t/lib/cgi-request.t
50225 ____________________________________________________________________________
50226 [  6033] By: jhi                                   on 2000/05/01  17:40:49
50227         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
50228      Branch: cfgperl
50229            ! pp_sys.c
50230 ____________________________________________________________________________
50231 [  6032] By: gsar                                  on 2000/05/01  15:56:32
50232         Log: whitespace adjustments
50233      Branch: perl
50234            ! pp_sys.c
50235 ____________________________________________________________________________
50236 [  6031] By: gsar                                  on 2000/05/01  15:19:41
50237         Log: small nits in diagnostics.pm (from Robin Barker)
50238      Branch: perl
50239            ! lib/diagnostics.pm pod/perldiag.pod
50240 ____________________________________________________________________________
50241 [  6030] By: gsar                                  on 2000/05/01  08:39:18
50242         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
50243              for @- and @+ (from Johan Vromans)
50244      Branch: perl
50245            ! lib/English.pm pod/perlvar.pod
50246 ____________________________________________________________________________
50247 [  6029] By: gsar                                  on 2000/05/01  08:16:10
50248         Log: add CGI.pm v2.66 (from Lincoln Stein)
50249      Branch: perl
50250            + lib/CGI/Util.pm t/lib/cgi-pretty.t
50251            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
50252            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
50253            ! t/lib/cgi-html.t t/lib/cgi-request.t
50254 ____________________________________________________________________________
50255 [  6028] By: gsar                                  on 2000/05/01  06:34:41
50256         Log: Pod::Man generates groff-incompatible macro definition (from
50257              Tom Christiansen)
50258      Branch: perl
50259            ! lib/Pod/Man.pm
50260 ____________________________________________________________________________
50261 [  6027] By: gsar                                  on 2000/05/01  06:31:36
50262         Log: podlators-1.02 update (from Russ Allbery)
50263      Branch: perl
50264            ! lib/Pod/Man.pm lib/Pod/Text.pm
50265 ____________________________________________________________________________
50266 [  6026] By: jhi                                   on 2000/04/30  23:24:23
50267         Log: Integrate with Sarathy.
50268      Branch: cfgperl
50269           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
50270           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
50271           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
50272           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
50273           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
50274           !> t/lib/syslog.t toke.c win32/win32.h
50275 ____________________________________________________________________________
50276 [  6025] By: gsar                                  on 2000/04/30  18:17:47
50277         Log: Is{Alnum,Alpha,Word} don't match titlecase
50278              
50279              TODO: IsSpace is defined recursively!
50280              
50281              (both spotted by Larry)
50282      Branch: perl
50283            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
50284            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
50285 ____________________________________________________________________________
50286 [  6024] By: gsar                                  on 2000/04/30  17:50:19
50287         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
50288              (from Hugo van der Sanden)
50289      Branch: perl
50290            ! toke.c
50291 ____________________________________________________________________________
50292 [  6023] By: gsar                                  on 2000/04/30  17:14:43
50293         Log: debugger stomps on $. (from M.J.T. Guy)
50294      Branch: perl
50295            ! lib/perl5db.pl
50296 ____________________________________________________________________________
50297 [  6022] By: gsar                                  on 2000/04/30  16:59:22
50298         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
50299      Branch: perl
50300            ! sv.c
50301 ____________________________________________________________________________
50302 [  6021] By: gsar                                  on 2000/04/29  21:00:08
50303         Log: remove Win2K issue in pod (fixed by change#6020)
50304      Branch: perl
50305            ! README.win32 pod/perl56delta.pod
50306 ____________________________________________________________________________
50307 [  6020] By: gsar                                  on 2000/04/29  20:51:49
50308         Log: test tweak
50309      Branch: perl
50310            ! t/lib/open3.t
50311 ____________________________________________________________________________
50312 [  6019] By: gsar                                  on 2000/04/29  20:34:27
50313         Log: windows portability tweaks
50314      Branch: perl
50315            ! t/lib/b.t win32/win32.h
50316 ____________________________________________________________________________
50317 [  6018] By: gsar                                  on 2000/04/29  19:55:24
50318         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
50319              make _PATH_LOG() return "" if unavailable
50320      Branch: perl
50321            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
50322            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
50323 ____________________________________________________________________________
50324 [  6017] By: jhi                                   on 2000/04/28  22:49:46
50325         Log: Integrate with Sarathy.
50326      Branch: cfgperl
50327           !> op.c perl.c pod/perldiag.pod t/lib/b.t
50328 ____________________________________________________________________________
50329 [  6016] By: jhi                                   on 2000/04/28  22:46:14
50330         Log: Do not warn that an infinity does not look like a number.
50331      Branch: cfgperl
50332            ! sv.c
50333 ____________________________________________________________________________
50334 [  6015] By: gsar                                  on 2000/04/28  22:35:49
50335         Log: tweak test for portability
50336      Branch: perl
50337            ! t/lib/b.t
50338 ____________________________________________________________________________
50339 [  6014] By: gsar                                  on 2000/04/28  22:05:31
50340         Log: glob() loading File::Glob behind the scenes may cause syntax errors
50341      Branch: perl
50342            ! op.c
50343 ____________________________________________________________________________
50344 [  6013] By: gsar                                  on 2000/04/28  21:25:22
50345         Log: tweak change#5945 to display correct switch name in diagnostic
50346      Branch: perl
50347            ! perl.c pod/perldiag.pod
50348 ____________________________________________________________________________
50349 [  6012] By: jhi                                   on 2000/04/28  21:08:12
50350         Log: Integrate with Sarathy.
50351      Branch: cfgperl
50352           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
50353           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
50354           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
50355 ____________________________________________________________________________
50356 [  6011] By: jhi                                   on 2000/04/28  21:04:46
50357         Log: &HUGE_VAL is not defined, it exists.
50358      Branch: cfgperl
50359            ! lib/Math/Complex.pm
50360 ____________________________________________________________________________
50361 [  6010] By: gsar                                  on 2000/04/28  21:02:58
50362         Log: clarify note about shadow password support (from
50363              gellyfish@gellyfish.com)
50364      Branch: perl
50365            ! pod/perlfunc.pod
50366 ____________________________________________________________________________
50367 [  6009] By: gsar                                  on 2000/04/28  21:00:00
50368         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
50369      Branch: perl
50370            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
50371 ____________________________________________________________________________
50372 [  6008] By: gsar                                  on 2000/04/28  20:56:33
50373         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
50374      Branch: perl
50375            ! installperl vms/subconfigure.com
50376 ____________________________________________________________________________
50377 [  6007] By: gsar                                  on 2000/04/28  20:51:21
50378         Log: note about compile failures and END blocks (from M.J.T. Guy)
50379      Branch: perl
50380            ! pod/perl56delta.pod pod/perlmod.pod
50381 ____________________________________________________________________________
50382 [  6006] By: jhi                                   on 2000/04/28  20:42:14
50383         Log: Regen Configure.
50384      Branch: cfgperl
50385            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
50386            ! config_h.SH
50387 ____________________________________________________________________________
50388 [  6005] By: gsar                                  on 2000/04/28  20:41:16
50389         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
50390      Branch: perl
50391            ! utils/perldoc.PL
50392 ____________________________________________________________________________
50393 [  6004] By: jhi                                   on 2000/04/28  20:28:21
50394         Log: Integrate with Sarathy.
50395      Branch: cfgperl
50396           !> Configure INSTALL Porting/Glossary Porting/config.sh
50397           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
50398           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
50399           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
50400           !> win32/config.vc win32/win32.c
50401 ____________________________________________________________________________
50402 [  6003] By: gsar                                  on 2000/04/28  20:11:20
50403         Log: allow REG_EXPAND_SZ keys in Windows registry (from
50404              John Clayton <John.Clayton@barclayscapital.com>)
50405      Branch: perl
50406            ! win32/win32.c
50407 ____________________________________________________________________________
50408 [  6002] By: gsar                                  on 2000/04/28  19:34:16
50409         Log: destructive sv_setsv() can lose UV-ness from source, causing
50410              numeric promotions/comparisons to fail to do the right thing
50411      Branch: perl
50412            ! sv.c
50413 ____________________________________________________________________________
50414 [  6001] By: gsar                                  on 2000/04/28  18:44:15
50415         Log: support additional library locations via $Config{otherlibdirs}
50416              (from Andy Dougherty)
50417      Branch: perl
50418            ! Configure INSTALL Porting/Glossary Porting/config.sh
50419            ! Porting/config_H config_h.SH epoc/config.sh perl.c
50420            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
50421            ! win32/config.bc win32/config.gc win32/config.vc
50422 ____________________________________________________________________________
50423 [  6000] By: gsar                                  on 2000/04/28  18:26:58
50424         Log: reworked otherlibdirs.U (from Andy Dougherty)
50425      Branch: metaconfig
50426            ! U/installdirs/otherlibdirs.U
50427 ____________________________________________________________________________
50428 [  5999] By: gsar                                  on 2000/04/28  18:17:07
50429         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
50430      Branch: perl
50431            ! t/pragma/warn/toke toke.c
50432 ____________________________________________________________________________
50433 [  5998] By: jhi                                   on 2000/04/28  13:32:17
50434         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
50435      Branch: cfgperl
50436            ! lib/Math/Complex.pm
50437 ____________________________________________________________________________
50438 [  5997] By: jhi                                   on 2000/04/28  13:14:04
50439         Log: Preserve $!.
50440      Branch: cfgperl
50441            ! lib/Math/Complex.pm
50442 ____________________________________________________________________________
50443 [  5996] By: jhi                                   on 2000/04/28  12:59:23
50444         Log: Integrate with Sarathy.
50445      Branch: cfgperl
50446           +> pod/perlrequick.pod pod/perlretut.pod
50447           !> (integrate 51 files)
50448 ____________________________________________________________________________
50449 [  5995] By: gsar                                  on 2000/04/28  09:37:36
50450         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
50451      Branch: perl
50452            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
50453 ____________________________________________________________________________
50454 [  5994] By: gsar                                  on 2000/04/28  09:33:26
50455         Log: fix for missed accounting for null byte in pack("Z",...) (from
50456              M.J.T. Guy)
50457      Branch: perl
50458            ! pp.c t/op/pack.t
50459 ____________________________________________________________________________
50460 [  5993] By: gsar                                  on 2000/04/28  09:30:05
50461         Log: various minor tweaks seen on p5p
50462      Branch: perl
50463            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
50464 ____________________________________________________________________________
50465 [  5992] By: gsar                                  on 2000/04/28  09:08:19
50466         Log: pod nit (from Simon Cozens)
50467      Branch: perl
50468            ! pod/perlop.pod
50469 ____________________________________________________________________________
50470 [  5991] By: gsar                                  on 2000/04/28  09:06:36
50471         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
50472      Branch: perl
50473            ! README.posix-bc hints/posix-bc.sh
50474 ____________________________________________________________________________
50475 [  5990] By: gsar                                  on 2000/04/28  08:54:52
50476         Log: use $ENV{LIB} to search for libs under Visual C compiler
50477              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
50478      Branch: perl
50479            ! lib/ExtUtils/Liblist.pm
50480 ____________________________________________________________________________
50481 [  5989] By: gsar                                  on 2000/04/28  08:27:12
50482         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
50483              itself and no other (from Tom Hughes)
50484      Branch: perl
50485            ! t/op/array.t toke.c
50486 ____________________________________________________________________________
50487 [  5988] By: gsar                                  on 2000/04/28  08:01:38
50488         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
50489              <paul@miraclefish.com>)
50490      Branch: perl
50491            ! lib/ExtUtils/MakeMaker.pm
50492 ____________________________________________________________________________
50493 [  5987] By: gsar                                  on 2000/04/28  07:53:09
50494         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
50495      Branch: perl
50496            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
50497 ____________________________________________________________________________
50498 [  5986] By: gsar                                  on 2000/04/28  07:44:17
50499         Log: add regular expressions tutorial and quick-start guide (from
50500              Mark Kvale <kvale@phy.ucsf.edu>)
50501      Branch: perl
50502            + pod/perlrequick.pod pod/perlretut.pod
50503            ! AUTHORS MAINTAIN MANIFEST
50504 ____________________________________________________________________________
50505 [  5985] By: gsar                                  on 2000/04/28  07:30:28
50506         Log: forked child may not exit correctly if it failed to open
50507              /dev/console (from Graham Barr)
50508      Branch: perl
50509            ! ext/Sys/Syslog/Syslog.pm
50510 ____________________________________________________________________________
50511 [  5984] By: gsar                                  on 2000/04/28  07:27:20
50512         Log: attributes::reftype() doesn't work on tied argument
50513      Branch: perl
50514            ! xsutils.c
50515 ____________________________________________________________________________
50516 [  5983] By: gsar                                  on 2000/04/28  07:15:04
50517         Log: numeric conversion of non-number in change#3378 tramples on
50518              OOK offset, causing segfaults
50519      Branch: perl
50520            ! sv.c
50521 ____________________________________________________________________________
50522 [  5982] By: gsar                                  on 2000/04/28  04:48:25
50523         Log: avoid error in IO::Socket::INET when given an unknown service name
50524              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
50525      Branch: perl
50526            ! ext/IO/lib/IO/Socket/INET.pm
50527 ____________________________________________________________________________
50528 [  5981] By: gsar                                  on 2000/04/28  04:31:31
50529         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
50530              prototype mismatch with CORE::glob(); update pod and tests to
50531              suit (File::Glob::glob() is still available for backward
50532              compatibility, but should be considered deprecated)
50533      Branch: perl
50534            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
50535            ! t/lib/glob-taint.t
50536 ____________________________________________________________________________
50537 [  5980] By: gsar                                  on 2000/04/28  03:47:29
50538         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
50539              <ghudson@mit.edu>)
50540      Branch: metaconfig
50541            ! U/modified/Options.U
50542      Branch: perl
50543            ! Configure
50544 ____________________________________________________________________________
50545 [  5979] By: gsar                                  on 2000/04/28  03:07:54
50546         Log: under useithreads, constant pad entries could inadvertantly be
50547              shared across threads (from Eric Blood <eblood@xmission.com>);
50548              added Eric's test case to testsuite
50549      Branch: perl
50550            ! op.c t/op/misc.t
50551 ____________________________________________________________________________
50552 [  5978] By: gsar                                  on 2000/04/27  21:13:00
50553         Log: sync version numbers in File::Spec with the ones on CPAN
50554              (from Barrie Slaymaker)
50555      Branch: perl
50556            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
50557            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
50558            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
50559 ____________________________________________________________________________
50560 [  5977] By: gsar                                  on 2000/04/27  21:07:29
50561         Log: autoquote barewords followed by newline and arrow properly
50562              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
50563      Branch: perl
50564            ! t/pragma/warn/toke toke.c
50565 ____________________________________________________________________________
50566 [  5976] By: gsar                                  on 2000/04/27  20:41:20
50567         Log: DB_File v1.73 update (from Paul Marquess)
50568      Branch: perl
50569            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
50570            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
50571 ____________________________________________________________________________
50572 [  5975] By: gsar                                  on 2000/04/27  20:34:24
50573         Log: allow sort() reentrancy (variant of patch suggested by
50574              Hugo van der Sanden)
50575      Branch: perl
50576            ! pp_ctl.c t/op/sort.t
50577 ____________________________________________________________________________
50578 [  5974] By: gsar                                  on 2000/04/27  19:46:57
50579         Log: change#4197 somehow missed initializing PL_errors, meaning
50580              sytax error queueing wasn't working outside eval"" at all;
50581              also fixed eval"" to localize PL_error_count, so that compile-time
50582              eval's don't clobber the error state of the outer context
50583      Branch: perl
50584            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
50585            ! t/pragma/warn/toke
50586 ____________________________________________________________________________
50587 [  5973] By: gsar                                  on 2000/04/27  18:29:05
50588         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
50589      Branch: perl
50590            ! regcomp.c regexec.c t/op/re_tests
50591 ____________________________________________________________________________
50592 [  5972] By: jhi                                   on 2000/04/27  18:22:41
50593         Log: Integrate with Sarathy.
50594      Branch: cfgperl
50595           +> t/lib/b.t t/lib/syslog.t
50596           !> (integrate 31 files)
50597 ____________________________________________________________________________
50598 [  5971] By: jhi                                   on 2000/04/27  18:18:46
50599         Log: Unicos tweaks from Mark P. Lutz.
50600      Branch: cfgperl
50601            ! hints/unicos.sh lib/Math/Complex.pm
50602 ____________________________________________________________________________
50603 [  5970] By: gsar                                  on 2000/04/27  18:05:11
50604         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
50605              IV is >32bits
50606      Branch: perl
50607            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
50608 ____________________________________________________________________________
50609 [  5969] By: gsar                                  on 2000/04/27  17:50:56
50610         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
50611      Branch: perl
50612            + t/lib/syslog.t
50613            ! MANIFEST ext/Sys/Syslog/Syslog.pm
50614 ____________________________________________________________________________
50615 [  5968] By: gsar                                  on 2000/04/27  17:44:49
50616         Log: tolerate spaces in group names in test on solaris (from David Boyce
50617              <dsb@boyski.com>)
50618      Branch: perl
50619            ! t/op/groups.t
50620 ____________________________________________________________________________
50621 [  5967] By: gsar                                  on 2000/04/27  17:41:22
50622         Log: improved docs on the warn_uninit diagnostic (from David Glasser
50623              and Simon Cozens)
50624      Branch: perl
50625            ! pod/perldiag.pod
50626 ____________________________________________________________________________
50627 [  5966] By: gsar                                  on 2000/04/27  16:54:58
50628         Log: add testsuite for B backends, fix bug in B::Deparse (from
50629              Simon Cozens <simon@brecon.co.uk>)
50630      Branch: perl
50631            + t/lib/b.t
50632            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
50633 ____________________________________________________________________________
50634 [  5965] By: gsar                                  on 2000/04/27  16:10:37
50635         Log: avoid "will not stay shared" warnings for our variables (from
50636              Robin Barker)
50637      Branch: perl
50638            ! op.c t/pragma/warn/op
50639 ____________________________________________________________________________
50640 [  5964] By: gsar                                  on 2000/04/27  07:05:05
50641         Log: reformat to 72 columns (again)
50642      Branch: perl
50643            ! pod/perldiag.pod
50644 ____________________________________________________________________________
50645 [  5963] By: gsar                                  on 2000/04/27  06:28:31
50646         Log: patch from Larry to make (\&) prototype work; added tests for
50647              the same
50648      Branch: perl
50649            ! op.c t/comp/proto.t
50650 ____________________________________________________________________________
50651 [  5962] By: gsar                                  on 2000/04/27  06:15:47
50652         Log: updated README.hpux (from Jeff Okamoto)
50653      Branch: perl
50654            ! README.hpux
50655 ____________________________________________________________________________
50656 [  5961] By: gsar                                  on 2000/04/27  05:55:03
50657         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
50658      Branch: perl
50659            ! emacs/cperl-mode.el
50660 ____________________________________________________________________________
50661 [  5960] By: gsar                                  on 2000/04/27  05:49:26
50662         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
50663      Branch: perl
50664            ! INSTALL
50665 ____________________________________________________________________________
50666 [  5959] By: gsar                                  on 2000/04/27  05:33:41
50667         Log: doubled words in pods (from Simon Cozens
50668              <simon.p.cozens@jp.pwcglobal.com>)
50669      Branch: perl
50670            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
50671            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
50672            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
50673            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
50674            ! pod/perltootc.pod
50675 ____________________________________________________________________________
50676 [  5958] By: gsar                                  on 2000/04/27  05:11:39
50677         Log: change#3569 deleted some essential code, revert; avoid use of
50678              atexit() to make DynaLoader work properly on AIX under mod_perl
50679              (from Jens-Uwe Mager <jum@helios.de>)
50680      Branch: perl
50681            ! ext/DynaLoader/dl_aix.xs
50682 ____________________________________________________________________________
50683 [  5957] By: gsar                                  on 2000/04/27  04:54:51
50684         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
50685      Branch: perl
50686            ! pod/perlmod.pod
50687 ____________________________________________________________________________
50688 [  5956] By: gsar                                  on 2000/04/27  04:51:47
50689         Log: better diagnostics on failed tests (from Ilya Zakharevich)
50690      Branch: perl
50691            ! t/op/lex_assign.t
50692 ____________________________________________________________________________
50693 [  5955] By: gsar                                  on 2000/04/27  04:26:44
50694         Log: longstanding bug exposed by change#3307: sort arguments weren't
50695              compiled with the right wantarray context (ensuing runtime lookup
50696              via block_gimme() was getting the incidental context of the
50697              sort() itself)
50698      Branch: perl
50699            ! op.c t/op/sort.t
50700 ____________________________________________________________________________
50701 [  5954] By: gsar                                  on 2000/04/26  23:42:12
50702         Log: integrate cfgperl contents into mainline
50703      Branch: perl
50704           !> (integrate 30 files)
50705 ____________________________________________________________________________
50706 [  5953] By: jhi                                   on 2000/04/26  23:06:42
50707         Log: Integrate with Sarathy.
50708      Branch: cfgperl
50709           !> README.win32 ext/B/B/Deparse.pm
50710           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
50711           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
50712           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
50713           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
50714           !> utils/perldoc.PL vms/perlvms.pod
50715 ____________________________________________________________________________
50716 [  5952] By: jhi                                   on 2000/04/26  23:03:46
50717         Log: Undo "use integer" addition from 64bitint as it seems
50718              to break most of the subtests in Digital UNIX;
50719              Unicos needs to find another way.
50720      Branch: cfgperl
50721            ! t/op/64bitint.t
50722 ____________________________________________________________________________
50723 [  5951] By: jhi                                   on 2000/04/26  22:57:53
50724         Log: Be more robust on "extreme" (large absolute value)
50725              arguments.  Originally reported by Daniel Connelly
50726              as a problem with asinh() on large negative arguments,
50727              asinh() used to bail out because an argument to log()
50728              ended up being zero.  Ilya Zakharevich proposed using
50729              Taylor's series in such cases, which for such large
50730              arguments is a very good approximation.
50731      Branch: cfgperl
50732            ! lib/Math/Complex.pm t/lib/complex.t
50733 ____________________________________________________________________________
50734 [  5950] By: gsar                                  on 2000/04/25  19:13:12
50735         Log: reformat perldiag to avoid long lines
50736      Branch: perl
50737            ! pod/perldiag.pod
50738 ____________________________________________________________________________
50739 [  5949] By: gsar                                  on 2000/04/25  18:41:11
50740         Log: make perldoc use the pod2man from the same version (from
50741              M.J.T. Guy)
50742      Branch: perl
50743            ! utils/perldoc.PL
50744 ____________________________________________________________________________
50745 [  5948] By: gsar                                  on 2000/04/25  18:21:57
50746         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
50747              <kompas@kompas.usr.onet.pl>)
50748      Branch: perl
50749            ! lib/vars.pm
50750 ____________________________________________________________________________
50751 [  5947] By: gsar                                  on 2000/04/25  18:11:53
50752         Log: use &dl_error rather than &dl_load_file as the guard for calling
50753              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
50754              statically built perl)
50755      Branch: perl
50756            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
50757 ____________________________________________________________________________
50758 [  5946] By: jhi                                   on 2000/04/25  17:37:54
50759         Log: Document that tr() is not tr(1).
50760      Branch: cfgperl
50761            ! pod/perlop.pod
50762 ____________________________________________________________________________
50763 [  5945] By: gsar                                  on 2000/04/25  16:34:33
50764         Log: make module name mandatory after -M switch; reorder perldiag
50765              alphabetically (from Mark-Jason Dominus)
50766      Branch: perl
50767            ! perl.c pod/perldiag.pod
50768 ____________________________________________________________________________
50769 [  5944] By: jhi                                   on 2000/04/25  01:15:18
50770         Log: On second thoughts frexp() does have two arguments.
50771      Branch: cfgperl
50772            ! perl.h
50773 ____________________________________________________________________________
50774 [  5943] By: jhi                                   on 2000/04/24  22:56:32
50775         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
50776              Now pp_ncmp() returns undef is either operand is a NaN.
50777      Branch: cfgperl
50778            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
50779            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
50780            ! vms/subconfigure.com vos/config.def vos/config.h
50781            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
50782            ! win32/config.vc win32/config_H.bc win32/config_H.gc
50783            ! win32/config_H.vc
50784      Branch: metaconfig/U/perl
50785            + d_modfl.U
50786 ____________________________________________________________________________
50787 [  5942] By: jhi                                   on 2000/04/24  19:45:17
50788         Log: Regen Configure to match #5937.
50789      Branch: cfgperl
50790            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
50791            ! config_h.SH
50792      Branch: metaconfig
50793            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
50794 ____________________________________________________________________________
50795 [  5941] By: jhi                                   on 2000/04/24  19:24:11
50796         Log: Further Unicos fixes for Mark Lutz.
50797      Branch: cfgperl
50798            ! hints/unicos.sh pp_ctl.c
50799 ____________________________________________________________________________
50800 [  5940] By: jhi                                   on 2000/04/24  19:09:06
50801         Log: Various Unicos 10.0.0.6 fixes.
50802              
50803              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
50804              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
50805              Reply-To: tecmpl1@triton.ca.boeing.com 
50806              To: perl5-porters@perl.org 
50807              Date: Fri, 14 Apr 2000 20:21:00 GMT 
50808              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
50809      Branch: cfgperl
50810            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
50811 ____________________________________________________________________________
50812 [  5939] By: gsar                                  on 2000/04/24  19:01:24
50813         Log: more pod nits (from Larry Virden)
50814      Branch: perl
50815            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
50816            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
50817            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
50818 ____________________________________________________________________________
50819 [  5938] By: gsar                                  on 2000/04/24  18:54:01
50820         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
50821      Branch: perl
50822            ! ext/B/B/Deparse.pm
50823 ____________________________________________________________________________
50824 [  5937] By: jhi                                   on 2000/04/24  17:39:00
50825         Log: Integrate with Sarathy.
50826      Branch: cfgperl
50827           +> (branch 31 files)
50828           !> (integrate 73 files)
50829 ____________________________________________________________________________
50830 [  5936] By: gsar                                  on 2000/04/24  17:30:06
50831         Log: additional tests for change#5934 (from Paul Marquess, who also
50832              sent in the same fix)
50833      Branch: perl
50834            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
50835            ! t/pragma/warn/5nolint t/pragma/warn/6default
50836 ____________________________________________________________________________
50837 [  5935] By: jhi                                   on 2000/04/24  17:26:05
50838         Log: Do not assume sign propagation.
50839              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
50840              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
50841              To: payner@ncifcrf.gov, perl5-porters@perl.org 
50842              Date: Tue, 18 Apr 2000 18:24:49 +0100 
50843              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
50844      Branch: cfgperl
50845            ! t/op/bop.t t/op/misc.t
50846 ____________________________________________________________________________
50847 [  5934] By: gsar                                  on 2000/04/24  17:16:54
50848         Log: propagate lexical warnings from surrounding scope correctly
50849              within string eval()
50850      Branch: perl
50851            ! pp_ctl.c t/pragma/warn/pp_ctl
50852 ____________________________________________________________________________
50853 [  5933] By: jhi                                   on 2000/04/24  17:01:07
50854         Log: Flatten the cpp jungle doing the nosuid checking.
50855      Branch: cfgperl
50856            ! perl.c
50857 ____________________________________________________________________________
50858 [  5932] By: gsar                                  on 2000/04/24  09:08:14
50859         Log: add rsignal(), whichsig() and do_join() to public API list
50860              (mod_perl uses them to good advantage)
50861      Branch: perl
50862            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
50863 ____________________________________________________________________________
50864 [  5931] By: gsar                                  on 2000/04/24  09:01:40
50865         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
50866      Branch: perl
50867            ! pp_hot.c regexec.c t/op/pat.t
50868 ____________________________________________________________________________
50869 [  5930] By: gsar                                  on 2000/04/24  08:58:33
50870         Log: small os390 tweaks (from Peter Prymmer)
50871      Branch: perl
50872            ! config_h.SH makedepend.SH
50873 ____________________________________________________________________________
50874 [  5929] By: gsar                                  on 2000/04/24  08:55:25
50875         Log: pod nits
50876      Branch: perl
50877            ! pod/perlguts.pod
50878 ____________________________________________________________________________
50879 [  5928] By: gsar                                  on 2000/04/24  08:50:13
50880         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
50881      Branch: perl
50882            ! ext/IO/lib/IO/Poll.pm
50883 ____________________________________________________________________________
50884 [  5927] By: gsar                                  on 2000/04/24  08:43:24
50885         Log: arrange for next() to resume at the unstack op rather than the
50886              loop conditional, so that scope cleanup happens correctly
50887              (from Stephen McCamant)
50888      Branch: perl
50889            ! op.c pp_ctl.c t/op/misc.t
50890 ____________________________________________________________________________
50891 [  5926] By: gsar                                  on 2000/04/24  08:18:40
50892         Log: on windows, reserve 16M of stack rather than 128M (allows more
50893              threads to run concurrently)
50894      Branch: perl
50895            ! win32/Makefile win32/makefile.mk
50896 ____________________________________________________________________________
50897 [  5925] By: gsar                                  on 2000/04/24  08:13:52
50898         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
50899      Branch: perl
50900            ! toke.c
50901 ____________________________________________________________________________
50902 [  5924] By: gsar                                  on 2000/04/24  08:08:59
50903         Log: avoid using uninitialized memory in require version check
50904      Branch: perl
50905            ! pp_ctl.c universal.c
50906 ____________________________________________________________________________
50907 [  5923] By: gsar                                  on 2000/04/24  07:20:14
50908         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
50909      Branch: perl
50910            ! ext/IO/lib/IO/Poll.pm
50911 ____________________________________________________________________________
50912 [  5922] By: gsar                                  on 2000/04/24  07:08:42
50913         Log: commentary about IoTYPE() (from Nathan Torkington)
50914      Branch: perl
50915            ! sv.h
50916 ____________________________________________________________________________
50917 [  5921] By: gsar                                  on 2000/04/24  06:58:26
50918         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
50919              by fix
50920      Branch: perl
50921            ! sv.c t/lib/charnames.t t/pragma/utf8.t
50922 ____________________________________________________________________________
50923 [  5920] By: gsar                                  on 2000/04/24  06:37:59
50924         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
50925      Branch: perl
50926            ! doop.c t/op/ver.t
50927 ____________________________________________________________________________
50928 [  5919] By: gsar                                  on 2000/04/24  06:21:58
50929         Log: Configure might miss old directories when prefix must be
50930              expanded (from Robin Barker)
50931      Branch: metaconfig
50932            ! U/installdirs/inc_version_list.U
50933      Branch: perl
50934            ! Configure
50935 ____________________________________________________________________________
50936 [  5918] By: gsar                                  on 2000/04/24  06:16:11
50937         Log: VMS nits in glob() test (from Charles Lane)
50938      Branch: perl
50939            ! t/lib/glob-basic.t
50940 ____________________________________________________________________________
50941 [  5917] By: gsar                                  on 2000/04/24  06:11:56
50942         Log: various pod nits (from Larry Virden and others)
50943      Branch: perl
50944            ! README.amiga README.hpux README.machten README.os2
50945            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
50946            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
50947            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
50948            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
50949            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
50950            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
50951            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
50952            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
50953 ____________________________________________________________________________
50954 [  5916] By: gsar                                  on 2000/04/24  05:52:43
50955         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
50956              <wjones@tc.fluke.com>)
50957      Branch: perl
50958            ! t/lib/glob-basic.t
50959 ____________________________________________________________________________
50960 [  5915] By: gsar                                  on 2000/04/24  05:07:01
50961         Log: supported platforms mixed up
50962      Branch: perl
50963            ! pod/perl56delta.pod pod/perlport.pod
50964 ____________________________________________________________________________
50965 [  5914] By: gsar                                  on 2000/04/24  04:56:08
50966         Log: caller() wasn't returning the right number of elements for
50967              eval {...}
50968      Branch: perl
50969            ! pp_ctl.c t/pragma/warn/9enabled
50970 ____________________________________________________________________________
50971 [  5913] By: gsar                                  on 2000/04/24  04:35:41
50972         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
50973              Mark-Jason Dominus)
50974      Branch: perl
50975            ! pod/perlfunc.pod
50976 ____________________________________________________________________________
50977 [  5912] By: gsar                                  on 2000/04/24  04:17:15
50978         Log: fix totally broken caching in UNIVERSAL::isa() (from
50979              Nick Ing-Simmons)
50980      Branch: perl
50981            ! t/op/universal.t universal.c
50982 ____________________________________________________________________________
50983 [  5911] By: gsar                                  on 2000/04/24  03:39:47
50984         Log: add linebreak properties from unicode/LineBrk.txt (from
50985              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
50986      Branch: perl
50987            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
50988            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
50989            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
50990            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
50991            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
50992            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
50993            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
50994            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
50995            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
50996            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
50997            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
50998            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
50999            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
51000            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
51001            + lib/unicode/Is/LbrkZW.pl
51002            ! lib/unicode/mktables.PL
51003 ____________________________________________________________________________
51004 [  5910] By: gsar                                  on 2000/04/24  03:23:10
51005         Log: typo in pod
51006      Branch: perl
51007            ! ext/Thread/Thread.pm
51008 ____________________________________________________________________________
51009 [  5909] By: gsar                                  on 2000/04/24  03:22:03
51010         Log: mode argument to do_binmode() should be file mode, not boolean
51011      Branch: perl
51012            ! pp_sys.c
51013 ____________________________________________________________________________
51014 [  5908] By: gsar                                  on 2000/04/16  16:51:08
51015         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
51016              always returns a valid GV even when the symbol is trapped by strictures
51017              (avoids coredumps)
51018              
51019              TODO: the C<package;> hack needs similar treatment
51020      Branch: perl
51021            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
51022            ! t/pragma/strict-vars
51023 ____________________________________________________________________________
51024 [  5907] By: jhi                                   on 2000/03/31  23:42:56
51025         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
51026              an assumption which #5905 demolished.
51027      Branch: cfgperl
51028            ! pp_sys.c
51029 ____________________________________________________________________________
51030 [  5906] By: jhi                                   on 2000/03/31  18:54:37
51031         Log: Typo in #5905.
51032      Branch: cfgperl
51033            ! t/op/64bitint.t
51034 ____________________________________________________________________________
51035 [  5905] By: jhi                                   on 2000/03/31  18:50:54
51036         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
51037              reported by Joseph N. Hall.  The bug was that even with use64bitint
51038              one had to use the prefixes q, L, or ll with printf/sprintf,
51039              contrary to the documentation and common sense.
51040      Branch: cfgperl
51041            ! sv.c t/op/64bitint.t
51042 ____________________________________________________________________________
51043 [  5904] By: gsar                                  on 2000/03/28  02:31:32
51044         Log: add Changes, perldelta.pod
51045      Branch: perl
51046            + Changes pod/perldelta.pod
51047 ____________________________________________________________________________
51048 [  5903] By: gsar                                  on 2000/03/28  02:03:55
51049         Log: rename Changes and perldelta.pod
51050      Branch: perl
51051           +> Changes5.6 pod/perl56delta.pod
51052            - Changes pod/perldelta.pod
51053            ! MANIFEST
51054 ____________________________________________________________________________
51055 [  5902] By: gsar                                  on 2000/03/28  01:59:14
51056         Log: create maint-5.6 branch
51057      Branch: maint-5.6/perl
51058           +> (branch 1611 files)
51059 ____________________________________________________________________________
51060 [  5901] By: jhi                                   on 2000/03/23  05:48:43
51061         Log: Integrate with Sarathy.
51062      Branch: cfgperl
51063           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
51064 ____________________________________________________________________________
51065 [  5900] By: gsar                                  on 2000/03/23  05:42:43
51066         Log: three guesses on what this is :-)
51067      Branch: perl
51068            ! Changes