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.1 Development release working toward v5.8
34 ____________________________________________________________________________
35 [ 8840] By: jhi on 2001/02/19 00:23:41
36 Log: Subject: [patch] add sv_setref_uv
37 From: Doug MacEachern <dougm@covalent.net>
38 Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
39 Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
41 ! embed.h embed.pl global.sym objXSUB.h perlapi.c
42 ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
43 ____________________________________________________________________________
44 [ 8839] By: jhi on 2001/02/19 00:01:38
45 Log: Put to rest the 20010205.001, the email address checking (not) regex.
48 ____________________________________________________________________________
49 [ 8838] By: jhi on 2001/02/18 22:17:54
50 Log: Subject: [patch] xsubpp: make sv_setref_* targetable
51 From: Doug MacEachern <dougm@covalent.net>
52 Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
53 Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
56 ____________________________________________________________________________
57 [ 8837] By: jhi on 2001/02/18 22:16:50
58 Log: Subject: [patch] -Wall cleanup round 2
59 From: Doug MacEachern <dougm@covalent.net>
60 Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
61 Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
63 ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
64 ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
65 ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
66 ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
67 ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
68 ! ext/SDBM_File/SDBM_File.xs
69 ____________________________________________________________________________
70 [ 8836] By: jhi on 2001/02/18 22:11:20
71 Log: Misapplied regex optimizations when \C is present.
74 What still remains broken is that the submatches that
75 have \C in them get their UTF8 flag on because their
76 parent SV has it on. This will result in malformed
77 UTF8 if a \C happened to match a non-ASCII byte.
79 ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
81 ____________________________________________________________________________
82 [ 8835] By: jhi on 2001/02/18 20:12:02
83 Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
85 The hash key got wrongly UTF8fied.
87 ! pod/perlapi.pod toke.c utf8.c
88 ____________________________________________________________________________
89 [ 8834] By: jhi on 2001/02/18 19:44:25
90 Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
91 don't warn on magical or overloaded things.
94 ____________________________________________________________________________
95 [ 8833] By: nick on 2001/02/18 19:31:22
96 Log: Integrate mainline
98 +> t/TestInit.pm t/run/runenv.t
100 !> MANIFEST Makefile.SH ext/Storable/ChangeLog
101 !> ext/Storable/Storable.pm ext/Storable/Storable.xs
102 !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
103 !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
104 !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
105 !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
107 ____________________________________________________________________________
108 [ 8832] By: jhi on 2001/02/18 19:21:18
109 Log: Integrate perlio.
111 !> perlio.c pod/perldiag.pod
112 ____________________________________________________________________________
113 [ 8831] By: jhi on 2001/02/18 19:14:20
114 Log: Integrate change #8827 from mainline.
117 Branch: maint-5.6/perl
119 ____________________________________________________________________________
120 [ 8830] By: nick on 2001/02/18 19:10:34
121 Log: Apply the spirit of patch from Nick Clark:
122 Subject: [PATCH] Re: extensions that provide layers
123 From: Nicholas Clark <nick@ccl4.org>
124 Date: Mon, 12 Feb 2001 16:43:51 +0000
125 Message-Id: <20010212164350.Q3652@plum.flirble.org>
127 ! perlio.c pod/perldiag.pod
128 ____________________________________________________________________________
129 [ 8829] By: jhi on 2001/02/18 19:03:25
130 Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN preamble on tests.
131 From: schwern@pobox.com
132 Date: Sun, 18 Feb 2001 13:44:35 -0500
133 Message-ID: <20010218134435.A17544@magnonel.guild.net>
135 Applied, but as t/TestInit.pm.
138 ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
140 ____________________________________________________________________________
141 [ 8828] By: jhi on 2001/02/18 18:43:52
142 Log: Integrate perlio.
145 ____________________________________________________________________________
146 [ 8827] By: jhi on 2001/02/18 18:41:33
150 ____________________________________________________________________________
151 [ 8826] By: nick on 2001/02/18 17:40:59
152 Log: Fix [ID 20010217.002]
153 open FOO, "<:raw:perlio", ...
154 :raw now inserts default base layer below itself.
156 open FOO, "<:unix", ...
157 works as well - but leaves buffer layer on stack under the unix layer.
160 ____________________________________________________________________________
161 [ 8825] By: jhi on 2001/02/18 17:15:39
162 Log: Integrate perlio.
164 !> perlio.c perliol.h
165 ____________________________________________________________________________
166 [ 8824] By: jhi on 2001/02/18 17:10:53
167 Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
168 From: schwern@pobox.com
169 Date: Sun, 18 Feb 2001 01:48:50 -0500
170 Message-ID: <20010218014850.C19957@magnonel.guild.net>
172 ! lib/Test/Harness.pm t/TEST t/op/chop.t
173 ____________________________________________________________________________
174 [ 8823] By: jhi on 2001/02/18 17:01:06
175 Log: Add run/*.t to testables.
178 ____________________________________________________________________________
179 [ 8822] By: jhi on 2001/02/18 16:58:58
180 Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
181 From: schwern@pobox.com
182 Date: Sun, 18 Feb 2001 01:11:35 -0500
183 Message-ID: <20010218011135.A19957@magnonel.guild.net>
185 Revive mjd's and Simon's PERL5OPT fix.
189 ____________________________________________________________________________
190 [ 8821] By: jhi on 2001/02/18 16:53:46
191 Log: Subject: Re: Why t/TEST and not Test::Harness?
192 From: schwern@pobox.com
193 Date: Sat, 17 Feb 2001 22:44:44 -0500
194 Message-ID: <20010217224444.A6679@magnonel.guild.net>
196 Replace UTEST with TEST -utf8.
199 ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
201 ____________________________________________________________________________
202 [ 8820] By: nick on 2001/02/18 13:06:16
203 Log: Clean up a few core dumps when layers are used in unexpected ways.
204 (Still not "right"...)
207 ____________________________________________________________________________
208 [ 8819] By: jhi on 2001/02/18 02:25:55
209 Log: Integrate change #8818 from maintperl, a FAQ nit.
212 ____________________________________________________________________________
213 [ 8818] By: jhi on 2001/02/18 02:24:50
214 Log: FAQ nit from Chris Fedde.
215 Branch: maint-5.6/perl
217 ____________________________________________________________________________
218 [ 8817] By: nick on 2001/02/17 18:20:14
219 Log: Integrate mainline
221 +> lib/unicode/UCD.html lib/unicode/Unicode.html
222 +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
224 - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
225 - lib/unicode/Unicode.301
226 !> (integrate 324 files)
227 ____________________________________________________________________________
228 [ 8816] By: jhi on 2001/02/17 16:56:58
229 Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
231 ! ext/Storable/ChangeLog ext/Storable/Storable.pm
232 ! ext/Storable/Storable.xs t/lib/st-06compat.t
233 ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
234 ____________________________________________________________________________
235 [ 8815] By: jhi on 2001/02/17 16:40:07
236 Log: Subject: [patch] -Wall
237 From: Doug MacEachern <dougm@covalent.net>
238 Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
239 Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
241 ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
242 ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
243 ____________________________________________________________________________
244 [ 8814] By: jhi on 2001/02/16 19:27:18
245 Log: Document qu better.
248 ____________________________________________________________________________
249 [ 8813] By: jhi on 2001/02/15 13:54:37
250 Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
251 From: Hugo <hv@crypt.compulink.co.uk>
252 Date: Thu, 15 Feb 2001 13:39:49 +0000
253 Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
256 ____________________________________________________________________________
257 [ 8812] By: alanbur on 2001/02/15 13:52:16
258 Log: Resynchronised with parent
259 Branch: maint-5.6/pureperl
261 !> (integrate 36 files)
262 ____________________________________________________________________________
263 [ 8811] By: jhi on 2001/02/15 13:51:16
264 Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
266 Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
267 From: Jan Dubois <JanD@ActiveState.com>
268 Date: Wed, 31 Jan 2001 21:17:03 -0800
269 Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
271 tweak change#8659 to keep it simple
273 Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
274 From: Russ Allbery <rra@stanford.edu>
275 Date: 14 Feb 2001 10:15:41 -0800
276 Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
278 Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
279 From: Peter Prymmer <pvhp@forte.com>
280 Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
281 Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
282 Upgrade to podlators 1.08, from Russ Allbery.
284 !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
286 ____________________________________________________________________________
287 [ 8810] By: jhi on 2001/02/15 13:35:08
288 Log: Upgrade to podlators 1.08, from Russ Allbery.
289 Branch: maint-5.6/perl
290 ! lib/Pod/Man.pm lib/Pod/Text.pm
291 ____________________________________________________________________________
292 [ 8809] By: jhi on 2001/02/15 13:26:38
293 Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
294 From: Peter Prymmer <pvhp@forte.com>
295 Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
296 Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
297 Branch: maint-5.6/perl
298 ! lib/Test/Harness.pm
299 ____________________________________________________________________________
300 [ 8808] By: jhi on 2001/02/15 13:23:47
301 Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
302 From: Russ Allbery <rra@stanford.edu>
303 Date: 14 Feb 2001 10:15:41 -0800
304 Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
306 perldoc was hardcoding $Config{installscript}, which breaks
307 when install* isn't where Perl ends up (such as with AFS).
309 Use $Config{scriptdir} instead.
310 Branch: maint-5.6/perl
312 ____________________________________________________________________________
313 [ 8807] By: jhi on 2001/02/14 14:37:27
316 ! Changes patchlevel.h
317 ____________________________________________________________________________
318 [ 8806] By: jhi on 2001/02/14 14:25:31
319 Log: Integrate changes #8803,8804,8805 from mainline.
321 Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
323 Don't skip too much of the locale error message if no environ array,
326 More MacOS Classic fixes from Chris Nandor.
327 Branch: maint-5.6/perl
328 !> doop.c lib/Cwd.pm perl.c perl.h util.c
329 ____________________________________________________________________________
330 [ 8805] By: jhi on 2001/02/14 03:29:01
331 Log: More MacOS Classic fixes from Chris Nandor.
334 ____________________________________________________________________________
335 [ 8804] By: jhi on 2001/02/14 03:18:35
336 Log: Don't skip too much of the locale error message if no environ array,
340 ____________________________________________________________________________
341 [ 8803] By: jhi on 2001/02/14 03:14:14
342 Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
345 ____________________________________________________________________________
346 [ 8802] By: jhi on 2001/02/13 18:31:33
350 ____________________________________________________________________________
351 [ 8801] By: jhi on 2001/02/13 17:55:19
352 Log: Integrate change #8792 from mainline.
354 Subject: buncha MacPerl patches for bleadperl
355 From: Chris Nandor <pudge@pobox.com>
356 Date: Tue, 13 Feb 2001 00:02:43 -0500
357 Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
358 Branch: maint-5.6/perl
359 !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
360 !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
361 !> t/lib/basename.t toke.c util.h
362 ____________________________________________________________________________
363 [ 8800] By: jhi on 2001/02/13 17:46:43
364 Log: When doing that Fpos_t used in PerlIO_getpos proto needs
365 to be forced to Off_t.
367 Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
369 Date: Thu, 1 Feb 2001 12:01:04 +0000
370 Message-Id: <20010201120103.E11401@plum.flirble.org>
371 Branch: maint-5.6/perl
372 ! iperlsys.h perlio.c
373 ____________________________________________________________________________
374 [ 8799] By: jhi on 2001/02/13 16:52:51
375 Log: Duplex duplex hunk hunk.
376 Branch: maint-5.6/perl
378 ____________________________________________________________________________
379 [ 8797] By: jhi on 2001/02/13 14:52:04
380 Log: Subject: [PATCH perl@8773] integral ok lines for VMS
381 From: "Craig A. Berry" <craigberry@mac.com>
382 Date: Mon, 12 Feb 2001 11:05:25 -0600
383 Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
385 ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
386 ____________________________________________________________________________
387 [ 8796] By: jhi on 2001/02/13 14:36:47
388 Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
389 From: simon.cozens@pembroke.oxford.ac.uk
390 Date: Sat, 10 Feb 2001 17:57:02 +0000
391 Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
396 ____________________________________________________________________________
397 [ 8795] By: jhi on 2001/02/13 14:30:11
398 Log: Sort the MANIFEST.
401 ____________________________________________________________________________
402 [ 8794] By: jhi on 2001/02/13 14:26:51
403 Log: Integrate change #8793 from mainline, FAQ updates.
404 Branch: maint-5.6/perl
405 !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
406 ____________________________________________________________________________
407 [ 8793] By: jhi on 2001/02/13 14:25:13
408 Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
410 ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
411 ____________________________________________________________________________
412 [ 8792] By: jhi on 2001/02/13 14:22:50
413 Log: Subject: buncha MacPerl patches for bleadperl
414 From: Chris Nandor <pudge@pobox.com>
415 Date: Tue, 13 Feb 2001 00:02:43 -0500
416 Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
418 ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
419 ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
420 ! t/lib/basename.t toke.c util.h
421 ____________________________________________________________________________
422 [ 8791] By: jhi on 2001/02/13 14:10:39
423 Log: Integrate change #8790 from mainline.
425 environ array wrongly assumed in Perl_init_i18nl10n(),
426 Branch: maint-5.6/perl
428 ____________________________________________________________________________
429 [ 8790] By: jhi on 2001/02/13 14:06:15
430 Log: environ array wrongly assumed in Perl_init_i18nl10n(),
431 noticed by Chris Nandor in MacOS Classic.
434 ____________________________________________________________________________
435 [ 8789] By: jhi on 2001/02/13 13:58:07
436 Log: Integrate changes #8373,8487,8544,8783 from mainline.
438 Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
439 hints files, the dynaloading, assimilate ebcdic into util.c.
440 Branch: maint-5.6/perl
442 ! MANIFEST hints/posix-bc.sh
443 !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
444 !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
445 !> perlapi.c proto.h util.c
446 ____________________________________________________________________________
447 [ 8788] By: alanbur on 2001/02/13 10:33:13
448 Log: Integrated changes from maint-5.6
449 Branch: maint-5.6/pureperl
450 !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
451 !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
452 !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
453 !> vos/config.ga.h vos/configure_perl.cm
454 ____________________________________________________________________________
455 [ 8787] By: jhi on 2001/02/13 05:56:36
456 Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
459 ____________________________________________________________________________
460 [ 8786] By: jhi on 2001/02/13 05:54:34
461 Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
462 From: Dorner Thomas <Thomas.Dorner@start.de>
463 Date: Mon, 12 Feb 2001 15:06:26 +0100
464 Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
465 Branch: maint-5.6/perl
467 ____________________________________________________________________________
468 [ 8785] By: jhi on 2001/02/13 05:29:04
469 Log: Integrate change #8781 from maintperl, OpenBSD hints update.
472 ____________________________________________________________________________
473 [ 8784] By: jhi on 2001/02/13 02:25:24
474 Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
475 From: Peter Prymmer <pvhp@forte.com>
476 Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
477 Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
480 ____________________________________________________________________________
481 [ 8783] By: jhi on 2001/02/13 02:22:36
482 Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
485 ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
486 ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
488 ____________________________________________________________________________
489 [ 8782] By: jhi on 2001/02/13 02:00:07
490 Log: Add OpenBSD to the list of 5.6.1-okay platforms.
491 Branch: maint-5.6/perl
493 ____________________________________________________________________________
494 [ 8781] By: jhi on 2001/02/13 01:58:44
495 Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
496 Branch: maint-5.6/perl
498 ____________________________________________________________________________
499 [ 8780] By: jhi on 2001/02/13 01:57:33
500 Log: Synchronize the regexp tests between maintperl and mainline.
501 Branch: maint-5.6/perl
503 ____________________________________________________________________________
504 [ 8779] By: jhi on 2001/02/13 01:49:35
505 Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/
506 From: Hugo <hv@crypt.compulink.co.uk>
507 Date: Tue, 13 Feb 2001 00:11:11 +0000
508 Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
510 ! regcomp.c t/op/re_tests
511 ____________________________________________________________________________
512 [ 8778] By: jhi on 2001/02/13 00:23:10
513 Log: Comments do not nest.
516 ____________________________________________________________________________
517 [ 8777] By: jhi on 2001/02/13 00:17:54
518 Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/
519 From: Hugo <hv@crypt.compulink.co.uk>
520 Date: Tue, 13 Feb 2001 00:11:11 +0000
521 Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
522 Branch: maint-5.6/perl
523 ! regcomp.c t/op/re_tests
524 ____________________________________________________________________________
525 [ 8776] By: jhi on 2001/02/12 23:25:52
526 Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
527 Branch: maint-5.6/perl
529 ____________________________________________________________________________
530 [ 8775] By: jhi on 2001/02/12 23:04:28
531 Log: VOS updates for 5.6-TRIAL2 from Paul Green.
532 Branch: maint-5.6/perl
533 ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
534 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
535 ! vos/configure_perl.cm
536 ____________________________________________________________________________
537 [ 8774] By: jhi on 2001/02/12 22:59:11
538 Log: Subject: Re: [patch] context for 'U' magic functions
539 From: Doug MacEachern <dougm@covalent.net>
540 Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
541 Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
543 plus the suggestion by Nick Ing-Simmons to name the macro
544 as PERL_MG_UFUNC to avoid namespace pollution, plus add
545 the advice by Doug for XS writers to perl.h
548 ____________________________________________________________________________
549 [ 8773] By: jhi on 2001/02/11 20:14:12
552 ! Changes patchlevel.h
553 ____________________________________________________________________________
554 [ 8772] By: jhi on 2001/02/11 18:47:52
555 Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
556 From: Simon Cozens <simon@cozens.net>
557 Date: Wed, 31 Jan 2001 16:31:43 +0000
558 Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
561 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
563 ____________________________________________________________________________
564 [ 8771] By: jhi on 2001/02/11 18:36:48
565 Log: Upgrade to Unicode 3.1 beta 2001-02-11.
568 CaseFolding-3d4.beta.txt
569 CompositionExclusions-3d6.beta.txt
570 EastAsianWidth-4d4.beta.txt
571 LineBreak-6d3.beta.txt
572 NamesList-3.1.0d1.beta.txt
573 PropList-3.1.0d4.beta.txt
574 SpecialCasing-4d1.beta.txt
575 UnicodeData-3.1.0d6.beta.txt
577 + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
578 +> lib/unicode/UCD.html lib/unicode/Unicode.html
579 - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
580 - lib/unicode/Unicode.301
582 ____________________________________________________________________________
583 [ 8770] By: jhi on 2001/02/11 17:26:22
584 Log: UTF-8 documentation.
587 ____________________________________________________________________________
588 [ 8769] By: jhi on 2001/02/11 17:12:49
592 ____________________________________________________________________________
593 [ 8768] By: jhi on 2001/02/11 16:54:45
594 Log: Subject: [PATCH] Test::Harness
595 From: andreas.koenig@anima.de (Andreas J. Koenig)
596 Date: 11 Feb 2001 14:37:00 +0100
597 Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
599 ! lib/Test/Harness.pm
600 ____________________________________________________________________________
601 [ 8767] By: jhi on 2001/02/11 16:53:52
602 Log: Subject: [PATCH] Document makepatch in Porting/patching
603 From: andreas.koenig@anima.de (Andreas J. Koenig)
604 Date: 11 Feb 2001 16:46:28 +0100
605 Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
607 ! Porting/patching.pod
608 ____________________________________________________________________________
609 [ 8766] By: jhi on 2001/02/11 06:30:23
610 Log: Subject: Re: [patch] GvSHARED
611 Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
612 From: Doug MacEachern <dougm@covalent.net>
613 Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
615 Subject: Re: [patch] GvSHARED
616 From: Doug MacEachern <dougm@covalent.net>
617 Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
618 Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
620 Subject: [patch] attributes.pm support for `shared'
621 From: Doug MacEachern <dougm@covalent.net>
622 Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
623 Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
625 our() attributes were ignored, our :shared pieces missing,
626 allow attributes.pm to turn on shared.
628 ! op.c t/op/attrs.t toke.c xsutils.c
629 ____________________________________________________________________________
630 [ 8765] By: alanbur on 2001/02/10 23:11:19
631 Log: Resync with parent (hopefully sucessfully this time)
632 Branch: maint-5.6/pureperl
633 !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
634 !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
635 !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
636 !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
637 !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
638 !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
639 !> pod/perltootc.pod win32/Makefile win32/makefile.mk
640 ____________________________________________________________________________
641 [ 8764] By: jhi on 2001/02/10 22:54:38
642 Log: Make TEST and UTEST more verbose in case something goes
643 wrong in running/compiling a script, suggested by Doug
647 ____________________________________________________________________________
648 [ 8763] By: jhi on 2001/02/10 22:11:34
652 ____________________________________________________________________________
653 [ 8762] By: jhi on 2001/02/10 21:56:02
654 Log: (Retracted by #8769)
657 ____________________________________________________________________________
658 [ 8761] By: jhi on 2001/02/10 21:26:15
659 Log: Subject: Re: [patch] GvSHARED
660 From: Doug MacEachern <dougm@covalent.net>
661 Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
662 Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
664 our @EXPORT : shared = (...);
667 ____________________________________________________________________________
668 [ 8760] By: jhi on 2001/02/10 21:25:07
669 Log: Subject: [patch] GvSHARED
670 From: Doug MacEachern <dougm@covalent.net>
671 Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
672 Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
674 ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
675 ____________________________________________________________________________
676 [ 8759] By: alanbur on 2001/02/10 21:24:27
677 Log: Backed out mismerge.
678 Branch: maint-5.6/pureperl
679 ! MANIFEST README.hpux README.vmesa gv.c installhtml
680 ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
681 ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
682 ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
683 ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
684 ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
685 ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
686 ____________________________________________________________________________
687 [ 8758] By: jhi on 2001/02/10 18:01:17
688 Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
690 Fixed UMRs and leak in Perl_pmtrans()
692 Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
693 associated UTFied tr/// code. Also fixed scoping leak of
696 newATTRSUB leaks when an attempt to redefine the active sort sub is
698 Branch: maint-5.6/perl
700 ____________________________________________________________________________
701 [ 8757] By: alanbur on 2001/02/10 17:56:46
702 Log: Resynchronised with parent
703 Branch: maint-5.6/pureperl
707 !> MANIFEST README.hpux README.vmesa installhtml
708 !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
709 !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
710 !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
711 !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
712 !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
713 !> pod/perltootc.pod win32/Makefile win32/makefile.mk
714 ____________________________________________________________________________
715 [ 8756] By: alanbur on 2001/02/10 17:51:15
716 Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
718 Branch: maint-5.6/pureperl
720 ____________________________________________________________________________
721 [ 8755] By: jhi on 2001/02/09 22:41:35
722 Log: Upgrade to CPAN 1.59_54, from Andreas König.
724 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
725 ____________________________________________________________________________
726 [ 8754] By: jhi on 2001/02/09 22:29:20
727 Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
729 Didn't upgrade the fill.t since it has a dependency to File::Slurp
730 purely for debugging purposes, the actual test hasn't changed.
732 ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
734 ____________________________________________________________________________
735 [ 8753] By: jhi on 2001/02/09 20:17:50
736 Log: Integrate change #8682 from maintperl.
738 IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
742 ____________________________________________________________________________
743 [ 8752] By: jhi on 2001/02/09 20:00:46
746 ! Changes patchlevel.h
747 ____________________________________________________________________________
748 [ 8751] By: nick on 2001/02/09 19:48:37
749 Log: Integrate mainline
751 +> README.bs2000 t/lib/cgi-esc.t
753 !> (integrate 53 files)
754 ____________________________________________________________________________
755 [ 8750] By: nick on 2001/02/09 19:25:16
756 Log: Subject: RE: Biannual Competition to Improve Hashing Function
757 From: Fisher Mark <fisherm@tce.com>
758 Date: Thu, 8 Feb 2001 10:44:00 -0500
759 Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
760 Date: Thu, 8 Feb 2001 15:02:47 -0500
761 Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
763 ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
764 ____________________________________________________________________________
765 [ 8749] By: jhi on 2001/02/09 19:02:35
766 Log: Forgotten fragment.
769 ____________________________________________________________________________
770 [ 8748] By: jhi on 2001/02/09 18:31:34
771 Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
772 plus manual tweakage.
774 Sync the perlfaq2 between mainline and maintperl.
775 Branch: maint-5.6/perl
779 ____________________________________________________________________________
780 [ 8747] By: jhi on 2001/02/09 18:12:04
781 Log: Subject: versiononly and installperl
782 From: abigail@foad.org
783 Date: Wed, 7 Feb 2001 22:43:12 +0100
784 Message-ID: <20010207214312.7045.qmail@foad.org>
786 Add +v flag to force a normal install of the perl binary
789 Subject: [PATCH] installperl
790 From: Nicholas Clark <nick@ccl4.org>
791 Date: Fri, 9 Feb 2001 16:28:57 +0000
792 Message-ID: <20010209162857.B10931@plum.flirble.org>
794 Add -A flag which also hardlinks the binary with
795 the full architecture name.
798 ____________________________________________________________________________
799 [ 8746] By: jhi on 2001/02/09 18:03:43
800 Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
802 Subject: perlfaq2, re: perlmongers
804 Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
806 Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
808 Subject: [ID 20010205.001] typo in perlfaq9
810 Subject: [ID 20010208.002] unordered explanation in perlcall
811 Branch: maint-5.6/perl
812 !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
813 !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
814 !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
815 ____________________________________________________________________________
816 [ 8745] By: jhi on 2001/02/09 17:59:09
817 Log: Subject: [ID 20010208.002] unordered explanation in perlcall
818 From: abela@geneanet.org
819 Date: Thu, 8 Feb 2001 16:11:46 +0100 (CET)
820 Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
823 ____________________________________________________________________________
824 [ 8744] By: jhi on 2001/02/09 17:48:16
825 Log: Subject: [ID 20010205.001] typo in perlfaq9
826 From: eserte@vran.herceg.de
827 Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
828 Message-Id: <200102042244.XAA21926@vran.herceg.de>
831 ____________________________________________________________________________
832 [ 8743] By: jhi on 2001/02/09 17:25:12
833 Log: Integrate change #8695 from maintperl.
835 thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
838 ____________________________________________________________________________
839 [ 8742] By: jhi on 2001/02/09 17:21:22
840 Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
841 From: Andy Dougherty <doughera@lafayette.edu>
842 Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
843 Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
846 ____________________________________________________________________________
847 [ 8741] By: jhi on 2001/02/09 17:05:19
848 Log: Integrate changes #8738,8739,8740 from maintperl.
850 Html files will be installed in a more logical and easier to
851 find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
853 Html files will be generated with a header to make them look
856 Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
858 !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
859 ____________________________________________________________________________
860 [ 8740] By: jhi on 2001/02/09 17:03:46
861 Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
862 From: "Brendan O'Dea" <bod@compusol.com.au>
863 Date: Sun, 4 Feb 2001 11:17:56 +1100
864 Message-ID: <20010204111756.A16301@compusol.com.au>
865 Branch: maint-5.6/perl
867 ____________________________________________________________________________
868 [ 8739] By: jhi on 2001/02/09 17:01:59
869 Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
870 From: "Indy Singh" <indy@nusphere.com>
871 Date: Fri, 2 Feb 2001 15:09:59 -0500
872 Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
874 Html files will be generated with a header to make them look
876 Branch: maint-5.6/perl
878 ____________________________________________________________________________
879 [ 8738] By: jhi on 2001/02/09 16:58:48
880 Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
881 From: "Indy Singh" <indy@nusphere.com>
882 Date: Fri, 2 Feb 2001 15:08:23 -0500
883 Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
885 Html files will be installed in a more logical and easier to
886 find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
887 Branch: maint-5.6/perl
888 ! win32/Makefile win32/makefile.mk
889 ____________________________________________________________________________
890 [ 8737] By: jhi on 2001/02/09 16:46:54
891 Log: Integrate changes #8687,8736 from maintperl.
893 HP-UX thread patches from Merijn H. Brand.
895 Latin nit from Philip Newton.
897 !> README.hpux hints/hpux.sh
898 ____________________________________________________________________________
899 [ 8736] By: jhi on 2001/02/09 16:42:31
900 Log: Latin nit from Philip Newton.
901 Branch: maint-5.6/perl
903 ____________________________________________________________________________
904 [ 8735] By: jhi on 2001/02/09 16:24:03
905 Log: Integrate changes #8704,8710 from pureperl.
907 Fixed UMRs and leak in Perl_pmtrans()
909 Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
910 associated UTFied tr/// code. Also fixed scoping leak of
914 ____________________________________________________________________________
915 [ 8734] By: jhi on 2001/02/09 15:40:21
916 Log: Integrate change #8733 from maintperl.
918 Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
921 ____________________________________________________________________________
922 [ 8733] By: jhi on 2001/02/09 15:35:47
923 Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
924 From: Prymmer/Kahn <pvhp@best.com>
925 Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
926 Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
927 Branch: maint-5.6/perl
929 ____________________________________________________________________________
930 [ 8732] By: jhi on 2001/02/09 15:26:17
931 Log: Rename README.posix-bc to README.bs2000 (to avoid the
932 confusion of a "perlposix-bc.pod"), add a few missing
933 arch pods, regen toc.
934 Branch: maint-5.6/perl
937 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
938 ! pod/perltoc.pod win32/Makefile win32/makefile.mk
939 ____________________________________________________________________________
940 [ 8731] By: jhi on 2001/02/09 15:23:39
941 Log: De-cut-and-pasto.
944 ____________________________________________________________________________
945 [ 8730] By: jhi on 2001/02/09 15:11:13
946 Log: Rename README.posix-bc to README.bs2000 to avoid confusion
947 when people think that perlposix-bc.pod tells anything about
948 Perl and POSIX. Regen toc.
952 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
953 ! pod/perltoc.pod win32/Makefile win32/makefile.mk
954 ____________________________________________________________________________
955 [ 8729] By: jhi on 2001/02/09 14:52:28
956 Log: The README.vmesa part of #8712 from maintperl.
959 ____________________________________________________________________________
960 [ 8728] By: jhi on 2001/02/09 14:46:06
961 Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
962 From: Peter Prymmer <pvhp@forte.com>
963 Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
964 Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
965 Branch: maint-5.6/perl
966 ! README.vmesa win32/Makefile win32/makefile.mk
967 ____________________________________________________________________________
968 [ 8727] By: jhi on 2001/02/09 14:33:25
969 Log: Integrate change #8712 from mainline.
971 [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
972 Branch: maint-5.6/perl
974 ____________________________________________________________________________
975 [ 8726] By: jhi on 2001/02/09 14:30:28
976 Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
977 From: Peter Prymmer <pvhp@forte.com>
978 Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
979 Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
982 ! MANIFEST lib/CGI/Util.pm
983 ____________________________________________________________________________
984 [ 8725] By: jhi on 2001/02/09 04:56:47
985 Log: Add NonStopUX to the list of 5.6.1-proven platforms.
986 Branch: maint-5.6/perl
988 ____________________________________________________________________________
989 [ 8724] By: jhi on 2001/02/09 04:40:59
990 Log: Integrate changes 7819,7820 from vmsperl into mainline.
992 Add header for LIB$ prototypes (C. Berry)
994 Convert fwrite()s to sockets to write()s, since some socket stacks
995 don't take kindly to stdio.
996 Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
997 (for often optional LNMs)
1001 !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
1002 ____________________________________________________________________________
1003 [ 8723] By: jhi on 2001/02/09 03:29:29
1004 Log: Integrate change #8722 from mainline.
1006 The Im() function wasn't returning zero for non-Math::Complex
1007 arguments. The bug reported by John Gamble.
1008 Branch: maint-5.6/perl
1009 !> lib/Math/Complex.pm
1010 ____________________________________________________________________________
1011 [ 8722] By: jhi on 2001/02/09 03:28:33
1012 Log: The Im() function wasn't returning zero for non-Math::Complex
1013 arguments. The bug reported by John Gamble.
1015 ! lib/Math/Complex.pm
1016 ____________________________________________________________________________
1017 [ 8721] By: nick on 2001/02/08 22:11:35
1018 Log: Correct the correction :-(
1021 ____________________________________________________________________________
1022 [ 8720] By: bailey on 2001/02/08 20:59:22
1023 Log: Convert frwite()s to sockets to write()s, since some socket stacks
1024 don't take kindly to stdio.
1025 Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
1026 (for often optional LNMs)
1030 ! vms/vms.c vms/vmsish.h
1031 ____________________________________________________________________________
1032 [ 8719] By: bailey on 2001/02/08 20:51:02
1033 Log: Add header for LIB$ prototypes (C. Berry)
1035 ! ext/Devel/DProf/DProf.xs
1036 ____________________________________________________________________________
1037 [ 8718] By: bailey on 2001/02/08 20:49:00
1040 +> pod/perliol.pod t/lib/sample-tests/bailout
1041 +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
1042 +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
1043 +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
1044 +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
1045 +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
1046 +> t/lib/sample-tests/with_comments t/lib/test-harness.t
1047 - lib/unicode/Is/DCinital.pl
1048 !> (integrate 101 files)
1049 ____________________________________________________________________________
1050 [ 8717] By: nick on 2001/02/08 19:38:48
1051 Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
1052 From: Robin Barker <rmb1@cise.npl.co.uk>
1053 Date: Thu, 8 Feb 2001 14:38:07 GMT
1054 Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
1057 ____________________________________________________________________________
1058 [ 8716] By: nick on 2001/02/08 19:29:07
1059 Log: Generated files form 8713 etc.
1061 ! embed.h global.sym objXSUB.h perlapi.c proto.h
1062 ____________________________________________________________________________
1063 [ 8715] By: nick on 2001/02/08 19:26:08
1064 Log: Fixup non-ithread build after 8713
1067 ____________________________________________________________________________
1068 [ 8714] By: nick on 2001/02/08 19:17:45
1069 Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
1071 Date: Wed, 7 Feb 2001 00:27:47 +0000
1072 Message-Id: <20010207002747.B63724@plum.flirble.org>
1075 ____________________________________________________________________________
1076 [ 8713] By: nick on 2001/02/08 19:15:58
1077 Log: Subject: Re: [patch] Re: PL_ptr_table
1078 From: Doug Maceachern <dougm@covalent.net>
1079 Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
1080 Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
1082 ! embed.pl perl.c sv.c sv.h
1083 ____________________________________________________________________________
1084 [ 8712] By: nick on 2001/02/08 19:12:47
1085 Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
1086 From: Peter Prymmer <pvhp@forte.com>
1087 Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
1088 Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
1091 ____________________________________________________________________________
1092 [ 8711] By: nick on 2001/02/07 21:06:11
1093 Log: Manually appliued version for dev branch of Alan/Sarathy 5.6 patch.
1094 Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
1095 From: Alan Burlison <Alan.Burlison@uk.sun.com>
1096 Date: Tue, 06 Feb 2001 23:37:01 +0000
1097 Message-Id: <3A808A9D.20F7A035@uk.sun.com>
1100 ____________________________________________________________________________
1101 [ 8710] By: alanbur on 2001/02/07 00:22:04
1102 Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
1103 associated UTFied tr/// code. Also fixed scoping leak of
1105 Branch: maint-5.6/pureperl
1107 ____________________________________________________________________________
1108 [ 8709] By: nick on 2001/02/06 21:16:49
1109 Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
1110 From: Michael G Schwern <schwern@pobox.com>
1111 Date: Sun, 4 Feb 2001 19:47:14 -0500
1112 Message-Id: <20010204194714.A4698@blackrider.aocn.com>
1114 ! pod/perlapi.pod pod/perlmodlib.PL
1115 ____________________________________________________________________________
1116 [ 8708] By: nick on 2001/02/06 20:41:20
1117 Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
1118 From: Michael G Schwern <schwern@pobox.com>
1119 Date: Sun, 4 Feb 2001 21:17:49 -0500
1120 Message-Id: <20010204211748.A13415@blackrider.aocn.com>
1122 ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
1124 ____________________________________________________________________________
1125 [ 8707] By: nick on 2001/02/06 20:29:11
1126 Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
1127 From: Michael G Schwern <schwern@pobox.com>
1128 Date: Tue, 6 Feb 2001 05:54:30 -0500
1129 Message-Id: <20010206055430.A951@blackrider.aocn.com>
1131 ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
1132 ____________________________________________________________________________
1133 [ 8706] By: nick on 2001/02/06 20:21:40
1134 Log: Subject: RE: some win32 fixes
1135 Date: Tue, 6 Feb 2001 09:23:20 +0300
1136 From: Vadim Konovalov <vkonovalov@lucent.com>
1137 Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
1139 ! toke.c win32/Makefile win32/config.bc win32/config.gc
1140 ! win32/config.vc win32/config_H.bc win32/makefile.mk
1141 ____________________________________________________________________________
1142 [ 8705] By: alanbur on 2001/02/06 15:00:03
1143 Log: Synchronised with parent
1144 Branch: maint-5.6/pureperl
1146 !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
1147 !> utils/perldoc.PL win32/Makefile win32/makefile.mk
1148 ____________________________________________________________________________
1149 [ 8704] By: alanbur on 2001/02/06 14:55:24
1150 Log: Fixed UMRs and leak in Perl_pmtrans()
1151 Branch: maint-5.6/pureperl
1153 ____________________________________________________________________________
1154 [ 8703] By: gsar on 2001/02/06 02:29:37
1155 Log: $(MAKE) distclean doesn't clean up properly on windows
1156 Branch: maint-5.6/perl
1157 ! win32/Makefile win32/makefile.mk
1158 ____________________________________________________________________________
1159 [ 8702] By: gsar on 2001/02/06 01:00:46
1160 Log: tweak change#8659 to keep it simple
1161 Branch: maint-5.6/perl
1163 ____________________________________________________________________________
1164 [ 8701] By: gsar on 2001/02/05 22:45:41
1165 Log: change#8693 was missing testsuite changes
1166 Branch: maint-5.6/perl
1167 !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
1168 ____________________________________________________________________________
1169 [ 8700] By: nick on 2001/02/05 20:32:52
1170 Log: Integrate mainline
1172 +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
1173 +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
1174 +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
1175 +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
1176 +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
1177 +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
1178 +> t/lib/test-harness.t
1179 !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
1180 !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
1181 !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
1182 !> pod/perlutil.pod t/TEST utils/h2xs.PL
1183 ____________________________________________________________________________
1184 [ 8699] By: nick on 2001/02/05 19:41:07
1185 Log: Subject: perlfaq2, re: perlmongers
1186 From: David H. Adler <dha@panix.com>
1187 Date: Sun, 4 Feb 2001 23:48:23 -0500
1188 Message-Id: <20010204234823.A13429@panix.com>
1191 ____________________________________________________________________________
1192 [ 8698] By: nick on 2001/02/05 19:39:31
1193 Log: Missed file f#rom the testharness mess.
1195 + t/lib/test-harness.t
1196 ____________________________________________________________________________
1197 [ 8697] By: nick on 2001/02/05 19:37:21
1198 Log: Subject: [DOC PATCH] overload.pm nits
1199 From: John Tobey <jtobey@john-edwin-tobey.org>
1200 Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
1201 Message-Id: <m14Pae7-000FOoC@feynman.localnet>
1204 ____________________________________________________________________________
1205 [ 8696] By: alanbur on 2001/02/05 11:56:00
1206 Log: Sync with parent
1207 Branch: maint-5.6/pureperl
1209 ____________________________________________________________________________
1210 [ 8695] By: gsar on 2001/02/05 03:27:34
1211 Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
1212 Branch: maint-5.6/perl
1214 ____________________________________________________________________________
1215 [ 8694] By: alanbur on 2001/02/05 00:07:47
1216 Log: Initial branch creation from //depot/maint-5.6/perl
1217 Branch: maint-5.6/pureperl
1218 +> (branch 1719 files)
1219 ____________________________________________________________________________
1220 [ 8693] By: gsar on 2001/02/04 22:38:49
1221 Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
1223 Branch: maint-5.6/perl
1224 !> ext/DB_File/Changes ext/DB_File/DB_File.pm
1225 !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
1226 !> ext/DB_File/version.c
1227 ____________________________________________________________________________
1228 [ 8692] By: nick on 2001/02/04 18:15:57
1229 Log: The missed t/TEST part of the grand testharness upgrade.
1232 ____________________________________________________________________________
1233 [ 8691] By: nick on 2001/02/04 18:05:17
1234 Log: New improved test harness
1235 Subject: Re: [PATCH Test::Harness] Third time's a charm?
1236 From: Michael G Schwern <schwern@pobox.com>
1237 Date: Sun, 4 Feb 2001 08:01:20 -0500
1238 Message-Id: <20010204080120.G10493@blackrider.aocn.com>
1240 + t/lib/sample-tests/bailout t/lib/sample-tests/combined
1241 + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
1242 + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
1243 + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
1244 + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
1245 + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
1246 ! MANIFEST lib/Test/Harness.pm
1247 ____________________________________________________________________________
1248 [ 8690] By: nick on 2001/02/04 17:57:51
1249 Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
1250 From: Jonathan Stowe <gellyfish@gellyfish.com>
1251 Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
1252 Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
1255 ____________________________________________________________________________
1256 [ 8689] By: nick on 2001/02/04 17:55:24
1257 Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
1258 From: Michael G Schwern <schwern@pobox.com>
1259 Date: Sat, 3 Feb 2001 22:46:38 -0500
1260 Message-Id: <20010203224638.E10493@blackrider.aocn.com>
1262 ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
1263 ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
1264 ____________________________________________________________________________
1265 [ 8688] By: nick on 2001/02/04 17:43:55
1266 Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
1267 length byfailing to spot lack of closing )
1268 From: nick@talking.bollo.cx
1269 Date: Sat, 03 Feb 2001 23:53:16 +0000
1270 Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
1272 ! perlio.c pod/perldiag.pod
1273 ____________________________________________________________________________
1274 [ 8687] By: jhi on 2001/02/03 17:11:42
1275 Log: HP-UX thread patches from Merijn H. Brand.
1276 Branch: maint-5.6/perl
1277 ! README.hpux hints/hpux.sh
1278 ____________________________________________________________________________
1279 [ 8686] By: jhi on 2001/02/03 16:40:12
1280 Log: Metaconfig changes for #8685.
1282 ! U/installdirs/instubperl.U
1283 Branch: metaconfig/U/perl
1284 ! Devel.U versiononly.U
1285 ____________________________________________________________________________
1286 [ 8685] By: jhi on 2001/02/03 16:39:49
1287 Log: For -Dusedevel builds turn off installusrbinperl and turn on
1288 versiononly, a combined idea of Richard Soderberg and Merijn
1289 H. Brand. You can still override both of these from the command
1290 line if you need to, -Dinstallusrbinperl and -Uversiononly.
1293 ____________________________________________________________________________
1294 [ 8684] By: jhi on 2001/02/03 16:16:34
1295 Log: Metaconfig unit fix for #8683.
1297 ! U/compline/nblock_io.U
1298 ____________________________________________________________________________
1299 [ 8683] By: jhi on 2001/02/03 16:16:12
1300 Log: Configure fix for the DYNIX/ptx F_SETFL problem,
1301 reported by Peter Prymmer for 5.6-TRIAL1.
1304 ____________________________________________________________________________
1305 [ 8682] By: jhi on 2001/02/03 05:52:11
1306 Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
1308 Branch: maint-5.6/perl
1310 ____________________________________________________________________________
1311 [ 8681] By: jhi on 2001/02/03 05:47:33
1312 Log: perlport tweaks from Peter Prymmer and Chris Nandor.
1313 Branch: maint-5.6/perl
1315 ____________________________________________________________________________
1316 [ 8680] By: jhi on 2001/02/02 21:39:49
1317 Log: perlport update from Peter Prymmer.
1318 Branch: maint-5.6/perl
1320 ____________________________________________________________________________
1321 [ 8679] By: nick on 2001/02/02 20:50:48
1322 Log: Integrate mainline
1324 !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
1325 !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
1326 !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
1327 ____________________________________________________________________________
1328 [ 8678] By: gsar on 2001/02/02 16:02:12
1329 Log: note about bincompat, slightly modified (from Lupe Christoph)
1330 Branch: maint-5.6/perl
1332 ____________________________________________________________________________
1333 [ 8677] By: jhi on 2001/02/02 15:46:20
1334 Log: Supported platforms updates.
1335 Branch: maint-5.6/perl
1337 ____________________________________________________________________________
1338 [ 8676] By: jhi on 2001/02/02 03:41:26
1339 Log: A couple more perlfaq2 tweaks.
1340 Branch: maint-5.6/perl
1342 ____________________________________________________________________________
1343 [ 8675] By: jhi on 2001/02/02 03:17:44
1344 Log: Misedit in #8661.
1345 Branch: maint-5.6/perl
1347 ____________________________________________________________________________
1348 [ 8674] By: jhi on 2001/02/02 03:14:38
1350 Branch: maint-5.6/perl
1352 ____________________________________________________________________________
1353 [ 8673] By: jhi on 2001/02/02 03:12:40
1354 Log: perlfaq update from Elaine Ashton.
1355 Branch: maint-5.6/perl
1357 ____________________________________________________________________________
1358 [ 8672] By: jhi on 2001/02/02 03:07:08
1359 Log: UTF-8 s/// patch from Inaba Hiroto.
1360 Branch: maint-5.6/perl
1362 ____________________________________________________________________________
1363 [ 8671] By: jhi on 2001/02/01 22:34:31
1364 Log: Update Changes.
1366 ! Changes patchlevel.h
1367 ____________________________________________________________________________
1368 [ 8670] By: jhi on 2001/02/01 22:15:29
1369 Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
1372 Upgrade to Getopt::Long 2.25, from Johan Vromans.
1374 more files need to be writable in the source distribution
1376 perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
1378 Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
1380 Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
1382 Allow the float to be fuzzier.
1384 need to use INT2PTR instead of a straight cast or ia64 fails
1386 Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod
1388 add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
1390 !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
1391 !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
1392 !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
1393 ____________________________________________________________________________
1394 [ 8669] By: jhi on 2001/02/01 21:57:02
1395 Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
1396 From: Robin Barker <rmb1@cise.npl.co.uk>
1397 Date: Thu, 1 Feb 2001 16:59:05 GMT
1398 Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
1399 Branch: maint-5.6/perl
1401 ____________________________________________________________________________
1402 [ 8668] By: nick on 2001/02/01 19:41:40
1403 Log: Integrate mainline
1405 !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
1406 !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
1407 !> t/op/each.t utf8.c utf8.h util.c vms/test.com
1408 ____________________________________________________________________________
1409 [ 8667] By: gsar on 2001/02/01 16:59:11
1410 Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
1411 Branch: maint-5.6/perl
1412 ! embed.pl embedvar.h
1413 ____________________________________________________________________________
1414 [ 8666] By: gsar on 2001/02/01 16:34:51
1415 Log: add missing entries to win32/config.?c
1416 Branch: maint-5.6/perl
1417 ! win32/config.bc win32/config.gc win32/config.vc
1418 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
1419 ____________________________________________________________________________
1420 [ 8665] By: jhi on 2001/02/01 14:58:51
1421 Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod
1422 From: "Stephen P. Potter" <spp@spotter.yi.org>
1423 Date: Thu, 01 Feb 2001 10:45:46 -0500
1424 Message-Id: <200102011545.KAA31479@spotter.yi.org>
1425 Branch: maint-5.6/perl
1427 ____________________________________________________________________________
1428 [ 8664] By: gsar on 2001/02/01 14:52:37
1429 Log: need to use INT2PTR instead of a straight cast or ia64 fails
1430 posix.t (from Brendan O'Dea <bod@compusol.com.au>)
1431 Branch: maint-5.6/perl
1432 ! ext/POSIX/POSIX.xs
1433 ____________________________________________________________________________
1434 [ 8663] By: jhi on 2001/02/01 14:09:13
1435 Log: Allow the float to be fuzzier.
1436 Branch: maint-5.6/perl
1438 ____________________________________________________________________________
1439 [ 8662] By: jhi on 2001/02/01 13:59:00
1440 Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
1441 From: Robin Barker <rmb1@cise.npl.co.uk>
1442 Date: Thu, 1 Feb 2001 13:05:39 GMT
1443 Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
1444 Branch: maint-5.6/perl
1445 ! pod/perlmodlib.pod
1446 ____________________________________________________________________________
1447 [ 8661] By: jhi on 2001/02/01 13:57:38
1448 Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
1449 Date: Thu, 01 Feb 2001 14:15:41 +0100
1450 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1451 Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
1453 Have the $ccflags in the gcc version test (strange, this change
1454 is claimed to be have been integrated already)
1455 Branch: maint-5.6/perl
1457 ____________________________________________________________________________
1458 [ 8660] By: jhi on 2001/02/01 13:44:10
1459 Log: Integrate changes #7950,7964,7962 from mainline.
1461 Find the stdchar signedness using cpp, should fix some of
1462 the Solaris compiler warnings reported by Alan Burlison.
1463 Branch: maint-5.6/perl
1464 !> Configure config_h.SH
1465 ____________________________________________________________________________
1466 [ 8659] By: jhi on 2001/02/01 05:35:32
1467 Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
1468 From: Jan Dubois <JanD@ActiveState.com>
1469 Date: Wed, 31 Jan 2001 21:17:03 -0800
1470 Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
1471 Branch: maint-5.6/perl
1473 ____________________________________________________________________________
1474 [ 8658] By: jhi on 2001/02/01 04:33:17
1475 Log: Integrate the README.os390 and README.posix-bc parts of mainline
1476 changes #8373,8486, 8544,8556. (The hints/os390.sh,Makefile.SH,
1477 installperl parts were taken care of by #8657.)
1478 Branch: maint-5.6/perl
1479 !> README.os390 README.posix-bc
1480 ____________________________________________________________________________
1481 [ 8657] By: jhi on 2001/02/01 04:29:21
1482 Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
1483 From: Peter Prymmer <pvhp@forte.com>
1484 Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
1485 Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
1486 Branch: maint-5.6/perl
1487 + ext/DynaLoader/dl_dllload.xs
1488 ! MANIFEST Makefile.SH hints/os390.sh installperl
1489 ____________________________________________________________________________
1490 [ 8656] By: jhi on 2001/02/01 04:25:45
1491 Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
1492 From: Peter Prymmer <pvhp@forte.com>
1493 Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
1494 Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
1495 Branch: maint-5.6/perl
1496 ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
1497 ____________________________________________________________________________
1498 [ 8655] By: jhi on 2001/02/01 04:14:47
1499 Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
1500 From: troc@netrus.net
1501 Date: Wed, 31 Jan 2001 22:31:26 -0500
1502 Message-Id: <200102010331.WAA117.85@rocco.homenet>
1503 Branch: maint-5.6/perl
1505 ____________________________________________________________________________
1506 [ 8654] By: jhi on 2001/02/01 04:12:52
1507 Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
1508 as reported by Alan Burlison.
1509 Branch: maint-5.6/perl
1511 ____________________________________________________________________________
1512 [ 8653] By: jhi on 2001/02/01 04:05:12
1513 Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
1514 From: dsugalski@northernlight.com
1515 Date: Wed, 31 Jan 2001 18:54:11 -0500
1516 Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
1517 Branch: maint-5.6/perl
1519 ____________________________________________________________________________
1520 [ 8652] By: jhi on 2001/02/01 04:03:11
1521 Log: Misplaced #endif.
1523 Subject: [perl-5-6-1-trial2] patches for EPOC
1524 From: Olaf Flebbe <O.Flebbe@science-computing.de>
1525 Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
1526 Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
1527 Branch: maint-5.6/perl
1529 ____________________________________________________________________________
1530 [ 8651] By: jhi on 2001/02/01 04:00:25
1531 Log: Integrate changes #8647,8648,8650 from mainline.
1533 Macrofy a magic UTF-8 test.
1535 Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
1537 Watch out for cross compiling for EPOC (usually done on linux).
1538 Branch: maint-5.6/perl
1539 !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
1540 ____________________________________________________________________________
1541 [ 8650] By: jhi on 2001/02/01 03:56:20
1542 Log: Watch out for cross compiling for EPOC (usually done on linux)
1544 Subject: [perl-5-6-1-trial2] patches for EPOC
1545 From: Olaf Flebbe <O.Flebbe@science-computing.de>
1546 Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
1547 Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
1549 ! ext/Errno/Errno_pm.PL
1550 ____________________________________________________________________________
1551 [ 8649] By: gsar on 2001/02/01 00:46:00
1552 Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
1553 Branch: maint-5.6/perl
1555 ____________________________________________________________________________
1556 [ 8648] By: jhi on 2001/01/31 23:35:36
1557 Log: All the uses of PL_numeric_radix must be protected by
1558 USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
1560 Subject: [perl-5-6-1-trial2] patches for EPOC
1561 From: Olaf Flebbe <O.Flebbe@science-computing.de>
1562 Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
1563 Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
1566 ____________________________________________________________________________
1567 [ 8647] By: jhi on 2001/01/31 22:56:16
1568 Log: Macrofy a magic UTF-8 test.
1571 ____________________________________________________________________________
1572 [ 8646] By: gsar on 2001/01/31 15:55:12
1574 Branch: maint-5.6/perl
1576 ____________________________________________________________________________
1577 [ 8645] By: gsar on 2001/01/31 15:10:14
1578 Log: Configure tweak suggested by Peter Prymmer
1579 Branch: maint-5.6/perl
1581 ____________________________________________________________________________
1582 [ 8644] By: gsar on 2001/01/31 15:06:32
1583 Log: more files need to be writable in the source distribution
1584 Branch: maint-5.6/perl
1586 ____________________________________________________________________________
1587 [ 8643] By: jhi on 2001/01/31 14:59:46
1588 Log: Integrate changes #8258,8278,8279 from mainline.
1590 Make the large file tests more robust/talkative.
1591 Branch: maint-5.6/perl
1592 !> t/lib/syslfs.t t/op/lfs.t
1593 ____________________________________________________________________________
1594 [ 8642] By: gsar on 2001/01/31 14:53:48
1595 Log: integrate changes#8311,8334 from mainline
1597 Add a new MakeMaker variable PM_FILTER that defines a Unix
1598 filter to be run on each .pm during the pm_to_blib() phase,
1600 Subject: PATCH (blead 8269) ExtUtils::MakeMaker
1602 Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
1603 Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
1604 accurate reading of the "atime".
1605 Branch: maint-5.6/perl
1606 !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
1607 !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
1608 !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
1609 ____________________________________________________________________________
1610 [ 8641] By: jhi on 2001/01/31 14:46:37
1611 Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
1612 Branch: maint-5.6/perl
1613 ! lib/Getopt/Long.pm
1614 ____________________________________________________________________________
1615 [ 8640] By: gsar on 2001/01/31 14:40:24
1617 Branch: maint-5.6/perl
1618 ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
1619 ____________________________________________________________________________
1620 [ 8639] By: gsar on 2001/01/31 14:37:25
1621 Log: refresh windows config files
1622 Branch: maint-5.6/perl
1623 ! win32/Makefile win32/config_H.bc win32/config_H.gc
1624 ! win32/config_H.vc win32/makefile.mk
1625 ____________________________________________________________________________
1626 [ 8638] By: gsar on 2001/01/31 14:28:10
1627 Log: makefile tweaks for windows: introduce a bulk-switch to enable
1628 same options as ActivePerl; sync changes with makefile.mk
1629 Branch: maint-5.6/perl
1630 ! win32/Makefile win32/makefile.mk
1631 ____________________________________________________________________________
1632 [ 8637] By: jhi on 2001/01/31 04:41:30
1633 Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
1634 From: Nicholas Clark <nick@ccl4.org>
1635 Date: Tue, 30 Jan 2001 19:51:05 +0000
1636 Message-ID: <20010130195105.R76607@plum.flirble.org>
1640 ! pp.c pp.h pp_hot.c t/op/arith.t
1641 ____________________________________________________________________________
1642 [ 8636] By: jhi on 2001/01/31 02:38:32
1643 Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
1644 no perlio],8257,8380,8479,8515 from mainline.
1646 Subject: [PATCH perl@7795 (and earlier)] VMS test cleanup
1648 Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
1649 Subject: [PATCH perl@8133] fix-up for VMS extensions
1651 In VMS embedded perls couldn't access the statically built Socket.
1653 Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
1655 Further VMS piping fixes from Charles Lane.
1657 Subject: [PATCH] make t/op/misc.t work on VMS
1659 Add tracing for debugging extensions builds in VMS.
1661 Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
1662 Branch: maint-5.6/perl
1663 !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
1664 !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
1665 !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
1666 ____________________________________________________________________________
1667 [ 8635] By: jhi on 2001/01/31 01:46:41
1668 Log: Integrate change #7732 from mainline.
1670 Sparc 64-bit pack() fix from Jens Hamisch.
1671 Branch: maint-5.6/perl
1673 ____________________________________________________________________________
1674 [ 8634] By: jhi on 2001/01/31 01:41:16
1675 Log: One spot missing from #8626.
1676 Branch: maint-5.6/perl
1678 ____________________________________________________________________________
1679 [ 8633] By: jhi on 2001/01/31 00:49:17
1680 Log: Integrate change #7495 from mainline.
1682 Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
1683 Branch: maint-5.6/perl
1684 !> MANIFEST ext/re/Makefile.PL
1685 ____________________________________________________________________________
1686 [ 8632] By: jhi on 2001/01/30 23:38:49
1687 Log: Integrate change #8396 from mainline.
1689 Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
1690 better multicast support (resend)
1691 Branch: maint-5.6/perl
1692 !> ext/Socket/Socket.pm
1693 ____________________________________________________________________________
1694 [ 8631] By: jhi on 2001/01/30 23:28:03
1695 Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
1697 More AIX lore. (7514, ext/re/hints/aix.pl)
1699 Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
1701 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)
1703 Subject: [ID 20001214.002] Net::Ping patch
1705 Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
1707 Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
1709 Add ReuseAddr as a (preferred) alias for Reuse as we now
1710 also have ReusePort.
1712 Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
1713 Branch: maint-5.6/perl
1714 +> ext/re/hints/aix.pl
1715 !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
1716 !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
1717 ____________________________________________________________________________
1718 [ 8630] By: jhi on 2001/01/30 23:03:59
1719 Log: Integrate changes #8215,8587 from mainline: missing pod nits.
1721 read() documentation tweak for 20001121.004.
1723 Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
1724 Branch: maint-5.6/perl
1725 !> pod/perlfunc.pod pod/perlre.pod
1726 ____________________________________________________________________________
1727 [ 8629] By: jhi on 2001/01/30 22:41:57
1728 Log: Integrate change #8098 from mainline.
1730 fastgetcwd is defined using a glob alias on a $^O dependent basis
1731 and there was no default assignment or perl subroutine.
1732 Branch: maint-5.6/perl
1734 ____________________________________________________________________________
1735 [ 8628] By: jhi on 2001/01/30 21:58:52
1736 Log: Integrate change #7866 from mainline.
1739 Branch: maint-5.6/perl
1740 !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
1741 ____________________________________________________________________________
1742 [ 8627] By: jhi on 2001/01/30 21:39:44
1743 Log: Integrate changes #8075,8086,8228 from mainline.
1745 Darwin is not Windows. (8075,8086)
1747 Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
1748 Branch: maint-5.6/perl
1749 !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
1750 !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
1751 !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
1752 !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
1753 ____________________________________________________________________________
1754 [ 8626] By: jhi on 2001/01/30 21:22:11
1755 Log: Integrate with tweakery the change #8625 from mainline,
1756 the multibyte decimal separator fix ("fa_IR locale failure").
1757 Branch: maint-5.6/perl
1758 ! embedvar.h perlapi.h
1759 !> intrpvar.h perl.c perl.h sv.c util.c
1760 ____________________________________________________________________________
1761 [ 8625] By: jhi on 2001/01/30 20:26:33
1762 Log: Fix for the fa_IR locale failure. The reason for the failure
1763 was that Perl was assuming the decimal separator aka the radix
1764 separator is one character. The Farsi-Iranian locale crushed
1765 that bad assumption since there the separator is 'Momayyez',
1766 glyphwise looking somewhat like a slash, and in Unicode UTF-8
1767 encoded in two bytes, 0xd9 0xab.
1769 ! intrpvar.h perl.c perl.h sv.c util.c
1770 ____________________________________________________________________________
1771 [ 8624] By: gsar on 2001/01/30 20:17:03
1773 Branch: maint-5.6/perl
1774 ! Makefile.SH pod/perlintern.pod
1775 ____________________________________________________________________________
1776 [ 8623] By: gsar on 2001/01/30 19:42:34
1777 Log: backout change#7431 and its dependents (causes spurious rebuilds
1778 of autogenerated files)
1780 fix benign b.t failure
1781 Branch: maint-5.6/perl
1782 ! Makefile.SH t/lib/b.t
1783 ____________________________________________________________________________
1784 [ 8622] By: jhi on 2001/01/30 19:41:41
1785 Log: Microperl sync.
1788 ____________________________________________________________________________
1789 [ 8621] By: gsar on 2001/01/30 19:24:47
1790 Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
1793 Subject: podlators 1.06 released
1795 Subject: [PATCH @8436] Eliminate op_children
1797 (Replaced by #8448) Traces of op_children (cleanup of #8442)
1799 (Replaced by #8448) More op_children traces (cleanup of #8442).
1801 Subject: [PATCH #3 @8436] Re: Eliminate op_children
1802 Replace #8444 and #8445.
1804 Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
1805 at the setting of the ofs_sv in new_struct_thread() as the
1806 thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
1807 uninitialized fields are, uh, initialized with),
1808 SvREFCNT_inc()ing that invited a core dump.
1810 podlators 1.07, from Russ Allbery.
1812 Subject: [PATCH] regcomp.c old feature removal
1813 From: mjd@plover.com
1814 Date: 16 Jan 2001 14:43:18 -0000
1815 Message-ID: <20010116144318.7140.qmail@plover.com>
1816 Branch: maint-5.6/perl
1817 +> lib/Pod/Text/Overstrike.pm
1818 !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
1819 !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
1820 !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
1821 !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
1822 !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
1824 ____________________________________________________________________________
1825 [ 8620] By: gsar on 2001/01/30 18:48:32
1826 Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
1827 8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
1830 Subject: [PATCH] lvalue AUTOLOAD. No, really.
1832 Subject: [PATCH] Interesting syntax idea
1833 Make opens + bareword assigns do typeglob assigns.
1837 Subject: [PATCH @8269] Continue blocks and B::Deparse
1838 Make the peephole optimizer to bypass more null ops and
1839 and rewrite the deparse handling of continue blocks.
1841 Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
1844 Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
1846 Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
1848 Subject: [PATCH perl@8269] Opcode.XS, fix memory leak
1850 Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
1851 Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
1852 according to the platform.
1854 Subject: [PATCH @8404] Consolidated lvalue sub changes
1856 Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
1858 Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
1860 Subject: B::Concise -- an improved replacement for B::Terse
1862 The B::Terse drop-in replacement wasn't quite drop-in.
1864 The LVRET macro needed an aTHX.
1866 Use the /^Perl_/-less form of is_lvalue_sub().
1868 Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
1869 Branch: maint-5.6/perl
1870 +> ext/B/B/Concise.pm
1871 !> (integrate 27 files)
1872 ____________________________________________________________________________
1873 [ 8619] By: nick on 2001/01/30 18:40:28
1874 Log: Integrate mainline
1876 !> (integrate 40 files)
1877 ____________________________________________________________________________
1878 [ 8618] By: jhi on 2001/01/30 18:37:18
1879 Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
1880 Date: Mon, 29 Jan 2001 22:51:29 -0600
1881 From: "Craig A. Berry" <craigberry@mac.com>
1882 Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
1885 ____________________________________________________________________________
1886 [ 8617] By: jhi on 2001/01/30 18:34:53
1887 Log: Subject: [PATCH] Add missing CV flags to dump.c
1888 From: Tim Jenness <t.jenness@jach.hawaii.edu>
1889 Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
1890 Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
1893 ____________________________________________________________________________
1894 [ 8616] By: jhi on 2001/01/30 18:20:58
1895 Log: Integrate partly the change #8615 from mainline, the t/op/each.t
1896 part isn't applicable to maintperl.
1898 UTF-8 nit from Inaba Hiroto.
1899 Branch: maint-5.6/perl
1900 !> pod/perlapi.pod utf8.c
1901 ____________________________________________________________________________
1902 [ 8615] By: jhi on 2001/01/30 18:18:51
1903 Log: UTF-8 nit from Inaba Hiroto.
1905 ! pod/perlapi.pod t/op/each.t utf8.c
1906 ____________________________________________________________________________
1907 [ 8614] By: jhi on 2001/01/30 18:13:38
1908 Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
1910 perl's internal variables are not for public consumption,
1911 move their docs from perlapi.pod to perlintern.pod
1913 support for -Dusethreads build under HP-UX 10.20 and DCE threads
1914 library (11.0 and later have pthreads but 10.x don't)
1916 avoid uninitialized value warnings
1918 canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
1921 perldoc nit on windows
1923 make it possible to run the tests outside the source tree
1924 (there's still a dependency on ../lib being the library
1927 !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
1928 !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
1929 !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
1930 !> win32/bin/search.pl win32/vdir.h
1931 ____________________________________________________________________________
1932 [ 8613] By: gsar on 2001/01/30 16:39:59
1933 Log: make it possible to run the tests outside the source tree
1934 (there's still a dependency on ../lib being the library
1936 Branch: maint-5.6/perl
1937 ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
1938 ____________________________________________________________________________
1939 [ 8612] By: gsar on 2001/01/30 16:31:12
1940 Log: perldoc nit on windows
1941 Branch: maint-5.6/perl
1943 ____________________________________________________________________________
1944 [ 8611] By: gsar on 2001/01/30 16:22:54
1945 Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
1947 Branch: maint-5.6/perl
1949 ____________________________________________________________________________
1950 [ 8610] By: gsar on 2001/01/30 16:12:45
1951 Log: avoid uninitialized value warnings
1952 Branch: maint-5.6/perl
1953 ! win32/bin/search.pl
1954 ____________________________________________________________________________
1955 [ 8609] By: gsar on 2001/01/30 16:08:01
1956 Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
1957 library (11.0 and later have pthreads but 10.x don't)
1958 Branch: maint-5.6/perl
1959 ! hints/hpux.sh thread.h
1960 ____________________________________________________________________________
1961 [ 8608] By: gsar on 2001/01/30 15:48:55
1962 Log: perl's internal variables are not for public consumption,
1963 move their docs from perlapi.pod to perlintern.pod
1964 Branch: maint-5.6/perl
1965 ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
1967 ____________________________________________________________________________
1968 [ 8607] By: gsar on 2001/01/30 15:44:27
1969 Log: mistakenly branched perl56delta.pod, revert
1970 Branch: maint-5.6/perl
1971 - pod/perl56delta.pod
1972 !> pod/perldelta.pod
1973 ____________________________________________________________________________
1974 [ 8606] By: gsar on 2001/01/30 14:20:24
1975 Log: integrate changes#7984,7987,8010 from mainline (gets rid of
1976 dTHR which has been a noop for a while now, except for the
1977 compatibility definition in thread.h)
1978 Branch: maint-5.6/perl
1979 !> (integrate 45 files)
1980 ____________________________________________________________________________
1981 [ 8605] By: jhi on 2001/01/30 05:43:58
1982 Log: Mark the UTF-8 APIs as experimental.
1983 Branch: maint-5.6/perl
1984 ! embed.pl pod/perlapi.pod
1985 ____________________________________________________________________________
1986 [ 8604] By: jhi on 2001/01/30 05:38:40
1987 Log: Nits from earlier integrates.
1988 Branch: maint-5.6/perl
1991 ____________________________________________________________________________
1992 [ 8603] By: jhi on 2001/01/30 05:27:26
1993 Log: Regenerate Porting files.
1994 Branch: maint-5.6/perl
1995 ! Porting/Glossary Porting/config.sh Porting/config_H
1996 ____________________________________________________________________________
1997 [ 8602] By: jhi on 2001/01/30 05:14:59
1998 Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
1999 8310,8339,8447,8492,8493,8505,8525: documentation changes.
2001 Subject: Re: perlfaq style changes
2003 Subject: DOC PATCH 5.6.0: -s return value incompletely documented
2005 Subject: [PATCH] docs on NaN
2007 Subject: [patch] perlfaq7
2009 Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
2011 Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
2013 Subject: [PATCH] open() example in perlfunc.pod
2015 Podify README.mpeix (a new version from the web)
2017 Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
2019 Subject: [PATCH] format and rewording in perlfaq.pod
2021 Subject: [PATCH] API Variable documentation
2023 Memory management calls documentation.
2025 Subject: [PATCH: perl@8482] README.vms URL updates
2027 Subject: Minor typos in perlfaq2.pod
2029 Subject: [PATCH] pod/perlvar.pod
2030 Branch: maint-5.6/perl
2031 +> pod/perl56delta.pod
2032 ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
2033 !> README.amiga README.epoc README.mpeix README.vms
2034 !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
2035 !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
2036 !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
2037 !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
2038 !> pod/perlvar.pod thrdvar.h
2039 ____________________________________________________________________________
2040 [ 8601] By: jhi on 2001/01/30 04:38:35
2041 Log: Integrate changes #8036,8096,8253 from mainline:
2044 Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
2045 Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio
2047 Output the (apparent) version of gcc in Tru64.
2048 Branch: maint-5.6/perl
2049 +> ext/POSIX/hints/svr4.pl
2050 !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
2051 !> hints/svr4.sh t/lib/bigfltpm.t
2052 ____________________________________________________________________________
2053 [ 8600] By: jhi on 2001/01/30 04:04:01
2054 Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
2057 sprintf() does not taint since print() does not. (7863,7875,7876,7888)
2059 Debian allows /usr/bin/locale to exist without any locales. (7868)
2061 Allow the locale test needing POSIX and the taint test
2062 needing IPC::SysV to run under 'minitest' (basically,
2063 bail out if loading the extension fails). (8384)
2065 Cleanup the locale.t output (8480)
2066 Branch: maint-5.6/perl
2067 !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
2068 !> t/pragma/locale.t
2069 ____________________________________________________________________________
2070 [ 8599] By: jhi on 2001/01/30 03:51:04
2071 Log: Missing generated files from #8598.
2072 Branch: maint-5.6/perl
2073 ! embed.h global.sym objXSUB.h perlapi.c proto.h
2074 ____________________________________________________________________________
2075 [ 8598] By: jhi on 2001/01/30 03:41:54
2076 Log: Integrate change #8555 from mainline, manually integrate parts
2077 of changes 8452 and 8583.
2079 Subject: [PATCH] utf8.c documentation (8452)
2081 No point in checking the length if the pointer is bogus. (8555)
2083 Introduce bytes_from_utf8() and implement sv_eq() using it,
2084 tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
2085 produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
2086 was malformed. (8583)
2087 Branch: maint-5.6/perl
2088 ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
2089 !> pod/perlapi.pod sv.c utf8.c
2090 ____________________________________________________________________________
2091 [ 8597] By: gsar on 2001/01/30 02:37:26
2092 Log: get PERL_OBJECT build going again on windows
2093 Branch: maint-5.6/perl
2094 ! embed.h embed.pl global.sym objXSUB.h perlapi.c
2095 ! pod/perlapi.pod proto.h sv.c
2096 ____________________________________________________________________________
2097 [ 8596] By: jhi on 2001/01/30 02:16:17
2098 Log: Signedness nit.
2101 ____________________________________________________________________________
2102 [ 8595] By: jhi on 2001/01/30 02:11:07
2103 Log: EBCDIC patch for Storable, from Peter Prymmer.
2105 ! t/lib/st-06compat.t
2106 ____________________________________________________________________________
2107 [ 8594] By: jhi on 2001/01/30 01:04:48
2108 Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
2109 From: Peter Prymmer <pvhp@forte.com>
2110 Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
2111 Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
2114 ____________________________________________________________________________
2115 [ 8593] By: jhi on 2001/01/30 00:56:47
2116 Log: Subject: [PATCH: perl@8585] pod problems in io
2117 From: Peter Prymmer <pvhp@forte.com>
2118 Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
2119 Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
2121 ! pod/perlapio.pod pod/perliol.pod
2122 ____________________________________________________________________________
2123 [ 8592] By: jhi on 2001/01/30 00:48:20
2124 Log: Integrate perlio.
2126 !> pod/perlapio.pod pod/perliol.pod
2127 ____________________________________________________________________________
2128 [ 8591] By: nick on 2001/01/29 22:02:28
2129 Log: GNU 'merge' Simon's copy of perliol.pod with version
2130 patched by Craig's patch.
2133 ____________________________________________________________________________
2134 [ 8590] By: nick on 2001/01/29 21:55:10
2135 Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
2137 ! pod/perlapio.pod pod/perliol.pod
2138 ____________________________________________________________________________
2139 [ 8589] By: jhi on 2001/01/29 15:35:33
2140 Log: Integrate change #8586 from maint-5.6/perl.
2142 make the BOM detection code not call tell() until it has to
2143 (meant to fix esoteric compatibility issues where PL_rsfp
2147 ____________________________________________________________________________
2148 [ 8588] By: jhi on 2001/01/29 15:29:11
2149 Log: Subject: MAking Solaris malloc() the default
2150 From: Lupe Christoph <lupe@lupe-christoph.de>
2151 Date: Mon, 29 Jan 2001 12:59:36 +0100
2152 Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
2154 The README.solaris part slightly tweaked.
2156 ! README.solaris hints/solaris_2.sh
2157 ____________________________________________________________________________
2158 [ 8587] By: jhi on 2001/01/29 15:17:34
2159 Log: Subject: [ID 20010128.003] [PATCH] perlre.pod
\b buglet
2160 From: root@ak-75.mind.de
2161 Date: Sun, 28 Jan 2001 20:32:29 +0100
2162 Message-Id: <200101281932.UAA15768@ak-75.mind.de>
2165 ____________________________________________________________________________
2166 [ 8586] By: gsar on 2001/01/29 13:43:44
2167 Log: make the BOM detection code not call tell() until it has to
2168 (meant to fix esoteric compatibility issues where PL_rsfp
2170 Branch: maint-5.6/perl
2172 ____________________________________________________________________________
2173 [ 8585] By: jhi on 2001/01/28 20:05:45
2174 Log: Update Changes.
2176 ! Changes patchlevel.h
2177 ____________________________________________________________________________
2178 [ 8584] By: jhi on 2001/01/28 19:30:02
2179 Log: Integrate perlio.
2182 !> MANIFEST pod/perlapio.pod
2183 ____________________________________________________________________________
2184 [ 8583] By: jhi on 2001/01/28 19:28:40
2185 Log: Patch from Inaba Hiroto:
2186 - canonical UTF-8 hash keys: if a key string for a hash is
2187 UTF8-on, try downgrade the string and use it if
2188 unicode::distinct is not in effect.
2189 For the task, I added a function bytes_from_utf8() to utf8.c.
2190 It might resemble utf8_to_bytes() but it is not convenient
2192 Made a test for it and added to t/op/each.t
2193 - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
2194 the mortal copy of the argument SV.
2195 And changed t/io/utf8.t test 18 which expects print() to
2196 upgrade its argument.
2197 - re-implement sv_eq with bytes_from_utf8()
2199 - tr/// does not handle UTF8 range (\x{}-\x{})
2200 - \ before raw UTF8 character produced
2201 "Malformed UTF-8 character" warning.
2202 - "\x{100}\N{CENT SIGN}" is Malformed.
2203 Added tests for these 3.
2204 - and one silly bug (by me) with qu operator.
2206 ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
2207 ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
2208 ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
2209 ____________________________________________________________________________
2210 [ 8582] By: nick on 2001/01/28 19:25:04
2211 Log: Add pod/perliol.pod to MANIFEST :-(
2214 ____________________________________________________________________________
2215 [ 8581] By: nick on 2001/01/28 19:22:40
2216 Log: PerlIO documentation. Proofing and sub-editing requested.
2220 ____________________________________________________________________________
2221 [ 8580] By: jhi on 2001/01/28 05:16:25
2222 Log: Revert the change to sv_2pv() done by #8054: Someone who
2223 did SvNV_set() on a scalar that also happened to be POK,
2224 followed by sv_2pv() won't get the right coercion anymore.
2226 Branch: maint-5.6/perl
2228 ____________________________________________________________________________
2229 [ 8579] By: jhi on 2001/01/28 05:15:04
2230 Log: Remove the #8084 effect: do not allow -Q to be interpreted
2231 as -&Q(), this is too much wiggle room.
2232 Branch: maint-5.6/perl
2234 ____________________________________________________________________________
2235 [ 8578] By: jhi on 2001/01/28 05:12:45
2236 Log: Needed bits of #8439 (should have been in #8576),
2237 mainly for lval substr().
2238 Branch: maint-5.6/perl
2239 ! mg.c pp.c pp_hot.c
2240 ____________________________________________________________________________
2241 [ 8577] By: jhi on 2001/01/28 05:02:46
2242 Log: A missing check-in.
2243 Branch: maint-5.6/perl
2245 ____________________________________________________________________________
2246 [ 8576] By: jhi on 2001/01/28 04:26:18
2247 Log: Integrate changes #8425,8436,8439,8517 from mainline.
2248 The 8439 was not truly integrated because it had too many
2249 dependencies on the development branch and because it introduced
2250 concepts too bold for a maintenance branch (such as the qu operator).
2252 Subject: [PATCH perl@8342] -Wformat
2254 Tighten some of the UTF-8 tests a bit.
2256 More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
2257 - The substr lval was still not okay.
2258 - Now pp_stringify and sv_setsv copies source's UTF8 flag
2259 even if IN_BYTE. pp_stringify is called from fold_constants
2260 at optimization phase and "\x{100}" was made SvUTF8_off under
2261 use bytes (the bytes pragma is for "byte semantics" and not
2262 for "do not produce UTF8 data")
2263 Branch: maint-5.6/perl
2264 ! t/lib/charnames.t t/op/substr.t toke.c
2265 !> sv.c t/pragma/utf8.t
2266 ____________________________________________________________________________
2267 [ 8575] By: jhi on 2001/01/28 04:01:51
2268 Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
2270 Subject: One more patch for UTF8 (UTF-8 fixes for 'x' and tr////)
2272 Subject: [ID 20001230.003] UTF-8 tr still hurts
2274 Test cases for #8385 (from Simon's "torture.pl")
2276 Start fixing UTF-8 lval substr() (8405)
2277 Branch: maint-5.6/perl
2278 !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
2279 !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
2280 ____________________________________________________________________________
2281 [ 8574] By: jhi on 2001/01/28 03:09:06
2282 Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
2287 Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted
2289 "\x{FF}\xFF" was broken.
2291 Tests for #8329 and #8330.
2293 Add a note about EBCDIC versus UTF-8 to a potential problem spot.
2295 IRIX compiler noticed that the bof initialization might be
2296 bypassed by control flow.
2298 Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
2299 Branch: maint-5.6/perl
2300 !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
2301 !> regexec.c sv.c t/op/bop.t toke.c utf8.c
2302 ____________________________________________________________________________
2303 [ 8573] By: jhi on 2001/01/28 02:06:12
2306 ! lib/Text/Wrap.pm t/lib/textwrap.t
2307 ____________________________________________________________________________
2308 [ 8572] By: jhi on 2001/01/28 02:04:49
2309 Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
2310 8305,8323,8324 from mainline. The 8267,8272, and 8298 were
2311 not really integrated but instead salvaged by hand
2312 (they had too many dependencies on the development release
2313 to be cleanly integratable).
2315 Subject: more UTF8 test suites and an UTF8 patch
2317 Tweak for MULTIPLICITY/USE_PERLIO
2321 Turn SvUTF8 off if not required in pp_chr and pp_stringify.
2323 Use the UTF8_XXX macros in is_utf8_char().
2325 Rewrite pp_concat() in terms of sv_catsv(). The . operator
2326 should now be UTF-8-proof.
2328 Subject: [PATCH perl@8269] scanning two hex-constants
2329 fails on EBCDIC environment (script length.t)
2331 Add some Unicode chop() tests.
2332 Branch: maint-5.6/perl
2333 ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
2334 !> sv.c t/op/chop.t utf8.h
2335 ____________________________________________________________________________
2336 [ 8571] By: jhi on 2001/01/28 00:35:59
2337 Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
2338 8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
2340 Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
2342 The maxiters upper limit sanity check (guarding against
2343 non-progress) assumed bytes instead of characters in s///
2348 sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
2349 join() should now be UTF-8-proof.
2351 More split // UTF-8 tests. (8250)
2352 Branch: maint-5.6/perl
2353 !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
2355 ____________________________________________________________________________
2356 [ 8570] By: jhi on 2001/01/27 22:15:46
2357 Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
2358 8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
2359 8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
2360 8084,8204,8244,8333 from mainline.
2362 For -Q where Q might be a one-letter sub name one does no more
2363 get a warning about an unknown filetest (7941,7943,7944,8084).
2365 Subject: Re: [ID 20001130.011] expression parsing bug ?
2367 Make uv_to_utf8() to zero-terminate its output buffer.
2369 Split off t/op/length.t (7995)
2371 Split off t/op/utf8decode.t (7996)
2373 Remove an unnecessary 'use utf8' from the utf8.t (7998)
2375 Split off t/op/concat.t (8004)
2377 Split off t/op/ver.t (8005)
2379 Document utf8_length(), utf8_distance(), and utf8_hop().
2381 Document utf8_to_uv() better.
2383 Introduce macros for UTF8 decoding (8028,8033).
2385 Add test for reverse() (8030,8031).
2387 Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
2389 Do not return the Unicode replacement character on UTF-8
2392 Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
2393 not this_utf8 i.e. the output string has one, but don't mess
2394 with source assumption. (8052,8053)
2396 Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
2397 writing of BOM to a non-utf8 stream. Fix SvPVutf8() - sv_2pv()
2398 was not expecting to be called with something that was already
2399 SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
2400 just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
2403 Recode the naughty binary bytes in utf8decode.t using the \xHH.
2405 Make some panic messages a bit more logical.
2406 Branch: maint-5.6/perl
2407 +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
2408 !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
2409 !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
2410 !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
2411 !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
2413 ____________________________________________________________________________
2414 [ 8569] By: jhi on 2001/01/27 19:16:43
2415 Log: Integrate changes #7750 from perlio and #8566 from mainline.
2416 Branch: maint-5.6/perl
2418 ____________________________________________________________________________
2419 [ 8568] By: jhi on 2001/01/27 18:06:51
2420 Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
2421 7783,7790[perlio],7869,7871,7872,7911,7916,7932,
2422 7935[-perlio.c],7936,7959,7965 from mainline.
2424 Change the "big byte" error message to "Wide character".
2425 (7355, the croak-if-wide-chars-in-print part ignored)
2429 Introduce Perl_utf8_length().
2431 diff -se shows these as different (7753, forgotten check-ins)
2433 Subject: [PATCH] doop.c - UTF8 tr///
2435 If we use (aTHX_ ...) then put Perl_ on the front.
2437 Make utf8_length() and utf8_distance() to be less forgiving
2440 Test line numbers are different with utf8.
2442 No need to scan till infinity, 13 is enough. (7872,7911)
2444 Subject: [PATCH] Tokeniser debugging
2446 Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
2448 Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
2450 Be more careful in Perl_sv_utf8_downgrade().
2454 Raw zero bytes in text files confuse at least GNU patch 2.1.
2455 Branch: maint-5.6/perl
2456 !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
2457 !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
2458 !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
2459 !> t/pragma/utf8.t toke.c utf8.c utf8.h
2460 ____________________________________________________________________________
2461 [ 8567] By: nick on 2001/01/27 11:10:38
2462 Log: Integrate mainline
2464 !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
2465 !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
2466 !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
2468 ____________________________________________________________________________
2469 [ 8566] By: jhi on 2001/01/27 06:22:48
2470 Log: More documentation for the regexp context stack.
2473 ____________________________________________________________________________
2474 [ 8565] By: jhi on 2001/01/27 05:21:57
2475 Log: Update Changes.
2477 ! Changes patchlevel.h
2478 ____________________________________________________________________________
2479 [ 8564] By: jhi on 2001/01/27 04:44:04
2480 Log: Threadedness patch for #8562 from Doug MacEachern.
2483 ____________________________________________________________________________
2484 [ 8563] By: jhi on 2001/01/27 04:26:24
2485 Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
2486 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
2487 Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
2488 Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
2491 ____________________________________________________________________________
2492 [ 8562] By: jhi on 2001/01/27 04:20:30
2493 Log: Subject: Re: Announce : Tokener reporting patch
2494 From: Simon Cozens <simon@cozens.net>
2495 Date: Mon, 22 Jan 2001 02:17:22 +0000
2496 Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
2498 ! embed.h embed.pl proto.h toke.c
2499 ____________________________________________________________________________
2500 [ 8561] By: jhi on 2001/01/27 04:17:24
2501 Log: Forgot from #8545. Oops.
2503 ! pp.c t/pragma/overload.t
2504 ____________________________________________________________________________
2505 [ 8560] By: jhi on 2001/01/27 03:01:47
2506 Log: A better module compilation test, use MANIFEST as suggested
2510 ____________________________________________________________________________
2511 [ 8559] By: jhi on 2001/01/27 02:50:48
2512 Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
2513 From: Peter Prymmer <pvhp@forte.com>
2514 Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
2515 Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
2518 ____________________________________________________________________________
2519 [ 8558] By: jhi on 2001/01/27 02:27:05
2520 Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
2521 From: Peter Prymmer <pvhp@forte.com>
2522 Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
2523 Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
2525 ! t/pragma/sub_lval.t
2526 ____________________________________________________________________________
2527 [ 8557] By: jhi on 2001/01/27 02:26:03
2528 Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
2529 From: Peter Prymmer <pvhp@forte.com>
2530 Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
2531 Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
2533 ! t/lib/st-06compat.t
2534 ____________________________________________________________________________
2535 [ 8556] By: jhi on 2001/01/27 02:24:33
2536 Log: Subject: [PATCH: perl@8531] minor update to README.os390
2537 From: Peter Prymmer <pvhp@forte.com>
2538 Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
2539 Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
2542 ____________________________________________________________________________
2543 [ 8555] By: jhi on 2001/01/27 00:35:47
2544 Log: No point in checking the length before we know whether the pointer
2545 is bogus or not, fixes Abigail's odbm failures in Linux.
2548 ____________________________________________________________________________
2549 [ 8554] By: nick on 2001/01/26 19:01:31
2550 Log: Integrate mainline
2552 !> lib/Text/Wrap.pm t/lib/textwrap.t
2553 ____________________________________________________________________________
2554 [ 8553] By: jhi on 2001/01/26 15:19:39
2555 Log: Integrate change #7792 from perlio (multiplicity fix),
2556 fix the AV leak in regex DEBUGGING (tiny part of the
2557 polymorphic regexp patch #8143).
2558 Branch: maint-5.6/perl
2561 ____________________________________________________________________________
2562 [ 8552] By: jhi on 2001/01/26 15:03:23
2563 Log: Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
2564 From: Michael G Schwern <schwern@pobox.com>
2565 Date: Fri, 26 Jan 2001 09:28:31 -0500
2566 Message-ID: <20010126092831.A15328@blackrider.aocn.com>
2568 ! lib/Text/Wrap.pm t/lib/textwrap.t
2569 ____________________________________________________________________________
2570 [ 8551] By: jhi on 2001/01/26 02:33:19
2571 Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
2572 7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
2574 Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
2576 Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
2580 BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
2582 Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
2584 (the cleanup of unused submatches in regtry() and regcppop())
2586 Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
2587 stored and restored, and thusly was trounced by the utf8 swash
2590 use utf8 not required to use \x{}.
2592 Removed two more tests that make no sense in UTF-8 since the test
2593 data is not in UTF-8.
2595 Get the three different space character classes right under utf8.
2597 Implement ANYOFUTF8 regprop() dumping.
2599 Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
2601 Document the regex context pushing/popping a bit better.
2602 Branch: maint-5.6/perl
2603 +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
2604 !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
2605 !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
2606 !> t/op/regmesg.t utf8.c
2607 ____________________________________________________________________________
2608 [ 8550] By: nick on 2001/01/25 19:42:30
2609 Log: Integrate mainline
2611 !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
2612 !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
2613 !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
2614 !> t/lib/bigint.t t/lib/bigintpm.t
2615 ____________________________________________________________________________
2616 [ 8549] By: jhi on 2001/01/25 15:22:28
2617 Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
2618 Branch: maint-5.6/perl
2619 ! pod/perlfunc.pod pp.c t/pragma/utf8.t
2620 ____________________________________________________________________________
2621 [ 8548] By: jhi on 2001/01/25 15:02:55
2622 Log: Integrate changes #7997,8063,8492,8547 from mainline.
2624 Subject: Re: STRLEN - what?
2626 Subject: [PATCH] perlguts.pod
2628 Memory management calls documentation.
2630 Layout using tabulator is not a good idea in a pod.
2631 Branch: maint-5.6/perl
2633 ____________________________________________________________________________
2634 [ 8547] By: jhi on 2001/01/25 14:49:05
2635 Log: Layout using tabulator is not a good idea in a pod.
2638 ____________________________________________________________________________
2639 [ 8546] By: jhi on 2001/01/25 14:31:12
2640 Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
2643 Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
2645 Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
2647 More Win32 editor/IDE/shell hints.
2651 Yet another editor edit.
2655 IDE/editor section tweaking.
2657 Few more IDE/editor nits from p5p.
2658 Branch: maint-5.6/perl
2660 ____________________________________________________________________________
2661 [ 8545] By: jhi on 2001/01/25 04:16:32
2662 Log: Subject: [PATCH 5.7.0] overload int()
2663 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2664 Date: Wed, 24 Jan 2001 19:06:57 -0500
2665 Message-ID: <20010124190657.A8512@math.ohio-state.edu>
2667 ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
2668 ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
2670 ____________________________________________________________________________
2671 [ 8544] By: jhi on 2001/01/25 04:15:11
2672 Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
2673 From: Peter Prymmer <pvhp@forte.com>
2674 Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
2675 Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
2677 ! Makefile.SH README.os390 hints/os390.sh installperl
2678 ____________________________________________________________________________
2679 [ 8543] By: jhi on 2001/01/25 03:52:08
2680 Log: Integrate change #8462,8469 from mainline.
2682 In VMS Perl subversion (perl -V) is undef.
2683 Branch: maint-5.6/perl
2685 ____________________________________________________________________________
2686 [ 8542] By: jhi on 2001/01/25 03:44:55
2687 Log: Integrate changes #7835,7850,8315,8316 from mainline.
2690 Branch: maint-5.6/perl
2691 !> hints/solaris_2.sh
2692 ____________________________________________________________________________
2693 [ 8541] By: jhi on 2001/01/25 03:39:28
2694 Log: Integrate #8336 from mainline.
2695 Branch: maint-5.6/perl
2697 ____________________________________________________________________________
2698 [ 8540] By: jhi on 2001/01/25 03:23:50
2700 Branch: maint-5.6/perl
2702 ____________________________________________________________________________
2703 [ 8539] By: jhi on 2001/01/25 03:21:55
2704 Log: (Retracted by #5940.)
2705 Branch: maint-5.6/perl
2707 ____________________________________________________________________________
2708 [ 8538] By: jhi on 2001/01/25 03:14:07
2709 Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
2710 From: Peter Prymmer <pvhp@forte.com>
2711 Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
2712 Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
2715 Branch: maint-5.6/perl
2716 ! configure.com vms/descrip_mms.template
2717 ____________________________________________________________________________
2718 [ 8537] By: jhi on 2001/01/25 03:06:09
2719 Log: Integrate #7710,7824,7973 from mainline.
2720 Branch: maint-5.6/perl
2721 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
2722 !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
2723 !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
2724 !> vos/config.ga.def vos/config.ga.h win32/config.bc
2725 !> win32/config.gc win32/config.vc
2726 ____________________________________________________________________________
2727 [ 8536] By: jhi on 2001/01/24 13:50:20
2728 Log: Revert the edits made by me so far to the 5.6 branch since
2729 the TRIAL1 since I did edits when I should have been using
2730 integrates. Bad programmer. (Will integrate them properly later.)
2731 Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
2732 The #8353 will not be reapplied at least for now since
2733 the UTF-8 hash keys need more thinking.
2734 (The patches #8347, #8354, #8454, #8473 were okay since they
2735 were original edits made specifically for the 5.6.1-TRIAL1.)
2736 Branch: maint-5.6/perl
2737 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2738 ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
2739 ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
2740 ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
2741 ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
2742 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
2743 ! win32/config.bc win32/config.gc win32/config.vc
2744 ____________________________________________________________________________
2745 [ 8535] By: bailey on 2001/01/24 06:37:02
2748 +> (branch 26 files)
2749 !> (integrate 130 files)
2750 ____________________________________________________________________________
2751 [ 8534] By: nick on 2001/01/23 19:30:57
2752 Log: Integrate mainline.
2754 !> Changes Configure Porting/Glossary Porting/config.sh
2755 !> Porting/config_H embed.h embed.pl ext/Encode/compile
2756 !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
2757 !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
2758 !> pod/perlvar.pod proto.h t/lib/1_compile.t
2759 ____________________________________________________________________________
2760 [ 8533] By: jhi on 2001/01/23 16:15:46
2761 Log: Forgotten from #8501.
2763 ! Porting/Glossary Porting/config.sh Porting/config_H
2764 ____________________________________________________________________________
2765 [ 8532] By: jhi on 2001/01/23 16:13:27
2766 Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
2767 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
2768 Date: Mon, 22 Jan 2001 17:51:58 +0100
2769 Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
2771 ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
2772 ____________________________________________________________________________
2773 [ 8531] By: jhi on 2001/01/23 15:46:01
2774 Log: Update Changes.
2776 ! Changes patchlevel.h
2777 ____________________________________________________________________________
2778 [ 8530] By: jhi on 2001/01/23 15:38:39
2779 Log: De-cut-and-pasto.
2782 ____________________________________________________________________________
2783 [ 8529] By: jhi on 2001/01/23 15:11:04
2784 Log: Document the mkdir trailing slashes case.
2787 ____________________________________________________________________________
2788 [ 8528] By: jhi on 2001/01/23 15:08:28
2789 Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
2793 From: <abigail@foad.org>
2794 Date: Mon, 28 Aug 2000 20:35:08 -0400
2795 Message-ID: <20000829003508.21281.qmail@foad.org>
2798 ____________________________________________________________________________
2799 [ 8527] By: jhi on 2001/01/23 14:44:04
2800 Log: Metaconfig unit change for #8526.
2802 ! U/threads/archname.U
2803 ____________________________________________________________________________
2804 [ 8526] By: jhi on 2001/01/23 14:43:19
2805 Log: Attach -perlio to the archname if so selected.
2808 ____________________________________________________________________________
2809 [ 8525] By: jhi on 2001/01/23 14:24:01
2810 Log: Subject: [PATCH] pod/perlvar.pod
2811 From: abigail@foad.org
2812 Date: Tue, 23 Jan 2001 01:41:10 +0100
2813 Message-ID: <20010123004110.22259.qmail@foad.org>
2816 ____________________________________________________________________________
2817 [ 8524] By: jhi on 2001/01/23 14:22:32
2818 Log: A bug introduced in #8217 (the undefined variable in the
2819 lib/safe1_t #3) fixed, by Charles Lane:
2821 The earlier patch made it so that stuff running in Safe
2822 compartments could do a "caller" and see "main". That
2823 little change in name is done right before the code in
2824 the compartment is run, and apparantly the parser
2825 was picking up the stash name before it got changed.
2827 (why it was threaded vs. unthreaded Perl that was sensitive to this
2828 I still don't know...and it probably doesn't matter).
2830 I tryed removing the stash name-change and saw that threaded Perl
2831 did indeed pass the lib/safe1.t tests.
2833 So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
2834 do the name change (and to connect _ in the compartment to the global
2835 _) which is removed from _safe_call_sv. Then Safe.pm is modified
2836 to call _safe_pkg_prep when creating a new compartment.
2838 Passes all tests with threaded perl on linux; passes all tests
2839 with unthreaded perl on VMS.
2841 At some point I'll probably want to revisit Safe and Opcode to
2842 provide more sensible handling of global variables...and to get
2843 formats working in Safe compartments, which they don't do currently.
2845 ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
2846 ____________________________________________________________________________
2847 [ 8523] By: jhi on 2001/01/23 14:11:58
2848 Log: Also the lib/Thread.pm itself needs to be ignored if
2849 the Thread extension hasn't been built.
2852 ____________________________________________________________________________
2853 [ 8522] By: jhi on 2001/01/23 13:51:28
2854 Log: print() instead of warn() so that stderr doesn't get
2855 unncessarily polluted.
2857 ! ext/Encode/compile
2858 ____________________________________________________________________________
2859 [ 8521] By: jhi on 2001/01/23 13:49:48
2860 Log: Integrate perlio.
2862 !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
2863 !> ext/Encode/encode.h
2864 ____________________________________________________________________________
2865 [ 8520] By: nick on 2001/01/22 21:44:00
2866 Log: More messing with Encode:
2867 Extra fields in header to allow multiple names and to record
2868 other things "compile" knows.
2869 Re-organise compile to factor out common output routines.
2871 ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
2872 ____________________________________________________________________________
2873 [ 8519] By: nick on 2001/01/22 20:33:50
2874 Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
2876 ! ext/Encode/Makefile.PL ext/Encode/compile
2877 ____________________________________________________________________________
2878 [ 8518] By: nick on 2001/01/22 20:28:13
2879 Log: Integrate mainline
2881 !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
2882 !> vos/config.alpha.def vos/config.alpha.h
2883 ____________________________________________________________________________
2884 [ 8517] By: jhi on 2001/01/22 15:37:17
2885 Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
2889 ____________________________________________________________________________
2890 [ 8516] By: jhi on 2001/01/22 14:55:15
2891 Log: More SIG_SIZE fixes.
2893 ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
2894 ____________________________________________________________________________
2895 [ 8515] By: jhi on 2001/01/22 14:50:27
2896 Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
2897 From: "Craig A. Berry" <craigberry@mac.com>
2898 Date: Mon, 22 Jan 2001 00:42:24 -0600
2899 Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
2902 ____________________________________________________________________________
2903 [ 8514] By: jhi on 2001/01/22 14:31:17
2904 Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
2905 From: "Craig A. Berry" <craigberry@mac.com>
2906 Date: Sun, 21 Jan 2001 23:03:25 -0600
2907 Message-Id: <p04330101b691596f577f@[172.16.52.1]>
2910 ____________________________________________________________________________
2911 [ 8513] By: jhi on 2001/01/22 14:14:00
2912 Log: Add the .ucm encoding tables to the MANIFEST.
2915 ____________________________________________________________________________
2916 [ 8512] By: jhi on 2001/01/22 13:43:33
2917 Log: Integrate perlio.
2919 +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
2920 +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
2921 +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
2922 +> ext/Encode/Encode/iso8859-10.ucm
2923 +> ext/Encode/Encode/iso8859-13.ucm
2924 +> ext/Encode/Encode/iso8859-14.ucm
2925 +> ext/Encode/Encode/iso8859-15.ucm
2926 +> ext/Encode/Encode/iso8859-16.ucm
2927 +> ext/Encode/Encode/iso8859-2.ucm
2928 +> ext/Encode/Encode/iso8859-3.ucm
2929 +> ext/Encode/Encode/iso8859-4.ucm
2930 +> ext/Encode/Encode/iso8859-5.ucm
2931 +> ext/Encode/Encode/iso8859-6.ucm
2932 +> ext/Encode/Encode/iso8859-7.ucm
2933 +> ext/Encode/Encode/iso8859-8.ucm
2934 +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
2935 +> ext/Encode/Encode/symbol.ucm
2936 !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
2938 ____________________________________________________________________________
2939 [ 8511] By: nick on 2001/01/21 23:44:47
2940 Log: Make "real" layers of ":utf8" and ":raw".
2941 So now PERLIO=utf8 perl ...
2942 does what Andreas wanted.
2943 Fix arg passing in open.pm (still have a Carp issue).
2945 ! lib/open.pm perlio.c perliol.h
2946 ____________________________________________________________________________
2947 [ 8510] By: jhi on 2001/01/21 22:56:53
2948 Log: Document the regex context pushing/popping a bit better.
2951 ____________________________________________________________________________
2952 [ 8509] By: jhi on 2001/01/21 22:55:44
2953 Log: Tweak the mkdir trailing slash code some more.
2955 TO DO: the same handling should probably be done for
2956 all the other filesystem functions that can have directories
2960 ____________________________________________________________________________
2961 [ 8508] By: nick on 2001/01/21 21:37:43
2962 Log: Switch "compiled in" encodings to .ucm format.
2963 (Leave others as .enc till we can run-time load .ucm,
2964 or find some other way to load them.)
2966 + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
2967 + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
2968 + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
2969 + ext/Encode/Encode/iso8859-10.ucm
2970 + ext/Encode/Encode/iso8859-13.ucm
2971 + ext/Encode/Encode/iso8859-14.ucm
2972 + ext/Encode/Encode/iso8859-15.ucm
2973 + ext/Encode/Encode/iso8859-16.ucm
2974 + ext/Encode/Encode/iso8859-2.ucm
2975 + ext/Encode/Encode/iso8859-3.ucm
2976 + ext/Encode/Encode/iso8859-4.ucm
2977 + ext/Encode/Encode/iso8859-5.ucm
2978 + ext/Encode/Encode/iso8859-6.ucm
2979 + ext/Encode/Encode/iso8859-7.ucm
2980 + ext/Encode/Encode/iso8859-8.ucm
2981 + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
2982 + ext/Encode/Encode/symbol.ucm
2983 ! ext/Encode/Makefile.PL ext/Encode/compile
2984 ____________________________________________________________________________
2985 [ 8507] By: nick on 2001/01/21 21:02:03
2986 Log: Integrate (partial) mainline.
2988 !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
2989 !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
2990 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
2991 ____________________________________________________________________________
2992 [ 8506] By: jhi on 2001/01/21 20:09:30
2993 Log: Update Changes.
2995 ! Changes patchlevel.h
2996 ____________________________________________________________________________
2997 [ 8505] By: jhi on 2001/01/21 19:39:59
2998 Log: Subject: Minor typos in perlfaq2.pod
2999 From: "Stephen P. Potter" <spp@spotter.yi.org>
3000 Message-Id: <200101192101.QAA11911@spotter.yi.org>
3001 Date: Fri, 19 Jan 2001 16:01:13 -0500
3003 with a nit from Philip Netwon.
3006 ____________________________________________________________________________
3007 [ 8504] By: jhi on 2001/01/21 19:33:05
3008 Log: Metaconfig change for #8503.
3010 ! U/threads/usethreads.U
3011 ____________________________________________________________________________
3012 [ 8503] By: jhi on 2001/01/21 19:32:21
3013 Log: Sanity check for conflicting thread flavours.
3015 ! Configure config_h.SH
3016 ____________________________________________________________________________
3017 [ 8502] By: jhi on 2001/01/21 19:23:00
3018 Log: Metaconfig change for #8501.
3020 ! U/modified/sig_name.U
3021 ____________________________________________________________________________
3022 [ 8501] By: jhi on 2001/01/21 19:22:26
3023 Log: The SIG_SIZE is the number of the elements *excluding*
3024 the terminating NULL.
3026 ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
3027 ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
3029 ____________________________________________________________________________
3030 [ 8500] By: jhi on 2001/01/21 18:31:31
3031 Log: Integrate perlio.
3033 !> doio.c embed.h embed.pl ext/Encode/Encode.xs
3034 !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
3035 !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
3036 !> pp_sys.c proto.h sv.c
3037 ____________________________________________________________________________
3038 [ 8499] By: jhi on 2001/01/21 17:43:57
3039 Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390
3040 From: Hugo <hv@crypt.compulink.co.uk>
3041 Date: Sun, 21 Jan 2001 13:34:05 +0000
3042 Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
3044 In sprintf UTF8ize only if necessary.
3047 ____________________________________________________________________________
3048 [ 8498] By: nick on 2001/01/21 16:25:32
3049 Log: Encode cleanup.
3050 Add command line control over "compile" so that Makefile.PL
3051 needs can be combined with other uses.
3052 Use command line options in Makefile.PL.
3053 Fix multi-byte parsing in .ucm files.
3055 ! ext/Encode/Makefile.PL ext/Encode/compile
3056 ____________________________________________________________________________
3057 [ 8497] By: nick on 2001/01/21 12:56:27
3058 Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
3060 ! ext/Encode/Encode.xs
3061 ____________________________________________________________________________
3062 [ 8496] By: nick on 2001/01/21 12:18:45
3063 Log: Fixup after integrate:
3064 missed the .sym files that are changed by regen_headers
3065 sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
3067 ! global.sym pp.sym sv.c
3068 ____________________________________________________________________________
3069 [ 8495] By: nick on 2001/01/21 11:51:07
3070 Log: Integrate mainline.
3072 +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
3073 !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
3074 !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
3075 !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
3076 !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
3077 !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
3078 !> win32/Makefile win32/makefile.mk
3079 ____________________________________________________________________________
3080 [ 8494] By: jhi on 2001/01/20 23:12:11
3081 Log: Forgot the expect_number() prototype.
3083 ! embed.h embed.pl proto.h
3084 ____________________________________________________________________________
3085 [ 8493] By: jhi on 2001/01/20 22:56:39
3086 Log: Subject: [PATCH: perl@8482] README.vms URL updates
3087 From: Peter Prymmer <pvhp@forte.com>
3088 Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
3089 Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
3091 Plus Craig A. Berry's suggestion to use compaq.com instead
3095 ____________________________________________________________________________
3096 [ 8492] By: jhi on 2001/01/20 22:50:05
3097 Log: Memory management calls documentation.
3100 ____________________________________________________________________________
3101 [ 8491] By: jhi on 2001/01/20 22:38:33
3102 Log: Signedness nit plus few memcpy/Copy nits.
3105 ____________________________________________________________________________
3106 [ 8490] By: jhi on 2001/01/20 22:25:53
3107 Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
3108 From: Peter Prymmer <pvhp@forte.com>
3109 Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
3110 Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
3112 ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
3113 ____________________________________________________________________________
3114 [ 8489] By: jhi on 2001/01/20 22:24:41
3115 Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
3116 From: Peter Prymmer <pvhp@forte.com>
3117 Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
3118 Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
3120 ! win32/Makefile win32/makefile.mk
3121 ____________________________________________________________________________
3122 [ 8488] By: jhi on 2001/01/20 22:22:27
3123 Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
3124 From: Peter Prymmer <pvhp@forte.com>
3125 Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
3126 Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
3129 ____________________________________________________________________________
3130 [ 8487] By: jhi on 2001/01/20 22:21:18
3131 Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
3132 From: Peter Prymmer <pvhp@forte.com>
3133 Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
3134 Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
3136 + ext/DynaLoader/dl_dllload.xs
3137 ! MANIFEST Makefile.SH hints/os390.sh
3138 ____________________________________________________________________________
3139 [ 8486] By: jhi on 2001/01/20 22:17:53
3140 Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
3141 From: Peter Prymmer <pvhp@forte.com>
3142 Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
3143 Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
3145 ! README.os390 README.posix-bc
3146 ____________________________________________________________________________
3147 [ 8485] By: jhi on 2001/01/20 20:15:30
3148 Log: Document and test the new qu operator.
3151 ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
3152 ! pod/perlretut.pod pod/perlunicode.pod
3153 ____________________________________________________________________________
3154 [ 8484] By: nick on 2001/01/20 19:42:30
3155 Log: Infrastructure to allow:
3156 open($fh,"|-",@array);
3158 i.e. mark pp_open as needing a stack mark, and make pp_open
3159 process its args in that style (and pass them _all_ to tied handles OPEN).
3160 Invent do_openn() which takes SV ** at allow it to see multiple args.
3161 Note this does not _do_ anything yet.
3163 ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
3164 ! perlapi.c pp_proto.h pp_sys.c proto.h
3165 ____________________________________________________________________________
3166 [ 8483] By: nick on 2001/01/20 17:23:14
3167 Log: Integrate mainline.
3169 !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
3170 !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
3171 ____________________________________________________________________________
3172 [ 8482] By: jhi on 2001/01/19 15:37:49
3173 Log: Update Changes.
3175 ! Changes patchlevel.h
3176 ____________________________________________________________________________
3177 [ 8481] By: jhi on 2001/01/19 14:41:24
3178 Log: Subject: Re: new feature: s?printf parameter reordering
3179 From: Hugo <hv@crypt.compulink.co.uk>
3180 Date: Thu, 11 Jan 2001 17:09:03 +0000
3181 Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
3183 - support reordering for all parameters: %, *v, *, .*
3184 - lay down that the reordering specification must immediately
3185 follow that parameter: %3$, *v3$, *3$, .*3$
3186 - fix vectorisation of a zero-length string
3187 - factor out the code choosing the argument to format
3189 Possibly unwanted side-effects:
3190 - the special format specifiers ' +-0' must now precede any
3191 vectorisation specifier. Tests in op/sprintf and op/ver
3192 have been changed to reflect this.
3193 - sprintf.t test #214 changed its expectations because in many
3194 cases, the next parameter has already been consumed when an
3195 invalid type letter is detected.
3197 Probably wanted side-effects:
3198 - attempts to format a non-existent parameter will warn as if C<undef>
3199 - attempt to write to non-existent parameter with '%n' will complain
3200 of "attempt to modify read-only value" instead of being silent
3202 ! sv.c t/op/sprintf.t t/op/ver.t
3203 ____________________________________________________________________________
3204 [ 8480] By: jhi on 2001/01/19 14:08:37
3205 Log: Subject: PATCH pragma/locale.t
3206 From: andreas.koenig@anima.de (Andreas J. Koenig)
3207 Date: 18 Jan 2001 09:45:37 +0100
3208 Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
3211 ____________________________________________________________________________
3212 [ 8479] By: jhi on 2001/01/19 13:19:58
3213 Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
3216 ____________________________________________________________________________
3217 [ 8478] By: jhi on 2001/01/19 02:12:35
3218 Log: Automate 1_compile.t.
3221 ____________________________________________________________________________
3222 [ 8477] By: jhi on 2001/01/19 01:49:56
3223 Log: Integrate perlio.
3225 !> sv.c win32/config.bc win32/config.gc win32/config.vc
3226 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
3227 ____________________________________________________________________________
3228 [ 8476] By: nick on 2001/01/18 21:51:52
3229 Log: Integrate mainline
3231 +> t/lib/1_compile.t t/lib/compmod.pl
3232 !> MANIFEST configure.com lib/unicode/distinct.pm
3233 ____________________________________________________________________________
3234 [ 8475] By: nick on 2001/01/18 21:48:02
3235 Log: Win32 "safe signals" co-existance fix.
3237 Clear PL_sig_pending when cloning (fork).
3239 ! sv.c win32/config.bc win32/config.gc win32/config.vc
3240 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
3241 ____________________________________________________________________________
3242 [ 8474] By: jhi on 2001/01/18 14:40:57
3243 Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
3246 ____________________________________________________________________________
3247 [ 8473] By: gsar on 2001/01/18 11:42:31
3248 Log: unsubmitted trial1 change
3249 Branch: maint-5.6/perl
3251 ____________________________________________________________________________
3252 [ 8472] By: jhi on 2001/01/18 04:30:24
3253 Log: The first bug found by 1_compile.t.
3255 ! lib/unicode/distinct.pm
3256 ____________________________________________________________________________
3257 [ 8471] By: jhi on 2001/01/18 04:29:42
3258 Log: Add Schwern's 1_compile test. The compile_module script renamed
3259 to be a bit shorter for the 8.3 people.
3261 + t/lib/1_compile.t t/lib/compmod.pl
3263 ____________________________________________________________________________
3264 [ 8470] By: jhi on 2001/01/18 04:16:00
3265 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)
3266 From: Peter Prymmer <pvhp@forte.com>
3267 Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
3268 Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
3270 Branch: maint-5.6/perl
3272 ____________________________________________________________________________
3273 [ 8469] By: jhi on 2001/01/18 04:13:02
3274 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)
3275 From: Peter Prymmer <pvhp@forte.com>
3276 Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
3277 Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
3281 ____________________________________________________________________________
3282 [ 8468] By: jhi on 2001/01/18 03:42:08
3283 Log: Integrate perlio.
3285 !> gv.c mg.c perlio.c util.c
3286 ____________________________________________________________________________
3287 [ 8467] By: nick on 2001/01/17 22:41:10
3288 Log: "Safe" signals - trial implementation.
3289 gv.c tweaked to zero PL_sig_pend array
3290 perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
3291 util.c tweaked to not set SA_RESTART to give perlio.c a chance.
3292 Odd thing is that it "works" with PERLIO=stdio as well (linux).
3294 ! gv.c mg.c perlio.c util.c
3295 ____________________________________________________________________________
3296 [ 8466] By: nick on 2001/01/17 20:40:20
3297 Log: Integrate mainline.
3299 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
3300 !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
3301 !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
3302 !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
3303 !> vos/config.ga.h win32/config.bc win32/config.gc
3305 ____________________________________________________________________________
3306 [ 8465] By: jhi on 2001/01/17 18:37:13
3307 Log: Subject: [PATCH] Re: [PATCH: perl@8429] lib/tie-substrhash.t FAILED at test 11
3308 From: Nicholas Clark <nick@ccl4.org>
3309 Date: Wed, 17 Jan 2001 17:31:33 +0000
3310 Message-ID: <20010117173133.I2633@plum.flirble.org>
3313 ____________________________________________________________________________
3314 [ 8464] By: jhi on 2001/01/17 14:43:17
3315 Log: Subject: [PATCH: perl@8429] lib/tie-substrhash.t FAILED at test 11
3316 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
3317 Date: Wed, 17 Jan 2001 15:16:43 +0100
3318 Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es>
3320 pp_int() was dropping an NV to the floor,
3321 int(279964589018079/59) either returned not an integer
3322 4745162525730.15, or one got "Attempt to free unreferenced scalar."
3325 ____________________________________________________________________________
3326 [ 8463] By: jhi on 2001/01/17 06:12:42
3327 Log: (Replaced by #8470)
3329 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)
3330 From: "Craig A. Berry" <craigberry@mac.com>
3331 Date: Tue, 16 Jan 2001 23:38:46 -0600
3332 Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
3333 Branch: maint-5.6/perl
3335 ____________________________________________________________________________
3336 [ 8462] By: jhi on 2001/01/17 06:11:31
3337 Log: (Replaced by #8469)
3339 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)
3340 From: "Craig A. Berry" <craigberry@mac.com>
3341 Date: Tue, 16 Jan 2001 23:38:46 -0600
3342 Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
3345 ____________________________________________________________________________
3346 [ 8461] By: jhi on 2001/01/17 05:56:12
3347 Log: Allow for one trailing slash in the directory of mkdir().
3350 ____________________________________________________________________________
3351 [ 8460] By: jhi on 2001/01/17 03:26:01
3352 Log: Metaconfig unit changes for #8459.
3354 ! U/modified/Loc.U U/modified/sig_name.U
3355 ____________________________________________________________________________
3356 [ 8459] By: jhi on 2001/01/17 03:24:48
3357 Log: Define SIG_SIZE, the number of elements in the sig_name and
3358 sig_num arrays, including the final NULL entry.
3360 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3361 ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
3362 ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
3363 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
3364 ! win32/config.bc win32/config.gc win32/config.vc
3365 ____________________________________________________________________________
3366 [ 8458] By: jhi on 2001/01/17 01:41:33
3367 Log: Integrate perlio.
3369 !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
3370 !> perlapi.h proto.h sv.c
3371 ____________________________________________________________________________
3372 [ 8457] By: nick on 2001/01/16 22:07:26
3373 Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
3374 Provides all the "cost" but no benefit yet - it is to allow cost
3375 to be measured, and implementation experiments (just in mg.c?).
3377 ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
3378 ! perlapi.h proto.h sv.c
3379 ____________________________________________________________________________
3380 [ 8456] By: nick on 2001/01/16 21:07:07
3381 Log: Integrate mainline.
3383 !> (integrate 51 files)
3384 ____________________________________________________________________________
3385 [ 8455] By: jhi on 2001/01/16 18:13:43
3386 Log: Subject: [PATCH] regcomp.c old feature removal
3387 From: mjd@plover.com
3388 Date: 16 Jan 2001 14:43:18 -0000
3389 Message-ID: <20010116144318.7140.qmail@plover.com>
3392 ____________________________________________________________________________
3393 [ 8454] By: jhi on 2001/01/16 16:12:39
3394 Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
3395 From: "Indy Singh" <indy@nusphere.com>
3396 Date: Wed, 10 Jan 2001 20:17:49 -0500
3397 Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
3398 Branch: maint-5.6/perl
3400 ____________________________________________________________________________
3401 [ 8453] By: jhi on 2001/01/16 16:09:33
3402 Log: Update Changes.
3404 ! Changes patchlevel.h
3405 ____________________________________________________________________________
3406 [ 8452] By: jhi on 2001/01/16 15:42:04
3407 Log: Subject: Re: API Cleanup
3408 To: perl5-porters@perl.org
3409 Date: Tue, 16 Jan 2001 13:42:30 +0000
3410 Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
3412 Subject: [PATCH] utf8.c documentation
3413 From: Simon Cozens <simon@cozens.net>
3414 Date: Tue, 16 Jan 2001 13:52:48 +0000
3415 Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
3417 Subject: Re: API Cleanup
3418 From: Simon Cozens <simon@cozens.net>
3419 Date: Tue, 16 Jan 2001 14:58:55 +0000
3420 Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
3424 ! embed.pl pod/perlapi.pod utf8.c
3425 ____________________________________________________________________________
3426 [ 8451] By: jhi on 2001/01/16 14:41:39
3427 Log: podlators 1.07, from Russ Allbery.
3430 ____________________________________________________________________________
3431 [ 8450] By: jhi on 2001/01/16 14:24:19
3432 Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
3433 From: "Indy Singh" <indy@nusphere.com>
3434 Date: Mon, 15 Jan 2001 20:59:40 -0500
3435 Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
3438 ____________________________________________________________________________
3439 [ 8449] By: jhi on 2001/01/16 03:42:55
3440 Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
3441 at the setting of the ofs_sv in new_struct_thread() as the
3442 thr->Tofs_sv (PL_ofs_sv) was still 0xabab...., SvREFCNT_inc()ing
3443 that invited a core dump.
3446 ____________________________________________________________________________
3447 [ 8448] By: jhi on 2001/01/16 01:49:07
3448 Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
3449 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
3450 Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
3451 Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
3453 Replace #8444 and #8445.
3455 ! ext/B/B.xs ext/B/B/Debug.pm
3456 ____________________________________________________________________________
3457 [ 8447] By: jhi on 2001/01/15 21:05:35
3458 Log: Subject: [PATCH] API Variable documentation
3459 From: Simon Cozens <simon@cozens.net>
3460 Date: Mon, 15 Jan 2001 19:35:54 +0000
3461 Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk>
3463 ! pod/perlapi.pod thrdvar.h
3464 ____________________________________________________________________________
3465 [ 8446] By: jhi on 2001/01/15 20:49:20
3466 Log: Signedness nit.
3469 ____________________________________________________________________________
3470 [ 8445] By: jhi on 2001/01/15 20:28:48
3471 Log: (Replaced by #8448) More op_children traces (cleanup of #8442).
3474 ____________________________________________________________________________
3475 [ 8444] By: jhi on 2001/01/15 13:09:10
3476 Log: (Replaced by #8448) Traces of op_children (cleanup of #8442)
3479 ____________________________________________________________________________
3480 [ 8443] By: jhi on 2001/01/15 13:06:26
3481 Log: Missing from #8439.
3484 ____________________________________________________________________________
3485 [ 8442] By: jhi on 2001/01/15 13:02:38
3486 Log: Subject: [PATCH @8436] Eliminate op_children
3487 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
3488 Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
3489 Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
3491 Subject: [PATCH @8436] Re: Eliminate op_children
3492 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
3493 Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
3494 Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
3496 ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
3497 ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
3499 ____________________________________________________________________________
3500 [ 8441] By: jhi on 2001/01/15 12:57:08
3501 Log: Use the /^Perl_/-less form of is_lvalue_sub().
3504 ____________________________________________________________________________
3505 [ 8440] By: jhi on 2001/01/15 05:13:09
3506 Log: Revert #8437 and #8438, the Linux large files story is more complex.
3507 Branch: metaconfig/U/perl
3508 ! d_fpos64_t.U d_off64_t.U
3510 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3511 ! config_h.SH configure.com epoc/config.sh perl.h
3512 ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
3513 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
3514 ! win32/config.bc win32/config.gc win32/config.vc
3515 ____________________________________________________________________________
3516 [ 8439] By: jhi on 2001/01/15 05:02:24
3517 Log: More UTF-8 patches from Inaba Hiroto.
3518 - The substr lval was still not okay.
3519 - Now pp_stringify and sv_setsv copies source's UTF8 flag
3520 even if IN_BYTE. pp_stringify is called from fold_constants
3521 at optimization phase and "\x{100}" was made SvUTF8_off under
3522 use bytes (the bytes pragma is for "byte semantics" and not
3523 for "do not produce UTF8 data")
3524 - New `qu' operator to generate UTF8 string explicitly.
3525 Though I agree with the policy "0x00-0xff always produce bytes",
3526 sometimes want to such a string to be coded in UTF8.
3527 I can use pack"U0a*" but it requires more typing and has
3529 - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
3530 change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
3531 string is not UTF8_on and has char 0x80-0xff.
3533 TODO: document and test qu.
3535 ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
3536 ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
3538 ____________________________________________________________________________
3539 [ 8438] By: jhi on 2001/01/14 05:10:23
3540 Log: Metaconfig unit changes for #8437.
3541 Branch: metaconfig/U/perl
3542 ! d_fpos64_t.U d_off64_t.U
3543 ____________________________________________________________________________
3544 [ 8437] By: jhi on 2001/01/14 04:55:34
3545 Log: Add <features.h> probing, seems to be needed for (some?)
3546 Linux largefileness.
3548 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3549 ! config_h.SH configure.com epoc/config.sh perl.h
3550 ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
3551 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
3552 ! win32/config.bc win32/config.gc win32/config.vc
3553 ____________________________________________________________________________
3554 [ 8436] By: jhi on 2001/01/13 17:47:21
3555 Log: Tighten some of the tests a bit.
3558 ____________________________________________________________________________
3559 [ 8435] By: jhi on 2001/01/13 17:31:54
3560 Log: Integrate perlio.
3562 !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
3563 !> win32/config_H.gc win32/config_H.vc
3564 ____________________________________________________________________________
3565 [ 8434] By: nick on 2001/01/13 11:36:53
3566 Log: Run dmake regen_config_h for Win32
3568 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
3569 ____________________________________________________________________________
3570 [ 8433] By: nick on 2001/01/13 11:31:55
3571 Log: VMS friendly patch to Encode compile process
3573 ! ext/Encode/Makefile.PL ext/Encode/compile
3574 ____________________________________________________________________________
3575 [ 8432] By: nick on 2001/01/13 11:06:44
3576 Log: Integrate mainline
3578 +> ext/B/B/Concise.pm
3579 !> (integrate 52 files)
3580 ____________________________________________________________________________
3581 [ 8431] By: jhi on 2001/01/13 05:55:55
3582 Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
3583 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
3584 Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
3585 Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
3587 ! ext/B/B/Concise.pm
3588 ____________________________________________________________________________
3589 [ 8430] By: jhi on 2001/01/13 04:24:18
3590 Log: The LVRET macro needed an aTHX.
3593 ____________________________________________________________________________
3594 [ 8429] By: jhi on 2001/01/13 02:12:42
3595 Log: Update Changes.
3597 ! Changes patchlevel.h
3598 ____________________________________________________________________________
3599 [ 8428] By: jhi on 2001/01/13 02:08:50
3600 Log: Subject: Re: [PATCH: perl@8342] lib/bigfloat.t FAILED at test 351
3601 From: Peter Prymmer <pvhp@forte.com>
3602 Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
3603 Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
3605 Add a BEGIN guard for sloppy floating point division.
3607 ! lib/Math/BigInt.pm lib/bigint.pl
3608 ____________________________________________________________________________
3609 [ 8427] By: jhi on 2001/01/13 01:47:16
3610 Log: The B::Terse drop-in replacement wasn't quite drop-in.
3613 ____________________________________________________________________________
3614 [ 8426] By: jhi on 2001/01/12 21:20:43
3617 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3618 ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
3619 ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
3620 ! vos/config.ga.def vos/config.ga.h win32/config.bc
3621 ! win32/config.gc win32/config.vc
3622 ____________________________________________________________________________
3623 [ 8425] By: jhi on 2001/01/12 20:20:14
3624 Log: Subject: [PATCH perl@8342] -Wformat
3625 From: Robin Barker <rmb1@cise.npl.co.uk>
3626 Date: Fri, 12 Jan 2001 20:03:14 GMT
3627 Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
3629 ! ext/Encode/Encode.xs mg.c sv.c toke.c
3630 ____________________________________________________________________________
3631 [ 8424] By: jhi on 2001/01/12 20:01:48
3632 Log: Subject: B::Concise -- an improved replacement for B::Terse
3633 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
3634 Date: Sat, 6 Jan 2001 20:18:05 -0800 (PST)
3635 Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
3637 + ext/B/B/Concise.pm
3638 ! MANIFEST ext/B/B/Terse.pm
3639 ____________________________________________________________________________
3640 [ 8423] By: jhi on 2001/01/12 19:24:02
3641 Log: The new metaconfig unit from the #8421.
3642 Branch: metaconfig/U/perl
3644 ____________________________________________________________________________
3645 [ 8422] By: jhi on 2001/01/12 19:23:43
3646 Log: Forgot the microperl config from the #8421.
3648 ! uconfig.h uconfig.sh
3649 ____________________________________________________________________________
3650 [ 8421] By: jhi on 2001/01/12 19:05:27
3651 Log: Add sigprocmask() probe, regen Configure, regen toc.
3653 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3654 ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
3655 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
3656 ! vos/config.ga.h win32/config.bc win32/config.gc
3658 ____________________________________________________________________________
3659 [ 8420] By: jhi on 2001/01/12 18:34:31
3660 Log: Add sockatmark() to the todo list.
3663 ____________________________________________________________________________
3664 [ 8419] By: jhi on 2001/01/12 18:09:46
3665 Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
3668 ____________________________________________________________________________
3669 [ 8418] By: jhi on 2001/01/12 18:05:30
3670 Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
3671 From: Radu Greab <radu@netsoft.ro>
3672 Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
3673 Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
3675 ! op.c t/pragma/sub_lval.t
3676 ____________________________________________________________________________
3677 [ 8417] By: jhi on 2001/01/12 16:09:09
3678 Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
3679 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
3680 Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
3681 Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
3683 ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
3684 ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
3685 ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
3686 ! t/pragma/sub_lval.t toke.c
3687 ____________________________________________________________________________
3688 [ 8416] By: jhi on 2001/01/12 15:42:06
3689 Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
3690 From: "Richard Soderberg" <rs@crystalflame.net>
3691 Date: Fri, 12 Jan 2001 04:49:35 -0800
3692 Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
3694 Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
3695 according to the platform.
3698 ____________________________________________________________________________
3699 [ 8415] By: jhi on 2001/01/12 15:33:41
3700 Log: One more UTF-8 fix from Inaba Hiroto.
3702 ! pp.c regexec.c t/pragma/utf8.t
3703 ____________________________________________________________________________
3704 [ 8414] By: jhi on 2001/01/12 15:30:18
3705 Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
3708 ____________________________________________________________________________
3709 [ 8413] By: jhi on 2001/01/12 15:22:10
3710 Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
3711 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
3712 Date: Thu, 11 Jan 2001 12:53:36 +0100
3713 Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
3716 ____________________________________________________________________________
3717 [ 8412] By: jhi on 2001/01/12 15:20:25
3718 Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
3719 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
3720 Date: Fri, 12 Jan 2001 14:37:55 +0100
3721 Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
3724 ____________________________________________________________________________
3725 [ 8411] By: jhi on 2001/01/12 15:14:14
3726 Log: Subject: [PATCH: perl@8342] op/regmesg FAILED at test 33 on EBCDIC machines
3727 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
3728 Date: Fri, 12 Jan 2001 10:42:21 +0100
3729 Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
3732 ____________________________________________________________________________
3733 [ 8410] By: jhi on 2001/01/12 05:48:55
3734 Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
3735 From: Nicholas Clark <nick@ccl4.org>
3736 Date: Sun, 7 Jan 2001 19:47:14 +0000
3737 Message-ID: <20010107194714.B1048@plum.flirble.org>
3740 ____________________________________________________________________________
3741 [ 8409] By: jhi on 2001/01/12 05:41:28
3742 Log: Integrate perlio.
3745 ____________________________________________________________________________
3746 [ 8408] By: nick on 2001/01/11 22:43:28
3747 Log: Remove variables that were used in experiments.
3750 ____________________________________________________________________________
3751 [ 8407] By: nick on 2001/01/11 20:57:44
3752 Log: Catch die in %SIG handler and unblock the signal before re-dying.
3753 This make Linux work _without_ sigsetjmp().
3754 Turn off sigsetjmp() to see what else it does.
3755 May need Configure probe for sigprocmask() if anything has sigaction()
3756 but not sigprocmask().
3759 ____________________________________________________________________________
3760 [ 8406] By: nick on 2001/01/11 19:32:07
3761 Log: Integrate mainline
3763 !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
3764 !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
3766 ____________________________________________________________________________
3767 [ 8405] By: jhi on 2001/01/11 17:11:01
3768 Log: Fix UTF-8 lval substr().
3770 ! mg.c t/op/substr.t
3771 ____________________________________________________________________________
3772 [ 8404] By: jhi on 2001/01/11 05:13:58
3773 Log: Update Changes.
3775 ! Changes patchlevel.h
3776 ____________________________________________________________________________
3777 [ 8403] By: jhi on 2001/01/11 04:38:24
3778 Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
3779 From: Hugo <hv@crypt.compulink.co.uk>
3780 Date: Mon, 30 Oct 2000 01:33:26 +0000
3781 Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
3783 ! regexec.c t/op/re_tests
3784 ____________________________________________________________________________
3785 [ 8402] By: jhi on 2001/01/11 04:26:12
3786 Log: Integrate perlio.
3789 ____________________________________________________________________________
3790 [ 8401] By: nick on 2001/01/10 22:52:55
3791 Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
3792 (So Alan and Ilya can try setting via hints.)
3793 Verified Linux "works" with it true and fails to re-enable SIGINT if false.
3794 Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
3795 doing the save everywhere seems to restart read() correctly, but just
3796 doing it once "round" the handler does not.
3799 ____________________________________________________________________________
3800 [ 8400] By: jhi on 2001/01/10 21:57:54
3801 Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
3802 of IRIX, HP-UX is unaffected.
3805 ____________________________________________________________________________
3806 [ 8399] By: nick on 2001/01/10 21:29:19
3807 Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
3810 ____________________________________________________________________________
3811 [ 8398] By: jhi on 2001/01/10 20:55:31
3812 Log: Add ReuseAddr as a (preferred) alias for Reuse as we now
3813 also have ReusePort.
3815 ! ext/IO/lib/IO/Socket/INET.pm
3816 ____________________________________________________________________________
3817 [ 8397] By: jhi on 2001/01/10 20:50:57
3818 Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
3819 From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
3820 Date: Wed, 10 Jan 2001 01:38:13 -0800
3821 Message-ID: <20010110013813.B41744@yahoo-inc.com>
3823 ! ext/IO/lib/IO/Socket/INET.pm
3824 ____________________________________________________________________________
3825 [ 8396] By: jhi on 2001/01/10 20:49:30
3826 Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
3827 From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
3828 Date: Wed, 10 Jan 2001 01:37:32 -0800
3829 Message-ID: <20010110013732.A41744@yahoo-inc.com>
3831 ! ext/Socket/Socket.pm
3832 ____________________________________________________________________________
3833 [ 8395] By: jhi on 2001/01/10 20:41:37
3834 Log: Test for bug id 20010105.016 (fixed by #8378).
3837 ____________________________________________________________________________
3838 [ 8394] By: jhi on 2001/01/10 20:26:32
3839 Log: Integrate perlio.
3842 ____________________________________________________________________________
3843 [ 8393] By: nick on 2001/01/10 19:34:30
3844 Log: Back out Simon's pid hackery for now.
3847 ____________________________________________________________________________
3848 [ 8392] By: nick on 2001/01/10 19:23:13
3849 Log: Integrate mainline. (Builds but does not work - something broke pipes...)
3851 !> (integrate 29 files)
3852 ____________________________________________________________________________
3853 [ 8391] By: jhi on 2001/01/10 18:43:15
3854 Log: Subject: [PATCH] Fix my_pclose segfault
3855 From: Simon Cozens <simon@cozens.net>
3856 Date: Wed, 10 Jan 2001 18:39:35 +0000
3857 Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
3860 ____________________________________________________________________________
3861 [ 8390] By: jhi on 2001/01/10 18:42:08
3862 Log: Subject: [PATCH perl@8269] Opcode.XS, fix memory leak
3863 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
3864 Date: Wed, 10 Jan 2001 13:23:02 EST
3865 Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
3867 ! ext/Opcode/Opcode.xs
3868 ____________________________________________________________________________
3869 [ 8389] By: jhi on 2001/01/10 15:16:07
3870 Log: Turn off the integer preservation for now.
3873 ____________________________________________________________________________
3874 [ 8388] By: jhi on 2001/01/10 15:01:25
3875 Log: Few more IDE/editor nits from p5p.
3878 ____________________________________________________________________________
3879 [ 8387] By: jhi on 2001/01/10 06:53:16
3880 Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
3881 To: "Andreas J. Koenig" <andreas.koenig@anima.de>
3882 Date: Tue, 9 Jan 2001 23:16:02 +0000
3883 Message-ID: <20010109231602.A81101@plum.flirble.org>
3886 ____________________________________________________________________________
3887 [ 8386] By: jhi on 2001/01/10 03:17:54
3888 Log: Test cases for #8385 (from Simon's "torture.pl")
3891 ____________________________________________________________________________
3892 [ 8385] By: jhi on 2001/01/10 03:17:11
3893 Log: Subject: Re: more UTF8 test suites and an UTF8 patch
3894 From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
3895 Date: Wed, 10 Jan 2001 11:39:39 +0900
3896 Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
3898 Some more UTF-8 tr cases fixed.
3901 ____________________________________________________________________________
3902 [ 8384] By: jhi on 2001/01/09 22:45:40
3903 Log: Allow the locale test needing POSIX and the taint test
3904 needing IPC::SysV to run under 'minitest' (basically,
3905 bail out if loading the extension fails)
3907 ! t/op/misc.t t/op/taint.t
3908 ____________________________________________________________________________
3909 [ 8383] By: jhi on 2001/01/09 21:36:04
3910 Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
3911 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
3912 Date: Tue, 9 Jan 2001 13:33:22 -0800 (PST)
3913 Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
3916 ____________________________________________________________________________
3917 [ 8382] By: jhi on 2001/01/09 21:06:08
3918 Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
3919 Should finish up the bug id 20001205.022.
3921 ! pp.c pp_hot.c scope.c
3922 ____________________________________________________________________________
3923 [ 8381] By: jhi on 2001/01/09 18:27:43
3924 Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
3925 From: Andy Dougherty <doughera@lafayette.edu>
3926 Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
3927 Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
3929 More robust yacc/bison error detection.
3932 ____________________________________________________________________________
3933 [ 8380] By: jhi on 2001/01/09 15:21:38
3934 Log: Subject: [PATCH] make t/op/misc.t work on VMS
3935 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
3936 Date: Tue, 9 Jan 2001 07:53:55 EST
3937 Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu>
3939 ! t/op/misc.t vms/test.com
3940 ____________________________________________________________________________
3941 [ 8379] By: jhi on 2001/01/09 15:20:38
3942 Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
3944 Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
3945 Message-Id: <200012302057.WAA31168@alpha.hut.fi>
3947 The #8378 fixed this.
3950 ____________________________________________________________________________
3951 [ 8378] By: jhi on 2001/01/09 15:05:32
3952 Log: Subject: One more patch for UTF8
3953 From: Inaba Hiroto <inaba@st.rim.or.jp>
3954 Date: Tue, 09 Jan 2001 01:04:32 +0900
3955 Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
3957 UTF-8 fixes for 'x' and tr///.
3959 ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
3960 ! regcomp.c regexec.c toke.c utf8.c
3961 ____________________________________________________________________________
3962 [ 8377] By: jhi on 2001/01/09 14:32:17
3963 Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
3966 ____________________________________________________________________________
3967 [ 8376] By: jhi on 2001/01/09 04:32:32
3968 Log: integrate changes #7775, #8316, #8316 from mainline
3969 Branch: maint-5.6/perl
3970 ! hints/solaris_2.sh
3971 ____________________________________________________________________________
3972 [ 8375] By: jhi on 2001/01/09 04:26:43
3973 Log: Update Changes.
3975 ! Changes patchlevel.h
3976 ____________________________________________________________________________
3977 [ 8374] By: jhi on 2001/01/09 04:14:32
3978 Log: IDE/editor section tweaking.
3981 ____________________________________________________________________________
3982 [ 8373] By: jhi on 2001/01/09 02:38:26
3983 Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
3984 From: Peter Prymmer <pvhp@forte.com>
3985 Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
3986 Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
3988 In preparation os OS/390 dynamic loading.
3990 ! README.os390 hints/os390.sh
3991 ____________________________________________________________________________
3992 [ 8372] By: jhi on 2001/01/09 00:24:30
3993 Log: Integrate with perlio.
3995 !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
3996 ____________________________________________________________________________
3997 [ 8371] By: nick on 2001/01/08 23:54:33
3998 Log: Fix "scalars leaked" bugs caused by overload magic
3999 (Highlighted by Ilya's DESTROY optimization.)
4001 ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
4002 ____________________________________________________________________________
4003 [ 8370] By: nick on 2001/01/08 20:19:41
4004 Log: Integrate mainline
4006 !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
4007 !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
4009 ____________________________________________________________________________
4010 [ 8369] By: jhi on 2001/01/08 17:30:52
4011 Log: save_delete() Safefree() doesn't (anymore?) work with shared
4012 strings, one test failure in op/misc and almost all of lib/b.
4013 (Outcomments #8369.)
4016 ____________________________________________________________________________
4017 [ 8368] By: jhi on 2001/01/08 14:47:10
4018 Log: (Outcommented by #8369.)
4020 Subject: Re: Perl BugID 20001205.022 ---- save_delete
4021 From: Simon Cozens <simon@cozens.net>
4022 Date: Sat, 6 Jan 2001 11:48:40 +0000
4023 Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
4025 The save_delete() does need the Safefree.
4028 ____________________________________________________________________________
4029 [ 8367] By: bailey on 2001/01/08 08:53:52
4030 Log: Once again syncing after too long an absence
4032 +> (branch 55 files)
4033 - MAINTAIN fix_pl vos/config.def vos/config.h
4034 - vos/config_h.SH_orig
4035 !> (integrate 498 files)
4036 ____________________________________________________________________________
4037 [ 8366] By: jhi on 2001/01/08 02:42:59
4038 Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
4040 Date: Sun, 7 Jan 2001 21:07:18 +0000
4041 Message-Id: <20010107210717.D1048@plum.flirble.org>
4043 ! sv.c t/op/64bitint.t
4044 ____________________________________________________________________________
4045 [ 8365] By: jhi on 2001/01/08 02:35:16
4046 Log: Subject: [PATCH] environ nit
4047 From: Simon Cozens <simon@cozens.net>
4048 Date: Sun, 7 Jan 2001 17:57:07 +0000
4049 Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
4051 Use environ only if we have it.
4054 ____________________________________________________________________________
4055 [ 8364] By: jhi on 2001/01/08 02:24:51
4056 Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
4058 ! ext/GDBM_File/GDBM_File.xs
4059 ____________________________________________________________________________
4060 [ 8363] By: jhi on 2001/01/08 02:19:24
4061 Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
4062 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
4063 Date: Sat, 6 Jan 2001 15:25:02 -0800 (PST)
4064 Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
4067 ____________________________________________________________________________
4068 [ 8362] By: jhi on 2001/01/08 02:17:43
4069 Log: Subject: [patch] xsub AUTOLOAD fix/optimization
4070 From: Doug MacEachern <dougm@covalent.net>
4071 Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
4072 Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
4074 Allow AUTOLOAD to be an xsub and allow such xsubs
4075 to avoid use of $AUTOLOAD.
4078 ____________________________________________________________________________
4079 [ 8361] By: jhi on 2001/01/08 02:16:07
4080 Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
4081 From: Radu Greab <radu@netsoft.ro>
4082 Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
4083 Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
4085 No need for the potentially unportable $SIG{CHLD}.
4088 ____________________________________________________________________________
4089 [ 8360] By: jhi on 2001/01/08 01:58:23
4090 Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
4092 ! lib/Getopt/Long.pm
4093 ____________________________________________________________________________
4094 [ 8359] By: jhi on 2001/01/08 01:55:44
4095 Log: Integrate perlio.
4097 !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
4098 !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
4099 !> utf8.c win32/Makefile
4100 ____________________________________________________________________________
4101 [ 8358] By: jhi on 2001/01/07 21:16:50
4102 Log: Update the EPOC cross SDK URL.
4105 ____________________________________________________________________________
4106 [ 8357] By: jhi on 2001/01/07 21:16:09
4107 Log: Update the EPOC cross SDK URL.
4108 Branch: maint-5.6/perl
4110 ____________________________________________________________________________
4111 [ 8356] By: nick on 2001/01/06 21:47:52
4112 Log: FILE * in XS code for PerlIO world:
4113 - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
4114 - Add FILE * T_STDIO typemap.
4115 - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
4117 ! lib/ExtUtils/typemap perlio.c perlio.h
4118 ____________________________________________________________________________
4119 [ 8355] By: jhi on 2001/01/06 20:27:15
4120 Log: integrate change #8336 from mainline
4122 Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
4123 Branch: maint-5.6/perl
4125 ____________________________________________________________________________
4126 [ 8354] By: jhi on 2001/01/06 20:24:29
4127 Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
4128 From: Robin Barker <rmb1@cise.npl.co.uk>
4129 Date: Fri, 22 Dec 2000 12:17:38 GMT
4130 Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
4132 The patch reformats some long =item lines so they give
4133 correct output via pod2man | nroff -man
4135 Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
4136 From: Robin Barker <rmb1@cise.npl.co.uk>
4137 Date: Tue, 2 Jan 2001 15:35:03 GMT
4138 Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
4140 Here is a _further_ patch which corrects a few more errors:
4141 * an empty C<=item> in CPAN.pm
4142 * patching the wrong file (pod/perlamiga.pod not README.amiga)
4143 * leaving empty C<=item>s which formatted incorrectly
4144 * over long C<=item>s revealed by latest patch to Pod::Man
4145 Branch: maint-5.6/perl
4146 ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
4147 ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
4148 ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
4149 ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
4150 ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
4151 ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
4152 ____________________________________________________________________________
4153 [ 8353] By: jhi on 2001/01/06 20:21:10
4154 Log: integrate changes #7980, 7990, 8056, 8057 from mainline
4157 Branch: maint-5.6/perl
4158 ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
4159 ____________________________________________________________________________
4160 [ 8352] By: jhi on 2001/01/06 20:18:44
4161 Log: Forgotten from #8438.
4162 Branch: maint-5.6/perl
4164 ____________________________________________________________________________
4165 [ 8351] By: jhi on 2001/01/06 20:18:12
4166 Log: Forgotten from #8347.
4167 Branch: maint-5.6/perl
4169 ____________________________________________________________________________
4170 [ 8350] By: jhi on 2001/01/06 20:00:19
4171 Log: Thinko in #8347.
4172 Branch: maint-5.6/perl
4174 ____________________________________________________________________________
4175 [ 8349] By: jhi on 2001/01/06 18:05:30
4176 Log: Copy the FAQ3 IDE section from the development branch,
4177 changes originally by Peter Prymmer.
4178 Branch: maint-5.6/perl
4180 ____________________________________________________________________________
4181 [ 8348] By: jhi on 2001/01/06 18:03:02
4182 Log: EPOC updates for TRIAL1.
4184 Subject: [5.6.1 trial1] EPOC update
4185 From: Olaf Flebbe <O.Flebbe@science-computing.de>
4186 Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
4187 Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de>
4189 Subject: epoc patch2 for perl-5.6.1-trial1
4190 From: Olaf Flebbe <O.Flebbe@science-computing.de>
4191 Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
4192 Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de>
4193 Branch: maint-5.6/perl
4194 ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
4196 ____________________________________________________________________________
4197 [ 8347] By: jhi on 2001/01/06 17:29:10
4198 Log: integrate changes #7710,7824,7973 from mainline,
4199 plus VMS nits from Peter Prymmer and Dan Sugalski.
4201 AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
4202 library (getprotobyname and getprotobynumber are outversioned by
4203 the same calls in libc, at least for xlc version 3.
4207 Fixes for signedness warnings noticed by VMSperlers.
4208 Branch: maint-5.6/perl
4209 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4210 ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
4211 ! sv.c vms/descrip_mms.template vos/config.alpha.def
4212 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
4213 ! win32/config.bc win32/config.gc win32/config.vc
4214 ____________________________________________________________________________
4215 [ 8346] By: nick on 2001/01/06 14:36:01
4216 Log: Fixup accumulated integrate muddles (perlio == devperl again)
4218 ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
4219 ____________________________________________________________________________
4220 [ 8345] By: nick on 2001/01/06 14:24:58
4221 Log: Integrate mainline
4223 !> (integrate 55 files)
4224 ____________________________________________________________________________
4225 [ 8344] By: jhi on 2001/01/06 02:24:02
4226 Log: Subject: [patch] PerlIO_cleanup() prototype
4227 From: Doug MacEachern <dougm@covalent.net>
4228 Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
4229 Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
4232 ____________________________________________________________________________
4233 [ 8343] By: jhi on 2001/01/06 01:04:09
4234 Log: IRIX compiler noticed that the bof initialization might be
4235 bypassed by control flow.
4238 ____________________________________________________________________________
4239 [ 8342] By: jhi on 2001/01/06 00:10:48
4240 Log: Update Changes.
4242 ! Changes patchlevel.h
4243 ____________________________________________________________________________
4244 [ 8341] By: jhi on 2001/01/05 23:52:33
4245 Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
4248 ____________________________________________________________________________
4249 [ 8340] By: jhi on 2001/01/05 22:44:08
4250 Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
4251 From: Radu Greab <radu@netsoft.ro>
4252 Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
4253 Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
4255 ! t/io/pipe.t util.c
4256 ____________________________________________________________________________
4257 [ 8339] By: jhi on 2001/01/05 22:35:17
4258 Log: Subject: [PATCH] format and rewording in perlfaq.pod
4259 From: Robin Barker <rmb1@cise.npl.co.uk>
4260 Date: Fri, 5 Jan 2001 18:51:20 GMT
4261 Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
4264 ____________________________________________________________________________
4265 [ 8338] By: jhi on 2001/01/05 22:31:17
4266 Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
4267 From: Peter Prymmer <pvhp@forte.com>
4268 Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
4269 Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
4272 ____________________________________________________________________________
4273 [ 8337] By: jhi on 2001/01/05 18:15:11
4274 Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
4275 From: Robin Barker <rmb1@cise.npl.co.uk>
4276 Date: Tue, 2 Jan 2001 15:24:07 GMT
4277 Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
4279 If you call configure as C<./Configure> or C<sh ./Configure>,
4280 $src is set to the absolute path name, not '.'.
4282 This, in turn, means -Dmksymlink tries to do its stuff because
4283 it does not think it is in the src directory.
4285 (plus a metaconfig nitfix)
4287 ! U/compline/ccflags.U U/modified/src.U
4289 ! Configure config_h.SH
4290 ____________________________________________________________________________
4291 [ 8336] By: jhi on 2001/01/05 17:48:32
4292 Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
4293 From: Alan Burlison <Alan.Burlison@uk.sun.com>
4294 Message-ID: <3A5606C4.473D2226@uk.sun.com>
4295 Date: Fri, 05 Jan 2001 17:39:16 +0000
4298 ____________________________________________________________________________
4299 [ 8335] By: jhi on 2001/01/05 16:05:44
4300 Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
4302 ! lib/Getopt/Long.pm
4303 ____________________________________________________________________________
4304 [ 8334] By: jhi on 2001/01/05 16:00:51
4305 Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
4306 From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
4307 Date: Fri, 05 Jan 2001 13:46:51 +0100
4308 Message-ID: <13693.978698811@nice.ram.loc>
4310 Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
4311 accurate reading of the "atime".
4314 ____________________________________________________________________________
4315 [ 8333] By: jhi on 2001/01/05 15:57:37
4316 Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
4317 From: Simon Cozens <simon@cozens.net>
4318 Date: Fri, 8 Dec 2000 13:33:31 +0000
4319 Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
4321 A lost patch fragment.
4324 ____________________________________________________________________________
4325 [ 8332] By: jhi on 2001/01/05 15:40:42
4326 Log: Do away with strncpy() and a fixed length buffer.
4329 ____________________________________________________________________________
4330 [ 8331] By: jhi on 2001/01/05 15:03:07
4331 Log: Tests for #8329 and #8330.
4334 ____________________________________________________________________________
4335 [ 8330] By: jhi on 2001/01/05 15:02:38
4336 Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
4337 raw 8-bit form to the UTF-8 string.
4340 ____________________________________________________________________________
4341 [ 8329] By: jhi on 2001/01/05 14:55:13
4342 Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted
4343 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
4344 Date: Fri, 5 Jan 2001 12:28:52 +0100
4345 Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
4347 UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
4348 no effect. (changed the strncpy() to Copy())
4351 ____________________________________________________________________________
4352 [ 8328] By: jhi on 2001/01/05 06:44:27
4355 ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
4356 ! regexec.c sv.c toke.c
4357 ____________________________________________________________________________
4358 [ 8327] By: jhi on 2001/01/05 01:11:29
4359 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')
4360 From: Radu Greab <radu@netsoft.ro>
4361 Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
4362 Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
4364 Cleans up Harness to not use FileHandle, which uses IO.
4366 ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
4367 ____________________________________________________________________________
4368 [ 8326] By: jhi on 2001/01/05 00:56:37
4369 Log: Update Changes.
4371 ! Changes patchlevel.h
4372 ____________________________________________________________________________
4373 [ 8325] By: jhi on 2001/01/05 00:53:18
4374 Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
4375 From: Peter Prymmer <pvhp@forte.com>
4376 Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
4377 Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
4379 plus a couple more tailing whitespace removals.
4382 ____________________________________________________________________________
4383 [ 8324] By: jhi on 2001/01/05 00:47:39
4384 Log: Add some Unicode chop() tests.
4387 ____________________________________________________________________________
4388 [ 8323] By: jhi on 2001/01/05 00:47:23
4389 Log: Unify UTF-8 malformedness handling.
4391 ! doop.c pp.c sv.c toke.c utf8.c utf8.h
4392 ____________________________________________________________________________
4393 [ 8322] By: jhi on 2001/01/04 22:21:54
4394 Log: The new $issymlink was unknown to Mksymlinks.
4395 Branch: metaconfig/U/perl
4396 ! Mksymlinks.U issymlink.U
4398 ! Configure config_h.SH
4399 ____________________________________________________________________________
4400 [ 8321] By: jhi on 2001/01/04 21:51:05
4401 Log: The test didn't work under the core test framework.
4404 ____________________________________________________________________________
4405 [ 8320] By: jhi on 2001/01/04 21:14:22
4406 Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
4408 ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
4409 ____________________________________________________________________________
4410 [ 8319] By: jhi on 2001/01/04 20:46:17
4411 Log: Typo in #8312 when manually appying a problematic patch fragment.
4413 ! ext/Storable/Storable.xs
4414 ____________________________________________________________________________
4415 [ 8318] By: jhi on 2001/01/04 20:43:01
4416 Log: The $sh_c didn't fly.
4418 ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
4419 ! U/modified/Loc.U U/modified/myhostname.U
4420 ! U/modified/spitshell.U
4421 Branch: metaconfig/U/perl
4424 ! Configure config_h.SH
4425 ____________________________________________________________________________
4426 [ 8317] By: jhi on 2001/01/04 19:58:01
4427 Log: AIX builtin test -h is broken, changes based on
4429 Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
4430 Date: Tue, 02 Jan 2001 11:24:39 +0100
4431 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4432 Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
4434 + U/modified/spitshell.U
4435 ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
4436 ! U/modified/Loc.U U/modified/myhostname.U
4437 Branch: metaconfig/U/perl
4438 ! Mksymlinks.U issymlink.U
4441 ____________________________________________________________________________
4442 [ 8316] By: jhi on 2001/01/04 19:02:22
4443 Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
4444 From: Andy Dougherty <doughera@lafayette.edu>
4445 Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
4446 Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
4450 ! hints/solaris_2.sh
4451 ____________________________________________________________________________
4452 [ 8315] By: jhi on 2001/01/04 18:56:48
4453 Log: From: Lupe Christoph <lupe@lupe-christoph.de>
4454 Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
4455 Date: Wed, 3 Jan 2001 07:58:51 +0100
4456 Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
4458 ! hints/solaris_2.sh
4459 ____________________________________________________________________________
4460 [ 8314] By: jhi on 2001/01/04 18:54:07
4461 Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
4462 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
4463 Date: Wed, 3 Jan 2001 13:48:04 -0800 (PST)
4464 Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
4468 ! ext/B/B/Deparse.pm
4469 ____________________________________________________________________________
4470 [ 8313] By: jhi on 2001/01/04 18:52:27
4471 Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
4472 Date: Wed, 3 Jan 2001 13:31:53 -0800 (PST)
4473 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
4474 Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
4476 Make the peephole optimizer to bypass more null ops and
4477 and rewrite the deparse handling of continue blocks.
4479 ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
4480 ____________________________________________________________________________
4481 [ 8312] By: jhi on 2001/01/04 18:47:39
4482 Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
4484 ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
4485 ! ext/Storable/Storable.pm ext/Storable/Storable.xs
4487 ____________________________________________________________________________
4488 [ 8311] By: jhi on 2001/01/04 18:36:08
4489 Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
4490 filter to be run on each .pm during the pm_to_blib() phase,
4493 Subject: PATCH (blead 8269) ExtUtils::MakeMaker
4494 From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
4495 Date: Wed, 03 Jan 2001 22:01:30 +0100
4496 Message-ID: <5296.978555690@nice.ram.loc>
4498 ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
4499 ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
4500 ! lib/ExtUtils/MakeMaker.pm
4501 ____________________________________________________________________________
4502 [ 8310] By: jhi on 2001/01/04 18:32:54
4503 Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
4504 From: Robin Barker <rmb1@cise.npl.co.uk>
4505 Date: Tue, 2 Jan 2001 15:35:03 GMT
4506 Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
4508 ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
4509 ! pod/perlrequick.pod
4510 ____________________________________________________________________________
4511 [ 8309] By: jhi on 2001/01/04 18:29:07
4512 Log: Subject: Re: [patch] static-ize XS()
4513 From: Doug MacEachern <dougm@covalent.net>
4514 Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
4515 Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
4517 Provide prototypes for the XS functions.
4519 ! lib/ExtUtils/xsubpp
4520 ____________________________________________________________________________
4521 [ 8308] By: jhi on 2001/01/04 18:27:44
4522 Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
4523 From: Doug MacEachern <dougm@covalent.net>
4524 Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
4525 Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
4527 ! lib/ExtUtils/typemap
4528 ____________________________________________________________________________
4529 [ 8307] By: jhi on 2001/01/04 18:25:25
4530 Log: Subject: Re: [patch] MM_Unix cpprun shortcut
4531 From: Doug MacEachern <dougm@covalent.net>
4532 Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
4533 Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
4535 Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
4537 ! lib/ExtUtils/MM_Unix.pm
4538 ____________________________________________________________________________
4539 [ 8306] By: jhi on 2001/01/04 18:23:00
4540 Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
4541 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
4542 Date: Thu, 4 Jan 2001 12:47:10 +0100
4543 Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
4545 The toke.c part only, patching embed.h and proto.h is futile.
4548 ____________________________________________________________________________
4549 [ 8305] By: jhi on 2001/01/04 18:05:51
4550 Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
4551 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
4552 Date: Thu, 4 Jan 2001 17:50:12 +0100
4553 Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
4556 ____________________________________________________________________________
4557 [ 8304] By: jhi on 2001/01/04 18:03:26
4558 Log: Subject: [PATCH perl@8269]
4559 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
4560 Date: Thu, 4 Jan 2001 12:53:39 +0100
4561 Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
4563 If running byacc write-enable also perly.h.
4566 ____________________________________________________________________________
4567 [ 8303] By: jhi on 2001/01/04 15:40:49
4568 Log: Rewrite pp_concat() in terms of sv_catsv().
4571 ____________________________________________________________________________
4572 [ 8302] By: nick on 2001/01/03 22:43:22
4573 Log: Integrate mainline.
4575 !> ext/Encode/Encode.xs sv.c utf8.c
4576 ____________________________________________________________________________
4577 [ 8301] By: jhi on 2001/01/02 23:40:26
4578 Log: Variable naming tweak.
4581 ____________________________________________________________________________
4582 [ 8300] By: jhi on 2001/01/02 23:40:02
4583 Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
4584 in is_utf8_string().
4587 ____________________________________________________________________________
4588 [ 8299] By: jhi on 2001/01/02 22:14:40
4589 Log: Integrate perlio.
4591 !> pp.c pp_hot.c win32/Makefile
4592 ____________________________________________________________________________
4593 [ 8298] By: nick on 2001/01/02 22:03:06
4594 Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
4597 ____________________________________________________________________________
4598 [ 8297] By: jhi on 2001/01/02 04:26:28
4599 Log: Signedness nit.
4601 ! ext/Encode/Encode.xs
4602 ____________________________________________________________________________
4603 [ 8296] By: nick on 2001/01/01 23:49:36
4604 Log: Add Encode and correct Filter/Util/Call in nmake Makefile
4607 ____________________________________________________________________________
4608 [ 8295] By: jhi on 2001/01/01 23:05:48
4609 Log: Integrate perlio.
4611 !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
4613 ____________________________________________________________________________
4614 [ 8294] By: nick on 2001/01/01 22:48:34
4615 Log: Integrate mainline
4617 ! pp_hot.c t/lib/encode.t
4618 !> (integrate 65 files)
4619 ____________________________________________________________________________
4620 [ 8293] By: nick on 2001/01/01 21:58:50
4621 Log: More rigor in UTF-8-ness of Encode's toUnicode
4622 XS export some of the utf8 internal functions.
4623 Test some of the functions.
4624 Fix pp_concat() bug shown by said tests.
4626 ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
4628 ____________________________________________________________________________
4629 [ 8292] By: jhi on 2001/01/01 18:11:44
4630 Log: Integrate perlio.
4632 !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
4633 !> ext/Encode/encengine.c ext/Encode/encode.h
4634 ____________________________________________________________________________
4635 [ 8291] By: jhi on 2001/01/01 18:10:58
4636 Log: Podify README.mpeix (a new version from the web),
4637 add a dummy NAME to Carp::Heavy, regen toc.
4639 ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
4641 ____________________________________________________________________________
4642 [ 8290] By: nick on 2001/01/01 17:43:47
4643 Log: Loose the "Loading..." warning.
4644 Another bug in fallback support
4646 ! ext/Encode/Encode.pm ext/Encode/encengine.c
4647 ____________________________________________________________________________
4648 [ 8289] By: jhi on 2001/01/01 00:01:57
4649 Log: Bump up Larry's copyright.
4651 ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
4652 ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
4653 ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
4654 ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
4655 ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
4656 ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
4657 ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
4658 ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
4659 ____________________________________________________________________________
4660 [ 8288] By: nick on 2000/12/31 21:27:53
4661 Log: Fix .ucm reading - forgot a chr()
4662 Start of .ucm write (for .enc to .ucm)
4664 ! ext/Encode/compile
4665 ____________________________________________________________________________
4666 [ 8287] By: jhi on 2000/12/31 18:15:56
4667 Log: Comment away a diagnostic message as noted by Craig A. Berry
4668 (the unexpected message was confusing testing)
4670 ! ext/Encode/Encode.pm
4671 ____________________________________________________________________________
4672 [ 8286] By: jhi on 2000/12/31 18:14:51
4673 Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
4674 Date: Sun, 31 Dec 2000 11:17:37 -0600
4675 From: "Craig A. Berry" <craigberry@mac.com>
4676 Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
4678 ! ext/Encode/Makefile.PL
4679 ____________________________________________________________________________
4680 [ 8285] By: nick on 2000/12/31 18:11:54
4681 Log: Start of support of ICU-style .ucm files:
4682 - teach compile how to read a .ucm file
4683 - first guess at how to represent fallbacks in "tries".
4684 - use fallbacks if check == 0
4685 - new return code to indicate we used one.
4687 ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
4688 ! ext/Encode/encengine.c ext/Encode/encode.h
4689 ____________________________________________________________________________
4690 [ 8284] By: jhi on 2000/12/31 18:04:41
4691 Log: Pacify picky VMS compiler.
4693 Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
4694 From: "Craig A. Berry" <craig.berry@psinetcs.com>
4695 Date: Sat, 30 Dec 2000 18:10:02 -0600
4696 Message-Id: <200012310010.CAA09719@tiku.hut.fi>
4699 ____________________________________________________________________________
4700 [ 8283] By: jhi on 2000/12/31 16:11:47
4701 Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
4703 ! t/lib/glob-basic.t
4704 ____________________________________________________________________________
4705 [ 8282] By: jhi on 2000/12/31 15:26:11
4706 Log: Integrate perlio.
4708 !> makedef.pl opcode.pl os2/os2.c perlio.c
4709 ____________________________________________________________________________
4710 [ 8281] By: nick on 2000/12/31 10:06:15
4711 Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
4712 is available to be exported
4714 ! makedef.pl perlio.c
4715 ____________________________________________________________________________
4716 [ 8280] By: nick on 2000/12/31 09:41:26
4717 Log: Ilya's OS2 patch (testing for damage on Win32)
4719 ! makedef.pl opcode.pl os2/os2.c
4720 ____________________________________________________________________________
4721 [ 8279] By: jhi on 2000/12/30 21:52:07
4724 ! t/lib/syslfs.t t/op/lfs.t
4725 ____________________________________________________________________________
4726 [ 8278] By: jhi on 2000/12/30 21:47:49
4727 Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
4728 From: andreas.koenig@anima.de (Andreas J. Koenig)
4729 Date: 30 Dec 2000 22:35:37 +0100
4730 Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
4732 The 32-bit wraparound test wasn't quite right.
4734 ! t/lib/syslfs.t t/op/lfs.t
4735 ____________________________________________________________________________
4736 [ 8277] By: jhi on 2000/12/30 21:33:44
4737 Log: Subject: [PATCH] open() example in perlfunc.pod
4738 From: Karsten Sperling <s_sperli@ira.uka.de>
4739 Date: Sat, 30 Dec 2000 22:27:09 +0100
4740 Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
4743 ____________________________________________________________________________
4744 [ 8276] By: jhi on 2000/12/30 20:32:40
4745 Log: Not quite that many tests yet.
4748 ____________________________________________________________________________
4749 [ 8275] By: jhi on 2000/12/30 20:26:58
4750 Log: Integrate perlio.
4753 ____________________________________________________________________________
4754 [ 8274] By: jhi on 2000/12/30 20:24:56
4755 Log: Signedness nit.
4758 ____________________________________________________________________________
4759 [ 8273] By: jhi on 2000/12/30 20:15:46
4760 Log: Add a test case for 20000731.001 which was fixed by the #8267.
4763 ____________________________________________________________________________
4764 [ 8272] By: nick on 2000/12/30 19:47:51
4765 Log: Tweak for MULTIPLICITY/USE_PERLIO
4768 ____________________________________________________________________________
4769 [ 8271] By: nick on 2000/12/30 19:46:45
4770 Log: Integrate mainline
4772 +> lib/unicode/distinct.pm
4773 !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
4774 !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
4775 !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
4776 ____________________________________________________________________________
4777 [ 8270] By: jhi on 2000/12/30 19:39:50
4778 Log: Subject: RE: perl@8269
4779 From: "Richard Soderberg" <rs@crystalflame.net>
4780 Date: Sat, 30 Dec 2000 11:36:27 -0800
4781 Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
4786 ____________________________________________________________________________
4787 [ 8269] By: jhi on 2000/12/30 18:55:48
4788 Log: Update Changes.
4790 ! Changes patchlevel.h
4791 ____________________________________________________________________________
4792 [ 8268] By: jhi on 2000/12/30 17:18:40
4793 Log: Add a test for Unicode split //. The #8267 was the cure.
4796 ____________________________________________________________________________
4797 [ 8267] By: jhi on 2000/12/30 17:14:19
4798 Log: Subject: more UTF8 test suites and an UTF8 patch
4799 From: Inaba Hiroto <inaba@st.rim.or.jp>
4800 Date: Sat, 30 Dec 2000 14:27:10 +0900
4801 Message-ID: <3A4D722D.243AFD88@st.rim.or.jp>
4803 Just the patch part for now, and the pragma renamed
4804 as unicode::distinct.
4806 + lib/unicode/distinct.pm
4807 ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
4808 ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
4809 ! regcomp.h regexec.c sv.c toke.c utf8.c
4810 ____________________________________________________________________________
4811 [ 8266] By: nick on 2000/12/30 16:40:49
4812 Log: Integrate mainline
4814 +> lib/Pod/Text/Overstrike.pm
4815 !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
4816 !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
4817 !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
4818 !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
4819 !> vms/vms.c vms/vmsish.h vms/vmspipe.com
4820 ____________________________________________________________________________
4821 [ 8265] By: jhi on 2000/12/30 07:28:55
4822 Log: The sv_catsv() fix, take two.
4825 ____________________________________________________________________________
4826 [ 8264] By: jhi on 2000/12/30 06:19:18
4827 Log: Undo all the join-related changes since #8248: relevant
4828 portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
4829 The new sv_catsv() doesn't fly so it must go back to
4832 ! sv.c t/op/join.t t/pragma/utf8.t
4833 ____________________________________________________________________________
4834 [ 8263] By: jhi on 2000/12/30 01:08:32
4835 Log: (Retracted by #8264) Tweak sv_catsv() some more.
4838 ____________________________________________________________________________
4839 [ 8262] By: jhi on 2000/12/30 00:45:14
4843 ____________________________________________________________________________
4844 [ 8261] By: jhi on 2000/12/30 00:38:32
4845 Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
4848 ____________________________________________________________________________
4849 [ 8260] By: jhi on 2000/12/29 22:51:33
4850 Log: (Retracted by #8264) More fixing for #8251.
4853 ____________________________________________________________________________
4854 [ 8259] By: jhi on 2000/12/29 18:27:30
4855 Log: Subject: podlators 1.06 released
4856 From: Russ Allbery <rra@stanford.edu>
4857 Date: 25 Dec 2000 05:09:30 -0800
4858 Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
4860 + lib/Pod/Text/Overstrike.pm
4861 ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
4862 ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
4863 ____________________________________________________________________________
4864 [ 8258] By: jhi on 2000/12/29 18:20:45
4865 Log: Make the large file tests more robust/talkative as suggested by
4867 Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
4868 From: andreas.koenig@anima.de (Andreas J. Koenig)
4869 Date: 29 Dec 2000 14:23:01 +0100
4870 Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
4872 ! t/lib/syslfs.t t/op/lfs.t
4873 ____________________________________________________________________________
4874 [ 8257] By: jhi on 2000/12/29 17:48:04
4875 Log: Further VMS piping fixes from Charles Lane:
4877 In summary, error messages produced when a subprocess terminated
4878 abnormally were being sent not just to the parent process, but to
4879 grandparents, because of default values for error output that were
4880 not completely overridden when the subprocess was started.
4882 This patch fixes this behavior by defining user-mode (i.e., temporary
4883 for the duration of the program) logical names for SYS$OUTPUT and
4884 SYS$ERROR when they are (re)opened inside Perl. And a bunch of other
4885 changes to make it so that the user-mode logicals are the ones that
4886 control where Perl's error messages go if it terminates abnormally.
4888 I also added some gratuitous fixes to the indentation of braces in
4889 the piping code. It just looked ugly, before.
4891 ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
4892 ____________________________________________________________________________
4893 [ 8256] By: jhi on 2000/12/29 17:45:12
4894 Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
4895 From: "Casey R. Tweten" <crt@kiski.net>
4896 Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
4897 Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
4899 Tests for for #8240.
4901 ! t/pragma/constant.t
4902 ____________________________________________________________________________
4903 [ 8255] By: jhi on 2000/12/29 17:43:07
4904 Log: Subject: Re: [PATCH] Interesting syntax idea
4905 From: Simon Cozens <simon@cozens.net>
4906 Date: Fri, 29 Dec 2000 14:34:04 +0000
4907 Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
4911 ! t/pragma/sub_lval.t
4912 ____________________________________________________________________________
4913 [ 8254] By: jhi on 2000/12/29 17:42:11
4914 Log: Subject: [PATCH] Interesting syntax idea
4915 From: Simon Cozens <simon@cozens.net>
4916 Date: Wed, 27 Dec 2000 05:08:57 +0000
4917 Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
4919 Make opens + bareword assigns do typeglob assigns.
4922 ____________________________________________________________________________
4923 [ 8253] By: jhi on 2000/12/29 17:36:45
4924 Log: Output the (apparent) version of gcc, as suggested by
4926 Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
4927 From: jhbrown@ai.mit.edu (Jeremy H. Brown)
4928 Date: 26 Dec 2000 04:29:17 -0500
4929 Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
4931 (The patch as such didn't any more apply as the misparsing had
4932 already been addressed in #6474.) Also change the wording about
4933 gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
4936 ____________________________________________________________________________
4937 [ 8252] By: nick on 2000/12/29 12:14:31
4938 Log: Integrate mainline
4940 !> (integrate 27 files)
4941 ____________________________________________________________________________
4942 [ 8251] By: jhi on 2000/12/29 08:45:46
4943 Log: (Retracted by #8264)
4947 sv_catsv() needs one more byte space than seems reasonable.
4948 (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
4949 Curiouser and curiouser.
4952 ____________________________________________________________________________
4953 [ 8250] By: jhi on 2000/12/29 07:57:52
4954 Log: More split // UTF-8 tests.
4957 ____________________________________________________________________________
4958 [ 8249] By: jhi on 2000/12/29 07:54:51
4959 Log: (Retracted by #8264) More join() testing which was good because
4960 it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
4962 ! pp.c t/op/join.t utf8.c utf8.h
4963 ____________________________________________________________________________
4964 [ 8248] By: jhi on 2000/12/29 07:08:32
4965 Log: (Retracted by #8264) Externally: join() was still quite UTF-8-unaware.
4966 Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
4967 that the only cases to care about are byte+byte and byte+character.
4969 TODO: See how well pp_concat() could be implemented in terms
4972 ! doop.c sv.c t/op/join.t utf8.h
4973 ____________________________________________________________________________
4974 [ 8247] By: jhi on 2000/12/29 06:35:23
4975 Log: Signedness nit.
4978 ____________________________________________________________________________
4979 [ 8246] By: jhi on 2000/12/29 01:23:31
4980 Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
4981 From: Lupe Christoph <lupe@lupe-christoph.de>
4982 Date: Thu, 28 Dec 2000 23:00:00 +0100
4983 Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
4985 Suggest rsync --delete --dry-run.
4988 ____________________________________________________________________________
4989 [ 8245] By: jhi on 2000/12/28 23:57:05
4990 Log: The maxiters upper limit sanity check (guarding against
4991 non-progress) assumed bytes instead of characters in s///
4995 ____________________________________________________________________________
4996 [ 8244] By: jhi on 2000/12/28 23:34:08
4997 Log: Make some panic messages a bit more logical.
4999 ! doop.c pod/perldiag.pod pp.c pp_hot.c
5000 ____________________________________________________________________________
5001 [ 8243] By: jhi on 2000/12/28 22:59:16
5002 Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
5003 From: Simon Cozens <simon@cozens.net>
5004 Date: Wed, 27 Dec 2000 02:30:03 +0000
5005 Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
5007 ! pp.c t/pragma/sub_lval.t
5008 ____________________________________________________________________________
5009 [ 8242] By: jhi on 2000/12/28 22:56:53
5010 Log: Subject: [PATCH blead] Fix B::Terse indentation
5011 From: Daniel Chetlin <daniel@chetlin.com>
5012 Date: Wed, 27 Dec 2000 06:43:30 -0800
5013 Message-ID: <20001227064329.B9573@darkstar>
5015 ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
5016 ____________________________________________________________________________
5017 [ 8241] By: jhi on 2000/12/28 22:48:59
5018 Log: The latter patch from the
5020 Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
5021 From: Peter Prymmer <pvhp@forte.com>
5022 Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
5023 Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
5025 (the former patch from the above should have been
5026 taken care of by Nick I-S)
5029 ____________________________________________________________________________
5030 [ 8240] By: jhi on 2000/12/28 22:45:22
5031 Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
5032 From: "Casey R. Tweten" <crt@kiski.net>
5033 Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
5034 Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
5037 ____________________________________________________________________________
5038 [ 8239] By: jhi on 2000/12/28 22:37:45
5039 Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
5040 From: Simon Cozens <simon@cozens.net>
5041 Date: Wed, 27 Dec 2000 14:12:44 +0000
5042 Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
5044 ! t/op/method.t t/op/sort.t toke.c
5045 ____________________________________________________________________________
5046 [ 8238] By: jhi on 2000/12/28 22:30:32
5047 Log: Subject: [PATCH perl@8229] Call.pm
5048 From: "Paul Marquess" <Paul.Marquess@btinternet.com>
5049 Date: Mon, 25 Dec 2000 10:47:15 -0000
5050 Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
5052 ! ext/Filter/Util/Call/Call.pm
5053 ____________________________________________________________________________
5054 [ 8237] By: jhi on 2000/12/28 22:19:21
5055 Log: Subject: [PATCH blead] Fix problem with `&' prototype
5056 From: Daniel Chetlin <daniel@chetlin.com>
5057 Date: Wed, 27 Dec 2000 15:55:32 -0800
5058 Message-ID: <20001227155532.D9573@darkstar>
5060 ! op.c t/comp/proto.t
5061 ____________________________________________________________________________
5062 [ 8236] By: jhi on 2000/12/28 22:09:25
5063 Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
5064 From: Daniel Chetlin <daniel@chetlin.com>
5065 Date: Sun, 24 Dec 2000 04:09:49 -0800
5066 Message-ID: <20001224040949.B3090@darkstar>
5068 ! gv.c mg.c t/op/attrs.t
5069 ____________________________________________________________________________
5070 [ 8235] By: jhi on 2000/12/28 22:07:11
5071 Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
5072 From: Jan Dubois <jand@ActiveState.com>
5073 Date: Tue, 26 Dec 2000 20:57:31 -0800
5074 Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
5077 ____________________________________________________________________________
5078 [ 8234] By: jhi on 2000/12/28 21:52:42
5079 Log: Subject: Re: [PATCH] Warn on use of reference as array elem
5080 From: Simon Cozens <simon@cozens.net>
5081 Date: Thu, 28 Dec 2000 20:33:13 +0000
5082 Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
5084 ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
5085 ____________________________________________________________________________
5086 [ 8233] By: jhi on 2000/12/28 19:40:49
5087 Log: Integrate perlio.
5089 !> ext/Encode/Makefile.PL ext/Encode/compile
5090 ____________________________________________________________________________
5091 [ 8232] By: nick on 2000/12/23 16:06:00
5092 Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
5093 and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
5095 ! ext/Encode/Makefile.PL
5096 ____________________________________________________________________________
5097 [ 8231] By: nick on 2000/12/23 14:30:34
5098 Log: "Compiled" encode build cleanup
5099 - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
5100 - .c files do not export sub-tables
5102 ! ext/Encode/Makefile.PL ext/Encode/compile
5103 ____________________________________________________________________________
5104 [ 8230] By: nick on 2000/12/23 12:50:37
5105 Log: Integrate mainline
5107 !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
5108 !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
5109 !> pod/perl5004delta.pod pod/perl5005delta.pod
5110 !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
5111 !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
5112 !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
5114 ____________________________________________________________________________
5115 [ 8229] By: jhi on 2000/12/22 15:32:12
5116 Log: Integrate perlio.
5118 +> win32/distclean.bat
5119 !> MANIFEST t/io/utf8.t
5120 ____________________________________________________________________________
5121 [ 8228] By: jhi on 2000/12/22 15:29:40
5122 Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
5123 From: Robin Barker <rmb1@cise.npl.co.uk>
5124 Date: Fri, 22 Dec 2000 12:17:38 GMT
5125 Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
5127 ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
5128 ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
5129 ! pod/perl5004delta.pod pod/perl5005delta.pod
5130 ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
5131 ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
5132 ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
5134 ____________________________________________________________________________
5135 [ 8227] By: jhi on 2000/12/22 15:24:28
5136 Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
5137 From: "John L. Allen" <allen@grumman.com>
5138 Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
5139 Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
5141 Document APPLLIB_EXP.
5144 ____________________________________________________________________________
5145 [ 8226] By: nick on 2000/12/21 22:11:50
5146 Log: Handy script for when one forgets to "dmake clean"
5148 + win32/distclean.bat
5150 ____________________________________________________________________________
5151 [ 8225] By: nick on 2000/12/21 21:54:04
5152 Log: CRLF platform issue with io/utf8 fix.
5155 ____________________________________________________________________________
5156 [ 8224] By: nick on 2000/12/21 21:02:20
5157 Log: Integrate mainline
5159 !> Changes Configure Makefile.SH Porting/Glossary
5160 !> Porting/config.sh Porting/config_H configure.com
5161 !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
5162 !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
5163 !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
5164 !> win32/config.bc win32/config.gc win32/config.vc
5165 ____________________________________________________________________________
5166 [ 8223] By: jhi on 2000/12/21 17:09:16
5167 Log: Update Changes.
5169 ! Changes patchlevel.h
5170 ____________________________________________________________________________
5171 [ 8222] By: jhi on 2000/12/21 16:24:01
5172 Log: Metaconfig unit changes for #8221.
5173 Branch: metaconfig/U/perl
5177 ____________________________________________________________________________
5178 [ 8221] By: jhi on 2000/12/21 16:23:48
5179 Log: Rename testsyml to issymlink.
5181 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5182 ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
5184 ____________________________________________________________________________
5185 [ 8220] By: jhi on 2000/12/21 15:47:26
5186 Log: Robustness support for #8218 (symlink forest) since the GNU
5187 tools seem to be overly picky about symlinkage depths.
5189 ! Makefile.SH t/io/fs.t
5190 ____________________________________________________________________________
5191 [ 8219] By: jhi on 2000/12/21 15:38:27
5192 Log: Metaconfig changes for #8218.
5194 ! U/modified/Oldconfig.U
5195 Branch: metaconfig/U/perl
5198 ____________________________________________________________________________
5199 [ 8218] By: jhi on 2000/12/21 15:37:57
5200 Log: Add Configure option -Dmksymlinks which will create a symlink
5201 forest if the current/build differs from the source directory.
5202 TODO: mkdir -p is not portable.
5205 ____________________________________________________________________________
5206 [ 8217] By: jhi on 2000/12/21 14:39:12
5207 Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
5208 From: Nick Ing-Simmons <nik@tiuk.ti.com>
5209 Date: Thu, 21 Dec 2000 09:38:18 GMT
5210 Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
5212 The ofs became an SV.
5214 ! ext/Thread/Thread.xs
5215 ____________________________________________________________________________
5216 [ 8216] By: jhi on 2000/12/21 05:40:21
5217 Log: The polymorphism seems to have fixed 20000517.001.
5220 ____________________________________________________________________________
5221 [ 8215] By: jhi on 2000/12/21 04:44:52
5222 Log: read() documentation tweak for 20001121.004.
5225 ____________________________________________________________________________
5226 [ 8214] By: jhi on 2000/12/21 03:54:11
5227 Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
5229 ! pp_sys.c t/op/misc.t
5230 ____________________________________________________________________________
5231 [ 8213] By: jhi on 2000/12/21 00:28:10
5232 Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
5233 From: Peter Prymmer <pvhp@forte.com>
5234 Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
5235 Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
5238 ____________________________________________________________________________
5239 [ 8212] By: jhi on 2000/12/21 00:26:21
5240 Log: Edit edit edit.
5243 ____________________________________________________________________________
5244 [ 8211] By: jhi on 2000/12/20 18:52:46
5245 Log: Update Changes.
5247 ! Changes patchlevel.h
5248 ____________________________________________________________________________
5249 [ 8210] By: jhi on 2000/12/20 18:34:47
5250 Log: Yet another editor edit.
5253 ____________________________________________________________________________
5254 [ 8209] By: jhi on 2000/12/20 15:33:28
5255 Log: More Win32 Perling.
5258 ____________________________________________________________________________
5259 [ 8208] By: jhi on 2000/12/20 15:07:46
5260 Log: More Win32 editor/IDE/shell hints.
5263 ____________________________________________________________________________
5264 [ 8207] By: jhi on 2000/12/20 03:54:08
5265 Log: Subject: [PATCH] obscure timing knowledge
5266 From: Nicholas Clark <nick@ccl4.org>
5267 Date: Tue, 19 Dec 2000 19:22:31 +0000
5268 Message-ID: <20001219192231.F2827@plum.flirble.org>
5271 ____________________________________________________________________________
5272 [ 8206] By: jhi on 2000/12/20 03:45:57
5273 Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
5274 From: Spider Boardman <spider@leggy.zk3.dec.com>
5275 Date: Tue, 19 Dec 2000 21:30:16 -0500
5276 Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
5279 ____________________________________________________________________________
5280 [ 8205] By: jhi on 2000/12/19 23:02:01
5281 Log: Update Changes.
5283 ! Changes patchlevel.h
5284 ____________________________________________________________________________
5285 [ 8204] By: jhi on 2000/12/19 22:58:18
5286 Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
5287 using the \xHH notation. No more inlined UTF-8, sigh, but easier
5288 on editors and diffing/patching.
5291 ____________________________________________________________________________
5292 [ 8203] By: nick on 2000/12/19 21:36:16
5293 Log: Integrate mainline (forgot my own change...)
5295 !> ext/Encode/compile
5296 ____________________________________________________________________________
5297 [ 8202] By: nick on 2000/12/19 21:34:42
5298 Log: Integrate mainline.
5300 !> (integrate 61 files)
5301 ____________________________________________________________________________
5302 [ 8201] By: nick on 2000/12/19 21:34:06
5303 Log: Avoid looking for File::Glob when we don't need it.
5305 ! ext/Encode/compile
5306 ____________________________________________________________________________
5307 [ 8200] By: jhi on 2000/12/19 18:35:49
5308 Log: Update Changes.
5310 ! Changes patchlevel.h
5311 ____________________________________________________________________________
5312 [ 8199] By: jhi on 2000/12/19 18:35:07
5313 Log: Microperl tweaks.
5315 ! sv.c uconfig.h uconfig.sh
5316 ____________________________________________________________________________
5317 [ 8198] By: jhi on 2000/12/19 18:29:59
5318 Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
5320 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5321 ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
5322 ____________________________________________________________________________
5323 [ 8197] By: jhi on 2000/12/19 17:55:29
5324 Log: In VMS embedded perls couldn't access the statically built Socket,
5328 ____________________________________________________________________________
5329 [ 8196] By: jhi on 2000/12/19 17:49:50
5330 Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
5331 From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
5332 Date: Sun, 17 Dec 2000 19:11:44 -0000
5333 Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com>
5335 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
5336 ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
5337 ____________________________________________________________________________
5338 [ 8195] By: jhi on 2000/12/19 17:47:53
5339 Log: Subject: [patch perl@8150] h2xs SYNOPSIS
5340 From: Jonathan Stowe <gellyfish@gellyfish.com>
5341 Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
5342 Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
5345 ____________________________________________________________________________
5346 [ 8194] By: jhi on 2000/12/19 17:46:28
5347 Log: Subject: Re: useless use of void context work-around
5348 From: andreas.koenig@anima.de (Andreas J. Koenig)
5349 Date: 16 Dec 2000 15:13:36 +0100
5350 Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
5352 Document (comment) the q(di ds ig) trick in the code.
5355 ____________________________________________________________________________
5356 [ 8193] By: jhi on 2000/12/19 17:10:57
5357 Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
5358 From: "Mark J. Reed" <mreed@strange.turner.com>
5359 Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
5360 Message-Id: <200012160222.VAA13986@strange.turner.com>
5362 ! ext/Sys/Syslog/Syslog.pm
5363 ____________________________________________________________________________
5364 [ 8192] By: jhi on 2000/12/19 17:07:45
5365 Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
5366 From: Nicholas Clark <nick@ccl4.org>
5367 Date: Sat, 16 Dec 2000 19:03:13 +0000
5368 Message-ID: <20001216190313.D68304@plum.flirble.org>
5371 ____________________________________________________________________________
5372 [ 8191] By: jhi on 2000/12/19 17:06:13
5373 Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
5374 From: Dominic Dunlop <domo@computer.org>
5375 Date: Mon, 18 Dec 2000 12:00:15 +0100
5376 Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
5378 This patchlet is needed in order that perl can be statically linked.
5381 ____________________________________________________________________________
5382 [ 8190] By: jhi on 2000/12/19 17:03:08
5383 Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
5384 From: "Craig A. Berry" <craig.berry@psinetcs.com>
5385 Date: Sun, 17 Dec 2000 00:18:35 -0600
5386 Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
5388 ! perlio.h vms/gen_shrfls.pl
5389 ____________________________________________________________________________
5390 [ 8189] By: jhi on 2000/12/19 16:20:28
5391 Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
5392 From: Prymmer/Kahn <pvhp@best.com>
5393 Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
5394 Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
5396 A better version of #8188.
5399 ____________________________________________________________________________
5400 [ 8188] By: jhi on 2000/12/19 15:57:06
5401 Log: (Replaced by #8189)
5403 Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
5404 Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
5405 From: Prymmer/Kahn <pvhp@best.com>
5406 Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
5407 Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
5408 From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
5409 Date: Mon, 18 Dec 2000 11:10:45 -0500
5410 Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
5413 ____________________________________________________________________________
5414 [ 8187] By: jhi on 2000/12/19 15:54:19
5415 Log: Email address fix for Anton Berezin.
5418 ____________________________________________________________________________
5419 [ 8186] By: jhi on 2000/12/19 15:38:54
5420 Log: Subject: [PATCH perl@8102] cygwin port
5421 From: "Eric Fifer" <efifer@dircon.co.uk>
5422 Date: Thu, 14 Dec 2000 13:41:29 -0000
5423 Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
5425 When compiling modules the data item that is being imported
5426 from libperl.dll needs to be tagged as imported/shared data:
5427 extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
5430 ____________________________________________________________________________
5431 [ 8185] By: jhi on 2000/12/19 14:53:24
5432 Log: Regen uconfig.h and uconfig.sh.
5434 ! uconfig.h uconfig.sh
5435 ____________________________________________________________________________
5436 [ 8184] By: jhi on 2000/12/18 20:43:49
5437 Log: Comments work so much better when they are closed.
5440 ____________________________________________________________________________
5441 [ 8183] By: jhi on 2000/12/18 18:04:02
5442 Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
5443 Fixes the bug 20001218.016.
5446 ____________________________________________________________________________
5447 [ 8182] By: gsar on 2000/12/18 09:53:47
5448 Log: delete spurious files
5449 Branch: maint-5.6/perl
5450 - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
5451 - vos/config.h vos/config_h.SH_orig
5452 ____________________________________________________________________________
5453 [ 8181] By: gsar on 2000/12/18 09:46:08
5455 Branch: maint-5.6/perl
5456 ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
5457 ____________________________________________________________________________
5458 [ 8180] By: gsar on 2000/12/18 09:20:27
5459 Log: integrate changes#7924..7926,7946,7952 from mainline
5460 Branch: maint-5.6/perl
5461 !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
5462 !> lib/File/stat.pm t/lib/class-struct.t
5463 ____________________________________________________________________________
5464 [ 8179] By: gsar on 2000/12/18 08:55:54
5465 Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
5466 7918,7919,7988,8907 from mainline (various)
5467 Branch: maint-5.6/perl
5468 +> t/lib/class-struct.t
5469 !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
5470 !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
5471 !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
5472 ____________________________________________________________________________
5473 [ 8178] By: gsar on 2000/12/18 08:16:30
5474 Log: avoid redefinition warnings on windows due to sys/socket.h getting
5475 #included before win32.h
5476 Branch: maint-5.6/perl
5477 ! win32/include/sys/socket.h
5478 ____________________________________________________________________________
5479 [ 8177] By: gsar on 2000/12/18 05:24:04
5480 Log: make regen_headers; fix POSIX.xs problems; remove outdated
5481 code from sys/socket.h that makes build fail now
5482 Branch: maint-5.6/perl
5483 ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
5485 !> win32/include/sys/socket.h
5486 ____________________________________________________________________________
5487 [ 8176] By: gsar on 2000/12/18 05:20:17
5489 Branch: maint-5.6/perl
5490 ! Changes patchlevel.h
5491 ____________________________________________________________________________
5492 [ 8175] By: gsar on 2000/12/18 04:57:48
5493 Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
5494 7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
5495 7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
5496 7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
5497 7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
5499 Branch: maint-5.6/perl
5500 +> lib/File/Spec/Epoc.pm
5501 !> (integrate 88 files)
5502 ____________________________________________________________________________
5503 [ 8174] By: gsar on 2000/12/18 03:53:09
5504 Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
5505 7625..7629,7631..7634,7637,7639,7642 from mainline
5506 Branch: maint-5.6/perl
5508 !> (integrate 26 files)
5509 ____________________________________________________________________________
5510 [ 8173] By: gsar on 2000/12/18 03:37:02
5511 Log: integrate changes#7472,7474..7479,7481,7485,7489,7493,7494,7496,
5512 7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
5513 7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
5514 7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
5515 Branch: maint-5.6/perl
5516 +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
5518 !> (integrate 111 files)
5519 ____________________________________________________________________________
5520 [ 8172] By: jhi on 2000/12/18 02:49:27
5523 ! pod/perlmodlib.pod pod/perltoc.pod
5524 ____________________________________________________________________________
5525 [ 8171] By: gsar on 2000/12/18 02:49:24
5526 Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
5527 7465..7471 from mainline
5529 Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
5530 in platforms that strictly require all the symbols being present
5533 Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
5535 Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[ 7350] breaks VMS perl
5537 Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
5539 Subject: [PATCH] todo
5541 Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
5543 Use $sort, $uniq (and $tr) consistently as wondered
5546 Too enthusiastic editing in #7460.
5548 The reëntrant version shouldn't be needed unless USE_PURE_BISON.
5550 Upgrade to CPAN 1.58_55.
5551 Subject: CPAN.pm status
5553 Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
5555 Make target reordering to avoid pointless re-makes.
5556 Subject: Re: Total re-make of 'make okfile' after 7451 ?
5558 Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
5560 Subject: DOC PATCH 5.6.0
5562 Add the repository doc by Malcolm, Sarathy, and by Simon,
5563 name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
5564 Branch: maint-5.6/perl
5565 +> Porting/repository.pod
5566 !> Configure MANIFEST Makefile.SH README.dos README.os2
5567 !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
5568 !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
5569 !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
5570 ____________________________________________________________________________
5571 [ 8169] By: gsar on 2000/12/18 02:33:34
5572 Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
5573 7435..7441,7445 from mainline
5575 Make the UTF-8 decoding stricter and more verbose when
5576 malformation happens. This involved adding an argument
5577 to utf8_to_uv_chk(), which involved changing its prototype,
5578 and prefer STRLEN over I32 for the UTF-8 length, which as
5579 a domino effect necessitated changing the prototypes of
5580 scan_bin(), scan_oct(), scan_hex(), and reg_uni().
5581 The stricter UTF-8 decoding checking uses Markus Kuhn's
5582 UTF-8 Decode Stress Tester from
5583 http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
5585 Run vms/vms_yfix.pl, should have done that after changing
5588 Subject: [PATCH 5.7.0] static linking with uninstalled perl
5590 (Replaced by #7440.)
5591 Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
5593 Fix the bug ID 20001024.005, the bug introduced by #7416.
5595 Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
5597 Fix the bug reported in
5598 From: andreas.koenig@anima.de (Andreas J. Koenig)
5599 Also make is_utf8_char() stricter.
5601 Missed the header file changes from #7425.
5603 Check if stdio supports tweaking lval and cnt simultaneously.
5604 Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
5606 Stratus VOS updates from Paul Green.
5608 Podify README.epoc and README.vos.
5610 Add targets to Makefile.SH, most importantly
5611 'regen_all' which also remembers to update vms/perly*.
5613 Subject: Minor update to find2perl, for portability
5615 Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
5617 Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
5619 Rename UTF8LEN() to be UNISKIP(), too confusing to have
5620 UTF8LEN() and UTF8SKIP().
5622 Allow poking holes at the UTF-8 decoding strictness.
5624 Continue the internal UTF-8 API tweaking.
5625 Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
5626 used much more than the simpler API, now called utf8_to_uv_simple().
5627 Still not quite happy with API, too much partial duplication
5630 A new version of making the syslog test more robust.
5632 Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
5634 buildtoc target tweaks.
5636 Integrate with vmsperl #7430 by Charles Bailey:
5638 Cleanup from prior patch (Charles Lane?):
5639 - improve handling of MFDs in Basename and Path
5640 - default to no xsubpp line # munging when building debug images
5641 Branch: maint-5.6/perl
5642 +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
5643 +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
5644 !> (integrate 67 files)
5645 ____________________________________________________________________________
5646 [ 8168] By: gsar on 2000/12/18 02:05:49
5647 Log: integrate changes#7512,7733 from mainline (regex bugfixes)
5649 Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
5650 From: Martin Husemann <martin@duskware.de>
5652 Subject: [PATCH 5.7.0] restore match data on backtracing
5653 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5654 Branch: maint-5.6/perl
5655 !> regcomp.c regexec.c t/op/re_tests
5656 ____________________________________________________________________________
5657 [ 8167] By: gsar on 2000/12/18 01:55:22
5658 Log: integrate changes#7858,7986 from mainline
5660 C<foreach my $x ...> in pseudo-fork()ed process may diddle
5661 parent's memory; fix it by keeping track of the actual pad
5662 offset rather than a raw pointer (this change is probably also
5663 relevant to non-ithreads case to avoid fallout from reallocs of
5664 the pad array, but is currently only enabled for the ithreads
5665 case in the interests of minimal disruption to existing "well
5668 fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
5669 due to the notorious GetFileType() bug in Windows 9x, which fstat()
5671 Branch: maint-5.6/perl
5672 !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
5673 !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
5674 !> win32/win32.c win32/win32.h win32/win32sck.c
5675 ____________________________________________________________________________
5676 [ 8166] By: gsar on 2000/12/18 01:52:59
5677 Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
5678 from mainline (xsubpp and ExtUtils::LibList fixups, various
5680 Branch: maint-5.6/perl
5681 !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
5682 !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
5683 !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
5684 !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
5685 !> win32/bin/search.pl
5686 ____________________________________________________________________________
5687 [ 8165] By: gsar on 2000/12/18 01:28:45
5688 Log: integrate changes#7533,7563,7611,7623 from mainline (various
5689 malloc.c embellishments)
5690 Branch: maint-5.6/perl
5691 !> malloc.c pod/perldiag.pod
5692 ____________________________________________________________________________
5693 [ 8164] By: gsar on 2000/12/18 01:23:33
5694 Log: integrate changes#7419,7806,8129 from mainline (various h2xs
5696 Branch: maint-5.6/perl
5698 ____________________________________________________________________________
5699 [ 8163] By: gsar on 2000/12/18 01:17:50
5700 Log: integrate changes#7493,7599,7803 from mainline (various perlbug
5702 Branch: maint-5.6/perl
5703 !> Makefile.SH utils/perlbug.PL
5704 ____________________________________________________________________________
5705 [ 8162] By: gsar on 2000/12/18 00:25:43
5706 Log: always export Perl_deb() (it is required by re.xs whether
5707 Perl is built with or without -DDEBUGGING)
5708 Branch: maint-5.6/perl
5710 ____________________________________________________________________________
5711 [ 8161] By: gsar on 2000/12/18 00:23:38
5712 Log: integrate change#7414 from mainline
5714 Undo the basename() part of #7412 since the lib/basename
5715 tests would need upgrading too.
5717 squelch two tests in tr.t that rely on tr/// paranoia change
5719 Branch: maint-5.6/perl
5721 !> lib/File/Basename.pm
5722 ____________________________________________________________________________
5723 [ 8160] By: gsar on 2000/12/18 00:05:30
5724 Log: missing change in previous integrate
5725 Branch: maint-5.6/perl
5727 ____________________________________________________________________________
5728 [ 8159] By: gsar on 2000/12/18 00:03:38
5729 Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
5730 7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
5731 7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7304..7408,
5732 7410..7413 from mainline
5733 Branch: maint-5.6/perl
5734 +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
5735 +> t/lib/tie-splice.t
5736 - lib/unicode/Is/DCinital.pl
5737 !> (integrate 112 files)
5738 ____________________________________________________________________________
5739 [ 8158] By: jhi on 2000/12/17 23:04:24
5740 Log: Subject: [PATCHES] RE: perl@8150
5741 From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
5742 Date: Sun, 17 Dec 2000 21:46:39 +0100
5743 Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
5745 Neither cygwin has a getpwuid() one can trust on.
5747 ! t/lib/glob-basic.t
5748 ____________________________________________________________________________
5749 [ 8157] By: jhi on 2000/12/17 23:01:54
5750 Log: More MAN.PODS => {} fixes.
5752 ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
5753 ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
5754 ! os2/OS2/REXX/Makefile.PL
5755 ____________________________________________________________________________
5756 [ 8156] By: gsar on 2000/12/17 22:49:13
5757 Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
5758 7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
5759 7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
5760 7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
5761 7201,7204 from mainline
5762 Branch: maint-5.6/perl
5763 !> (integrate 121 files)
5764 ____________________________________________________________________________
5765 [ 8155] By: jhi on 2000/12/17 22:30:58
5766 Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
5767 From: "Craig A. Berry" <craigberry@mac.com>
5768 Date: Sun, 17 Dec 2000 13:09:28 -0600
5769 Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
5771 MAN.PODS => ' ' is naughty.
5773 ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
5774 ____________________________________________________________________________
5775 [ 8154] By: nick on 2000/12/17 22:07:13
5776 Log: MULTIPLICITY nit.
5779 ____________________________________________________________________________
5780 [ 8153] By: gsar on 2000/12/17 21:23:05
5781 Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
5782 7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
5785 Document the SvIOK_.*UV().
5787 Update Unicode todo list.
5789 Guard against bad string->int conversion for quads.
5791 Subject: small apidoc fix
5793 Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
5795 Subject: [PATCH] Tied filehandle documentation
5797 Subject: [PATCH] Modernize Opcode.pm documentation
5799 Make Data::Dumper (non-XS) to work with changed semantics of ref().
5800 Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
5801 [applied even though said semantics didn't change in 5.6.x]
5803 Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
5805 Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202
5807 Fix the URL, but the server is still missing in action.
5808 Subject: [ID 20000905.002] perlfaq1.pod URL error
5810 Subject: [ID 20000903.001] \w in utf8-strings
5812 Fix the ccversion detection for 5.1 and beyond.
5813 Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
5815 Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
5817 Subject: [ID 20000904.008] Tiny fix for perldiag
5819 Subject: Re: [ID 20000906.004] segfault with bad perl statement
5821 Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
5823 Subject: [ID 20000908.002] perlipc documentation bug.
5825 Subject: [PATCH lib/Benchmark.pm]
5827 Re-allow vec() for characters > 255.
5828 Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
5830 Do away with memory models cruft. Sorry, PDP users.
5834 Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
5836 Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
5838 Upgrade to CPAN 1.57_65, from Andreas König.
5840 Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
5843 Silence t/pod/*.t about alternate quote-mappings now implemented
5844 by Pod::Text, from Brad Appleton.
5846 Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
5847 Subject: borland C++ win32.c tweak
5849 C<@a = @b = split(...)> optimization coredumps under ithreads
5850 (missed a spot when fixing up op_pmreplroot hack for ithreads)
5852 Document the SvUTF8*().
5854 Subject: [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
5856 Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
5858 Do in VMS as the #7054 does.
5860 Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
5862 Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
5864 Subject: [patch: perl@7045] vms updates
5867 Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on i686-linux 2.2.16-raid (UNINSTALLED)
5869 Break up the myconfig lines a bit.
5870 Subject: perlbug/perl -V output format
5872 Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
5874 The #7054 truncated Configure badly.
5876 change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
5877 initialization in all the threads on Windows
5879 Allow for whitespace between "#" and "line" in cpp output.
5880 Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
5882 Remove vestiges of tr//CU.
5883 Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
5885 The return value of setlocale must be copied away.
5886 Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
5888 Allow chop() and chomp() to be overridden.
5889 Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
5894 Subject: [PATCH] de-wall t/README
5896 Subject: Re: Two advertising clauses need to be removed
5897 Branch: maint-5.6/perl
5898 !> (integrate 75 files)
5899 ____________________________________________________________________________
5900 [ 8152] By: gsar on 2000/12/17 20:30:11
5901 Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
5902 6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
5903 6999..7001,7003..7005,7007,7009,7011,7012 from mainline
5905 Don't attach -ld to the archname if pointless.
5907 Document UNTIE in a very minimalistic way.
5909 POSIX doesn't report long double values under -Duselongdouble
5910 when the long doubles are "real" (bigger than doubles).
5912 More author updates.
5914 Try to deduce NV_MAX. Really should be Configure fodder.
5916 :: not allowed in pathnames, change to .
5917 Subject: [PATCH perl@6938] cygwin port
5919 Forget about NV_MAX (#6951). Various floating point tweaks,
5920 ideas from Eric Fifer, Yitzchak, Alan, and Spider.
5922 Move the Solaris 7 scan to use64bitall, make the
5923 failure to find 64-bot sparc libc to mention the
5924 possibility of being in an intel, from Lupe and Alan.
5928 AUTHORS tweaks, from Peter Prymmer.
5930 More address tweaking.
5932 Small tweaks all over.
5934 File::Temp patches from Andreas König,
5936 Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
5938 Subject: CPAN.pm beta 1.57_57 for the core
5940 Part of the solution.
5941 Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
5943 Subject: [PATCH@6961] Fix misleading example in perlretut.pod
5945 Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
5947 Add the overload warnings to perldiag.
5949 Drop unused argument.
5950 Subject: Re: [ID 20000831.034] overload::constant and number of arguments.
5952 Subject: Nit in Configure (bleadperl@6961)
5954 Update to PodParser 1.18, from Brad Appleton.
5956 Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world
5958 Subject: [PATCH: 6948] add SCNfldbl to configure.com
5960 Document UNTIE. Also tweak implementation to suppress the 'inner references'
5961 warning when UNTIE exists and instead pass the cound of extra references to
5964 Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
5965 so that case-ignoring systems like DCL can tell them from
5966 PRIefldbl and PRIx64. Apply Merijn's ccversion patches.
5968 Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
5970 Feature ordering tweak.
5974 Subject: [PATCH] Fix vec() / utf8 (was Re: bitvec ops still broken with utf8 -- or not?)
5976 Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
5978 Subject: http:// in L<>
5982 change#6791 accidentally clobbered change#6710, put it back
5984 Only the first line, thank you very much.
5986 Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
5987 plus rework the http: spots as suggested by Tom Christiansen,
5990 Undo part of change 6489 which looks like a bulk edit which
5991 changed _all_ gv_efullname3() calls to gv_efullname4() calls.
5992 The supressing of main:: on return from select() is undesirable.
5994 Apparently avoiding the swapping is too costly.
5996 Various Configure nits by Philip Newton,
5997 plus the ebcdic one by me.
5999 Make certain cc is set before trying to run it.
6001 If overloaded %{} etc. return the object do not loop.
6002 Thus sub deref { $_[0] } functions if object is wanted type.
6006 More %{} and other deref special casing - do not pass to 'nomethod'.
6007 Branch: maint-5.6/perl
6008 !> (integrate 59 files)
6009 ____________________________________________________________________________
6010 [ 8151] By: gsar on 2000/12/17 19:14:38
6011 Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
6012 6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
6014 Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
6016 Make the epsilon to be relative, not absolute.
6018 Put back the flags dump as reasoned in
6019 Subject: Re: [PATCH] Glob dumping
6021 Introduce ccname to keep track of what compiler kind of we have.
6023 Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps
6025 Put back the slice accidentally removed by #6907.
6027 Reset archname and archname64 always, forcing them be
6028 recomputed at each Configure run, make Configure and
6029 the hints files agree on the naming of largefiles variables.
6031 Don't say "Perl 5.0 source kit".
6033 Subject: [PATCH] fix misc cast warnings
6035 Subject: typos in pods
6037 NVs not necessarily doubles, as pointed out by Yitzchak.
6039 Subject: [PATCH 6889] add a few ldbl formats to configure.com
6041 Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
6043 Better options for rsync.
6045 Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
6047 Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
6049 Subject: [PATCH] Re: UNTIE method
6051 A better fix for the Socket building problem from Craig Berry.
6053 Retract the dummy test, skip the security tests (instead of failing),
6054 explain what the warnings mean.
6057 Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
6059 Update to Unicode 3.0.1.
6061 Missed one Unicode file.
6063 Subject: Re: typos in pods
6065 The #6929 was too skimpy.
6067 sscanf() may be the only way to read long doubles from strings.
6069 Reveal Borland's isnan.
6070 Subject: build with BC++ tweak
6072 Issue useful diagnostic on unknown pod commands.
6073 Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
6075 Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
6077 Clarify the third case of ftmp-security warnings.
6079 Make -Dusemorebits find long doubles in Solaris.
6081 Wrap the test in eval.
6082 Branch: maint-5.6/perl
6083 +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
6084 +> lib/unicode/PropList.txt lib/unicode/README.perl
6085 +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
6086 +> lib/unicode/Unicode.301 vms/vmspipe.com
6087 - lib/unicode/Props.txt lib/unicode/UCD300.html
6088 - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
6089 !> (integrate 305 files)
6090 ____________________________________________________________________________
6091 [ 8150] By: jhi on 2000/12/17 18:47:57
6092 Log: Uncheckedin generated files.
6094 ! global.sym perlapi.c pod/perlapi.pod
6095 ____________________________________________________________________________
6096 [ 8149] By: jhi on 2000/12/17 18:41:22
6097 Log: Update Changes.
6099 ! Changes patchlevel.h
6100 ____________________________________________________________________________
6101 [ 8148] By: jhi on 2000/12/17 18:39:16
6102 Log: Subject: [PATCH] Fcntl constants speedup
6103 From: Nicholas Clark <nick@ccl4.org>
6104 Date: Sun, 17 Dec 2000 16:29:24 +0000
6105 Message-ID: <20001217162924.E97668@plum.flirble.org>
6107 Use IVs for the Fcntl constants instead of NVs.
6109 ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
6110 ____________________________________________________________________________
6111 [ 8147] By: jhi on 2000/12/17 18:33:41
6112 Log: Add test for #8145 (binmode() warning), add warning for
6113 ioctl() and sockpair(), document them. (fileno() cannot
6114 be tripwired with the same kind of warning because
6115 'defined fileno($foo)' seems to be an idiom.)
6117 ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
6118 ____________________________________________________________________________
6119 [ 8146] By: gsar on 2000/12/17 18:09:08
6121 Branch: maint-5.6/perl
6123 ____________________________________________________________________________
6124 [ 8145] By: jhi on 2000/12/17 17:39:35
6125 Log: Subject: [PATCH] Re: The long awaited feature ...
6126 From: Simon Cozens <simon@cozens.net>
6127 Date: Sun, 17 Dec 2000 12:31:56 +0000
6128 Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
6130 Add a warning to binmode() about using bad filehandles
6131 (can happen e.g. if someone forgets the filehandle argument)
6134 ____________________________________________________________________________
6135 [ 8144] By: jhi on 2000/12/17 17:33:48
6136 Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
6137 From: Jonathan Stowe <gellyfish@gellyfish.com>
6138 Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
6139 Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
6142 ____________________________________________________________________________
6143 [ 8143] By: jhi on 2000/12/17 05:31:37
6144 Log: Polymorphic regexps.
6146 Fixes at least the bugs 20001028.003 (both of them...) and
6147 20001108.001. The bugs 20001114.001 and 20001205.014 seem
6148 also to be fixed by now, probably already before this patch.
6150 ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
6151 ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
6152 ! t/op/utf8decode.t t/pragma/utf8.t
6153 ____________________________________________________________________________
6154 [ 8142] By: jhi on 2000/12/16 17:16:05
6155 Log: Subject: [patch perl@8102] dos/djgpp update
6156 From: Laszlo Molnar <ml1050@freemail.hu>
6157 Date: Sat, 16 Dec 2000 01:40:52 +0100
6158 Message-ID: <20001216014052.A335@freemail.hu>
6160 ! djgpp/config.over t/base/commonsense.t
6161 ____________________________________________________________________________
6162 [ 8141] By: jhi on 2000/12/16 17:09:27
6163 Log: Few uncheckedin files.
6165 ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
6166 ____________________________________________________________________________
6167 [ 8140] By: nick on 2000/12/15 22:14:31
6168 Log: Integrate mainline
6170 !> (integrate 53 files)
6171 ____________________________________________________________________________
6172 [ 8139] By: jhi on 2000/12/15 19:49:49
6173 Log: One more IVUV tweak from Nicholas Clark.
6176 ____________________________________________________________________________
6177 [ 8138] By: jhi on 2000/12/15 19:17:06
6178 Log: Return of the IVUV-preservation, now seems to be happy even
6179 in Digital UNIX (the broken strtoul brokenness detection
6180 seems to have been the fly in the ointment).
6182 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6183 ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
6184 ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
6185 ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
6186 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
6187 ! vos/config.ga.h win32/config.bc win32/config.gc
6189 ____________________________________________________________________________
6190 [ 8137] By: jhi on 2000/12/15 18:12:14
6191 Log: Metaconfig unit change for #8136.
6193 ! U/modified/d_strtoul.U
6194 Branch: metaconfig/U/perl
6195 ! d_strtoull.U d_strtouq.U
6196 ____________________________________________________________________________
6197 [ 8136] By: jhi on 2000/12/15 18:11:35
6198 Log: I don't think it's sensible or portable to test the strtou*
6202 ____________________________________________________________________________
6203 [ 8135] By: jhi on 2000/12/15 17:18:49
6204 Log: Metaconfig unit change for #8134.
6206 ! U/modified/d_strtoul.U
6207 ____________________________________________________________________________
6208 [ 8134] By: jhi on 2000/12/15 17:14:13
6209 Log: If longsize is 8 we don't need a LL suffix for integer constants.
6211 ! Configure config_h.SH
6212 ____________________________________________________________________________
6213 [ 8133] By: jhi on 2000/12/15 16:00:23
6214 Log: Update Changes.
6216 ! Changes patchlevel.h
6217 ____________________________________________________________________________
6218 [ 8132] By: jhi on 2000/12/15 15:44:16
6219 Log: Some compilers get huffy if you do not cast a const pointer
6220 to a non-const when assigning.
6223 ____________________________________________________________________________
6224 [ 8131] By: jhi on 2000/12/15 15:38:30
6225 Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
6226 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6227 Date: Fri, 15 Dec 2000 05:26:57 -0500
6228 Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
6230 ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
6231 ! t/pragma/overload.t
6232 ____________________________________________________________________________
6233 [ 8130] By: jhi on 2000/12/15 15:36:08
6234 Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
6235 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6236 Date: Thu, 14 Dec 2000 22:02:43 -0500
6237 Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
6240 ____________________________________________________________________________
6241 [ 8129] By: jhi on 2000/12/15 15:34:16
6242 Log: Subject: PATCH: h2xs nit
6243 From: Tim Jenness <t.jenness@jach.hawaii.edu>
6244 Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
6245 Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
6247 Add a template README.
6250 ____________________________________________________________________________
6251 [ 8128] By: jhi on 2000/12/15 15:32:22
6252 Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
6254 ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
6255 ____________________________________________________________________________
6256 [ 8127] By: jhi on 2000/12/15 15:19:34
6257 Log: Subject: [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
6258 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
6259 Date: Thu, 14 Dec 2000 20:04:42 EST
6260 Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
6262 ! ext/Opcode/Opcode.xs
6263 ____________________________________________________________________________
6264 [ 8126] By: jhi on 2000/12/15 15:17:49
6265 Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
6266 From: Peter Prymmer <pvhp@forte.com>
6267 Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
6268 Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
6270 ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
6271 ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
6272 ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
6273 ____________________________________________________________________________
6274 [ 8125] By: jhi on 2000/12/15 15:11:05
6275 Log: This seems to be a stage sane and stable enough to checkin.
6276 (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
6278 ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
6279 ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
6280 ! t/op/cmp.t t/op/numconvert.t
6281 ____________________________________________________________________________
6282 [ 8124] By: jhi on 2000/12/15 04:20:26
6283 Log: Something is really wonky.
6286 ____________________________________________________________________________
6287 [ 8123] By: jhi on 2000/12/15 04:00:50
6288 Log: Fixes for the IV UV patches to compile in Digital UNIX.
6291 ____________________________________________________________________________
6292 [ 8122] By: jhi on 2000/12/15 02:53:40
6293 Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
6294 From: "Craig A. Berry" <craigberry@mac.com>
6295 Date: Thu, 14 Dec 2000 19:10:49 -0600
6296 Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
6299 ____________________________________________________________________________
6300 [ 8121] By: jhi on 2000/12/15 02:50:00
6301 Log: Metaconfig changes for #8120.
6303 + U/modified/d_strtoul.U
6304 Branch: metaconfig/U/perl
6305 ! d_strtoull.U d_strtouq.U
6306 ____________________________________________________________________________
6307 [ 8120] By: jhi on 2000/12/15 02:49:42
6308 Log: From: Nicholas Clark <nick@ccl4.org>
6309 Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit preserving arithmetic)
6310 Date: Thu, 14 Dec 2000 18:38:57 +0000
6311 Message-ID: <20001214183857.B97909@plum.flirble.org>
6313 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6314 ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
6315 ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
6316 ! vos/config.ga.def vos/config.ga.h win32/config.bc
6317 ! win32/config.gc win32/config.vc
6318 ____________________________________________________________________________
6319 [ 8119] By: jhi on 2000/12/14 23:40:58
6320 Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
6321 From: Nicholas Clark <nick@ccl4.org>
6322 Date: Wed, 13 Dec 2000 20:08:50 +0000
6323 Message-ID: <20001213200849.B71166@plum.flirble.org>
6325 ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
6326 ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
6327 ____________________________________________________________________________
6328 [ 8118] By: jhi on 2000/12/14 22:46:26
6329 Log: Integrate perlio.
6331 !> MANIFEST ext/Encode/compile makedef.pl
6332 ____________________________________________________________________________
6333 [ 8117] By: nick on 2000/12/14 22:38:53
6334 Log: Win32 tweaks to get Encode to build
6335 - temp hack to makedef.pl till PerlIO is properly "exported".
6337 static encpage_t foo[];
6338 so make 'em extern for now.
6340 ! ext/Encode/compile makedef.pl
6341 ____________________________________________________________________________
6342 [ 8116] By: nick on 2000/12/14 22:00:53
6343 Log: Document the new files
6346 ____________________________________________________________________________
6347 [ 8115] By: jhi on 2000/12/14 21:58:01
6348 Log: MANIFEST new files of #8114.
6351 ____________________________________________________________________________
6352 [ 8114] By: jhi on 2000/12/14 21:50:49
6353 Log: Integrate perlio.
6355 +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
6356 !> ext/Encode/Encode.pm ext/Encode/Encode.xs
6357 !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
6358 !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
6359 !> ext/Encode/Makefile.PL
6360 ____________________________________________________________________________
6361 [ 8113] By: jhi on 2000/12/14 21:48:49
6362 Log: The documentation part of the
6364 Subject: [ID 20001214.002] Net::Ping patch
6365 From: Jonathan Stowe <gellyfish@gellyfish.com>
6366 Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
6367 Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
6368 since the #7529 had already addressed the same problem.
6371 ____________________________________________________________________________
6372 [ 8112] By: jhi on 2000/12/14 21:42:57
6373 Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
6374 From: Dominic Dunlop <domo@computer.org>
6375 Date: Tue, 12 Dec 2000 10:47:10 +0100
6376 Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
6378 Document how elusive subroutines can be.
6381 ____________________________________________________________________________
6382 [ 8111] By: jhi on 2000/12/14 21:38:05
6383 Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
6384 From: Dominic Dunlop <domo@computer.org>
6385 Date: Thu, 14 Dec 2000 10:13:51 +0100
6386 Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
6388 ! ext/POSIX/POSIX.pod
6389 ____________________________________________________________________________
6390 [ 8110] By: jhi on 2000/12/14 21:36:32
6391 Log: Subject: [patch] perlfaq7
6392 From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
6393 Date: Thu, 14 Dec 2000 15:31:07 +0100
6394 Message-ID: <3A38E7BB.13178.11C40A8@localhost>
6397 ____________________________________________________________________________
6398 [ 8109] By: jhi on 2000/12/14 21:29:20
6399 Log: Subject: [8104] Encode
6400 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6401 Date: Thu, 14 Dec 2000 14:49:34 +0100
6402 Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
6404 Type casting for nervous compilers.
6406 ! ext/Encode/Encode.xs
6407 ____________________________________________________________________________
6408 [ 8108] By: jhi on 2000/12/14 21:26:17
6409 Log: Subject: [8104] DB_File
6410 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6411 Date: Thu, 14 Dec 2000 14:49:35 +0100
6412 Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
6414 Type definition incorrect for DB 2.7.7. Not known when it
6415 changed, so only changed it for a known revision.
6417 ! ext/DB_File/DB_File.xs
6418 ____________________________________________________________________________
6419 [ 8107] By: jhi on 2000/12/14 21:23:41
6420 Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
6421 From: Peter Prymmer <pvhp@forte.com>
6422 Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
6423 Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
6425 Use '?' (0x6F in EBCDIC) for the illegal codepoint.
6427 ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
6428 ! ext/Encode/Encode/posix-bc.enc
6429 ____________________________________________________________________________
6430 [ 8106] By: nick on 2000/12/14 20:36:13
6431 Log: "Cold" build correction to Encode's Makefile.PL
6433 ! ext/Encode/Makefile.PL
6434 ____________________________________________________________________________
6435 [ 8105] By: nick on 2000/12/14 20:09:37
6436 Log: "Compiled" encodings.
6437 Correct replacement character in EBCDIC .enc files
6438 Add 0x7F to ASCII repertoire.
6440 ! ext/Encode/Encode.pm ext/Encode/Encode.xs
6441 ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
6442 ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
6443 ! ext/Encode/Makefile.PL ext/Encode/compile
6444 ! ext/Encode/encengine.c ext/Encode/encode.h
6445 ____________________________________________________________________________
6446 [ 8104] By: nick on 2000/12/14 00:38:20
6447 Log: Integrate mainline
6449 !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
6450 !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
6451 !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
6452 !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
6453 !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
6454 !> t/lib/db-hash.t t/lib/db-recno.t
6455 ____________________________________________________________________________
6456 [ 8103] By: nick on 2000/12/13 23:16:13
6457 Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
6458 so far and so it does not get lost.
6460 + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
6461 ____________________________________________________________________________
6462 [ 8102] By: jhi on 2000/12/13 17:14:22
6463 Log: Update Changes.
6465 ! Changes patchlevel.h
6466 ____________________________________________________________________________
6467 [ 8101] By: jhi on 2000/12/13 16:53:41
6468 Log: Move the proto of start_glob() to a better place; regen api files.
6470 ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
6471 ____________________________________________________________________________
6472 [ 8100] By: jhi on 2000/12/13 16:47:11
6473 Log: Metaconfig change for #8099.
6476 ____________________________________________________________________________
6477 [ 8099] By: jhi on 2000/12/13 16:46:48
6478 Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
6479 From: Andy Dougherty <doughera@lafayette.edu>
6480 Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
6481 Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
6484 ____________________________________________________________________________
6485 [ 8098] By: jhi on 2000/12/13 16:39:02
6486 Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix
6487 From: rspier@pobox.com (Robert Spier)
6488 Date: Tue, 12 Dec 2000 21:12:39 -0500
6489 Message-ID: <14902.56087.678086.725773@rls.cx>
6491 fastgetcwd is defined using a glob alias on a $^O dependent basis -
6492 and there was no default assignment or perl subroutine.
6495 ____________________________________________________________________________
6496 [ 8097] By: jhi on 2000/12/13 16:16:01
6497 Log: Subject: [PATCH] move startglob out of pp_hot.c
6498 From: Nicholas Clark <nick@ccl4.org>
6499 Date: Mon, 11 Dec 2000 23:16:39 +0000
6500 Message-ID: <20001211231638.A55550@plum.flirble.org>
6502 ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
6503 ____________________________________________________________________________
6504 [ 8096] By: jhi on 2000/12/13 15:26:23
6505 Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio
6506 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6507 Date: Wed, 13 Dec 2000 14:01:37 +0100
6508 Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
6510 perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
6511 in turn requires libpthread in libswanted.
6514 ____________________________________________________________________________
6515 [ 8095] By: jhi on 2000/12/12 19:51:05
6516 Log: The integration wars continue.
6519 ____________________________________________________________________________
6520 [ 8094] By: jhi on 2000/12/12 19:48:26
6521 Log: Subject: [PATCH perl@8070] DB_File-1.74
6522 From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
6523 Date: Mon, 11 Dec 2000 23:07:17 -0000
6524 Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com>
6526 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
6527 ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
6528 ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
6530 ____________________________________________________________________________
6531 [ 8093] By: nick on 2000/12/12 19:42:13
6532 Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
6535 !> lib/File/DosGlob.pm
6536 ____________________________________________________________________________
6537 [ 8092] By: jhi on 2000/12/12 19:28:11
6538 Log: Integrate perlio.
6541 ____________________________________________________________________________
6542 [ 8091] By: nick on 2000/12/12 18:49:45
6543 Log: Fix for Tk, and upgrading shared SVs.
6546 ____________________________________________________________________________
6547 [ 8090] By: jhi on 2000/12/12 16:48:59
6548 Log: Subject: [PATCH] Re: Breadperl & Tk
6549 From: Nick Ing-Simmons <nik@tiuk.ti.com>
6550 Date: Tue, 12 Dec 2000 14:48:27 GMT
6551 Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com>
6554 ____________________________________________________________________________
6555 [ 8089] By: jhi on 2000/12/12 03:37:19
6556 Log: Subject: DosGlob.pm diff for bash style brace expansion.
6557 From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
6558 Date: Fri, 8 Dec 2000 10:45:30 -0600
6559 Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
6561 ! lib/File/DosGlob.pm
6562 ____________________________________________________________________________
6563 [ 8088] By: nick on 2000/12/11 23:59:59
6564 Log: Integrate mainline
6566 !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
6567 !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
6568 !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
6569 !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
6570 !> t/op/local.t t/pragma/warn/toke toke.c
6571 ____________________________________________________________________________
6572 [ 8087] By: jhi on 2000/12/11 23:20:23
6573 Log: Integrate perlio.
6575 !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
6576 ____________________________________________________________________________
6577 [ 8086] By: jhi on 2000/12/11 22:50:59
6578 Log: Tune further the OS detection of CGI.
6581 ____________________________________________________________________________
6582 [ 8085] By: nick on 2000/12/11 22:50:46
6583 Log: Finish 1st pass of "encoding" layer e.g. :
6584 open($fh,"<encoding(iso8859-7)",$greek) || die;
6586 ! ext/Encode/Encode.xs perlio.c perliol.h
6587 ____________________________________________________________________________
6588 [ 8084] By: jhi on 2000/12/11 22:32:06
6589 Log: Revert the -f ambiguousity patch, seems to cause
6590 too much hassle (the interpret -Q as a function
6591 where Q is not a known filetest part is left in).
6593 ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
6595 ____________________________________________________________________________
6596 [ 8083] By: jhi on 2000/12/11 22:27:23
6597 Log: (accidentally empty check-in)
6599 ! lib/File/DosGlob.pm
6600 ____________________________________________________________________________
6601 [ 8082] By: nick on 2000/12/11 19:09:51
6602 Log: Restore mmap function (broken by tweaks to shared buffer
6603 layer for encode(xxxx)).
6606 ____________________________________________________________________________
6607 [ 8081] By: jhi on 2000/12/11 18:29:13
6608 Log: Subject: Re: The long awaited feature ...
6609 From: Simon Cozens <simon@cozens.net>
6610 Date: Mon, 11 Dec 2000 15:54:24 +0000
6611 Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
6616 ____________________________________________________________________________
6617 [ 8080] By: jhi on 2000/12/11 18:19:36
6618 Log: Subject: PATCH MakeMaker manpage clarification
6619 From: andreas.koenig@anima.de (Andreas J. Koenig)
6620 Date: 10 Dec 2000 20:46:13 +0100
6621 Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
6623 ! lib/ExtUtils/MakeMaker.pm
6624 ____________________________________________________________________________
6625 [ 8079] By: jhi on 2000/12/11 15:35:07
6626 Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
6627 From: Simon Cozens <simon@cozens.net>
6628 Date: Sun, 10 Dec 2000 19:06:19 +0000
6629 Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
6631 ! ext/B/B/Deparse.pm t/lib/b.t
6632 ____________________________________________________________________________
6633 [ 8078] By: jhi on 2000/12/11 15:09:11
6634 Log: Subject: [PATCH] docs on NaN
6635 From: Nicholas Clark <nick@ccl4.org>
6636 Date: Mon, 11 Dec 2000 01:48:38 +0000
6637 Message-ID: <20001211014838.B99205@plum.flirble.org>
6640 ____________________________________________________________________________
6641 [ 8077] By: jhi on 2000/12/11 15:02:21
6642 Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
6643 From: Simon Cozens <simon@cozens.net>
6644 Date: Mon, 11 Dec 2000 01:21:45 +0000
6645 Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
6647 ! pp.c pp_hot.c scope.c t/op/local.t
6648 ____________________________________________________________________________
6649 [ 8076] By: nick on 2000/12/10 20:43:32
6650 Log: Not merge worthy...
6651 Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
6652 syntax is modelled on attributes.
6653 Untested fix for io/utf8 on Win32 etc.
6654 Very clumsy start to the encode layer.
6656 ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
6657 ____________________________________________________________________________
6658 [ 8075] By: jhi on 2000/12/10 18:39:33
6659 Log: Darwin is not Windows.
6662 ____________________________________________________________________________
6663 [ 8074] By: jhi on 2000/12/10 18:31:27
6664 Log: Subject: Ambiguous -%c() resolved as a file test
6665 From: "Paul Marquess" <Paul.Marquess@openwave.com>
6666 Date: Sun, 10 Dec 2000 15:35:07 -0000
6667 Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
6669 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
6670 ____________________________________________________________________________
6671 [ 8073] By: jhi on 2000/12/10 18:16:29
6672 Log: Subject: PATCH installperl misinformed
6673 From: andreas.koenig@anima.de (Andreas J. Koenig)
6674 Date: 10 Dec 2000 13:01:32 +0100
6675 Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
6678 ____________________________________________________________________________
6679 [ 8072] By: jhi on 2000/12/10 18:07:55
6680 Log: The walkoptree confusion rages; walkoptree() seems to be coming
6681 from B.xs, while walkoptree_slow() comes from B.pm.
6684 ____________________________________________________________________________
6685 [ 8071] By: nick on 2000/12/10 11:45:47
6686 Log: Integrate mainline
6688 +> t/base/commonsense.t
6689 !> (integrate 37 files)
6690 ____________________________________________________________________________
6691 [ 8070] By: jhi on 2000/12/10 04:46:21
6692 Log: Update Changes.
6694 ! Changes patchlevel.h
6695 ____________________________________________________________________________
6696 [ 8069] By: jhi on 2000/12/10 04:39:19
6697 Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
6698 From: andreas.koenig@anima.de (Andreas J. Koenig)
6699 Date: 09 Dec 2000 17:14:25 +0100
6700 Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
6702 + t/base/commonsense.t
6703 ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
6704 ____________________________________________________________________________
6705 [ 8068] By: jhi on 2000/12/10 04:17:36
6706 Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to undef
6707 From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
6708 Date: Sat, 9 Dec 2000 16:47:22 -0000
6709 Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
6711 ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
6712 ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
6713 ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
6714 ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
6715 ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
6716 ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
6718 ____________________________________________________________________________
6719 [ 8067] By: jhi on 2000/12/10 03:52:02
6720 Log: Test case for #8066.
6723 ____________________________________________________________________________
6724 [ 8066] By: jhi on 2000/12/10 03:50:30
6725 Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
6726 From: Simon Cozens <simon@cozens.net>
6727 Date: Sun, 10 Dec 2000 00:55:37 +0000
6728 Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
6731 ____________________________________________________________________________
6732 [ 8065] By: jhi on 2000/12/10 03:44:52
6733 Log: Test case for #8064.
6736 ____________________________________________________________________________
6737 [ 8064] By: jhi on 2000/12/10 03:42:32
6738 Log: Subject: Re: prototype of substr
6739 From: Simon Cozens <simon@cozens.net>
6740 Date: Sun, 10 Dec 2000 00:13:33 +0000
6741 Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
6743 Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
6746 ____________________________________________________________________________
6747 [ 8063] By: jhi on 2000/12/10 03:39:42
6748 Log: Subject: [PATCH] perlguts.pod
6749 From: Simon Cozens <simon@cozens.net>
6750 Date: Sun, 10 Dec 2000 00:06:47 +0000
6751 Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
6753 Documentation of the different types of ops,
6754 plus the functions in dump.c
6757 ____________________________________________________________________________
6758 [ 8062] By: jhi on 2000/12/10 03:30:04
6759 Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
6760 From: Nicholas Clark <nick@talking.bollo.cx>
6761 Date: Sat, 09 Dec 2000 18:57:25 +0000
6762 Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
6764 Be more robust in weird hostname setups.
6766 ! t/lib/net-hostent.t
6767 ____________________________________________________________________________
6768 [ 8061] By: jhi on 2000/12/10 03:28:21
6769 Log: Pacify fussy compiler.
6772 ____________________________________________________________________________
6773 [ 8060] By: jhi on 2000/12/10 02:52:46
6774 Log: Integrate perlio.
6776 !> pp_sys.c t/io/utf8.t
6777 ____________________________________________________________________________
6778 [ 8059] By: nick on 2000/12/09 23:40:14
6779 Log: read/sysread/recv should now be utf8 aware.
6780 Basic test for utf8 read.
6782 ! pp_sys.c t/io/utf8.t
6783 ____________________________________________________________________________
6784 [ 8058] By: jhi on 2000/12/09 21:56:02
6785 Log: Integrate perlio.
6788 !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
6789 ____________________________________________________________________________
6790 [ 8057] By: jhi on 2000/12/09 21:53:35
6791 Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
6792 From: Inaba Hiroto <inaba@st.rim.or.jp>
6793 Date: Sun, 10 Dec 2000 05:53:21 +0900
6794 Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
6799 ____________________________________________________________________________
6800 [ 8056] By: jhi on 2000/12/09 21:51:16
6801 Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
6802 From: Inaba Hiroto <inaba@st.rim.or.jp>
6803 Date: Sat, 09 Dec 2000 18:02:00 +0900
6804 Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
6806 exists() didn't work for UTF-8 keys, and neither did shared hash keys.
6808 ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
6809 ____________________________________________________________________________
6810 [ 8055] By: nick on 2000/12/09 20:11:48
6811 Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
6812 than raw PerlIO_write() - does not seem to break any tests.
6815 ____________________________________________________________________________
6816 [ 8054] By: nick on 2000/12/09 19:47:30
6817 Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
6818 (sysread, recv and write i.e. formats still to do...)
6819 Allow :utf8 or :bytes in PerlIO_apply_layers() so that
6820 open($fh,">:utf8","name")
6821 etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
6822 so no extra overhead is involved.
6823 Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
6824 to a non-utf8 stream.
6825 Add initial io/utf8.t
6826 Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
6827 that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
6828 and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
6831 ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
6832 ____________________________________________________________________________
6833 [ 8053] By: nick on 2000/12/09 19:26:37
6834 Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
6835 was only testing this_utf8.
6838 ____________________________________________________________________________
6839 [ 8052] By: nick on 2000/12/09 19:09:41
6840 Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
6841 i.e. the output string has one, but don't mess with source assumption.
6844 ____________________________________________________________________________
6845 [ 8051] By: jhi on 2000/12/09 16:55:17
6846 Log: Integrate perlio.
6848 !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
6849 !> sv.c thrdvar.h util.c
6850 ____________________________________________________________________________
6851 [ 8050] By: jhi on 2000/12/09 16:48:07
6852 Log: Nits noticed by Peter Prymmer.
6854 ! lib/ExtUtils/MM_VMS.pm
6855 ____________________________________________________________________________
6856 [ 8049] By: nick on 2000/12/09 13:49:40
6857 Log: UTF8 output prework.
6858 - Store $\ and $, as SVs so they can have SvUTF8 flag
6859 - use do_print() rather than raw PerlIO_write() to print them.
6861 ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
6863 ____________________________________________________________________________
6864 [ 8048] By: nick on 2000/12/09 12:30:43
6865 Log: Integrate mainline.
6867 +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
6869 !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
6870 !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
6871 !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
6872 !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
6873 !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
6874 !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
6875 ____________________________________________________________________________
6876 [ 8047] By: jhi on 2000/12/09 00:23:27
6877 Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
6878 From: Michael G Schwern <schwern@pobox.com>
6879 Date: Fri, 8 Dec 2000 14:43:04 -0600
6881 ! lib/ExtUtils/MM_VMS.pm
6882 ____________________________________________________________________________
6883 [ 8046] By: jhi on 2000/12/08 23:10:27
6884 Log: A missed check-in.
6886 ! lib/ExtUtils/Manifest.pm
6887 ____________________________________________________________________________
6888 [ 8045] By: jhi on 2000/12/08 21:57:12
6889 Log: (null check-in)
6891 ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
6892 ____________________________________________________________________________
6893 [ 8044] By: jhi on 2000/12/08 21:11:06
6894 Log: Add ISO 8859-16 encoding. Not a standard yet but seems to be
6895 at the final draft stage.
6897 + ext/Encode/Encode/iso8859-16.enc
6899 ____________________________________________________________________________
6900 [ 8043] By: jhi on 2000/12/08 16:39:04
6901 Log: Update Changes.
6903 ! Changes patchlevel.h
6904 ____________________________________________________________________________
6905 [ 8042] By: jhi on 2000/12/08 16:33:39
6906 Log: Do not return the Unicode replacement character if UTF-8
6907 decoding goes awry, it should be up to the caller to decide.
6909 ! pod/perlapi.pod utf8.c
6910 ____________________________________________________________________________
6911 [ 8041] By: jhi on 2000/12/08 16:22:28
6912 Log: metaconfig maintenance.
6914 ! U/modified/stdchar.U
6915 Branch: metaconfig/U/perl
6917 ____________________________________________________________________________
6918 [ 8040] By: jhi on 2000/12/08 16:03:08
6919 Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
6920 From: sthoenna@efn.org
6921 Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
6922 Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
6924 ! Changes lib/ExtUtils/MM_OS2.pm
6925 ____________________________________________________________________________
6926 [ 8039] By: jhi on 2000/12/08 15:57:11
6927 Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
6928 From: Simon Cozens <simon@cozens.net>
6929 Date: Fri, 8 Dec 2000 13:33:31 +0000
6930 Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
6932 (The pp_hot part needed a rewrite.)
6934 ! doop.c pp_hot.c utf8.c
6935 ____________________________________________________________________________
6936 [ 8038] By: jhi on 2000/12/08 15:25:08
6938 From: Michael Stevens <michael@etla.org>
6939 Date: Wed, 6 Dec 2000 23:24:01 +0000
6940 Message-ID: <20001206232400.A21381@firedrake.org>
6942 Plus a note from Nick Ing-Simmons.
6945 ____________________________________________________________________________
6946 [ 8037] By: jhi on 2000/12/08 15:18:35
6947 Log: Filetype is text.
6950 ____________________________________________________________________________
6951 [ 8036] By: jhi on 2000/12/08 03:31:27
6952 Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
6953 From: Andy Dougherty <doughera@lafayette.edu>
6954 Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
6955 Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
6957 Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
6958 From: Andy Dougherty <doughera@lafayette.edu>
6959 Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
6960 Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
6962 + ext/POSIX/hints/svr4.pl
6963 ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
6964 ____________________________________________________________________________
6965 [ 8035] By: jhi on 2000/12/08 03:26:01
6966 Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
6967 From: Andy Dougherty <doughera@lafayette.edu>
6968 Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
6969 Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
6971 ! t/README t/base/term.t
6972 ____________________________________________________________________________
6973 [ 8034] By: jhi on 2000/12/08 03:21:59
6974 Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
6975 From: mjd@plover.com
6976 Date: 7 Dec 2000 21:04:20 -0000
6977 Message-ID: <20001207210420.22282.qmail@plover.com>
6982 ____________________________________________________________________________
6983 [ 8033] By: jhi on 2000/12/08 03:19:03
6984 Log: Use the UTF8 macros a bit. They can't be used with abandon
6985 everywhere because we do generate illegal UTF-8 in some situations.
6986 This is of course naughty.
6988 ! pod/perlapi.pod utf8.c utf8.h
6989 ____________________________________________________________________________
6990 [ 8032] By: jhi on 2000/12/08 03:00:09
6993 ! t/pragma/warn/utf8
6994 ____________________________________________________________________________
6995 [ 8031] By: jhi on 2000/12/08 02:22:39
6999 ____________________________________________________________________________
7000 [ 8030] By: jhi on 2000/12/08 01:23:54
7001 Log: Add test for reverse().
7005 ____________________________________________________________________________
7006 [ 8029] By: jhi on 2000/12/08 01:21:47
7007 Log: Integrate perlio.
7009 !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
7010 !> perlio.c perlio.h perlsdio.h warnings.pl
7011 ____________________________________________________________________________
7012 [ 8028] By: jhi on 2000/12/08 01:19:08
7013 Log: Introduce macros for UTF8 decoding.
7015 ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
7016 ____________________________________________________________________________
7017 [ 8027] By: nick on 2000/12/07 22:18:19
7018 Log: Integrate mainline
7020 !> embed.pl pod/perlapi.pod utf8.c
7021 ____________________________________________________________________________
7022 [ 8026] By: nick on 2000/12/07 21:45:08
7023 Log: Various oddities p4 diff -se showed up
7024 Remove 'our' from warnings.pl
7026 ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
7027 ____________________________________________________________________________
7028 [ 8025] By: nick on 2000/12/07 21:43:32
7029 Log: Change PerlIO_(get|set)pos to take SV *
7030 Should fix, OS/2, VMS, (sfio??)
7032 ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
7033 ____________________________________________________________________________
7034 [ 8024] By: jhi on 2000/12/07 19:05:32
7035 Log: Document utf8_to_uv() better.
7037 ! pod/perlapi.pod utf8.c
7038 ____________________________________________________________________________
7039 [ 8023] By: jhi on 2000/12/07 18:23:47
7040 Log: Document utf8_length(), utf8_distance(), and utf8_hop().
7042 ! embed.pl pod/perlapi.pod utf8.c
7043 ____________________________________________________________________________
7044 [ 8022] By: jhi on 2000/12/07 04:13:51
7045 Log: Integrate perlio.
7047 !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
7048 !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
7049 !> win32/makefile.mk
7050 ____________________________________________________________________________
7051 [ 8021] By: nick on 2000/12/07 00:28:14
7052 Log: Various attempts at MSVC debug - not sure what has
7053 changed but works now.
7054 Seems atexit() _may_ work for DLLs built with MSVC so don't
7055 call cleanup that way.
7057 ! perlio.c win32/makefile.mk
7058 ____________________________________________________________________________
7059 [ 8020] By: nick on 2000/12/06 19:57:20
7060 Log: Integrate mainline
7062 +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
7063 !> (integrate 75 files)
7064 ____________________________________________________________________________
7065 [ 8019] By: nick on 2000/12/06 19:28:21
7066 Log: Add useperlio to config.vc
7067 Turn off binmode in config_H.PL
7068 Regen all the config_H.xx
7069 Attempt to get debugging build with MSVC.
7071 ! win32/config.vc win32/config_H.bc win32/config_H.gc
7072 ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
7073 ____________________________________________________________________________
7074 [ 8018] By: nick on 2000/12/06 19:21:57
7075 Log: Test various dup/external program options on all platforms.
7078 ____________________________________________________________________________
7079 [ 8017] By: nick on 2000/12/06 19:20:47
7080 Log: Fix harness to be less picky
7082 ! lib/Test/Harness.pm
7083 ____________________________________________________________________________
7084 [ 8016] By: jhi on 2000/12/06 16:45:12
7085 Log: Update Changes.
7087 ! Changes patchlevel.h
7088 ____________________________________________________________________________
7089 [ 8015] By: jhi on 2000/12/06 16:41:03
7090 Log: Test \x{...} with ord().
7093 ____________________________________________________________________________
7094 [ 8014] By: jhi on 2000/12/06 16:20:33
7095 Log: Test tweak because of #8013.
7098 ____________________________________________________________________________
7099 [ 8013] By: jhi on 2000/12/06 16:09:09
7100 Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
7101 From: Michael G Schwern <schwern@pobox.com>
7102 Date: Tue, 5 Dec 2000 21:23:28 -0500
7103 Message-ID: <20001205212328.C6473@blackrider.aocn.com>
7105 Carp::Heavy parts not very applicable because of recent changes.
7107 ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
7108 ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
7109 ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
7110 ! lib/Exporter.pm lib/Exporter/Heavy.pm
7111 ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
7112 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
7113 ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
7114 ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
7115 ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
7116 ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
7117 ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
7118 ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
7119 ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
7120 ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
7121 ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
7122 ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
7123 ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
7124 ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
7125 ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
7126 ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
7128 ____________________________________________________________________________
7129 [ 8012] By: jhi on 2000/12/06 15:22:38
7130 Log: Subject: [PATCH] Re: New harness is failing things
7131 From: Nick Ing-Simmons <nik@tiuk.ti.com>
7132 Date: Wed, 6 Dec 2000 13:00:30 GMT
7133 Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
7135 ! lib/Test/Harness.pm
7136 ____________________________________________________________________________
7137 [ 8011] By: jhi on 2000/12/06 15:12:08
7138 Log: Subject: installhtml changes
7139 From: Michael Stevens <michael@etla.org>
7140 Date: Wed, 6 Dec 2000 13:15:53 +0000
7141 Message-ID: <20001206131553.A27317@firedrake.org>
7144 ____________________________________________________________________________
7145 [ 8010] By: jhi on 2000/12/06 15:06:05
7146 Log: Subject: the dTHR hits
7147 From: Michael Stevens <michael@etla.org>
7148 Date: Wed, 6 Dec 2000 12:06:03 +0000
7149 Message-ID: <20001206120603.A24581@firedrake.org>
7151 More, errrm, less dTHRs.
7153 ! bytecode.pl ext/B/B/C.pm
7154 ____________________________________________________________________________
7155 [ 8009] By: jhi on 2000/12/06 15:04:25
7156 Log: Subject: MakeMaker mailing list gone?
7157 From: Michael G Schwern <schwern@pobox.com>
7158 Date: Tue, 5 Dec 2000 19:29:59 -0500
7159 Message-ID: <20001205192959.B6473@blackrider.aocn.com>
7161 The MakeMaker mailing list is dead, perlbug is the right
7162 address to report bugs.
7164 ! lib/ExtUtils/MakeMaker.pm
7165 ____________________________________________________________________________
7166 [ 8008] By: jhi on 2000/12/06 15:00:32
7167 Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
7168 From: Michael G Schwern <schwern@pobox.com>
7169 Date: Tue, 5 Dec 2000 19:21:21 -0500
7170 Message-ID: <20001205192121.A6473@blackrider.aocn.com>
7172 Add a default MANIFEST skip that ignores things like
7173 version control files, editor temporary files, and the Makefile.
7175 + lib/ExtUtils/MANIFEST.SKIP
7176 ! MANIFEST lib/ExtUtils/Manifest.pm
7177 ____________________________________________________________________________
7178 [ 8007] By: jhi on 2000/12/06 14:57:20
7179 Log: In Amiga more manual hackery of the scripts seems to be needed,
7180 from Jan-Erik Karlsson. Why Configure does not get this right
7181 is unknown, may be shell-induced.
7184 ____________________________________________________________________________
7185 [ 8006] By: jhi on 2000/12/05 23:53:12
7186 Log: Add TOPm1s to peek at the second topmost stack item.
7189 ____________________________________________________________________________
7190 [ 8005] By: jhi on 2000/12/05 23:13:55
7191 Log: Avaunt, you foul UTF-8 tests.
7193 ! t/op/ver.t t/pragma/utf8.t
7194 ____________________________________________________________________________
7195 [ 8004] By: jhi on 2000/12/05 23:09:54
7196 Log: Continue utf8 dispersal.
7199 ! MANIFEST t/pragma/utf8.t
7200 ____________________________________________________________________________
7201 [ 8003] By: nick on 2000/12/05 23:02:39
7202 Log: Integrate mainline.
7204 +> t/op/length.t t/op/utf8decode.t
7205 !> (integrate 69 files)
7206 ____________________________________________________________________________
7207 [ 8002] By: jhi on 2000/12/05 22:59:28
7208 Log: Integrate perlio.
7210 !> iperlsys.h perl.c perlio.c win32/perllib.c
7211 ____________________________________________________________________________
7212 [ 8001] By: nick on 2000/12/05 22:07:52
7213 Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
7214 - calloc/free suffer from damage on TerminateThread()
7215 - use PerlMemShared (as originally planned) now fixed
7216 - avoid doing anything important on DLL "detach".
7218 ! perl.c perlio.c win32/perllib.c
7219 ____________________________________________________________________________
7220 [ 8000] By: nick on 2000/12/05 21:05:09
7221 Log: Fix gross PerlMemShared issue.
7224 ____________________________________________________________________________
7225 [ 7999] By: jhi on 2000/12/05 20:46:58
7226 Log: Test for Unicode (UTF-8) hash keys.
7229 ____________________________________________________________________________
7230 [ 7998] By: jhi on 2000/12/05 20:30:35
7231 Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
7232 is now always UTF-8), empty line cosmetics.
7235 ____________________________________________________________________________
7236 [ 7997] By: jhi on 2000/12/05 20:15:40
7237 Log: Subject: Re: STRLEN - what?
7238 From: Andy Dougherty <doughera@lafayette.edu>
7239 Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
7240 Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
7245 ____________________________________________________________________________
7246 [ 7996] By: jhi on 2000/12/05 20:13:34
7247 Log: Split off the UTF-8 decoder tests, make them to check also
7251 ! MANIFEST t/pragma/utf8.t utf8.c
7252 ____________________________________________________________________________
7253 [ 7995] By: jhi on 2000/12/05 16:39:47
7254 Log: Start migrating bits of pragma/utf8 to elsewhere
7255 (since the long term plan is to obsolete 'use utf8').
7258 ! MANIFEST t/pragma/utf8.t
7259 ____________________________________________________________________________
7260 [ 7994] By: jhi on 2000/12/05 16:30:21
7261 Log: Fix a manual edit typo from #7993, fix the message formatting
7262 for Unicode, add few our declarations.
7265 ____________________________________________________________________________
7266 [ 7993] By: jhi on 2000/12/05 16:09:15
7267 Log: Subject: Need help with warnings :-(
7268 From: "Ben Tilly" <ben_tilly@hotmail.com>
7269 Date: Tue, 05 Dec 2000 01:35:54 -0500
7270 Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
7272 Subject: UPDATE: Carp/Heavy now passes all tests
7273 From: "Ben Tilly" <ben_tilly@hotmail.com>
7274 Date: Tue, 05 Dec 2000 07:59:41 -0500
7275 Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
7279 ! lib/Carp.pm lib/Carp/Heavy.pm
7280 ____________________________________________________________________________
7281 [ 7992] By: jhi on 2000/12/05 15:55:08
7282 Log: Subject: [PATCH perl@7979] cygwin port
7283 From: "Eric Fifer" <efifer@dircon.co.uk>
7284 Date: Tue, 5 Dec 2000 14:04:09 -0000
7285 Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
7287 ! t/lib/net-hostent.t
7288 ____________________________________________________________________________
7289 [ 7991] By: jhi on 2000/12/05 15:52:34
7290 Log: Subject: Re: [PATCH] The largest hoax of all times?
7291 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7292 Date: Tue, 5 Dec 2000 00:40:25 -0500
7293 Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
7295 Subject: Re: [PATCH] The largest hoax of all times?
7296 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7297 Date: Mon, 4 Dec 2000 23:55:53 -0500
7298 Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
7300 Subject: Re: [PATCH] The largest hoax of all times?
7301 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7302 Date: Tue, 5 Dec 2000 01:28:45 -0500
7303 Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
7305 Fix the unpredictable order of DESTROYs.
7307 ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
7308 ! sv.c sv.h t/op/ref.t
7309 ____________________________________________________________________________
7310 [ 7990] By: jhi on 2000/12/05 14:38:53
7311 Log: Subject: [PATCH] shrink pp_hot fractionally
7312 From: Nicholas Clark <nick@ccl4.org>
7313 Date: Tue, 5 Dec 2000 12:44:31 +0000
7314 Message-ID: <20001205124431.E74518@plum.flirble.org>
7316 Use report_evil_fh().
7318 ! opcode.pl opnames.h pp_hot.c util.c
7319 ____________________________________________________________________________
7320 [ 7989] By: jhi on 2000/12/05 14:21:27
7321 Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
7322 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
7323 Date: Mon, 04 Dec 2000 22:21:59 -0800
7324 Message-ID: <HmIL6gzkgepS092yn@efn.org>
7326 Harness shouldn't ignore responses like "ok 3\r\r\n".
7328 ! lib/Test/Harness.pm
7329 ____________________________________________________________________________
7330 [ 7988] By: jhi on 2000/12/05 13:51:28
7331 Log: Integrate the "skip" messages to explain().
7333 ! t/lib/syslfs.t t/op/lfs.t
7334 ____________________________________________________________________________
7335 [ 7987] By: jhi on 2000/12/05 12:34:54
7336 Log: The one that got away in #7984.
7338 Subject: Re: dTHR - what and why?
7339 From: Michael Stevens <michael@etla.org>
7340 Date: Tue, 5 Dec 2000 11:15:52 +0000
7341 Message-ID: <20001205111552.A4647@firedrake.org>
7344 ____________________________________________________________________________
7345 [ 7986] By: gsar on 2000/12/05 09:14:44
7346 Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
7347 due to the notorious GetFileType() bug in Windows 9x, which fstat()
7350 ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
7351 ____________________________________________________________________________
7352 [ 7985] By: jhi on 2000/12/05 05:49:03
7353 Log: Integrate perlio.
7355 !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
7356 !> win32/perlhost.h win32/perllib.c
7357 ____________________________________________________________________________
7358 [ 7984] By: jhi on 2000/12/05 05:48:16
7359 Log: dTHR is a nop in 5.6.0 onwards. Ergo, it can go.
7361 ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
7362 ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
7363 ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
7364 ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
7365 ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
7366 ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
7367 ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
7368 ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
7370 ____________________________________________________________________________
7371 [ 7983] By: nick on 2000/12/04 23:27:43
7372 Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
7374 ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
7375 ! win32/perlhost.h win32/perllib.c
7376 ____________________________________________________________________________
7377 [ 7982] By: jhi on 2000/12/04 19:44:09
7378 Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
7382 ____________________________________________________________________________
7383 [ 7981] By: jhi on 2000/12/04 19:42:07
7384 Log: Subject: [PATCH] Trivial dump.c feature
7385 From: Simon Cozens <simon@cozens.net>
7386 Date: Mon, 4 Dec 2000 18:08:38 +0000
7387 Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
7389 Show whether a constant is UTF-8.
7392 ____________________________________________________________________________
7393 [ 7980] By: jhi on 2000/12/04 19:36:51
7394 Log: UTF-8 hash keys, patch from Inaba Hiroto.
7396 ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
7397 ____________________________________________________________________________
7398 [ 7979] By: jhi on 2000/12/04 17:36:28
7399 Log: Update Changes.
7401 ! Changes patchlevel.h
7402 ____________________________________________________________________________
7403 [ 7978] By: jhi on 2000/12/04 16:42:17
7404 Log: Retract #7977, still too volatile (the euphemism of the day
7405 for unfinished and buggy :-)
7407 ! doop.c hv.c pp.c sv.h
7408 ____________________________________________________________________________
7409 [ 7977] By: jhi on 2000/12/04 16:25:15
7410 Log: (Retracted by #7978, too shaky yet.)
7412 Subject: Re: utf8 in hash keys, implementor missing
7413 From: Simon Cozens <simon@cozens.net>
7414 Date: Sat, 2 Dec 2000 19:49:35 +0000
7415 Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
7417 The first step at UTF-8 hash keys.
7419 ! doop.c hv.c pp.c sv.h
7420 ____________________________________________________________________________
7421 [ 7976] By: jhi on 2000/12/04 16:13:53
7422 Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
7423 From: sthoenna@efn.org
7424 Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
7425 Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
7427 ! os2/os2.c perlio.c
7428 ____________________________________________________________________________
7429 [ 7975] By: jhi on 2000/12/04 16:05:25
7430 Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
7431 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
7432 Date: Thu, 30 Nov 2000 20:50:37 -0800
7433 Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
7436 ____________________________________________________________________________
7437 [ 7974] By: jhi on 2000/12/04 16:03:57
7438 Log: Subject: [PATCH] ++ 20% faster
7439 From: Nicholas Clark <nick@ccl4.org>
7440 Date: Mon, 4 Dec 2000 12:17:27 +0000
7441 Message-ID: <20001204121726.B52976@plum.flirble.org>
7443 Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
7446 ____________________________________________________________________________
7447 [ 7973] By: jhi on 2000/12/04 16:00:48
7449 Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
7450 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7451 Date: Mon, 04 Dec 2000 12:30:45 +0100
7452 Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
7454 AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
7455 library (getprotobyname and getprotobynumber are outversioned by
7456 the same calls in libc, at least for xlc version 3.
7459 ____________________________________________________________________________
7460 [ 7972] By: jhi on 2000/12/04 02:58:31
7461 Log: Integrate perlio.
7463 !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
7464 !> win32/makefile.mk win32/perlhost.h win32/perllib.c
7465 !> win32/win32.h win32/win32iop.h win32/win32thread.h
7466 ____________________________________________________________________________
7467 [ 7971] By: nick on 2000/12/04 00:24:33
7468 Log: Quieten some noise in Win32 builds:
7469 - win32.h is included after <sys/socket.h>, so need to
7470 set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
7471 - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
7473 ! doio.c perl.h toke.c win32/win32.h
7474 ____________________________________________________________________________
7475 [ 7970] By: nick on 2000/12/03 22:57:46
7476 Log: PERL_IMPLICIT_SYS compiles but does not work.
7478 ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
7479 ! win32/perlhost.h win32/perllib.c win32/win32.h
7480 ! win32/win32iop.h win32/win32thread.h
7481 ____________________________________________________________________________
7482 [ 7969] By: jhi on 2000/12/03 22:12:58
7483 Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
7484 used to swash_init(), makes regprop() dumps more informative
7485 (+utf8::IsAlpha, -utf8::IsDigit, for example).
7487 ! regcomp.c regexec.c
7488 ____________________________________________________________________________
7489 [ 7968] By: jhi on 2000/12/03 21:39:56
7490 Log: Implement ANYOFUTF8 regprop() dumping.
7493 ____________________________________________________________________________
7494 [ 7967] By: jhi on 2000/12/03 20:57:19
7495 Log: Make uv_to_utf8() to zero-terminate its output buffer,
7496 always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
7498 ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
7499 ____________________________________________________________________________
7500 [ 7966] By: nick on 2000/12/03 18:41:21
7501 Log: Integrate mainline (STDCHAR)
7503 !> Configure t/pragma/utf8.t
7504 ____________________________________________________________________________
7505 [ 7965] By: jhi on 2000/12/03 17:58:20
7506 Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
7509 ____________________________________________________________________________
7510 [ 7964] By: jhi on 2000/12/03 17:35:56
7511 Log: Integrate perlio.
7513 !> iperlsys.h perlio.c
7514 ____________________________________________________________________________
7515 [ 7963] By: jhi on 2000/12/03 17:33:55
7516 Log: Metaconfig unit change for #7962.
7518 ! U/modified/stdchar.U
7519 ____________________________________________________________________________
7520 [ 7962] By: jhi on 2000/12/03 17:33:27
7521 Log: Untangle the <stdio.h> #include nest for the stdchar test,
7522 from Andy Dougherty.
7525 ____________________________________________________________________________
7526 [ 7961] By: nick on 2000/12/03 16:53:00
7527 Log: Make iperlsys.h vector stdio not PerlIO.
7529 ! iperlsys.h perlio.c
7530 ____________________________________________________________________________
7531 [ 7960] By: nick on 2000/12/03 14:43:01
7532 Log: Integrate mainline
7534 !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
7535 !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
7536 ____________________________________________________________________________
7537 [ 7959] By: jhi on 2000/12/03 08:16:36
7541 ____________________________________________________________________________
7542 [ 7958] By: jhi on 2000/12/02 18:33:05
7543 Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
7544 From: Mike Guy <mjtg@cam.ac.uk>
7545 Date: Sat, 02 Dec 2000 17:27:13 +0000
7546 Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
7548 An extraneous argument.
7551 ____________________________________________________________________________
7552 [ 7957] By: jhi on 2000/12/02 18:22:32
7553 Log: A missing hunk.
7555 ! t/lib/net-hostent.t
7556 ____________________________________________________________________________
7557 [ 7956] By: jhi on 2000/12/02 18:06:20
7558 Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
7559 From: Nicholas Clark <nick@ccl4.org>
7560 Date: Sat, 2 Dec 2000 14:28:27 +0000
7561 Message-ID: <20001202142827.A12308@plum.flirble.org>
7565 ! t/lib/net-hostent.t
7566 ____________________________________________________________________________
7567 [ 7955] By: jhi on 2000/12/02 17:58:06
7568 Log: Metaconfig unit change for #7954.
7570 ! U/modified/stdchar.U
7571 ____________________________________________________________________________
7572 [ 7954] By: jhi on 2000/12/02 17:54:32
7573 Log: An inconvenient hang would happen if the stdio _ptr wasn't
7574 found in <stdio.h> and <stdio_impl.h> didn't exist. (grep
7575 would be grepping stdin for all eternity for the _ptr.)
7578 ____________________________________________________________________________
7579 [ 7953] By: jhi on 2000/12/02 00:07:15
7580 Log: Update Changes.
7582 ! Changes patchlevel.h
7583 ____________________________________________________________________________
7584 [ 7952] By: jhi on 2000/12/01 23:54:47
7585 Log: Subject: Re: long shell lines
7586 From: Andy Dougherty <doughera@lafayette.edu>
7587 Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
7588 Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
7590 Split overly long shell command lines.
7592 ! lib/ExtUtils/MM_Unix.pm
7593 ____________________________________________________________________________
7594 [ 7951] By: jhi on 2000/12/01 23:48:02
7595 Log: The metaconfig unit change for #7950.
7597 + U/modified/stdchar.U
7598 ____________________________________________________________________________
7599 [ 7950] By: jhi on 2000/12/01 23:47:39
7600 Log: Try to find stdchar also from <stdio_impl.h>.
7602 ! Configure config_h.SH
7603 ____________________________________________________________________________
7604 [ 7949] By: jhi on 2000/12/01 23:46:45
7605 Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
7606 From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
7607 Date: Fri, 1 Dec 2000 16:26:08 -0500
7608 Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
7610 Reword the diagnostic message.
7613 ____________________________________________________________________________
7614 [ 7948] By: nick on 2000/12/01 22:49:43
7615 Log: Integrate mainline (for s/y/m as sub names stuff).
7617 !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
7618 !> t/pragma/warn/toke toke.c
7619 ____________________________________________________________________________
7620 [ 7947] By: jhi on 2000/12/01 20:55:41
7621 Log: Integrate perlio.
7623 !> perlio.c perliol.h t/io/pipe.t
7624 ____________________________________________________________________________
7625 [ 7946] By: jhi on 2000/12/01 20:36:51
7626 Log: Upgrade to CPAN 1.59_51, from Andreas König.
7628 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
7629 ____________________________________________________________________________
7630 [ 7945] By: nick on 2000/12/01 20:31:32
7631 Log: Integrate mainline
7633 +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
7634 +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
7635 +> t/lib/net-hostent.t
7636 !> (integrate 35 files)
7637 ____________________________________________________________________________
7638 [ 7944] By: jhi on 2000/12/01 20:23:29
7639 Log: Some help for 20001130.011. Now one gets warnings like
7640 "Ambiguous -f() resolved as a file test ..."
7642 ! pod/perldiag.pod t/pragma/warn/toke toke.c
7643 ____________________________________________________________________________
7644 [ 7943] By: jhi on 2000/12/01 19:44:44
7645 Log: Retract #7941. Forbidding subs m/s/etc is too cruel because
7646 that also breaks using them as methods.
7648 ! pod/perldiag.pod t/op/misc.t toke.c
7649 ____________________________________________________________________________
7650 [ 7942] By: nick on 2000/12/01 17:56:46
7651 Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
7652 Make 'unix' pass most tests
7653 - do unread by temporary push of layer ("pending") holding unread chars
7654 - fast_gets is now based on per-handle flag
7655 - relax one of io/pipe.t tests to allow print to fail and close to
7656 succeed so that it passes on unbuffered "unix" layer.
7657 Remaining fail is sporadic and a genuine race condition between
7658 parent/child in fork test.
7660 ! perlio.c perliol.h t/io/pipe.t
7661 ____________________________________________________________________________
7662 [ 7941] By: jhi on 2000/12/01 15:28:58
7663 Log: (Retracted by #7943.)
7665 Reserve the short named string operator names.
7667 ! pod/perldiag.pod t/op/misc.t toke.c
7668 ____________________________________________________________________________
7669 [ 7940] By: jhi on 2000/12/01 06:45:53
7670 Log: Get the three different space character classes right under utf8.
7672 + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
7673 ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
7674 ! regexec.c t/op/pat.t utf8.c
7675 ____________________________________________________________________________
7676 [ 7939] By: jhi on 2000/12/01 03:26:26
7677 Log: Two more tests that make no sense in UTF-8 since the test
7678 data is not in UTF-8.
7681 ____________________________________________________________________________
7682 [ 7938] By: jhi on 2000/12/01 03:20:39
7683 Log: \x{} doesn't any more require 'use utf8' outside regexen so why
7684 should it be required inside regexen?
7686 ! regcomp.c t/op/regmesg.t
7687 ____________________________________________________________________________
7688 [ 7937] By: jhi on 2000/12/01 02:58:53
7689 Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
7690 stored and restored, and thusly was trounced by the utf8 swash
7694 ____________________________________________________________________________
7695 [ 7936] By: jhi on 2000/11/30 20:41:39
7696 Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
7697 Why the different platforms behave so differently (core dump vs
7698 no core dump) on this bug is a but of a mystery, but if I had to
7699 guess I would mumble something like 'alignment'.
7702 ____________________________________________________________________________
7703 [ 7935] By: jhi on 2000/11/30 16:17:02
7704 Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
7705 From: Robin Barker <rmb1@cise.npl.co.uk>
7706 Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
7707 Date: Thu, 30 Nov 2000 14:27:12 GMT
7710 ____________________________________________________________________________
7711 [ 7934] By: jhi on 2000/11/30 16:04:49
7712 Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
7714 ! t/lib/net-hostent.t
7715 ____________________________________________________________________________
7716 [ 7933] By: jhi on 2000/11/30 06:07:26
7717 Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
7718 From: Peter Prymmer <pvhp@forte.com>
7719 Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
7720 Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
7722 In VMS the localhost may be LOCALHOST.
7724 ! t/lib/net-hostent.t
7725 ____________________________________________________________________________
7726 [ 7932] By: jhi on 2000/11/30 01:11:11
7727 Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
7728 From: Peter Prymmer <pvhp@forte.com>
7729 Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
7730 Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
7732 plus regen perlapi.pod.
7734 ! pod/perlapi.pod utf8.c
7735 ____________________________________________________________________________
7736 [ 7931] By: jhi on 2000/11/30 01:06:19
7737 Log: Subject: [PATCH perl@7930] get t/lib/filter-util.t to work on VMS
7738 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
7739 Date: Wed, 29 Nov 2000 17:15:11 EST
7740 Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
7742 ! t/lib/filter-util.pl t/lib/filter-util.t
7743 ____________________________________________________________________________
7744 [ 7930] By: jhi on 2000/11/29 18:51:55
7745 Log: Update Changes.
7747 ! Changes patchlevel.h
7748 ____________________________________________________________________________
7749 [ 7929] By: jhi on 2000/11/29 18:50:55
7750 Log: Update the va_copy() metaconfig unit.
7751 Branch: metaconfig/U/perl
7753 ____________________________________________________________________________
7754 [ 7928] By: jhi on 2000/11/29 17:50:43
7755 Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17
7756 From: Dominic Dunlop <domo@computer.org>
7757 Date: Tue, 28 Nov 2000 16:41:57 +0100
7758 Message-Id: <p04320400b649771b9797@[192.168.1.4]>
7760 Patch to catch a core dump in the Configure va_copy test.
7762 ! Configure config_h.SH
7763 ____________________________________________________________________________
7764 [ 7927] By: jhi on 2000/11/29 17:31:59
7765 Log: Retract #7921, the patch shouldn't be needed.
7768 ____________________________________________________________________________
7769 [ 7926] By: jhi on 2000/11/29 17:01:41
7770 Log: Make the Class::Struct import() wiser.
7772 ! lib/Class/Struct.pm t/lib/class-struct.t
7773 ____________________________________________________________________________
7774 [ 7925] By: jhi on 2000/11/29 16:36:33
7775 Log: All the core library users of Class::Struct seem to be
7776 using "use Class::Struct 'struct';" instead of the bare
7777 "use Class::Struct;", which isn't documented in Class::Struct.
7778 This can't be right.
7781 ____________________________________________________________________________
7782 [ 7924] By: jhi on 2000/11/29 16:32:15
7783 Log: A test works better if it has the right 1..$n output.
7785 ! t/lib/class-struct.t
7786 ____________________________________________________________________________
7787 [ 7923] By: jhi on 2000/11/29 16:29:11
7788 Log: Forgot to MANIFEST the new Net::hostent test.
7791 ____________________________________________________________________________
7792 [ 7922] By: jhi on 2000/11/29 16:27:49
7793 Log: Integrate perlio.
7795 !> iperlsys.h perlio.c
7796 ____________________________________________________________________________
7797 [ 7921] By: jhi on 2000/11/29 16:27:10
7798 Log: (Retracted by #7927.)
7800 Subject: [PATCH] Is infinity a number?
7801 From: Simon Cozens <simon@cozens.net>
7802 Date: Wed, 29 Nov 2000 14:48:20 +0000
7803 Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
7806 ____________________________________________________________________________
7807 [ 7920] By: jhi on 2000/11/29 16:23:02
7808 Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
7809 From: rspier@pobox.com (Robert Spier)
7810 Date: Wed, 29 Nov 2000 02:17:49 -0500
7811 Message-ID: <14884.44445.760322.278647@localhost.localdomain>
7813 Add a test for Net::hostent.
7815 + t/lib/net-hostent.t
7816 ____________________________________________________________________________
7817 [ 7919] By: jhi on 2000/11/29 16:21:31
7818 Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
7819 add a test for Class::Struct.
7821 + t/lib/class-struct.t
7822 ! MANIFEST lib/Class/Struct.pm
7823 ____________________________________________________________________________
7824 [ 7918] By: jhi on 2000/11/29 15:48:40
7825 Log: Subject: Re: Minor suggestion for Sys::Syslog [PATCH]
7826 From: rspier@pobox.com (Robert Spier)
7827 Date: Wed, 29 Nov 2000 02:25:39 -0500
7828 Message-ID: <14884.44915.86028.422238@localhost.localdomain>
7830 More checking in case someone has broken their services or
7833 ! ext/Sys/Syslog/Syslog.pm
7834 ____________________________________________________________________________
7835 [ 7917] By: jhi on 2000/11/29 15:46:25
7836 Log: Subject: [PATCH] $^O win32 -> MSWin32
7837 From: rspier@pobox.com (Robert Spier)
7838 Date: Wed, 29 Nov 2000 02:17:38 -0500
7839 Message-ID: <14884.44434.340627.126145@localhost.localdomain>
7841 plus similar nits for vms, err, VMS, and UNICOS.
7843 ! t/lib/syslfs.t t/op/lfs.t
7844 ____________________________________________________________________________
7845 [ 7916] By: jhi on 2000/11/29 15:42:51
7846 Log: Subject: [PATCH] Tokeniser debugging
7847 From: Simon Cozens <simon@cozens.net>
7848 Date: Wed, 29 Nov 2000 14:15:45 +0000
7849 Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
7851 ! perl.c perl.h pod/perlrun.pod toke.c
7852 ____________________________________________________________________________
7853 [ 7915] By: jhi on 2000/11/29 15:41:36
7854 Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
7855 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7856 Date: Wed, 29 Nov 2000 02:13:14 -0500
7857 Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
7861 Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
7862 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7863 Date: Wed, 29 Nov 2000 03:09:04 -0500
7864 Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
7866 OUT and IN_OUT documentation.
7868 ! lib/ExtUtils/xsubpp pod/perlxs.pod
7869 ____________________________________________________________________________
7870 [ 7914] By: jhi on 2000/11/29 03:35:01
7871 Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
7872 From: John Tobey <jtobey@john-edwin-tobey.org>
7873 Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
7874 Message-Id: <m140e1N-000FOoC@feynman.localnet>
7876 plus a performance speedup noticed by Sarathy.
7879 ____________________________________________________________________________
7880 [ 7913] By: jhi on 2000/11/29 03:16:59
7881 Log: Use "1 while unlink" so that VMS gets clean, too.
7883 ! t/lib/filter-util.t
7884 ____________________________________________________________________________
7885 [ 7912] By: jhi on 2000/11/29 03:09:08
7886 Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
7887 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7888 Date: Tue, 28 Nov 2000 03:27:09 -0500
7889 Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
7891 ! lib/ExtUtils/xsubpp
7892 ____________________________________________________________________________
7893 [ 7911] By: jhi on 2000/11/29 03:06:30
7894 Log: This should have been part of #7872: no need to scan UTF-8
7898 ____________________________________________________________________________
7899 [ 7910] By: jhi on 2000/11/29 02:50:04
7900 Log: One more perltie.pod nit from Casey R. Tweten.
7903 ____________________________________________________________________________
7904 [ 7909] By: jhi on 2000/11/29 02:44:23
7905 Log: Document the known sprintf test failures, exact standard
7906 reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
7908 ! pod/perldelta.pod t/op/sprintf.t
7909 ____________________________________________________________________________
7910 [ 7908] By: jhi on 2000/11/29 02:36:23
7911 Log: Add the Encoding table format documentation.
7913 + ext/Encode/Encode/EncodeFormat.pod
7915 ____________________________________________________________________________
7916 [ 7907] By: jhi on 2000/11/29 02:07:24
7917 Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
7918 From: "Casey R. Tweten" <crt@kiski.net>
7919 Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
7920 Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
7922 Subject: Re: [PATCH] Updating perltie.pod for arrays
7923 From: "Casey R. Tweten" <crt@kiski.net>
7924 Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
7925 Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
7928 ____________________________________________________________________________
7929 [ 7906] By: nick on 2000/11/28 22:40:59
7930 Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
7932 ! iperlsys.h perlio.c
7933 ____________________________________________________________________________
7934 [ 7905] By: nick on 2000/11/28 22:04:34
7935 Log: Integrate mainline
7937 !> (integrate 39 files)
7938 ____________________________________________________________________________
7939 [ 7904] By: jhi on 2000/11/28 16:44:43
7940 Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
7941 From: Nicholas Clark <nick@babyhippo.co.uk>
7942 Date: Tue, 28 Nov 2000 11:16:57 +0000
7943 Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
7946 ____________________________________________________________________________
7947 [ 7903] By: jhi on 2000/11/28 16:40:31
7948 Log: Subject: [PATCH] Updating perltie.pod for arrays
7949 From: "Casey R. Tweten" <crt@kiski.net>
7950 Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
7951 Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
7954 ____________________________________________________________________________
7955 [ 7902] By: jhi on 2000/11/28 16:39:37
7956 Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
7957 From: Robin Barker <rmb1@cise.npl.co.uk>
7958 Date: Mon, 27 Nov 2000 17:56:44 GMT
7959 Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
7961 ! pod/perlfunc.pod t/op/split.t
7962 ____________________________________________________________________________
7963 [ 7901] By: jhi on 2000/11/28 16:28:04
7964 Log: setmode() is a DOSish-only thing.
7967 ____________________________________________________________________________
7968 [ 7900] By: jhi on 2000/11/28 16:21:46
7969 Log: Subject: [PATCH] perlcc.PL cleanups
7970 From: Simon Cozens <simon@cozens.net>
7971 Date: Tue, 28 Nov 2000 12:44:35 +0000
7972 Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
7975 ____________________________________________________________________________
7976 [ 7899] By: gsar on 2000/11/28 06:32:55
7977 Log: reintegrate files missed by change#7895
7978 Branch: maint-5.6/perl
7979 +> ext/ByteLoader/bytecode.h utils/Makefile
7981 ____________________________________________________________________________
7982 [ 7897] By: gsar on 2000/11/27 18:22:47
7983 Log: can't integrate these two files, for some reason
7984 Branch: maint-5.6/perl
7985 - ext/ByteLoader/bytecode.h utils/Makefile
7986 ____________________________________________________________________________
7987 [ 7895] By: gsar on 2000/11/27 18:11:21
7988 Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
7989 6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
7990 6757..6890,6892..6901 from mainline
7992 Bytecompiler patches from Benjamin Stuhl.
7996 Subject: [PATCH blead] B:: missing dependency
7998 Subject: [PATCH: 6757] configure.com updates and syslog build
8000 Long double Gconvert fixes from Yitzchak Scott-Thoennes
8001 and Spider Boardman.
8003 Subject: [PATCH blead] nextchar() abuse misses an optimisation
8005 Long double fixes from Spider Boardman.
8007 Make the selection of NVff et al stricter.
8009 cSVOPo_*v things index into the current PL_curpad
8010 under ithreads, which is different from the curpad
8011 used by the XSUB. (In other words, the code as-is
8012 before this patch wouldn't work under ithreads.)
8016 VMS MMS (make) wants null action.
8018 Mac and other portability updates from Chris Nandor.
8020 Storable support, v-version fixes.
8021 Subject: CPAN.pm beta for testing available
8023 Portability fix from Hugo van der Sanden.
8027 Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
8029 Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
8031 Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
8033 Replace #6705 with a minimal doc patch.
8034 Subject: [PATCH 5.6.0] replace change #6705
8036 Drop the separate perlbc, perlcc -b should be enough.
8038 installperl couldn't tell whether it had run tests or not.
8039 Subject: [PATCH] Re: installperl and t/TEST
8041 Add silencer flags to installperl.
8042 Subject: [PATCH] Making installperl silent.
8044 Make "make install" by default silent. A new "install-verbose"
8047 More liberal parsing of version numbers.
8048 Subject: Re: CPAN.pm beta for testing available
8050 Create directories in silence.
8051 Subject: [PATCH] Another silencer for MakeMaker
8053 DOS patches and portability/porting notes, from Tim Jenness.
8055 Make installman to recognize the silence flag -S.
8057 Actually do something with the silencer option.
8061 Show the doc file, not the temp file.
8065 Subject: [PATCH] More silencing of installman.
8067 Better wording for the vec lvalue diagnostic.
8068 Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
8070 Subject: [PATCH: 6805] several more tweaks to configure.com
8072 Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
8075 Subject: [PATCH: 6789] some endl fixes for VMS wackiness
8077 Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
8078 (applied slightly modified)
8080 installperl --verbose and --silent.
8081 Subject: Re: [PATCH] More silencing of installman.
8083 Add install-silent target.
8085 AIX 4.3.3 has SOCKS in libc with a differently named init routine,
8086 the problem reported in
8087 Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
8089 Tweak the sfio/useperlio logic, hopefully as wished in
8090 Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
8092 One forgotten file from #6816.
8094 Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
8096 Remove duplicately applied patch shards.
8097 Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
8099 Support preserving extremely big/small angles.
8101 Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED)
8103 Subject: [PATCH] installation not quite silent yet.
8105 Update the test count.
8107 Use UVxf, PTR2UV, NVff.
8109 Document PTR2XX and INT2PTR.
8111 no-install target a la make -n.
8112 Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
8114 grep -e isn't portable.
8115 Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
8117 Can't get the test to reliably work thanks to the
8118 inaccurateness of floating point. "Resolves" bug ids
8119 20000826.003, 20000826.009, 20000826.010,
8121 Subject: installman buglet
8123 DJGPP update from Laszlo Molnar.
8125 Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
8127 Passing -R in ldflags makes now it to appear in the default
8128 for lddlflags, just like with -L.
8129 Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
8133 Use the actual thread type, not the pointer-to-struct.
8135 Provice virtual $Config{ccflags_nolargefiles} etc.
8137 display_format used as a class method without arguments was broken,
8139 Subject: Math::Complex->display_format() sets style to 'Math::Complex'
8141 Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
8143 Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
8145 Subject: [PATCH@6855] _Minor_ change to overload.pm pod
8147 opmini.o may be left around if a build is interrupted.
8151 Fix for ID 20000828.001, long doubles were not formatted
8152 correctly (showed up in $], which stopped installing perl).
8154 An attempt to fix the problem reported in
8155 Subject: Building perl@6856 using gcc/AIX 4.3.3
8156 I can't test this properly since the gcc installation I have
8157 access to seems to be botched (gcc is calling the AIX cpp,
8158 a losing proposition...)
8160 Add -ld to archname on long tr...double platforms.
8162 Subject: hv.h Doc Patch
8166 Subject: [PATCH bleedperl@6856] warnings fixes
8168 -S is the silent flag, -s is the strip flag.
8169 Subject: [PATCH] Re: [PATCH] make no-install
8171 Take out the SUIDMAIL thing, that will not be
8174 Subject: [PATCH bleedperl@6866] spellings
8176 Subject: [PATCH] Re: files not cleaned even by veryclean
8178 Use minimal @INC in tests, most of the time just '../lib',
8179 so that we simply can't pick up stuff from other Perls than
8180 the one we are testing. Pointed out by
8181 Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built
8183 Update to Getopt::Long 2.24, from Johan Vromans.
8185 Fix for thinko in #6848.
8186 Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
8188 Patches all over for people and the files they (hopefully) care about.
8190 Subject: Net::protoent does not export 'getproto'
8192 Missed a change in #6869.
8194 Subject: [PATCH] Warnings in B::Deparse
8196 Subject: [PATCH] Glob dumping
8198 Disable one of the tests for now.
8200 Disabling the one test is a bit tricky.
8202 Don't forget to tidy up.
8204 The #6881 removed one dump line.
8206 Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
8208 Under usethreads the dumped variable is IN_PAD.
8209 Subject: Re: [PATCH] Glob dumping
8211 Subject: [ID 20000829.026] [PATCH 6868] File::Temp
8213 Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
8215 Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
8217 Regen Configure for #6894.
8219 Subject: [PATCH: 6889] updates to perlebcdic.pod
8221 Undo namespace pollution of #6878.
8222 Subject: Re: Net::protoent does not export 'getproto'
8224 Admit that we are leaking scalars.
8226 Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
8227 Branch: maint-5.6/perl
8228 !> (integrate 271 files)
8229 ____________________________________________________________________________
8230 [ 7894] By: gsar on 2000/11/27 16:00:34
8231 Log: a couple of nits
8232 Branch: maint-5.6/perl
8234 ____________________________________________________________________________
8235 [ 7893] By: gsar on 2000/11/27 15:10:56
8236 Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
8237 6740..6745,6747..6757,6760
8239 Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
8241 Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
8243 Doc nits spotted by Richard Soderberg.
8245 move WNOHANG definition to where other such things are
8247 Make $Config{byteorder} more magical so that it is
8248 dynamically computed: nice for 'fat binaries'.
8249 Subject: [PATCH]: default byteorder
8251 Subject: [PATCH] Cwd.pm now uses strict
8253 Subject: Re: [PATCH]Re: Questions about Math::BigFloat
8255 Get -DLEAKTEST to compile (not necessarily to work, mind)
8256 Subject: [ID 20000724.006] -DLEAKTEST problem
8258 perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
8260 Add perlebcdic from Peter Prymmer, regen toc.
8262 Don't propose using modules built for 5.005 if no binary
8263 compatibility with 5.005 is attempted.
8265 Do not use prototyping here.
8266 Subject: [ID 20000817.016] [PATCH] Peek.xs
8268 Document what the backtick returns if the command fails.
8270 Add byteorder to the myconfig output.
8272 Introduce NVef, NVff, and NVgf, use the middle one.
8273 (helps for lib/peek + Linux + long doubles) Reported in
8274 Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13
8275 Use NVs in POSIX math, not doubles.
8276 Subject: [ID 20000817.014] POSIX & modfl
8278 Subject: [PATCH 5.6.0+] newSVrv() memory leak
8280 The byteorder code in #6671 was wrong.
8282 Fix the lib/complex failure of
8283 Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13
8284 Linux long double accuracy issue: something that
8285 when printed with %g looks like "2" but int() of it is 1.
8287 Propagate new Configure vars.
8289 Unbuffer the output.
8291 Subject: [PATCH] perltrap.pod spring cleaning
8293 Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
8294 Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
8296 Tiny Getopt::Long patch from Johan Vromans.
8298 Document code point which makes if (defined %stash::) to work
8299 (noted by Spider Boardman).
8301 Subject: [PATCH perl@6698] cygwin port
8303 Document the NDBM_File and ODBM_File as SDBM_File
8304 was documented in #6417.
8306 The new tests were missing from #6415.
8308 Add [[:blank:]] as suggested in
8309 Subject: [ID 20000716.024] [=cc=] / [:blank:]
8310 (the [=cc=] has already been taken care of by #6439
8311 so the whole bug report can be closed)
8312 and make [[:space:]] to be equivalent to isspace(3)
8313 (as opposed to \s, which is isSPACE()). The difference
8314 is that now [[:space:]] matches the mythical vertical tab,
8317 Don't eat leading os from index entries.
8318 Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
8320 Subject: [PATCH 5.6.0+] fix for Win32::DomainName
8322 Typo in pp_complement().
8323 Subject: [PATCH perl-current] Deparse
8325 Add warnif(), check warnings further up the stack,
8326 all the warnings functions now can take an optional object reference.
8327 Subject: [PATCH bleedperl@6691] warnings pragma update
8329 Fix a core dump in lib/selfloader under -DDEBUGGING.
8330 Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED)
8332 Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
8334 Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
8336 Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
8337 Put back the long double avoidance code to POSIX.xs
8338 because VMS seems to need it still.
8340 Introduce a 'veryclean' target that is like 'distclean'
8341 but also removes *~ and *.orig.
8343 Subject: [ID 20000817.023] endianness description in perlfunc.pod
8345 Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
8347 Let's try #6717 again.
8350 Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
8352 pp_open() could pass an uninitialized filename down to do_open9().
8354 Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
8356 Update to CGI 2.72, from Lincoln Stein.
8358 Subject: [PATCH] Silence MakeMaker (Was: installman)
8360 Use temporary directory instead of current directory.
8361 Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
8363 Document odd vs even subreleases and -Dusedevel.
8365 The veryclean target needs to clobber.
8367 Use File::Spec->tmpdir().
8369 Document the number of exponent digits.
8371 Mention perlebcdic and perlposix-bc.
8373 s/this one/the 5.6.0 release/
8377 The correct cleaning order is an art.
8379 small tweaks for change#6705: avoid C++ style comments in C code;
8380 use Perl's malloc API rather than the low level system one
8382 Array context keeps slithering in.
8384 Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
8386 Subject: [PATCH] os2.c fix for use64bitint
8388 Update to Pod::LaTeX 0.53.
8389 Subject: [PATCH] lib/Pod/LaTeX.pm updates
8391 Document the endianness of Alpha more precisely.
8393 Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
8395 Rename the macro argument because some preprocessors
8396 can't tell the difference and expand arguments also inside
8397 double quoted strings.
8399 free TLS slot properly on Windows
8401 use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
8403 Unicos/mk requires elaborate paranoia.
8405 Tweak the floating point output routine preferences.
8407 Also under djgpp the timestamps are funky.
8409 Apply some PodParser 1.18 patches; the Pod/Find.pm
8410 patches cannot be applied since #6712 conflicts.
8412 Use PodParser 1.18 new test.
8415 Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
8418 Branch: maint-5.6/perl
8419 +> pod/perlebcdic.pod
8420 !> (integrate 106 files)
8421 ____________________________________________________________________________
8422 [ 7892] By: jhi on 2000/11/27 15:02:32
8423 Log: Update Changes.
8425 ! Changes patchlevel.h
8426 ____________________________________________________________________________
8427 [ 7891] By: jhi on 2000/11/27 14:57:23
8428 Log: Subject: Re: perlfaq style changes
8429 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
8430 Date: Sat, 25 Nov 2000 23:32:26 -0800
8431 Message-ID: <KyLI6gzkgiRK092yn@efn.org>
8433 plus a note from Ronald Kimball.
8435 ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
8436 ____________________________________________________________________________
8437 [ 7890] By: jhi on 2000/11/27 14:53:14
8438 Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
8439 From: Benjamin Holzman <bah@ecnvantage.com>
8440 Date: Sun, 26 Nov 2000 16:27:33 -0500
8441 Message-ID: <20001126162733.J25040@ecnvantage.com>
8444 ____________________________________________________________________________
8445 [ 7889] By: jhi on 2000/11/27 14:43:11
8446 Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
8447 From: lvirden@cas.org
8448 Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
8449 Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>
8452 ____________________________________________________________________________
8453 [ 7888] By: jhi on 2000/11/27 14:32:34
8454 Log: Restore also the locale test to no-sprintf-taint state.
8455 Fixes the bug 20001127.003.
8457 ! sv.c t/pragma/locale.t
8458 ____________________________________________________________________________
8459 [ 7887] By: gsar on 2000/11/27 14:13:05
8460 Log: integrate changes#6613..6616,6620..6665 from mainline
8462 VMS configure.com update continues.
8464 Subject: Test fails / warnings with perl-current #6612
8466 Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
8468 Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
8470 For now remove the mail code.
8472 Subject: Re: [PATCH] @+, @- readonly
8474 Subject: warning: storage class after type is obsolescent
8478 Subject: Re: File::Temp problems on VMS in bleedperl
8481 Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
8483 Make the user to give up his firstborn, err, to knowingly
8484 verify installing an unstable developer release. Also bump
8485 the release to 5.7.0, but leave a patch tag in the local
8486 patches saying that this is not yet the real thing.
8488 Update (kinda) to Test 1.14, from Joshua Pritikin.
8490 make ok etc also for win32.
8492 Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
8494 Don't blow limited stacks, a lower number is enough to
8495 tickle the lookbehind limit.
8497 Use -Dusedevel; regen Configure and the respective Porting stuff.
8499 Subject: [PATCH] debugger exit code should reflect user exit code
8501 Subject: [PATCH perl@6620] cygwin port
8503 Missed a file from #6638.
8505 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)
8507 magic callbacks all need to have same type signature
8509 Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
8511 Fix a dependency problem.
8512 Subject: [PATCH: 6640] VMS Makefile.SH update
8514 The numeric locale was reset to "C" by s?printf and never restored.
8515 Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
8516 No test since adding the failing example to locale.t
8517 does not fail -- probably because the locale settings are so
8518 thoroughly tweaked by that time. Running the example standalone
8519 does fail, though. UPDATE: test case added at change #7540.
8521 Subject: [ID 20000324.040] minor fix to perlhpux.pod
8523 Update to CPAN 1.57.
8525 Subject: [PATCH] Cwd::_backtick_pwd does not check return value
8527 Change the perlbug address to perl.org since it's more forgiving.
8529 Change the regx compilation error markers to use = instead of <
8530 since pod makes using the latter quite messy. Reported in
8531 ID 20000814.006 by Abigail and in
8532 Subject: Unknown escape E<> ?
8534 Update to perldebtut 1.9, from Richard Foley.
8536 check that the number pseudo children doesn't exceed
8537 MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
8538 the WaitForMultipleObjects() limit that would cause wait()
8540 wait() and waitpid() could potentially be rewritten to use
8541 more than one thread to do the waiting to eliminate this
8544 change#6328 could make close(SOCKET) return false on windows
8547 pod nit seen in passing
8549 on windows, the return values from wait() and waitpid() don't
8550 match those of pseudo-pids
8552 waitpid() now handles externally spawned pids correctly;
8553 fixes for backtick/wait/waitpid failures on Windows 9x
8554 these changes make the pid returned by process functions on
8555 Windows 9x always positive by clearing the high bit (which
8556 is always set on Win9x); pseudo-process PIDs are likewise
8557 always negative now on Win9x (just as on NT/2000)
8559 trailing new %ENV entries weren't being pushed into the real
8560 environment of subprocesses on Windows
8562 Tweak the regex compilation errors once more.
8564 avoid warnings from dense compiler
8566 add "ok" targets from change#6632 in makefile.mk
8567 Branch: maint-5.6/perl
8568 - lib/Pod/PlainText.pm vms/configure.com
8569 !> (integrate 66 files)
8570 ____________________________________________________________________________
8571 [ 7886] By: jhi on 2000/11/27 13:54:18
8572 Log: __FUNCTION__ isn't portable and trying to emulate it leads
8573 into practically spelling out the name of the function.
8574 Takes care of the bug 20001127.001.
8577 ____________________________________________________________________________
8578 [ 7885] By: gsar on 2000/11/27 13:53:18
8579 Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
8580 6610..6611 from mainline
8582 Make regular expression parse error messages easier to understand.
8583 Subject: Re: enhanced(?) regex error messages
8585 Tiny tidying on report_evil_fh().
8587 Subject: Re: enhanced(?) regex error messages
8588 plus Capitalize the error messages, plus perldiag them.
8590 Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
8592 Document here-doc better.
8594 Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
8596 Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
8597 Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
8598 (either perlbug or p5p ate the original), plus regen
8599 perlapi and perltoc.
8603 Double check that we have a dirhandle.
8605 Subject: Re: enhanced(?) regex error messages
8606 (plus two small patches sent privately)
8607 (this still seems to leave few test failures)
8609 warn is a macro, avoid using at a variable to avoid warnings
8610 in some configurations; readdir.t is too conservative in
8611 estimating number of *.t's
8613 Get back into sync with Jeffrey on the enhanced regex warnings.
8615 Subject: [PATCH 5.6.0] cygwin port
8617 Zero entries were skipped, fix from Adrian Goalby
8618 <argoalby@yahoo.co.uk>
8620 Subject: Remove dead entry in perldiag
8622 Amend the description of Perl6.
8623 Subject: [PATCH Perl-5.6.0] perlfaq1.pod
8627 It's the 2ndO'ROSSC.
8629 Revert the sv.c part of #6559, a better fix is needed.
8631 Iterating perl6 description.
8633 Update to Term::ANSIColor 1.03, from Russ Allbery.
8635 Update to Getopt::Long 2.23_05, from Johan Vromans.
8637 Small AUTHORS and MAINTAIN updates. Could do with big updates.
8639 Update to Pod::Parser 1.17, from Brad Appleton.
8641 Update to CPAN 1.56, from Andreas König.
8643 Update to CGI 2.70, from Lincoln Stein.
8645 Put back the std @INC thing.
8647 Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
8648 Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
8650 Document the IO::Select timeout.
8652 sleep(1) does not necessarily return 1.
8653 Subject: [PATCH bleadperl] op/lex_assign.t
8655 Subject: debugger "d" command doesnt check line number
8657 B::Deparse didn't do sub attributes.
8658 Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
8660 Preprocessing and postprocessing for File::Find.
8661 Subject: Patch to Find::File.pm to allow alphabetical results
8663 Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value
8665 Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
8667 Subject: Re: [ID 20000730.003] utf8::length() bad
8669 Subject: Getting perlio and threads to compile
8670 (the Solaris version changes in Configure skipped)
8673 Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
8675 Add Perl debugging tutorial, regen toc.
8676 Subject: perldebtut.pod
8678 Add a few missing files, update MANIFEST.
8680 Rewrite of vms/subconfigure.com as configure.com,
8681 from Peter Prymmer and the vmsperl crew.
8683 Should have deleted this in #6603.
8685 Fix the test for 5005threads.
8687 Fix-n-skip the tests under 5005threads.
8689 Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
8691 Upgrade to CGI 2.71, from Lincoln Stein.
8692 Branch: maint-5.6/perl
8693 +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
8694 +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
8695 +> t/op/regmesg.t t/pod/find.t vms/configure.com
8696 - vms/subconfigure.com
8698 !> (integrate 115 files)
8699 ____________________________________________________________________________
8700 [ 7884] By: jhi on 2000/11/27 13:44:33
8701 Log: Subject: [PATCH perl@7795 (and earlier)] VMS test cleanup
8702 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
8703 Date: Mon, 27 Nov 2000 08:23:54 EST
8704 Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
8706 ! vms/descrip_mms.template vms/test.com
8707 ____________________________________________________________________________
8708 [ 7883] By: gsar on 2000/11/27 11:50:46
8709 Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
8710 6511..6513,6515..6523,6525..6536
8712 The swallow_bom() saga continues. The #23 of require.t
8713 (UTF16-LE) still fails (silently, no output) but the #22
8714 (UTF16-BE) seems to be working now. The root of the
8715 failure may be in sv_gets(): is it UTF-16LE-aware,
8716 especially when it comes to line endings?
8718 Document the problem with -P in HP-UX and its workaround.
8720 Subject: [PATCH] allow non-variable as lhs of non-updating tr///
8721 (aka ID 20000730.002)
8723 Subject: fix and question re: waitpid() under win32
8725 Make the safety catch for buggy gccs work with triple version
8726 numbers like 2.95.2. Reported in
8727 Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
8729 In Digital UNIX warn if gcc explicitly chosen because even
8730 2.95.2 is known to cause problems.
8732 Make chr() for values >127 to create utf8 when under utf8.
8734 various syntax errors and such (not fixed: comp/require.t#22 coredump
8737 Stash away the largefiles flags and libswanted.
8739 BOM patching from Simon Cozens.
8741 If gccosandvers is equal to osname, clear gccosandvers.
8743 Make p4desc to skip non-mainperl branches by default.
8745 Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
8748 Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
8750 In new BSDs changes to argv[] do not show up in ps(1) output,
8751 instead one must use setproctitle(). This was already addressed
8752 by change #6457, but the below has a new variant for FreeBSD 4.0
8753 or later, and the matter is also documented more.
8755 FreeBSD 3.* updates from
8756 Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
8758 regen_headers, regen perltoc.
8760 Document in one place the memory abstractions used in Perl core.
8762 memcpy has n o in it, as pinted ut by Sarathy.
8764 Remove the extraneous "main::" prefix from all the
8765 "opened only for", "on closed", and "never opened" warnings.
8767 The name of a filehandle does not have <these>.
8769 The tr utf8 patching continues.
8771 The new setproctitle() feature is available only in
8772 bleeding edge FreeBSD. From Paul Saab.
8774 Subject: [PATCH bleadperl] [ID 20000731.010] regex error
8776 Dump UVs as UVs in Data::Dumper.
8780 Document the IVdf UVuf UVof UVxf.
8782 require.t needs binmode() to work on windows
8784 Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
8785 that are hopefully soon put into use.
8787 Allow "no Module;" even if there is no 'unimport'.
8789 Better skip message for the test; one of the two problems in
8790 Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
8792 The subtest 4 may fail also on VOBS, as pointed out
8793 by Nick Ing-Simmons in November 1999, bug id 19991124.003
8794 (but the failure in that bug report isn't the subtest 4).
8796 Be more informative on what is skipped and why,
8797 also repeat the list at the end.
8801 Subject: [PATCH] sv.h documentation - SvLEN
8803 Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
8805 Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
8807 Subject: [PATCH] bad cppsymbols on os2 + Configure question
8809 Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
8811 Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
8812 mention the idea of @( and @)
8814 This is 6512. Really.
8816 Subject: [ID 19990721.004] Documentation bug in perlfunc
8818 Subject: Minor tweak to perlvar.pod
8820 In the warnings call filehandles consistently so;
8821 add "unopened" warning for stat().
8823 After the #6519 a warning about stat() is just that,
8824 not about a filetest, which now have their own warning.
8826 Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
8828 Subject: Re: Array vs. List context
8830 Subject: New perlcc, take 2
8832 Weed buglets pointed out by
8833 Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
8835 gcc versions might have (parentheses) in them.
8837 Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
8839 Essential prototype changes were missing from #6527.
8840 Also make report_evil_fh() more bomb-proof.
8842 Zap lib/Sys directory when cleaning up.
8844 Change the Policy policy: now -Dprefix= with an existing
8845 Policy.sh and prefix == siteprefix == vendorprefix, then all
8846 of them follow along the new prefix.
8847 Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
8849 Continue fixing the io warnings. This also
8850 sort of fixes bug ID 20000802.003: the core dump
8851 is no more. Whether the current behaviour is correct
8852 (giving a warning: "Not a format reference"), is another matter.
8854 Have symbols for the IoTYPEs.
8856 Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
8858 Document a bit that UDP is not what you might think.
8859 Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
8860 tr memory corruption fix from Simon Cozens.
8862 Plug the security hole described in the Aug 05 2000 bugtraq message
8863 "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
8864 The security hole exists only in suidperls, which isn't
8865 installed or even built by default.
8866 Branch: maint-5.6/perl
8867 !> (integrate 71 files)
8868 ____________________________________________________________________________
8869 [ 7882] By: gsar on 2000/11/27 10:25:36
8870 Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
8873 Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
8874 to be fatal errors (instead of by default ignoring them, and
8875 ignoring with a bug: even though -w gave an error, the opening [
8876 was left in) Reported in:
8878 Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
8880 Subject: [PATCH] split /^/
8882 MacOS nits from Matthias Neeracher.
8884 More split() doc and test patches from Mike Guy.
8886 Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
8887 from Graham Barr in the module list.
8889 docfix from Peter Scott <Peter@PSDT.com>.
8891 File::Temp patches for VMS and OS/2 from Tim Jenness.
8893 open() wariness in perlbug.
8895 Subject: [PATCH] minor doc change - perlguts
8897 Subject: Minor doc patch: handy.h
8899 Be wary of close()s, too.
8901 Further File::Temp patches from Yitzchak Scott-Thoennes
8904 Subject: [PATCH] fixes bug 20000508.004
8906 Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
8908 Allow "no AutoLoader;", based on change #6444,
8909 suggested by Graham Barr.
8911 Use setproctitle() if available to modify $0.
8913 Warn if the version of the operating system used to compile gcc
8914 differs from the current version of the operating system.
8915 Also display the gcc compilation os and version in myconfig.
8918 Tiny fixes for #6460.
8920 The problem described in this
8921 Subject: [ID 20000322.018] named chars aren't magical enough
8922 has been fixed in perl 5.6.0 but just in case added a test
8923 to keep it away. (The report from Joseph Hall.)
8925 Tune the comments and hopefully stop a memory leak.
8927 Subject: UTF8 concat
8928 (with a memory leak fixed, plus a few casts added)
8929 This also seems to help for
8930 Subject: [ID 20000716.015] join UTF8 weirdness
8932 Do not upgrade SVs into utf8 just because they participate
8933 in eq or cmp. Reported and fix suggested in
8934 Subject: [ID 20000720.009] sv_eq UTF8 bug
8936 Fix the HALF_UPGRADE() macro introduced in #6263.
8938 Find green threads before native threads.
8939 Subject: Re: Patch to jpl/JNI/Makefile.PL
8940 Branch: maint-5.6/perl
8941 !> (integrate 30 files)
8942 ____________________________________________________________________________
8943 [ 7881] By: jhi on 2000/11/27 05:48:41
8944 Log: It seems that *both* the unused submatch loop cleanup
8948 ____________________________________________________________________________
8949 [ 7880] By: jhi on 2000/11/27 04:50:07
8950 Log: Clean .exists deeper.
8953 ____________________________________________________________________________
8954 [ 7879] By: jhi on 2000/11/27 02:31:35
8955 Log: The code in regcppop() (see #7878) contains the correct lower
8956 limit for the unused submatch 'cleanup' loop so that under
8957 "use utf8" the following code wouldn't dump core:
8958 "," =~ /([^,]*,)*/ With the the wrong lower limit (>=1)
8959 the cleanup loop in regtry() stomped beyond allocated area
8960 in the startp[] array. Therefore, copied the correct lower
8961 loop limit (*PL_reglastparen) to regtry(). Note: something
8962 may still not be quite right: why was the _higher_ loop limit
8963 (prog->nparens) different in the utf8 case?
8965 After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
8966 without core dumps, there were about 17 of them before
8967 the patch (with us since Perl 5.7.0). Two failures, still:
8968 496 and 505 (though these may not be severe).
8970 Patch #7881 is also needed since both the cleanup loops
8973 Also, the t/op/pat#44 seems to core dump under utf8.
8974 Plus a couple of failures. UGH-8.
8977 ____________________________________________________________________________
8978 [ 7878] By: jhi on 2000/11/27 02:21:17
8979 Log: The unused submatch cleanup code in regtry() seems to be more crucial,
8980 the code in regcppop() seems to be redundant for the test suite --
8981 but it contains a germ of truth, and it needed for the build
8982 process itself: see #7879 and #7881.
8985 ____________________________________________________________________________
8986 [ 7877] By: jhi on 2000/11/27 01:53:09
8987 Log: Comment on comment.
8990 ____________________________________________________________________________
8991 [ 7876] By: jhi on 2000/11/27 00:49:59
8992 Log: Adjust the docs to agree with #7875.
8994 ! pod/perllocale.pod
8995 ____________________________________________________________________________
8996 [ 7875] By: jhi on 2000/11/27 00:49:27
8997 Log: Retract #7863. It makes more sense not to taint formatted output,
8998 not even by sprintf().
9001 ____________________________________________________________________________
9002 [ 7874] By: jhi on 2000/11/26 23:36:02
9003 Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
9004 Not really fixed (should really dump the UTF-8 charclass),
9005 but stopped displaying the garbage.
9007 Also add a note on the (missing) Unicode PSXSPC and BLANK.
9010 ____________________________________________________________________________
9011 [ 7873] By: jhi on 2000/11/26 21:31:13
9012 Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
9015 ____________________________________________________________________________
9016 [ 7872] By: jhi on 2000/11/26 21:06:04
9017 Log: No need to scan till infinity, 13 is enough.
9020 ____________________________________________________________________________
9021 [ 7871] By: jhi on 2000/11/26 20:20:32
9022 Log: Test line numbers are different with utf8.
9025 ____________________________________________________________________________
9026 [ 7870] By: jhi on 2000/11/26 20:10:12
9030 ____________________________________________________________________________
9031 [ 7869] By: jhi on 2000/11/26 19:01:05
9032 Log: Make utf8_length() and utf8_distance() (the latter of which
9033 is unused at the moment) to be less forgiving about bad UTF-8.
9035 ! embed.h embed.pl objXSUB.h proto.h utf8.c
9036 ____________________________________________________________________________
9037 [ 7868] By: jhi on 2000/11/26 18:45:56
9038 Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
9039 From: Benjamin Holzman <bah@ecnvantage.com>
9040 Date: Sat, 25 Nov 2000 20:40:20 -0500
9041 Message-ID: <20001125204020.A25040@ecnvantage.com>
9043 Debian allows installing /usr/bin/locale without installing
9044 any locales, an error message will ensue.
9047 ____________________________________________________________________________
9048 [ 7867] By: jhi on 2000/11/26 18:31:12
9049 Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
9050 From: Benjamin Holzman <bah@ecnvantage.com>
9051 Date: Sun, 26 Nov 2000 02:42:34 -0500
9052 Message-ID: <20001126024234.G25040@ecnvantage.com>
9054 Patch for the bug 20000212.002.
9057 ____________________________________________________________________________
9058 [ 7866] By: jhi on 2000/11/26 18:28:09
9059 Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
9060 From: Tim Jenness <t.jenness@jach.hawaii.edu>
9061 Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
9062 Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
9066 ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
9067 ____________________________________________________________________________
9068 [ 7865] By: jhi on 2000/11/26 18:24:22
9069 Log: The metaconfig unit change for #7864.
9070 Branch: metaconfig/U/perl
9072 ____________________________________________________________________________
9073 [ 7864] By: jhi on 2000/11/26 18:23:41
9074 Log: Make the va_copy() test not to be so talkative.
9076 ! Configure config_h.SH
9077 ____________________________________________________________________________
9078 [ 7863] By: jhi on 2000/11/26 18:11:02
9079 Log: Fix locale inconsistencies unearthed by Hugo's work.
9080 Now the floating point sprintf really does taint the result
9081 string as perllocale promises (has promised for a long time)
9082 if "use locale" is in the lexical scope.
9084 ! sv.c t/pragma/locale.t
9085 ____________________________________________________________________________
9086 [ 7862] By: jhi on 2000/11/26 00:35:15
9087 Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
9088 From: Nicholas Clark <nick@ccl4.org>
9089 Date: Sun, 26 Nov 2000 00:07:50 +0000
9090 Message-ID: <20001126000750.A22446@plum.flirble.org>
9095 ____________________________________________________________________________
9096 [ 7861] By: jhi on 2000/11/26 00:01:26
9097 Log: Integrate perlio.
9099 !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
9100 ____________________________________________________________________________
9101 [ 7860] By: nick on 2000/11/25 22:04:17
9102 Log: Correct relative path from new ext\Filter\Util\Call location
9106 ____________________________________________________________________________
9107 [ 7859] By: nick on 2000/11/25 21:26:54
9108 Log: Integrate mainline.
9110 +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
9111 +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
9112 +> t/lib/filter-util.t
9113 - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
9114 - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
9116 !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
9117 !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
9118 !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
9119 !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
9120 !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
9121 !> win32/makefile.mk
9122 ____________________________________________________________________________
9123 [ 7858] By: gsar on 2000/11/25 20:52:17
9124 Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
9125 parent's memory; fix it by keeping track of the actual pad
9126 offset rather than a raw pointer (this change is probably also
9127 relevant to non-ithreads case to avoid fallout from reallocs of
9128 the pad array, but is currently only enabled for the ithreads
9129 case in the interests of minimal disruption to existing "well
9132 ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
9133 ! proto.h scope.c scope.h sv.c t/op/fork.t
9134 ____________________________________________________________________________
9135 [ 7857] By: nick on 2000/11/25 20:01:28
9136 Log: All tests pass on Win32/gcc/USE_PERLIO.
9137 - when crlf layer is pushed make unix-level binary.
9138 - remove :crlf injection in pp_backtick in pp_sys.c
9139 - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
9141 ! doio.c perlio.c pp_sys.c win32/makefile.mk
9142 ____________________________________________________________________________
9143 [ 7856] By: jhi on 2000/11/25 18:38:30
9144 Log: Update the metaconfig units for #7855.
9145 Branch: metaconfig/U/perl
9146 ! useperlio.U usesocks.U
9147 ____________________________________________________________________________
9148 [ 7855] By: jhi on 2000/11/25 18:37:54
9149 Log: Undo the SOCKS workarounds, instead start using PerlIO
9150 if SOCKS is selected.
9152 Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
9153 From: Jens Hamisch <jens@Strawberry.COM>
9154 Date: Fri, 24 Nov 2000 18:31:30 +0100
9155 Message-ID: <20001124183130.E28337@Strawberry.COM>
9157 Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
9158 From: Jens Hamisch <jens@Strawberry.COM>
9159 Date: Fri, 24 Nov 2000 19:11:51 +0100
9160 Message-ID: <20001124191151.A28753@Strawberry.COM>
9162 ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
9163 ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
9164 ____________________________________________________________________________
9165 [ 7854] By: jhi on 2000/11/25 17:39:08
9166 Log: Undo #7848. Some of the code seems to use walkoptree(),
9167 some walkoptree_slow(). An unfinished renaming?
9168 Now the sub is walkoptree() (which is @EXPORT_OK),
9169 the walkoptree_slow() is a typeglob alias to walkoptree.
9170 This makes the tests to pass, at least.
9172 ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
9173 ____________________________________________________________________________
9174 [ 7853] By: nick on 2000/11/24 22:24:33
9175 Log: Re-arrange crlf vs binary for platforms that care.
9176 crlf layer is now "the" buffer layer and can turn its behaviour on/off.
9177 Lip-service to making stdio layer work on such platfroms (untested).
9178 Now fails 3 tests rather than one, checkin to see if I can debug
9179 the issue under linux. (Do not merge.)
9181 ! doio.c perlio.c perliol.h
9182 ____________________________________________________________________________
9183 [ 7852] By: jhi on 2000/11/24 18:57:39
9187 ____________________________________________________________________________
9188 [ 7851] By: jhi on 2000/11/24 17:34:56
9189 Log: Add Jan-Erik Karlsson.
9192 ____________________________________________________________________________
9193 [ 7850] By: jhi on 2000/11/24 17:27:56
9194 Log: Configure should find stdchar on its own.
9196 ! hints/solaris_2.sh
9197 ____________________________________________________________________________
9198 [ 7849] By: jhi on 2000/11/24 17:24:55
9199 Log: Subject: PATCH over 7848: Filter test flawed
9200 From: andreas.koenig@anima.de (Andreas J. Koenig)
9201 Date: 24 Nov 2000 10:28:29 +0100
9202 Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
9204 ! t/lib/filter-util.t
9205 ____________________________________________________________________________
9206 [ 7848] By: jhi on 2000/11/24 17:22:15
9207 Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
9208 From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
9209 Date: Fri, 24 Nov 2000 16:12:58 +0000
9210 Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
9213 ____________________________________________________________________________
9214 [ 7847] By: jhi on 2000/11/24 03:07:01
9215 Log: Integrate perlio.
9217 !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
9218 !> win32/makefile.mk
9219 ____________________________________________________________________________
9220 [ 7846] By: gsar on 2000/11/24 00:55:57
9221 Log: integrate changes#6415..6418,6420..6438 from mainline
9223 Fix the bitvector ops for utf8 (tricky since past 7 bits
9224 the utf8 'characters' can be more than one octet).
9226 MPE/ix updates for perl 5.6.0 from Mark Bixby.
9228 Subject: SDBM_File documentation
9234 Send all installperl messages to STDERR and be -w clean.
9236 Out-of-date note removed.
9238 Protect against "wild next"s, that is, callbacks doing "next"
9239 instead of "return".
9241 Use STDOUT consistently.
9243 The output might have been produced in the wrong order.
9245 A missing 'break' after the [[:space:]] switch case.
9248 [ID 19991110.003] another matching finding by pcre author
9249 which has already been fixed by some patch, as verified in
9251 Documentation to explain the behaviour of map().
9253 Add an optimization for map-maps-a-list-element-to-more-list-elements
9254 case, but add also notes explaining the relationship of this
9255 patch and the earlier notes by Sarathy.
9257 Subject: [ID 20000716.023] syslog test fails without sockets
9259 Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
9260 Test cases for #6431.
9262 File::Spec::VMS fixup for tmpdir from Craig Berry.
9264 Make the "uninit variable" warning to say "concat or string"
9265 or "join or string" when in concat or join .
9267 Get UTF16 BOMs working. Patch from
9268 Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
9270 Subject: [PATCH] Make large file tests deal with SIGXFSZ
9272 Subject: [ID 20000724.003] Documentation changes for perllocale.pod
9274 Subject: [PATCH] av.c apidoc
9275 Branch: maint-5.6/perl
9276 !> (integrate 43 files)
9277 ____________________________________________________________________________
9278 [ 7845] By: gsar on 2000/11/24 00:20:45
9279 Log: integrate changes#6406..6414 from mainline
9281 Merge perlhacktut into perlhack, update perlguts.
9283 Fix AutoSplit to use File::Spec the right way in VMS,
9287 [ID 19991110.002] minimal matching discrepancy found by pcre author
9288 seems to have been fixed (though differently from what was suggested
9289 in the report) in 5.6.0. Add tests to keep the bug from reappearing.
9291 thinko fix in vms/descrip_mms.template, the win32.pod in lib,
9292 not in pod, from Peter Prymmer
9294 Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
9295 From: Hugo <hv@crypt.compulink.co.uk>
9296 Date: Fri, 14 Jul 2000 23:05:20 +0100
9297 Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
9299 Didn't anymore apply, but that point still could use another fix.
9301 lib/b test fixes from Peter Prymmer.
9303 More docs for sv functions.
9305 perlvms.pod whitespace cleanup to keep pod utils happy.
9307 another VMS build tweak from Peter Prymmer
9308 Branch: maint-5.6/perl
9309 !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
9310 !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
9311 !> vms/descrip_mms.template vms/perlvms.pod
9312 ____________________________________________________________________________
9313 [ 7844] By: nick on 2000/11/23 23:42:45
9314 Log: Win32/perlio Now just fails one io/argv.t test - lack
9315 of default :crlf on standard streams.
9318 ____________________________________________________________________________
9319 [ 7843] By: nick on 2000/11/23 23:04:05
9320 Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
9321 peek fail is showing a real problem (multiple crlf layers
9322 are getting pushed.)
9324 ! doio.c perlio.c win32/makefile.mk
9325 ____________________________________________________________________________
9326 [ 7842] By: nick on 2000/11/23 19:46:23
9327 Log: Implement PerlIO_binmode()
9328 Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
9329 Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
9330 make binmode in t/lib/io_tell.t unconditional so that works.
9331 Checkin just so Win32 machine can see these changes.
9333 ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
9334 ____________________________________________________________________________
9335 [ 7841] By: jhi on 2000/11/23 19:30:00
9336 Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
9339 ____________________________________________________________________________
9340 [ 7840] By: jhi on 2000/11/23 17:18:02
9341 Log: SOCKS wrestling continues, patches from Jens Hamisch.
9343 ! doio.c embed.h embed.pl perlsdio.h proto.h
9344 ____________________________________________________________________________
9345 [ 7839] By: jhi on 2000/11/23 16:54:14
9346 Log: Push Filter::Util::Call one level deeper.
9348 + t/lib/filter-util.t
9349 +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
9350 +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
9351 - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
9352 - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
9354 ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
9355 ! win32/Makefile win32/makefile.mk
9356 ____________________________________________________________________________
9357 [ 7838] By: jhi on 2000/11/23 16:52:40
9358 Log: Reach back one higher up when searching for PERL_SRC.
9360 ! lib/ExtUtils/MM_Unix.pm
9361 ____________________________________________________________________________
9362 [ 7837] By: jhi on 2000/11/23 16:05:41
9363 Log: Subject: Re: perl@7826
9364 Date: Thu, 23 Nov 2000 02:20:25 -0600
9365 From: "Craig A. Berry" <craigberry@mac.com>
9366 Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
9368 Make VMS to like Filter::Util::Call.
9370 ! configure.com ext/Filter/Util/Makefile.PL
9371 ____________________________________________________________________________
9372 [ 7836] By: nick on 2000/11/23 16:04:08
9373 Log: Implement crlf layer - not ready for merge.
9375 ! perlio.c win32/makefile.mk
9376 ____________________________________________________________________________
9377 [ 7835] By: jhi on 2000/11/23 15:56:52
9378 Log: STDCHAR is different in Sparc v9 vs x86.
9380 ! hints/solaris_2.sh
9381 ____________________________________________________________________________
9382 [ 7834] By: jhi on 2000/11/23 15:50:47
9383 Log: The type needs to be visible to protos.
9386 ____________________________________________________________________________
9387 [ 7833] By: jhi on 2000/11/23 15:40:46
9388 Log: Finish unfinished SOCKS workaround changes.
9391 ____________________________________________________________________________
9392 [ 7832] By: jhi on 2000/11/23 15:33:30
9393 Log: Integrate perlio.
9395 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
9396 !> win32/makefile.mk
9397 ____________________________________________________________________________
9398 [ 7831] By: nick on 2000/11/23 10:31:07
9399 Log: Correct makefile.mk dependancies for ext/Filter/Util
9401 Run dmake regen_config_h
9403 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
9405 ____________________________________________________________________________
9406 [ 7830] By: nick on 2000/11/23 08:05:07
9407 Log: Integrate mainline
9409 +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
9410 +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
9411 +> t/lib/filt-util.pl t/lib/filt-util.t
9412 !> (integrate 41 files)
9413 ____________________________________________________________________________
9414 [ 7829] By: gsar on 2000/11/23 03:07:11
9415 Log: build the Filter extension on windows
9417 ! win32/Makefile win32/makefile.mk
9418 ____________________________________________________________________________
9419 [ 7828] By: gsar on 2000/11/23 02:46:35
9420 Log: regenerate win32/config* and fix some inconsistencies in the
9421 makefiles; always export Perl_deb() because it is needed
9422 by ext/re/* (whether perl itself is built with -DDEBUGGING
9425 ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
9426 ! win32/config_H.vc win32/makefile.mk
9427 ____________________________________________________________________________
9428 [ 7827] By: gsar on 2000/11/23 02:18:38
9429 Log: get sources building on windows+MSVC again (untested with other
9432 ! win32/include/sys/socket.h win32/perllib.c
9433 ____________________________________________________________________________
9434 [ 7826] By: jhi on 2000/11/23 01:18:26
9435 Log: Update Changes.
9437 ! Changes patchlevel.h
9438 ____________________________________________________________________________
9439 [ 7825] By: jhi on 2000/11/23 00:20:41
9440 Log: Subject: Re: av.c patch (having slight problems)
9441 From: "Ben Tilly" <ben_tilly@hotmail.com>
9442 Date: Tue, 21 Nov 2000 23:29:31 -0500
9443 Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
9448 ____________________________________________________________________________
9449 [ 7824] By: jhi on 2000/11/22 23:59:15
9450 Log: Fixes for signedness warnings noticed by VMSperlers.
9452 ! ext/Storable/Storable.xs regcomp.c sv.c
9453 ____________________________________________________________________________
9454 [ 7823] By: jhi on 2000/11/22 23:19:31
9455 Log: Subject: [PATCH perl@7795] small cleanup task for test suite
9456 From: Peter Prymmer <pvhp@forte.com>
9457 Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
9458 Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
9460 ! t/pragma/warn/pp_hot
9461 ____________________________________________________________________________
9462 [ 7822] By: jhi on 2000/11/22 22:52:20
9466 ____________________________________________________________________________
9467 [ 7821] By: jhi on 2000/11/22 22:46:39
9468 Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
9469 by Damian Conway, as suggested by Paul Marquess.
9471 + lib/Filter/Simple.pm
9472 ____________________________________________________________________________
9473 [ 7820] By: jhi on 2000/11/22 22:45:51
9474 Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
9476 + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
9477 + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
9480 ____________________________________________________________________________
9481 [ 7819] By: jhi on 2000/11/22 22:03:27
9482 Log: Integrate perlio.
9484 !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
9485 !> win32/makefile.mk
9486 ____________________________________________________________________________
9487 [ 7818] By: jhi on 2000/11/22 21:56:02
9488 Log: More SOCKS versus 64-bit patches from Jens Hamisch.
9490 ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
9492 ____________________________________________________________________________
9493 [ 7817] By: jhi on 2000/11/22 21:39:49
9494 Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
9495 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9496 Date: Wed, 22 Nov 2000 16:08:12 -0500
9497 Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
9499 ! lib/ExtUtils/Liblist.pm
9500 ____________________________________________________________________________
9501 [ 7816] By: jhi on 2000/11/22 21:38:25
9502 Log: Go ahead and #include <unistd.h> in perl.h.
9504 ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
9506 ____________________________________________________________________________
9507 [ 7815] By: jhi on 2000/11/22 21:22:52
9508 Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
9509 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9510 Date: Mon, 20 Nov 2000 18:30:52 -0500
9511 Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
9513 ! pod/perlre.pod regcomp.c t/op/re_tests
9514 ____________________________________________________________________________
9515 [ 7814] By: jhi on 2000/11/22 21:21:46
9516 Log: Subject: [PATCH 5.7.0] Liblist finally works
9517 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9518 Date: Tue, 21 Nov 2000 22:02:17 -0500
9519 Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
9521 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
9522 ! lib/ExtUtils/MakeMaker.pm
9523 ____________________________________________________________________________
9524 [ 7813] By: jhi on 2000/11/22 21:20:23
9525 Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
9526 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9527 Date: Wed, 22 Nov 2000 17:53:15 +0100
9528 Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
9530 AIX dynaloader and perlio patch.
9532 ! ext/DynaLoader/dl_aix.xs
9533 ____________________________________________________________________________
9534 [ 7812] By: jhi on 2000/11/22 21:17:52
9535 Log: (Accidentally empty patch.)
9538 ____________________________________________________________________________
9539 [ 7811] By: jhi on 2000/11/22 21:16:31
9540 Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
9541 From: Peter Prymmer <pvhp@forte.com>
9542 Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
9543 Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
9546 ____________________________________________________________________________
9547 [ 7810] By: jhi on 2000/11/22 21:15:36
9548 Log: Subject: Re: perl@7777
9549 From: "John P. Linderman" <jpl@research.att.com>
9550 Date: Wed, 22 Nov 2000 13:11:11 -0500
9551 Message-Id: <200011221811.NAA90072@raptor.research.att.com>
9556 ____________________________________________________________________________
9557 [ 7809] By: jhi on 2000/11/22 21:14:19
9558 Log: Subject: [PATCH perl@7795] Perlio_tell fix
9559 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
9560 Date: Wed, 22 Nov 2000 13:51:37 EST
9561 Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
9564 ____________________________________________________________________________
9565 [ 7808] By: jhi on 2000/11/22 21:13:27
9566 Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
9567 From: Casey Tweten <crt@kiski.net>
9568 Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
9569 Message-Id: <200011201653.LAA10194@home.kiski.net>
9572 ____________________________________________________________________________
9573 [ 7807] By: jhi on 2000/11/22 21:12:35
9574 Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
9575 From: Casey Tweten <crt@kiski.net>
9576 Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
9577 Message-Id: <200011201636.LAA07227@home.kiski.net>
9580 ____________________________________________________________________________
9581 [ 7806] By: jhi on 2000/11/22 21:10:59
9582 Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
9583 From: "Casey R. Tweten" <crt@kiski.net>
9584 Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
9585 Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
9588 ____________________________________________________________________________
9589 [ 7805] By: nick on 2000/11/22 21:05:06
9590 Log: Integrate mainline
9592 !> Changes Porting/genlog ext/DB_File/DB_File.xs
9593 !> ext/DB_File/version.c lib/Test.pm patchlevel.h
9595 ____________________________________________________________________________
9596 [ 7804] By: jhi on 2000/11/22 21:01:12
9597 Log: Subject: [PATCH] Test.pm POD peculiarity
9598 From: "Casey R. Tweten" <crt@kiski.net>
9599 Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
9600 Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
9603 ____________________________________________________________________________
9604 [ 7803] By: jhi on 2000/11/22 20:59:59
9605 Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
9606 From: "Philip Newton" <pnewton@gmx.de>
9607 Date: Wed, 22 Nov 2000 14:25:53 +0100
9608 Message-Id: <3A1BD771.25462.1939FAD@localhost>
9610 Be case-understanding also on 's', and use the -oi of sendmail
9611 not to terminate the transmission on a lone '.'.
9614 ____________________________________________________________________________
9615 [ 7802] By: nick on 2000/11/22 20:51:42
9616 Log: Win32 PerlIO intermediate state now working as expected.
9617 - In current state we are still using C runtime in text/binary
9618 mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
9619 - PERLIO=stdio and PERLIO=unix pass all expected tests.
9620 - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
9621 and PerlIO_seek() and the dummy crlf layer is not making adjustments
9622 for CRLF translation happening in C runtime. All other tests pass.
9624 Added note to README.win32 to point out the snags of doing a perl build
9625 with Norton AntiVirus turned on.
9627 Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
9628 which file a fail comes from.
9630 Updated "canned" config.h to match the one generated.
9632 ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
9634 ____________________________________________________________________________
9635 [ 7801] By: jhi on 2000/11/22 06:50:20
9638 ! ext/DB_File/DB_File.xs ext/DB_File/version.c
9639 ____________________________________________________________________________
9640 [ 7800] By: jhi on 2000/11/22 01:29:55
9641 Log: Changes had accidentally gone too silent on non-main branches.
9643 ! Changes Porting/genlog patchlevel.h
9644 ____________________________________________________________________________
9645 [ 7799] By: gsar on 2000/11/22 01:02:56
9646 Log: some lib_pm.PL changes snuck in via change#7772
9647 Branch: maint-5.6/perl
9649 ____________________________________________________________________________
9650 [ 7798] By: nick on 2000/11/21 21:59:40
9651 Log: Integrate mainline
9653 !> (integrate 28 files)
9654 ____________________________________________________________________________
9655 [ 7797] By: jhi on 2000/11/21 21:01:45
9656 Log: Integrate perlio.
9658 !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
9659 ____________________________________________________________________________
9660 [ 7796] By: nick on 2000/11/21 20:36:22
9661 Log: Win32 builds and runs (mostly) with USE_PERLIO.
9662 PERLIO=perlio passes all tests.
9663 PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
9665 ! perlio.c win32/perllib.c win32/win32.c
9666 ____________________________________________________________________________
9667 [ 7795] By: jhi on 2000/11/21 19:03:44
9668 Log: Update Changes.
9670 ! Changes patchlevel.h
9671 ____________________________________________________________________________
9672 [ 7794] By: jhi on 2000/11/21 18:56:34
9673 Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
9674 From: "Craig A. Berry" <craigberry@mac.com>
9675 Date: Mon, 20 Nov 2000 20:27:06 -0600
9676 Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
9681 ____________________________________________________________________________
9682 [ 7793] By: jhi on 2000/11/21 18:54:41
9683 Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
9684 From: Dominic Dunlop <domo@computer.org>
9685 Date: Mon, 20 Nov 2000 18:55:29 +0100
9686 Message-Id: <p04320403b63b2c750dce@[192.168.1.4]>
9688 va_copy() and the need of it.
9689 See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
9690 Branch: metaconfig/U/perl
9693 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9694 ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
9695 ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
9696 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
9697 ! win32/config.bc win32/config.gc win32/config.vc
9698 ____________________________________________________________________________
9699 [ 7792] By: jhi on 2000/11/21 17:04:10
9700 Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
9703 ____________________________________________________________________________
9704 [ 7791] By: jhi on 2000/11/21 17:01:16
9705 Log: Export the SOCKS workaround symbols only if necessary.
9707 ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
9708 ____________________________________________________________________________
9709 [ 7790] By: nick on 2000/11/20 23:57:11
9710 Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
9713 ____________________________________________________________________________
9714 [ 7789] By: nick on 2000/11/20 23:38:33
9715 Log: Integrate mainline
9717 +> lib/File/Spec/Epoc.pm
9718 !> (integrate 34 files)
9719 ____________________________________________________________________________
9720 [ 7788] By: nick on 2000/11/20 23:20:18
9721 Log: Make extra buffer layer work (dummy crlf layer)
9723 ! doio.c perlio.c perlio.h
9724 ____________________________________________________________________________
9725 [ 7787] By: jhi on 2000/11/20 22:44:04
9726 Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
9727 From: Peter Prymmer <pvhp@forte.com>
9728 Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
9729 Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
9732 ____________________________________________________________________________
9733 [ 7786] By: jhi on 2000/11/20 22:29:10
9734 Log: Subject: DOC PATCH 5.6.0 perlreftut
9735 From: mjd@plover.com
9736 Date: 20 Nov 2000 19:45:06 -0000
9737 Message-ID: <20001120194506.9505.qmail@plover.com>
9739 ! pod/perlreftut.pod
9740 ____________________________________________________________________________
9741 [ 7785] By: jhi on 2000/11/20 22:27:44
9742 Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
9743 From: David Dyck <dcd@tc.fluke.com>
9744 Date: Mon, 20 Nov 2000 11:43:40 -0800
9745 Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
9748 ____________________________________________________________________________
9749 [ 7784] By: jhi on 2000/11/20 22:23:21
9750 Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
9751 Date: Mon, 20 Nov 2000 17:06:10 -0500
9752 To: Mailing list Perl5 <perl5-porters@perl.org>
9753 Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
9755 ! pp_ctl.c t/op/pat.t
9756 ____________________________________________________________________________
9757 [ 7783] By: jhi on 2000/11/20 22:11:18
9758 Log: Subject: [PATCH] doop.c - UTF8 tr///
9759 From: Simon Cozens <simon@cozens.net>
9760 Date: Sat, 18 Nov 2000 18:49:30 +0000
9761 Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
9763 Subject: Re: [PATCH] doop.c - UTF8 tr///
9764 From: Simon Cozens <simon@cozens.net>
9765 Date: Mon, 20 Nov 2000 20:45:22 +0000
9766 Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
9768 Make tr on UTF-8 better but still not correct.
9771 ____________________________________________________________________________
9772 [ 7782] By: jhi on 2000/11/20 22:02:16
9773 Log: Remove the shared object before attempting to create
9774 (by linking) a new one. E.g. in AIX not removing
9775 becomes quite painful if one tries to do more than one
9776 build in the same tree (an interrupted build, for example),
9777 since the AIX' shared dynaloader seemingly keeps the shared
9778 objects open and therefore 'busy' for quite a while, even when
9779 nobody is using the objects, leading into link failures.
9781 ! lib/ExtUtils/MM_Unix.pm
9782 ____________________________________________________________________________
9783 [ 7781] By: gsar on 2000/11/20 19:02:55
9784 Log: type mismatch due to faulty integration
9785 Branch: maint-5.6/perl
9786 ! toke.c win32/Makefile
9787 ____________________________________________________________________________
9788 [ 7780] By: gsar on 2000/11/20 17:31:55
9789 Log: integrate changes#6392,6394..6399,6401..6404
9791 The {multiplier} of a fixed substring was overlooked which
9792 caused a wrong initial search offset for that substring.
9794 Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
9795 From: Hugo <hv@crypt.compulink.co.uk>
9796 Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
9797 Date: Thu, 13 Jul 2000 19:27:13 +0100
9799 Fix the BOM bug: not a byteorder bug, a signedness bug.
9801 Replace change #6337 with a better one.
9803 Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
9804 From: Hugo <hv@crypt.compulink.co.uk>
9805 Date: Fri, 14 Jul 2000 04:16:20 +0100
9806 Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
9808 MakeMaker should not remove editor backups (*~) on `make clean`
9809 by default (completes change#6383)
9811 move new variables to the end of the interpreter structure (for
9812 bincompat in code that doesn't #include XSUB.h)
9814 rename totally bletcherous SvLOCK() thingy (doesn't do what the
9815 name suggests anyway)
9817 various cleanups (typos, misformatted code, and small bugs)
9819 typecasts needed for change#6394
9821 typos in change#6399, regen headers
9823 inconsistent types needs casts
9825 PERL_OBJECT build tweaks
9826 Branch: maint-5.6/perl
9827 !> MANIFEST doop.c embed.h embed.pl embedvar.h
9828 !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
9829 !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
9830 !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
9832 ____________________________________________________________________________
9833 [ 7779] By: gsar on 2000/11/20 17:06:29
9834 Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
9836 Cosmetics and perldelta.
9838 Fix nits noticed by Boston.pm.
9840 Do the cc sanity check both before the hints and
9841 after the cc selction.
9843 get sprintf.t to adjust properly for 3-digit exponents
9845 don't clobber *.orig files on *clean targets
9847 fix bugs in processing %v-*d and similar format specs (from
9848 Avi Finkel <avi@finkel.org>)
9850 sprintf test tweaks (from Dominic Dunlop)
9852 new selfloader.t in change#6183 doesn't close DATA handles,
9853 and thus fails to clean up tmp files on dosish platforms
9855 typos (spotted by Peter Prymmer)
9857 typo fix from Craig Berry
9858 Branch: maint-5.6/perl
9859 !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
9860 !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
9861 !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
9863 ____________________________________________________________________________
9864 [ 7778] By: gsar on 2000/11/20 16:46:51
9865 Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
9867 Subject: Re: format bug report [Patch]
9868 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9869 Date: Wed, 05 Jul 2000 13:12:52 +0200
9870 Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
9872 Subject: Re: format bug report [Patch]
9873 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9874 Date: Wed, 05 Jul 2000 14:10:01 +0200
9875 Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
9877 Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
9878 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
9879 Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
9880 Date: Fri, 07 Jul 2000 17:57:16 +0100
9882 Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
9883 To: perl5-porters@perl.org
9884 From: Karsten Sperling <spiff@phreax.net>
9885 Date: Mon, 10 Jul 2000 15:12:52 +0200
9886 Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
9888 README.posix-bc podified from Thomas Dorner.
9890 Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
9891 From: Dominic Dunlop <domo@computer.org>
9892 Date: Tue, 11 Jul 2000 12:27:33 +0200
9893 Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
9898 Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
9899 From: Roderick Schertler <roderick@argon.org>
9900 Date: Tue, 11 Jul 2000 13:55:05 -0400
9901 Message-Id: <200007111755.NAA05077@jones.argon.org>
9903 Minor cleanups on the booklist.
9905 Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
9908 windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
9909 Branch: maint-5.6/perl
9911 !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
9912 !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
9913 !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
9914 ____________________________________________________________________________
9915 [ 7777] By: jhi on 2000/11/20 16:08:49
9916 Log: Update Changes.
9918 ! Changes patchlevel.h
9919 ____________________________________________________________________________
9920 [ 7776] By: jhi on 2000/11/20 15:27:56
9921 Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
9922 This may be overly harsh but until proven otherwise, we think this
9923 way, or until we have a simple test for Configure (having to start
9924 up servers is does not count as simple) to check for the problems.
9927 ____________________________________________________________________________
9928 [ 7775] By: jhi on 2000/11/20 15:22:17
9929 Log: Solaris hints tweaks.
9931 ! hints/solaris_2.sh
9932 ____________________________________________________________________________
9933 [ 7774] By: jhi on 2000/11/20 15:01:20
9934 Log: Add a workaround to SOCKS 64-bit problems.
9936 ! doio.c embed.h embed.pl perlsdio.h proto.h
9937 ____________________________________________________________________________
9938 [ 7773] By: jhi on 2000/11/20 14:51:47
9939 Log: sysseek() instead of seek().
9942 ____________________________________________________________________________
9943 [ 7772] By: gsar on 2000/11/20 13:06:23
9944 Log: integrate changes#6315..6319,6321..6331,6333..6338
9946 Integrate with Sarathy, preliminary fix for unicos
9947 alignment problems in [ID 20000612.002] Perl problem on Cray system.
9949 some debugger output does not go to the socket when RemotePort is set
9951 winsock cleanup never done on Windows (leads to handle leaks)
9953 fix UNC path handling on Windows under ithreads, and chdir()
9954 return value when given a non-existent directory
9956 Autogenerate pod/Makefile and pod/buildtoc.
9957 buildtoc also checks whether the existin pods are
9958 mentioned in MANIFEST and perl.pod, and vice versa.
9959 (None of the thusly found discrepancies fixed yet.)
9960 roffitall also needs to be autogenerated similarly but it
9961 seems so badly out of date that I didn't touch it yet.
9963 Config is being used.
9965 Add =head1 NAMEs so that buildtoc is happy.
9966 (The CGI::Util nit reported to Lincoln.)
9968 Fix complaints of buildtoc.
9970 Fix the alignment problem in Crays ([ID 20000612.002]).
9972 Remove perlbook, update perlfaq book listing,
9973 rearrange perl.pod, regenerate perltoc.
9975 Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
9976 was cast to an unsigned (32-bit) integer with wild abandon.
9978 winsock options weren't being set in all threads under ithreads
9979 (caused send()s from second and subsequent threads to fail)
9981 accept() leaks memory on windows due to incorrect ordering of
9982 closesocket() and fclose() calls
9984 Reorder perl.pod once more.
9986 More POSIX.pod tweaks.
9990 Precedence goof, fix based on
9991 Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
9992 From: Hugo <hv@crypt.compulink.co.uk>
9993 Date: Tue, 11 Jul 2000 12:52:38 +0100
9994 Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
9996 Subject: PATCH perlguts.pod: Document D and d magic types
9997 From: mjd@plover.com
9998 Date: 5 Jul 2000 18:01:51 -0000
9999 Message-ID: <20000705180151.29413.qmail@plover.com>
10001 Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
10002 From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
10003 Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
10004 Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
10006 Subject: [PATCH cfgperl] $& segfaults if you trick it
10007 From: simon@brecon.co.uk (Simon Cozens)
10008 Date: 7 Jul 2000 11:26:09 GMT
10009 Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
10011 Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
10012 From: Hugo <hv@crypt.compulink.co.uk>
10013 Date: Tue, 11 Jul 2000 12:44:50 +0100
10014 Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
10016 Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
10017 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
10018 Date: Tue, 11 Jul 2000 13:50:51 +0100
10019 Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
10020 Branch: maint-5.6/perl
10021 +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
10023 - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
10024 !> (integrate 26 files)
10025 ____________________________________________________________________________
10026 [ 7771] By: gsar on 2000/11/20 12:31:42
10027 Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
10030 Subject: [PATCH bleedperl] File::Spec 0.82 beta
10031 From: Barrie Slaymaker <barries@jester.slaysys.com>
10032 Date: Wed, 28 Jun 2000 11:35:29 -0400
10033 Message-Id: <200006281535.LAA21095@jester.slaysys.com>
10035 tweak perlembed for multiplicity/usethreads sanity; correct notes
10038 localize %INC in a Safe compartment so that use/require work
10039 (many other magic globals probably need similar treatment)
10041 dounwind() may cause POPSUB() to diddle the wrong PL_curpad
10042 when @_ is modified, causing coredumps
10044 slurp mode fix in change#4736 still not quite right
10046 Point to perlipc for more SysV IPC examples.
10048 Elaborate POSIX.pod. Still needs work.
10050 fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
10052 fix large memory leak that has been around for ever, masked by
10053 -DPURIFY (most of the arenas were never freed!)
10055 fix memory leak on Windows (PL_sys_intern contents were never
10058 PERL_OBJECT build tweak
10062 remove rel2abs prototypes (from Barrie Slaymaker)
10064 missing perldiag entry for unpack("w",...) diagnostic (from
10067 better diagnostic on Frob->stuff() when Frob:: doesn't exist
10068 (from Richard Soderberg <rs@oregonnet.com>)
10070 Win32 patches for cfgperl from Sarathy.
10072 b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
10074 More POSIX.pod embellishment.
10076 tyop in change#6306
10077 Branch: maint-5.6/perl
10078 !> (integrate 44 files)
10079 ____________________________________________________________________________
10080 [ 7770] By: gsar on 2000/11/20 11:51:00
10081 Log: integrate changes#6268..6282 from cfgperl branch
10083 Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
10084 From: Dominic Dunlop <domo@computer.org>
10085 Date: Thu, 29 Jun 2000 12:32:39 +0200
10086 Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
10088 Regen headers for #6261 (and update embed.pl for this) and #6267,
10089 silence few compiler warnings.
10091 Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
10092 From: Nicholas Clark <nick@talking.bollo.cx>
10093 Date: Fri, 23 Jun 2000 16:21:15 +0100
10094 Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
10096 Subject: PATCH pod/perltie.pod
10097 From: Ian Phillipps <Ian.Phillipps@iname.com>
10098 Date: Fri, 16 Jun 2000 00:17:19 +0100
10099 Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
10100 (only the first hunk, the second hunk had already been done
10101 by some other patch)
10103 Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
10104 From: Tom Phoenix <rootbeer@redcat.com>
10105 Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
10106 Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
10108 Subject: [PATCH] xsub attributes
10109 From: Doug MacEachern <dougm@covalent.net>
10110 Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
10111 Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
10113 Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
10114 From: Andy Dougherty <doughera@lafayette.edu>
10115 Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
10116 Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
10118 Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
10119 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
10120 Date: Tue, 13 Jun 2000 02:43:48 -0500
10121 Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
10123 Subject: [PATCH] Re: eval documentation: context
10124 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
10125 Date: Mon, 12 Jun 2000 15:07:29 +0100
10126 Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
10128 Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
10129 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
10130 Date: Mon, 12 Jun 2000 14:55:59 +0100
10131 Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
10133 Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
10134 From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
10135 Date: Fri, 09 Jun 2000 12:39:27 -0400
10136 Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
10137 (plus update the version "number" of Text::Wrap)
10139 Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
10140 From: Tim Ayers <tayers@bridge.com>
10141 Date: Thu, 08 Jun 2000 08:11:06 +0200
10142 Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
10143 [resent by Richard Foley, Message-Id probably wrong]
10145 Subject: Re: backwards compatibility in h2xs and makemaker [PATCH]
10146 From: rspier@pobox.com (Robert Spier)
10147 Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
10148 Message-ID: <14654.31913.845602.610277@rls.cx>
10150 Subject: [PATCH 5.6.0] utils/h2xs.PL
10151 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
10152 Date: Wed, 7 Jun 2000 04:02:04 -0500
10153 Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
10155 Subject: [PATCH 5.6.0]ITHREADs for VMS
10156 From: Dan Sugalski <dan@sidhe.org>
10157 Date: Tue, 06 Jun 2000 11:59:50 -0400
10158 Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
10159 Branch: maint-5.6/perl
10160 !> (integrate 31 files)
10161 ____________________________________________________________________________
10162 [ 7769] By: gsar on 2000/11/20 11:29:06
10163 Log: integrate changes#6261..6266 from cfgperl
10165 Subject: Re: [PATCH cfgperl] BOMs away!
10166 From: simon@brecon.co.uk (Simon Cozens)
10167 Date: 17 Jun 2000 11:49:57 GMT
10168 Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
10170 Subject: 5.6.0 Patch for EPOC
10171 From: Olaf Flebbe <o.flebbe@gmx.de>
10172 Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
10173 Message-ID: <23449.960929969@www11.gmx.net>
10175 tr fixes from Simon Cozens
10177 Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
10178 From: Marty Lucich <marty@netcom.com>
10179 Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
10180 Message-Id: <200006282116.OAA11148@netcom.com>
10181 ccdlflags update (the BSD/OS 4.1 part had already been taken
10184 Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
10185 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
10186 Date: Wed, 28 Jun 2000 17:50:12 -0700
10187 Message-ID: <E1pW5gzkg2kV092yn@efn.org>
10189 Subject: [PATCH 5.6.0] cygwin port
10190 Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
10191 From: "Fifer, Eric" <EFifer@sanwaint.com>
10192 Date: Thu, 29 Jun 2000 12:58:29 +0100
10193 Branch: maint-5.6/perl
10194 !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
10195 !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
10196 !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
10197 !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
10198 ____________________________________________________________________________
10199 [ 7768] By: gsar on 2000/11/20 11:13:44
10200 Log: integrate changes#6252..6256,6259..6260
10202 Paranoia tweak on #6249.
10203 Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
10204 From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
10205 Date: Sun, 25 Jun 2000 23:43:12 -0400
10206 Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
10208 Subject: tr///, help wanted.
10209 From: simon@brecon.co.uk (Simon Cozens)
10210 Date: 28 Jun 2000 11:29:04 GMT
10211 Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
10213 small thinko tweaks
10215 tweaks from Simon Conzes to further fix tr/// under utf8
10217 perlnewmod was missing from MANIFEST.
10219 Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
10220 From: simon@brecon.co.uk (Simon Cozens)
10221 Date: 17 Jun 2000 11:56:44 GMT
10222 Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
10224 Branch: maint-5.6/perl
10225 !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
10226 !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
10227 !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
10228 !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
10229 ____________________________________________________________________________
10230 [ 7767] By: gsar on 2000/11/20 10:51:38
10231 Log: integrate change#6250 from cfgperl
10233 Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
10234 From: Doug MacEachern <dougm@covalent.net>
10235 Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
10236 Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
10237 Branch: maint-5.6/perl
10239 !> MANIFEST embed.pl global.sym proto.h toke.c
10240 ____________________________________________________________________________
10241 [ 7766] By: gsar on 2000/11/20 10:48:34
10242 Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
10244 Subject: [ID 20000626.007] h2xs man page contains trailing garbage
10245 From: Nicholas Clark <nick@Bagpuss.unfortu.net>
10246 Date: Mon, 26 Jun 2000 18:40:14 +0100
10247 Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
10249 Subject: [PATCH] bytes<->utf8 fixes
10250 From: simon@brecon.co.uk (Simon Cozens)
10251 Date: 26 Jun 2000 04:55:45 GMT
10252 Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
10254 Subject: [PATCH] is_utf8_string
10255 From: simon@brecon.co.uk (Simon Cozens)
10256 Date: 26 Jun 2000 02:25:59 GMT
10257 Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
10259 Subject: [PATCH] avoid mg_ptr in '*' magic
10260 From: Doug MacEachern <dougm@covalent.net>
10261 Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
10262 Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
10264 Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
10265 From: Nicholas Clark <nick@Bagpuss.unfortu.net>
10266 Date: Sat, 24 Jun 2000 13:06:20 +0100
10267 Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
10269 Allow for standalone testing.
10271 Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
10272 From: Mark-Jason Dominus <mjd@plover.com>
10273 Date: Tue, 27 Jun 2000 22:36:42 -0400
10274 Message-ID: <20000628023642.12166.qmail@plover.com>
10276 Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
10277 From: Frank Tobin <ftobin@uiuc.edu>
10278 Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
10279 Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
10280 Branch: maint-5.6/perl
10281 !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
10282 !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
10283 !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
10284 !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
10285 !> utf8.c utils/h2xs.PL
10286 ____________________________________________________________________________
10287 [ 7765] By: gsar on 2000/11/20 10:29:13
10288 Log: integrate change#6239 from cfgperl
10290 Configure maintenance. Sever some dependency cycles,
10291 separate gccversion from the cc unit,
10292 address [ID 20000623.006] Configure script patch for using gcc on AIX
10293 (but solve it a little bit differently),
10294 unduplex some accidentally duplicated units,
10295 suggest using gcc if no cc available
10296 (p5p thread: "Solaris configure: counterproposal", 1999-09)
10297 Branch: maint-5.6/perl
10298 !> Configure Todo-5.6 config_h.SH
10299 ____________________________________________________________________________
10300 [ 7764] By: gsar on 2000/11/20 10:25:55
10301 Log: integrate changes#6233..6238 from cfgperl
10303 Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
10304 From: Mark-Jason Dominus <mjd@plover.com>
10305 Date: Fri, 16 Jun 2000 20:53:04 -0400
10306 Message-ID: <20000617005304.8008.qmail@plover.com>
10308 Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
10309 because when run as services (Win32ese for daemons)
10310 no environment variables are set and tmpdir ends up as /tmp,
10311 which is ambiguous.
10312 Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
10313 From: matt@sergeant.org
10314 Date: 16 Jun 2000 16:30:43 -0000
10315 Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
10317 The thread begun by
10318 Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
10319 From: Kevin.Ruscoe@ubsw.com
10320 Date: Fri, 16 Jun 2000 16:38:51 +0100
10321 Message-Id: <H000019b03c300d6@MHS>
10323 Tweak embed.pl, regen headers.
10325 Subject: [PATCH 5.6.0] XS module loading fixup for VMS
10326 From: Dan Sugalski <dan@sidhe.org>
10327 Date: Fri, 23 Jun 2000 17:00:00 -0400
10328 Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
10329 Branch: maint-5.6/perl
10330 !> (integrate 27 files)
10331 ____________________________________________________________________________
10332 [ 7763] By: gsar on 2000/11/20 10:08:08
10333 Log: s/perl56delta/perldelta/g
10334 Branch: maint-5.6/perl
10336 ____________________________________________________________________________
10337 [ 7762] By: gsar on 2000/11/20 10:04:00
10338 Log: integrate changes#6225,6229,6231,6232 from cfgperl
10340 Add source code filenames to apidoc.
10341 From: simon@brecon.co.uk (Simon Cozens)
10342 Subject: [PATCH embed.pl] Source X-ref
10343 Date: 22 Jun 2000 02:18:49 GMT
10344 Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
10346 Subject: README.hpux version 0.6.1
10347 Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
10348 From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
10349 Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
10351 Subject: [PATCH 5.6.0] cygwin port
10352 From: "Fifer, Eric" <EFifer@sanwaint.com>
10353 Date: Tue, 20 Jun 2000 14:30:58 +0100
10354 Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
10356 Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
10357 From: simon@brecon.co.uk (Simon Cozens)
10358 Date: 19 Jun 2000 15:18:27 GMT
10359 Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
10361 plus update pod/Makefile and regenerate perltoc
10362 Branch: maint-5.6/perl
10363 +> pod/perlutil.pod
10364 !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
10365 !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
10366 ____________________________________________________________________________
10367 [ 7761] By: jhi on 2000/11/20 04:09:55
10368 Log: Miraculous typo.
10371 ____________________________________________________________________________
10372 [ 7760] By: jhi on 2000/11/20 04:06:08
10373 Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
10374 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10375 Date: Sun, 19 Nov 2000 22:30:26 -0500
10376 Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
10378 ! regexec.c scope.h t/op/pat.t
10379 ____________________________________________________________________________
10380 [ 7759] By: jhi on 2000/11/20 02:05:22
10381 Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
10384 ____________________________________________________________________________
10385 [ 7758] By: jhi on 2000/11/20 01:58:11
10386 Log: Subject: [perl 7711: EPOC] updates
10387 From: Olaf Flebbe <o.flebbe@gmx.de>
10388 Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
10389 Message-ID: <25575.974658810@www23.gmx.net>
10391 + lib/File/Spec/Epoc.pm
10392 ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
10393 ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
10394 ! lib/File/Spec.pm perl.c sv.c
10395 ____________________________________________________________________________
10396 [ 7757] By: jhi on 2000/11/20 01:53:11
10397 Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
10400 ____________________________________________________________________________
10401 [ 7756] By: jhi on 2000/11/20 01:47:22
10402 Log: Integrate perlio.
10404 - ext/re/hints/MSWin32.pl
10405 !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
10406 !> win32/config.gc win32/config_H.gc win32/win32sck.c
10407 ____________________________________________________________________________
10408 [ 7755] By: nick on 2000/11/19 20:57:17
10409 Log: Add dummy crlf layer (just as buffer)
10410 Correct 1st bug - one layer of indirection.
10412 ! perlio.c perlio.h perliol.h
10413 ____________________________________________________________________________
10414 [ 7754] By: nick on 2000/11/19 20:56:12
10415 Log: Work-round to Perl_deb_nocontext is no longer required
10417 - ext/re/hints/MSWin32.pl
10418 ____________________________________________________________________________
10419 [ 7753] By: nick on 2000/11/19 20:01:16
10420 Log: diff -se shows these as different
10422 ! global.sym pod/perlapi.pod
10423 ____________________________________________________________________________
10424 [ 7752] By: nick on 2000/11/19 18:57:30
10425 Log: Configure GCC/Win32 build -Duseperlio
10426 Fix a couple of gross issues
10427 - double-include of ../deb.o in re.dll
10428 - win32sck.c needs PerlIO and FILE
10430 ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
10432 ____________________________________________________________________________
10433 [ 7751] By: nick on 2000/11/19 17:05:36
10434 Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
10437 ____________________________________________________________________________
10438 [ 7750] By: nick on 2000/11/19 16:57:14
10442 ____________________________________________________________________________
10443 [ 7749] By: jhi on 2000/11/19 16:28:40
10444 Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
10445 From: "Peter J. Farley III" <pjfarley@banet.net>
10446 Date: Sun, 19 Nov 2000 01:42:58 -0500
10447 Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
10449 ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
10450 ____________________________________________________________________________
10451 [ 7748] By: jhi on 2000/11/19 16:08:10
10452 Log: Subject: podlators 1.05 available
10453 From: Russ Allbery <rra@stanford.edu>
10454 Date: 18 Nov 2000 22:04:28 -0800
10455 Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
10457 ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
10458 ____________________________________________________________________________
10459 [ 7747] By: nick on 2000/11/19 11:19:39
10460 Log: Integrate mainline
10462 !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
10464 ____________________________________________________________________________
10465 [ 7746] By: jhi on 2000/11/19 06:42:22
10466 Log: Make hex scanning warn on "\x{x}" and "\xx".
10467 "\x" and and hex("x") are still valid.
10470 ____________________________________________________________________________
10471 [ 7745] By: nick on 2000/11/18 22:52:28
10472 Log: Integrate mainline
10474 !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
10475 !> perl.h perlio.c proto.h regcomp.c regcomp.h
10476 ____________________________________________________________________________
10477 [ 7744] By: jhi on 2000/11/18 22:50:28
10478 Log: Introduce Perl_utf8_length(). Use it.
10480 ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
10481 ____________________________________________________________________________
10482 [ 7743] By: jhi on 2000/11/18 22:38:51
10483 Log: Compiler denit.
10486 ____________________________________________________________________________
10487 [ 7742] By: jhi on 2000/11/18 20:33:05
10488 Log: Integrate perlio.
10490 !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
10491 !> perlio.h pp_ctl.c pp_sys.c sv.c
10492 ____________________________________________________________________________
10493 [ 7741] By: jhi on 2000/11/18 20:31:27
10494 Log: Subject: [PATCH 5.7.0] make regcomp reenterable
10495 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10496 Date: Fri, 17 Nov 2000 20:35:11 -0500
10497 Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
10499 Subject: Re: [PATCH 5.7.0] make regcomp reenterable
10500 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10501 Date: Fri, 17 Nov 2000 21:03:47 -0500
10502 Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
10504 Plus a little bit of tweaking in pregcomp().
10506 ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
10507 ____________________________________________________________________________
10508 [ 7740] By: nick on 2000/11/18 20:17:22
10509 Log: Lexical use open ... support:
10510 add ->cop_io to COP structure in cop.h.
10511 Make mg.c and gv.c associate it with ${^OPEN}.
10512 Make lib/open.pm set it.
10513 Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
10514 manner similar to ->cop_warnings.
10515 Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
10516 call new PerlIO_apply_layers().
10517 Declare latter in perlio.h and define in perlio.c
10519 ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
10520 ! perlio.h pp_ctl.c pp_sys.c sv.c
10521 ____________________________________________________________________________
10522 [ 7739] By: jhi on 2000/11/18 19:54:00
10523 Log: Integrate perlio.
10525 !> doio.c perlio.c pp.c
10526 ____________________________________________________________________________
10527 [ 7738] By: jhi on 2000/11/18 17:16:13
10528 Log: Subject: [PATCH 5.7.0] etags broken again
10529 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10530 Date: Sat, 18 Nov 2000 02:41:36 -0500
10531 Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
10534 ____________________________________________________________________________
10535 [ 7737] By: jhi on 2000/11/18 17:12:18
10536 Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
10538 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
10539 ____________________________________________________________________________
10540 [ 7736] By: nick on 2000/11/18 14:06:20
10541 Log: Basic tweaks to do_open() type parsing to allow layer/discipline
10542 part to be isolated.
10545 ____________________________________________________________________________
10546 [ 7735] By: nick on 2000/11/18 11:03:32
10547 Log: Integrate mainline
10549 !> Changes README.amiga README.win32 patchlevel.h
10550 !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
10551 ____________________________________________________________________________
10552 [ 7734] By: jhi on 2000/11/18 01:18:56
10553 Log: Update Changes.
10555 ! Changes patchlevel.h
10556 ____________________________________________________________________________
10557 [ 7733] By: jhi on 2000/11/18 00:32:54
10558 Log: Subject: [PATCH 5.7.0] restore match data on backtracing
10559 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10560 Date: Fri, 17 Nov 2000 17:28:02 -0500
10561 Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
10563 ! regcomp.c regexec.c t/op/re_tests
10564 ____________________________________________________________________________
10565 [ 7732] By: jhi on 2000/11/18 00:28:56
10566 Log: Sparc 64-bit pack() fix from Jens Hamisch.
10569 ____________________________________________________________________________
10570 [ 7731] By: jhi on 2000/11/18 00:18:39
10571 Log: Explain in more detail the {} syntax ambiguousity.
10573 Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
10574 From: Nicholas Clark <nick@ccl4.org>
10575 Date: Fri, 17 Nov 2000 22:10:28 +0000
10576 Message-ID: <20001117221028.A88930@plum.flirble.org>
10579 ____________________________________________________________________________
10580 [ 7730] By: jhi on 2000/11/18 00:12:18
10581 Log: Subject: Fix for README.amiga (20000323.033)
10582 From: "Stephen P. Potter" <spp@spotter.yi.org>
10583 Date: Fri, 17 Nov 2000 12:25:51 -0500
10584 Message-Id: <200011171725.MAA05768@spotter.yi.org>
10587 ____________________________________________________________________________
10588 [ 7729] By: jhi on 2000/11/18 00:08:34
10589 Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
10590 From: "A. C. Yardley" <yardley@tanet.net>
10591 Date: Mon, 3 Apr 2000 11:35:33 -0700
10592 Message-ID: <3483.000403@tanet.net>
10595 ____________________________________________________________________________
10596 [ 7728] By: nick on 2000/11/17 21:59:47
10597 Log: Integrate mainline
10599 !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
10600 !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
10601 !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
10602 !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
10603 ____________________________________________________________________________
10604 [ 7727] By: nick on 2000/11/17 21:56:31
10605 Log: Experiment on use of attributes.pm interface.
10606 Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
10607 SVt_PVRV if not already something better (else vivify of say magic gets
10611 ____________________________________________________________________________
10612 [ 7726] By: jhi on 2000/11/17 14:15:49
10613 Log: Subject: Fix for 20000815.006
10614 From: "Stephen P. Potter" <spp@spotter.yi.org>
10615 Date: Fri, 17 Nov 2000 08:57:45 -0500
10616 Message-Id: <200011171357.IAA05122@spotter.yi.org>
10618 It's really 20000518.006.
10620 ! pod/perlmodlib.PL
10621 ____________________________________________________________________________
10622 [ 7725] By: jhi on 2000/11/17 14:12:31
10623 Log: Subject: Fix for 20000409.001
10624 From: "Stephen P. Potter" <spp@spotter.yi.org>
10625 Date: Fri, 17 Nov 2000 08:55:45 -0500
10626 Message-Id: <200011171355.IAA05104@spotter.yi.org>
10629 ____________________________________________________________________________
10630 [ 7724] By: jhi on 2000/11/17 14:08:58
10631 Log: Undo #7627 now that we have =head3.
10634 ____________________________________________________________________________
10635 [ 7723] By: jhi on 2000/11/17 14:04:09
10636 Log: As surmised the #7719 wasn't a good move.
10638 ! hints/solaris_2.sh
10639 ____________________________________________________________________________
10640 [ 7722] By: jhi on 2000/11/17 13:59:04
10641 Log: Also the 64bitall hints can be either here or there.
10643 ! hints/solaris_2.sh
10644 ____________________________________________________________________________
10645 [ 7721] By: jhi on 2000/11/17 02:26:23
10646 Log: Test tweak for the open pragma.
10649 ____________________________________________________________________________
10650 [ 7720] By: jhi on 2000/11/17 00:23:22
10651 Log: The long double hints can be here or there.
10653 ! hints/solaris_2.sh
10654 ____________________________________________________________________________
10655 [ 7719] By: jhi on 2000/11/17 00:14:06
10656 Log: For Solaris use64bitall the stdchar needs a little bit of help.
10658 ! hints/solaris_2.sh
10659 ____________________________________________________________________________
10660 [ 7718] By: jhi on 2000/11/16 23:27:34
10661 Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
10662 From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
10663 Date: Wed, 15 Nov 2000 08:56:32 +0100
10664 Message-ID: <3A1241B0.64477E00@alcatel.at>
10666 ! lib/Carp/Heavy.pm
10667 ____________________________________________________________________________
10668 [ 7717] By: jhi on 2000/11/16 23:23:29
10669 Log: Subject: [PATCH] Re: 20001101.003 PDL
10670 From: Nicholas Clark <nick@ccl4.org>
10671 Date: Thu, 16 Nov 2000 16:48:25 +0000
10672 Message-ID: <20001116164825.B93487@plum.flirble.org>
10674 ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
10675 ____________________________________________________________________________
10676 [ 7716] By: jhi on 2000/11/16 23:21:31
10677 Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
10678 From: "Casey R. Tweten" <crt@kiski.net>
10679 Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
10680 Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
10682 ! lib/Pod/Checker.pm pod/perlpod.pod
10683 ____________________________________________________________________________
10684 [ 7715] By: jhi on 2000/11/16 23:19:40
10685 Log: Avoid an infinite loop in VMS when utils scripts are run
10686 with no arguments, from Charles Lane.
10689 ____________________________________________________________________________
10690 [ 7714] By: jhi on 2000/11/16 23:17:08
10691 Log: Subject: perllocale.pod changes
10692 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
10693 Date: Mon, 13 Nov 2000 10:09:22 +0300
10694 Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
10696 ! pod/perllocale.pod
10697 ____________________________________________________________________________
10698 [ 7713] By: jhi on 2000/11/16 23:14:06
10699 Log: Integrate perlio.
10701 !> doio.c perlio.c perlio.h util.c
10702 ____________________________________________________________________________
10703 [ 7712] By: nick on 2000/11/16 21:10:58
10704 Log: Integrate mainline
10706 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
10707 !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
10708 !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
10709 !> vos/config.ga.def vos/config.ga.h win32/config.bc
10710 !> win32/config.gc win32/config.vc
10711 ____________________________________________________________________________
10712 [ 7711] By: nick on 2000/11/16 19:56:41
10714 consistent way of getting 'rb', 'wb' etc. for binary opens
10715 move *perlio::layers to *open::layers
10716 a #define to show layers available
10717 DOSISH popen/PerlIO had export/import sense inverted.
10719 ! doio.c perlio.c perlio.h util.c
10720 ____________________________________________________________________________
10721 [ 7710] By: jhi on 2000/11/16 15:46:05
10722 Log: Add HAS_SBRK_PROTO.
10723 Branch: metaconfig/U/perl
10726 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10727 ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
10728 ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
10729 ! vos/config.ga.def vos/config.ga.h win32/config.bc
10730 ! win32/config.gc win32/config.vc
10731 ____________________________________________________________________________
10732 [ 7709] By: nick on 2000/11/16 07:31:49
10733 Log: Integrate mainline
10735 !> (integrate 35 files)
10736 ____________________________________________________________________________
10737 [ 7708] By: jhi on 2000/11/16 05:33:03
10738 Log: These files are text, not binary.
10740 ! ext/Encode/Encode/iso8859-10.enc
10741 ! ext/Encode/Encode/iso8859-13.enc
10742 ! ext/Encode/Encode/iso8859-14.enc
10743 ! ext/Encode/Encode/iso8859-15.enc
10744 ____________________________________________________________________________
10745 [ 7707] By: jhi on 2000/11/16 01:53:37
10746 Log: Update Changes.
10748 ! Changes patchlevel.h
10749 ____________________________________________________________________________
10750 [ 7706] By: jhi on 2000/11/16 01:35:59
10751 Log: More #undefing of stdio.
10753 ! fakesdio.h nostdio.h
10754 ____________________________________________________________________________
10755 [ 7705] By: jhi on 2000/11/16 01:34:18
10756 Log: Add fwalk() probe to the configuration files and regen perltoc.
10758 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10759 ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
10760 ! uconfig.h uconfig.sh util.c vos/config.alpha.def
10761 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
10762 ! win32/config.bc win32/config.gc win32/config.vc
10763 ____________________________________________________________________________
10764 [ 7704] By: jhi on 2000/11/16 01:33:07
10765 Log: Add the _fwalk() unit. (The probe says 'fwalk()'. Time for
10766 an optional third argument to Inlibc?)
10767 Branch: metaconfig/U/perl
10769 ____________________________________________________________________________
10770 [ 7703] By: jhi on 2000/11/16 01:09:22
10771 Log: The type of the hash_cb() size argument is tricky.
10773 ! ext/DB_File/DB_File.xs
10774 ____________________________________________________________________________
10775 [ 7702] By: jhi on 2000/11/15 23:01:16
10776 Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
10779 ____________________________________________________________________________
10780 [ 7701] By: jhi on 2000/11/15 22:52:32
10784 ____________________________________________________________________________
10785 [ 7700] By: jhi on 2000/11/15 22:51:56
10786 Log: UINT64_C() work continues.
10788 ! handy.h perl.h utf8.h
10789 ____________________________________________________________________________
10790 [ 7699] By: jhi on 2000/11/15 14:13:04
10791 Log: SOCKS has its own USE_THREADS, based on
10793 Subject: [ID 20001114.002] et. al. bugfix followup
10794 From: Jens Hamisch <jens@Strawberry.COM>
10795 Date: Wed, 15 Nov 2000 14:23:11 +0100
10796 Message-ID: <20001115142311.A21164@Strawberry.COM>
10799 ____________________________________________________________________________
10800 [ 7698] By: jhi on 2000/11/15 03:50:56
10801 Log: Add few missing #undefs and sort them.
10804 ____________________________________________________________________________
10805 [ 7697] By: jhi on 2000/11/15 03:39:14
10806 Log: Linenumber fix.
10808 ! t/pragma/warn/utf8
10809 ____________________________________________________________________________
10810 [ 7696] By: jhi on 2000/11/15 02:55:26
10811 Log: EBCDIC tweaks.
10813 Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
10814 From: Peter Prymmer <pvhp@forte.com>
10815 Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
10816 Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
10818 ! t/op/regmesg.t t/pragma/warn/utf8
10819 ____________________________________________________________________________
10820 [ 7695] By: jhi on 2000/11/15 02:53:58
10821 Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
10822 From: Peter Prymmer <pvhp@forte.com>
10823 Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
10824 Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
10827 ____________________________________________________________________________
10828 [ 7694] By: jhi on 2000/11/15 02:50:55
10829 Log: Subject: [PATCH: perl@7674] updates to README.os390
10830 From: Prymmer/Kahn <pvhp@best.com>
10831 Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
10832 Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
10835 ____________________________________________________________________________
10836 [ 7693] By: jhi on 2000/11/15 02:48:37
10837 Log: Quit utf8_to_uv() instantly if curlen == 0.
10840 ____________________________________________________________________________
10841 [ 7692] By: jhi on 2000/11/15 02:24:29
10842 Log: Use u_int32_t for the size of hash_cb(), not size_t.
10844 Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
10845 From: Jens Hamisch <jens@Strawberry.COM>
10846 Date: Tue, 14 Nov 2000 19:03:55 +0100
10847 Message-Id: <20001114190355.A20559@Strawberry.COM>
10849 ! ext/DB_File/DB_File.xs
10850 ____________________________________________________________________________
10851 [ 7691] By: jhi on 2000/11/15 02:20:12
10852 Log: Use UINT64_C().
10854 Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
10855 From: Jens Hamisch <jens@Strawberry.COM>
10856 Date: Tue, 14 Nov 2000 19:16:23 +0100
10857 Message-Id: <20001114191623.G20559@Strawberry.COM>
10860 ____________________________________________________________________________
10861 [ 7690] By: jhi on 2000/11/15 02:17:06
10862 Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
10863 (a macro to define signed and unsigned integer constants).
10866 ____________________________________________________________________________
10867 [ 7689] By: jhi on 2000/11/15 01:56:51
10868 Log: Regen Configure.
10871 ____________________________________________________________________________
10872 [ 7688] By: jhi on 2000/11/15 01:56:32
10873 Log: Make the unit know about SOCKS.
10875 ! U/protos/socksizetype.U
10876 ____________________________________________________________________________
10877 [ 7687] By: jhi on 2000/11/15 01:54:47
10878 Log: Remove unused dependencies.
10880 ! U/compline/d_getpagsz.U
10881 ____________________________________________________________________________
10882 [ 7686] By: nick on 2000/11/14 21:25:13
10883 Log: Integrate mainline.
10885 +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
10886 !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
10887 !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
10888 !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
10889 !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
10890 !> win32/config.bc win32/config.gc win32/config.vc
10891 !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
10892 ____________________________________________________________________________
10893 [ 7685] By: jhi on 2000/11/14 17:54:56
10894 Log: Integrate perlio.
10896 +> fakesdio.h perliol.h
10897 !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
10898 !> perlsdio.h perlsfio.h pod/perlfunc.pod
10899 ____________________________________________________________________________
10900 [ 7684] By: nick on 2000/11/14 17:43:04
10901 Log: PerlIO #include and #ifdef re-work.
10903 + fakesdio.h perliol.h
10904 ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
10905 ! perlsdio.h perlsfio.h
10906 ____________________________________________________________________________
10907 [ 7683] By: jhi on 2000/11/14 15:42:40
10908 Log: Hoist the duplicated socket/netdb include logic to perl.h;
10909 undef SETERRNO in case SOCKS has defined it. Based on:
10911 Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris
10912 From: Jens Hamisch <jens@Strawberry.COM>
10913 Date: Tue, 14 Nov 2000 11:34:40 +0100
10914 Message-Id: <20001114113440.A20005@Strawberry.COM>
10916 ! doio.c perl.h pp_sys.c
10917 ____________________________________________________________________________
10918 [ 7682] By: jhi on 2000/11/14 14:07:28
10919 Log: Subject: some additions for makefiles for win32 (for perl@7674)
10920 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
10921 Date: Tue, 14 Nov 2000 09:31:13 +0300
10922 Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
10924 ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
10925 ! win32/makefile.mk
10926 ____________________________________________________________________________
10927 [ 7681] By: jhi on 2000/11/14 14:01:41
10928 Log: Subject: tiny typo in perl5db.pl
10929 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
10930 Date: Tue, 14 Nov 2000 09:29:28 +0300
10931 Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
10934 ____________________________________________________________________________
10935 [ 7680] By: jhi on 2000/11/14 04:13:50
10936 Log: Redo #7679 with LFs instead of CRLFs.
10938 ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
10939 ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
10940 ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
10941 ____________________________________________________________________________
10942 [ 7679] By: jhi on 2000/11/14 01:21:09
10943 Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
10944 From: Benjamin Stuhl <tiriath@yahoo.com>
10945 Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
10946 Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
10948 + win32/bin/mdelete.bat
10949 ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
10950 ! makedef.pl perlio.c win32/Makefile win32/config.gc
10951 ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
10952 ____________________________________________________________________________
10953 [ 7678] By: jhi on 2000/11/14 01:19:20
10954 Log: Fix the re extension building for Win32.
10956 Subject: [PATCH perl@7638] Get PerlIO building on Win32
10957 From: Benjamin Stuhl <tiriath@yahoo.com>
10958 Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
10959 Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
10961 + ext/re/hints/MSWin32.pl
10963 ____________________________________________________________________________
10964 [ 7677] By: jhi on 2000/11/14 01:13:54
10965 Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
10966 From: sthoenna@efn.org
10967 Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
10968 Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
10970 ! doop.c pp.c toke.c utf8.c utf8.h
10971 ____________________________________________________________________________
10972 [ 7676] By: jhi on 2000/11/13 20:23:15
10973 Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
10974 From: Nicholas Clark <nick@ccl4.org>
10975 Date: Mon, 13 Nov 2000 18:55:04 +0000
10976 Message-ID: <20001113185504.J29183@plum.flirble.org>
10978 ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
10979 ____________________________________________________________________________
10980 [ 7675] By: nick on 2000/11/13 20:21:57
10981 Log: Integrate mainline ...
10983 !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
10984 !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
10985 !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
10986 !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
10987 ____________________________________________________________________________
10988 [ 7674] By: jhi on 2000/11/13 15:07:56
10989 Log: Update Changes.
10991 ! Changes patchlevel.h
10992 ____________________________________________________________________________
10993 [ 7673] By: jhi on 2000/11/13 14:42:42
10994 Log: Remove the new two tests of lib/io_xs for now, they seem to
10995 fail under perlio on some platforms.
10998 ____________________________________________________________________________
10999 [ 7672] By: jhi on 2000/11/13 13:57:53
11000 Log: Make PerlIO_getpos() to behave like fgetpos() on return.
11003 ____________________________________________________________________________
11004 [ 7671] By: jhi on 2000/11/13 05:30:48
11005 Log: Placate nervous compilers that see longer than ints switch()ing.
11008 ____________________________________________________________________________
11009 [ 7670] By: jhi on 2000/11/13 05:14:21
11010 Log: fputs() does return EOF on error but here we don't care.
11013 ____________________________________________________________________________
11014 [ 7669] By: jhi on 2000/11/13 05:02:45
11015 Log: Declare reg_data like reg_substr_data.
11018 ____________________________________________________________________________
11019 [ 7668] By: jhi on 2000/11/13 04:54:34
11020 Log: Typos in #7667.
11023 ____________________________________________________________________________
11024 [ 7667] By: jhi on 2000/11/13 04:49:49
11025 Log: Cleanup messy #ifdef.
11028 ____________________________________________________________________________
11029 [ 7666] By: jhi on 2000/11/13 04:17:34
11030 Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
11031 From: Nicholas Clark <nick@talking.bollo.cx>
11032 Date: Sun, 12 Nov 2000 21:14:11 +0000
11033 Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
11035 Note: only one breakage of the two reported is fixed by this patch.
11038 ____________________________________________________________________________
11039 [ 7665] By: jhi on 2000/11/13 04:05:07
11040 Log: Tweak the definition of the bit complement on UTF-8 data:
11041 if none of the characters in the string are > 0xff,
11042 the result is a complemented byte string, not a (UTF-8)
11043 char string. Based on the summary in
11045 Subject: Re: [ID 20000918.005] ~ on wide chars
11046 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
11047 Date: Fri, 10 Nov 2000 09:47:15 -0800
11048 Message-ID: <jSDD6gzkgi/T092yn@efn.org>
11050 This should give us the maximum backward (pre-char string)
11051 compatibility and utf8 compatibility. The other alternative
11052 would be to limit the bit complement to be always byte only,
11053 taking the least significant byte of the chars.
11055 ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
11056 ____________________________________________________________________________
11057 [ 7664] By: jhi on 2000/11/13 00:23:44
11058 Log: Couple of tests from #7660 salvaged.
11061 ! MANIFEST t/io/tell.t
11062 ____________________________________________________________________________
11063 [ 7663] By: jhi on 2000/11/13 00:02:48
11064 Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
11065 From: Nicholas Clark <nick@talking.bollo.cx>
11066 Date: Sun, 12 Nov 2000 21:23:43 +0000
11067 Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
11070 ____________________________________________________________________________
11071 [ 7662] By: jhi on 2000/11/13 00:01:39
11072 Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
11073 From: Nicholas Clark <nick@talking.bollo.cx>
11074 Date: Sun, 12 Nov 2000 21:30:04 +0000
11075 Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
11077 ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
11078 ____________________________________________________________________________
11079 [ 7661] By: jhi on 2000/11/12 23:57:29
11080 Log: Document tell() on special streams.
11083 ____________________________________________________________________________
11084 [ 7660] By: jhi on 2000/11/12 23:54:22
11085 Log: (Subsumed by #7664)
11089 ____________________________________________________________________________
11090 [ 7659] By: jhi on 2000/11/12 22:55:25
11091 Log: Many subdocumented return values of the IO extension now documented.
11092 ungetc and write still left subdocumented.
11094 Subject: [PATCH] (was Re: IO::Handle::ungetc)
11095 From: Nicholas Clark <nick@talking.bollo.cx>
11096 Date: Sun, 12 Nov 2000 21:35:53 +0000
11097 Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
11099 ! ext/IO/lib/IO/Handle.pm
11100 ____________________________________________________________________________
11101 [ 7658] By: jhi on 2000/11/12 21:37:06
11102 Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
11103 From: Nicholas Clark <nick@talking.bollo.cx>
11104 Date: Sun, 12 Nov 2000 20:03:22 +0000
11105 Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
11108 ____________________________________________________________________________
11109 [ 7657] By: jhi on 2000/11/12 20:34:55
11110 Log: Integrate perlio.
11113 ____________________________________________________________________________
11114 [ 7656] By: nick on 2000/11/12 19:25:06
11115 Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
11118 ____________________________________________________________________________
11119 [ 7655] By: nick on 2000/11/12 19:09:41
11120 Log: Integrate mainline
11122 +> README.solaris ext/Encode/Encode/cp1006.enc
11123 +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
11124 +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
11125 +> ext/Encode/Encode/iso8859-13.enc
11126 +> ext/Encode/Encode/iso8859-14.enc
11127 +> ext/Encode/Encode/iso8859-15.enc
11128 !> (integrate 34 files)
11129 ____________________________________________________________________________
11130 [ 7654] By: jhi on 2000/11/12 19:00:22
11131 Log: Add a metaconfig unit for fsync.
11132 Branch: metaconfig/U/perl
11134 ____________________________________________________________________________
11135 [ 7653] By: jhi on 2000/11/12 19:00:01
11136 Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
11138 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11139 ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
11140 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
11141 ! vos/config.ga.h win32/config.bc win32/config.gc
11143 ____________________________________________________________________________
11144 [ 7652] By: jhi on 2000/11/11 21:12:01
11145 Log: Copy the s// information of README.hpux also to the perlrun.
11147 ! README.hpux pod/perlrun.pod
11148 ____________________________________________________________________________
11149 [ 7651] By: jhi on 2000/11/11 21:03:13
11150 Log: More README.solaris updates from Andy Dougherty.
11153 ____________________________________________________________________________
11154 [ 7650] By: jhi on 2000/11/11 18:38:57
11155 Log: More descriptive error for unknown perlio layers.
11157 Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.
11158 From: Dominic Dunlop <domo@computer.org>
11159 Date: Sat, 11 Nov 2000 18:20:32 +0100
11160 Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
11162 ! perlio.c pod/perldiag.pod
11163 ____________________________________________________________________________
11164 [ 7649] By: jhi on 2000/11/11 18:37:52
11165 Log: MachTen doesn't really do mmap() and munmap().
11167 Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.
11168 From: Dominic Dunlop <domo@computer.org>
11169 Date: Sat, 11 Nov 2000 18:20:32 +0100
11170 Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
11173 ____________________________________________________________________________
11174 [ 7648] By: jhi on 2000/11/11 18:36:46
11175 Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
11176 From: rspier@pobox.com (Robert Spier)
11177 Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
11178 Message-ID: <14861.32839.491271.985797@rls.cx>
11180 ! Porting/Contract pod/perltoot.pod
11181 ____________________________________________________________________________
11182 [ 7647] By: jhi on 2000/11/11 18:35:30
11183 Log: Simplify the getpagesize() unit by dropping the
11184 pagesize probe since it's nowadays slightly more
11185 complicated because of sysconf(). (Note: if some
11186 platform really needs the -lPW for getpagesize,
11189 TODO: a new pagesize unit.
11191 ! U/compline/d_getpagsz.U
11192 ____________________________________________________________________________
11193 [ 7646] By: jhi on 2000/11/11 18:33:23
11194 Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
11196 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11197 ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
11198 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
11199 ! vos/config.ga.h win32/config.bc win32/config.gc
11201 ____________________________________________________________________________
11202 [ 7645] By: jhi on 2000/11/11 16:45:15
11203 Log: Use sysconf() or getpagesize() to find out the pagesize.
11206 ____________________________________________________________________________
11207 [ 7644] By: jhi on 2000/11/11 15:46:08
11208 Log: Integrate perlio.
11211 ____________________________________________________________________________
11212 [ 7643] By: jhi on 2000/11/11 15:33:36
11213 Log: Subject: Re: [PATCH] README.solaris
11214 From: Lupe Christoph <lupe@lupe-christoph.de>
11215 Date: Sat, 11 Nov 2000 14:08:10 +0100
11216 Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
11219 ____________________________________________________________________________
11220 [ 7642] By: jhi on 2000/11/11 15:22:12
11221 Log: Subject: [PATCH perl@7638] cygwin port
11222 From: "Eric Fifer" <egf7@columbia.edu>
11223 Date: Fri, 10 Nov 2000 19:30:30 -0000
11224 Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
11226 ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
11227 ____________________________________________________________________________
11228 [ 7641] By: nick on 2000/11/11 14:50:36
11229 Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
11230 Also call "Buf" layer directly when unread'ing non-read chars.
11233 ____________________________________________________________________________
11234 [ 7640] By: jhi on 2000/11/11 02:05:02
11235 Log: Add more encoding tables.
11237 + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
11238 + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
11239 + ext/Encode/Encode/iso8859-10.enc
11240 + ext/Encode/Encode/iso8859-13.enc
11241 + ext/Encode/Encode/iso8859-14.enc
11242 + ext/Encode/Encode/iso8859-15.enc
11244 ____________________________________________________________________________
11245 [ 7639] By: jhi on 2000/11/10 18:49:25
11246 Log: Subject: [PATCH] README.solaris
11247 From: Andy Dougherty <doughera@lafayette.edu>
11248 Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
11249 Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
11252 ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
11253 ! pod/perl.pod pod/perltoc.pod
11254 ____________________________________________________________________________
11255 [ 7638] By: jhi on 2000/11/10 15:04:15
11256 Log: Update Changes.
11258 ! Changes patchlevel.h
11259 ____________________________________________________________________________
11260 [ 7637] By: jhi on 2000/11/10 14:14:28
11261 Log: Explain better why certain regex tests are skipped.
11263 Subject: Re: tests skipped: unknown reason
11264 From: Lupe Christoph <lupe@lupe-christoph.de>
11265 Date: Fri, 10 Nov 2000 09:08:56 +0100
11266 Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
11269 ____________________________________________________________________________
11270 [ 7636] By: nick on 2000/11/10 13:40:00
11271 Log: Integrate mainline.
11273 !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
11274 !> hints/uts.sh lib/unicode/syllables.txt perlio.c
11275 !> win32/bin/search.pl
11276 ____________________________________________________________________________
11277 [ 7635] By: nick on 2000/11/10 13:25:52
11278 Log: Re-instate stdio large file support via perlio.
11281 ____________________________________________________________________________
11282 [ 7634] By: jhi on 2000/11/10 04:49:55
11283 Log: Amdahl UTS hints updates.
11285 Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
11286 From: hom00@utsglobal.com (Harold O Morris)
11287 Date: Thu, 9 Nov 2000 20:02 PST
11288 Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
11291 ____________________________________________________________________________
11292 [ 7633] By: jhi on 2000/11/09 23:33:28
11293 Log: Subject: [PATCH] IO::Seekable pod
11294 From: Nicholas Clark <nick@talking.bollo.cx>
11295 Date: Thu, 9 Nov 2000 20:29:45 +0000
11296 Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
11298 ! ext/IO/lib/IO/Handle.pm
11299 ____________________________________________________________________________
11300 [ 7632] By: jhi on 2000/11/09 21:55:41
11301 Log: Various doc oddball characters.
11303 Subject: [ID 20001106.004] Perl 5.6.0 bugs
11304 From: Michael Somos <somos@grail.cba.csuohio.edu>
11305 Date: Mon, 6 Nov 2000 17:44:20 -0500
11306 Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
11308 ! emacs/cperl-mode.el lib/unicode/syllables.txt
11309 ! win32/bin/search.pl
11310 ____________________________________________________________________________
11311 [ 7631] By: jhi on 2000/11/09 21:12:29
11312 Log: Subject: Re: bash -c exit and linux hints
11313 From: "John P. Linderman" <jpl@research.att.com>
11314 Date: Thu, 02 Nov 2000 09:37:25 -0500
11315 Message-Id: <200011021437.JAA63199@raptor.research.att.com>
11318 ____________________________________________________________________________
11319 [ 7630] By: nick on 2000/11/09 20:34:11
11320 Log: Integrate mainline.
11322 !> (integrate 91 files)
11323 ____________________________________________________________________________
11324 [ 7629] By: jhi on 2000/11/09 19:46:31
11325 Log: Missing dTHXs.
11327 Subject: RE: perl@7595 builds not on cygwin
11328 From: "Eric Fifer" <egf7@columbia.edu>
11329 Date: Thu, 9 Nov 2000 19:26:50 -0000
11330 Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
11332 ! ext/Devel/Peek/Peek.xs
11333 ____________________________________________________________________________
11334 [ 7628] By: jhi on 2000/11/09 14:48:27
11335 Log: Disable only the tests 99 and 166 for UTF-8 locales.
11337 ! t/pragma/locale.t
11338 ____________________________________________________________________________
11339 [ 7627] By: jhi on 2000/11/09 14:40:27
11340 Log: There's no =head3.
11343 ____________________________________________________________________________
11344 [ 7626] By: jhi on 2000/11/09 13:54:26
11345 Log: The generated boot_* headers are wrong. Pickier compiler,
11346 such as KAI C++ will refuse to compile the resulting perlmain.
11348 Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
11349 From: Harri Pasanen <harri.pasanen@trema.com>
11350 Date: Thu, 09 Nov 2000 14:23:28 +0100
11351 Message-Id: <3A0AA550.26D548A3@trema.com>
11354 ____________________________________________________________________________
11355 [ 7625] By: jhi on 2000/11/09 13:50:44
11356 Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
11357 From: Prymmer/Kahn <pvhp@best.com>
11358 Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
11359 Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
11361 All except the "cow orker" change.
11363 ! Porting/pumpkin.pod
11364 ____________________________________________________________________________
11365 [ 7624] By: jhi on 2000/11/09 13:45:33
11368 Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
11369 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11370 Date: Thu, 09 Nov 2000 11:05:52 +0100
11371 Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
11373 ! pod/perldiag.pod t/pragma/warn/pp_sys
11374 ____________________________________________________________________________
11375 [ 7623] By: jhi on 2000/11/09 13:37:16
11376 Log: Typo in an ifndef.
11378 Subject: Re: [PATCH 5.7.0] better messages from malloc()
11379 From: Joe Smith <jms@inwap.com>
11380 Date: Thu, 09 Nov 2000 01:33:14 -0800
11381 Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
11384 ____________________________________________________________________________
11385 [ 7622] By: jhi on 2000/11/09 13:31:18
11386 Log: Remove unused extra arguments.
11387 Branch: metaconfig/U/perl
11390 ! Configure config_h.SH
11391 ____________________________________________________________________________
11392 [ 7621] By: jhi on 2000/11/09 13:16:36
11393 Log: More VMS moves on environment handling, from Charles Lane.
11395 ! t/pragma/locale.t
11396 ____________________________________________________________________________
11397 [ 7620] By: jhi on 2000/11/09 04:42:38
11398 Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat() on filehandle _ warning
11399 From: David Dyck <dcd@tc.fluke.com>
11400 Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
11401 Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
11404 ____________________________________________________________________________
11405 [ 7619] By: jhi on 2000/11/09 04:36:21
11406 Log: Forgot from #7618.
11409 ____________________________________________________________________________
11410 [ 7618] By: jhi on 2000/11/09 04:28:44
11411 Log: Make deleting for %ENV work for (newer versions of) VMS,
11412 from Craig A. Berry.
11415 ____________________________________________________________________________
11416 [ 7617] By: jhi on 2000/11/09 04:25:05
11417 Log: Subject: [PATCH] Class::Struct at compile time
11418 From: "Casey R. Tweten" <crt@kiski.net>
11419 Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
11420 Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
11422 ! lib/Class/Struct.pm
11423 ____________________________________________________________________________
11424 [ 7616] By: jhi on 2000/11/09 04:15:17
11425 Log: Subject: [ID 20001108.013] spelling
11426 From: "Todd T. Fries" <todd@fries.int.mrleng.com>
11427 Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
11428 Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
11431 ____________________________________________________________________________
11432 [ 7615] By: jhi on 2000/11/09 04:12:42
11433 Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
11434 From: Peter Prymmer <pvhp@forte.com>
11435 Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
11436 Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
11439 ____________________________________________________________________________
11440 [ 7614] By: jhi on 2000/11/08 22:42:55
11441 Log: A missing aTHX_.
11443 ! ext/IPC/SysV/SysV.xs
11444 ____________________________________________________________________________
11445 [ 7613] By: jhi on 2000/11/08 19:30:21
11446 Log: Update Changes.
11448 ! Changes patchlevel.h
11449 ____________________________________________________________________________
11450 [ 7612] By: jhi on 2000/11/08 18:35:25
11451 Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat() on filehandle _ warning
11452 From: David Dyck <dcd@tc.fluke.com>
11453 Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
11454 Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
11457 ____________________________________________________________________________
11458 [ 7611] By: jhi on 2000/11/08 18:30:26
11459 Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
11460 From: Dominic Dunlop <domo@computer.org>
11461 Date: Tue, 7 Nov 2000 12:05:25 +0100
11462 Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
11465 ____________________________________________________________________________
11466 [ 7610] By: jhi on 2000/11/08 18:25:14
11467 Log: Do not test UTF-8 locales since that the tests would require
11468 polymorphic regexen.
11470 ! t/pragma/locale.t
11471 ____________________________________________________________________________
11472 [ 7609] By: jhi on 2000/11/08 17:12:51
11473 Log: Locale buglets.
11475 Subject: RE: Locales support (setlocale) fixes
11476 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
11477 Date: Wed, 8 Nov 2000 20:01:39 +0300
11478 Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
11480 ! t/pragma/locale.t util.c
11481 ____________________________________________________________________________
11482 [ 7608] By: jhi on 2000/11/08 17:00:16
11483 Log: Deleting $ENV{PATH} in VMS is not recommendable.
11485 ! t/pragma/locale.t
11486 ____________________________________________________________________________
11487 [ 7607] By: jhi on 2000/11/08 16:58:26
11488 Log: Subject: PATCH std stdio for (Free)BSD
11489 From: Nicholas Clark <nick@ccl4.org>
11490 Date: Wed, 8 Nov 2000 15:36:29 +0000
11491 Message-ID: <20001108153629.D98736@plum.flirble.org>
11493 ! U/compline/d_stdstdio.U
11495 ! Configure config_h.SH
11496 ____________________________________________________________________________
11497 [ 7606] By: jhi on 2000/11/08 16:43:31
11498 Log: Forgot to bump the line numbers in #7601.
11500 ! t/pragma/warn/pp_sys
11501 ____________________________________________________________________________
11502 [ 7605] By: jhi on 2000/11/08 16:39:12
11503 Log: More careful detection of how well NVs and UVs mix.
11505 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))
11506 From: Nicholas Clark <nick@ccl4.org>
11507 Date: Wed, 8 Nov 2000 15:14:12 +0000
11508 Message-ID: <20001108151412.B98736@plum.flirble.org>
11510 Added some SIGFPE paranoia.
11511 Branch: metaconfig/U/perl
11514 ! Configure config_h.SH
11515 ____________________________________________________________________________
11516 [ 7604] By: jhi on 2000/11/08 14:39:10
11517 Log: Subject: [patch perl@7595] VMS configure.com tweak
11518 From: "Craig A. Berry" <craigberry@mac.com>
11519 Date: Wed, 8 Nov 2000 00:24:12 -0600
11520 Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
11523 ____________________________________________________________________________
11524 [ 7603] By: jhi on 2000/11/08 14:27:11
11525 Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
11526 From: Robin Barker <rmb1@cise.npl.co.uk>
11527 Date: Wed, 8 Nov 2000 11:11:39 GMT
11528 Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
11531 ____________________________________________________________________________
11532 [ 7602] By: jhi on 2000/11/08 14:25:03
11533 Log: Fix for the tie-refhash string table leaks.
11535 From: Nick Ing-Simmons <nik@tiuk.ti.com>
11536 Date: Wed, 8 Nov 2000 13:03:04 GMT
11537 Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
11539 ! t/lib/tie-refhash.t
11540 ____________________________________________________________________________
11541 [ 7601] By: jhi on 2000/11/08 14:21:08
11542 Log: Try to avoid flockless and emulationless places.
11544 ! t/pragma/warn/pp_sys
11545 ____________________________________________________________________________
11546 [ 7600] By: jhi on 2000/11/08 02:28:54
11547 Log: Overrideable keys, each, pop, push, shift, splice, unshift.
11549 Subject: [PATCH] prototyped functions that should be overrideable
11550 From: "Casey R. Tweten" <crt@kiski.net>
11551 Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
11552 Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
11555 ____________________________________________________________________________
11556 [ 7599] By: jhi on 2000/11/08 01:12:05
11557 Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
11559 Subject: [PATCH] perlbug.PL
11560 From: "Kurt D. Starsinic" <kstar@chapin.edu>
11561 Date: Mon, 6 Nov 2000 21:39:01 -0500
11562 Message-ID: <20001106213901.B20955@O2.chapin.edu>
11565 ____________________________________________________________________________
11566 [ 7598] By: jhi on 2000/11/07 23:42:00
11567 Log: Bad thinko in #7581 (I used the test program with the expanded
11570 ! U/compline/d_stdstdio.U
11573 ____________________________________________________________________________
11574 [ 7597] By: jhi on 2000/11/07 21:43:29
11575 Log: Subject: [PATCH perl@7573] cygwin port
11576 From: "Fifer, Eric" <EFifer@sanwaint.com>
11577 Date: Tue, 7 Nov 2000 18:08:51 -0000
11578 Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
11580 Synchronize with Cygwin 1.1.5.
11582 ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
11583 ! pod/perlport.pod unixish.h util.c
11584 ____________________________________________________________________________
11585 [ 7596] By: jhi on 2000/11/07 21:39:25
11586 Log: perlhack updates from H.Merijn Brand.
11589 ____________________________________________________________________________
11590 [ 7595] By: jhi on 2000/11/07 20:21:41
11591 Log: Update Changes.
11593 ! Changes patchlevel.h
11594 ____________________________________________________________________________
11595 [ 7594] By: jhi on 2000/11/07 19:18:58
11596 Log: Be more robust in Dynaloader.pm.
11598 ! ext/DynaLoader/DynaLoader_pm.PL
11599 ____________________________________________________________________________
11600 [ 7593] By: jhi on 2000/11/07 16:49:31
11601 Log: AUTHORS update.
11604 ____________________________________________________________________________
11605 [ 7592] By: gsar on 2000/11/07 16:39:51
11606 Log: normalize relative paths in virtualized current directory on windows,
11607 under ithreads (avoids ".." etc showing up in what Cwd::cwd()
11611 ____________________________________________________________________________
11612 [ 7591] By: jhi on 2000/11/07 16:04:26
11613 Log: Too profiler-happy: with optimization the #7590 actually makes
11614 the test to run 0.5% _slower_. Requires much more instrumentation.
11617 ! regcomp.c regcomp.h
11618 ____________________________________________________________________________
11619 [ 7590] By: jhi on 2000/11/07 15:51:13
11620 Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
11621 execution time in regcomp.c S_cl_any() and S_cl_is_anything()
11622 by using memset() and testing bytewise (as opposed to bitwise).
11624 ! regcomp.c regcomp.h
11625 ____________________________________________________________________________
11626 [ 7589] By: jhi on 2000/11/07 12:56:39
11627 Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for
11628 From: "Craig A. Berry" <craig.berry@psinetcs.com>
11629 Date: Mon, 06 Nov 2000 23:45:30 -0500
11630 Message-Id: <0011079735.AA973576259@univpress.com>
11632 ! configure.com t/lib/st-lock.t
11633 ____________________________________________________________________________
11634 [ 7588] By: jhi on 2000/11/07 01:03:28
11638 ____________________________________________________________________________
11639 [ 7587] By: jhi on 2000/11/07 01:00:27
11640 Log: A doc addition for bug id 20001105.019, beware \p.
11643 ____________________________________________________________________________
11644 [ 7586] By: jhi on 2000/11/07 00:32:22
11645 Log: Fake support of holey files in win/dosish platforms.
11647 Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
11648 From: kipp@shonanblue.ne.jp
11649 Date: Mon, 6 Nov 2000 13:30:55 -0800
11650 Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
11652 ! ext/SDBM_File/sdbm/sdbm.c
11653 ____________________________________________________________________________
11654 [ 7585] By: jhi on 2000/11/07 00:12:54
11655 Log: Subject: Pod updates
11656 From: "Stephen P. Potter" <spp@spotter.yi.org>
11657 Date: Mon, 06 Nov 2000 18:56:43 -0500
11658 Message-Id: <200011062357.SAA18173@spotter.yi.org>
11660 ! README.dos README.os2 README.win32 pod/buildtoc.PL
11661 ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
11662 ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
11663 ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
11664 ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
11665 ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
11666 ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
11667 ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
11668 ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
11669 ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
11670 ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
11671 ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
11672 ! pod/perltootc.pod pod/perlunicode.pod
11673 ____________________________________________________________________________
11674 [ 7584] By: jhi on 2000/11/07 00:04:17
11675 Log: Varargs don't always work too well if one puts an unsigned
11676 char on the stack and pop an unsigned quad off the stack.
11678 Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
11679 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
11680 Date: Mon, 06 Nov 2000 15:19:05 -0800
11681 Message-ID: <pxzB6gzkgKXY092yn@efn.org>
11684 ____________________________________________________________________________
11685 [ 7583] By: jhi on 2000/11/06 23:58:48
11686 Log: %ENV note tweaks from Dan Sugalski.
11688 ! pod/perlport.pod vms/perlvms.pod
11689 ____________________________________________________________________________
11690 [ 7582] By: jhi on 2000/11/06 23:05:49
11691 Log: glibc5 detection by __GNU_LIBRARY__.
11694 ____________________________________________________________________________
11695 [ 7581] By: jhi on 2000/11/06 22:51:29
11696 Log: Make the stdio test program of 7427 less noisy while being
11697 compiled so that Digital UNIX wouldn't get both
11698 d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
11699 undefined. This makes perlio happy.
11701 ! U/compline/d_stdstdio.U
11703 ! Configure config_h.SH
11704 ____________________________________________________________________________
11705 [ 7580] By: jhi on 2000/11/06 22:41:41
11706 Log: Document %ENV = () portability issues.
11708 ! pod/perlport.pod vms/perlvms.pod
11709 ____________________________________________________________________________
11710 [ 7579] By: jhi on 2000/11/06 21:29:24
11711 Log: VOS updates from Paul Green.
11713 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
11714 ____________________________________________________________________________
11715 [ 7578] By: jhi on 2000/11/06 21:00:40
11716 Log: Sanitize the environment further.
11718 ! t/pragma/locale.t
11719 ____________________________________________________________________________
11720 [ 7577] By: jhi on 2000/11/06 20:53:51
11721 Log: Re-introduce 7552 lost in integration.
11724 ____________________________________________________________________________
11725 [ 7576] By: jhi on 2000/11/06 20:33:46
11726 Log: Admit that the test leaks scalars.
11729 ____________________________________________________________________________
11730 [ 7575] By: jhi on 2000/11/06 20:17:08
11731 Log: Integrate perlio.
11734 ____________________________________________________________________________
11735 [ 7574] By: nick on 2000/11/06 20:07:28
11736 Log: Remove debug. Try (Mmap_t) on madvise() call.
11739 ____________________________________________________________________________
11740 [ 7573] By: jhi on 2000/11/06 13:56:05
11741 Log: Update Changes.
11743 ! Changes patchlevel.h
11744 ____________________________________________________________________________
11745 [ 7572] By: jhi on 2000/11/06 13:48:41
11746 Log: Subject: Re: rsync'ed patches vs. rsync'ed source
11747 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11748 Date: Mon, 06 Nov 2000 10:11:42 +0100
11749 Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
11752 ____________________________________________________________________________
11753 [ 7571] By: jhi on 2000/11/06 01:45:51
11754 Log: AUTHORS updates.
11757 ____________________________________________________________________________
11758 [ 7570] By: jhi on 2000/11/06 00:18:00
11761 Subject: [ID 20000728.005] perl -P broken
11762 From: David Dyck <dcd@tc.fluke.com>
11763 Date: Fri, 28 Jul 2000 17:19:16 -0700
11764 Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
11766 (hopefully). The fix is also not complete, it seems to break
11767 BOM swallowing for libc5 systems, but until someone figures
11768 out a way to do this without ftell(), this will do.
11771 ____________________________________________________________________________
11772 [ 7569] By: jhi on 2000/11/06 00:05:30
11773 Log: Document that the evaled syntax errors cause scalar leaks.
11776 ____________________________________________________________________________
11777 [ 7568] By: jhi on 2000/11/05 23:14:47
11778 Log: opmini.o can linger from Configures past.
11781 ____________________________________________________________________________
11782 [ 7567] By: jhi on 2000/11/05 21:28:39
11783 Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
11784 first argument correctly.
11787 ____________________________________________________________________________
11788 [ 7566] By: jhi on 2000/11/05 21:15:56
11789 Log: Integrate perlio.
11792 ____________________________________________________________________________
11793 [ 7565] By: jhi on 2000/11/05 21:15:13
11794 Log: Use -dM for gcc (the suggested patch did it only for Linux,
11795 but I think it can be generalized).
11797 Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
11798 From: Pixel <pixel@mandrakesoft.com>
11799 Date: 05 Nov 2000 21:49:34 +0100
11800 Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
11802 ! ext/Errno/Errno_pm.PL
11803 ____________________________________________________________________________
11804 [ 7564] By: nick on 2000/11/05 21:09:18
11805 Log: Added a mmap layer as a "subclass" of perlio.
11806 PERLIO=mmap ./perl harness passes
11809 ____________________________________________________________________________
11810 [ 7563] By: jhi on 2000/11/05 19:48:55
11811 Log: Add a note for future generations about bug id 20000229.006.
11814 ____________________________________________________________________________
11815 [ 7562] By: jhi on 2000/11/05 19:38:24
11816 Log: Fix for bug id 19990615.008, pos() unset during s///ge.
11818 ! pp_ctl.c t/op/pos.t
11819 ____________________________________________________________________________
11820 [ 7561] By: jhi on 2000/11/05 18:21:46
11821 Log: Add =pod to be tidy.
11823 ! lib/Math/Complex.pm
11824 ____________________________________________________________________________
11825 [ 7560] By: jhi on 2000/11/05 17:38:46
11826 Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
11828 ! ext/Storable/ChangeLog ext/Storable/Storable.pm
11829 ! ext/Storable/Storable.xs t/lib/st-recurse.t
11830 ____________________________________________________________________________
11831 [ 7559] By: jhi on 2000/11/05 17:32:59
11832 Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
11833 From: "Peter J. Farley III" <pjfarley@banet.net>
11834 Date: Sun, 05 Nov 2000 11:55:59 -0500
11835 Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net>
11838 ____________________________________________________________________________
11839 [ 7558] By: jhi on 2000/11/05 17:29:19
11840 Log: Integrate perlio.
11843 ____________________________________________________________________________
11844 [ 7557] By: jhi on 2000/11/05 17:22:01
11845 Log: A fix of sorts for 20000329.026, a better error message
11846 for a missing "use charnames" when using the \N{...}.
11848 ! pod/perldiag.pod toke.c
11849 ____________________________________________________________________________
11850 [ 7556] By: jhi on 2000/11/05 16:33:50
11851 Log: Test tweak: show also the failed locales.
11853 Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8
11854 From: Lupe Christoph <lupe@lupe-christoph.de>
11855 Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
11856 Message-Id: <200011051139.MAA12442@lupe-christoph.de>
11858 ! t/pragma/locale.t
11859 ____________________________________________________________________________
11860 [ 7555] By: nick on 2000/11/05 11:09:34
11861 Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
11862 open RDWR so does not fail. (pragma/warnings 303 again...)
11865 ____________________________________________________________________________
11866 [ 7554] By: nick on 2000/11/05 10:10:13
11867 Log: Fix case where ungetc(f,EOF) was allowed.
11868 Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
11869 so we can see similarities.
11870 Use types more carefully and a STDCHAR array in hope that this will
11871 fix Jarrko's 64bit machine.
11874 ____________________________________________________________________________
11875 [ 7553] By: jhi on 2000/11/05 01:12:16
11878 Subject: [ID 20001004.007] taint propogation is inconsistent
11879 From: pimlott@idiomtech.com (Andrew Pimlott)
11880 Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
11881 Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
11883 The culprit was sv_setsv() which was rather blindly
11884 propagating taint, which lead to behaviour where if
11885 a tainted anon hash value was seen all the hash values
11886 from then on at that level became tainted, or at any
11887 upper levels in the case of nested anon hashes.
11889 ! sv.c t/op/taint.t
11890 ____________________________________________________________________________
11891 [ 7552] By: jhi on 2000/11/04 23:44:18
11892 Log: Some cpps don't like splitting conditionals across several lines.
11895 ____________________________________________________________________________
11896 [ 7551] By: nick on 2000/11/04 23:40:44
11897 Log: Integrate mainline
11899 !> pp_hot.c t/op/taint.t
11900 ____________________________________________________________________________
11901 [ 7550] By: nick on 2000/11/04 23:39:05
11902 Log: Integrate mainline again
11904 !> Configure config_h.SH embed.h embed.pl perl.h proto.h
11905 !> t/lib/b.t t/op/misc.t util.c
11906 ____________________________________________________________________________
11907 [ 7549] By: jhi on 2000/11/04 23:14:01
11910 Subject: [ID 20001004.006] undef is never tainted
11911 From: pimlott@idiomtech.com (Andrew Pimlott)
11912 Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
11913 Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
11915 An undef read from a slurped file was not tainted.
11917 ! pp_hot.c t/op/taint.t
11918 ____________________________________________________________________________
11919 [ 7548] By: jhi on 2000/11/04 22:56:21
11920 Log: Test tweak ($Config{useperlio} is by default undef) .
11923 ____________________________________________________________________________
11924 [ 7547] By: jhi on 2000/11/04 22:43:56
11925 Log: Integrate perlio.
11928 !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
11929 !> pod/perlapi.pod t/lib/b.t
11930 ____________________________________________________________________________
11931 [ 7546] By: jhi on 2000/11/04 22:40:59
11932 Log: Configure would use a bad $myuname from an old config.sh.
11934 Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
11935 From: Andy Dougherty <doughera@lafayette.edu>
11936 Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
11937 Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
11939 ! U/modified/Oldconfig.U
11941 ! Configure config_h.SH
11942 ____________________________________________________________________________
11943 [ 7545] By: jhi on 2000/11/04 22:36:54
11944 Log: Subject: Locales support (setlocale) fixes
11945 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
11946 Date: Sat, 4 Nov 2000 10:15:48 +0300
11947 Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
11949 Modified quite a bit to be more portable.
11951 ! embed.h embed.pl perl.h proto.h util.c
11952 ____________________________________________________________________________
11953 [ 7544] By: jhi on 2000/11/04 22:32:47
11954 Log: Dying is too strict here, better just skip.
11957 ____________________________________________________________________________
11958 [ 7543] By: nick on 2000/11/04 21:55:13
11959 Log: Merge mainline
11961 +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
11962 +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
11963 +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
11964 !> (integrate 64 files)
11965 ____________________________________________________________________________
11966 [ 7542] By: jhi on 2000/11/04 21:09:28
11967 Log: More Changes tweakery.
11969 ! Changes Porting/genlog
11970 ____________________________________________________________________________
11971 [ 7541] By: jhi on 2000/11/04 20:58:18
11972 Log: Changes fixups.
11975 ____________________________________________________________________________
11976 [ 7540] By: jhi on 2000/11/04 20:42:38
11977 Log: Locale tweakery. Add test case for bug id 20000809.003 to op/misc,
11978 create a "fast path" for locale name probing using "locale -a"
11979 if available, squash finally hopefully the s?printf resetting
11980 the numeric locale (since, IIUC perllocale, it never shouldn't).
11982 ! sv.c t/op/misc.t t/pragma/locale.t
11983 ____________________________________________________________________________
11984 [ 7539] By: nick on 2000/11/04 19:56:10
11985 Log: PerlIO infrastructure complete.
11988 ! MANIFEST iperlsys.h perlio.c t/lib/b.t
11989 ____________________________________________________________________________
11990 [ 7538] By: nick on 2000/11/04 14:31:32
11991 Log: Type tweaks + less contorted allocation scheme
11994 ____________________________________________________________________________
11995 [ 7537] By: nick on 2000/11/04 12:40:42
11996 Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
11997 a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
11998 fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
11999 sensible) which lead to some interesting fails.
12002 ____________________________________________________________________________
12003 [ 7536] By: jhi on 2000/11/04 00:20:02
12004 Log: Add FCNTL_CAN_LOCK.
12006 Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
12007 From: Andy Dougherty <doughera@lafayette.edu>
12008 Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
12009 Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
12011 Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
12012 From: Andy Dougherty <doughera@lafayette.edu>
12013 In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
12014 Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
12015 Branch: metaconfig/U/perl
12016 + d_fcntl_can_lock.U
12019 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12020 ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
12021 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
12022 ! vos/config.ga.h win32/config.bc win32/config.gc
12024 ____________________________________________________________________________
12025 [ 7535] By: nick on 2000/11/03 22:19:10
12026 Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
12027 - Works on Linux with
12030 - Works on Solaris with
12032 - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
12033 - Fails (hangs in openpid) if you try and stack
12034 perlio + stdio - Linux stdio's read() logic is hanging.
12036 ! iperlsys.h perlio.c
12037 ____________________________________________________________________________
12038 [ 7534] By: jhi on 2000/11/03 15:16:02
12039 Log: Subject: Re: README.aix
12040 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12041 Date: Fri, 03 Nov 2000 16:03:15 +0100
12042 Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
12045 ____________________________________________________________________________
12046 [ 7533] By: jhi on 2000/11/03 03:59:02
12047 Log: Subject: [PATCH 5.7.0] better messages from malloc()
12048 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12049 Date: Wed, 1 Nov 2000 23:39:56 -0500
12050 Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
12052 ! malloc.c pod/perldiag.pod
12053 ____________________________________________________________________________
12054 [ 7532] By: jhi on 2000/11/03 00:11:56
12055 Log: The #7521 touched things it shouldn't have.
12057 ! ext/POSIX/POSIX.xs ext/POSIX/typemap
12058 ____________________________________________________________________________
12059 [ 7531] By: jhi on 2000/11/02 22:32:33
12060 Log: Subject: [PATCH] Perl@7504, vms/gen_shrfls.pl
12061 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
12062 Date: Thu, 2 Nov 2000 16:58:36 EST
12063 Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
12065 ! vms/gen_shrfls.pl
12066 ____________________________________________________________________________
12067 [ 7530] By: jhi on 2000/11/02 22:08:49
12068 Log: Fix the problem discussed in
12070 Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
12071 Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST)
12072 Message-Id: <200010160148.EAA14523@alpha.hut.fi>
12074 originally from Linc Madison. Also Andreas König's comments
12075 taken into account. Some other problems with Tie::SubstrHash
12076 fixed: didn't croak when the table exceeded the requested number
12077 of entries (as documented) but instead when the number of entries
12078 exceeded the size of the table, a croak() had an unnecessary \n,
12079 didn't have a CLEAR method, documented that there is no exists().
12080 Didn't fix to be strict-proof because the module uses &foo; and
12081 dynamic scope. Added a test script exercizing both first tamely
12082 the basic functionality, and then the failure cases reported by
12085 + t/lib/tie-substrhash.t
12086 ! MANIFEST lib/Tie/SubstrHash.pm
12087 ____________________________________________________________________________
12088 [ 7529] By: jhi on 2000/11/02 17:58:08
12089 Log: recv() can fail and return undef.
12091 Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable
12092 From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
12093 Date: Thu, 2 Nov 2000 20:12:20 +0300
12094 Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
12097 ____________________________________________________________________________
12098 [ 7528] By: jhi on 2000/11/02 17:49:09
12102 ____________________________________________________________________________
12103 [ 7527] By: jhi on 2000/11/02 15:48:37
12104 Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
12105 fix a autovivification bug in Tie::RefHash, add tests for both.
12107 Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
12108 From: Edward Avis <epa98@doc.ic.ac.uk>
12109 Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
12110 Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
12112 + t/lib/tie-refhash.t
12113 ! MANIFEST lib/Tie/RefHash.pm
12114 ____________________________________________________________________________
12115 [ 7526] By: jhi on 2000/11/02 13:56:26
12116 Log: Test::Harness revealed buglets in the new DynaLoader.
12118 Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
12119 From: andreas.koenig@anima.de (Andreas J. Koenig)
12120 Date: 02 Nov 2000 11:26:48 +0100
12121 Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
12123 ! ext/DynaLoader/DynaLoader_pm.PL
12124 ____________________________________________________________________________
12125 [ 7525] By: jhi on 2000/11/01 23:52:08
12126 Log: The entry for #7503 was missing.
12129 ____________________________________________________________________________
12130 [ 7524] By: jhi on 2000/11/01 23:40:52
12131 Log: Update Changes.
12133 ! Changes patchlevel.h
12134 ____________________________________________________________________________
12135 [ 7523] By: jhi on 2000/11/01 22:57:09
12136 Log: More tweaking on the #7522 theme.
12138 ! ext/DynaLoader/DynaLoader_pm.PL
12139 ____________________________________________________________________________
12140 [ 7522] By: jhi on 2000/11/01 22:06:15
12141 Log: Expand %Config variables and %ENV variables only if
12142 so requested during build time using the
12143 PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
12144 Not expanding makes relocating distributions easier.
12146 ! ext/DynaLoader/DynaLoader_pm.PL
12147 ____________________________________________________________________________
12148 [ 7521] By: jhi on 2000/11/01 20:56:34
12149 Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
12150 and setgid() because they were just changing $< and $( which means
12151 only changing the real uid/gid, as opposed to changing both
12152 real and effective ids. (The alternative way could have been
12153 in POSIX.pm to change $> and $), too, but making a direct call
12154 to the C API feels cleaner.) Fixes the bug
12156 Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
12157 From: "Garry T. Williams" <garry@zvolve.com>
12158 Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
12159 Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
12161 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
12162 ! ext/POSIX/typemap pod/perlvar.pod
12163 ____________________________________________________________________________
12164 [ 7520] By: jhi on 2000/11/01 20:08:33
12165 Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
12166 From: "Garry T. Williams" <garry@zvolve.com>
12167 Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
12168 Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
12171 ____________________________________________________________________________
12172 [ 7519] By: jhi on 2000/11/01 20:01:22
12173 Log: Locale warning explanation tweak.
12176 ____________________________________________________________________________
12177 [ 7518] By: jhi on 2000/11/01 18:57:13
12180 Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
12181 From: Jarkko Hietaniemi <jhi@iki.fi>
12182 Date: Tue, 10 Oct 2000 08:22:28 -0500
12183 Message-Id: <20001010082228.B17030@chaos.wustl.edu>
12186 ____________________________________________________________________________
12187 [ 7517] By: jhi on 2000/11/01 18:41:59
12188 Log: Subject: [ID 20001005.006] Documentation -- description of qr//
12189 From: Martien Verbruggen <mgjv@comdyn.com.au>
12190 Date: Fri, 6 Oct 2000 14:09:10 +1100
12191 Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
12194 ____________________________________________________________________________
12195 [ 7516] By: jhi on 2000/11/01 18:34:55
12196 Log: Generalize the Camel wording.
12198 Subject: Re: perlfaq style changes
12199 From: John Borwick <jhborwic@unity.ncsu.edu>
12200 Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
12201 Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
12203 ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
12204 ____________________________________________________________________________
12205 [ 7515] By: jhi on 2000/11/01 16:52:31
12206 Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
12207 From: pimlott@idiomtech.com (Andrew Pimlott)
12208 Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
12209 Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
12212 ____________________________________________________________________________
12213 [ 7514] By: jhi on 2000/11/01 15:03:40
12214 Log: More AIX lore.
12216 ! ext/re/hints/aix.pl
12217 ____________________________________________________________________________
12218 [ 7513] By: jhi on 2000/11/01 14:48:30
12219 Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
12220 From: root <root@chronos.fi.muni.cz>
12221 Date: Wed, 1 Nov 2000 12:31:32 +0100
12222 Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
12225 ____________________________________________________________________________
12226 [ 7512] By: jhi on 2000/11/01 14:46:47
12227 Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
12228 From: Martin Husemann <martin@duskware.de>
12229 Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
12230 Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
12233 ____________________________________________________________________________
12234 [ 7511] By: jhi on 2000/11/01 14:39:50
12235 Log: AUTHORS updates.
12238 ____________________________________________________________________________
12239 [ 7510] By: jhi on 2000/11/01 14:29:50
12240 Log: Subject: [PATCH] startperl to respect versiononly
12241 From: Robin Barker <rmb1@cise.npl.co.uk>
12242 Date: Tue, 31 Oct 2000 16:29:36 GMT
12243 Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
12244 Branch: metaconfig/U/perl
12247 ! Configure config_h.SH
12248 ____________________________________________________________________________
12249 [ 7509] By: jhi on 2000/11/01 14:19:53
12250 Log: printf UVs the correct way, noticed by Robin Barker.
12253 ____________________________________________________________________________
12254 [ 7508] By: jhi on 2000/11/01 14:10:03
12255 Log: Do not cleanup *% because the % has special meanings in some
12256 shell environments.
12258 ! ext/Storable/Makefile.PL
12259 ____________________________________________________________________________
12260 [ 7507] By: jhi on 2000/11/01 14:06:00
12261 Log: The NonStop-UX libraries have a novel way to say NaN.
12264 ____________________________________________________________________________
12265 [ 7506] By: jhi on 2000/11/01 14:03:35
12266 Log: The osname has been lowercased by now, from Tom Bates.
12268 ! U/modified/Oldconfig.U
12270 ! Configure config_h.SH
12271 ____________________________________________________________________________
12272 [ 7505] By: jhi on 2000/10/31 19:18:39
12273 Log: The compiler is either gcc or cc, from Tom Bates.
12275 ! hints/nonstopux.sh
12276 ____________________________________________________________________________
12277 [ 7504] By: jhi on 2000/10/31 14:53:42
12278 Log: Update Changes.
12280 ! Changes patchlevel.h
12281 ____________________________________________________________________________
12282 [ 7503] By: jhi on 2000/10/31 14:30:50
12283 Log: Whitespace style tweak. Was originally going to see to
12285 Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
12286 From: Joe Smith <jms@inwap.com>
12287 Date: Mon, 30 Oct 2000 18:47:57 -0800
12288 Message-Id: <39FE32DD.24AAC4D@inwap.com>
12290 but that had already been taken care of.
12292 ! U/compline/d_stdstdio.U
12294 ! Configure config_h.SH
12295 ____________________________________________________________________________
12296 [ 7502] By: jhi on 2000/10/31 14:25:02
12297 Log: AUTHORS tweaks.
12300 ____________________________________________________________________________
12301 [ 7501] By: jhi on 2000/10/31 14:23:59
12302 Log: Subject: perlfaq style changes
12303 From: John Borwick <jhborwic@unity.ncsu.edu>
12304 Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
12305 Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
12307 ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
12308 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
12309 ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
12311 ____________________________________________________________________________
12312 [ 7500] By: jhi on 2000/10/31 14:22:15
12313 Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
12315 Subject: Re: [ID 20000918.005] ~ on wide chars
12316 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
12317 Date: Mon, 30 Oct 2000 21:09:55 -0800
12318 Message-ID: <jQl/5gzkgWYL092yn@efn.org>
12320 (The ord() part of the patch skipped.)
12323 ____________________________________________________________________________
12324 [ 7499] By: jhi on 2000/10/31 14:20:08
12325 Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
12326 From: Jens Hamisch <jens@Strawberry.COM>
12327 Date: Mon, 30 Oct 2000 15:17:07 +0100
12328 Message-Id: <20001030151707.A9597@Strawberry.COM>
12331 ____________________________________________________________________________
12332 [ 7498] By: jhi on 2000/10/31 14:16:29
12333 Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
12334 From: Peter Prymmer <pvhp@forte.com>
12335 Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
12336 Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
12338 + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
12339 + ext/Encode/Encode/posix-bc.enc
12340 ! MANIFEST t/lib/encode.t
12341 ____________________________________________________________________________
12342 [ 7497] By: jhi on 2000/10/31 14:13:22
12343 Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
12344 From: Peter Prymmer <pvhp@forte.com>
12345 Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
12346 Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
12349 ____________________________________________________________________________
12350 [ 7496] By: jhi on 2000/10/31 14:12:05
12351 Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
12352 From: Peter Prymmer <pvhp@forte.com>
12353 Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
12354 Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
12356 ! t/lib/cgi-function.t
12357 ____________________________________________________________________________
12358 [ 7495] By: jhi on 2000/10/31 14:11:08
12359 Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
12360 From: Peter Prymmer <pvhp@forte.com>
12361 Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
12362 Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
12364 + ext/re/hints/aix.pl
12365 ! MANIFEST ext/re/Makefile.PL
12366 ____________________________________________________________________________
12367 [ 7494] By: jhi on 2000/10/31 14:08:32
12368 Log: Use Errno magic.
12370 Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
12371 From: Casey Tweten <perl@ctweten.amsite.com>
12372 Date: Mon, 30 Oct 2000 15:51:17 -0500
12373 Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
12376 ____________________________________________________________________________
12377 [ 7493] By: jhi on 2000/10/31 14:05:07
12378 Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
12380 Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
12381 From: Nicholas Clark <nick@ccl4.org>
12382 Date: Mon, 30 Oct 2000 17:38:45 +0000
12383 Message-ID: <20001030173845.O60355@plum.flirble.org>
12385 ! Makefile.SH utils/perlbug.PL
12386 ____________________________________________________________________________
12387 [ 7492] By: nick on 2000/10/30 19:37:23
12388 Log: Change files which are mysteriously different to mainline to be
12389 copies of mainline.
12391 ! objXSUB.h perlapi.c pod/perlapi.pod
12392 ____________________________________________________________________________
12393 [ 7491] By: nick on 2000/10/30 18:05:54
12394 Log: Perlio fixes discovered on big-endian & very traditional Solaris:
12395 - typo in endian code in putc.
12396 - Don't allow read of write-only files and vice-versa
12397 - and off-by-one in flush-all loop.
12398 Remove debug calls as they were using GCC specific features.
12401 ____________________________________________________________________________
12402 [ 7490] By: nick on 2000/10/29 21:45:45
12403 Log: Integrate mainline to perlio
12405 !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
12407 ____________________________________________________________________________
12408 [ 7489] By: jhi on 2000/10/29 21:11:08
12409 Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
12410 From: andreas.koenig@anima.de (Andreas J. Koenig)
12411 Date: 29 Oct 2000 22:05:59 +0100
12412 Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
12414 ! lib/ExtUtils/Manifest.pm
12415 ____________________________________________________________________________
12416 [ 7488] By: jhi on 2000/10/29 21:07:47
12417 Log: Tests for #7487.
12419 Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
12420 From: andreas.koenig@anima.de (Andreas J. Koenig)
12421 Date: 29 Oct 2000 19:37:09 +0100
12422 Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
12425 ____________________________________________________________________________
12426 [ 7487] By: jhi on 2000/10/29 21:06:27
12427 Log: constsub spillage.
12429 Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
12430 From: John Tobey <jtobey@john-edwin-tobey.org>
12431 Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
12432 Message-Id: <m13pvSr-000FObC@feynman.localnet>
12435 ____________________________________________________________________________
12436 [ 7486] By: nick on 2000/10/29 21:05:04
12437 Log: Integrate mainline to perlio branch
12439 +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
12440 +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
12441 +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
12442 +> vos/install_perl.cm
12443 - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
12444 - vos/config.h vos/config_h.SH_orig
12445 !> (integrate 141 files)
12446 ____________________________________________________________________________
12447 [ 7485] By: jhi on 2000/10/29 21:00:47
12448 Log: Make \x{...} consistently produce UTF-8.
12450 Subject: Re: \x{...} is confused
12451 From: Simon Cozens <simon@cozens.net>
12452 Date: Sun, 29 Oct 2000 19:36:48 +0000
12453 Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
12455 ! t/pragma/utf8.t toke.c
12456 ____________________________________________________________________________
12457 [ 7484] By: nick on 2000/10/29 20:05:29
12458 Log: PerlIO passes all tests.
12461 ____________________________________________________________________________
12462 [ 7483] By: jhi on 2000/10/29 18:06:55
12463 Log: Update Changes.
12465 ! Changes patchlevel.h
12466 ____________________________________________________________________________
12467 [ 7482] By: nick on 2000/10/29 17:43:28
12468 Log: Include <unistd.h> to get correct lseek() prototype etc.
12469 (I thought perl.h did that) - down to two fails
12470 - comp/require.t (last test)
12471 - lib/io_xs.t - possibly import/export of FILE * ?
12474 ____________________________________________________________________________
12475 [ 7481] By: jhi on 2000/10/29 17:02:37
12476 Log: UTF-8 decoder tweak.
12479 ____________________________________________________________________________
12480 [ 7480] By: nick on 2000/10/29 16:26:11
12481 Log: Fixed two bugs:
12482 - error code not being set on close (of broken pipe)
12483 - append mode was truncating.
12484 At least one seek/tell bug remains.
12487 ____________________________________________________________________________
12488 [ 7479] By: nick on 2000/10/29 11:18:16
12489 Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
12490 in case of accidents. Still several worrying fails, no line disciplines yet.
12492 ! iperlsys.h perlio.c
12493 ____________________________________________________________________________
12494 [ 7478] By: jhi on 2000/10/29 02:04:01
12495 Log: Add also emailless people.
12498 ____________________________________________________________________________
12499 [ 7477] By: jhi on 2000/10/29 01:36:00
12500 Log: The #7476 needs a MANIFEST change, too.
12503 ____________________________________________________________________________
12504 [ 7476] By: jhi on 2000/10/29 01:35:21
12505 Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
12509 ____________________________________________________________________________
12510 [ 7475] By: jhi on 2000/10/28 23:57:25
12511 Log: De-quoted-unreadable to ISO Latin 1.
12512 (There's one ISO-2022-JP name in Changes5.004.)
12514 ! Changes Changes5.6
12515 ____________________________________________________________________________
12516 [ 7474] By: jhi on 2000/10/28 19:13:06
12517 Log: Subject: [ID 20001027.007] uniq array in perlfaq
12518 From: Hans Ginzel <hans@kolej.mff.cuni.cz>
12519 Date: Fri, 27 Oct 2000 19:28:30 +0200
12520 Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz>
12523 ____________________________________________________________________________
12524 [ 7473] By: jhi on 2000/10/28 18:02:05
12525 Log: Locking null mutexes is not recommendable.
12527 Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED)
12528 From: Hugo <hv@crypt.compulink.co.uk>
12529 Date: Sat, 28 Oct 2000 18:41:12 +0100
12530 Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
12533 ____________________________________________________________________________
12534 [ 7472] By: jhi on 2000/10/28 17:52:58
12535 Log: Better create a true mailing list for the repository keepers.
12537 ! Porting/repository.pod
12538 ____________________________________________________________________________
12539 [ 7471] By: jhi on 2000/10/28 17:28:24
12540 Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
12541 name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
12543 + Porting/repository.pod
12545 ____________________________________________________________________________
12546 [ 7470] By: jhi on 2000/10/28 17:20:54
12547 Log: Subject: DOC PATCH 5.6.0
12548 From: mjd@plover.com
12549 Date: 27 Oct 2000 17:32:44 -0000
12550 Message-ID: <20001027173244.23754.qmail@plover.com>
12553 ____________________________________________________________________________
12554 [ 7469] By: jhi on 2000/10/28 17:16:45
12555 Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
12556 From: "Peter J. Farley III" <pjfarley@banet.net>
12557 Date: Fri, 27 Oct 2000 20:32:56 -0400
12558 Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
12561 ____________________________________________________________________________
12562 [ 7468] By: jhi on 2000/10/28 17:07:18
12563 Log: Make target reordering to avoid pointless re-makes.
12565 Subject: Re: Total re-make of 'make okfile' after 7451 ?
12566 From: Nicholas Clark <nick@ccl4.org>
12567 Date: Sat, 28 Oct 2000 00:31:02 +0100
12568 Message-ID: <20001028003101.A54517@plum.flirble.org>
12571 ____________________________________________________________________________
12572 [ 7467] By: jhi on 2000/10/28 17:05:31
12573 Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
12574 From: lvirden@cas.org
12575 Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
12576 Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
12579 ____________________________________________________________________________
12580 [ 7466] By: jhi on 2000/10/28 16:09:16
12581 Log: Upgrade to CPAN 1.58_55.
12583 Subject: CPAN.pm status
12584 From: andreas.koenig@anima.de (Andreas J. Koenig)
12585 Date: 28 Oct 2000 08:18:00 +0200
12586 Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
12588 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
12589 ____________________________________________________________________________
12590 [ 7465] By: jhi on 2000/10/28 16:02:47
12591 Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
12593 ! embed.h embed.pl perl.h proto.h toke.c
12594 ____________________________________________________________________________
12595 [ 7464] By: nick on 2000/10/28 10:43:44
12596 Log: Fix for sv_2iv() on "shared" value from keys %hash.
12599 ____________________________________________________________________________
12600 [ 7463] By: jhi on 2000/10/27 16:18:29
12601 Log: Update Changes.
12603 ! Changes patchlevel.h
12604 ____________________________________________________________________________
12605 [ 7462] By: jhi on 2000/10/27 16:17:44
12606 Log: Too enthusiastic editing in #7460.
12608 ! U/modified/Oldsym.U
12610 ! Configure config_h.SH
12611 ____________________________________________________________________________
12612 [ 7461] By: jhi on 2000/10/27 15:37:38
12613 Log: Retract #7459, the script needs more work.
12617 ____________________________________________________________________________
12618 [ 7460] By: jhi on 2000/10/27 15:23:14
12619 Log: Use $sort, $uniq (and $tr) consistently as wondered
12622 ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
12623 ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
12624 ! U/modified/libc.U
12626 ! Configure config_h.SH
12627 ____________________________________________________________________________
12628 [ 7459] By: jhi on 2000/10/27 15:02:07
12629 Log: (Retracted by #7461)
12631 Add a shell script for creating/removing symbolic link farms,
12632 useful for keeping the source code read-only and doing the
12633 builds somewhere else.
12637 ____________________________________________________________________________
12638 [ 7458] By: jhi on 2000/10/27 14:42:20
12639 Log: Do away with the fix_pl.
12642 ! MANIFEST Makefile.SH
12643 ____________________________________________________________________________
12644 [ 7457] By: jhi on 2000/10/27 12:43:13
12645 Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
12646 From: Jens Hamisch <jens@Strawberry.COM>
12647 Date: Fri, 27 Oct 2000 14:38:21 +0200
12648 Message-Id: <20001027143821.B3366@Strawberry.COM>
12651 ____________________________________________________________________________
12652 [ 7456] By: jhi on 2000/10/27 12:33:42
12653 Log: Subject: [PATCH] todo
12654 From: Nicholas Clark <nick@ccl4.org>
12655 Date: Thu, 26 Oct 2000 22:32:29 +0100
12656 Message-ID: <20001026223229.A44540@plum.flirble.org>
12659 ____________________________________________________________________________
12660 [ 7455] By: jhi on 2000/10/27 12:02:21
12661 Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
12662 From: John Tobey <jtobey@john-edwin-tobey.org>
12663 Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
12664 Message-Id: <m13ozHF-000FObC@feynman.localnet>
12666 ! op.c t/pragma/sub_lval.t
12667 ____________________________________________________________________________
12668 [ 7454] By: jhi on 2000/10/27 11:59:42
12669 Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
12670 From: sthoenna@efn.org
12671 Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
12672 Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
12674 ! pp.c t/op/assignwarn.t
12675 ____________________________________________________________________________
12676 [ 7453] By: jhi on 2000/10/27 00:15:08
12677 Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
12679 ! ext/Storable/ChangeLog ext/Storable/Storable.pm
12680 ! ext/Storable/Storable.xs t/lib/st-lock.t
12681 ____________________________________________________________________________
12682 [ 7452] By: jhi on 2000/10/26 13:05:52
12683 Log: Undo #7451, this seems to be a deficiency in Perforce,
12684 there is no per-file line-terminator type, only per-client.
12686 ! README.dos README.win32 djgpp/configure.bat win32/Makefile
12687 ! win32/makefile.mk
12688 ____________________________________________________________________________
12689 [ 7451] By: jhi on 2000/10/26 04:56:03
12690 Log: Experimenting in DOS arcana.
12692 ! README.dos README.win32 djgpp/configure.bat win32/Makefile
12693 ! win32/makefile.mk
12694 ____________________________________________________________________________
12695 [ 7450] By: jhi on 2000/10/26 04:50:52
12696 Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[ 7350] breaks VMS perl
12697 From: "Peter J. Farley III" <pjfarley@banet.net>
12698 Date: Wed, 25 Oct 2000 23:10:18 -0400
12699 Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
12702 ____________________________________________________________________________
12703 [ 7449] By: jhi on 2000/10/26 04:49:16
12704 Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
12705 From: Hugo <hv@crypt.compulink.co.uk>
12706 Date: Thu, 26 Oct 2000 01:55:17 +0100
12707 Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
12709 minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
12711 ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
12712 ____________________________________________________________________________
12713 [ 7448] By: jhi on 2000/10/26 04:38:36
12714 Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
12715 From: Peter Prymmer <pvhp@forte.com>
12716 Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)
12717 Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
12720 ____________________________________________________________________________
12721 [ 7447] By: jhi on 2000/10/25 23:20:02
12722 Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
12723 in platforms that strictly require all the symbols being present
12727 ____________________________________________________________________________
12728 [ 7446] By: jhi on 2000/10/25 21:55:57
12729 Log: Update Changes.
12731 ! Changes patchlevel.h
12732 ____________________________________________________________________________
12733 [ 7445] By: jhi on 2000/10/25 21:27:08
12734 Log: Integrate with vmsperl #7430 by Charles Bailey:
12736 Cleanup from prior patch (Charles Lane?):
12737 - improve handling of MFDs in Basename and Path
12738 - default to no xsubpp line # munging when building debug images
12740 !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
12741 ____________________________________________________________________________
12742 [ 7444] By: jhi on 2000/10/25 21:03:50
12743 Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
12744 From: John Peacock <JPeacock@UnivPress.com>
12745 Date: Thu, 18 May 2000 11:55:27 -0400
12746 Message-ID: <3924126F.A58BE57A@UnivPress.com>
12748 ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
12750 ____________________________________________________________________________
12751 [ 7443] By: jhi on 2000/10/25 20:43:10
12752 Log: Temporary stopgap for the self-tying issue: for now only
12753 array and hash self-ties are verboten. The real fix, of
12754 course, would be to comprehensively test (and implement?)
12755 and debug (and document) self-ties.
12757 ! pod/perldiag.pod pp_sys.c t/op/tie.t
12758 ____________________________________________________________________________
12759 [ 7442] By: jhi on 2000/10/25 20:14:30
12760 Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
12761 From: Dan Sugalski <dan@sidhe.org>
12762 Date: Wed, 25 Oct 2000 13:36:35 -0400
12763 Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
12765 plus regen global.sym.
12767 ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
12769 ____________________________________________________________________________
12770 [ 7441] By: jhi on 2000/10/25 20:12:20
12771 Log: buildtoc target tweaks.
12774 ____________________________________________________________________________
12775 [ 7440] By: jhi on 2000/10/25 20:03:53
12776 Log: A new version of making the syslog test more robust.
12779 Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
12780 From: "Kurt D. Starsinic" <kstar@chapin.edu>
12781 Date: Wed, 25 Oct 2000 12:13:54 -0400
12782 Message-ID: <20001025121354.B2264@O2.chapin.edu>
12785 ____________________________________________________________________________
12786 [ 7439] By: jhi on 2000/10/25 20:00:48
12787 Log: Continue the internal UTF-8 API tweaking.
12788 Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
12789 used much more than the simpler API, now called utf8_to_uv_simple().
12790 Still not quite happy with API, too much partial duplication
12793 ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
12794 ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
12795 ! regcomp.c regexec.c sv.c toke.c utf8.c
12796 ____________________________________________________________________________
12797 [ 7438] By: jhi on 2000/10/25 18:52:30
12798 Log: Allow poking holes at the UTF-8 decoding strictness.
12800 ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
12802 ____________________________________________________________________________
12803 [ 7437] By: jhi on 2000/10/25 13:53:05
12804 Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
12805 UTF8LEN() and UTF8SKIP().
12807 ! pp.c utf8.c utf8.h
12808 ____________________________________________________________________________
12809 [ 7436] By: jhi on 2000/10/25 13:51:37
12810 Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
12811 From: Nicholas Clark <nick@ccl4.org>
12812 Date: Wed, 25 Oct 2000 14:44:05 +0100
12813 Message-ID: <20001025144404.D27253@plum.flirble.org>
12816 ____________________________________________________________________________
12817 [ 7435] By: jhi on 2000/10/25 13:49:32
12818 Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
12819 From: Mike Guy <mjtg@cam.ac.uk>
12820 Date: Tue, 24 Oct 2000 14:59:40 +0100
12821 Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
12824 ____________________________________________________________________________
12825 [ 7434] By: jhi on 2000/10/25 13:48:41
12826 Log: AIX is picky about its symbol exports. Solution for now
12827 is to include the deb.o explicitly to the re extension build.
12829 Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
12830 From: Peter Prymmer <pvhp@forte.com>
12831 Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
12832 Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
12834 ! ext/re/Makefile.PL hints/aix.sh
12835 ____________________________________________________________________________
12836 [ 7433] By: jhi on 2000/10/25 13:46:49
12837 Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
12838 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12839 Date: Wed, 25 Oct 2000 12:02:20 +0200
12840 Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
12843 ____________________________________________________________________________
12844 [ 7432] By: jhi on 2000/10/25 13:44:28
12845 Log: Subject: Minor update to find2perl, for portability
12846 From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
12847 Date: Wed, 25 Oct 2000 12:05:47 +0100
12848 Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
12851 ____________________________________________________________________________
12852 [ 7431] By: jhi on 2000/10/25 13:40:39
12853 Log: Add targets to Makefile.SH, most importantly
12854 'regen_all' which also remembers to update vms/perly*.
12857 ____________________________________________________________________________
12858 [ 7430] By: bailey on 2000/10/25 03:13:53
12859 Log: Cleanup from prior patch (Charles Lane?):
12860 - improve handling of MFDs in Basename and Path
12861 - default to no xsubpp line # munging when building debug images
12863 ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
12864 ____________________________________________________________________________
12865 [ 7429] By: jhi on 2000/10/24 20:03:40
12866 Log: Podify README.epoc and README.vos.
12868 ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
12869 ! pod/perlport.pod pod/perltoc.pod
12870 ____________________________________________________________________________
12871 [ 7428] By: jhi on 2000/10/24 19:10:33
12872 Log: Stratus VOS updates from Paul Green.
12874 + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
12875 + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
12876 - vos/config.def vos/config.h vos/config_h.SH_orig
12877 ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
12878 ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
12879 ____________________________________________________________________________
12880 [ 7427] By: jhi on 2000/10/24 18:59:48
12881 Log: Check if stdio supports tweaking lval and cnt simultaneously.
12883 Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
12884 From: Nicholas Clark <nick@ccl4.org>
12885 Date: Mon, 23 Oct 2000 15:39:32 +0100
12886 Message-ID: <20001023153932.A10786@plum.flirble.org>
12888 ! U/compline/d_stdstdio.U
12890 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12891 ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
12892 ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
12893 ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
12894 ! vos/config.h vos/config_h.SH_orig win32/config.bc
12895 ! win32/config.gc win32/config.vc
12896 ____________________________________________________________________________
12897 [ 7426] By: jhi on 2000/10/24 17:57:44
12898 Log: Missed the header file changes from #7425.
12900 ! embed.h embed.pl objXSUB.h proto.h
12901 ____________________________________________________________________________
12902 [ 7425] By: jhi on 2000/10/24 17:55:17
12903 Log: Fix the bug reported in
12905 From: andreas.koenig@anima.de (Andreas J. Koenig)
12906 Subject: Encode bug?
12907 Date: 24 Oct 2000 14:01:26 +0200
12908 Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
12910 Also make is_utf8_char() stricter.
12912 ! ext/Encode/Encode.xs utf8.c
12913 ____________________________________________________________________________
12914 [ 7424] By: jhi on 2000/10/24 15:15:39
12915 Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
12916 From: Peter Scott <Peter@PSDT.com>
12917 Date: Mon, 23 Oct 2000 19:46:01 -0700
12918 Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
12921 ____________________________________________________________________________
12922 [ 7423] By: jhi on 2000/10/24 14:25:30
12923 Log: Test tweak to avoid pulling in the whole Config.
12926 ____________________________________________________________________________
12927 [ 7422] By: jhi on 2000/10/24 14:03:16
12928 Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
12931 ____________________________________________________________________________
12932 [ 7421] By: jhi on 2000/10/24 13:32:09
12933 Log: (Replaced by #7440.)
12935 Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
12936 From: "Kurt D. Starsinic" <kstar@chapin.edu>
12937 Date: Mon, 23 Oct 2000 16:40:54 -0400
12938 Message-ID: <20001023164054.B14491@O2.chapin.edu>
12941 ____________________________________________________________________________
12942 [ 7420] By: jhi on 2000/10/24 13:30:53
12943 Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
12944 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12945 Date: Mon, 23 Oct 2000 17:29:03 -0400
12946 Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
12948 ! lib/ExtUtils/MM_Unix.pm
12949 ____________________________________________________________________________
12950 [ 7419] By: jhi on 2000/10/24 13:29:57
12951 Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
12952 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12953 Date: Mon, 23 Oct 2000 19:01:32 -0400
12954 Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
12957 ____________________________________________________________________________
12958 [ 7418] By: jhi on 2000/10/24 13:26:04
12959 Log: Replace #7409 with
12961 Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
12962 From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
12963 Date: Mon, 23 Oct 2000 20:08:56 +0200
12964 Message-ID: <20001023200855.A14850@nice.ram.loc>
12966 ! ext/Storable/Storable.pm t/lib/st-lock.t
12967 ____________________________________________________________________________
12968 [ 7417] By: jhi on 2000/10/24 13:17:52
12969 Log: Run vms/vms_yfix.pl, should have done that after changing
12972 ! vms/perly_c.vms vms/perly_h.vms
12973 ____________________________________________________________________________
12974 [ 7416] By: jhi on 2000/10/24 02:55:33
12975 Log: Make the UTF-8 decoding stricter and more verbose when
12976 malformation happens. This involved adding an argument
12977 to utf8_to_uv_chk(), which involved changing its prototype,
12978 and prefer STRLEN over I32 for the UTF-8 length, which as
12979 a domino effect necessitated changing the prototypes of
12980 scan_bin(), scan_oct(), scan_hex(), and reg_uni().
12981 The stricter UTF-8 decoding checking uses Markus Kuhn's
12982 UTF-8 Decode Stress Tester from
12983 http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
12985 ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
12986 ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
12987 ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
12988 ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
12989 ____________________________________________________________________________
12990 [ 7415] By: jhi on 2000/10/23 14:06:06
12991 Log: Update Changes.
12993 ! Changes patchlevel.h
12994 ____________________________________________________________________________
12995 [ 7414] By: jhi on 2000/10/23 12:39:52
12996 Log: Undo the basename() part of #7412 since the lib/basename
12997 tests would need upgrading too.
12999 ! lib/File/Basename.pm
13000 ____________________________________________________________________________
13001 [ 7413] By: jhi on 2000/10/23 12:19:27
13002 Log: Document PERL_INSTALL_ROOT of #7210.
13004 ! lib/ExtUtils/Install.pm
13005 ____________________________________________________________________________
13006 [ 7412] By: jhi on 2000/10/23 12:16:47
13007 Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
13009 ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
13010 ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
13011 ____________________________________________________________________________
13012 [ 7411] By: jhi on 2000/10/23 12:07:41
13013 Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
13014 From: Prymmer/Kahn <pvhp@best.com>
13015 Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
13016 Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
13018 ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
13019 ____________________________________________________________________________
13020 [ 7410] By: jhi on 2000/10/23 04:10:11
13021 Log: The change #7187 was not so good on VMS.
13023 Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
13024 From: "Craig A. Berry" <craig.berry@psinetcs.com>
13025 Date: Sun, 22 Oct 2000 23:03:08 -0500
13026 Message-Id: <p04330102b617d093470b@[172.16.52.1]>
13029 ____________________________________________________________________________
13030 [ 7409] By: jhi on 2000/10/23 03:57:36
13031 Log: Avoid Storable locking on DJGPP for now.
13033 Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
13034 From: "Peter J. Farley III" <pjfarley@banet.net>
13035 Date: Sun, 22 Oct 2000 20:00:00 -0400
13036 Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
13038 ! ext/Storable/Storable.pm t/lib/st-lock.t
13039 ____________________________________________________________________________
13040 [ 7408] By: jhi on 2000/10/23 03:50:24
13041 Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
13042 From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
13043 Date: Sun, 22 Oct 2000 21:12:22 -0400
13044 Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
13047 ____________________________________________________________________________
13048 [ 7407] By: jhi on 2000/10/23 03:43:12
13049 Log: Subject: Re: [ID 20001021.005] SEGV with regex match
13050 From: Hugo <hv@crypt.compulink.co.uk>
13051 Date: Mon, 23 Oct 2000 00:47:22 +0100
13052 Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
13054 ! regexec.c t/op/pat.t
13055 ____________________________________________________________________________
13056 [ 7406] By: jhi on 2000/10/23 03:40:29
13057 Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
13059 ! lib/ExtUtils/MakeMaker.pm
13060 ____________________________________________________________________________
13061 [ 7405] By: jhi on 2000/10/22 21:32:00
13064 Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
13065 From: rspier@pobox.com (Robert Spier)
13066 Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
13067 Message-ID: <14835.16112.13457.447971@rls.cx>
13070 ____________________________________________________________________________
13071 [ 7404] By: jhi on 2000/10/22 21:30:51
13072 Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
13073 From: rspier@pobox.com (Robert Spier)
13074 Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
13075 Message-ID: <14835.17223.72448.705566@rls.cx>
13077 ! lib/ExtUtils/MakeMaker.pm
13078 ____________________________________________________________________________
13079 [ 7403] By: jhi on 2000/10/22 21:24:11
13080 Log: Subject: [PATCH bleadperl] ripples from constsub patch
13081 From: John Tobey <jtobey@john-edwin-tobey.org>
13082 Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
13083 Message-Id: <m13nSOB-000FObC@feynman.localnet>
13085 ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
13086 ____________________________________________________________________________
13087 [ 7402] By: jhi on 2000/10/22 20:59:35
13088 Log: Support s?printf parameter reordering.
13090 ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
13091 ____________________________________________________________________________
13092 [ 7401] By: jhi on 2000/10/22 19:19:14
13093 Log: Expand %Config variables only if explicitly so requested
13094 during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
13096 Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
13097 From: Gurusamy Sarathy <gsar@ActiveState.com>
13098 Date: Sun, 22 Oct 2000 11:47:32 -0700
13099 Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>
13101 ! Makefile.SH lib/lib_pm.PL
13102 ____________________________________________________________________________
13103 [ 7400] By: jhi on 2000/10/22 18:24:10
13104 Log: Move the #7390 test from warn/op to comp/redef.
13106 Subject: Re: Creating const subs for constants.
13107 From: John Tobey <jtobey@john-edwin-tobey.org>
13108 Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
13109 Message-Id: <m13nG72-000FObC@feynman.localnet>
13111 ! t/comp/redef.t t/pragma/warn/op
13112 ____________________________________________________________________________
13113 [ 7399] By: jhi on 2000/10/22 17:49:59
13114 Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
13115 From: Nicholas Clark <nick@ccl4.org>
13116 Date: Sat, 21 Oct 2000 22:23:19 +0100
13117 Message-ID: <20001021222319.B45586@plum.flirble.org>
13119 ! ext/DynaLoader/DynaLoader_pm.PL
13120 ____________________________________________________________________________
13121 [ 7398] By: jhi on 2000/10/22 17:47:35
13122 Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
13123 From: Hugo <hv@crypt.compulink.co.uk>
13124 Date: Sat, 21 Oct 2000 18:19:59 +0100
13125 Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
13127 ! ext/B/B.pm ext/B/B/C.pm
13128 ____________________________________________________________________________
13129 [ 7397] By: jhi on 2000/10/22 17:35:18
13130 Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
13131 From: "Todd C. Miller" <Todd.Miller@courtesan.com>
13132 Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
13133 Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
13136 ____________________________________________________________________________
13137 [ 7396] By: jhi on 2000/10/22 17:19:46
13138 Log: Subject: installman go-faster stripes
13139 From: Nicholas Clark <nick@talking.bollo.cx>
13140 Date: Sat, 21 Oct 2000 17:24:53 +0100
13141 Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
13143 Subject: Re: installman go-faster stripes
13144 From: Russ Allbery <rra@stanford.edu>
13145 Date: 21 Oct 2000 11:04:13 -0700
13146 Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
13148 ! installman pod/pod2man.PL
13149 ____________________________________________________________________________
13150 [ 7395] By: jhi on 2000/10/22 17:17:35
13151 Log: Hints tweak from Anton Berezin.
13154 ____________________________________________________________________________
13155 [ 7394] By: jhi on 2000/10/22 04:50:04
13156 Log: Tweak the Is* definitions of Unicode character classes
13157 to better match the official categorizations; embrace
13158 the official categorizations; add the combining marks
13159 as alpha (and -numeric); fix DCinital (a typo and edito)
13162 + lib/unicode/Is/DCmedial.pl
13163 - lib/unicode/Is/DCinital.pl
13164 ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
13165 ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
13166 ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
13167 ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
13168 ____________________________________________________________________________
13169 [ 7393] By: jhi on 2000/10/21 18:06:05
13170 Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
13171 From: Daniel Chetlin <daniel@chetlin.com>
13172 Date: Sat, 21 Oct 2000 02:57:03 -0700
13173 Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
13175 + t/lib/tie-splice.t
13176 ! MANIFEST lib/Tie/Array.pm
13177 ____________________________________________________________________________
13178 [ 7392] By: gsar on 2000/10/21 18:05:15
13179 Log: resync utfperl branch with mainline
13181 !> (integrate 1760 files)
13182 ____________________________________________________________________________
13183 [ 7391] By: jhi on 2000/10/21 14:37:49
13184 Log: Testcases for a #7383,#7385 related bug.
13186 Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
13187 From: Nicholas Clark <nick@ccl4.org>
13188 Date: Sat, 21 Oct 2000 15:04:51 +0100
13189 Message-ID: <20001021150451.A51566@plum.flirble.org>
13192 ____________________________________________________________________________
13193 [ 7390] By: jhi on 2000/10/21 14:35:57
13194 Log: Add a testcase for #7389.
13197 ____________________________________________________________________________
13198 [ 7389] By: jhi on 2000/10/21 14:26:45
13199 Log: Subject: Re: Creating const subs for constants.
13200 From: John Tobey <jtobey@john-edwin-tobey.org>
13201 Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
13202 Message-Id: <m13mo0N-000FObC@feynman.localnet>
13204 ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
13206 ____________________________________________________________________________
13207 [ 7388] By: nick on 2000/10/21 11:44:23
13208 Log: Populate perlio branch
13210 +> (branch 1760 files)
13211 ____________________________________________________________________________
13212 [ 7387] By: nick on 2000/10/21 10:52:05
13213 Log: Get branch back as replica of mainline via :
13214 p4 integrate -b utfperl
13215 p4 resolve -at ./...
13217 +> (branch 269 files)
13218 - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
13219 - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
13220 - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
13221 - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
13222 - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
13223 - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
13224 - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
13225 - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
13226 - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
13227 - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
13228 - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
13229 - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
13230 - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
13231 - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
13232 - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
13233 - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
13234 - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
13235 - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
13236 - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
13237 - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
13238 - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
13239 - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
13240 - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
13241 - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
13242 - lib/unicode/UCD300.html lib/unicode/Unicode.300
13243 - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
13244 - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
13245 - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
13246 - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
13247 !> (integrate 965 files)
13248 ____________________________________________________________________________
13249 [ 7386] By: jhi on 2000/10/21 01:31:12
13250 Log: Update Changes.
13252 ! Changes patchlevel.h
13253 ____________________________________________________________________________
13254 [ 7385] By: jhi on 2000/10/21 01:28:42
13255 Log: The #7383 was right only in the context of the original bug report,
13256 not in more general case.
13259 ____________________________________________________________________________
13260 [ 7384] By: jhi on 2000/10/21 01:08:23
13261 Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
13263 ! ext/IO/lib/IO/Select.pm
13264 ____________________________________________________________________________
13265 [ 7383] By: jhi on 2000/10/21 00:44:18
13266 Log: Fix for ID 20001020.006, concatenating an unset submatch
13267 with utf8 resulted in "Modification of a read-only value".
13269 ! pp_hot.c t/pragma/utf8.t
13270 ____________________________________________________________________________
13271 [ 7382] By: jhi on 2000/10/20 20:44:31
13272 Log: Make scan_num() reëntrant, as suggested in
13274 Subject: [PATCH perl@7229] Rentrant parser and yylex()
13275 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
13276 Date: Fri, 20 Oct 2000 14:17:27 +0100
13277 Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
13279 ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
13281 ____________________________________________________________________________
13282 [ 7381] By: jhi on 2000/10/20 20:07:29
13283 Log: Reëntrancy fix.
13285 Subject: [PATCH perl@7229] Rentrant parser and yylex()
13286 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
13287 Date: Fri, 20 Oct 2000 14:17:27 +0100
13288 Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
13290 ! embed.h embed.pl perl.h proto.h toke.c
13291 ____________________________________________________________________________
13292 [ 7380] By: jhi on 2000/10/20 19:15:54
13293 Log: Don't write double values through long double pointers,
13296 Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
13297 From: Jens Hamisch <jens@Strawberry.COM>
13298 Date: Tue, 17 Oct 2000 08:39:36 +0200
13299 Message-Id: <20001017083936.A11104@Strawberry.COM>
13302 ____________________________________________________________________________
13303 [ 7379] By: jhi on 2000/10/20 18:43:37
13304 Log: Portability tweak on #7377.
13306 Subject: Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
13307 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
13308 Date: Fri, 20 Oct 2000 13:13:41 EDT
13309 Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
13312 ____________________________________________________________________________
13313 [ 7378] By: jhi on 2000/10/20 12:57:19
13314 Log: SOCKS function redefinitions need prototypes, too, otherwise
13315 for example 32 bit versus 64 bit differences cause a lot of
13318 Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
13319 From: Jens Hamisch <jens@Strawberry.COM>
13320 Date: Tue, 17 Oct 2000 08:39:36 +0200
13321 Message-Id: <20001017083936.A11104@Strawberry.COM>
13324 ____________________________________________________________________________
13325 [ 7377] By: jhi on 2000/10/20 12:37:12
13326 Log: Subject: [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
13327 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
13328 Date: Fri, 20 Oct 2000 08:26:04 EDT
13329 Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
13331 ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
13332 ____________________________________________________________________________
13333 [ 7376] By: jhi on 2000/10/20 12:35:31
13334 Log: Subject: [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
13335 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
13336 Date: Fri, 20 Oct 2000 07:48:15 EDT
13337 Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
13339 ! configure.com vms/gen_shrfls.pl
13340 ____________________________________________________________________________
13341 [ 7375] By: bailey on 2000/10/20 04:44:37
13344 +> (branch 134 files)
13345 - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
13346 - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
13347 - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
13348 - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
13349 - eg/cgi/frameset.cgi eg/cgi/index.html
13350 - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
13351 - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
13352 - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
13353 - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
13354 - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
13355 - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
13356 - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
13357 - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
13358 - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
13359 - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
13360 - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
13361 - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
13362 - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
13363 - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
13364 - lib/unicode/Props.txt lib/unicode/UCD300.html
13365 - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
13366 - utils/perlbc.PL vms/subconfigure.com
13367 !> (integrate 785 files)
13368 ____________________________________________________________________________
13369 [ 7374] By: jhi on 2000/10/20 00:59:48
13370 Log: In the latest compiler builds cccdlflags must not become -fpic,
13371 from Wilfredo Sánchez.
13374 ____________________________________________________________________________
13375 [ 7373] By: jhi on 2000/10/20 00:56:35
13376 Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
13377 From: Tony Cook <tony@develop-help.com>
13378 Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
13379 Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
13382 ____________________________________________________________________________
13383 [ 7372] By: jhi on 2000/10/19 19:34:40
13384 Log: Typo noted by Mark Lutz.
13387 ____________________________________________________________________________
13388 [ 7371] By: jhi on 2000/10/19 19:33:13
13389 Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
13391 ! U/modified/Cppsym.U U/modified/Oldconfig.U
13392 Branch: metaconfig/U/perl
13393 ! End.U dlsrc.U libperl.U
13395 + hints/nonstopux.sh
13396 ! Configure MANIFEST config_h.SH
13397 ____________________________________________________________________________
13398 [ 7370] By: jhi on 2000/10/19 17:18:08
13399 Log: Subject: PATCH do_print has 2 PerlIO_error()s
13400 From: nick@ccl4.org
13401 Date: Thu, 19 Oct 2000 18:09:20 +0100
13402 Message-ID: <20001019180920.A8440@babyhippo.co.uk>
13405 ____________________________________________________________________________
13406 [ 7369] By: jhi on 2000/10/19 14:01:49
13407 Log: Update Changes.
13409 ! Changes patchlevel.h
13410 ____________________________________________________________________________
13411 [ 7368] By: jhi on 2000/10/19 13:04:29
13412 Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
13413 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13414 Date: Wed, 18 Oct 2000 13:12:01 +0200
13415 Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
13418 ____________________________________________________________________________
13419 [ 7367] By: jhi on 2000/10/19 02:22:40
13420 Log: Fix of sorts for bug id 20000901.092. There seems to be no trace
13421 of a 'pmshort' anywhere in the B, so the offending line was simply
13425 ____________________________________________________________________________
13426 [ 7366] By: jhi on 2000/10/19 02:12:37
13427 Log: Add the test case for the bug id 20000730.004 which seems
13428 to have been fixed by now.
13431 ____________________________________________________________________________
13432 [ 7365] By: jhi on 2000/10/18 23:36:24
13433 Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH>
13434 From: Hugo <hv@crypt.compulink.co.uk>
13435 Date: Wed, 18 Oct 2000 23:25:58 +0100
13436 Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
13438 ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
13439 ____________________________________________________________________________
13440 [ 7364] By: jhi on 2000/10/18 21:12:53
13444 ____________________________________________________________________________
13445 [ 7363] By: jhi on 2000/10/18 20:55:38
13446 Log: Missing change from #7362.
13449 ____________________________________________________________________________
13450 [ 7362] By: jhi on 2000/10/18 20:52:01
13451 Log: Borland C fstat() never saw the fd as writable.
13453 Subject: fix for Borland's weak "stat" (perl@7211)
13454 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
13455 Date: Mon, 16 Oct 2000 09:55:03 +0400
13456 Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
13459 ____________________________________________________________________________
13460 [ 7361] By: jhi on 2000/10/18 17:43:50
13463 ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
13464 ____________________________________________________________________________
13465 [ 7360] By: jhi on 2000/10/18 17:07:44
13466 Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13467 Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
13468 Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
13469 Date: Mon, 16 Oct 2000 15:19:49 +0200
13473 ____________________________________________________________________________
13474 [ 7359] By: jhi on 2000/10/18 17:04:49
13475 Log: Subject: Pod patch for Devel::Peek
13476 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13477 Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
13478 Date: Mon, 16 Oct 2000 12:26:34 +0200
13480 ! ext/Devel/Peek/Peek.pm
13481 ____________________________________________________________________________
13482 [ 7358] By: jhi on 2000/10/18 17:03:15
13483 Log: Make Cwd more bulletproof in chrooted environments.
13485 Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
13486 From: "Eric E. Coe" <Eric.Coe@oracle.com>
13487 Date: Wed, 18 Oct 2000 04:03:54 -0400
13488 Message-Id: <39ED596A.70E599FE@oracle.com>
13491 ____________________________________________________________________________
13492 [ 7357] By: jhi on 2000/10/18 16:37:26
13493 Log: Disable the UTF8 downgrade croakage for now to avoid
13494 too many not okay messages.
13497 ____________________________________________________________________________
13498 [ 7356] By: jhi on 2000/10/17 23:29:41
13499 Log: Show the failed remote port, instead of the failing line number.
13501 Subject: [PATCH 5.6.1 Debugger] More diagnostics
13502 From: David Sparks <daves@ActiveState.com>
13503 Date: Tue, 17 Oct 2000 15:00:24 -0700
13504 Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
13507 ____________________________________________________________________________
13508 [ 7355] By: jhi on 2000/10/17 14:11:31
13509 Log: On output try to downgrade to bytes, croak if impossible,
13510 from Simon Cozens. This means that outputting >255 UTF8
13511 is impossible. Consider this as a strong incentive to get
13512 the I/O disciplines implemented.
13514 ! doio.c pod/perldiag.pod sv.c
13515 ____________________________________________________________________________
13516 [ 7354] By: jhi on 2000/10/17 13:42:23
13517 Log: Clarify documentation on 'use bytes'.
13519 Subject: Re: What does 'use bytes' "mean" ?
13520 From: Simon Cozens <simon@cozens.net>
13521 Date: Mon, 18 Sep 2000 18:24:25 +0100
13522 Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
13525 ____________________________________________________________________________
13526 [ 7353] By: jhi on 2000/10/17 13:28:12
13527 Log: Workaround for a sfio bug where the stream error indicator
13528 is not cleared as documented.
13530 Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
13531 From: Nicholas Clark <nick@ccl4.org>
13532 Date: Mon, 16 Oct 2000 18:28:23 +0100
13533 Message-ID: <20001016182823.J19700@plum.flirble.org>
13536 ____________________________________________________________________________
13537 [ 7352] By: jhi on 2000/10/17 13:06:19
13538 Log: More IoTYPE sprinkling.
13541 ____________________________________________________________________________
13542 [ 7351] By: jhi on 2000/10/16 22:47:07
13543 Log: Detect early whether the std streams have gone bad.
13545 Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
13546 Date: Mon, 16 Oct 2000 23:28:42 +0100
13547 From: Nicholas Clark <nick@ccl4.org>
13548 Message-ID: <20001016232842.A37942@plum.flirble.org>
13551 ____________________________________________________________________________
13552 [ 7350] By: jhi on 2000/10/16 22:45:16
13553 Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
13554 From: "Peter J. Farley III" <pjfarley@banet.net>
13555 Date: Mon, 16 Oct 2000 18:15:59 -0400
13556 Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
13558 ! djgpp/djgpp.c dosish.h t/io/open.t
13559 ____________________________________________________________________________
13560 [ 7349] By: jhi on 2000/10/16 22:36:45
13561 Log: perldelta tweak.
13563 ! pod/perldelta.pod
13564 ____________________________________________________________________________
13565 [ 7348] By: jhi on 2000/10/16 15:17:53
13566 Log: Update Changes.
13568 ! Changes patchlevel.h
13569 ____________________________________________________________________________
13570 [ 7347] By: jhi on 2000/10/16 13:55:27
13571 Log: Add the capability to include/exclude branches.
13574 ____________________________________________________________________________
13575 [ 7346] By: jhi on 2000/10/16 13:18:04
13576 Log: Add Charles Lane.
13579 ____________________________________________________________________________
13580 [ 7345] By: jhi on 2000/10/16 13:13:21
13581 Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
13583 ! pod/perldelta.pod
13584 ____________________________________________________________________________
13585 [ 7344] By: gsar on 2000/10/16 09:30:21
13586 Log: integrate change#6220 from cfgperl
13588 Win32 patches from Benjamin Stuhl.
13589 Branch: maint-5.6/perl
13590 !> makedef.pl win32/win32.h
13591 ____________________________________________________________________________
13592 [ 7343] By: gsar on 2000/10/16 08:32:19
13593 Log: integrate changes#6221,6222 from cfgperl
13595 Remove tr///CU (the feature is to be obsoleted by better interfaces).
13596 From: simon@brecon.co.uk (Simon Cozens)
13597 Subject: [PATCH] Eliminate tr///[CU][CU]
13598 Date: 23 Jun 2000 11:05:40 GMT
13599 Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
13602 Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
13603 From: Ian Phillipps <Ian.Phillipps@iname.com>
13604 Date: Fri, 23 Jun 2000 10:40:58 +0100
13605 Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
13606 Branch: maint-5.6/perl
13607 !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
13608 ____________________________________________________________________________
13609 [ 7342] By: gsar on 2000/10/16 08:28:08
13610 Log: integrate change#6217 from cfgperl (in part)
13612 Rename the fdpid locking and integrate with Sarathy.
13613 Branch: maint-5.6/perl
13614 !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
13615 !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
13616 !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
13618 ____________________________________________________________________________
13619 [ 7341] By: gsar on 2000/10/16 08:23:39
13620 Log: integrate changes#6214..6216 from mainline
13622 @_ can't have junk in it even in the non-USE_ITHREADS case because
13623 caller() wants to populate @DB::args with it (causes a coredump
13624 in Carp::confess())
13626 tweak comment about @DB::args
13628 be more optimal about clearing @_
13629 Branch: maint-5.6/perl
13630 !> av.h cop.h pp_ctl.c t/op/runlevel.t
13631 ____________________________________________________________________________
13632 [ 7340] By: gsar on 2000/10/16 08:20:37
13633 Log: integrate changes#6207..6210 from cfgperl
13635 Subject: [PATCH 5.6.0] Threadsafe patches
13636 From: Dan Sugalski <dan@sidhe.org>
13637 To: perl5-porters@perl.org
13638 Date: Mon, 08 May 2000 18:08:13 -0400
13639 Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
13641 Regen headers for #6207.
13643 Lock PL_fdpid against race conditions, based on:
13644 Subject: [PATCH 5.6.0]subprocess fixup for threads
13645 From: Dan Sugalski <dan@sidhe.org>
13646 To: perl5-porters@perl.org
13647 Date: Tue, 11 Apr 2000 17:02:32 -0400
13648 Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
13650 Mopup for #6207 and #6209.
13651 Branch: maint-5.6/perl
13652 !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
13653 !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
13655 ____________________________________________________________________________
13656 [ 7339] By: gsar on 2000/10/16 08:14:34
13657 Log: integrate change#6203 from cfgperl
13659 perldiag should refer to perlos2.pod not README.os2
13660 Branch: maint-5.6/perl
13661 !> pod/perldiag.pod
13662 ____________________________________________________________________________
13663 [ 7338] By: gsar on 2000/10/16 08:11:42
13664 Log: integrate change#6201 from mainline
13666 Perl_eval_pv() leaks 4 bytes every time it is called because it
13667 does a PUSHMARK that's never ever POPMARKed; in general, only
13668 Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
13669 Perl_eval_[sp]v() don't because they don't take any incoming
13670 arguments (this leak has been around since the original version
13671 of perl_eval_pv() in 5.003_97e)
13672 Branch: maint-5.6/perl
13674 ____________________________________________________________________________
13675 [ 7337] By: gsar on 2000/10/16 08:08:47
13676 Log: integrate changes#6197..6200 from cfgperl
13678 Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
13679 From: John Borwick <jhborwic@unity.ncsu.edu>
13680 Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
13681 Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
13683 Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
13684 From: Dan Sugalski <dan@sidhe.org>
13685 To: vmsperl@perl.org, perl5-porters@perl.org
13686 Date: Fri, 02 Jun 2000 16:00:41 -0400
13687 Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
13688 Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
13690 Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
13691 From: Dan Sugalski <dan@sidhe.org>
13692 To: perl5-porters@perl.org, vmsperl@perl.org
13693 Date: Fri, 02 Jun 2000 17:30:51 -0400
13694 Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
13696 Update to cperl-mode.el 4.31 from
13697 ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
13698 Subject: A couple of notes
13699 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13700 To: Mailing list Perl5 <perl5-porters@perl.org>
13701 Date: Sat, 3 Jun 2000 23:33:32 -0400
13702 Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
13703 Branch: maint-5.6/perl
13704 !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
13705 !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
13706 !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
13707 !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
13709 ____________________________________________________________________________
13710 [ 7336] By: gsar on 2000/10/16 08:03:46
13711 Log: integrate changes#6194,6195 from mainline
13713 fix small eval"" memory leaks under USE_ITHREADS
13715 fix yet another eval"" leak under USE_ITHREADS
13716 Branch: maint-5.6/perl
13717 !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
13718 !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
13720 ____________________________________________________________________________
13721 [ 7335] By: gsar on 2000/10/16 08:02:15
13722 Log: integrate changes#6190,6191 from mainline
13724 submit missing embed.pl change
13726 vec() loses numericalness (modified version of patch suggested
13728 Branch: maint-5.6/perl
13729 !> doop.c embed.pl t/op/vec.t
13730 ____________________________________________________________________________
13731 [ 7334] By: gsar on 2000/10/16 08:01:03
13732 Log: integrate change#6189 from mainline
13734 counting tr/// corrupts later operation (from M.J.T Guy)
13735 Branch: maint-5.6/perl
13736 !> doop.c t/op/tr.t
13737 ____________________________________________________________________________
13738 [ 7333] By: gsar on 2000/10/16 07:59:07
13739 Log: integrate changes#6183..6188 from mainline
13741 SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
13744 tweak for change#6127
13746 remove incorrect documentation about implicit split to @_ in
13747 list context, which never really worked in perl 5 (from
13750 further qualify references to "alphanumeric" (from Wolfgang Laun
13751 <wolfgang.laun@alcatel.at>)
13753 replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
13754 (from Tim Jenness <t.jenness@jach.hawaii.edu>)
13757 Branch: maint-5.6/perl
13758 +> lib/Pod/LaTeX.pm t/lib/selfloader.t
13759 !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
13760 !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
13761 !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
13762 !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
13763 !> pod/pod2latex.PL utils/h2xs.PL
13764 ____________________________________________________________________________
13765 [ 7332] By: gsar on 2000/10/16 07:53:52
13766 Log: integrate change#6179 from mainline
13768 buggy modulus on UVs introduced by change#3378 (resulted in
13769 4063328477 % 65535 amounting to 27406, instead of 27407)
13770 Branch: maint-5.6/perl
13771 !> pp.c t/op/arith.t
13772 ____________________________________________________________________________
13773 [ 7331] By: gsar on 2000/10/16 07:52:49
13774 Log: integrate changes#6176,6177,6178,6182 from cfgperl
13776 Single-quoted utf8 patch from Simon Cozens.
13778 Substitution utf8 patch from Simon Cozens.
13782 Be Cleaner Part Deux.
13783 Branch: maint-5.6/perl
13784 !> Makefile.SH pp_hot.c toke.c
13785 ____________________________________________________________________________
13786 [ 7330] By: gsar on 2000/10/16 07:41:36
13787 Log: integrate change#6172 from mainline
13789 fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
13790 (from Ilya Zakharevich)
13791 Branch: maint-5.6/perl
13792 !> regexec.c t/op/re_tests
13793 ____________________________________________________________________________
13794 [ 7329] By: gsar on 2000/10/16 07:40:25
13795 Log: integrate change#6171 from mainline
13797 scalar() doesn't force scalar context when used in void context
13798 (from Simon Cozens)
13799 Branch: maint-5.6/perl
13800 !> op.c t/op/wantarray.t
13801 ____________________________________________________________________________
13802 [ 7328] By: gsar on 2000/10/16 07:39:33
13803 Log: integrate change#6170 from mainline
13805 change#6142 needs tweaks to tests to work where there's no
13806 symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
13807 Branch: maint-5.6/perl
13808 !> t/lib/filefind.t
13809 ____________________________________________________________________________
13810 [ 7327] By: gsar on 2000/10/16 07:35:34
13811 Log: integrate changes#6166..6168 from cfgperl
13813 Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
13814 in case somebody wants to write an extension for more
13815 shadow database interfaces.
13819 Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
13820 Branch: maint-5.6/perl
13821 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
13822 !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
13823 !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
13824 !> vos/config_h.SH_orig win32/config.bc win32/config.gc
13825 !> win32/config.vc win32/config_H.bc win32/config_H.gc
13826 !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
13827 ____________________________________________________________________________
13828 [ 7326] By: gsar on 2000/10/16 07:29:05
13829 Log: integrate changes#6157,6159..6161,6164 from cfgperl
13831 Regen Configure to jive with #6149.
13833 Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
13835 Changes for the File::Temp 0.08 (change #6159) test suite
13836 to fit better into the Perl distribution test framework.
13838 Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
13839 both from Simon Cozens.
13842 Branch: maint-5.6/perl
13843 +> pod/perlmodlib.PL pod/perlnewmod.pod
13844 !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
13845 !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
13846 !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
13847 !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
13848 ____________________________________________________________________________
13849 [ 7325] By: gsar on 2000/10/16 07:25:13
13850 Log: integrate change#6158 from vmsperl
13852 Add fallback to tmpfile for use in cases where user's relying on
13853 ACLs on SYS$SCRATCH to permit file creation. (based on Charles
13855 Branch: maint-5.6/perl
13856 !> vms/vms.c vms/vmsish.h
13857 ____________________________________________________________________________
13858 [ 7324] By: gsar on 2000/10/16 07:20:50
13859 Log: integrate changes#6153..6155 from mainline
13861 prettier Test::Harness output on failed tests (from Nicholas Clark
13862 <nick@Bagpuss.uk.boo.com>)
13864 avoid type mismatch warning
13866 small bug in change#6144; remove random \xA0 character that snuck
13868 Branch: maint-5.6/perl
13869 !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
13871 ____________________________________________________________________________
13872 [ 7323] By: gsar on 2000/10/16 07:18:47
13873 Log: integrate changes#6151,6152 from mainline
13875 fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
13877 cosmetic fixups of RE debug output (from Ilya Zakharevich)
13878 Branch: maint-5.6/perl
13880 ____________________________________________________________________________
13881 [ 7322] By: gsar on 2000/10/16 07:17:25
13882 Log: integrate changes#6146..6150 from mainline
13886 add a make entry to Config.pm so "perl -V:make" works on VMS
13887 (from Peter Prymmer)
13889 close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
13891 OS/2 tweaks for usethreads build (from Rocco Caputo
13894 perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
13895 Branch: maint-5.6/perl
13896 !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
13897 !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
13898 !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
13899 !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
13900 !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
13901 !> warnings.pl x2p/a2p.h
13902 ____________________________________________________________________________
13903 [ 7321] By: gsar on 2000/10/16 07:14:02
13904 Log: integrate changes#6143..6145 from mainline
13906 MacOS support, part 1 (from Matthias Neeracher
13907 <neeri@iis.ee.ethz.ch>)
13909 MacOS support, part 2: make AutoSplit use File::Spec instead
13910 of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
13911 <neeri@iis.ee.ethz.ch>)
13913 make xsubpp skip embedded pod (from Matthias Neeracher
13914 <neeri@iis.ee.ethz.ch>)
13915 Branch: maint-5.6/perl
13916 +> ext/DynaLoader/dl_mac.xs
13917 !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
13918 !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
13919 !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
13920 !> pp_ctl.c proto.h toke.c util.c util.h
13921 ____________________________________________________________________________
13922 [ 7320] By: gsar on 2000/10/16 07:12:13
13923 Log: integrate changes#6141,6142 from mainline
13925 BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
13926 forwarded by Peter Seebach from the bsdi-users mailing list.
13927 p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
13929 File::Find fails to chdir when chasing symlinks (from
13930 Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
13931 Branch: maint-5.6/perl
13932 !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
13933 ____________________________________________________________________________
13934 [ 7319] By: gsar on 2000/10/16 07:04:30
13935 Log: integrate change#6139 from mainline
13937 revise mktables.PL for bugs and newness in Unicode 3.0
13938 (from James Bence <jbence@amgen.com>)
13939 Branch: maint-5.6/perl
13940 +> (branch 30 files)
13941 !> (integrate 49 files)
13942 ____________________________________________________________________________
13943 [ 7318] By: gsar on 2000/10/16 07:01:01
13944 Log: integrate changes#6137,6138 from mainline
13946 fix bogus redeclaration warning for "our" variables in different
13949 add note about the handling of negative indices to tied arrays
13950 (from Michael G Schwern <schwern@pobox.com>)
13951 Branch: maint-5.6/perl
13952 !> op.c pod/perltie.pod t/pragma/strict-vars
13953 ____________________________________________________________________________
13954 [ 7317] By: gsar on 2000/10/16 06:58:46
13955 Log: integrate changes#6127..6136 from mainline
13957 call_method(...,G_EVAL) can longjmp() out if the method probing
13958 failed (from Gisle Aas)
13960 new perlxstut example for passing/returning refs to arrays
13961 (from David Lowe <dlowe@pootpoot.com>)
13963 VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
13965 fix places that mean C<"word" character> but say C<alphanumeric
13968 avoid warnings in POSIX.pm (from Barrie Slaymaker)
13970 warnings::enabled() doesn't fall back to looking at $^W if
13971 caller isn't using lexical warnings (from Paul Marquess)
13973 elide bogus test in change#6132
13975 make Test::Harness use wait.h/WCOREDUMP if available
13976 (from Ben Tilly <ben_tilly@hotmail.com>)
13978 enable Test::Harness to dynamically determine column width etc.
13979 (from Rob Napier <rnapier@employees.org>)
13981 random pod typos (from Peter Scott <Peter@PSDT.com>)
13982 Branch: maint-5.6/perl
13983 !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
13984 !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
13985 !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
13986 !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
13987 ____________________________________________________________________________
13988 [ 7316] By: gsar on 2000/10/16 06:53:23
13989 Log: integrate change#6126 from mainline
13991 change#2879 broke rvalue autovivification of magicals such as
13992 ${$num} (reworked variant of patch suggested by Simon Cozens)
13993 Branch: maint-5.6/perl
13994 !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
13995 !> pp_hot.c proto.h t/op/gv.t
13996 ____________________________________________________________________________
13997 [ 7315] By: gsar on 2000/10/16 06:51:38
13998 Log: integrate changes#6123,6125 from mainline
14000 clarify gotcha with #line directives (from Rocco Caputo
14003 enable propagating exception objects via Perl_croak() in XS code
14005 Branch: maint-5.6/perl
14006 !> pod/perldebug.pod pod/perlsyn.pod util.c
14007 ____________________________________________________________________________
14008 [ 7314] By: gsar on 2000/10/16 06:49:28
14009 Log: integrate change#6122 from mainline
14011 downgrade fatal error on C<"foo@nosucharray.com"> to optional
14012 warning (from Mark-Jason Dominus)
14013 Branch: maint-5.6/perl
14014 !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
14015 !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
14016 !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
14018 ____________________________________________________________________________
14019 [ 7313] By: gsar on 2000/10/16 06:46:54
14020 Log: integrate changes#6112..6121 from vmsperl
14022 Check for existence of file before trying to delete
14024 Ugly workaround for version-specific RTL error
14026 Urk -- undo previous removal of vmsish 'exit' change
14028 Add bounds checking for several strings (Charles Lane)
14030 Miscellaneous cosmetic fixes (Charles Lane)
14032 Treat sockets as special in sys(read|write) (Charles Lane et al.)
14034 Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
14035 Flatten case labels in switch statements uniformly (Charles Bailey)
14037 Quiet error messages in vmsish.t (Charles Lane)
14039 Add missing escape (Charles Lane)
14041 Allow eliminate_macros() and fixpath() to handle space-delimited
14042 lists (based on fixes by Craig Berry)
14043 Branch: maint-5.6/perl
14044 !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
14045 !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
14047 ____________________________________________________________________________
14048 [ 7312] By: gsar on 2000/10/16 06:41:18
14049 Log: integrate changes#6107,6110 from cfgperl
14051 Tweak the todo list.
14054 Branch: maint-5.6/perl
14056 ____________________________________________________________________________
14057 [ 7311] By: gsar on 2000/10/16 06:38:38
14058 Log: integrate changes#6104,6108 from mainline
14060 PL_sys_intern was being initialized too late on windows
14062 reenable fake signal handling on Windows, bugs and all
14063 Branch: maint-5.6/perl
14064 !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
14065 !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
14067 ____________________________________________________________________________
14068 [ 7310] By: gsar on 2000/10/16 06:36:03
14069 Log: integrate changes#6095,6097..6103 from cfgperl
14071 Introduce NV_PRESERVED_BITS. Not yet used anywhere but
14072 might be useful in future.
14074 Add a note about possible compilation problems from Allen Smith.
14076 Add a note about other, yet unsupported, shadow password APIs.
14078 Tweaks for the cc bugs from Allen Smith.
14080 More compilation tweakery from Allen Smith.
14082 Hints and test tweaks for Unicos.
14084 The test suite tweak in #6101 wasn't quite right.
14086 Test tweaking for Unicos continues.
14087 Branch: maint-5.6/perl
14088 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
14089 !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
14090 !> t/lib/complex.t t/op/64bitint.t
14091 ____________________________________________________________________________
14092 [ 7309] By: gsar on 2000/10/16 06:29:41
14093 Log: integrate changes#6093,6094 from mainline
14095 fork() failure to create pseudo process sets errno=EAGAIN and returns
14096 undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
14098 cygwin update (from Eric Fifer <efifer@sanwaint.com>)
14099 Branch: maint-5.6/perl
14100 !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
14101 !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
14102 ____________________________________________________________________________
14103 [ 7308] By: gsar on 2000/10/16 06:27:29
14104 Log: integrate change#6092 from cfgperl
14106 Regen perltoc with the fixed buildtoc.
14107 Branch: maint-5.6/perl
14109 ____________________________________________________________________________
14110 [ 7307] By: gsar on 2000/10/16 06:26:40
14111 Log: integrate changes#6089,6090 from mainline
14113 buildtoc tweak to fix newline lossage
14115 concat doesn't preserve utf8-ness, and doesn't invalidate
14116 [NI]OK; added tests for both
14117 Branch: maint-5.6/perl
14118 !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
14119 ____________________________________________________________________________
14120 [ 7306] By: gsar on 2000/10/16 06:24:05
14121 Log: integrate change#6088 from cfgperl
14123 Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
14124 because we do not use those. The HAS_GETSPNAM remains,
14125 though, because we still do use that.
14126 Branch: maint-5.6/perl
14127 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
14128 !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
14129 !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
14130 !> vos/config_h.SH_orig win32/config.bc win32/config.gc
14131 !> win32/config.vc win32/config_H.bc win32/config_H.gc
14132 !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
14133 ____________________________________________________________________________
14134 [ 7305] By: gsar on 2000/10/16 06:15:52
14135 Log: integrate changes#6084,6085,6087 from mainline
14137 substr() does not preserve utf8-ness (from Stefan Eissing
14138 <Eissing@medicaldataservice.de>); added tests
14140 repeat operator (x) doesn't preserve utf8-ness
14142 reverse() and quotemeta() weren't preserving utf8-ness; add tests
14143 Branch: maint-5.6/perl
14144 !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
14145 ____________________________________________________________________________
14146 [ 7304] By: gsar on 2000/10/16 06:13:10
14147 Log: integrate changes#6077..6083 from mainline
14149 avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
14152 workaround for CRT bug in chdir() (from Charles Lane, via
14155 remove outdated kludge in Carp (NULLs are permitted in diagnostics
14158 add File::Temp v0.08 from CPAN, with small tweaks to testsuite
14159 (from Tim Jenness <t.jenness@jach.hawaii.edu>)
14161 better default perlbug categories for ok reports (from Richard Foley)
14163 peek.t non-portable to ithreads
14165 note about undocumented caller() return value (from M.J.T. Guy);
14166 yet another peek.t tweak
14167 Branch: maint-5.6/perl
14168 +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
14169 +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
14170 !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
14171 !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
14172 !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
14174 ____________________________________________________________________________
14175 [ 7303] By: gsar on 2000/10/16 06:03:18
14176 Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
14177 6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
14179 &HUGE_VAL is not defined, it exists.
14181 Do not warn that an infinity does not look like a number.
14183 Rewrite the pwent/spent logic to be a little bit more clearer.
14185 Continue on the pwent/spent case.
14187 Correct Freudian slip.
14189 Use HUGE_VALL if applicable.
14191 pwent/spent #ifdef imbalance.
14195 Call getspnam() only iff needd.
14197 Test both the scalar and list contexts.
14199 Use setxxent()/endxxent().
14205 Be more forgiving in POSIX about HUGE_VALL.
14209 The search of infinity continues, this time simplified.
14211 The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
14212 in natively 64-bit platforms where a long is a quad (no need
14213 for long longs). Also added bias for IVs.
14217 Introduce t/lib/peek.t.
14219 Make the test more portable.
14220 Branch: maint-5.6/perl
14223 !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
14224 !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
14225 !> t/op/pwent.t toke.c util.c
14226 ____________________________________________________________________________
14227 [ 7302] By: gsar on 2000/10/16 05:03:37
14228 Log: integrate changes#6066..6071 from mainline
14232 replace direct call to sighandler() with (*PL_sighandlerp)()
14234 note about values()
14236 File::Spec compatibility update (from Barrie Slaymaker
14237 <barries@slaysys.com>)
14239 remove misleading comment (from M.J.T. Guy)
14241 misformatted perllocal.pod (from Tim Jenness
14242 <t.jenness@jach.hawaii.edu>)
14243 Branch: maint-5.6/perl
14244 !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
14245 !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
14246 !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
14247 !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
14248 ____________________________________________________________________________
14249 [ 7301] By: gsar on 2000/10/16 05:00:08
14250 Log: integrate changes#6061..6063 from mainline
14252 change#5921 neglected to make eq honor "use bytes"
14254 additional tests for utf8.t
14256 tokeq() could read unallocated field in argument
14257 Branch: maint-5.6/perl
14258 !> sv.c t/pragma/utf8.t toke.c
14259 ____________________________________________________________________________
14260 [ 7300] By: gsar on 2000/10/16 04:56:54
14261 Log: integrate changes#6046,6048,6057,6058 from mainline
14263 libscheck has insufficient checks for n32 libs (from
14264 Albert Chin-A-Young <china@thewrittenword.com>)
14266 add note about how $( doesn't interpolate in REs (from
14267 Philip Newton <newton@ficus.frogspace.net>)
14269 fix broken parsing of /\x{ab}/
14271 printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
14272 (spotted by Donald Kinzer <dkinzer@premia.com>)
14273 Branch: maint-5.6/perl
14274 !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
14276 ____________________________________________________________________________
14277 [ 7299] By: gsar on 2000/10/16 04:52:50
14278 Log: integrate change#6044 from mainline
14280 change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
14281 such that underscores are only ignored in literal numbers,
14282 "\x{...}", and hex/oct argument
14283 Branch: maint-5.6/perl
14284 !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
14285 ____________________________________________________________________________
14286 [ 7298] By: gsar on 2000/10/16 04:50:53
14287 Log: integrate changes#6027..6043 from mainline
14289 podlators-1.02 update (from Russ Allbery)
14291 Pod::Man generates groff-incompatible macro definition (from
14294 add CGI.pm v2.66 (from Lincoln Stein)
14296 introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
14297 for @- and @+ (from Johan Vromans)
14299 small nits in diagnostics.pm (from Robin Barker)
14301 whitespace adjustments
14303 missing files in MANIFEST
14305 cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
14308 remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
14310 perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
14311 Branch: maint-5.6/perl
14312 +> lib/CGI/Util.pm t/lib/cgi-pretty.t
14313 !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
14314 !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
14315 !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
14316 !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
14317 !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
14318 !> t/lib/cgi-html.t t/lib/cgi-request.t
14319 ____________________________________________________________________________
14320 [ 7297] By: gsar on 2000/10/16 04:44:30
14321 Log: integrate change#6025 from mainline
14323 Is{Alnum,Alpha,Word} don't match titlecase
14324 TODO: IsSpace is defined recursively!
14325 (both spotted by Larry)
14326 Branch: maint-5.6/perl
14327 !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
14328 !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
14329 ____________________________________________________________________________
14330 [ 7296] By: gsar on 2000/10/16 04:39:30
14331 Log: integrate change#6023 from mainline
14333 debugger stomps on $. (from M.J.T. Guy)
14334 Branch: maint-5.6/perl
14336 ____________________________________________________________________________
14337 [ 7295] By: gsar on 2000/10/16 04:38:02
14338 Log: integrate change#6022 from mainline
14340 unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
14341 Branch: maint-5.6/perl
14343 ____________________________________________________________________________
14344 [ 7294] By: gsar on 2000/10/16 04:37:05
14345 Log: integrate changes#6018..6021 from mainline
14347 make lib/syslog.t portable to systems that don't have _PATH_LOG,
14348 make _PATH_LOG() return "" if unavailable
14350 windows portability tweaks
14354 remove Win2K issue in pod (fixed by change#6020)
14355 Branch: maint-5.6/perl
14356 !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
14357 !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
14358 !> t/lib/open3.t t/lib/syslog.t win32/win32.h
14359 ____________________________________________________________________________
14360 [ 7293] By: gsar on 2000/10/16 04:20:00
14361 Log: integrate changes#6013..6015 from mainline
14363 tweak change#5945 to display correct switch name in diagnostic
14365 glob() loading File::Glob behind the scenes may cause syntax errors
14367 tweak test for portability
14368 Branch: maint-5.6/perl
14369 !> op.c perl.c pod/perldiag.pod t/lib/b.t
14370 ____________________________________________________________________________
14371 [ 7292] By: gsar on 2000/10/16 04:18:11
14372 Log: integrate changes#6005..6010 from mainline, cfgperl
14374 perldoc might fail via "use blib" (from Hugo van der Sanden)
14378 note about compile failures and END blocks (from M.J.T. Guy)
14380 VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
14382 (change#6009 integrated earlier in change#7255)
14384 clarify note about shadow password support (from
14385 gellyfish@gellyfish.com)
14386 Branch: maint-5.6/perl
14387 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
14388 !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
14389 !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
14390 ____________________________________________________________________________
14391 [ 7291] By: gsar on 2000/10/16 04:12:03
14392 Log: integrate changes#6002,6003 from mainline
14394 destructive sv_setsv() can lose UV-ness from source, causing
14395 numeric promotions/comparisons to fail to do the right thing
14397 allow REG_EXPAND_SZ keys in Windows registry (from
14398 John Clayton <John.Clayton@barclayscapital.com>)
14399 Branch: maint-5.6/perl
14400 !> sv.c win32/win32.c
14401 ____________________________________________________________________________
14402 [ 7290] By: gsar on 2000/10/16 04:10:19
14403 Log: integrate change#6001 from mainline
14405 support additional library locations via $Config{otherlibdirs}
14406 (from Andy Dougherty)
14407 Branch: maint-5.6/perl
14408 !> Configure INSTALL Porting/Glossary Porting/config.sh
14409 !> Porting/config_H config_h.SH epoc/config.sh perl.c
14410 !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
14411 !> win32/config.bc win32/config.gc win32/config.vc
14412 ____________________________________________________________________________
14413 [ 7289] By: gsar on 2000/10/16 04:08:28
14414 Log: integrate change#5999 from mainline
14416 fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
14417 Branch: maint-5.6/perl
14418 !> t/pragma/warn/toke toke.c
14419 ____________________________________________________________________________
14420 [ 7288] By: gsar on 2000/10/16 04:07:01
14421 Log: integrate changes#5997,5998 from cfgperl
14425 Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
14426 Branch: maint-5.6/perl
14427 !> lib/Math/Complex.pm
14428 ____________________________________________________________________________
14429 [ 7287] By: gsar on 2000/10/16 04:04:37
14430 Log: integrate change#5995 from mainline
14432 fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
14433 Branch: maint-5.6/perl
14434 !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
14435 ____________________________________________________________________________
14436 [ 7286] By: gsar on 2000/10/16 04:03:21
14437 Log: integrate change#5994 from mainline
14439 fix for missed accounting for null byte in pack("Z",...) (from
14441 Branch: maint-5.6/perl
14442 !> pp.c t/op/pack.t
14443 ____________________________________________________________________________
14444 [ 7285] By: gsar on 2000/10/16 04:02:11
14445 Log: integrate changes#5989..5993 from mainline
14447 qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
14448 itself and no other (from Tom Hughes)
14450 use $ENV{LIB} to search for libs under Visual C compiler
14451 on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
14453 posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
14455 pod nit (from Simon Cozens)
14457 various minor tweaks seen on p5p
14458 Branch: maint-5.6/perl
14459 !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
14460 !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
14461 !> t/op/array.t toke.c
14462 ____________________________________________________________________________
14463 [ 7284] By: gsar on 2000/10/16 03:59:00
14464 Log: integrate changes#5978..5988 from mainline
14466 sync version numbers in File::Spec with the ones on CPAN
14467 (from Barrie Slaymaker)
14469 under useithreads, constant pad entries could inadvertantly be
14470 shared across threads (from Eric Blood <eblood@xmission.com>);
14471 added Eric's test case to testsuite
14473 allow Configure -S to run non-interactively (spotted by Greg Hudson
14476 rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
14477 prototype mismatch with CORE::glob(); update pod and tests to
14478 suit (File::Glob::glob() is still available for backward
14479 compatibility, but should be considered deprecated)
14481 avoid error in IO::Socket::INET when given an unknown service name
14482 with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
14484 numeric conversion of non-number in change#3378 tramples on
14485 OOK offset, causing segfaults
14487 attributes::reftype() doesn't work on tied argument
14489 forked child may not exit correctly if it failed to open
14490 /dev/console (from Graham Barr)
14492 add regular expressions tutorial and quick-start guide (from
14493 Mark Kvale <kvale@phy.ucsf.edu>)
14495 B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
14497 s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
14498 <paul@miraclefish.com>)
14499 Branch: maint-5.6/perl
14500 +> pod/perlrequick.pod pod/perlretut.pod
14501 !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
14502 !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
14503 !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
14504 !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
14505 !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
14506 !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
14507 !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
14508 !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
14509 ____________________________________________________________________________
14510 [ 7283] By: gsar on 2000/10/16 03:52:14
14511 Log: integrate change#5977 from mainline
14513 autoquote barewords followed by newline and arrow properly
14514 (variant of fix suggested by Rick Delaney and M.J.T. Guy)
14515 Branch: maint-5.6/perl
14516 !> t/pragma/warn/toke toke.c
14517 ____________________________________________________________________________
14518 [ 7282] By: gsar on 2000/10/16 03:50:48
14519 Log: integrate change#5976 from mainline
14521 DB_File v1.73 update (from Paul Marquess)
14522 Branch: maint-5.6/perl
14523 !> ext/DB_File/Changes ext/DB_File/DB_File.pm
14524 !> ext/DB_File/DB_File.xs ext/DB_File/version.c
14525 ____________________________________________________________________________
14526 [ 7281] By: gsar on 2000/10/16 03:49:14
14527 Log: integrate change#5975 from mainline
14529 allow sort() reentrancy (variant of patch suggested by
14530 Hugo van der Sanden)
14531 Branch: maint-5.6/perl
14532 !> pp_ctl.c t/op/sort.t
14533 ____________________________________________________________________________
14534 [ 7280] By: gsar on 2000/10/16 03:48:22
14535 Log: integrate change#5974 from mainline
14537 change#4197 somehow missed initializing PL_errors, meaning
14538 syntax error queueing wasn't working outside eval"" at all;
14539 also fixed eval"" to localize PL_error_count, so that compile-time
14540 eval's don't clobber the error state of the outer context
14541 Branch: maint-5.6/perl
14542 !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
14543 !> t/pragma/warn/toke
14544 ____________________________________________________________________________
14545 [ 7279] By: gsar on 2000/10/16 03:46:21
14546 Log: integrate change#5973 from mainline
14548 fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
14549 Branch: maint-5.6/perl
14550 !> regcomp.c regexec.c t/op/re_tests
14551 ____________________________________________________________________________
14552 [ 7278] By: gsar on 2000/10/16 03:44:54
14553 Log: integrate change#5971 from cfgperl
14555 Unicos tweaks from Mark P. Lutz.
14556 Branch: maint-5.6/perl
14557 !> hints/unicos.sh lib/Math/Complex.pm
14558 ____________________________________________________________________________
14559 [ 7277] By: gsar on 2000/10/16 03:42:59
14560 Log: integrate changes#5966..5970 from mainline
14562 add testsuite for B backends, fix bug in B::Deparse (from
14563 Simon Cozens <simon@brecon.co.uk>)
14565 improved docs on the warn_uninit diagnostic (from David Glasser
14568 tolerate spaces in group names in test on solaris (from David Boyce
14571 fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
14573 Data::Dumper fumbles negative numbers on 32-bit platforms where
14575 Branch: maint-5.6/perl
14576 +> t/lib/b.t t/lib/syslog.t
14577 !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
14578 !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
14579 !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
14580 ____________________________________________________________________________
14581 [ 7276] By: gsar on 2000/10/16 03:39:30
14582 Log: integrate change#5965 from mainline
14584 avoid "will not stay shared" warnings for our variables (from
14586 Branch: maint-5.6/perl
14587 !> op.c t/pragma/warn/op
14588 ____________________________________________________________________________
14589 [ 7275] By: gsar on 2000/10/16 03:38:18
14590 Log: integrate change#5964 from mainline
14592 reformat to 72 columns (again)
14593 Branch: maint-5.6/perl
14594 !> pod/perldiag.pod
14595 ____________________________________________________________________________
14596 [ 7274] By: gsar on 2000/10/16 03:36:58
14597 Log: integrate change#5963 from mainline
14599 patch from Larry to make (\&) prototype work; added tests for
14601 Branch: maint-5.6/perl
14602 !> op.c t/comp/proto.t
14603 ____________________________________________________________________________
14604 [ 7273] By: gsar on 2000/10/16 03:35:51
14605 Log: integrate changes#5956..5962 from mainline
14607 better diagnostics on failed tests (from Ilya Zakharevich)
14609 pod nits (from A. C. Yardley <yardley@tanet.net>)
14611 change#3569 deleted some essential code, revert; avoid use of
14612 atexit() to make DynaLoader work properly on AIX under mod_perl
14613 (from Jens-Uwe Mager <jum@helios.de>)
14615 doubled words in pods (from Simon Cozens
14616 <simon.p.cozens@jp.pwcglobal.com>)
14618 better INSTALL notes on Solaris issues (from Dominic Dunlop)
14620 recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
14622 updated README.hpux (from Jeff Okamoto)
14623 Branch: maint-5.6/perl
14624 !> INSTALL README.hpux emacs/cperl-mode.el
14625 !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
14626 !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
14627 !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
14628 !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
14629 !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
14630 !> t/op/lex_assign.t
14631 ____________________________________________________________________________
14632 [ 7272] By: gsar on 2000/10/16 03:31:22
14633 Log: integrate change#5955 from mainline
14635 longstanding bug exposed by change#3307: sort arguments weren't
14636 compiled with the right wantarray context (ensuing runtime lookup
14637 via block_gimme() was getting the incidental context of the
14639 Branch: maint-5.6/perl
14640 !> op.c t/op/sort.t
14641 ____________________________________________________________________________
14642 [ 7271] By: gsar on 2000/10/16 03:29:11
14643 Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
14646 Flatten the cpp jungle doing the nosuid checking.
14648 Do not assume sign propagation. (from M.J.T. Guy)
14650 Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
14652 Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
14653 Now pp_ncmp() returns undef is either operand is a NaN.
14655 On second thoughts frexp() does have two arguments.
14657 Document that tr() is not tr(1).
14659 Be more robust on "extreme" (large absolute value)
14660 arguments. Originally reported by Daniel Connelly
14661 as a problem with asinh() on large negative arguments,
14662 asinh() used to bail out because an argument to log()
14663 ended up being zero. Ilya Zakharevich proposed using
14664 Taylor's series in such cases, which for such large
14665 arguments is a very good approximation.
14667 Undo "use integer" addition from 64bitint as it seems
14668 to break most of the subtests in Digital UNIX;
14669 Unicos needs to find another way.
14670 Branch: maint-5.6/perl
14671 !> (integrate 29 files)
14672 ____________________________________________________________________________
14673 [ 7270] By: gsar on 2000/10/16 03:09:44
14674 Log: integrate changes#5948,5949,5950 from mainline
14676 typo in vars.pm that leads to cryptic message (from Piotr
14677 Piatkowski <kompas@kompas.usr.onet.pl>)
14679 make perldoc use the pod2man from the same version (from
14682 reformat perldiag to avoid long lines
14683 Branch: maint-5.6/perl
14684 !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
14685 ____________________________________________________________________________
14686 [ 7269] By: gsar on 2000/10/16 03:05:54
14687 Log: integrate change#5947 from mainline
14689 use &dl_error rather than &dl_load_file as the guard for calling
14690 boot_DynaLoader() (meant to fix dl_error() redefined warnings in
14691 statically built perl)
14692 Branch: maint-5.6/perl
14693 !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
14694 ____________________________________________________________________________
14695 [ 7268] By: gsar on 2000/10/16 03:04:48
14696 Log: integrate change#5945 from mainline
14698 make module name mandatory after -M switch; reorder perldiag
14699 alphabetically (from Mark-Jason Dominus)
14700 Branch: maint-5.6/perl
14701 !> perl.c pod/perldiag.pod
14702 ____________________________________________________________________________
14703 [ 7267] By: gsar on 2000/10/16 03:03:01
14704 Log: integrate change#5939 from mainline
14706 more pod nits (from Larry Virden)
14707 Branch: maint-5.6/perl
14708 !> README.win32 pod/perlsub.pod pod/perlsyn.pod
14709 !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
14710 !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
14711 ____________________________________________________________________________
14712 [ 7266] By: gsar on 2000/10/16 03:01:39
14713 Log: integrate change#5938 from mainline
14715 Consolidated B::Deparse fixes (from Stephen McCamant)
14716 Branch: maint-5.6/perl
14717 !> ext/B/B/Deparse.pm
14718 ____________________________________________________________________________
14719 [ 7265] By: gsar on 2000/10/16 03:00:43
14720 Log: integrate change#5936 from mainline
14722 additional tests for change#7263 (from Paul Marquess)
14723 Branch: maint-5.6/perl
14724 !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
14725 !> t/pragma/warn/5nolint t/pragma/warn/6default
14726 ____________________________________________________________________________
14727 [ 7264] By: gsar on 2000/10/16 02:58:34
14728 Log: integrate change#5934 from mainline
14730 propagate lexical warnings from surrounding scope correctly
14731 within string eval() (from Paul Marquess)
14732 Branch: maint-5.6/perl
14733 !> pp_ctl.c t/pragma/warn/pp_ctl
14734 ____________________________________________________________________________
14735 [ 7263] By: gsar on 2000/10/16 02:56:53
14736 Log: integrate change#5932 from mainline
14738 add rsignal(), whichsig() and do_join() to public API list
14739 (mod_perl uses them to good advantage)
14740 Branch: maint-5.6/perl
14741 !> embed.pl global.sym objXSUB.h perlapi.c proto.h
14742 ____________________________________________________________________________
14743 [ 7262] By: gsar on 2000/10/16 02:55:53
14744 Log: integrate change#5931 from mainline
14746 fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
14747 Branch: maint-5.6/perl
14748 !> pp_hot.c regexec.c t/op/pat.t
14749 ____________________________________________________________________________
14750 [ 7261] By: gsar on 2000/10/16 02:55:01
14751 Log: integrate change#5930 from mainline
14753 small os390 tweaks (from Peter Prymmer)
14754 Branch: maint-5.6/perl
14755 !> config_h.SH makedepend.SH
14756 ____________________________________________________________________________
14757 [ 7260] By: gsar on 2000/10/16 02:54:10
14758 Log: integrate change#5929 from mainline
14761 Branch: maint-5.6/perl
14762 !> pod/perlguts.pod
14763 ____________________________________________________________________________
14764 [ 7259] By: gsar on 2000/10/16 02:52:55
14765 Log: integrate change#5927 from mainline
14767 arrange for next() to resume at the unstack op rather than the
14768 loop conditional, so that scope cleanup happens correctly
14769 (from Stephen McCamant)
14770 Branch: maint-5.6/perl
14771 !> op.c pp_ctl.c t/op/misc.t
14772 ____________________________________________________________________________
14773 [ 7258] By: gsar on 2000/10/16 02:51:38
14774 Log: integrate change#5926 from mainline
14776 on windows, reserve 16M of stack rather than 128M (allows more
14777 threads to run concurrently)
14778 Branch: maint-5.6/perl
14779 !> win32/Makefile win32/makefile.mk
14780 ____________________________________________________________________________
14781 [ 7257] By: gsar on 2000/10/16 02:50:37
14782 Log: integrate change#5925 from mainline
14784 POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
14785 Branch: maint-5.6/perl
14787 ____________________________________________________________________________
14788 [ 7256] By: gsar on 2000/10/16 02:49:36
14789 Log: integrate change#5924 from mainline
14791 avoid using uninitialized memory in require version check
14792 Branch: maint-5.6/perl
14793 !> pp_ctl.c universal.c
14794 ____________________________________________________________________________
14795 [ 7255] By: gsar on 2000/10/16 02:48:03
14796 Log: integrate changes#5923,5928,6009 from mainline
14798 IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
14799 Branch: maint-5.6/perl
14800 !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
14801 ____________________________________________________________________________
14802 [ 7254] By: gsar on 2000/10/16 02:44:46
14803 Log: integrate change#5922 from mainline
14805 commentary about IoTYPE() (from Nathan Torkington)
14806 Branch: maint-5.6/perl
14808 ____________________________________________________________________________
14809 [ 7253] By: gsar on 2000/10/16 02:43:49
14810 Log: integrate change#5921 from mainline
14812 make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
14813 Branch: maint-5.6/perl
14814 !> sv.c t/lib/charnames.t t/pragma/utf8.t
14815 ____________________________________________________________________________
14816 [ 7252] By: gsar on 2000/10/16 02:42:31
14817 Log: integrate change#5920 from mainline
14819 Larry's fix for buggy propagation of utf8-ness in join(); add test
14820 Branch: maint-5.6/perl
14821 !> doop.c t/op/ver.t
14822 ____________________________________________________________________________
14823 [ 7251] By: gsar on 2000/10/16 02:41:14
14824 Log: integrate changes#5915..5919 from mainline
14826 various (pod tweaks &c)
14827 Branch: maint-5.6/perl
14828 !> (integrate 33 files)
14829 ____________________________________________________________________________
14830 [ 7250] By: gsar on 2000/10/16 02:38:16
14831 Log: integrate change#5914 from mainline
14833 caller() wasn't returning the right number of elements for
14835 Branch: maint-5.6/perl
14836 !> pp_ctl.c t/pragma/warn/9enabled
14837 ____________________________________________________________________________
14838 [ 7249] By: gsar on 2000/10/16 02:37:02
14839 Log: integrate change#5913 from mainline
14841 pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
14842 (from Mark-Jason Dominus)
14843 Branch: maint-5.6/perl
14844 !> pod/perlfunc.pod
14845 ____________________________________________________________________________
14846 [ 7248] By: gsar on 2000/10/16 02:35:58
14847 Log: integrate change#5912 from mainline
14849 fix totally broken caching in UNIVERSAL::isa() (from
14851 Branch: maint-5.6/perl
14852 !> t/op/universal.t universal.c
14853 ____________________________________________________________________________
14854 [ 7247] By: gsar on 2000/10/16 02:34:27
14855 Log: integrate changes#5910,5911 from mainline
14859 add linebreak properties from unicode/LineBrk.txt (from
14860 Dave Hartnoll <Dave_Hartnoll@3b2.com>)
14861 Branch: maint-5.6/perl
14862 +> (branch 29 files)
14863 !> ext/Thread/Thread.pm lib/unicode/mktables.PL
14864 ____________________________________________________________________________
14865 [ 7246] By: gsar on 2000/10/16 02:33:29
14866 Log: integrate change#5909 from mainline
14868 mode argument to do_binmode() should be file mode, not boolean
14869 Branch: maint-5.6/perl
14871 ____________________________________________________________________________
14872 [ 7245] By: gsar on 2000/10/16 02:31:04
14873 Log: integrate change#5908 from mainline
14875 introduce illegal symbols into null package so that
14876 gv_fetchpv(...,TRUE) always returns a valid GV even when the
14877 symbol is trapped by strictures (avoids coredumps)
14878 Branch: maint-5.6/perl
14879 !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
14880 !> t/pragma/strict-vars
14881 ____________________________________________________________________________
14882 [ 7244] By: jhi on 2000/10/16 02:29:54
14883 Log: Subject: $Carp::ExportLevel confusion in Exporter
14884 From: "Ben Tilly" <ben_tilly@hotmail.com>
14885 Date: Sat, 14 Oct 2000 16:44:34 EDT
14886 Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
14888 ! lib/Exporter/Heavy.pm
14889 ____________________________________________________________________________
14890 [ 7243] By: jhi on 2000/10/16 02:28:33
14891 Log: Subject: [PATCH perlguts.pod] Document offset hack
14892 From: Simon Cozens <simon@cozens.net>
14893 Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
14894 Date: Sat, 14 Oct 2000 19:32:25 +0100
14897 ____________________________________________________________________________
14898 [ 7242] By: gsar on 2000/10/16 02:26:51
14899 Log: integrate changes#5905,5906,5907,6064 from mainline
14901 printf/sprintf didn't get quad types right under use64bitint
14902 Branch: maint-5.6/perl
14903 !> pp_sys.c sv.c t/op/64bitint.t
14904 ____________________________________________________________________________
14905 [ 7241] By: jhi on 2000/10/16 02:22:44
14906 Log: Subject: small pod patch
14907 From: Dan Boorstein <dan_boo@bellsouth.net>
14908 Date: Sat, 14 Oct 2000 14:29:24 -0400
14909 Message-ID: <39E8A604.B501DB4F@bellsouth.net>
14911 ! pod/perlfaq7.pod pod/perlmod.pod
14912 ____________________________________________________________________________
14913 [ 7240] By: jhi on 2000/10/16 02:13:46
14916 Subject: Re: Problems with bleadperl
14917 From: "Stephen P. Potter" <spp@ds.net>
14918 Date: Fri, 13 Oct 2000 13:32:49 -0400
14919 Message-Id: <200010131732.NAA19391@spp.users.ds.net>
14921 ! t/pragma/overload.t
14922 ____________________________________________________________________________
14923 [ 7239] By: jhi on 2000/10/16 01:41:18
14924 Log: One more ~utf8 tweak.
14927 ____________________________________________________________________________
14928 [ 7238] By: jhi on 2000/10/16 01:34:14
14929 Log: Tweak the test of #7235.
14932 ____________________________________________________________________________
14933 [ 7237] By: jhi on 2000/10/16 01:25:04
14934 Log: Fix a couple of compiler-noted nits in #7235.
14937 ____________________________________________________________________________
14938 [ 7236] By: jhi on 2000/10/16 01:22:46
14939 Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
14942 ____________________________________________________________________________
14943 [ 7235] By: jhi on 2000/10/15 16:24:44
14944 Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
14946 From: Simon Cozens <simon@cozens.net>
14947 Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
14948 Date: Sat, 14 Oct 2000 20:52:13 +0100
14949 Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
14951 ! pp.c t/op/bop.t utf8.h
14952 ____________________________________________________________________________
14953 [ 7234] By: jhi on 2000/10/15 15:19:29
14954 Log: split() utf8 fixes. Should fix both 20001014.001 and 20000426.003.
14955 The problem was that rx->minlen was in chars while pp_split()
14956 thought it would be in bytes.
14958 ! pp.c t/pragma/utf8.t
14959 ____________________________________________________________________________
14960 [ 7233] By: jhi on 2000/10/14 20:24:24
14961 Log: Document FNCASE=y as discussed in the bug 20000902.009.
14964 ____________________________________________________________________________
14965 [ 7232] By: jhi on 2000/10/14 18:52:21
14966 Log: Add test for bug id 20000427.003 (which seems to have
14967 been fixed) (also duplicate as 20000427.004, though
14968 with a higher severity). Move one utf8 from op/append
14969 to pragma/utf8, tag the tests with bug ids.
14971 ! t/op/append.t t/pragma/utf8.t
14972 ____________________________________________________________________________
14973 [ 7231] By: jhi on 2000/10/14 17:28:37
14974 Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
14977 ____________________________________________________________________________
14978 [ 7230] By: jhi on 2000/10/14 14:24:50
14979 Log: Needs to be conditional on SunOS 4.
14981 Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
14982 From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
14983 Date: Sat, 14 Oct 2000 13:37:49 +0100
14984 Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
14985 Branch: metaconfig/U/perl
14988 ! Configure myconfig.SH pod/perldelta.pod
14989 ____________________________________________________________________________
14990 [ 7229] By: jhi on 2000/10/14 00:49:22
14991 Log: Update Changes.
14993 ! Changes patchlevel.h
14994 ____________________________________________________________________________
14995 [ 7228] By: jhi on 2000/10/14 00:46:10
14996 Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
14997 From: Peter Prymmer <pvhp@forte.com>
14998 Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
14999 Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
15002 ____________________________________________________________________________
15003 [ 7227] By: jhi on 2000/10/13 23:20:30
15004 Log: Make the test acknowledge that self-ties are disabled as #7213 said.
15007 ____________________________________________________________________________
15008 [ 7226] By: jhi on 2000/10/13 22:14:32
15011 Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
15012 From: Peter Prymmer <pvhp@forte.com>
15013 Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
15014 Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
15017 ____________________________________________________________________________
15018 [ 7225] By: jhi on 2000/10/13 22:11:31
15019 Log: op/sprintf.t patch for OS/390 (and any other host with limited
15020 floating-point exponent length)
15022 Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
15023 From: Dominic Dunlop <domo@computer.org>
15024 Date: Fri, 13 Oct 2000 19:17:57 +0200
15025 Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
15028 ____________________________________________________________________________
15029 [ 7224] By: jhi on 2000/10/13 18:40:48
15030 Log: Allow @+ and @- to be doublequoted, from Simon Cozens.
15033 ____________________________________________________________________________
15034 [ 7223] By: jhi on 2000/10/13 18:37:13
15035 Log: Thinko in #7222.
15038 ____________________________________________________________________________
15039 [ 7222] By: jhi on 2000/10/13 18:05:23
15040 Log: Use UTF8SKIP(), from Simon Cozens.
15043 ____________________________________________________________________________
15044 [ 7221] By: jhi on 2000/10/13 15:43:19
15045 Log: (accidentally empty check-in)
15048 ____________________________________________________________________________
15049 [ 7220] By: jhi on 2000/10/13 15:23:51
15050 Log: Add (optimistically) Storable to static extensions.
15052 ! hints/uwin.sh hints/vmesa.sh
15053 ____________________________________________________________________________
15054 [ 7219] By: jhi on 2000/10/13 15:20:05
15055 Log: Amdahl UTS doesn't seem to do dynaloading.
15058 ____________________________________________________________________________
15059 [ 7218] By: jhi on 2000/10/13 15:15:20
15060 Log: Slight tweak of the code to appease Amdahl UTS cc.
15063 ____________________________________________________________________________
15064 [ 7217] By: jhi on 2000/10/13 14:50:42
15065 Log: In Amdahl UTS "struct sv" is defined by a system header,
15069 ____________________________________________________________________________
15070 [ 7216] By: jhi on 2000/10/13 11:58:25
15071 Log: Ilya implemented the memory profiling API.
15074 ____________________________________________________________________________
15075 [ 7215] By: jhi on 2000/10/13 02:56:38
15076 Log: Subject: [PATCH 5.7.0] Perl API for mstats
15077 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15078 Date: Thu, 12 Oct 2000 22:52:40 -0400
15079 Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
15081 ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
15082 ____________________________________________________________________________
15083 [ 7214] By: jhi on 2000/10/13 02:55:38
15084 Log: Subject: [PATCH 5.7.0] IVs in mtats
15085 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15086 Date: Thu, 12 Oct 2000 22:51:04 -0400
15087 Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
15090 ____________________________________________________________________________
15091 [ 7213] By: jhi on 2000/10/13 02:31:47
15092 Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
15094 ! pod/perldiag.pod pp_sys.c
15095 ____________________________________________________________________________
15096 [ 7212] By: jhi on 2000/10/13 01:27:38
15097 Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
15098 From: Peter Prymmer <pvhp@forte.com>
15099 Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
15100 Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
15103 ____________________________________________________________________________
15104 [ 7211] By: jhi on 2000/10/13 00:35:09
15105 Log: Update Changes.
15107 ! Changes patchlevel.h
15108 ____________________________________________________________________________
15109 [ 7210] By: jhi on 2000/10/12 23:59:40
15110 Log: The Install.pm third of
15112 Subject: Proposed patches, Install.pm getopts.pl termcap.pl
15113 From: Bill Campbell <bill@celestial.com>
15114 Message-ID: <20001005180451.A22029@kstarr.celestial.com>
15115 Date: Thu, 5 Oct 2000 18:04:51 -0700
15117 ! lib/ExtUtils/Install.pm
15118 ____________________________________________________________________________
15119 [ 7209] By: jhi on 2000/10/12 23:58:43
15122 Subject: Proposed patches, Install.pm getopts.pl termcap.pl
15123 Date: Thu, 5 Oct 2000 18:04:51 -0700
15124 From: Bill Campbell <bill@celestial.com>
15125 Message-ID: <20001005180451.A22029@kstarr.celestial.com>
15127 The Install.pm changes will be submitted separately because
15128 they need some work and discussion still.
15130 ! lib/getopts.pl lib/termcap.pl
15131 ____________________________________________________________________________
15132 [ 7208] By: jhi on 2000/10/12 23:41:19
15133 Log: Subject: [PATCH] 5.6.0 & 5.7.1, VMS fixes
15134 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
15135 Date: Thu, 12 Oct 2000 07:30:02 EDT
15136 Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
15138 ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
15139 ! t/pod/testp2pt.pl vms/gen_shrfls.pl
15140 ____________________________________________________________________________
15141 [ 7207] By: jhi on 2000/10/12 23:39:01
15142 Log: An updated EBCDIC tr patch.
15144 Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
15145 From: Peter Prymmer <pvhp@forte.com>
15146 Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
15147 Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
15150 ____________________________________________________________________________
15151 [ 7206] By: jhi on 2000/10/12 23:34:55
15152 Log: Upgrade to CPAN 1.58, from Andreas König.
15154 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
15155 ____________________________________________________________________________
15156 [ 7205] By: jhi on 2000/10/12 23:29:08
15157 Log: Introduce the man[24-8] variables, from Andy Dougherty.
15158 Branch: metaconfig/U/perl
15159 + mandirs.U mandirstyle.U
15161 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15162 ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
15163 ! vos/config.h vos/config.pl vos/config_h.SH_orig
15164 ! win32/config.bc win32/config.gc win32/config.vc
15165 ____________________________________________________________________________
15166 [ 7204] By: gsar on 2000/10/12 18:11:24
15167 Log: restore change#7202
15170 ____________________________________________________________________________
15171 [ 7203] By: gsar on 2000/10/12 18:09:40
15172 Log: another test of the Emergency Broadcast System--back out
15176 ____________________________________________________________________________
15177 [ 7202] By: gsar on 2000/10/12 16:40:47
15178 Log: (submitted on behalf of Jarkko)
15179 Fix the lib/encode.t subtest 6 failure as reported by Andreas
15180 Koenig, gmagical substr() wasn't propagating UTF8ness. The bug
15181 was unearthed by change 7182, as was a bug in HTML::Entities.
15184 ____________________________________________________________________________
15185 [ 7201] By: jhi on 2000/10/11 03:16:05
15186 Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
15188 ! pp_hot.c t/pragma/utf8.t
15189 ____________________________________________________________________________
15190 [ 7200] By: jhi on 2000/10/11 00:40:30
15191 Log: The #7198 was a false alarm.
15194 ____________________________________________________________________________
15195 [ 7199] By: jhi on 2000/10/11 00:26:04
15196 Log: Remove duplicated code.
15199 ____________________________________________________________________________
15200 [ 7198] By: jhi on 2000/10/10 23:30:46
15201 Log: (Retracted by #7200.)
15204 ____________________________________________________________________________
15205 [ 7197] By: jhi on 2000/10/10 21:49:30
15206 Log: Add the test case for #7190, from the original bug report
15210 ____________________________________________________________________________
15211 [ 7196] By: jhi on 2000/10/10 21:40:49
15212 Log: Reapply Andy's patch and regen Configure.
15214 ! Configure INSTALL Makefile.SH Porting/Glossary
15215 ! Porting/config.sh config_h.SH epoc/config.sh installperl
15216 ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
15218 ____________________________________________________________________________
15219 [ 7195] By: jhi on 2000/10/10 21:09:30
15220 Log: Use the versiononly instead of the installscripts,
15221 retract the changes 7146 and 7147.
15223 ! Configure INSTALL Makefile.SH Porting/Glossary
15224 ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
15225 ! installperl uconfig.sh vos/config.def win32/config.bc
15226 ! win32/config.gc win32/config.vc
15227 ____________________________________________________________________________
15228 [ 7194] By: jhi on 2000/10/10 21:06:15
15229 Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
15230 From: Peter Prymmer <pvhp@forte.com>
15231 Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
15232 Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
15235 ____________________________________________________________________________
15236 [ 7193] By: jhi on 2000/10/10 21:05:12
15237 Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
15238 From: Peter Prymmer <pvhp@forte.com>
15239 Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
15240 Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
15243 ____________________________________________________________________________
15244 [ 7192] By: jhi on 2000/10/10 20:57:30
15245 Log: Add versiononly, delete installscripts, from Andy Dougherty.
15247 - U/installdirs/installscripts.U
15248 Branch: metaconfig/U/perl
15250 ____________________________________________________________________________
15251 [ 7191] By: jhi on 2000/10/10 19:41:21
15252 Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
15253 From: Peter Prymmer <pvhp@forte.com>
15254 Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
15255 Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
15257 ! pod/perlebcdic.pod
15258 ____________________________________________________________________________
15259 [ 7190] By: jhi on 2000/10/10 19:26:14
15260 Log: Subject: Re: utf8 concat, mg_get
15261 From: Simon Cozens <simon@cozens.net>
15262 Date: Tue, 10 Oct 2000 17:40:17 +0100
15263 Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
15266 ____________________________________________________________________________
15267 [ 7189] By: jhi on 2000/10/10 19:23:03
15268 Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
15269 From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
15270 Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
15271 Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
15273 ! lib/ExtUtils/MM_Unix.pm
15274 ____________________________________________________________________________
15275 [ 7188] By: jhi on 2000/10/10 15:31:24
15276 Log: Subject: RE: [ID 19990803.001] README.win32 suggestions
15277 From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
15278 Date: Fri, 14 Jul 2000 10:47:36 +0100
15279 Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
15282 ____________________________________________________________________________
15283 [ 7187] By: jhi on 2000/10/10 13:30:10
15284 Log: Quote the temp file name, needed in Win32 because the
15285 default name unfortunately contains spaces, shouldn't
15288 Subject: FW: perldoc fails if $TEMP contains spaces
15289 From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
15290 Date: Thu, 14 Sep 2000 08:58:45 +0100
15291 Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
15294 ____________________________________________________________________________
15295 [ 7186] By: jhi on 2000/10/10 13:16:27
15296 Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread
15297 From: hv@hugo.hybyte.com
15298 Date: Tue, 10 Oct 2000 14:10:20 +0100
15299 Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
15301 ! t/lib/thr5005.t util.c
15302 ____________________________________________________________________________
15303 [ 7185] By: jhi on 2000/10/10 12:06:22
15304 Log: Upgrade to podlators 1.04, from Russ Allbery.
15306 ! lib/Pod/Man.pm lib/Pod/Text.pm
15307 ____________________________________________________________________________
15308 [ 7184] By: jhi on 2000/10/10 12:01:32
15309 Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
15311 ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
15312 ____________________________________________________________________________
15313 [ 7183] By: jhi on 2000/10/09 23:47:15
15314 Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
15315 From: Peter Prymmer <pvhp@forte.com>
15316 Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
15317 Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
15319 ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
15320 ____________________________________________________________________________
15321 [ 7182] By: jhi on 2000/10/09 23:43:16
15322 Log: Make eq work again with utf8 (disabling the upgrading
15323 should no more be necessary since the copies of the
15324 scalars are upgraded, not the scalars themselves).
15325 Takes care of ID 20001009.001. (The claimed length()
15326 bug in 20001009.001 seems bogus to me.)
15328 ! sv.c t/pragma/utf8.t
15329 ____________________________________________________________________________
15330 [ 7181] By: gsar on 2000/10/09 19:41:54
15331 Log: tweak for change#7173
15334 ____________________________________________________________________________
15335 [ 7180] By: gsar on 2000/10/09 19:26:56
15336 Log: on Windows, clean targets might not work under some flavors of the shell
15338 ! win32/Makefile win32/makefile.mk
15339 ____________________________________________________________________________
15340 [ 7179] By: jhi on 2000/10/09 19:21:02
15341 Log: Update Changes.
15343 ! Changes patchlevel.h
15344 ____________________________________________________________________________
15345 [ 7178] By: jhi on 2000/10/09 19:18:23
15346 Log: Warn about unknown scripts.
15348 Subject: Re: ideas? patches? [PATCH bleadperl]
15349 From: Dominic Dunlop <domo@computer.org>
15350 Date: Mon, 9 Oct 2000 14:57:17 +0200
15351 Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
15354 ____________________________________________________________________________
15355 [ 7177] By: jhi on 2000/10/09 19:13:27
15356 Log: Change #7160 had a nasty typo.
15358 ! U/compline/Compile.U
15360 ! Configure config_h.SH
15361 ____________________________________________________________________________
15362 [ 7176] By: gsar on 2000/10/09 18:59:33
15366 ____________________________________________________________________________
15367 [ 7175] By: gsar on 2000/10/09 18:54:28
15368 Log: Windows9x doesn't support link(), despite what Config.pm
15371 ! lib/ExtUtils/Manifest.pm
15372 ____________________________________________________________________________
15373 [ 7174] By: gsar on 2000/10/09 18:50:03
15374 Log: avoid nonportable example code
15377 ____________________________________________________________________________
15378 [ 7173] By: gsar on 2000/10/09 18:46:54
15379 Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
15380 being used) when closing a socket handle
15382 ! win32/win32.c win32/win32.h win32/win32sck.c
15383 ____________________________________________________________________________
15384 [ 7172] By: gsar on 2000/10/09 18:41:40
15385 Log: on Windows, cwd strings in the environment should be of the
15386 form =X:=X:\foo instead of =X=X:\foo\
15389 ____________________________________________________________________________
15390 [ 7171] By: gsar on 2000/10/09 18:30:09
15391 Log: on Windows, LoadLibrary() could load an extension DLL multiple
15392 times if forward slashes are used in the path
15395 ____________________________________________________________________________
15396 [ 7170] By: jhi on 2000/10/09 17:53:59
15397 Log: Add a todo note about overloadable assertions.
15400 ____________________________________________________________________________
15401 [ 7169] By: jhi on 2000/10/09 13:43:45
15402 Log: Subject: PATCH 5.6 perldebguts grammar cleanup
15403 From: mjd@plover.com
15404 Date: 9 Oct 2000 00:24:44 -0000
15405 Message-ID: <20001009002444.10616.qmail@plover.com>
15407 ! pod/perldebguts.pod
15408 ____________________________________________________________________________
15409 [ 7168] By: nick on 2000/10/08 13:16:33
15410 Log: Tables assume network byte order for 16 bit forms, so 'S' packing
15411 is not right thing to do on (e.g. x86). Network order is also "right" for
15414 ! ext/Encode/Encode.pm
15415 ____________________________________________________________________________
15416 [ 7167] By: nick on 2000/10/08 12:54:42
15417 Log: Make "encodings" work post-install when Encode/*.enc files may not
15418 be in same directory as Encode.pm
15420 ! ext/Encode/Encode.pm
15421 ____________________________________________________________________________
15422 [ 7166] By: nick on 2000/10/08 11:51:26
15423 Log: Work round the fact that $hash->{$key} does not take into account
15424 UTF8'ness of $key yet. Thus fromUnicode needs to do $hash->{chr(ord($ch))}
15425 so that key is always in the "expected" encoding - i.e. same way we put
15428 ! ext/Encode/Encode.pm
15429 ____________________________________________________________________________
15430 [ 7165] By: gsar on 2000/10/08 04:15:29
15431 Log: save_re_context() could reset PL_curcop to freed memory, causing core
15432 dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
15435 ____________________________________________________________________________
15436 [ 7164] By: jhi on 2000/10/06 20:51:48
15437 Log: UTF8ize split() so that the cloned substrings get the UTF8
15438 flag of the original scalar. Problem reported by Simon Cozens.
15440 ! pp.c t/pragma/utf8.t
15441 ____________________________________________________________________________
15442 [ 7163] By: nick on 2000/10/06 20:48:34
15443 Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
15444 got a false +ve and so did not reach code which would have un-FAKEd the SV.
15447 ____________________________________________________________________________
15448 [ 7162] By: nick on 2000/10/06 20:25:37
15449 Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
15450 To fix (sort {$a <=> $b} keys %hash) in particular but
15451 should cover a number of other as-yet-unknown cases as well.
15454 ____________________________________________________________________________
15455 [ 7161] By: jhi on 2000/10/06 19:56:18
15456 Log: Change the version number of Tie::Handle in the core to 4.0,
15457 the (unrelated) Tie::Handle in CPAN will remain at 3.0.
15459 Subject: Note on Tie::Handle
15460 From: andreas.koenig@anima.de (Andreas J. Koenig)
15461 Date: 06 Oct 2000 21:48:58 +0200
15462 Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
15464 ! lib/Tie/Handle.pm
15465 ____________________________________________________________________________
15466 [ 7160] By: jhi on 2000/10/06 18:20:35
15467 Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
15468 as the first option of cc/ld because of ultrapicky compilers
15471 + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
15472 ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
15473 ! U/compline/orderlib.U U/modified/Cppsym.U
15474 ! U/modified/d_access.U
15475 Branch: metaconfig/U/perl
15476 ! Checkcc.U d_dlsymun.U gccvers.U
15478 ! Configure config_h.SH
15479 ____________________________________________________________________________
15480 [ 7159] By: jhi on 2000/10/06 13:56:39
15481 Log: Update Changes.
15483 ! Changes patchlevel.h
15484 ____________________________________________________________________________
15485 [ 7158] By: jhi on 2000/10/06 12:48:40
15486 Log: Eliminate $Is_VMS code from the test.
15488 Subject: Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
15489 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
15490 Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
15491 Date: Thu, 5 Oct 2000 07:46:33 EDT
15494 ____________________________________________________________________________
15495 [ 7157] By: jhi on 2000/10/06 12:47:13
15496 Log: Also the $ccflags is needed for the C compiler check.
15498 Subject: Configure (check for C-compiler)
15499 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15500 Date: Fri, 06 Oct 2000 08:47:15 +0200
15501 Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
15502 Branch: metaconfig/U/perl
15505 ! Configure config_h.SH
15506 ____________________________________________________________________________
15507 [ 7156] By: jhi on 2000/10/06 11:45:15
15508 Log: The HINT_BYTE patch is apparently unnecessary, retracted.
15510 ! perl.c pp_ctl.c sv.h utf8.c
15511 ____________________________________________________________________________
15512 [ 7155] By: jhi on 2000/10/06 11:40:41
15513 Log: IO::Handle->syswrite() did not handle length omission
15514 like CORE::syswrite() does.
15516 Subject: [Fwd] IO::Handle, syswrite and arguments
15517 From: Graham Barr <gbarr@pobox.com>
15518 Date: Fri, 6 Oct 2000 10:22:05 +0100
15519 Message-ID: <20001006102205.U6312@pobox.com>
15521 The original patch from andrew@ugh.net.au.
15523 ! ext/IO/lib/IO/Handle.pm
15524 ____________________________________________________________________________
15525 [ 7154] By: jhi on 2000/10/06 01:42:15
15529 ____________________________________________________________________________
15530 [ 7153] By: jhi on 2000/10/06 00:39:55
15531 Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
15534 ____________________________________________________________________________
15535 [ 7152] By: jhi on 2000/10/06 00:38:11
15536 Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
15538 ! perl.c pp_ctl.c sv.h utf8.c
15539 ____________________________________________________________________________
15540 [ 7151] By: jhi on 2000/10/06 00:36:38
15541 Log: Subject: Re: Questions about Tie::Array and perl modules
15542 From: Nick Ing-Simmons <nik@tiuk.ti.com>
15543 Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
15544 Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
15546 Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
15548 ! lib/Tie/Array.pm t/op/array.t
15549 ____________________________________________________________________________
15550 [ 7150] By: jhi on 2000/10/05 00:20:45
15551 Log: Regen Changes.
15553 ! Changes patchlevel.h
15554 ____________________________________________________________________________
15555 [ 7149] By: jhi on 2000/10/05 00:20:01
15559 ____________________________________________________________________________
15560 [ 7148] By: jhi on 2000/10/04 23:35:08
15561 Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
15562 reported several times by Dominic Dunlop, for example in
15563 ID 20000315.008. Patch from Dominic. Patch affects at
15564 least MachTen, and possibly other oldish BSDs. Should not
15565 break non-broken platforms (tested on LinuxPPC).
15568 ____________________________________________________________________________
15569 [ 7147] By: jhi on 2000/10/04 23:26:34
15570 Log: The one that got away from 7146.
15572 + U/installdirs/installscripts.U
15573 ____________________________________________________________________________
15574 [ 7146] By: jhi on 2000/10/04 23:25:04
15575 Log: Enable disabling scripts installation by Configure -Uinstallscripts,
15576 suggested by H. Merijn Brand.
15578 ! Configure INSTALL Makefile.SH Porting/Glossary
15579 ! Porting/config.sh Porting/config_H epoc/config.sh installperl
15580 ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
15582 ____________________________________________________________________________
15583 [ 7145] By: jhi on 2000/10/04 22:08:21
15584 Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
15585 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15586 Date: Wed, 4 Oct 2000 17:37:46 -0400
15587 Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
15590 ____________________________________________________________________________
15591 [ 7144] By: jhi on 2000/10/04 18:11:41
15592 Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
15593 From: Jeff Pinyan <jeffp@crusoe.net>
15594 Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
15595 Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
15598 ____________________________________________________________________________
15599 [ 7143] By: jhi on 2000/10/04 18:09:58
15600 Log: Subject: perlhack.pod Patch for Externals Tools
15601 From: Fisher Mark <fisherm@tce.com>
15602 Date: Tue, 3 Oct 2000 15:43:27 -0500
15603 Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
15606 ____________________________________________________________________________
15607 [ 7142] By: jhi on 2000/10/04 18:08:41
15608 Log: Subject: [PATCH] 5.6.0 & 5.7.0 VMS TZ fix for VMS6.2 and earlier
15609 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
15610 Date: Wed, 4 Oct 2000 12:11:11 EDT
15611 Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
15614 ____________________________________________________________________________
15615 [ 7141] By: jhi on 2000/10/04 12:20:16
15616 Log: Subject: [PATCH 5.7.0] h2xs not working
15617 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15618 Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
15619 Date: Tue, 3 Oct 2000 21:43:01 -0400
15621 Subject: [PATCH 5.7.0] h2xs not documenting the created module
15622 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15623 Date: Tue, 3 Oct 2000 22:55:19 -0400
15624 Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
15627 ____________________________________________________________________________
15628 [ 7140] By: jhi on 2000/10/04 11:53:44
15629 Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
15630 From: nick@babyhippo.com
15631 Date: Wed, 4 Oct 2000 12:06:45 +0100
15632 Message-Id: <20001004120645.A7356@babyhippo.com>
15634 Retract 7118 and 7135.
15636 ! installman installperl op.c t/pragma/subs.t
15637 ____________________________________________________________________________
15638 [ 7139] By: jhi on 2000/10/03 22:09:41
15639 Log: It is possible to have no hosts database at all. Pointed out in
15641 Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
15642 From: Peter Prymmer <pvhp@forte.com>
15643 Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
15644 Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
15646 ! U/modified/myhostname.U
15648 ! Configure config_h.SH
15649 ____________________________________________________________________________
15650 [ 7138] By: jhi on 2000/10/03 21:49:49
15651 Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
15652 From: Peter Prymmer <pvhp@forte.com>
15653 Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
15654 Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
15657 ____________________________________________________________________________
15658 [ 7137] By: jhi on 2000/10/03 20:10:05
15659 Log: One remaining nit less at the VMS mailbox sizing.
15662 ____________________________________________________________________________
15663 [ 7136] By: jhi on 2000/10/03 20:08:47
15664 Log: Test harness update to sync with the new perlcc,
15668 ____________________________________________________________________________
15669 [ 7135] By: jhi on 2000/10/03 15:15:42
15670 Log: Subject: Re: PATCH for 20001003.004
15671 Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
15672 From: "AARON B. DOSSETT" <aaron@iglou.com>
15673 Message-Id: <E13gTay-0006od-00@iglou.com>
15675 ! installman installperl
15676 ____________________________________________________________________________
15677 [ 7134] By: jhi on 2000/10/03 15:00:34
15678 Log: Subject: [ID 20001003.006] B::Debug not -w clean
15679 From: Nicholas Clark <nick@babyhippo.co.uk>
15680 Date: Tue, 03 Oct 2000 15:46:32 +0100
15681 Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
15684 ____________________________________________________________________________
15685 [ 7133] By: jhi on 2000/10/03 14:58:39
15686 Log: Scale down the VMS message boxes, by Charles Lane.
15687 Fix for ID 20000903.009, workaround at
15688 http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
15691 ____________________________________________________________________________
15692 [ 7132] By: jhi on 2000/10/03 11:20:37
15693 Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
15695 + t/lib/st-lock.t t/lib/st-utf8.t
15696 ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
15697 ! ext/Storable/Storable.xs t/lib/st-recurse.t
15698 ____________________________________________________________________________
15699 [ 7131] By: jhi on 2000/10/03 03:38:23
15702 ! MANIFEST Makefile.SH
15703 ____________________________________________________________________________
15704 [ 7130] By: jhi on 2000/10/03 03:31:05
15705 Log: Update Changes.
15707 ! Changes patchlevel.h
15708 ____________________________________________________________________________
15709 [ 7129] By: jhi on 2000/10/03 02:24:02
15710 Log: Misplaced else.
15711 Branch: metaconfig/U/perl
15714 ! Configure config_h.SH
15715 ____________________________________________________________________________
15716 [ 7128] By: jhi on 2000/10/03 02:08:29
15717 Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
15718 From: sthoenna@efn.org
15719 Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
15720 Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
15721 Branch: metaconfig/U/perl
15724 ! Configure config_h.SH hints/os2.sh os2/os2ish.h
15725 ____________________________________________________________________________
15726 [ 7127] By: jhi on 2000/10/03 01:13:14
15727 Log: Update Changes.
15729 ! Changes patchlevel.h
15730 ____________________________________________________________________________
15731 [ 7126] By: jhi on 2000/10/03 00:57:08
15732 Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
15733 as suggested by Olaf Flebbe and Nick Clark.
15735 ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
15736 ____________________________________________________________________________
15737 [ 7125] By: jhi on 2000/10/03 00:50:56
15738 Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
15739 From: Nick Clark <nick@plum.flirble.org>
15740 Date: Mon, 2 Oct 2000 11:03:24 +0100
15741 Message-Id: <20001002110324.D20073@plum.flirble.org>
15743 Also fixes bug ID 20001002.005.
15746 ____________________________________________________________________________
15747 [ 7124] By: jhi on 2000/10/03 00:34:59
15748 Log: Subject: [PATCH 5.7.0] Epoc update
15749 From: Olaf Flebbe <o.flebbe@gmx.de>
15750 Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
15751 Message-ID: <26423.969484586@www10.gmx.net>
15753 ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
15754 ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
15755 ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
15757 ____________________________________________________________________________
15758 [ 7123] By: jhi on 2000/10/03 00:30:07
15759 Log: Regen headers.
15761 ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
15762 ____________________________________________________________________________
15763 [ 7122] By: jhi on 2000/10/03 00:10:48
15764 Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
15767 ____________________________________________________________________________
15768 [ 7121] By: jhi on 2000/10/03 00:05:06
15769 Log: Subject: [PATCH pod/perlop.pod] Documentation glitch in magic autoincrement.
15770 From: <abigail@foad.org>
15771 Date: Tue, 26 Sep 2000 13:36:14 -0400
15772 Message-ID: <20000926173614.4356.qmail@foad.org>
15775 ____________________________________________________________________________
15776 [ 7120] By: jhi on 2000/10/03 00:04:00
15777 Log: Inside require() $^S was always left undefined.
15779 Subject: Re: Tiny 2-byte change to fix debugger's eval bug
15780 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15781 Date: Wed, 27 Sep 2000 18:54:49 -0400
15782 Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
15784 ! cop.h mg.c pp_ctl.c util.c
15785 ____________________________________________________________________________
15786 [ 7119] By: jhi on 2000/10/03 00:00:16
15787 Log: Subject: [PATCH] DLL not restartabke with threaded perl
15788 From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
15789 Date: Thu, 28 Sep 2000 09:20:46 +0100
15790 Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
15793 ____________________________________________________________________________
15794 [ 7118] By: jhi on 2000/10/02 23:59:20
15795 Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
15796 From: Nicholas Clark <nick@ccl4.org>
15797 Date: Thu, 28 Sep 2000 11:52:24 +0100
15798 Message-ID: <20000928115224.D7924@plum.flirble.org>
15801 ____________________________________________________________________________
15802 [ 7117] By: jhi on 2000/10/02 23:57:51
15803 Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
15804 From: Nicholas Clark <nick@babyhippo.co.uk>
15805 Date: Thu, 28 Sep 2000 12:18:10 +0100
15806 Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
15808 Did not apply cleanly, manual intervention was needed.
15810 ! ext/B/B/Bytecode.pm utils/perlcc.PL
15811 ____________________________________________________________________________
15812 [ 7116] By: jhi on 2000/10/02 23:50:40
15813 Log: Document the issue (is not a syntax error, kind of)
15815 Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
15816 From: Nicholas Clark <nick@ccl4.org>
15817 Date: Thu, 28 Sep 2000 17:12:42 +0100
15818 Message-ID: <20000928171242.K7924@plum.flirble.org>
15821 ____________________________________________________________________________
15822 [ 7115] By: jhi on 2000/10/02 23:48:58
15823 Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
15824 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15825 Date: Thu, 28 Sep 2000 21:55:31 -0400
15826 Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
15829 ____________________________________________________________________________
15830 [ 7114] By: jhi on 2000/10/02 23:47:57
15831 Log: Subject: DOC PATCH 5.6.0
15832 From: mjd@plover.com
15833 Date: 30 Sep 2000 06:02:34 -0000
15834 Message-ID: <20000930060234.4559.qmail@plover.com>
15836 ! pod/perldebguts.pod
15837 ____________________________________________________________________________
15838 [ 7113] By: jhi on 2000/10/02 23:46:43
15839 Log: SOCK_DGRAM and listen() do not mix as reported in
15841 Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
15842 From: Petter Reinholdtsen <pere@hungry.com>
15843 Date: Sun, 1 Oct 2000 10:57:20 +0800
15844 Message-Id: <200010010257.KAA05735@localhost.localdomain>
15846 The patch for 5.7.0+ had to be reengineered, though.
15848 ! ext/IO/lib/IO/Socket/UNIX.pm
15849 ____________________________________________________________________________
15850 [ 7112] By: jhi on 2000/10/02 23:36:57
15851 Log: Subject: Re: [PATCH 5.005_64 missed]
15852 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15853 Date: Sun, 1 Oct 2000 18:50:10 -0400
15854 Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
15857 ____________________________________________________________________________
15858 [ 7111] By: jhi on 2000/10/02 23:35:40
15859 Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug)
15860 From: Radu Greab <radu@netsoft.ro>
15861 Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
15862 Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
15864 ! op.c opcode.pl t/op/substr.t
15865 ____________________________________________________________________________
15866 [ 7110] By: jhi on 2000/10/02 23:32:38
15867 Log: Subject: [PATCH] Fix aliasing of tied filehandles
15868 From: Daniel Chetlin <daniel@chetlin.com>
15869 Date: Mon, 2 Oct 2000 14:53:27 -0700
15870 Message-ID: <20001002145327.C1617@ilmd>
15872 ! perl.h pp_hot.c t/op/tiehandle.t
15873 ____________________________________________________________________________
15874 [ 7109] By: jhi on 2000/10/02 23:31:30
15875 Log: s/Robin Parker/Robin Barker/
15878 ____________________________________________________________________________
15879 [ 7108] By: jhi on 2000/10/02 23:15:46
15880 Log: Retract #7091 as suggested in
15882 From: Robin Barker <rmb1@cise.npl.co.uk>
15883 Subject: [PATCH-R] was Re: SuSE's gcc-2.95.2 and //depot/perl
15884 Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
15885 Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
15888 ____________________________________________________________________________
15889 [ 7107] By: nick on 2000/10/02 18:23:14
15890 Log: A few tweaks to get Tk803 to work with Encode scheme.
15892 ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
15893 ____________________________________________________________________________
15894 [ 7106] By: nick on 2000/10/01 21:34:14
15895 Log: Add checking cases to Encode's toUnicode and fromUnicode.
15897 ! ext/Encode/Encode.pm
15898 ____________________________________________________________________________
15899 [ 7105] By: nick on 2000/10/01 17:18:01
15900 Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
15901 To read and use them.
15902 Add a lib/encode.t which checks a few things.
15904 + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
15905 + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
15906 + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
15907 + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
15908 + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
15909 + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
15910 + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
15911 + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
15912 + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
15913 + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
15914 + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
15915 + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
15916 + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
15917 + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
15918 + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
15919 + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
15920 + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
15921 + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
15922 + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
15923 + ext/Encode/Encode/iso2022-jp.enc
15924 + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
15925 + ext/Encode/Encode/iso8859-1.enc
15926 + ext/Encode/Encode/iso8859-2.enc
15927 + ext/Encode/Encode/iso8859-3.enc
15928 + ext/Encode/Encode/iso8859-4.enc
15929 + ext/Encode/Encode/iso8859-5.enc
15930 + ext/Encode/Encode/iso8859-6.enc
15931 + ext/Encode/Encode/iso8859-7.enc
15932 + ext/Encode/Encode/iso8859-8.enc
15933 + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
15934 + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
15935 + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
15936 + ext/Encode/Encode/macCentEuro.enc
15937 + ext/Encode/Encode/macCroatian.enc
15938 + ext/Encode/Encode/macCyrillic.enc
15939 + ext/Encode/Encode/macDingbats.enc
15940 + ext/Encode/Encode/macGreek.enc
15941 + ext/Encode/Encode/macIceland.enc
15942 + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
15943 + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
15944 + ext/Encode/Encode/macTurkish.enc
15945 + ext/Encode/Encode/macUkraine.enc
15946 + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
15948 ! MANIFEST ext/Encode/Encode.pm
15949 ____________________________________________________________________________
15950 [ 7104] By: nick on 2000/09/30 13:04:30
15951 Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
15952 From: Daniel Chetlin <daniel@chetlin.com>
15953 Date: Mon, 18 Sep 2000 05:05:40 -0700
15954 Message-Id: <20000918050540.C652@ilmd>
15956 ! lib/overload.pm sv.c t/pragma/overload.t
15957 ____________________________________________________________________________
15958 [ 7103] By: nick on 2000/09/30 12:53:36
15959 Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
15960 From: Johan Vromans <jvromans@squirrel.nl>
15961 Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
15962 Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
15965 ____________________________________________________________________________
15966 [ 7102] By: nick on 2000/09/30 12:52:31
15967 Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
15968 From: Spider Boardman <spider@Orb.Nashua.NH.US>
15969 Date: Sat, 16 Sep 2000 16:36:45 -0400
15970 Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
15972 ! ext/B/B/Deparse.pm
15973 ____________________________________________________________________________
15974 [ 7101] By: nick on 2000/09/30 12:51:41
15975 Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
15976 From: Craig A. Berry <craig.berry@psinetcs.com>
15977 Date: Sat, 16 Sep 2000 10:11:10 -0500
15978 Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
15981 ____________________________________________________________________________
15982 [ 7100] By: nick on 2000/09/30 12:50:33
15983 Log: Subject: Re: unicode support and perl [ID 20000901.097]
15984 From: Spider Boardman <spider@Orb.Nashua.NH.US>
15985 Date: Fri, 15 Sep 2000 16:37:58 -0400
15986 Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
15989 ____________________________________________________________________________
15990 [ 7099] By: nick on 2000/09/30 12:49:35
15991 Log: Subject: Re: unicode support and perl [ID 20000901.097]
15992 From: Spider Boardman <spider@Orb.Nashua.NH.US>
15993 Date: Fri, 15 Sep 2000 16:25:30 -0400
15994 Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
15997 ____________________________________________________________________________
15998 [ 7098] By: nick on 2000/09/30 12:48:00
15999 Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
16000 From: Gisle Aas <gisle@ActiveState.com>
16001 Date: 15 Sep 2000 16:23:41 +0200
16002 Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
16005 ____________________________________________________________________________
16006 [ 7097] By: nick on 2000/09/30 12:45:16
16007 Log: Subject: [PATCH] Nits in perlmod.pod
16008 From: Daniel Chetlin <daniel@chetlin.com>
16009 Date: Fri, 15 Sep 2000 02:04:09 -0700
16010 Message-Id: <20000915020409.A2104@ilmd>
16013 ____________________________________________________________________________
16014 [ 7096] By: nick on 2000/09/30 12:18:00
16015 Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
16016 i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
16017 to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
16018 0 to checking to get the warning.
16020 ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
16021 ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
16022 ! regexec.c sv.c toke.c utf8.c
16023 ____________________________________________________________________________
16024 [ 7095] By: nick on 2000/09/15 16:55:59
16025 Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
16027 Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
16028 From: Spider Boardman <spider@Orb.Nashua.NH.US>
16029 Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
16030 Date: Fri, 15 Sep 2000 06:37:30 -0400
16032 ! ext/Encode/Encode.xs sv.c
16033 ____________________________________________________________________________
16034 [ 7094] By: jhi on 2000/09/15 03:23:32
16035 Log: Update Changes.
16037 ! Changes patchlevel.h
16038 ____________________________________________________________________________
16039 [ 7093] By: jhi on 2000/09/15 03:11:44
16040 Log: Fix for the charnames.t failures from Spider Boardman.
16043 ____________________________________________________________________________
16044 [ 7092] By: jhi on 2000/09/15 00:15:48
16045 Log: Botched the #7090 check-in.
16048 ____________________________________________________________________________
16049 [ 7091] By: jhi on 2000/09/14 23:33:24
16050 Log: Part of #7081 didn't come through.
16053 ____________________________________________________________________________
16054 [ 7090] By: jhi on 2000/09/14 23:17:39
16055 Log: Subject: Re: perl@7078
16056 From: Spider Boardman <spider@web.zk3.dec.com>
16057 Date: Thu, 14 Sep 2000 19:06:36 -0400
16058 Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
16061 ____________________________________________________________________________
16062 [ 7089] By: jhi on 2000/09/14 23:11:21
16063 Log: Small portability tweaks.
16065 ! ext/Encode/Encode.xs
16066 ____________________________________________________________________________
16067 [ 7088] By: jhi on 2000/09/14 22:57:23
16068 Log: Fake return to pacify picky compilers.
16070 ! ext/Encode/Encode.xs
16071 ____________________________________________________________________________
16072 [ 7087] By: jhi on 2000/09/14 22:53:37
16073 Log: Subject: [PATCH] utf8.c apidoc
16074 From: Simon Cozens <simon@cozens.net>
16075 Date: Thu, 14 Sep 2000 23:46:57 +0100
16076 Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
16078 ! perlapi.c pod/perlapi.pod utf8.c
16079 ____________________________________________________________________________
16080 [ 7086] By: jhi on 2000/09/14 22:40:38
16081 Log: We don't need to count the high bit bytes, a boolean is enough.
16084 ____________________________________________________________________________
16085 [ 7085] By: jhi on 2000/09/14 21:20:09
16086 Log: Replace #7084 with
16088 Subject: Re: perl@7078
16089 From: Spider Boardman <spider@web.zk3.dec.com>
16090 Date: Thu, 14 Sep 2000 17:09:36 -0400
16091 Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
16094 ____________________________________________________________________________
16095 [ 7084] By: jhi on 2000/09/14 20:03:34
16096 Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
16097 convertable to bytes by checking it doesn't go above 0xc3
16099 Subject: Re: perl@7078
16100 From: Simon Cozens <simon@cozens.net>
16101 Date: Thu, 14 Sep 2000 20:59:19 +0100
16102 Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
16105 ____________________________________________________________________________
16106 [ 7083] By: jhi on 2000/09/14 19:38:47
16107 Log: Subject: Re: perl@7078
16108 From: Simon Cozens <simon@cozens.net>
16109 Date: Thu, 14 Sep 2000 20:13:09 +0100
16110 Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
16113 ____________________________________________________________________________
16114 [ 7082] By: jhi on 2000/09/14 17:50:44
16115 Log: The one that got away.
16118 ____________________________________________________________________________
16119 [ 7081] By: jhi on 2000/09/14 17:45:35
16120 Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
16121 From: Robin Barker <rmb1@cise.npl.co.uk>
16122 Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
16123 Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
16125 ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
16126 ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
16127 ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
16128 ! regcomp.c toke.c universal.c
16129 ____________________________________________________________________________
16130 [ 7080] By: jhi on 2000/09/14 17:40:35
16131 Log: Problems picked up by AIX cc.
16133 Subject: Re: perl@7078 (patch included)
16134 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16135 Date: Thu, 14 Sep 2000 18:53:30 +0200
16136 Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
16138 ! ext/Encode/Encode.xs
16139 ____________________________________________________________________________
16140 [ 7079] By: jhi on 2000/09/14 17:38:27
16141 Log: Subject: File::Find 5.7.0 POD nits
16142 From: Rich Morin <rdm@cfcl.com>
16143 Date: Wed, 13 Sep 2000 22:03:58 -0700
16144 Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
16147 ____________________________________________________________________________
16148 [ 7078] By: jhi on 2000/09/14 14:58:20
16149 Log: Update Changes.
16151 ! Changes patchlevel.h
16152 ____________________________________________________________________________
16153 [ 7077] By: jhi on 2000/09/14 14:55:54
16154 Log: Compilation warnings and an error.
16157 ____________________________________________________________________________
16158 [ 7076] By: jhi on 2000/09/14 14:42:56
16159 Log: Fix for a parsing bug, not for the original bug.
16161 Subject: Re: [ID 20000910.005] Another segfault with regexes.
16162 From: Spider Boardman <spider@web.zk3.dec.com>
16163 Date: Wed, 13 Sep 2000 17:52:20 -0400
16164 Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
16167 ____________________________________________________________________________
16168 [ 7075] By: jhi on 2000/09/14 14:40:40
16169 Log: Batch of UTF-8 patches from Simon Cozens.
16171 ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
16172 ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
16174 ____________________________________________________________________________
16175 [ 7074] By: jhi on 2000/09/14 14:29:58
16176 Log: Subject: Re: Two advertising clauses need to be removed
16177 From: Russ Allbery <rra@stanford.edu>
16178 Date: 13 Sep 2000 18:50:26 -0700
16179 Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
16181 ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
16182 ____________________________________________________________________________
16183 [ 7073] By: jhi on 2000/09/14 14:28:20
16184 Log: Subject: [PATCH] de-wall t/README
16185 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
16186 Date: Wed, 13 Sep 2000 17:46:55 -0700
16187 Message-ID: <//Bw5gzkge/e092yn@efn.org>
16190 ____________________________________________________________________________
16191 [ 7072] By: jhi on 2000/09/14 14:25:10
16192 Log: Hints optimization.
16195 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16196 Date: Wed, 13 Sep 2000 21:42:07 +0200
16197 Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
16200 ____________________________________________________________________________
16201 [ 7071] By: jhi on 2000/09/14 14:23:30
16202 Log: Allow chop() and chomp() to be overridden.
16204 Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
16205 From: "Casey R. Tweten" <crt@kiski.net>
16206 Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
16207 Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
16210 ____________________________________________________________________________
16211 [ 7070] By: jhi on 2000/09/14 14:20:36
16212 Log: The return value of setlocale must be copied away.
16214 Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
16215 From: Alan Burlison <Alan.Burlison@uk.sun.com>
16216 Date: Wed, 13 Sep 2000 16:27:37 +0100
16217 Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
16220 ____________________________________________________________________________
16221 [ 7069] By: jhi on 2000/09/14 14:16:27
16222 Log: Remove vestiges of tr//CU.
16224 Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
16225 From: Nick Clark <nick@plum.flirble.org>
16226 Date: Tue, 12 Sep 2000 22:50:14 +0100
16227 Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
16229 Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
16230 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
16231 Date: Tue, 12 Sep 2000 21:38:48 -0700
16232 Message-ID: <YTwv5gzkgmfL092yn@efn.org>
16234 ! op.h pod/perlunicode.pod
16235 ____________________________________________________________________________
16236 [ 7068] By: jhi on 2000/09/13 14:18:39
16237 Log: Add the Encode extension. The code is still largely just skeleton.
16239 + ext/Encode/Encode.pm ext/Encode/Encode.xs
16240 + ext/Encode/Makefile.PL ext/Encode/Todo
16241 ! MANIFEST Todo-5.6
16242 ____________________________________________________________________________
16243 [ 7067] By: jhi on 2000/09/12 17:43:33
16244 Log: Allow for whitespace between "#" and "line" in cpp output.
16246 Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
16247 From: Calle Dybedahl <calle@lysator.liu.se>
16248 Date: 12 Sep 2000 19:38:02 +0200
16249 Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
16251 ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
16252 ____________________________________________________________________________
16253 [ 7066] By: gsar on 2000/09/12 17:24:29
16254 Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
16255 initialization in all the threads on Windows
16258 ____________________________________________________________________________
16259 [ 7065] By: jhi on 2000/09/12 15:11:31
16260 Log: Update Changes.
16262 ! Changes patchlevel.h
16263 ____________________________________________________________________________
16264 [ 7064] By: jhi on 2000/09/12 14:54:54
16265 Log: Retract #7062, the pod tests are not ready.
16268 ____________________________________________________________________________
16269 [ 7063] By: jhi on 2000/09/12 14:25:41
16270 Log: The #7054 truncated Configure badly.
16271 Branch: metaconfig/U/perl
16274 ! Configure config_h.SH
16275 ____________________________________________________________________________
16276 [ 7062] By: jhi on 2000/09/12 14:08:32
16277 Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
16278 From: sthoenna@efn.org
16279 Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
16280 Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
16283 ____________________________________________________________________________
16284 [ 7061] By: jhi on 2000/09/12 14:07:18
16285 Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
16286 From: sthoenna@efn.org
16287 Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
16288 Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
16291 ____________________________________________________________________________
16292 [ 7060] By: jhi on 2000/09/12 14:06:08
16293 Log: Break up the myconfig lines a bit.
16295 Subject: perlbug/perl -V output format
16296 From: sthoenna@efn.org
16297 Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
16298 Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
16301 ____________________________________________________________________________
16302 [ 7059] By: jhi on 2000/09/12 14:05:04
16303 Log: Test for the #7049.
16305 Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on i686-linux 2.2.16-raid (UNINSTALLED)
16306 From: andreas.koenig@anima.de (Andreas J. Koenig)
16307 Date: 12 Sep 2000 06:42:01 +0200
16308 Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
16311 ____________________________________________________________________________
16312 [ 7058] By: jhi on 2000/09/12 14:03:05
16313 Log: Subject: [patch: perl@7045] vms updates
16314 From: Peter Prymmer <pvhp@forte.com>
16315 Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
16316 Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
16318 ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
16319 ____________________________________________________________________________
16320 [ 7057] By: jhi on 2000/09/12 14:00:51
16321 Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
16322 From: sthoenna@efn.org
16323 Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
16324 Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
16327 ____________________________________________________________________________
16328 [ 7056] By: jhi on 2000/09/12 13:58:14
16329 Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
16330 From: Jeff Pinyan <jeffp@crusoe.net>
16331 Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
16332 Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
16335 ____________________________________________________________________________
16336 [ 7055] By: jhi on 2000/09/12 13:56:32
16337 Log: Do in VMS as the #7054 does.
16340 ____________________________________________________________________________
16341 [ 7054] By: jhi on 2000/09/12 13:50:31
16342 Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
16343 From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
16344 Date: Mon, 11 Sep 2000 08:33:09 +0100
16345 Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
16346 Branch: metaconfig/U/perl
16349 ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
16350 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
16351 ____________________________________________________________________________
16352 [ 7053] By: jhi on 2000/09/12 13:29:19
16353 Log: Subject: [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
16354 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
16355 Date: Tue, 12 Sep 2000 08:35:59 EDT
16356 Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
16359 ____________________________________________________________________________
16360 [ 7052] By: jhi on 2000/09/11 23:01:50
16361 Log: Document the SvUTF8*().
16363 ! pod/perlapi.pod sv.h
16364 ____________________________________________________________________________
16365 [ 7051] By: gsar on 2000/09/11 14:46:30
16366 Log: C<@a = @b = split(...)> optimization coredumps under ithreads
16367 (missed a spot when fixing up op_pmreplroot hack for ithreads)
16369 ! op.c t/op/split.t
16370 ____________________________________________________________________________
16371 [ 7050] By: nick on 2000/09/11 10:03:51
16372 Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
16374 Subject: borland C++ win32.c tweak
16375 From: Vadim Konovalov <vkonovalov@lucent.com>
16376 Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
16377 Date: Mon, 11 Sep 2000 11:22:33 +0400
16380 ____________________________________________________________________________
16381 [ 7049] By: nick on 2000/09/11 09:57:33
16382 Log: Point fix for s/// on foreach (keys %xxx).
16385 ____________________________________________________________________________
16386 [ 7048] By: jhi on 2000/09/10 23:37:09
16387 Log: Silence t/pod/*.t about alternate quote-mappings now implemented
16388 by Pod::Text, from Brad Appleton.
16390 ! t/pod/testp2pt.pl
16391 ____________________________________________________________________________
16392 [ 7047] By: jhi on 2000/09/10 14:32:53
16393 Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
16396 ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
16397 ____________________________________________________________________________
16398 [ 7046] By: jhi on 2000/09/10 14:15:08
16399 Log: Upgrade to CPAN 1.57_65, from Andreas König.
16401 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
16402 ____________________________________________________________________________
16403 [ 7045] By: jhi on 2000/09/08 21:36:32
16404 Log: Update Changes.
16406 ! Changes patchlevel.h
16407 ____________________________________________________________________________
16408 [ 7044] By: jhi on 2000/09/08 21:29:56
16409 Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
16410 From: Peter Prymmer <pvhp@forte.com>
16411 Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
16412 Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
16415 ____________________________________________________________________________
16416 [ 7043] By: jhi on 2000/09/08 21:27:50
16417 Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
16418 From: Peter Prymmer <pvhp@forte.com>
16419 Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
16420 Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
16422 ! Makefile.SH installperl
16423 ____________________________________________________________________________
16424 [ 7042] By: jhi on 2000/09/08 21:23:21
16425 Log: Continue #7041.
16427 ! cygwin/Makefile.SHs os2/Makefile.SHs
16428 ____________________________________________________________________________
16429 [ 7041] By: jhi on 2000/09/08 21:18:10
16430 Log: Do away with memory models cruft. Sorry, PDP users.
16432 ! U/modified/cc.U U/modified/libpth.U
16434 ! Configure Makefile.SH Porting/Glossary Porting/config.sh
16435 ! Porting/config_H cflags.SH config_h.SH configure.com
16436 ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
16437 ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
16438 ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
16439 ____________________________________________________________________________
16440 [ 7040] By: jhi on 2000/09/08 14:34:18
16441 Log: Major rewrite of s2p. And I mean really major, it is
16442 an implementation of sed in perl. If called as s2p it
16443 will function as s2p. Note: needs non-UNIXifying.
16446 From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
16447 Date: Mon, 28 Aug 2000 14:05:12 +0200
16448 Message-ID: <39AA5578.2102E2AA@alcatel.at>
16451 ____________________________________________________________________________
16452 [ 7039] By: jhi on 2000/09/08 14:19:49
16453 Log: Re-allow vec() for characters > 255.
16455 Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
16456 From: Spider Boardman <spider@web.zk3.dec.com>
16457 Date: Fri, 08 Sep 2000 02:21:02 -0400
16458 Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
16460 ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
16462 ____________________________________________________________________________
16463 [ 7038] By: jhi on 2000/09/08 14:14:18
16464 Log: Subject: [PATCH lib/Benchmark.pm]
16465 From: <abigail@foad.org>
16466 Date: Thu, 7 Sep 2000 15:03:20 -0400
16467 Message-ID: <20000907190320.888.qmail@foad.org>
16470 ____________________________________________________________________________
16471 [ 7037] By: jhi on 2000/09/08 14:11:06
16472 Log: Optimizing hash keys into shared strings doesn't work with ithreads.
16474 Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi
16475 From: Spider Boardman <spider@web.zk3.dec.com>
16476 Date: Fri, 08 Sep 2000 01:30:27 -0400
16477 Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
16480 ____________________________________________________________________________
16481 [ 7036] By: jhi on 2000/09/08 14:08:58
16482 Log: Subject: [ID 20000908.002] perlipc documentation bug.
16483 From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
16484 Date: Fri, 08 Sep 2000 12:38:32 +0200
16485 Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
16488 ____________________________________________________________________________
16489 [ 7035] By: jhi on 2000/09/08 14:03:12
16490 Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
16491 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16492 Date: Fri, 08 Sep 2000 11:47:34 +0200
16493 Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
16496 ____________________________________________________________________________
16497 [ 7034] By: jhi on 2000/09/08 13:59:35
16498 Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
16499 From: Simon Cozens <simon@cozens.net>
16500 Date: Thu, 7 Sep 2000 20:40:38 +0100
16501 Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
16504 ____________________________________________________________________________
16505 [ 7033] By: jhi on 2000/09/08 04:03:03
16506 Log: Subject: [ID 20000904.008] Tiny fix for perldiag
16507 From: "Larry W. Virden" <lvirden@cas.org>
16508 Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
16509 Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
16512 ____________________________________________________________________________
16513 [ 7032] By: jhi on 2000/09/07 22:18:30
16514 Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
16515 From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
16516 Date: Mon, 04 Sep 2000 13:16:38 -0700
16517 Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
16520 ____________________________________________________________________________
16521 [ 7031] By: jhi on 2000/09/07 22:02:29
16522 Log: Fix the ccversion detection for 5.1 and beyond.
16524 Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
16525 From: Spider Boardman <spider@leggy.zk3.dec.com>
16526 Date: Thu, 7 Sep 2000 17:54:27 -0400
16527 Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
16530 ____________________________________________________________________________
16531 [ 7030] By: jhi on 2000/09/07 19:12:28
16534 Subject: [ID 20000903.001] \w in utf8-strings
16535 From: Marc Lehmann <pcg@goof.com>
16536 Date: Sun, 03 Sep 2000 09:44:29 +0200
16537 Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
16539 and various related nits.
16541 ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
16542 ____________________________________________________________________________
16543 [ 7029] By: jhi on 2000/09/07 18:49:09
16544 Log: Fix the URL, but the server is still missing in action.
16546 Subject: [ID 20000905.002] perlfaq1.pod URL error
16547 From: "Larry W. Virden" <lvirden@cas.org>
16548 Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
16549 Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
16552 ____________________________________________________________________________
16553 [ 7028] By: jhi on 2000/09/07 18:47:13
16554 Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202
16555 From: Hugo <hv@crypt.compulink.co.uk>
16556 Date: Tue, 05 Sep 2000 14:13:37 +0100
16557 Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
16560 ____________________________________________________________________________
16561 [ 7027] By: jhi on 2000/09/07 18:45:35
16562 Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
16563 From: Daniel Chetlin <daniel@chetlin.com>
16564 Date: Tue, 5 Sep 2000 04:57:07 -0700
16565 Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
16567 ! pod/perlfaq6.pod pod/perlop.pod
16568 ____________________________________________________________________________
16569 [ 7026] By: jhi on 2000/09/07 18:44:01
16570 Log: Document the new ref() semantics.
16572 Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
16573 From: Gisle Aas <gisle@ActiveState.com>
16574 Date: 05 Sep 2000 08:10:30 +0200
16575 Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
16577 ! pod/perldelta.pod
16578 ____________________________________________________________________________
16579 [ 7025] By: jhi on 2000/09/07 18:42:27
16580 Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
16582 Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
16583 From: Gisle Aas <gisle@ActiveState.com>
16584 Date: 05 Sep 2000 08:11:40 +0200
16585 Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
16587 ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
16588 ____________________________________________________________________________
16589 [ 7024] By: jhi on 2000/09/07 18:39:32
16590 Log: Subject: [PATCH] Modernize Opcode.pm documentation
16591 From: Gisle Aas <gisle@ActiveState.com>
16592 Date: 4 Sep 2000 00:18:55 -0000
16593 Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
16595 ! ext/Opcode/Opcode.pm
16596 ____________________________________________________________________________
16597 [ 7023] By: jhi on 2000/09/07 18:37:42
16598 Log: Subject: [PATCH] Tied filehandle documentation
16599 From: Gisle Aas <gisle@ActiveState.com>
16600 Date: 4 Sep 2000 00:14:40 -0000
16601 Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
16603 ! pod/perlfunc.pod pod/perltie.pod
16604 ____________________________________________________________________________
16605 [ 7022] By: jhi on 2000/09/07 18:35:37
16606 Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
16607 From: Gisle Aas <gisle@ActiveState.com>
16608 Date: 4 Sep 2000 00:04:22 -0000
16609 Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
16611 ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
16612 ____________________________________________________________________________
16613 [ 7021] By: jhi on 2000/09/07 18:33:22
16614 Log: Subject: small apidoc fix
16615 From: Marc Lehmann <pcg@goof.com>
16616 Date: Sun, 3 Sep 2000 05:12:06 +0200
16617 Message-ID: <20000903051206.A5909@cerebro.laendle>
16619 ! pod/perlapi.pod utf8.c
16620 ____________________________________________________________________________
16621 [ 7020] By: jhi on 2000/09/07 16:14:57
16622 Log: Tiny perldelta nits.
16624 ! pod/perldelta.pod
16625 ____________________________________________________________________________
16626 [ 7019] By: jhi on 2000/09/07 16:04:20
16627 Log: Guard against bad string->int conversion for quads.
16630 ____________________________________________________________________________
16631 [ 7018] By: jhi on 2000/09/06 17:07:03
16632 Log: Update Unicode todo list.
16635 ____________________________________________________________________________
16636 [ 7017] By: jhi on 2000/09/05 21:16:01
16637 Log: Document the SvIOK_.*UV().
16639 ! pod/perlapi.pod sv.h
16640 ____________________________________________________________________________
16641 [ 7016] By: nick on 2000/09/03 21:54:46
16642 Log: Hash lookup of constant strings optimization:
16643 Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
16644 to string table (as per sharepvn). Add newSV_pvn_share to create such
16645 a thing. Make hv.c compare addresses of strings and skip string compare
16646 if equal. Make method_named and helem ops use these shared-string SVs
16647 when arg is constant. Make keys op return shared-string SVs (less clearly
16650 ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
16651 ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
16652 ! pod/perlintern.pod pp_hot.c proto.h sv.c
16653 ____________________________________________________________________________
16654 [ 7015] By: jhi on 2000/09/02 17:48:59
16655 Log: This is 5.7.0.
16658 ____________________________________________________________________________
16659 [ 7014] By: jhi on 2000/09/02 17:35:45
16660 Log: Changes and patchlevel tweaks.
16662 ! Changes patchlevel.h
16663 ____________________________________________________________________________
16664 [ 7013] By: jhi on 2000/09/02 17:30:50
16665 Log: Update Changes.
16667 ! Changes patchlevel.h
16668 ____________________________________________________________________________
16669 [ 7012] By: nick on 2000/09/02 17:25:20
16670 Log: More %{} and other deref special casing - do not pass to 'nomethod'.
16672 ! gv.c lib/overload.pm
16673 ____________________________________________________________________________
16674 [ 7011] By: jhi on 2000/09/02 17:16:25
16675 Log: Update perlhist.
16678 ____________________________________________________________________________
16679 [ 7010] By: jhi on 2000/09/02 17:01:35
16680 Log: perldelta nits.
16682 ! pod/perldelta.pod
16683 ____________________________________________________________________________
16684 [ 7009] By: nick on 2000/09/02 16:48:35
16685 Log: If overloaded %{} etc. return the object do not loop.
16686 Thus sub deref { $_[0] } functions if object is wanted type.
16689 ____________________________________________________________________________
16690 [ 7008] By: jhi on 2000/09/02 16:26:11
16691 Log: Retab MANIFEST.
16693 ! ext/Storable/MANIFEST
16694 ____________________________________________________________________________
16695 [ 7007] By: jhi on 2000/09/02 16:23:02
16696 Log: Make certain cc is set before trying to run it.
16698 ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
16699 ____________________________________________________________________________
16700 [ 7006] By: jhi on 2000/09/02 15:45:41
16701 Log: Unicode notes.
16703 ! pod/perldelta.pod
16704 ____________________________________________________________________________
16705 [ 7005] By: jhi on 2000/09/02 15:42:11
16706 Log: Various Configure nits by Philip Newton,
16707 plus the ebcdic one by me.
16709 + U/modified/pager.U
16710 ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
16711 Branch: metaconfig/U/perl
16712 ! Devel.U quadfio.U
16714 ! Configure config_h.SH
16715 ____________________________________________________________________________
16716 [ 7004] By: jhi on 2000/09/02 15:06:14
16717 Log: Apparently avoiding the swapping is too costly.
16719 From: "Ben Tilly" <ben_tilly@hotmail.com>
16720 Subject: Re: the door is closed.
16721 Date: Fri, 01 Sep 2000 20:23:16 EDT
16722 Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
16725 ____________________________________________________________________________
16726 [ 7003] By: nick on 2000/09/02 12:26:04
16727 Log: Undo part of change 6489 which looks like a bulk edit which
16728 changed _all_ gv_efullname3() calls to gv_efullname4() calls.
16729 The supressing of main:: on return from select() is undesirable.
16732 ____________________________________________________________________________
16733 [ 7002] By: jhi on 2000/09/01 23:08:54
16734 Log: Update Changes.
16736 ! Changes patchlevel.h
16737 ____________________________________________________________________________
16738 [ 7001] By: jhi on 2000/09/01 23:00:13
16739 Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
16740 From: Peter Prymmer <pvhp@forte.com>
16741 Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
16742 Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
16744 plus rework the http: spots as suggested by Tom Christiansen,
16745 plus regen perltoc.
16747 ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
16748 ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
16749 ____________________________________________________________________________
16750 [ 7000] By: jhi on 2000/09/01 22:36:01
16751 Log: Only the first line, thank you very much.
16753 ! hints/solaris_2.sh
16754 ____________________________________________________________________________
16755 [ 6999] By: gsar on 2000/09/01 22:16:40
16756 Log: change#6791 accidentally clobbered change#6710, put it back
16759 ____________________________________________________________________________
16760 [ 6998] By: jhi on 2000/09/01 22:14:16
16761 Log: Mention the HP-UX LP64 freak failure.
16763 ! pod/perldelta.pod
16764 ____________________________________________________________________________
16765 [ 6997] By: jhi on 2000/09/01 21:48:32
16769 ____________________________________________________________________________
16770 [ 6996] By: jhi on 2000/09/01 21:27:10
16771 Log: Update Changes.
16773 ! Changes patchlevel.h
16774 ____________________________________________________________________________
16775 [ 6995] By: jhi on 2000/09/01 21:14:24
16776 Log: Mi splgn s gnin.g
16779 ____________________________________________________________________________
16780 [ 6994] By: jhi on 2000/09/01 21:09:54
16781 Log: Subject: http:// in L<>
16782 From: Nicholas Clark <nick@ccl4.org>
16783 Date: Fri, 1 Sep 2000 22:03:21 +0100
16784 Message-ID: <20000901220321.B72074@plum.flirble.org>
16786 ! README.os2 pod/perl56delta.pod pod/perlxs.pod
16787 ____________________________________________________________________________
16788 [ 6993] By: jhi on 2000/09/01 21:06:54
16789 Log: Update to Storable 1.0, from Raphael Manfredi.
16791 ! ext/Storable/ChangeLog ext/Storable/MANIFEST
16792 ! ext/Storable/Makefile.PL ext/Storable/README
16793 ! ext/Storable/Storable.pm ext/Storable/Storable.xs
16794 ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
16795 ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
16796 ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
16797 ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
16798 ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
16799 ____________________________________________________________________________
16800 [ 6992] By: jhi on 2000/09/01 20:43:05
16801 Log: Mention known sfio+linux buglet.
16803 ! pod/perldelta.pod
16804 ____________________________________________________________________________
16805 [ 6991] By: jhi on 2000/09/01 20:40:11
16806 Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
16807 From: Peter Prymmer <pvhp@forte.com>
16808 Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
16809 Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
16812 ____________________________________________________________________________
16813 [ 6990] By: jhi on 2000/09/01 20:25:26
16814 Log: Retract #6986.
16816 ! hints/solaris_2.sh
16817 ____________________________________________________________________________
16818 [ 6989] By: jhi on 2000/09/01 20:23:00
16819 Log: Mergesort is back.
16821 ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
16822 ____________________________________________________________________________
16823 [ 6988] By: jhi on 2000/09/01 19:37:40
16824 Log: Subject: [PATCH] Fix vec() / utf8 (was Re: bitvec ops still broken with utf8 -- or not?)
16825 From: Mike Guy <mjtg@cam.ac.uk>
16826 Date: Fri, 01 Sep 2000 17:43:33 +0100
16827 Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
16829 ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
16830 ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
16831 ____________________________________________________________________________
16832 [ 6987] By: jhi on 2000/09/01 19:17:10
16833 Log: Regen perltoc.
16836 ____________________________________________________________________________
16837 [ 6986] By: jhi on 2000/09/01 18:51:10
16838 Log: Subject: Re: Solaris x86 has no SPARC libraries!
16839 From: Lupe Christoph <lupe@lupe-christoph.de>
16840 Date: Fri, 1 Sep 2000 20:41:20 +0200
16841 Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
16843 ! hints/solaris_2.sh
16844 ____________________________________________________________________________
16845 [ 6985] By: jhi on 2000/09/01 18:28:10
16846 Log: Update Changes.
16848 ! Changes patchlevel.h
16849 ____________________________________________________________________________
16850 [ 6984] By: jhi on 2000/09/01 18:26:53
16851 Log: Feature ordering tweak.
16854 ____________________________________________________________________________
16855 [ 6983] By: jhi on 2000/09/01 18:19:50
16856 Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
16857 From: <abigail@foad.org>
16858 Date: Fri, 1 Sep 2000 13:07:32 -0400
16859 Message-ID: <20000901170732.18249.qmail@foad.org>
16861 ! t/pragma/overload.t
16862 ____________________________________________________________________________
16863 [ 6982] By: jhi on 2000/09/01 18:17:54
16864 Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
16865 so that case-ignoring systems like DCL can tell them from
16866 PRIefldbl and PRIx64. Apply Merijn's ccversion patches.
16867 Branch: metaconfig/U/perl
16868 ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
16870 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16871 ! config_h.SH configure.com epoc/config.sh hints/aix.sh
16872 ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
16873 ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
16874 ! vos/config.def vos/config.h vos/config_h.SH_orig
16875 ! win32/config.bc win32/config.gc win32/config.vc
16876 ____________________________________________________________________________
16877 [ 6981] By: nick on 2000/09/01 17:21:57
16878 Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
16879 warning when UNTIE exists and instead pass the cound of extra references to
16882 ! pod/perltie.pod pp_sys.c
16883 ____________________________________________________________________________
16884 [ 6980] By: jhi on 2000/09/01 16:54:44
16885 Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
16886 From: Peter Prymmer <pvhp@forte.com>
16887 Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
16888 Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
16891 ____________________________________________________________________________
16892 [ 6979] By: jhi on 2000/09/01 16:06:20
16893 Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world
16894 From: Mike Guy <mjtg@cam.ac.uk>
16895 Date: Fri, 01 Sep 2000 16:49:27 +0100
16896 Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>
16899 ____________________________________________________________________________
16900 [ 6978] By: jhi on 2000/09/01 16:00:42
16901 Log: Update to PodParser 1.18, from Brad Appleton.
16903 ! lib/Pod/Checker.pm t/pod/find.t
16904 ____________________________________________________________________________
16905 [ 6977] By: jhi on 2000/09/01 14:48:58
16906 Log: Subject: Nit in Configure (bleadperl@6961)
16907 From: Lupe Christoph <lupe@lupe-christoph.de>
16908 Date: Fri, 1 Sep 2000 16:34:29 +0200
16909 Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
16911 ! U/compline/ccflags.U
16913 ! Configure config_h.SH
16914 ____________________________________________________________________________
16915 [ 6976] By: jhi on 2000/09/01 14:39:52
16916 Log: Update Changes.
16918 ! Changes patchlevel.h
16919 ____________________________________________________________________________
16920 [ 6975] By: jhi on 2000/09/01 14:37:36
16921 Log: microperl config update.
16923 ! uconfig.h uconfig.sh
16924 ____________________________________________________________________________
16925 [ 6974] By: jhi on 2000/09/01 14:36:53
16926 Log: Document known deficiencies.
16928 ! pod/perldelta.pod
16929 ____________________________________________________________________________
16930 [ 6973] By: jhi on 2000/09/01 14:10:20
16931 Log: Mention warnings fixes and updates.
16933 ! pod/perldelta.pod
16934 ____________________________________________________________________________
16935 [ 6972] By: jhi on 2000/09/01 14:01:52
16936 Log: Drop unused argument.
16938 Subject: Re: [ID 20000831.034] overload::constant and number of arguments.
16939 From: Spider Boardman <spider@web.zk3.dec.com>
16940 Date: Thu, 31 Aug 2000 16:10:15 -0400
16941 Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
16944 ____________________________________________________________________________
16945 [ 6971] By: jhi on 2000/09/01 13:59:24
16946 Log: Add the overload warnings to perldiag.
16948 ! lib/overload.pm pod/perldiag.pod
16949 ____________________________________________________________________________
16950 [ 6970] By: jhi on 2000/09/01 13:55:10
16951 Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
16952 From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
16953 Date: Fri, 1 Sep 2000 13:43:15 +0100
16954 Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>
16956 ! lib/overload.pm t/pragma/overload.t
16957 ____________________________________________________________________________
16958 [ 6969] By: jhi on 2000/09/01 13:52:27
16959 Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
16960 From: <abigail@foad.org>
16961 Date: Fri, 1 Sep 2000 05:46:54 -0400
16962 Message-ID: <20000901094654.6476.qmail@foad.org>
16965 ____________________________________________________________________________
16966 [ 6968] By: jhi on 2000/09/01 13:50:05
16967 Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
16968 From: Daniel Chetlin <daniel@chetlin.com>
16969 Date: Fri, 1 Sep 2000 02:10:55 -0700
16970 Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
16972 ! pod/perlretut.pod
16973 ____________________________________________________________________________
16974 [ 6967] By: jhi on 2000/09/01 13:47:54
16975 Log: Part of the solution.
16977 Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
16978 From: Mike Guy <mjtg@cam.ac.uk>
16979 Date: Fri, 01 Sep 2000 14:16:01 +0100
16980 Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
16983 ____________________________________________________________________________
16984 [ 6966] By: jhi on 2000/09/01 13:46:17
16985 Log: Subject: CPAN.pm beta 1.57_57 for the core
16986 From: andreas.koenig@anima.de (Andreas J. Koenig)
16987 Date: 01 Sep 2000 15:16:31 +0200
16988 Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
16990 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
16991 ____________________________________________________________________________
16992 [ 6965] By: jhi on 2000/09/01 13:43:18
16993 Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
16994 From: "Craig A. Berry" <craig.berry@psinetcs.com>
16995 Date: Fri, 01 Sep 2000 01:47:22 -0500
16996 Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
16998 ! pod/perldelta.pod vms/vms.c
16999 ____________________________________________________________________________
17000 [ 6964] By: jhi on 2000/09/01 13:35:35
17001 Log: File::Temp patches from Andreas König,
17003 Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8 (UNINSTALLED)
17004 From: andreas.koenig@anima.de (Andreas J. Koenig)
17005 Date: 01 Sep 2000 10:07:20 +0200
17006 Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
17008 Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
17009 From: andreas.koenig@anima.de (Andreas J. Koenig)
17010 Date: 31 Aug 2000 23:26:08 +0200
17011 Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
17013 ! lib/File/Temp.pm t/lib/ftmp-security.t
17014 ____________________________________________________________________________
17015 [ 6963] By: jhi on 2000/09/01 02:22:24
17016 Log: Retract the mergesort code, way too incompatible licensing
17019 ! pod/perldelta.pod pp_ctl.c
17020 ____________________________________________________________________________
17021 [ 6962] By: jhi on 2000/08/31 23:27:32
17022 Log: Update Changes.
17024 ! Changes patchlevel.h
17025 ____________________________________________________________________________
17026 [ 6961] By: jhi on 2000/08/31 23:20:04
17027 Log: Small tweaks all over.
17029 ! U/compline/d_gconvert.U
17031 ! AUTHORS Configure config_h.SH pp_ctl.c
17032 ____________________________________________________________________________
17033 [ 6960] By: jhi on 2000/08/31 22:39:36
17034 Log: Further rewording.
17037 ____________________________________________________________________________
17038 [ 6959] By: jhi on 2000/08/31 21:26:44
17039 Log: More address tweaking.
17042 ____________________________________________________________________________
17043 [ 6958] By: jhi on 2000/08/31 20:47:25
17044 Log: AUTHORS tweaks, from Peter Prymmer.
17046 Subject: [PATCH: 6948] mvs doesn't exist (not any more)
17047 From: Peter Prymmer <pvhp@forte.com>
17048 Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT)
17049 Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
17052 ____________________________________________________________________________
17053 [ 6957] By: jhi on 2000/08/31 20:34:43
17054 Log: perldelta tweaks.
17056 ! pod/perldelta.pod
17057 ____________________________________________________________________________
17058 [ 6956] By: jhi on 2000/08/31 19:11:06
17059 Log: Regen perltoc.
17062 ____________________________________________________________________________
17063 [ 6955] By: jhi on 2000/08/31 19:06:30
17064 Log: Clarify the mergesort situation.
17067 ____________________________________________________________________________
17068 [ 6954] By: jhi on 2000/08/31 18:24:17
17069 Log: Move the Solaris 7 scan to use64bitall, make the
17070 failure to find 64-bot sparc libc to mention the
17071 possibility of being in an intel, from Lupe and Alan.
17073 ! hints/solaris_2.sh
17074 ____________________________________________________________________________
17075 [ 6953] By: jhi on 2000/08/31 18:09:20
17076 Log: Forget about NV_MAX (#6951). Various floating point tweaks,
17077 ideas from Eric Fifer, Yitzchak, Alan, and Spider.
17079 ! U/compline/d_gconvert.U U/threads/archname.U
17080 Branch: metaconfig/U/perl
17083 ! Configure config_h.SH sv.c
17084 ____________________________________________________________________________
17085 [ 6952] By: jhi on 2000/08/31 17:42:24
17086 Log: :: not allowed in pathnames, change to .
17088 Subject: [PATCH perl@6938] cygwin port
17089 From: "Fifer, Eric" <EFifer@sanwaint.com>
17090 Date: Thu, 31 Aug 2000 16:32:59 +0100
17091 Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
17092 Branch: metaconfig/U/perl
17094 ____________________________________________________________________________
17095 [ 6951] By: jhi on 2000/08/31 17:02:05
17096 Log: Try to deduce NV_MAX. Really should be Configure fodder.
17099 ____________________________________________________________________________
17100 [ 6950] By: jhi on 2000/08/31 16:26:08
17101 Log: More author updates.
17103 Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
17104 From: Simon Cozens <simon@cozens.net>
17105 Date: Thu, 31 Aug 2000 17:13:32 +0100
17106 Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
17109 ____________________________________________________________________________
17110 [ 6949] By: jhi on 2000/08/31 16:04:49
17111 Log: POSIX doesn't report long double values under -Duselongdouble
17112 when the long doubles are "real" (bigger than doubles).
17114 Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
17115 From: Spider Boardman <spider@peano.zk3.dec.com>
17116 Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
17117 Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
17119 ! ext/POSIX/POSIX.xs
17120 ____________________________________________________________________________
17121 [ 6948] By: jhi on 2000/08/31 15:25:10
17122 Log: Update Changes.
17124 ! Changes patchlevel.h
17125 ____________________________________________________________________________
17126 [ 6947] By: jhi on 2000/08/31 15:22:29
17127 Log: Document UNTIE in a very minimalistic way.
17129 ! pod/perlfunc.pod pod/perltie.pod
17130 ____________________________________________________________________________
17131 [ 6946] By: jhi on 2000/08/31 15:15:23
17132 Log: Document known failures.
17134 ! pod/perldelta.pod
17135 ____________________________________________________________________________
17136 [ 6945] By: jhi on 2000/08/31 15:07:00
17137 Log: Don't attach -ld to the archname if pointless.
17139 ! U/threads/archname.U
17141 ! Configure config_h.SH
17142 ____________________________________________________________________________
17143 [ 6944] By: jhi on 2000/08/31 14:37:42
17144 Log: Wrap the test in eval.
17146 Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
17147 From: Tim Jenness <timj@jach.hawaii.edu>
17148 Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
17149 Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
17151 ! t/lib/ftmp-security.t
17152 ____________________________________________________________________________
17153 [ 6943] By: jhi on 2000/08/31 14:30:57
17154 Log: Make -Dusemorebits find long doubles in Solaris.
17156 ! hints/solaris_2.sh
17157 ____________________________________________________________________________
17158 [ 6942] By: jhi on 2000/08/31 13:48:45
17159 Log: Clarify the third case of ftmp-security warnings.
17162 ____________________________________________________________________________
17163 [ 6941] By: jhi on 2000/08/31 13:40:31
17164 Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
17165 From: <abigail@foad.org>
17166 Date: Thu, 31 Aug 2000 01:35:05 -0400
17167 Message-ID: <20000831053505.32120.qmail@foad.org>
17169 ! pod/perldelta.pod
17170 ____________________________________________________________________________
17171 [ 6940] By: jhi on 2000/08/31 13:38:48
17172 Log: Issue useful diagnostic on unknown pod commands.
17174 Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
17175 From: <abigail@foad.org>
17176 Date: Thu, 31 Aug 2000 03:41:18 -0400
17177 Message-ID: <20000831074118.24880.qmail@foad.org>
17180 ____________________________________________________________________________
17181 [ 6939] By: jhi on 2000/08/31 13:34:33
17182 Log: Reveal Borland's isnan.
17184 Subject: build with BC++ tweak
17185 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
17186 Date: Thu, 31 Aug 2000 13:09:37 +0400
17187 Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
17190 ____________________________________________________________________________
17191 [ 6938] By: jhi on 2000/08/31 05:01:20
17192 Log: Update Changes.
17194 ! Changes patchlevel.h
17195 ____________________________________________________________________________
17196 [ 6937] By: jhi on 2000/08/31 04:26:23
17197 Log: sscanf() may be the only way to read long doubles from strings.
17198 Branch: metaconfig/U/perl
17201 ! Configure config_h.SH perl.h util.c
17202 ____________________________________________________________________________
17203 [ 6936] By: jhi on 2000/08/31 04:18:19
17204 Log: The #6929 was too skimpy.
17207 ____________________________________________________________________________
17208 [ 6935] By: jhi on 2000/08/31 02:47:07
17209 Log: Subject: Re: typos in pods
17210 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
17211 Date: Wed, 30 Aug 2000 19:25:34 -0700
17212 Message-ID: <eIcr5gzkg25X092yn@efn.org>
17214 ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
17215 ____________________________________________________________________________
17216 [ 6934] By: jhi on 2000/08/31 02:42:55
17217 Log: Missed one Unicode file.
17219 + lib/unicode/UCDFF301.html
17220 ____________________________________________________________________________
17221 [ 6933] By: jhi on 2000/08/30 23:42:27
17222 Log: Update Changes.
17224 ! Changes patchlevel.h
17225 ____________________________________________________________________________
17226 [ 6932] By: jhi on 2000/08/30 23:40:07
17227 Log: Mention UNTIE in perldelta. Still needs documenting
17228 in perltie et alia.
17230 ! pod/perldelta.pod
17231 ____________________________________________________________________________
17232 [ 6931] By: jhi on 2000/08/30 23:36:02
17233 Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
17234 From: <abigail@foad.org>
17235 Date: Wed, 30 Aug 2000 19:28:07 -0400
17236 Message-ID: <20000830232807.305.qmail@foad.org>
17238 ! pod/perldelta.pod
17239 ____________________________________________________________________________
17240 [ 6930] By: jhi on 2000/08/30 23:32:40
17241 Log: Update to Unicode 3.0.1.
17243 + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
17244 + lib/unicode/PropList.txt lib/unicode/README.perl
17245 + lib/unicode/UCD301.html lib/unicode/Unicode.301
17246 - lib/unicode/Props.txt lib/unicode/UCD300.html
17247 - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
17249 ____________________________________________________________________________
17250 [ 6929] By: jhi on 2000/08/30 22:38:18
17251 Log: Heap decorruption.
17253 Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
17254 From: Alan Burlison <Alan.Burlison@uk.sun.com>
17255 Date: Wed, 30 Aug 2000 22:39:52 +0100
17256 Message-ID: <39AD7F28.A06533CF@uk.sun.com>
17259 ____________________________________________________________________________
17260 [ 6928] By: jhi on 2000/08/30 22:29:34
17261 Log: Retract the dummy test, skip the security tests (instead of failing),
17262 explain what the warnings mean.
17264 ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
17265 ____________________________________________________________________________
17266 [ 6927] By: jhi on 2000/08/30 22:14:13
17267 Log: Change the internal implementation of sort() to be mergesort
17268 instead of quicksort, from John Linderman <jpl@research.att.com>.
17269 Gives us better worst case, better average case, and stability.
17270 What's there not to like? (Small fixes for threaded builds
17273 ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
17274 ____________________________________________________________________________
17275 [ 6926] By: jhi on 2000/08/30 20:55:20
17276 Log: A better fix for the Socket building problem from Craig Berry.
17279 ____________________________________________________________________________
17280 [ 6925] By: jhi on 2000/08/30 20:20:25
17281 Log: Subject: [PATCH] Re: UNTIE method
17282 From: Nick Ing-Simmons <nik@tiuk.ti.com>
17283 Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
17284 Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
17286 ! pp_sys.c t/op/tie.t
17287 ____________________________________________________________________________
17288 [ 6924] By: jhi on 2000/08/30 20:17:11
17289 Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
17290 From: "Craig A. Berry" <craig.berry@psinetcs.com>
17291 Date: Wed, 30 Aug 2000 15:03:14 -0500
17292 Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
17295 ____________________________________________________________________________
17296 [ 6923] By: jhi on 2000/08/30 20:15:18
17297 Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
17298 From: "Craig A. Berry" <craig.berry@psinetcs.com>
17299 Date: Wed, 30 Aug 2000 13:30:36 -0500
17300 Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
17303 ____________________________________________________________________________
17304 [ 6922] By: jhi on 2000/08/30 19:54:43
17305 Log: Better options for rsync.
17308 ____________________________________________________________________________
17309 [ 6921] By: jhi on 2000/08/30 19:40:16
17310 Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
17311 From: Rick Delaney <rick@consumercontact.com>
17312 Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
17313 Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
17316 ____________________________________________________________________________
17317 [ 6920] By: jhi on 2000/08/30 19:36:40
17318 Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
17319 From: Peter Prymmer <pvhp@forte.com>
17320 Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
17321 Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
17324 ____________________________________________________________________________
17325 [ 6919] By: jhi on 2000/08/30 14:52:02
17326 Log: Update Changes.
17328 ! Changes patchlevel.h
17329 ____________________________________________________________________________
17330 [ 6918] By: jhi on 2000/08/30 14:48:34
17331 Log: NVs not necessarily doubles, as pointed out by Yitzchak.
17333 ! lib/ExtUtils/typemap
17334 ____________________________________________________________________________
17335 [ 6917] By: jhi on 2000/08/30 14:46:34
17336 Log: Subject: typos in pods
17337 From: Nicholas Clark <nick@ccl4.org>
17338 Date: Wed, 30 Aug 2000 01:12:50 +0100
17339 Message-ID: <20000830011249.A61388@plum.flirble.org>
17341 ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
17342 ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
17343 ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
17344 ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
17345 ____________________________________________________________________________
17346 [ 6916] By: jhi on 2000/08/30 14:19:09
17347 Log: Document Storable problems on Crays. (Will have
17348 to document all the other Storable problems, too.)
17350 ! pod/perldelta.pod
17351 ____________________________________________________________________________
17352 [ 6915] By: jhi on 2000/08/30 14:06:02
17353 Log: Subject: [PATCH] fix misc cast warnings
17354 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
17355 Date: Tue, 29 Aug 2000 23:16:14 -0700
17356 Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
17358 ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
17359 ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
17361 ____________________________________________________________________________
17362 [ 6914] By: jhi on 2000/08/30 14:03:45
17363 Log: Timestamp mismatch again. Need to fix this dependence on
17364 config_h.SH timestamp, since it's the contents of config_h.SH
17367 ! uconfig.h uconfig.sh
17368 ____________________________________________________________________________
17369 [ 6913] By: jhi on 2000/08/30 13:54:06
17370 Log: Don't say "Perl 5.0 source kit".
17373 ____________________________________________________________________________
17374 [ 6912] By: jhi on 2000/08/30 13:51:24
17375 Log: Reset archname and archname64 always, forcing them be
17376 recomputed at each Configure run, make Configure and
17377 the hints files agree on the naming of largefiles variables.
17379 ! U/threads/archname.U
17380 Branch: metaconfig/U/perl
17383 ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
17384 ! hints/linux.sh hints/solaris_2.sh
17385 ____________________________________________________________________________
17386 [ 6911] By: jhi on 2000/08/30 13:30:13
17387 Log: Put back the slice accidentally removed by #6907.
17389 ! hints/solaris_2.sh
17390 ____________________________________________________________________________
17391 [ 6910] By: jhi on 2000/08/30 01:24:26
17392 Log: Be consistent: other Net::get* do export theirs.
17394 Subject: Re: Net::protoent does not export 'getproto'
17395 From: Yasushi Nakajima <sey@jkc.co.jp>
17396 Date: Wed, 30 Aug 2000 09:53:14 +0900
17397 Message-Id: <200008300051.DAA24700@taku.hut.fi>
17399 ! lib/Net/protoent.pm
17400 ____________________________________________________________________________
17401 [ 6909] By: jhi on 2000/08/30 01:17:25
17402 Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps
17403 From: Gurusamy Sarathy <gsar@ActiveState.com>
17404 Date: Tue, 29 Aug 2000 17:17:07 -0700
17405 Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
17408 ____________________________________________________________________________
17409 [ 6908] By: jhi on 2000/08/30 00:58:05
17410 Log: Update Changes.
17412 ! Changes patchlevel.h
17413 ____________________________________________________________________________
17414 [ 6907] By: jhi on 2000/08/30 00:57:22
17415 Log: Introduce ccname to keep track of what compiler kind of we have.
17416 Branch: metaconfig/U/perl
17417 ! Checkcc.U gccvers.U
17419 ! Configure config_h.SH hints/solaris_2.sh
17420 ____________________________________________________________________________
17421 [ 6906] By: jhi on 2000/08/30 00:25:47
17422 Log: Put back the flags dump as reasoned in
17424 Subject: Re: [PATCH] Glob dumping
17425 From: Mike Guy <mjtg@cam.ac.uk>
17426 Date: Tue, 29 Aug 2000 21:41:32 +0100
17427 Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
17429 ! dump.c t/lib/peek.t
17430 ____________________________________________________________________________
17431 [ 6905] By: jhi on 2000/08/30 00:16:17
17432 Log: Make the epsilon to be relative, not absolute.
17434 Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
17435 From: Spider Boardman <spider-perl@orb.nashua.nh.us>
17436 Date: Tue, 29 Aug 2000 19:58:56 -0400
17437 Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
17440 ____________________________________________________________________________
17441 [ 6904] By: jhi on 2000/08/30 00:13:09
17442 Log: From now on, Gisle is on my list of usual suspects :-)
17445 ! ext/Opcode/Safe.pm
17446 ____________________________________________________________________________
17447 [ 6903] By: jhi on 2000/08/29 23:51:20
17448 Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
17449 From: "Craig A. Berry" <craig.berry@psinetcs.com>
17450 Date: Tue, 29 Aug 2000 18:43:26 -0500
17451 Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
17454 ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
17456 ____________________________________________________________________________
17457 [ 6902] By: jhi on 2000/08/29 23:44:14
17458 Log: Retry what #6882 attempted.
17460 Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
17461 From: Gisle Aas <gisle@ActiveState.com>
17462 Date: 30 Aug 2000 00:33:09 +0200
17463 Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
17465 ! ext/Opcode/Safe.pm
17466 ____________________________________________________________________________
17467 [ 6901] By: jhi on 2000/08/29 22:59:32
17468 Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
17469 From: Hugo <hv@crypt.compulink.co.uk>
17470 Date: Mon, 12 Jun 2000 19:36:08 +0100
17471 Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
17474 ____________________________________________________________________________
17475 [ 6900] By: jhi on 2000/08/29 22:58:35
17476 Log: Admit that we are leaking scalars.
17478 Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
17479 From: Spider Boardman <spider@leggy.zk3.dec.com>
17480 Date: Tue, 29 Aug 2000 18:48:29 -0400
17481 Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
17483 ! t/pragma/warnings.t
17484 ____________________________________________________________________________
17485 [ 6899] By: jhi on 2000/08/29 20:53:13
17486 Log: Update Changes.
17488 ! Changes patchlevel.h
17489 ____________________________________________________________________________
17490 [ 6898] By: jhi on 2000/08/29 20:46:21
17491 Log: Undo namespace pollution of #6878.
17493 Subject: Re: Net::protoent does not export 'getproto'
17494 From: Mike Guy <mjtg@cam.ac.uk>
17495 Date: Tue, 29 Aug 2000 21:32:37 +0100
17496 Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
17498 ! lib/Net/protoent.pm
17499 ____________________________________________________________________________
17500 [ 6897] By: jhi on 2000/08/29 20:44:29
17501 Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
17502 From: Peter Prymmer <pvhp@forte.com>
17503 Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
17504 Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
17506 ! pod/perlebcdic.pod
17507 ____________________________________________________________________________
17508 [ 6896] By: jhi on 2000/08/29 20:40:57
17509 Log: There's no point repeating the 'revision' (5) of perl5.
17510 Branch: metaconfig/U/perl
17511 ! Devel.U patchlevel.U
17513 ! Configure config_h.SH
17514 ____________________________________________________________________________
17515 [ 6895] By: jhi on 2000/08/29 20:16:58
17516 Log: Regen Configure for #6894.
17517 Branch: metaconfig/U/perl
17520 ! Configure config_h.SH
17521 ____________________________________________________________________________
17522 [ 6894] By: jhi on 2000/08/29 19:59:52
17523 Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
17524 From: "Philip Newton" <Philip.Newton@gmx.net>
17525 Date: Tue, 29 Aug 2000 21:39:14 +0200
17526 Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
17528 ! Configure INSTALL README hints/README.hints hints/bsdos.sh
17529 ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
17530 ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
17532 ____________________________________________________________________________
17533 [ 6893] By: jhi on 2000/08/29 19:55:30
17534 Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
17535 From: "Philip Newton" <Philip.Newton@gmx.net>
17536 Date: Tue, 29 Aug 2000 21:39:14 +0200
17537 Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
17540 ____________________________________________________________________________
17541 [ 6892] By: jhi on 2000/08/29 19:53:59
17542 Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
17543 From: "Philip Newton" <Philip.Newton@gmx.net>
17544 Date: Tue, 29 Aug 2000 21:48:18 +0200
17545 Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
17548 ____________________________________________________________________________
17549 [ 6891] By: jhi on 2000/08/29 18:30:03
17550 Log: Nail the ID 20000828.023.
17552 ! ext/Storable/Storable.xs
17553 ____________________________________________________________________________
17554 [ 6890] By: jhi on 2000/08/29 16:50:17
17555 Log: Under usethreads the dumped variable is IN_PAD.
17557 Subject: Re: [PATCH] Glob dumping
17558 From: Gisle Aas <gisle@ActiveState.com>
17559 Date: 29 Aug 2000 18:45:05 +0200
17560 Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
17563 ____________________________________________________________________________
17564 [ 6889] By: jhi on 2000/08/29 15:17:37
17565 Log: Update Changes.
17567 ! Changes patchlevel.h
17568 ____________________________________________________________________________
17569 [ 6888] By: jhi on 2000/08/29 14:49:59
17570 Log: Retract #6882, broke the safe tests.
17572 ! ext/Opcode/Safe.pm
17573 ____________________________________________________________________________
17574 [ 6887] By: jhi on 2000/08/29 14:47:06
17575 Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
17576 From: Gisle Aas <gisle@ActiveState.com>
17577 Date: 09 Jun 2000 20:00:11 +0200
17578 Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
17581 ____________________________________________________________________________
17582 [ 6886] By: jhi on 2000/08/29 14:42:45
17583 Log: The #6881 removed one dump line.
17586 ____________________________________________________________________________
17587 [ 6885] By: jhi on 2000/08/29 14:30:47
17588 Log: Don't forget to tidy up.
17590 ! t/lib/ftmp-security.t
17591 ____________________________________________________________________________
17592 [ 6884] By: jhi on 2000/08/29 14:25:17
17593 Log: Disabling the one test is a bit tricky.
17595 ! t/lib/ftmp-security.t
17596 ____________________________________________________________________________
17597 [ 6883] By: jhi on 2000/08/29 14:16:25
17598 Log: Disable one of the tests for now.
17600 ! t/lib/ftmp-security.t
17601 ____________________________________________________________________________
17602 [ 6882] By: jhi on 2000/08/29 14:05:50
17603 Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
17605 Date: 29 Aug 2000 10:35:06 -0000
17606 Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
17608 ! ext/Opcode/Safe.pm
17609 ____________________________________________________________________________
17610 [ 6881] By: jhi on 2000/08/29 14:03:51
17611 Log: Subject: [PATCH] Glob dumping
17612 From: Gisle Aas <gisle@ActiveState.com>
17613 Date: 29 Aug 2000 07:59:42 -0000
17614 Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
17617 ____________________________________________________________________________
17618 [ 6880] By: jhi on 2000/08/29 14:02:01
17619 Log: Subject: [PATCH] Warnings in B::Deparse
17620 From: <abigail@foad.org>
17621 Date: Tue, 29 Aug 2000 00:00:01 -0400
17622 Message-ID: <20000829040001.2999.qmail@foad.org>
17624 ! ext/B/B/Deparse.pm
17625 ____________________________________________________________________________
17626 [ 6879] By: jhi on 2000/08/29 13:57:26
17627 Log: Missed a change in #6869.
17630 ____________________________________________________________________________
17631 [ 6878] By: jhi on 2000/08/29 13:45:04
17632 Log: Subject: Net::protoent does not export 'getproto'
17633 From: Yasushi Nakajima <sey@jkc.co.jp>
17634 Date: Tue, 29 Aug 2000 17:28:57 +0900
17636 ! lib/Net/protoent.pm
17637 ____________________________________________________________________________
17638 [ 6877] By: jhi on 2000/08/29 13:39:19
17639 Log: Patches all over for people and the files they (hopefully) care about.
17641 ! AUTHORS Changes MAINTAIN
17642 ____________________________________________________________________________
17643 [ 6876] By: jhi on 2000/08/29 12:53:54
17644 Log: Fix for thinko in #6848.
17646 Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
17647 From: Lupe Christoph <lupe@lupe-christoph.de>
17648 Date: Tue, 29 Aug 2000 09:04:08 +0200
17649 Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
17651 ! ext/Thread/Thread.xs
17652 ____________________________________________________________________________
17653 [ 6875] By: jhi on 2000/08/29 12:50:14
17654 Log: Update to Getopt::Long 2.24, from Johan Vromans.
17656 ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
17657 ____________________________________________________________________________
17658 [ 6874] By: jhi on 2000/08/29 02:09:53
17659 Log: Use minimal @INC in tests, most of the time just '../lib',
17660 so that we simply can't pick up stuff from other Perls than
17661 the one we are testing. Pointed out by
17663 From: Mike Guy <mjtg@cam.ac.uk>
17664 Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built
17665 Date: Fri, 25 Aug 2000 15:15:59 +0100
17666 Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
17669 ____________________________________________________________________________
17670 [ 6873] By: jhi on 2000/08/29 01:07:11
17671 Log: Subject: [PATCH] Re: files not cleaned even by veryclean
17672 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
17673 Date: Mon, 28 Aug 2000 17:45:52 -0700
17674 Message-ID: <Afwq5gzkg2UB092yn@efn.org>
17676 ! Makefile.SH hints/os2.sh
17677 ____________________________________________________________________________
17678 [ 6872] By: jhi on 2000/08/28 23:33:39
17679 Log: Subject: [PATCH bleedperl@6866] spellings
17680 From: marcel@codewerk.com (Marcel Grunauer)
17681 Date: Tue, 29 Aug 2000 01:19:59 +0200
17682 Message-Id: <200008282319.BAA29862@gandalf.local>
17684 ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
17685 ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
17686 ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
17687 ____________________________________________________________________________
17688 [ 6871] By: jhi on 2000/08/28 23:22:09
17689 Log: Take out the SUIDMAIL thing, that will not be
17690 a problem in 5.7.*.
17693 ____________________________________________________________________________
17694 [ 6870] By: jhi on 2000/08/28 23:19:30
17695 Log: -S is the silent flag, -s is the strip flag.
17697 Subject: [PATCH] Re: [PATCH] make no-install
17698 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
17699 Date: Mon, 28 Aug 2000 15:12:55 -0700
17700 Message-ID: <nPuq5gzkg2FO092yn@efn.org>
17703 ____________________________________________________________________________
17704 [ 6869] By: jhi on 2000/08/28 23:12:05
17705 Log: Subject: [PATCH bleedperl@6856] warnings fixes
17706 From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
17707 Date: Mon, 28 Aug 2000 23:55:06 +0100
17708 Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
17710 ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
17711 ! warnings.h warnings.pl
17712 ____________________________________________________________________________
17713 [ 6868] By: jhi on 2000/08/28 21:38:22
17714 Log: Potential cruft.
17717 ____________________________________________________________________________
17718 [ 6867] By: jhi on 2000/08/28 21:35:36
17719 Log: Update Changes.
17721 ! Changes patchlevel.h
17722 ____________________________________________________________________________
17723 [ 6866] By: jhi on 2000/08/28 21:33:49
17724 Log: Subject: hv.h Doc Patch
17725 From: Fisher Mark <fisherm@tce.com>
17726 Date: Mon, 28 Aug 2000 16:24:59 -0500
17727 Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
17730 ____________________________________________________________________________
17731 [ 6865] By: jhi on 2000/08/28 21:02:15
17732 Log: Add -ld to archname on long tr...double platforms.
17734 ! U/threads/archname.U
17736 ! Configure config_h.SH
17737 ____________________________________________________________________________
17738 [ 6864] By: jhi on 2000/08/28 20:38:59
17739 Log: An attempt to fix the problem reported in
17741 Subject: Building perl@6856 using gcc/AIX 4.3.3
17742 From: Daniel Muino <dmuino@afip.gov.ar>
17743 Date: Mon, 28 Aug 2000 15:50:01 -0300
17744 Message-ID: <20000828155001.A14403@con2-dgi>
17746 I can't test this properly since the gcc installation I have
17747 access to seems to be botched (gcc is calling the AIX cpp,
17748 a losing proposition...)
17751 ____________________________________________________________________________
17752 [ 6863] By: jhi on 2000/08/28 18:57:52
17753 Log: Fix for ID 20000828.001, long doubles were not formatted
17754 correctly (showed up in $], which stopped installing perl).
17757 ____________________________________________________________________________
17758 [ 6862] By: jhi on 2000/08/28 18:07:15
17759 Log: Typo in #6858.
17762 ____________________________________________________________________________
17763 [ 6861] By: jhi on 2000/08/28 17:57:27
17764 Log: opmini.o may be left around if a build is interrupted.
17767 ____________________________________________________________________________
17768 [ 6860] By: jhi on 2000/08/28 16:52:50
17769 Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
17770 From: Daniel Chetlin <daniel@chetlin.com>
17771 Date: Mon, 28 Aug 2000 01:14:18 -0700
17772 Message-ID: <20000828011418.J769@ilmd.chetlin.org>
17775 ____________________________________________________________________________
17776 [ 6859] By: jhi on 2000/08/28 16:08:46
17777 Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
17778 From: Nicholas Clark <nick@ccl4.org>
17779 Date: Mon, 28 Aug 2000 16:03:27 +0100
17780 Message-Id: <20000828160327.C49785@plum.flirble.org>
17782 ! ext/ByteLoader/bytecode.h
17783 ____________________________________________________________________________
17784 [ 6858] By: jhi on 2000/08/28 16:02:10
17785 Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
17786 From: Wolfgang Laun <wolfgang.laun@alcatel.at>
17787 Date: Mon, 28 Aug 2000 13:08:30 +0200
17788 Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
17791 ____________________________________________________________________________
17792 [ 6857] By: jhi on 2000/08/28 15:42:47
17793 Log: display_format used as a class method without arguments was broken,
17796 Subject: Math::Complex->display_format() sets style to 'Math::Complex'
17797 From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
17798 Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
17799 Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
17801 ! lib/Math/Complex.pm t/lib/complex.t
17802 ____________________________________________________________________________
17803 [ 6856] By: jhi on 2000/08/27 22:09:48
17804 Log: Update Changes.
17806 ! Changes patchlevel.h
17807 ____________________________________________________________________________
17808 [ 6855] By: jhi on 2000/08/27 21:59:21
17809 Log: Retract #6853 (false alarm).
17811 ! lib/ExtUtils/xsubpp
17812 ____________________________________________________________________________
17813 [ 6854] By: jhi on 2000/08/27 21:37:44
17814 Log: Update Changes.
17816 ! Changes patchlevel.h
17817 ____________________________________________________________________________
17818 [ 6853] By: jhi on 2000/08/27 21:37:16
17819 Log: Subject: [PATCH perl@6850] workaround for xsubpp
17820 From: Hugo <hv@crypt.compulink.co.uk>
17821 Date: Sun, 27 Aug 2000 22:30:25 +0100
17822 Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
17824 ! lib/ExtUtils/xsubpp
17825 ____________________________________________________________________________
17826 [ 6852] By: jhi on 2000/08/27 21:33:58
17827 Log: Big-endian 64-bit patch from Raphael Manfredi.
17829 ! ext/Storable/Storable.xs
17830 ____________________________________________________________________________
17831 [ 6851] By: jhi on 2000/08/27 21:22:21
17832 Log: More ruthless editing from Hugo van der Sanden.
17834 ! pod/perldelta.pod
17835 ____________________________________________________________________________
17836 [ 6850] By: jhi on 2000/08/27 16:11:46
17837 Log: Update Changes.
17839 ! Changes patchlevel.h
17840 ____________________________________________________________________________
17841 [ 6849] By: jhi on 2000/08/27 16:11:05
17842 Log: Provice virtual $Config{ccflags_nolargefiles} etc.
17844 ! configpm pod/perldelta.pod
17845 ____________________________________________________________________________
17846 [ 6848] By: jhi on 2000/08/27 15:35:08
17847 Log: Use the actual thread type, not the pointer-to-struct.
17849 ! ext/Thread/Thread.xs
17850 ____________________________________________________________________________
17851 [ 6847] By: jhi on 2000/08/27 15:30:49
17854 ! t/pragma/warn/pp_sys
17855 ____________________________________________________________________________
17856 [ 6846] By: jhi on 2000/08/27 15:19:02
17857 Log: Passing -R in ldflags makes now it to appear in the default
17858 for lddlflags, just like with -L.
17860 Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
17861 From: Lupe Christoph <lupe@lupe-christoph.de>
17862 Date: Sun, 27 Aug 2000 10:28:21 +0200
17863 Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
17864 Branch: metaconfig/U/perl
17868 ____________________________________________________________________________
17869 [ 6845] By: jhi on 2000/08/27 15:08:54
17870 Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
17871 From: Alan Burlison <Alan.Burlison@uk.sun.com>
17872 Date: Sat, 26 Aug 2000 22:23:27 +0100
17873 Message-ID: <39A8354F.E1E832C9@uk.sun.com>
17875 ! lib/ExtUtils/MM_Unix.pm
17876 ____________________________________________________________________________
17877 [ 6844] By: jhi on 2000/08/27 15:02:37
17878 Log: DJGPP update from Laszlo Molnar.
17880 Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
17881 From: ml1050 <ml1050@freemail.hu>
17882 Date: Sat, 26 Aug 2000 23:24:40 +0200
17883 Message-Id: <20000826232440.A439@freemail.hu>
17885 ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
17886 ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
17887 ____________________________________________________________________________
17888 [ 6843] By: jhi on 2000/08/27 14:53:58
17889 Log: Subject: installman buglet
17890 From: Lupe Christoph <lupe@lupe-christoph.de>
17891 Date: Sun, 27 Aug 2000 14:38:59 +0200
17892 Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
17895 ____________________________________________________________________________
17896 [ 6842] By: jhi on 2000/08/27 14:52:08
17897 Log: Can't get the test to reliably work thanks to the
17898 inaccurateness of floating point. "Resolves" bug ids
17899 20000826.003, 20000826.009, 20000826.010,
17902 ____________________________________________________________________________
17903 [ 6841] By: jhi on 2000/08/26 15:53:58
17904 Log: Update Changes.
17906 ! Changes patchlevel.h
17907 ____________________________________________________________________________
17908 [ 6840] By: jhi on 2000/08/26 14:23:03
17909 Log: grep -e isn't portable.
17911 Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
17912 From: chris@broadband.att.com
17913 Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
17914 Message-Id: <200008260617.AAA10219@lazlo.tci.com>
17916 ! hints/solaris_2.sh
17917 ____________________________________________________________________________
17918 [ 6839] By: jhi on 2000/08/26 14:12:23
17919 Log: no-install target a la make -n.
17921 Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
17922 From: <abigail@foad.org>
17923 Date: Sat, 26 Aug 2000 03:57:34 -0400
17924 Message-ID: <20000826075735.18912.qmail@foad.org>
17926 ! Makefile.SH installman installperl
17927 ____________________________________________________________________________
17928 [ 6838] By: jhi on 2000/08/26 14:06:33
17929 Log: Retract #6826 as the #6828 should be do the same
17930 in a More Correct Way.
17933 ____________________________________________________________________________
17934 [ 6837] By: jhi on 2000/08/26 05:24:00
17937 ! ext/Storable/Storable.xs
17938 ____________________________________________________________________________
17939 [ 6836] By: jhi on 2000/08/26 05:05:46
17940 Log: Nicer in decimal.
17942 ! ext/Storable/Storable.xs
17943 ____________________________________________________________________________
17944 [ 6835] By: jhi on 2000/08/26 05:03:50
17945 Log: There be no UVdf.
17947 ! ext/Storable/Storable.xs
17948 ____________________________________________________________________________
17949 [ 6834] By: jhi on 2000/08/26 05:00:18
17950 Log: Continue IVdfing and UVxfing.
17952 ! ext/Storable/Storable.xs
17953 ____________________________________________________________________________
17954 [ 6833] By: jhi on 2000/08/26 04:53:14
17957 ! ext/Storable/Storable.xs
17958 ____________________________________________________________________________
17959 [ 6832] By: jhi on 2000/08/26 04:40:41
17960 Log: Document PTR2XX and INT2PTR.
17963 ____________________________________________________________________________
17964 [ 6831] By: jhi on 2000/08/26 04:33:18
17965 Log: Use UVxf, PTR2UV, NVff.
17967 ! ext/Storable/Storable.xs
17968 ____________________________________________________________________________
17969 [ 6830] By: jhi on 2000/08/26 04:31:32
17970 Log: Update the test count.
17973 ____________________________________________________________________________
17974 [ 6829] By: jhi on 2000/08/26 03:05:50
17975 Log: Subject: [PATCH] installation not quite silent yet.
17976 From: <abigail@foad.org>
17977 Date: Fri, 25 Aug 2000 20:07:53 -0400
17978 Message-ID: <20000826000753.7822.qmail@foad.org>
17980 ! installman installperl
17981 ____________________________________________________________________________
17982 [ 6828] By: jhi on 2000/08/26 03:05:14
17983 Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED)
17984 From: Spider Boardman <spider@web.zk3.dec.com>
17985 Date: Fri, 25 Aug 2000 19:12:40 -0400
17986 Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
17989 ____________________________________________________________________________
17990 [ 6827] By: jhi on 2000/08/25 23:54:34
17991 Log: Support preserving extremely big/small angles.
17993 ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
17994 ____________________________________________________________________________
17995 [ 6826] By: jhi on 2000/08/25 23:01:20
17996 Log: Patch installperl to be long double-aware.
17998 Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED)
17999 From: Spider Boardman <spider@web.zk3.dec.com>
18000 Date: Fri, 25 Aug 2000 18:15:23 -0400
18001 Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
18004 ____________________________________________________________________________
18005 [ 6825] By: jhi on 2000/08/25 22:58:25
18006 Log: Remove duplicately applied patch shards.
18008 Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
18009 From: Spider Boardman <spider@leggy.zk3.dec.com>
18010 Date: Fri, 25 Aug 2000 16:45:03 -0400
18011 Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
18014 ____________________________________________________________________________
18015 [ 6824] By: jhi on 2000/08/25 22:57:00
18016 Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
18017 From: Daniel Chetlin <daniel@chetlin.com>
18018 Date: Fri, 25 Aug 2000 12:23:16 -0700
18019 Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
18021 Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
18022 From: Daniel Chetlin <daniel@chetlin.com>
18023 Date: Fri, 25 Aug 2000 14:47:19 -0700
18024 Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
18027 ____________________________________________________________________________
18028 [ 6823] By: jhi on 2000/08/25 22:44:17
18029 Log: Timestamp problem?
18031 ! uconfig.h uconfig.sh
18032 ____________________________________________________________________________
18033 [ 6822] By: jhi on 2000/08/25 19:01:06
18034 Log: One forgotten file from #6816.
18037 ____________________________________________________________________________
18038 [ 6821] By: jhi on 2000/08/25 18:56:39
18039 Log: Regen Changes.
18041 ! Changes patchlevel.h
18042 ____________________________________________________________________________
18043 [ 6820] By: jhi on 2000/08/25 18:52:35
18044 Log: Fix Changes ordering.
18047 ____________________________________________________________________________
18048 [ 6819] By: jhi on 2000/08/25 18:50:25
18049 Log: Update Changes.
18051 ! Changes patchlevel.h
18052 ____________________________________________________________________________
18053 [ 6818] By: jhi on 2000/08/25 18:47:45
18054 Log: Tweak the sfio/useperlio logic, hopefully as wished in
18056 Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
18057 From: Nicholas Clark <nick@babyhippo.co.uk>
18058 Date: Fri, 25 Aug 2000 12:01:45 +0100
18059 Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
18060 Branch: metaconfig/U/perl
18064 ____________________________________________________________________________
18065 [ 6817] By: jhi on 2000/08/25 18:32:51
18066 Log: Allow microperl to assume <math.h>, without it the math
18067 functions like floor() are assumed to return int, which makes
18068 for core dumps in machines where integer and floating register
18071 ! uconfig.h uconfig.sh
18072 ____________________________________________________________________________
18073 [ 6816] By: jhi on 2000/08/25 18:27:17
18074 Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
18075 the problem reported in
18077 Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
18078 From: danhale@us.ibm.com
18079 Date: Fri, 25 Aug 2000 10:58:06 -0400
18080 Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
18081 Branch: metaconfig/U/perl
18084 ! Configure INSTALL config_h.SH configure.com epoc/config.sh
18085 ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
18086 ! vos/config.pl vos/config_h.SH_orig win32/config.bc
18087 ! win32/config.gc win32/config.vc
18088 ____________________________________________________________________________
18089 [ 6815] By: jhi on 2000/08/25 17:43:31
18090 Log: A solution for the retrieve_fd autosplit warning,
18091 idea suggested by Mike Guy.
18093 ! ext/Storable/Storable.pm
18094 ____________________________________________________________________________
18095 [ 6814] By: jhi on 2000/08/25 17:16:03
18096 Log: Add install-silent target.
18099 ____________________________________________________________________________
18100 [ 6813] By: jhi on 2000/08/25 17:14:23
18101 Log: Subject: Re: [PATCH] More silencing of installman.
18102 From: <abigail@foad.org>
18103 Date: Thu, 24 Aug 2000 19:27:03 -0400
18104 Message-ID: <20000824232703.7001.qmail@foad.org>
18106 Subject: Re: [PATCH] More silencing of installman.
18107 From: <abigail@foad.org>
18108 Date: Fri, 25 Aug 2000 03:00:58 -0400
18109 Message-ID: <20000825070058.10697.qmail@foad.org>
18112 ____________________________________________________________________________
18113 [ 6812] By: jhi on 2000/08/25 17:11:28
18114 Log: installperl --verbose and --silent.
18116 Subject: Re: [PATCH] More silencing of installman.
18117 From: <abigail@foad.org>
18118 Message-ID: <20000825064430.9719.qmail@foad.org>
18119 Date: Fri, 25 Aug 2000 02:44:30 -0400
18122 ____________________________________________________________________________
18123 [ 6811] By: jhi on 2000/08/25 17:05:43
18124 Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
18125 From: "Peter J. Farley III" <pjfarley@banet.net>
18126 Date: Thu, 24 Aug 2000 21:58:03 -0400
18127 Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
18129 (applied slightly modified)
18131 ! lib/ExtUtils/MM_Unix.pm
18132 ____________________________________________________________________________
18133 [ 6810] By: jhi on 2000/08/25 17:01:18
18134 Log: Missing parts of
18136 Subject: [PATCH: 6789] some endl fixes for VMS wackiness
18137 From: Peter Prymmer <pvhp@forte.com>
18138 Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
18139 Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
18142 ____________________________________________________________________________
18143 [ 6809] By: jhi on 2000/08/25 16:46:32
18144 Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
18145 From: "Craig A. Berry" <craig.berry@psinetcs.com>
18146 Date: Thu, 24 Aug 2000 19:13:11 -0500
18147 Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
18150 ____________________________________________________________________________
18151 [ 6808] By: jhi on 2000/08/25 16:39:22
18152 Log: Subject: [PATCH: 6805] several more tweaks to configure.com
18153 From: Peter Prymmer <pvhp@forte.com>
18154 Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
18155 Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
18158 ____________________________________________________________________________
18159 [ 6807] By: jhi on 2000/08/25 16:36:37
18160 Log: Better wording for the vec lvalue diagnostic.
18162 Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
18163 From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
18164 Date: Wed, 23 Aug 2000 14:12:16 -0400
18165 Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
18168 ____________________________________________________________________________
18169 [ 6806] By: jhi on 2000/08/24 18:17:22
18170 Log: Subject: [PATCH] More silencing of installman.
18171 From: <abigail@foad.org>
18172 Date: Thu, 24 Aug 2000 14:01:44 -0400
18173 Message-ID: <20000824180144.20062.qmail@foad.org>
18176 ____________________________________________________________________________
18177 [ 6805] By: jhi on 2000/08/24 15:00:31
18178 Log: Update Changes.
18180 ! Changes patchlevel.h
18181 ____________________________________________________________________________
18182 [ 6804] By: jhi on 2000/08/24 14:59:07
18183 Log: Regen perltoc.
18186 ____________________________________________________________________________
18187 [ 6803] By: jhi on 2000/08/24 14:44:39
18188 Log: Show the doc file, not the temp file.
18191 ____________________________________________________________________________
18192 [ 6802] By: jhi on 2000/08/24 14:41:53
18193 Log: Continue silencing.
18196 ____________________________________________________________________________
18197 [ 6801] By: jhi on 2000/08/24 14:34:40
18198 Log: Actually do something with the silencer option.
18201 ____________________________________________________________________________
18202 [ 6800] By: jhi on 2000/08/24 14:26:22
18203 Log: Make installman to recognize the silence flag -S.
18206 ____________________________________________________________________________
18207 [ 6799] By: jhi on 2000/08/24 13:49:38
18208 Log: DOS patches and portability/porting notes, from Tim Jenness.
18211 ____________________________________________________________________________
18212 [ 6798] By: jhi on 2000/08/24 13:48:27
18213 Log: Create directories in silence.
18215 Subject: [PATCH] Another silencer for MakeMaker
18216 From: andreas.koenig@anima.de (Andreas J. Koenig)
18217 Date: 24 Aug 2000 14:18:52 +0200
18218 Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
18220 ! lib/ExtUtils/Command.pm
18221 ____________________________________________________________________________
18222 [ 6797] By: jhi on 2000/08/24 13:46:42
18223 Log: More liberal parsing of version numbers.
18225 Subject: Re: CPAN.pm beta for testing available
18226 From: andreas.koenig@anima.de (Andreas J. Koenig)
18227 Date: 24 Aug 2000 13:51:57 +0200
18228 Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
18231 ____________________________________________________________________________
18232 [ 6796] By: jhi on 2000/08/24 13:44:36
18233 Log: Make "make install" by default silent. A new "install-verbose"
18237 ____________________________________________________________________________
18238 [ 6795] By: jhi on 2000/08/24 13:39:14
18239 Log: Add silencer flags to installperl.
18241 Subject: [PATCH] Making installperl silent.
18242 From: <abigail@foad.org>
18243 Date: Thu, 24 Aug 2000 05:01:45 -0400
18244 Message-ID: <20000824090145.13141.qmail@foad.org>
18247 ____________________________________________________________________________
18248 [ 6794] By: jhi on 2000/08/24 13:35:50
18249 Log: installperl couldn't tell whether it had run tests or not.
18251 Subject: [PATCH] Re: installperl and t/TEST
18252 From: <abigail@foad.org>
18253 Date: Thu, 24 Aug 2000 04:00:53 -0400
18254 Message-ID: <20000824080053.2494.qmail@foad.org>
18256 ! Makefile.SH installperl
18257 ____________________________________________________________________________
18258 [ 6793] By: jhi on 2000/08/24 13:27:50
18259 Log: Drop the separate perlbc, perlcc -b should be enough.
18262 ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
18263 ____________________________________________________________________________
18264 [ 6792] By: jhi on 2000/08/24 04:41:30
18265 Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
18266 plus the typo fix from Peter Prymmer.
18268 ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
18269 ! ext/Storable/Storable.pm ext/Storable/Storable.xs
18270 ____________________________________________________________________________
18271 [ 6791] By: jhi on 2000/08/24 02:10:43
18272 Log: Replace #6705 with a minimal doc patch.
18274 Subject: [PATCH 5.6.0] replace change #6705
18275 From: Jan Dubois <jand@ActiveState.com>
18276 Date: Wed, 23 Aug 2000 18:31:51 -0700
18277 Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
18279 ! lib/Win32.pod win32/win32.c
18280 ____________________________________________________________________________
18281 [ 6790] By: jhi on 2000/08/23 17:52:00
18282 Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
18283 From: Mike Guy <mjtg@cam.ac.uk>
18284 Date: Wed, 23 Aug 2000 18:38:46 +0100
18285 Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
18287 ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
18288 ____________________________________________________________________________
18289 [ 6789] By: jhi on 2000/08/23 15:34:21
18290 Log: Update Changes.
18292 ! Changes patchlevel.h
18293 ____________________________________________________________________________
18294 [ 6788] By: jhi on 2000/08/23 15:33:40
18295 Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
18296 From: Wilfredo Sánchez <wsanchez@apple.com>
18297 Date: Tue, 22 Aug 2000 19:31:27 -0700
18298 Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
18301 ____________________________________________________________________________
18302 [ 6787] By: jhi on 2000/08/23 15:29:31
18303 Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
18304 From: Spider Boardman <spider@leggy.zk3.dec.com>
18305 Date: Wed, 23 Aug 2000 10:33:23 -0400
18306 Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
18309 ____________________________________________________________________________
18310 [ 6786] By: jhi on 2000/08/23 15:28:11
18313 ! ext/B/Makefile.PL
18314 ____________________________________________________________________________
18315 [ 6785] By: jhi on 2000/08/23 14:37:04
18316 Log: Update Changes.
18318 ! Changes patchlevel.h
18319 ____________________________________________________________________________
18320 [ 6784] By: jhi on 2000/08/23 13:58:41
18321 Log: Portability fix from Hugo van der Sanden.
18323 ! ext/re/Makefile.PL
18324 ____________________________________________________________________________
18325 [ 6783] By: jhi on 2000/08/23 13:53:53
18326 Log: Storable support, v-version fixes.
18328 Subject: CPAN.pm beta for testing available
18329 From: andreas.koenig@anima.de (Andreas J. Koenig)
18330 Date: 22 Aug 2000 23:31:33 +0200
18331 Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
18333 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
18334 ____________________________________________________________________________
18335 [ 6782] By: jhi on 2000/08/23 13:51:26
18336 Log: Mac and other portability updates from Chris Nandor.
18338 ! pod/perlmodinstall.pod
18339 ____________________________________________________________________________
18340 [ 6781] By: jhi on 2000/08/23 13:47:33
18341 Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
18342 From: Peter Prymmer <pvhp@forte.com>
18343 Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
18344 Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
18346 ! ext/Storable/Storable.xs
18347 ____________________________________________________________________________
18348 [ 6780] By: jhi on 2000/08/23 13:33:34
18349 Log: VMS MMS (make) wants null action.
18351 ! ext/B/Makefile.PL
18352 ____________________________________________________________________________
18353 [ 6779] By: jhi on 2000/08/22 19:44:47
18354 Log: Forgot portability nit.
18356 ! t/lib/st-forgive.t
18357 ____________________________________________________________________________
18358 [ 6778] By: jhi on 2000/08/22 19:35:25
18361 ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
18363 ____________________________________________________________________________
18364 [ 6777] By: jhi on 2000/08/22 18:50:53
18365 Log: Update Changes.
18367 ! Changes patchlevel.h
18368 ____________________________________________________________________________
18369 [ 6776] By: jhi on 2000/08/22 18:44:46
18370 Log: cSVOPo_*v things index into the current PL_curpad
18371 under ithreads, which is different from the curpad
18372 used by the XSUB. (In other words, the code as-is
18373 before this patch wouldn't work under ithreads.)
18377 ____________________________________________________________________________
18378 [ 6775] By: jhi on 2000/08/22 18:18:37
18379 Log: Make the selection of NVff et al stricter.
18380 Branch: metaconfig/U/perl
18383 ! Configure config_h.SH
18384 ____________________________________________________________________________
18385 [ 6774] By: jhi on 2000/08/22 17:19:42
18386 Log: perldelta nits.
18388 ! pod/perldelta.pod
18389 ____________________________________________________________________________
18390 [ 6773] By: jhi on 2000/08/22 17:06:26
18391 Log: Long double fixes from Spider Boardman.
18393 Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
18394 From: system PRIVILEGED account <root@peano.zk3.dec.com>
18395 Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
18396 Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
18398 ! t/lib/bigfltpm.t t/lib/st-06compat.t
18399 ____________________________________________________________________________
18400 [ 6772] By: jhi on 2000/08/22 15:04:53
18401 Log: Update Changes.
18403 ! Changes patchlevel.h
18404 ____________________________________________________________________________
18405 [ 6771] By: jhi on 2000/08/22 15:01:44
18406 Log: perldelta fixes from Hugo van der Sanden.
18408 ! pod/perldelta.pod
18409 ____________________________________________________________________________
18410 [ 6770] By: jhi on 2000/08/22 14:34:49
18411 Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
18412 From: Hugo <hv@crypt.compulink.co.uk>
18413 Date: Tue, 22 Aug 2000 11:21:53 +0100
18414 Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
18417 ____________________________________________________________________________
18418 [ 6769] By: jhi on 2000/08/22 14:30:02
18419 Log: Add Yitzchak, reformat.
18421 ! Changes config_h.SH
18422 ____________________________________________________________________________
18423 [ 6768] By: jhi on 2000/08/22 14:21:35
18424 Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
18425 and Spider Boardman.
18427 ! U/compline/d_gconvert.U
18430 ____________________________________________________________________________
18431 [ 6767] By: jhi on 2000/08/22 14:11:24
18432 Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
18433 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
18434 Date: Mon, 21 Aug 2000 19:08:31 -0700
18435 Message-ID: <fCeo5gzkgmhY092yn@efn.org>
18437 - ext/Storable/patchlevel.h
18438 ! MANIFEST ext/Storable/MANIFEST
18439 ____________________________________________________________________________
18440 [ 6766] By: jhi on 2000/08/22 13:49:29
18441 Log: Subject: [PATCH: 6757] configure.com updates and syslog build
18442 From: Peter Prymmer <pvhp@forte.com>
18443 Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
18444 Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
18446 ! configure.com ext/Storable/Makefile.PL
18447 ____________________________________________________________________________
18448 [ 6765] By: jhi on 2000/08/22 13:44:59
18449 Log: Subject: [PATCH blead] B:: missing dependency
18450 From: Hugo <hv@crypt.compulink.co.uk>
18451 Date: Tue, 22 Aug 2000 06:44:33 +0100
18452 Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
18454 ! ext/B/Makefile.PL
18455 ____________________________________________________________________________
18456 [ 6764] By: jhi on 2000/08/22 13:38:12
18457 Log: More bytecompiler.
18459 ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
18460 ____________________________________________________________________________
18461 [ 6763] By: jhi on 2000/08/22 13:36:44
18462 Log: Bytecompiler patches from Benjamin Stuhl.
18464 ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
18465 ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
18466 ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
18467 ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
18468 ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
18469 ! perl.c perlapi.h pod/perldelta.pod
18470 ____________________________________________________________________________
18471 [ 6762] By: jhi on 2000/08/21 23:43:40
18472 Log: An obsoleted diagnostic.
18474 ! pod/perldelta.pod
18475 ____________________________________________________________________________
18476 [ 6761] By: jhi on 2000/08/21 23:01:45
18477 Log: The #6759 wasn't quite right.
18479 ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
18480 ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
18481 ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
18482 ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
18483 ! t/lib/st-tieditems.t
18484 ____________________________________________________________________________
18485 [ 6760] By: jhi on 2000/08/21 22:35:49
18486 Log: Be verydeepclean.
18489 ____________________________________________________________________________
18490 [ 6759] By: jhi on 2000/08/21 22:25:40
18491 Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
18492 From: Peter Prymmer <pvhp@forte.com>
18493 Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
18494 Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
18496 ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
18497 ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
18498 ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
18499 ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
18500 ! t/lib/st-tieditems.t
18501 ____________________________________________________________________________
18502 [ 6758] By: jhi on 2000/08/21 22:22:32
18503 Log: Few more casts, need reported in
18505 Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
18506 From: Mike Stok <mike@stok.co.uk>
18507 Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
18508 Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
18512 Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
18513 From: abigail@foad.org
18514 Date: 21 Aug 2000 21:31:34 -0000
18515 Message-Id: <20000821213134.30170.qmail@foad.org>
18517 ! ext/Storable/Storable.xs
18518 ____________________________________________________________________________
18519 [ 6757] By: jhi on 2000/08/21 18:37:07
18520 Log: Update Changes.
18522 ! Changes patchlevel.h
18523 ____________________________________________________________________________
18524 [ 6756] By: jhi on 2000/08/21 18:34:02
18527 Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
18528 From: <abigail@foad.org>
18529 Date: Mon, 21 Aug 2000 14:00:16 -0400
18530 Message-ID: <20000821180016.28627.qmail@foad.org>
18533 ____________________________________________________________________________
18534 [ 6755] By: jhi on 2000/08/21 18:30:56
18535 Log: Use PodParser 1.18 new test.
18537 ! t/pod/special_seqs.t t/pod/special_seqs.xr
18538 ____________________________________________________________________________
18539 [ 6754] By: jhi on 2000/08/21 18:28:35
18540 Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
18541 patches cannot be applied since #6712 conflicts.
18543 ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
18544 ____________________________________________________________________________
18545 [ 6753] By: jhi on 2000/08/21 18:15:11
18546 Log: Weed out some smaller changes.
18548 ! pod/perldelta.pod
18549 ____________________________________________________________________________
18550 [ 6752] By: jhi on 2000/08/21 18:02:30
18551 Log: Also under djgpp the timestamps are funky.
18554 ____________________________________________________________________________
18555 [ 6751] By: jhi on 2000/08/21 17:55:56
18556 Log: Tweak the floating point output routine preferences.
18558 ! U/compline/d_gconvert.U
18561 ____________________________________________________________________________
18562 [ 6750] By: jhi on 2000/08/21 17:51:29
18563 Log: Unicos/mk requires elaborate paranoia.
18565 ! lib/Math/Complex.pm
18566 ____________________________________________________________________________
18567 [ 6749] By: gsar on 2000/08/21 16:53:31
18568 Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
18571 ____________________________________________________________________________
18572 [ 6748] By: gsar on 2000/08/21 16:22:19
18573 Log: free TLS slot properly on Windows
18575 ! thread.h win32/perllib.c win32/win32thread.h
18576 ____________________________________________________________________________
18577 [ 6747] By: jhi on 2000/08/21 16:20:58
18578 Log: Rename the macro argument because some preprocessors
18579 can't tell the difference and expand arguments also inside
18580 double quoted strings.
18583 ____________________________________________________________________________
18584 [ 6746] By: jhi on 2000/08/21 16:09:41
18585 Log: Support long doubles in Storable.
18587 Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
18588 From: Radu Greab <radu@netsoft.ro>
18589 Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
18590 Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
18592 ! ext/Storable/Storable.xs
18593 ____________________________________________________________________________
18594 [ 6745] By: jhi on 2000/08/21 15:51:40
18595 Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
18596 From: "Fifer, Eric" <EFifer@sanwaint.com>
18597 Date: Mon, 21 Aug 2000 15:34:49 +0100
18598 Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
18600 ! t/pragma/warn/9enabled
18601 ____________________________________________________________________________
18602 [ 6744] By: jhi on 2000/08/21 15:39:35
18603 Log: Document the endianness of Alpha more precisely.
18605 ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
18607 ____________________________________________________________________________
18608 [ 6743] By: jhi on 2000/08/21 14:47:05
18609 Log: perldelta fixes from the p5p crowd.
18611 ! pod/perldelta.pod pod/perlop.pod
18612 ____________________________________________________________________________
18613 [ 6742] By: jhi on 2000/08/21 13:34:51
18614 Log: Update to Pod::LaTeX 0.53.
18616 Subject: [PATCH] lib/Pod/LaTeX.pm updates
18617 From: Tim Jenness <timj@jach.hawaii.edu>
18618 Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
18619 Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
18622 ____________________________________________________________________________
18623 [ 6741] By: jhi on 2000/08/21 13:33:01
18624 Log: Subject: [PATCH] os2.c fix for use64bitint
18625 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
18626 Date: Mon, 21 Aug 2000 01:32:25 -0700
18627 Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
18630 ____________________________________________________________________________
18631 [ 6740] By: jhi on 2000/08/21 13:28:52
18632 Log: Array context keeps slithering in.
18634 Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
18635 From: Daniel Chetlin <daniel@chetlin.com>
18636 Date: Sun, 20 Aug 2000 21:40:25 -0700
18637 Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
18639 ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
18640 ! pod/perldebtut.pod
18641 ____________________________________________________________________________
18642 [ 6739] By: jhi on 2000/08/21 13:23:55
18643 Log: Big-endian quad fixes for Storable from Radu Greab,
18644 plus few explicit null casts for picky compilers.
18646 ! ext/Storable/Storable.xs
18647 ____________________________________________________________________________
18648 [ 6738] By: gsar on 2000/08/21 05:56:13
18649 Log: small tweaks for change#6705: avoid C++ style comments in C code;
18650 use Perl's malloc API rather than the low level system one
18653 ____________________________________________________________________________
18654 [ 6737] By: gsar on 2000/08/21 05:35:41
18655 Log: add Storable to list of extensions on Windows
18657 ! win32/Makefile win32/makefile.mk
18658 ____________________________________________________________________________
18659 [ 6736] By: jhi on 2000/08/21 02:57:53
18660 Log: Update Changes.
18662 ! Changes patchlevel.h
18663 ____________________________________________________________________________
18664 [ 6735] By: jhi on 2000/08/21 02:57:20
18667 ! pod/perldelta.pod
18668 ____________________________________________________________________________
18669 [ 6734] By: jhi on 2000/08/21 02:57:03
18670 Log: Add Storable 0.7.2 from Raphael Manfredi,
18671 plus the patch from
18673 Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
18674 From: Radu Greab <radu@netsoft.ro>
18675 Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
18676 Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
18678 plus changes to get Storable to compile with
18679 picky ANSI compilers.
18681 + ext/Storable/ChangeLog ext/Storable/MANIFEST
18682 + ext/Storable/Makefile.PL ext/Storable/README
18683 + ext/Storable/Storable.pm ext/Storable/Storable.xs
18684 + ext/Storable/patchlevel.h t/lib/st-06compat.t
18685 + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
18686 + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
18687 + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
18688 + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
18689 + t/lib/st-tieditems.t
18691 ____________________________________________________________________________
18692 [ 6733] By: jhi on 2000/08/21 02:29:09
18693 Log: The correct cleaning order is an art.
18696 ____________________________________________________________________________
18697 [ 6732] By: jhi on 2000/08/21 01:23:39
18698 Log: The #6724 is here.
18700 ! t/lib/ftmp-security.t
18701 ____________________________________________________________________________
18702 [ 6731] By: jhi on 2000/08/20 23:17:03
18703 Log: s/this one/the 5.6.0 release/
18705 ! pod/perl56delta.pod
18706 ____________________________________________________________________________
18707 [ 6730] By: jhi on 2000/08/20 23:07:34
18708 Log: Mention perlebcdic and perlposix-bc.
18711 ____________________________________________________________________________
18712 [ 6729] By: jhi on 2000/08/20 21:32:59
18713 Log: Document the number of exponent digits.
18716 ____________________________________________________________________________
18717 [ 6728] By: jhi on 2000/08/20 21:16:47
18718 Log: Use File::Spec->tmpdir().
18720 Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
18721 From: Tim Jenness <timj@jach.hawaii.edu>
18722 Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
18724 Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
18727 ____________________________________________________________________________
18728 [ 6727] By: jhi on 2000/08/20 20:43:32
18729 Log: Update Changes.
18731 ! Changes patchlevel.h
18732 ____________________________________________________________________________
18733 [ 6726] By: jhi on 2000/08/20 20:41:44
18734 Log: The veryclean target needs to clobber.
18737 ____________________________________________________________________________
18738 [ 6725] By: jhi on 2000/08/20 20:37:38
18739 Log: Document odd vs even subreleases and -Dusedevel.
18742 ____________________________________________________________________________
18743 [ 6724] By: jhi on 2000/08/20 19:58:05
18744 Log: Use temporary directory instead of current directory.
18746 Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
18747 From: Tim Jenness <timj@jach.hawaii.edu>
18748 Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
18749 Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
18751 ! t/lib/ftmp-security.t
18752 ____________________________________________________________________________
18753 [ 6723] By: jhi on 2000/08/20 19:55:55
18754 Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
18755 From: andreas.koenig@anima.de (Andreas J. Koenig)
18756 Date: 20 Aug 2000 15:52:03 +0200
18757 Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
18759 ! lib/ExtUtils/MM_Unix.pm
18760 ____________________________________________________________________________
18761 [ 6722] By: jhi on 2000/08/20 19:46:01
18762 Log: Update to CGI 2.72, from Lincoln Stein.
18765 ____________________________________________________________________________
18766 [ 6721] By: jhi on 2000/08/20 19:43:54
18767 Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
18768 From: Radu Greab <radu@netsoft.ro>
18769 Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
18770 Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
18772 ! ext/GDBM_File/GDBM_File.xs
18773 ____________________________________________________________________________
18774 [ 6720] By: jhi on 2000/08/20 19:42:01
18775 Log: pp_open() could pass an uninitialized filename down to do_open9().
18778 ____________________________________________________________________________
18779 [ 6719] By: jhi on 2000/08/20 14:06:41
18780 Log: UTF8 concat fixes.
18782 Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
18783 From: Hugo <hv@crypt.compulink.co.uk>
18784 Date: Sun, 20 Aug 2000 07:30:46 +0100
18785 Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
18787 ! pp_hot.c t/op/append.t
18788 ____________________________________________________________________________
18789 [ 6718] By: jhi on 2000/08/20 02:09:37
18790 Log: Let's try #6717 again.
18793 ____________________________________________________________________________
18794 [ 6717] By: jhi on 2000/08/20 01:56:55
18795 Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
18796 From: "Craig A. Berry" <craig.berry@metamorgs.com>
18797 Date: Sat, 19 Aug 2000 18:15:39 -0500
18798 Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
18801 ____________________________________________________________________________
18802 [ 6716] By: jhi on 2000/08/19 15:50:11
18803 Log: Update Changes.
18805 ! Changes patchlevel.h
18806 ____________________________________________________________________________
18807 [ 6715] By: jhi on 2000/08/19 15:39:09
18808 Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
18809 From: Jonathan D Johnston <jdjohnston2@juno.com>
18810 Date: Thu, 17 Aug 2000 23:13:01 -0400
18811 Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
18814 ____________________________________________________________________________
18815 [ 6714] By: jhi on 2000/08/19 15:34:04
18816 Log: Introduce a 'veryclean' target that is like 'distclean'
18817 but also removes *~ and *.orig.
18819 ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
18820 ! utils/Makefile x2p/Makefile.SH
18821 ____________________________________________________________________________
18822 [ 6713] By: jhi on 2000/08/19 14:15:45
18823 Log: Put back the long double avoidance code to POSIX.xs
18824 because VMS seems to need it still.
18826 ! ext/POSIX/POSIX.xs
18827 ____________________________________________________________________________
18828 [ 6712] By: jhi on 2000/08/19 14:10:41
18829 Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
18830 From: Peter Prymmer <pvhp@forte.com>
18831 Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
18832 Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
18834 ! lib/Pod/Find.pm t/pod/find.t
18835 ____________________________________________________________________________
18836 [ 6711] By: jhi on 2000/08/19 14:09:19
18837 Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
18838 From: Peter Prymmer <pvhp@forte.com>
18839 Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
18840 Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
18841 cc: vmsperl@perl.org
18844 ____________________________________________________________________________
18845 [ 6710] By: jhi on 2000/08/19 14:08:01
18846 Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
18847 From: Jan Dubois <jand@ActiveState.com>
18848 Date: Fri, 18 Aug 2000 16:31:48 -0700
18849 Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
18852 ____________________________________________________________________________
18853 [ 6709] By: jhi on 2000/08/19 14:06:57
18854 Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
18856 Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED)
18857 From: Spider.Boardman@Orb.Nashua.NH.US
18858 Date: Fri, 18 Aug 2000 18:41:14 -0400
18859 Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
18862 ____________________________________________________________________________
18863 [ 6708] By: jhi on 2000/08/18 22:04:49
18864 Log: Update Changes.
18866 ! Changes patchlevel.h
18867 ____________________________________________________________________________
18868 [ 6707] By: jhi on 2000/08/18 21:55:14
18869 Log: Add warnif(), check warnings further up the stack,
18870 all the warnings functions now can take an optional object reference.
18872 Subject: [PATCH bleedperl@6691] warnings pragma update
18873 From: "Paul Marquess" <Paul.Marquess@btinternet.com>
18874 Date: Fri, 18 Aug 2000 22:42:06 +0100
18875 Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
18877 ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
18878 ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
18879 ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
18880 ____________________________________________________________________________
18881 [ 6706] By: jhi on 2000/08/18 21:41:45
18882 Log: Typo in pp_complement().
18884 Subject: [PATCH perl-current] Deparse
18885 From: Peter Scott <Peter@PSDT.com>
18886 Date: Fri, 18 Aug 2000 12:44:37 -0700
18887 Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
18889 ! ext/B/B/Deparse.pm
18890 ____________________________________________________________________________
18891 [ 6705] By: jhi on 2000/08/18 21:25:59
18892 Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
18893 From: Jan Dubois <jand@ActiveState.com>
18894 Date: Fri, 18 Aug 2000 14:22:51 -0700
18895 Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
18897 ! lib/Win32.pod win32/win32.c
18898 ____________________________________________________________________________
18899 [ 6704] By: jhi on 2000/08/18 21:16:14
18900 Log: Don't eat leading os from index entries.
18902 Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
18903 From: Russ Allbery <rra@stanford.edu>
18904 Date: 10 Aug 2000 20:49:25 -0700
18905 Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
18908 ____________________________________________________________________________
18909 [ 6703] By: jhi on 2000/08/18 21:07:06
18910 Log: Add [[:blank:]] as suggested in
18912 Subject: [ID 20000716.024] [=cc=] / [:blank:]
18913 From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
18914 Date: Sun, 16 Jul 2000 17:55:29 -0700
18915 Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
18917 (the [=cc=] has already been taken care of by #6439
18918 so the whole bug report can be closed)
18920 and make [[:space:]] to be equivalent to isspace(3)
18921 (as opposed to \s, which is isSPACE()). The difference
18922 is that now [[:space:]] matches the mythical vertical tab,
18925 ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
18926 ! regexec.c t/op/pat.t
18927 ____________________________________________________________________________
18928 [ 6702] By: jhi on 2000/08/18 18:47:47
18929 Log: The new tests were missing from #6415.
18932 ____________________________________________________________________________
18933 [ 6701] By: jhi on 2000/08/18 18:20:40
18934 Log: Document the NDBM_File and ODBM_File as SDBM_File
18935 was documented in #6417.
18937 ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
18938 ! ext/SDBM_File/SDBM_File.pm
18939 ____________________________________________________________________________
18940 [ 6700] By: jhi on 2000/08/18 18:10:39
18941 Log: Subject: [PATCH perl@6698] cygwin port
18942 From: "Fifer, Eric" <EFifer@sanwaint.com>
18943 Date: Fri, 18 Aug 2000 17:30:05 +0100
18944 Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
18947 ____________________________________________________________________________
18948 [ 6699] By: jhi on 2000/08/18 16:21:49
18949 Log: Document code point which makes if (defined %stash::) to work
18950 (noted by Spider Boardman).
18953 ____________________________________________________________________________
18954 [ 6698] By: jhi on 2000/08/18 13:43:27
18955 Log: Update Changes.
18957 ! Changes patchlevel.h
18958 ____________________________________________________________________________
18959 [ 6697] By: jhi on 2000/08/18 13:35:57
18960 Log: Tiny Getopt::Long patch from Johan Vromans.
18962 ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
18963 ____________________________________________________________________________
18964 [ 6696] By: jhi on 2000/08/18 13:26:14
18965 Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
18966 From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
18967 Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
18968 Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
18970 ! pod/perldiag.pod pod/perlsyn.pod
18971 ____________________________________________________________________________
18972 [ 6695] By: jhi on 2000/08/18 13:13:26
18973 Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
18974 From: Daniel Chetlin <daniel@chetlin.com>
18975 Date: Fri, 18 Aug 2000 03:13:36 -0700
18976 Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
18979 ____________________________________________________________________________
18980 [ 6694] By: jhi on 2000/08/18 13:08:05
18981 Log: Subject: [PATCH] perltrap.pod spring cleaning
18982 From: Daniel Chetlin <daniel@chetlin.com>
18983 Date: Fri, 18 Aug 2000 03:06:54 -0700
18984 Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
18986 plus Mike Guy's nitfix.
18989 ____________________________________________________________________________
18990 [ 6693] By: jhi on 2000/08/18 13:00:26
18991 Log: Unbuffer the output.
18993 Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
18994 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
18995 Date: Thu, 17 Aug 2000 18:39:29 -0700
18996 Message-ID: <RPJn5gzkgydf092yn@efn.org>
18999 ____________________________________________________________________________
19000 [ 6692] By: jhi on 2000/08/18 05:19:17
19001 Log: Delete the image, too, not just its MANIFEStation.
19003 - lib/CGI/eg/wilogo.gif
19004 ____________________________________________________________________________
19005 [ 6691] By: jhi on 2000/08/18 05:10:26
19006 Log: Propagate new Configure vars.
19008 ! configure.com epoc/config.sh uconfig.h uconfig.sh
19009 ! vos/config.def vos/config.h vos/config_h.SH_orig
19010 ! win32/config.bc win32/config.gc win32/config.vc
19011 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
19012 ____________________________________________________________________________
19013 [ 6690] By: jhi on 2000/08/18 04:30:56
19014 Log: Update Changes.
19016 ! Changes patchlevel.h
19017 ____________________________________________________________________________
19018 [ 6689] By: jhi on 2000/08/18 04:12:30
19019 Log: Fix the lib/complex failure of
19021 From: abigail@foad.org
19022 Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13
19023 Date: 15 Aug 2000 04:06:38 -0000
19024 Message-Id: <20000815040638.8524.qmail@foad.org>
19026 Linux long double accuracy issue: something that
19027 when printed with %g looks like "2" but int() of it is 1.
19029 ! lib/Math/Complex.pm
19030 ____________________________________________________________________________
19031 [ 6688] By: jhi on 2000/08/18 03:15:35
19032 Log: The byteorder code in #6671 was wrong.
19035 ____________________________________________________________________________
19036 [ 6687] By: jhi on 2000/08/18 02:08:42
19037 Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
19038 From: Jan Dubois <jand@ActiveState.com>
19039 Date: Thu, 17 Aug 2000 18:31:55 -0700
19040 Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
19043 ____________________________________________________________________________
19044 [ 6686] By: jhi on 2000/08/18 02:04:15
19045 Log: Use NVs in POSIX math, not doubles.
19047 From: abigail@foad.org
19048 Subject: [ID 20000817.014] POSIX & modfl
19049 Date: 17 Aug 2000 20:49:18 -0000
19050 Message-Id: <20000817204918.23123.qmail@foad.org>
19052 ! ext/POSIX/POSIX.xs ext/POSIX/typemap
19053 ____________________________________________________________________________
19054 [ 6685] By: jhi on 2000/08/18 02:02:12
19055 Log: Introduce NVef, NVff, and NVgf, use the middle one.
19056 (helps for lib/peek + Linux + long doubles) Reported in
19058 From: abigail@foad.org
19059 Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13
19060 Date: 15 Aug 2000 04:06:38 -0000
19061 Message-Id: <20000815040638.8524.qmail@foad.org>
19063 (note: the lib/complex failure has not yet been addressed)
19064 Branch: metaconfig/U/perl
19067 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19068 ! config_h.SH dump.c perl.h pod/perlguts.pod
19069 ____________________________________________________________________________
19070 [ 6684] By: jhi on 2000/08/17 23:22:19
19071 Log: Add byteorder to the myconfig output.
19074 ____________________________________________________________________________
19075 [ 6683] By: jhi on 2000/08/17 23:20:19
19076 Log: The image doth not exist, spotted by Johan Vromans.
19079 ____________________________________________________________________________
19080 [ 6682] By: jhi on 2000/08/17 22:38:16
19081 Log: Document what the backtick returns if the command fails.
19084 ____________________________________________________________________________
19085 [ 6681] By: jhi on 2000/08/17 22:33:12
19086 Log: Do not use prototyping here.
19088 Subject: [ID 20000817.016] [PATCH] Peek.xs
19089 From: abigail@foad.org
19090 Date: 17 Aug 2000 20:55:56 -0000
19091 Message-Id: <20000817205556.24270.qmail@foad.org>
19093 ! ext/Devel/Peek/Makefile.PL
19094 ____________________________________________________________________________
19095 [ 6680] By: jhi on 2000/08/17 19:46:43
19096 Log: Don't propose using modules built for 5.005 if no binary
19097 compatibility with 5.005 is attempted.
19099 From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
19100 Subject: Minor nit with 5.7.0 (6655)
19101 Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
19102 Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
19104 ! U/installdirs/inc_version_list.U
19106 ! Configure config_h.SH
19107 ____________________________________________________________________________
19108 [ 6679] By: jhi on 2000/08/17 19:16:39
19109 Log: Microperl config update.
19111 ! uconfig.h uconfig.sh
19112 ____________________________________________________________________________
19113 [ 6678] By: jhi on 2000/08/17 19:16:13
19114 Log: The #6648 wasn't protective enough for limited platforms
19118 ____________________________________________________________________________
19119 [ 6677] By: jhi on 2000/08/17 14:46:35
19120 Log: Update Changes.
19122 ! Changes patchlevel.h
19123 ____________________________________________________________________________
19124 [ 6676] By: jhi on 2000/08/17 14:44:02
19125 Log: Add perlebcdic from Peter Prymmer, regen toc.
19127 + pod/perlebcdic.pod
19128 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
19129 ____________________________________________________________________________
19130 [ 6675] By: jhi on 2000/08/17 14:41:52
19131 Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
19133 ! pod/perldebtut.pod
19134 ____________________________________________________________________________
19135 [ 6674] By: jhi on 2000/08/17 14:29:43
19136 Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
19138 Subject: [ID 20000724.006] -DLEAKTEST problem
19139 From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
19140 Date: Tue, 25 Jul 2000 00:36:32 -0500
19141 Message-Id: <20000725003632.A26186@www.llamacom.com>
19145 Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error
19146 From: Hugo <hv@crypt.compulink.co.uk>
19147 Date: Thu, 17 Aug 2000 15:23:42 +0100
19148 Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
19151 ____________________________________________________________________________
19152 [ 6673] By: jhi on 2000/08/17 04:07:10
19153 Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
19154 From: John Peacock <JPeacock@UnivPress.com>
19155 Date: Tue, 01 Aug 2000 09:38:12 -0400
19156 Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
19158 ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
19159 ____________________________________________________________________________
19160 [ 6672] By: jhi on 2000/08/17 03:04:35
19161 Log: Subject: [PATCH] Cwd.pm now uses strict
19162 From: Tim Jenness <timj@jach.hawaii.edu>
19163 Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
19164 Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
19167 ____________________________________________________________________________
19168 [ 6671] By: jhi on 2000/08/17 02:16:35
19169 Log: Make $Config{byteorder} more magical so that it is
19170 dynamically computed: nice for 'fat binaries'.
19172 Subject: [PATCH]: default byteorder
19173 From: Wilfredo Sánchez <wsanchez@apple.com>
19174 Date: Mon, 31 Jul 2000 19:45:31 -0700
19175 Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
19178 ____________________________________________________________________________
19179 [ 6670] By: gsar on 2000/08/17 01:22:21
19180 Log: move WNOHANG definition to where other such things are
19183 ____________________________________________________________________________
19184 [ 6669] By: jhi on 2000/08/17 01:19:17
19185 Log: Update Changes.
19187 ! Changes patchlevel.h
19188 ____________________________________________________________________________
19189 [ 6668] By: jhi on 2000/08/17 01:16:29
19190 Log: Doc nits spotted by Richard Soderberg.
19192 ! README.posix-bc README.vmesa
19193 ____________________________________________________________________________
19194 [ 6667] By: jhi on 2000/08/17 01:12:11
19195 Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
19196 From: "Casey R. Tweten" <crt@kiski.net>
19197 Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
19198 Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
19200 ! pod/perldebtut.pod
19201 ____________________________________________________________________________
19202 [ 6666] By: jhi on 2000/08/17 01:09:31
19203 Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
19204 From: "Casey R. Tweten" <crt@kiski.net>
19205 Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
19206 Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
19209 ____________________________________________________________________________
19210 [ 6665] By: gsar on 2000/08/17 01:03:52
19211 Log: add "ok" targets from change#6632 in makefile.mk
19213 ! pod/perlport.pod win32/Makefile win32/makefile.mk
19214 ____________________________________________________________________________
19215 [ 6664] By: gsar on 2000/08/17 00:56:11
19216 Log: avoid warnings from dense compiler
19219 ____________________________________________________________________________
19220 [ 6663] By: jhi on 2000/08/17 00:51:49
19221 Log: Tweak the regex compilation errors once more.
19223 ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
19224 ! t/op/regmesg.t t/pragma/warn/regcomp
19225 ____________________________________________________________________________
19226 [ 6662] By: gsar on 2000/08/17 00:28:19
19227 Log: trailing new %ENV entries weren't being pushed into the real
19228 environment of subprocesses on Windows
19230 ! t/op/magic.t win32/perlhost.h
19231 ____________________________________________________________________________
19232 [ 6661] By: gsar on 2000/08/17 00:19:20
19233 Log: waitpid() now handles externally spawned pids correctly;
19234 fixes for backtick/wait/waitpid failures on Windows 9x
19236 these changes make the pid returned by process functions on
19237 Windows 9x always positive by clearing the high bit (which
19238 is always set on Win9x); pseudo-process PIDs are likewise
19239 always negative now on Win9x (just as on NT/2000)
19241 ! pp_sys.c win32/perlhost.h win32/win32.c
19242 ____________________________________________________________________________
19243 [ 6660] By: jhi on 2000/08/17 00:04:32
19244 Log: Retract #6645.
19246 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19247 ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
19249 ____________________________________________________________________________
19250 [ 6659] By: gsar on 2000/08/16 23:59:28
19251 Log: on windows, the return values from wait() and waitpid() don't
19252 match those of pseudo-pids
19254 ! pp_sys.c t/op/fork.t util.c win32/win32.c
19255 ____________________________________________________________________________
19256 [ 6658] By: gsar on 2000/08/16 23:56:14
19257 Log: pod nit seen in passing
19260 ____________________________________________________________________________
19261 [ 6657] By: gsar on 2000/08/16 23:53:42
19262 Log: change#6328 could make close(SOCKET) return false on windows
19266 ____________________________________________________________________________
19267 [ 6656] By: gsar on 2000/08/16 23:46:57
19268 Log: check that the number pseudo children doesn't exceed
19269 MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
19270 the WaitForMultipleObjects() limit that would cause wait()
19273 wait() and waitpid() could potentially be rewritten to use
19274 more than one thread to do the waiting to eliminate this
19278 ____________________________________________________________________________
19279 [ 6655] By: jhi on 2000/08/16 14:11:05
19280 Log: Update Changes.
19282 ! Changes patchlevel.h
19283 ____________________________________________________________________________
19284 [ 6654] By: jhi on 2000/08/16 14:10:12
19285 Log: Update to perldebtut 1.9, from Richard Foley.
19287 ! pod/perldebtut.pod
19288 ____________________________________________________________________________
19289 [ 6653] By: jhi on 2000/08/16 14:08:17
19290 Log: Change the regx compilation error markers to use = instead of <
19291 since pod makes using the latter quite messy. Reported in
19292 ID 20000814.006 by Abigail and in
19293 Subject: Unknown escape E<> ?
19294 From: Lupe Christoph <lupe@lupe-christoph.de>
19295 Date: Fri, 11 Aug 2000 00:30:27 +0200
19296 Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
19298 ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
19299 ! t/op/regmesg.t t/pragma/warn/regcomp
19300 ____________________________________________________________________________
19301 [ 6652] By: jhi on 2000/08/16 13:25:31
19302 Log: Change the perlbug address to perl.org since it's more forgiving.
19304 Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
19305 From: abigail@foad.org
19306 Date: 15 Aug 2000 04:15:40 -0000
19307 Message-Id: <20000815041540.8633.qmail@foad.org>
19310 ____________________________________________________________________________
19311 [ 6651] By: jhi on 2000/08/16 13:22:35
19312 Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
19313 From: Tim Jenness <timj@jach.hawaii.edu>
19314 Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
19315 Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
19318 ____________________________________________________________________________
19319 [ 6650] By: jhi on 2000/08/16 13:18:13
19320 Log: Update to CPAN 1.57.
19322 Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
19323 From: andreas.koenig@anima.de (Andreas J. Koenig)
19324 Date: 16 Aug 2000 15:09:46 +0200
19325 Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
19328 ____________________________________________________________________________
19329 [ 6649] By: jhi on 2000/08/16 13:12:31
19330 Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
19331 From: "Larry W. Virden" <lvirden@cas.org>
19332 Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
19333 Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
19336 ____________________________________________________________________________
19337 [ 6648] By: jhi on 2000/08/16 13:03:53
19338 Log: The numeric locale was reset to "C" by s?printf and never restored.
19340 Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
19341 From: Christian Kirsch <ck@held.mind.de>
19342 Date: Wed, 9 Aug 2000 17:05:17 +0200
19343 Message-Id: <20000809170517.A25389@held>
19345 No test since adding the failing example to locale.t
19346 does not fail -- probably because the locale settings are so
19347 thoroughly tweaked by that time. Running the example standalone
19348 does fail, though. UPDATE: test case added at change #7540.
19350 ! dump.c perl.h pp.c pp_ctl.c sv.c
19351 ____________________________________________________________________________
19352 [ 6647] By: jhi on 2000/08/16 00:07:54
19353 Log: Update Changes and test semi-automatic patchlevel updating.
19355 ! Changes patchlevel.h
19356 ____________________________________________________________________________
19357 [ 6646] By: jhi on 2000/08/15 23:35:07
19358 Log: Fix a dependency problem.
19360 Subject: [PATCH: 6640] VMS Makefile.SH update
19361 From: Peter Prymmer <pvhp@forte.com>
19362 Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
19363 Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
19365 ! vms/descrip_mms.template
19366 ____________________________________________________________________________
19367 [ 6645] By: jhi on 2000/08/15 23:33:23
19368 Log: (Retracted by #6660)
19370 Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
19371 From: Dominic Dunlop <domo@computer.org>
19372 Date: Tue, 15 Aug 2000 22:20:52 +0200
19373 Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
19374 Branch: metaconfig/U/perl
19377 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19378 ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
19380 ____________________________________________________________________________
19381 [ 6644] By: jhi on 2000/08/15 21:17:20
19382 Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
19383 From: abigail@foad.org
19384 Date: 15 Aug 2000 20:12:41 -0000
19385 Message-Id: <20000815201241.25556.qmail@foad.org>
19388 ____________________________________________________________________________
19389 [ 6643] By: jhi on 2000/08/15 21:15:28
19390 Log: (an already applied patch)
19393 ____________________________________________________________________________
19394 [ 6642] By: gsar on 2000/08/15 19:54:05
19395 Log: magic callbacks all need to have same type signature
19397 ! embed.pl mg.c proto.h
19398 ____________________________________________________________________________
19399 [ 6641] By: jhi on 2000/08/15 17:56:27
19400 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)
19401 From: Mike Guy <mjtg@cam.ac.uk>
19402 Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
19403 Date: Tue, 15 Aug 2000 18:26:45 +0100
19405 Only the peek.t part applied, not the hash quality part.
19408 ____________________________________________________________________________
19409 [ 6640] By: jhi on 2000/08/15 16:37:37
19410 Log: Update Changes.
19413 ____________________________________________________________________________
19414 [ 6639] By: jhi on 2000/08/15 16:34:55
19415 Log: Missed a file from #6638.
19418 ____________________________________________________________________________
19419 [ 6638] By: jhi on 2000/08/15 16:33:19
19420 Log: Subject: [PATCH perl@6620] cygwin port
19421 From: "Fifer, Eric" <EFifer@sanwaint.com>
19422 Date: Tue, 15 Aug 2000 17:00:49 +0100
19423 Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
19425 ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
19426 ____________________________________________________________________________
19427 [ 6637] By: jhi on 2000/08/15 16:29:22
19428 Log: Subject: [PATCH] debugger exit code should reflect user exit code
19429 From: Mike Guy <mjtg@cam.ac.uk>
19430 Date: Tue, 15 Aug 2000 16:55:59 +0100
19431 Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
19434 ____________________________________________________________________________
19435 [ 6636] By: jhi on 2000/08/15 15:30:58
19436 Log: Update Changes.
19439 ____________________________________________________________________________
19440 [ 6635] By: jhi on 2000/08/15 15:27:21
19441 Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
19443 ! U/mkglossary U/mksample
19444 Branch: metaconfig/U/perl
19447 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19448 ____________________________________________________________________________
19449 [ 6634] By: jhi on 2000/08/15 14:11:55
19450 Log: Don't blow limited stacks, a lower number is enough to
19451 tickle the lookbehind limit.
19453 Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
19454 From: Dominic Dunlop <domo@computer.org>
19455 Date: Tue, 15 Aug 2000 13:51:24 +0200
19456 Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
19459 ____________________________________________________________________________
19460 [ 6633] By: jhi on 2000/08/15 14:01:46
19461 Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
19462 From: Mike Guy <mjtg@cam.ac.uk>
19463 Date: Tue, 15 Aug 2000 12:10:50 +0100
19464 Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
19467 ____________________________________________________________________________
19468 [ 6632] By: jhi on 2000/08/15 13:58:48
19469 Log: make ok etc also for win32.
19471 Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
19472 From: Prymmer/Kahn <pvhp@best.com>
19473 Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
19474 Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
19477 ____________________________________________________________________________
19478 [ 6631] By: jhi on 2000/08/15 13:45:03
19479 Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
19482 ____________________________________________________________________________
19483 [ 6630] By: jhi on 2000/08/15 03:25:09
19484 Log: Update Changes.
19487 ____________________________________________________________________________
19488 [ 6629] By: jhi on 2000/08/15 03:23:53
19489 Log: magic_regdatum_set() is void, not int.
19491 ! embed.pl mg.c proto.h
19492 ____________________________________________________________________________
19493 [ 6628] By: jhi on 2000/08/15 03:08:02
19494 Log: Make the user to give up his firstborn, err, to knowingly
19495 verify installing an unstable developer release. Also bump
19496 the release to 5.7.0, but leave a patch tag in the local
19497 patches saying that this is not yet the real thing.
19499 ! U/modified/Instruct.U
19500 Branch: metaconfig/U/perl
19503 ! Configure patchlevel.h
19504 ____________________________________________________________________________
19505 [ 6627] By: jhi on 2000/08/14 22:32:52
19506 Log: README.os2 update.
19508 Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
19509 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
19510 Date: Wed, 02 Aug 2000 21:55:09 -0700
19511 Message-ID: <tsPi5gzkgegX092yn@efn.org>
19514 ____________________________________________________________________________
19515 [ 6626] By: jhi on 2000/08/14 21:00:02
19516 Log: Subject: Re: File::Temp problems on VMS in bleedperl
19517 From: Tim Jenness <timj@jach.hawaii.edu>
19518 cc: vmsperl@perl.org
19519 Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
19520 Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
19522 ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
19523 ____________________________________________________________________________
19524 [ 6625] By: jhi on 2000/08/14 20:52:16
19525 Log: Add SUIDMAIL as was done for the CERT alert.
19528 ____________________________________________________________________________
19529 [ 6624] By: jhi on 2000/08/14 20:48:50
19530 Log: Subject: sfio2000
19531 From: Daniel Muino <dmuino@afip.gov.ar>
19532 Date: Mon, 14 Aug 2000 16:58:11 -0300
19533 Message-ID: <20000814165811.B16368@con2-dgi>
19535 ! perlsdio.h perlsfio.h
19536 ____________________________________________________________________________
19537 [ 6623] By: jhi on 2000/08/14 20:47:36
19538 Log: Subject: warning: storage class after type is obsolescent
19539 From: Daniel Muino <dmuino@afip.gov.ar>
19540 Date: Mon, 14 Aug 2000 16:42:47 -0300
19541 Message-ID: <20000814164247.A16368@con2-dgi>
19543 ! regcomp.pl regnodes.h
19544 ____________________________________________________________________________
19545 [ 6622] By: jhi on 2000/08/14 20:43:05
19546 Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
19547 From: abigail@foad.org
19548 Date: 14 Aug 2000 20:00:10 -0000
19549 Message-Id: <20000814200010.27271.qmail@foad.org>
19552 ____________________________________________________________________________
19553 [ 6621] By: jhi on 2000/08/14 15:23:05
19554 Log: Update Changes.
19557 ____________________________________________________________________________
19558 [ 6620] By: jhi on 2000/08/14 15:22:14
19559 Log: Subject: Re: [PATCH] @+, @- readonly
19560 From: Mike Guy <mjtg@cam.ac.uk>
19561 Date: Mon, 14 Aug 2000 15:26:55 +0100
19562 Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
19564 ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
19566 ____________________________________________________________________________
19567 [ 6619] By: jhi on 2000/08/14 14:12:08
19568 Log: Update Changes.
19571 ____________________________________________________________________________
19572 [ 6618] By: jhi on 2000/08/14 14:09:34
19573 Log: For now remove the mail code.
19576 ____________________________________________________________________________
19577 [ 6617] By: jhi on 2000/08/14 14:08:28
19578 Log: Drop the eg/ mentions and also mention the recent suidperl thing.
19580 ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
19581 ! pod/perlfaq8.pod pod/perlsec.pod
19582 ____________________________________________________________________________
19583 [ 6616] By: jhi on 2000/08/14 14:00:11
19584 Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
19585 From: Mike Guy <mjtg@cam.ac.uk>
19586 Date: Mon, 14 Aug 2000 08:26:02 +0100
19587 Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
19590 ____________________________________________________________________________
19591 [ 6615] By: jhi on 2000/08/14 13:58:45
19592 Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
19593 From: Mike Guy <mjtg@cam.ac.uk>
19594 Date: Mon, 14 Aug 2000 08:04:22 +0100
19595 Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
19597 ! gv.c mg.c t/op/pat.t
19598 ____________________________________________________________________________
19599 [ 6614] By: jhi on 2000/08/14 13:56:45
19600 Log: Subject: Test fails / warnings with perl-current #6612
19601 From: Mike Guy <mjtg@cam.ac.uk>
19602 Date: Mon, 14 Aug 2000 07:57:23 +0100
19603 Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
19605 ! t/lib/b.t t/lib/peek.t
19606 ____________________________________________________________________________
19607 [ 6613] By: jhi on 2000/08/14 13:45:33
19608 Log: VMS configure.com update continues.
19610 - vms/configure.com
19611 ! MANIFEST configure.com
19612 ____________________________________________________________________________
19613 [ 6612] By: jhi on 2000/08/13 22:13:35
19614 Log: Update Changes.
19617 ____________________________________________________________________________
19618 [ 6611] By: jhi on 2000/08/13 16:21:45
19619 Log: Upgrade to CGI 2.71, from Lincoln Stein.
19621 ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
19622 ____________________________________________________________________________
19623 [ 6610] By: jhi on 2000/08/13 15:09:16
19624 Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
19625 From: Mike Guy <mjtg@cam.ac.uk>
19626 Date: Sun, 13 Aug 2000 13:45:51 +0100
19627 Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
19630 ____________________________________________________________________________
19631 [ 6609] By: jhi on 2000/08/13 14:31:26
19632 Log: Andreas says that 1.56 is fine, so reverting back to it.
19635 ____________________________________________________________________________
19636 [ 6608] By: jhi on 2000/08/13 05:34:20
19637 Log: Update Changes.
19640 ____________________________________________________________________________
19641 [ 6607] By: jhi on 2000/08/13 05:32:01
19642 Log: Put back the \z changes of #5406 to CPAN.pm.
19645 ____________________________________________________________________________
19646 [ 6606] By: jhi on 2000/08/13 05:20:16
19647 Log: Fix-n-skip the tests under 5005threads.
19650 ____________________________________________________________________________
19651 [ 6605] By: jhi on 2000/08/13 05:07:48
19652 Log: Fix the test for 5005threads.
19655 ____________________________________________________________________________
19656 [ 6604] By: jhi on 2000/08/13 03:35:37
19657 Log: Should have deleted this in #6603.
19659 - vms/subconfigure.com
19660 ____________________________________________________________________________
19661 [ 6603] By: jhi on 2000/08/12 18:29:32
19662 Log: Rewrite of vms/subconfigure.com as configure.com,
19663 from Peter Prymmer and the vmsperl crew.
19665 + vms/configure.com
19667 ____________________________________________________________________________
19668 [ 6602] By: jhi on 2000/08/11 13:00:01
19669 Log: PlainText.pm is dead.
19671 - lib/Pod/PlainText.pm
19673 ____________________________________________________________________________
19674 [ 6601] By: jhi on 2000/08/11 04:06:45
19675 Log: Update Changes.
19678 ____________________________________________________________________________
19679 [ 6600] By: jhi on 2000/08/11 04:06:10
19680 Log: Add a few missing files, update MANIFEST.
19682 + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
19683 + lib/Pod/PlainText.pm t/pod/find.t
19684 ! MANIFEST t/op/regmesg.t
19685 ____________________________________________________________________________
19686 [ 6599] By: jhi on 2000/08/11 03:31:10
19687 Log: Add Perl debugging tutorial, regen toc.
19689 Subject: perldebtut.pod
19690 From: Richard Foley <Richard.Foley@m.dasa.de>
19691 Date: Wed, 09 Aug 2000 10:17:15 +0200
19692 Message-id: <3991138B.262247B8@m.dasa.de>
19694 + pod/perldebtut.pod
19695 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
19696 ____________________________________________________________________________
19697 [ 6598] By: jhi on 2000/08/11 02:48:56
19698 Log: tiny Changes edit
19701 ____________________________________________________________________________
19702 [ 6597] By: jhi on 2000/08/11 02:39:04
19703 Log: Tests for #6589.
19705 Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
19706 From: simon@brecon.co.uk (Simon Cozens)
19707 Date: 11 Aug 2000 02:24:52 GMT
19708 Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
19711 ____________________________________________________________________________
19712 [ 6596] By: jhi on 2000/08/11 01:50:07
19713 Log: Update Changes.
19716 ____________________________________________________________________________
19717 [ 6595] By: jhi on 2000/08/11 01:47:16
19721 ____________________________________________________________________________
19722 [ 6594] By: jhi on 2000/08/11 01:36:16
19723 Log: Subject: Getting perlio and threads to compile
19724 From: Lupe Christoph <lupe@lupe-christoph.de>
19725 Date: Wed, 9 Aug 2000 11:35:54 +0200
19726 Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
19728 (the Solaris version changes in Configure skipped)
19730 ! hints/solaris_2.sh thread.h
19731 ____________________________________________________________________________
19732 [ 6593] By: jhi on 2000/08/11 01:30:16
19733 Log: Subject: Re: [ID 20000730.003] utf8::length() bad
19734 From: simon@brecon.co.uk (Simon Cozens)
19735 Date: 1 Aug 2000 06:55:19 GMT
19736 Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
19739 ____________________________________________________________________________
19740 [ 6592] By: jhi on 2000/08/11 01:26:39
19741 Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
19742 From: Peter Scott <Peter@PeterScott.com>
19743 Date: Thu, 10 Aug 2000 08:23:27 -0700
19744 Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
19747 ____________________________________________________________________________
19748 [ 6591] By: jhi on 2000/08/11 01:22:02
19749 Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value
19750 From: Hugo <hv@crypt.compulink.co.uk>
19751 Date: Thu, 10 Aug 2000 19:23:04 +0100
19752 Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
19754 ! regexec.c t/op/pat.t
19755 ____________________________________________________________________________
19756 [ 6590] By: jhi on 2000/08/11 01:19:19
19757 Log: Preprocessing and postprocessing for File::Find.
19759 Subject: Patch to Find::File.pm to allow alphabetical results
19760 From: Joe Smith <jsmith@inwap.com>
19761 Date: Wed, 9 Aug 2000 02:44:54 -0700
19762 Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
19765 ____________________________________________________________________________
19766 [ 6589] By: jhi on 2000/08/11 01:12:39
19767 Log: B::Deparse didn't do sub attributes.
19769 Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
19770 From: simon@brecon.co.uk (Simon Cozens)
19771 Date: 9 Aug 2000 04:49:20 GMT
19772 Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
19774 ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
19775 ____________________________________________________________________________
19776 [ 6588] By: jhi on 2000/08/11 01:06:40
19777 Log: Subject: debugger "d" command doesnt check line number
19778 From: Mike Guy <mjtg@cam.ac.uk>
19779 Date: Tue, 08 Aug 2000 21:54:29 +0100
19780 Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
19782 ! lib/perl5db.pl mg.c pod/perldiag.pod
19783 ____________________________________________________________________________
19784 [ 6587] By: jhi on 2000/08/11 00:45:03
19785 Log: sleep(1) does not necessarily return 1.
19787 Subject: [PATCH bleadperl] op/lex_assign.t
19788 From: Hugo <hv@crypt.compulink.co.uk>
19789 Date: Thu, 03 Aug 2000 14:34:22 +0100
19790 Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
19792 ! t/op/lex_assign.t
19793 ____________________________________________________________________________
19794 [ 6586] By: jhi on 2000/08/11 00:31:50
19795 Log: Document the IO::Select timeout.
19797 ! ext/IO/lib/IO/Select.pm
19798 ____________________________________________________________________________
19799 [ 6585] By: jhi on 2000/08/11 00:13:54
19800 Log: Forgot contributor.
19803 ____________________________________________________________________________
19804 [ 6584] By: jhi on 2000/08/11 00:09:19
19808 ____________________________________________________________________________
19809 [ 6583] By: jhi on 2000/08/11 00:07:53
19810 Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
19812 Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
19813 From: Mike Guy <mjtg@cam.ac.uk>
19814 Date: Thu, 10 Aug 2000 15:50:54 +0100
19815 Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
19818 ____________________________________________________________________________
19819 [ 6582] By: jhi on 2000/08/10 23:29:32
19820 Log: Update Changes.
19823 ____________________________________________________________________________
19824 [ 6581] By: jhi on 2000/08/10 23:26:16
19825 Log: Put back the std @INC thing.
19827 ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
19828 ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
19829 ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
19831 ____________________________________________________________________________
19832 [ 6580] By: jhi on 2000/08/10 23:03:34
19833 Log: Update to CGI 2.70, from Lincoln Stein.
19835 ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
19836 ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
19837 ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
19838 ! t/lib/cgi-request.t
19839 ____________________________________________________________________________
19840 [ 6579] By: jhi on 2000/08/10 22:41:50
19841 Log: Update to CPAN 1.56, from Andreas König.
19843 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
19844 ____________________________________________________________________________
19845 [ 6578] By: jhi on 2000/08/10 22:38:13
19846 Log: Update to Pod::Parser 1.17, from Brad Appleton.
19848 ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
19849 ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
19850 ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
19851 ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
19852 ! t/pod/include.t t/pod/included.t t/pod/lref.t
19853 ! t/pod/multiline_items.t t/pod/nested_items.t
19854 ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
19855 ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
19856 ! t/pod/special_seqs.t
19857 ____________________________________________________________________________
19858 [ 6577] By: jhi on 2000/08/10 22:35:41
19859 Log: Small AUTHORS and MAINTAIN updates. Could do with big updates.
19862 ____________________________________________________________________________
19863 [ 6576] By: jhi on 2000/08/10 22:24:54
19864 Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
19867 ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
19868 ! t/lib/gol-compat.t t/lib/gol-linkage.t
19869 ____________________________________________________________________________
19870 [ 6575] By: jhi on 2000/08/10 22:02:07
19871 Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
19873 ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
19874 ____________________________________________________________________________
19875 [ 6574] By: jhi on 2000/08/10 21:55:03
19876 Log: Iterating perl6 description.
19879 ____________________________________________________________________________
19880 [ 6573] By: jhi on 2000/08/10 21:48:26
19881 Log: Revert the sv.c part of #6559, a better fix is needed.
19884 ____________________________________________________________________________
19885 [ 6572] By: jhi on 2000/08/10 20:33:43
19886 Log: It's the 2ndO'ROSSC.
19889 ____________________________________________________________________________
19890 [ 6571] By: jhi on 2000/08/10 15:55:48
19894 ____________________________________________________________________________
19895 [ 6570] By: jhi on 2000/08/10 14:11:17
19896 Log: An exceptionally sticky typo.
19899 ____________________________________________________________________________
19900 [ 6569] By: jhi on 2000/08/10 14:09:33
19901 Log: detypo (and test Changes updating script)
19904 ____________________________________________________________________________
19905 [ 6568] By: jhi on 2000/08/10 14:07:07
19906 Log: Update Changes.
19909 ____________________________________________________________________________
19910 [ 6567] By: jhi on 2000/08/10 14:06:19
19911 Log: Amend the description of Perl6.
19912 Subject: [PATCH Perl-5.6.0] perlfaq1.pod
19913 From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
19914 Date: Wed, 9 Aug 2000 22:11:06 -0500
19915 Message-ID: <20000809221106.A12246@chaos.wustl.edu>
19918 ____________________________________________________________________________
19919 [ 6566] By: jhi on 2000/08/10 13:58:57
19920 Log: Subject: Remove dead entry in perldiag
19921 From: Mike Guy <mjtg@cam.ac.uk>
19922 Date: Thu, 10 Aug 2000 14:19:19 +0100
19923 Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
19926 ____________________________________________________________________________
19927 [ 6565] By: jhi on 2000/08/10 13:51:48
19928 Log: Zero entries were skipped, fix from Adrian Goalby
19929 <argoalby@yahoo.co.uk>
19931 ! lib/unicode/Number.pl lib/unicode/mktables.PL
19932 ____________________________________________________________________________
19933 [ 6564] By: jhi on 2000/08/10 13:00:12
19934 Log: Subject: [PATCH 5.6.0] cygwin port
19935 From: "Fifer, Eric" <EFifer@sanwaint.com>
19936 Date: Thu, 10 Aug 2000 13:15:36 +0100
19937 Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
19939 ! README.cygwin hints/cygwin.sh
19940 ____________________________________________________________________________
19941 [ 6563] By: jhi on 2000/08/10 12:55:16
19942 Log: Get back into sync with Jeffrey on the enhanced regex warnings.
19944 ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
19945 ____________________________________________________________________________
19946 [ 6562] By: gsar on 2000/08/10 08:38:39
19947 Log: warn is a macro, avoid using at a variable to avoid warnings
19948 in some configurations; readdir.t is too conservative in
19949 estimating number of *.t's
19951 ! t/op/readdir.t util.c
19952 ____________________________________________________________________________
19953 [ 6561] By: jhi on 2000/08/09 23:35:42
19954 Log: Update Changes.
19957 ____________________________________________________________________________
19958 [ 6560] By: jhi on 2000/08/09 23:05:47
19959 Log: Subject: Re: enhanced(?) regex error messages
19960 From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
19961 Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
19962 Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
19964 (plus two small patches sent privately)
19965 (this still seems to leave few test failures)
19968 ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
19969 ! t/pragma/warn/regcomp
19970 ____________________________________________________________________________
19971 [ 6559] By: jhi on 2000/08/09 20:41:18
19972 Log: (The fix did work but was not right, retracted in #6573)
19974 Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
19975 From: Christian Kirsch <ck@held.mind.de>
19976 Date: Wed, 9 Aug 2000 17:05:17 +0200
19977 Message-Id: <20000809170517.A25389@held>
19979 ! sv.c t/pragma/locale.t
19980 ____________________________________________________________________________
19981 [ 6558] By: jhi on 2000/08/08 22:34:08
19982 Log: Tiny updates on the contributors list.
19985 ____________________________________________________________________________
19986 [ 6557] By: jhi on 2000/08/08 19:34:28
19987 Log: Double check that we have a dirhandle.
19990 ____________________________________________________________________________
19991 [ 6556] By: jhi on 2000/08/08 19:01:51
19992 Log: Delete eg as agreed at TPC3 (yes, 3). Dusty, obsolete, non-w-clean.
19993 May be repopulated with fresh maintained examples.
19995 + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
19996 + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
19997 + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
19998 + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
19999 + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
20000 + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
20001 + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
20002 + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
20003 + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
20004 + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
20005 + lib/CGI/eg/wilogo_gif.uu
20006 - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
20007 - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
20008 - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
20009 - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
20010 - eg/cgi/frameset.cgi eg/cgi/index.html
20011 - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
20012 - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
20013 - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
20014 - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
20015 - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
20016 - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
20017 - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
20018 - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
20019 - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
20020 - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
20021 - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
20022 - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
20023 - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
20024 - eg/van/vanish eg/who eg/wrapsuid
20026 ____________________________________________________________________________
20027 [ 6555] By: jhi on 2000/08/08 18:51:08
20028 Log: Delete chat2 as requested by Randal.
20030 Subject: Re: perlfaq8 coyness
20031 From: merlyn@stonehenge.com (Randal L. Schwartz)
20032 Date: 15 May 2000 18:52:42 -0700
20033 Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com>
20037 ____________________________________________________________________________
20038 [ 6554] By: jhi on 2000/08/08 18:31:35
20039 Log: Regen global.sym.
20042 ____________________________________________________________________________
20043 [ 6553] By: jhi on 2000/08/08 18:28:13
20044 Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
20045 (either perlbug or p5p ate the original), plus regen
20046 perlapi and perltoc.
20048 ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
20049 ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
20050 ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
20051 ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
20052 ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
20053 ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
20054 ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
20055 ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
20056 ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
20057 ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
20058 ____________________________________________________________________________
20059 [ 6552] By: jhi on 2000/08/08 18:06:29
20060 Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
20061 From: Mike Guy <mjtg@cam.ac.uk>
20062 Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
20063 Date: Tue, 08 Aug 2000 15:51:27 +0100
20065 ! doop.c sv.h t/op/join.t t/pragma/overload.t
20066 ____________________________________________________________________________
20067 [ 6551] By: jhi on 2000/08/08 18:01:11
20068 Log: Re-apply #6549.
20071 ____________________________________________________________________________
20072 [ 6550] By: jhi on 2000/08/08 17:43:08
20073 Log: Accidental retraction of #6549.
20076 ____________________________________________________________________________
20077 [ 6549] By: jhi on 2000/08/08 17:40:04
20078 Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
20079 From: Mike Guy <mjtg@cam.ac.uk>
20080 Date: Mon, 07 Aug 2000 21:49:58 +0100
20081 Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
20084 ____________________________________________________________________________
20085 [ 6548] By: jhi on 2000/08/08 17:37:57
20086 Log: Document here-doc better.
20088 Subject: Re: [ID 20000804.003] heredoc in s///e replacement
20089 From: Mike Guy <mjtg@cam.ac.uk>
20090 Date: Mon, 07 Aug 2000 14:02:09 +0100
20091 Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
20094 ____________________________________________________________________________
20095 [ 6547] By: jhi on 2000/08/08 17:33:34
20096 Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
20097 From: "Randy J. Ray" <rjray@redhat.com>
20098 Date: Mon, 07 Aug 2000 19:12:25 -0700
20099 Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
20101 ! perl.c pod/perlrun.pod
20102 ____________________________________________________________________________
20103 [ 6546] By: jhi on 2000/08/08 17:29:26
20104 Log: Subject: Re: enhanced(?) regex error messages
20105 From: Hugo <hv@crypt.compulink.co.uk>
20106 Date: Tue, 08 Aug 2000 03:25:51 +0100
20107 Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
20109 plus Capitalize the error messages, plus perldiag them.
20111 ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
20112 ____________________________________________________________________________
20113 [ 6545] By: jhi on 2000/08/08 13:59:28
20114 Log: Augment #6539 a bit: don't croak if there's magic in the air.
20116 Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
20117 From: Hugo <hv@crypt.compulink.co.uk>
20118 Date: Tue, 08 Aug 2000 03:02:03 +0100
20119 Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
20121 ! pp.c t/op/bless.t
20122 ____________________________________________________________________________
20123 [ 6544] By: jhi on 2000/08/07 21:11:52
20124 Log: Make the test -w clean.
20127 ____________________________________________________________________________
20128 [ 6543] By: jhi on 2000/08/07 19:49:53
20129 Log: use warnings instead of $^W.
20132 ____________________________________________________________________________
20133 [ 6542] By: jhi on 2000/08/07 17:41:41
20134 Log: Disable a portability warning Because We Know What We Are Doing.
20137 ____________________________________________________________________________
20138 [ 6541] By: jhi on 2000/08/07 17:29:51
20139 Log: Tiny tidying on report_evil_fh().
20142 ____________________________________________________________________________
20143 [ 6540] By: jhi on 2000/08/07 16:37:38
20144 Log: Make regular expression parse error messages easier to understand.
20146 Subject: Re: enhanced(?) regex error messages
20147 From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
20148 Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
20149 Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
20152 ____________________________________________________________________________
20153 [ 6539] By: jhi on 2000/08/07 16:12:27
20154 Log: Make bless(REF, REF) a fatal error, add bless tests.
20156 Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
20157 From: Hugo <hv@crypt.compulink.co.uk>
20158 Date: Mon, 07 Aug 2000 16:59:38 +0100
20159 Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
20162 ! MANIFEST pod/perldiag.pod pp.c sv.c
20163 ____________________________________________________________________________
20164 [ 6538] By: jhi on 2000/08/07 15:59:43
20165 Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
20166 From: Tim Conrow <tim@spindrift.srl.caltech.edu>
20167 Date: Thu, 3 Aug 2000 14:29:21 -0700
20168 Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
20171 ____________________________________________________________________________
20172 [ 6537] By: jhi on 2000/08/07 15:47:18
20173 Log: Retract #6419 for now since it breaks in AFS and MachTen.
20176 ____________________________________________________________________________
20177 [ 6536] By: jhi on 2000/08/07 15:05:29
20178 Log: Plug the security hole described in the Aug 05 2000 bugtraq message
20179 "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
20180 The security hole exists only in suidperls, which isn't
20181 installed or even built by default.
20184 ____________________________________________________________________________
20185 [ 6535] By: jhi on 2000/08/07 14:45:14
20186 Log: tr memory corruption fix from Simon Cozens.
20189 ____________________________________________________________________________
20190 [ 6534] By: jhi on 2000/08/06 11:38:16
20191 Log: Document a bit that UDP is not what you might think.
20193 Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
20194 From: Lupe Christoph <lupe@lupe-christoph.de>
20195 Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
20196 Date: Mon, 24 Jul 2000 08:59:15 +0200
20199 ____________________________________________________________________________
20200 [ 6533] By: jhi on 2000/08/06 11:35:01
20201 Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
20202 From: Jeff Pinyan <jeffp@hut.crusoe.net>
20203 Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
20204 Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
20207 ____________________________________________________________________________
20208 [ 6532] By: jhi on 2000/08/06 03:45:41
20209 Log: Have symbols for the IoTYPEs.
20211 ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
20212 ____________________________________________________________________________
20213 [ 6531] By: jhi on 2000/08/06 01:33:55
20214 Log: Continue fixing the io warnings. This also
20215 sort of fixes bug ID 20000802.003: the core dump
20216 is no more. Whether the current behaviour is correct
20217 (giving a warning: "Not a format reference"), is another matter.
20219 ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
20220 ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
20221 ____________________________________________________________________________
20222 [ 6530] By: jhi on 2000/08/05 21:33:12
20223 Log: Change the Policy policy: now -Dprefix= with an existing
20224 Policy.sh and prefix == siteprefix == vendorprefix, then all
20225 of them follow along the new prefix.
20227 Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
20228 From: Andy Dougherty <doughera@lafayette.edu>
20229 Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
20230 Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
20233 ____________________________________________________________________________
20234 [ 6529] By: jhi on 2000/08/05 18:57:28
20235 Log: Zap lib/Sys directory when cleaning up.
20238 ____________________________________________________________________________
20239 [ 6528] By: jhi on 2000/08/05 18:40:44
20240 Log: Essential prototype changes were missing from #6527.
20241 Also make report_evil_fh() more bomb-proof.
20244 ____________________________________________________________________________
20245 [ 6527] By: jhi on 2000/08/05 03:22:05
20246 Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
20247 From: "Ronald F. Guilmette" <rfg@monkeys.com>
20248 Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
20249 Message-Id: <200007242247.PAA52177@monkeys.com>
20251 ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
20252 ____________________________________________________________________________
20253 [ 6526] By: jhi on 2000/08/04 21:23:27
20254 Log: gcc versions might have (parentheses) in them.
20255 Branch: metaconfig/U/perl
20258 ! Configure config_h.SH
20259 ____________________________________________________________________________
20260 [ 6525] By: jhi on 2000/08/04 20:23:12
20261 Log: Weed buglets pointed out by
20263 From: Lupe Christoph <lupe@lupe-christoph.de>
20264 Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
20265 Date: Fri, 4 Aug 2000 17:34:39 +0200
20266 Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
20267 Branch: metaconfig/U/perl
20268 ! gccvers.U uselfs.U
20270 ! Configure config_h.SH
20271 ____________________________________________________________________________
20272 [ 6524] By: jhi on 2000/08/04 19:02:08
20273 Log: Warn under -w if lstat(FH) is attempted.
20275 Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
20276 From: "Todd C. Miller" <Todd.Miller@courtesan.com>
20277 Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT)
20278 Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com>
20280 ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
20281 ! t/pragma/warn/pp_sys
20282 ____________________________________________________________________________
20283 [ 6523] By: jhi on 2000/08/04 12:31:11
20284 Log: Subject: New perlcc, take 2
20285 From: simon@brecon.co.uk (Simon Cozens)
20286 Date: 4 Aug 2000 06:21:04 GMT
20287 Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
20290 ____________________________________________________________________________
20291 [ 6522] By: jhi on 2000/08/04 12:26:33
20292 Log: Subject: Re: Array vs. List context
20293 From: Daniel Chetlin <daniel@chetlin.com>
20294 Date: Fri, 4 Aug 2000 00:22:44 -0700
20295 Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
20297 ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
20299 ____________________________________________________________________________
20300 [ 6521] By: jhi on 2000/08/04 12:22:38
20301 Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
20302 From: Raymund Will <ray@caldera.de>
20303 Date: Fri, 4 Aug 2000 12:07:09 +0200
20304 Message-Id: <20000804120709.A14982@caldera.de>
20307 ____________________________________________________________________________
20308 [ 6520] By: jhi on 2000/08/04 04:09:06
20309 Log: After the #6519 a warning about stat() is just that,
20310 not about a filetest, which now have their own warning.
20313 ____________________________________________________________________________
20314 [ 6519] By: jhi on 2000/08/04 04:06:30
20315 Log: In the warnings call filehandles consistently so;
20316 add "unopened" warning for stat().
20318 ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
20319 ! t/pragma/warn/pp_sys
20320 ____________________________________________________________________________
20321 [ 6518] By: jhi on 2000/08/04 02:55:35
20322 Log: Subject: Minor tweak to perlvar.pod
20323 From: "Stephen P. Potter" <spp@ds.net>
20324 Date: Tue, 18 Apr 2000 09:26:03 -0400
20325 Message-Id: <200004181326.JAA01560@spp.users.ds.net>
20328 ____________________________________________________________________________
20329 [ 6517] By: jhi on 2000/08/04 02:50:08
20330 Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
20331 From: "Clinton Pierce" <cpierce1@ford.com>
20332 Date: Wed, 21 Jul 1999 16:45:31 -0400
20333 Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
20335 Fix by Stephen Potter (visible in the bug db but not in p5p?)
20337 ! pod/perlfunc.pod pod/perlop.pod
20338 ____________________________________________________________________________
20339 [ 6516] By: jhi on 2000/08/04 02:09:25
20340 Log: This is 6512. Really.
20343 ____________________________________________________________________________
20344 [ 6515] By: jhi on 2000/08/04 01:25:50
20345 Log: mention the idea of @( and @)
20348 ____________________________________________________________________________
20349 [ 6514] By: bailey on 2000/08/04 01:18:46
20350 Log: YA resync with mainstem, including VMS patches from others
20352 +> (branch 48 files)
20353 - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
20354 !> (integrate 354 files)
20355 ____________________________________________________________________________
20356 [ 6513] By: jhi on 2000/08/04 01:18:18
20357 Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
20358 From: Mark Dickinson <dickins3@fas.harvard.edu>
20359 Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
20360 Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
20362 ! t/op/grent.t t/op/pwent.t
20363 ____________________________________________________________________________
20364 [ 6512] By: jhi on 2000/08/04 01:14:06
20365 Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
20366 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
20367 Date: Wed, 02 Aug 2000 10:51:01 +0100
20368 Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
20371 ____________________________________________________________________________
20372 [ 6511] By: jhi on 2000/08/04 00:57:00
20373 Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question
20374 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
20375 Date: Thu, 03 Aug 2000 17:20:04 -0700
20376 Message-ID: <0wgi5gzkgqLb092yn@efn.org>
20378 ! U/modified/Cppsym.U
20380 ! Configure config_h.SH
20381 ____________________________________________________________________________
20382 [ 6510] By: jhi on 2000/08/04 00:25:28
20386 ____________________________________________________________________________
20387 [ 6509] By: jhi on 2000/08/03 23:43:18
20388 Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
20389 From: Dominic Dunlop <domo@computer.org>
20390 Date: Thu, 3 Aug 2000 22:16:46 +0200
20391 Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
20394 ____________________________________________________________________________
20395 [ 6508] By: jhi on 2000/08/03 23:40:37
20396 Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
20397 From: Hugo <hv@crypt.compulink.co.uk>
20398 Date: Thu, 03 Aug 2000 18:25:30 +0100
20399 Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
20401 ! regcomp.c t/op/re_tests
20402 ____________________________________________________________________________
20403 [ 6507] By: jhi on 2000/08/03 23:38:28
20404 Log: Subject: [PATCH] sv.h documentation - SvLEN
20405 From: Mike Guy <mjtg@cam.ac.uk>
20406 Date: Thu, 03 Aug 2000 14:43:09 +0100
20407 Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
20410 ____________________________________________________________________________
20411 [ 6506] By: jhi on 2000/08/03 15:49:14
20412 Log: Disable the fix_pl hack for now.
20415 ____________________________________________________________________________
20416 [ 6505] By: jhi on 2000/08/03 13:49:04
20417 Log: Add a URL for FSF.
20419 Subject: Patch for README
20420 From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
20421 Date: Wed, 2 Aug 2000 13:25:09 -0500
20422 Message-ID: <20000802132509.I10379@chaos.wustl.edu>
20425 ____________________________________________________________________________
20426 [ 6504] By: jhi on 2000/08/03 13:29:19
20427 Log: Be more informative on what is skipped and why,
20428 also repeat the list at the end.
20431 ____________________________________________________________________________
20432 [ 6503] By: jhi on 2000/08/03 13:07:05
20433 Log: Circumvent the removal of .patch by fix_pl.
20435 Subject: Re: [ID 20000802.011] unable to 'make test'
20436 From: simon@brecon.co.uk (Simon Cozens)
20437 Date: 3 Aug 2000 04:17:00 GMT
20438 Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org>
20441 ____________________________________________________________________________
20442 [ 6502] By: jhi on 2000/08/03 00:14:34
20443 Log: Add the missing setproctitle unit.
20444 Branch: metaconfig/U/perl
20446 ____________________________________________________________________________
20447 [ 6501] By: jhi on 2000/08/03 00:00:26
20448 Log: The subtest 4 may fail also on VOBS, as pointed out
20449 by Nick Ing-Simmons in November 1999, bug id 19991124.003
20450 (but the failure in that bug report isn't the subtest 4).
20453 ____________________________________________________________________________
20454 [ 6500] By: jhi on 2000/08/02 23:49:30
20455 Log: Better skip message for the test; one of the two problems in
20457 Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
20458 From: Lupe Christoph <lupe@lupe-christoph.de>
20459 Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
20460 Message-Id: <200002241054.LAA06808@lupe-christoph.de>
20462 ! t/op/numconvert.t
20463 ____________________________________________________________________________
20464 [ 6499] By: jhi on 2000/08/02 22:49:16
20465 Log: Allow "no Module;" even if there is no 'unimport'.
20467 Subject: [ID 20000324.029] `unimport' is not special the way `import' is
20468 From: mjd@plover.com
20469 Date: 24 Mar 2000 15:24:34 -0000
20470 Message-Id: <20000324152434.15160.qmail@plover.com>
20473 ____________________________________________________________________________
20474 [ 6498] By: jhi on 2000/08/02 22:42:58
20475 Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
20476 that are hopefully soon put into use.
20478 ! opcode.h opcode.pl opnames.h
20479 ____________________________________________________________________________
20480 [ 6497] By: gsar on 2000/08/02 22:28:59
20481 Log: require.t needs binmode() to work on windows
20484 ____________________________________________________________________________
20485 [ 6496] By: jhi on 2000/08/02 22:08:51
20486 Log: Document the IVdf UVuf UVof UVxf.
20489 ____________________________________________________________________________
20490 [ 6495] By: jhi on 2000/08/02 21:54:26
20493 ! ext/Data/Dumper/Dumper.xs
20494 ____________________________________________________________________________
20495 [ 6494] By: jhi on 2000/08/02 21:49:17
20496 Log: Dump UVs as UVs in Data::Dumper.
20498 Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
20499 From: Gurusamy Sarathy <gsar@ActiveState.com>
20500 Date: Thu, 27 Apr 2000 12:26:25 -0700
20501 Message-Id: <200004271926.MAA04331@molotok.activestate.com>
20503 ! ext/Data/Dumper/Dumper.xs
20504 ____________________________________________________________________________
20505 [ 6493] By: jhi on 2000/08/02 17:01:58
20506 Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error
20507 From: Hugo <hv@crypt.compulink.co.uk>
20508 Date: Wed, 02 Aug 2000 14:53:56 +0100
20509 Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
20511 ! regexec.c t/op/re_tests
20512 ____________________________________________________________________________
20513 [ 6492] By: jhi on 2000/08/02 15:02:46
20514 Log: The new setproctitle() feature is available only in
20515 bleeding edge FreeBSD. From Paul Saab.
20518 ____________________________________________________________________________
20519 [ 6491] By: jhi on 2000/08/02 13:34:36
20520 Log: The tr utf8 patching continues.
20522 Subject: Re: #6469, too many tests claimed in require.t
20523 From: simon@brecon.co.uk (Simon Cozens)
20524 Date: 2 Aug 2000 02:37:17 GMT
20525 Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
20527 (the logic of the test was the wrong way round in the patch)
20530 ____________________________________________________________________________
20531 [ 6490] By: jhi on 2000/08/02 13:27:38
20532 Log: The name of a filehandle does not have <these>.
20534 ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
20535 ! t/pragma/warn/pp_sys util.c
20536 ____________________________________________________________________________
20537 [ 6489] By: jhi on 2000/08/02 04:26:46
20538 Log: Remove the extraneous "main::" prefix from all the
20539 "opened only for", "on closed", and "never opened" warnings.
20541 Subject: Re: inappropriate warning
20542 From: Gurusamy Sarathy <gsar@ActiveState.com>
20543 Date: Mon, 20 Mar 2000 11:28:02 -0800
20544 Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
20546 ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
20547 ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
20548 ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
20549 ____________________________________________________________________________
20550 [ 6488] By: jhi on 2000/08/02 03:02:57
20551 Log: memcpy has n o in it, as pinted ut by Sarathy.
20554 ____________________________________________________________________________
20555 [ 6487] By: jhi on 2000/08/02 02:44:51
20556 Log: Document in one place the memory abstractions used in Perl core.
20558 Subject: Re: Memory abstraction
20559 From: simon@brecon.co.uk (Simon Cozens)
20560 Date: 2 Aug 2000 02:20:23 GMT
20561 Organization: Earth.li Origins
20564 ____________________________________________________________________________
20565 [ 6486] By: jhi on 2000/08/02 02:41:57
20566 Log: regen_headers, regen perltoc.
20568 ! perlapi.c pod/perltoc.pod
20569 ____________________________________________________________________________
20570 [ 6485] By: jhi on 2000/08/02 01:43:33
20571 Log: "This little thing tests for a file .patch, and if it contains
20572 a number, pops into patchlevel.h" (making it easier to track
20573 which development version people are reporting bugs against)
20575 Subject: Patchlevel autogeneration for repository perls
20576 From: simon@brecon.co.uk (Simon Cozens)
20577 Date: 14 Jul 2000 07:12:15 GMT
20578 Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
20581 ! MANIFEST Makefile.SH
20582 ____________________________________________________________________________
20583 [ 6484] By: jhi on 2000/08/02 01:32:54
20584 Log: FreeBSD 3.* updates from
20586 From: Paul Saab <ps@yahoo-inc.com>
20587 Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
20588 Date: Tue, 1 Aug 2000 15:41:39 -0700
20589 Message-Id: <20000801154139.A53740@yahoo-inc.com>
20592 ____________________________________________________________________________
20593 [ 6483] By: jhi on 2000/08/02 01:27:44
20594 Log: In new BSDs changes to argv[] do not show up in ps(1) output,
20595 instead one must use setproctitle(). This was already addressed
20596 by change #6457, but the below has a new variant for FreeBSD 4.0
20597 or later, and the matter is also documented more.
20599 From: Paul Saab <ps@yahoo-inc.com>
20600 Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
20601 Date: Tue, 1 Aug 2000 15:41:39 -0700
20602 Message-Id: <20000801154139.A53740@yahoo-inc.com>
20603 Branch: metaconfig/U/perl
20606 ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
20607 ____________________________________________________________________________
20608 [ 6482] By: jhi on 2000/08/01 22:17:32
20609 Log: The test from this
20611 Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
20612 Date: Sat, 15 Apr 2000 17:03:44 +0100
20613 From: Tom Hughes <tom@compton.nu>
20614 Message-ID: <d1c9b2af49.tom@compton.compton.nu>
20616 was missing, the code change went in as #5989
20617 (which had a different test?)
20620 ____________________________________________________________________________
20621 [ 6481] By: jhi on 2000/08/01 21:48:38
20622 Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
20623 From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
20624 Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
20625 Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
20628 ____________________________________________________________________________
20629 [ 6480] By: jhi on 2000/08/01 18:05:28
20630 Log: Make p4desc to skip non-mainperl branches by default.
20633 ____________________________________________________________________________
20634 [ 6479] By: jhi on 2000/08/01 17:29:19
20635 Log: If gccosandvers is equal to osname, clear gccosandvers.
20636 Branch: metaconfig/U/perl
20639 ! Configure config_h.SH
20640 ____________________________________________________________________________
20641 [ 6478] By: jhi on 2000/08/01 15:54:08
20642 Log: BOM patching from Simon Cozens.
20645 ____________________________________________________________________________
20646 [ 6477] By: jhi on 2000/08/01 04:50:33
20647 Log: Stash away the largefiles flags and libswanted.
20649 ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
20650 ____________________________________________________________________________
20651 [ 6476] By: gsar on 2000/08/01 04:24:24
20652 Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
20655 ! t/pragma/utf8.t utf8.c win32/win32.c
20656 ____________________________________________________________________________
20657 [ 6475] By: jhi on 2000/08/01 03:35:24
20658 Log: Make chr() for values >127 to create utf8 when under utf8.
20660 Subject: Re: uft8/chr()
20661 From: simon@brecon.co.uk (Simon Cozens)
20662 Date: 1 Aug 2000 02:37:02 GMT
20663 Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
20665 ! pod/perlfunc.pod pp.c t/pragma/utf8.t
20666 ____________________________________________________________________________
20667 [ 6474] By: jhi on 2000/08/01 02:36:18
20668 Log: In Digital UNIX warn if gcc explicitly chosen because even
20669 2.95.2 is known to cause problems.
20672 ____________________________________________________________________________
20673 [ 6473] By: jhi on 2000/08/01 02:00:56
20674 Log: Make the safety catch for buggy gccs work with triple version
20675 numbers like 2.95.2. Reported in
20677 Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
20678 From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
20679 Date: Mon, 31 Jul 2000 14:55:06 +0200
20680 Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
20683 ____________________________________________________________________________
20684 [ 6472] By: jhi on 2000/08/01 01:13:33
20685 Log: Subject: fix and question re: waitpid() under win32
20686 From: Brian Clarke <clarke@appliedmeta.com>
20687 Date: Fri, 28 Jul 2000 15:18:29 -0400
20688 Message-ID: <3981DC85.290314EB@appliedmeta.com>
20690 Slightly reformatted and WNOHANG # define moved to win32.h
20691 so that also POSIX.xs sees it, as suggsted by Sarathy.
20693 ! win32/win32.c win32/win32.h
20694 ____________________________________________________________________________
20695 [ 6471] By: jhi on 2000/08/01 00:55:05
20696 Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
20697 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
20698 Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
20699 Date: Mon, 31 Jul 2000 13:28:51 +0100
20701 (aka ID 20000730.002)
20704 ____________________________________________________________________________
20705 [ 6470] By: jhi on 2000/07/31 23:34:42
20706 Log: Document the problem with -P in HP-UX and its workaround.
20708 Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
20709 From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
20710 Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
20711 Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
20714 ____________________________________________________________________________
20715 [ 6469] By: jhi on 2000/07/31 04:15:02
20716 Log: The swallow_bom() saga continues. The #23 of require.t
20717 (UTF16-LE) still fails (silently, no output) but the #22
20718 (UTF16-BE) seems to be working now. The root of the
20719 failure may be in sv_gets(): is it UTF-16LE-aware,
20720 especially when it comes to line endings?
20722 ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
20723 ! t/comp/require.t toke.c utf8.c
20724 ____________________________________________________________________________
20725 [ 6468] By: jhi on 2000/07/30 19:05:48
20726 Log: Find green threads before native threads.
20728 Subject: Re: Patch to jpl/JNI/Makefile.PL
20729 From: Jens Thomsen <jens@fiend.cis.com>
20730 Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
20731 Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
20733 ! jpl/JNI/Makefile.PL
20734 ____________________________________________________________________________
20735 [ 6467] By: jhi on 2000/07/30 18:36:22
20736 Log: Fix the HALF_UPGRADE() macro introduced in #6263.
20739 ____________________________________________________________________________
20740 [ 6466] By: jhi on 2000/07/30 04:37:29
20741 Log: A new version of the "remove UPPERACSE string comparison"
20742 operators. The problem with the previous one (change #6454)
20743 was that it was for Perl 5.6.0. From Paul Marquess.
20745 ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
20746 ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
20747 ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
20748 ____________________________________________________________________________
20749 [ 6465] By: jhi on 2000/07/29 22:39:56
20750 Log: Do not upgrade SVs into utf8 just because they participate
20751 in eq or cmp. Reported and fix suggested in
20753 Subject: [ID 20000720.009] sv_eq UTF8 bug
20754 From: "Simon Cozens" <simon@othersideofthe.earth.li>
20755 Date: 21 Jul 2000 04:37:29 -0000
20756 Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
20758 Exercise for the kind reader: should we or should we not
20759 cache the utf8 conversion alonside the SV? (as magic,
20760 as thestrxfrm()ed version is cached under use locale)
20761 Argue both for and against.
20764 ____________________________________________________________________________
20765 [ 6464] By: jhi on 2000/07/29 22:36:22
20766 Log: Subject: UTF8 concat
20767 From: simon@brecon.co.uk (Simon Cozens)
20768 Date: 30 Jun 2000 06:13:25 GMT
20769 Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
20771 (with a memory leak fixed, plus a few casts added)
20773 This also seems to help for
20775 Subject: [ID 20000716.015] join UTF8 weirdness
20776 From: root <root@ak-71.mind.de>
20777 Date: Sat, 15 Jul 2000 15:29:54 +0200
20778 Message-Id: <200007151329.PAA13970@ak-71.mind.de>
20780 (from Andreas König)
20783 ____________________________________________________________________________
20784 [ 6463] By: jhi on 2000/07/29 00:55:39
20785 Log: Tune the comments and hopefully stop a memory leak.
20788 ____________________________________________________________________________
20789 [ 6462] By: jhi on 2000/07/29 00:16:53
20790 Log: The problem described in this
20792 Subject: [ID 20000322.018] named chars aren't magical enough
20793 From: root <root@dixie.cscaper.com>
20794 Date: Wed, 22 Mar 2000 18:37:42 -0700
20795 Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
20797 has been fixed in perl 5.6.0 but just in case added a test
20798 to keep it away. (The report from Joseph Hall.)
20800 ! t/lib/charnames.t
20801 ____________________________________________________________________________
20802 [ 6461] By: jhi on 2000/07/28 23:56:36
20803 Log: Tiny fixes for #6460.
20804 Branch: metaconfig/U/perl
20807 ! Configure config_h.SH
20808 ____________________________________________________________________________
20809 [ 6460] By: jhi on 2000/07/28 23:24:41
20810 Log: Warn if the version of the operating system used to compile gcc
20811 differs from the current version of the operating system.
20812 Also display the gcc compilation os and version in myconfig.
20815 Subject: Re: [ID 20000710.003] ERRORS!!
20816 From: "Kurt D. Starsinic" <kstar@chapin.edu>
20817 Date: Mon, 10 Jul 2000 15:54:16 -0400
20818 Message-ID: <20000710155416.A1384@O2.chapin.edu>
20819 Branch: metaconfig/U/perl
20822 ! Configure config_h.SH myconfig.SH
20823 ____________________________________________________________________________
20824 [ 6459] By: jhi on 2000/07/28 22:00:32
20825 Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
20826 letter to $Config{osvers}.
20828 ! U/modified/Oldconfig.U
20830 ! Configure config_h.SH
20831 ____________________________________________________________________________
20832 [ 6458] By: jhi on 2000/07/28 04:15:39
20833 Log: Back out #6454, doesn't seem to work.
20834 (Reason: that patch was for perl 5.6.0, not perl-current)
20835 (A version of the patch for perl-current came in later as #6466)
20837 ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
20838 ! t/pragma/warn/5nolint t/pragma/warn/7fatal
20839 ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
20840 ____________________________________________________________________________
20841 [ 6457] By: jhi on 2000/07/27 23:31:49
20842 Log: Use setproctitle() if available to modify $0.
20844 Subject: setting $* on BSD4 broken
20845 From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
20846 Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
20847 Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
20849 ! U/modified/Myinit.U
20851 ! Configure config_h.SH mg.c
20852 ____________________________________________________________________________
20853 [ 6456] By: jhi on 2000/07/27 14:50:47
20854 Log: Allow "no AutoLoader;", based on change #6444,
20855 suggested by Graham Barr.
20857 ! lib/AutoLoader.pm
20858 ____________________________________________________________________________
20859 [ 6455] By: jhi on 2000/07/27 14:19:10
20860 Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
20861 From: rspier@pobox.com (Robert Spier)
20862 Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
20863 Message-ID: <14720.15855.787664.424783@rls.cx>
20866 ____________________________________________________________________________
20867 [ 6454] By: jhi on 2000/07/27 14:03:02
20868 Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
20873 Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
20874 From: Ryan Herbert <rherbert@sycamorehq.com>
20875 Date: Mon, 17 Jul 2000 11:40:42 -0400
20876 Message-Id: <200007171540.LAA20480@beorn.hq.sai>
20880 Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
20881 From: "Paul Marquess" <Paul.Marquess@btinternet.com>
20882 Date: Wed, 26 Jul 2000 23:40:18 +0100
20883 Message-ID: <000001bff752$79511880$0a17073e@tiny>
20885 based on an earlier patch from Stephen P. Potter.
20887 (Removed later by change #6458 because this patch was for
20888 perl 5.6.0, not perl-current)
20890 ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
20891 ! t/pragma/warn/5nolint t/pragma/warn/7fatal
20892 ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
20893 ____________________________________________________________________________
20894 [ 6453] By: jhi on 2000/07/27 13:48:02
20895 Log: Subject: [PATCH] fixes bug 20000508.004
20896 From: Michael Stevens <mstevens@globnix.org>
20897 Date: Thu, 27 Jul 2000 13:49:04 +0100
20898 Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
20901 ____________________________________________________________________________
20902 [ 6452] By: jhi on 2000/07/26 23:51:26
20903 Log: Further File::Temp patches from Yitzchak Scott-Thoennes
20904 and Craig A. Berry.
20906 ! lib/File/Temp.pm pod/perlport.pod
20907 ____________________________________________________________________________
20908 [ 6451] By: jhi on 2000/07/26 19:43:30
20909 Log: Be wary of close()s, too.
20911 Subject: Re: [PATCH] perlbug cleanup
20912 From: Tim Jenness <t.jenness@jach.hawaii.edu>
20913 Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
20914 Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
20917 ____________________________________________________________________________
20918 [ 6450] By: jhi on 2000/07/26 18:41:40
20919 Log: Subject: Minor doc patch: handy.h
20920 From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
20921 Date: Wed, 26 Jul 2000 15:34:25 -0300
20922 Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
20924 ! handy.h pod/perlapi.pod
20925 ____________________________________________________________________________
20926 [ 6449] By: jhi on 2000/07/26 18:23:55
20927 Log: Subject: [PATCH] minor doc change - perlguts
20928 From: Michael Stevens <mstevens@globnix.org>
20929 Date: Thu, 13 Jul 2000 12:39:18 +0100
20930 Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
20933 ____________________________________________________________________________
20934 [ 6448] By: jhi on 2000/07/26 18:20:30
20935 Log: open() wariness in perlbug.
20937 Subject: [PATCH] perlbug cleanup
20938 From: Michael Stevens <mstevens@globnix.org>
20939 Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
20940 Date: Thu, 13 Jul 2000 15:52:23 +0100
20943 ____________________________________________________________________________
20944 [ 6447] By: jhi on 2000/07/26 18:13:04
20945 Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
20947 ! lib/File/Temp.pm t/lib/ftmp-security.t
20948 ____________________________________________________________________________
20949 [ 6446] By: jhi on 2000/07/26 18:06:32
20950 Log: docfix from Peter Scott <Peter@PSDT.com>.
20953 ____________________________________________________________________________
20954 [ 6445] By: jhi on 2000/07/26 17:53:31
20955 Log: Fix *foo{FORMAT}.
20957 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20958 Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
20959 Date: Wed, 26 Jul 2000 19:51:02 +0200
20960 Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
20962 From: Graham Barr <gbarr@pobox.com>
20963 Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
20964 Date: Wed, 26 Jul 2000 17:38:36 +0100
20965 Message-ID: <20000726173836.L472@pobox.com>
20967 ! pp.c sv.c t/op/gv.t
20968 ____________________________________________________________________________
20969 [ 6444] By: jhi on 2000/07/26 17:49:14
20970 Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
20971 from Graham Barr in the module list.
20973 ! gv.c pod/perlobj.pod
20974 ____________________________________________________________________________
20975 [ 6443] By: jhi on 2000/07/26 16:06:56
20976 Log: More split() doc and test patches from Mike Guy.
20978 ! pod/perlfunc.pod t/op/split.t
20979 ____________________________________________________________________________
20980 [ 6442] By: jhi on 2000/07/26 16:05:30
20981 Log: MacOS nits from Matthias Neeracher.
20984 ____________________________________________________________________________
20985 [ 6441] By: jhi on 2000/07/26 04:39:57
20986 Log: Subject: [PATCH] split /^/
20987 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
20988 Date: Tue, 25 Jul 2000 14:18:57 +0100
20989 Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
20991 (with notes from tchrist and gbarr)
20993 ! pod/perlfunc.pod t/op/split.t
20994 ____________________________________________________________________________
20995 [ 6440] By: jhi on 2000/07/26 04:32:32
20996 Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
20997 From: Peter Prymmer <pvhp@forte.com>
20998 Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
20999 Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
21001 ! vms/munchconfig.c
21002 ____________________________________________________________________________
21003 [ 6439] By: jhi on 2000/07/26 04:31:01
21004 Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
21005 to be fatal errors (instead of by default ignoring them, and
21006 ignoring with a bug: even though -w gave an error, the opening [
21007 was left in) Reported in:
21009 Subject: [ID 20000716.024] [=cc=] / [:blank:]
21010 From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
21011 Date: Sun, 16 Jul 2000 17:55:29 -0700
21012 Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
21014 ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
21015 ____________________________________________________________________________
21016 [ 6438] By: jhi on 2000/07/25 15:41:15
21017 Log: Subject: [PATCH] av.c apidoc
21018 From: simon@brecon.co.uk (Simon Cozens)
21019 Date: 24 Jul 2000 06:40:52 GMT
21020 Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
21022 ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
21023 ! perlapi.c perlapi.h pod/perlapi.pod proto.h
21024 ____________________________________________________________________________
21025 [ 6437] By: jhi on 2000/07/25 14:05:36
21026 Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
21027 From: "Stephen P. Potter" <spp@ds.net>
21028 Date: Mon, 24 Jul 2000 14:22:23 -0400
21029 Message-Id: <200007241822.OAA06827@spp.users.ds.net>
21031 ! pod/perllocale.pod
21032 ____________________________________________________________________________
21033 [ 6436] By: jhi on 2000/07/25 14:02:03
21034 Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
21035 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
21036 Date: Mon, 24 Jul 2000 18:04:28 +0100
21037 Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
21039 ! t/lib/syslfs.t t/op/lfs.t
21040 ____________________________________________________________________________
21041 [ 6435] By: jhi on 2000/07/25 13:59:28
21042 Log: Get UTF16 BOMs working. Patch from
21044 Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
21045 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
21046 Date: Tue, 25 Jul 2000 12:52:45 +0100
21047 Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
21051 Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
21052 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
21053 Date: Tue, 25 Jul 2000 11:43:25 +0100
21054 Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
21056 ! t/comp/require.t toke.c utf8.c
21057 ____________________________________________________________________________
21058 [ 6434] By: jhi on 2000/07/25 02:39:54
21059 Log: Make the "uninit variable" warning to say "concat or string"
21060 or "join or string" when in concat or join .
21062 Subject: Re: [ID 20000403.009] uninitialised concatenation???
21063 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
21064 Date: Tue, 04 Apr 2000 18:22:58 +0100
21065 Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
21067 Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
21068 From: William R Ward <hermit@BayView.COM>
21069 Date: Thu, 30 Mar 2000 19:50:03 -0800
21070 Message-Id: <200003310350.TAA13319@komodo.bayview.com>
21072 ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
21073 ! t/pragma/warn/op t/pragma/warn/sv
21074 ____________________________________________________________________________
21075 [ 6433] By: jhi on 2000/07/24 17:52:56
21076 Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
21078 ! lib/File/Spec/VMS.pm
21079 ____________________________________________________________________________
21080 [ 6432] By: jhi on 2000/07/24 17:44:44
21081 Log: Test cases for #6431.
21083 Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
21084 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
21085 Date: Mon, 24 Jul 2000 15:32:29 +0100
21086 Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
21088 ! t/op/pat.t t/op/split.t
21089 ____________________________________________________________________________
21090 [ 6431] By: jhi on 2000/07/24 17:43:17
21093 Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
21094 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
21095 Date: Mon, 17 Jul 2000 20:04:56 +0100
21096 Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
21099 ____________________________________________________________________________
21100 [ 6430] By: jhi on 2000/07/24 03:42:42
21101 Log: Subject: [ID 20000716.023] syslog test fails without sockets
21102 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
21103 Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
21104 Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
21105 Branch: metaconfig/U/perl
21108 ! Configure config_h.SH
21109 ____________________________________________________________________________
21110 [ 6429] By: jhi on 2000/07/24 03:11:52
21111 Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
21112 case, but add also notes explaining the relationship of this
21113 patch and the earlier notes by Sarathy.
21115 Subject: Map is still slow
21116 From: "Ben Tilly" <ben_tilly@hotmail.com>
21117 Date: Sat, 15 Jul 2000 17:23:27 EDT
21118 Message-ID: <20000715212327.21656.qmail@hotmail.com>
21121 ____________________________________________________________________________
21122 [ 6428] By: jhi on 2000/07/24 02:58:52
21123 Log: Documentation to explain the behaviour of map().
21125 Subject: Re: Map is still slow
21126 From: Gurusamy Sarathy <gsar@ActiveState.com>
21127 Date: Sat, 15 Jul 2000 16:05:09 -0700
21128 Message-Id: <200007152305.QAA26887@molotok.activestate.com>
21131 ____________________________________________________________________________
21132 [ 6427] By: jhi on 2000/07/24 02:50:03
21134 [ID 19991110.003] another matching finding by pcre author
21135 which has already been fixed by some patch, as verified in
21137 Subject: Re: two regex bugs from the mists of time (well, last November)
21138 From: Hugo <hv@crypt.compulink.co.uk>
21139 Date: Sat, 22 Jul 2000 18:12:58 +0100
21140 Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
21143 ____________________________________________________________________________
21144 [ 6426] By: jhi on 2000/07/24 02:11:20
21145 Log: A missing 'break' after the [[:space:]] switch case.
21147 Subject: [ID 20000718.006] Missing 'break' in regcomp.c
21148 From: "Stephen P. Potter" <spp@ds.net>
21149 Date: Tue, 18 Jul 2000 16:25:17 -0400
21150 Message-Id: <200007182025.QAA28383@spp.users.ds.net>
21153 ____________________________________________________________________________
21154 [ 6425] By: jhi on 2000/07/24 02:06:12
21155 Log: The output might have been produced in the wrong order.
21157 Subject: [ID 20000720.003] [PATCH] t/op/write.t
21158 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
21159 Date: Thu, 20 Jul 2000 18:49:18 +0100
21160 Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
21163 ____________________________________________________________________________
21164 [ 6424] By: jhi on 2000/07/24 02:00:07
21165 Log: Use STDOUT consistently.
21167 Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
21168 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
21169 Date: Thu, 20 Jul 2000 18:04:01 +0100
21170 Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
21172 ! lib/Test/Harness.pm
21173 ____________________________________________________________________________
21174 [ 6423] By: jhi on 2000/07/24 01:54:54
21175 Log: Protect against "wild next"s, that is, callbacks doing "next"
21176 instead of "return".
21178 Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
21179 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
21180 Date: Tue, 18 Jul 2000 11:30:16 +0100
21181 Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
21184 ____________________________________________________________________________
21185 [ 6422] By: jhi on 2000/07/24 01:35:47
21186 Log: Out-of-date note removed.
21188 Subject: [PATCH] documentation perlipc
21189 From: rspier@pobox.com (Robert Spier)
21190 Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
21191 Message-ID: <14711.35178.572612.502654@rls.cx>
21194 ____________________________________________________________________________
21195 [ 6421] By: jhi on 2000/07/24 00:09:18
21196 Log: Send all installperl messages to STDERR and be -w clean.
21198 Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
21199 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
21200 Date: Sat, 22 Jul 2000 14:02:11 +0100
21201 Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
21204 ____________________________________________________________________________
21205 [ 6420] By: jhi on 2000/07/24 00:04:19
21206 Log: Decutandpasto.
21208 Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
21209 From: "Richard Soderberg" <rs@crystalflame.net>
21210 Date: Sun, 23 Jul 2000 01:37:23 -0700
21211 Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
21214 ____________________________________________________________________________
21215 [ 6419] By: jhi on 2000/07/24 00:01:12
21216 Log: A cleaner abs_path().
21217 Subject: Re: unix alternative to Cwd.pm
21218 From: Jeff Pinyan <jeffp@crusoe.net>
21219 Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
21220 Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
21223 ____________________________________________________________________________
21224 [ 6418] By: jhi on 2000/07/23 23:48:56
21227 Subject: [PATCH perl-current] Typo in hints/powerux.sh
21228 From: "Richard Soderberg" <rs@crystalflame.net>
21229 Date: Sun, 23 Jul 2000 01:27:33 -0700
21230 Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
21233 ____________________________________________________________________________
21234 [ 6417] By: jhi on 2000/07/17 22:13:31
21235 Log: Subject: SDBM_File documentation
21236 From: mjd@plover.com
21237 Date: 16 Jul 2000 17:41:17 -0000
21238 Message-ID: <20000716174117.18515.qmail@plover.com>
21240 ! ext/SDBM_File/SDBM_File.pm
21241 ____________________________________________________________________________
21242 [ 6416] By: jhi on 2000/07/17 19:13:26
21243 Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
21245 ! hints/mpeix.sh mpeix/relink
21246 ____________________________________________________________________________
21247 [ 6415] By: jhi on 2000/07/15 14:11:02
21248 Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
21249 the utf8 'characters' can be more than one octet).
21251 Date: Sat, 15 Jul 2000 00:21:56 +0100
21252 From: Tom Hughes <tom@compton.nu>
21253 Subject: Re: [ID 20000714.002]
21254 Message-ID: <db2334de49.tom@compton.compton.nu>
21258 Subject: [ID 20000714.002]
21259 From: "Simon Cozens" <simon@othersideofthe.earth.li>
21260 Date: 14 Jul 2000 15:13:09 -0000
21261 Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
21264 ____________________________________________________________________________
21265 [ 6414] By: jhi on 2000/07/15 03:13:41
21266 Log: another VMS build tweak from Peter Prymmer
21268 ! vms/descrip_mms.template
21269 ____________________________________________________________________________
21270 [ 6413] By: jhi on 2000/07/15 03:10:40
21271 Log: perlvms.pod whitespace cleanup to keep pod utils happy.
21274 ____________________________________________________________________________
21275 [ 6412] By: jhi on 2000/07/15 00:31:05
21276 Log: More docs for sv functions.
21278 Subject: [PATCH cfgperl] sv.c apidoc
21279 From: simon@brecon.co.uk (Simon Cozens)
21280 Date: 13 Jul 2000 09:00:20 GMT
21281 Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
21283 Subject: Re: [PATCH cfgperl] sv.c apidoc
21284 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
21285 Date: Thu, 13 Jul 2000 12:27:41 +0100
21286 Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
21288 Subject: Re: [PATCH cfgperl] sv.c apidoc
21289 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
21290 Date: Thu, 13 Jul 2000 13:23:09 +0100
21291 Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
21293 Subject: Re: [PATCH cfgperl] sv.c apidoc
21294 From: simon@brecon.co.uk (Simon Cozens)
21295 Date: 14 Jul 2000 06:51:02 GMT
21296 Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
21298 ! embed.pl pod/perlapi.pod sv.c
21299 ____________________________________________________________________________
21300 [ 6411] By: jhi on 2000/07/15 00:10:41
21301 Log: lib/b test fixes from Peter Prymmer.
21304 ____________________________________________________________________________
21305 [ 6410] By: jhi on 2000/07/15 00:02:09
21306 Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
21307 From: Hugo <hv@crypt.compulink.co.uk>
21308 Date: Fri, 14 Jul 2000 23:05:20 +0100
21309 Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
21311 Didn't anymore apply, but that point still could use another fix.
21314 ____________________________________________________________________________
21315 [ 6409] By: jhi on 2000/07/14 23:15:15
21316 Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
21317 not in pod, from Peter Prymmer
21319 ! vms/descrip_mms.template
21320 ____________________________________________________________________________
21321 [ 6408] By: jhi on 2000/07/14 20:35:05
21322 Log: The bug report
21323 [ID 19991110.002] minimal matching discrepancy found by pcre author
21324 seems to have been fixed (though differently from what was suggested
21325 in the report) in 5.6.0. Add tests to keep the bug from reappearing.
21328 ____________________________________________________________________________
21329 [ 6407] By: jhi on 2000/07/14 17:38:08
21330 Log: Fix AutoSplit to use File::Spec the right way in VMS,
21331 from Peter Prymmer.
21334 ____________________________________________________________________________
21335 [ 6406] By: jhi on 2000/07/14 14:13:22
21336 Log: Merge perlhacktut into perlhack, update perlguts.
21338 Subject: Re: Perlhacktut
21339 From: simon@brecon.co.uk (Simon Cozens)
21340 Date: 14 Jul 2000 06:49:21 GMT
21341 Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
21343 Subject: Re: Perlhacktut
21344 From: simon@brecon.co.uk (Simon Cozens)
21345 Date: 14 Jul 2000 07:09:45 GMT
21346 Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
21348 ! pod/perlguts.pod pod/perlhack.pod
21349 ____________________________________________________________________________
21350 [ 6405] By: jhi on 2000/07/14 14:02:31
21351 Log: Integrate with Sarathy.
21353 !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
21354 !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
21355 !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
21356 ____________________________________________________________________________
21357 [ 6404] By: gsar on 2000/07/14 12:15:02
21358 Log: PERL_OBJECT build tweaks
21361 ____________________________________________________________________________
21362 [ 6403] By: gsar on 2000/07/14 11:23:41
21363 Log: inconsistent types needs casts
21366 ____________________________________________________________________________
21367 [ 6402] By: gsar on 2000/07/14 11:12:04
21368 Log: typos in change#6399, regen headers
21370 ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
21371 ____________________________________________________________________________
21372 [ 6401] By: gsar on 2000/07/14 10:59:12
21373 Log: typecasts needed for change#6394
21376 ____________________________________________________________________________
21377 [ 6400] By: gsar on 2000/07/14 10:49:37
21378 Log: integrate cfgperl contents into mainline
21380 !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
21381 !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
21382 ____________________________________________________________________________
21383 [ 6399] By: gsar on 2000/07/14 10:38:35
21384 Log: enable UTF-16 filter by default if relevant BOM is seen; various
21385 cleanups (typos, misformatted code, and small bugs)
21387 ! doop.c embed.pl mg.c op.c pp.c toke.c
21388 ____________________________________________________________________________
21389 [ 6398] By: gsar on 2000/07/14 08:55:38
21390 Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
21391 name suggests anyway)
21393 ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
21394 ____________________________________________________________________________
21395 [ 6397] By: gsar on 2000/07/14 08:44:33
21396 Log: move new variables to the end of the interpreter structure (for
21397 bincompat in code that doesn't #include XSUB.h)
21400 ____________________________________________________________________________
21401 [ 6396] By: gsar on 2000/07/14 08:13:58
21402 Log: MakeMaker should not remove editor backups (*~) on `make clean`
21403 by default (completes change#6383)
21405 ! lib/ExtUtils/MM_Unix.pm
21406 ____________________________________________________________________________
21407 [ 6395] By: jhi on 2000/07/14 05:20:33
21408 Log: Replace change #6337 with a better one.
21410 Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
21411 From: Hugo <hv@crypt.compulink.co.uk>
21412 Date: Fri, 14 Jul 2000 04:16:20 +0100
21413 Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
21415 ! regexec.c t/op/re_tests
21416 ____________________________________________________________________________
21417 [ 6394] By: jhi on 2000/07/14 01:33:59
21418 Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
21420 ! embed.pl global.sym proto.h toke.c
21421 ____________________________________________________________________________
21422 [ 6393] By: jhi on 2000/07/13 23:41:23
21423 Log: remove discarded test
21426 ____________________________________________________________________________
21427 [ 6392] By: jhi on 2000/07/13 23:32:25
21428 Log: The {multiplier} of a fixed substring was overlooked which
21429 caused a wrong initial search offset for that substring.
21431 Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
21432 From: Hugo <hv@crypt.compulink.co.uk>
21433 Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
21434 Date: Thu, 13 Jul 2000 19:27:13 +0100
21436 ! regcomp.c t/op/re_tests
21437 ____________________________________________________________________________
21438 [ 6391] By: jhi on 2000/07/13 16:37:42
21439 Log: typo fix from Craig Berry
21441 ! vms/subconfigure.com
21442 ____________________________________________________________________________
21443 [ 6390] By: jhi on 2000/07/13 13:20:12
21444 Log: Integrate with Sarathy.
21446 - t/op/method2entersub.t
21447 !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
21448 !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
21449 !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
21450 !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
21451 ____________________________________________________________________________
21452 [ 6389] By: jhi on 2000/07/13 13:18:48
21453 Log: Detypo from Peter Prymmer, part of #6388.
21455 ! Configure config_h.SH
21457 ! U/modified/d_longlong.U
21458 ____________________________________________________________________________
21459 [ 6388] By: gsar on 2000/07/13 06:33:40
21460 Log: typos (spotted by Peter Prymmer)
21462 ! Configure t/lib/english.t
21463 ____________________________________________________________________________
21464 [ 6387] By: gsar on 2000/07/13 05:35:28
21465 Log: new selfloader.t in change#6183 doesn't close DATA handles,
21466 and thus fails to clean up tmp files on dosish platforms
21468 ! t/lib/selfloader.t
21469 ____________________________________________________________________________
21470 [ 6386] By: gsar on 2000/07/12 21:42:39
21471 Log: sprintf test tweaks (from Dominic Dunlop)
21474 ____________________________________________________________________________
21475 [ 6385] By: gsar on 2000/07/12 21:33:46
21476 Log: fix bugs in processing %v-*d and similar format specs (from
21477 Avi Finkel <avi@finkel.org>)
21479 ! sv.c t/op/sprintf.t
21480 ____________________________________________________________________________
21481 [ 6384] By: gsar on 2000/07/12 16:04:19
21482 Log: readd missing perldelta.pod changes from changes#6339,6376
21484 ! pod/perldelta.pod
21485 ____________________________________________________________________________
21486 [ 6383] By: gsar on 2000/07/12 16:00:51
21487 Log: don't clobber *.orig files on *clean targets
21489 ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
21490 ____________________________________________________________________________
21491 [ 6382] By: gsar on 2000/07/12 07:59:12
21492 Log: fix broken integrations in cfgperl
21494 !> Changes pod/perldelta.pod
21495 ____________________________________________________________________________
21496 [ 6381] By: gsar on 2000/07/12 07:42:17
21497 Log: integrate cfgperl changes into mainline
21500 !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
21502 ____________________________________________________________________________
21503 [ 6380] By: gsar on 2000/07/12 07:31:00
21504 Log: get sprintf.t to adjust properly for 3-digit exponents
21507 ____________________________________________________________________________
21508 [ 6379] By: gsar on 2000/07/12 06:40:04
21509 Log: change#6174 needs corresponding change in win32/config_h.PL,
21510 which grovels through config_h.SH to find the config.h name
21512 ! win32/config_h.PL
21513 ____________________________________________________________________________
21514 [ 6378] By: jhi on 2000/07/12 05:03:59
21515 Log: Do the cc sanity check both before the hints and
21516 after the cc selction.
21518 ! Configure config_h.SH
21520 ! U/modified/Oldconfig.U U/modified/cc.U
21521 Branch: metaconfig/U/perl
21523 ____________________________________________________________________________
21524 [ 6377] By: jhi on 2000/07/12 02:49:22
21525 Log: Fix nits noticed by Boston.pm.
21528 ____________________________________________________________________________
21529 [ 6376] By: jhi on 2000/07/11 21:22:13
21530 Log: Configure cosmetics and perldelta.
21532 ! Configure config_h.SH pod/perldelta.pod
21535 ____________________________________________________________________________
21536 [ 6375] By: gsar on 2000/07/11 21:17:35
21537 Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
21539 ! t/op/sprintf.t win32/Makefile win32/makefile.mk
21541 ____________________________________________________________________________
21542 [ 6374] By: gsar on 2000/07/11 20:48:50
21543 Log: tweak for build failure under multiplicity
21546 ____________________________________________________________________________
21547 [ 6373] By: gsar on 2000/07/11 20:37:23
21548 Log: integrate cfgperl changes#6325..6373 into mainline
21549 (NOTE: today's batch of integrations still untested)
21551 +> ext/DynaLoader/hints/netbsd.pl
21553 !> (integrate 26 files)
21554 ____________________________________________________________________________
21555 [ 6372] By: jhi on 2000/07/11 20:30:36
21556 Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
21560 ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
21562 ____________________________________________________________________________
21563 [ 6371] By: jhi on 2000/07/11 20:08:56
21564 Log: Minor cleanups on the booklist.
21567 ____________________________________________________________________________
21568 [ 6370] By: jhi on 2000/07/11 19:31:13
21569 Log: mjd's tr patches "broke" tr/z-Z/z-Z/
21571 ! t/pragma/overload.t
21572 ____________________________________________________________________________
21573 [ 6369] By: gsar on 2000/07/11 19:27:48
21574 Log: integrate cfgperl changes#6293..6324 into mainline
21576 +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
21577 - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
21578 !> (integrate 30 files)
21579 ____________________________________________________________________________
21580 [ 6368] By: gsar on 2000/07/11 19:18:57
21581 Log: skip integrate of problematic change#6292 from cfgperl into mainline
21584 ____________________________________________________________________________
21585 [ 6367] By: gsar on 2000/07/11 19:17:21
21586 Log: integrate cfgperl changes#6288..6290 into mainline
21588 !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
21589 ____________________________________________________________________________
21590 [ 6366] By: gsar on 2000/07/11 19:11:18
21591 Log: integrate cfgperl changes#6268..6282 into mainline
21593 !> (integrate 30 files)
21594 ____________________________________________________________________________
21595 [ 6365] By: gsar on 2000/07/11 18:57:00
21596 Log: delete new accidentally branched file
21598 - t/op/method2entersub.t
21599 ____________________________________________________________________________
21600 [ 6364] By: gsar on 2000/07/11 18:55:13
21601 Log: skip integrate of change#6267 from cfgperl into mainline (the
21602 method call optimization is flawed without additional hints
21603 from user about immutableness of @ISA and no runtime method
21606 +> t/op/method2entersub.t
21607 !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
21608 !> perl.h t/op/sprintf.t xsutils.c
21609 ____________________________________________________________________________
21610 [ 6363] By: gsar on 2000/07/11 18:49:43
21611 Log: integrate cfgperl changes#6261..6266 into mainline
21613 !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
21614 !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
21615 !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
21616 !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
21617 ____________________________________________________________________________
21618 [ 6362] By: gsar on 2000/07/11 18:43:26
21619 Log: integrate cfgperl changes#6252..6260 into mainline
21621 !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
21622 !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
21623 !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
21624 !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
21625 ____________________________________________________________________________
21626 [ 6361] By: gsar on 2000/07/11 18:37:12
21627 Log: skip integrate of problematic change#6251 from cfgperl into mainline
21630 ____________________________________________________________________________
21631 [ 6360] By: gsar on 2000/07/11 18:34:56
21632 Log: integrate cfgperl change#6250 into mainline
21635 !> MANIFEST embed.pl proto.h toke.c
21636 ____________________________________________________________________________
21637 [ 6359] By: gsar on 2000/07/11 18:21:19
21638 Log: integrate cfgperl changes#6242..6249 into mainline
21640 !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
21641 !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
21642 !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
21643 !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
21644 !> t/lib/peek.t utf8.c
21645 ____________________________________________________________________________
21646 [ 6358] By: gsar on 2000/07/11 18:15:45
21647 Log: skip integrate of problematic change#6241 from cfgperl into mainline
21649 !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
21650 ____________________________________________________________________________
21651 [ 6357] By: jhi on 2000/07/11 18:15:16
21653 Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
21654 From: Roderick Schertler <roderick@argon.org>
21655 Date: Tue, 11 Jul 2000 13:55:05 -0400
21656 Message-Id: <200007111755.NAA05077@jones.argon.org>
21659 ____________________________________________________________________________
21660 [ 6356] By: jhi on 2000/07/11 18:12:51
21661 Log: Typo in #6341.
21664 ____________________________________________________________________________
21665 [ 6355] By: gsar on 2000/07/11 18:12:10
21666 Log: integrate cfgperl changes#6231..6240 into mainline
21668 +> pod/perlutil.pod
21669 !> (integrate 35 files)
21670 ____________________________________________________________________________
21671 [ 6354] By: jhi on 2000/07/11 18:04:34
21672 Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
21673 From: Dominic Dunlop <domo@computer.org>
21674 Date: Tue, 11 Jul 2000 12:27:33 +0200
21675 Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
21677 Replaces change #6268.
21680 ____________________________________________________________________________
21681 [ 6353] By: gsar on 2000/07/11 17:59:51
21682 Log: skip integrate of problematic change#6230 from cfgperl into mainline
21683 (a later version of File::Spec is already in mainline)
21685 !> lib/File/Spec.pm lib/File/Spec/Functions.pm
21686 !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
21687 ____________________________________________________________________________
21688 [ 6352] By: gsar on 2000/07/11 17:57:48
21689 Log: integrate cfgperl changes#6224..6229 into mainline
21693 !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
21694 !> lib/English.pm op.c t/lib/english.t
21695 ____________________________________________________________________________
21696 [ 6351] By: gsar on 2000/07/11 17:50:10
21697 Log: skip integrate of problematic change#6223 from cfgperl into mainline
21700 ____________________________________________________________________________
21701 [ 6350] By: gsar on 2000/07/11 17:48:28
21702 Log: integrate cfgperl changes#6220..6222 into mainline
21704 !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
21705 !> toke.c utf8.c win32/win32.h
21706 ____________________________________________________________________________
21707 [ 6349] By: gsar on 2000/07/11 17:46:13
21708 Log: skip integrate of problematic changes#6218..6219 from cfgperl into
21711 !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
21712 !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
21713 !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
21714 ____________________________________________________________________________
21715 [ 6348] By: jhi on 2000/07/11 17:45:49
21716 Log: README.posix-bc podified from Thomas Dorner.
21719 ____________________________________________________________________________
21720 [ 6347] By: gsar on 2000/07/11 17:42:04
21721 Log: integrate cfgperl change#6217 into mainline
21723 !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
21724 !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
21725 !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
21726 ____________________________________________________________________________
21727 [ 6346] By: gsar on 2000/07/11 17:39:37
21728 Log: skip integrate of problematic changes#6211..6212 from cfgperl into
21731 !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
21732 !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
21733 !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
21734 !> perlapi.h pod/perlapi.pod
21735 ____________________________________________________________________________
21736 [ 6345] By: gsar on 2000/07/11 17:36:42
21737 Log: integrate cfgperl changes#6207..6210 into mainline
21739 !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
21740 !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
21741 ____________________________________________________________________________
21742 [ 6344] By: gsar on 2000/07/11 17:31:20
21743 Log: skip integrate of problematic changes#6204..6206 from cfgperl into
21746 !> (integrate 40 files)
21747 ____________________________________________________________________________
21748 [ 6343] By: gsar on 2000/07/11 17:19:08
21749 Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
21751 +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
21753 !> (integrate 34 files)
21754 ____________________________________________________________________________
21755 [ 6342] By: jhi on 2000/07/11 16:05:48
21756 Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
21757 To: perl5-porters@perl.org
21758 From: Karsten Sperling <spiff@phreax.net>
21759 Date: Mon, 10 Jul 2000 15:12:52 +0200
21760 Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
21763 ____________________________________________________________________________
21764 [ 6341] By: jhi on 2000/07/11 15:59:23
21765 Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
21766 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
21767 Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
21768 Date: Fri, 07 Jul 2000 17:57:16 +0100
21771 ____________________________________________________________________________
21772 [ 6340] By: jhi on 2000/07/11 15:55:47
21773 Log: Subject: Re: format bug report [Patch]
21774 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21775 Date: Wed, 05 Jul 2000 13:12:52 +0200
21776 Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
21778 Subject: Re: format bug report [Patch]
21779 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21780 Date: Wed, 05 Jul 2000 14:10:01 +0200
21781 Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
21783 ! t/op/write.t toke.c
21784 ____________________________________________________________________________
21785 [ 6339] By: jhi on 2000/07/11 13:54:09
21786 Log: Be less forgiving about ambiguous and illegal tr ranges.
21787 Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way
21788 From: Mark-Jason Dominus <mjd@plover.com>
21789 Date: Tue, 04 Jul 2000 10:00:12 -0400
21790 Message-ID: <20000704140012.17772.qmail@plover.com>
21792 Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way
21793 From: Mark-Jason Dominus <mjd@plover.com>
21794 Date: Wed, 05 Jul 2000 09:37:36 -0400
21795 Message-ID: <20000705133736.27293.qmail@plover.com>
21797 ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
21798 ____________________________________________________________________________
21799 [ 6338] By: jhi on 2000/07/11 13:31:24
21800 Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
21801 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
21802 Date: Tue, 11 Jul 2000 13:50:51 +0100
21803 Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
21806 ____________________________________________________________________________
21807 [ 6337] By: jhi on 2000/07/11 13:29:14
21808 Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
21809 From: Hugo <hv@crypt.compulink.co.uk>
21810 Date: Tue, 11 Jul 2000 12:44:50 +0100
21811 Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
21813 ! regexec.c t/op/re_tests
21814 ____________________________________________________________________________
21815 [ 6336] By: jhi on 2000/07/11 13:26:47
21816 Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
21817 From: simon@brecon.co.uk (Simon Cozens)
21818 Date: 7 Jul 2000 11:26:09 GMT
21819 Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
21822 ____________________________________________________________________________
21823 [ 6335] By: jhi on 2000/07/11 13:23:37
21824 Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
21825 From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
21826 Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
21827 Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
21829 + ext/DynaLoader/hints/netbsd.pl
21830 ! MANIFEST ext/DynaLoader/hints/openbsd.pl
21831 ____________________________________________________________________________
21832 [ 6334] By: jhi on 2000/07/11 13:20:38
21833 Log: Subject: PATCH perlguts.pod: Document D and d magic types
21834 From: mjd@plover.com
21835 Date: 5 Jul 2000 18:01:51 -0000
21836 Message-ID: <20000705180151.29413.qmail@plover.com>
21839 ____________________________________________________________________________
21840 [ 6333] By: jhi on 2000/07/11 13:15:51
21841 Log: Precedence goof, fix based on
21842 Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
21843 From: Hugo <hv@crypt.compulink.co.uk>
21844 Date: Tue, 11 Jul 2000 12:52:38 +0100
21845 Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
21848 ____________________________________________________________________________
21849 [ 6332] By: jhi on 2000/07/11 12:40:17
21850 Log: Integrate with Sarathy.
21852 !> win32/win32sck.c
21853 ____________________________________________________________________________
21854 [ 6331] By: jhi on 2000/07/10 20:14:16
21855 Log: Sprinkle ldlibpath.
21858 ____________________________________________________________________________
21859 [ 6330] By: jhi on 2000/07/10 17:54:49
21860 Log: More POSIX.pod tweaks.
21862 ! ext/POSIX/POSIX.pod
21863 ____________________________________________________________________________
21864 [ 6329] By: jhi on 2000/07/10 14:02:12
21865 Log: Reorder perl.pod once more.
21867 ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
21868 ____________________________________________________________________________
21869 [ 6328] By: gsar on 2000/07/10 07:06:00
21870 Log: accept() leaks memory on windows due to incorrect ordering of
21871 closesocket() and fclose() calls
21874 ____________________________________________________________________________
21875 [ 6327] By: gsar on 2000/07/10 06:49:17
21876 Log: winsock options weren't being set in all threads under ithreads
21877 (caused send()s from second and subsequent threads to fail)
21880 ____________________________________________________________________________
21881 [ 6326] By: jhi on 2000/07/08 02:45:40
21882 Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
21883 was cast to an unsigned (32-bit) integer with wild abandon.
21885 ! ext/Devel/DProf/DProf.xs
21886 ____________________________________________________________________________
21887 [ 6325] By: jhi on 2000/07/07 18:50:33
21888 Log: Remove perlbook, update perlfaq book listing,
21889 rearrange perl.pod, regenerate perltoc.
21892 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
21893 ! pod/perlfaq2.pod pod/perltoc.pod
21894 ____________________________________________________________________________
21895 [ 6324] By: jhi on 2000/07/07 14:03:40
21896 Log: Fix the alignment problem in Crays ([ID 20000612.002]).
21899 ____________________________________________________________________________
21900 [ 6323] By: jhi on 2000/07/06 16:03:55
21901 Log: Fix complaints of buildtoc.
21905 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
21906 ____________________________________________________________________________
21907 [ 6322] By: jhi on 2000/07/06 15:15:52
21908 Log: Add =head1 NAMEs so that buildtoc is happy.
21909 (The CGI::Util nit reported to Lincoln.)
21911 ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
21913 ____________________________________________________________________________
21914 [ 6321] By: jhi on 2000/07/06 03:16:04
21915 Log: Config is being used.
21918 ____________________________________________________________________________
21919 [ 6320] By: jhi on 2000/07/06 03:13:13
21920 Log: Integrate with Sarathy.
21922 !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
21923 ____________________________________________________________________________
21924 [ 6319] By: jhi on 2000/07/06 03:11:46
21925 Log: Autogenerate pod/Makefile and pod/buildtoc.
21926 buildtoc also checks whether the existin pods are
21927 mentioned in MANIFEST and perl.pod, and vice versa.
21928 (None of the thusly found discrepancies fixed yet.)
21929 roffitall also needs to be autogenerated similarly but it
21930 seems so badly out of date that I didn't touch it yet.
21932 + pod/Makefile.SH pod/buildtoc.PL
21933 - pod/Makefile pod/buildtoc
21934 ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
21935 ____________________________________________________________________________
21936 [ 6318] By: gsar on 2000/07/05 22:10:54
21937 Log: fix UNC path handling on Windows under ithreads, and chdir()
21938 return value when given a non-existent directory
21941 ____________________________________________________________________________
21942 [ 6317] By: gsar on 2000/07/05 22:08:19
21943 Log: winsock cleanup never done on Windows (leads to handle leaks)
21945 ! win32/perllib.c win32/win32sck.c
21946 ____________________________________________________________________________
21947 [ 6316] By: gsar on 2000/07/05 22:06:19
21948 Log: some debugger output does not go to the socket when RemotePort is set
21951 ____________________________________________________________________________
21952 [ 6315] By: jhi on 2000/07/05 00:25:21
21953 Log: Integrate with Sarathy, preliminary fix for unicos
21954 alignment problems in [ID 20000612.002] Perl problem on Cray system.
21958 ____________________________________________________________________________
21959 [ 6314] By: gsar on 2000/07/04 23:34:02
21960 Log: tyop in change#6306
21963 ____________________________________________________________________________
21964 [ 6313] By: jhi on 2000/07/04 22:14:38
21965 Log: Multiline string literals ENONPORTABLE.
21968 ____________________________________________________________________________
21969 [ 6312] By: jhi on 2000/07/04 20:34:44
21970 Log: Integrate with Sarathy.
21972 !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
21974 ____________________________________________________________________________
21975 [ 6311] By: jhi on 2000/07/04 20:30:56
21976 Log: More POSIX.pod embellishment.
21978 ! ext/POSIX/POSIX.pod
21979 ____________________________________________________________________________
21980 [ 6310] By: gsar on 2000/07/04 17:28:48
21981 Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
21984 ____________________________________________________________________________
21985 [ 6309] By: jhi on 2000/07/04 17:22:18
21986 Log: The #6308 required a little bit more.
21988 ! Makefile.SH win32/Makefile
21989 ____________________________________________________________________________
21990 [ 6308] By: jhi on 2000/07/04 16:35:24
21991 Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
21995 ! MANIFEST Makefile.SH
21996 ____________________________________________________________________________
21997 [ 6307] By: jhi on 2000/07/04 16:28:58
21998 Log: Win32 patches for cfgperl from Sarathy.
22000 ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
22001 ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
22002 ! thread.h toke.c util.c win32/Makefile win32/win32.c
22003 ____________________________________________________________________________
22004 [ 6306] By: gsar on 2000/07/04 16:28:40
22005 Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
22006 (from Richard Soderberg <rs@oregonnet.com>)
22008 ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
22009 ____________________________________________________________________________
22010 [ 6305] By: jhi on 2000/07/04 16:24:24
22011 Log: Integrate with Sarathy.
22013 !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
22014 !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
22015 !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
22016 !> proto.h win32/win32.c
22017 ____________________________________________________________________________
22018 [ 6304] By: gsar on 2000/07/04 16:17:24
22019 Log: missing perldiag entry for unpack("w",...) diagnostic (from
22023 ____________________________________________________________________________
22024 [ 6303] By: gsar on 2000/07/04 16:14:44
22025 Log: remove rel2abs prototypes (from Barrie Slaymaker)
22027 ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
22028 ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
22029 ____________________________________________________________________________
22030 [ 6302] By: gsar on 2000/07/04 04:59:35
22031 Log: adjust change#6299
22033 ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
22035 ____________________________________________________________________________
22036 [ 6301] By: jhi on 2000/07/04 04:50:07
22037 Log: Integrate with Sarathy.
22039 !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
22040 !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
22041 !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
22042 ____________________________________________________________________________
22043 [ 6300] By: gsar on 2000/07/04 04:42:09
22044 Log: PERL_OBJECT build tweak
22047 ____________________________________________________________________________
22048 [ 6299] By: gsar on 2000/07/04 04:37:00
22049 Log: fix memory leak on Windows (PL_sys_intern contents were never
22052 ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
22053 ! perlapi.c proto.h win32/win32.c
22054 ____________________________________________________________________________
22055 [ 6298] By: gsar on 2000/07/04 04:15:59
22056 Log: fix large memory leak that has been around for ever, masked by
22057 -DPURIFY (most of the arenas were never freed!)
22059 ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
22060 ____________________________________________________________________________
22061 [ 6297] By: gsar on 2000/07/04 04:07:46
22062 Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
22065 ____________________________________________________________________________
22066 [ 6296] By: jhi on 2000/06/30 18:28:37
22067 Log: Elaborate POSIX.pod. Still needs work.
22069 ! ext/POSIX/POSIX.pod
22070 ____________________________________________________________________________
22071 [ 6295] By: jhi on 2000/06/30 14:58:18
22072 Log: Point to perlipc for more SysV IPC examples.
22075 ____________________________________________________________________________
22076 [ 6294] By: gsar on 2000/06/30 14:47:45
22077 Log: slurp mode fix in change#4736 still not quite right
22079 ! pp_hot.c t/io/argv.t
22080 ____________________________________________________________________________
22081 [ 6293] By: jhi on 2000/06/30 12:02:55
22082 Log: Integrate with Sarathy.
22084 !> cop.h pp_ctl.c pp_hot.c t/op/args.t
22085 ____________________________________________________________________________
22086 [ 6292] By: jhi on 2000/06/30 12:01:11
22087 Log: From: simon@brecon.co.uk (Simon Cozens)
22088 Subject: UTF8 concat
22089 Date: 30 Jun 2000 06:13:25 GMT
22090 Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
22093 ____________________________________________________________________________
22094 [ 6291] By: gsar on 2000/06/30 04:37:33
22095 Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
22096 when @_ is modified, causing coredumps
22098 ! cop.h pp_ctl.c pp_hot.c t/op/args.t
22099 ____________________________________________________________________________
22100 [ 6290] By: jhi on 2000/06/30 02:21:44
22101 Log: Integrate with Sarathy.
22103 !> vms/vms.c vms/vmsish.h
22104 ____________________________________________________________________________
22105 [ 6289] By: jhi on 2000/06/30 02:21:02
22106 Log: Check VERSIONs.
22108 ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
22109 ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
22110 ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
22111 ____________________________________________________________________________
22112 [ 6288] By: jhi on 2000/06/30 02:18:52
22113 Log: Integrate with Sarathy.
22115 !> ext/Opcode/Opcode.xs lib/File/Spec.pm
22116 !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
22117 !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
22118 !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
22119 ____________________________________________________________________________
22120 [ 6287] By: gsar on 2000/06/30 02:17:08
22121 Log: integrate vmsperl changes into mainline
22123 !> vms/vms.c vms/vmsish.h
22124 ____________________________________________________________________________
22125 [ 6285] By: gsar on 2000/06/30 02:05:28
22126 Log: localize %INC in a Safe compartment so that use/require work
22127 (many other magic globals probably need similar treatment)
22129 ! ext/Opcode/Opcode.xs
22130 ____________________________________________________________________________
22131 [ 6284] By: gsar on 2000/06/30 01:54:54
22132 Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
22135 ! pod/perlembed.pod
22136 ____________________________________________________________________________
22137 [ 6283] By: jhi on 2000/06/30 01:50:10
22138 Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
22139 From: Barrie Slaymaker <barries@jester.slaysys.com>
22140 Date: Wed, 28 Jun 2000 11:35:29 -0400
22141 Message-Id: <200006281535.LAA21095@jester.slaysys.com>
22143 ! lib/File/Spec.pm lib/File/Spec/Functions.pm
22144 ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
22145 ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
22146 ! lib/File/Spec/Win32.pm
22147 ____________________________________________________________________________
22148 [ 6282] By: jhi on 2000/06/29 22:57:22
22149 Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
22150 From: Dan Sugalski <dan@sidhe.org>
22151 Date: Tue, 06 Jun 2000 11:59:50 -0400
22152 Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
22155 ____________________________________________________________________________
22156 [ 6281] By: jhi on 2000/06/29 22:52:50
22157 Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
22158 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
22159 Date: Wed, 7 Jun 2000 04:02:04 -0500
22160 Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
22163 ____________________________________________________________________________
22164 [ 6280] By: jhi on 2000/06/29 22:45:47
22165 Log: Subject: Re: backwards compatibility in h2xs and makemaker [PATCH]
22166 From: rspier@pobox.com (Robert Spier)
22167 Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
22168 Message-ID: <14654.31913.845602.610277@rls.cx>
22171 ____________________________________________________________________________
22172 [ 6279] By: jhi on 2000/06/29 22:38:16
22173 Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
22174 From: Tim Ayers <tayers@bridge.com>
22175 Date: Thu, 08 Jun 2000 08:11:06 +0200
22176 Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
22177 [resent by Richard Foley, Message-Id probably wrong]
22180 ____________________________________________________________________________
22181 [ 6278] By: jhi on 2000/06/29 22:21:45
22182 Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
22183 From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
22184 Date: Fri, 09 Jun 2000 12:39:27 -0400
22185 Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
22186 (plus update the version "number" of Text::Wrap)
22189 ____________________________________________________________________________
22190 [ 6277] By: jhi on 2000/06/29 22:13:10
22191 Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
22192 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
22193 Date: Mon, 12 Jun 2000 14:55:59 +0100
22194 Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
22197 ____________________________________________________________________________
22198 [ 6276] By: jhi on 2000/06/29 22:11:06
22199 Log: Subject: [PATCH] Re: eval documentation: context
22200 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
22201 Date: Mon, 12 Jun 2000 15:07:29 +0100
22202 Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
22205 ____________________________________________________________________________
22206 [ 6275] By: jhi on 2000/06/29 21:59:46
22207 Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
22208 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
22209 Date: Tue, 13 Jun 2000 02:43:48 -0500
22210 Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
22212 ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
22213 ____________________________________________________________________________
22214 [ 6274] By: jhi on 2000/06/29 21:56:14
22215 Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
22216 From: Andy Dougherty <doughera@lafayette.edu>
22217 Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
22218 Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
22220 ! ext/File/Glob/Glob.pm
22221 ____________________________________________________________________________
22222 [ 6273] By: jhi on 2000/06/29 21:49:09
22223 Log: Subject: [PATCH] xsub attributes
22224 From: Doug MacEachern <dougm@covalent.net>
22225 Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
22226 Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
22228 ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
22229 ! objXSUB.h op.c perlapi.c perlapi.h proto.h
22230 ____________________________________________________________________________
22231 [ 6272] By: jhi on 2000/06/29 21:41:28
22232 Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
22233 From: Tom Phoenix <rootbeer@redcat.com>
22234 Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
22235 Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
22238 ____________________________________________________________________________
22239 [ 6271] By: jhi on 2000/06/29 21:36:55
22240 Log: Subject: PATCH pod/perltie.pod
22241 From: Ian Phillipps <Ian.Phillipps@iname.com>
22242 Date: Fri, 16 Jun 2000 00:17:19 +0100
22243 Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
22244 (only the first hunk, the second hunk had already been done
22245 by some other patch)
22248 ____________________________________________________________________________
22249 [ 6270] By: jhi on 2000/06/29 21:24:51
22250 Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
22251 From: Nicholas Clark <nick@talking.bollo.cx>
22252 Date: Fri, 23 Jun 2000 16:21:15 +0100
22253 Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
22255 ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
22256 ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
22257 ____________________________________________________________________________
22258 [ 6269] By: jhi on 2000/06/29 19:38:15
22259 Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
22260 silence few compiler warnings.
22262 ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
22263 ____________________________________________________________________________
22264 [ 6268] By: jhi on 2000/06/29 18:21:50
22265 Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
22266 From: Dominic Dunlop <domo@computer.org>
22267 Date: Thu, 29 Jun 2000 12:32:39 +0200
22268 Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
22271 ____________________________________________________________________________
22272 [ 6267] By: jhi on 2000/06/29 18:16:07
22273 Log: Subject: Re: [PATCH] Re: Speeding up method lookups
22274 From: Doug MacEachern <dougm@covalent.net>
22275 Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
22276 Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
22278 + t/op/method2entersub.t
22279 ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
22280 ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
22281 ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
22283 ____________________________________________________________________________
22284 [ 6266] By: jhi on 2000/06/29 15:11:15
22285 Log: Subject: [PATCH 5.6.0] cygwin port
22286 Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
22287 From: "Fifer, Eric" <EFifer@sanwaint.com>
22288 Date: Thu, 29 Jun 2000 12:58:29 +0100
22290 ! cygwin/Makefile.SHs
22291 ____________________________________________________________________________
22292 [ 6265] By: jhi on 2000/06/29 15:04:05
22293 Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
22294 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
22295 Date: Wed, 28 Jun 2000 17:50:12 -0700
22296 Message-ID: <E1pW5gzkg2kV092yn@efn.org>
22298 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
22299 ____________________________________________________________________________
22300 [ 6264] By: jhi on 2000/06/29 15:00:57
22301 Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
22302 From: Marty Lucich <marty@netcom.com>
22303 Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
22304 Message-Id: <200006282116.OAA11148@netcom.com>
22305 ccdlflags update (the BSD/OS 4.1 part had already been taken
22309 ____________________________________________________________________________
22310 [ 6263] By: jhi on 2000/06/29 13:47:44
22311 Log: tr fixes from Simon Cozens
22314 ____________________________________________________________________________
22315 [ 6262] By: jhi on 2000/06/28 18:46:01
22316 Log: Subject: 5.6.0 Patch for EPOC
22317 From: Olaf Flebbe <o.flebbe@gmx.de>
22318 Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
22319 Message-ID: <23449.960929969@www11.gmx.net>
22321 ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
22323 ____________________________________________________________________________
22324 [ 6261] By: jhi on 2000/06/28 18:29:07
22325 Log: Subject: Re: [PATCH cfgperl] BOMs away!
22326 From: simon@brecon.co.uk (Simon Cozens)
22327 Date: 17 Jun 2000 11:49:57 GMT
22328 Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
22330 ! pod/perldiag.pod t/comp/require.t toke.c
22331 ____________________________________________________________________________
22332 [ 6260] By: jhi on 2000/06/28 17:47:16
22333 Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
22334 From: simon@brecon.co.uk (Simon Cozens)
22335 Date: 17 Jun 2000 11:56:44 GMT
22336 Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
22339 ! pod/perlfunc.pod pp.c t/op/pack.t
22340 ____________________________________________________________________________
22341 [ 6259] By: jhi on 2000/06/28 16:43:17
22342 Log: perlnewmod was missing from MANIFEST.
22345 ____________________________________________________________________________
22346 [ 6258] By: jhi on 2000/06/28 15:54:30
22347 Log: linenumber tweak
22349 ! t/pragma/warn/regcomp
22350 ____________________________________________________________________________
22351 [ 6257] By: jhi on 2000/06/28 15:50:44
22352 Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
22353 From: Doug MacEachern <dougm@covalent.net>
22354 Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
22355 Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
22356 (one part of the patch had been applied earlier)
22358 ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
22359 ____________________________________________________________________________
22360 [ 6256] By: jhi on 2000/06/28 15:40:22
22361 Log: tweaks from Simon Cozens to further fix tr/// under utf8
22364 ____________________________________________________________________________
22365 [ 6255] By: jhi on 2000/06/28 15:33:45
22366 Log: small thinko tweaks
22368 ! lib/IPC/Open3.pm t/op/my_stash.t
22369 ____________________________________________________________________________
22370 [ 6254] By: jhi on 2000/06/28 15:33:25
22371 Log: Subject: tr///, help wanted.
22372 From: simon@brecon.co.uk (Simon Cozens)
22373 Date: 28 Jun 2000 11:29:04 GMT
22374 Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
22376 ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
22377 ! pp_proto.h proto.h t/op/tr.t
22378 ____________________________________________________________________________
22379 [ 6253] By: jhi on 2000/06/28 15:09:17
22380 Log: Paranoia tweak on #6249.
22381 Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
22382 From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
22383 Date: Sun, 25 Jun 2000 23:43:12 -0400
22384 Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
22387 ____________________________________________________________________________
22388 [ 6252] By: jhi on 2000/06/28 15:01:38
22389 Log: Document #6249 and #6251.
22391 ! lib/Exporter.pm lib/IPC/Open3.pm
22392 ____________________________________________________________________________
22393 [ 6251] By: jhi on 2000/06/28 14:50:43
22394 Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
22395 From: Doug MacEachern <dougm@covalent.net>
22396 Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
22397 Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
22400 ____________________________________________________________________________
22401 [ 6250] By: jhi on 2000/06/28 14:45:23
22402 Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
22403 From: Doug MacEachern <dougm@covalent.net>
22404 Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
22405 Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
22408 ! MANIFEST embed.pl global.sym proto.h toke.c
22409 ____________________________________________________________________________
22410 [ 6249] By: jhi on 2000/06/28 14:36:34
22411 Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
22412 From: Frank Tobin <ftobin@uiuc.edu>
22413 Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
22414 Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
22417 ____________________________________________________________________________
22418 [ 6248] By: jhi on 2000/06/28 14:11:25
22419 Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
22420 From: Mark-Jason Dominus <mjd@plover.com>
22421 Date: Tue, 27 Jun 2000 22:36:42 -0400
22422 Message-ID: <20000628023642.12166.qmail@plover.com>
22425 ____________________________________________________________________________
22426 [ 6247] By: jhi on 2000/06/27 12:46:37
22427 Log: Tweak $VERSION, patch from Doug MacEachern.
22430 ____________________________________________________________________________
22431 [ 6246] By: jhi on 2000/06/27 03:34:46
22432 Log: Allow for standalone testing.
22434 ! t/lib/filefunc.t t/lib/filespec.t
22435 ____________________________________________________________________________
22436 [ 6245] By: jhi on 2000/06/27 02:50:02
22437 Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
22438 From: Nicholas Clark <nick@Bagpuss.unfortu.net>
22439 Date: Sat, 24 Jun 2000 13:06:20 +0100
22440 Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
22442 ! ext/DynaLoader/DynaLoader_pm.PL
22443 ____________________________________________________________________________
22444 [ 6244] By: jhi on 2000/06/27 02:46:10
22445 Log: Subject: [PATCH] avoid mg_ptr in '*' magic
22446 From: Doug MacEachern <dougm@covalent.net>
22447 Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
22448 Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
22450 ! gv.c sv.c t/lib/peek.t
22451 ____________________________________________________________________________
22452 [ 6243] By: jhi on 2000/06/27 02:38:07
22453 Log: Subject: [PATCH] is_utf8_string
22454 From: simon@brecon.co.uk (Simon Cozens)
22455 Date: 26 Jun 2000 02:25:59 GMT
22456 Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
22458 ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
22459 ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
22461 ____________________________________________________________________________
22462 [ 6242] By: jhi on 2000/06/27 02:24:00
22463 Log: Subject: [PATCH] bytes<->utf8 fixes
22464 From: simon@brecon.co.uk (Simon Cozens)
22465 Date: 26 Jun 2000 04:55:45 GMT
22466 Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
22468 ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
22469 ____________________________________________________________________________
22470 [ 6241] By: jhi on 2000/06/27 02:12:42
22471 Log: Do no -warn on \_, only on \alpha.
22472 Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
22473 From: David Dyck <dcd@tc.fluke.com>
22474 Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
22475 Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
22477 ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
22478 ____________________________________________________________________________
22479 [ 6240] By: jhi on 2000/06/27 02:00:01
22480 Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
22481 From: Nicholas Clark <nick@Bagpuss.unfortu.net>
22482 Date: Mon, 26 Jun 2000 18:40:14 +0100
22483 Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
22486 ____________________________________________________________________________
22487 [ 6239] By: jhi on 2000/06/27 01:53:40
22488 Log: Configure maintenance. Sever some dependency cycles,
22489 separate gccversion from the cc unit,
22490 address [ID 20000623.006] Configure script patch for using gcc on AIX
22491 (but solve it a little bit differently),
22492 unduplex some accidentally duplicated units,
22493 suggest using gcc if no cc available
22494 (p5p thread: "Solaris configure: counterproposal", 1999-09)
22496 ! Configure Todo-5.6 config_h.SH
22498 ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
22499 ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
22500 Branch: metaconfig/U/perl
22502 ! d_getespwnam.U d_getprpwnam.U i_prot.U
22503 ____________________________________________________________________________
22504 [ 6238] By: jhi on 2000/06/25 18:04:56
22505 Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
22506 From: Dan Sugalski <dan@sidhe.org>
22507 Date: Fri, 23 Jun 2000 17:00:00 -0400
22508 Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
22510 ! lib/ExtUtils/MM_VMS.pm vms/vms.c
22511 ____________________________________________________________________________
22512 [ 6237] By: jhi on 2000/06/25 16:36:45
22513 Log: Tweak embed.pl, regen headers.
22515 ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
22516 ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
22517 ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
22518 ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
22519 ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
22520 ____________________________________________________________________________
22521 [ 6236] By: jhi on 2000/06/25 15:26:42
22522 Log: Regen headers.
22524 ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
22525 ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
22526 ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
22527 ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
22528 ! regnodes.h warnings.h
22529 ____________________________________________________________________________
22530 [ 6235] By: jhi on 2000/06/23 19:39:35
22531 Log: The thread begun by
22532 Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
22533 From: Kevin.Ruscoe@ubsw.com
22534 Date: Fri, 16 Jun 2000 16:38:51 +0100
22535 Message-Id: <H000019b03c300d6@MHS>
22537 ! hints/solaris_2.sh
22538 ____________________________________________________________________________
22539 [ 6234] By: jhi on 2000/06/23 19:23:36
22540 Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
22541 because when run as services (Win32ese for daemons)
22542 no environment variables are set and tmpdir ends up as /tmp,
22543 which is ambiguous.
22545 Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
22546 From: matt@sergeant.org
22547 Date: 16 Jun 2000 16:30:43 -0000
22548 Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
22550 ! lib/File/Spec/Win32.pm
22551 ____________________________________________________________________________
22552 [ 6233] By: jhi on 2000/06/23 19:18:58
22553 Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
22554 From: Mark-Jason Dominus <mjd@plover.com>
22555 Date: Fri, 16 Jun 2000 20:53:04 -0400
22556 Message-ID: <20000617005304.8008.qmail@plover.com>
22559 ____________________________________________________________________________
22560 [ 6232] By: jhi on 2000/06/23 16:10:02
22561 Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
22562 From: simon@brecon.co.uk (Simon Cozens)
22563 Date: 19 Jun 2000 15:18:27 GMT
22564 Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
22566 plus update pod/Makefile and regenerate perltoc
22569 ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
22570 ____________________________________________________________________________
22571 [ 6231] By: jhi on 2000/06/23 15:19:18
22572 Log: Subject: [PATCH 5.6.0] cygwin port
22573 From: "Fifer, Eric" <EFifer@sanwaint.com>
22574 Date: Tue, 20 Jun 2000 14:30:58 +0100
22575 Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
22577 ! README.cygwin lib/File/Find.pm
22578 ____________________________________________________________________________
22579 [ 6230] By: jhi on 2000/06/23 14:25:21
22580 Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
22582 ! lib/File/Spec.pm lib/File/Spec/Functions.pm
22583 ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
22584 ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
22585 ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
22586 ____________________________________________________________________________
22587 [ 6229] By: jhi on 2000/06/23 14:13:34
22588 Log: Subject: README.hpux version 0.6.1
22589 Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
22590 From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
22591 Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
22594 ____________________________________________________________________________
22595 [ 6228] By: jhi on 2000/06/23 14:07:20
22596 Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
22597 From: Doug MacEachern <dougm@covalent.net>
22598 Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
22599 Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
22602 ____________________________________________________________________________
22603 [ 6227] By: jhi on 2000/06/23 14:01:06
22604 Log: Subject: [PATCH] lib.pm -> lib.pm.PL
22605 From: Doug MacEachern <dougm@covalent.net>
22606 Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
22607 Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
22611 ! MANIFEST Makefile.SH
22612 ____________________________________________________________________________
22613 [ 6226] By: jhi on 2000/06/23 13:53:07
22614 Log: Subject: [PATCH] remove forward declarations in Socket.pm
22615 From: Doug MacEachern <dougm@covalent.net>
22616 Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
22617 Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
22619 From: Doug MacEachern <dougm@covalent.net>
22620 Subject: Re: [PATCH] remove forward declarations in Socket.pm
22621 Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
22622 Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
22624 ! ext/Socket/Socket.pm op.c
22625 ____________________________________________________________________________
22626 [ 6225] By: jhi on 2000/06/23 13:41:52
22627 Log: Add source code filenames to apidoc.
22628 From: simon@brecon.co.uk (Simon Cozens)
22629 Subject: [PATCH embed.pl] Source X-ref
22630 Date: 22 Jun 2000 02:18:49 GMT
22631 Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
22634 ____________________________________________________________________________
22635 [ 6224] By: jhi on 2000/06/23 13:32:33
22636 Log: A way to avoid English.pm performance hit.
22637 From: root <root@jester.slaysys.com>
22638 Subject: [YAPATCH English.pm] My turn to putt again
22639 Date: Thu, 22 Jun 2000 20:33:58 -0400
22640 Message-Id: <200006230033.UAA05960@jester.slaysys.com>
22642 ! lib/English.pm t/lib/english.t
22643 ____________________________________________________________________________
22644 [ 6223] By: jhi on 2000/06/23 13:27:06
22645 Log: Avoid double close().
22646 Subject: [PATCH] avoid double close()
22647 From: Doug MacEachern <dougm@covalent.net>
22648 Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
22649 Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
22652 ____________________________________________________________________________
22653 [ 6222] By: jhi on 2000/06/23 13:25:54
22655 Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
22656 From: Ian Phillipps <Ian.Phillipps@iname.com>
22657 Date: Fri, 23 Jun 2000 10:40:58 +0100
22658 Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
22661 ____________________________________________________________________________
22662 [ 6221] By: jhi on 2000/06/23 13:24:15
22663 Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
22664 From: simon@brecon.co.uk (Simon Cozens)
22665 Subject: [PATCH] Eliminate tr///[CU][CU]
22666 Date: 23 Jun 2000 11:05:40 GMT
22667 Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
22669 ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
22670 ____________________________________________________________________________
22671 [ 6220] By: jhi on 2000/06/22 16:07:51
22672 Log: Win32 patches from Benjamin Stuhl.
22674 ! makedef.pl win32/win32.h
22675 ____________________________________________________________________________
22676 [ 6219] By: jhi on 2000/06/22 16:06:34
22677 Log: Bytecode patches from Benjamin Stuhl.
22679 ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
22680 ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
22681 ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
22682 ____________________________________________________________________________
22683 [ 6218] By: jhi on 2000/06/15 23:54:16
22684 Log: Bytecode patches from Benjamin Stuhl.
22686 ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
22687 ____________________________________________________________________________
22688 [ 6217] By: jhi on 2000/06/09 13:38:29
22689 Log: Rename the fdpid locking and integrate with Sarathy.
22691 ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
22692 ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
22693 ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
22695 !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
22696 ____________________________________________________________________________
22697 [ 6216] By: gsar on 2000/06/08 14:54:21
22698 Log: be more optimal about clearing @_
22701 ____________________________________________________________________________
22702 [ 6215] By: gsar on 2000/06/08 14:33:04
22703 Log: tweak comment about @DB::args
22706 ____________________________________________________________________________
22707 [ 6214] By: gsar on 2000/06/08 13:57:54
22708 Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
22709 caller() wants to populate @DB::args with it (causes a coredump
22710 in Carp::confess())
22712 ! cop.h t/op/runlevel.t
22713 ____________________________________________________________________________
22714 [ 6213] By: gsar on 2000/06/08 07:06:35
22715 Log: back out change#6106 (seems problematic)
22717 ! hints/solaris_2.sh
22718 ____________________________________________________________________________
22719 [ 6212] By: jhi on 2000/06/07 03:10:36
22720 Log: Continuing mopup for #6204.
22722 ! ext/B/defsubs_h.PL
22723 ____________________________________________________________________________
22724 [ 6211] By: jhi on 2000/06/07 02:41:50
22725 Log: Mopup for #6204.
22726 Under the 5005 threads the t/lib/b.t for B::Deparse fails:
22727 Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
22728 This is comes from const() where POK isn't on when expected.
22730 ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
22731 ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
22732 ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
22733 ! perlapi.h pod/perlapi.pod
22734 ____________________________________________________________________________
22735 [ 6210] By: jhi on 2000/06/07 01:56:29
22736 Log: Mopup for #6207 and #6209.
22738 ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
22739 ____________________________________________________________________________
22740 [ 6209] By: jhi on 2000/06/07 01:33:12
22741 Log: Lock PL_fdpid against race conditions, based on:
22742 Subject: [PATCH 5.6.0]subprocess fixup for threads
22743 From: Dan Sugalski <dan@sidhe.org>
22744 To: perl5-porters@perl.org
22745 Date: Tue, 11 Apr 2000 17:02:32 -0400
22746 Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
22748 ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
22750 ____________________________________________________________________________
22751 [ 6208] By: jhi on 2000/06/07 01:05:23
22752 Log: Regen headers for #6207.
22754 ! embed.h global.sym objXSUB.h proto.h
22755 ____________________________________________________________________________
22756 [ 6207] By: jhi on 2000/06/06 23:43:13
22757 Log: Subject: [PATCH 5.6.0] Threadsafe patches
22758 From: Dan Sugalski <dan@sidhe.org>
22759 To: perl5-porters@perl.org
22760 Date: Mon, 08 May 2000 18:08:13 -0400
22761 Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
22763 ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
22764 ! proto.h sv.h util.c
22765 ____________________________________________________________________________
22766 [ 6206] By: jhi on 2000/06/06 23:21:23
22767 Log: Subject: [PATCH] Eliminate $a/$b in pod
22768 From: David Glasser <me@davidglasser.net>
22769 To: perl5-porters@perl.org
22770 Date: Mon, 29 May 2000 21:15:59 -0400
22771 Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
22773 ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
22774 ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
22775 ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
22776 ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
22777 ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
22778 ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
22779 ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
22780 ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
22781 ! pod/perlvar.pod pod/perlxs.pod
22782 ____________________________________________________________________________
22783 [ 6205] By: jhi on 2000/06/06 23:12:14
22784 Log: Subject: [PATCH] Win32 improvements
22785 From: "Benjamin Stuhl" <sho_pi@hotmail.com>
22786 To: gsar@activestate.com, perl5-porters@perl.org
22787 Date: Mon, 29 May 2000 17:22:24 PDT
22788 Message-ID: <20000530002224.91142.qmail@hotmail.com>
22789 (MUA had mangled many lines by wordwrapping)
22791 ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
22792 ____________________________________________________________________________
22793 [ 6204] By: jhi on 2000/06/06 23:01:50
22794 Log: Subject: [PATCH] B::Bytecode patches
22795 From: "Benjamin Stuhl" <sho_pi@hotmail.com>
22796 To: gsar@activestate.com, jhi@iki.fi
22797 Cc: perl5-porters@perl.org
22798 Message-ID: <20000602202526.48694.qmail@hotmail.com>
22799 (MUA had mangled many lines by wordwrapping)
22801 ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
22802 ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
22803 ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
22804 ! intrpvar.h perl.c
22805 ____________________________________________________________________________
22806 [ 6203] By: jhi on 2000/06/06 22:32:43
22807 Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
22808 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
22809 Date: Tue, 06 Jun 2000 13:07:45 -0700
22810 Message-ID: <RoVP5gzkgmTL092yn@efn.org>
22813 ____________________________________________________________________________
22814 [ 6202] By: jhi on 2000/06/06 19:38:35
22815 Log: Integrate with Sarathy.
22818 ____________________________________________________________________________
22819 [ 6201] By: gsar on 2000/06/06 00:42:59
22820 Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
22821 does a PUSHMARK that's never ever POPMARKed; in general, only
22822 Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
22823 Perl_eval_[sp]v() don't because they don't take any incoming
22824 arguments (this leak has been around since the original version
22825 of perl_eval_pv() in 5.003_97e)
22828 ____________________________________________________________________________
22829 [ 6200] By: jhi on 2000/06/04 03:44:52
22830 Log: Update to cperl-mode.el 4.31 from
22831 ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
22832 Subject: A couple of notes
22833 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22834 To: Mailing list Perl5 <perl5-porters@perl.org>
22835 Date: Sat, 3 Jun 2000 23:33:32 -0400
22836 Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
22838 ! emacs/cperl-mode.el
22839 ____________________________________________________________________________
22840 [ 6199] By: jhi on 2000/06/03 15:11:05
22841 Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
22842 From: Dan Sugalski <dan@sidhe.org>
22843 To: perl5-porters@perl.org, vmsperl@perl.org
22844 Date: Fri, 02 Jun 2000 17:30:51 -0400
22845 Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
22847 ! vms/descrip_mms.template vms/gen_shrfls.pl
22848 ____________________________________________________________________________
22849 [ 6198] By: jhi on 2000/06/03 14:59:15
22850 Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
22851 From: Dan Sugalski <dan@sidhe.org>
22852 To: vmsperl@perl.org, perl5-porters@perl.org
22853 Date: Fri, 02 Jun 2000 16:00:41 -0400
22854 Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
22855 Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
22857 ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
22858 ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
22859 ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
22860 ____________________________________________________________________________
22861 [ 6197] By: jhi on 2000/06/03 14:41:30
22862 Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
22863 From: John Borwick <jhborwic@unity.ncsu.edu>
22864 Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
22865 Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
22868 ____________________________________________________________________________
22869 [ 6196] By: jhi on 2000/06/03 14:38:09
22870 Log: Integrate with Sarathy.
22872 !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
22873 !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
22875 ____________________________________________________________________________
22876 [ 6195] By: gsar on 2000/06/02 22:43:13
22877 Log: fix yet another eval"" leak under USE_ITHREADS
22880 ____________________________________________________________________________
22881 [ 6194] By: gsar on 2000/06/02 18:22:06
22882 Log: fix small eval"" memory leaks under USE_ITHREADS
22884 ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
22885 ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
22887 ____________________________________________________________________________
22888 [ 6193] By: jhi on 2000/06/01 13:03:56
22889 Log: Signals-be-gone for microperl.
22891 ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
22892 ____________________________________________________________________________
22893 [ 6192] By: jhi on 2000/06/01 12:52:02
22894 Log: Integrate with Sarathy.
22896 +> lib/Pod/LaTeX.pm t/lib/selfloader.t
22897 !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
22898 !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
22899 !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
22900 !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
22901 !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
22902 !> t/op/vec.t utils/h2xs.PL
22903 ____________________________________________________________________________
22904 [ 6191] By: gsar on 2000/06/01 09:38:21
22905 Log: vec() loses numericalness (modified version of patch suggested
22908 ! doop.c t/op/vec.t
22909 ____________________________________________________________________________
22910 [ 6190] By: gsar on 2000/06/01 09:26:15
22911 Log: submit missing embed.pl change
22914 ____________________________________________________________________________
22915 [ 6189] By: gsar on 2000/06/01 09:05:34
22916 Log: counting tr/// corrupts later operation (from M.J.T Guy)
22919 ____________________________________________________________________________
22920 [ 6188] By: gsar on 2000/06/01 08:58:39
22924 ____________________________________________________________________________
22925 [ 6187] By: gsar on 2000/06/01 08:50:07
22926 Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
22927 (from Tim Jenness <t.jenness@jach.hawaii.edu>)
22930 ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
22932 ____________________________________________________________________________
22933 [ 6186] By: gsar on 2000/06/01 08:24:40
22934 Log: further qualify references to "alphanumeric" (from Wolfgang Laun
22935 <wolfgang.laun@alcatel.at>)
22937 ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
22938 ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
22939 ____________________________________________________________________________
22940 [ 6185] By: gsar on 2000/06/01 08:12:00
22941 Log: remove incorrect documentation about implicit split to @_ in
22942 list context, which never really worked in perl 5 (from
22945 ! pod/perlfunc.pod pod/perltrap.pod
22946 ____________________________________________________________________________
22947 [ 6184] By: gsar on 2000/06/01 07:52:27
22948 Log: tweak for change#6127
22951 ____________________________________________________________________________
22952 [ 6183] By: gsar on 2000/06/01 07:41:02
22953 Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
22956 + t/lib/selfloader.t
22957 ! MANIFEST lib/SelfLoader.pm
22958 ____________________________________________________________________________
22959 [ 6182] By: jhi on 2000/06/01 00:34:42
22960 Log: Be Cleaner Part Deux.
22963 ____________________________________________________________________________
22964 [ 6181] By: jhi on 2000/06/01 00:32:09
22965 Log: Integrate with Sarathy.
22967 !> pp.c t/op/arith.t
22968 ____________________________________________________________________________
22969 [ 6180] By: jhi on 2000/06/01 00:31:13
22970 Log: microperl nits from Simon Cozens.
22973 ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
22975 ____________________________________________________________________________
22976 [ 6179] By: gsar on 2000/05/31 22:37:51
22977 Log: buggy modulus on UVs introduced by change#3378 (resulted in
22978 4063328477 % 65535 amounting to 27406, instead of 27407)
22980 ! pp.c t/op/arith.t
22981 ____________________________________________________________________________
22982 [ 6178] By: jhi on 2000/05/31 21:52:41
22986 ____________________________________________________________________________
22987 [ 6177] By: jhi on 2000/05/31 21:47:33
22988 Log: Substitution utf8 patch from Simon Cozens.
22991 ____________________________________________________________________________
22992 [ 6176] By: jhi on 2000/05/31 21:45:34
22993 Log: Single-quoted utf8 patch from Simon Cozens.
22996 ____________________________________________________________________________
22997 [ 6175] By: jhi on 2000/05/31 21:40:18
22998 Log: Integrate with Sarathy.
23000 !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
23001 ____________________________________________________________________________
23002 [ 6174] By: jhi on 2000/05/31 21:37:31
23003 Log: microperl changes from Simon Cozens; Makefile for microperl
23004 written from scratch; few casts added as microperl compilation
23005 doesn't have all prototypes available.
23007 + Makefile.micro README.micro Todo.micro uconfig.sh
23008 ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
23009 ! perl.c perl.h perlio.c unixish.h utf8.c util.c
23011 + U/modified/Config_h.U
23012 ____________________________________________________________________________
23013 [ 6173] By: jhi on 2000/05/31 20:00:24
23014 Log: metaconfig maintenance.
23016 + U/modified/Inhdr.U U/typedefs/inotype.U
23017 Branch: metaconfig/U/perl
23018 + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
23019 + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
23020 ____________________________________________________________________________
23021 [ 6172] By: gsar on 2000/05/31 05:05:42
23022 Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
23023 (from Ilya Zakharevich)
23025 ! regexec.c t/op/re_tests
23026 ____________________________________________________________________________
23027 [ 6171] By: gsar on 2000/05/31 05:01:47
23028 Log: scalar() doesn't force scalar context when used in void context
23029 (from Simon Cozens)
23031 ! op.c t/op/wantarray.t
23032 ____________________________________________________________________________
23033 [ 6170] By: gsar on 2000/05/31 04:41:33
23034 Log: change#6142 needs tweaks to tests to work where there's no symlink()
23035 (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
23038 ____________________________________________________________________________
23039 [ 6169] By: gsar on 2000/05/31 04:29:49
23040 Log: integrate cfgperl contents into mainline
23042 +> pod/perlmodlib.PL pod/perlnewmod.pod
23043 !> (integrate 42 files)
23044 ____________________________________________________________________________
23045 [ 6168] By: jhi on 2000/05/30 22:53:37
23046 Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
23048 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
23049 ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
23050 ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
23051 ! win32/config.bc win32/config.gc win32/config.vc
23052 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
23053 ! win32/config_h.PL win32/config_sh.PL
23054 Branch: metaconfig/U/perl
23056 ____________________________________________________________________________
23057 [ 6167] By: jhi on 2000/05/30 22:20:21
23061 ____________________________________________________________________________
23062 [ 6166] By: jhi on 2000/05/30 22:11:51
23063 Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
23064 in case somebody wants to write an extension for more
23065 shadow database interfaces.
23067 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
23068 ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
23069 ! vos/config.def vos/config.h vos/config_h.SH_orig
23070 ! win32/config.bc win32/config.gc win32/config.vc
23071 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
23073 ! U/modified/Myinit.U
23074 Branch: metaconfig/U/perl
23075 + d_getespwnam.U d_getprpwnam.U i_prot.U
23076 ____________________________________________________________________________
23077 [ 6165] By: jhi on 2000/05/30 18:35:34
23078 Log: Integrate with Sarathy.
23081 ____________________________________________________________________________
23082 [ 6164] By: jhi on 2000/05/30 18:30:16
23085 ! Configure config_h.SH
23086 Branch: metaconfig/U/perl
23088 ____________________________________________________________________________
23089 [ 6163] By: gsar on 2000/05/30 03:24:03
23090 Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
23093 ____________________________________________________________________________
23094 [ 6162] By: gsar on 2000/05/30 03:09:38
23095 Log: fix memory leak in method call optimization (change#3768);
23096 made C<eval "$x->foo()"> leak
23099 ____________________________________________________________________________
23100 [ 6161] By: jhi on 2000/05/29 17:56:26
23101 Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
23102 both from Simon Cozens.
23104 + pod/perlmodlib.PL pod/perlnewmod.pod
23105 ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
23106 ! pod/perlmodlib.pod pod/perltoc.pod
23107 ____________________________________________________________________________
23108 [ 6160] By: jhi on 2000/05/29 17:23:55
23109 Log: Changes for the File::Temp 0.08 (change #6159) test suite
23110 to fit better into the Perl distribution test framework.
23112 ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
23113 ! t/lib/ftmp-tempfile.t
23114 ____________________________________________________________________________
23115 [ 6159] By: jhi on 2000/05/29 16:55:36
23116 Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
23118 ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
23119 ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
23120 ____________________________________________________________________________
23121 [ 6158] By: bailey on 2000/05/29 16:22:08
23122 Log: Add fallback to tmpfile for use in cases where user's relying on
23123 ACLs on SYS$SCRATCH to permit file creation. (based on Charles
23126 ! vms/vms.c vms/vmsish.h
23127 ____________________________________________________________________________
23128 [ 6157] By: jhi on 2000/05/29 03:10:36
23129 Log: Regen Configure to jive with #6149.
23133 ! U/modified/Getfile.U
23134 ____________________________________________________________________________
23135 [ 6156] By: jhi on 2000/05/29 03:01:38
23136 Log: Integrate with Sarathy.
23138 +> ext/DynaLoader/dl_mac.xs
23139 !> (integrate 38 files)
23140 ____________________________________________________________________________
23141 [ 6155] By: gsar on 2000/05/28 21:15:58
23142 Log: small bug in change#6144; remove random \xA0 character that snuck
23145 ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
23146 ____________________________________________________________________________
23147 [ 6154] By: gsar on 2000/05/28 21:04:19
23148 Log: avoid type mismatch warning
23151 ____________________________________________________________________________
23152 [ 6153] By: gsar on 2000/05/28 20:58:31
23153 Log: prettier Test::Harness output on failed tests (from Nicholas Clark
23154 <nick@Bagpuss.uk.boo.com>)
23156 ! lib/Test/Harness.pm
23157 ____________________________________________________________________________
23158 [ 6152] By: gsar on 2000/05/28 20:53:42
23159 Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
23162 ____________________________________________________________________________
23163 [ 6151] By: gsar on 2000/05/28 20:50:28
23164 Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
23167 ____________________________________________________________________________
23168 [ 6150] By: gsar on 2000/05/28 20:39:58
23169 Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
23171 ! pod/perlrequick.pod
23172 ____________________________________________________________________________
23173 [ 6149] By: gsar on 2000/05/28 20:35:16
23174 Log: OS/2 tweaks for usethreads build (from Rocco Caputo
23177 ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
23178 ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
23179 ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
23180 ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
23181 ____________________________________________________________________________
23182 [ 6148] By: gsar on 2000/05/28 20:21:07
23183 Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
23185 ! lib/ExtUtils/MM_Unix.pm
23186 ____________________________________________________________________________
23187 [ 6147] By: gsar on 2000/05/28 20:12:41
23188 Log: add a make entry to Config.pm so "perl -V:make" works on VMS
23189 (from Peter Prymmer)
23191 ! vms/subconfigure.com
23192 ____________________________________________________________________________
23193 [ 6146] By: gsar on 2000/05/28 20:06:15
23196 ! lib/warnings.pm warnings.h warnings.pl
23197 ____________________________________________________________________________
23198 [ 6145] By: gsar on 2000/05/28 18:44:33
23199 Log: make xsubpp skip embedded pod (from Matthias Neeracher
23200 <neeri@iis.ee.ethz.ch>)
23202 ! lib/ExtUtils/xsubpp
23203 ____________________________________________________________________________
23204 [ 6144] By: gsar on 2000/05/28 18:42:49
23205 Log: MacOS support, part 2: make AutoSplit use File::Spec instead
23206 of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
23207 <neeri@iis.ee.ethz.ch>)
23210 ____________________________________________________________________________
23211 [ 6143] By: gsar on 2000/05/28 18:41:12
23212 Log: MacOS support, part 1 (from Matthias Neeracher
23213 <neeri@iis.ee.ethz.ch>)
23215 + ext/DynaLoader/dl_mac.xs
23216 ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
23217 ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
23218 ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
23220 ____________________________________________________________________________
23221 [ 6142] By: gsar on 2000/05/28 18:21:51
23222 Log: File::Find fails to chdir when chasing symlinks (from
23223 Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
23225 ! lib/File/Find.pm t/lib/filefind.t
23226 ____________________________________________________________________________
23227 [ 6141] By: jhi on 2000/05/28 14:25:15
23228 Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
23229 forwarded by Peter Seebach from the bsdi-users mailing list.
23230 p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
23233 ____________________________________________________________________________
23234 [ 6140] By: jhi on 2000/05/28 14:11:57
23235 Log: Integrate with Sarathy.
23237 +> (branch 30 files)
23238 !> (integrate 93 files)
23239 ____________________________________________________________________________
23240 [ 6139] By: gsar on 2000/05/28 10:01:48
23241 Log: revise mktables.PL for bugs and newness in Unicode 3.0
23242 (from James Bence <jbence@amgen.com>)
23244 + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
23245 + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
23246 + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
23247 + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
23248 + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
23249 + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
23250 + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
23251 + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
23252 + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
23253 + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
23254 + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
23255 + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
23256 + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
23257 + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
23258 + lib/unicode/Is/SylWU.pl
23259 ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
23260 ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
23261 ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
23262 ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
23263 ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
23264 ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
23265 ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
23266 ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
23267 ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
23268 ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
23269 ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
23270 ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
23271 ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
23272 ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
23273 ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
23274 ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
23275 ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
23276 ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
23277 ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
23278 ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
23279 ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
23280 ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
23281 ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
23282 ! lib/unicode/Makefile lib/unicode/mktables.PL
23283 ____________________________________________________________________________
23284 [ 6138] By: gsar on 2000/05/28 08:50:32
23285 Log: add note about the handling of negative indices to tied arrays
23286 (from Michael G Schwern <schwern@pobox.com>)
23289 ____________________________________________________________________________
23290 [ 6137] By: gsar on 2000/05/28 08:46:10
23291 Log: fix bogus redeclaration warning for "our" variables in different
23294 ! op.c t/pragma/strict-vars
23295 ____________________________________________________________________________
23296 [ 6136] By: gsar on 2000/05/28 08:31:20
23297 Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
23299 ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
23300 ____________________________________________________________________________
23301 [ 6135] By: gsar on 2000/05/28 08:17:50
23302 Log: enable Test::Harness to dynamically determine column width etc.
23303 (from Rob Napier <rnapier@employees.org>)
23305 ! lib/Test/Harness.pm
23306 ____________________________________________________________________________
23307 [ 6134] By: gsar on 2000/05/28 08:13:39
23308 Log: make Test::Harness use wait.h/WCOREDUMP if available
23309 (from Ben Tilly <ben_tilly@hotmail.com>)
23311 ! lib/Test/Harness.pm
23312 ____________________________________________________________________________
23313 [ 6133] By: gsar on 2000/05/28 08:08:05
23314 Log: elide bogus test in change#6132
23316 ! t/pragma/warn/9enabled
23317 ____________________________________________________________________________
23318 [ 6132] By: gsar on 2000/05/28 08:03:14
23319 Log: warnings::enabled() doesn't fall back to looking at $^W if
23320 caller isn't using lexical warnings (from Paul Marquess)
23322 ! pp_ctl.c t/pragma/warn/9enabled
23323 ____________________________________________________________________________
23324 [ 6131] By: gsar on 2000/05/28 07:57:47
23325 Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
23327 ! ext/POSIX/POSIX.pm
23328 ____________________________________________________________________________
23329 [ 6130] By: gsar on 2000/05/28 07:29:12
23330 Log: fix places that mean C<"word" character> but say C<alphanumeric
23333 ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
23334 ____________________________________________________________________________
23335 [ 6129] By: gsar on 2000/05/28 07:18:41
23336 Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
23339 ____________________________________________________________________________
23340 [ 6128] By: gsar on 2000/05/28 07:12:55
23341 Log: new perlxstut example for passing/returning refs to arrays
23342 (from David Lowe <dlowe@pootpoot.com>)
23344 ! pod/perlxstut.pod
23345 ____________________________________________________________________________
23346 [ 6127] By: gsar on 2000/05/28 07:02:50
23347 Log: call_method(...,G_EVAL) can longjmp() out if the method probing
23348 failed (from Gisle Aas)
23351 ____________________________________________________________________________
23352 [ 6126] By: gsar on 2000/05/28 06:39:53
23353 Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
23354 (reworked variant of patch suggested by Simon Cozens)
23356 ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
23357 ! pp_hot.c proto.h t/op/gv.t
23358 ____________________________________________________________________________
23359 [ 6125] By: gsar on 2000/05/28 05:14:55
23360 Log: enable propagating exception objects via Perl_croak() in XS code
23364 ____________________________________________________________________________
23365 [ 6124] By: gsar on 2000/05/28 05:07:28
23366 Log: integrate vmsperl contents into mainline
23368 !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
23369 !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
23371 ____________________________________________________________________________
23372 [ 6123] By: gsar on 2000/05/28 05:03:53
23373 Log: clarify gotcha with #line directives (from Rocco Caputo
23376 ! pod/perldebug.pod pod/perlsyn.pod
23377 ____________________________________________________________________________
23378 [ 6122] By: gsar on 2000/05/28 04:58:29
23379 Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
23380 (from Mark-Jason Dominus)
23382 ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
23383 ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
23384 ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
23386 ____________________________________________________________________________
23387 [ 6121] By: bailey on 2000/05/25 04:46:54
23388 Log: Allow eliminate_macros() and fixpath() to handle space-delimited
23389 lists (based on fixes by Craig Berry)
23391 ! lib/File/Spec/VMS.pm
23392 ____________________________________________________________________________
23393 [ 6120] By: bailey on 2000/05/25 04:25:38
23394 Log: Add missing escape (Charles Lane)
23396 ! t/op/lex_assign.t
23397 ____________________________________________________________________________
23398 [ 6119] By: bailey on 2000/05/25 04:21:25
23399 Log: Quiet error messages in vmsish.t (Charles Lane)
23402 ____________________________________________________________________________
23403 [ 6118] By: bailey on 2000/05/25 04:17:57
23404 Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
23405 Flatten case labels in switch statements uniformly (Charles Bailey)
23408 ____________________________________________________________________________
23409 [ 6117] By: bailey on 2000/05/25 03:58:09
23410 Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
23413 ____________________________________________________________________________
23414 [ 6116] By: bailey on 2000/05/25 03:11:15
23415 Log: Miscellaneous cosmetic fixes (Charles Lane)
23417 ! lib/ExtUtils/MM_VMS.pm
23418 ____________________________________________________________________________
23419 [ 6115] By: bailey on 2000/05/25 03:10:36
23420 Log: Add bounds checking for several strings (Charles Lane)
23423 ____________________________________________________________________________
23424 [ 6114] By: bailey on 2000/05/25 02:25:34
23425 Log: Urk -- undo previous removal of vmsish 'exit' change
23427 ! vms/ext/vmsish.pm vms/vmsish.h
23428 ____________________________________________________________________________
23429 [ 6113] By: bailey on 2000/05/24 02:24:40
23430 Log: Ugly workaround for version-specific RTL error
23433 ____________________________________________________________________________
23434 [ 6112] By: bailey on 2000/05/24 02:19:55
23435 Log: Check for existence of file before trying to delete
23438 ____________________________________________________________________________
23439 [ 6111] By: bailey on 2000/05/23 23:35:13
23440 Log: Resync with mainline prior to post-5.6.0 updates
23442 +> (branch 49 files)
23443 - t/lib/thread.t t/op/64bit.t t/op/nothread.t
23444 ! vms/ext/vmsish.pm
23445 !> (integrate 334 files)
23446 ____________________________________________________________________________
23447 [ 6110] By: jhi on 2000/05/23 19:28:32
23451 ____________________________________________________________________________
23452 [ 6109] By: jhi on 2000/05/18 17:38:54
23453 Log: Integrate with Sarathy.
23455 !> mg.c perl.h win32/perlhost.h
23456 ____________________________________________________________________________
23457 [ 6108] By: gsar on 2000/05/17 02:24:56
23458 Log: reenable fake signal handling on Windows, bugs and all
23460 ! mg.c perl.h win32/perlhost.h
23461 ____________________________________________________________________________
23462 [ 6107] By: jhi on 2000/05/15 18:01:41
23463 Log: Tweak the todo list.
23466 ____________________________________________________________________________
23467 [ 6106] By: jhi on 2000/05/15 13:41:48
23468 Log: The (Configure) script refuses to go on, after asking for
23469 'You may also choose to try maximal 64-bitness....'.
23470 If answer is yes the script can't find the 'workshoplibpth.cbu' file.
23472 p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de>
23474 ! hints/solaris_2.sh
23475 ____________________________________________________________________________
23476 [ 6105] By: jhi on 2000/05/11 14:37:43
23477 Log: Integrate with Sarathy.
23479 !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
23480 !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
23481 ____________________________________________________________________________
23482 [ 6104] By: gsar on 2000/05/11 03:39:07
23483 Log: PL_sys_intern was being initialized too late on windows
23485 ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
23486 ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
23487 ____________________________________________________________________________
23488 [ 6103] By: jhi on 2000/05/09 19:42:20
23489 Log: Test tweaking for Unicos continues.
23492 ____________________________________________________________________________
23493 [ 6102] By: jhi on 2000/05/09 16:47:27
23494 Log: The test suite tweak in #6101 wasn't quite right.
23497 ____________________________________________________________________________
23498 [ 6101] By: jhi on 2000/05/09 15:35:34
23499 Log: Hints and test tweaks for Unicos.
23501 ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
23502 ____________________________________________________________________________
23503 [ 6100] By: jhi on 2000/05/08 21:15:06
23504 Log: More compilation tweakery from Allen Smith.
23507 ____________________________________________________________________________
23508 [ 6099] By: jhi on 2000/05/08 19:21:18
23509 Log: Tweaks for the cc bugs from Allen Smith.
23512 ____________________________________________________________________________
23513 [ 6098] By: jhi on 2000/05/08 19:13:37
23514 Log: Add a note about other, yet unsupported, shadow password APIs.
23517 ____________________________________________________________________________
23518 [ 6097] By: jhi on 2000/05/08 18:46:34
23519 Log: Add a note about possible compilation problems from Allen Smith.
23522 ____________________________________________________________________________
23523 [ 6096] By: jhi on 2000/05/08 17:33:10
23524 Log: Integrate with Sarathy.
23526 !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
23527 !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
23528 ____________________________________________________________________________
23529 [ 6095] By: jhi on 2000/05/08 16:21:33
23530 Log: Introduce NV_PRESERVED_BITS. Not yet used anywhere but
23531 might be useful in future.
23533 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
23536 ! U/installdirs/inc_version_list.U
23537 Branch: metaconfig/U/perl
23539 ____________________________________________________________________________
23540 [ 6094] By: gsar on 2000/05/08 14:22:22
23541 Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
23543 ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
23544 ! hints/cygwin.sh pp_sys.c
23545 ____________________________________________________________________________
23546 [ 6093] By: gsar on 2000/05/08 12:52:28
23547 Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
23548 undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
23550 ! pp_sys.c sv.c win32/perlhost.h
23551 ____________________________________________________________________________
23552 [ 6092] By: jhi on 2000/05/07 22:40:34
23553 Log: Regen perltoc with the fixed buildtoc.
23556 ____________________________________________________________________________
23557 [ 6091] By: jhi on 2000/05/07 22:24:16
23558 Log: Integrate with Sarathy.
23560 !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
23561 !> t/op/substr.t toke.c
23562 ____________________________________________________________________________
23563 [ 6090] By: gsar on 2000/05/07 19:47:07
23564 Log: concat doesn't preserve utf8-ness, and doesn't invalidate
23565 [NI]OK; added tests for both
23567 ! perl.c pp_hot.c sv.c t/op/substr.t
23568 ____________________________________________________________________________
23569 [ 6089] By: gsar on 2000/05/07 18:18:38
23570 Log: buildtoc tweak to fix newline lossage
23573 ____________________________________________________________________________
23574 [ 6088] By: jhi on 2000/05/07 16:35:36
23575 Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
23576 because we do not use those. The HAS_GETSPNAM remains,
23577 though, because we still do use that.
23579 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
23580 ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
23581 ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
23582 ! vos/config_h.SH_orig win32/config.bc win32/config.gc
23583 ! win32/config.vc win32/config_H.bc win32/config_H.gc
23584 ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
23585 ____________________________________________________________________________
23586 [ 6087] By: gsar on 2000/05/07 16:05:16
23587 Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
23589 ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
23590 ____________________________________________________________________________
23591 [ 6086] By: jhi on 2000/05/07 15:27:07
23592 Log: Integrate with Sarathy.
23594 +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
23595 +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
23596 !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
23597 !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
23598 !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
23599 !> utils/perlbug.PL vms/vms.c vms/vmsish.h
23600 ____________________________________________________________________________
23601 [ 6085] By: gsar on 2000/05/07 05:52:02
23602 Log: repeat operator (x) doesn't preserve utf8-ness
23604 ! pp.c t/op/substr.t
23605 ____________________________________________________________________________
23606 [ 6084] By: gsar on 2000/05/07 05:39:55
23607 Log: substr() does not preserve utf8-ness (from Stefan Eissing
23608 <Eissing@medicaldataservice.de>); added tests
23610 ! pp.c t/op/substr.t
23611 ____________________________________________________________________________
23612 [ 6083] By: gsar on 2000/05/07 05:24:46
23613 Log: note about undocumented caller() return value (from M.J.T. Guy);
23614 yet another peek.t tweak
23616 ! pod/perlfunc.pod t/lib/peek.t
23617 ____________________________________________________________________________
23618 [ 6082] By: gsar on 2000/05/07 05:08:40
23619 Log: peek.t non-portable to ithreads
23622 ____________________________________________________________________________
23623 [ 6081] By: gsar on 2000/05/07 04:17:04
23624 Log: better default perlbug categories for ok reports (from Richard Foley)
23627 ____________________________________________________________________________
23628 [ 6080] By: gsar on 2000/05/07 04:08:07
23629 Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
23630 (from Tim Jenness <t.jenness@jach.hawaii.edu>)
23632 + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
23633 + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
23634 ! AUTHORS MAINTAIN MANIFEST
23635 ____________________________________________________________________________
23636 [ 6079] By: gsar on 2000/05/07 04:01:38
23637 Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
23639 ! lib/Carp/Heavy.pm
23640 ____________________________________________________________________________
23641 [ 6078] By: gsar on 2000/05/07 01:24:19
23642 Log: workaround for CRT bug in chdir() (from Charles Lane, via
23645 ! iperlsys.h vms/vms.c vms/vmsish.h
23646 ____________________________________________________________________________
23647 [ 6077] By: gsar on 2000/05/07 01:22:23
23648 Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
23651 ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
23652 ____________________________________________________________________________
23653 [ 6076] By: gsar on 2000/05/06 17:36:29
23654 Log: integrate cfgperl contents into mainline
23657 !> Configure MANIFEST Porting/Glossary Porting/config.sh
23658 !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
23659 !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
23660 !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
23661 ____________________________________________________________________________
23662 [ 6075] By: jhi on 2000/05/05 18:56:10
23663 Log: Make the test more portable.
23666 ____________________________________________________________________________
23667 [ 6074] By: jhi on 2000/05/05 18:49:20
23668 Log: Introduce t/lib/peek.t.
23672 ____________________________________________________________________________
23673 [ 6073] By: jhi on 2000/05/05 14:30:45
23674 Log: Complex tweaks.
23676 ! lib/Math/Complex.pm t/lib/complex.t
23677 ____________________________________________________________________________
23678 [ 6072] By: jhi on 2000/05/05 12:27:13
23679 Log: Integrate with Sarathy.
23681 !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
23682 !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
23683 !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
23684 !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
23685 ____________________________________________________________________________
23686 [ 6071] By: gsar on 2000/05/05 02:24:46
23687 Log: misformatted perllocal.pod (from Tim Jenness
23688 <t.jenness@jach.hawaii.edu>)
23690 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
23691 ____________________________________________________________________________
23692 [ 6070] By: gsar on 2000/05/05 02:16:52
23693 Log: remove misleading comment (from M.J.T. Guy)
23696 ____________________________________________________________________________
23697 [ 6069] By: gsar on 2000/05/05 02:15:13
23698 Log: File::Spec compatibility update (from Barrie Slaymaker
23699 <barries@slaysys.com>)
23701 ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
23702 ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
23703 ____________________________________________________________________________
23704 [ 6068] By: gsar on 2000/05/05 02:01:50
23705 Log: note about values()
23708 ____________________________________________________________________________
23709 [ 6067] By: gsar on 2000/05/05 01:33:09
23710 Log: replace direct call to sighandler() with (*PL_sighandlerp)()
23713 ____________________________________________________________________________
23714 [ 6066] By: gsar on 2000/05/05 01:23:43
23718 ____________________________________________________________________________
23719 [ 6065] By: jhi on 2000/05/04 17:30:22
23720 Log: Integrate with Sarathy.
23722 !> pp_sys.c sv.c t/pragma/utf8.t toke.c
23723 ____________________________________________________________________________
23724 [ 6064] By: gsar on 2000/05/04 17:26:14
23725 Log: change#5905 wasn't quite right--it's intent only applies when arguments
23726 to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
23729 ____________________________________________________________________________
23730 [ 6063] By: gsar on 2000/05/04 16:52:29
23731 Log: tokeq() could read unallocated field in argument
23734 ____________________________________________________________________________
23735 [ 6062] By: gsar on 2000/05/04 16:34:51
23736 Log: additional tests for utf8.t
23739 ____________________________________________________________________________
23740 [ 6061] By: gsar on 2000/05/04 16:09:28
23741 Log: change#5921 neglected to make eq honor "use bytes"
23744 ____________________________________________________________________________
23745 [ 6060] By: jhi on 2000/05/04 15:30:16
23746 Log: Integrate with Sarathy.
23748 !> perl.c regcomp.c t/pragma/utf8.t
23749 ____________________________________________________________________________
23750 [ 6059] By: jhi on 2000/05/04 15:26:37
23751 Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
23752 in natively 64-bit platforms where a long is a quad (no need
23753 for long longs). Also added bias for IVs.
23756 ____________________________________________________________________________
23757 [ 6058] By: gsar on 2000/05/04 00:19:14
23758 Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
23759 (spotted by Donald Kinzer <dkinzer@premia.com>)
23762 ____________________________________________________________________________
23763 [ 6057] By: gsar on 2000/05/03 18:34:01
23764 Log: fix broken parsing of /\x{ab}/
23766 ! regcomp.c t/pragma/utf8.t
23767 ____________________________________________________________________________
23768 [ 6056] By: jhi on 2000/05/03 17:57:16
23769 Log: The search of infinity continues, this time simplified.
23771 ! lib/Math/Complex.pm
23772 ____________________________________________________________________________
23773 [ 6055] By: jhi on 2000/05/03 17:45:30
23777 ____________________________________________________________________________
23778 [ 6054] By: jhi on 2000/05/02 22:28:27
23779 Log: Be more forgiving in POSIX about HUGE_VALL.
23781 ! ext/POSIX/POSIX.xs
23782 ____________________________________________________________________________
23783 [ 6053] By: jhi on 2000/05/02 22:25:05
23784 Log: Integrate with Sarathy.
23786 !> hints/irix_6.sh pod/perlop.pod
23787 ____________________________________________________________________________
23788 [ 6052] By: jhi on 2000/05/02 22:24:31
23789 Log: Unicos hint tweak.
23792 ____________________________________________________________________________
23793 [ 6051] By: jhi on 2000/05/02 22:21:26
23794 Log: Complex tweakery.
23796 ! lib/Math/Complex.pm t/lib/complex.t
23797 ____________________________________________________________________________
23798 [ 6050] By: jhi on 2000/05/02 19:26:22
23799 Log: Use setxxent()/endxxent().
23801 ! t/op/grent.t t/op/pwent.t
23802 ____________________________________________________________________________
23803 [ 6049] By: jhi on 2000/05/02 19:06:02
23804 Log: Test both the scalar and list contexts.
23806 ! t/op/grent.t t/op/pwent.t
23807 ____________________________________________________________________________
23808 [ 6048] By: gsar on 2000/05/02 18:29:10
23809 Log: add note about how $( doesn't interpolate in REs (from
23810 Philip Newton <newton@ficus.frogspace.net>)
23813 ____________________________________________________________________________
23814 [ 6047] By: jhi on 2000/05/02 17:41:24
23815 Log: Call getspnam() only iff needd.
23818 ____________________________________________________________________________
23819 [ 6046] By: gsar on 2000/05/02 17:07:25
23820 Log: libscheck has insufficient checks for n32 libs (from
23821 Albert Chin-A-Young <china@thewrittenword.com>)
23824 ____________________________________________________________________________
23825 [ 6045] By: jhi on 2000/05/02 13:57:17
23826 Log: Integrate with Sarathy.
23828 !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
23829 !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
23830 ____________________________________________________________________________
23831 [ 6044] By: gsar on 2000/05/02 06:48:19
23832 Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
23833 such that underscores are only ignored in literal numbers,
23834 "\x{...}", and hex/oct argument
23836 ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
23837 ____________________________________________________________________________
23838 [ 6043] By: gsar on 2000/05/02 02:22:29
23839 Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
23841 ! pod/perlretut.pod
23842 ____________________________________________________________________________
23843 [ 6042] By: gsar on 2000/05/02 02:17:51
23844 Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
23847 ____________________________________________________________________________
23848 [ 6041] By: gsar on 2000/05/02 01:53:51
23849 Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
23853 ____________________________________________________________________________
23854 [ 6040] By: gsar on 2000/05/02 01:51:57
23855 Log: missing files in MANIFEST
23858 ____________________________________________________________________________
23859 [ 6039] By: jhi on 2000/05/02 00:36:46
23860 Log: Infinite problems.
23862 ! lib/Math/Complex.pm
23863 ____________________________________________________________________________
23864 [ 6038] By: jhi on 2000/05/02 00:06:38
23865 Log: pwent/spent #ifdef imbalance.
23868 ____________________________________________________________________________
23869 [ 6037] By: jhi on 2000/05/01 22:50:11
23870 Log: Use HUGE_VALL if applicable.
23872 ! ext/POSIX/POSIX.xs util.c
23873 ____________________________________________________________________________
23874 [ 6036] By: jhi on 2000/05/01 22:20:53
23875 Log: Correct Freudian slip.
23878 ____________________________________________________________________________
23879 [ 6035] By: jhi on 2000/05/01 21:07:38
23880 Log: Continue on the pwent/spent case.
23883 ____________________________________________________________________________
23884 [ 6034] By: jhi on 2000/05/01 17:45:14
23885 Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
23886 adjustments in 6032 conflicted badly with this, will have
23887 to revisit them later.
23889 +> lib/CGI/Util.pm t/lib/cgi-pretty.t
23890 !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
23891 !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
23892 !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
23893 !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
23894 !> t/lib/cgi-html.t t/lib/cgi-request.t
23895 ____________________________________________________________________________
23896 [ 6033] By: jhi on 2000/05/01 17:40:49
23897 Log: Rewrite the pwent/spent logic to be a little bit more clearer.
23900 ____________________________________________________________________________
23901 [ 6032] By: gsar on 2000/05/01 15:56:32
23902 Log: whitespace adjustments
23905 ____________________________________________________________________________
23906 [ 6031] By: gsar on 2000/05/01 15:19:41
23907 Log: small nits in diagnostics.pm (from Robin Barker)
23909 ! lib/diagnostics.pm pod/perldiag.pod
23910 ____________________________________________________________________________
23911 [ 6030] By: gsar on 2000/05/01 08:39:18
23912 Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
23913 for @- and @+ (from Johan Vromans)
23915 ! lib/English.pm pod/perlvar.pod
23916 ____________________________________________________________________________
23917 [ 6029] By: gsar on 2000/05/01 08:16:10
23918 Log: add CGI.pm v2.66 (from Lincoln Stein)
23920 + lib/CGI/Util.pm t/lib/cgi-pretty.t
23921 ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
23922 ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
23923 ! t/lib/cgi-html.t t/lib/cgi-request.t
23924 ____________________________________________________________________________
23925 [ 6028] By: gsar on 2000/05/01 06:34:41
23926 Log: Pod::Man generates groff-incompatible macro definition (from
23930 ____________________________________________________________________________
23931 [ 6027] By: gsar on 2000/05/01 06:31:36
23932 Log: podlators-1.02 update (from Russ Allbery)
23934 ! lib/Pod/Man.pm lib/Pod/Text.pm
23935 ____________________________________________________________________________
23936 [ 6026] By: jhi on 2000/04/30 23:24:23
23937 Log: Integrate with Sarathy.
23939 !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
23940 !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
23941 !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
23942 !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
23943 !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
23944 !> t/lib/syslog.t toke.c win32/win32.h
23945 ____________________________________________________________________________
23946 [ 6025] By: gsar on 2000/04/30 18:17:47
23947 Log: Is{Alnum,Alpha,Word} don't match titlecase
23949 TODO: IsSpace is defined recursively!
23951 (both spotted by Larry)
23953 ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
23954 ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
23955 ____________________________________________________________________________
23956 [ 6024] By: gsar on 2000/04/30 17:50:19
23957 Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
23958 (from Hugo van der Sanden)
23961 ____________________________________________________________________________
23962 [ 6023] By: gsar on 2000/04/30 17:14:43
23963 Log: debugger stomps on $. (from M.J.T. Guy)
23966 ____________________________________________________________________________
23967 [ 6022] By: gsar on 2000/04/30 16:59:22
23968 Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
23971 ____________________________________________________________________________
23972 [ 6021] By: gsar on 2000/04/29 21:00:08
23973 Log: remove Win2K issue in pod (fixed by change#6020)
23975 ! README.win32 pod/perl56delta.pod
23976 ____________________________________________________________________________
23977 [ 6020] By: gsar on 2000/04/29 20:51:49
23981 ____________________________________________________________________________
23982 [ 6019] By: gsar on 2000/04/29 20:34:27
23983 Log: windows portability tweaks
23985 ! t/lib/b.t win32/win32.h
23986 ____________________________________________________________________________
23987 [ 6018] By: gsar on 2000/04/29 19:55:24
23988 Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
23989 make _PATH_LOG() return "" if unavailable
23991 ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
23992 ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
23993 ____________________________________________________________________________
23994 [ 6017] By: jhi on 2000/04/28 22:49:46
23995 Log: Integrate with Sarathy.
23997 !> op.c perl.c pod/perldiag.pod t/lib/b.t
23998 ____________________________________________________________________________
23999 [ 6016] By: jhi on 2000/04/28 22:46:14
24000 Log: Do not warn that an infinity does not look like a number.
24003 ____________________________________________________________________________
24004 [ 6015] By: gsar on 2000/04/28 22:35:49
24005 Log: tweak test for portability
24008 ____________________________________________________________________________
24009 [ 6014] By: gsar on 2000/04/28 22:05:31
24010 Log: glob() loading File::Glob behind the scenes may cause syntax errors
24013 ____________________________________________________________________________
24014 [ 6013] By: gsar on 2000/04/28 21:25:22
24015 Log: tweak change#5945 to display correct switch name in diagnostic
24017 ! perl.c pod/perldiag.pod
24018 ____________________________________________________________________________
24019 [ 6012] By: jhi on 2000/04/28 21:08:12
24020 Log: Integrate with Sarathy.
24022 !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
24023 !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
24024 !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
24025 ____________________________________________________________________________
24026 [ 6011] By: jhi on 2000/04/28 21:04:46
24027 Log: &HUGE_VAL is not defined, it exists.
24029 ! lib/Math/Complex.pm
24030 ____________________________________________________________________________
24031 [ 6010] By: gsar on 2000/04/28 21:02:58
24032 Log: clarify note about shadow password support (from
24033 gellyfish@gellyfish.com)
24036 ____________________________________________________________________________
24037 [ 6009] By: gsar on 2000/04/28 21:00:00
24038 Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
24040 ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
24041 ____________________________________________________________________________
24042 [ 6008] By: gsar on 2000/04/28 20:56:33
24043 Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
24045 ! installperl vms/subconfigure.com
24046 ____________________________________________________________________________
24047 [ 6007] By: gsar on 2000/04/28 20:51:21
24048 Log: note about compile failures and END blocks (from M.J.T. Guy)
24050 ! pod/perl56delta.pod pod/perlmod.pod
24051 ____________________________________________________________________________
24052 [ 6006] By: jhi on 2000/04/28 20:42:14
24053 Log: Regen Configure.
24055 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24057 ____________________________________________________________________________
24058 [ 6005] By: gsar on 2000/04/28 20:41:16
24059 Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
24062 ____________________________________________________________________________
24063 [ 6004] By: jhi on 2000/04/28 20:28:21
24064 Log: Integrate with Sarathy.
24066 !> Configure INSTALL Porting/Glossary Porting/config.sh
24067 !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
24068 !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
24069 !> vos/config_h.SH_orig win32/config.bc win32/config.gc
24070 !> win32/config.vc win32/win32.c
24071 ____________________________________________________________________________
24072 [ 6003] By: gsar on 2000/04/28 20:11:20
24073 Log: allow REG_EXPAND_SZ keys in Windows registry (from
24074 John Clayton <John.Clayton@barclayscapital.com>)
24077 ____________________________________________________________________________
24078 [ 6002] By: gsar on 2000/04/28 19:34:16
24079 Log: destructive sv_setsv() can lose UV-ness from source, causing
24080 numeric promotions/comparisons to fail to do the right thing
24083 ____________________________________________________________________________
24084 [ 6001] By: gsar on 2000/04/28 18:44:15
24085 Log: support additional library locations via $Config{otherlibdirs}
24086 (from Andy Dougherty)
24088 ! Configure INSTALL Porting/Glossary Porting/config.sh
24089 ! Porting/config_H config_h.SH epoc/config.sh perl.c
24090 ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
24091 ! win32/config.bc win32/config.gc win32/config.vc
24092 ____________________________________________________________________________
24093 [ 6000] By: gsar on 2000/04/28 18:26:58
24094 Log: reworked otherlibdirs.U (from Andy Dougherty)
24096 ! U/installdirs/otherlibdirs.U
24097 ____________________________________________________________________________
24098 [ 5999] By: gsar on 2000/04/28 18:17:07
24099 Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
24101 ! t/pragma/warn/toke toke.c
24102 ____________________________________________________________________________
24103 [ 5998] By: jhi on 2000/04/28 13:32:17
24104 Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
24106 ! lib/Math/Complex.pm
24107 ____________________________________________________________________________
24108 [ 5997] By: jhi on 2000/04/28 13:14:04
24111 ! lib/Math/Complex.pm
24112 ____________________________________________________________________________
24113 [ 5996] By: jhi on 2000/04/28 12:59:23
24114 Log: Integrate with Sarathy.
24116 +> pod/perlrequick.pod pod/perlretut.pod
24117 !> (integrate 51 files)
24118 ____________________________________________________________________________
24119 [ 5995] By: gsar on 2000/04/28 09:37:36
24120 Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
24122 ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
24123 ____________________________________________________________________________
24124 [ 5994] By: gsar on 2000/04/28 09:33:26
24125 Log: fix for missed accounting for null byte in pack("Z",...) (from
24129 ____________________________________________________________________________
24130 [ 5993] By: gsar on 2000/04/28 09:30:05
24131 Log: various minor tweaks seen on p5p
24133 ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
24134 ____________________________________________________________________________
24135 [ 5992] By: gsar on 2000/04/28 09:08:19
24136 Log: pod nit (from Simon Cozens)
24139 ____________________________________________________________________________
24140 [ 5991] By: gsar on 2000/04/28 09:06:36
24141 Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
24143 ! README.posix-bc hints/posix-bc.sh
24144 ____________________________________________________________________________
24145 [ 5990] By: gsar on 2000/04/28 08:54:52
24146 Log: use $ENV{LIB} to search for libs under Visual C compiler
24147 on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
24149 ! lib/ExtUtils/Liblist.pm
24150 ____________________________________________________________________________
24151 [ 5989] By: gsar on 2000/04/28 08:27:12
24152 Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
24153 itself and no other (from Tom Hughes)
24155 ! t/op/array.t toke.c
24156 ____________________________________________________________________________
24157 [ 5988] By: gsar on 2000/04/28 08:01:38
24158 Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
24159 <paul@miraclefish.com>)
24161 ! lib/ExtUtils/MakeMaker.pm
24162 ____________________________________________________________________________
24163 [ 5987] By: gsar on 2000/04/28 07:53:09
24164 Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
24166 ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
24167 ____________________________________________________________________________
24168 [ 5986] By: gsar on 2000/04/28 07:44:17
24169 Log: add regular expressions tutorial and quick-start guide (from
24170 Mark Kvale <kvale@phy.ucsf.edu>)
24172 + pod/perlrequick.pod pod/perlretut.pod
24173 ! AUTHORS MAINTAIN MANIFEST
24174 ____________________________________________________________________________
24175 [ 5985] By: gsar on 2000/04/28 07:30:28
24176 Log: forked child may not exit correctly if it failed to open
24177 /dev/console (from Graham Barr)
24179 ! ext/Sys/Syslog/Syslog.pm
24180 ____________________________________________________________________________
24181 [ 5984] By: gsar on 2000/04/28 07:27:20
24182 Log: attributes::reftype() doesn't work on tied argument
24185 ____________________________________________________________________________
24186 [ 5983] By: gsar on 2000/04/28 07:15:04
24187 Log: numeric conversion of non-number in change#3378 tramples on
24188 OOK offset, causing segfaults
24191 ____________________________________________________________________________
24192 [ 5982] By: gsar on 2000/04/28 04:48:25
24193 Log: avoid error in IO::Socket::INET when given an unknown service name
24194 with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
24196 ! ext/IO/lib/IO/Socket/INET.pm
24197 ____________________________________________________________________________
24198 [ 5981] By: gsar on 2000/04/28 04:31:31
24199 Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
24200 prototype mismatch with CORE::glob(); update pod and tests to
24201 suit (File::Glob::glob() is still available for backward
24202 compatibility, but should be considered deprecated)
24204 ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
24205 ! t/lib/glob-taint.t
24206 ____________________________________________________________________________
24207 [ 5980] By: gsar on 2000/04/28 03:47:29
24208 Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
24211 ! U/modified/Options.U
24214 ____________________________________________________________________________
24215 [ 5979] By: gsar on 2000/04/28 03:07:54
24216 Log: under useithreads, constant pad entries could inadvertantly be
24217 shared across threads (from Eric Blood <eblood@xmission.com>);
24218 added Eric's test case to testsuite
24221 ____________________________________________________________________________
24222 [ 5978] By: gsar on 2000/04/27 21:13:00
24223 Log: sync version numbers in File::Spec with the ones on CPAN
24224 (from Barrie Slaymaker)
24226 ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
24227 ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
24228 ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
24229 ____________________________________________________________________________
24230 [ 5977] By: gsar on 2000/04/27 21:07:29
24231 Log: autoquote barewords followed by newline and arrow properly
24232 (variant of fix suggested by Rick Delaney and M.J.T. Guy)
24234 ! t/pragma/warn/toke toke.c
24235 ____________________________________________________________________________
24236 [ 5976] By: gsar on 2000/04/27 20:41:20
24237 Log: DB_File v1.73 update (from Paul Marquess)
24239 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
24240 ! ext/DB_File/DB_File.xs ext/DB_File/version.c
24241 ____________________________________________________________________________
24242 [ 5975] By: gsar on 2000/04/27 20:34:24
24243 Log: allow sort() reentrancy (variant of patch suggested by
24244 Hugo van der Sanden)
24246 ! pp_ctl.c t/op/sort.t
24247 ____________________________________________________________________________
24248 [ 5974] By: gsar on 2000/04/27 19:46:57
24249 Log: change#4197 somehow missed initializing PL_errors, meaning
24250 sytax error queueing wasn't working outside eval"" at all;
24251 also fixed eval"" to localize PL_error_count, so that compile-time
24252 eval's don't clobber the error state of the outer context
24254 ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
24255 ! t/pragma/warn/toke
24256 ____________________________________________________________________________
24257 [ 5973] By: gsar on 2000/04/27 18:29:05
24258 Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
24260 ! regcomp.c regexec.c t/op/re_tests
24261 ____________________________________________________________________________
24262 [ 5972] By: jhi on 2000/04/27 18:22:41
24263 Log: Integrate with Sarathy.
24265 +> t/lib/b.t t/lib/syslog.t
24266 !> (integrate 31 files)
24267 ____________________________________________________________________________
24268 [ 5971] By: jhi on 2000/04/27 18:18:46
24269 Log: Unicos tweaks from Mark P. Lutz.
24271 ! hints/unicos.sh lib/Math/Complex.pm
24272 ____________________________________________________________________________
24273 [ 5970] By: gsar on 2000/04/27 18:05:11
24274 Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
24277 ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
24278 ____________________________________________________________________________
24279 [ 5969] By: gsar on 2000/04/27 17:50:56
24280 Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
24283 ! MANIFEST ext/Sys/Syslog/Syslog.pm
24284 ____________________________________________________________________________
24285 [ 5968] By: gsar on 2000/04/27 17:44:49
24286 Log: tolerate spaces in group names in test on solaris (from David Boyce
24290 ____________________________________________________________________________
24291 [ 5967] By: gsar on 2000/04/27 17:41:22
24292 Log: improved docs on the warn_uninit diagnostic (from David Glasser
24296 ____________________________________________________________________________
24297 [ 5966] By: gsar on 2000/04/27 16:54:58
24298 Log: add testsuite for B backends, fix bug in B::Deparse (from
24299 Simon Cozens <simon@brecon.co.uk>)
24302 ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
24303 ____________________________________________________________________________
24304 [ 5965] By: gsar on 2000/04/27 16:10:37
24305 Log: avoid "will not stay shared" warnings for our variables (from
24308 ! op.c t/pragma/warn/op
24309 ____________________________________________________________________________
24310 [ 5964] By: gsar on 2000/04/27 07:05:05
24311 Log: reformat to 72 columns (again)
24314 ____________________________________________________________________________
24315 [ 5963] By: gsar on 2000/04/27 06:28:31
24316 Log: patch from Larry to make (\&) prototype work; added tests for
24319 ! op.c t/comp/proto.t
24320 ____________________________________________________________________________
24321 [ 5962] By: gsar on 2000/04/27 06:15:47
24322 Log: updated README.hpux (from Jeff Okamoto)
24325 ____________________________________________________________________________
24326 [ 5961] By: gsar on 2000/04/27 05:55:03
24327 Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
24329 ! emacs/cperl-mode.el
24330 ____________________________________________________________________________
24331 [ 5960] By: gsar on 2000/04/27 05:49:26
24332 Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
24335 ____________________________________________________________________________
24336 [ 5959] By: gsar on 2000/04/27 05:33:41
24337 Log: doubled words in pods (from Simon Cozens
24338 <simon.p.cozens@jp.pwcglobal.com>)
24340 ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
24341 ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
24342 ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
24343 ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
24344 ! pod/perltootc.pod
24345 ____________________________________________________________________________
24346 [ 5958] By: gsar on 2000/04/27 05:11:39
24347 Log: change#3569 deleted some essential code, revert; avoid use of
24348 atexit() to make DynaLoader work properly on AIX under mod_perl
24349 (from Jens-Uwe Mager <jum@helios.de>)
24351 ! ext/DynaLoader/dl_aix.xs
24352 ____________________________________________________________________________
24353 [ 5957] By: gsar on 2000/04/27 04:54:51
24354 Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
24357 ____________________________________________________________________________
24358 [ 5956] By: gsar on 2000/04/27 04:51:47
24359 Log: better diagnostics on failed tests (from Ilya Zakharevich)
24361 ! t/op/lex_assign.t
24362 ____________________________________________________________________________
24363 [ 5955] By: gsar on 2000/04/27 04:26:44
24364 Log: longstanding bug exposed by change#3307: sort arguments weren't
24365 compiled with the right wantarray context (ensuing runtime lookup
24366 via block_gimme() was getting the incidental context of the
24370 ____________________________________________________________________________
24371 [ 5954] By: gsar on 2000/04/26 23:42:12
24372 Log: integrate cfgperl contents into mainline
24374 !> (integrate 30 files)
24375 ____________________________________________________________________________
24376 [ 5953] By: jhi on 2000/04/26 23:06:42
24377 Log: Integrate with Sarathy.
24379 !> README.win32 ext/B/B/Deparse.pm
24380 !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
24381 !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
24382 !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
24383 !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
24384 !> utils/perldoc.PL vms/perlvms.pod
24385 ____________________________________________________________________________
24386 [ 5952] By: jhi on 2000/04/26 23:03:46
24387 Log: Undo "use integer" addition from 64bitint as it seems
24388 to break most of the subtests in Digital UNIX;
24389 Unicos needs to find another way.
24392 ____________________________________________________________________________
24393 [ 5951] By: jhi on 2000/04/26 22:57:53
24394 Log: Be more robust on "extreme" (large absolute value)
24395 arguments. Originally reported by Daniel Connelly
24396 as a problem with asinh() on large negative arguments,
24397 asinh() used to bail out because an argument to log()
24398 ended up being zero. Ilya Zakharevich proposed using
24399 Taylor's series in such cases, which for such large
24400 arguments is a very good approximation.
24402 ! lib/Math/Complex.pm t/lib/complex.t
24403 ____________________________________________________________________________
24404 [ 5950] By: gsar on 2000/04/25 19:13:12
24405 Log: reformat perldiag to avoid long lines
24408 ____________________________________________________________________________
24409 [ 5949] By: gsar on 2000/04/25 18:41:11
24410 Log: make perldoc use the pod2man from the same version (from
24414 ____________________________________________________________________________
24415 [ 5948] By: gsar on 2000/04/25 18:21:57
24416 Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
24417 <kompas@kompas.usr.onet.pl>)
24420 ____________________________________________________________________________
24421 [ 5947] By: gsar on 2000/04/25 18:11:53
24422 Log: use &dl_error rather than &dl_load_file as the guard for calling
24423 boot_DynaLoader() (meant to fix dl_error() redefined warnings in
24424 statically built perl)
24426 ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
24427 ____________________________________________________________________________
24428 [ 5946] By: jhi on 2000/04/25 17:37:54
24429 Log: Document that tr() is not tr(1).
24432 ____________________________________________________________________________
24433 [ 5945] By: gsar on 2000/04/25 16:34:33
24434 Log: make module name mandatory after -M switch; reorder perldiag
24435 alphabetically (from Mark-Jason Dominus)
24437 ! perl.c pod/perldiag.pod
24438 ____________________________________________________________________________
24439 [ 5944] By: jhi on 2000/04/25 01:15:18
24440 Log: On second thoughts frexp() does have two arguments.
24443 ____________________________________________________________________________
24444 [ 5943] By: jhi on 2000/04/24 22:56:32
24445 Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
24446 Now pp_ncmp() returns undef is either operand is a NaN.
24448 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24449 ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
24450 ! vms/subconfigure.com vos/config.def vos/config.h
24451 ! vos/config_h.SH_orig win32/config.bc win32/config.gc
24452 ! win32/config.vc win32/config_H.bc win32/config_H.gc
24453 ! win32/config_H.vc
24454 Branch: metaconfig/U/perl
24456 ____________________________________________________________________________
24457 [ 5942] By: jhi on 2000/04/24 19:45:17
24458 Log: Regen Configure to match #5937.
24460 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24463 ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
24464 ____________________________________________________________________________
24465 [ 5941] By: jhi on 2000/04/24 19:24:11
24466 Log: Further Unicos fixes for Mark Lutz.
24468 ! hints/unicos.sh pp_ctl.c
24469 ____________________________________________________________________________
24470 [ 5940] By: jhi on 2000/04/24 19:09:06
24471 Log: Various Unicos 10.0.0.6 fixes.
24473 Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
24474 From: Mark P Lutz <tecmpl1@triton.ca.boeing.com>
24475 Reply-To: tecmpl1@triton.ca.boeing.com
24476 To: perl5-porters@perl.org
24477 Date: Fri, 14 Apr 2000 20:21:00 GMT
24478 Message-Id: <200004142021.UAA36232@triton.ca.boeing.com>
24480 ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
24481 ____________________________________________________________________________
24482 [ 5939] By: gsar on 2000/04/24 19:01:24
24483 Log: more pod nits (from Larry Virden)
24485 ! README.win32 pod/perlsub.pod pod/perlsyn.pod
24486 ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
24487 ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
24488 ____________________________________________________________________________
24489 [ 5938] By: gsar on 2000/04/24 18:54:01
24490 Log: Consolidated B::Deparse fixes (from Stephen McCamant)
24492 ! ext/B/B/Deparse.pm
24493 ____________________________________________________________________________
24494 [ 5937] By: jhi on 2000/04/24 17:39:00
24495 Log: Integrate with Sarathy.
24497 +> (branch 31 files)
24498 !> (integrate 73 files)
24499 ____________________________________________________________________________
24500 [ 5936] By: gsar on 2000/04/24 17:30:06
24501 Log: additional tests for change#5934 (from Paul Marquess, who also
24502 sent in the same fix)
24504 ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
24505 ! t/pragma/warn/5nolint t/pragma/warn/6default
24506 ____________________________________________________________________________
24507 [ 5935] By: jhi on 2000/04/24 17:26:05
24508 Log: Do not assume sign propagation.
24509 Subject: [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
24510 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
24511 To: payner@ncifcrf.gov, perl5-porters@perl.org
24512 Date: Tue, 18 Apr 2000 18:24:49 +0100
24513 Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk>
24515 ! t/op/bop.t t/op/misc.t
24516 ____________________________________________________________________________
24517 [ 5934] By: gsar on 2000/04/24 17:16:54
24518 Log: propagate lexical warnings from surrounding scope correctly
24519 within string eval()
24521 ! pp_ctl.c t/pragma/warn/pp_ctl
24522 ____________________________________________________________________________
24523 [ 5933] By: jhi on 2000/04/24 17:01:07
24524 Log: Flatten the cpp jungle doing the nosuid checking.
24527 ____________________________________________________________________________
24528 [ 5932] By: gsar on 2000/04/24 09:08:14
24529 Log: add rsignal(), whichsig() and do_join() to public API list
24530 (mod_perl uses them to good advantage)
24532 ! embed.pl global.sym objXSUB.h perlapi.c proto.h
24533 ____________________________________________________________________________
24534 [ 5931] By: gsar on 2000/04/24 09:01:40
24535 Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
24537 ! pp_hot.c regexec.c t/op/pat.t
24538 ____________________________________________________________________________
24539 [ 5930] By: gsar on 2000/04/24 08:58:33
24540 Log: small os390 tweaks (from Peter Prymmer)
24542 ! config_h.SH makedepend.SH
24543 ____________________________________________________________________________
24544 [ 5929] By: gsar on 2000/04/24 08:55:25
24548 ____________________________________________________________________________
24549 [ 5928] By: gsar on 2000/04/24 08:50:13
24550 Log: revert change#5923 ("breaks" t/lib/io_poll.t)
24552 ! ext/IO/lib/IO/Poll.pm
24553 ____________________________________________________________________________
24554 [ 5927] By: gsar on 2000/04/24 08:43:24
24555 Log: arrange for next() to resume at the unstack op rather than the
24556 loop conditional, so that scope cleanup happens correctly
24557 (from Stephen McCamant)
24559 ! op.c pp_ctl.c t/op/misc.t
24560 ____________________________________________________________________________
24561 [ 5926] By: gsar on 2000/04/24 08:18:40
24562 Log: on windows, reserve 16M of stack rather than 128M (allows more
24563 threads to run concurrently)
24565 ! win32/Makefile win32/makefile.mk
24566 ____________________________________________________________________________
24567 [ 5925] By: gsar on 2000/04/24 08:13:52
24568 Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
24571 ____________________________________________________________________________
24572 [ 5924] By: gsar on 2000/04/24 08:08:59
24573 Log: avoid using uninitialized memory in require version check
24575 ! pp_ctl.c universal.c
24576 ____________________________________________________________________________
24577 [ 5923] By: gsar on 2000/04/24 07:20:14
24578 Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
24580 ! ext/IO/lib/IO/Poll.pm
24581 ____________________________________________________________________________
24582 [ 5922] By: gsar on 2000/04/24 07:08:42
24583 Log: commentary about IoTYPE() (from Nathan Torkington)
24586 ____________________________________________________________________________
24587 [ 5921] By: gsar on 2000/04/24 06:58:26
24588 Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
24591 ! sv.c t/lib/charnames.t t/pragma/utf8.t
24592 ____________________________________________________________________________
24593 [ 5920] By: gsar on 2000/04/24 06:37:59
24594 Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
24596 ! doop.c t/op/ver.t
24597 ____________________________________________________________________________
24598 [ 5919] By: gsar on 2000/04/24 06:21:58
24599 Log: Configure might miss old directories when prefix must be
24600 expanded (from Robin Barker)
24602 ! U/installdirs/inc_version_list.U
24605 ____________________________________________________________________________
24606 [ 5918] By: gsar on 2000/04/24 06:16:11
24607 Log: VMS nits in glob() test (from Charles Lane)
24609 ! t/lib/glob-basic.t
24610 ____________________________________________________________________________
24611 [ 5917] By: gsar on 2000/04/24 06:11:56
24612 Log: various pod nits (from Larry Virden and others)
24614 ! README.amiga README.hpux README.machten README.os2
24615 ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
24616 ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
24617 ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
24618 ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
24619 ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
24620 ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
24621 ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
24622 ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
24623 ____________________________________________________________________________
24624 [ 5916] By: gsar on 2000/04/24 05:52:43
24625 Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
24626 <wjones@tc.fluke.com>)
24628 ! t/lib/glob-basic.t
24629 ____________________________________________________________________________
24630 [ 5915] By: gsar on 2000/04/24 05:07:01
24631 Log: supported platforms mixed up
24633 ! pod/perl56delta.pod pod/perlport.pod
24634 ____________________________________________________________________________
24635 [ 5914] By: gsar on 2000/04/24 04:56:08
24636 Log: caller() wasn't returning the right number of elements for
24639 ! pp_ctl.c t/pragma/warn/9enabled
24640 ____________________________________________________________________________
24641 [ 5913] By: gsar on 2000/04/24 04:35:41
24642 Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
24643 Mark-Jason Dominus)
24646 ____________________________________________________________________________
24647 [ 5912] By: gsar on 2000/04/24 04:17:15
24648 Log: fix totally broken caching in UNIVERSAL::isa() (from
24651 ! t/op/universal.t universal.c
24652 ____________________________________________________________________________
24653 [ 5911] By: gsar on 2000/04/24 03:39:47
24654 Log: add linebreak properties from unicode/LineBrk.txt (from
24655 Dave Hartnoll <Dave_Hartnoll@3b2.com>)
24657 + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
24658 + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
24659 + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
24660 + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
24661 + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
24662 + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
24663 + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
24664 + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
24665 + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
24666 + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
24667 + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
24668 + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
24669 + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
24670 + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
24671 + lib/unicode/Is/LbrkZW.pl
24672 ! lib/unicode/mktables.PL
24673 ____________________________________________________________________________
24674 [ 5910] By: gsar on 2000/04/24 03:23:10
24677 ! ext/Thread/Thread.pm
24678 ____________________________________________________________________________
24679 [ 5909] By: gsar on 2000/04/24 03:22:03
24680 Log: mode argument to do_binmode() should be file mode, not boolean
24683 ____________________________________________________________________________
24684 [ 5908] By: gsar on 2000/04/16 16:51:08
24685 Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
24686 always returns a valid GV even when the symbol is trapped by strictures
24689 TODO: the C<package;> hack needs similar treatment
24691 ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
24692 ! t/pragma/strict-vars
24693 ____________________________________________________________________________
24694 [ 5907] By: jhi on 2000/03/31 23:42:56
24695 Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
24696 an assumption which #5905 demolished.
24699 ____________________________________________________________________________
24700 [ 5906] By: jhi on 2000/03/31 18:54:37
24701 Log: Typo in #5905.
24704 ____________________________________________________________________________
24705 [ 5905] By: jhi on 2000/03/31 18:50:54
24706 Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
24707 reported by Joseph N. Hall. The bug was that even with use64bitint
24708 one had to use the prefixes q, L, or ll with printf/sprintf,
24709 contrary to the documentation and common sense.
24711 ! sv.c t/op/64bitint.t
24712 ____________________________________________________________________________
24713 [ 5904] By: gsar on 2000/03/28 02:31:32
24714 Log: add Changes, perldelta.pod
24716 + Changes pod/perldelta.pod
24717 ____________________________________________________________________________
24718 [ 5903] By: gsar on 2000/03/28 02:03:55
24719 Log: rename Changes and perldelta.pod
24721 +> Changes5.6 pod/perl56delta.pod
24722 - Changes pod/perldelta.pod
24724 ____________________________________________________________________________
24725 [ 5902] By: gsar on 2000/03/28 01:59:14
24726 Log: create maint-5.6 branch
24727 Branch: maint-5.6/perl
24728 +> (branch 1611 files)
24729 ____________________________________________________________________________
24730 [ 5901] By: jhi on 2000/03/23 05:48:43
24731 Log: Integrate with Sarathy.
24733 !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
24734 ____________________________________________________________________________
24735 [ 5900] By: gsar on 2000/03/23 05:42:43
24736 Log: three guesses on what this is :-)