source: trunk/essentials/dev-lang/perl/Changes5.8.2@ 3609

Last change on this file since 3609 was 3181, checked in by bird, 19 years ago

perl 5.8.8

File size: 60.4 KB
Line 
1Please note: This file provides a complete, temporally ordered log of
2changes that went into every version of Perl. If you'd like more
3detailed information, please consult the comments in the individual
4patches posted to the perl5-porters mailing list. Patches for each
5individual change may also be obtained through ftp and rsync--see
6pod/perlhack.pod for the details.
7
8For information on what's new in this release, see pod/perldelta.pod.
9
10[The "CAST AND CREW" list has been moved to AUTHORS.]
11
12NOTE: Each change entry shows the change number; who checked it into the
13repository; when; description of the change; which branch the change
14happened in; and the affected files. The file lists have a short symbolic
15indicator:
16
17 ! modified
18 + added
19 - deleted
20 +> branched (from elsewhere)
21 !> merged changes (from elsewhere)
22
23The Message-Ids in the change entries refer to the email messages sent
24to the perl5-porters mailing list. You can retrieve the messages for
25example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/
26
27--------------
28Version v5.8.2 Maintenance release working toward v5.8.2
29--------------
30____________________________________________________________________________
31____________________________________________________________________________
32[ 21670] By: nicholas on 2003/11/05 19:58:51
33 Log: Break a leg.
34 Branch: maint-5.8/perl
35 ! patchlevel.h
36____________________________________________________________________________
37[ 21669] By: nicholas on 2003/11/05 19:28:41
38 Log: Update changes
39 Branch: maint-5.8/perl
40 ! Changes patchlevel.h
41____________________________________________________________________________
42[ 21668] By: nicholas on 2003/11/05 19:26:49
43 Log: Integrate:
44 [ 21667]
45 From: Craig Berry <[email protected]>
46 Subject: Opcode.xs/RC2 compile nit on VMS
47 Date: Wed, 05 Nov 2003 12:16:34 -0600
48 Message-ID: <[email protected]>
49 Branch: maint-5.8/perl
50 !> ext/Opcode/Opcode.xs
51____________________________________________________________________________
52[ 21666] By: nicholas on 2003/11/05 19:01:16
53 Log: Note planned release date.
54 Branch: maint-5.8/perl
55 ! pod/perlhist.pod
56____________________________________________________________________________
57[ 21665] By: nicholas on 2003/11/05 19:00:29
58 Log: Integrate:
59 [ 21661]
60 Subject: [PATCH pod/perlhist.pod] Mention 5.8.2-RC2
61 From: Abigail <[email protected]>
62 Date: Tue, 4 Nov 2003 10:40:57 +0100
63 Message-Id: <[email protected]>
64 Branch: maint-5.8/perl
65 !> pod/perlhist.pod
66____________________________________________________________________________
67[ 21659] By: nicholas on 2003/11/05 08:18:49
68 Log: Integrate:
69 [ 21656]
70 Subject: Re: [[email protected]: your CPAN page on EBCDIC]
71 From: [email protected]
72 Date: Tue, 4 Nov 2003 10:00:07 -0500
73 Message-ID: <OF9A22A404.A32A5C26-ON85256DD4.00522E92-85256DD4.005268A4@factset.com>
74 Branch: maint-5.8/perl
75 !> pod/perlebcdic.pod
76____________________________________________________________________________
77[ 21658] By: nicholas on 2003/11/05 08:12:08
78 Log: Subject: [PATCH 5.8.2] reentr.pl is not defining _srandom_struct
79 From: Jan Dubois <[email protected]>
80 Date: Tue, 04 Nov 2003 17:16:00 -0800
81 Message-ID: <[email protected]>
82 Branch: maint-5.8/perl
83 ! reentr.h reentr.pl
84____________________________________________________________________________
85[ 21654] By: nicholas on 2003/11/04 22:10:35
86 Log: Subject: Re: [PATCH 5.8.1] make reentr.[ch] compatible with 5.8.0 again
87 From: Jan Dubois <[email protected]>
88 Date: Mon, 03 Nov 2003 00:58:21 -0800
89 Message-ID: <[email protected]>
90 Branch: maint-5.8/perl
91 ! reentr.inc reentr.pl
92____________________________________________________________________________
93[ 21653] By: nicholas on 2003/11/04 21:54:48
94 Log: Integrate:
95 [ 21651]
96 Subject: Re: [PATCH 5.8.2 @21574] OS/2 build
97 From: Ilya Zakharevich <[email protected]>
98 Date: Mon, 3 Nov 2003 20:20:44 -0800
99 Message-ID: <[email protected]>
100 Branch: maint-5.8/perl
101 !> os2/Makefile.SHs
102____________________________________________________________________________
103[ 21649] By: nicholas on 2003/11/03 20:43:47
104 Log: Integrate:
105 [ 21646]
106 Subject: Cwd.xs: off-by-one buffer overflow in realpath()
107 From: Casey West <[email protected]>
108 Date: Mon, 3 Nov 2003 10:11:43 -0500
109 Message-ID: <[email protected]>
110 Branch: maint-5.8/perl
111 !> ext/Cwd/Cwd.xs
112____________________________________________________________________________
113[ 21648] By: nicholas on 2003/11/03 20:26:54
114 Log: Disarm RC2
115 Branch: maint-5.8/perl
116 ! patchlevel.h
117____________________________________________________________________________
118[ 21643] By: nicholas on 2003/11/03 07:18:47
119 Log: I bet yes
120 Branch: maint-5.8/perl
121 ! patchlevel.h
122____________________________________________________________________________
123[ 21642] By: nicholas on 2003/11/03 07:18:04
124 Log: space should be tab for lib/I18N/LangTags/t/02decency.t
125 Branch: maint-5.8/perl
126 ! MANIFEST
127____________________________________________________________________________
128[ 21641] By: nicholas on 2003/11/03 07:13:20
129 Log: Update changes
130 Branch: maint-5.8/perl
131 ! Changes patchlevel.h
132____________________________________________________________________________
133[ 21640] By: nicholas on 2003/11/03 07:11:34
134 Log: Integrate:
135 [ 21638]
136 s/new_hash/rehash/g (Stas suggested a better name)
137
138 [ 21639]
139 Stas would prefer not to have MOD_PERL defines in perl.
140 Branch: maint-5.8/perl
141 ! embedvar.h
142 !> hv.c hv.h intrpvar.h lib/Hash/Util.pm perl.c perlapi.h sv.c
143 !> universal.c util.c
144____________________________________________________________________________
145[ 21637] By: nicholas on 2003/11/02 23:07:41
146 Log: Update our sample config with one generated for 5.8.2
147 Branch: maint-5.8/perl
148 ! Porting/config.sh Porting/config_H
149____________________________________________________________________________
150[ 21636] By: nicholas on 2003/11/02 22:47:37
151 Log: Update changes
152 Branch: maint-5.8/perl
153 ! Changes patchlevel.h
154____________________________________________________________________________
155[ 21635] By: nicholas on 2003/11/02 22:45:22
156 Log: Integrate:
157 [ 21634]
158 Provide Internals::new_hash_seed to return PL_new_hash_seed, and
159 make Hash::Util::hash_seed use this.
160 Branch: maint-5.8/perl
161 !> lib/Hash/Util.pm universal.c
162____________________________________________________________________________
163[ 21633] By: nicholas on 2003/11/02 22:22:34
164 Log: Integrate:
165 [ 21588]
166 Subject: [PATCH] Devel::PPPort and scan_bin
167 From: "Marcus Holland-Moritz" <[email protected]>
168 Date: Wed, 29 Oct 2003 22:53:43 +0100
169 Message-ID: <037201c39e67$1faa9940$0c2f1fac@R2D2>
170 Branch: maint-5.8/perl
171 !> ext/Devel/PPPort/PPPort.pm
172____________________________________________________________________________
173[ 21632] By: nicholas on 2003/11/02 21:56:48
174 Log: Integrate:
175 [ 21587]
176 Subject: [PATCH] change p4d2p to deal with new style diff2 output
177 From: Jan Dubois <[email protected]>
178 Date: Thu, 30 Oct 2003 18:43:08 -0800
179 Message-ID: <[email protected]>
180 Branch: maint-5.8/perl
181 !> Porting/p4d2p
182____________________________________________________________________________
183[ 21631] By: nicholas on 2003/11/02 21:55:32
184 Log: Integrate:
185 [ 21614]
186 Subject: Re: [PATCH bleadperl] (was Re: Is this brokenness in $< $( $> & $) ?)
187 From: Rick Delaney <[email protected]>
188 Date: Mon, 27 Oct 2003 16:24:16 -0500
189 Message-ID: <[email protected]>
190 Branch: maint-5.8/perl
191 !> pp_hot.c
192____________________________________________________________________________
193[ 21630] By: nicholas on 2003/11/02 21:28:01
194 Log:
195 Fix for [perl #24347] segfault with Safe
196 The empty %INC created for safe compartements was freed
197 too early.
198 Branch: maint-5.8/perl
199 !> ext/Opcode/Opcode.xs
200____________________________________________________________________________
201[ 21629] By: nicholas on 2003/11/02 21:13:40
202 Log: Integrate:
203 [ 21599]
204 whoops, typo
205
206 [ 21616]
207 Subject: DOCPATCH: does STORE need to return anything and if so what?
208 From: david nicol <[email protected]>
209 Date: 26 Oct 2003 22:34:04 -0600
210 Message-Id: <[email protected]>
211
212 [ 21625]
213 Mention perl 5.8.2-RC1 in perlhist, as spotted by Abigail.
214
215 [ 21627]
216 Subject: [PATCH pod/perlguts.pod] update embed.pl description
217 From: "Marcus Holland-Moritz" <[email protected]>
218 Date: Sun, 2 Nov 2003 22:24:28 +0100
219 Message-ID: <007b01c3a187$b34c6110$0c2f1fac@R2D2>
220 Branch: maint-5.8/perl
221 !> ext/threads/shared/shared.xs pod/perlguts.pod pod/perlhist.pod
222 !> pod/perltie.pod
223____________________________________________________________________________
224[ 21626] By: nicholas on 2003/11/02 20:27:25
225 Log: Integrate:
226 [ 21615]
227 Subject: [PATCH] DB_File 1.807
228 From: "Paul Marquess" <[email protected]>
229 Date: Sat, 1 Nov 2003 13:50:12 -0000
230 Message-ID: <[email protected]>
231 Branch: maint-5.8/perl
232 !> ext/DB_File/Changes ext/DB_File/DB_File.pm
233 !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo
234 !> ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t
235____________________________________________________________________________
236[ 21624] By: nicholas on 2003/11/02 20:16:07
237 Log: Tweaks (from Jan Dubois, Petras Kudaras and Slaven Rezic)
238 Branch: maint-5.8/perl
239 ! pod/perldelta.pod
240____________________________________________________________________________
241[ 21623] By: nicholas on 2003/11/02 19:52:04
242 Log: Integrate:
243 [ 21617]
244 Portability nit for MinGW 3.
245
246 Subject: MinGW-3.1.0-1 _CRTIMP definition preempting win32.h's
247 From: Greg Matheson <[email protected]>
248 Date: Thu, 30 Oct 2003 14:11:58 +0800
249 Message-ID: <20031030141158.A11772@ms>
250 (actual patch by Abe Timmerman)
251
252 [ 21619]
253 Quoted-printable is evil.
254 Branch: maint-5.8/perl
255 !> win32/win32.h
256____________________________________________________________________________
257[ 21622] By: nicholas on 2003/11/02 18:50:41
258 Log: Integrate:
259 [ 21620]
260 Subject: [PATCH 5.8.2 @21574] OS/2 build
261 From: Ilya Zakharevich <[email protected]>
262 Date: Wed, 29 Oct 2003 14:00:18 -0800
263 Message-ID: <[email protected]>
264 Branch: maint-5.8/perl
265 !> ext/DynaLoader/DynaLoader_pm.PL makedef.pl os2/Makefile.SHs
266 !> os2/OS2/REXX/REXX.xs os2/os2.c os2/os2_base.t os2/os2ish.h
267 !> os2/perl2cmd.pl perlio.c
268____________________________________________________________________________
269[ 21621] By: nicholas on 2003/11/02 18:29:05
270 Log: Integrate:
271 [ 21618]
272 Stas spotted a missed s//new_/ for the hash seed renaming games
273 Branch: maint-5.8/perl
274 !> perl.c
275____________________________________________________________________________
276[ 21613] By: nicholas on 2003/11/01 16:52:03
277 Log: @INC caching of failures was backed out
278 Branch: maint-5.8/perl
279 ! pod/perldelta.pod
280____________________________________________________________________________
281[ 21612] By: nicholas on 2003/11/01 16:32:46
282 Log: Integrate:
283 [ 21611]
284 D'oh! t/op/hash.t wasn't in the MANIFEST. Rafael spotted this
285 Branch: maint-5.8/perl
286 !> MANIFEST
287____________________________________________________________________________
288[ 21610] By: nicholas on 2003/11/01 16:30:14
289 Log: Integrate:
290 [ 21589]
291 Subject: [5.8.x segfault + patch] chicken&egg segfault in -Dm -Mthreads
292 From: Stas Bekman <[email protected]>
293 Date: Wed, 29 Oct 2003 15:15:15 -0800
294 Message-ID: <[email protected]>
295 (enclosed in a #ifdef DEBUGGING)
296 Branch: maint-5.8/perl
297 !> sv.c
298____________________________________________________________________________
299[ 21609] By: nicholas on 2003/11/01 16:14:51
300 Log: Integrate:
301 [ 21595]
302 Prevent the installation of makefiles that can be found
303 under lib/.
304 Branch: maint-5.8/perl
305 !> installperl
306____________________________________________________________________________
307[ 21608] By: nicholas on 2003/11/01 15:35:16
308 Log: Integrate:
309 [ 21607]
310 mod_perl2 will require access to the Plan C hashing function.
311 Branch: maint-5.8/perl
312 !> hv.h
313____________________________________________________________________________
314[ 21606] By: nicholas on 2003/11/01 14:58:31
315 Log: Integrate:
316 [ 21591]
317 Subject: [PATCH] Off-by-one error in regcomp.c
318 From: Slaven Rezic <[email protected]>
319 Date: Fri, 31 Oct 2003 12:16:11 +0000
320 Message-Id: <[email protected]>
321
322 [ 21593]
323 Test nit ; goes with change 21591
324 Branch: maint-5.8/perl
325 !> regcomp.c t/lib/warnings/regcomp t/op/regmesg.t
326____________________________________________________________________________
327[ 21605] By: nicholas on 2003/11/01 14:38:22
328 Log: Integrate:
329 [ 21604]
330 Add Internals::HvREHASH to expose the rehashing flag
331 t/op/hash.t tests that pathological data triggers rehashing
332 Branch: maint-5.8/perl
333 +> t/op/hash.t
334 !> universal.c
335____________________________________________________________________________
336[ 21603] By: nicholas on 2003/11/01 13:03:55
337 Log: Integrate:
338 [ 21598]
339 [perl #24368] seg faults when deleting keys of shared hash refs
340 Ensure that the shared_sv get magic of the element being deleted
341 is called. Also, avoid posible memory leaks by wrapping all shared
342 context sections with ENTER/SAVETMPS
343 Branch: maint-5.8/perl
344 !> ext/threads/shared/shared.xs
345____________________________________________________________________________
346[ 21602] By: nicholas on 2003/11/01 12:45:20
347 Log: Forgot to manually merge in the diffs rejected from 21601
348 due to LF/CRLF differences.
349 Branch: maint-5.8/perl
350 ! win32/Makefile win32/makefile.mk
351____________________________________________________________________________
352[ 21601] By: nicholas on 2003/11/01 12:34:09
353 Log: Subject: [PATCH 5.8.1] make reentr.[ch] compatible with 5.8.0 again
354 From: Jan Dubois <[email protected]>
355 Date: Thu, 30 Oct 2003 16:58:05 -0800
356 Message-ID: <[email protected]>
357 Branch: maint-5.8/perl
358 + reentr.inc
359 ! MANIFEST installperl perl.h reentr.c reentr.h reentr.pl
360 ! win32/Makefile win32/makefile.mk
361____________________________________________________________________________
362[ 21600] By: nicholas on 2003/11/01 11:00:46
363 Log: Integrate:
364 [ 21590]
365 Subject: [patch pod/perlfunc.pod] separate two unrelated notes in require
366 From: Stas Bekman <[email protected]>
367 Date: Wed, 29 Oct 2003 16:47:24 -0800
368 Message-ID: <[email protected]>
369
370 [ 21592]
371 Subject: [PATCH] Document PERL_DL_NONLAZY
372 From: Gisle Aas <[email protected]>
373 Date: 31 Oct 2003 03:13:03 -0800
374 Message-ID: <[email protected]>
375
376 [ 21596]
377 Subject: Re: [perl #24367] [PATCH] configure flag -Dextras="HTML::Parser" doesn't seem to do anything
378 From: Andy Dougherty <[email protected]>
379 Date: Fri, 31 Oct 2003 15:32:35 -0500 (EST)
380 Message-ID: <[email protected]>
381 (plus POD link fixes)
382 Branch: maint-5.8/perl
383 !> INSTALL pod/perlfunc.pod pod/perlrun.pod
384____________________________________________________________________________
385[ 21597] By: nicholas on 2003/10/31 21:03:47
386 Log: Back out 21449 (MakeMaker SIGN)
387 Schwern will integrate and make a CPAN release first
388 Branch: maint-5.8/perl
389 ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
390 ! lib/ExtUtils/MakeMaker.pm pod/perldelta.pod
391____________________________________________________________________________
392[ 21594] By: nicholas on 2003/10/31 20:28:11
393 Log: Integrate (as TODO test):
394 [ 21565]
395 Subject: [PATCH t/comp/proto.t] Test (5.9.x)
396 From: Abigail <[email protected]>
397 Date: Mon, 27 Oct 2003 14:50:24 +0100
398 Message-ID: <[email protected]>
399 Branch: maint-5.8/perl
400 ! t/comp/proto.t
401____________________________________________________________________________
402[ 21585] By: nicholas on 2003/10/30 22:54:30
403 Log: Integrate:
404 [ 21583]
405 Rewrite to correctly use test.pl
406
407 Date: Thu, 30 Oct 2003 15:51:03 -0800
408 From: Michael G Schwern <[email protected]>
409 Subject: Re: Fix for the orange lion bug - aka empty sub bug
410 Message-ID: <[email protected]>
411 Branch: maint-5.8/perl
412 !> t/op/sub.t
413____________________________________________________________________________
414[ 21584] By: nicholas on 2003/10/30 22:40:29
415 Log: Integrate:
416 [ 21582]
417 Date: Thu, 30 Oct 2003 22:01:35 +0000
418 Subject: Fix for the orange lion bug - aka empty sub bug
419 From: Arthur Bergman <[email protected]>
420 Message-Id: <[email protected]>
421 Branch: maint-5.8/perl
422 +> t/op/sub.t
423 !> MANIFEST op.c
424____________________________________________________________________________
425[ 21581] By: nicholas on 2003/10/30 20:16:52
426 Log: Integrate:
427 [ 21580]
428 14 is the chain length for attack. From
429
430 Message-ID: <[email protected]>
431 Subject: Re: 5.8.2-RC1 and mp2
432 Date: Thu, 30 Oct 2003 15:41:17 -0500
433 From: Mark Jason Dominus <[email protected]>
434
435 and
436
437 From: Scott A Crosby <[email protected]>
438 Subject: Re: 5.8.2-RC1 and mp2
439 Date: 30 Oct 2003 14:08:06 -0600
440 Message-ID: <[email protected]>
441 Branch: maint-5.8/perl
442 !> hv.c
443____________________________________________________________________________
444[ 21579] By: nicholas on 2003/10/30 19:24:06
445 Log: Revert part of 21497 (integration of 21418:
446 Subject: [PATCH] Fixing UNIVERSAL.pm's bit of unpleasantness)
447 and 21496 (caching of require failures in %INC)
448 Reconsider these for 5.8.3
449 Branch: maint-5.8/perl
450 ! lib/UNIVERSAL.pm pp_ctl.c t/comp/require.t t/op/universal.t
451____________________________________________________________________________
452[ 21578] By: nicholas on 2003/10/29 21:44:55
453 Log: Suggested changes from Chip
454 Branch: maint-5.8/perl
455 ! pod/perldelta.pod
456____________________________________________________________________________
457[ 21577] By: nicholas on 2003/10/29 18:42:35
458 Log: Integrate:
459 [ 21575]
460 Move a fcntl() example in perlfunc at a more proper place,
461 as suggested by :
462 Subject: [perl #24334] ioctl/fcntl doc confusion
463 From: "[email protected] (via RT)" <[email protected]>
464 Date: 28 Oct 2003 13:37:49 -0000
465 Message-ID: <[email protected]>
466 Branch: maint-5.8/perl
467 !> pod/perlfunc.pod
468____________________________________________________________________________
469[ 21576] By: nicholas on 2003/10/29 18:02:31
470 Log: Date: Wed, 29 Oct 2003 07:39:30 +0800
471 From: Autrijus Tang <[email protected]>
472 Subject: Re: 5.8.2 perldelta
473 Message-ID: <[email protected]>
474
475 Date: Tue, 28 Oct 2003 21:35:23 -0800
476 From: Yitzchak Scott-Thoennes <[email protected]>
477 Subject: Re: 5.8.2 perldelta
478 Message-ID: <[email protected]>
479 Branch: maint-5.8/perl
480 ! pod/perldelta.pod
481____________________________________________________________________________
482[ 21574] By: nicholas on 2003/10/28 22:19:10
483 Log: Ronald J Kimball correctly spotted that I forgot the timezone.
484 GMT. What else?
485 Branch: maint-5.8/perl
486 ! pod/perldelta.pod
487____________________________________________________________________________
488[ 21573] By: nicholas on 2003/10/28 21:43:07
489 Log: Improvements from Dave Mitchell, Tom Christiansen and
490 Rafael Garcia-Suarez
491 Branch: maint-5.8/perl
492 ! pod/perldelta.pod
493____________________________________________________________________________
494[ 21572] By: nicholas on 2003/10/28 21:15:11
495 Log: At last! A perldelta
496 Branch: maint-5.8/perl
497 ! pod/perldelta.pod
498____________________________________________________________________________
499[ 21571] By: nicholas on 2003/10/28 19:38:08
500 Log: Integrate:
501 [ 21567]
502 Upgrade to Time::HiRes 1.52.
503 Branch: maint-5.8/perl
504 !> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
505 !> ext/Time/HiRes/Makefile.PL ext/Time/HiRes/t/HiRes.t
506____________________________________________________________________________
507[ 21570] By: nicholas on 2003/10/28 19:37:44
508 Log: Changes was in a mess, with some entries in triplicate.
509 ("This is your receipt for your husband...
510 and this is my receipt for your receipt")
511 Branch: maint-5.8/perl
512 ! Changes
513____________________________________________________________________________
514[ 21569] By: nicholas on 2003/10/28 18:36:05
515 Log: Integrate:
516 [ 21564]
517 Fix more shared threads leaks: add SAVETMPS to the second branch
518 of sharedsv_scalar_store().
519 Branch: maint-5.8/perl
520 !> ext/threads/shared/shared.xs
521____________________________________________________________________________
522[ 21568] By: nicholas on 2003/10/28 18:20:54
523 Log: Drop the "RC1"
524 Branch: maint-5.8/perl
525 ! patchlevel.h
526____________________________________________________________________________
527[ 21562] By: nicholas on 2003/10/27 18:06:15
528 Log: Watch the wheels fall off, the springs fly out and the cogs jam...
529 Branch: maint-5.8/perl
530 ! patchlevel.h
531____________________________________________________________________________
532[ 21561] By: nicholas on 2003/10/27 18:02:11
533 Log: Integrate:
534 [ 21560]
535 Record the escape^Wrelease of 5.9.0
536 Branch: maint-5.8/perl
537 !> pod/perlhist.pod
538____________________________________________________________________________
539[ 21559] By: nicholas on 2003/10/27 17:35:53
540 Log: Update Changes
541 Branch: maint-5.8/perl
542 ! Changes patchlevel.h
543____________________________________________________________________________
544[ 21558] By: nicholas on 2003/10/27 17:29:16
545 Log: Forgot to submit the updated table of contents
546 Branch: maint-5.8/perl
547 ! pod/perltoc.pod
548____________________________________________________________________________
549[ 21557] By: nicholas on 2003/10/27 17:24:06
550 Log: run pod/buildtoc
551 Branch: maint-5.8/perl
552 ! MANIFEST win32/Makefile win32/makefile.mk
553____________________________________________________________________________
554[ 21556] By: nicholas on 2003/10/27 17:16:57
555 Log: Cargo cult change of 5.8.1 to 5.8.2
556 Branch: maint-5.8/perl
557 ! Cross/README NetWare/Makefile Porting/config.sh
558 ! Porting/config_H cygwin/perlld.in epoc/createpkg.pl
559 ! patchlevel.h plan9/config.plan9 vos/build.cm
560 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
561 ! vos/config.ga.h vos/install_perl.cm win32/Makefile
562 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
563 ! win32/config_H.vc64 win32/makefile.mk wince/Makefile.ce
564____________________________________________________________________________
565[ 21555] By: nicholas on 2003/10/27 16:28:54
566 Log: Integrate:
567 [ 21554]
568 Subject: Re: DBD::Sybase and Sybase::CTlib build problems w/ 5.8.1, Solaris, gcc
569 From: Alan Burlison <[email protected]>
570 Date: Tue, 21 Oct 2003 15:00:58 +0100
571 Message-ID: <[email protected]>
572 Branch: maint-5.8/perl
573 !> hints/solaris_2.sh
574____________________________________________________________________________
575[ 21553] By: nicholas on 2003/10/27 14:09:05
576 Log: Update Changes
577 Branch: maint-5.8/perl
578 ! Changes patchlevel.h
579____________________________________________________________________________
580[ 21552] By: nicholas on 2003/10/27 14:07:08
581 Log: Changes file was in the wrong order (as noticed by Chip)
582 Branch: maint-5.8/perl
583 ! Changes
584____________________________________________________________________________
585[ 21551] By: nicholas on 2003/10/27 14:05:44
586 Log: Integrate:
587 [ 21549]
588 Sync with Unicode::Collate 0.30
589
590 [ 21550]
591 Sync with Unicode::Normalize 0.25
592 Branch: maint-5.8/perl
593 +> ext/Unicode/Normalize/t/fcdc.t ext/Unicode/Normalize/t/form.t
594 +> ext/Unicode/Normalize/t/proto.t
595 +> ext/Unicode/Normalize/t/split.t
596 +> lib/Unicode/Collate/t/hangtype.t
597 +> lib/Unicode/Collate/t/normal.t lib/Unicode/Collate/t/trailwt.t
598 +> lib/Unicode/Collate/t/variable.t
599 +> lib/Unicode/Collate/t/version.t
600 !> MANIFEST ext/Unicode/Normalize/Changes
601 !> ext/Unicode/Normalize/Makefile.PL
602 !> ext/Unicode/Normalize/Normalize.pm
603 !> ext/Unicode/Normalize/Normalize.xs
604 !> ext/Unicode/Normalize/README lib/Unicode/Collate.pm
605 !> lib/Unicode/Collate/Changes lib/Unicode/Collate/README
606 !> lib/Unicode/Collate/t/contract.t
607 !> lib/Unicode/Collate/t/hangul.t lib/Unicode/Collate/t/index.t
608 !> lib/Unicode/Collate/t/test.t
609____________________________________________________________________________
610[ 21547] By: nicholas on 2003/10/27 10:04:34
611 Log: Integrate:
612 [ 21544]
613 don't complain of podless .pm files that have a separate .pod file
614 Branch: maint-5.8/perl
615 !> pod/buildtoc
616____________________________________________________________________________
617[ 21541] By: nicholas on 2003/10/26 20:51:55
618 Log: Integrate:
619 [ 21535]
620 Return 21533 (with modifications) having found the problem
621
622 (where 21533 is
623 Plan C rough edge smoothing. Criteria for a hash split is now
624 the earlier of "more keys than buckets" (the old test) or
625 linked list too long. Rehash is triggered after a split if the
626 longest linked list is too long.)
627 Branch: maint-5.8/perl
628 ! hv.c
629 !> hv.h
630____________________________________________________________________________
631[ 21537] By: nicholas on 2003/10/25 23:05:21
632 Log: Integrate:
633 [ 21536]
634 show the rehash flags in dumps
635 Branch: maint-5.8/perl
636 !> dump.c
637____________________________________________________________________________
638[ 21531] By: nicholas on 2003/10/24 19:15:02
639 Log: Integrate:
640 [ 21530]
641
642 (The typo corrrection in blead)
643 Branch: maint-5.8/perl
644 !> ext/threads/shared/shared.xs
645____________________________________________________________________________
646[ 21529] By: nicholas on 2003/10/23 19:39:41
647 Log: Integrate:
648 [ 21526]
649 From: Jan Dubois <[email protected]>
650 Subject: [PATCH] Update Pod::Perldoc from 3.10 to 3.11
651 Date: Wed, 22 Oct 2003 20:17:07 -0700
652 Message-ID: <[email protected]>
653
654 From: Jan Dubois <[email protected]>
655 Subject: [PATCH] Update I18N::LangTags from 0.28 to 0.29
656 Date: Wed, 22 Oct 2003 20:26:56 -0700
657 Message-ID: <[email protected]>
658
659 [ 21528]
660 When it says "add", then, like, you have to p4 add it. D'oh!
661 (missed the new file in "Update I18N::LangTags from 0.28 to 0.29")
662 Branch: maint-5.8/perl
663 +> lib/I18N/LangTags/t/02decency.t
664 !> MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
665 !> lib/I18N/LangTags/List.pm lib/I18N/LangTags/README
666 !> lib/Pod/Perldoc.pm lib/Pod/Perldoc/ToMan.pm pod/perldoc.pod
667 !> utils/perldoc.PL
668____________________________________________________________________________
669[ 21525] By: nicholas on 2003/10/23 18:51:56
670 Log: Integrate:
671 [ 21523]
672 Subject: [PATCH] utime documentation
673 From: Gisle Aas <[email protected]>
674 Date: 23 Oct 2003 05:33:43 -0700
675 Message-Id: <[email protected]>
676 Branch: maint-5.8/perl
677 !> pod/perlfunc.pod
678____________________________________________________________________________
679[ 21524] By: nicholas on 2003/10/23 18:38:02
680 Log: Integrate:
681 [ 21522]
682 Subject: [PATCH] dup2() not going through PerlLIO abstraction layer
683 From: Jan Dubois <[email protected]>
684 Date: Wed, 22 Oct 2003 20:33:54 -0700
685 Message-Id: <[email protected]>
686 Branch: maint-5.8/perl
687 !> doio.c
688____________________________________________________________________________
689[ 21521] By: nicholas on 2003/10/22 20:30:05
690 Log: Integrate:
691 [ 21520]
692 patch created by Casey West from:
693
694 Subject: CPAN module problems
695 From: Edward Moy <[email protected]>
696 Date: Fri, 10 Oct 2003 17:42:06 -0700
697 Message-Id: <[email protected]>
698
699 (change ld value in hints file)
700 Branch: maint-5.8/perl
701 !> hints/darwin.sh
702____________________________________________________________________________
703[ 21519] By: nicholas on 2003/10/22 19:11:43
704 Log: Integrate:
705 [ 21514]
706 Subject: [PATCH @20458] embedding perl
707 From: Radu Greab <[email protected]>
708 Date: Tue, 05 Aug 2003 20:57:15 +0300 (EEST)
709 Message-Id: <[email protected]>
710 Branch: maint-5.8/perl
711 ! perl.c
712 !> hv.c intrpvar.h pod/perlembed.pod pod/perlintern.pod sv.c
713____________________________________________________________________________
714[ 21518] By: nicholas on 2003/10/22 18:32:17
715 Log: Integrate:
716 [ 21515]
717 Add a test.taintwarn makefile target,
718 to run the whole test suite with the -t switch.
719 Branch: maint-5.8/perl
720 !> Makefile.SH pod/perlhack.pod t/TEST
721____________________________________________________________________________
722[ 21517] By: nicholas on 2003/10/22 17:53:48
723 Log: Integrate:
724 [ 21513]
725 Fix doc bug #23890, as suggested by Himanshu Garg :
726 in perltoot, $him->fullname should be $him->fullname->as_string
727 when passed to printf.
728
729 [ 21516]
730 Small email update in AUTHORS.
731 Branch: maint-5.8/perl
732 !> AUTHORS pod/perltoot.pod
733____________________________________________________________________________
734[ 21512] By: nicholas on 2003/10/21 18:58:30
735 Log: Integrate:
736 [ 21372]
737 Sync with libnet 1.17
738 Branch: maint-5.8/perl
739 !> lib/Net/ChangeLog.libnet lib/Net/Domain.pm lib/Net/FTP.pm
740____________________________________________________________________________
741[ 21511] By: nicholas on 2003/10/21 18:31:19
742 Log:
743 Two OS/2 portability patches from Ilya.
744
745 Subject: [PATCH 5.8.1 @21211] sockets broken on OS/2
746 From: Ilya Zakharevich <[email protected]>
747 Date: Thu, 25 Sep 2003 12:09:11 -0700
748 Message-ID: <[email protected]>
749
750 Subject: Re: [PATCH 5.8.1 @21379] tmpfile() broken on OS/2
751 From: Ilya Zakharevich <[email protected]>
752 Date: Thu, 25 Sep 2003 19:50:45 -0700
753 Message-ID: <[email protected]>
754 Branch: maint-5.8/perl
755 !> doio.c os2/os2ish.h perl.h perlio.c pp_sys.c
756____________________________________________________________________________
757[ 21508] By: nicholas on 2003/10/20 22:06:05
758 Log: Integrate:
759 [ 21506]
760 Subject: [PATCH] add some missing defines to Devel::PPPort
761 From: "Marcus Holland-Moritz" <[email protected]>
762 Date: Mon, 20 Oct 2003 20:14:19 +0200
763 Message-ID: <03a301c39735$fb7cb220$0c2f1fac@R2D2>
764 Branch: maint-5.8/perl
765 !> ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
766____________________________________________________________________________
767[ 21507] By: nicholas on 2003/10/20 20:14:57
768 Log: Integrate:
769 [ 21505]
770 Subject: Re: [perl #24225] [5.8.1] segfault in binmode STDOUT, ':stdio'; print 1
771 From: Slaven Rezic <[email protected]>
772 Date: 19 Oct 2003 17:54:59 +0200
773 Message-ID: <[email protected]>
774 Branch: maint-5.8/perl
775 !> perlio.c
776____________________________________________________________________________
777[ 21504] By: nicholas on 2003/10/20 17:31:11
778 Log: Integrate:
779 [ 21503]
780 Skip the chflags tests in filetest.t on Darwin.
781 Branch: maint-5.8/perl
782 !> lib/filetest.t
783____________________________________________________________________________
784[ 21502] By: nicholas on 2003/10/19 19:49:25
785 Log: Forgot to run regen.pl when I merged Plan C (already fixed in
786 the snapshot)
787 Branch: maint-5.8/perl
788 ! embedvar.h
789____________________________________________________________________________
790[ 21501] By: nicholas on 2003/10/19 19:37:27
791 Log: update MAINT level
792 Branch: maint-5.8/perl
793 ! patchlevel.h
794____________________________________________________________________________
795[ 21500] By: nicholas on 2003/10/19 19:35:55
796 Log: Update Changes (submit by hand) - not sure if they're quite in the
797 tidiest order yet
798 Branch: maint-5.8/perl
799 ! Changes
800____________________________________________________________________________
801[ 21499] By: nicholas on 2003/10/19 19:14:43
802 Log: If you add files you must add them to the MANIFEST
803 Branch: maint-5.8/perl
804 ! MANIFEST
805____________________________________________________________________________
806[ 21498] By: nicholas on 2003/10/19 19:08:39
807 Log: Place the changes for 5.8.1 into their own file; start Changes afresh
808 for 5.8.2. For reference, 5.8.1 release was change 21377
809 Branch: maint-5.8/perl
810 + Changes5.8.1
811 ! Changes
812____________________________________________________________________________
813[ 21497] By: nicholas on 2003/10/19 18:50:07
814 Log: Integrate:
815 [ 21418]
816 Subject: [PATCH] Fixing UNIVERSAL.pm's bit of unpleasantness
817 From: [email protected]
818 Date: Mon, 6 Oct 2003 13:14:36 -0700
819 Message-Id: <[email protected]>
820
821 [ 21449]
822 Subject: [PATCH] SIGN => 1 support for MakeMaker
823 From: Autrijus Tang <[email protected]>
824 Date: Tue, 14 Oct 2003 18:32:28 +0800
825 Message-Id: <1066127547.65845.35.camel@localhost>
826 Branch: maint-5.8/perl
827 !> lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
828 !> lib/ExtUtils/MakeMaker.pm lib/UNIVERSAL.pm t/op/universal.t
829____________________________________________________________________________
830[ 21496] By: nicholas on 2003/10/19 18:31:14
831 Log: Integrate:
832 [ 21415]
833 Subject: [PATCH bleadperl] (was Re: require() does not behave aas documented)
834 From: Rick Delaney <[email protected]>
835 Date: Tue, 23 Sep 2003 12:14:52 -0400
836 Message-ID: <[email protected]>
837
838 [ 21427]
839 Subject: Re: require patch breaks locale
840 From: Rick Delaney <[email protected]>
841 Date: Wed, 8 Oct 2003 22:41:55 -0400
842 Message-Id: <[email protected]>
843 Branch: maint-5.8/perl
844 !> pp_ctl.c t/comp/require.t
845____________________________________________________________________________
846[ 21495] By: nicholas on 2003/10/19 18:13:23
847 Log: Integrate:
848 [ 21407]
849 Subject: [PATCH]Re: The META.yml file in bleadperl
850 From: Fergal Daly <[email protected]>
851 Date: Mon, 6 Oct 2003 00:25:29 +0100
852 Message-Id: <[email protected]>
853
854 Plus regeneration of META.yml
855 Branch: maint-5.8/perl
856 + META.yml
857 !> Porting/makemeta
858____________________________________________________________________________
859[ 21494] By: nicholas on 2003/10/19 17:55:17
860 Log: Integrate:
861 [ 21438]
862 Subject: Re: [perl #24122] setreuid and friends borked on darwin/osx
863 From: Slaven Rezic <[email protected]>
864 Date: 07 Oct 2003 00:04:34 +0200
865 Message-ID: <[email protected]>
866
867 [ 21440]
868 Subject: [perl #24122] setreuid and friends borked on darwin/osx
869 From: "[email protected] (via RT)" <[email protected]>
870 Date: 5 Oct 2003 20:55:56 -0000
871 Message-ID: <[email protected]>
872 Branch: maint-5.8/perl
873 !> hints/darwin.sh mg.c
874____________________________________________________________________________
875[ 21493] By: nicholas on 2003/10/19 17:35:10
876 Log: Integrate:
877 [ 21424]
878 Subject: Re: Simple @INC hook core dump [PATCH]
879 From: Gisle Aas <[email protected]>
880 Date: 08 Oct 2003 04:47:33 -0700
881 Message-ID: <[email protected]>
882
883 [ 21426]
884 Subject: Re: Simple @INC hook core dump [PATCH]
885 From: Gisle Aas <[email protected]>
886 Date: 08 Oct 2003 13:35:28 -0700
887 Message-Id: <[email protected]>
888
889 [ 21452]
890 Fix bug [perl #24212] : improper error recovery in the
891 tokenizer after an unknown filetest operator.
892 Branch: maint-5.8/perl
893 !> pp_ctl.c t/comp/parser.t t/op/inccode.t toke.c
894____________________________________________________________________________
895[ 21492] By: nicholas on 2003/10/19 17:17:40
896 Log: Integrate:
897 [ 21436]
898 Subject: [PATCH] threads::async + some cleanup
899 From: Elizabeth Mattijsen <[email protected]>
900 Date: Fri, 10 Oct 2003 16:37:55 +0200
901 Message-Id: <p05111b07bbac713a0aaf@[192.168.56.2]>
902
903 [ 21470]
904 Ensure PL_comppad/curpad point to PL_main_cv's padlist when
905 PL_main_root is freed; this may not have been be the case if a
906 thread other than the main one is the last to be destroyed
907 Branch: maint-5.8/perl
908 ! ext/threads/threads.pm
909 !> ext/threads/t/thread.t pad.h perl.c
910____________________________________________________________________________
911[ 21491] By: nicholas on 2003/10/19 16:54:46
912 Log: Integrate:
913 [ 21451]
914 Update MIME::Base64 and Digest::MD5 from the CPAN version.
915 Branch: maint-5.8/perl
916 !> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
917 !> ext/Digest/MD5/Makefile.PL ext/Digest/MD5/t/align.t
918 !> ext/Digest/MD5/t/files.t ext/Digest/MD5/t/utf8.t
919 !> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
920 !> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
921 !> ext/MIME/Base64/QuotedPrint.pm ext/MIME/Base64/t/unicode.t
922____________________________________________________________________________
923[ 21490] By: nicholas on 2003/10/19 16:19:58
924 Log: Integrate:
925 [ 21402]
926 Subject: [PATCH] pp_sys.c: pp_waitpid and EINTR
927 From: Steve Grazzini <[email protected]>
928 Date: Sat, 4 Oct 2003 18:15:23 -0400
929 Message-Id: <[email protected]>
930
931 [ 21425]
932 Fix bug #24108: Goto +foo broken
933 the fix having been suggested by xmath via Juerd.
934
935 [ 21428]
936 Subject: [PATCH] Devel::PPPort is missing an aTHX when calling
937 grok_numeric_radix()
938 From: Jan Dubois <[email protected]>
939 Date: Wed, 08 Oct 2003 20:37:42 -0700
940 Message-Id: <[email protected]>
941
942 [ 21429]
943 Patch based on:
944
945 Subject: [perl #24157] -MModule=} is broken
946 From: "Lukas Mai" (via RT) <[email protected]>
947 Date: 7 Oct 2003 21:47:43 -0000
948 Message-Id: <[email protected]>
949
950 (Includes a fix for a similar problem in -A, but not -d.)
951
952 [ 21430]
953 Subject: [PATCH 5.8.1 CORE] Internal fixes to source-code coordinate
954 calculations in regcomp.c
955 From: Eric Promislow <[email protected]>
956 Date: Wed, 8 Oct 2003 17:42:42 -0700
957 Message-Id: <[email protected]>
958
959 [ 21441]
960 Subject: [PATCH] Internals::hash_seed() returns wrong value
961 From: Jan Dubois <[email protected]>
962 Date: Sun, 12 Oct 2003 22:09:39 -0700
963 Message-ID: <[email protected]>
964
965 [ 21445]
966 Subject: [PATCH ext/Devel/PPPort/PPPort.pm] Changes #20819 and #20996 break compatibility with perl 5.6.0
967 From: "Marcus Holland-Moritz" <[email protected]>
968 Date: Tue, 30 Sep 2003 19:23:34 +0200