summaryrefslogtreecommitdiff
path: root/Changes
blob: 47324bafb5d6946c5863c903cd18c417ea5a2552 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
Please note: This file provides a complete, temporally ordered log of
changes that went into every version of Perl.  If you'd like more
detailed information, please consult the comments in the individual
patches posted to the perl5-porters mailing list.  Patches for each
individual change may also be obtained through ftp and rsync--see
pod/perlhack.pod for the details.

For information on what's new in this release, see pod/perldelta.pod.

[The "CAST AND CREW" list has been moved to AUTHORS.]

NOTE: Each change entry shows the change number; who checked it into the
repository; when; description of the change; which branch the change
happened in; and the affected files.  The file lists have a short symbolic
indicator:

    	    !	    modified
    	    +	    added
    	    -	    deleted
    	    +>	    branched (from elsewhere)
    	    !>	    merged changes (from elsewhere)

The Message-Ids in the change entries refer to the email messages sent
to the perl5-porters mailing list.  You can retrieve the messages for
example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/

--------------
Version v5.8.3		Maintenance release working toward v5.8.3
--------------
____________________________________________________________________________
____________________________________________________________________________
[ 21829] By: nicholas                              on 2003/11/30  21:35:03
        Log: Integrate:
             [ 21827]
             Keep installing xsubpp in lib/ExtUtils,
             so MakeMaker can find it.
     Branch: maint-5.8/perl
	   ! installperl
____________________________________________________________________________
[ 21825] By: nicholas                              on 2003/11/30  20:19:43
        Log: Update Changes
     Branch: maint-5.8/perl
	   ! Changes patchlevel.h
