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.
9 [The "CAST AND CREW" list has been moved to AUTHORS.]
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
19 +> branched (from elsewhere)
20 !> merged changes (from elsewhere)
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/
26 This file contains only changes that affect the mainline branch,
27 not those that affect the (now decommissioned) cfgperl, or vmsperl,
31 Version v5.7.2 Development release working toward v5.8
33 ____________________________________________________________________________
34 [ 12400] By: jhi on 2001/10/11 11:33:20
35 Log: HP-UX update from H.Merijn Brand.
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>
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>
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>
61 + lib/ExtUtils/Packlist.t
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.
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>
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>
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,
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>
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.
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.
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.
121 o VMS is case-insensitive, RTL downcases filenames read
122 by perl... so need to re-upcase filenames like MANIFEST
125 o Need to convert VMS-style to Unix-style filenames when comparing
126 names in MANIFEST to names in filesystem.
128 o Need to remove mantest/MANIFEST before rmdir'ing mantest,
129 since VMS won't let you (easily) delete non-empty directories.
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.
143 ____________________________________________________________________________
144 [ 12387] By: jhi on 2001/10/10 11:20:13
145 Log: (accidentally empty submit; new life as #12390)
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:
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.
160 ____________________________________________________________________________
161 [ 12385] By: jhi on 2001/10/09 20:34:36
162 Log: VMS tweakage from Charles Lane.
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
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>
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>
185 ____________________________________________________________________________
186 [ 12382] By: jhi on 2001/10/09 14:03:30
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.
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>
206 ____________________________________________________________________________
207 [ 12378] By: jhi on 2001/10/09 12:52:21
208 Log: CPAN::Nox does now have a test.
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>
219 ____________________________________________________________________________
220 [ 12376] By: jhi on 2001/10/09 12:18:39
221 Log: NetWare update from Ananth Kesari.
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>
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>
240 + lib/ExtUtils/Mkbootstrap.t
242 ____________________________________________________________________________
243 [ 12373] By: jhi on 2001/10/09 02:56:13
244 Log: Enable more debugging.
247 ____________________________________________________________________________
248 [ 12372] By: ams on 2001/10/09 02:11:59
249 Log: #12370 forgot to modify is_gv_magical().
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.
258 ! embed.h embed.pl global.sym handy.h pp.c proto.h regcomp.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>
267 ! pod/perlvar.pod t/op/taint.t
268 ____________________________________________________________________________
269 [ 12369] By: jhi on 2001/10/08 23:31:21
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>
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>
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>
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>
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;
311 ____________________________________________________________________________
312 [ 12363] By: jhi on 2001/10/08 14:26:35
315 ! Changes patchlevel.h
316 ____________________________________________________________________________
317 [ 12362] By: jhi on 2001/10/08 14:05:50
318 Log: Retract #12358 for now.
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.)
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>
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.
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>
349 ____________________________________________________________________________
350 [ 12357] By: jhi on 2001/10/08 11:54:50
351 Log: Update the list because fo #12265.
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>
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
371 ____________________________________________________________________________
372 [ 12355] By: jhi on 2001/10/08 11:51:29
373 Log: Integrate patch #12350 from maintperl; typo in
376 !> ext/IO/lib/IO/Seekable.pm
377 ____________________________________________________________________________
378 [ 12354] By: jhi on 2001/10/08 11:41:16
382 ____________________________________________________________________________
383 [ 12353] By: sky on 2001/10/07 17:16:14
384 Log: Change 12349 didn't really get it right.
387 ____________________________________________________________________________
388 [ 12352] By: jhi on 2001/10/07 15:03:18
389 Log: If running the harness the dynamic library search path
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
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)
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>
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>
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
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>
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>
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.
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>
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>
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>
484 ____________________________________________________________________________
485 [ 12341] By: jhi on 2001/10/05 13:54:08
486 Log: Don't assume that %x is good for displaying UVs.
489 ____________________________________________________________________________
490 [ 12340] By: jhi on 2001/10/05 12:41:31
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>
502 ____________________________________________________________________________
503 [ 12338] By: jhi on 2001/10/04 22:54:06
504 Log: Retract #12313 and #12249.
506 ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
507 ! pod/perldata.pod pod/perldbmfilter.pod pod/perldsc.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>
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>
524 ! lib/Tie/SubstrHash.pm
525 ____________________________________________________________________________
526 [ 12335] By: jhi on 2001/10/04 04:45:00
527 Log: Unicode properties saga continues.
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.
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>
558 (the lib/Term/Complete.t patched differently by #12332)
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.
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
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
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
593 ____________________________________________________________________________
594 [ 12327] By: pudge on 2001/10/03 19:10:26
595 Log: Override PerlProc_exit.
596 Branch: maint-5.6/macperl
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
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>
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>
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&.
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.)
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).
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.
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>
706 ____________________________________________________________________________
707 [ 12315] By: jhi on 2001/10/03 12:50:17
708 Log: Metaconfig unit change for #12314.
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>
719 ____________________________________________________________________________
720 [ 12313] By: jhi on 2001/10/03 12:04:49
721 Log: (retracted by #12338)
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>
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>
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>
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>
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>
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>
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>
762 ! lib/ExtUtils/MakeMaker.pm
763 ____________________________________________________________________________
764 [ 12311] By: jhi on 2001/10/02 23:24:07
768 ____________________________________________________________________________
769 [ 12310] By: nick on 2001/10/02 16:09:49
770 Log: Integrate mainline
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.
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.
787 ____________________________________________________________________________
788 [ 12307] By: jhi on 2001/10/02 12:22:21
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.
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.
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>
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.
819 ____________________________________________________________________________
820 [ 12302] By: nick on 2001/10/02 09:00:52
821 Log: Integrate mainline
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
830 +> lib/Term/Cap.t lib/Text/TabsWrap/CHANGELOG
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.
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>
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>
855 ____________________________________________________________________________
856 [ 12297] By: jhi on 2001/10/01 17:04:18
857 Log: UNICOS testing patches from Nicholas Clark.
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>
868 ____________________________________________________________________________
869 [ 12295] By: jhi on 2001/10/01 14:55:37
870 Log: Make missing the RADIXCHAR a softer, gentler error.
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.
878 ____________________________________________________________________________
879 [ 12293] By: jhi on 2001/10/01 14:51:20
880 Log: Also the ^Is is optional.
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
889 ____________________________________________________________________________
890 [ 12291] By: jhi on 2001/10/01 12:27:57
891 Log: sortsv not in place anymore, noticed by John P. Linderman.
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.
899 ____________________________________________________________________________
900 [ 12289] By: jhi on 2001/10/01 03:59:34
901 Log: Forgotten from #12288.
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>
911 (remember also the #12289)
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
920 ____________________________________________________________________________
921 [ 12286] By: jhi on 2001/10/01 02:02:08
922 Log: Further tweaks to the Unicode properties.
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
930 ____________________________________________________________________________
931 [ 12284] By: jhi on 2001/10/01 01:24:12
932 Log: (Retracted by #12285)
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>
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.
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.
956 ____________________________________________________________________________
957 [ 12280] By: jhi on 2001/09/30 13:42:18
958 Log: Retract the #12259 for now.
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.
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 ().
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>
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>
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>
995 ! pod/perlfunc.pod pod/perlvar.pod t/op/inccode.t
996 ____________________________________________________________________________
997 [ 12274] By: jhi on 2001/09/30 00:03:19
1000 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
1002 ____________________________________________________________________________
1003 [ 12273] By: bailey on 2001/09/29 23:43:46
1004 Log: Resync with mainline
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.
1014 ____________________________________________________________________________
1015 [ 12271] By: jhi on 2001/09/29 21:18:44
1016 Log: More Unicode todo.
1019 ____________________________________________________________________________
1020 [ 12270] By: jhi on 2001/09/29 20:15:32
1021 Log: Explain a bit the new more flexible \p\P syntax.
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.
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
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
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.
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]>
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>
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)
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
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>
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]>
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>
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>
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>
1116 ! embed.h embed.pl sv.h
1117 ____________________________________________________________________________
1118 [ 12258] By: jhi on 2001/09/28 12:45:45
1119 Log: Update Changes.
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.
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
1131 ____________________________________________________________________________
1132 [ 12255] By: jhi on 2001/09/28 12:09:40
1133 Log: Forgot from #12254.
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>
1144 ____________________________________________________________________________
1145 [ 12253] By: jhi on 2001/09/28 02:31:49
1146 Log: Test numbering mismatch.
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>
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>
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>
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>
1181 ____________________________________________________________________________
1182 [ 12248] By: jhi on 2001/09/27 22:23:24
1183 Log: Not everyone is using ithreads...
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.
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.
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:
1202 Remove unneeded disabling of umask() calls
1204 Note (get|set)sockopt are available.
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.
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{...}.
1216 TODO: dump the SvUTF8() hash keys similarly.
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
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
1229 ____________________________________________________________________________
1230 [ 12240] By: sky on 2001/09/26 18:44:56
1231 Log: Documention update
1233 ! ext/threads/threads.pm
1234 ____________________________________________________________________________
1235 [ 12239] By: jhi on 2001/09/26 13:49:05
1236 Log: Update Changes.
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.
1244 ____________________________________________________________________________
1245 [ 12237] By: jhi on 2001/09/26 13:02:07
1246 Log: Manual integration error in #12235.
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>
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
1262 Update CPAN.pm to work with new Mac::BuildTools instead
1263 of ExtUtils::MM_MacOS "orphan" functions
1267 Make syntax check report in MPW style, fix tests
1268 to use Mac::err=unix to get normal-style error
1271 More module and test ports from Thomas Wegner et al
1273 Fix open of /dev/null for Mac OS
1275 Allow for platforms to override formatting of errors
1276 on output from Matthias Neeracher (core files)
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
1289 ____________________________________________________________________________
1290 [ 12233] By: jhi on 2001/09/26 11:56:09
1291 Log: Retract #12232.
1294 ____________________________________________________________________________
1295 [ 12232] By: jhi on 2001/09/26 11:53:37
1296 Log: (Retracted by #12233.)
1299 ____________________________________________________________________________
1300 [ 12231] By: jhi on 2001/09/26 11:52:09
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.
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.
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.
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.
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.
1331 + ext/threads/t/stress_string.t
1333 ____________________________________________________________________________
1334 [ 12225] By: sky on 2001/09/26 07:04:21
1335 Log: Fix negative refcount introduced by #12223.
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
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.
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
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.
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>
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>
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>
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>
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
1412 ____________________________________________________________________________
1413 [ 12213] By: jhi on 2001/09/25 20:37:14
1414 Log: skip($mess) should result in one skip.
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
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
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)
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.
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>
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.
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>
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>
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
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
1504 Branch: maint-5.6/perl
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
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.
1518 Note: io/binmode is failing, have to figure out why.
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
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.)
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.
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>
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
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
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
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
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
1596 +> ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
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
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)
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
1618 ! lib/ExtUtils/Manifest.t
1619 ____________________________________________________________________________
1620 [ 12182] By: gsar on 2001/09/24 17:59:54
1621 Log: test number mismatch
1624 ____________________________________________________________________________
1625 [ 12181] By: jhi on 2001/09/24 17:10:41
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>
1634 ! pp_pack.c t/op/pack.t
1635 ____________________________________________________________________________
1636 [ 12179] By: jhi on 2001/09/24 15:46:49
1637 Log: Update Changes.
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>
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>
1656 ____________________________________________________________________________
1657 [ 12176] By: ams on 2001/09/24 14:01:59
1658 Log: Update Changes.
1661 ____________________________________________________________________________
1662 [ 12175] By: jhi on 2001/09/24 13:20:28
1663 Log: Various cleanups.
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>
1678 ! ext/Encode/Encode/gb2312.enc
1679 ____________________________________________________________________________
1680 [ 12170] By: jhi on 2001/09/24 12:08:30
1681 Log: Clarifying comment to #12164.
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>
1691 (with "sample_constants" changed to "fallback")
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.
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.
1707 ____________________________________________________________________________
1708 [ 12166] By: jhi on 2001/09/24 11:14:43
1709 Log: DJGPP tweaks for Laszlo Molnar.
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>
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>
1728 ____________________________________________________________________________
1729 [ 12163] By: jhi on 2001/09/23 22:50:35
1730 Log: 1_compile updates.
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>
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
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>
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.
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>
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>
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]>
1780 ____________________________________________________________________________
1781 [ 12156] By: nick on 2001/09/23 07:48:44
1782 Log: Integrate mainline
1785 !> ext/Encode/Encode/2022-cn.enc
1786 ____________________________________________________________________________
1787 [ 12155] By: nick on 2001/09/23 07:48:01
1788 Log: Integrate mainline
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
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>
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>
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>
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
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>
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>
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.
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
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
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>
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.
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.
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.
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
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]>
1935 ____________________________________________________________________________
1936 [ 12139] By: ams on 2001/09/22 16:44:08
1937 Log: Do what perl_clone() does for sharedsv functions.
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
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?)
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>
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.
1968 ____________________________________________________________________________
1969 [ 12134] By: jhi on 2001/09/22 14:20:47
1970 Log: (Retracted by #12138)
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).
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.
1989 + ext/Encode/Encode/macRumanian.enc
1990 - ext/Encode/Encode/macRomania.enc
1992 ____________________________________________________________________________
1993 [ 12132] By: jhi on 2001/09/22 13:48:29
1994 Log: Rename perltootc as perltooc for 8.3-friedliness.
1998 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlboot.pod
1999 ! pod/perlmod.pod pod/perlobj.pod pod/perltoc.pod
2001 ____________________________________________________________________________
2002 [ 12131] By: jhi on 2001/09/22 13:38:49
2003 Log: Find more conflicts by lowercasing.
2005 + Porting/check83.pl
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.
2013 ____________________________________________________________________________
2014 [ 12129] By: ams on 2001/09/22 12:35:38
2015 Log: Uninteresting cleanup.
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>
2026 ____________________________________________________________________________
2027 [ 12127] By: ams on 2001/09/22 12:04:28
2028 Log: What's a backet?
2031 ____________________________________________________________________________
2032 [ 12126] By: ams on 2001/09/22 10:02:34
2033 Log: Removed duplicated tests #19 and #20.
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.)
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>
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>
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
2065 From: Michael G Schwern <schwern@pobox.com>
2066 Date: Fri, 21 Sep 2001 17:59:03 -0400
2067 Message-Id: <20010921175903.V5494@blackrider>
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
2074 From: Michael G Schwern <schwern@pobox.com>
2075 Date: Fri, 21 Sep 2001 19:41:03 -0400
2076 Message-Id: <20010921194103.G5494@blackrider>
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.)
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.)
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>
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.
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().
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>
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>
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>
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.
2165 ! Changes patchlevel.h
2166 ____________________________________________________________________________
2167 [ 12109] By: jhi on 2001/09/21 13:44:43
2168 Log: Make AIX and Tru64 compilers happy.
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>
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>
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>
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?
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.
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.
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.
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>
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>
2236 ! lib/ExtUtils/Command.t
2237 ____________________________________________________________________________
2238 [ 12099] By: jhi on 2001/09/20 21:53:00
2239 Log: Cant spl wirth a dam.
2242 ____________________________________________________________________________
2243 [ 12098] By: jhi on 2001/09/20 21:52:24
2244 Log: Don't use C++ comments.
2246 ! ext/threads/threads.xs
2247 ____________________________________________________________________________
2248 [ 12097] By: ams on 2001/09/20 21:42:07
2249 Log: Change #12044 didn't.
2252 ____________________________________________________________________________
2253 [ 12096] By: jhi on 2001/09/20 13:38:44
2254 Log: Metaconfig unit changes for #12095.
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.)
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
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>
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.
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
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>
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.
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>
2311 ____________________________________________________________________________
2312 [ 12089] By: jhi on 2001/09/20 01:36:23
2313 Log: Only 21 tests, skipping or not.
2315 ! lib/ExtUtils/Command.t
2316 ____________________________________________________________________________
2317 [ 12088] By: jhi on 2001/09/19 18:54:37
2318 Log: New exported symbols.
2321 ____________________________________________________________________________
2322 [ 12087] By: jhi on 2001/09/19 13:45:59
2323 Log: Update Changes.
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.
2330 ! ext/threads/t/basic.t
2331 ____________________________________________________________________________
2332 [ 12085] By: jhi on 2001/09/19 12:11:15
2333 Log: More tests now too.
2335 ! lib/ExtUtils/Command.t
2336 ____________________________________________________________________________
2337 [ 12084] By: jhi on 2001/09/19 12:08:33
2338 Log: More tests now.
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.
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>
2354 Lvalue casts are not portable.
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.
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>
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>
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.
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>
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>
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>
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
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 :-)
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!
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.
2432 ! opcode.h opcode.pl
2433 ____________________________________________________________________________
2434 [ 12071] By: ams on 2001/09/18 18:06:27
2435 Log: Deprecate != Depreciate.
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>
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
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
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
2463 ____________________________________________________________________________
2464 [ 12067] By: jhi on 2001/09/18 11:51:08
2465 Log: DJGPP tweak from Laszlo Molnar.
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.
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,
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.
2541 ! ext/Encode/Encode.pm
2542 ____________________________________________________________________________
2543 [ 12063] By: jhi on 2001/09/17 23:39:28
2544 Log: Add various encodings.
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.
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>
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
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.
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>
2590 ! t/lib/warnings/op t/lib/warnings/pp
2591 ____________________________________________________________________________
2592 [ 12057] By: ams on 2001/09/17 16:51:18
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>
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>
2612 ! lib/CPAN.pm lib/CPAN/Nox.pm
2613 ____________________________________________________________________________
2614 [ 12054] By: jhi on 2001/09/17 14:06:26
2615 Log: Update Changes.
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.
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.
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.
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
2646 ____________________________________________________________________________
2647 [ 12049] By: jhi on 2001/09/17 11:55:07
2648 Log: Bump up versions because of #12041.
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.
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>
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>
2674 ____________________________________________________________________________
2675 [ 12045] By: nick on 2001/09/17 07:12:14
2676 Log: Integrate mainline
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'.)
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.)
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>
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.
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.
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.
2733 TODO 2: the "use 5.005_64" in many modules
2734 needs to be changed to, say, "use 5.6.1".
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.
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>
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.
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>
2774 ____________________________________________________________________________
2775 [ 12035] By: jhi on 2001/09/15 23:12:28
2776 Log: (accidentally empty checkin)
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>
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>
2795 ____________________________________________________________________________
2796 [ 12032] By: jhi on 2001/09/15 18:43:20
2797 Log: Elaborate (well, make more vague, really) #12030.
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>
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.
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.
2819 ! pod/perltodo.pod pod/perlunicode.pod
2820 ____________________________________________________________________________
2821 [ 12028] By: jhi on 2001/09/15 12:37:31
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>
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
2846 ____________________________________________________________________________
2847 [ 12025] By: jhi on 2001/09/14 22:22:58
2848 Log: Integrate change #12024 from maintperl
2849 (a local() precedence bug)
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
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.
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>
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.
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>
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>
2893 ____________________________________________________________________________
2894 [ 12018] By: jhi on 2001/09/14 13:55:56
2895 Log: NetWare tweaks from Ananth Kesari.
2897 ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
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>
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>
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.
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>
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>
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,
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.
2949 TODO: non-UNIX platforms. Solaris and /usr/ucb/stty?
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.
2956 ! lib/Term/Complete.t
2957 ____________________________________________________________________________
2958 [ 12009] By: jhi on 2001/09/13 12:01:56
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>
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>
2978 ____________________________________________________________________________
2979 [ 12006] By: jhi on 2001/09/12 17:41:49
2980 Log: Upgrade to Memoize 0.66.
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>
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>
3001 ____________________________________________________________________________
3002 [ 12003] By: jhi on 2001/09/11 13:02:37
3003 Log: Update Changes.
3005 ! Changes patchlevel.h
3006 ____________________________________________________________________________
3007 [ 12002] By: jhi on 2001/09/11 11:50:48
3008 Log: NetWare update from Ananth Kesari.
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.
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.
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.
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>
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
3044 ____________________________________________________________________________
3045 [ 11996] By: nick on 2001/09/11 06:25:27
3046 Log: Integrate mainline
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
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>
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)
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)
3090 ! U/protos/d_lseekproto.U
3091 Branch: metaconfig/U/perl
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>
3100 plus regen Configure.
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>
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>
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>
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>
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>
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>.
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>
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>
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.
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>
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>
3194 ! ext/Encode/Encode.pm
3195 ____________________________________________________________________________
3196 [ 11979] By: jhi on 2001/09/10 13:17:48
3197 Log: Update Changes.
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.
3206 ____________________________________________________________________________
3207 [ 11977] By: jhi on 2001/09/10 12:55:47
3211 ____________________________________________________________________________
3212 [ 11976] By: jhi on 2001/09/10 12:46:34
3213 Log: Further Class::Struct patching from Damian.
3215 The new new semantics are:
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
3222 * If you pass no initializer for a nested object, the attribute
3223 is initialized to C<undef>
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.
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)
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.
3242 ____________________________________________________________________________
3243 [ 11972] By: sky on 2001/09/10 11:54:25
3244 Log: Silence some more warnings INT2PTR.
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.
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.
3259 ____________________________________________________________________________
3260 [ 11969] By: sky on 2001/09/10 10:13:02
3261 Log: Removed reference of -DPERL_CUSTOM_OPS in the documentation.
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
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.
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.)
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.
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)
3296 + ext/Encode/Encode/isoir-197.enc ext/Encode/Encode/macSami.enc
3298 ____________________________________________________________________________
3299 [ 11963] By: jhi on 2001/09/09 13:54:07
3300 Log: Use the tried method.
3303 ____________________________________________________________________________
3304 [ 11962] By: jhi on 2001/09/09 13:46:59
3305 Log: Can't count parentheses.
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)
3315 ____________________________________________________________________________
3316 [ 11960] By: jhi on 2001/09/09 13:19:12
3317 Log: blib does have a detectable test.
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>
3327 + lib/Term/Complete.t
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>
3336 + lib/Test/Tutorial.pod
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
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>
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>
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>
3373 ____________________________________________________________________________
3374 [ 11954] By: jhi on 2001/09/09 02:30:39
3375 Log: Documentation tweaks; think the IP address as an opaque string.
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>
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>
3396 ____________________________________________________________________________
3397 [ 11951] By: jhi on 2001/09/09 00:24:07
3398 Log: The Socket tests were wrong: they were assuming too much.
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.
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.
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.
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.
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().
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>
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>
3449 + lib/ExtUtils/testlib.t
3451 ____________________________________________________________________________
3452 [ 11944] By: jhi on 2001/09/07 22:57:00
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>
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>
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>
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
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>
3501 ! lib/File/Find/taint.t
3502 ____________________________________________________________________________
3503 [ 11938] By: jhi on 2001/09/07 14:04:43
3504 Log: Update Changes.
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,
3512 + pod/perlothrtut.pod
3513 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlthrtut.pod
3515 ____________________________________________________________________________
3516 [ 11936] By: jhi on 2001/09/07 13:05:48
3517 Log: vars very much has a test.
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>
3527 and wince/Makefile.ce change from Rainer Keuchel.
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>
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>
3548 ____________________________________________________________________________
3549 [ 11932] By: jhi on 2001/09/07 12:27:14
3550 Log: The #11931 patching misbehaved.
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>
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>
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>
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.
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)
3599 ____________________________________________________________________________
3600 [ 11926] By: jhi on 2001/09/07 03:43:11
3601 Log: Try to make Socket::inet_ntoa() more robust.
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>
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>
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>
3627 ! lib/ExtUtils/MakeMaker.pm
3628 ____________________________________________________________________________
3629 [ 11922] By: jhi on 2001/09/06 18:09:08
3630 Log: Symbol missing; AIX unhappy.
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.
3639 ____________________________________________________________________________
3640 [ 11920] By: jhi on 2001/09/06 14:35:09
3641 Log: Update Changes.
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.
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>
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>
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>
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>
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.
3684 perl -w -Ilib -MCwd -e ''
3687 ____________________________________________________________________________
3688 [ 11914] By: jhi on 2001/09/06 13:30:32
3689 Log: Update the is_tainted() example implementation.
3692 ____________________________________________________________________________
3693 [ 11913] By: jhi on 2001/09/06 13:15:59
3694 Log: Missing) in #11912.
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.
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'.
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.
3716 ! lib/Cwd.pm lib/File/Find.pm
3717 ____________________________________________________________________________
3718 [ 11909] By: jhi on 2001/09/06 03:49:13
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
3731 ____________________________________________________________________________
3732 [ 11907] By: jhi on 2001/09/06 03:20:02
3733 Log: New test welcome.
3735 + lib/Test/Simple/t/simple.t
3736 ____________________________________________________________________________
3737 [ 11906] By: jhi on 2001/09/06 03:08:01
3738 Log: Old test begone.
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.
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
3779 ____________________________________________________________________________
3780 [ 11902] By: jhi on 2001/09/05 23:27:57
3781 Log: In UNICOS division yada yada.
3784 ____________________________________________________________________________
3785 [ 11901] By: jhi on 2001/09/05 23:26:23
3786 Log: In UNICOS division is really lossy, better use
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.")
3796 ! ext/POSIX/sigaction.t
3797 ____________________________________________________________________________
3798 [ 11899] By: jhi on 2001/09/05 23:18:48
3799 Log: Documentation micropatch from Damian.
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>
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>
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>
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.
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>
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>
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>
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.
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>
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
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>
3884 ____________________________________________________________________________
3885 [ 11887] By: jhi on 2001/09/05 15:40:03
3889 ____________________________________________________________________________
3890 [ 11886] By: jhi on 2001/09/05 15:30:11
3894 ____________________________________________________________________________
3895 [ 11885] By: gbarr on 2001/09/05 15:26:18
3896 Log: Update to Scalar-List-Utils 1.05
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.
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
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.
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.
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>
3929 (We'll see whether the ../../lib/Cwd.pm works in alien lands)
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>
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]>
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>.
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>
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.
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>
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
3982 ____________________________________________________________________________
3983 [ 11873] By: jhi on 2001/09/04 21:03:17
3984 Log: Fix Cwd::getcwd() not being tainted, as noticed
3987 + ext/Cwd/t/cwd.t ext/Cwd/t/taint.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.
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.
4001 ! ext/List/Util/Util.xs
4002 ____________________________________________________________________________
4003 [ 11870] By: jhi on 2001/09/04 19:01:48
4004 Log: (Retracted by #11872)
4007 ____________________________________________________________________________
4008 [ 11869] By: jhi on 2001/09/04 17:43:31
4009 Log: Quench a -Wall gripe noticed by Robin Barker.
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>
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>
4028 ____________________________________________________________________________
4029 [ 11866] By: jhi on 2001/09/04 13:52:28
4030 Log: Update Changes.
4032 ! Changes patchlevel.h
4033 ____________________________________________________________________________
4034 [ 11865] By: jhi on 2001/09/04 13:36:58
4035 Log: Add the \[$@%&*] prototype support.
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>
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>
4054 ____________________________________________________________________________
4055 [ 11862] By: jhi on 2001/09/04 13:05:23
4056 Log: More srand entry tweakage based on Randal's suggestion.
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>
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>
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>
4083 ____________________________________________________________________________
4084 [ 11858] By: jhi on 2001/09/04 12:41:59
4085 Log: Add sharedsv.o to microperl object files.
4088 ____________________________________________________________________________
4089 [ 11857] By: jhi on 2001/09/04 12:27:51
4090 Log: AUTHORS updates and
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>
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.
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().
4108 ____________________________________________________________________________
4109 [ 11854] By: jhi on 2001/09/03 20:12:21
4110 Log: The helper file changed name.
4113 ____________________________________________________________________________
4114 [ 11853] By: gbarr on 2001/09/03 20:00:00
4115 Log: Update to Scalar-List-Utils 1.03
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().
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.
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.
4146 ____________________________________________________________________________
4147 [ 11849] By: jhi on 2001/09/03 18:15:16
4148 Log: Upgrade to Math::BigInt 1.42.
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
4158 typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
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
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.
4171 ____________________________________________________________________________
4172 [ 11845] By: jhi on 2001/09/03 15:11:27
4173 Log: Update to Storable 1.0.13.
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).
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.
4188 + t/lib/FilterTest.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.
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
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>
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()!
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>
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>
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>
4272 + lib/CGI/t/apache.t lib/CGI/t/cookie.t lib/CGI/t/switch.t
4274 ____________________________________________________________________________
4275 [ 11835] By: nick on 2001/09/03 06:20:06
4276 Log: Integrate mainline
4278 +> lib/Shell.t t/op/inccode.t t/run/kill_perl.t
4280 !> (integrate 187 files)
4281 ____________________________________________________________________________
4282 [ 11834] By: jhi on 2001/09/02 13:07:53
4283 Log: Update Changes.
4285 ! Changes patchlevel.h
4286 ____________________________________________________________________________
4287 [ 11833] By: jhi on 2001/09/02 12:59:05
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.
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
4301 ____________________________________________________________________________
4302 [ 11830] By: jhi on 2001/09/02 11:56:18
4306 ____________________________________________________________________________
4307 [ 11829] By: jhi on 2001/09/02 11:54:22
4308 Log: Update Changes.
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>
4320 - t/op/misc.t t/run/segfault.t
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>
4330 ____________________________________________________________________________
4331 [ 11826] By: jhi on 2001/09/02 11:40:49
4332 Log: Tick off Unicode collation and the normalization from
4336 ____________________________________________________________________________
4337 [ 11825] By: jhi on 2001/09/02 11:16:24
4338 Log: Update to Unicode 3.1.1.
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.
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.
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.)
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
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
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.
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
4394 ____________________________________________________________________________
4395 [ 11817] By: pudge on 2001/09/01 22:36:29
4397 Branch: maint-5.6/macperl
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
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
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>
4441 ____________________________________________________________________________
4442 [ 11811] By: sky on 2001/09/01 12:25:29
4443 Log: Change #11805 didn't update the 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>
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>
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>
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>
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
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
4494 ____________________________________________________________________________
4495 [ 11804] By: gsar on 2001/08/31 21:02:54
4496 Log: integrate change#11801 from maint-5.6
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
4504 ____________________________________________________________________________
4505 [ 11803] By: gsar on 2001/08/31 20:58:38
4506 Log: remove deprecated PERL_OBJECT cruft, it has long since stopped
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>
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
4546 Branch: maint-5.6/perl
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 ???
4554 ____________________________________________________________________________
4555 [ 11799] By: ams on 2001/08/31 12:15:44
4556 Log: Integrate 11778 into mainline.
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
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.
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>
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
4586 From: Michael G Schwern <schwern@pobox.com>
4587 Date: Thu, 30 Aug 2001 17:02:08 -0400
4588 Message-Id: <20010830170208.M2318@blackrider>
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>
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
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
4609 ____________________________________________________________________________
4610 [ 11791] By: sky on 2001/08/30 10:08:02
4611 Log: Due to braindamaged makedef.pl change 11758 broke makedef.pl
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
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.
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>
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
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
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
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!)
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{}
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>
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
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
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
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.)
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>
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>
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>
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>
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>
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>
4779 ! pod/perlhack.pod t/op/pack.t
4780 ____________________________________________________________________________
4781 [ 11766] By: ams on 2001/08/27 23:39:40
4782 Log: Update 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>
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>
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>
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>
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
4823 ____________________________________________________________________________
4824 [ 11761] By: sky on 2001/08/27 18:34:48
4825 Log: Removed tripple definitions of CUSTOM_OP functions.
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
4832 ! embed.h embedvar.h objXSUB.h opcode.h opnames.h perlapi.c
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>
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.
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>
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.
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
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>
4897 (Also a nitpick in #11752 to t/op/universal.t)
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>
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.)
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>
4925 ____________________________________________________________________________
4926 [ 11750] By: nick on 2001/08/25 15:24:15
4927 Log: Integrate mainline
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>
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>
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>
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>
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>
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>
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.
4986 ____________________________________________________________________________
4987 [ 11740] By: ams on 2001/08/24 04:47:24
4988 Log: #11739 was incomplete.
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
4998 ____________________________________________________________________________
4999 [ 11738] By: ams on 2001/08/24 02:19:42
5000 Log: Fixed Doug Wilson's email address.
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>
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]>
5019 ____________________________________________________________________________
5020 [ 11735] By: sky on 2001/08/23 13:42:07
5021 Log: Backed out 11732, it breaks lib/strict.t
5024 ____________________________________________________________________________
5025 [ 11734] By: sky on 2001/08/23 11:45:59
5026 Log: Removed toy from 17133 after Matt Sargeants request.
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>
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>
5045 ____________________________________________________________________________
5046 [ 11731] By: gsar on 2001/08/23 03:58:58
5047 Log: fix broken windows build
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>
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
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.)
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
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>
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)
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>
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>
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>
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>
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>
5126 ____________________________________________________________________________
5127 [ 11721] By: nick on 2001/08/20 06:24:31
5128 Log: Integrate mainline
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
5146 ____________________________________________________________________________
5147 [ 11719] By: ams on 2001/08/18 21:21:42
5148 Log: Add Porting/apply to 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
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.
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.
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
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.
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.
5189 ____________________________________________________________________________
5190 [ 11712] By: jhi on 2001/08/18 03:22:24
5191 Log: (Retracted by #11714)
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").
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.
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>
5214 ____________________________________________________________________________
5215 [ 11710] By: jhi on 2001/08/17 14:26:57
5216 Log: Update Changes.
5218 ! Changes patchlevel.h
5219 ____________________________________________________________________________
5220 [ 11709] By: jhi on 2001/08/17 13:47:53
5221 Log: Upgrade to libnet 1.0704.
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
5235 ____________________________________________________________________________
5236 [ 11707] By: sky on 2001/08/17 12:28:41
5237 Log: Protext sharedsv_space better. Extended EDIT and RELEASE macro
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
5245 ____________________________________________________________________________
5246 [ 11705] By: jhi on 2001/08/17 11:58:48
5247 Log: Allow the threads extension to be found if present.
5250 ____________________________________________________________________________
5251 [ 11704] By: nick on 2001/08/17 11:47:54
5252 Log: Mail -> change script (pre-alpha)
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.
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.
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.
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
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>
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.
5296 ____________________________________________________________________________
5297 [ 11698] By: jhi on 2001/08/17 01:53:02
5298 Log: (Accidental apply; thankfully empty.)
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>
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>
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>
5325 ____________________________________________________________________________
5326 [ 11694] By: jhi on 2001/08/17 01:47:53
5327 Log: system() and backtick error handling cleanup from Craig A. Berry.
5330 ____________________________________________________________________________
5331 [ 11693] By: gsar on 2001/08/17 01:07:21
5332 Log: change#10334 leaks memory, copies string when it doesn't
5336 ____________________________________________________________________________
5337 [ 11692] By: jhi on 2001/08/16 12:22:29
5338 Log: One more twist to the sprintf + utf8 testing.
5341 ____________________________________________________________________________
5342 [ 11691] By: jhi on 2001/08/16 11:46:02
5343 Log: Fix for 20010407.008 sprintf removes utf8-ness.
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
5354 ____________________________________________________________________________
5355 [ 11689] By: jhi on 2001/08/16 11:29:30
5356 Log: Upgrade to CGI.pm 2.77.
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.
5364 ! pod/perlunicode.pod
5365 ____________________________________________________________________________
5366 [ 11687] By: jhi on 2001/08/16 00:29:29
5367 Log: Add a test for Unicode sprintf.
5370 ____________________________________________________________________________
5371 [ 11686] By: jhi on 2001/08/16 00:20:40
5372 Log: Add Unicode tests for index/rindex.
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.
5381 ____________________________________________________________________________
5382 [ 11684] By: nick on 2001/08/15 15:03:31
5383 Log: Integrate mainline
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.
5391 ! Changes patchlevel.h
5392 ____________________________________________________________________________
5393 [ 11682] By: jhi on 2001/08/15 13:26:00
5394 Log: The #11673 necessitated a test tweak.
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.
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.
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)
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>
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>
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>
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>
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>
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>
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>
5472 Combination of nmake, quoting, and Perl expanded $( in here-doc.
5474 ! ext/SDBM_File/Makefile.PL
5475 ____________________________________________________________________________
5476 [ 11671] By: jhi on 2001/08/14 13:44:40
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>
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>
5495 The 4nt command shell will expand the % in command line
5496 no matter what quoting is attempted, changed the % to @.
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>
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.
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.
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.
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.
5537 ____________________________________________________________________________
5538 [ 11663] By: jhi on 2001/08/14 03:08:07
5539 Log: Compile failure message tidying.
5542 ____________________________________________________________________________
5543 [ 11662] By: jhi on 2001/08/14 01:41:22
5544 Log: The new sharedsv* should be exported only if usethreads.
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>
5555 ____________________________________________________________________________
5556 [ 11660] By: jhi on 2001/08/13 12:54:54
5557 Log: Update Changes.
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>
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>
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>
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.
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>
5593 ____________________________________________________________________________
5594 [ 11657] By: nick on 2001/08/13 09:03:02
5595 Log: Integrate mainline
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.)
5606 ! op.c toke.c utf8.h
5607 ____________________________________________________________________________
5608 [ 11655] By: jhi on 2001/08/12 23:05:14
5609 Log: Unnecessary downgrades.
5612 ____________________________________________________________________________
5613 [ 11654] By: jhi on 2001/08/12 22:56:47
5614 Log: Failure not true anymore (probably caused by my broken setup).
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
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.
5628 ____________________________________________________________________________
5629 [ 11651] By: jhi on 2001/08/12 21:08:06
5630 Log: More (less) regex/utf8 relics. (Toned down later in #11653.)
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),
5639 ____________________________________________________________________________
5640 [ 11649] By: jhi on 2001/08/12 18:45:52
5641 Log: Todo updates and fixes.
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').
5650 NOTE: t/op/pat.t #64 fails mysteriously under 'use utf8'.
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>
5662 ! miniperlmain.c perl.c
5663 ____________________________________________________________________________
5664 [ 11646] By: jhi on 2001/08/12 16:59:00
5665 Log: Typos in #11645.
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.
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).
5684 ____________________________________________________________________________
5685 [ 11643] By: jhi on 2001/08/12 14:16:44
5686 Log: Dispell the "use utf8" superstition.
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>
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>
5706 ____________________________________________________________________________
5707 [ 11640] By: jhi on 2001/08/12 13:45:58
5708 Log: Test for change #11639.
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>
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.
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.
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.
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.
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>
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>
5761 ____________________________________________________________________________
5762 [ 11633] By: jhi on 2001/08/11 14:58:07
5763 Log: Get rid of indread, from Abhijit Menon-Sen.
5766 ____________________________________________________________________________
5767 [ 11632] By: jhi on 2001/08/10 23:39:04
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.
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).
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>
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.
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.
5806 ____________________________________________________________________________
5807 [ 11626] By: jhi on 2001/08/09 14:56:29
5808 Log: Update Changes.
5810 ! Changes patchlevel.h
5811 ____________________________________________________________________________
5812 [ 11625] By: jhi on 2001/08/09 14:54:05
5816 ____________________________________________________________________________
5817 [ 11624] By: jhi on 2001/08/09 14:52:52
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.
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.
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>
5842 (had to be manually applied)
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.
5854 NOTE: wince/config_H.ce needs updating.
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).
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).
5868 NOTE: the Win32 and NetWare config_h.?c need regenerating.
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:
5881 Avoid testing for (non-)existance of "encoding(xxxx)"
5882 layer is called "encoding" the (xxxx) is an argument.
5885 ____________________________________________________________________________
5886 [ 11616] By: nick on 2001/08/09 07:50:24
5887 Log: Integrate mainline
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.
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>
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.
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>
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>
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>
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.
5946 ____________________________________________________________________________
5947 [ 11608] By: jhi on 2001/08/07 23:35:27
5948 Log: Ignore SIGFPE everywhere.
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.
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
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>
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>
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.
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>
5990 Unnecessary dependency.
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>
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>
6008 (the intrpvar.h addition moved to the end for bincompat)
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)
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
6021 ____________________________________________________________________________
6022 [ 11598] By: jhi on 2001/08/06 15:02:48
6023 Log: Yet another way to say Infinity: HP-UX calls its "++".
6025 ! lib/Math/BigInt/t/bigintpm.t
6026 ____________________________________________________________________________
6027 [ 11597] By: jhi on 2001/08/06 13:40:01
6028 Log: Update Changes.
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().
6036 ____________________________________________________________________________
6037 [ 11595] By: jhi on 2001/08/06 12:51:38
6038 Log: The #11593 wasn't right.
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>
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>
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.
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.
6066 ____________________________________________________________________________
6067 [ 11591] By: jhi on 2001/08/05 22:46:10
6068 Log: Upgrade to Math::BigInt 1.40.
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.
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
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
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.
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
6099 ____________________________________________________________________________
6100 [ 11587] By: jhi on 2001/08/05 19:38:07
6101 Log: Upgrade to Getopt::Long 2.26.
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)
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
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>
6123 ____________________________________________________________________________
6124 [ 11583] By: gsar on 2001/08/05 16:28:22
6125 Log: fix POSIX.t#13 for windos
6128 ____________________________________________________________________________
6129 [ 11582] By: jhi on 2001/08/05 16:10:59
6130 Log: Add a test for PerlIO::Via.
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
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.
6145 ____________________________________________________________________________
6146 [ 11579] By: jhi on 2001/08/05 13:31:07
6147 Log: (Reintroduce #11125)
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>
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."
6160 "error 1549: Modifiable lvalue required for assignment operator."
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.
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>
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
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>
6189 ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
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>
6199 ____________________________________________________________________________
6200 [ 11573] By: jhi on 2001/08/04 14:20:26
6201 Log: The #11572 didn't up the test count.
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>
6211 (the mg_length() fix)
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>
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>
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>
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>
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>
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>
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>
6270 ____________________________________________________________________________
6271 [ 11564] By: jhi on 2001/08/03 13:25:39
6272 Log: Update Changes.
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>
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>
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>
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>
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>
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>
6323 ____________________________________________________________________________
6324 [ 11557] By: nick on 2001/08/03 08:17:38
6325 Log: Integrate mainline
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>
6338 ____________________________________________________________________________
6339 [ 11555] By: jhi on 2001/08/02 22:29:34
6340 Log: Be more careful about non-existent files.
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>
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>
6359 ____________________________________________________________________________
6360 [ 11552] By: jhi on 2001/08/02 14:24:26
6361 Log: Readability nit from Abhijit.
6364 ____________________________________________________________________________
6365 [ 11551] By: jhi on 2001/08/02 14:22:31
6366 Log: setproctitle() API version nit from Anton Berezin.
6369 ____________________________________________________________________________
6370 [ 11550] By: jhi on 2001/08/02 13:51:41
6371 Log: Add PerlCE to the docs.
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>.
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
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>
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>
6418 ____________________________________________________________________________
6419 [ 11546] By: jhi on 2001/08/02 00:53:34
6420 Log: Update Changes.
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>
6431 ____________________________________________________________________________
6432 [ 11544] By: jhi on 2001/08/01 23:08:41
6433 Log: The #11541 didn't work under threads.
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>
6443 (Skip tests if accept() failed)
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>
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>
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>
6470 ____________________________________________________________________________
6471 [ 11539] By: jhi on 2001/08/01 16:32:52
6472 Log: Test for change #11536.
6475 ____________________________________________________________________________
6476 [ 11538] By: jhi on 2001/08/01 16:27:19
6477 Log: More test fixups for #11537.
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>
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>
6495 (Test in change #11539)
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>
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>
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.
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>
6527 ____________________________________________________________________________
6528 [ 11531] By: jhi on 2001/08/01 12:46:43
6529 Log: Retract #11530 (the dTHX is needed under threads)
6532 ____________________________________________________________________________
6533 [ 11530] By: jhi on 2001/08/01 12:39:35
6534 Log: (Retracted by #11531)
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>
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>
6552 (with a note about the case of UV being equal to long long)
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>
6563 ____________________________________________________________________________
6564 [ 11526] By: jhi on 2001/07/31 23:47:57
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>
6572 (copy($foo, $foo) would truncate $foo)
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
6580 ____________________________________________________________________________
6581 [ 11524] By: jhi on 2001/07/31 23:00:36
6582 Log: Multiple modules didn't work; plus typo fixes.
6585 ____________________________________________________________________________
6586 [ 11523] By: jhi on 2001/07/31 15:29:58
6587 Log: Update Changes.
6589 ! Changes patchlevel.h
6590 ____________________________________________________________________________
6591 [ 11522] By: jhi on 2001/07/31 15:25:35
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>
6603 ____________________________________________________________________________
6604 [ 11520] By: jhi on 2001/07/31 15:17:43
6608 ____________________________________________________________________________
6609 [ 11519] By: jhi on 2001/07/31 15:17:17
6610 Log: Regen Porting stuff.
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>
6621 ____________________________________________________________________________
6622 [ 11517] By: jhi on 2001/07/31 14:15:01
6623 Log: Metaconfig unit change for #11516.
6624 Branch: metaconfig/U/perl
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.)
6633 ! Configure cflags.SH
6634 ____________________________________________________________________________
6635 [ 11515] By: jhi on 2001/07/31 13:57:15
6636 Log: Metaconfig unit changes for #11514.
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>
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>
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>
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>
6672 ____________________________________________________________________________
6673 [ 11510] By: jhi on 2001/07/31 02:13:58
6674 Log: eval "format foo=" would loop indefinitely; reported in
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>
6681 (The core dumps reported in there already fixed.)
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.
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>
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.
6706 ____________________________________________________________________________
6707 [ 11506] By: nick on 2001/07/30 14:32:23
6708 Log: Integrate mainline
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.
6717 ____________________________________________________________________________
6718 [ 11504] By: jhi on 2001/07/30 14:13:15
6719 Log: Document the extras Configure option.
6722 ____________________________________________________________________________
6723 [ 11503] By: jhi on 2001/07/30 13:52:14
6724 Log: Integrate change #11051 from macperl; O_RDONLY is not zero
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.
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
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
6748 +> macos/MacPerlTests.cmd macos/xsubpp.patch os2/perlrexx.c
6749 +> win32/sync_ext.pl
6751 !> (integrate 71 files)
6752 ____________________________________________________________________________
6753 [ 11498] By: jhi on 2001/07/30 03:53:34
6754 Log: Update Changes.
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.
6763 ____________________________________________________________________________
6764 [ 11496] By: jhi on 2001/07/30 03:18:28
6765 Log: Metaconfig unit change for #11495.
6766 Branch: metaconfig/U/perl
6768 ____________________________________________________________________________
6769 [ 11495] By: jhi on 2001/07/30 03:18:01
6770 Log: extras.make, extras.test, and extras.install make targets.
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
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'.
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
6788 ____________________________________________________________________________
6789 [ 11491] By: jhi on 2001/07/30 01:32:54
6790 Log: Missed from #11490 (the required dependency).
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.
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.
6808 ____________________________________________________________________________
6809 [ 11488] By: jhi on 2001/07/29 21:18:57
6810 Log: Top-level Makefile didn't honour OPTIMIZE.
6813 ____________________________________________________________________________
6814 [ 11487] By: jhi on 2001/07/29 20:56:04
6815 Log: Update Changes.
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().
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.)
6828 ! lib/Search/Dict.pm
6829 ____________________________________________________________________________
6830 [ 11484] By: jhi on 2001/07/29 20:03:13
6831 Log: Remove tiehandle code.
6834 ____________________________________________________________________________
6835 [ 11483] By: jhi on 2001/07/29 19:59:02
6836 Log: Allow specifying a comparison function for Search::Dict::look().
6838 ! lib/Search/Dict.pm
6839 ____________________________________________________________________________
6840 [ 11482] By: jhi on 2001/07/29 18:55:04
6841 Log: Small UnicodeCD tweaks.
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>
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>
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>
6868 ____________________________________________________________________________
6869 [ 11478] By: jhi on 2001/07/29 16:50:55
6870 Log: Metaconfig unit change for #11477.
6871 Branch: metaconfig/U/perl
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>
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>
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>
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>
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>
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>
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>
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>
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>
6945 ____________________________________________________________________________
6946 [ 11468] By: jhi on 2001/07/25 01:39:11
6950 ____________________________________________________________________________
6951 [ 11467] By: jhi on 2001/07/24 16:05:34
6952 Log: Update Changes.
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>
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>
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.
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.
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>
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
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>
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>
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>
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>
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>
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>
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>
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>
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>
7063 Rename the script a little bit more sensibly.
7067 ! MANIFEST README.win32
7068 ____________________________________________________________________________
7069 [ 11452] By: jhi on 2001/07/23 17:22:37
7073 ____________________________________________________________________________
7074 [ 11451] By: jhi on 2001/07/23 17:10:52
7075 Log: Metaconfig unit tweak for #11450.
7076 Branch: metaconfig/U/perl
7078 ____________________________________________________________________________
7079 [ 11450] By: jhi on 2001/07/23 17:09:46
7080 Log: Too volatile failsafe check.
7083 ____________________________________________________________________________
7084 [ 11449] By: jhi on 2001/07/23 16:53:59
7085 Log: Further doc tweaks.
7088 ____________________________________________________________________________
7089 [ 11448] By: jhi on 2001/07/23 05:26:50
7093 ____________________________________________________________________________
7094 [ 11447] By: jhi on 2001/07/23 04:57:49
7095 Log: Doc tweakery from Abhijit.
7097 ! Porting/repository.pod
7098 ____________________________________________________________________________
7099 [ 11446] By: jhi on 2001/07/22 15:41:02
7100 Log: An accidental empty line.
7103 ____________________________________________________________________________
7104 [ 11445] By: jhi on 2001/07/22 15:38:30
7105 Log: Missing MANIFESTations.
7108 ____________________________________________________________________________
7109 [ 11444] By: jhi on 2001/07/22 15:30:10
7110 Log: Update Changes.
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>
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>
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>
7136 ! lib/Test.pm lib/Test/t/mix.t lib/Test/t/success.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)
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>
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>
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>
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>
7178 ____________________________________________________________________________
7179 [ 11435] By: jhi on 2001/07/22 00:22:51
7180 Log: Typo in #11432.
7183 ____________________________________________________________________________
7184 [ 11434] By: jhi on 2001/07/21 23:12:26
7185 Log: Integrate (manually) change #11424 from macperl.
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.
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).
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
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
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
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
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
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
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
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
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).
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.)
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()
7267 This is a modified version of patches suggested by Abhijit
7268 Menon-Sen and Richard Soderberg.
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>
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>
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>
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>
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>
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>
7363 ! ext/Time/HiRes/HiRes.xs
7364 ____________________________________________________________________________
7365 [ 11413] By: nick on 2001/07/20 06:18:53
7366 Log: Integrate mainline
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
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.)
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>
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>
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>
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)
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>
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>
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>
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
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
7464 Branch: maint-5.6/perl
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>
7482 Move t/base/commonsense.t to t/lib/commonsense.t - base tests
7483 should not depend on existance of Config.pm
7485 +> t/lib/commonsense.t
7486 - t/base/commonsense.t
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>
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>
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>
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>
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>
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>
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
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
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
7568 ____________________________________________________________________________
7569 [ 11385] By: nick on 2001/07/16 14:12:58
7570 Log: Back out change to h2xs till it passes its test.
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>
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>
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>
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>
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>
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>
7621 ! hints/darwin.sh hints/rhapsody.sh
7622 ____________________________________________________________________________
7623 [ 11376] By: nick on 2001/07/16 09:05:00
7624 Log: Integrate mainline
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
7643 make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
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
7651 ____________________________________________________________________________
7652 [ 11373] By: jhi on 2001/07/14 09:27:10
7653 Log: Update Changes.
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>
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>
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.
7676 ! U/compline/nblock_io.U
7677 Branch: metaconfig/U/perl
7679 ____________________________________________________________________________
7680 [ 11369] By: jhi on 2001/07/14 01:32:33
7681 Log: #include <stdlib.h> so that exit() is prototyped,
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>
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>
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.
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>
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.
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.
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)
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>
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>
7749 ____________________________________________________________________________
7750 [ 11359] By: jhi on 2001/07/13 14:30:32
7751 Log: Update Changes.
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>
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?)
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.
7784 ____________________________________________________________________________
7785 [ 11354] By: jhi on 2001/07/13 13:12:01
7786 Log: Bump the version to 5.7.2.
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
7792 ____________________________________________________________________________
7793 [ 11353] By: jhi on 2001/07/13 13:00:00
7794 Log: Update Changes.
7797 ____________________________________________________________________________
7798 [ 11352] By: jhi on 2001/07/13 12:54:49
7802 ____________________________________________________________________________
7803 [ 11351] By: jhi on 2001/07/13 12:52:47
7804 Log: AUTHORS update.
7807 ____________________________________________________________________________
7808 [ 11350] By: jhi on 2001/07/13 12:24:36
7809 Log: Ignore PL_regex_pad and PL_regex_padav from symbols
7813 ____________________________________________________________________________
7814 [ 11349] By: jhi on 2001/07/13 11:54:10
7815 Log: Integrate perlio.
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.
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.
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.
7834 ! win32/distclean.bat
7835 ____________________________________________________________________________
7836 [ 11345] By: nick on 2001/07/13 06:24:18
7837 Log: Integrate mainline
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.
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>
7855 ____________________________________________________________________________
7856 [ 11342] By: jhi on 2001/07/13 03:36:22
7857 Log: Remove unicode::distinct, as per Inaba Hiroto.
7859 - lib/unicode/distinct.pm
7860 ! MANIFEST hv.c perl.h pod/perlmodlib.pod pod/perltoc.pod sv.c
7862 ____________________________________________________________________________
7863 [ 11341] By: jhi on 2001/07/13 00:05:53
7864 Log: Paging for Dr Octothorpe.
7867 ____________________________________________________________________________
7868 [ 11340] By: jhi on 2001/07/12 23:53:44
7869 Log: cut-n-paste error noticed by mjd.
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>
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]>
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.
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>
7901 ____________________________________________________________________________
7902 [ 11335] By: jhi on 2001/07/12 23:23:14
7903 Log: Metaconfig unit change for #11134.
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.
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>
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>
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>
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>
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>
7957 ____________________________________________________________________________
7958 [ 11328] By: gsar on 2001/07/12 19:02:01
7961 ! win32/Makefile win32/makefile.mk
7962 ____________________________________________________________________________
7963 [ 11327] By: jhi on 2001/07/12 18:54:09
7964 Log: Update Changes.
7966 ! Changes patchlevel.h
7967 ____________________________________________________________________________
7968 [ 11326] By: jhi on 2001/07/12 18:17:18
7969 Log: Typo spotted by Philip Newton.
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>
7980 ____________________________________________________________________________
7981 [ 11324] By: jhi on 2001/07/12 18:09:17
7982 Log: Add README.uts from Hal Morris.
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>
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
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>
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.
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.
8022 ! lib/PerlIO.pm lib/open.pm
8023 ____________________________________________________________________________
8024 [ 11318] By: jhi on 2001/07/12 16:58:11
8025 Log: AIX doc update.
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>
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>
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>
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>
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>
8068 ____________________________________________________________________________
8069 [ 11312] By: jhi on 2001/07/12 16:07:22
8070 Log: Tell where the nice Estonian database is.
8073 ____________________________________________________________________________
8074 [ 11311] By: jhi on 2001/07/12 16:05:31
8075 Log: Retract #11309 since #11310 is a better fix.
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())
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
8088 ! lib/open.pm win32/win32.c
8089 ____________________________________________________________________________
8090 [ 11309] By: jhi on 2001/07/12 15:29:55
8091 Log: Temporary workaround.
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.
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.
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>
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>
8123 (With prototyping and multiplicity tweaks.)
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
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.
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.
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>
8150 ____________________________________________________________________________
8151 [ 11300] By: jhi on 2001/07/12 12:35:44
8152 Log: Integrate perlio.
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>
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>
8170 More parentheses to keep bcc happy.
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>
8181 ____________________________________________________________________________
8182 [ 11296] By: nick on 2001/07/12 11:55:48
8183 Log: Exclude reentrant_buffer from .def file
8186 ____________________________________________________________________________
8187 [ 11295] By: nick on 2001/07/12 11:11:44
8188 Log: Honour void-ness of my_exit()
8191 ____________________________________________________________________________
8192 [ 11294] By: nick on 2001/07/12 07:51:04
8193 Log: Integrate mainline
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.
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...
8207 ____________________________________________________________________________
8208 [ 11291] By: jhi on 2001/07/12 04:36:47
8209 Log: Locale encoding tweaks.
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>
8219 Remove the chmod/umask leading zero warning.
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.)
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.
8233 ____________________________________________________________________________
8234 [ 11287] By: jhi on 2001/07/12 03:40:04
8235 Log: Metaconfig unit change for #11286.
8236 Branch: metaconfig/U/perl
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>
8245 ! Configure myconfig.SH
8246 ____________________________________________________________________________
8247 [ 11285] By: jhi on 2001/07/12 03:27:28
8248 Log: Retract #11166 (and #11237).
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.
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>
8266 ! embedvar.h intrpvar.h op.h perl.c perlapi.h pod/perlapi.pod
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>
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>
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>
8292 ____________________________________________________________________________
8293 [ 11279] By: nick on 2001/07/11 15:49:38
8294 Log: Integrate mainline
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.
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>
8313 Backport of embed.pl to 5.003.
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>
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.
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>
8336 Threadsafe PMOPs for ithreads, waiting for AMS's Perl_re_dup().
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.
8344 ! t/pod/special_seqs.xr
8345 ____________________________________________________________________________
8346 [ 11272] By: jhi on 2001/07/11 00:46:05
8347 Log: File::Spec usage tweak.
8350 ____________________________________________________________________________
8351 [ 11271] By: jhi on 2001/07/11 00:37:19
8352 Log: Integrate #11263 from macperl; macos and macosx updates.
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>
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>
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>
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>
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>
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>
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>
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
8418 ____________________________________________________________________________
8419 [ 11262] By: jhi on 2001/07/10 15:21:26
8420 Log: A proof of the dangers of package; ?
8423 ____________________________________________________________________________
8424 [ 11261] By: jhi on 2001/07/10 15:02:27
8425 Log: Regen toc and modlib.
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
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>
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>
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>
8456 (This version of the patch with a comment from Gisle.)
8459 ____________________________________________________________________________
8460 [ 11257] By: jhi on 2001/07/10 13:45:44
8461 Log: Mention package; deprecation and the Win32 problems.
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>
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.
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.
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)")
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'
8496 ____________________________________________________________________________
8497 [ 11251] By: jhi on 2001/07/10 04:04:18
8498 Log: Telling the number of tests helps.
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.
8506 ____________________________________________________________________________
8507 [ 11249] By: jhi on 2001/07/10 03:50:18
8508 Log: Add a test for for PerlIO ":encoding(...)" layer.
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.
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.
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>
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>
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>
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
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.
8569 ____________________________________________________________________________
8570 [ 11241] By: jhi on 2001/07/09 19:09:58
8571 Log: Add INOUT to control both ways at the same time.
8574 ____________________________________________________________________________
8575 [ 11240] By: nick on 2001/07/09 16:33:50
8576 Log: Integrate mainline
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.
8586 ____________________________________________________________________________
8587 [ 11238] By: jhi on 2001/07/09 14:40:43
8588 Log: Update Changes.
8590 ! Changes patchlevel.h
8591 ____________________________________________________________________________
8592 [ 11237] By: jhi on 2001/07/09 14:27:27
8593 Log: (Retracted by #11285).
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>
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.
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.
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.
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.
8623 ____________________________________________________________________________
8624 [ 11232] By: gsar on 2001/07/09 04:40:07
8625 Log: t/harness doesn't know about run/*.t
8628 ____________________________________________________________________________
8629 [ 11231] By: gsar on 2001/07/09 04:36:30
8630 Log: run/exit.t busted on windows
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
8638 ____________________________________________________________________________
8639 [ 11229] By: gsar on 2001/07/09 03:57:06
8640 Log: test skip logic was broken
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)
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
8654 ____________________________________________________________________________
8655 [ 11226] By: gsar on 2001/07/09 01:55:23
8658 ! ext/POSIX/POSIX.xs
8659 ____________________________________________________________________________
8660 [ 11225] By: jhi on 2001/07/08 23:42:37
8661 Log: Update Changes.
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.
8669 ! ext/I18N/Langinfo/Langinfo.xs
8670 ____________________________________________________________________________
8671 [ 11223] By: jhi on 2001/07/08 22:59:01
8672 Log: Retract #11212.
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.
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.
8684 $ ./perl -we 'chmod(oct("755"), ".")'
8685 Non-octal literal mode (493) specified at -e line 1.
8686 (Did you mean 0493 instead?)
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).
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.
8700 Fix up AutoLoader to fudge for Mac paths in import().
8702 Allow symbols in try_symbol() to begin with "_".
8704 Small portability fix for Mac OS.
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
8712 ____________________________________________________________________________
8713 [ 11217] By: jhi on 2001/07/08 16:10:07
8714 Log: Detypo, problem noticed by Gerrit P. Haase.
8716 ! Configure config_h.SH
8717 ____________________________________________________________________________
8718 [ 11216] By: jhi on 2001/07/08 15:58:35
8722 ____________________________________________________________________________
8723 [ 11215] By: jhi on 2001/07/08 15:52:57
8724 Log: Slight tweaks on #11213.
8727 ____________________________________________________________________________
8728 [ 11214] By: jhi on 2001/07/08 14:32:28
8729 Log: A missing dTHX noticed by Gerrit P. Haase.
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>
8739 Split out pending_ident().
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>
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.
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.
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
8767 ____________________________________________________________________________
8768 [ 11208] By: jhi on 2001/07/08 01:14:58
8769 Log: Metaconfig unit change for #11207.
8770 Branch: metaconfig/U/perl
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.
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
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
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.
8818 ____________________________________________________________________________
8819 [ 11200] By: jhi on 2001/07/07 22:44:14
8820 Log: Zap the lib/re.pm before creating it.
8823 ____________________________________________________________________________
8824 [ 11199] By: pudge on 2001/07/07 20:54:35
8825 Log: Another test. Please ignore.
8826 Branch: maint-5.6/macperl
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>
8849 ____________________________________________________________________________
8850 [ 11196] By: jhi on 2001/07/07 20:26:36
8851 Log: The UNICOS/mk SysV IPC problem has been fixed.
8853 ! pod/perl572delta.pod
8854 ____________________________________________________________________________
8855 [ 11195] By: jhi on 2001/07/07 19:59:51
8856 Log: Slight update tweaks on perlunicode.pod.
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>
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
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.
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>
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>
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>
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>
8912 ____________________________________________________________________________
8913 [ 11187] By: pudge on 2001/07/07 02:11:36
8914 Log: Test again. Please ignore.
8915 Branch: maint-5.6/macperl
8917 ____________________________________________________________________________
8918 [ 11186] By: pudge on 2001/07/07 02:08:13
8919 Log: Test. Please ignore.
8920 Branch: maint-5.6/macperl
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
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>
8945 ____________________________________________________________________________
8946 [ 11183] By: nick on 2001/07/06 16:27:40
8947 Log: Integrate mainline
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.
8958 ! lib/warnings.pm warnings.h
8959 ____________________________________________________________________________
8960 [ 11181] By: jhi on 2001/07/06 13:24:42
8961 Log: Update Changes.
8963 ! Changes patchlevel.h
8964 ____________________________________________________________________________
8965 [ 11180] By: jhi on 2001/07/06 13:20:08
8969 ____________________________________________________________________________
8970 [ 11179] By: jhi on 2001/07/06 12:57:13
8971 Log: Nit from Abhijit.
8974 ____________________________________________________________________________
8975 [ 11178] By: jhi on 2001/07/06 12:53:04
8976 Log: Retract #11172.
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>
8987 ____________________________________________________________________________
8988 [ 11176] By: jhi on 2001/07/06 12:42:45
8989 Log: (Accidentally empty check-in.)
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."
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
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>
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>
9025 ____________________________________________________________________________
9026 [ 11171] By: jhi on 2001/07/06 01:38:55
9027 Log: VOS README update from Paul Green.
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)
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>
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
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>
9061 ! ext/B/B/Deparse.pm
9062 ____________________________________________________________________________
9063 [ 11166] By: jhi on 2001/07/06 01:11:50
9064 Log: (Retracted by #11285.)
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>
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
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)
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.
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().
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...}.
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>
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.
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.
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)
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>
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>
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>
9151 (and retract #11145)
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>
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>
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)
9178 XXX the Perl_mfree() wrapper might need to do return(free()) on
9179 platforms where Free_t isn't "void"
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
9189 building perl with -Dusemymalloc exacerbates the problem since
9190 Perl_malloc() holds a mutex, and perl's exec() calls New()
9192 XXX the code in win32thread.h may be needed on platforms that have
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
9206 ____________________________________________________________________________
9207 [ 11148] By: jhi on 2001/07/04 17:14:51
9208 Log: Update Changes.
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.
9224 ____________________________________________________________________________
9225 [ 11145] By: jhi on 2001/07/04 16:08:00
9226 Log: (Retracted by #11155) PERLRUNINST needed in some spots.
9228 ! lib/ExtUtils/MM_Unix.pm
9229 ____________________________________________________________________________
9230 [ 11144] By: jhi on 2001/07/04 16:07:35
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.
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.
9244 ! lib/ExtUtils/MakeMaker.pm
9245 ____________________________________________________________________________
9246 [ 11141] By: jhi on 2001/07/04 14:34:11
9247 Log: Microperl update.
9250 ____________________________________________________________________________
9251 [ 11140] By: jhi on 2001/07/04 14:32:27
9252 Log: Update the libnet tests as per #11138.
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.
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
9266 - lib/Net/DummyInetd.pm lib/Net/PH.pm lib/Net/SNPP.pm
9268 ____________________________________________________________________________
9269 [ 11137] By: jhi on 2001/07/04 14:06:35
9270 Log: Add the OS/390 harness results to the delta.
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.
9278 ____________________________________________________________________________
9279 [ 11135] By: jhi on 2001/07/04 13:49:08
9280 Log: DOS/DJGPP tweaks from Laszlo Molnar.
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>
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.
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
9316 http://www.unicode.org/unicode/reports/tr24/
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
9339 ____________________________________________________________________________
9340 [ 11131] By: jhi on 2001/07/03 23:02:02
9341 Log: Better document the difference between a block and a script.
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>
9352 ____________________________________________________________________________
9353 [ 11129] By: jhi on 2001/07/03 22:45:41
9354 Log: Add tests for charscript().
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.
9361 ! lib/Unicode/UCD.pm
9362 ____________________________________________________________________________
9363 [ 11127] By: jhi on 2001/07/03 19:53:29
9367 ____________________________________________________________________________
9368 [ 11126] By: jhi on 2001/07/03 19:45:30
9369 Log: Unicode::UCD updates.
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>
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>
9388 Replace #11113 with a better version.
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>
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>
9407 ____________________________________________________________________________
9408 [ 11121] By: jhi on 2001/07/03 13:26:08
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>
9419 The $^S is working again.
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>
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>
9438 ____________________________________________________________________________
9439 [ 11117] By: jhi on 2001/07/03 11:25:14
9442 ! pod/perl572delta.pod
9443 ____________________________________________________________________________
9444 [ 11116] By: jhi on 2001/07/02 23:06:50
9445 Log: Metaconfig unit change for 11115.
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)
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.
9461 ____________________________________________________________________________
9462 [ 11113] By: jhi on 2001/07/02 22:56:09
9463 Log: (Replaced by #11124) UTS workaround from Hal Morris.
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>
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>
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>
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>
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
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>
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>
9522 ____________________________________________________________________________
9523 [ 11105] By: jhi on 2001/07/02 19:17:27
9524 Log: (Mistaken retraction)
9527 ____________________________________________________________________________
9528 [ 11104] By: jhi on 2001/07/02 18:56:15
9529 Log: Detypo in #11103.
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>
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>
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>
9556 ____________________________________________________________________________
9557 [ 11100] By: jhi on 2001/07/02 17:51:44
9558 Log: Update Changes.
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().
9569 ____________________________________________________________________________
9570 [ 11098] By: jhi on 2001/07/02 17:37:44
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>
9578 but do semop() always the slow way.
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>
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>
9596 ! ext/Encode/Encode/Tcl.pm
9597 ____________________________________________________________________________
9598 [ 11095] By: jhi on 2001/07/02 17:07:14
9599 Log: Regen api and toc.
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).
9613 ____________________________________________________________________________
9614 [ 11092] By: jhi on 2001/07/02 14:11:31
9615 Log: Move the mdelete.bat from win32/bin to win32.
9618 ____________________________________________________________________________
9619 [ 11091] By: jhi on 2001/07/02 14:10:01
9620 Log: Typo in #11083.
9622 ! ext/Time/Piece/Piece.t
9623 ____________________________________________________________________________
9624 [ 11090] By: jhi on 2001/07/02 13:36:58
9625 Log: Netware tweaks from Guruprasad.
9627 - NetWare/perlsdio.h
9628 ! MANIFEST NetWare/Makefile NetWare/interface.c
9629 ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.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>
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>
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
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>
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>
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>
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.
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>
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>
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>
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>
9715 Borland C vs PerlIO.
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>
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>
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>
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.
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>
9754 s/signaling/signalling/
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>
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>
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.
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>
9786 ____________________________________________________________________________
9787 [ 11069] By: jhi on 2001/07/02 12:01:52
9788 Log: Sync with Sarathy; integrate with perlio.
9791 ____________________________________________________________________________
9792 [ 11068] By: gsar on 2001/07/02 08:07:54
9793 Log: regenerate win32/config_H.?c files
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
9801 win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
9804 fix a warning about "fd" being used without being set in Cwd.xs
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
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)
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
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)
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
9837 ____________________________________________________________________________
9838 [ 11062] By: nick on 2001/07/01 18:47:42
9839 Log: Raw integrate - does not build #if mess in gv.c
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, ...
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.
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.
9861 ! Changes patchlevel.h
9862 ____________________________________________________________________________
9863 [ 11058] By: jhi on 2001/07/01 04:57:05
9864 Log: Still one typo, regen toc.
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.
9871 ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
9872 ____________________________________________________________________________
9873 [ 11056] By: jhi on 2001/07/01 04:26:08
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.
9882 ____________________________________________________________________________
9883 [ 11054] By: jhi on 2001/06/30 21:33:29
9884 Log: gcc -Wall lint after #11051.
9887 ____________________________________________________________________________
9888 [ 11053] By: jhi on 2001/06/30 21:13:55
9889 Log: Integrate perlio.
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.
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
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
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
9913 ! lib/File/Find/taint.t
9914 ____________________________________________________________________________
9915 [ 11049] By: nick on 2001/06/30 18:13:33
9916 Log: Integrate mainline
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
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.
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.
9943 + lib/Unicode/UCD.pm lib/Unicode/UCD.t
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>
9953 ____________________________________________________________________________
9954 [ 11044] By: jhi on 2001/06/30 13:29:25
9955 Log: The $^N is now taken (by #11038).
9958 ____________________________________________________________________________
9959 [ 11043] By: jhi on 2001/06/30 13:15:59
9960 Log: The #11040 had slipped to a wrong function...
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().
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>
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>
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>
9995 ____________________________________________________________________________
9996 [ 11038] By: jhi on 2001/06/30 12:58:16
9997 Log: Add support for $^N, the most-recently closed group.
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
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>
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>
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>
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>
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.
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.
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.
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>
10057 ! ext/Time/HiRes/HiRes.xs
10058 ____________________________________________________________________________
10059 [ 11031] By: jhi on 2001/06/29 14:31:53
10060 Log: -lpthreads missing in AIX.
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>
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>
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
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?
10089 ____________________________________________________________________________
10090 [ 11026] By: jhi on 2001/06/29 13:14:07
10091 Log: Update Changes.
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>
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.
10107 ____________________________________________________________________________
10108 [ 11023] By: jhi on 2001/06/29 12:33:33
10109 Log: Known test failures update.
10111 ! pod/perl572delta.pod
10112 ____________________________________________________________________________
10113 [ 11022] By: jhi on 2001/06/29 12:24:32
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>
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>
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.
10135 ____________________________________________________________________________
10136 [ 11019] By: jhi on 2001/06/29 12:05:10
10137 Log: HP-UX needs gccversion sooner, from Merijn Brand.
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>
10147 ! README.os2 os2/Changes
10148 ____________________________________________________________________________
10149 [ 11017] By: nick on 2001/06/29 10:20:30
10150 Log: Integrate mainline
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.
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.
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.
10184 ____________________________________________________________________________
10185 [ 11013] By: jhi on 2001/06/28 23:14:53
10186 Log: Worrying about insecure directories now is a bit too late.
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>.
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>
10202 (unfinished: time/hires tests 3, 5, 14 failing, but better
10203 than wholesale failure)
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>
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
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.
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.
10240 ! Changes patchlevel.h
10241 ____________________________________________________________________________
10242 [ 11005] By: jhi on 2001/06/28 14:40:11
10243 Log: More Perforce lore.
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.
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.
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.
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
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>
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>
10301 ! configure.com ext/Digest/MD5/Makefile.PL
10302 ____________________________________________________________________________
10303 [ 10996] By: jhi on 2001/06/27 20:34:11
10304 Log: Update Changes.
10306 ! Changes patchlevel.h
10307 ____________________________________________________________________________
10308 [ 10995] By: jhi on 2001/06/27 20:06:28
10309 Log: Tiny EPOC updates.
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.
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.
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.
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>
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>
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>
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>
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>
10379 ____________________________________________________________________________
10380 [ 10986] By: jhi on 2001/06/27 12:01:49
10381 Log: Add perl_clone_host() for Netware.
10384 ____________________________________________________________________________
10385 [ 10985] By: jhi on 2001/06/27 11:56:53
10386 Log: GCC 3.0 hints for HP-UX.
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.
10396 + ext/NDBM_File/hints/linux.pl
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]>
10405 ! lib/File/Find/find.t
10406 ____________________________________________________________________________
10407 [ 10982] By: jhi on 2001/06/27 11:47:30
10408 Log: AUTHORS updates.
10411 ____________________________________________________________________________
10412 [ 10981] By: jhi on 2001/06/27 11:46:02
10413 Log: Metaconfig unit change like #10980.
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.)
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.
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.
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.
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>
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>
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>
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>
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
10482 ____________________________________________________________________________
10483 [ 10971] By: jhi on 2001/06/26 19:59:41
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.
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>
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>
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.
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.
10517 ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
10518 ____________________________________________________________________________
10519 [ 10965] By: jhi on 2001/06/26 13:57:54
10523 ____________________________________________________________________________
10524 [ 10964] By: jhi on 2001/06/26 13:56:11
10525 Log: Nonexistent pod command.
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.
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?)
10540 ! lib/Net/Config.pm
10541 ____________________________________________________________________________
10542 [ 10961] By: jhi on 2001/06/26 13:37:30
10543 Log: Doc patch for #10959.
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>
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>
10561 Because "shared" isn't: it's read-only.
10564 ____________________________________________________________________________
10565 [ 10958] By: jhi on 2001/06/26 13:28:27
10566 Log: Escape multiline croak messages.
10569 ____________________________________________________________________________
10570 [ 10957] By: jhi on 2001/06/26 13:18:34
10571 Log: No more pragma/*.t for minitest.
10574 ____________________________________________________________________________
10575 [ 10956] By: jhi on 2001/06/26 13:18:00
10576 Log: AUTHORS updates.
10579 ____________________________________________________________________________
10580 [ 10955] By: jhi on 2001/06/26 13:17:05
10581 Log: delta updates.
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>
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>
10599 SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
10601 + ext/Time/HiRes/hints/sco.pl
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>
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.
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.
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
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.
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>.
10639 ! ext/Errno/Errno_pm.PL
10640 ____________________________________________________________________________
10641 [ 10946] By: jhi on 2001/06/26 02:50:46
10642 Log: Known bugs update.
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.
10650 ____________________________________________________________________________
10651 [ 10944] By: jhi on 2001/06/26 01:12:39
10652 Log: Be even more relaxed (re-allow having only one entry).
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.
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.
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.
10671 ____________________________________________________________________________
10672 [ 10940] By: jhi on 2001/06/25 21:59:29
10673 Log: Touch 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>
10683 Cater for Solaris nroff brokenness (shortchanges daisywheel
10684 printers, but hey, we also no more support PDPs.)
10687 ____________________________________________________________________________
10688 [ 10938] By: jhi on 2001/06/25 21:14:41
10689 Log: Typo in #10937.
10691 ! ext/POSIX/sigaction.t
10692 ____________________________________________________________________________
10693 [ 10937] By: jhi on 2001/06/25 19:42:02
10694 Log: SIGCONT not trappable in VMS.
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>
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.
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
10718 ____________________________________________________________________________
10719 [ 10933] By: jhi on 2001/06/25 18:25:26
10720 Log: Typo in #10889.
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>
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>
10739 ____________________________________________________________________________
10740 [ 10930] By: jhi on 2001/06/25 14:33:46
10741 Log: Update Changes.
10743 ! Changes patchlevel.h
10744 ____________________________________________________________________________
10745 [ 10929] By: jhi on 2001/06/25 14:17:57
10746 Log: Regen toc and modlib.
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.
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>
10763 ____________________________________________________________________________
10764 [ 10926] By: jhi on 2001/06/25 14:04:07
10765 Log: Missed from #10925.
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>
10776 ____________________________________________________________________________
10777 [ 10924] By: jhi on 2001/06/25 13:58:18
10778 Log: Netware README tweak.
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>
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>
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>
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>
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>
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>
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>
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>
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.
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.
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
10859 ____________________________________________________________________________
10860 [ 10913] By: jhi on 2001/06/25 13:35:41
10861 Log: Add Test::Simple from Michael G Schwern.
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
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]>
10887 ____________________________________________________________________________
10888 [ 10911] By: jhi on 2001/06/25 13:05:00
10889 Log: Upgrade to Attribute::Handlers 0.70.
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>
10900 (Can't think of a good place to put tests.)
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>
10911 ____________________________________________________________________________
10912 [ 10908] By: jhi on 2001/06/24 22:24:49
10913 Log: Move the pack warnings to their own file, as pointed
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.
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.
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.)
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? :-)
10944 ____________________________________________________________________________
10945 [ 10903] By: jhi on 2001/06/24 18:40:52
10946 Log: De-cut-and-pasto in #10902.
10949 ____________________________________________________________________________
10950 [ 10902] By: jhi on 2001/06/24 18:35:18
10951 Log: The #10771 didn't take?
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.
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.
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)
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>
10974 Document (well, mention) shortmess() and longmess()
10975 to rob people of their fun of reinventing the weel.
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>
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>
10994 ____________________________________________________________________________
10995 [ 10896] By: jhi on 2001/06/24 16:36:32
10996 Log: Memoize patch from mjd.
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.
11004 ____________________________________________________________________________
11005 [ 10894] By: jhi on 2001/06/24 14:43:36
11006 Log: Upgrade to Memoize 0.65.
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.
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>
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>
11040 Fix an ancient (5.002) bug.
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'
11049 ____________________________________________________________________________
11050 [ 10889] By: jhi on 2001/06/24 13:24:00
11051 Log: Make UTS as per #10888.
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.
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.
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>
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>
11081 ____________________________________________________________________________
11082 [ 10884] By: jhi on 2001/06/24 13:11:36
11083 Log: Darwin needs -traditional-cpp for cppflags to build Errno.
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>
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>
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>
11111 Pacify compiler warnings.
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>
11121 Enable compression of executables during link time.
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>
11131 Add ordinals to the export list for Perl DLL.
11132 (Breaks intra-version DLL compatibility.)
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.
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).
11146 ____________________________________________________________________________
11147 [ 10876] By: jhi on 2001/06/24 01:37:05
11148 Log: Regen toc and modlib.
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.)
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.
11163 ! lib/Test/Harness.pm
11164 ____________________________________________________________________________
11165 [ 10873] By: jhi on 2001/06/23 23:36:56
11166 Log: Just zap the -uPerlio.
11169 ____________________________________________________________________________
11170 [ 10872] By: jhi on 2001/06/23 21:29:10
11171 Log: Do not test PerlIO if PerlIO not used.
11173 ! ext/PerlIO/PerlIO.t
11174 ____________________________________________________________________________
11175 [ 10871] By: jhi on 2001/06/23 21:12:49
11176 Log: Regen perlapi.
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>
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>
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.
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.)
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.
11211 + ext/SDBM_File/sdbm.t
11212 - ext/ODBM_File/sdbm.t
11214 ____________________________________________________________________________
11215 [ 10865] By: jhi on 2001/06/23 15:01:02
11216 Log: (Retracted by #10867.)
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
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.
11229 ! Configure config_h.SH
11230 ____________________________________________________________________________
11231 [ 10862] By: jhi on 2001/06/23 14:02:14
11232 Log: More Cygwin filesystem semantics.
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.
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.
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).
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)
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.
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().
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.
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
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).
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.
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>
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>
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>
11318 ____________________________________________________________________________
11319 [ 10848] By: jhi on 2001/06/22 21:51:31
11320 Log: Retract #10845.
11322 ! lib/File/Find/taint.t
11323 ____________________________________________________________________________
11324 [ 10847] By: jhi on 2001/06/22 21:50:38
11325 Log: Yet another error message.
11328 ____________________________________________________________________________
11329 [ 10846] By: jhi on 2001/06/22 21:48:39
11330 Log: The croak message for nonexistent socket functions may vary.
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.)
11337 ! lib/File/Find/taint.t
11338 ____________________________________________________________________________
11339 [ 10844] By: jhi on 2001/06/22 21:32:58
11340 Log: Integrate perlio.
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
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.
11354 ____________________________________________________________________________
11355 [ 10841] By: nick on 2001/06/22 21:19:36
11356 Log: Skip cwd test on Win32 ???
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.
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.
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
11375 ____________________________________________________________________________
11376 [ 10837] By: jhi on 2001/06/22 21:09:42
11377 Log: Cleanup of the cross-compilation unit.
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
11385 ____________________________________________________________________________
11386 [ 10835] By: jhi on 2001/06/22 20:44:20
11387 Log: Integrate perlio.
11390 ____________________________________________________________________________
11391 [ 10834] By: nick on 2001/06/22 20:41:54
11392 Log: Integrate mainline
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
11397 ____________________________________________________________________________
11398 [ 10833] By: nick on 2001/06/22 20:22:58
11402 ____________________________________________________________________________
11403 [ 10832] By: jhi on 2001/06/22 20:13:02
11404 Log: Metaconfig unit changes for #10831.
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>
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.
11421 ____________________________________________________________________________
11422 [ 10829] By: jhi on 2001/06/22 16:25:16
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...)
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
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]>
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.
11452 ! NetWare/t/NWScripts.pl
11453 ____________________________________________________________________________
11454 [ 10825] By: jhi on 2001/06/22 13:00:55
11455 Log: Update Changes.
11457 ! Changes patchlevel.h
11458 ____________________________________________________________________________
11459 [ 10824] By: jhi on 2001/06/22 12:46:56
11460 Log: Add .i and .s targets.
11463 ____________________________________________________________________________
11464 [ 10823] By: jhi on 2001/06/22 12:25:20
11465 Log: Upgrade to Locale::Maketext 1.03.
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.
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
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>
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>
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>
11507 ____________________________________________________________________________
11508 [ 10817] By: jhi on 2001/06/22 12:10:05
11509 Log: AUTHORS update.
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>
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>
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.
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.
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>
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.
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>
11561 plus reword the getcwd() comment, plus use getcwd() buffer
11565 ____________________________________________________________________________
11566 [ 10809] By: jhi on 2001/06/22 01:16:58
11567 Log: More gprofing from Doug MacEachern.
11570 ____________________________________________________________________________
11571 [ 10808] By: jhi on 2001/06/22 01:15:11
11572 Log: Metaconfig unit change for #10807.
11573 Branch: metaconfig/U/perl
11575 ____________________________________________________________________________
11576 [ 10807] By: jhi on 2001/06/22 01:14:43
11577 Log: Tell that you are removing the unneeded -lsfio.
11580 ____________________________________________________________________________
11581 [ 10806] By: jhi on 2001/06/22 01:03:14
11582 Log: More MPE/iX tweaks from Mark Bixby.
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>.
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,
11596 ____________________________________________________________________________
11597 [ 10803] By: jhi on 2001/06/21 21:54:00
11598 Log: Metaconfig unit change for #10802.
11599 Branch: metaconfig/U/perl
11601 ____________________________________________________________________________
11602 [ 10802] By: jhi on 2001/06/21 21:53:37
11606 ____________________________________________________________________________
11607 [ 10801] By: jhi on 2001/06/21 21:38:38
11608 Log: Off-by-one. I'm so classic.
11611 ____________________________________________________________________________
11612 [ 10800] By: jhi on 2001/06/21 20:10:19
11613 Log: Update Changes.
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>
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
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).
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.
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.
11653 ____________________________________________________________________________
11654 [ 10794] By: nick on 2001/06/21 17:11:35
11655 Log: Integrate mainline
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>
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>
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>
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>
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)
11722 ! Configure Makefile.SH
11723 ____________________________________________________________________________
11724 [ 10787] By: nick on 2001/06/21 14:16:18
11725 Log: Integrate mainline
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.
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.
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>
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>
11760 Setting umask to something friendlier.
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.
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
11785 ____________________________________________________________________________
11786 [ 10781] By: jhi on 2001/06/21 13:16:04
11787 Log: Upgrade to I18N::LangTags 0.25.
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>
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.
11805 ____________________________________________________________________________
11806 [ 10778] By: jhi on 2001/06/21 12:52:37
11807 Log: Case of confused test numbering.
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>
11817 Allow lvalue subs to return undef in array context.
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.
11825 ! lib/File/Find/find.t
11826 ____________________________________________________________________________
11827 [ 10775] By: jhi on 2001/06/21 12:25:58
11828 Log: NetWare tweaks from Guruprasad.
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>
11841 Unroll to avoid a UTS compiler bug.
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>
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>
11859 Plus extra parentheses.
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>
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>
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>
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>
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>
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>
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>
11915 ____________________________________________________________________________
11916 [ 10765] By: jhi on 2001/06/20 19:51:47
11917 Log: Update Changes.
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>
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.
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.
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.
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.)
11955 ____________________________________________________________________________
11956 [ 10759] By: jhi on 2001/06/20 18:02:18
11957 Log: Update to I18N::LangTags 0.24, from Sean Burke.
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.
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>
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>
11984 ! ext/POSIX/POSIX.t lib/AutoLoader.pm
11985 ____________________________________________________________________________
11986 [ 10755] By: nick on 2001/06/20 16:12:37
11987 Log: Integrate mainline
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,
11999 Branch: maint-5.6/perl
12001 ____________________________________________________________________________
12002 [ 10753] By: jhi on 2001/06/20 14:03:20
12003 Log: Security tweak on readlink().
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.)
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()).
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).
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.
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.
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.
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>
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>
12057 The bug was that the IO::Socket::INET constructor
12058 did not allow a 'LocalPort' of 0.
12060 ! ext/IO/lib/IO/Socket/INET.pm
12061 ____________________________________________________________________________
12062 [ 10745] By: nick on 2001/06/20 08:56:39
12063 Log: Integrate mainline.
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.
12072 TODO: the realpath() emulation code in util.c doesn't
12073 seem fully operational? (readlink(), for example?)
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.
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:
12090 C<eval "/x$\r\n/x"> fails to compile correctly
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)
12098 ____________________________________________________________________________
12099 [ 10740] By: jhi on 2001/06/19 23:58:25
12100 Log: The test.third results were funnily named because of the
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>
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().
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
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>
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
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
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>
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>
12160 Further fixes to fflush(NULL) detection.
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?)
12169 ____________________________________________________________________________
12170 [ 10731] By: jhi on 2001/06/19 19:17:35
12171 Log: AUTHORS updates.
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>
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.
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.
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.
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>
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>
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
12223 ____________________________________________________________________________
12224 [ 10723] By: nick on 2001/06/19 14:46:15
12225 Log: Integrate mainline
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.
12248 ! Changes patchlevel.h
12249 ____________________________________________________________________________
12250 [ 10721] By: jhi on 2001/06/19 11:29:34
12251 Log: The existence shall be MANIFESted.
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.
12259 ! utils/libnetcfg.PL
12260 ____________________________________________________________________________
12261 [ 10719] By: jhi on 2001/06/19 10:55:59
12262 Log: NetWare tweaks from Guruprasad.
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>
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>
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>,
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>
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.)
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>
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.
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.
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
12336 ____________________________________________________________________________
12337 [ 10710] By: jhi on 2001/06/19 10:18:41
12338 Log: Integrate perlio.
12340 !> win32/config_sh.PL
12341 ____________________________________________________________________________
12342 [ 10709] By: nick on 2001/06/19 08:18:18
12343 Log: Integrate mainline
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
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.
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.
12374 ! pod/perl572delta.pod
12375 ____________________________________________________________________________
12376 [ 10705] By: jhi on 2001/06/19 01:53:40
12377 Log: Update perl572delta.
12379 ! pod/perl572delta.pod
12380 ____________________________________________________________________________
12381 [ 10704] By: jhi on 2001/06/19 01:28:40
12382 Log: VOS updates from Paul Green.
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.
12389 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
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)
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,
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.
12409 ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
12410 ____________________________________________________________________________
12411 [ 10699] By: jhi on 2001/06/18 23:19:53
12415 ____________________________________________________________________________
12416 [ 10698] By: jhi on 2001/06/18 23:10:22
12417 Log: Document the need for sv_printify().
12419 Document that 'use utf8' has been considered.
12421 (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
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>
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>
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>
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>
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>
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>
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>
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.
12486 ! U/modified/libc.U
12487 Branch: metaconfig/U/perl
12490 ! Configure INSTALL
12491 ____________________________________________________________________________
12492 [ 10689] By: jhi on 2001/06/18 13:59:47
12493 Log: Update Changes.
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>
12503 ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
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>
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.
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.
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.
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).
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.
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>
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>
12588 Plus the comment left in as suggested by NI-S.
12591 ____________________________________________________________________________
12592 [ 10679] By: jhi on 2001/06/18 11:49:27
12593 Log: One missed file.
12596 ____________________________________________________________________________
12597 [ 10678] By: nick on 2001/06/18 08:05:29
12598 Log: Integrate mainline (part2 - the deletes)
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)
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
12625 (2) otherwise if there are multiple tests for a module
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.
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.
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.
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>
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.
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.
12673 + lib/Text/Abbrev.t
12674 - lib/Text/Abbrev/t/abbrev.t
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.
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>
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:
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.
12700 ____________________________________________________________________________
12701 [ 10668] By: jhi on 2001/06/17 19:13:24
12702 Log: Integrate change #10667 from maintperl:
12704 change#10449 broke the special-case that makes lexicals inside the
12705 eval"" within DB::DB() visible
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
12714 ____________________________________________________________________________
12715 [ 10666] By: jhi on 2001/06/17 17:50:07
12716 Log: Still spurious output; indent the code a bit.
12718 TODO1: separate the utility functions like MkDir
12719 into a helper script?
12721 TODO2: I see a lot of repetition in the filepath()
12722 and dirpath() calls.
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.
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.
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.
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.
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.
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.
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]>
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>
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>
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>
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>
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>
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>
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>
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>
12829 ____________________________________________________________________________
12830 [ 10655] By: jhi on 2001/06/16 23:32:03
12831 Log: Update Changes.
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>
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.
12846 ! pod/perl572delta.pod
12847 ____________________________________________________________________________
12848 [ 10652] By: jhi on 2001/06/16 23:12:19
12849 Log: -Wall cleanup.
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.
12857 ! ext/Thread/Thread.xs
12858 ____________________________________________________________________________
12859 [ 10650] By: jhi on 2001/06/16 22:58:48
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.
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>
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.
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
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.
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.
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>.
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.
12970 ____________________________________________________________________________
12971 [ 10641] By: jhi on 2001/06/16 18:52:26
12972 Log: Integrate perlio.
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
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.
12986 + lib/Text/Abbrev/t/abbrev.t
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.
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.
13000 ____________________________________________________________________________
13001 [ 10636] By: jhi on 2001/06/16 18:13:59
13002 Log: #define fix from Nicholas Clark.
13004 ! ext/POSIX/POSIX.xs
13005 ____________________________________________________________________________
13006 [ 10635] By: jhi on 2001/06/16 17:50:43
13007 Log: Initialization is nice.
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.
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>
13024 The .xs parts, too.
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
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>
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.
13050 ! U/modified/Finish.U
13051 ____________________________________________________________________________
13052 [ 10629] By: jhi on 2001/06/16 15:11:10
13053 Log: The extraction changed directories.
13056 ____________________________________________________________________________
13057 [ 10628] By: jhi on 2001/06/16 14:59:38
13058 Log: Math::BigInt 1.35 from Tels.
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
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>
13076 Empty all of it because I think #10624 made even the
13077 last patch hunk unnecessary.
13079 ! os2/diff.configure
13080 ____________________________________________________________________________
13081 [ 10625] By: jhi on 2001/06/16 13:58:34
13082 Log: Metaconfig unit change for 10624.
13084 ! U/modified/libc.U
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.)
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>
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]>
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]>
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.
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
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.
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.
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
13144 ! lib/ExtUtils/Constant.pm
13145 ____________________________________________________________________________
13146 [ 10615] By: jhi on 2001/06/15 18:36:43
13147 Log: Integrate perlio.
13149 !> ext/Socket/Socket.xs
13150 ____________________________________________________________________________
13151 [ 10614] By: nick on 2001/06/15 18:33:37
13152 Log: MULTIPLICITY fix for Socket.xs
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>
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
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
13173 ____________________________________________________________________________
13174 [ 10611] By: jhi on 2001/06/15 14:29:04
13175 Log: Update Changes.
13177 ! Changes patchlevel.h
13178 ____________________________________________________________________________
13179 [ 10610] By: jhi on 2001/06/15 14:20:33
13180 Log: Upping the test count.
13183 ____________________________________________________________________________
13184 [ 10609] By: jhi on 2001/06/15 14:13:29
13185 Log: Integrate perlio.
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>
13195 Record the grim history.
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>
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.
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>
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.
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>
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>
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>
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>
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>
13264 ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
13266 ____________________________________________________________________________
13267 [ 10598] By: jhi on 2001/06/15 13:13:13
13268 Log: Integrate perlio.
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.
13278 ____________________________________________________________________________
13279 [ 10596] By: nick on 2001/06/15 10:11:20
13280 Log: Integrate mainline.
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
13299 ____________________________________________________________________________
13300 [ 10594] By: jhi on 2001/06/15 00:17:16
13301 Log: Integrate perlio.
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.
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
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.
13345 Abstract execution of compiled test executables with $run,
13346 and abstract transfer of files with $to and $from.
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 ':',
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.
13360 The symbol crosscompile renamed to be usecrosscompile,
13361 the corresponding C symbol from CROSSCOMPILE to
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.
13375 ! perlio.c win32/makefile.mk
13376 ____________________________________________________________________________
13377 [ 10590] By: jhi on 2001/06/14 16:11:11
13378 Log: Integrate perlio.
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
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.
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.
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.
13404 ! MANIFEST Makefile.SH perly.c
13405 ____________________________________________________________________________
13406 [ 10585] By: nick on 2001/06/14 08:22:29
13407 Log: Integrate mainline
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
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.
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.
13426 ____________________________________________________________________________
13427 [ 10582] By: jhi on 2001/06/14 03:04:51
13431 ____________________________________________________________________________
13432 [ 10581] By: jhi on 2001/06/14 03:03:14
13433 Log: de-$CONFIG continues.
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>
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>
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.
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.
13465 !> (integrate 125 files)
13466 ____________________________________________________________________________
13467 [ 10576] By: jhi on 2001/06/13 18:10:01
13468 Log: Update Changes.
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>
13478 ! ext/re/Makefile.PL
13479 ____________________________________________________________________________
13480 [ 10574] By: jhi on 2001/06/13 17:34:36
13481 Log: Mc.u.c. for #10573.
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.
13489 ____________________________________________________________________________
13490 [ 10572] By: jhi on 2001/06/13 17:26:29
13491 Log: Metaconfig unit change for #10571.
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.
13499 ____________________________________________________________________________
13500 [ 10570] By: jhi on 2001/06/13 17:15:16
13501 Log: Metaconfig unit change for #10569.
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.
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>.
13518 ____________________________________________________________________________
13519 [ 10567] By: jhi on 2001/06/13 16:20:23
13520 Log: Integrate perlio; conflicts, accept Nick's versions.
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>
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.
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).
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>
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]>
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
13567 ! XSUB.h malloc.c perl.h
13568 ____________________________________________________________________________
13569 [ 10560] By: jhi on 2001/06/13 13:35:42
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>
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>
13588 Document ax and break up dXSARGS.
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.
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]>
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]>
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.
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.
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>
13631 ____________________________________________________________________________
13632 [ 10551] By: jhi on 2001/06/13 01:26:53
13633 Log: I wonder how many $CONFIGs still lurk in the shadows.
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]
13641 ____________________________________________________________________________
13642 [ 10549] By: jhi on 2001/06/13 01:05:28
13643 Log: Use __attribute__((unused)) to silence -Wall on unused ax.
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>
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>
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>
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>
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>
13683 ____________________________________________________________________________
13684 [ 10544] By: jhi on 2001/06/13 00:34:39
13685 Log: AIX tweaks from Merijn H. Brand.
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>
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>
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>
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.
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.
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).
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
13739 ! pod/perldebug.pod
13740 ____________________________________________________________________________
13741 [ 10535] By: jhi on 2001/06/12 13:27:28
13742 Log: As suggested in
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>
13749 ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
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>
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>
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.
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>
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>
13797 ____________________________________________________________________________
13798 [ 10529] By: jhi on 2001/06/12 12:21:06
13799 Log: AUTHORS updates.
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>
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>
13818 ____________________________________________________________________________
13819 [ 10526] By: jhi on 2001/06/12 01:35:34
13820 Log: Cleanup the a2p.c for -Wall.
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.
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)
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
13836 ____________________________________________________________________________
13837 [ 10523] By: jhi on 2001/06/11 22:34:03
13838 Log: Metaconfig unit change for #10522. (The d_modfl changes
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".
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>
13856 ____________________________________________________________________________
13857 [ 10520] By: jhi on 2001/06/11 17:55:47
13858 Log: Move the full \p\P lists to perlunicode.
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
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]>
13874 ____________________________________________________________________________
13875 [ 10517] By: jhi on 2001/06/11 14:52:01
13876 Log: Update Changes.
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.
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.
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>
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.
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]>
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]>
13925 ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.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).
13931 ! perly.c vms/perly_c.vms
13932 ____________________________________________________________________________
13933 [ 10509] By: nick on 2001/06/11 07:49:15
13934 Log: Integrate mainline
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>
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>
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.
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.
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
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.
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.
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>
13992 Plus make run_byacc.
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.
13999 !> perlio.c perlsfio.h
14000 ____________________________________________________________________________
14001 [ 10499] By: nick on 2001/06/10 15:01:08
14002 Log: Integrate mainline
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
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
14017 ! perlio.c perlsfio.h
14018 ____________________________________________________________________________
14019 [ 10496] By: jhi on 2001/06/10 11:04:22
14020 Log: Update Changes.
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>
14030 Encapsulate the scan of the decimal radix separator.
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
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>
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
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>
14059 ____________________________________________________________________________
14060 [ 10491] By: jhi on 2001/06/10 01:15:40
14061 Log: Integrate perlio.
14064 ____________________________________________________________________________
14065 [ 10490] By: jhi on 2001/06/10 01:08:26
14066 Log: Do locale specific separator if only in locale.
14069 ____________________________________________________________________________
14070 [ 10489] By: nick on 2001/06/09 19:13:25
14071 Log: Make XS/Typemap compile (but fail) with sfio
14074 ____________________________________________________________________________
14075 [ 10488] By: nick on 2001/06/09 19:12:51
14076 Log: Re-integrate mainline
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
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>
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.
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>
14105 A missing NVification.
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.
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.
14120 ____________________________________________________________________________
14121 [ 10481] By: jhi on 2001/06/08 19:21:56
14122 Log: More \p{In...} testing, combined with \N{...}.
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.
14130 Branch: metaconfig/U/perl
14132 ____________________________________________________________________________
14133 [ 10479] By: jhi on 2001/06/08 14:15:32
14134 Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
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]>
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>
14156 ____________________________________________________________________________
14157 [ 10476] By: jhi on 2001/06/08 01:35:42
14158 Log: Update Changes.
14160 ! Changes patchlevel.h
14161 ____________________________________________________________________________
14162 [ 10475] By: jhi on 2001/06/08 00:53:45
14163 Log: Regen Glossary et alia.
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
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).
14178 ____________________________________________________________________________
14179 [ 10472] By: gsar on 2001/06/07 20:04:28
14180 Log: integrate change#10471 from mainline
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
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)
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>
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>
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>
14217 ____________________________________________________________________________
14218 [ 10467] By: jhi on 2001/06/07 12:04:26
14219 Log: Integrate perlio.
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
14226 Still coredumps in pragma/overload.t - what a nice hard fail that is...
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 ...)
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.
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>
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>
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.
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>
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>
14292 ____________________________________________________________________________
14293 [ 10458] By: jhi on 2001/06/06 20:56:04
14294 Log: Disable long doubles from pre-5.0 Tru64s.
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
14304 ____________________________________________________________________________
14305 [ 10456] By: jhi on 2001/06/06 20:48:35
14306 Log: Metaconfig unit change for #10455.
14307 Branch: metaconfig/U/perl
14309 ____________________________________________________________________________
14310 [ 10455] By: jhi on 2001/06/06 20:48:09
14311 Log: Configure check for geborken modfl(), inspired by
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>
14319 ____________________________________________________________________________
14320 [ 10454] By: jhi on 2001/06/06 11:45:08
14321 Log: Integrate changes #10450 and #10451 from maintperl:
14323 optimize change#10448 slightly (don't repeat search in eval""s lexical
14324 scope, since that has already been searched)
14326 change#9108 needs subtler treatment for case of closures created
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.
14342 ! ext/List/Util/Makefile.PL
14343 ____________________________________________________________________________
14344 [ 10452] By: nick on 2001/06/06 08:59:51
14345 Log: Integrate mainline.
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
14367 Branch: maint-5.6/perl
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
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
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>
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.
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>
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.
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>
14426 ____________________________________________________________________________
14427 [ 10442] By: jhi on 2001/06/05 00:55:46
14428 Log: The metaconfig units changes for #10441.
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.
14437 ____________________________________________________________________________
14438 [ 10440] By: jhi on 2001/06/05 00:28:27
14439 Log: Unnecessary fuzziness undone, noted by Mike Guy.
14442 ____________________________________________________________________________
14443 [ 10439] By: jhi on 2001/06/04 17:14:31
14444 Log: Update Changes.
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
14454 ____________________________________________________________________________
14455 [ 10437] By: jhi on 2001/06/04 17:01:06
14456 Log: Test case for #10433/#10424.
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>
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.
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.
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.
14492 ____________________________________________________________________________
14493 [ 10432] By: jhi on 2001/06/04 16:29:40
14494 Log: More verbose failure.
14497 ____________________________________________________________________________
14498 [ 10431] By: jhi on 2001/06/04 16:21:55
14499 Log: The .pm changes to go with #10428.
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,
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.
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.
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.
14524 ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
14526 ____________________________________________________________________________
14527 [ 10426] By: jhi on 2001/06/04 12:44:05
14528 Log: use is a compile-time thing.
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>
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>
14547 ____________________________________________________________________________
14548 [ 10423] By: gsar on 2001/06/04 05:12:18
14549 Log: testsuite for change#10192 (from Gisle Aas)
14553 ____________________________________________________________________________
14554 [ 10422] By: gsar on 2001/06/04 02:32:03
14555 Log: integrate changes#10414-10416 from mainline
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 ".".
14561 "10.", that is, decimal numbers can have no decimal part at all.
14563 The non-locale places need love, too.
14564 Branch: maint-5.6/perl
14566 ____________________________________________________________________________
14567 [ 10421] By: jhi on 2001/06/04 02:25:53
14568 Log: Missed from #10420.
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.
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.
14582 ! Changes patchlevel.h
14583 ____________________________________________________________________________
14584 [ 10418] By: jhi on 2001/06/03 23:58:04
14585 Log: -Wall "subscript has type `char'" cleanup.
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).
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.
14598 ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
14600 ____________________________________________________________________________
14601 [ 10416] By: jhi on 2001/06/03 23:15:24
14602 Log: The non-locale places need love, too.
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.
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 ".".
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.
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
14630 the major issue was that the runtime was looking at PL_hints rather
14631 than op_private to notice whether locale was enabled
14633 the secondary issue was that many locale-sensitive numeric ops didn't
14634 have HINT_LOCALE propagated into their op_private
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)
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.
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>
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().
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'.
14669 ____________________________________________________________________________
14670 [ 10407] By: jhi on 2001/06/03 16:50:33
14671 Log: Upgrade to Attribute::Handlers 0.70.
14673 NOTE: this unearthed the "too late for CHECK block" bug,
14674 that's why the 1_compile.t change.
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
14692 ____________________________________________________________________________
14693 [ 10406] By: jhi on 2001/06/03 16:40:03
14694 Log: One less -Wall whine.
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.
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)
14708 strangely enough, t/harness didn't show this up as a failure
14709 (harness needs fixing?)
14710 Branch: maint-5.6/perl
14712 ____________________________________________________________________________
14713 [ 10403] By: jhi on 2001/06/03 16:22:59
14714 Log: Update to Text::Balanced 1.85.
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>
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.
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>
14738 (despite the subject line, op_null is APIfied by the patch)
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>
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>
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>
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>
14773 ____________________________________________________________________________
14774 [ 10395] By: jhi on 2001/06/03 14:59:41
14775 Log: Integrate change #10394 from maintperl; lexical file scope leakage.
14777 !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
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
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
14793 ____________________________________________________________________________
14794 [ 10393] By: jhi on 2001/06/02 16:55:03
14795 Log: More VMS tweaks from Craig A. Berry.
14797 ! configure.com t/lib/extutils.t
14798 ____________________________________________________________________________
14799 [ 10392] By: jhi on 2001/06/02 16:48:26
14800 Log: -Wall cleanup continues.
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
14812 ____________________________________________________________________________
14813 [ 10390] By: jhi on 2001/06/02 13:29:12
14814 Log: Drop the -ansi from the default gcc flags.
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
14822 ____________________________________________________________________________
14823 [ 10389] By: jhi on 2001/06/02 13:14:57
14824 Log: Integrate perlio.
14826 !> pod/perlapi.pod util.c
14827 ____________________________________________________________________________
14828 [ 10388] By: nick on 2001/06/02 08:01:12
14829 Log: Integrate mainline
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
14840 ____________________________________________________________________________
14841 [ 10386] By: nick on 2001/06/02 07:38:33
14842 Log: Integrate mainline
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.
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>
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>
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]>
14875 ____________________________________________________________________________
14876 [ 10381] By: jhi on 2001/06/01 16:37:21
14877 Log: Update Changes.
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>
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>
14895 ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
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.)
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>
14910 (But use Zero() instead of memset.)
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>
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.
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.
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
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;
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
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>
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>
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>
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>
14984 Make the test work also under only static extensions
14985 (sh Configure -Uusedl fakes this nicely)
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
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>
15003 Unnecessary "quotation marks".
15006 ____________________________________________________________________________
15007 [ 10365] By: jhi on 2001/06/01 12:13:26
15008 Log: Integrate perlio.
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.
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.
15021 ____________________________________________________________________________
15022 [ 10362] By: nick on 2001/06/01 08:37:17
15023 Log: Integrate mainline
15025 !> Changes Configure patchlevel.h perlio.c
15026 ____________________________________________________________________________
15027 [ 10361] By: jhi on 2001/05/31 15:09:34
15028 Log: panic:claustrophobia.
15031 ____________________________________________________________________________
15032 [ 10360] By: jhi on 2001/05/31 13:04:25
15033 Log: Update Changes.
15035 ! Changes patchlevel.h
15036 ____________________________________________________________________________
15037 [ 10359] By: nick on 2001/05/31 12:35:50
15038 Log: Integrate mainline.
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.
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.
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)
15060 ____________________________________________________________________________
15061 [ 10355] By: jhi on 2001/05/31 12:18:06
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>
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>
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>
15086 (The DEBUG_ definitions in perl.h changed to use the
15087 STMT_START and STMT_END.)
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>
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>
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?)
15111 ____________________________________________________________________________
15112 [ 10350] By: nick on 2001/05/31 11:40:43
15113 Log: win32 - dmake regen_config_h
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>
15123 Undo C++-ism that snekt in.
15126 ____________________________________________________________________________
15127 [ 10348] By: nick on 2001/05/31 11:36:46
15128 Log: Tolerate Win32 numerics
15130 ! t/pragma/warn/toke
15131 ____________________________________________________________________________
15132 [ 10347] By: jhi on 2001/05/31 11:29:40
15133 Log: Integrate perlio.
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.
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
15148 ____________________________________________________________________________
15149 [ 10344] By: nick on 2001/05/31 10:00:59
15150 Log: Fix Win32 for new spelling IN_BYTES
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
15159 ____________________________________________________________________________
15160 [ 10342] By: nick on 2001/05/31 07:52:23
15161 Log: Integrate mainline.
15163 !> (integrate 42 files)
15164 ____________________________________________________________________________
15165 [ 10341] By: jhi on 2001/05/31 01:39:02
15166 Log: AUTHORS updates.
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>
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.
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.
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>
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
15210 ____________________________________________________________________________
15211 [ 10335] By: jhi on 2001/05/30 23:12:30
15212 Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
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>
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>
15229 ! perl.c t/run/runenv.t
15230 ____________________________________________________________________________
15231 [ 10333] By: jhi on 2001/05/30 22:25:02
15232 Log: (Retracted by #10375.)
15234 IRIX hints patch from Merijn Broeren.
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.
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>
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>
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.
15263 ____________________________________________________________________________
15264 [ 10329] By: nick on 2001/05/30 18:34:35
15265 Log: Integrate mainline
15267 !> (integrate 40 files)
15268 ____________________________________________________________________________
15269 [ 10328] By: jhi on 2001/05/30 14:28:39
15270 Log: Update Changes.
15272 ! Changes patchlevel.h
15273 ____________________________________________________________________________
15274 [ 10327] By: jhi on 2001/05/30 14:07:01
15275 Log: The metaconfig unit change for #10325.
15278 ____________________________________________________________________________
15279 [ 10326] By: jhi on 2001/05/30 14:06:36
15280 Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
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}.
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.)
15295 Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
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.)
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>
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.
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.
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>
15331 Detypo; plus add one more trick.
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>
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>
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>
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>
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]>
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>
15382 ____________________________________________________________________________
15383 [ 10312] By: jhi on 2001/05/30 12:31:02
15384 Log: AIX hints update for gcc from Merijn H. Brand.
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).
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>
15400 localizing $@ has unfortunate semantics - if you die past
15401 a local $@, the die message is lost.
15403 ! lib/utf8_heavy.pl
15404 ____________________________________________________________________________
15405 [ 10309] By: nick on 2001/05/30 08:23:02
15406 Log: Integrate mainline (autouse works again.)
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>
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>
15426 Make the test output slightly clearer by distinguishing
15427 between '' and undef.
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>
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>
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>
15450 Mention $a and $b in perlvar.
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>
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>
15469 ____________________________________________________________________________
15470 [ 10302] By: jhi on 2001/05/29 20:18:49
15471 Log: Mention Time::localtime and Time::gmtime.
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>
15482 ____________________________________________________________________________
15483 [ 10300] By: jhi on 2001/05/29 20:12:09
15484 Log: Retract #10243.
15487 ____________________________________________________________________________
15488 [ 10299] By: nick on 2001/05/29 18:41:19
15489 Log: Post weekend integrate mainline (fails one test pragma/autouse).
15491 +> (branch 29 files)
15492 !> (integrate 91 files)
15493 ____________________________________________________________________________
15494 [ 10298] By: jhi on 2001/05/29 16:29:19
15495 Log: Update Changes.
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)
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>
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>
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>
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>
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>
15550 ____________________________________________________________________________
15551 [ 10291] By: jhi on 2001/05/29 15:29:37
15552 Log: Add tests for Time::gmtime and Time::localtime.
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.
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.
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.
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.
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.
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.
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.
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>
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>
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>
15617 Configure portability tweaks.
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>
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>
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>
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.
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>
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.
15660 ____________________________________________________________________________
15661 [ 10277] By: jhi on 2001/05/29 00:51:34
15662 Log: At least a partial fix for 20010528.004.
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>
15672 More portable non-zero UV.
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>
15682 Test also "make clean".
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>
15693 ____________________________________________________________________________
15694 [ 10273] By: jhi on 2001/05/29 00:36:06
15695 Log: Add a test for 20010528.007, fixed in #10272.
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>
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>
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).
15719 ! t/lib/sigaction.t
15720 ____________________________________________________________________________
15721 [ 10269] By: jhi on 2001/05/28 20:34:21
15722 Log: Regen perlmodlib.
15724 ! pod/perlmodlib.pod
15725 ____________________________________________________________________________
15726 [ 10268] By: jhi on 2001/05/28 19:08:45
15727 Log: Update Changes.
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>
15737 ! pod/perlnewmod.pod
15738 ____________________________________________________________________________
15739 [ 10266] By: jhi on 2001/05/28 18:35:03
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>
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.
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>
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.
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.
15776 ____________________________________________________________________________
15777 [ 10260] By: jhi on 2001/05/28 16:58:11
15778 Log: Various buglets shaken out by -Mutf8.
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.)
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>
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>
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>
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>
15819 ____________________________________________________________________________
15820 [ 10254] By: jhi on 2001/05/28 15:27:49
15821 Log: The #10251 wasn't quite up-to-the-code.
15824 ____________________________________________________________________________
15825 [ 10253] By: jhi on 2001/05/28 15:26:39
15826 Log: Test case for bug 20010526.004, fixed in #10252.
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>
15837 ____________________________________________________________________________
15838 [ 10251] By: jhi on 2001/05/28 15:13:40
15839 Log: Test case for 20010422.005, fixed by #10250.
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>
15850 ____________________________________________________________________________
15851 [ 10249] By: jhi on 2001/05/28 15:09:24
15852 Log: Linerewrapping.
15855 ____________________________________________________________________________
15856 [ 10248] By: jhi on 2001/05/28 15:09:07
15857 Log: Updates on the modules list.
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.
15864 (I probably got the crlf/raw thing wrong for clrfy platforms...)
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.
15874 ____________________________________________________________________________
15875 [ 10245] By: jhi on 2001/05/28 13:42:55
15876 Log: Adding the new test would be swell.
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.
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>
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>
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>
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>
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.
15918 ____________________________________________________________________________
15919 [ 10239] By: jhi on 2001/05/27 21:23:21
15920 Log: Document strftime() and strptime().
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.
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.
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>
15940 Document that variable attributes are not currently usable
15941 for tieing. (An ugly limitation that should be fixed.)
15943 ! lib/attributes.pm
15944 ____________________________________________________________________________
15945 [ 10235] By: jhi on 2001/05/27 19:03:31
15946 Log: Microperl tweaks.
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).
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.
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>
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>
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.)
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.
15983 ____________________________________________________________________________
15984 [ 10229] By: jhi on 2001/05/27 13:50:57
15985 Log: Integrate Locale::Maketext 1.01 from Sean Burke.
15987 + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
15988 + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
15990 ____________________________________________________________________________
15991 [ 10228] By: jhi on 2001/05/27 13:43:38
15992 Log: Integrate I18N::LangTags from Sean Burke.
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.
15999 + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
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.
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>
16014 minus the perlsolaris decimation plus the
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>
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.
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>
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>
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.
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>
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>
16070 ____________________________________________________________________________
16071 [ 10219] By: jhi on 2001/05/26 14:02:34
16072 Log: Integrate perlio.
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]>
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
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>
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>
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>
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>
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>
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.
16132 ____________________________________________________________________________
16133 [ 10211] By: nick on 2001/05/26 09:05:36
16134 Log: Integrate mainline
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.
16142 ! Changes patchlevel.h
16143 ____________________________________________________________________________
16144 [ 10209] By: jhi on 2001/05/25 12:24:45
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>
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>
16160 (Slightly modified.)
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>
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>
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>
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.
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>
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>
16208 ____________________________________________________________________________
16209 [ 10201] By: jhi on 2001/05/24 21:02:30
16210 Log: DB_File has its own attribute story.
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>
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>
16229 ____________________________________________________________________________
16230 [ 10198] By: jhi on 2001/05/24 15:10:04
16231 Log: IV/UV casting fixes from Nicholas Clark.
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>
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>
16249 ! U/modified/Oldsym.U
16250 Branch: metaconfig/U/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)
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>
16268 ____________________________________________________________________________
16269 [ 10193] By: jhi on 2001/05/24 12:37:13
16270 Log: Iteration continues; hopefully convergently.
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>
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>
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>
16297 ____________________________________________________________________________
16298 [ 10189] By: jhi on 2001/05/23 22:43:31
16299 Log: Tiny pod nits on READMEs, mostly whitespace issues.
16301 ! README.amiga README.dos README.macos README.mpeix README.vmesa
16303 ____________________________________________________________________________
16304 [ 10188] By: jhi on 2001/05/23 22:26:03
16305 Log: The DG/UX part of the 20010521.005.
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>
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>
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
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>
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>
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>
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>
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>
16372 ____________________________________________________________________________
16373 [ 10179] By: jhi on 2001/05/23 21:19:51
16374 Log: Use the new use vars feature.
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
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.
16391 ____________________________________________________________________________
16392 [ 10176] By: jhi on 2001/05/21 13:21:21
16393 Log: Update Changes.
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.
16402 ____________________________________________________________________________
16403 [ 10174] By: jhi on 2001/05/21 12:45:41
16404 Log: Must be trickier for 'minitest' not to die.
16407 ____________________________________________________________________________
16408 [ 10173] By: jhi on 2001/05/21 11:24:43
16409 Log: Can't declare other people's variables.
16412 ____________________________________________________________________________
16413 [ 10172] By: jhi on 2001/05/20 20:33:08
16414 Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
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.
16422 ____________________________________________________________________________
16423 [ 10170] By: nick on 2001/05/20 16:48:29
16424 Log: Integrate mainline
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().
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>
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
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>
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>
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>
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>
16475 (In bleadperl patched b-stash.t instead of b.t)
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>
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>
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>
16501 ! doop.c t/op/chop.t
16502 ____________________________________________________________________________
16503 [ 10160] By: jhi on 2001/05/20 10:49:40
16504 Log: Integrate perlio.
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.
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
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.
16524 ____________________________________________________________________________
16525 [ 10156] By: jhi on 2001/05/18 12:06:40
16526 Log: Update Changes.
16528 ! Changes patchlevel.h
16529 ____________________________________________________________________________
16530 [ 10155] By: jhi on 2001/05/18 11:58:57
16531 Log: Integrate change #10144 from maintperl.
16533 s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
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.
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.
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
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>
16559 ____________________________________________________________________________
16560 [ 10151] By: jhi on 2001/05/17 22:00:06
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
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>
16578 ____________________________________________________________________________
16579 [ 10148] By: jhi on 2001/05/17 20:06:23
16580 Log: Integrate #10145 from maintperl.
16582 fix for ID 20010515.004 (needs test)
16585 ____________________________________________________________________________
16586 [ 10147] By: jhi on 2001/05/17 19:10:46
16587 Log: Thinko noticed by Doug MacEachern.
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>
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
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)
16614 ____________________________________________________________________________
16615 [ 10142] By: jhi on 2001/05/17 01:43:50
16616 Log: Use the unchecked thread-specific key fetch also in Tru64.
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>
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.
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.
16638 ____________________________________________________________________________
16639 [ 10138] By: jhi on 2001/05/16 18:21:04
16640 Log: Sort utils.lst for easier maintenance.
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>
16650 Add pod2latex to utils.lst.
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>
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>
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>
16677 Test case for #10128.
16679 ! t/pragma/warn/pp_hot
16680 ____________________________________________________________________________
16681 [ 10133] By: jhi on 2001/05/16 15:12:52
16682 Log: Update Changes.
16684 ! Changes patchlevel.h
16685 ____________________________________________________________________________
16686 [ 10132] By: jhi on 2001/05/16 14:50:55
16687 Log: Deprecate pseudo-hashes.
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.
16695 ____________________________________________________________________________
16696 [ 10130] By: jhi on 2001/05/16 14:23:01
16697 Log: README.hpux update from Merijn.
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>
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>
16716 Fix PERL_Y2KWARN test to check before rather than after appending.
16719 ____________________________________________________________________________
16720 [ 10127] By: jhi on 2001/05/16 14:08:15
16721 Log: Regen Porting stuff.
16723 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16725 ____________________________________________________________________________
16726 [ 10126] By: jhi on 2001/05/16 13:41:50
16727 Log: Metaconfig unit change for #10125.
16729 ! U/modified/Oldconfig.U
16730 ____________________________________________________________________________
16731 [ 10125] By: jhi on 2001/05/16 13:41:35
16734 ! Configure config_h.SH perl.c
16735 ____________________________________________________________________________
16736 [ 10124] By: jhi on 2001/05/16 13:41:09
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.
16745 ____________________________________________________________________________
16746 [ 10122] By: jhi on 2001/05/16 13:08:33
16747 Log: Move the stack desire definition to thread.h.
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.
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>
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.
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>
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>
16787 ____________________________________________________________________________
16788 [ 10116] By: jhi on 2001/05/15 13:28:26
16789 Log: Upgrade to Switch 2.03.
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.
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.
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.
16819 ! ext/B/B/Deparse.pm
16820 ____________________________________________________________________________
16821 [ 10111] By: nick on 2001/05/15 08:39:14
16822 Log: Integrate mainline.
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>
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>
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>
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>
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
16865 ____________________________________________________________________________
16866 [ 10105] By: jhi on 2001/05/14 18:18:24
16867 Log: Update Changes.
16869 ! Changes patchlevel.h
16870 ____________________________________________________________________________
16871 [ 10104] By: jhi on 2001/05/14 18:09:07
16872 Log: Retract #10094.
16875 ____________________________________________________________________________
16876 [ 10103] By: jhi on 2001/05/14 15:20:58
16877 Log: Integrate change #10100 from maintperl.
16879 PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
16880 bug ID 20010514.027)
16883 ____________________________________________________________________________
16884 [ 10102] By: jhi on 2001/05/14 15:19:21
16885 Log: Document the deprecatedness of suidperl.
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>
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)
16901 TODO: this needs a testsuite addition
16902 Branch: maint-5.6/perl
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.
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.
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>
16926 with some additions salvaged from Todo and Todo-5.6 before
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>
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>
16946 ! lib/ExtUtils/MM_Unix.pm
16947 ____________________________________________________________________________
16948 [ 10094] By: jhi on 2001/05/14 12:32:44
16949 Log: (Retracted by #10104.)
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>
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>
16965 ____________________________________________________________________________
16966 [ 10092] By: jhi on 2001/05/14 12:29:21
16967 Log: Yet another HP-UX hints tweak from Merijn.
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
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.
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>
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>
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>
17006 ____________________________________________________________________________
17007 [ 10086] By: jhi on 2001/05/11 14:23:08
17008 Log: Update Changes.
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:
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.
17020 \x{AA}-\x{CC} is a physical Unicode range, you want that range of
17021 codepoints in Unicode.
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.
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.
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.
17036 ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.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.
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>
17053 ____________________________________________________________________________
17054 [ 10082] By: jhi on 2001/05/11 13:45:06
17055 Log: Merge the camel-III/vstring.t with op/ver.t.
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.
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>
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.
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.
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>
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>
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>
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>
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.
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.
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.
17130 ____________________________________________________________________________
17131 [ 10070] By: jhi on 2001/05/10 13:18:42
17132 Log: (Retracted by #10073)
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>
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.
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>
17152 ! ext/B/B/Deparse.pm
17153 ____________________________________________________________________________
17154 [ 10067] By: jhi on 2001/05/10 01:45:03
17155 Log: A thinko in #10065.
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>
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>
17174 ____________________________________________________________________________
17175 [ 10064] By: jhi on 2001/05/09 23:13:29
17176 Log: One more workaround for the UTS compiler from Hal Morris.
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>
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>
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>
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>
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>
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>
17227 ____________________________________________________________________________
17228 [ 10057] By: nick on 2001/05/09 18:37:56
17229 Log: Integrate mainline.
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.
17237 ! Changes patchlevel.h
17238 ____________________________________________________________________________
17239 [ 10055] By: jhi on 2001/05/09 16:26:47
17240 Log: Integrate perlio.
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>
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>
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>
17267 ____________________________________________________________________________
17268 [ 10051] By: jhi on 2001/05/09 15:30:17
17269 Log: EPOC tweak from Olaf Flebbe.
17272 ____________________________________________________________________________
17273 [ 10050] By: nick on 2001/05/09 14:37:57
17274 Log: win32, regen_config_h
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.
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."
17288 ____________________________________________________________________________
17289 [ 10047] By: jhi on 2001/05/09 10:50:12
17290 Log: Integrate perlio.
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>
17301 ____________________________________________________________________________
17302 [ 10045] By: nick on 2001/05/09 09:56:59
17303 Log: MULTIPLICITY/DEBUGGING build fix.
17306 ____________________________________________________________________________
17307 [ 10044] By: nick on 2001/05/09 09:46:37
17308 Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
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>
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>
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>
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.
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
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>
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>
17359 ____________________________________________________________________________
17360 [ 10038] By: jhi on 2001/05/08 16:32:07
17361 Log: Don't forget to whine about \d__\d.
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.
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.
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).
17380 ____________________________________________________________________________
17381 [ 10034] By: jhi on 2001/05/08 13:21:07
17382 Log: Upgrade to Text::Balanced 1.84.
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>
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>
17401 ____________________________________________________________________________
17402 [ 10031] By: jhi on 2001/05/08 12:35:25
17403 Log: (Retracted by #10042)
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>
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>
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>
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>
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>
17442 ! ext/B/B/Deparse.pm
17443 ____________________________________________________________________________
17444 [ 10026] By: jhi on 2001/05/07 23:15:05
17445 Log: Typo in #10025.
17448 ____________________________________________________________________________
17449 [ 10025] By: jhi on 2001/05/07 21:15:35
17450 Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
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>
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.
17467 ____________________________________________________________________________
17468 [ 10022] By: jhi on 2001/05/07 20:24:11
17469 Log: Update Changes.
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>
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.
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>
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>
17502 ____________________________________________________________________________
17503 [ 10017] By: jhi on 2001/05/07 19:35:10
17504 Log: s/WebTechnique's/WebTechniques/
17507 ____________________________________________________________________________
17508 [ 10016] By: jhi on 2001/05/07 12:26:29
17509 Log: Llama 3 updates from Randal.
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>
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>
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>
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
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>
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>
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.
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>
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>
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.
17586 ____________________________________________________________________________
17587 [ 10005] By: jhi on 2001/05/06 13:03:17
17588 Log: Retract #10003 and update the IDE descriptions a bit.
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>
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.)
17605 ____________________________________________________________________________
17606 [ 10002] By: jhi on 2001/05/05 19:23:36
17607 Log: It's "psed", not "sed".
17610 ____________________________________________________________________________
17611 [ 10001] By: jhi on 2001/05/05 18:35:38
17612 Log: Update Changes.
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>
17622 ! x2p/Makefile.SH x2p/s2p.PL
17623 ____________________________________________________________________________
17624 [ 9999] By: jhi on 2001/05/05 18:28:09
17625 Log: AUTHORS updates.
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.
17632 TODO: perltodo really could use major updating.
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/ ),
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.)
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>
17659 Add a test for the constants (if any) being processed correctly.
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>
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>
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>
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>
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>
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.)
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>
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.
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>
17731 ! cygwin/Makefile.SHs
17732 ____________________________________________________________________________
17733 [ 9985] By: jhi on 2001/05/04 03:51:39
17734 Log: Encode/IO doc tweaks.
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.
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.
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>
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>
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.
17768 !> ext/Encode/Encode.pm
17769 ____________________________________________________________________________
17770 [ 9979] By: jhi on 2001/05/03 16:54:59
17771 Log: Install psed man page.
17774 ____________________________________________________________________________
17775 [ 9978] By: jhi on 2001/05/03 16:45:58
17776 Log: Remove unused files; noted by Sarathy.
17778 - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
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>
17788 ____________________________________________________________________________
17789 [ 9976] By: nick on 2001/05/03 16:40:42
17790 Log: Allow $answer = encode($object,$text); like it says in docs.
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.
17798 ! ext/Encode/Encode.pm
17799 ____________________________________________________________________________
17800 [ 9974] By: nick on 2001/05/03 15:48:17
17801 Log: Integrate mainline.
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.
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>
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>
17827 ____________________________________________________________________________
17828 [ 9970] By: jhi on 2001/05/03 02:42:46
17829 Log: Can't croak sans thread context, from Doug MacEachern.
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>
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>
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.
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>
17861 ____________________________________________________________________________
17862 [ 9965] By: jhi on 2001/05/02 18:21:29
17863 Log: Minor doc tweaks on endianness, closes bug 20010327.004.
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.
17872 ____________________________________________________________________________
17873 [ 9963] By: jhi on 2001/05/02 17:24:47
17874 Log: perlmodlib tweaks; regen pods.
17876 ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
17878 ____________________________________________________________________________
17879 [ 9962] By: jhi on 2001/05/02 17:14:00
17880 Log: Fix for a segfault, from Marc Lehmann.
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>
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>
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>
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.
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
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.
17924 ! t/pragma/sub_lval.t
17925 ____________________________________________________________________________
17926 [ 9955] By: jhi on 2001/05/02 13:05:38
17927 Log: Test for #9952.
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.
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.
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.
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.)
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
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)
17965 Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
17967 Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
17968 Branch: maint-5.6/perl
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
17975 ____________________________________________________________________________
17976 [ 9947] By: jhi on 2001/05/02 02:43:09
17977 Log: Add an encoding conversion example.
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.
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.
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.
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>
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.
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>
18020 ! pp_hot.c t/op/re_tests
18021 ____________________________________________________________________________
18022 [ 9940] By: jhi on 2001/05/01 19:42:16
18023 Log: Integrate perlio.
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>
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>
18040 + lib/NEXT.pm t/lib/next.t
18042 ____________________________________________________________________________
18043 [ 9937] By: jhi on 2001/05/01 19:21:41
18044 Log: Update to Switch 2.02.
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
18052 ____________________________________________________________________________
18053 [ 9935] By: nick on 2001/05/01 18:54:38
18054 Log: Test for base.pm clobbering $VERSION.
18057 ____________________________________________________________________________
18058 [ 9934] By: jhi on 2001/05/01 18:39:10
18059 Log: Add information about Scalar::Util::blessed.
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>
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>
18077 ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.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>
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>
18094 The -DP part, slightly modified.
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>
18104 cpp and optimization tweaks for HP-UX.
18107 ____________________________________________________________________________
18108 [ 9928] By: jhi on 2001/05/01 13:24:20
18109 Log: Tune the scan_num() comments to reality.
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>
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>
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>
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>
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>
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>
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>
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.
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>
18181 ! pod/perlfaq.pod pod/perlfaq5.pod
18182 ____________________________________________________________________________
18183 [ 9918] By: jhi on 2001/04/30 13:13:54
18184 Log: More_tweakage.
18186 ! pod/perldata.pod pod/perldiag.pod
18187 ____________________________________________________________________________
18188 [ 9917] By: jhi on 2001/04/30 13:01:27
18189 Log: Update Changes.
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.
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.
18201 TODO: psed documentation?
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>
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()).
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
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>
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;
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>
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.
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>
18258 ____________________________________________________________________________
18259 [ 9908] By: jhi on 2001/04/30 10:49:40
18260 Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
18262 ! t/lib/selfstubber.t
18263 ____________________________________________________________________________
18264 [ 9907] By: nick on 2001/04/30 09:26:50
18265 Log: Integrate mainline.
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.
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.
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.
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>
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>
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
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.
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.
18391 ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
18393 ____________________________________________________________________________
18394 [ 9898] By: jhi on 2001/04/28 21:03:34
18395 Log: Add one possible explanation for the "Invalid [] range" error.
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.
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.
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.
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).
18522 ____________________________________________________________________________
18523 [ 9893] By: jhi on 2001/04/28 14:23:15
18524 Log: Test tweak for #9891.
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.
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>
18539 ! ext/B/B/Deparse.pm
18540 ____________________________________________________________________________
18541 [ 9890] By: nick on 2001/04/27 19:41:25
18542 Log: Integrate mainline
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>
18553 ! t/lib/selfstubber.t
18554 ____________________________________________________________________________
18555 [ 9888] By: jhi on 2001/04/27 16:20:54
18556 Log: Test tweak for #9886.
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).
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>
18571 ! ext/B/B/Deparse.pm
18572 ____________________________________________________________________________
18573 [ 9885] By: jhi on 2001/04/27 14:23:51
18574 Log: Update Changes.
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>
18585 ____________________________________________________________________________
18586 [ 9883] By: jhi on 2001/04/27 13:28:19
18587 Log: Add LOG_PERROR; prettify the "removed".
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.
18597 ____________________________________________________________________________
18598 [ 9881] By: jhi on 2001/04/27 12:58:48
18599 Log: Don't bother creating existing directories.
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>
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.
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>
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>
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>
18638 ! t/lib/selfstubber.t
18639 ____________________________________________________________________________
18640 [ 9875] By: jhi on 2001/04/26 23:48:10
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.
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>
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>
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>
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.)
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>
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.
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>
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>
18709 ! ext/B/B/Deparse.pm
18710 ____________________________________________________________________________
18711 [ 9865] By: jhi on 2001/04/26 20:26:13
18712 Log: Update Changes.
18714 ! Changes patchlevel.h
18715 ____________________________________________________________________________
18716 [ 9864] By: jhi on 2001/04/26 19:27:48
18717 Log: Dethinko from Robin Houston.
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>
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>
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>
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>
18751 Hashes do not interpolate.
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>
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>
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>
18771 Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
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>
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>
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>
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>
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>
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.
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.
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.
18831 ____________________________________________________________________________
18832 [ 9851] By: jhi on 2001/04/26 11:54:41
18833 Log: (Retracted by #9852.)
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>
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.
18852 ____________________________________________________________________________
18853 [ 9849] By: jhi on 2001/04/26 01:44:57
18854 Log: Make selfstubber test more portable.
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>
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>
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.
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>
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>
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>
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>
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.
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.
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.
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>
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>
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>
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.
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>
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.
18973 ____________________________________________________________________________
18974 [ 9832] By: jhi on 2001/04/25 12:33:36
18975 Log: New version of HP-UX hints from Merijn.
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.
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.
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.
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.
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.
19009 ____________________________________________________________________________
19010 [ 9826] By: jhi on 2001/04/24 23:40:53
19011 Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
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>
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.
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.
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>
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>
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>
19058 ____________________________________________________________________________
19059 [ 9819] By: nick on 2001/04/24 18:49:43
19060 Log: Integrate mainline.
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.
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>
19076 plus add CPAN to the list of modules that have their own tests.
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>
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>
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>
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.
19108 ! perl.c pod/perldiag.pod
19109 ____________________________________________________________________________
19110 [ 9812] By: jhi on 2001/04/24 12:08:36
19111 Log: Retract #9811.
19113 ! ext/POSIX/POSIX.xs
19114 ____________________________________________________________________________
19115 [ 9811] By: jhi on 2001/04/24 11:57:35
19116 Log: (Retracted by #9812.)
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".
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.)
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.
19136 ____________________________________________________________________________
19137 [ 9807] By: jhi on 2001/04/24 00:57:01
19138 Log: Update the test failure disclaimer.
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+.
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>
19154 (Ken William's message forwarded from macosx@perl.org)
19157 ____________________________________________________________________________
19158 [ 9804] By: jhi on 2001/04/23 23:57:35
19159 Log: Cut-and-pasto.
19162 ____________________________________________________________________________
19163 [ 9803] By: jhi on 2001/04/23 23:52:25
19164 Log: More PerlIO robustness.
19167 ____________________________________________________________________________
19168 [ 9802] By: jhi on 2001/04/23 23:43:35
19169 Log: Make the "STD* opened only for ..." errors more consistent.
19172 ____________________________________________________________________________
19173 [ 9801] By: jhi on 2001/04/23 23:34:26
19174 Log: Test case for #9800.
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.
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>
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>
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>
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.
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.
19219 ____________________________________________________________________________
19220 [ 9794] By: jhi on 2001/04/23 13:51:32
19221 Log: Update Changes.
19223 ! Changes patchlevel.h
19224 ____________________________________________________________________________
19225 [ 9793] By: jhi on 2001/04/23 13:44:18
19226 Log: Duplicate lines.
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>
19237 ____________________________________________________________________________
19238 [ 9791] By: jhi on 2001/04/23 13:32:40
19239 Log: Add the CPAN.pm 1.59_54 tests.
19241 + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
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>
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>
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>
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>
19274 plus Sarathy's STMT_START + STMT_END suggestion.
19277 ____________________________________________________________________________
19278 [ 9786] By: jhi on 2001/04/23 12:53:25
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>
19286 (SvGROW really does return a char *.)
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.
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>
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>
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>
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>
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.
19338 +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.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>
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>
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>
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>
19372 Regex debugger backend.
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>
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>
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>
19398 Add MAILING list and LICENSE templates.
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
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.
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>
19420 Evil URLs must die. Especially when they are broken.
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>
19430 + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.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>
19441 ____________________________________________________________________________
19442 [ 9768] By: jhi on 2001/04/21 14:33:49
19443 Log: PerlIO and Encode doc cleanup and tweaks.
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.
19452 ____________________________________________________________________________
19453 [ 9766] By: nick on 2001/04/20 18:28:35
19454 Log: Avoid core dump on
19455 open(STDOUT,">",\$foo);
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>
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>
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>
19485 ____________________________________________________________________________
19486 [ 9762] By: jhi on 2001/04/19 23:02:30
19487 Log: Update Changes.
19489 ! Changes patchlevel.h
19490 ____________________________________________________________________________
19491 [ 9761] By: jhi on 2001/04/19 22:59:19
19492 Log: More cleanup cleanup.
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.
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>
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>
19516 ____________________________________________________________________________
19517 [ 9757] By: nick on 2001/04/19 18:53:54
19518 Log: Blind (untested) integrate of mainline.
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.
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.
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>
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>
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.
19556 ____________________________________________________________________________
19557 [ 9751] By: jhi on 2001/04/19 02:26:47
19558 Log: Compilation nit noticed by AIX compiler.
19561 ____________________________________________________________________________
19562 [ 9750] By: jhi on 2001/04/19 02:20:06
19563 Log: The new time utils need to be public.
19566 ____________________________________________________________________________
19567 [ 9749] By: jhi on 2001/04/19 01:42:39
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.
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
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.
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
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.
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>
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>
19620 ____________________________________________________________________________
19621 [ 9742] By: jhi on 2001/04/18 20:31:49
19622 Log: Update Changes.
19624 ! Changes patchlevel.h
19625 ____________________________________________________________________________
19626 [ 9741] By: jhi on 2001/04/18 20:23:02
19627 Log: Declare hints only if needed.
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.
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>
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>
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>
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.
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>
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>
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>
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>
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
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>
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>
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>
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>
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...)
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>
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.
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.
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>
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>
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]>
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>
19800 ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
19802 ____________________________________________________________________________
19803 [ 9718] By: jhi on 2001/04/16 03:22:52
19804 Log: Update Changes.
19806 ! Changes patchlevel.h
19807 ____________________________________________________________________________
19808 [ 9717] By: jhi on 2001/04/16 03:06:28
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>
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>
19828 ____________________________________________________________________________
19829 [ 9714] By: jhi on 2001/04/15 23:31:46
19830 Log: Printing out the ok messages helps successful testing.
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.
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>
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>
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>
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.
19867 change#7210 broke .packlist generation
19869 ExtUtils::Installed doesn't quote regex metacharacters in paths
19870 before using them in match; also make it work for dosish platforms
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().
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.
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>
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.
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, ...
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
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>
19931 ____________________________________________________________________________
19932 [ 9700] By: jhi on 2001/04/14 14:44:55
19933 Log: Do not just blindly add CR.
19936 ____________________________________________________________________________
19937 [ 9699] By: jhi on 2001/04/13 13:17:01
19938 Log: Update Changes.
19940 ! Changes patchlevel.h
19941 ____________________________________________________________________________
19942 [ 9698] By: jhi on 2001/04/13 12:44:48
19943 Log: Integrate perlio.
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.
19951 ____________________________________________________________________________
19952 [ 9696] By: nick on 2001/04/13 10:14:29
19953 Log: Fix core dump on binmode($fh,'Scalar')
19955 ! ext/PerlIO/Scalar/Scalar.xs
19956 ____________________________________________________________________________
19957 [ 9695] By: nick on 2001/04/13 09:05:42
19958 Log: Integrate mainline
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.
19974 $VERSION and Version() on the same line provokes a warning from
19975 CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
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.
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.)
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.
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
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>
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>
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?)
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>
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>
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.
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>
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.
20060 ____________________________________________________________________________
20061 [ 9681] By: jhi on 2001/04/11 11:34:23
20062 Log: Integrate changes #9678,9679 from maintline into mainperl.
20064 addendum to change#9676
20066 up $File::Glob::VERSION; add a note pointing out the version of
20067 the OpenBSD glob bsd_glob.c resembles
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.
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:
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.
20096 fix for bug 20010410.006, undo change#7115
20098 port the OpenBSD glob() security patch
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
20103 ____________________________________________________________________________
20104 [ 9676] By: gsar on 2001/04/11 02:19:02
20105 Log: port the glob() security patch found at:
20107 ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
20109 CERT advisory for the issue is here:
20111 http://www.cert.org/advisories/CA-2001-07.html
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
20122 undo change#7115 (came into maint-5.6 as change#8156)
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
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
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.)
20146 + Porting/testall.atom
20148 ____________________________________________________________________________
20149 [ 9671] By: jhi on 2001/04/10 12:38:53
20150 Log: Missing std block.
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
20155 ____________________________________________________________________________
20156 [ 9670] By: jhi on 2001/04/10 01:25:58
20157 Log: This is 5.7.1.
20160 ____________________________________________________________________________
20161 [ 9669] By: jhi on 2001/04/10 01:09:14
20162 Log: Update Changes.
20164 ! Changes patchlevel.h
20165 ____________________________________________________________________________
20166 [ 9668] By: jhi on 2001/04/10 01:00:38
20170 ____________________________________________________________________________
20171 [ 9667] By: jhi on 2001/04/10 00:52:16
20172 Log: Update perlhist.
20175 ____________________________________________________________________________
20176 [ 9666] By: jhi on 2001/04/09 23:38:59
20177 Log: Slight wording tweaks from Damian to #9658.
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>
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>
20195 ! pod/perl571delta.pod
20196 ____________________________________________________________________________
20197 [ 9663] By: jhi on 2001/04/09 13:43:35
20198 Log: Update Changes.
20200 ! Changes patchlevel.h
20201 ____________________________________________________________________________
20202 [ 9662] By: jhi on 2001/04/09 13:24:46
20205 ! AUTHORS pod/perl571delta.pod
20206 ____________________________________________________________________________
20207 [ 9661] By: jhi on 2001/04/09 13:15:13
20208 Log: Thinko in manual patch applying.
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>
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 "...".)
20223 ____________________________________________________________________________
20224 [ 9659] By: jhi on 2001/04/09 12:57:41
20225 Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
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>
20236 Rearrange and rewrite the Method Invocation section
20237 to explain the concepts in nicer order.
20240 ____________________________________________________________________________
20241 [ 9657] By: jhi on 2001/04/09 12:35:58
20242 Log: Upgrade to podlators 1.09, from Russ Allbery.
20244 ! lib/Pod/Man.pm lib/Pod/Text.pm
20245 ____________________________________________________________________________
20246 [ 9656] By: jhi on 2001/04/09 12:31:53
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>
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
20263 ____________________________________________________________________________
20264 [ 9653] By: jhi on 2001/04/09 03:25:24
20265 Log: Update perlhist.
20268 ____________________________________________________________________________
20269 [ 9652] By: jhi on 2001/04/09 03:18:49
20270 Log: perl571delta tweaking continues.
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
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)
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.
20294 add note about ithreads and Thread.pm
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.
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
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)
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
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.
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
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
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;
20371 ! pod/perl571delta.pod
20372 ____________________________________________________________________________
20373 [ 9636] By: jhi on 2001/04/08 17:18:32
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>
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).
20390 Update the CPAN mirrors list.
20392 ! pod/perlmodlib.PL pod/perlmodlib.pod
20393 ____________________________________________________________________________
20394 [ 9633] By: jhi on 2001/04/08 16:49:17
20395 Log: Sort 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
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
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.
20421 ____________________________________________________________________________
20422 [ 9628] By: jhi on 2001/04/08 15:53:17
20423 Log: perlsolaris.pod copied to wrong directory.
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>
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.
20439 ____________________________________________________________________________
20440 [ 9625] By: nick on 2001/04/08 10:14:23
20441 Log: Integrate mainline
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
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
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.
20467 ! Changes patchlevel.h
20468 ____________________________________________________________________________
20469 [ 9621] By: jhi on 2001/04/07 22:34:16
20470 Log: Update AUTHORS.
20473 ____________________________________________________________________________
20474 [ 9620] By: jhi on 2001/04/07 22:12:47
20475 Log: Forgot to bump the number of tests in #9164.
20478 ____________________________________________________________________________
20479 [ 9619] By: jhi on 2001/04/07 22:09:50
20480 Log: Bump patchlevel to 5.7.1.
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.
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
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.
20501 ! pod/perl571delta.pod
20502 ____________________________________________________________________________
20503 [ 9615] By: jhi on 2001/04/07 17:33:21
20504 Log: Change the toc configuration.
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>
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>
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>
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.
20537 + pod/perl570delta.pod pod/perl571delta.pod
20538 ! MANIFEST pod/perldelta.pod
20539 ____________________________________________________________________________
20540 [ 9610] By: jhi on 2001/04/07 16:56:32
20543 ! pod/perldelta.pod
20544 ____________________________________________________________________________
20545 [ 9609] By: jhi on 2001/04/07 16:38:32
20546 Log: Retract #9523: needs more thought.
20549 ____________________________________________________________________________
20550 [ 9608] By: jhi on 2001/04/07 14:59:20
20551 Log: atmark() code cleanaup.
20554 ____________________________________________________________________________
20555 [ 9607] By: jhi on 2001/04/07 14:48:14
20556 Log: Integrate change #9605 from maintperl into mainline.
20558 can't optimize away scope entry if tr/// is present
20561 ____________________________________________________________________________
20562 [ 9606] By: jhi on 2001/04/07 14:43:59
20563 Log: Integrate perlio.
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
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.
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.
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.
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.
20600 ____________________________________________________________________________
20601 [ 9600] By: jhi on 2001/04/06 23:00:09
20602 Log: Integrate change #9599 from perlio into mainline.
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.
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
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)
20623 Subject: [PATCH @9452] Better peep()ing for foreach() loops
20624 Branch: maint-5.6/perl
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.
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.
20647 ____________________________________________________________________________
20648 [ 9592] By: gsar on 2001/04/06 14:45:18
20649 Log: integrate change#9477 from mainline (base.pm doc tweak)
20651 missing doc entry for fmod()
20652 Branch: maint-5.6/perl
20653 ! lib/Math/BigFloat.pm
20655 ____________________________________________________________________________
20656 [ 9591] By: jhi on 2001/04/06 13:55:48
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
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.
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.
20676 keep eval"" CVs alive until the end of the statement in which
20679 add README.macos (from Chris Nandor)
20681 tyop in change#9555
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)
20692 tyop in change#9555
20693 Branch: maint-5.6/perl
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
20707 Subject: [PATCH] Base64 update to perlfaq9.pod
20709 Subject: [PATCH AUTHORS] Housekeeping
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.
20714 Subject: [PATCH B::*] print control-character vars readably
20715 Needs EBCDICification.
20717 Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
20719 Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
20721 Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
20723 Subject: [PATCH B::Deparse] binmode is no longer an UNOP
20725 Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
20727 Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
20729 Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate ( with patch)
20731 Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
20733 FreeBSD hints tweak from Anton Berezin.
20735 Subject: [PATCH foolperl & bleadperl] README.vms update
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:
20750 eval q[sub { eval 'sub { &$s }' }];
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.
20763 ! Changes patchlevel.h
20764 ____________________________________________________________________________
20765 [ 9582] By: jhi on 2001/04/05 23:11:23
20766 Log: Slight doc tweak.
20768 ! pod/perlunicode.pod
20769 ____________________________________________________________________________
20770 [ 9581] By: jhi on 2001/04/05 23:04:11
20771 Log: Integrate perlio.
20773 !> pod/perlunicode.pod
20774 ____________________________________________________________________________
20775 [ 9580] By: jhi on 2001/04/05 23:03:29
20776 Log: Test for #9579.
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>
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>
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]>
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>
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.
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>
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>
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>
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>
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>
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
20860 ! pod/perlunicode.pod
20861 ____________________________________________________________________________
20862 [ 9568] By: nick on 2001/04/05 19:38:09
20863 Log: Integrate mainline
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>
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>
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>
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>
20898 Needs EBCDICification.
20900 ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.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]>
20909 Mac OS X (Darwin) has extra pwent fields.
20912 ____________________________________________________________________________
20913 [ 9562] By: jhi on 2001/04/05 17:57:51
20917 ____________________________________________________________________________
20918 [ 9561] By: jhi on 2001/04/05 17:47:33
20919 Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
20922 Branch: metaconfig/U/perl
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.
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
20940 ____________________________________________________________________________
20941 [ 9559] By: jhi on 2001/04/05 13:03:04
20942 Log: Be traditional in your cpp (for the Errno extension).
20945 ____________________________________________________________________________
20946 [ 9558] By: jhi on 2001/04/05 13:00:05
20947 Log: Add $Config{cppflags} to the gcc incantation.
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.
20954 + lib/Class/ISA.pm t/lib/class-isa.t
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>
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>
20972 ____________________________________________________________________________
20973 [ 9554] By: jhi on 2001/04/05 04:05:49
20974 Log: Downgrade also the "Wide character" diagnostic.
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.
20982 "double" should be "NV"; standard typemap is missing entry
20987 Downgrade "Wide character in print" to a warning.
20989 B::Deparse fix for ${^FOO} and documentation for PVX() method
20990 (from Robin Houston)
20992 tr/// doesn't null-terminate the result in some situations
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.
21004 ____________________________________________________________________________
21005 [ 9551] By: gsar on 2001/04/05 00:18:34
21006 Log: tr/// doesn't null-terminate the result in some situations
21008 Branch: maint-5.6/perl
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.
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
21025 Subject: PATCH: B::Debug should show LOOP-specific fields
21027 Subject: B::Deparse precedence bug. (Patch included.)
21029 Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
21031 Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
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
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.
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
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
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.
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.
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>
21084 ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
21086 ____________________________________________________________________________
21087 [ 9540] By: jhi on 2001/04/04 04:03:57
21088 Log: Integrate changes #9538,9539 from maintperl into mainline.
21090 fflush() is a macro on SunOS 4.1.x, so provide a wrapper
21091 for use with _fwalk() (fix for change#7705)
21093 another tweak needed for SunOS 4.1.x build (from Mike Guy)
21094 (cp -f is not portable)
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
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
21108 ____________________________________________________________________________
21109 [ 9537] By: nick on 2001/04/03 19:24:55
21110 Log: Integrate mainline
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.
21120 better fix for change#9517 to accomodate UNC paths like
21121 \\server\share\foo, and paths with trailing backslash
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.
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".
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
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>
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.
21155 accomodate VMS "mailbox overflow" quirk in testsuite (from
21159 ____________________________________________________________________________
21160 [ 9530] By: gsar on 2001/04/03 04:56:41
21161 Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
21163 Branch: maint-5.6/perl
21165 ____________________________________________________________________________
21166 [ 9529] By: jhi on 2001/04/03 02:34:34
21167 Log: Update Changes.
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>
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>
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.
21190 ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
21191 Branch: metaconfig/U/perl
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
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
21209 ____________________________________________________________________________
21210 [ 9523] By: jhi on 2001/04/03 00:02:31
21211 Log: (Retracted by #9609)
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.)
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>
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>
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>
21243 ____________________________________________________________________________
21244 [ 9519] By: jhi on 2001/04/02 22:28:04
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>
21253 ____________________________________________________________________________
21254 [ 9518] By: jhi on 2001/04/02 22:22:34
21255 Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
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
21260 add some notes about gutsy threading matters
21262 many of the utilities interpolate literal paths within doublequotes
21263 (fails on dosish platforms where path contains backslashes)
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
21279 ____________________________________________________________________________
21280 [ 9515] By: gsar on 2001/04/02 05:04:29
21281 Log: add missing changelog summaries
21282 Branch: maint-5.6/perl
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
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
21298 [PATCH] File::Glob stuff for Mac OS
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
21311 ____________________________________________________________________________
21312 [ 9510] By: jhi on 2001/04/01 20:45:10
21313 Log: An ambiguosity warning.
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>
21323 ! ext/File/Glob/bsd_glob.c
21324 ____________________________________________________________________________
21325 [ 9508] By: jhi on 2001/04/01 19:35:03
21326 Log: Update Changes.
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
21337 ____________________________________________________________________________
21338 [ 9506] By: jhi on 2001/04/01 19:11:53
21339 Log: Commit Sarathy to April release of 5.6.1 :-)
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>
21349 ! pod/perldebug.pod
21350 ____________________________________________________________________________
21351 [ 9504] By: jhi on 2001/04/01 18:43:09
21352 Log: Add great_circle_direction().
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.
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.
21364 fix the perlembed notes on multiple interpreters
21366 fix ExtUtils::Embed to work passably on Windows
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
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.
21381 ____________________________________________________________________________
21382 [ 9499] By: jhi on 2001/04/01 05:55:46
21383 Log: tr/// UTF-8 tweaking from Inaba Hiroto.
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.
21391 ____________________________________________________________________________
21392 [ 9497] By: jhi on 2001/04/01 00:24:25
21393 Log: Integrate changes #9493,9494,9495,9496 from maintperl
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)
21399 nits spotted by Borland compiler
21401 avoid redefinition warnings under Borland 5.02
21403 various nits identified by the Borland 5.5 compiler; remove suppression
21406 !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
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
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
21430 ____________________________________________________________________________
21431 [ 9492] By: jhi on 2001/03/31 18:36:24
21432 Log: Integrate change #9491 from maintperl into mainline.
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*
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*
21445 this is a followup patch for change#6749
21446 Branch: maint-5.6/perl
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>
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>
21466 ____________________________________________________________________________
21467 [ 9488] By: jhi on 2001/03/31 03:39:51
21468 Log: Debug output tweak.
21471 ____________________________________________________________________________
21472 [ 9487] By: jhi on 2001/03/31 03:33:02
21473 Log: OverVMSification.
21476 ____________________________________________________________________________
21477 [ 9486] By: jhi on 2001/03/31 03:01:40
21478 Log: Missed MANIFESTations in #9483.
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>
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)
21493 - lib/unicode/README.Ethiopic
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.)
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>
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>
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>
21532 The t/rantests flags file creation was accidentally
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]>
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>
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>
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>
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>
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>
21585 ! t/lib/glob-basic.t
21586 ____________________________________________________________________________
21587 [ 9473] By: jhi on 2001/03/30 16:09:24
21588 Log: Update Changes.
21590 ! Changes patchlevel.h
21591 ____________________________________________________________________________
21592 [ 9472] By: jhi on 2001/03/30 15:16:08
21593 Log: Integrate perlio.
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.
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>
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>
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>
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
21633 ! t/lib/glob-basic.t
21634 ____________________________________________________________________________
21635 [ 9466] By: nick on 2001/03/30 13:03:12
21636 Log: Integrate mainline.
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.)
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>
21657 ____________________________________________________________________________
21658 [ 9463] By: jhi on 2001/03/30 02:34:48
21659 Log: Test for #9462.
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>
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>
21677 ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.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>
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>
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>
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>
21710 - ext/re/hints/aix.pl
21712 ____________________________________________________________________________
21713 [ 9456] By: jhi on 2001/03/30 02:03:32
21714 Log: Integrate perlio.
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?)
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.
21728 ! ext/Encode/Encode.xs
21729 ____________________________________________________________________________
21730 [ 9453] By: nick on 2001/03/29 17:58:48
21731 Log: Integrate mainline
21733 !> Changes patchlevel.h
21734 ____________________________________________________________________________
21735 [ 9452] By: jhi on 2001/03/29 16:44:55
21736 Log: Update Changes.
21738 ! Changes patchlevel.h
21739 ____________________________________________________________________________
21740 [ 9451] By: nick on 2001/03/29 16:31:38
21741 Log: Integrate mainline
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.
21752 !> win32/buildext.pl
21753 ____________________________________________________________________________
21754 [ 9449] By: jhi on 2001/03/29 15:50:01
21755 Log: Update Changes.
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
21762 ! win32/buildext.pl
21763 ____________________________________________________________________________
21764 [ 9447] By: jhi on 2001/03/29 15:39:34
21765 Log: Integrate perlio.
21767 !> win32/makefile.mk
21768 ____________________________________________________________________________
21769 [ 9446] By: nick on 2001/03/29 15:30:03
21770 Log: Integrate win32/makefile.mk with mainline.
21772 !> win32/makefile.mk
21773 ____________________________________________________________________________
21774 [ 9445] By: nick on 2001/03/29 15:27:32
21775 Log: Fix breakage ...
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>
21785 ! win32/makefile.mk
21786 ____________________________________________________________________________
21787 [ 9443] By: jhi on 2001/03/29 15:02:12
21788 Log: Integrate perlio.
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.
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.
21804 ____________________________________________________________________________
21805 [ 9440] By: jhi on 2001/03/29 14:42:58
21806 Log: use warnings instead of -w.
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>
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>
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>
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>
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
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>
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.
21860 ____________________________________________________________________________
21861 [ 9432] By: nick on 2001/03/29 12:40:03
21862 Log: Make as-shipped compiler default to MSVC6
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.
21870 ! perlio.c perlio.h
21871 ____________________________________________________________________________
21872 [ 9430] By: nick on 2001/03/29 10:56:35
21873 Log: Integrate mainline.
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).
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>
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>
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)
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.
21920 ! Changes patchlevel.h
21921 ____________________________________________________________________________
21922 [ 9423] By: jhi on 2001/03/28 18:52:09
21923 Log: Rmdir lib/XS on cleanup.
21926 ____________________________________________________________________________
21927 [ 9422] By: jhi on 2001/03/28 18:49:34
21928 Log: Integrate perlio.
21930 !> t/op/utf8decode.t
21931 ____________________________________________________________________________
21932 [ 9421] By: nick on 2001/03/28 18:46:44
21933 Log: Loose duplicate chunk.
21935 ! t/op/utf8decode.t
21936 ____________________________________________________________________________
21937 [ 9420] By: nick on 2001/03/28 18:44:11
21938 Log: Integrate mainline.
21940 !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
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)
21948 ____________________________________________________________________________
21949 [ 9418] By: jhi on 2001/03/28 18:34:05
21950 Log: Integrate perlio.
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.
21959 Make t/op/utf8decode.t a text file.
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.
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
21975 Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
21977 If directory entries compare equal case-insensitively,
21978 retry case-sensitively.
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>
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
21996 ! t/op/utf8decode.t
21997 ____________________________________________________________________________
21998 [ 9412] By: jhi on 2001/03/28 17:02:36
21999 Log: Forced integrate from perlio.
22001 !> t/op/utf8decode.t
22002 ____________________________________________________________________________
22003 [ 9411] By: nick on 2001/03/28 16:50:03
22004 Log: Integrate mainline.
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>
22020 ____________________________________________________________________________
22021 [ 9409] By: jhi on 2001/03/28 16:12:45
22022 Log: Yet another tweak on AIX dynaloading.
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>
22035 ____________________________________________________________________________
22036 [ 9407] By: jhi on 2001/03/28 15:47:43
22037 Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
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>
22051 ____________________________________________________________________________
22052 [ 9405] By: jhi on 2001/03/28 15:13:18
22053 Log: pp_ne() needs a CORRECT boolean.
22056 ____________________________________________________________________________
22057 [ 9404] By: jhi on 2001/03/28 15:09:23
22058 Log: pp_ne() needs a boolean, not an integer.
22061 ____________________________________________________________________________
22062 [ 9403] By: jhi on 2001/03/28 14:47:43
22063 Log: (Retracted by #9404.)
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>
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>
22082 A variable will be checked for the "use once" warnings if:
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.
22087 Otherwise it won't be checked at all.
22089 Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
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.
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.
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
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>
22121 ! ext/IO/lib/IO/Socket.pm
22122 ____________________________________________________________________________
22123 [ 9397] By: jhi on 2001/03/27 21:52:49
22124 Log: Integrate perlio.
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.
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
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).
22144 + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
22145 + ext/PerlIO/Via/Via.xs
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.
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>
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.
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
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)
22172 ! ext/XS/Typemap/Typemap.xs
22173 ____________________________________________________________________________
22174 [ 9387] By: nick on 2001/03/27 20:15:43
22175 Log: Integrate mainline.
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>
22189 Clarify the UTF-8 issues of the API docs.
22190 (Slightly reworded and expanded.)
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.
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.
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.
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.
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.
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
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>
22237 (The first part of the patch.)
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>
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>
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>
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.
22268 ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.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.
22276 ____________________________________________________________________________
22277 [ 9374] By: jhi on 2001/03/27 05:50:01
22281 ____________________________________________________________________________
22282 [ 9373] By: jhi on 2001/03/27 05:43:51
22283 Log: Pixie documenting.
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.
22290 ! U/modified/myhostname.U
22291 Branch: metaconfig/U/perl
22294 ____________________________________________________________________________
22295 [ 9371] By: jhi on 2001/03/27 05:29:07
22296 Log: Add sockatmark() probing.
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
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.
22309 ____________________________________________________________________________
22310 [ 9369] By: nick on 2001/03/26 21:59:30
22311 Log: Integrate mainline.
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).
22321 TODO2: le, lt, ge, gt? Yech.
22324 ____________________________________________________________________________
22325 [ 9367] By: jhi on 2001/03/26 21:34:57
22326 Log: Too much cut-and-paste in #9363.
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>
22336 (The patch for 5.6.0 or so, this is a guess for bleadperl)
22339 ____________________________________________________________________________
22340 [ 9365] By: jhi on 2001/03/26 21:07:54
22341 Log: Integrate perlio.
22344 ____________________________________________________________________________
22345 [ 9364] By: nick on 2001/03/26 20:30:48
22346 Log: REFCNT botch in layer name cache hash.
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>
22356 Also sockpair() fixed similarly.
22359 ____________________________________________________________________________
22360 [ 9362] By: jhi on 2001/03/26 18:37:52
22361 Log: Integrate perlio.
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.
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.
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.
22378 ! Changes patchlevel.h
22379 ____________________________________________________________________________
22380 [ 9358] By: jhi on 2001/03/26 02:05:32
22381 Log: Document the most common pixie options.
22384 ____________________________________________________________________________
22385 [ 9357] By: jhi on 2001/03/26 01:25:28
22386 Log: For perl.pixie check *before* compiling that optimize is -g,
22390 ____________________________________________________________________________
22391 [ 9356] By: jhi on 2001/03/26 01:13:41
22392 Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
22395 ____________________________________________________________________________
22396 [ 9355] By: jhi on 2001/03/26 01:11:19
22397 Log: Remove t/perl.third.
22400 ____________________________________________________________________________
22401 [ 9354] By: jhi on 2001/03/26 00:23:38
22402 Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
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.
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>
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.)
22429 ____________________________________________________________________________
22430 [ 9350] By: nick on 2001/03/25 22:10:13
22431 Log: win32/makefile.mk typos
22433 ! win32/makefile.mk
22434 ____________________________________________________________________________
22435 [ 9349] By: nick on 2001/03/25 21:31:14
22436 Log: Integrate now-non-binary file.
22439 ____________________________________________________________________________
22440 [ 9348] By: nick on 2001/03/25 21:27:24
22444 ____________________________________________________________________________
22445 [ 9347] By: nick on 2001/03/25 21:25:37
22446 Log: Integrate mainline.
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...
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.
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.
22469 ! lib/Term/ReadLine.pm
22470 ____________________________________________________________________________
22471 [ 9343] By: nick on 2001/03/25 20:21:14
22472 Log: Missing return value.
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.
22480 ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
22482 ____________________________________________________________________________
22483 [ 9341] By: jhi on 2001/03/25 16:01:48
22484 Log: Escape 8-bit characters.
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
22493 ____________________________________________________________________________
22494 [ 9339] By: gsar on 2001/03/25 15:48:50
22495 Log: delete mimeqp.t for later with text mode set
22498 ____________________________________________________________________________
22499 [ 9338] By: nick on 2001/03/25 09:01:57
22500 Log: Integrate mainline.
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.
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.)
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.
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.
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
22536 ____________________________________________________________________________
22537 [ 9333] By: jhi on 2001/03/24 20:14:37
22538 Log: Integrate perlio.
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!"
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.
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.
22557 ____________________________________________________________________________
22558 [ 9329] By: jhi on 2001/03/24 18:26:57
22559 Log: (Retracted by #9393)
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>
22567 ____________________________________________________________________________
22568 [ 9328] By: nick on 2001/03/24 17:22:02
22569 Log: Integrate mainline.
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.
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.
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>
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.
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.
22613 +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
22614 +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
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.
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.
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.
22643 ! ext/POSIX/POSIX.xs
22644 ____________________________________________________________________________
22645 [ 9319] By: nick on 2001/03/24 11:29:41
22646 Log: Generated files.
22648 ! embed.h global.sym objXSUB.h perlapi.c proto.h
22649 ____________________________________________________________________________
22650 [ 9318] By: nick on 2001/03/24 10:29:37
22652 1. open($fh,"+<",undef); # add test to t/io/open.t
22653 2. open($fh,"+<",\$var); # New test t/lib/io_scalar.t
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.
22664 ____________________________________________________________________________
22665 [ 9316] By: jhi on 2001/03/23 23:40:46
22666 Log: Integrate perlio.
22669 !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
22671 ____________________________________________________________________________
22672 [ 9315] By: jhi on 2001/03/23 22:16:30
22673 Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
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.
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.
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 ...)
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
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.
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>
22720 ____________________________________________________________________________
22721 [ 9309] By: jhi on 2001/03/23 13:39:13
22722 Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
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
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
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
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>.
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.
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.
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...
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!")
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().
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.
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.
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
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);
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.
22821 open(my $fh,"<&",\*STDIN);
22822 open(my $dup,"<&",$fh);
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.
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.
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.
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.
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().
22855 ____________________________________________________________________________
22856 [ 9292] By: gsar on 2001/03/22 07:12:00
22857 Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
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.)
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
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
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
22890 ____________________________________________________________________________
22891 [ 9287] By: jhi on 2001/03/21 20:30:54
22892 Log: Integrate perlio.
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.
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).
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
22916 ____________________________________________________________________________
22917 [ 9282] By: jhi on 2001/03/21 17:15:43
22918 Log: The #9270 would have leaked a scalar if pp_substr()
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
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.
22958 ____________________________________________________________________________
22959 [ 9275] By: jhi on 2001/03/21 03:54:17
22960 Log: Update Changes.
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.
22967 TODO: tests, EBCDICify.
22969 ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
22970 ____________________________________________________________________________
22971 [ 9273] By: jhi on 2001/03/21 02:23:00
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>
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>
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>
22996 ____________________________________________________________________________
22997 [ 9270] By: jhi on 2001/03/21 01:16:29
22998 Log: Continue 4-arg substr() UTF-8 fixage.
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.
23005 revert the leak fix in change#9142 (problem needs a more experimental
23006 fix unsuitable for 5.6.1)
23008 do alphabetical sorting by default (for csh compatibility)
23010 cut-n-paste goof in change#9264
23012 VMS piping fixes (from Charles Lane)
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.
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?).
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)
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
23071 ____________________________________________________________________________
23072 [ 9261] By: jhi on 2001/03/20 14:26:25
23073 Log: Integrate changes #9259,9260 from maintperl into mainline.
23075 Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
23077 Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
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
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.
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.
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)
23118 TODO: we are still broken if $bytestr needs UTF-8 upgrading.
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'.
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>
23135 ____________________________________________________________________________
23136 [ 9252] By: jhi on 2001/03/19 21:42:27
23137 Log: Integrate perlio.
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.
23146 Dynaloading in 64-bit AIX with vac.
23148 !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
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.
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
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.
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.
23184 Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
23185 Branch: maint-5.6/perl
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
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>
23203 ____________________________________________________________________________
23204 [ 9242] By: jhi on 2001/03/19 18:58:43
23205 Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
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.
23219 some refcounts were incorrect in perl_clone()
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
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
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
23238 ____________________________________________________________________________
23239 [ 9236] By: gsar on 2001/03/19 08:17:49
23240 Log: integrate changes#8068,8717 from mainline
23242 [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to undef
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
23255 [PATCH] Add missing CV flags to dump.c
23257 Re: [patch] Re: PL_ptr_table
23259 Fixup non-ithread build after 8713
23261 Generated files form 8713 etc.
23263 Correct the correction :-(
23265 Documenting coderef @INC (Re: CPAN "make this script work" feature)
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
23279 Branch: maint-5.6/perl
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
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.
23297 Clarify the description differentiating for and while; inspired by
23299 Subject: [ID 20010306.004] || != named unary operator
23301 The $Is_MacOS needs to be declared.
23302 Branch: maint-5.6/perl
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.
23310 Quieten some noise in Win32 builds
23312 Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
23314 The perlretut was still talking about the old \p and \P
23317 More tweakage on the Unicode character class descriptions.
23319 Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
23321 Subject: 'no *POSIX' Patch speeding up make on BS2000
23323 Subject: [PATCH] perldata.pod here-doc docs
23325 Add /sbin and /usr/sbin to the list of directories scanned
23326 for setuid programs. Takes care of bug id 20010309.003.
23328 Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
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
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.
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
23359 Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
23361 Forgot to check-in the larger part of #9120, duh.
23363 Subject: Another patch for integer.pm POD
23365 h2ph strictness and cleanliness from Kurt Starsinic.
23367 Borland filename case problem.
23369 h2ph strictness and cleanliness from Kurt Starsinic.
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.
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.
23394 remove duplicated tests
23397 ____________________________________________________________________________
23398 [ 9224] By: jhi on 2001/03/19 02:06:11
23399 Log: Integrate change #9223 from mainline to maintperl.
23401 Document -Dmksymlinks.
23402 Branch: maint-5.6/perl
23404 ____________________________________________________________________________
23405 [ 9223] By: jhi on 2001/03/19 02:01:25
23406 Log: Document -Dmksymlinks.
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
23414 ____________________________________________________________________________
23415 [ 9221] By: jhi on 2001/03/19 00:49:43
23416 Log: Cleanup pixie residue.
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.
23423 TODO: make t/TEST pixie-aware.
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
23431 ____________________________________________________________________________
23432 [ 9218] By: jhi on 2001/03/18 23:59:31
23433 Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
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.
23443 ____________________________________________________________________________
23444 [ 9216] By: jhi on 2001/03/18 22:30:04
23445 Log: Document the use of Third Degree (sparsely).
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.
23453 ____________________________________________________________________________
23454 [ 9214] By: jhi on 2001/03/18 21:08:53
23455 Log: The podchecker relaxations need to mirrored also at the tests.
23458 ____________________________________________________________________________
23459 [ 9213] By: jhi on 2001/03/18 20:56:21
23460 Log: Update Changes.
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.
23469 ____________________________________________________________________________
23470 [ 9211] By: jhi on 2001/03/18 20:33:37
23471 Log: On "make clean" take care of Third Degree droppings.
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)
23479 TODO: Document the use of Third Degree.
23482 ____________________________________________________________________________
23483 [ 9209] By: jhi on 2001/03/18 20:19:07
23484 Log: Regen toc and api pods.
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.
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.
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.
23509 clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
23513 ____________________________________________________________________________
23514 [ 9204] By: jhi on 2001/03/18 19:37:46
23515 Log: Make perl.third checks more understandable to the builder.
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.
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.
23531 ____________________________________________________________________________
23532 [ 9201] By: jhi on 2001/03/18 18:39:21
23533 Log: Integrate change #9197 from maintperl to mainline.
23535 more thorough cleaning of arenas.
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.
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
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
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.
23580 ____________________________________________________________________________
23581 [ 9195] By: nick on 2001/03/18 09:27:06
23582 Log: Integrate mainline
23584 !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.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.
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.
23597 ____________________________________________________________________________
23598 [ 9192] By: jhi on 2001/03/18 04:22:43
23599 Log: tr/// UTF-8 patches from Inaba Hiroto.
23602 ____________________________________________________________________________
23603 [ 9191] By: jhi on 2001/03/18 04:21:17
23604 Log: Integrate perlio.
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.
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.
23618 ____________________________________________________________________________
23619 [ 9188] By: jhi on 2001/03/17 18:46:00
23620 Log: Integrate perlio.
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)
23630 ____________________________________________________________________________
23631 [ 9186] By: nick on 2001/03/17 18:34:48
23632 Log: MANIFEST addition :-(
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.
23644 - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
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.
23651 EBCDIC build as yet untested. ASCII still fails the one test.
23655 ____________________________________________________________________________
23656 [ 9184] By: nick on 2001/03/17 17:44:16
23657 Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
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.
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'
23671 ____________________________________________________________________________
23672 [ 9181] By: nick on 2001/03/17 09:15:11
23673 Log: Integrate mainline.
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
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.
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.
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.
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>
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>
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>
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
23762 ! perl.h toke.c utf8.h
23763 ____________________________________________________________________________
23764 [ 9172] By: jhi on 2001/03/15 15:17:17
23765 Log: Update Changes.
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>
23775 Borland filename case problem.
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.
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
23788 ____________________________________________________________________________
23789 [ 9169] By: jhi on 2001/03/15 14:19:01
23790 Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
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.
23798 Subject: [PATCH 5.6.1] OS/2 docs
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>
23811 ____________________________________________________________________________
23812 [ 9166] By: jhi on 2001/03/15 13:53:15
23813 Log: sigaction test condition tweakage.
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///.
23827 ____________________________________________________________________________
23828 [ 9163] By: jhi on 2001/03/15 00:58:57
23829 Log: h2ph strictness and cleanliness from Kurt Starsinic.
23832 ____________________________________________________________________________
23833 [ 9162] By: gsar on 2001/03/15 00:56:53
23834 Log: avoid warnings
23835 Branch: maint-5.6/perl
23837 ____________________________________________________________________________
23838 [ 9161] By: gsar on 2001/03/15 00:52:09
23839 Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
23841 Branch: maint-5.6/perl
23843 ____________________________________________________________________________
23844 [ 9160] By: jhi on 2001/03/14 22:02:10
23845 Log: Do not use the Perl malloc in IRIX, suggested by
23849 ____________________________________________________________________________
23850 [ 9159] By: nick on 2001/03/14 21:45:59
23851 Log: Integrate mainline
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.
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.
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.
23873 PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
23874 (caused Storable 1.0.10 to break on windows)
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).
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.
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">)
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.
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.
23918 ____________________________________________________________________________
23919 [ 9148] By: gsar on 2001/03/14 06:13:02
23920 Log: Uninitialized Memory Read in 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>
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.
23936 ____________________________________________________________________________
23937 [ 9145] By: jhi on 2001/03/14 03:57:41
23938 Log: (Retracted by #9150.)
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.
23945 fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
23947 remove squelch controls for "Scalars leaked" messages in most places
23948 (these are now cured)
23950 fix another memory leak reported by purify (tie callbacks that
23951 croak can leak when wiping out magic)
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.)
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
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>
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>
23983 Fix for 2000313.004.
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>
23994 ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
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
24009 ____________________________________________________________________________
24010 [ 9136] By: jhi on 2001/03/13 23:12:24
24011 Log: (Retracted by #9155)
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>
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.
24024 ____________________________________________________________________________
24025 [ 9134] By: jhi on 2001/03/13 22:49:05
24026 Log: Integrate change #9131 from maintperl into mainline.
24028 make the error text look more consistent in hints/hpux.sh
24031 ____________________________________________________________________________
24032 [ 9133] By: gsar on 2001/03/13 22:46:20
24033 Log: integrate change#9067 from mainline
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>
24045 A more correct prime finder.
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
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>
24060 If the test is run non-interactively the default handler
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
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>
24080 ____________________________________________________________________________
24081 [ 9127] By: nick on 2001/03/13 21:26:30
24082 Log: Integrate mainline.
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).
24097 ____________________________________________________________________________
24098 [ 9125] By: jhi on 2001/03/13 15:07:16
24099 Log: Update Changes.
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
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.
24114 ! U/modified/myhostname.U
24115 ____________________________________________________________________________
24116 [ 9122] By: jhi on 2001/03/13 03:24:06
24117 Log: Typo in #9113.
24120 ____________________________________________________________________________
24121 [ 9121] By: jhi on 2001/03/13 01:53:05
24122 Log: Forgot to check-in the larger part of #9120, duh.
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>
24133 ____________________________________________________________________________
24134 [ 9119] By: jhi on 2001/03/13 01:49:41
24135 Log: Integrate change #9116 from maintperl into mainline.
24137 Win32::GetCwd() returns C: instead of C:\ in the root directory
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)
24145 + lib/Switch.pm t/lib/switch.t
24147 ____________________________________________________________________________
24148 [ 9117] By: jhi on 2001/03/13 01:03:17
24149 Log: Add Text::Balanced 1.83.
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
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
24160 Branch: maint-5.6/perl
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>
24169 use integer document clarification.
24172 ____________________________________________________________________________
24173 [ 9114] By: jhi on 2001/03/13 00:38:54
24174 Log: Metaconfig unit change for #9113.
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>
24184 ! Configure README.os390 hints/os390.sh
24185 ____________________________________________________________________________
24186 [ 9112] By: jhi on 2001/03/13 00:29:00
24187 Log: Integrate perlio.
24190 ____________________________________________________________________________
24191 [ 9111] By: nick on 2001/03/12 21:16:33
24192 Log: Integrate mainline.
24195 !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
24197 ____________________________________________________________________________
24198 [ 9110] By: nick on 2001/03/12 21:00:13
24199 Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
24202 ____________________________________________________________________________
24203 [ 9109] By: jhi on 2001/03/12 16:04:47
24204 Log: Integrate change #9108 from maintperl to mainline.
24206 fix memory leak in C<sub X { sub {} }> arising from a refcount
24207 loop between the outer sub and the inner prototype anonsub
24209 this also enables closures returned by subroutines that
24210 subsequently get redefined to work without generating coredumps :)
24212 completely removed the free_closures() hack--it shouldn't be
24216 !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.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
24223 this also enables closures returned by subroutines that
24224 subsequently get redefined to work without generating coredumps :)
24226 completely removed the free_closures() hack--it shouldn't be
24228 Branch: maint-5.6/perl
24230 ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
24232 ____________________________________________________________________________
24233 [ 9107] By: jhi on 2001/03/12 05:15:31
24234 Log: Integrate perlio.
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.
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.
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.
24254 ____________________________________________________________________________
24255 [ 9103] By: nick on 2001/03/11 18:03:28
24256 Log: Integrate mainline (for regexp stuff).
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.
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.
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.
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]>
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
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.
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.
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?)
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
24315 Need to provide v5.6 names for XS modules (decide is uni or chr ?).
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.
24325 ____________________________________________________________________________
24326 [ 9094] By: nick on 2001/03/09 17:36:38
24327 Log: Builds an passes all tests after integrate and this tweak.
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)
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.
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.
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>
24354 EXISTS() returning undef mistakenly triggered a FETCH().
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.
24363 ____________________________________________________________________________
24364 [ 9088] By: jhi on 2001/03/09 14:48:32
24365 Log: Regen perlapi, perltoc.
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>
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
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>
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.
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>
24402 If references (are overloaded) and can be directly stringified,
24403 show that instead of "stringified".
24405 (The problem, infinite mutual recursion caused by overloaded bool
24406 in Switch.pm, tracked by David Mitchell)
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>
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>
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>
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>
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.
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>
24455 ____________________________________________________________________________
24456 [ 9078] By: jhi on 2001/03/08 12:57:43
24457 Log: Retract #9069, wrong patch.
24460 ____________________________________________________________________________
24461 [ 9077] By: jhi on 2001/03/08 01:06:13
24462 Log: Upgrade to Unicode 3.1 beta 2001-03-01.
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.
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.
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.
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.
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>
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>
24530 ____________________________________________________________________________
24531 [ 9070] By: jhi on 2001/03/07 15:04:58
24532 Log: Clarify the description differentiating for and while; inspired by
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>
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>
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>
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>
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)
24568 Thanks to Merijn Broeren for tracking this down.
24570 ! lib/ExtUtils/MM_Unix.pm
24571 ____________________________________________________________________________
24572 [ 9066] By: jhi on 2001/03/07 14:30:02
24573 Log: Floating point too messy.
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.
24580 fix memory leak in pack("Bb",...)
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
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.)
24595 ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
24597 ____________________________________________________________________________
24598 [ 9062] By: jhi on 2001/03/07 00:41:16
24599 Log: More tweakage on the Unicode character class descriptions.
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
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).
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?
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.
24623 ____________________________________________________________________________
24624 [ 9057] By: jhi on 2001/03/06 03:02:36
24625 Log: Easier to outcomment all the three reset() tests for now.
24628 ____________________________________________________________________________
24629 [ 9056] By: jhi on 2001/03/06 02:30:02
24630 Log: Comment out the deadly reset; until the 20010301.005
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
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.
24646 ____________________________________________________________________________
24647 [ 9053] By: jhi on 2001/03/05 23:20:28
24648 Log: Integrate perlio.
24650 +> ext/Encode/Encode/koi8-r.ucm
24651 !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
24653 ____________________________________________________________________________
24654 [ 9052] By: nick on 2001/03/05 23:08:17
24655 Log: skipping USE_PERLIO symbols correction.
24658 ____________________________________________________________________________
24659 [ 9051] By: nick on 2001/03/05 22:35:07
24660 Log: More Encode alias tidying.
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
24670 ____________________________________________________________________________
24671 [ 9049] By: nick on 2001/03/05 19:54:04
24672 Log: Integrate Jarkko's Encode.pm tweak.
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.)
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.
24690 ____________________________________________________________________________
24691 [ 9046] By: jhi on 2001/03/05 19:12:14
24692 Log: Integrate perlio.
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.
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).
24706 ____________________________________________________________________________
24707 [ 9043] By: nick on 2001/03/05 18:14:47
24708 Log: Update MANIFEST for new test.
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.
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.
24722 ! ext/Encode/Encode.pm
24723 ____________________________________________________________________________
24724 [ 9040] By: jhi on 2001/03/05 17:30:43
24725 Log: Integrate perlio.
24728 ____________________________________________________________________________
24729 [ 9039] By: nick on 2001/03/05 17:11:36
24730 Log: Missed added file.
24733 ____________________________________________________________________________
24734 [ 9038] By: jhi on 2001/03/05 15:58:01
24735 Log: Add tr tests for EBCDIC, from Karsten Sperling.
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).
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.
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.
24754 ____________________________________________________________________________
24755 [ 9035] By: jhi on 2001/03/05 15:36:55
24756 Log: The #9034 needs a MANIFESTation.
24759 ____________________________________________________________________________
24760 [ 9034] By: jhi on 2001/03/05 15:35:14
24761 Log: Integrate perlio.
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
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>
24788 PMOPs need to remember their own stash so that they can
24789 gracefully remove themselves from their linked list.
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.
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
24820 ____________________________________________________________________________
24821 [ 9031] By: jhi on 2001/03/05 13:51:17
24822 Log: Integrate change #9030 from maintperl into mainline.
24824 Subject: [PATCH 5.6.1] OS/2 cleanup
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
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.
24849 various nits in MM_Unix.pm found by disabling SelfLoader
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
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}.
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>
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>
24892 Revert the workaround.
24895 ____________________________________________________________________________
24896 [ 9022] By: jhi on 2001/03/04 19:36:28
24897 Log: Update Changes.
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.
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.
24912 ____________________________________________________________________________
24913 [ 9019] By: jhi on 2001/03/04 18:18:43
24914 Log: Integrate changes #9017 and 9018 from mainline into maintperl.
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>
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.
24934 ____________________________________________________________________________
24935 [ 9016] By: jhi on 2001/03/04 17:41:22
24936 Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
24938 Tweak the get*ent() OS/2 prototypes.
24940 Add the \N{U+HHHH} syntax.
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.
24951 ____________________________________________________________________________
24952 [ 9014] By: jhi on 2001/03/04 17:24:49
24953 Log: Add the \N{U+HHHH} syntax.
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.
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
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
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
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.
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.
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>
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
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;).
25019 ____________________________________________________________________________
25020 [ 9003] By: jhi on 2001/03/03 17:15:52
25021 Log: Integrate change #9002 from mainline to maintperl.
25023 Subject: [perl-5.6.x, perl-current] accept for EPOC
25024 Branch: maint-5.6/perl
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>
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>
25042 ____________________________________________________________________________
25043 [ 9000] By: jhi on 2001/03/03 17:11:55
25044 Log: Integrate changes #8997,8999 from maintperl.
25046 Subject: [PATCH 5.6.1] compiling on OS/2
25047 (Better error message from hints/os2.sh)
25049 Subject: [PATCH 5.6.1] syslog.t
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
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
25076 ____________________________________________________________________________
25077 [ 8996] By: jhi on 2001/03/03 00:55:58
25078 Log: Regen files for mainline.
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
25088 Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
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)
25094 Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
25095 (Document APPLLIB_EXP in INSTALL.)
25097 If running byacc write-enable also perly.h.
25099 DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
25101 Subject: [PATCH 5.7.1/Configure] failure to set src='.'
25103 Sanity check for conflicting thread flavours.
25105 Fix the sys/fcntl.h problem reported by Peter Prymmer.
25107 Add few CPUs/architectures to the Cppsym scan,
25108 add -perlio to archname if so selected (modified 8890)
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
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
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
25146 ____________________________________________________________________________
25147 [ 8989] By: jhi on 2001/03/02 19:59:56
25148 Log: Update Changes.
25150 ! Changes patchlevel.h
25151 ____________________________________________________________________________
25152 [ 8988] By: jhi on 2001/03/02 19:57:08
25153 Log: Integrate perlio.
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.
25178 Subject: [PATCH: perl@8773] small fixups to perlclib.pod
25180 Put to rest the 20010205.001, the email address checking (not) regex.
25182 fork() not everywhere, cleanup temp files.
25184 The #8843 wasn't quite right: %Config needs to imported.
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)
25190 Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
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.)
25197 Subject: [PATCH] fix for charnames above FFFF
25199 Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
25201 If no sfio, no -lsfio.
25203 Run run/*.t also in minitest.
25205 Subject: [PATCH perl 5.7.0] malloc message address offset
25207 Subject: [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
25209 Subject: fix for parameter -Dm (for perl@8867)
25211 Subject: [PATCH: perl@8892] was Re: hashing order difference?
25212 (make the test more portable)
25214 Subject: Re: [PATCH] fix for charnames above FFFF
25216 Subject: Re: I'm losing the war...
25217 (hv_store() not working correctly in ENV_IS_CASELESS case.)
25219 Subject: Modified README.bs2000
25221 Subject: [PATCH: perl@8935] -Dt padsv($var)
25223 Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
25225 Subject: PATCH: extra tests to check on negative float to unsigned cast
25227 Subject: [PATCH] XPUSH[insp] was Re: progress
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
25238 Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
25240 Subject: [DOC PATCH] overload.pm nits
25242 Add header for LIB$ prototypes (C. Berry)
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
25251 Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
25255 Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
25257 Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
25259 Upgrade to CPAN 1.59_54, from Andreas König.
25263 Subject: [PATCH] Document makepatch in Porting/patching
25265 UTF-8 documentation.
25267 Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
25271 Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
25273 Subject: [PATCH @8807] toke.c cleanup: scan_str()
25275 Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
25277 Add run/*.t to testables.
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
25287 !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
25289 ____________________________________________________________________________
25290 [ 8984] By: jhi on 2001/03/02 16:00:17
25291 Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
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.
25297 Subject: [ID 20010301.004] Technically speaking in perldata
25299 Subject: [PATCH] File::Copy for bleadperl, maintperl
25301 Subject: [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
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>
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>
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
25329 ____________________________________________________________________________
25330 [ 8981] By: jhi on 2001/03/02 15:28:03
25331 Log: Misdate in #8978.
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]>
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>
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>
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.
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.
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.
25381 ____________________________________________________________________________
25382 [ 8974] By: gsar on 2001/03/01 16:28:21
25383 Log: fix for bugid 20010226.008
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
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
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.
25403 ____________________________________________________________________________
25404 [ 8972] By: jhi on 2001/03/01 01:58:38
25405 Log: Regen perlapi.
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>
25415 Allow a completely write protected source code tree
25416 when using the Configure -Dmksymlinks.
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).
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
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.
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.
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.
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>
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
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.)
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>
25495 Replace djSP with dSP.
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
25500 ____________________________________________________________________________
25501 [ 8962] By: jhi on 2001/02/27 23:21:14
25502 Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
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.
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>
25526 ! configure.com vms/descrip_mms.template
25527 ____________________________________________________________________________
25528 [ 8958] By: jhi on 2001/02/27 15:16:42
25529 Log: Update Changes.
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>
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>
25556 plus add a simple usage message if no arguments given.
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
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
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>
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>
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>
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)
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>
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>
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>
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>
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
25637 ____________________________________________________________________________
25638 [ 8944] By: jhi on 2001/02/26 14:14:15
25639 Log: Add more known sprintf failures.
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."
25648 ! ext/Encode/compile
25649 ____________________________________________________________________________
25650 [ 8942] By: jhi on 2001/02/26 13:52:19
25651 Log: A missing dTHX from Vadim Konovalov.
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.
25659 ____________________________________________________________________________
25660 [ 8940] By: jhi on 2001/02/26 13:35:40
25661 Log: Integrate perlio.
25663 !> ext/Encode/Encode.pm
25664 ____________________________________________________________________________
25665 [ 8939] By: nick on 2001/02/25 23:47:09
25666 Log: Integrate mainline.
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.
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.
25680 ____________________________________________________________________________
25681 [ 8936] By: jhi on 2001/02/25 18:54:55
25682 Log: Update Changes.
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.
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.
25694 !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
25695 !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
25697 ____________________________________________________________________________
25698 [ 8933] By: jhi on 2001/02/25 17:33:12
25699 Log: (Retracted by #8395.)
25701 Slight tweaks in scan_const(), not fixes yet, it seems like
25702 lots of work remains to be done...
25705 ____________________________________________________________________________
25706 [ 8932] By: jhi on 2001/02/25 17:27:11
25707 Log: (Retracted by #8395.)
25709 Missing from #8930.
25712 ____________________________________________________________________________
25713 [ 8931] By: jhi on 2001/02/25 17:26:19
25714 Log: A comment tweak.
25717 ____________________________________________________________________________
25718 [ 8930] By: jhi on 2001/02/25 17:25:47
25719 Log: (Retracted by #8395.)
25721 Attempt to fix the EBCDIC character range problwm with //.
25724 ____________________________________________________________________________
25725 [ 8929] By: jhi on 2001/02/25 17:23:45
25726 Log: (Retracted by #8395.)
25728 Expand the EBCDIC character range tests, and add few nasty
25729 tr tests from Karsten Sperling.
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.
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").
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
25748 ____________________________________________________________________________
25749 [ 8925] By: nick on 2001/02/25 10:52:25
25750 Log: Checked in the wrong one ...
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 ...
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.
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
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>
25782 plus Charles Lane's fixes, plus tweaks.
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
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>
25798 hv_store() not working correctly in ENV_IS_CASELESS case.
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>
25808 A further efficiency tweak.
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.
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.
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.
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>
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>
25849 Gets things running but not complete.
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.
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
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
25867 ____________________________________________________________________________
25868 [ 8909] By: jhi on 2001/02/23 02:05:46
25869 Log: A better workaround for Borland putenv() brokenness from Sarathy.
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>
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>
25888 ____________________________________________________________________________
25889 [ 8906] By: jhi on 2001/02/23 01:48:34
25890 Log: Upgrade to File::Temp 0.12, from Tim Jenness.
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>
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
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.
25911 ____________________________________________________________________________
25912 [ 8902] By: jhi on 2001/02/23 01:37:41
25913 Log: (Retracted by #8914)
25914 (Wrongly, reinstated by #8941)
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>
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>
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
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
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.
25948 ____________________________________________________________________________
25949 [ 8897] By: jhi on 2001/02/22 23:25:45
25950 Log: With environ one must use safesysmalloc()/safesysfree().
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.
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!)
25968 fix memory leak in method call optimization (change#3768);
25969 made C<eval "$x->foo()"> leak
25971 fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
25972 Branch: maint-5.6/perl
25974 ____________________________________________________________________________
25975 [ 8893] By: jhi on 2001/02/22 18:35:27
25976 Log: (Retracted by #8915.)
25978 Third Degree finding:
25979 reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
25982 ____________________________________________________________________________
25983 [ 8892] By: jhi on 2001/02/22 14:28:32
25984 Log: Update Changes.
25986 ! Changes patchlevel.h
25987 ____________________________________________________________________________
25988 [ 8891] By: jhi on 2001/02/22 13:22:45
25989 Log: Metaconfig unit changes for #8890.
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.
25997 Add few CPUs/architectures to the Cppsym scan.
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
26005 ____________________________________________________________________________
26006 [ 8888] By: jhi on 2001/02/22 13:05:28
26007 Log: *drum roll* Make perlio the default.
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.
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.
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
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>
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>
26044 This patch to File::Temp does two things:
26046 1. Fixes the problem with CGI::Carp when determining
26047 the Fcntl constants
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.
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>
26062 ____________________________________________________________________________
26063 [ 8882] By: jhi on 2001/02/21 19:41:33
26064 Log: Integrate change #8881 from mainlin to maintperl.
26066 Subject: [PATCH - perl8585] glob-in-eval memory leak fix
26067 Branch: maint-5.6/perl
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>
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.
26083 ____________________________________________________________________________
26084 [ 8879] By: jhi on 2001/02/21 19:08:02
26085 Log: Run run/*.t also in minitest.
26088 ____________________________________________________________________________
26089 [ 8878] By: nick on 2001/02/21 18:55:37
26090 Log: Integrate mainline
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.
26097 ! U/compline/nblock_io.U
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
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.
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>
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>
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.
26132 Fixed reference count loop caused by sv_magic.
26135 ____________________________________________________________________________
26136 [ 8871] By: jhi on 2001/02/21 14:07:29
26137 Log: Integrate change #8868 from pureperl to maintperl.
26139 Fixed reference count loop caused by sv_magic.
26140 Branch: maint-5.6/perl
26142 ____________________________________________________________________________
26143 [ 8870] By: jhi on 2001/02/21 14:04:41
26144 Log: Put back the #8840, it was innocent.
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.
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
26164 ____________________________________________________________________________
26165 [ 8867] By: jhi on 2001/02/21 00:52:39
26166 Log: Update Changes.
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.)
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
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.
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.
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
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)
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".
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,
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).
26236 Fixed %^H scoping bug
26238 Removed GV <-> CV refcount loop
26240 Removed %ENV refcount loop
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.
26247 EBDIC fixes, README.win32 Borland update.
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.
26261 Fixed %^H scoping bug
26263 Removed GV <-> CV refcount loop
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>
26275 Document Borland compiler misbehaviour.
26276 Branch: maint-5.6/perl
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
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
26292 ____________________________________________________________________________
26293 [ 8851] By: jhi on 2001/02/20 17:15:52
26294 Log: Filter::Util::Call update to 1.05, from Paul Marquess.
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
26308 Branch: maint-5.6/pureperl
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>
26317 Case-forgiving systems match TestInit.pm with TES*.
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.
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.
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.
26337 ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
26338 ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
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
26349 ____________________________________________________________________________
26350 [ 8844] By: alanbur on 2001/02/20 14:23:13
26351 Log: Fixed %^H scoping bug
26352 Branch: maint-5.6/pureperl
26354 ____________________________________________________________________________
26355 [ 8843] By: jhi on 2001/02/19 13:38:08
26356 Log: fork() not everywhere, cleanup temp files.
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.
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>
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.
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>
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>
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.
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.
26414 ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.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?"
26420 The hash key got wrongly UTF8fied.
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.
26429 ____________________________________________________________________________
26430 [ 8833] By: nick on 2001/02/18 19:31:22
26431 Log: Integrate mainline
26433 +> t/TestInit.pm t/run/runenv.t
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
26442 ____________________________________________________________________________
26443 [ 8832] By: jhi on 2001/02/18 19:21:18
26444 Log: Integrate perlio.
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.
26452 Branch: maint-5.6/perl
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>
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>
26470 Applied, but as 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.
26480 ____________________________________________________________________________
26481 [ 8827] By: jhi on 2001/02/18 18:41:33
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.
26491 open FOO, "<:unix", ...
26492 works as well - but leaves buffer layer on stack under the unix layer.
26495 ____________________________________________________________________________
26496 [ 8825] By: jhi on 2001/02/18 17:15:39
26497 Log: Integrate perlio.
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>
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.
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>
26520 Revive mjd's and Simon's PERL5OPT fix.
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>
26531 Replace UTEST with TEST -utf8.
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"...)
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.
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
26552 ____________________________________________________________________________
26553 [ 8817] By: nick on 2001/02/17 18:20:14
26554 Log: Integrate mainline
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.
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>
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.
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>
26591 ____________________________________________________________________________
26592 [ 8812] By: alanbur on 2001/02/15 13:52:16
26593 Log: Resynchronised with parent
26594 Branch: maint-5.6/pureperl
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.
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>
26606 tweak change#8659 to keep it simple
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>
26615 Upgrade to podlators 1.08, from Russ Allbery.
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>
26636 perldoc was hardcoding $Config{installscript}, which breaks
26637 when install* isn't where Perl ends up (such as with AFS).
26639 Use $Config{scriptdir} instead.
26640 Branch: maint-5.6/perl
26642 ____________________________________________________________________________
26643 [ 8807] By: jhi on 2001/02/14 14:37:27
26644 Log: Update Changes.
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.
26651 Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
26653 Don't skip too much of the locale error message if no environ array,
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.
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,
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.
26675 ____________________________________________________________________________
26676 [ 8802] By: jhi on 2001/02/13 18:31:33
26677 Log: AUTHORS update.
26680 ____________________________________________________________________________
26681 [ 8801] By: jhi on 2001/02/13 17:55:19
26682 Log: Integrate change #8792 from mainline.
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.
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
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]>
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>
26723 Now it does include.
26726 ____________________________________________________________________________
26727 [ 8795] By: jhi on 2001/02/13 14:30:11
26728 Log: Sort the 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>.
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]>
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.
26755 environ array wrongly assumed in Perl_init_i18nl10n(),
26756 Branch: maint-5.6/perl
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.
26764 ____________________________________________________________________________
26765 [ 8789] By: jhi on 2001/02/13 13:58:07
26766 Log: Integrate changes #8373,8487,8544,8783 from mainline.
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
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.
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
26797 ____________________________________________________________________________
26798 [ 8785] By: jhi on 2001/02/13 05:29:04
26799 Log: Integrate change #8781 from maintperl, OpenBSD hints update.
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>
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.
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
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
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
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
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>
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.
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
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>
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
26878 ____________________________________________________________________________
26879 [ 8773] By: jhi on 2001/02/11 20:14:12
26880 Log: Update Changes.
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>
26891 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
26893 ____________________________________________________________________________
26894 [ 8771] By: jhi on 2001/02/11 18:36:48
26895 Log: Upgrade to Unicode 3.1 beta 2001-02-11.
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
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
26912 ____________________________________________________________________________
26913 [ 8770] By: jhi on 2001/02/11 17:26:22
26914 Log: UTF-8 documentation.
26917 ____________________________________________________________________________
26918 [ 8769] By: jhi on 2001/02/11 17:12:49
26919 Log: Retract #8762.
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>
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>
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>
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>
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>
26955 our() attributes were ignored, our :shared pieces missing,
26956 allow attributes.pm to turn on shared.
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
26977 ____________________________________________________________________________
26978 [ 8763] By: jhi on 2001/02/10 22:11:34
26979 Log: Bogus shebang.
26982 ____________________________________________________________________________
26983 [ 8762] By: jhi on 2001/02/10 21:56:02
26984 Log: (Retracted by #8769)
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>
26994 our @EXPORT : shared = (...);
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>
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.
27020 Fixed UMRs and leak in Perl_pmtrans()
27022 Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
27023 associated UTFied tr/// code. Also fixed scoping leak of
27026 newATTRSUB leaks when an attempt to redefine the active sort sub is
27028 Branch: maint-5.6/perl
27030 ____________________________________________________________________________
27031 [ 8757] By: alanbur on 2001/02/10 17:56:46
27032 Log: Resynchronised with parent
27033 Branch: maint-5.6/pureperl
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
27048 Branch: maint-5.6/pureperl
27050 ____________________________________________________________________________
27051 [ 8755] By: jhi on 2001/02/09 22:41:35
27052 Log: Upgrade to CPAN 1.59_54, from Andreas König.
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.
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.
27062 ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
27064 ____________________________________________________________________________
27065 [ 8753] By: jhi on 2001/02/09 20:17:50
27066 Log: Integrate change #8682 from maintperl.
27068 IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
27072 ____________________________________________________________________________
27073 [ 8752] By: jhi on 2001/02/09 20:00:46
27074 Log: Update Changes.
27076 ! Changes patchlevel.h
27077 ____________________________________________________________________________
27078 [ 8751] By: nick on 2001/02/09 19:48:37
27079 Log: Integrate mainline
27081 +> README.bs2000 t/lib/cgi-esc.t
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.
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.
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.
27104 Sync the perlfaq2 between mainline and maintperl.
27105 Branch: maint-5.6/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>
27116 Add +v flag to force a normal install of the perl binary
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>
27124 Add -A flag which also hardlinks the binary with
27125 the full architecture name.
27128 ____________________________________________________________________________
27129 [ 8746] By: jhi on 2001/02/09 18:03:43
27130 Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
27132 Subject: perlfaq2, re: perlmongers
27134 Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
27136 Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
27138 Subject: [ID 20010205.001] typo in perlfaq9
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>
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>
27161 ____________________________________________________________________________
27162 [ 8743] By: jhi on 2001/02/09 17:25:12
27163 Log: Integrate change #8695 from maintperl.
27165 thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
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>
27176 ____________________________________________________________________________
27177 [ 8741] By: jhi on 2001/02/09 17:05:19
27178 Log: Integrate changes #8738,8739,8740 from maintperl.
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
27183 Html files will be generated with a header to make them look
27184 a little less bare.
27186 Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
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
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>
27204 Html files will be generated with a header to make them look
27205 a little less bare.
27206 Branch: maint-5.6/perl
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>
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.
27223 HP-UX thread patches from Merijn H. Brand.
27225 Latin nit from Philip Newton.
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
27233 ____________________________________________________________________________
27234 [ 8735] By: jhi on 2001/02/09 16:24:03
27235 Log: Integrate changes #8704,8710 from pureperl.
27237 Fixed UMRs and leak in Perl_pmtrans()
27239 Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
27240 associated UTFied tr/// code. Also fixed scoping leak of
27244 ____________________________________________________________________________
27245 [ 8734] By: jhi on 2001/02/09 15:40:21
27246 Log: Integrate change #8733 from maintperl.
27248 Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in 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
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
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.
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.
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.
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.
27301 [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
27302 Branch: maint-5.6/perl
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>
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
27318 ____________________________________________________________________________
27319 [ 8724] By: jhi on 2001/02/09 04:40:59
27320 Log: Integrate changes 7819,7820 from vmsperl into mainline.
27322 Add header for LIB$ prototypes (C. Berry)
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
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.
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.
27345 ! lib/Math/Complex.pm
27346 ____________________________________________________________________________
27347 [ 8721] By: nick on 2001/02/08 22:11:35
27348 Log: Correct the correction :-(
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
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)
27365 ! ext/Devel/DProf/DProf.xs
27366 ____________________________________________________________________________
27367 [ 8718] By: bailey on 2001/02/08 20:49:00
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>
27387 ____________________________________________________________________________
27388 [ 8716] By: nick on 2001/02/08 19:29:07
27389 Log: Generated files form 8713 etc.
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
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>
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>
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
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>
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
27435 Branch: maint-5.6/pureperl
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>
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>
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>
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>
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
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
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
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
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>
27521 ____________________________________________________________________________
27522 [ 8698] By: nick on 2001/02/05 19:39:31
27523 Log: Missed file f#rom the testharness mess.
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>
27534 ____________________________________________________________________________
27535 [ 8696] By: alanbur on 2001/02/05 11:56:00
27536 Log: Sync with parent
27537 Branch: maint-5.6/pureperl
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
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
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.
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>
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>
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>
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>
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.
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.
27623 ____________________________________________________________________________
27624 [ 8684] By: jhi on 2001/02/03 16:16:34
27625 Log: Metaconfig unit fix for #8683.
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.
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"
27638 Branch: maint-5.6/perl
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
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
27650 ____________________________________________________________________________
27651 [ 8679] By: nick on 2001/02/02 20:50:48
27652 Log: Integrate mainline
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
27662 ____________________________________________________________________________
27663 [ 8677] By: jhi on 2001/02/02 15:46:20
27664 Log: Supported platforms updates.
27665 Branch: maint-5.6/perl
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
27672 ____________________________________________________________________________
27673 [ 8675] By: jhi on 2001/02/02 03:17:44
27674 Log: Misedit in #8661.
27675 Branch: maint-5.6/perl
27677 ____________________________________________________________________________
27678 [ 8674] By: jhi on 2001/02/02 03:14:38
27680 Branch: maint-5.6/perl
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
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.
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
27702 Upgrade to Getopt::Long 2.25, from Johan Vromans.
27704 more files need to be writable in the source distribution
27706 perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
27708 Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
27710 Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
27712 Allow the float to be fuzzier.
27714 need to use INT2PTR instead of a straight cast or ia64 fails
27716 Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod
27718 add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
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
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
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
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>
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
27787 ____________________________________________________________________________
27788 [ 8660] By: jhi on 2001/02/01 13:44:10
27789 Log: Integrate changes #7950,7964,7962 from mainline.
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
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
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
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
27849 ____________________________________________________________________________
27850 [ 8652] By: jhi on 2001/02/01 04:03:11
27851 Log: Misplaced #endif.
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
27859 ____________________________________________________________________________
27860 [ 8651] By: jhi on 2001/02/01 04:00:25
27861 Log: Integrate changes #8647,8648,8650 from mainline.
27863 Macrofy a magic UTF-8 test.
27865 Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
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)
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>
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
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
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>
27896 ____________________________________________________________________________
27897 [ 8647] By: jhi on 2001/01/31 22:56:16
27898 Log: Macrofy a magic UTF-8 test.
27901 ____________________________________________________________________________
27902 [ 8646] By: gsar on 2001/01/31 15:55:12
27903 Log: update Changes
27904 Branch: maint-5.6/perl
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
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
27916 ____________________________________________________________________________
27917 [ 8643] By: jhi on 2001/01/31 14:59:46
27918 Log: Integrate changes #8258,8278,8279 from mainline.
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
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,
27930 Subject: PATCH (blead 8269) ExtUtils::MakeMaker
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>
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.
27976 Subject: [PATCH perl@7795 (and earlier)] VMS test cleanup
27978 Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
27979 Subject: [PATCH perl@8133] fix-up for VMS extensions
27981 In VMS embedded perls couldn't access the statically built Socket.
27983 Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
27985 Further VMS piping fixes from Charles Lane.
27987 Subject: [PATCH] make t/op/misc.t work on VMS
27989 Add tracing for debugging extensions builds in VMS.
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.
28000 Sparc 64-bit pack() fix from Jens Hamisch.
28001 Branch: maint-5.6/perl
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
28008 ____________________________________________________________________________
28009 [ 8633] By: jhi on 2001/01/31 00:49:17
28010 Log: Integrate change #7495 from mainline.
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.
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.
28027 More AIX lore. (7514, ext/re/hints/aix.pl)
28029 Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
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)
28033 Subject: [ID 20001214.002] Net::Ping patch
28035 Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
28037 Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
28039 Add ReuseAddr as a (preferred) alias for Reuse as we now
28040 also have ReusePort.
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.
28051 read() documentation tweak for 20001121.004.
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.
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
28064 ____________________________________________________________________________
28065 [ 8628] By: jhi on 2001/01/30 21:58:52
28066 Log: Integrate change #7866 from mainline.
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.
28075 Darwin is not Windows. (8075,8086)
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.
28099 ! intrpvar.h perl.c perl.h sv.c util.c
28100 ____________________________________________________________________________
28101 [ 8624] By: gsar on 2001/01/30 20:17:03
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)
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.
28118 ____________________________________________________________________________
28119 [ 8621] By: gsar on 2001/01/30 19:24:47
28120 Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
28123 Subject: podlators 1.06 released
28125 Subject: [PATCH @8436] Eliminate op_children
28127 (Replaced by #8448) Traces of op_children (cleanup of #8442)
28129 (Replaced by #8448) More op_children traces (cleanup of #8442).
28131 Subject: [PATCH #3 @8436] Re: Eliminate op_children
28132 Replace #8444 and #8445.
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.
28140 podlators 1.07, from Russ Allbery.
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
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)
28160 Subject: [PATCH] lvalue AUTOLOAD. No, really.
28162 Subject: [PATCH] Interesting syntax idea
28163 Make opens + bareword assigns do typeglob assigns.
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.
28171 Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
28172 Doc tweak on #8313.
28174 Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
28176 Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
28178 Subject: [PATCH perl@8269] Opcode.XS, fix memory leak
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.
28184 Subject: [PATCH @8404] Consolidated lvalue sub changes
28186 Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
28188 Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
28190 Subject: B::Concise -- an improved replacement for B::Terse
28192 The B::Terse drop-in replacement wasn't quite drop-in.
28194 The LVRET macro needed an aTHX.
28196 Use the /^Perl_/-less form of is_lvalue_sub().
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
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]>
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>
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.
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.
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.
28240 perl's internal variables are not for public consumption,
28241 move their docs from perlapi.pod to perlintern.pod
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)
28246 avoid uninitialized value warnings
28248 canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
28249 gets weird results)
28251 perldoc nit on windows
28253 make it possible to run the tests outside the source tree
28254 (there's still a dependency on ../lib being the library
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
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
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
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
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
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.
28331 Subject: Re: perlfaq style changes
28333 Subject: DOC PATCH 5.6.0: -s return value incompletely documented
28335 Subject: [PATCH] docs on NaN
28337 Subject: [patch] perlfaq7
28339 Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
28341 Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
28343 Subject: [PATCH] open() example in perlfunc.pod
28345 Podify README.mpeix (a new version from the web)
28347 Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
28349 Subject: [PATCH] format and rewording in perlfaq.pod
28351 Subject: [PATCH] API Variable documentation
28353 Memory management calls documentation.
28355 Subject: [PATCH: perl@8482] README.vms URL updates
28357 Subject: Minor typos in perlfaq2.pod
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:
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
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:
28387 sprintf() does not taint since print() does not. (7863,7875,7876,7888)
28389 Debian allows /usr/bin/locale to exist without any locales. (7868)
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)
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.
28409 Subject: [PATCH] utf8.c documentation (8452)
28411 No point in checking the length if the pointer is bogus. (8555)
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.
28431 ____________________________________________________________________________
28432 [ 8595] By: jhi on 2001/01/30 02:11:07
28433 Log: EBCDIC patch for Storable, from Peter Prymmer.
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>
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>
28451 ! pod/perlapio.pod pod/perliol.pod
28452 ____________________________________________________________________________
28453 [ 8592] By: jhi on 2001/01/30 00:48:20
28454 Log: Integrate perlio.
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.
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>
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.
28472 make the BOM detection code not call tell() until it has to
28473 (meant to fix esoteric compatibility issues where PL_rsfp
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>
28484 The README.solaris part slightly tweaked.
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>
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
28500 Branch: maint-5.6/perl
28502 ____________________________________________________________________________
28503 [ 8585] By: jhi on 2001/01/28 20:05:45
28504 Log: Update Changes.
28506 ! Changes patchlevel.h
28507 ____________________________________________________________________________
28508 [ 8584] By: jhi on 2001/01/28 19:30:02
28509 Log: Integrate perlio.
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
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()
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.
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 :-(
28544 ____________________________________________________________________________
28545 [ 8581] By: nick on 2001/01/28 19:22:40
28546 Log: PerlIO documentation. Proofing and sub-editing requested.
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.
28556 Branch: maint-5.6/perl
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
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
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).
28582 Subject: [PATCH perl@8342] -Wformat
28584 Tighten some of the UTF-8 tests a bit.
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.
28600 Subject: One more patch for UTF8 (UTF-8 fixes for 'x' and tr////)
28602 Subject: [ID 20001230.003] UTF-8 tr still hurts
28604 Test cases for #8385 (from Simon's "torture.pl")
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
28617 Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted
28619 "\x{FF}\xFF" was broken.
28621 Tests for #8329 and #8330.
28623 Add a note about EBCDIC versus UTF-8 to a potential problem spot.
28625 IRIX compiler noticed that the bof initialization might be
28626 bypassed by control flow.
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.
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).
28645 Subject: more UTF8 test suites and an UTF8 patch
28647 Tweak for MULTIPLICITY/USE_PERLIO
28651 Turn SvUTF8 off if not required in pp_chr and pp_stringify.
28653 Use the UTF8_XXX macros in is_utf8_char().
28655 Rewrite pp_concat() in terms of sv_catsv(). The . operator
28656 should now be UTF-8-proof.
28658 Subject: [PATCH perl@8269] scanning two hex-constants
28659 fails on EBCDIC environment (script length.t)
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.
28670 Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
28672 The maxiters upper limit sanity check (guarding against
28673 non-progress) assumed bytes instead of characters in s///
28678 sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
28679 join() should now be UTF-8-proof.
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
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.
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).
28695 Subject: Re: [ID 20001130.011] expression parsing bug ?
28697 Make uv_to_utf8() to zero-terminate its output buffer.
28699 Split off t/op/length.t (7995)
28701 Split off t/op/utf8decode.t (7996)
28703 Remove an unnecessary 'use utf8' from the utf8.t (7998)
28705 Split off t/op/concat.t (8004)
28707 Split off t/op/ver.t (8005)
28709 Document utf8_length(), utf8_distance(), and utf8_hop().
28711 Document utf8_to_uv() better.
28713 Introduce macros for UTF8 decoding (8028,8033).
28715 Add test for reverse() (8030,8031).
28717 Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
28719 Do not return the Unicode replacement character on UTF-8
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)
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.
28733 Recode the naughty binary bytes in utf8decode.t using the \xHH.
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
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
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.
28754 Change the "big byte" error message to "Wide character".
28755 (7355, the croak-if-wide-chars-in-print part ignored)
28759 Introduce Perl_utf8_length().
28761 diff -se shows these as different (7753, forgotten check-ins)
28763 Subject: [PATCH] doop.c - UTF8 tr///
28765 If we use (aTHX_ ...) then put Perl_ on the front.
28767 Make utf8_length() and utf8_distance() to be less forgiving
28770 Test line numbers are different with utf8.
28772 No need to scan till infinity, 13 is enough. (7872,7911)
28774 Subject: [PATCH] Tokeniser debugging
28776 Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
28778 Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
28780 Be more careful in Perl_sv_utf8_downgrade().
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
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
28798 ____________________________________________________________________________
28799 [ 8566] By: jhi on 2001/01/27 06:22:48
28800 Log: More documentation for the regexp context stack.
28803 ____________________________________________________________________________
28804 [ 8565] By: jhi on 2001/01/27 05:21:57
28805 Log: Update Changes.
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.
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>
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>
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.
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
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>
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>
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>
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>
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.
28878 ____________________________________________________________________________
28879 [ 8554] By: nick on 2001/01/26 19:01:31
28880 Log: Integrate mainline
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
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>
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.
28904 Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
28906 Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
28910 BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
28912 Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
28914 (the cleanup of unused submatches in regtry() and regcppop())
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
28920 use utf8 not required to use \x{}.
28922 Removed two more tests that make no sense in UTF-8 since the test
28923 data is not in UTF-8.
28925 Get the three different space character classes right under utf8.
28927 Implement ANYOFUTF8 regprop() dumping.
28929 Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
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
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.
28954 Subject: Re: STRLEN - what?
28956 Subject: [PATCH] perlguts.pod
28958 Memory management calls documentation.
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.
28968 ____________________________________________________________________________
28969 [ 8546] By: jhi on 2001/01/25 14:31:12
28970 Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
28973 Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
28975 Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
28977 More Win32 editor/IDE/shell hints.
28979 More Win32 Perling.
28981 Yet another editor edit.
28985 IDE/editor section tweaking.
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>
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
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>
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.
29012 In VMS Perl subversion (perl -V) is undef.
29013 Branch: maint-5.6/perl
29015 ____________________________________________________________________________
29016 [ 8542] By: jhi on 2001/01/25 03:44:55
29017 Log: Integrate changes #7835,7850,8315,8316 from mainline.
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
29027 ____________________________________________________________________________
29028 [ 8540] By: jhi on 2001/01/25 03:23:50
29029 Log: Retract #8539.
29030 Branch: maint-5.6/perl
29032 ____________________________________________________________________________
29033 [ 8539] By: jhi on 2001/01/25 03:21:55
29034 Log: (Retracted by #5940.)
29035 Branch: maint-5.6/perl
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>
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
29078 +> (branch 26 files)
29079 !> (integrate 130 files)
29080 ____________________________________________________________________________
29081 [ 8534] By: nick on 2001/01/23 19:30:57
29082 Log: Integrate mainline.
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.
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>
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.
29106 ! Changes patchlevel.h
29107 ____________________________________________________________________________
29108 [ 8530] By: jhi on 2001/01/23 15:38:39
29109 Log: De-cut-and-pasto.
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.
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
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>
29128 ____________________________________________________________________________
29129 [ 8527] By: jhi on 2001/01/23 14:44:04
29130 Log: Metaconfig unit change for #8526.
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.
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>
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:
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.
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).
29160 I tryed removing the stash name-change and saw that threaded Perl
29161 did indeed pass the lib/safe1.t tests.
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.
29168 Passes all tests with threaded perl on linux; passes all tests
29169 with unthreaded perl on VMS.
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.
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.
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.
29187 ! ext/Encode/compile
29188 ____________________________________________________________________________
29189 [ 8521] By: jhi on 2001/01/23 13:49:48
29190 Log: Integrate perlio.
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.
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.
29206 ! ext/Encode/Makefile.PL ext/Encode/compile
29207 ____________________________________________________________________________
29208 [ 8518] By: nick on 2001/01/22 20:28:13
29209 Log: Integrate mainline
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
29219 ____________________________________________________________________________
29220 [ 8516] By: jhi on 2001/01/22 14:55:15
29221 Log: More SIG_SIZE fixes.
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]>
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]>
29240 ____________________________________________________________________________
29241 [ 8513] By: jhi on 2001/01/22 14:14:00
29242 Log: Add the .ucm encoding tables to the MANIFEST.
29245 ____________________________________________________________________________
29246 [ 8512] By: jhi on 2001/01/22 13:43:33
29247 Log: Integrate perlio.
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
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).
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.
29281 ____________________________________________________________________________
29282 [ 8509] By: jhi on 2001/01/21 22:55:44
29283 Log: Tweak the mkdir trailing slash code some more.
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.
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.)
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.
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.
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
29333 with a nit from Philip Netwon.
29336 ____________________________________________________________________________
29337 [ 8504] By: jhi on 2001/01/21 19:33:05
29338 Log: Metaconfig change for #8503.
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.
29345 ! Configure config_h.SH
29346 ____________________________________________________________________________
29347 [ 8502] By: jhi on 2001/01/21 19:23:00
29348 Log: Metaconfig change for #8501.
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.
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.
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>
29374 In sprintf UTF8ize only if necessary.
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.
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.
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.
29397 ! global.sym pp.sym sv.c
29398 ____________________________________________________________________________
29399 [ 8495] By: nick on 2001/01/21 11:51:07
29400 Log: Integrate mainline.
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.
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>
29421 Plus Craig A. Berry's suggestion to use compaq.com instead
29425 ____________________________________________________________________________
29426 [ 8492] By: jhi on 2001/01/20 22:50:05
29427 Log: Memory management calls documentation.
29430 ____________________________________________________________________________
29431 [ 8491] By: jhi on 2001/01/20 22:38:33
29432 Log: Signedness nit plus few memcpy/Copy nits.
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>
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>
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>
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>
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>
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.
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);
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.
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.
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.
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>
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
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.
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
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>
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.
29546 ____________________________________________________________________________
29547 [ 8478] By: jhi on 2001/01/19 02:12:35
29548 Log: Automate 1_compile.t.
29550 ! t/lib/1_compile.t
29551 ____________________________________________________________________________
29552 [ 8477] By: jhi on 2001/01/19 01:49:56
29553 Log: Integrate perlio.
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
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).
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.
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
29581 ____________________________________________________________________________
29582 [ 8472] By: jhi on 2001/01/18 04:30:24
29583 Log: The first bug found by 1_compile.t.
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.
29591 + t/lib/1_compile.t t/lib/compmod.pl
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>
29600 Branch: maint-5.6/perl
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>
29611 ____________________________________________________________________________
29612 [ 8468] By: jhi on 2001/01/18 03:42:08
29613 Log: Integrate perlio.
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).
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.
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
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>
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>
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."
29655 ____________________________________________________________________________
29656 [ 8463] By: jhi on 2001/01/17 06:12:42
29657 Log: (Replaced by #8470)
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
29665 ____________________________________________________________________________
29666 [ 8462] By: jhi on 2001/01/17 06:11:31
29667 Log: (Replaced by #8469)
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]>
29675 ____________________________________________________________________________
29676 [ 8461] By: jhi on 2001/01/17 05:56:12
29677 Log: Allow for one trailing slash in the directory of mkdir().
29680 ____________________________________________________________________________
29681 [ 8460] By: jhi on 2001/01/17 03:26:01
29682 Log: Metaconfig unit changes for #8459.
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.
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.
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?).
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.
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>
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
29730 ____________________________________________________________________________
29731 [ 8453] By: jhi on 2001/01/16 16:09:33
29732 Log: Update Changes.
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>
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>
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>
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.
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>
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.
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>
29783 Replace #8444 and #8445.
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>
29793 ! pod/perlapi.pod thrdvar.h
29794 ____________________________________________________________________________
29795 [ 8446] By: jhi on 2001/01/15 20:49:20
29796 Log: Signedness nit.
29799 ____________________________________________________________________________
29800 [ 8445] By: jhi on 2001/01/15 20:28:48
29801 Log: (Replaced by #8448) More op_children traces (cleanup of #8442).
29804 ____________________________________________________________________________
29805 [ 8444] By: jhi on 2001/01/15 13:09:10
29806 Log: (Replaced by #8448) Traces of op_children (cleanup of #8442)
29809 ____________________________________________________________________________
29810 [ 8443] By: jhi on 2001/01/15 13:06:26
29811 Log: Missing from #8439.
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>
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>
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
29829 ____________________________________________________________________________
29830 [ 8441] By: jhi on 2001/01/15 12:57:08
29831 Log: Use the /^Perl_/-less form of is_lvalue_sub().
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
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
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.
29863 TODO: document and test qu.
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
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.
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.
29888 ____________________________________________________________________________
29889 [ 8435] By: jhi on 2001/01/13 17:31:54
29890 Log: Integrate perlio.
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
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
29903 ! ext/Encode/Makefile.PL ext/Encode/compile
29904 ____________________________________________________________________________
29905 [ 8432] By: nick on 2001/01/13 11:06:44
29906 Log: Integrate mainline
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>
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.
29923 ____________________________________________________________________________
29924 [ 8429] By: jhi on 2001/01/13 02:12:42
29925 Log: Update Changes.
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>
29935 Add a BEGIN guard for sloppy floating point division.
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.
29943 ____________________________________________________________________________
29944 [ 8426] By: jhi on 2001/01/12 21:20:43
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>
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>
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
29974 ____________________________________________________________________________
29975 [ 8422] By: jhi on 2001/01/12 19:23:43
29976 Log: Forgot the microperl config from the #8421.
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.
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
29988 ____________________________________________________________________________
29989 [ 8420] By: jhi on 2001/01/12 18:34:31
29990 Log: Add sockatmark() to the todo list.
29993 ____________________________________________________________________________
29994 [ 8419] By: jhi on 2001/01/12 18:09:46
29995 Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
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)
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>
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>
30024 Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
30025 according to the platform.
30028 ____________________________________________________________________________
30029 [ 8415] By: jhi on 2001/01/12 15:33:41
30030 Log: One more UTF-8 fix from Inaba Hiroto.
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.
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>
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>
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>
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>
30069 ! t/op/numconvert.t
30070 ____________________________________________________________________________
30071 [ 8409] By: jhi on 2001/01/12 05:41:28
30072 Log: Integrate perlio.
30075 ____________________________________________________________________________
30076 [ 8408] By: nick on 2001/01/11 22:43:28
30077 Log: Remove variables that were used in experiments.
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().
30089 ____________________________________________________________________________
30090 [ 8406] By: nick on 2001/01/11 19:32:07
30091 Log: Integrate mainline
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
30096 ____________________________________________________________________________
30097 [ 8405] By: jhi on 2001/01/11 17:11:01
30098 Log: Fix UTF-8 lval substr().
30100 ! mg.c t/op/substr.t
30101 ____________________________________________________________________________
30102 [ 8404] By: jhi on 2001/01/11 05:13:58
30103 Log: Update Changes.
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>
30113 ! regexec.c t/op/re_tests
30114 ____________________________________________________________________________
30115 [ 8402] By: jhi on 2001/01/11 04:26:12
30116 Log: Integrate perlio.
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.
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.
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.
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.
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>
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>
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).
30167 ____________________________________________________________________________
30168 [ 8394] By: jhi on 2001/01/10 20:26:32
30169 Log: Integrate perlio.
30172 ____________________________________________________________________________
30173 [ 8393] By: nick on 2001/01/10 19:34:30
30174 Log: Back out Simon's pid hackery for now.
30177 ____________________________________________________________________________
30178 [ 8392] By: nick on 2001/01/10 19:23:13
30179 Log: Integrate mainline. (Builds but does not work - something broke pipes...)
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>
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>
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.
30203 ____________________________________________________________________________
30204 [ 8388] By: jhi on 2001/01/10 15:01:25
30205 Log: Few more IDE/editor nits from p5p.
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>
30216 ____________________________________________________________________________
30217 [ 8386] By: jhi on 2001/01/10 03:17:54
30218 Log: Test cases for #8385 (from Simon's "torture.pl")
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>
30228 Some more UTF-8 tr cases fixed.
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)
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>
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.
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>
30259 More robust yacc/bison error detection.
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>
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>
30277 The #8378 fixed this.
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>
30287 UTF-8 fixes for 'x' and tr///.
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.
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.
30305 ! Changes patchlevel.h
30306 ____________________________________________________________________________
30307 [ 8374] By: jhi on 2001/01/09 04:14:32
30308 Log: IDE/editor section tweaking.
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>
30318 In preparation os OS/390 dynamic loading.
30320 ! README.os390 hints/os390.sh
30321 ____________________________________________________________________________
30322 [ 8372] By: jhi on 2001/01/09 00:24:30
30323 Log: Integrate with perlio.
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.)
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
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
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.)
30346 ____________________________________________________________________________
30347 [ 8368] By: jhi on 2001/01/08 14:47:10
30348 Log: (Outcommented by #8369.)
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>
30355 The save_delete() does need the Safefree.
30358 ____________________________________________________________________________
30359 [ 8367] By: bailey on 2001/01/08 08:53:52
30360 Log: Once again syncing after too long an absence
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>
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>
30381 Use environ only if we have it.
30384 ____________________________________________________________________________
30385 [ 8364] By: jhi on 2001/01/08 02:24:51
30386 Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
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>
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>
30404 Allow AUTOLOAD to be an xsub and allow such xsubs
30405 to avoid use of $AUTOLOAD.
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>
30415 No need for the potentially unportable $SIG{CHLD}.
30418 ____________________________________________________________________________
30419 [ 8360] By: jhi on 2001/01/08 01:58:23
30420 Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
30422 ! lib/Getopt/Long.pm
30423 ____________________________________________________________________________
30424 [ 8359] By: jhi on 2001/01/08 01:55:44
30425 Log: Integrate perlio.
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.
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
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()
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
30452 Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
30453 Branch: maint-5.6/perl
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>
30462 The patch reformats some long =item lines so they give
30463 correct output via pod2man | nroff -man
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>
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
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
30494 ____________________________________________________________________________
30495 [ 8351] By: jhi on 2001/01/06 20:18:12
30496 Log: Forgotten from #8347.
30497 Branch: maint-5.6/perl
30499 ____________________________________________________________________________
30500 [ 8350] By: jhi on 2001/01/06 20:00:19
30501 Log: Thinko in #8347.
30502 Branch: maint-5.6/perl
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
30510 ____________________________________________________________________________
30511 [ 8348] By: jhi on 2001/01/06 18:03:02
30512 Log: EPOC updates for TRIAL1.
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>
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
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.
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.
30535 Add HAS_SBRK_PROTO.
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)
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
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>
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.
30568 ____________________________________________________________________________
30569 [ 8342] By: jhi on 2001/01/06 00:10:48
30570 Log: Update Changes.
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.
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>
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>
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>
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>
30609 If you call configure as C<./Configure> or C<sh ./Configure>,
30610 $src is set to the absolute path name, not '.'.
30612 This, in turn, means -Dmksymlink tries to do its stuff because
30613 it does not think it is in the src directory.
30615 (plus a metaconfig nitfix)
30617 ! U/compline/ccflags.U U/modified/src.U
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
30628 ____________________________________________________________________________
30629 [ 8335] By: jhi on 2001/01/05 16:05:44
30630 Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
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>
30640 Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
30641 accurate reading of the "atime".
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>
30651 A lost patch fragment.
30654 ____________________________________________________________________________
30655 [ 8332] By: jhi on 2001/01/05 15:40:42
30656 Log: Do away with strncpy() and a fixed length buffer.
30659 ____________________________________________________________________________
30660 [ 8331] By: jhi on 2001/01/05 15:03:07
30661 Log: Tests for #8329 and #8330.
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.
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>
30677 UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
30678 no effect. (changed the strncpy() to Copy())
30681 ____________________________________________________________________________
30682 [ 8328] By: jhi on 2001/01/05 06:44:27
30683 Log: UTF-8 cleanup.
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)
30694 Cleans up Harness to not use FileHandle, which uses IO.
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.
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>
30709 plus a couple more tailing whitespace removals.
30712 ____________________________________________________________________________
30713 [ 8324] By: jhi on 2001/01/05 00:47:39
30714 Log: Add some Unicode chop() tests.
30717 ____________________________________________________________________________
30718 [ 8323] By: jhi on 2001/01/05 00:47:23
30719 Log: Unify UTF-8 malformedness handling.
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
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.
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>.
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.
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.
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
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
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>
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
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)
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>
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>
30796 Doc tweak on #8313.
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>
30806 Make the peephole optimizer to bypass more null ops and
30807 and rewrite the deparse handling of continue blocks.
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.
30814 ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
30815 ! ext/Storable/Storable.pm ext/Storable/Storable.xs
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,
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>
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>
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>
30847 Provide prototypes for the XS functions.
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>
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>
30865 Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
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>
30875 The toke.c part only, patching embed.h and proto.h is futile.
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>
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>
30893 If running byacc write-enable also perly.h.
30896 ____________________________________________________________________________
30897 [ 8303] By: jhi on 2001/01/04 15:40:49
30898 Log: Rewrite pp_concat() in terms of sv_catsv().
30901 ____________________________________________________________________________
30902 [ 8302] By: nick on 2001/01/03 22:43:22
30903 Log: Integrate mainline.
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.
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().
30917 ____________________________________________________________________________
30918 [ 8299] By: jhi on 2001/01/02 22:14:40
30919 Log: Integrate perlio.
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.
30927 ____________________________________________________________________________
30928 [ 8297] By: jhi on 2001/01/02 04:26:28
30929 Log: Signedness nit.
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
30937 ____________________________________________________________________________
30938 [ 8295] By: jhi on 2001/01/01 23:05:48
30939 Log: Integrate perlio.
30941 !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
30943 ____________________________________________________________________________
30944 [ 8294] By: nick on 2001/01/01 22:48:34
30945 Log: Integrate mainline
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.
30956 ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
30958 ____________________________________________________________________________
30959 [ 8292] By: jhi on 2001/01/01 18:11:44
30960 Log: Integrate perlio.
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.
30969 ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.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
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.
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)
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)
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>
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.
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.
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>
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)
31033 ! t/lib/glob-basic.t
31034 ____________________________________________________________________________
31035 [ 8282] By: jhi on 2000/12/31 15:26:11
31036 Log: Integrate perlio.
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
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)
31049 ! makedef.pl opcode.pl os2/os2.c
31050 ____________________________________________________________________________
31051 [ 8279] By: jhi on 2000/12/30 21:52:07
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>
31062 The 32-bit wraparound test wasn't quite right.
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>
31073 ____________________________________________________________________________
31074 [ 8276] By: jhi on 2000/12/30 20:32:40
31075 Log: Not quite that many tests yet.
31078 ____________________________________________________________________________
31079 [ 8275] By: jhi on 2000/12/30 20:26:58
31080 Log: Integrate perlio.
31083 ____________________________________________________________________________
31084 [ 8274] By: jhi on 2000/12/30 20:24:56
31085 Log: Signedness nit.
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.
31093 ____________________________________________________________________________
31094 [ 8272] By: nick on 2000/12/30 19:47:51
31095 Log: Tweak for MULTIPLICITY/USE_PERLIO
31098 ____________________________________________________________________________
31099 [ 8271] By: nick on 2000/12/30 19:46:45
31100 Log: Integrate mainline
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>
31116 ____________________________________________________________________________
31117 [ 8269] By: jhi on 2000/12/30 18:55:48
31118 Log: Update Changes.
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.
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>
31133 Just the patch part for now, and the pragma renamed
31134 as unicode::distinct.
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
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.
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
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.
31168 ____________________________________________________________________________
31169 [ 8262] By: jhi on 2000/12/30 00:45:14
31170 Log: Retract #8261.
31173 ____________________________________________________________________________
31174 [ 8261] By: jhi on 2000/12/30 00:38:32
31175 Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
31178 ____________________________________________________________________________
31179 [ 8260] By: jhi on 2000/12/29 22:51:33
31180 Log: (Retracted by #8264) More fixing for #8251.
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>
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
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>
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:
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.
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.
31218 I also added some gratuitous fixes to the indentation of braces in
31219 the piping code. It just looked ugly, before.
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>
31229 Tests for for #8240.
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>
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>
31249 Make opens + bareword assigns do typeglob assigns.
31252 ____________________________________________________________________________
31253 [ 8253] By: jhi on 2000/12/29 17:36:45
31254 Log: Output the (apparent) version of gcc, as suggested by
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>
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.
31266 ____________________________________________________________________________
31267 [ 8252] By: nick on 2000/12/29 12:14:31
31268 Log: Integrate mainline
31270 !> (integrate 27 files)
31271 ____________________________________________________________________________
31272 [ 8251] By: jhi on 2000/12/29 08:45:46
31273 Log: (Retracted by #8264)
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.
31282 ____________________________________________________________________________
31283 [ 8250] By: jhi on 2000/12/29 07:57:52
31284 Log: More split // UTF-8 tests.
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).
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.
31299 TODO: See how well pp_concat() could be implemented in terms
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.
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>
31315 Suggest rsync --delete --dry-run.
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///
31325 ____________________________________________________________________________
31326 [ 8244] By: jhi on 2000/12/28 23:34:08
31327 Log: Make some panic messages a bit more logical.
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>
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>
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
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>
31355 (the former patch from the above should have been
31356 taken care of by Nick I-S)
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>
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>
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>
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>
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>
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>
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>
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.
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.)
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
31432 ! ext/Encode/Makefile.PL ext/Encode/compile
31433 ____________________________________________________________________________
31434 [ 8230] By: nick on 2000/12/23 12:50:37
31435 Log: Integrate mainline
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
31444 ____________________________________________________________________________
31445 [ 8229] By: jhi on 2000/12/22 15:32:12
31446 Log: Integrate perlio.
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>
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
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>
31471 Document APPLLIB_EXP.
31474 ____________________________________________________________________________
31475 [ 8226] By: nick on 2000/12/21 22:11:50
31476 Log: Handy script for when one forgets to "dmake clean"
31478 + win32/distclean.bat
31480 ____________________________________________________________________________
31481 [ 8225] By: nick on 2000/12/21 21:54:04
31482 Log: CRLF platform issue with io/utf8 fix.
31485 ____________________________________________________________________________
31486 [ 8224] By: nick on 2000/12/21 21:02:20
31487 Log: Integrate mainline
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.
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
31507 ____________________________________________________________________________
31508 [ 8221] By: jhi on 2000/12/21 16:23:48
31509 Log: Rename testsyml to issymlink.
31511 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31512 ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
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.
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.
31524 ! U/modified/Oldconfig.U
31525 Branch: metaconfig/U/perl
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.
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>
31542 The ofs became an SV.
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.
31550 ____________________________________________________________________________
31551 [ 8215] By: jhi on 2000/12/21 04:44:52
31552 Log: read() documentation tweak for 20001121.004.
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".
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>
31568 ____________________________________________________________________________
31569 [ 8212] By: jhi on 2000/12/21 00:26:21
31570 Log: Edit edit edit.
31573 ____________________________________________________________________________
31574 [ 8211] By: jhi on 2000/12/20 18:52:46
31575 Log: Update Changes.
31577 ! Changes patchlevel.h
31578 ____________________________________________________________________________
31579 [ 8210] By: jhi on 2000/12/20 18:34:47
31580 Log: Yet another editor edit.
31583 ____________________________________________________________________________
31584 [ 8209] By: jhi on 2000/12/20 15:33:28
31585 Log: More Win32 Perling.
31588 ____________________________________________________________________________
31589 [ 8208] By: jhi on 2000/12/20 15:07:46
31590 Log: More Win32 editor/IDE/shell hints.
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>
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>
31609 ____________________________________________________________________________
31610 [ 8205] By: jhi on 2000/12/19 23:02:01
31611 Log: Update Changes.
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.
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...)
31625 !> ext/Encode/compile
31626 ____________________________________________________________________________
31627 [ 8202] By: nick on 2000/12/19 21:34:42
31628 Log: Integrate mainline.
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.
31635 ! ext/Encode/compile
31636 ____________________________________________________________________________
31637 [ 8200] By: jhi on 2000/12/19 18:35:49
31638 Log: Update Changes.
31640 ! Changes patchlevel.h
31641 ____________________________________________________________________________
31642 [ 8199] By: jhi on 2000/12/19 18:35:07
31643 Log: Microperl tweaks.
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).
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,
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>
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>
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>
31682 Document (comment) the q(di ds ig) trick in the code.
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>
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>
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]>
31708 This patchlet is needed in order that perl can be statically linked.
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]>
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>
31726 A better version of #8188.
31729 ____________________________________________________________________________
31730 [ 8188] By: jhi on 2000/12/19 15:57:06
31731 Log: (Replaced by #8189)
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>
31743 ____________________________________________________________________________
31744 [ 8187] By: jhi on 2000/12/19 15:54:19
31745 Log: Email address fix for Anton Berezin.
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>
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;
31760 ____________________________________________________________________________
31761 [ 8185] By: jhi on 2000/12/19 14:53:24
31762 Log: Regen uconfig.h and uconfig.sh.
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.
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.
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
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
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,
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
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
31848 !> (integrate 111 files)
31849 ____________________________________________________________________________
31850 [ 8172] By: jhi on 2000/12/18 02:49:27
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
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
31863 Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
31865 Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[ 7350] breaks VMS perl
31867 Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
31869 Subject: [PATCH] todo
31871 Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
31873 Use $sort, $uniq (and $tr) consistently as wondered
31876 Too enthusiastic editing in #7460.
31878 The reëntrant version shouldn't be needed unless USE_PURE_BISON.
31880 Upgrade to CPAN 1.58_55.
31881 Subject: CPAN.pm status
31883 Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
31885 Make target reordering to avoid pointless re-makes.
31886 Subject: Re: Total re-make of 'make okfile' after 7451 ?
31888 Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
31890 Subject: DOC PATCH 5.6.0
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
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
31915 Run vms/vms_yfix.pl, should have done that after changing
31918 Subject: [PATCH 5.7.0] static linking with uninstalled perl
31920 (Replaced by #7440.)
31921 Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
31923 Fix the bug ID 20001024.005, the bug introduced by #7416.
31925 Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
31927 Fix the bug reported in
31928 From: andreas.koenig@anima.de (Andreas J. Koenig)
31929 Also make is_utf8_char() stricter.
31931 Missed the header file changes from #7425.
31933 Check if stdio supports tweaking lval and cnt simultaneously.
31934 Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
31936 Stratus VOS updates from Paul Green.
31938 Podify README.epoc and README.vos.
31940 Add targets to Makefile.SH, most importantly
31941 'regen_all' which also remembers to update vms/perly*.
31943 Subject: Minor update to find2perl, for portability
31945 Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
31947 Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
31949 Rename UTF8LEN() to be UNISKIP(), too confusing to have
31950 UTF8LEN() and UTF8SKIP().
31952 Allow poking holes at the UTF-8 decoding strictness.
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
31960 A new version of making the syslog test more robust.
31962 Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
31964 buildtoc target tweaks.
31966 Integrate with vmsperl #7430 by Charles Bailey:
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)
31979 Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
31980 From: Martin Husemann <martin@duskware.de>
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
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
31998 fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
31999 due to the notorious GetFileType() bug in Windows 9x, which fstat()
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
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
32026 Branch: maint-5.6/perl
32028 ____________________________________________________________________________
32029 [ 8163] By: gsar on 2000/12/18 01:17:50
32030 Log: integrate changes#7493,7599,7803 from mainline (various perlbug
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
32040 ____________________________________________________________________________
32041 [ 8161] By: gsar on 2000/12/18 00:23:38
32042 Log: integrate change#7414 from mainline
32044 Undo the basename() part of #7412 since the lib/basename
32045 tests would need upgrading too.
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
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
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>
32075 Neither cygwin has a getpwuid() one can trust on.
32077 ! t/lib/glob-basic.t
32078 ____________________________________________________________________________
32079 [ 8157] By: jhi on 2000/12/17 23:01:54
32080 Log: More MAN.PODS => {} fixes.
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]>
32101 MAN.PODS => ' ' is naughty.
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.
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
32115 Document the SvIOK_.*UV().
32117 Update Unicode todo list.
32119 Guard against bad string->int conversion for quads.
32121 Subject: small apidoc fix
32123 Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
32125 Subject: [PATCH] Tied filehandle documentation
32127 Subject: [PATCH] Modernize Opcode.pm documentation
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]
32133 Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
32135 Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202
32137 Fix the URL, but the server is still missing in action.
32138 Subject: [ID 20000905.002] perlfaq1.pod URL error
32140 Subject: [ID 20000903.001] \w in utf8-strings
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
32145 Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
32147 Subject: [ID 20000904.008] Tiny fix for perldiag
32149 Subject: Re: [ID 20000906.004] segfault with bad perl statement
32151 Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
32153 Subject: [ID 20000908.002] perlipc documentation bug.
32155 Subject: [PATCH lib/Benchmark.pm]
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)
32160 Do away with memory models cruft. Sorry, PDP users.
32164 Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
32166 Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
32168 Upgrade to CPAN 1.57_65, from Andreas König.
32170 Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
32173 Silence t/pod/*.t about alternate quote-mappings now implemented
32174 by Pod::Text, from Brad Appleton.
32176 Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
32177 Subject: borland C++ win32.c tweak
32179 C<@a = @b = split(...)> optimization coredumps under ithreads
32180 (missed a spot when fixing up op_pmreplroot hack for ithreads)
32182 Document the SvUTF8*().
32184 Subject: [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
32186 Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
32188 Do in VMS as the #7054 does.
32190 Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
32192 Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
32194 Subject: [patch: perl@7045] vms updates
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)
32199 Break up the myconfig lines a bit.
32200 Subject: perlbug/perl -V output format
32202 Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
32204 The #7054 truncated Configure badly.
32206 change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
32207 initialization in all the threads on Windows
32209 Allow for whitespace between "#" and "line" in cpp output.
32210 Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
32212 Remove vestiges of tr//CU.
32213 Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
32215 The return value of setlocale must be copied away.
32216 Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
32218 Allow chop() and chomp() to be overridden.
32219 Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
32221 Hints optimization.
32224 Subject: [PATCH] de-wall t/README
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
32235 Don't attach -ld to the archname if pointless.
32237 Document UNTIE in a very minimalistic way.
32239 POSIX doesn't report long double values under -Duselongdouble
32240 when the long doubles are "real" (bigger than doubles).
32242 More author updates.
32244 Try to deduce NV_MAX. Really should be Configure fodder.
32246 :: not allowed in pathnames, change to .
32247 Subject: [PATCH perl@6938] cygwin port
32249 Forget about NV_MAX (#6951). Various floating point tweaks,
32250 ideas from Eric Fifer, Yitzchak, Alan, and Spider.
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.
32258 AUTHORS tweaks, from Peter Prymmer.
32260 More address tweaking.
32262 Small tweaks all over.
32264 File::Temp patches from Andreas König,
32266 Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
32268 Subject: CPAN.pm beta 1.57_57 for the core
32270 Part of the solution.
32271 Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
32273 Subject: [PATCH@6961] Fix misleading example in perlretut.pod
32275 Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
32277 Add the overload warnings to perldiag.
32279 Drop unused argument.
32280 Subject: Re: [ID 20000831.034] overload::constant and number of arguments.
32282 Subject: Nit in Configure (bleadperl@6961)
32284 Update to PodParser 1.18, from Brad Appleton.
32286 Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world
32288 Subject: [PATCH: 6948] add SCNfldbl to configure.com
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
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.
32298 Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
32300 Feature ordering tweak.
32304 Subject: [PATCH] Fix vec() / utf8 (was Re: bitvec ops still broken with utf8 -- or not?)
32306 Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
32308 Subject: http:// in L<>
32312 change#6791 accidentally clobbered change#6710, put it back
32314 Only the first line, thank you very much.
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.
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.
32324 Apparently avoiding the swapping is too costly.
32326 Various Configure nits by Philip Newton,
32327 plus the ebcdic one by me.
32329 Make certain cc is set before trying to run it.
32331 If overloaded %{} etc. return the object do not loop.
32332 Thus sub deref { $_[0] } functions if object is wanted type.
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
32344 Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
32346 Make the epsilon to be relative, not absolute.
32348 Put back the flags dump as reasoned in
32349 Subject: Re: [PATCH] Glob dumping
32351 Introduce ccname to keep track of what compiler kind of we have.
32353 Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps
32355 Put back the slice accidentally removed by #6907.
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.
32361 Don't say "Perl 5.0 source kit".
32363 Subject: [PATCH] fix misc cast warnings
32365 Subject: typos in pods
32367 NVs not necessarily doubles, as pointed out by Yitzchak.
32369 Subject: [PATCH 6889] add a few ldbl formats to configure.com
32371 Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
32373 Better options for rsync.
32375 Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
32377 Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
32379 Subject: [PATCH] Re: UNTIE method
32381 A better fix for the Socket building problem from Craig Berry.
32383 Retract the dummy test, skip the security tests (instead of failing),
32384 explain what the warnings mean.
32387 Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
32389 Update to Unicode 3.0.1.
32391 Missed one Unicode file.
32393 Subject: Re: typos in pods
32395 The #6929 was too skimpy.
32397 sscanf() may be the only way to read long doubles from strings.
32399 Reveal Borland's isnan.
32400 Subject: build with BC++ tweak
32402 Issue useful diagnostic on unknown pod commands.
32403 Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
32405 Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
32407 Clarify the third case of ftmp-security warnings.
32409 Make -Dusemorebits find long doubles in Solaris.
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.
32424 ! global.sym perlapi.c pod/perlapi.pod
32425 ____________________________________________________________________________
32426 [ 8149] By: jhi on 2000/12/17 18:41:22
32427 Log: Update Changes.
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>
32437 Use IVs for the Fcntl constants instead of NVs.
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.)
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
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>
32460 Add a warning to binmode() about using bad filehandles
32461 (can happen e.g. if someone forgets the filehandle argument)
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>
32472 ____________________________________________________________________________
32473 [ 8143] By: jhi on 2000/12/17 05:31:37
32474 Log: Polymorphic regexps.
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.
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>
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.
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
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.
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).
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
32519 ____________________________________________________________________________
32520 [ 8137] By: jhi on 2000/12/15 18:12:14
32521 Log: Metaconfig unit change for #8136.
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*
32532 ____________________________________________________________________________
32533 [ 8135] By: jhi on 2000/12/15 17:18:49
32534 Log: Metaconfig unit change for #8134.
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.
32541 ! Configure config_h.SH
32542 ____________________________________________________________________________
32543 [ 8133] By: jhi on 2000/12/15 16:00:23
32544 Log: Update Changes.
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.
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>
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>
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>
32577 Add a template README.
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>.
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>
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>
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)
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.
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.
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]>
32629 ____________________________________________________________________________
32630 [ 8121] By: jhi on 2000/12/15 02:50:00
32631 Log: Metaconfig changes for #8120.
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>
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>
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.
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".
32667 static encpage_t foo[];
32668 so make 'em extern for now.
32670 ! ext/Encode/compile makedef.pl
32671 ____________________________________________________________________________
32672 [ 8116] By: nick on 2000/12/14 22:00:53
32673 Log: Document the new files
32676 ____________________________________________________________________________
32677 [ 8115] By: jhi on 2000/12/14 21:58:01
32678 Log: MANIFEST new files of #8114.
32681 ____________________________________________________________________________
32682 [ 8114] By: jhi on 2000/12/14 21:50:49
32683 Log: Integrate perlio.
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
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.
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]>
32708 Document how elusive subroutines can be.
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]>
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>
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>
32734 Type casting for nervous compilers.
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>
32744 Type definition incorrect for DB 2.7.7. Not known when it
32745 changed, so only changed it for a known revision.
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>
32755 Use '?' (0x6F in EBCDIC) for the illegal codepoint.
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
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.
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
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.
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.
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.
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.
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>
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>
32821 fastgetcwd is defined using a glob alias on a $^O dependent basis -
32822 and there was no default assignment or perl subroutine.
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>
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>
32840 perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
32841 in turn requires libpthread in libswanted.
32844 ____________________________________________________________________________
32845 [ 8095] By: jhi on 2000/12/12 19:51:05
32846 Log: The integration wars continue.
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>
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
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.
32865 !> lib/File/DosGlob.pm
32866 ____________________________________________________________________________
32867 [ 8092] By: jhi on 2000/12/12 19:28:11
32868 Log: Integrate perlio.
32871 ____________________________________________________________________________
32872 [ 8091] By: nick on 2000/12/12 18:49:45
32873 Log: Fix for Tk, and upgrading shared SVs.
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>
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>
32891 ! lib/File/DosGlob.pm
32892 ____________________________________________________________________________
32893 [ 8088] By: nick on 2000/12/11 23:59:59
32894 Log: Integrate mainline
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.
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.
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;
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).
32923 ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
32925 ____________________________________________________________________________
32926 [ 8083] By: jhi on 2000/12/11 22:27:23
32927 Log: (accidentally empty check-in)
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)).
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>
32943 More io/utf8 tests.
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>
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>
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>
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>
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.
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.
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>
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>
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.
33014 ____________________________________________________________________________
33015 [ 8071] By: nick on 2000/12/10 11:45:47
33016 Log: Integrate mainline
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.
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>
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>
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
33048 ____________________________________________________________________________
33049 [ 8067] By: jhi on 2000/12/10 03:52:02
33050 Log: Test case for #8066.
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>
33061 ____________________________________________________________________________
33062 [ 8065] By: jhi on 2000/12/10 03:44:52
33063 Log: Test case for #8064.
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>
33073 Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
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>
33083 Documentation of the different types of ops,
33084 plus the functions in dump.c
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>
33094 Be more robust in weird hostname setups.
33096 ! t/lib/net-hostent.t
33097 ____________________________________________________________________________
33098 [ 8061] By: jhi on 2000/12/10 03:28:21
33099 Log: Pacify fussy compiler.
33102 ____________________________________________________________________________
33103 [ 8060] By: jhi on 2000/12/10 02:52:46
33104 Log: Integrate perlio.
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.
33112 ! pp_sys.c t/io/utf8.t
33113 ____________________________________________________________________________
33114 [ 8058] By: jhi on 2000/12/09 21:56:02
33115 Log: Integrate perlio.
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>
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>
33136 exists() didn't work for UTF-8 keys, and neither did shared hash keys.
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.
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.
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.
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.
33174 ____________________________________________________________________________
33175 [ 8051] By: jhi on 2000/12/09 16:55:17
33176 Log: Integrate perlio.
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.
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.
33191 ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
33193 ____________________________________________________________________________
33194 [ 8048] By: nick on 2000/12/09 12:30:43
33195 Log: Integrate mainline.
33197 +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
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
33211 ! lib/ExtUtils/MM_VMS.pm
33212 ____________________________________________________________________________
33213 [ 8046] By: jhi on 2000/12/08 23:10:27
33214 Log: A missed check-in.
33216 ! lib/ExtUtils/Manifest.pm
33217 ____________________________________________________________________________
33218 [ 8045] By: jhi on 2000/12/08 21:57:12
33219 Log: (null check-in)
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.
33227 + ext/Encode/Encode/iso8859-16.enc
33229 ____________________________________________________________________________
33230 [ 8043] By: jhi on 2000/12/08 16:39:04
33231 Log: Update Changes.
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.
33239 ! pod/perlapi.pod utf8.c
33240 ____________________________________________________________________________
33241 [ 8041] By: jhi on 2000/12/08 16:22:28
33242 Log: metaconfig maintenance.
33244 ! U/modified/stdchar.U
33245 Branch: metaconfig/U/perl
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>
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>
33262 (The pp_hot part needed a rewrite.)
33264 ! doop.c pp_hot.c utf8.c
33265 ____________________________________________________________________________
33266 [ 8038] By: jhi on 2000/12/08 15:25:08
33268 From: Michael Stevens <michael@etla.org>
33269 Date: Wed, 6 Dec 2000 23:24:01 +0000
33270 Message-ID: <20001206232400.A21381@firedrake.org>
33272 Plus a note from Nick Ing-Simmons.
33275 ____________________________________________________________________________
33276 [ 8037] By: jhi on 2000/12/08 15:18:35
33277 Log: Filetype is text.
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>
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>
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>
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>
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.
33318 ! pod/perlapi.pod utf8.c utf8.h
33319 ____________________________________________________________________________
33320 [ 8032] By: jhi on 2000/12/08 03:00:09
33323 ! t/pragma/warn/utf8
33324 ____________________________________________________________________________
33325 [ 8031] By: jhi on 2000/12/08 02:22:39
33329 ____________________________________________________________________________
33330 [ 8030] By: jhi on 2000/12/08 01:23:54
33331 Log: Add test for reverse().
33335 ____________________________________________________________________________
33336 [ 8029] By: jhi on 2000/12/08 01:21:47
33337 Log: Integrate perlio.
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.
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
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
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??)
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.
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().
33372 ! embed.pl pod/perlapi.pod utf8.c
33373 ____________________________________________________________________________
33374 [ 8022] By: jhi on 2000/12/07 04:13:51
33375 Log: Integrate perlio.
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.
33387 ! perlio.c win32/makefile.mk
33388 ____________________________________________________________________________
33389 [ 8020] By: nick on 2000/12/06 19:57:20
33390 Log: Integrate mainline
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.
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.
33408 ____________________________________________________________________________
33409 [ 8017] By: nick on 2000/12/06 19:20:47
33410 Log: Fix harness to be less picky
33412 ! lib/Test/Harness.pm
33413 ____________________________________________________________________________
33414 [ 8016] By: jhi on 2000/12/06 16:45:12
33415 Log: Update Changes.
33417 ! Changes patchlevel.h
33418 ____________________________________________________________________________
33419 [ 8015] By: jhi on 2000/12/06 16:41:03
33420 Log: Test \x{...} with ord().
33423 ____________________________________________________________________________
33424 [ 8014] By: jhi on 2000/12/06 16:20:33
33425 Log: Test tweak because of #8013.
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>
33435 Carp::Heavy parts not very applicable because of recent changes.
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
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>
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>
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>
33481 More, errrm, less dTHRs.
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>
33491 The MakeMaker mailing list is dead, perlbug is the right
33492 address to report bugs.
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>
33502 Add a default MANIFEST skip that ignores things like
33503 version control files, editor temporary files, and the Makefile.
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.
33514 ____________________________________________________________________________
33515 [ 8006] By: jhi on 2000/12/05 23:53:12
33516 Log: Add TOPm1s to peek at the second topmost stack item.
33519 ____________________________________________________________________________
33520 [ 8005] By: jhi on 2000/12/05 23:13:55
33521 Log: Avaunt, you foul UTF-8 tests.
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.
33529 ! MANIFEST t/pragma/utf8.t
33530 ____________________________________________________________________________
33531 [ 8003] By: nick on 2000/12/05 23:02:39
33532 Log: Integrate mainline.
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.
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".
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.
33554 ____________________________________________________________________________
33555 [ 7999] By: jhi on 2000/12/05 20:46:58
33556 Log: Test for Unicode (UTF-8) hash keys.
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.
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>
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
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').
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.
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>
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>
33607 The Brave New Carp.
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>
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>
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>
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>
33635 Fix the unpredictable order of DESTROYs.
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>
33646 Use report_evil_fh().
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>
33656 Harness shouldn't ignore responses like "ok 3\r\r\n".
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().
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.
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>
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()
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.
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.
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
33700 ____________________________________________________________________________
33701 [ 7983] By: nick on 2000/12/04 23:27:43
33702 Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
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.
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>
33719 Show whether a constant is UTF-8.
33722 ____________________________________________________________________________
33723 [ 7980] By: jhi on 2000/12/04 19:36:51
33724 Log: UTF-8 hash keys, patch from Inaba Hiroto.
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.
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 :-)
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.)
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>
33747 The first step at UTF-8 hash keys.
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>
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>
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>
33773 Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
33776 ____________________________________________________________________________
33777 [ 7973] By: jhi on 2000/12/04 16:00:48
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>
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.
33789 ____________________________________________________________________________
33790 [ 7972] By: jhi on 2000/12/04 02:58:31
33791 Log: Integrate perlio.
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 **.
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.
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).
33817 ! regcomp.c regexec.c
33818 ____________________________________________________________________________
33819 [ 7968] By: jhi on 2000/12/03 21:39:56
33820 Log: Implement ANYOFUTF8 regprop() dumping.
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.
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)
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.
33839 ____________________________________________________________________________
33840 [ 7964] By: jhi on 2000/12/03 17:35:56
33841 Log: Integrate perlio.
33843 !> iperlsys.h perlio.c
33844 ____________________________________________________________________________
33845 [ 7963] By: jhi on 2000/12/03 17:33:55
33846 Log: Metaconfig unit change for #7962.
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.
33855 ____________________________________________________________________________
33856 [ 7961] By: nick on 2000/12/03 16:53:00
33857 Log: Make iperlsys.h vector stdio not PerlIO.
33859 ! iperlsys.h perlio.c
33860 ____________________________________________________________________________
33861 [ 7960] By: nick on 2000/12/03 14:43:01
33862 Log: Integrate mainline
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().
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>
33878 An extraneous argument.
33881 ____________________________________________________________________________
33882 [ 7957] By: jhi on 2000/12/02 18:22:32
33883 Log: A missing hunk.
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>
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.
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.)
33908 ____________________________________________________________________________
33909 [ 7953] By: jhi on 2000/12/02 00:07:15
33910 Log: Update Changes.
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>
33920 Split overly long shell command lines.
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.
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>.
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>
33940 Reword the diagnostic message.
33943 ____________________________________________________________________________
33944 [ 7948] By: nick on 2000/12/01 22:49:43
33945 Log: Integrate mainline (for s/y/m as sub names stuff).
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.
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.
33958 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
33959 ____________________________________________________________________________
33960 [ 7945] By: nick on 2000/12/01 20:31:32
33961 Log: Integrate mainline
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 ..."
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.
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.
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.)
33995 Reserve the short named string operator names.
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.
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.
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?
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
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'.
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
34040 ____________________________________________________________________________
34041 [ 7934] By: jhi on 2000/11/30 16:04:49
34042 Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
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>
34052 In VMS the localhost may be LOCALHOST.
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>
34062 plus regen perlapi.pod.
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>
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.
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
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]>
34090 Patch to catch a core dump in the Configure va_copy test.
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.
34098 ____________________________________________________________________________
34099 [ 7926] By: jhi on 2000/11/29 17:01:41
34100 Log: Make the Class::Struct import() wiser.
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.
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.
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.
34121 ____________________________________________________________________________
34122 [ 7922] By: jhi on 2000/11/29 16:27:49
34123 Log: Integrate perlio.
34125 !> iperlsys.h perlio.c
34126 ____________________________________________________________________________
34127 [ 7921] By: jhi on 2000/11/29 16:27:10
34128 Log: (Retracted by #7927.)
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>
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>
34143 Add a test for Net::hostent.
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.
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>
34160 More checking in case someone has broken their services or
34161 protocol databases.
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>
34171 plus similar nits for vms, err, VMS, and UNICOS.
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>
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>
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>
34196 OUT and IN_OUT documentation.
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>
34206 plus a performance speedup noticed by Sarathy.
34209 ____________________________________________________________________________
34210 [ 7913] By: jhi on 2000/11/29 03:16:59
34211 Log: Use "1 while unlink" so that VMS gets clean, too.
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>
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
34228 ____________________________________________________________________________
34229 [ 7910] By: jhi on 2000/11/29 02:50:04
34230 Log: One more perltie.pod nit from Casey R. Tweten.
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.
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.
34243 + ext/Encode/Encode/EncodeFormat.pod
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>
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>
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).
34262 ! iperlsys.h perlio.c
34263 ____________________________________________________________________________
34264 [ 7905] By: nick on 2000/11/28 22:04:34
34265 Log: Integrate mainline
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>
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>
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>
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.
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>
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
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
34322 Bytecompiler patches from Benjamin Stuhl.
34326 Subject: [PATCH blead] B:: missing dependency
34328 Subject: [PATCH: 6757] configure.com updates and syslog build
34330 Long double Gconvert fixes from Yitzchak Scott-Thoennes
34331 and Spider Boardman.
34333 Subject: [PATCH blead] nextchar() abuse misses an optimisation
34335 Long double fixes from Spider Boardman.
34337 Make the selection of NVff et al stricter.
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.)
34346 VMS MMS (make) wants null action.
34348 Mac and other portability updates from Chris Nandor.
34350 Storable support, v-version fixes.
34351 Subject: CPAN.pm beta for testing available
34353 Portability fix from Hugo van der Sanden.
34357 Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
34359 Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
34361 Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
34363 Replace #6705 with a minimal doc patch.
34364 Subject: [PATCH 5.6.0] replace change #6705
34366 Drop the separate perlbc, perlcc -b should be enough.
34368 installperl couldn't tell whether it had run tests or not.
34369 Subject: [PATCH] Re: installperl and t/TEST
34371 Add silencer flags to installperl.
34372 Subject: [PATCH] Making installperl silent.
34374 Make "make install" by default silent. A new "install-verbose"
34377 More liberal parsing of version numbers.
34378 Subject: Re: CPAN.pm beta for testing available
34380 Create directories in silence.
34381 Subject: [PATCH] Another silencer for MakeMaker
34383 DOS patches and portability/porting notes, from Tim Jenness.
34385 Make installman to recognize the silence flag -S.
34387 Actually do something with the silencer option.
34389 Continue silencing.
34391 Show the doc file, not the temp file.
34395 Subject: [PATCH] More silencing of installman.
34397 Better wording for the vec lvalue diagnostic.
34398 Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
34400 Subject: [PATCH: 6805] several more tweaks to configure.com
34402 Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
34405 Subject: [PATCH: 6789] some endl fixes for VMS wackiness
34407 Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
34408 (applied slightly modified)
34410 installperl --verbose and --silent.
34411 Subject: Re: [PATCH] More silencing of installman.
34413 Add install-silent target.
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
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)
34422 One forgotten file from #6816.
34424 Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
34426 Remove duplicately applied patch shards.
34427 Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
34429 Support preserving extremely big/small angles.
34431 Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED)
34433 Subject: [PATCH] installation not quite silent yet.
34435 Update the test count.
34437 Use UVxf, PTR2UV, NVff.
34439 Document PTR2XX and INT2PTR.
34441 no-install target a la make -n.
34442 Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
34444 grep -e isn't portable.
34445 Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
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,
34451 Subject: installman buglet
34453 DJGPP update from Laszlo Molnar.
34455 Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
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
34463 Use the actual thread type, not the pointer-to-struct.
34465 Provice virtual $Config{ccflags_nolargefiles} etc.
34467 display_format used as a class method without arguments was broken,
34469 Subject: Math::Complex->display_format() sets style to 'Math::Complex'
34471 Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
34473 Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
34475 Subject: [PATCH@6855] _Minor_ change to overload.pm pod
34477 opmini.o may be left around if a build is interrupted.
34481 Fix for ID 20000828.001, long doubles were not formatted
34482 correctly (showed up in $], which stopped installing perl).
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...)
34490 Add -ld to archname on long tr...double platforms.
34492 Subject: hv.h Doc Patch
34496 Subject: [PATCH bleedperl@6856] warnings fixes
34498 -S is the silent flag, -s is the strip flag.
34499 Subject: [PATCH] Re: [PATCH] make no-install
34501 Take out the SUIDMAIL thing, that will not be
34502 a problem in 5.7.*.
34504 Subject: [PATCH bleedperl@6866] spellings
34506 Subject: [PATCH] Re: files not cleaned even by veryclean
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
34513 Update to Getopt::Long 2.24, from Johan Vromans.
34515 Fix for thinko in #6848.
34516 Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
34518 Patches all over for people and the files they (hopefully) care about.
34520 Subject: Net::protoent does not export 'getproto'
34522 Missed a change in #6869.
34524 Subject: [PATCH] Warnings in B::Deparse
34526 Subject: [PATCH] Glob dumping
34528 Disable one of the tests for now.
34530 Disabling the one test is a bit tricky.
34532 Don't forget to tidy up.
34534 The #6881 removed one dump line.
34536 Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
34538 Under usethreads the dumped variable is IN_PAD.
34539 Subject: Re: [PATCH] Glob dumping
34541 Subject: [ID 20000829.026] [PATCH 6868] File::Temp
34543 Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
34545 Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
34547 Regen Configure for #6894.
34549 Subject: [PATCH: 6889] updates to perlebcdic.pod
34551 Undo namespace pollution of #6878.
34552 Subject: Re: Net::protoent does not export 'getproto'
34554 Admit that we are leaking scalars.
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
34569 Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
34571 Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
34573 Doc nits spotted by Richard Soderberg.
34575 move WNOHANG definition to where other such things are
34577 Make $Config{byteorder} more magical so that it is
34578 dynamically computed: nice for 'fat binaries'.
34579 Subject: [PATCH]: default byteorder
34581 Subject: [PATCH] Cwd.pm now uses strict
34583 Subject: Re: [PATCH]Re: Questions about Math::BigFloat
34585 Get -DLEAKTEST to compile (not necessarily to work, mind)
34586 Subject: [ID 20000724.006] -DLEAKTEST problem
34588 perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
34590 Add perlebcdic from Peter Prymmer, regen toc.
34592 Don't propose using modules built for 5.005 if no binary
34593 compatibility with 5.005 is attempted.
34595 Do not use prototyping here.
34596 Subject: [ID 20000817.016] [PATCH] Peek.xs
34598 Document what the backtick returns if the command fails.
34600 Add byteorder to the myconfig output.
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
34608 Subject: [PATCH 5.6.0+] newSVrv() memory leak
34610 The byteorder code in #6671 was wrong.
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.
34617 Propagate new Configure vars.
34619 Unbuffer the output.
34621 Subject: [PATCH] perltrap.pod spring cleaning
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"
34626 Tiny Getopt::Long patch from Johan Vromans.
34628 Document code point which makes if (defined %stash::) to work
34629 (noted by Spider Boardman).
34631 Subject: [PATCH perl@6698] cygwin port
34633 Document the NDBM_File and ODBM_File as SDBM_File
34634 was documented in #6417.
34636 The new tests were missing from #6415.
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,
34647 Don't eat leading os from index entries.
34648 Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
34650 Subject: [PATCH 5.6.0+] fix for Win32::DomainName
34652 Typo in pp_complement().
34653 Subject: [PATCH perl-current] Deparse
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
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)
34662 Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
34664 Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
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.
34670 Introduce a 'veryclean' target that is like 'distclean'
34671 but also removes *~ and *.orig.
34673 Subject: [ID 20000817.023] endianness description in perlfunc.pod
34675 Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
34677 Let's try #6717 again.
34680 Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
34682 pp_open() could pass an uninitialized filename down to do_open9().
34684 Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
34686 Update to CGI 2.72, from Lincoln Stein.
34688 Subject: [PATCH] Silence MakeMaker (Was: installman)
34690 Use temporary directory instead of current directory.
34691 Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
34693 Document odd vs even subreleases and -Dusedevel.
34695 The veryclean target needs to clobber.
34697 Use File::Spec->tmpdir().
34699 Document the number of exponent digits.
34701 Mention perlebcdic and perlposix-bc.
34703 s/this one/the 5.6.0 release/
34707 The correct cleaning order is an art.
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
34712 Array context keeps slithering in.
34714 Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
34716 Subject: [PATCH] os2.c fix for use64bitint
34718 Update to Pod::LaTeX 0.53.
34719 Subject: [PATCH] lib/Pod/LaTeX.pm updates
34721 Document the endianness of Alpha more precisely.
34723 Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
34725 Rename the macro argument because some preprocessors
34726 can't tell the difference and expand arguments also inside
34727 double quoted strings.
34729 free TLS slot properly on Windows
34731 use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
34733 Unicos/mk requires elaborate paranoia.
34735 Tweak the floating point output routine preferences.
34737 Also under djgpp the timestamps are funky.
34739 Apply some PodParser 1.18 patches; the Pod/Find.pm
34740 patches cannot be applied since #6712 conflicts.
34742 Use PodParser 1.18 new test.
34745 Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
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.
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>
34763 plus a note from Ronald Kimball.
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>
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>
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.
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
34792 VMS configure.com update continues.
34794 Subject: Test fails / warnings with perl-current #6612
34796 Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
34798 Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
34800 For now remove the mail code.
34802 Subject: Re: [PATCH] @+, @- readonly
34804 Subject: warning: storage class after type is obsolescent
34808 Subject: Re: File::Temp problems on VMS in bleedperl
34811 Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
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.
34818 Update (kinda) to Test 1.14, from Joshua Pritikin.
34820 make ok etc also for win32.
34822 Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
34824 Don't blow limited stacks, a lower number is enough to
34825 tickle the lookbehind limit.
34827 Use -Dusedevel; regen Configure and the respective Porting stuff.
34829 Subject: [PATCH] debugger exit code should reflect user exit code
34831 Subject: [PATCH perl@6620] cygwin port
34833 Missed a file from #6638.
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)
34837 magic callbacks all need to have same type signature
34839 Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
34841 Fix a dependency problem.
34842 Subject: [PATCH: 6640] VMS Makefile.SH update
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.
34851 Subject: [ID 20000324.040] minor fix to perlhpux.pod
34853 Update to CPAN 1.57.
34855 Subject: [PATCH] Cwd::_backtick_pwd does not check return value
34857 Change the perlbug address to perl.org since it's more forgiving.
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<> ?
34864 Update to perldebtut 1.9, from Richard Foley.
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()
34870 wait() and waitpid() could potentially be rewritten to use
34871 more than one thread to do the waiting to eliminate this
34874 change#6328 could make close(SOCKET) return false on windows
34877 pod nit seen in passing
34879 on windows, the return values from wait() and waitpid() don't
34880 match those of pseudo-pids
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)
34889 trailing new %ENV entries weren't being pushed into the real
34890 environment of subprocesses on Windows
34892 Tweak the regex compilation errors once more.
34894 avoid warnings from dense compiler
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.
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
34912 Make regular expression parse error messages easier to understand.
34913 Subject: Re: enhanced(?) regex error messages
34915 Tiny tidying on report_evil_fh().
34917 Subject: Re: enhanced(?) regex error messages
34918 plus Capitalize the error messages, plus perldiag them.
34920 Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
34922 Document here-doc better.
34924 Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
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.
34933 Double check that we have a dirhandle.
34935 Subject: Re: enhanced(?) regex error messages
34936 (plus two small patches sent privately)
34937 (this still seems to leave few test failures)
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
34943 Get back into sync with Jeffrey on the enhanced regex warnings.
34945 Subject: [PATCH 5.6.0] cygwin port
34947 Zero entries were skipped, fix from Adrian Goalby
34948 <argoalby@yahoo.co.uk>
34950 Subject: Remove dead entry in perldiag
34952 Amend the description of Perl6.
34953 Subject: [PATCH Perl-5.6.0] perlfaq1.pod
34957 It's the 2ndO'ROSSC.
34959 Revert the sv.c part of #6559, a better fix is needed.
34961 Iterating perl6 description.
34963 Update to Term::ANSIColor 1.03, from Russ Allbery.
34965 Update to Getopt::Long 2.23_05, from Johan Vromans.
34967 Small AUTHORS and MAINTAIN updates. Could do with big updates.
34969 Update to Pod::Parser 1.17, from Brad Appleton.
34971 Update to CPAN 1.56, from Andreas König.
34973 Update to CGI 2.70, from Lincoln Stein.
34975 Put back the std @INC thing.
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]
34980 Document the IO::Select timeout.
34982 sleep(1) does not necessarily return 1.
34983 Subject: [PATCH bleadperl] op/lex_assign.t
34985 Subject: debugger "d" command doesnt check line number
34987 B::Deparse didn't do sub attributes.
34988 Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
34990 Preprocessing and postprocessing for File::Find.
34991 Subject: Patch to Find::File.pm to allow alphabetical results
34993 Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value
34995 Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
34997 Subject: Re: [ID 20000730.003] utf8::length() bad
34999 Subject: Getting perlio and threads to compile
35000 (the Solaris version changes in Configure skipped)
35003 Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
35005 Add Perl debugging tutorial, regen toc.
35006 Subject: perldebtut.pod
35008 Add a few missing files, update MANIFEST.
35010 Rewrite of vms/subconfigure.com as configure.com,
35011 from Peter Prymmer and the vmsperl crew.
35013 Should have deleted this in #6603.
35015 Fix the test for 5005threads.
35017 Fix-n-skip the tests under 5005threads.
35019 Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
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
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>
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
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?
35048 Document the problem with -P in HP-UX and its workaround.
35050 Subject: [PATCH] allow non-variable as lhs of non-updating tr///
35051 (aka ID 20000730.002)
35053 Subject: fix and question re: waitpid() under win32
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
35059 In Digital UNIX warn if gcc explicitly chosen because even
35060 2.95.2 is known to cause problems.
35062 Make chr() for values >127 to create utf8 when under utf8.
35064 various syntax errors and such (not fixed: comp/require.t#22 coredump
35067 Stash away the largefiles flags and libswanted.
35069 BOM patching from Simon Cozens.
35071 If gccosandvers is equal to osname, clear gccosandvers.
35073 Make p4desc to skip non-mainperl branches by default.
35075 Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
35078 Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
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.
35085 FreeBSD 3.* updates from
35086 Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
35088 regen_headers, regen perltoc.
35090 Document in one place the memory abstractions used in Perl core.
35092 memcpy has n o in it, as pinted ut by Sarathy.
35094 Remove the extraneous "main::" prefix from all the
35095 "opened only for", "on closed", and "never opened" warnings.
35097 The name of a filehandle does not have <these>.
35099 The tr utf8 patching continues.
35101 The new setproctitle() feature is available only in
35102 bleeding edge FreeBSD. From Paul Saab.
35104 Subject: [PATCH bleadperl] [ID 20000731.010] regex error
35106 Dump UVs as UVs in Data::Dumper.
35110 Document the IVdf UVuf UVof UVxf.
35112 require.t needs binmode() to work on windows
35114 Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
35115 that are hopefully soon put into use.
35117 Allow "no Module;" even if there is no 'unimport'.
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
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).
35126 Be more informative on what is skipped and why,
35127 also repeat the list at the end.
35131 Subject: [PATCH] sv.h documentation - SvLEN
35133 Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
35135 Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
35137 Subject: [PATCH] bad cppsymbols on os2 + Configure question
35139 Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
35141 Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
35142 mention the idea of @( and @)
35144 This is 6512. Really.
35146 Subject: [ID 19990721.004] Documentation bug in perlfunc
35148 Subject: Minor tweak to perlvar.pod
35150 In the warnings call filehandles consistently so;
35151 add "unopened" warning for stat().
35153 After the #6519 a warning about stat() is just that,
35154 not about a filetest, which now have their own warning.
35156 Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
35158 Subject: Re: Array vs. List context
35160 Subject: New perlcc, take 2
35162 Weed buglets pointed out by
35163 Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
35165 gcc versions might have (parentheses) in them.
35167 Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
35169 Essential prototype changes were missing from #6527.
35170 Also make report_evil_fh() more bomb-proof.
35172 Zap lib/Sys directory when cleaning up.
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]
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.
35184 Have symbols for the IoTYPEs.
35186 Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
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.
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
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:
35208 Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
35210 Subject: [PATCH] split /^/
35212 MacOS nits from Matthias Neeracher.
35214 More split() doc and test patches from Mike Guy.
35216 Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
35217 from Graham Barr in the module list.
35219 docfix from Peter Scott <Peter@PSDT.com>.
35221 File::Temp patches for VMS and OS/2 from Tim Jenness.
35223 open() wariness in perlbug.
35225 Subject: [PATCH] minor doc change - perlguts
35227 Subject: Minor doc patch: handy.h
35229 Be wary of close()s, too.
35231 Further File::Temp patches from Yitzchak Scott-Thoennes
35232 and Craig A. Berry.
35234 Subject: [PATCH] fixes bug 20000508.004
35236 Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
35238 Allow "no AutoLoader;", based on change #6444,
35239 suggested by Graham Barr.
35241 Use setproctitle() if available to modify $0.
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.
35248 Tiny fixes for #6460.
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.)
35255 Tune the comments and hopefully stop a memory leak.
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
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
35266 Fix the HALF_UPGRADE() macro introduced in #6263.
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
35278 ____________________________________________________________________________
35279 [ 7880] By: jhi on 2000/11/27 04:50:07
35280 Log: Clean .exists deeper.
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?
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).
35300 Patch #7881 is also needed since both the cleanup loops
35303 Also, the t/op/pat#44 seems to core dump under utf8.
35304 Plus a couple of failures. UGH-8.
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.
35315 ____________________________________________________________________________
35316 [ 7877] By: jhi on 2000/11/27 01:53:09
35317 Log: Comment on comment.
35320 ____________________________________________________________________________
35321 [ 7876] By: jhi on 2000/11/27 00:49:59
35322 Log: Adjust the docs to agree with #7875.
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().
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.
35337 Also add a note on the (missing) Unicode PSXSPC and BLANK.
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.
35345 ____________________________________________________________________________
35346 [ 7872] By: jhi on 2000/11/26 21:06:04
35347 Log: No need to scan till infinity, 13 is enough.
35350 ____________________________________________________________________________
35351 [ 7871] By: jhi on 2000/11/26 20:20:32
35352 Log: Test line numbers are different with utf8.
35355 ____________________________________________________________________________
35356 [ 7870] By: jhi on 2000/11/26 20:10:12
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.
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>
35373 Debian allows installing /usr/bin/locale without installing
35374 any locales, an error message will ensue.
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>
35384 Patch for the bug 20000212.002.
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>
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
35402 ____________________________________________________________________________
35403 [ 7864] By: jhi on 2000/11/26 18:23:41
35404 Log: Make the va_copy() test not to be so talkative.
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.
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>
35425 ____________________________________________________________________________
35426 [ 7861] By: jhi on 2000/11/26 00:01:26
35427 Log: Integrate perlio.
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
35435 ! win32/makefile.mk
35436 ____________________________________________________________________________
35437 [ 7859] By: nick on 2000/11/25 21:26:54
35438 Log: Integrate mainline.
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
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)
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.
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>
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>
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.
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.)
35511 ! doio.c perlio.c perliol.h
35512 ____________________________________________________________________________
35513 [ 7852] By: jhi on 2000/11/24 18:57:39
35514 Log: AUTHORS edits.
35517 ____________________________________________________________________________
35518 [ 7851] By: jhi on 2000/11/24 17:34:56
35519 Log: Add Jan-Erik Karlsson.
35522 ____________________________________________________________________________
35523 [ 7850] By: jhi on 2000/11/24 17:27:56
35524 Log: Configure should find stdchar on its own.
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>
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>
35543 ____________________________________________________________________________
35544 [ 7847] By: jhi on 2000/11/24 03:07:01
35545 Log: Integrate perlio.
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
35553 Fix the bitvector ops for utf8 (tricky since past 7 bits
35554 the utf8 'characters' can be more than one octet).
35556 MPE/ix updates for perl 5.6.0 from Mark Bixby.
35558 Subject: SDBM_File documentation
35564 Send all installperl messages to STDERR and be -w clean.
35566 Out-of-date note removed.
35568 Protect against "wild next"s, that is, callbacks doing "next"
35569 instead of "return".
35571 Use STDOUT consistently.
35573 The output might have been produced in the wrong order.
35575 A missing 'break' after the [[:space:]] switch case.
35578 [ID 19991110.003] another matching finding by pcre author
35579 which has already been fixed by some patch, as verified in
35581 Documentation to explain the behaviour of map().
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.
35587 Subject: [ID 20000716.023] syslog test fails without sockets
35589 Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
35590 Test cases for #6431.
35592 File::Spec::VMS fixup for tmpdir from Craig Berry.
35594 Make the "uninit variable" warning to say "concat or string"
35595 or "join or string" when in concat or join .
35597 Get UTF16 BOMs working. Patch from
35598 Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
35600 Subject: [PATCH] Make large file tests deal with SIGXFSZ
35602 Subject: [ID 20000724.003] Documentation changes for perllocale.pod
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
35611 Merge perlhacktut into perlhack, update perlguts.
35613 Fix AutoSplit to use File::Spec the right way in VMS,
35614 from Peter Prymmer.
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.
35621 thinko fix in vms/descrip_mms.template, the win32.pod in lib,
35622 not in pod, from Peter Prymmer
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>
35629 Didn't anymore apply, but that point still could use another fix.
35631 lib/b test fixes from Peter Prymmer.
35633 More docs for sv functions.
35635 perlvms.pod whitespace cleanup to keep pod utils happy.
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.
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.)
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.
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>.
35669 ____________________________________________________________________________
35670 [ 7840] By: jhi on 2000/11/23 17:18:02
35671 Log: SOCKS wrestling continues, patches from Jens Hamisch.
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.
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.
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]>
35698 Make VMS to like Filter::Util::Call.
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.
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.
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.
35716 ____________________________________________________________________________
35717 [ 7833] By: jhi on 2000/11/23 15:40:46
35718 Log: Finish unfinished SOCKS workaround changes.
35721 ____________________________________________________________________________
35722 [ 7832] By: jhi on 2000/11/23 15:33:30
35723 Log: Integrate perlio.
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
35731 Run dmake regen_config_h
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
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
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
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
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.
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>
35778 ____________________________________________________________________________
35779 [ 7824] By: jhi on 2000/11/22 23:59:15
35780 Log: Fixes for signedness warnings noticed by VMSperlers.
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>
35790 ! t/pragma/warn/pp_hot
35791 ____________________________________________________________________________
35792 [ 7822] By: jhi on 2000/11/22 22:52:20
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.
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.
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
35810 ____________________________________________________________________________
35811 [ 7819] By: jhi on 2000/11/22 22:03:27
35812 Log: Integrate perlio.
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.
35820 ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
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>
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.
35834 ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.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>
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>
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>
35860 AIX dynaloader and perlio patch.
35862 ! ext/DynaLoader/dl_aix.xs
35863 ____________________________________________________________________________
35864 [ 7812] By: jhi on 2000/11/22 21:17:52
35865 Log: (Accidentally empty patch.)
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>
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>
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>
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>
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>
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>
35918 ____________________________________________________________________________
35919 [ 7805] By: nick on 2000/11/22 21:05:06
35920 Log: Integrate mainline
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>
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>
35940 Be case-understanding also on 's', and use the -oi of sendmail
35941 not to terminate the transmission on a lone '.'.
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.
35954 Added note to README.win32 to point out the snags of doing a perl build
35955 with Norton AntiVirus turned on.
35957 Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
35958 which file a fail comes from.
35960 Updated "canned" config.h to match the one generated.
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
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.
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
35979 ____________________________________________________________________________
35980 [ 7798] By: nick on 2000/11/21 21:59:40
35981 Log: Integrate mainline
35983 !> (integrate 28 files)
35984 ____________________________________________________________________________
35985 [ 7797] By: jhi on 2000/11/21 21:01:45
35986 Log: Integrate perlio.
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
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.
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]>
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]>
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
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.
36033 ____________________________________________________________________________
36034 [ 7791] By: jhi on 2000/11/21 17:01:16
36035 Log: Export the SOCKS workaround symbols only if necessary.
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_).
36043 ____________________________________________________________________________
36044 [ 7789] By: nick on 2000/11/20 23:38:33
36045 Log: Integrate mainline
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)
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>
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>
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>
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>
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>
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>
36098 Make tr on UTF-8 better but still not correct.
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.
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
36121 The {multiplier} of a fixed substring was overlooked which
36122 caused a wrong initial search offset for that substring.
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
36129 Fix the BOM bug: not a byteorder bug, a signedness bug.
36131 Replace change #6337 with a better one.
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>
36138 MakeMaker should not remove editor backups (*~) on `make clean`
36139 by default (completes change#6383)
36141 move new variables to the end of the interpreter structure (for
36142 bincompat in code that doesn't #include XSUB.h)
36144 rename totally bletcherous SvLOCK() thingy (doesn't do what the
36145 name suggests anyway)
36147 various cleanups (typos, misformatted code, and small bugs)
36149 typecasts needed for change#6394
36151 typos in change#6399, regen headers
36153 inconsistent types needs casts
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
36162 ____________________________________________________________________________
36163 [ 7779] By: gsar on 2000/11/20 17:06:29
36164 Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
36166 Cosmetics and perldelta.
36168 Fix nits noticed by Boston.pm.
36170 Do the cc sanity check both before the hints and
36171 after the cc selction.
36173 get sprintf.t to adjust properly for 3-digit exponents
36175 don't clobber *.orig files on *clean targets
36177 fix bugs in processing %v-*d and similar format specs (from
36178 Avi Finkel <avi@finkel.org>)
36180 sprintf test tweaks (from Dominic Dunlop)
36182 new selfloader.t in change#6183 doesn't close DATA handles,
36183 and thus fails to clean up tmp files on dosish platforms
36185 typos (spotted by Peter Prymmer)
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
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
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>
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>
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
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>
36218 README.posix-bc podified from Thomas Dorner.
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]>
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>
36233 Minor cleanups on the booklist.
36235 Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
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.
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.
36257 ____________________________________________________________________________
36258 [ 7775] By: jhi on 2000/11/20 15:22:17
36259 Log: Solaris hints tweaks.
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.
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().
36272 ____________________________________________________________________________
36273 [ 7772] By: gsar on 2000/11/20 13:06:23
36274 Log: integrate changes#6315..6319,6321..6331,6333..6338
36276 Integrate with Sarathy, preliminary fix for unicos
36277 alignment problems in [ID 20000612.002] Perl problem on Cray system.
36279 some debugger output does not go to the socket when RemotePort is set
36281 winsock cleanup never done on Windows (leads to handle leaks)
36283 fix UNC path handling on Windows under ithreads, and chdir()
36284 return value when given a non-existent directory
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.
36293 Config is being used.
36295 Add =head1 NAMEs so that buildtoc is happy.
36296 (The CGI::Util nit reported to Lincoln.)
36298 Fix complaints of buildtoc.
36300 Fix the alignment problem in Crays ([ID 20000612.002]).
36302 Remove perlbook, update perlfaq book listing,
36303 rearrange perl.pod, regenerate perltoc.
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.
36308 winsock options weren't being set in all threads under ithreads
36309 (caused send()s from second and subsequent threads to fail)
36311 accept() leaks memory on windows due to incorrect ordering of
36312 closesocket() and fclose() calls
36314 Reorder perl.pod once more.
36316 More POSIX.pod tweaks.
36318 Sprinkle ldlibpath.
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>
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>
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>
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>
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>
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
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,
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>
36365 tweak perlembed for multiplicity/usethreads sanity; correct notes
36368 localize %INC in a Safe compartment so that use/require work
36369 (many other magic globals probably need similar treatment)
36371 dounwind() may cause POPSUB() to diddle the wrong PL_curpad
36372 when @_ is modified, causing coredumps
36374 slurp mode fix in change#4736 still not quite right
36376 Point to perlipc for more SysV IPC examples.
36378 Elaborate POSIX.pod. Still needs work.
36380 fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
36382 fix large memory leak that has been around for ever, masked by
36383 -DPURIFY (most of the arenas were never freed!)
36385 fix memory leak on Windows (PL_sys_intern contents were never
36388 PERL_OBJECT build tweak
36392 remove rel2abs prototypes (from Barrie Slaymaker)
36394 missing perldiag entry for unpack("w",...) diagnostic (from
36397 better diagnostic on Frob->stuff() when Frob:: doesn't exist
36398 (from Richard Soderberg <rs@oregonnet.com>)
36400 Win32 patches for cfgperl from Sarathy.
36402 b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
36404 More POSIX.pod embellishment.
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
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]>
36418 Regen headers for #6261 (and update embed.pl for this) and #6267,
36419 silence few compiler warnings.
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>
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)
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)
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>
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>
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>
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>
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>
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)
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]
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>
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>
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
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>
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>
36505 tr fixes from Simon Cozens
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
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>
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
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>
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>
36543 small thinko tweaks
36545 tweaks from Simon Conzes to further fix tr/// under utf8
36547 perlnewmod was missing from MANIFEST.
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>
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
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
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
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>
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>
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>
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>
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>
36599 Allow for standalone testing.
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>
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
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
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>
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>
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>
36653 Tweak embed.pl, regen headers.
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
36666 ____________________________________________________________________________
36667 [ 7762] By: gsar on 2000/11/20 10:04:00
36668 Log: integrate changes#6225,6229,6231,6232 from cfgperl
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>
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>
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>
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>
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.
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>
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.
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>
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.
36730 ____________________________________________________________________________
36731 [ 7756] By: jhi on 2000/11/20 01:47:22
36732 Log: Integrate perlio.
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.
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
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
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
36760 ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
36762 ____________________________________________________________________________
36763 [ 7751] By: nick on 2000/11/19 17:05:36
36764 Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
36767 ____________________________________________________________________________
36768 [ 7750] By: nick on 2000/11/19 16:57:14
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>
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>
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
36792 !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.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.
36800 ____________________________________________________________________________
36801 [ 7745] By: nick on 2000/11/18 22:52:28
36802 Log: Integrate mainline
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.
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.
36816 ____________________________________________________________________________
36817 [ 7742] By: jhi on 2000/11/18 20:33:05
36818 Log: Integrate perlio.
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>
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>
36834 Plus a little bit of tweaking in pregcomp().
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
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.
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>
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.
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.
36875 ____________________________________________________________________________
36876 [ 7735] By: nick on 2000/11/18 11:03:32
36877 Log: Integrate mainline
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.
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>
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.
36899 ____________________________________________________________________________
36900 [ 7731] By: jhi on 2000/11/18 00:18:39
36901 Log: Explain in more detail the {} syntax ambiguousity.
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>
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>
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>
36925 ____________________________________________________________________________
36926 [ 7728] By: nick on 2000/11/17 21:59:47
36927 Log: Integrate mainline
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
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>
36948 It's really 20000518.006.
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>
36959 ____________________________________________________________________________
36960 [ 7724] By: jhi on 2000/11/17 14:08:58
36961 Log: Undo #7627 now that we have =head3.
36964 ____________________________________________________________________________
36965 [ 7723] By: jhi on 2000/11/17 14:04:09
36966 Log: As surmised the #7719 wasn't a good move.
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.
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.
36979 ____________________________________________________________________________
36980 [ 7720] By: jhi on 2000/11/17 00:23:22
36981 Log: The long double hints can be here or there.
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.
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>
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>
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>
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.
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>
37026 ! pod/perllocale.pod
37027 ____________________________________________________________________________
37028 [ 7713] By: jhi on 2000/11/16 23:14:06
37029 Log: Integrate perlio.
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
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
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.
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
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
37065 !> (integrate 35 files)
37066 ____________________________________________________________________________
37067 [ 7708] By: jhi on 2000/11/16 05:33:03
37068 Log: These files are text, not binary.
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.
37078 ! Changes patchlevel.h
37079 ____________________________________________________________________________
37080 [ 7706] By: jhi on 2000/11/16 01:35:59
37081 Log: More #undefing of stdio.
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.
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
37099 ____________________________________________________________________________
37100 [ 7703] By: jhi on 2000/11/16 01:09:22
37101 Log: The type of the hash_cb() size argument is tricky.
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.
37109 ____________________________________________________________________________
37110 [ 7701] By: jhi on 2000/11/15 22:52:32
37114 ____________________________________________________________________________
37115 [ 7700] By: jhi on 2000/11/15 22:51:56
37116 Log: UINT64_C() work continues.
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
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>
37129 ____________________________________________________________________________
37130 [ 7698] By: jhi on 2000/11/15 03:50:56
37131 Log: Add few missing #undefs and sort them.
37134 ____________________________________________________________________________
37135 [ 7697] By: jhi on 2000/11/15 03:39:14
37136 Log: Linenumber fix.
37138 ! t/pragma/warn/utf8
37139 ____________________________________________________________________________
37140 [ 7696] By: jhi on 2000/11/15 02:55:26
37141 Log: EBCDIC tweaks.
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>
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>
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>
37165 ____________________________________________________________________________
37166 [ 7693] By: jhi on 2000/11/15 02:48:37
37167 Log: Quit utf8_to_uv() instantly if curlen == 0.
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.
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>
37179 ! ext/DB_File/DB_File.xs
37180 ____________________________________________________________________________
37181 [ 7691] By: jhi on 2000/11/15 02:20:12
37182 Log: Use UINT64_C().
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>
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).
37196 ____________________________________________________________________________
37197 [ 7689] By: jhi on 2000/11/15 01:56:51
37198 Log: Regen Configure.
37201 ____________________________________________________________________________
37202 [ 7688] By: jhi on 2000/11/15 01:56:32
37203 Log: Make the unit know about SOCKS.
37205 ! U/protos/socksizetype.U
37206 ____________________________________________________________________________
37207 [ 7687] By: jhi on 2000/11/15 01:54:47
37208 Log: Remove unused dependencies.
37210 ! U/compline/d_getpagsz.U
37211 ____________________________________________________________________________
37212 [ 7686] By: nick on 2000/11/14 21:25:13
37213 Log: Integrate mainline.
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.
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.
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:
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>
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>
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>
37264 ____________________________________________________________________________
37265 [ 7680] By: jhi on 2000/11/14 04:13:50
37266 Log: Redo #7679 with LFs instead of CRLFs.
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>
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.
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>
37291 + ext/re/hints/MSWin32.pl
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>
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>
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 ...
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.
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.
37328 ____________________________________________________________________________
37329 [ 7672] By: jhi on 2000/11/13 13:57:53
37330 Log: Make PerlIO_getpos() to behave like fgetpos() on return.
37333 ____________________________________________________________________________
37334 [ 7671] By: jhi on 2000/11/13 05:30:48
37335 Log: Placate nervous compilers that see longer than ints switch()ing.
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.
37343 ____________________________________________________________________________
37344 [ 7669] By: jhi on 2000/11/13 05:02:45
37345 Log: Declare reg_data like reg_substr_data.
37348 ____________________________________________________________________________
37349 [ 7668] By: jhi on 2000/11/13 04:54:34
37350 Log: Typos in #7667.
37353 ____________________________________________________________________________
37354 [ 7667] By: jhi on 2000/11/13 04:49:49
37355 Log: Cleanup messy #ifdef.
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>
37365 Note: only one breakage of the two reported is fixed by this patch.
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
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>
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.
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.
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>
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>
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.
37413 ____________________________________________________________________________
37414 [ 7660] By: jhi on 2000/11/12 23:54:22
37415 Log: (Subsumed by #7664)
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.
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>
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>
37438 ____________________________________________________________________________
37439 [ 7657] By: jhi on 2000/11/12 20:34:55
37440 Log: Integrate perlio.
37443 ____________________________________________________________________________
37444 [ 7656] By: nick on 2000/11/12 19:25:06
37445 Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
37448 ____________________________________________________________________________
37449 [ 7655] By: nick on 2000/11/12 19:09:41
37450 Log: Integrate mainline
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
37464 ____________________________________________________________________________
37465 [ 7653] By: jhi on 2000/11/12 19:00:01
37466 Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
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
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.
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.
37483 ____________________________________________________________________________
37484 [ 7650] By: jhi on 2000/11/11 18:38:57
37485 Log: More descriptive error for unknown perlio layers.
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]>
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().
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]>
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>
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,
37519 TODO: a new pagesize unit.
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'.
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
37531 ____________________________________________________________________________
37532 [ 7645] By: jhi on 2000/11/11 16:45:15
37533 Log: Use sysconf() or getpagesize() to find out the pagesize.
37536 ____________________________________________________________________________
37537 [ 7644] By: jhi on 2000/11/11 15:46:08
37538 Log: Integrate perlio.
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>
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>
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.
37563 ____________________________________________________________________________
37564 [ 7640] By: jhi on 2000/11/11 02:05:02
37565 Log: Add more encoding tables.
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
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>
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.
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.
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>
37599 ____________________________________________________________________________
37600 [ 7636] By: nick on 2000/11/10 13:40:00
37601 Log: Integrate mainline.
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.
37611 ____________________________________________________________________________
37612 [ 7634] By: jhi on 2000/11/10 04:49:55
37613 Log: Amdahl UTS hints updates.
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>
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>
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.
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>
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>
37648 ____________________________________________________________________________
37649 [ 7630] By: nick on 2000/11/09 20:34:11
37650 Log: Integrate mainline.
37652 !> (integrate 91 files)
37653 ____________________________________________________________________________
37654 [ 7629] By: jhi on 2000/11/09 19:46:31
37655 Log: Missing dTHXs.
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>
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.
37667 ! t/pragma/locale.t
37668 ____________________________________________________________________________
37669 [ 7627] By: jhi on 2000/11/09 14:40:27
37670 Log: There's no =head3.
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.
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>
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>
37691 All except the "cow orker" change.
37693 ! Porting/pumpkin.pod
37694 ____________________________________________________________________________
37695 [ 7624] By: jhi on 2000/11/09 13:45:33
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>
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.
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>
37714 ____________________________________________________________________________
37715 [ 7622] By: jhi on 2000/11/09 13:31:18
37716 Log: Remove unused extra arguments.
37717 Branch: metaconfig/U/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.
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>
37734 ____________________________________________________________________________
37735 [ 7619] By: jhi on 2000/11/09 04:36:21
37736 Log: Forgot from #7618.
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.
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>
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>
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>
37769 ____________________________________________________________________________
37770 [ 7614] By: jhi on 2000/11/08 22:42:55
37771 Log: A missing aTHX_.
37773 ! ext/IPC/SysV/SysV.xs
37774 ____________________________________________________________________________
37775 [ 7613] By: jhi on 2000/11/08 19:30:21
37776 Log: Update Changes.
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>
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]>
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.
37800 ! t/pragma/locale.t
37801 ____________________________________________________________________________
37802 [ 7609] By: jhi on 2000/11/08 17:12:51
37803 Log: Locale buglets.
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>
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.
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>
37823 ! U/compline/d_stdstdio.U
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.
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.
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>
37840 Added some SIGFPE paranoia.
37841 Branch: metaconfig/U/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]>
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>
37861 ____________________________________________________________________________
37862 [ 7602] By: jhi on 2000/11/08 14:25:03
37863 Log: Fix for the tie-refhash string table leaks.
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>
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.
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.
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>
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.
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>
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
37900 ! U/compline/d_stdstdio.U
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>
37910 Synchronize with Cygwin 1.1.5.
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.
37919 ____________________________________________________________________________
37920 [ 7595] By: jhi on 2000/11/07 20:21:41
37921 Log: Update Changes.
37923 ! Changes patchlevel.h
37924 ____________________________________________________________________________
37925 [ 7594] By: jhi on 2000/11/07 19:18:58
37926 Log: Be more robust in Dynaloader.pm.
37928 ! ext/DynaLoader/DynaLoader_pm.PL
37929 ____________________________________________________________________________
37930 [ 7593] By: jhi on 2000/11/07 16:49:31
37931 Log: AUTHORS update.
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()
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.
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).
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>
37962 ! configure.com t/lib/st-lock.t
37963 ____________________________________________________________________________
37964 [ 7588] By: jhi on 2000/11/07 01:03:28
37968 ____________________________________________________________________________
37969 [ 7587] By: jhi on 2000/11/07 01:00:27
37970 Log: A doc addition for bug id 20001105.019, beware \p.
37973 ____________________________________________________________________________
37974 [ 7586] By: jhi on 2000/11/07 00:32:22
37975 Log: Fake support of holey files in win/dosish platforms.
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>
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>
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.
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>
38014 ____________________________________________________________________________
38015 [ 7583] By: jhi on 2000/11/06 23:58:48
38016 Log: %ENV note tweaks from Dan Sugalski.
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__.
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.
38031 ! U/compline/d_stdstdio.U
38033 ! Configure config_h.SH
38034 ____________________________________________________________________________
38035 [ 7580] By: jhi on 2000/11/06 22:41:41
38036 Log: Document %ENV = () portability issues.
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.
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.
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.
38054 ____________________________________________________________________________
38055 [ 7576] By: jhi on 2000/11/06 20:33:46
38056 Log: Admit that the test leaks scalars.
38059 ____________________________________________________________________________
38060 [ 7575] By: jhi on 2000/11/06 20:17:08
38061 Log: Integrate perlio.
38064 ____________________________________________________________________________
38065 [ 7574] By: nick on 2000/11/06 20:07:28
38066 Log: Remove debug. Try (Mmap_t) on madvise() call.
38069 ____________________________________________________________________________
38070 [ 7573] By: jhi on 2000/11/06 13:56:05
38071 Log: Update Changes.
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>
38082 ____________________________________________________________________________
38083 [ 7571] By: jhi on 2000/11/06 01:45:51
38084 Log: AUTHORS updates.
38087 ____________________________________________________________________________
38088 [ 7570] By: jhi on 2000/11/06 00:18:00
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>
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.
38101 ____________________________________________________________________________
38102 [ 7569] By: jhi on 2000/11/06 00:05:30
38103 Log: Document that the evaled syntax errors cause scalar leaks.
38106 ____________________________________________________________________________
38107 [ 7568] By: jhi on 2000/11/05 23:14:47
38108 Log: opmini.o can linger from Configures past.
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.
38117 ____________________________________________________________________________
38118 [ 7566] By: jhi on 2000/11/05 21:15:56
38119 Log: Integrate perlio.
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).
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>
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
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.
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.
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.
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.
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>
38168 ____________________________________________________________________________
38169 [ 7558] By: jhi on 2000/11/05 17:29:19
38170 Log: Integrate perlio.
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{...}.
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.
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>
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...)
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.
38204 ____________________________________________________________________________
38205 [ 7553] By: jhi on 2000/11/05 01:12:16
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>
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.
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.
38225 ____________________________________________________________________________
38226 [ 7551] By: nick on 2000/11/04 23:40:44
38227 Log: Integrate mainline
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
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
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>
38245 An undef read from a slurped file was not tainted.
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) .
38253 ____________________________________________________________________________
38254 [ 7547] By: jhi on 2000/11/04 22:43:56
38255 Log: Integrate perlio.
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.
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>
38269 ! U/modified/Oldconfig.U
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>
38279 Modified quite a bit to be more portable.
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.
38287 ____________________________________________________________________________
38288 [ 7543] By: nick on 2000/11/04 21:55:13
38289 Log: Merge mainline
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.
38299 ! Changes Porting/genlog
38300 ____________________________________________________________________________
38301 [ 7541] By: jhi on 2000/11/04 20:58:18
38302 Log: Changes fixups.
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).
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.
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
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.
38332 ____________________________________________________________________________
38333 [ 7536] By: jhi on 2000/11/04 00:20:02
38334 Log: Add FCNTL_CAN_LOCK.
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>
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
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
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
38360 - Works on Solaris with
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.
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>
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>
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.
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>
38395 ! vms/gen_shrfls.pl
38396 ____________________________________________________________________________
38397 [ 7530] By: jhi on 2000/11/02 22:08:49
38398 Log: Fix the problem discussed in
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>
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
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.
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>
38427 ____________________________________________________________________________
38428 [ 7528] By: jhi on 2000/11/02 17:49:09
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.
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>
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.
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>
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.
38459 ____________________________________________________________________________
38460 [ 7524] By: jhi on 2000/11/01 23:40:52
38461 Log: Update Changes.
38463 ! Changes patchlevel.h
38464 ____________________________________________________________________________
38465 [ 7523] By: jhi on 2000/11/01 22:57:09
38466 Log: More tweaking on the #7522 theme.
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.
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
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>
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>
38501 ____________________________________________________________________________
38502 [ 7519] By: jhi on 2000/11/01 20:01:22
38503 Log: Locale warning explanation tweak.
38506 ____________________________________________________________________________
38507 [ 7518] By: jhi on 2000/11/01 18:57:13
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>
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>
38524 ____________________________________________________________________________
38525 [ 7516] By: jhi on 2000/11/01 18:34:55
38526 Log: Generalize the Camel wording.
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>
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>
38542 ____________________________________________________________________________
38543 [ 7514] By: jhi on 2000/11/01 15:03:40
38544 Log: More AIX lore.
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>
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>
38563 ____________________________________________________________________________
38564 [ 7511] By: jhi on 2000/11/01 14:39:50
38565 Log: AUTHORS updates.
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
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.
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.
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.
38594 ____________________________________________________________________________
38595 [ 7506] By: jhi on 2000/11/01 14:03:35
38596 Log: The osname has been lowercased by now, from Tom Bates.
38598 ! U/modified/Oldconfig.U
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.
38605 ! hints/nonstopux.sh
38606 ____________________________________________________________________________
38607 [ 7504] By: jhi on 2000/10/31 14:53:42
38608 Log: Update Changes.
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
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>
38620 but that had already been taken care of.
38622 ! U/compline/d_stdstdio.U
38624 ! Configure config_h.SH
38625 ____________________________________________________________________________
38626 [ 7502] By: jhi on 2000/10/31 14:25:02
38627 Log: AUTHORS tweaks.
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>
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
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.
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>
38650 (The ord() part of the patch skipped.)
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>
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>
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>
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>
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>
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.
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>
38706 ____________________________________________________________________________
38707 [ 7493] By: jhi on 2000/10/31 14:05:07
38708 Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
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>
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.
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.
38731 ____________________________________________________________________________
38732 [ 7490] By: nick on 2000/10/29 21:45:45
38733 Log: Integrate mainline to perlio
38735 !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
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>
38744 ! lib/ExtUtils/Manifest.pm
38745 ____________________________________________________________________________
38746 [ 7488] By: jhi on 2000/10/29 21:07:47
38747 Log: Tests for #7487.
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>
38755 ____________________________________________________________________________
38756 [ 7487] By: jhi on 2000/10/29 21:06:27
38757 Log: constsub spillage.
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>
38765 ____________________________________________________________________________
38766 [ 7486] By: nick on 2000/10/29 21:05:04
38767 Log: Integrate mainline to perlio branch
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.
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>
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.
38791 ____________________________________________________________________________
38792 [ 7483] By: jhi on 2000/10/29 18:06:55
38793 Log: Update Changes.
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 * ?
38804 ____________________________________________________________________________
38805 [ 7481] By: jhi on 2000/10/29 17:02:37
38806 Log: UTF-8 decoder tweak.
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.
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.
38822 ! iperlsys.h perlio.c
38823 ____________________________________________________________________________
38824 [ 7478] By: jhi on 2000/10/29 02:04:01
38825 Log: Add also emailless people.
38828 ____________________________________________________________________________
38829 [ 7477] By: jhi on 2000/10/29 01:36:00
38830 Log: The #7476 needs a MANIFEST change, too.
38833 ____________________________________________________________________________
38834 [ 7476] By: jhi on 2000/10/29 01:35:21
38835 Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
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.)
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>
38853 ____________________________________________________________________________
38854 [ 7473] By: jhi on 2000/10/28 18:02:05
38855 Log: Locking null mutexes is not recommendable.
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>
38863 ____________________________________________________________________________
38864 [ 7472] By: jhi on 2000/10/28 17:52:58
38865 Log: Better create a true mailing list for the repository keepers.
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>.
38873 + Porting/repository.pod
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>
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>
38891 ____________________________________________________________________________
38892 [ 7468] By: jhi on 2000/10/28 17:07:18
38893 Log: Make target reordering to avoid pointless re-makes.
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>
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>
38909 ____________________________________________________________________________
38910 [ 7466] By: jhi on 2000/10/28 16:09:16
38911 Log: Upgrade to CPAN 1.58_55.
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>
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.
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.
38929 ____________________________________________________________________________
38930 [ 7463] By: jhi on 2000/10/27 16:18:29
38931 Log: Update Changes.
38933 ! Changes patchlevel.h
38934 ____________________________________________________________________________
38935 [ 7462] By: jhi on 2000/10/27 16:17:44
38936 Log: Too enthusiastic editing in #7460.
38938 ! U/modified/Oldsym.U
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.
38947 ____________________________________________________________________________
38948 [ 7460] By: jhi on 2000/10/27 15:23:14
38949 Log: Use $sort, $uniq (and $tr) consistently as wondered
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
38956 ! Configure config_h.SH
38957 ____________________________________________________________________________
38958 [ 7459] By: jhi on 2000/10/27 15:02:07
38959 Log: (Retracted by #7461)
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.
38967 ____________________________________________________________________________
38968 [ 7458] By: jhi on 2000/10/27 14:42:20
38969 Log: Do away with the 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>
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>
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>
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>
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.
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.
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.
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>
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>
39039 minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
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>
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
39057 ____________________________________________________________________________
39058 [ 7446] By: jhi on 2000/10/25 21:55:57
39059 Log: Update Changes.
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:
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
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>
39078 ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
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.
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>
39095 plus regen global.sym.
39097 ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
39099 ____________________________________________________________________________
39100 [ 7441] By: jhi on 2000/10/25 20:12:20
39101 Log: buildtoc target tweaks.
39104 ____________________________________________________________________________
39105 [ 7440] By: jhi on 2000/10/25 20:03:53
39106 Log: A new version of making the syslog test more robust.
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>
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
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.
39130 ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
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().
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>
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>
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.
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>
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>
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>
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*.
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
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.
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.
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.
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>
39218 ! U/compline/d_stdstdio.U
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.
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
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>
39240 Also make is_utf8_char() stricter.
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>
39251 ____________________________________________________________________________
39252 [ 7423] By: jhi on 2000/10/24 14:25:30
39253 Log: Test tweak to avoid pulling in the whole Config.
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.
39261 ____________________________________________________________________________
39262 [ 7421] By: jhi on 2000/10/24 13:32:09
39263 Log: (Replaced by #7440.)
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>
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>
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>
39287 ____________________________________________________________________________
39288 [ 7418] By: jhi on 2000/10/24 13:26:04
39289 Log: Replace #7409 with
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>
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
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
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.
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.
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.
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.
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>
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.
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]>
39359 ____________________________________________________________________________
39360 [ 7409] By: jhi on 2000/10/23 03:57:36
39361 Log: Avoid Storable locking on DJGPP for now.
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>
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>
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>
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.
39389 ! lib/ExtUtils/MakeMaker.pm
39390 ____________________________________________________________________________
39391 [ 7405] By: jhi on 2000/10/22 21:32:00
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>
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>
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>
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.
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.
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>
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.
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>
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>
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>
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>
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>
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>
39478 ! installman pod/pod2man.PL
39479 ____________________________________________________________________________
39480 [ 7395] By: jhi on 2000/10/22 17:17:35
39481 Log: Hints tweak from Anton Berezin.
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)
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>
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
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.
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>
39522 ____________________________________________________________________________
39523 [ 7390] By: jhi on 2000/10/21 14:35:57
39524 Log: Add a testcase for #7389.
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>
39534 ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
39536 ____________________________________________________________________________
39537 [ 7388] By: nick on 2000/10/21 11:44:23
39538 Log: Populate perlio branch
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 ./...
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.
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.
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.
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".
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
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>
39609 ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
39611 ____________________________________________________________________________
39612 [ 7381] By: jhi on 2000/10/20 20:07:29
39613 Log: Reëntrancy fix.
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>
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,
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>
39632 ____________________________________________________________________________
39633 [ 7379] By: jhi on 2000/10/20 18:43:37
39634 Log: Portability tweak on #7377.
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>
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
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>
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>
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>
39669 ! configure.com vms/gen_shrfls.pl
39670 ____________________________________________________________________________
39671 [ 7375] By: bailey on 2000/10/20 04:44:37
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.
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>
39712 ____________________________________________________________________________
39713 [ 7372] By: jhi on 2000/10/19 19:34:40
39714 Log: Typo noted by Mark Lutz.
39717 ____________________________________________________________________________
39718 [ 7371] By: jhi on 2000/10/19 19:33:13
39719 Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
39721 ! U/modified/Cppsym.U U/modified/Oldconfig.U
39722 Branch: metaconfig/U/perl
39723 ! End.U dlsrc.U libperl.U
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>
39735 ____________________________________________________________________________
39736 [ 7369] By: jhi on 2000/10/19 14:01:49
39737 Log: Update Changes.
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>
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
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.
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>
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
39774 ____________________________________________________________________________
39775 [ 7363] By: jhi on 2000/10/18 20:55:38
39776 Log: Missing change from #7362.
39779 ____________________________________________________________________________
39780 [ 7362] By: jhi on 2000/10/18 20:52:01
39781 Log: Borland C fstat() never saw the fd as writable.
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>
39789 ____________________________________________________________________________
39790 [ 7361] By: jhi on 2000/10/18 17:43:50
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
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
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.
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>
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.
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.
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>
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.
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'.
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>
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.
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>
39866 ____________________________________________________________________________
39867 [ 7352] By: jhi on 2000/10/17 13:06:19
39868 Log: More IoTYPE sprinkling.
39871 ____________________________________________________________________________
39872 [ 7351] By: jhi on 2000/10/16 22:47:07
39873 Log: Detect early whether the std streams have gone bad.
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>
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>
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.
39893 ! pod/perldelta.pod
39894 ____________________________________________________________________________
39895 [ 7348] By: jhi on 2000/10/16 15:17:53
39896 Log: Update Changes.
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.
39904 ____________________________________________________________________________
39905 [ 7346] By: jhi on 2000/10/16 13:18:04
39906 Log: Add Charles Lane.
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.
39913 ! pod/perldelta.pod
39914 ____________________________________________________________________________
39915 [ 7344] By: gsar on 2000/10/16 09:30:21
39916 Log: integrate change#6220 from cfgperl
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
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>
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)
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
39948 ____________________________________________________________________________
39949 [ 7341] By: gsar on 2000/10/16 08:23:39
39950 Log: integrate changes#6214..6216 from mainline
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())
39956 tweak comment about @DB::args
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
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>
39971 Regen headers for #6207.
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>
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
39985 ____________________________________________________________________________
39986 [ 7339] By: gsar on 2000/10/16 08:14:34
39987 Log: integrate change#6203 from cfgperl
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
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
40004 ____________________________________________________________________________
40005 [ 7337] By: gsar on 2000/10/16 08:08:47
40006 Log: integrate changes#6197..6200 from cfgperl
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>
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>
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>
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
40039 ____________________________________________________________________________
40040 [ 7336] By: gsar on 2000/10/16 08:03:46
40041 Log: integrate changes#6194,6195 from mainline
40043 fix small eval"" memory leaks under USE_ITHREADS
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
40050 ____________________________________________________________________________
40051 [ 7335] By: gsar on 2000/10/16 08:02:15
40052 Log: integrate changes#6190,6191 from mainline
40054 submit missing embed.pl change
40056 vec() loses numericalness (modified version of patch suggested
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
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
40071 SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
40074 tweak for change#6127
40076 remove incorrect documentation about implicit split to @_ in
40077 list context, which never really worked in perl 5 (from
40080 further qualify references to "alphanumeric" (from Wolfgang Laun
40081 <wolfgang.laun@alcatel.at>)
40083 replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
40084 (from Tim Jenness <t.jenness@jach.hawaii.edu>)
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
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
40106 Single-quoted utf8 patch from Simon Cozens.
40108 Substitution utf8 patch from Simon Cozens.
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
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
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
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
40143 Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
40144 in case somebody wants to write an extension for more
40145 shadow database interfaces.
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
40161 Regen Configure to jive with #6149.
40163 Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
40165 Changes for the File::Temp 0.08 (change #6159) test suite
40166 to fit better into the Perl distribution test framework.
40168 Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
40169 both from Simon Cozens.
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
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
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
40191 prettier Test::Harness output on failed tests (from Nicholas Clark
40192 <nick@Bagpuss.uk.boo.com>)
40194 avoid type mismatch warning
40196 small bug in change#6144; remove random \xA0 character that snuck
40198 Branch: maint-5.6/perl
40199 !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
40201 ____________________________________________________________________________
40202 [ 7323] By: gsar on 2000/10/16 07:18:47
40203 Log: integrate changes#6151,6152 from mainline
40205 fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
40207 cosmetic fixups of RE debug output (from Ilya Zakharevich)
40208 Branch: maint-5.6/perl
40210 ____________________________________________________________________________
40211 [ 7322] By: gsar on 2000/10/16 07:17:25
40212 Log: integrate changes#6146..6150 from mainline
40216 add a make entry to Config.pm so "perl -V:make" works on VMS
40217 (from Peter Prymmer)
40219 close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
40221 OS/2 tweaks for usethreads build (from Rocco Caputo
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
40236 MacOS support, part 1 (from Matthias Neeracher
40237 <neeri@iis.ee.ethz.ch>)
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>)
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
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>
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
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
40276 fix bogus redeclaration warning for "our" variables in different
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
40287 call_method(...,G_EVAL) can longjmp() out if the method probing
40288 failed (from Gisle Aas)
40290 new perlxstut example for passing/returning refs to arrays
40291 (from David Lowe <dlowe@pootpoot.com>)
40293 VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
40295 fix places that mean C<"word" character> but say C<alphanumeric
40298 avoid warnings in POSIX.pm (from Barrie Slaymaker)
40300 warnings::enabled() doesn't fall back to looking at $^W if
40301 caller isn't using lexical warnings (from Paul Marquess)
40303 elide bogus test in change#6132
40305 make Test::Harness use wait.h/WCOREDUMP if available
40306 (from Ben Tilly <ben_tilly@hotmail.com>)
40308 enable Test::Harness to dynamically determine column width etc.
40309 (from Rob Napier <rnapier@employees.org>)
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
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
40330 clarify gotcha with #line directives (from Rocco Caputo
40333 enable propagating exception objects via Perl_croak() in XS code
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
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
40348 ____________________________________________________________________________
40349 [ 7313] By: gsar on 2000/10/16 06:46:54
40350 Log: integrate changes#6112..6121 from vmsperl
40352 Check for existence of file before trying to delete
40354 Ugly workaround for version-specific RTL error
40356 Urk -- undo previous removal of vmsish 'exit' change
40358 Add bounds checking for several strings (Charles Lane)
40360 Miscellaneous cosmetic fixes (Charles Lane)
40362 Treat sockets as special in sys(read|write) (Charles Lane et al.)
40364 Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
40365 Flatten case labels in switch statements uniformly (Charles Bailey)
40367 Quiet error messages in vmsish.t (Charles Lane)
40369 Add missing escape (Charles Lane)
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
40377 ____________________________________________________________________________
40378 [ 7312] By: gsar on 2000/10/16 06:41:18
40379 Log: integrate changes#6107,6110 from cfgperl
40381 Tweak the todo list.
40384 Branch: maint-5.6/perl
40386 ____________________________________________________________________________
40387 [ 7311] By: gsar on 2000/10/16 06:38:38
40388 Log: integrate changes#6104,6108 from mainline
40390 PL_sys_intern was being initialized too late on windows
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
40397 ____________________________________________________________________________
40398 [ 7310] By: gsar on 2000/10/16 06:36:03
40399 Log: integrate changes#6095,6097..6103 from cfgperl
40401 Introduce NV_PRESERVED_BITS. Not yet used anywhere but
40402 might be useful in future.
40404 Add a note about possible compilation problems from Allen Smith.
40406 Add a note about other, yet unsupported, shadow password APIs.
40408 Tweaks for the cc bugs from Allen Smith.
40410 More compilation tweakery from Allen Smith.
40412 Hints and test tweaks for Unicos.
40414 The test suite tweak in #6101 wasn't quite right.
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
40425 fork() failure to create pseudo process sets errno=EAGAIN and returns
40426 undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
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
40436 Regen perltoc with the fixed buildtoc.
40437 Branch: maint-5.6/perl
40439 ____________________________________________________________________________
40440 [ 7307] By: gsar on 2000/10/16 06:26:40
40441 Log: integrate changes#6089,6090 from mainline
40443 buildtoc tweak to fix newline lossage
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
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
40467 substr() does not preserve utf8-ness (from Stefan Eissing
40468 <Eissing@medicaldataservice.de>); added tests
40470 repeat operator (x) doesn't preserve utf8-ness
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
40479 avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
40482 workaround for CRT bug in chdir() (from Charles Lane, via
40485 remove outdated kludge in Carp (NULLs are permitted in diagnostics
40488 add File::Temp v0.08 from CPAN, with small tweaks to testsuite
40489 (from Tim Jenness <t.jenness@jach.hawaii.edu>)
40491 better default perlbug categories for ok reports (from Richard Foley)
40493 peek.t non-portable to ithreads
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
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)
40509 &HUGE_VAL is not defined, it exists.
40511 Do not warn that an infinity does not look like a number.
40513 Rewrite the pwent/spent logic to be a little bit more clearer.
40515 Continue on the pwent/spent case.
40517 Correct Freudian slip.
40519 Use HUGE_VALL if applicable.
40521 pwent/spent #ifdef imbalance.
40525 Call getspnam() only iff needd.
40527 Test both the scalar and list contexts.
40529 Use setxxent()/endxxent().
40535 Be more forgiving in POSIX about HUGE_VALL.
40539 The search of infinity continues, this time simplified.
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.
40547 Introduce t/lib/peek.t.
40549 Make the test more portable.
40550 Branch: maint-5.6/perl
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
40562 replace direct call to sighandler() with (*PL_sighandlerp)()
40564 note about values()
40566 File::Spec compatibility update (from Barrie Slaymaker
40567 <barries@slaysys.com>)
40569 remove misleading comment (from M.J.T. Guy)
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
40582 change#5921 neglected to make eq honor "use bytes"
40584 additional tests for utf8.t
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
40593 libscheck has insufficient checks for n32 libs (from
40594 Albert Chin-A-Young <china@thewrittenword.com>)
40596 add note about how $( doesn't interpolate in REs (from
40597 Philip Newton <newton@ficus.frogspace.net>)
40599 fix broken parsing of /\x{ab}/
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
40606 ____________________________________________________________________________
40607 [ 7299] By: gsar on 2000/10/16 04:52:50
40608 Log: integrate change#6044 from mainline
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
40619 podlators-1.02 update (from Russ Allbery)
40621 Pod::Man generates groff-incompatible macro definition (from
40624 add CGI.pm v2.66 (from Lincoln Stein)
40626 introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
40627 for @- and @+ (from Johan Vromans)
40629 small nits in diagnostics.pm (from Robin Barker)
40631 whitespace adjustments
40633 missing files in MANIFEST
40635 cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
40638 remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
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
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
40663 debugger stomps on $. (from M.J.T. Guy)
40664 Branch: maint-5.6/perl
40666 ____________________________________________________________________________
40667 [ 7295] By: gsar on 2000/10/16 04:38:02
40668 Log: integrate change#6022 from mainline
40670 unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
40671 Branch: maint-5.6/perl
40673 ____________________________________________________________________________
40674 [ 7294] By: gsar on 2000/10/16 04:37:05
40675 Log: integrate changes#6018..6021 from mainline
40677 make lib/syslog.t portable to systems that don't have _PATH_LOG,
40678 make _PATH_LOG() return "" if unavailable
40680 windows portability tweaks
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
40693 tweak change#5945 to display correct switch name in diagnostic
40695 glob() loading File::Glob behind the scenes may cause syntax errors
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
40704 perldoc might fail via "use blib" (from Hugo van der Sanden)
40708 note about compile failures and END blocks (from M.J.T. Guy)
40710 VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
40712 (change#6009 integrated earlier in change#7255)
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
40724 destructive sv_setsv() can lose UV-ness from source, causing
40725 numeric promotions/comparisons to fail to do the right thing
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
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
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
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
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
40769 fix for missed accounting for null byte in pack("Z",...) (from
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
40777 qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
40778 itself and no other (from Tom Hughes)
40780 use $ENV{LIB} to search for libs under Visual C compiler
40781 on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
40783 posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
40785 pod nit (from Simon Cozens)
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
40796 sync version numbers in File::Spec with the ones on CPAN
40797 (from Barrie Slaymaker)
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
40803 allow Configure -S to run non-interactively (spotted by Greg Hudson
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)
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>)
40814 numeric conversion of non-number in change#3378 tramples on
40815 OOK offset, causing segfaults
40817 attributes::reftype() doesn't work on tied argument
40819 forked child may not exit correctly if it failed to open
40820 /dev/console (from Graham Barr)
40822 add regular expressions tutorial and quick-start guide (from
40823 Mark Kvale <kvale@phy.ucsf.edu>)
40825 B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
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
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
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
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
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
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
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
40892 add testsuite for B backends, fix bug in B::Deparse (from
40893 Simon Cozens <simon@brecon.co.uk>)
40895 improved docs on the warn_uninit diagnostic (from David Glasser
40898 tolerate spaces in group names in test on solaris (from David Boyce
40901 fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
40903 Data::Dumper fumbles negative numbers on 32-bit platforms where
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
40914 avoid "will not stay shared" warnings for our variables (from
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
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
40929 patch from Larry to make (\&) prototype work; added tests for
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
40937 better diagnostics on failed tests (from Ilya Zakharevich)
40939 pod nits (from A. C. Yardley <yardley@tanet.net>)
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>)
40945 doubled words in pods (from Simon Cozens
40946 <simon.p.cozens@jp.pwcglobal.com>)
40948 better INSTALL notes on Solaris issues (from Dominic Dunlop)
40950 recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
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
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
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
40976 Flatten the cpp jungle doing the nosuid checking.
40978 Do not assume sign propagation. (from M.J.T. Guy)
40980 Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
40982 Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
40983 Now pp_ncmp() returns undef is either operand is a NaN.
40985 On second thoughts frexp() does have two arguments.
40987 Document that tr() is not tr(1).
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.
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
41006 typo in vars.pm that leads to cryptic message (from Piotr
41007 Piatkowski <kompas@kompas.usr.onet.pl>)
41009 make perldoc use the pod2man from the same version (from
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
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
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
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
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
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
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
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
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
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
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
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
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
41114 POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
41115 Branch: maint-5.6/perl
41117 ____________________________________________________________________________
41118 [ 7256] By: gsar on 2000/10/16 02:49:36
41119 Log: integrate change#5924 from mainline
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
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
41135 commentary about IoTYPE() (from Nathan Torkington)
41136 Branch: maint-5.6/perl
41138 ____________________________________________________________________________
41139 [ 7253] By: gsar on 2000/10/16 02:43:49
41140 Log: integrate change#5921 from mainline
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
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
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
41163 caller() wasn't returning the right number of elements for
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
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
41179 fix totally broken caching in UNIVERSAL::isa() (from
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
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
41198 mode argument to do_binmode() should be file mode, not boolean
41199 Branch: maint-5.6/perl
41201 ____________________________________________________________________________
41202 [ 7245] By: gsar on 2000/10/16 02:31:04
41203 Log: integrate change#5908 from mainline
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>
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
41227 ____________________________________________________________________________
41228 [ 7242] By: gsar on 2000/10/16 02:26:51
41229 Log: integrate changes#5905,5906,5907,6064 from mainline
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>
41241 ! pod/perlfaq7.pod pod/perlmod.pod
41242 ____________________________________________________________________________
41243 [ 7240] By: jhi on 2000/10/16 02:13:46
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>
41251 ! t/pragma/overload.t
41252 ____________________________________________________________________________
41253 [ 7239] By: jhi on 2000/10/16 01:41:18
41254 Log: One more ~utf8 tweak.
41257 ____________________________________________________________________________
41258 [ 7238] By: jhi on 2000/10/16 01:34:14
41259 Log: Tweak the test of #7235.
41262 ____________________________________________________________________________
41263 [ 7237] By: jhi on 2000/10/16 01:25:04
41264 Log: Fix a couple of compiler-noted nits in #7235.
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.
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.
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>
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.
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.
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.
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).
41307 ____________________________________________________________________________
41308 [ 7230] By: jhi on 2000/10/14 14:24:50
41309 Log: Needs to be conditional on SunOS 4.
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
41318 ! Configure myconfig.SH pod/perldelta.pod
41319 ____________________________________________________________________________
41320 [ 7229] By: jhi on 2000/10/14 00:49:22
41321 Log: Update Changes.
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>
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.
41337 ____________________________________________________________________________
41338 [ 7226] By: jhi on 2000/10/13 22:14:32
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>
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)
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]>
41358 ____________________________________________________________________________
41359 [ 7224] By: jhi on 2000/10/13 18:40:48
41360 Log: Allow @+ and @- to be doublequoted, from Simon Cozens.
41363 ____________________________________________________________________________
41364 [ 7223] By: jhi on 2000/10/13 18:37:13
41365 Log: Thinko in #7222.
41368 ____________________________________________________________________________
41369 [ 7222] By: jhi on 2000/10/13 18:05:23
41370 Log: Use UTF8SKIP(), from Simon Cozens.
41373 ____________________________________________________________________________
41374 [ 7221] By: jhi on 2000/10/13 15:43:19
41375 Log: (accidentally empty check-in)
41378 ____________________________________________________________________________
41379 [ 7220] By: jhi on 2000/10/13 15:23:51
41380 Log: Add (optimistically) Storable to static extensions.
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.
41388 ____________________________________________________________________________
41389 [ 7218] By: jhi on 2000/10/13 15:15:20
41390 Log: Slight tweak of the code to appease Amdahl UTS cc.
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,
41399 ____________________________________________________________________________
41400 [ 7216] By: jhi on 2000/10/13 11:58:25
41401 Log: Ilya implemented the memory profiling API.
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>
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>
41420 ____________________________________________________________________________
41421 [ 7213] By: jhi on 2000/10/13 02:31:47
41422 Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
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>
41433 ____________________________________________________________________________
41434 [ 7211] By: jhi on 2000/10/13 00:35:09
41435 Log: Update Changes.
41437 ! Changes patchlevel.h
41438 ____________________________________________________________________________
41439 [ 7210] By: jhi on 2000/10/12 23:59:40
41440 Log: The Install.pm third of
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
41447 ! lib/ExtUtils/Install.pm
41448 ____________________________________________________________________________
41449 [ 7209] By: jhi on 2000/10/12 23:58:43
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>
41457 The Install.pm changes will be submitted separately because
41458 they need some work and discussion still.
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>
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.
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>
41480 ____________________________________________________________________________
41481 [ 7206] By: jhi on 2000/10/12 23:34:55
41482 Log: Upgrade to CPAN 1.58, from Andreas König.
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
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
41500 ____________________________________________________________________________
41501 [ 7203] By: gsar on 2000/10/12 18:09:40
41502 Log: another test of the Emergency Broadcast System--back out
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.
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.
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.
41524 ____________________________________________________________________________
41525 [ 7199] By: jhi on 2000/10/11 00:26:04
41526 Log: Remove duplicated code.
41529 ____________________________________________________________________________
41530 [ 7198] By: jhi on 2000/10/10 23:30:46
41531 Log: (Retracted by #7200.)
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
41540 ____________________________________________________________________________
41541 [ 7196] By: jhi on 2000/10/10 21:40:49
41542 Log: Reapply Andy's patch and regen Configure.
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
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.
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>
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>
41573 ____________________________________________________________________________
41574 [ 7192] By: jhi on 2000/10/10 20:57:30
41575 Log: Add versiononly, delete installscripts, from Andy Dougherty.
41577 - U/installdirs/installscripts.U
41578 Branch: metaconfig/U/perl
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>
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>
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>
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>
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
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>
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>
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.
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.
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)
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.)
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
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
41668 ! win32/Makefile win32/makefile.mk
41669 ____________________________________________________________________________
41670 [ 7179] By: jhi on 2000/10/09 19:21:02
41671 Log: Update Changes.
41673 ! Changes patchlevel.h
41674 ____________________________________________________________________________
41675 [ 7178] By: jhi on 2000/10/09 19:18:23
41676 Log: Warn about unknown scripts.
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]>
41684 ____________________________________________________________________________
41685 [ 7177] By: jhi on 2000/10/09 19:13:27
41686 Log: Change #7160 had a nasty typo.
41688 ! U/compline/Compile.U
41690 ! Configure config_h.SH
41691 ____________________________________________________________________________
41692 [ 7176] By: gsar on 2000/10/09 18:59:33
41696 ____________________________________________________________________________
41697 [ 7175] By: gsar on 2000/10/09 18:54:28
41698 Log: Windows9x doesn't support link(), despite what Config.pm
41701 ! lib/ExtUtils/Manifest.pm
41702 ____________________________________________________________________________
41703 [ 7174] By: gsar on 2000/10/09 18:50:03
41704 Log: avoid nonportable example code
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
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\
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
41725 ____________________________________________________________________________
41726 [ 7170] By: jhi on 2000/10/09 17:53:59
41727 Log: Add a todo note about overloadable assertions.
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>
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
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
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
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;>
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.
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.
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.
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.
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>
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
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
41808 ! Configure config_h.SH
41809 ____________________________________________________________________________
41810 [ 7159] By: jhi on 2000/10/06 13:56:39
41811 Log: Update Changes.
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.
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
41824 ____________________________________________________________________________
41825 [ 7157] By: jhi on 2000/10/06 12:47:13
41826 Log: Also the $ccflags is needed for the C compiler check.
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
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.
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.
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>
41851 The original patch from andrew@ugh.net.au.
41853 ! ext/IO/lib/IO/Handle.pm
41854 ____________________________________________________________________________
41855 [ 7154] By: jhi on 2000/10/06 01:42:15
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.
41864 ____________________________________________________________________________
41865 [ 7152] By: jhi on 2000/10/06 00:38:11
41866 Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
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>
41876 Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
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.
41883 ! Changes patchlevel.h
41884 ____________________________________________________________________________
41885 [ 7149] By: jhi on 2000/10/05 00:20:01
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).
41898 ____________________________________________________________________________
41899 [ 7147] By: jhi on 2000/10/04 23:26:34
41900 Log: The one that got away from 7146.
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.
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
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>
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>
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>
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>
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
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>
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>
41964 Retract 7118 and 7135.
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
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>
41976 ! U/modified/myhostname.U
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>
41987 ____________________________________________________________________________
41988 [ 7137] By: jhi on 2000/10/03 20:10:05
41989 Log: One remaining nit less at the VMS mailbox sizing.
41992 ____________________________________________________________________________
41993 [ 7136] By: jhi on 2000/10/03 20:08:47
41994 Log: Test harness update to sync with the new perlcc,
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>
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>
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
42021 ____________________________________________________________________________
42022 [ 7132] By: jhi on 2000/10/03 11:20:37
42023 Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
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
42032 ! MANIFEST Makefile.SH
42033 ____________________________________________________________________________
42034 [ 7130] By: jhi on 2000/10/03 03:31:05
42035 Log: Update Changes.
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
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
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.
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.
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>
42073 Also fixes bug ID 20001002.005.
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>
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
42087 ____________________________________________________________________________
42088 [ 7123] By: jhi on 2000/10/03 00:30:07
42089 Log: Regen headers.
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.
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>
42105 ____________________________________________________________________________
42106 [ 7120] By: jhi on 2000/10/03 00:04:00
42107 Log: Inside require() $^S was always left undefined.
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>
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>
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>
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>
42138 Did not apply cleanly, manual intervention was needed.
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)
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>
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>
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>
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
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>
42176 The patch for 5.7.0+ had to be reengineered, though.
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>
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>
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>
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/
42208 ____________________________________________________________________________
42209 [ 7108] By: jhi on 2000/10/02 23:15:46
42210 Log: Retract #7091 as suggested in
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>
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.
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.
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.
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
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>
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>
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>
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>
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>
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>
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>
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>
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.
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
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
42362 ! ext/Encode/Encode.xs sv.c
42363 ____________________________________________________________________________
42364 [ 7094] By: jhi on 2000/09/15 03:23:32
42365 Log: Update Changes.
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.
42373 ____________________________________________________________________________
42374 [ 7092] By: jhi on 2000/09/15 00:15:48
42375 Log: Botched the #7090 check-in.
42378 ____________________________________________________________________________
42379 [ 7091] By: jhi on 2000/09/14 23:33:24
42380 Log: Part of #7081 didn't come through.
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>
42391 ____________________________________________________________________________
42392 [ 7089] By: jhi on 2000/09/14 23:11:21
42393 Log: Small portability tweaks.
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.
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>
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.
42414 ____________________________________________________________________________
42415 [ 7085] By: jhi on 2000/09/14 21:20:09
42416 Log: Replace #7084 with
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>
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
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>
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>
42443 ____________________________________________________________________________
42444 [ 7082] By: jhi on 2000/09/14 17:50:44
42445 Log: The one that got away.
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)
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.
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>
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>
42477 ____________________________________________________________________________
42478 [ 7078] By: jhi on 2000/09/14 14:58:20
42479 Log: Update Changes.
42481 ! Changes patchlevel.h
42482 ____________________________________________________________________________
42483 [ 7077] By: jhi on 2000/09/14 14:55:54
42484 Log: Compilation warnings and an error.
42487 ____________________________________________________________________________
42488 [ 7076] By: jhi on 2000/09/14 14:42:56
42489 Log: Fix for a parsing bug, not for the original bug.
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>
42497 ____________________________________________________________________________
42498 [ 7075] By: jhi on 2000/09/14 14:40:40
42499 Log: Batch of UTF-8 patches from Simon Cozens.
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
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>
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>
42520 ____________________________________________________________________________
42521 [ 7072] By: jhi on 2000/09/14 14:25:10
42522 Log: Hints optimization.
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>
42530 ____________________________________________________________________________
42531 [ 7071] By: jhi on 2000/09/14 14:23:30
42532 Log: Allow chop() and chomp() to be overridden.
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>
42540 ____________________________________________________________________________
42541 [ 7070] By: jhi on 2000/09/14 14:20:36
42542 Log: The return value of setlocale must be copied away.
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>
42550 ____________________________________________________________________________
42551 [ 7069] By: jhi on 2000/09/14 14:16:27
42552 Log: Remove vestiges of tr//CU.
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>
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>
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.
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.
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>
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
42588 ____________________________________________________________________________
42589 [ 7065] By: jhi on 2000/09/12 15:11:31
42590 Log: Update Changes.
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.
42598 ____________________________________________________________________________
42599 [ 7063] By: jhi on 2000/09/12 14:25:41
42600 Log: The #7054 truncated Configure badly.
42601 Branch: metaconfig/U/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>
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>
42621 ____________________________________________________________________________
42622 [ 7060] By: jhi on 2000/09/12 14:06:08
42623 Log: Break up the myconfig lines a bit.
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>
42631 ____________________________________________________________________________
42632 [ 7059] By: jhi on 2000/09/12 14:05:04
42633 Log: Test for the #7049.
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>
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>
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>
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>
42665 ____________________________________________________________________________
42666 [ 7055] By: jhi on 2000/09/12 13:56:32
42667 Log: Do in VMS as the #7054 does.
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
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>
42689 ____________________________________________________________________________
42690 [ 7052] By: jhi on 2000/09/11 23:01:50
42691 Log: Document the SvUTF8*().
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)
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
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
42710 ____________________________________________________________________________
42711 [ 7049] By: nick on 2000/09/11 09:57:33
42712 Log: Point fix for s/// on foreach (keys %xxx).
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.
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),
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.
42731 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
42732 ____________________________________________________________________________
42733 [ 7045] By: jhi on 2000/09/08 21:36:32
42734 Log: Update Changes.
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>
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>
42752 ! Makefile.SH installperl
42753 ____________________________________________________________________________
42754 [ 7042] By: jhi on 2000/09/08 21:23:21
42755 Log: Continue #7041.
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.
42762 ! U/modified/cc.U U/modified/libpth.U
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.
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>
42781 ____________________________________________________________________________
42782 [ 7039] By: jhi on 2000/09/08 14:19:49
42783 Log: Re-allow vec() for characters > 255.
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>
42790 ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
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>
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.
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>
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>
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>
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>
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>
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>
42850 ____________________________________________________________________________
42851 [ 7031] By: jhi on 2000/09/07 22:02:29
42852 Log: Fix the ccversion detection for 5.1 and beyond.
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>
42860 ____________________________________________________________________________
42861 [ 7030] By: jhi on 2000/09/07 19:12:28
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>
42869 and various related nits.
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.
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>
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>
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>
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.
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>
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().
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>
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>
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>
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>
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>
42949 ! pod/perlapi.pod utf8.c
42950 ____________________________________________________________________________
42951 [ 7020] By: jhi on 2000/09/07 16:14:57
42952 Log: Tiny perldelta nits.
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.
42960 ____________________________________________________________________________
42961 [ 7018] By: jhi on 2000/09/06 17:07:03
42962 Log: Update Unicode todo list.
42965 ____________________________________________________________________________
42966 [ 7017] By: jhi on 2000/09/05 21:16:01
42967 Log: Document the SvIOK_.*UV().
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
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.
42988 ____________________________________________________________________________
42989 [ 7014] By: jhi on 2000/09/02 17:35:45
42990 Log: Changes and patchlevel tweaks.
42992 ! Changes patchlevel.h
42993 ____________________________________________________________________________
42994 [ 7013] By: jhi on 2000/09/02 17:30:50
42995 Log: Update Changes.
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'.
43002 ! gv.c lib/overload.pm
43003 ____________________________________________________________________________
43004 [ 7011] By: jhi on 2000/09/02 17:16:25
43005 Log: Update perlhist.
43008 ____________________________________________________________________________
43009 [ 7010] By: jhi on 2000/09/02 17:01:35
43010 Log: perldelta nits.
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.
43019 ____________________________________________________________________________
43020 [ 7008] By: jhi on 2000/09/02 16:26:11
43021 Log: Retab MANIFEST.
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.
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.
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.
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
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.
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>
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.
43062 ____________________________________________________________________________
43063 [ 7002] By: jhi on 2000/09/01 23:08:54
43064 Log: Update Changes.
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>
43074 plus rework the http: spots as suggested by Tom Christiansen,
43075 plus regen perltoc.
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.
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
43089 ____________________________________________________________________________
43090 [ 6998] By: jhi on 2000/09/01 22:14:16
43091 Log: Mention the HP-UX LP64 freak failure.
43093 ! pod/perldelta.pod
43094 ____________________________________________________________________________
43095 [ 6997] By: jhi on 2000/09/01 21:48:32
43099 ____________________________________________________________________________
43100 [ 6996] By: jhi on 2000/09/01 21:27:10
43101 Log: Update Changes.
43103 ! Changes patchlevel.h
43104 ____________________________________________________________________________
43105 [ 6995] By: jhi on 2000/09/01 21:14:24
43106 Log: Mi splgn s gnin.g
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>
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.
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.
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>
43142 ____________________________________________________________________________
43143 [ 6990] By: jhi on 2000/09/01 20:25:26
43144 Log: Retract #6986.
43146 ! hints/solaris_2.sh
43147 ____________________________________________________________________________
43148 [ 6989] By: jhi on 2000/09/01 20:23:00
43149 Log: Mergesort is back.
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>
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.
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>
43173 ! hints/solaris_2.sh
43174 ____________________________________________________________________________
43175 [ 6985] By: jhi on 2000/09/01 18:28:10
43176 Log: Update Changes.
43178 ! Changes patchlevel.h
43179 ____________________________________________________________________________
43180 [ 6984] By: jhi on 2000/09/01 18:26:53
43181 Log: Feature ordering tweak.
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>
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
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
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>
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>
43229 ____________________________________________________________________________
43230 [ 6978] By: jhi on 2000/09/01 16:00:42
43231 Log: Update to PodParser 1.18, from Brad Appleton.
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>
43241 ! U/compline/ccflags.U
43243 ! Configure config_h.SH
43244 ____________________________________________________________________________
43245 [ 6976] By: jhi on 2000/09/01 14:39:52
43246 Log: Update Changes.
43248 ! Changes patchlevel.h
43249 ____________________________________________________________________________
43250 [ 6975] By: jhi on 2000/09/01 14:37:36
43251 Log: microperl config update.
43253 ! uconfig.h uconfig.sh
43254 ____________________________________________________________________________
43255 [ 6974] By: jhi on 2000/09/01 14:36:53
43256 Log: Document known deficiencies.
43258 ! pod/perldelta.pod
43259 ____________________________________________________________________________
43260 [ 6973] By: jhi on 2000/09/01 14:10:20
43261 Log: Mention warnings fixes and updates.
43263 ! pod/perldelta.pod
43264 ____________________________________________________________________________
43265 [ 6972] By: jhi on 2000/09/01 14:01:52
43266 Log: Drop unused argument.
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>
43274 ____________________________________________________________________________
43275 [ 6971] By: jhi on 2000/09/01 13:59:24
43276 Log: Add the overload warnings to perldiag.
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>
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>
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>
43302 ! pod/perlretut.pod
43303 ____________________________________________________________________________
43304 [ 6967] By: jhi on 2000/09/01 13:47:54
43305 Log: Part of the solution.
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>
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>
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>
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,
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>
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>
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
43349 ! pod/perldelta.pod pp_ctl.c
43350 ____________________________________________________________________________
43351 [ 6962] By: jhi on 2000/08/31 23:27:32
43352 Log: Update Changes.
43354 ! Changes patchlevel.h
43355 ____________________________________________________________________________
43356 [ 6961] By: jhi on 2000/08/31 23:20:04
43357 Log: Small tweaks all over.
43359 ! U/compline/d_gconvert.U
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.
43367 ____________________________________________________________________________
43368 [ 6959] By: jhi on 2000/08/31 21:26:44
43369 Log: More address tweaking.
43372 ____________________________________________________________________________
43373 [ 6958] By: jhi on 2000/08/31 20:47:25
43374 Log: AUTHORS tweaks, from Peter Prymmer.
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>
43382 ____________________________________________________________________________
43383 [ 6957] By: jhi on 2000/08/31 20:34:43
43384 Log: perldelta tweaks.
43386 ! pod/perldelta.pod
43387 ____________________________________________________________________________
43388 [ 6956] By: jhi on 2000/08/31 19:11:06
43389 Log: Regen perltoc.
43392 ____________________________________________________________________________
43393 [ 6955] By: jhi on 2000/08/31 19:06:30
43394 Log: Clarify the mergesort situation.
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.
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.
43409 ! U/compline/d_gconvert.U U/threads/archname.U
43410 Branch: metaconfig/U/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 .
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
43424 ____________________________________________________________________________
43425 [ 6951] By: jhi on 2000/08/31 17:02:05
43426 Log: Try to deduce NV_MAX. Really should be Configure fodder.
43429 ____________________________________________________________________________
43430 [ 6950] By: jhi on 2000/08/31 16:26:08
43431 Log: More author updates.
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>
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).
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>
43449 ! ext/POSIX/POSIX.xs
43450 ____________________________________________________________________________
43451 [ 6948] By: jhi on 2000/08/31 15:25:10
43452 Log: Update Changes.
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.
43459 ! pod/perlfunc.pod pod/perltie.pod
43460 ____________________________________________________________________________
43461 [ 6946] By: jhi on 2000/08/31 15:15:23
43462 Log: Document known failures.
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.
43469 ! U/threads/archname.U
43471 ! Configure config_h.SH
43472 ____________________________________________________________________________
43473 [ 6944] By: jhi on 2000/08/31 14:37:42
43474 Log: Wrap the test in eval.
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>
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.
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.
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>
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.
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>
43510 ____________________________________________________________________________
43511 [ 6939] By: jhi on 2000/08/31 13:34:33
43512 Log: Reveal Borland's isnan.
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>
43520 ____________________________________________________________________________
43521 [ 6938] By: jhi on 2000/08/31 05:01:20
43522 Log: Update Changes.
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
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.
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>
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.
43549 + lib/unicode/UCDFF301.html
43550 ____________________________________________________________________________
43551 [ 6933] By: jhi on 2000/08/30 23:42:27
43552 Log: Update Changes.
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.
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>
43568 ! pod/perldelta.pod
43569 ____________________________________________________________________________
43570 [ 6930] By: jhi on 2000/08/30 23:32:40
43571 Log: Update to Unicode 3.0.1.
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
43579 ____________________________________________________________________________
43580 [ 6929] By: jhi on 2000/08/30 22:38:18
43581 Log: Heap decorruption.
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>
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.
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
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.
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>
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>
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>
43633 ____________________________________________________________________________
43634 [ 6922] By: jhi on 2000/08/30 19:54:43
43635 Log: Better options for rsync.
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>
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>
43654 ____________________________________________________________________________
43655 [ 6919] By: jhi on 2000/08/30 14:52:02
43656 Log: Update Changes.
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.
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>
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.)
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>
43688 ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
43689 ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
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
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".
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.
43709 ! U/threads/archname.U
43710 Branch: metaconfig/U/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.
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.
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>
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>
43738 ____________________________________________________________________________
43739 [ 6908] By: jhi on 2000/08/30 00:58:05
43740 Log: Update Changes.
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
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
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>
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.
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>
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 :-)
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>
43784 ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
43786 ____________________________________________________________________________
43787 [ 6902] By: jhi on 2000/08/29 23:44:14
43788 Log: Retry what #6882 attempted.
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>
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>
43804 ____________________________________________________________________________
43805 [ 6900] By: jhi on 2000/08/29 22:58:35
43806 Log: Admit that we are leaking scalars.
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>
43813 ! t/pragma/warnings.t
43814 ____________________________________________________________________________
43815 [ 6899] By: jhi on 2000/08/29 20:53:13
43816 Log: Update Changes.
43818 ! Changes patchlevel.h
43819 ____________________________________________________________________________
43820 [ 6898] By: jhi on 2000/08/29 20:46:21
43821 Log: Undo namespace pollution of #6878.
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>
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>
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
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
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>
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
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>
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>
43878 ____________________________________________________________________________
43879 [ 6891] By: jhi on 2000/08/29 18:30:03
43880 Log: Nail the ID 20000828.023.
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.
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>
43893 ____________________________________________________________________________
43894 [ 6889] By: jhi on 2000/08/29 15:17:37
43895 Log: Update Changes.
43897 ! Changes patchlevel.h
43898 ____________________________________________________________________________
43899 [ 6888] By: jhi on 2000/08/29 14:49:59
43900 Log: Retract #6882, broke the safe tests.
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>
43911 ____________________________________________________________________________
43912 [ 6886] By: jhi on 2000/08/29 14:42:45
43913 Log: The #6881 removed one dump line.
43916 ____________________________________________________________________________
43917 [ 6885] By: jhi on 2000/08/29 14:30:47
43918 Log: Don't forget to tidy up.
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.
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.
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
43935 Date: 29 Aug 2000 10:35:06 -0000
43936 Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
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>
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>
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.
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
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.
43971 ! AUTHORS Changes MAINTAIN
43972 ____________________________________________________________________________
43973 [ 6876] By: jhi on 2000/08/29 12:53:54
43974 Log: Fix for thinko in #6848.
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>
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.
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
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>
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>
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>
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.*.
44023 ____________________________________________________________________________
44024 [ 6870] By: jhi on 2000/08/28 23:19:30
44025 Log: -S is the silent flag, -s is the strip flag.
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>
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>
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.
44047 ____________________________________________________________________________
44048 [ 6867] By: jhi on 2000/08/28 21:35:36
44049 Log: Update Changes.
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>
44060 ____________________________________________________________________________
44061 [ 6865] By: jhi on 2000/08/28 21:02:15
44062 Log: Add -ld to archname on long tr...double platforms.
44064 ! U/threads/archname.U
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
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>
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...)
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).
44087 ____________________________________________________________________________
44088 [ 6862] By: jhi on 2000/08/28 18:07:15
44089 Log: Typo in #6858.
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.
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>
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>
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>
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,
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>
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.
44136 ! Changes patchlevel.h
44137 ____________________________________________________________________________
44138 [ 6855] By: jhi on 2000/08/27 21:59:21
44139 Log: Retract #6853 (false alarm).
44141 ! lib/ExtUtils/xsubpp
44142 ____________________________________________________________________________
44143 [ 6854] By: jhi on 2000/08/27 21:37:44
44144 Log: Update Changes.
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>
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.
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.
44164 ! pod/perldelta.pod
44165 ____________________________________________________________________________
44166 [ 6850] By: jhi on 2000/08/27 16:11:46
44167 Log: Update Changes.
44169 ! Changes patchlevel.h
44170 ____________________________________________________________________________
44171 [ 6849] By: jhi on 2000/08/27 16:11:05
44172 Log: Provice virtual $Config{ccflags_nolargefiles} etc.
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.
44179 ! ext/Thread/Thread.xs
44180 ____________________________________________________________________________
44181 [ 6847] By: jhi on 2000/08/27 15:30:49
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.
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
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>
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.
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>
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>
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,
44232 ____________________________________________________________________________
44233 [ 6841] By: jhi on 2000/08/26 15:53:58
44234 Log: Update Changes.
44236 ! Changes patchlevel.h
44237 ____________________________________________________________________________
44238 [ 6840] By: jhi on 2000/08/26 14:23:03
44239 Log: grep -e isn't portable.
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>
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.
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>
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.
44263 ____________________________________________________________________________
44264 [ 6837] By: jhi on 2000/08/26 05:24:00
44267 ! ext/Storable/Storable.xs
44268 ____________________________________________________________________________
44269 [ 6836] By: jhi on 2000/08/26 05:05:46
44270 Log: Nicer in decimal.
44272 ! ext/Storable/Storable.xs
44273 ____________________________________________________________________________
44274 [ 6835] By: jhi on 2000/08/26 05:03:50
44275 Log: There be no UVdf.
44277 ! ext/Storable/Storable.xs
44278 ____________________________________________________________________________
44279 [ 6834] By: jhi on 2000/08/26 05:00:18
44280 Log: Continue IVdfing and UVxfing.
44282 ! ext/Storable/Storable.xs
44283 ____________________________________________________________________________
44284 [ 6833] By: jhi on 2000/08/26 04:53:14
44287 ! ext/Storable/Storable.xs
44288 ____________________________________________________________________________
44289 [ 6832] By: jhi on 2000/08/26 04:40:41
44290 Log: Document PTR2XX and INT2PTR.
44293 ____________________________________________________________________________
44294 [ 6831] By: jhi on 2000/08/26 04:33:18
44295 Log: Use UVxf, PTR2UV, NVff.
44297 ! ext/Storable/Storable.xs
44298 ____________________________________________________________________________
44299 [ 6830] By: jhi on 2000/08/26 04:31:32
44300 Log: Update the test count.
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>
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>
44319 ____________________________________________________________________________
44320 [ 6827] By: jhi on 2000/08/25 23:54:34
44321 Log: Support preserving extremely big/small angles.
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.
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>
44334 ____________________________________________________________________________
44335 [ 6825] By: jhi on 2000/08/25 22:58:25
44336 Log: Remove duplicately applied patch shards.
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>
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>
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>
44357 ____________________________________________________________________________
44358 [ 6823] By: jhi on 2000/08/25 22:44:17
44359 Log: Timestamp problem?
44361 ! uconfig.h uconfig.sh
44362 ____________________________________________________________________________
44363 [ 6822] By: jhi on 2000/08/25 19:01:06
44364 Log: One forgotten file from #6816.
44367 ____________________________________________________________________________
44368 [ 6821] By: jhi on 2000/08/25 18:56:39
44369 Log: Regen Changes.
44371 ! Changes patchlevel.h
44372 ____________________________________________________________________________
44373 [ 6820] By: jhi on 2000/08/25 18:52:35
44374 Log: Fix Changes ordering.
44377 ____________________________________________________________________________
44378 [ 6819] By: jhi on 2000/08/25 18:50:25
44379 Log: Update Changes.
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
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
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
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
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
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.
44423 ! ext/Storable/Storable.pm
44424 ____________________________________________________________________________
44425 [ 6814] By: jhi on 2000/08/25 17:16:03
44426 Log: Add install-silent target.
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>
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>
44442 ____________________________________________________________________________
44443 [ 6812] By: jhi on 2000/08/25 17:11:28
44444 Log: installperl --verbose and --silent.
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
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>
44459 (applied slightly modified)
44461 ! lib/ExtUtils/MM_Unix.pm
44462 ____________________________________________________________________________
44463 [ 6810] By: jhi on 2000/08/25 17:01:18
44464 Log: Missing parts of
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>
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>
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>
44488 ____________________________________________________________________________
44489 [ 6807] By: jhi on 2000/08/25 16:36:37
44490 Log: Better wording for the vec lvalue diagnostic.
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>
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>
44506 ____________________________________________________________________________
44507 [ 6805] By: jhi on 2000/08/24 15:00:31
44508 Log: Update Changes.
44510 ! Changes patchlevel.h
44511 ____________________________________________________________________________
44512 [ 6804] By: jhi on 2000/08/24 14:59:07
44513 Log: Regen perltoc.
44516 ____________________________________________________________________________
44517 [ 6803] By: jhi on 2000/08/24 14:44:39
44518 Log: Show the doc file, not the temp file.
44521 ____________________________________________________________________________
44522 [ 6802] By: jhi on 2000/08/24 14:41:53
44523 Log: Continue silencing.
44526 ____________________________________________________________________________
44527 [ 6801] By: jhi on 2000/08/24 14:34:40
44528 Log: Actually do something with the silencer option.
44531 ____________________________________________________________________________
44532 [ 6800] By: jhi on 2000/08/24 14:26:22
44533 Log: Make installman to recognize the silence flag -S.
44536 ____________________________________________________________________________
44537 [ 6799] By: jhi on 2000/08/24 13:49:38
44538 Log: DOS patches and portability/porting notes, from Tim Jenness.
44541 ____________________________________________________________________________
44542 [ 6798] By: jhi on 2000/08/24 13:48:27
44543 Log: Create directories in silence.
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>
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.
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>
44561 ____________________________________________________________________________
44562 [ 6796] By: jhi on 2000/08/24 13:44:36
44563 Log: Make "make install" by default silent. A new "install-verbose"
44567 ____________________________________________________________________________
44568 [ 6795] By: jhi on 2000/08/24 13:39:14
44569 Log: Add silencer flags to installperl.
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>
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.
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>
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.
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.
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.
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>
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>
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.
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>
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>
44639 ____________________________________________________________________________
44640 [ 6786] By: jhi on 2000/08/23 15:28:11
44643 ! ext/B/Makefile.PL
44644 ____________________________________________________________________________
44645 [ 6785] By: jhi on 2000/08/23 14:37:04
44646 Log: Update Changes.
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.
44653 ! ext/re/Makefile.PL
44654 ____________________________________________________________________________
44655 [ 6783] By: jhi on 2000/08/23 13:53:53
44656 Log: Storable support, v-version fixes.
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>
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.
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>
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.
44681 ! ext/B/Makefile.PL
44682 ____________________________________________________________________________
44683 [ 6779] By: jhi on 2000/08/22 19:44:47
44684 Log: Forgot portability nit.
44686 ! t/lib/st-forgive.t
44687 ____________________________________________________________________________
44688 [ 6778] By: jhi on 2000/08/22 19:35:25
44691 ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
44693 ____________________________________________________________________________
44694 [ 6777] By: jhi on 2000/08/22 18:50:53
44695 Log: Update Changes.
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.)
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
44713 ! Configure config_h.SH
44714 ____________________________________________________________________________
44715 [ 6774] By: jhi on 2000/08/22 17:19:42
44716 Log: perldelta nits.
44718 ! pod/perldelta.pod
44719 ____________________________________________________________________________
44720 [ 6773] By: jhi on 2000/08/22 17:06:26
44721 Log: Long double fixes from Spider Boardman.
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>
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.
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.
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>
44747 ____________________________________________________________________________
44748 [ 6769] By: jhi on 2000/08/22 14:30:02
44749 Log: Add Yitzchak, reformat.
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.
44757 ! U/compline/d_gconvert.U
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>
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>
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>
44784 ! ext/B/Makefile.PL
44785 ____________________________________________________________________________
44786 [ 6764] By: jhi on 2000/08/22 13:38:12
44787 Log: More bytecompiler.
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.
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.
44804 ! pod/perldelta.pod
44805 ____________________________________________________________________________
44806 [ 6761] By: jhi on 2000/08/21 23:01:45
44807 Log: The #6759 wasn't quite right.
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.
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>
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
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>
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>
44847 ! ext/Storable/Storable.xs
44848 ____________________________________________________________________________
44849 [ 6757] By: jhi on 2000/08/21 18:37:07
44850 Log: Update Changes.
44852 ! Changes patchlevel.h
44853 ____________________________________________________________________________
44854 [ 6756] By: jhi on 2000/08/21 18:34:02
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>
44863 ____________________________________________________________________________
44864 [ 6755] By: jhi on 2000/08/21 18:30:56
44865 Log: Use PodParser 1.18 new test.
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.
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.
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.
44884 ____________________________________________________________________________
44885 [ 6751] By: jhi on 2000/08/21 17:55:56
44886 Log: Tweak the floating point output routine preferences.
44888 ! U/compline/d_gconvert.U
44891 ____________________________________________________________________________
44892 [ 6750] By: jhi on 2000/08/21 17:51:29
44893 Log: Unicos/mk requires elaborate paranoia.
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
44901 ____________________________________________________________________________
44902 [ 6748] By: gsar on 2000/08/21 16:22:19
44903 Log: free TLS slot properly on Windows
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.
44913 ____________________________________________________________________________
44914 [ 6746] By: jhi on 2000/08/21 16:09:41
44915 Log: Support long doubles in Storable.
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>
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>
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.
44935 ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
44937 ____________________________________________________________________________
44938 [ 6743] By: jhi on 2000/08/21 14:47:05
44939 Log: perldelta fixes from the p5p crowd.
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.
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>
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>
44960 ____________________________________________________________________________
44961 [ 6740] By: jhi on 2000/08/21 13:28:52
44962 Log: Array context keeps slithering in.
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>
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.
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
44983 ____________________________________________________________________________
44984 [ 6737] By: gsar on 2000/08/21 05:35:41
44985 Log: add Storable to list of extensions on Windows
44987 ! win32/Makefile win32/makefile.mk
44988 ____________________________________________________________________________
44989 [ 6736] By: jhi on 2000/08/21 02:57:53
44990 Log: Update Changes.
44992 ! Changes patchlevel.h
44993 ____________________________________________________________________________
44994 [ 6735] By: jhi on 2000/08/21 02:57:20
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
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>
45008 plus changes to get Storable to compile with
45009 picky ANSI compilers.
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
45021 ____________________________________________________________________________
45022 [ 6733] By: jhi on 2000/08/21 02:29:09
45023 Log: The correct cleaning order is an art.
45026 ____________________________________________________________________________
45027 [ 6732] By: jhi on 2000/08/21 01:23:39
45028 Log: The #6724 is here.
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/
45035 ! pod/perl56delta.pod
45036 ____________________________________________________________________________
45037 [ 6730] By: jhi on 2000/08/20 23:07:34
45038 Log: Mention perlebcdic and perlposix-bc.
45041 ____________________________________________________________________________
45042 [ 6729] By: jhi on 2000/08/20 21:32:59
45043 Log: Document the number of exponent digits.
45046 ____________________________________________________________________________
45047 [ 6728] By: jhi on 2000/08/20 21:16:47
45048 Log: Use File::Spec->tmpdir().
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>
45054 Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
45057 ____________________________________________________________________________
45058 [ 6727] By: jhi on 2000/08/20 20:43:32
45059 Log: Update Changes.
45061 ! Changes patchlevel.h
45062 ____________________________________________________________________________
45063 [ 6726] By: jhi on 2000/08/20 20:41:44
45064 Log: The veryclean target needs to clobber.
45067 ____________________________________________________________________________
45068 [ 6725] By: jhi on 2000/08/20 20:37:38
45069 Log: Document odd vs even subreleases and -Dusedevel.
45072 ____________________________________________________________________________
45073 [ 6724] By: jhi on 2000/08/20 19:58:05
45074 Log: Use temporary directory instead of current directory.
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>
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>
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.
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>
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().
45108 ____________________________________________________________________________
45109 [ 6719] By: jhi on 2000/08/20 14:06:41
45110 Log: UTF8 concat fixes.
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>
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.
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]>
45131 ____________________________________________________________________________
45132 [ 6716] By: jhi on 2000/08/19 15:50:11
45133 Log: Update Changes.
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>
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.
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.
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>
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
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>
45182 ____________________________________________________________________________
45183 [ 6709] By: jhi on 2000/08/19 14:06:57
45184 Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
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>
45192 ____________________________________________________________________________
45193 [ 6708] By: jhi on 2000/08/18 22:04:49
45194 Log: Update Changes.
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.
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>
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().
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>
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>
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.
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>
45238 ____________________________________________________________________________
45239 [ 6703] By: jhi on 2000/08/18 21:07:06
45240 Log: Add [[:blank:]] as suggested in
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>
45247 (the [=cc=] has already been taken care of by #6439
45248 so the whole bug report can be closed)
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,
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.
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.
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>
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).
45283 ____________________________________________________________________________
45284 [ 6698] By: jhi on 2000/08/18 13:43:27
45285 Log: Update Changes.
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.
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>
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>
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>
45316 plus Mike Guy's nitfix.
45319 ____________________________________________________________________________
45320 [ 6693] By: jhi on 2000/08/18 13:00:26
45321 Log: Unbuffer the output.
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>
45329 ____________________________________________________________________________
45330 [ 6692] By: jhi on 2000/08/18 05:19:17
45331 Log: Delete the image, too, not just its MANIFEStation.
45333 - lib/CGI/eg/wilogo.gif
45334 ____________________________________________________________________________
45335 [ 6691] By: jhi on 2000/08/18 05:10:26
45336 Log: Propagate new Configure vars.
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.
45346 ! Changes patchlevel.h
45347 ____________________________________________________________________________
45348 [ 6689] By: jhi on 2000/08/18 04:12:30
45349 Log: Fix the lib/complex failure of
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>
45356 Linux long double accuracy issue: something that
45357 when printed with %g looks like "2" but int() of it is 1.
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.
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>
45373 ____________________________________________________________________________
45374 [ 6686] By: jhi on 2000/08/18 02:04:15
45375 Log: Use NVs in POSIX math, not doubles.
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>
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
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>
45393 (note: the lib/complex failure has not yet been addressed)
45394 Branch: metaconfig/U/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.
45404 ____________________________________________________________________________
45405 [ 6683] By: jhi on 2000/08/17 23:20:19
45406 Log: The image doth not exist, spotted by Johan Vromans.
45409 ____________________________________________________________________________
45410 [ 6682] By: jhi on 2000/08/17 22:38:16
45411 Log: Document what the backtick returns if the command fails.
45414 ____________________________________________________________________________
45415 [ 6681] By: jhi on 2000/08/17 22:33:12
45416 Log: Do not use prototyping here.
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>
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.
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>
45434 ! U/installdirs/inc_version_list.U
45436 ! Configure config_h.SH
45437 ____________________________________________________________________________
45438 [ 6679] By: jhi on 2000/08/17 19:16:39
45439 Log: Microperl config update.
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
45448 ____________________________________________________________________________
45449 [ 6677] By: jhi on 2000/08/17 14:46:35
45450 Log: Update Changes.
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.
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.
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)
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>
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>
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>
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>
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'.
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>
45508 ____________________________________________________________________________
45509 [ 6670] By: gsar on 2000/08/17 01:22:21
45510 Log: move WNOHANG definition to where other such things are
45513 ____________________________________________________________________________
45514 [ 6669] By: jhi on 2000/08/17 01:19:17
45515 Log: Update Changes.
45517 ! Changes patchlevel.h
45518 ____________________________________________________________________________
45519 [ 6668] By: jhi on 2000/08/17 01:16:29
45520 Log: Doc nits spotted by Richard Soderberg.
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>
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>
45539 ____________________________________________________________________________
45540 [ 6665] By: gsar on 2000/08/17 01:03:52
45541 Log: add "ok" targets from change#6632 in makefile.mk
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
45549 ____________________________________________________________________________
45550 [ 6663] By: jhi on 2000/08/17 00:51:49
45551 Log: Tweak the regex compilation errors once more.
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
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
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)
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.
45576 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
45577 ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
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
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
45590 ____________________________________________________________________________
45591 [ 6657] By: gsar on 2000/08/16 23:53:42
45592 Log: change#6328 could make close(SOCKET) return false on windows
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()
45603 wait() and waitpid() could potentially be rewritten to use
45604 more than one thread to do the waiting to eliminate this
45608 ____________________________________________________________________________
45609 [ 6655] By: jhi on 2000/08/16 14:11:05
45610 Log: Update Changes.
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.
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>
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.
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>
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>
45648 ____________________________________________________________________________
45649 [ 6650] By: jhi on 2000/08/16 13:18:13
45650 Log: Update to CPAN 1.57.
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>
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>
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.
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>
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.
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.
45685 ! Changes patchlevel.h
45686 ____________________________________________________________________________
45687 [ 6646] By: jhi on 2000/08/15 23:35:07
45688 Log: Fix a dependency problem.
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>
45695 ! vms/descrip_mms.template
45696 ____________________________________________________________________________
45697 [ 6645] By: jhi on 2000/08/15 23:33:23
45698 Log: (Retracted by #6660)
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
45707 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
45708 ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
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>
45718 ____________________________________________________________________________
45719 [ 6643] By: jhi on 2000/08/15 21:15:28
45720 Log: (an already applied patch)
45723 ____________________________________________________________________________
45724 [ 6642] By: gsar on 2000/08/15 19:54:05
45725 Log: magic callbacks all need to have same type signature
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
45735 Only the peek.t part applied, not the hash quality part.
45738 ____________________________________________________________________________
45739 [ 6640] By: jhi on 2000/08/15 16:37:37
45740 Log: Update Changes.
45743 ____________________________________________________________________________
45744 [ 6639] By: jhi on 2000/08/15 16:34:55
45745 Log: Missed a file from #6638.
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>
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>
45764 ____________________________________________________________________________
45765 [ 6636] By: jhi on 2000/08/15 15:30:58
45766 Log: Update Changes.
45769 ____________________________________________________________________________
45770 [ 6635] By: jhi on 2000/08/15 15:27:21
45771 Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
45773 ! U/mkglossary U/mksample
45774 Branch: metaconfig/U/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.
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]>
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>
45797 ____________________________________________________________________________
45798 [ 6632] By: jhi on 2000/08/15 13:58:48
45799 Log: make ok etc also for win32.
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>
45807 ____________________________________________________________________________
45808 [ 6631] By: jhi on 2000/08/15 13:45:03
45809 Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
45812 ____________________________________________________________________________
45813 [ 6630] By: jhi on 2000/08/15 03:25:09
45814 Log: Update Changes.
45817 ____________________________________________________________________________
45818 [ 6629] By: jhi on 2000/08/15 03:23:53
45819 Log: magic_regdatum_set() is void, not int.
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.
45829 ! U/modified/Instruct.U
45830 Branch: metaconfig/U/perl
45833 ! Configure patchlevel.h
45834 ____________________________________________________________________________
45835 [ 6627] By: jhi on 2000/08/14 22:32:52
45836 Log: README.os2 update.
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>
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>
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.
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>
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>
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>
45882 ____________________________________________________________________________
45883 [ 6621] By: jhi on 2000/08/14 15:23:05
45884 Log: Update 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>
45894 ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
45896 ____________________________________________________________________________
45897 [ 6619] By: jhi on 2000/08/14 14:12:08
45898 Log: Update Changes.
45901 ____________________________________________________________________________
45902 [ 6618] By: jhi on 2000/08/14 14:09:34
45903 Log: For now remove the mail code.
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.
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>
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>
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>
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.
45940 - vms/configure.com
45941 ! MANIFEST configure.com
45942 ____________________________________________________________________________
45943 [ 6612] By: jhi on 2000/08/13 22:13:35
45944 Log: Update Changes.
45947 ____________________________________________________________________________
45948 [ 6611] By: jhi on 2000/08/13 16:21:45
45949 Log: Upgrade to CGI 2.71, from Lincoln Stein.
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>
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.
45965 ____________________________________________________________________________
45966 [ 6608] By: jhi on 2000/08/13 05:34:20
45967 Log: Update 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.
45975 ____________________________________________________________________________
45976 [ 6606] By: jhi on 2000/08/13 05:20:16
45977 Log: Fix-n-skip the tests under 5005threads.
45980 ____________________________________________________________________________
45981 [ 6605] By: jhi on 2000/08/13 05:07:48
45982 Log: Fix the test for 5005threads.
45985 ____________________________________________________________________________
45986 [ 6604] By: jhi on 2000/08/13 03:35:37
45987 Log: Should have deleted this in #6603.
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.
45995 + vms/configure.com
45997 ____________________________________________________________________________
45998 [ 6602] By: jhi on 2000/08/11 13:00:01
45999 Log: PlainText.pm is dead.
46001 - lib/Pod/PlainText.pm
46003 ____________________________________________________________________________
46004 [ 6601] By: jhi on 2000/08/11 04:06:45
46005 Log: Update Changes.
46008 ____________________________________________________________________________
46009 [ 6600] By: jhi on 2000/08/11 04:06:10
46010 Log: Add a few missing files, update MANIFEST.
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.
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>
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
46031 ____________________________________________________________________________
46032 [ 6597] By: jhi on 2000/08/11 02:39:04
46033 Log: Tests for #6589.
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>
46041 ____________________________________________________________________________
46042 [ 6596] By: jhi on 2000/08/11 01:50:07
46043 Log: Update Changes.
46046 ____________________________________________________________________________
46047 [ 6595] By: jhi on 2000/08/11 01:47:16
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>
46058 (the Solaris version changes in Configure skipped)
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>
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>
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>
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.
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>
46095 ____________________________________________________________________________
46096 [ 6589] By: jhi on 2000/08/11 01:12:39
46097 Log: B::Deparse didn't do sub attributes.
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>
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>
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.
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>
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.
46127 ! ext/IO/lib/IO/Select.pm
46128 ____________________________________________________________________________
46129 [ 6585] By: jhi on 2000/08/11 00:13:54
46130 Log: Forgot contributor.
46133 ____________________________________________________________________________
46134 [ 6584] By: jhi on 2000/08/11 00:09:19
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.
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>
46148 ____________________________________________________________________________
46149 [ 6582] By: jhi on 2000/08/10 23:29:32
46150 Log: Update Changes.
46153 ____________________________________________________________________________
46154 [ 6581] By: jhi on 2000/08/10 23:26:16
46155 Log: Put back the std @INC thing.
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
46161 ____________________________________________________________________________
46162 [ 6580] By: jhi on 2000/08/10 23:03:34
46163 Log: Update to CGI 2.70, from Lincoln Stein.
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.
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.
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.
46192 ____________________________________________________________________________
46193 [ 6576] By: jhi on 2000/08/10 22:24:54
46194 Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
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.
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.
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.
46214 ____________________________________________________________________________
46215 [ 6572] By: jhi on 2000/08/10 20:33:43
46216 Log: It's the 2ndO'ROSSC.
46219 ____________________________________________________________________________
46220 [ 6571] By: jhi on 2000/08/10 15:55:48
46224 ____________________________________________________________________________
46225 [ 6570] By: jhi on 2000/08/10 14:11:17
46226 Log: An exceptionally sticky typo.
46229 ____________________________________________________________________________
46230 [ 6569] By: jhi on 2000/08/10 14:09:33
46231 Log: detypo (and test Changes updating script)
46234 ____________________________________________________________________________
46235 [ 6568] By: jhi on 2000/08/10 14:07:07
46236 Log: Update 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>
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>
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>
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>
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.
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
46281 ! t/op/readdir.t util.c
46282 ____________________________________________________________________________
46283 [ 6561] By: jhi on 2000/08/09 23:35:42
46284 Log: Update 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>
46294 (plus two small patches sent privately)
46295 (this still seems to leave few test failures)
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)
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>
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.
46315 ____________________________________________________________________________
46316 [ 6557] By: jhi on 2000/08/08 19:34:28
46317 Log: Double check that we have a dirhandle.
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.
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
46356 ____________________________________________________________________________
46357 [ 6555] By: jhi on 2000/08/08 18:51:08
46358 Log: Delete chat2 as requested by Randal.
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>
46367 ____________________________________________________________________________
46368 [ 6554] By: jhi on 2000/08/08 18:31:35
46369 Log: Regen 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.
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
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.
46401 ____________________________________________________________________________
46402 [ 6550] By: jhi on 2000/08/08 17:43:08
46403 Log: Accidental retraction of #6549.
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>
46414 ____________________________________________________________________________
46415 [ 6548] By: jhi on 2000/08/08 17:37:57
46416 Log: Document here-doc better.
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>
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>
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>
46439 plus Capitalize the error messages, plus perldiag them.
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.
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>
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.
46457 ____________________________________________________________________________
46458 [ 6543] By: jhi on 2000/08/07 19:49:53
46459 Log: use warnings instead of $^W.
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.
46467 ____________________________________________________________________________
46468 [ 6541] By: jhi on 2000/08/07 17:29:51
46469 Log: Tiny tidying on report_evil_fh().
46472 ____________________________________________________________________________
46473 [ 6540] By: jhi on 2000/08/07 16:37:38
46474 Log: Make regular expression parse error messages easier to understand.
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>
46482 ____________________________________________________________________________
46483 [ 6539] By: jhi on 2000/08/07 16:12:27
46484 Log: Make bless(REF, REF) a fatal error, add bless tests.
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>
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>
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.
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.
46514 ____________________________________________________________________________
46515 [ 6535] By: jhi on 2000/08/07 14:45:14
46516 Log: tr memory corruption fix from Simon Cozens.
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.
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
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>
46537 ____________________________________________________________________________
46538 [ 6532] By: jhi on 2000/08/06 03:45:41
46539 Log: Have symbols for the IoTYPEs.
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.
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.
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>
46563 ____________________________________________________________________________
46564 [ 6529] By: jhi on 2000/08/05 18:57:28
46565 Log: Zap lib/Sys directory when cleaning up.
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.
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>
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
46588 ! Configure config_h.SH
46589 ____________________________________________________________________________
46590 [ 6525] By: jhi on 2000/08/04 20:23:12
46591 Log: Weed buglets pointed out by
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
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.
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>
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>
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>
46627 ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.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>
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.
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().
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>
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>
46665 Fix by Stephen Potter (visible in the bug db but not in p5p?)
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.
46673 ____________________________________________________________________________
46674 [ 6515] By: jhi on 2000/08/04 01:25:50
46675 Log: mention the idea of @( and @)
46678 ____________________________________________________________________________
46679 [ 6514] By: bailey on 2000/08/04 01:18:46
46680 Log: YA resync with mainstem, including VMS patches from others
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>
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>
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>
46708 ! U/modified/Cppsym.U
46710 ! Configure config_h.SH
46711 ____________________________________________________________________________
46712 [ 6510] By: jhi on 2000/08/04 00:25:28
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]>
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>
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>
46740 ____________________________________________________________________________
46741 [ 6506] By: jhi on 2000/08/03 15:49:14
46742 Log: Disable the fix_pl hack for now.
46745 ____________________________________________________________________________
46746 [ 6505] By: jhi on 2000/08/03 13:49:04
46747 Log: Add a URL for FSF.
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>
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.
46761 ____________________________________________________________________________
46762 [ 6503] By: jhi on 2000/08/03 13:07:05
46763 Log: Circumvent the removal of .patch by fix_pl.
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>
46771 ____________________________________________________________________________
46772 [ 6502] By: jhi on 2000/08/03 00:14:34
46773 Log: Add the missing setproctitle unit.
46774 Branch: metaconfig/U/perl
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).
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
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>
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'.
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>
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.
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
46814 ____________________________________________________________________________
46815 [ 6496] By: jhi on 2000/08/02 22:08:51
46816 Log: Document the IVdf UVuf UVof UVxf.
46819 ____________________________________________________________________________
46820 [ 6495] By: jhi on 2000/08/02 21:54:26
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.
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>
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>
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.
46848 ____________________________________________________________________________
46849 [ 6491] By: jhi on 2000/08/02 13:34:36
46850 Log: The tr utf8 patching continues.
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>
46857 (the logic of the test was the wrong way round in the patch)
46860 ____________________________________________________________________________
46861 [ 6490] By: jhi on 2000/08/02 13:27:38
46862 Log: The name of a filehandle does not have <these>.
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.
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>
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.
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.
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
46894 ____________________________________________________________________________
46895 [ 6486] By: jhi on 2000/08/02 02:41:57
46896 Log: regen_headers, regen perltoc.
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)
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>
46911 ! MANIFEST Makefile.SH
46912 ____________________________________________________________________________
46913 [ 6484] By: jhi on 2000/08/02 01:32:54
46914 Log: FreeBSD 3.* updates from
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>
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.
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
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
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>
46946 was missing, the code change went in as #5989
46947 (which had a different test?)
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>
46958 ____________________________________________________________________________
46959 [ 6480] By: jhi on 2000/08/01 18:05:28
46960 Log: Make p4desc to skip non-mainperl branches by default.
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
46969 ! Configure config_h.SH
46970 ____________________________________________________________________________
46971 [ 6478] By: jhi on 2000/08/01 15:54:08
46972 Log: BOM patching from Simon Cozens.
46975 ____________________________________________________________________________
46976 [ 6477] By: jhi on 2000/08/01 04:50:33
46977 Log: Stash away the largefiles flags and libswanted.
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
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.
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>
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.
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
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>
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>
47020 Slightly reformatted and WNOHANG # define moved to win32.h
47021 so that also POSIX.xs sees it, as suggsted by Sarathy.
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
47031 (aka ID 20000730.002)
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.
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>
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?
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.
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>
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.
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.
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
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>
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.
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>
47101 (with a memory leak fixed, plus a few casts added)
47103 This also seems to help for
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>
47110 (from Andreas König)
47113 ____________________________________________________________________________
47114 [ 6463] By: jhi on 2000/07/29 00:55:39
47115 Log: Tune the comments and hopefully stop a memory leak.
47118 ____________________________________________________________________________
47119 [ 6462] By: jhi on 2000/07/29 00:16:53
47120 Log: The problem described in this
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>
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.)
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
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.
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
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}.
47158 ! U/modified/Oldconfig.U
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)
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.
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>
47179 ! U/modified/Myinit.U
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.
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>
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
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>
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>
47215 based on an earlier patch from Stephen P. Potter.
47217 (Removed later by change #6458 because this patch was for
47218 perl 5.6.0, not perl-current)
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>
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.
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.
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>
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>
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>
47263 ____________________________________________________________________________
47264 [ 6448] By: jhi on 2000/07/26 18:20:30
47265 Log: open() wariness in perlbug.
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
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.
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>.
47283 ____________________________________________________________________________
47284 [ 6445] By: jhi on 2000/07/26 17:53:31
47285 Log: Fix *foo{FORMAT}.
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>
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>
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.
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.
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.
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>
47321 (with notes from tchrist and gbarr)
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>
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:
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>
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>
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>
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>
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
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>
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>
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 .
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>
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>
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.
47408 ! lib/File/Spec/VMS.pm
47409 ____________________________________________________________________________
47410 [ 6432] By: jhi on 2000/07/24 17:44:44
47411 Log: Test cases for #6431.
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>
47418 ! t/op/pat.t t/op/split.t
47419 ____________________________________________________________________________
47420 [ 6431] By: jhi on 2000/07/24 17:43:17
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>
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
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.
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>
47451 ____________________________________________________________________________
47452 [ 6428] By: jhi on 2000/07/24 02:58:52
47453 Log: Documentation to explain the behaviour of map().
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>
47461 ____________________________________________________________________________
47462 [ 6427] By: jhi on 2000/07/24 02:50:03
47464 [ID 19991110.003] another matching finding by pcre author
47465 which has already been fixed by some patch, as verified in
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>
47473 ____________________________________________________________________________
47474 [ 6426] By: jhi on 2000/07/24 02:11:20
47475 Log: A missing 'break' after the [[:space:]] switch case.
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>
47483 ____________________________________________________________________________
47484 [ 6425] By: jhi on 2000/07/24 02:06:12
47485 Log: The output might have been produced in the wrong order.
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>
47493 ____________________________________________________________________________
47494 [ 6424] By: jhi on 2000/07/24 02:00:07
47495 Log: Use STDOUT consistently.
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>
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".
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>
47514 ____________________________________________________________________________
47515 [ 6422] By: jhi on 2000/07/24 01:35:47
47516 Log: Out-of-date note removed.
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>
47524 ____________________________________________________________________________
47525 [ 6421] By: jhi on 2000/07/24 00:09:18
47526 Log: Send all installperl messages to STDERR and be -w clean.
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>
47534 ____________________________________________________________________________
47535 [ 6420] By: jhi on 2000/07/24 00:04:19
47536 Log: Decutandpasto.
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>
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>
47553 ____________________________________________________________________________
47554 [ 6418] By: jhi on 2000/07/23 23:48:56
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>
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>
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.
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).
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>
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>
47594 ____________________________________________________________________________
47595 [ 6414] By: jhi on 2000/07/15 03:13:41
47596 Log: another VMS build tweak from Peter Prymmer
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.
47604 ____________________________________________________________________________
47605 [ 6412] By: jhi on 2000/07/15 00:31:05
47606 Log: More docs for sv functions.
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>
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>
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>
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>
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.
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>
47641 Didn't anymore apply, but that point still could use another fix.
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
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.
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.
47664 ____________________________________________________________________________
47665 [ 6406] By: jhi on 2000/07/14 14:13:22
47666 Log: Merge perlhacktut into perlhack, update perlguts.
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>
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>
47678 ! pod/perlguts.pod pod/perlhack.pod
47679 ____________________________________________________________________________
47680 [ 6405] By: jhi on 2000/07/14 14:02:31
47681 Log: Integrate with Sarathy.
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
47691 ____________________________________________________________________________
47692 [ 6403] By: gsar on 2000/07/14 11:23:41
47693 Log: inconsistent types needs casts
47696 ____________________________________________________________________________
47697 [ 6402] By: gsar on 2000/07/14 11:12:04
47698 Log: typos in change#6399, regen headers
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
47706 ____________________________________________________________________________
47707 [ 6400] By: gsar on 2000/07/14 10:49:37
47708 Log: integrate cfgperl contents into mainline
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)
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)
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)
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)
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.
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>
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.
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
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.
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
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
47771 ! vms/subconfigure.com
47772 ____________________________________________________________________________
47773 [ 6390] By: jhi on 2000/07/13 13:20:12
47774 Log: Integrate with Sarathy.
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.
47785 ! Configure config_h.SH
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)
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
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)
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>)
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
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
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
47824 !> Changes pod/perldelta.pod
47825 ____________________________________________________________________________
47826 [ 6381] By: gsar on 2000/07/12 07:42:17
47827 Log: integrate cfgperl changes into mainline
47830 !> Configure config_h.SH pod/perlbook.pod pod/perldelta.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
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
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.
47848 ! Configure config_h.SH
47850 ! U/modified/Oldconfig.U U/modified/cc.U
47851 Branch: metaconfig/U/perl
47853 ____________________________________________________________________________
47854 [ 6377] By: jhi on 2000/07/12 02:49:22
47855 Log: Fix nits noticed by Boston.pm.
47858 ____________________________________________________________________________
47859 [ 6376] By: jhi on 2000/07/11 21:22:13
47860 Log: Configure cosmetics and perldelta.
47862 ! Configure config_h.SH pod/perldelta.pod
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)
47869 ! t/op/sprintf.t win32/Makefile win32/makefile.mk
47871 ____________________________________________________________________________
47872 [ 6374] By: gsar on 2000/07/11 20:48:50
47873 Log: tweak for build failure under multiplicity
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)
47881 +> ext/DynaLoader/hints/netbsd.pl
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,
47890 ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
47892 ____________________________________________________________________________
47893 [ 6371] By: jhi on 2000/07/11 20:08:56
47894 Log: Minor cleanups on the booklist.
47897 ____________________________________________________________________________
47898 [ 6370] By: jhi on 2000/07/11 19:31:13
47899 Log: mjd's tr patches "broke" tr/z-Z/z-Z/
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
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
47914 ____________________________________________________________________________
47915 [ 6367] By: gsar on 2000/07/11 19:17:21
47916 Log: integrate cfgperl changes#6288..6290 into mainline
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
47923 !> (integrate 30 files)
47924 ____________________________________________________________________________
47925 [ 6365] By: gsar on 2000/07/11 18:57:00
47926 Log: delete new accidentally branched file
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
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
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
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
47960 ____________________________________________________________________________
47961 [ 6360] By: gsar on 2000/07/11 18:34:56
47962 Log: integrate cfgperl change#6250 into mainline
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
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
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
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>
47989 ____________________________________________________________________________
47990 [ 6356] By: jhi on 2000/07/11 18:12:51
47991 Log: Typo in #6341.
47994 ____________________________________________________________________________
47995 [ 6355] By: gsar on 2000/07/11 18:12:10
47996 Log: integrate cfgperl changes#6231..6240 into mainline
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]>
48007 Replaces change #6268.
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)
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
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
48030 ____________________________________________________________________________
48031 [ 6350] By: gsar on 2000/07/11 17:48:28
48032 Log: integrate cfgperl changes#6220..6222 into mainline
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
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.
48049 ____________________________________________________________________________
48050 [ 6347] By: gsar on 2000/07/11 17:42:04
48051 Log: integrate cfgperl change#6217 into mainline
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
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
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
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)
48081 +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
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>
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
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
48178 ____________________________________________________________________________
48179 [ 6332] By: jhi on 2000/07/11 12:40:17
48180 Log: Integrate with Sarathy.
48182 !> win32/win32sck.c
48183 ____________________________________________________________________________
48184 [ 6331] By: jhi on 2000/07/10 20:14:16
48185 Log: Sprinkle ldlibpath.
48188 ____________________________________________________________________________
48189 [ 6330] By: jhi on 2000/07/10 17:54:49
48190 Log: More POSIX.pod tweaks.
48192 ! ext/POSIX/POSIX.pod
48193 ____________________________________________________________________________
48194 [ 6329] By: jhi on 2000/07/10 14:02:12
48195 Log: Reorder perl.pod once more.
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
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)
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.
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.
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]).
48229 ____________________________________________________________________________
48230 [ 6323] By: jhi on 2000/07/06 16:03:55
48231 Log: Fix complaints of buildtoc.
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.)
48241 ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
48243 ____________________________________________________________________________
48244 [ 6321] By: jhi on 2000/07/06 03:16:04
48245 Log: Config is being used.
48248 ____________________________________________________________________________
48249 [ 6320] By: jhi on 2000/07/06 03:13:13
48250 Log: Integrate with Sarathy.
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.
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
48271 ____________________________________________________________________________
48272 [ 6317] By: gsar on 2000/07/05 22:08:19
48273 Log: winsock cleanup never done on Windows (leads to handle leaks)
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
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.
48288 ____________________________________________________________________________
48289 [ 6314] By: gsar on 2000/07/04 23:34:02
48290 Log: tyop in change#6306
48293 ____________________________________________________________________________
48294 [ 6313] By: jhi on 2000/07/04 22:14:38
48295 Log: Multiline string literals ENONPORTABLE.
48298 ____________________________________________________________________________
48299 [ 6312] By: jhi on 2000/07/04 20:34:44
48300 Log: Integrate with Sarathy.
48302 !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
48304 ____________________________________________________________________________
48305 [ 6311] By: jhi on 2000/07/04 20:30:56
48306 Log: More POSIX.pod embellishment.
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)
48314 ____________________________________________________________________________
48315 [ 6309] By: jhi on 2000/07/04 17:22:18
48316 Log: The #6308 required a little bit more.
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.
48325 ! MANIFEST Makefile.SH
48326 ____________________________________________________________________________
48327 [ 6307] By: jhi on 2000/07/04 16:28:58
48328 Log: Win32 patches for cfgperl from Sarathy.
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>)
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.
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
48353 ____________________________________________________________________________
48354 [ 6303] By: gsar on 2000/07/04 16:14:44
48355 Log: remove rel2abs prototypes (from Barrie Slaymaker)
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
48363 ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
48365 ____________________________________________________________________________
48366 [ 6301] By: jhi on 2000/07/04 04:50:07
48367 Log: Integrate with Sarathy.
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
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
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!)
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)
48395 ____________________________________________________________________________
48396 [ 6296] By: jhi on 2000/06/30 18:28:37
48397 Log: Elaborate POSIX.pod. Still needs work.
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.
48405 ____________________________________________________________________________
48406 [ 6294] By: gsar on 2000/06/30 14:47:45
48407 Log: slurp mode fix in change#4736 still not quite right
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.
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>
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
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.
48433 !> vms/vms.c vms/vmsish.h
48434 ____________________________________________________________________________
48435 [ 6289] By: jhi on 2000/06/30 02:21:02
48436 Log: Check VERSIONs.
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.
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
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)
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
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>
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>
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>
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>
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]
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)
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>
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>
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>
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>
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>
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)
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)
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>
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.
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]>
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>
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
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
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>
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
48639 ____________________________________________________________________________
48640 [ 6263] By: jhi on 2000/06/29 13:47:44
48641 Log: tr fixes from Simon Cozens
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>
48651 ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
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>
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>
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.
48675 ____________________________________________________________________________
48676 [ 6258] By: jhi on 2000/06/28 15:54:30
48677 Log: linenumber tweak
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)
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
48694 ____________________________________________________________________________
48695 [ 6255] By: jhi on 2000/06/28 15:33:45
48696 Log: small thinko tweaks
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>
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>
48717 ____________________________________________________________________________
48718 [ 6252] By: jhi on 2000/06/28 15:01:38
48719 Log: Document #6249 and #6251.
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>
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>
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>
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>
48755 ____________________________________________________________________________
48756 [ 6247] By: jhi on 2000/06/27 12:46:37
48757 Log: Tweak $VERSION, patch from Doug MacEachern.
48760 ____________________________________________________________________________
48761 [ 6246] By: jhi on 2000/06/27 03:34:46
48762 Log: Allow for standalone testing.
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>
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>
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>
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
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>
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>
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>
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)
48826 ! Configure Todo-5.6 config_h.SH
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
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>
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.
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.
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>
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.
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>
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>
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>
48896 plus update pod/Makefile and regenerate perltoc
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>
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.
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>
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>
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>
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>
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>
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>
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>
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>
48982 ____________________________________________________________________________
48983 [ 6222] By: jhi on 2000/06/23 13:25:54
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>
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>
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.
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.
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.
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.
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
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 @_
49031 ____________________________________________________________________________
49032 [ 6215] By: gsar on 2000/06/08 14:33:04
49033 Log: tweak comment about @DB::args
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())
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)
49047 ! hints/solaris_2.sh
49048 ____________________________________________________________________________
49049 [ 6212] By: jhi on 2000/06/07 03:10:36
49050 Log: Continuing mopup for #6204.
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.
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.
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>
49078 ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
49080 ____________________________________________________________________________
49081 [ 6208] By: jhi on 2000/06/07 01:05:23
49082 Log: Regen headers for #6207.
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>
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]>
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)
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)
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>
49143 ____________________________________________________________________________
49144 [ 6202] By: jhi on 2000/06/06 19:38:35
49145 Log: Integrate with Sarathy.
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)
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>
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>
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>
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>
49198 ____________________________________________________________________________
49199 [ 6196] By: jhi on 2000/06/03 14:38:09
49200 Log: Integrate with Sarathy.
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
49205 ____________________________________________________________________________
49206 [ 6195] By: gsar on 2000/06/02 22:43:13
49207 Log: fix yet another eval"" leak under USE_ITHREADS
49210 ____________________________________________________________________________
49211 [ 6194] By: gsar on 2000/06/02 18:22:06
49212 Log: fix small eval"" memory leaks under USE_ITHREADS
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
49217 ____________________________________________________________________________
49218 [ 6193] By: jhi on 2000/06/01 13:03:56
49219 Log: Signals-be-gone for microperl.
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.
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
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
49244 ____________________________________________________________________________
49245 [ 6189] By: gsar on 2000/06/01 09:05:34
49246 Log: counting tr/// corrupts later operation (from M.J.T Guy)
49249 ____________________________________________________________________________
49250 [ 6188] By: gsar on 2000/06/01 08:58:39
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>)
49260 ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
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>)
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
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
49281 ____________________________________________________________________________
49282 [ 6183] By: gsar on 2000/06/01 07:41:02
49283 Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
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.
49293 ____________________________________________________________________________
49294 [ 6181] By: jhi on 2000/06/01 00:32:09
49295 Log: Integrate with Sarathy.
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.
49303 ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
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)
49310 ! pp.c t/op/arith.t
49311 ____________________________________________________________________________
49312 [ 6178] By: jhi on 2000/05/31 21:52:41
49316 ____________________________________________________________________________
49317 [ 6177] By: jhi on 2000/05/31 21:47:33
49318 Log: Substitution utf8 patch from Simon Cozens.
49321 ____________________________________________________________________________
49322 [ 6176] By: jhi on 2000/05/31 21:45:34
49323 Log: Single-quoted utf8 patch from Simon Cozens.
49326 ____________________________________________________________________________
49327 [ 6175] By: jhi on 2000/05/31 21:40:18
49328 Log: Integrate with Sarathy.
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.
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
49341 + U/modified/Config_h.U
49342 ____________________________________________________________________________
49343 [ 6173] By: jhi on 2000/05/31 20:00:24
49344 Log: metaconfig maintenance.
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)
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)
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>)
49368 ____________________________________________________________________________
49369 [ 6169] By: gsar on 2000/05/31 04:29:49
49370 Log: integrate cfgperl contents into mainline
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.
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
49386 ____________________________________________________________________________
49387 [ 6167] By: jhi on 2000/05/30 22:20:21
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.
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
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.
49411 ____________________________________________________________________________
49412 [ 6164] By: jhi on 2000/05/30 18:30:16
49415 ! Configure config_h.SH
49416 Branch: metaconfig/U/perl
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)
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
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.
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.
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.
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
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.
49463 ! U/modified/Getfile.U
49464 ____________________________________________________________________________
49465 [ 6156] By: jhi on 2000/05/29 03:01:38
49466 Log: Integrate with Sarathy.
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
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
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>)
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)
49492 ____________________________________________________________________________
49493 [ 6151] By: gsar on 2000/05/28 20:50:28
49494 Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
49497 ____________________________________________________________________________
49498 [ 6150] By: gsar on 2000/05/28 20:39:58
49499 Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
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
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>)
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)
49521 ! vms/subconfigure.com
49522 ____________________________________________________________________________
49523 [ 6146] By: gsar on 2000/05/28 20:06:15
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>)
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>)
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>)
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
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>)
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>
49563 ____________________________________________________________________________
49564 [ 6140] By: jhi on 2000/05/28 14:11:57
49565 Log: Integrate with Sarathy.
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>)
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>)
49619 ____________________________________________________________________________
49620 [ 6137] By: gsar on 2000/05/28 08:46:10
49621 Log: fix bogus redeclaration warning for "our" variables in different
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>)
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>)
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>)
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
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)
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)
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
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>)
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>)
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)
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)
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
49694 ____________________________________________________________________________
49695 [ 6124] By: gsar on 2000/05/28 05:07:28
49696 Log: integrate vmsperl contents into mainline
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
49701 ____________________________________________________________________________
49702 [ 6123] By: gsar on 2000/05/28 05:03:53
49703 Log: clarify gotcha with #line directives (from Rocco Caputo
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)
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
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)
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)
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)
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)
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.)
49743 ____________________________________________________________________________
49744 [ 6116] By: bailey on 2000/05/25 03:11:15
49745 Log: Miscellaneous cosmetic fixes (Charles Lane)
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)
49753 ____________________________________________________________________________
49754 [ 6114] By: bailey on 2000/05/25 02:25:34
49755 Log: Urk -- undo previous removal of vmsish 'exit' change
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
49763 ____________________________________________________________________________
49764 [ 6112] By: bailey on 2000/05/24 02:19:55
49765 Log: Check for existence of file before trying to delete
49768 ____________________________________________________________________________
49769 [ 6111] By: bailey on 2000/05/23 23:35:13
49770 Log: Resync with mainline prior to post-5.6.0 updates
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
49781 ____________________________________________________________________________
49782 [ 6109] By: jhi on 2000/05/18 17:38:54
49783 Log: Integrate with Sarathy.
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
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.
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.
49802 p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de>
49804 ! hints/solaris_2.sh
49805 ____________________________________________________________________________
49806 [ 6105] By: jhi on 2000/05/11 14:37:43
49807 Log: Integrate with Sarathy.
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
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.
49822 ____________________________________________________________________________
49823 [ 6102] By: jhi on 2000/05/09 16:47:27
49824 Log: The test suite tweak in #6101 wasn't quite right.
49827 ____________________________________________________________________________
49828 [ 6101] By: jhi on 2000/05/09 15:35:34
49829 Log: Hints and test tweaks for Unicos.
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.
49837 ____________________________________________________________________________
49838 [ 6099] By: jhi on 2000/05/08 19:21:18
49839 Log: Tweaks for the cc bugs from Allen Smith.
49842 ____________________________________________________________________________
49843 [ 6098] By: jhi on 2000/05/08 19:13:37
49844 Log: Add a note about other, yet unsupported, shadow password APIs.
49847 ____________________________________________________________________________
49848 [ 6097] By: jhi on 2000/05/08 18:46:34
49849 Log: Add a note about possible compilation problems from Allen Smith.
49852 ____________________________________________________________________________
49853 [ 6096] By: jhi on 2000/05/08 17:33:10
49854 Log: Integrate with Sarathy.
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.
49863 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
49866 ! U/installdirs/inc_version_list.U
49867 Branch: metaconfig/U/perl
49869 ____________________________________________________________________________
49870 [ 6094] By: gsar on 2000/05/08 14:22:22
49871 Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
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>)
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.
49886 ____________________________________________________________________________
49887 [ 6091] By: jhi on 2000/05/07 22:24:16
49888 Log: Integrate with Sarathy.
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
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
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.
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
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.
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
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
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
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
49952 ____________________________________________________________________________
49953 [ 6081] By: gsar on 2000/05/07 04:17:04
49954 Log: better default perlbug categories for ok reports (from Richard Foley)
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>)
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)
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
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
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
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.
49996 ____________________________________________________________________________
49997 [ 6074] By: jhi on 2000/05/05 18:49:20
49998 Log: Introduce t/lib/peek.t.
50002 ____________________________________________________________________________
50003 [ 6073] By: jhi on 2000/05/05 14:30:45
50004 Log: Complex tweaks.
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.
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>)
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)
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>)
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()
50038 ____________________________________________________________________________
50039 [ 6067] By: gsar on 2000/05/05 01:33:09
50040 Log: replace direct call to sighandler() with (*PL_sighandlerp)()
50043 ____________________________________________________________________________
50044 [ 6066] By: gsar on 2000/05/05 01:23:43
50048 ____________________________________________________________________________
50049 [ 6065] By: jhi on 2000/05/04 17:30:22
50050 Log: Integrate with Sarathy.
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
50059 ____________________________________________________________________________
50060 [ 6063] By: gsar on 2000/05/04 16:52:29
50061 Log: tokeq() could read unallocated field in argument
50064 ____________________________________________________________________________
50065 [ 6062] By: gsar on 2000/05/04 16:34:51
50066 Log: additional tests for 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"
50074 ____________________________________________________________________________
50075 [ 6060] By: jhi on 2000/05/04 15:30:16
50076 Log: Integrate with Sarathy.
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.
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>)
50092 ____________________________________________________________________________
50093 [ 6057] By: gsar on 2000/05/03 18:34:01
50094 Log: fix broken parsing of /\x{ab}/
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.
50101 ! lib/Math/Complex.pm
50102 ____________________________________________________________________________
50103 [ 6055] By: jhi on 2000/05/03 17:45:30
50107 ____________________________________________________________________________
50108 [ 6054] By: jhi on 2000/05/02 22:28:27
50109 Log: Be more forgiving in POSIX about HUGE_VALL.
50111 ! ext/POSIX/POSIX.xs
50112 ____________________________________________________________________________
50113 [ 6053] By: jhi on 2000/05/02 22:25:05
50114 Log: Integrate with Sarathy.
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.
50122 ____________________________________________________________________________
50123 [ 6051] By: jhi on 2000/05/02 22:21:26
50124 Log: Complex tweakery.
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().
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.
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>)
50143 ____________________________________________________________________________
50144 [ 6047] By: jhi on 2000/05/02 17:41:24
50145 Log: Call getspnam() only iff needd.
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>)
50154 ____________________________________________________________________________
50155 [ 6045] By: jhi on 2000/05/02 13:57:17
50156 Log: Integrate with Sarathy.
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
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>)
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>)
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
50183 ____________________________________________________________________________
50184 [ 6040] By: gsar on 2000/05/02 01:51:57
50185 Log: missing files in MANIFEST
50188 ____________________________________________________________________________
50189 [ 6039] By: jhi on 2000/05/02 00:36:46
50190 Log: Infinite problems.
50192 ! lib/Math/Complex.pm
50193 ____________________________________________________________________________
50194 [ 6038] By: jhi on 2000/05/02 00:06:38
50195 Log: pwent/spent #ifdef imbalance.
50198 ____________________________________________________________________________
50199 [ 6037] By: jhi on 2000/05/01 22:50:11
50200 Log: Use HUGE_VALL if applicable.
50202 ! ext/POSIX/POSIX.xs util.c
50203 ____________________________________________________________________________
50204 [ 6036] By: jhi on 2000/05/01 22:20:53
50205 Log: Correct Freudian slip.
50208 ____________________________________________________________________________
50209 [ 6035] By: jhi on 2000/05/01 21:07:38
50210 Log: Continue on the pwent/spent case.
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.
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.
50230 ____________________________________________________________________________
50231 [ 6032] By: gsar on 2000/05/01 15:56:32
50232 Log: whitespace adjustments
50235 ____________________________________________________________________________
50236 [ 6031] By: gsar on 2000/05/01 15:19:41
50237 Log: small nits in diagnostics.pm (from Robin Barker)
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)
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)
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
50260 ____________________________________________________________________________
50261 [ 6027] By: gsar on 2000/05/01 06:31:36
50262 Log: podlators-1.02 update (from Russ Allbery)
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.
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
50279 TODO: IsSpace is defined recursively!
50281 (both spotted by Larry)
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)
50291 ____________________________________________________________________________
50292 [ 6023] By: gsar on 2000/04/30 17:14:43
50293 Log: debugger stomps on $. (from M.J.T. Guy)
50296 ____________________________________________________________________________
50297 [ 6022] By: gsar on 2000/04/30 16:59:22
50298 Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
50301 ____________________________________________________________________________
50302 [ 6021] By: gsar on 2000/04/29 21:00:08
50303 Log: remove Win2K issue in pod (fixed by change#6020)
50305 ! README.win32 pod/perl56delta.pod
50306 ____________________________________________________________________________
50307 [ 6020] By: gsar on 2000/04/29 20:51:49
50311 ____________________________________________________________________________
50312 [ 6019] By: gsar on 2000/04/29 20:34:27
50313 Log: windows portability tweaks
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
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.
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.
50333 ____________________________________________________________________________
50334 [ 6015] By: gsar on 2000/04/28 22:35:49
50335 Log: tweak test for portability
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
50343 ____________________________________________________________________________
50344 [ 6013] By: gsar on 2000/04/28 21:25:22
50345 Log: tweak change#5945 to display correct switch name in diagnostic
50347 ! perl.c pod/perldiag.pod
50348 ____________________________________________________________________________
50349 [ 6012] By: jhi on 2000/04/28 21:08:12
50350 Log: Integrate with Sarathy.
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.
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)
50366 ____________________________________________________________________________
50367 [ 6009] By: gsar on 2000/04/28 21:00:00
50368 Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
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>)
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)
50380 ! pod/perl56delta.pod pod/perlmod.pod
50381 ____________________________________________________________________________
50382 [ 6006] By: jhi on 2000/04/28 20:42:14
50383 Log: Regen Configure.
50385 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
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)
50392 ____________________________________________________________________________
50393 [ 6004] By: jhi on 2000/04/28 20:28:21
50394 Log: Integrate with Sarathy.
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>)
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
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)
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)
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]>
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.
50436 ! lib/Math/Complex.pm
50437 ____________________________________________________________________________
50438 [ 5997] By: jhi on 2000/04/28 13:14:04
50441 ! lib/Math/Complex.pm
50442 ____________________________________________________________________________
50443 [ 5996] By: jhi on 2000/04/28 12:59:23
50444 Log: Integrate with Sarathy.
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)
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
50459 ____________________________________________________________________________
50460 [ 5993] By: gsar on 2000/04/28 09:30:05
50461 Log: various minor tweaks seen on p5p
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)
50469 ____________________________________________________________________________
50470 [ 5991] By: gsar on 2000/04/28 09:06:36
50471 Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
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>)
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)
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>)
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>)
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>)
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)
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
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
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>)
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)
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
50541 ! U/modified/Options.U
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
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)
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)
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)
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)
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
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)
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.
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.
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
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)
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
50620 ____________________________________________________________________________
50621 [ 5967] By: gsar on 2000/04/27 17:41:22
50622 Log: improved docs on the warn_uninit diagnostic (from David Glasser
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>)
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
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)
50644 ____________________________________________________________________________
50645 [ 5963] By: gsar on 2000/04/27 06:28:31
50646 Log: patch from Larry to make (\&) prototype work; added tests for
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)
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)
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)
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>)
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>)
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>)
50687 ____________________________________________________________________________
50688 [ 5956] By: gsar on 2000/04/27 04:51:47
50689 Log: better diagnostics on failed tests (from Ilya Zakharevich)
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
50700 ____________________________________________________________________________
50701 [ 5954] By: gsar on 2000/04/26 23:42:12
50702 Log: integrate cfgperl contents into mainline
50704 !> (integrate 30 files)
50705 ____________________________________________________________________________
50706 [ 5953] By: jhi on 2000/04/26 23:06:42
50707 Log: Integrate with Sarathy.
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.
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.
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
50738 ____________________________________________________________________________
50739 [ 5949] By: gsar on 2000/04/25 18:41:11
50740 Log: make perldoc use the pod2man from the same version (from
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>)
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)
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).
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)
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.
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.
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
50786 ____________________________________________________________________________
50787 [ 5942] By: jhi on 2000/04/24 19:45:17
50788 Log: Regen Configure to match #5937.
50790 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
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.
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.
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>
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)
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)
50822 ! ext/B/B/Deparse.pm
50823 ____________________________________________________________________________
50824 [ 5937] By: jhi on 2000/04/24 17:39:00
50825 Log: Integrate with Sarathy.
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)
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>
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()
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.
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)
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)
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)
50872 ! config_h.SH makedepend.SH
50873 ____________________________________________________________________________
50874 [ 5929] By: gsar on 2000/04/24 08:55:25
50878 ____________________________________________________________________________
50879 [ 5928] By: gsar on 2000/04/24 08:50:13
50880 Log: revert change#5923 ("breaks" t/lib/io_poll.t)
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)
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)
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>)
50901 ____________________________________________________________________________
50902 [ 5924] By: gsar on 2000/04/24 08:08:59
50903 Log: avoid using uninitialized memory in require version check
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>)
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)
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
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
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)
50932 ! U/installdirs/inc_version_list.U
50935 ____________________________________________________________________________
50936 [ 5918] By: gsar on 2000/04/24 06:16:11
50937 Log: VMS nits in glob() test (from Charles Lane)
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)
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>)
50958 ! t/lib/glob-basic.t
50959 ____________________________________________________________________________
50960 [ 5915] By: gsar on 2000/04/24 05:07:01
50961 Log: supported platforms mixed up
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
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)
50976 ____________________________________________________________________________
50977 [ 5912] By: gsar on 2000/04/24 04:17:15
50978 Log: fix totally broken caching in UNIVERSAL::isa() (from
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>)
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
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
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
51019 TODO: the C<package;> hack needs similar treatment
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.
51029 ____________________________________________________________________________
51030 [ 5906] By: jhi on 2000/03/31 18:54:37
51031 Log: Typo in #5905.
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.
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
51046 + Changes pod/perldelta.pod
51047 ____________________________________________________________________________
51048 [ 5903] By: gsar on 2000/03/28 02:03:55
51049 Log: rename Changes and perldelta.pod
51051 +> Changes5.6 pod/perl56delta.pod
51052 - Changes pod/perldelta.pod
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.
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 :-)