____________________________________________________________________________
[ 21824] By: nicholas                              on 2003/11/30  19:00:33
        Log: Integrate:
             [ 21802]
             POSIX::isXXX(undef) segfaulted. (bug #24554.)
             
             [ 21823]
             Subject: Re: [perl #24554] Segfault in POSIX module
             From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
             Date: Sat, 29 Nov 2003 23:32:38 +0900
             Message-Id: <20031129233010.8E2F.BQW10602@nifty.com>
             
             (plus a test for the stringification of references
             passed to POSIX::isXXX())
     Branch: maint-5.8/perl
	  !> ext/POSIX/POSIX.xs ext/POSIX/t/is.t ext/POSIX/t/posix.t
____________________________________________________________________________
[ 21822] By: nicholas                              on 2003/11/30  10:35:31
        Log: Integrate:
             [ 21810]
             Update Unicode::Collate to 0.31 (Only the .pm version for now)
             
             [ 21812]
             Update Unicode::Normalize to 0.28
     Branch: maint-5.8/perl
	  +> ext/Unicode/Normalize/t/illegal.t
	  +> ext/Unicode/Normalize/t/null.t ext/Unicode/Normalize/t/short.t
	  +> lib/Unicode/Collate/t/illegal.t
	  +> lib/Unicode/Collate/t/illegalp.t
	  !> MANIFEST ext/Unicode/Normalize/Changes
	  !> ext/Unicode/Normalize/Normalize.pm
	  !> ext/Unicode/Normalize/Normalize.xs
	  !> ext/Unicode/Normalize/README lib/Unicode/Collate.pm
	  !> lib/Unicode/Collate/Changes lib/Unicode/Collate/README
	  !> lib/Unicode/Collate/t/version.t
____________________________________________________________________________
[ 21821] By: nicholas                              on 2003/11/30  10:24:55
        Log: Integrate:
             [ 21807]
             Update Digest to 1.03
             
             [ 21808]
             Update to Digest::MD5 2.31
             
             [ 21809]
             D'oh! Forgot to lib/Digest/base.pm
             
             [ 21811]
             D'oh! This has been moved to lib/Digest/t/digest.t but not deleted.
     Branch: maint-5.8/perl
	  +> ext/Digest/MD5/t/bits.t lib/Digest/base.pm lib/Digest/t/base.t
	  +> lib/Digest/t/digest.t
	   - lib/Digest.t
	  !> MANIFEST Porting/Maintainers.pl ext/Digest/MD5/Changes
	  !> ext/Digest/MD5/MD5.pm ext/Digest/MD5/Makefile.PL
	  !> ext/Digest/MD5/t/badfile.t ext/Digest/MD5/t/files.t
	  !> lib/Digest.pm
____________________________________________________________________________
[ 21820] By: nicholas                              on 2003/11/30  10:11:14
        Log: Integrate all the t/op/readline.t changes:
             [ 19069]
             Subject: [PATCH] Re: [perl #21614] 5.8.0 Unbalanced string table refcount
             From: Nicholas Clark <nick@unfortu.net>
             Date: Tue, 25 Mar 2003 22:59:17 +0000
             Message-ID: <20030325225917.GE284@Bagpuss.unfortu.net>
             
             [ 19069]
             Subject: [PATCH] Re: [perl #21614] 5.8.0 Unbalanced string table refcount
             From: Nicholas Clark <nick@unfortu.net>
             Date: Tue, 25 Mar 2003 22:59:17 +0000
             Message-ID: <20030325225917.GE284@Bagpuss.unfortu.net>
             
             [ 19071]
             Better version of change #19069
             Subject: [PATCH] Re: [PATCH] Re: [perl #21614] 5.8.0 Unbalanced string table refcount
             From: Nicholas Clark <nick@unfortu.net>
             Date: Wed, 26 Mar 2003 23:01:46 +0000
             Message-ID: <20030326230145.GC279@Bagpuss.unfortu.net>
             
             [ 19267]
             Subject: [PATCH] readline.t tweak for VMS
             From: "Craig A. Berry" <craigberry@mac.com>
             Date: Thu, 17 Apr 2003 17:18:19 -0500
             Message-ID: <3E9F282B.6090603@mac.com>
             
             [ 20431]
             More runperl(switches => ...) finds (bleadperl only).
             
             [ 21787]
             Subject: [PATCH] Re: bug or a feature?
             From: Torsten Foertsch <torsten.foertsch@gmx.net>
             Date: Sat, 22 Nov 2003 13:15:53 +0100
             Message-Id: <200311221315.58539.torsten.foertsch@gmx.net>
             
             and
             Date: Sat, 22 Nov 2003 14:21:45 +0100
             Message-Id: <200311221421.48940.torsten.foertsch@gmx.net>
             (test moved to t/op/readline.t)
             
             [ 21794]
             Arguments to skip were the wrong way round, hence why all the *BSDs
             were failing
     Branch: maint-5.8/perl
	   ! sv.c t/op/readline.t
	  !> pp_hot.c
____________________________________________________________________________
[ 21819] By: nicholas                              on 2003/11/30  09:57:11
        Log: Integrate:
             [ 21805]
             Silence gcc 2.95 warning
             (Its trace flow isn't good enough to realise that there is no problem)
     Branch: maint-5.8/perl
	  !> pp_hot.c
____________________________________________________________________________
[ 21818] By: nicholas                              on 2003/11/30  09:43:55
        Log: Integrate:
             [ 21800]
             Fix a regression introduced by change #21694 on sprintf()
             with long doubles, by disabling the specific optimisation
             path in this case ; remove a unnecessary cast ; add a new
             test file for miscellaneous sprintf() test that don't fit
             in the t/op/sprintf.t framework.
             
             [ 21804]
             Gconvert actually takes type NV, while nv may be either double
             or long double (depending on some conditional code)
             Rafael and I think that this cast should work.
             
             [ 21806]
             When Gconvert is a macro around sprintf with a .* format we need
             to cast to int (in case STRLEN isn't the same size as int)
             gcc issues a warning even when it is the same size
     Branch: maint-5.8/perl
	  +> t/op/sprintf2.t
	  !> MANIFEST sv.c
____________________________________________________________________________
[ 21817] By: nicholas                              on 2003/11/30  09:25:20
        Log: Copy SvIsCOW(sv) and SvIsCOW_shared_hash(sv) from blead
             (Each is part of separate much larger changes, so can't integrate)
     Branch: maint-5.8/perl
	   ! sv.h
____________________________________________________________________________
[ 21816] By: nicholas                              on 2003/11/29  21:15:29
        Log: Integrate:
             [ 21799]
             Subject: [patch pod/perlsec.pod] (was Re: why PERL5LIB is ignored when -T is in effect)
             From: Stas Bekman <stas@stason.org>
             Date: Fri, 28 Nov 2003 14:42:25 -0800
             Message-ID: <3FC7CF51.7060804@stason.org>
             
             [ 21813]
             Remove whitespace from ends of lines (simply because it irritates me)
     Branch: maint-5.8/perl
	  !> pod/perlsec.pod utils/h2xs.PL
____________________________________________________________________________
[ 21815] By: nicholas                              on 2003/11/29  21:15:05
        Log: Integrate:
             [ 21797]
             Subject: Re: [perl #24245] File::Copy::copy damages hard linked files
             From: Slaven Rezic <slaven@rezic.de>
             Date: 19 Oct 2003 19:11:31 +0200
             Message-ID: <87smlprw3g.fsf@vran.herceg.de>
             (with further tweaks)
     Branch: maint-5.8/perl
	  !> lib/File/Copy.pm lib/File/Copy.t
____________________________________________________________________________
[ 21803] By: nicholas                              on 2003/11/29  13:09:40
        Log: Integrate:
             It's back!
             [ 21449]
             Subject: [PATCH] SIGN => 1 support for MakeMaker
             From: Autrijus Tang <autrijus@autrijus.org>
             Date: Tue, 14 Oct 2003 18:32:28 +0800
             Message-Id: <1066127547.65845.35.camel@localhost>
             
             [ 21652]
             Upgrade to ExtUtils::MakeMaker 6.19
             
             [ 21675]
             Upgrade to MakeMaker 6.20.
             
             [ 21702]
             Upgrade to MakeMaker 6.21.
     Branch: maint-5.8/perl
	  +> lib/ExtUtils/t/parse_version.t
	  +> t/lib/MakeMaker/Test/Setup/BFD.pm
	  +> t/lib/MakeMaker/Test/Setup/Problem.pm
	   - lib/ExtUtils/t/00setup_dummy.t
	   - lib/ExtUtils/t/zz_cleanup_dummy.t
	   ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
	  !> (integrate 37 files)
____________________________________________________________________________
[ 21801] By: nicholas                              on 2003/11/29  11:05:18
        Log: Integrate:
             [ 21655]
             Temporary kludge to allow SDBM_File being built
             with MakeMaker 6.19.
             
             [ 21657]
             Subject: Re: [ANNOUNCE] ExtUtils::MakeMaker 6.19
             From: Michael G Schwern <schwern@pobox.com>
             Date: Tue, 4 Nov 2003 17:59:13 -0800
             Message-ID: <20031105015913.GL15406@localhost.comcast.net>
             
             Replaces the temporary kludge (#21655).
             
             [ 21710]
             Subject: [PATCH] Last stab at sdbm/Makefile.PL
             From: Michael G Schwern <schwern@pobox.com>
             Date: Tue, 11 Nov 2003 21:02:30 -0800
             Message-ID: <20031112050230.GO6874@localhost.comcast.net>
     Branch: maint-5.8/perl
	  !> ext/SDBM_File/sdbm/Makefile.PL
____________________________________________________________________________
[ 21796] By: nicholas                              on 2003/11/28  20:05:30
        Log: Integrate:
             [ 21788]
             Add Torsten Foertsch to AUTHORS (patches plus tests are what we like)
             
             [ 21789]
             Marcus Holland-Moritz is now the maintainer of Devel::PPPort.
             PerlIO and threads are not on CPAN.
             
             [ 21795]
             Subject: [PATCH] Fix perl 5.8 and 5.9 to build on latest VOS
             From: "Green, Paul" <Paul.Green@stratus.com>
             Date: Thu, 27 Nov 2003 21:51:26 -0500
             Message-ID: <A2A34F15EE916148BC4C4748223E67A4069FB815@exna4.stratus.com>
     Branch: maint-5.8/perl
	  !> AUTHORS Porting/Maintainers.pl hints/vos.sh
____________________________________________________________________________
[ 21786] By: nicholas                              on 2003/11/25  19:48:30
        Log: re-run pod/buildtoc
     Branch: maint-5.8/perl
	   ! pod.lst pod/perl.pod pod/perltoc.pod vms/descrip_mms.template
	   ! win32/pod.mak
____________________________________________________________________________
[ 21785] By: nicholas                              on 2003/11/25  19:42:14
        Log: Re-order entries
     Branch: maint-5.8/perl
	   ! MANIFEST
____________________________________________________________________________
[ 21784] By: nicholas                              on 2003/11/25  19:25:25
        Log: Integrate:
             [ 21780]
             Subject: Re: [perl #24439] 64 bit build failure on Solaris 9
             From: Andy Dougherty <doughera@lafayette.edu>
             Date: Thu, 20 Nov 2003 09:38:05 -0500 (EST)
             Message-ID: <Pine.SOL.4.53.0311200926550.25274@maxwell.phys.lafayette.edu>
             
             and :
             Date: Fri, 21 Nov 2003 09:36:24 -0500 (EST)
             Message-ID: <Pine.SOL.4.53.0311210927460.1876@maxwell.phys.lafayette.edu>
             
             [ 21783]
             Subject: remove hardcoded version number from cygwin/perlld.in
             From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
             Date: Mon, 24 Nov 2003 08:11:36 -0800
             Message-ID: <20031124161136.GC2656@efn.org>
     Branch: maint-5.8/perl
	  !> cygwin/Makefile.SHs cygwin/perlld.in hints/solaris_2.sh
____________________________________________________________________________
[ 21778] By: nicholas                              on 2003/11/22  23:21:32
        Log: Integrate:
             [ 21706]
             Subject: Re: [perl #24460] [DOC PATCH] the begincheck program
             From: Tom Phoenix <rootbeer@redcat.com>
             Date: Tue, 11 Nov 2003 15:50:35 -0800 (PST)
             Message-Id: <Pine.BSO.4.53.0311111547500.9242@blue.stonehenge.com>
             
             [ 21751]
             Update the runops stuff in perlguts
             
             [ 21754]
             Subject: [docpatch] PerlIO layers in perlrun.pod and PerlIO.pm
             From: Iain Truskett <spoon@cpan.org>
             Date: Thu, 20 Nov 2003 00:41:33 +1100
             Message-ID: <20031119134132.GG21314@gytha.anu.edu.au>
     Branch: maint-5.8/perl
	  !> lib/PerlIO.pm pod/perlguts.pod pod/perlmod.pod pod/perlrun.pod
____________________________________________________________________________
[ 21777] By: nicholas                              on 2003/11/22  23:17:43
        Log: Integrate:
             [ 21697]
             Subject: [PATCH 5.8.2 @21574] make install: line noise
             From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
             Date: Tue, 4 Nov 2003 20:10:16 -0800
             Message-ID: <20031105041016.GA2639@math.berkeley.edu>
             
             and part of
             Subject: [PATCH 5.8.2 @21574] make install: PREFIX and DESTDIR
             From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
             Date: Tue, 4 Nov 2003 20:18:37 -0800
             Message-ID: <20031105041836.GA2649@math.berkeley.edu>
             
             (I've left out the PREFIX part for now)
             
             [ 21708]
             Subject: [PATCH 5.8.2 @21574] make install not installing fully
             From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
             Date: Tue, 4 Nov 2003 20:07:25 -0800
             Message-ID: <20031105040725.GA2629@math.berkeley.edu>
             
             [ 21723]
             Include "SCCS" in the list of directory names that should
             be ignored by installperl.
             
             [ 21739]
             Subject: Re: [perl #24493] install.html not working
             From: Slaven Rezic <slaven@rezic.de>
             Date: 16 Nov 2003 20:52:29 +0100
             Message-ID: <87d6bsw0oy.fsf@vran.herceg.de>
             
             [ 21740]
             Install instmodsh and xsubpp in bin/ along the other utilities.
             
             [ 21741]
             Complement of change #21740 for Windows.
             (I have the feeling that it's already subtly broken on VMS)
     Branch: maint-5.8/perl
	  +> utils/instmodsh.PL utils/xsubpp.PL
	  !> MANIFEST Makefile.SH installhtml installperl os2/Makefile.SHs
	  !> utils.lst utils/Makefile win32/Makefile win32/makefile.mk
____________________________________________________________________________
[ 21776] By: nicholas                              on 2003/11/22  22:48:49
        Log: Integrate:
             [ 21663]
             Subject: Re: Smoke [5.9.0] 21474 FAIL(F) darwin 6.8 (darwin/1 cpu)
             From: Slaven Rezic <slaven@rezic.de>
             Date: 20 Oct 2003 22:39:28 +0200
             Message-Id: <87oewbiqyn.fsf@vran.herceg.de>
     Branch: maint-5.8/perl
	  !> lib/filetest.t
____________________________________________________________________________
[ 21775] By: nicholas                              on 2003/11/22  22:35:25
        Log: Integrate:
             [ 21732]
             Subject: [PATCH] configpm, our $summary : unique
             From: Elizabeth Mattijsen <liz@dijkmat.nl>
             Date: Sat, 15 Nov 2003 22:18:32 +0100
             Message-Id: <p05111b03bbdc478d10cb@[192.168.56.3]>
             (plus comments)
             
             [ 21733]
             Subject: [PATCH] Re:ext/threads/t/problem.t (was: Problems with mod_perl 1.12 (?) and ActivePerl 5.8.1)
             From: Elizabeth Mattijsen <liz@dijkmat.nl>
             Date: Sat, 15 Nov 2003 23:22:16 +0100
             Message-Id: <p05111b04bbdc49076950@[192.168.56.3]>
             
             [ 21752]
             Fix bug [perl #24508] Wrong assignment in nested assignment
             together with subroutine call
             Apparently concat still doesn't deal correctly with lexicals
             in all cases. Disable the whole TARGET_MY optimisation for it.
             (and remove the corresponding code from the peephole optimiser.)
     Branch: maint-5.8/perl
	   ! opcode.h
	  !> configpm ext/threads/t/problems.t op.c opcode.pl t/op/concat.t
____________________________________________________________________________
[ 21763] By: nicholas                              on 2003/11/21  21:38:15
        Log: Test all permuations of utf8 flags on hashes and keys
     Branch: maint-5.8/perl
	   ! ext/XS/APItest/t/hash.t
____________________________________________________________________________
[ 21762] By: nicholas                              on 2003/11/21  20:41:03
        Log: Refactor hash API tests (prior to some additions)
     Branch: maint-5.8/perl
	   ! ext/XS/APItest/t/hash.t
____________________________________________________________________________
[ 21761] By: nicholas                              on 2003/11/21  20:20:04
        Log: Integrate:
             [ 21742]
             Whoops. We weren't actually testing hv_store_ent
             We are now. Plus test hv_store for an initially empty hash.
     Branch: maint-5.8/perl
	  !> ext/XS/APItest/APItest.xs ext/XS/APItest/t/hash.t
____________________________________________________________________________
[ 21759] By: nicholas                              on 2003/11/20  22:17:24
        Log: perforce-- # Can't integrate a brange and an edit in one shot
             
             mop up the file it failed on.
             
             Integrate:
             [ 21735]
             utf8 keys now work for tied hashes via hv_fetch, hv_store, hv_delete
             (pp functions use the _ent variants, and as the implementation is
             duplicated, these bugs aren't tested, and aren't noticed)
     Branch: maint-5.8/perl
	  !> ext/XS/APItest/t/hash.t
____________________________________________________________________________
[ 21757] By: nicholas                              on 2003/11/20  19:23:15
        Log: Integrate:
             [ 21756]
             Subject: [PATCH] promote hv_clear_placeholders to perl API
             From: Alan Burlison <Alan.Burlison@sun.com>
             Date: Thu, 20 Nov 2003 10:34:30 +0000
             Message-ID: <3FBC98B6.6090909@sun.com>
     Branch: maint-5.8/perl
	  !> embed.fnc embed.h global.sym hv.c pod/perlapi.pod proto.h
	  !> universal.c
____________________________________________________________________________
[ 21749] By: nicholas                              on 2003/11/19  20:08:42
        Log: Integrate:
             [ 21748]
             Subject: [PATCH] clear of empty locked hash SEGVs
             From: Alan Burlison <Alan.Burlison@sun.com>
             Date: Wed, 19 Nov 2003 14:39:03 +0000
             Message-ID: <3FBB8087.20206@sun.com>
     Branch: maint-5.8/perl
	  !> hv.c lib/Hash/Util.t
____________________________________________________________________________
[ 21745] By: nicholas                              on 2003/11/19  18:42:14
        Log: Integrate:
             [ 21743]
             Restore errno after having read $^E (like for $!)
             to preserve errno from unfortunate side-effects.
     Branch: maint-5.8/perl
	  !> mg.c
____________________________________________________________________________
[ 21738] By: nicholas                              on 2003/11/16  21:49:45
        Log: Integrate:
             [ 21737]
             Ooops. left an XXX comment in, and worse still it's a // comment
     Branch: maint-5.8/perl
	  !> hv.c
____________________________________________________________________________
[ 21736] By: nicholas                              on 2003/11/16  21:27:24
        Log: Integrate:
             [ 21734]
             Accessing unicode keys in tie hashes via hv_exists was broken.
             (pp_exists uses hv_exists_ent, which isn't broken)
             I expect an equivalent bug in hv_delete
             
             [ 21735]
             utf8 keys now work for tied hashes via hv_fetch, hv_store, hv_delete
             (pp functions use the _ent variants, and as the implementation is
             duplicated, these bugs aren't tested, and aren't noticed)
     Branch: maint-5.8/perl
	  +> ext/XS/APItest/t/hash.t
	  !> MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
	  !> ext/XS/APItest/MANIFEST hv.c
____________________________________________________________________________
[ 21731] By: nicholas                              on 2003/11/15  22:25:53
        Log: Integrate:
             [ 21712]
             Enable hints to create call-back units that can act when
             a specific variable is *not* set (like -Uuselargefiles)
             
             [ 21713]
             Simplified the reading
     Branch: maint-5.8/perl
	  !> Configure hints/README.hints hints/solaris_2.sh
____________________________________________________________________________
[ 21730] By: nicholas                              on 2003/11/15  14:42:58
        Log: Integrate:
             [ 21728]
             Update perlhist with 5.6.2.
     Branch: maint-5.8/perl
	  !> pod/perlhist.pod
____________________________________________________________________________
[ 21721] By: nicholas                              on 2003/11/13  21:25:56
        Log: Integrate:
             [ 21673]
             Subject: [PATCH] Be sure to use -fPIC not -fpic on Linux/SPARC
             From: Andy Dougherty <doughera@lafayette.edu>
             Date: Wed, 5 Nov 2003 17:19:03 -0500 (EST)
             Message-ID: <Pine.SOL.4.53.0311051715140.24878@maxwell.phys.lafayette.edu>
     Branch: maint-5.8/perl
	  !> hints/linux.sh
____________________________________________________________________________
[ 21720] By: nicholas                              on 2003/11/13  21:07:58
        Log: Integrate:
             [ 21677]
             Subject: [PATCH 5.8.2 @21574] OS/2 docu
             From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
             Date: Thu, 6 Nov 2003 23:26:18 -0800
             Message-ID: <20031107072618.GA4370@math.berkeley.edu>
             
             [ 21687]
             Subject: [PATCH 5.6.2-RC1 pod/perlhist.pod]  Updated.
             From: Abigail <abigail@abigail.nl>
             Date: Sat, 8 Nov 2003 18:51:30 +0100
             Message-Id: <20031108175130.GA22273@abigail.nl>
             
             [ 21691]
             Update the list of pumpkings in perlhist.pod.
     Branch: maint-5.8/perl
	  !> os2/Changes pod/perlhist.pod
____________________________________________________________________________
[ 21719] By: nicholas                              on 2003/11/13  20:59:26
        Log: Integrate:
             [ 21718]
             Subject: Re: Empty subroutine as object method segfaults in 5.8.2 (sometimes)
             From: Enache Adrian <enache@rdslink.ro>
             Date: Tue, 11 Nov 2003 15:25:29 +0200
             Message-ID: <20031111132529.GB1271@ratsnest.hole>
     Branch: maint-5.8/perl
	   ! op.c
____________________________________________________________________________
[ 21717] By: nicholas                              on 2003/11/13  20:29:04
        Log: Integrate:
             [ 21674]
             Subject: [PATCH blead] Re: [perl #24248] taint propagation regression,
             tests fail to spot this
             From: Rick Delaney <rick@bort.ca>
             Date: Wed, 5 Nov 2003 23:02:41 -0500
             Message-Id: <20031105230241.D13585@biff.bort.ca>
             
             [ 21676]
             bugid #24407: numeric key for shared hash got stringified using
             wrong interpreter, and thus got malloced into the wrong thread
             memory pool 
             
             [ 21694]
             Subject: [PATCH 5.8.2 @21574] sprintf() painfully slow
             From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
             Date: Mon, 3 Nov 2003 20:27:39 -0800
             Message-ID: <20031104042739.GA1697@math.berkeley.edu>
             
             Subject: Re: [PATCH 5.8.2 @21574] sprintf() painfully slow
             From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
             Date: Mon, 3 Nov 2003 20:57:48 -0800
             Message-ID: <20031104045748.GA1826@math.berkeley.edu>
             
             [ 21714]
             Fix bug [perl #24380] : assigning to a hash in list
             or scalar context yielded a wrong value if the list
             contained duplicated keys for the hash. This is fixed
             by counting the number of duplicate keys and trimming
             the stack by the corresponding number of items.
     Branch: maint-5.8/perl
	   ! t/op/taint.t
	  !> ext/threads/shared/shared.xs ext/threads/shared/t/hv_simple.t
	  !> pp_ctl.c pp_hot.c sv.c t/op/hashassign.t
____________________________________________________________________________
[ 21715] By: nicholas                              on 2003/11/13  19:57:33
        Log: Integrate:
             [ 21662]
             Subject: Re: 'make minitest' fails for op/cproto and op/pat
             From: Michael G Schwern <schwern@pobox.com>
             Date: Wed, 5 Nov 2003 06:26:36 -0800
             Message-Id: <20031105142635.GA22761@localhost.comcast.net>
             
             [ 21671]
             Subject: Re: [perl #24398] Benchmark.pm cmpthese segfault
             From: Stas Bekman <stas@stason.org>
             Date: Wed, 05 Nov 2003 00:50:25 -0800
             Message-ID: <3FA8B9D1.2020806@stason.org>
             
             [ 21672]
             Subject: [patch t/op/hash.t] extending the hash attack test
             From: Stas Bekman <stas@stason.org>
             Date: Tue, 04 Nov 2003 14:33:09 -0800
             Message-ID: <3FA82925.7020703@stason.org>
     Branch: maint-5.8/perl
	  !> lib/Benchmark.pm t/op/cproto.t t/op/hash.t
____________________________________________________________________________
[ 21704] By: nicholas                              on 2003/11/11  20:48:54
        Log: Integrate:
             [ 21693]
             Subject: [PATCH-5.8.2 for WinCE] must copy changes from win32/makeifle.mk to wince/makefile.ce
             From: Vadim Konovalov <konovalo@mail.wplus.net>
             Date: Sun, 9 Nov 2003 13:31:59 +0300
             Message-ID: <93187393948.20031109133159@mail.wplus.net>
     Branch: maint-5.8/perl
	  !> wince/Makefile.ce
____________________________________________________________________________
[ 21703] By: nicholas                              on 2003/11/11  20:21:13
        Log: Update changes
     Branch: maint-5.8/perl
	   ! Changes Changes5.8.2
____________________________________________________________________________
[ 21701] By: nicholas                              on 2003/11/11  20:08:50
        Log: Remove carriage returns (which had slipped in)
     Branch: maint-5.8/perl
	   ! win32/Makefile win32/makefile.mk wince/compile-all.bat
	   ! wince/registry.bat
____________________________________________________________________________
[ 21700] By: nicholas                              on 2003/11/11  19:28:07
        Log: perldelta changeover
     Branch: maint-5.8/perl
	   ! pod/perldelta.pod
____________________________________________________________________________
[ 21699] By: nicholas                              on 2003/11/11  19:21:20
        Log: Disarm the maint branch
     Branch: maint-5.8/perl
	  +> Changes5.8.2 pod/perl582delta.pod
	   ! Changes MANIFEST patchlevel.h