source: trunk/essentials/dev-lang/perl/Changes5.8.3@ 3397

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

perl 5.8.8

File size: 100.2 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.3 Maintenance release working toward v5.8.3
29--------------
30____________________________________________________________________________
31____________________________________________________________________________
32[ 22151] By: nicholas on 2004/01/14 17:54:36
33 Log: Integrate:
34 [ 22149]
35 Subject: Doc patches for File::Find
36 From: Andy Lester <[email protected]>
37 Date: Mon, 12 Jan 2004 00:10:50 -0600
38 Message-Id: <[email protected]>
39
40 [ 22150]
41 Bump version number as file has changed since 5.8.2
42 Branch: maint-5.8/perl
43 !> lib/File/Find.pm
44____________________________________________________________________________
45[ 22148] By: nicholas on 2004/01/14 16:53:02
46 Log: Update Changes
47 Branch: maint-5.8/perl
48 ! Changes
49____________________________________________________________________________
50[ 22147] By: nicholas on 2004/01/14 16:51:39
51 Log: Update sample config to 5.8.3
52 Branch: maint-5.8/perl
53 ! Porting/config.sh Porting/config_H
54____________________________________________________________________________
55[ 22146] By: nicholas on 2004/01/14 16:32:27
56 Log: Subject: arm patches to rc1
57 From: Redvers Davies <[email protected]>
58 Message-Id: <1073949147.10300.143.camel@ragefire>
59 Date: Mon, 12 Jan 2004 18:12:27 -0500
60 Branch: maint-5.8/perl
61 ! Cross/Makefile Cross/Makefile.SH.patch
62____________________________________________________________________________
63[ 22145] By: nicholas on 2004/01/14 15:14:51
64 Log: All pigs are fed, watered and ready to fly.
65 Branch: maint-5.8/perl
66 ! patchlevel.h
67____________________________________________________________________________
68[ 22144] By: nicholas on 2004/01/14 14:48:32
69 Log: Update Changes
70 Branch: maint-5.8/perl
71 ! Changes patchlevel.h
72____________________________________________________________________________
73[ 22143] By: nicholas on 2004/01/14 14:47:49
74 Log: We're planning on making history today. Mind you, not that much -
75 only 1 line.
76 Branch: maint-5.8/perl
77 ! pod/perlhist.pod
78____________________________________________________________________________
79[ 22142] By: nicholas on 2004/01/14 14:45:07
80 Log: Mention that bug 24846 is fixed (utf8 join)
81 Branch: maint-5.8/perl
82 ! pod/perl583delta.pod
83____________________________________________________________________________
84[ 22141] By: nicholas on 2004/01/14 14:40:59
85 Log: Update changes
86 Branch: maint-5.8/perl
87 ! Changes patchlevel.h
88____________________________________________________________________________
89[ 22140] By: nicholas on 2004/01/14 14:37:50
90 Log: rebuild pod/perltoc.pod
91 Branch: maint-5.8/perl
92 ! pod/perltoc.pod
93____________________________________________________________________________
94[ 22139] By: nicholas on 2004/01/14 14:34:46
95 Log: Note that I failed to integrate the suidperl patch. me--
96 Branch: maint-5.8/perl
97 ! pod/perl583delta.pod
98____________________________________________________________________________
99[ 22138] By: nicholas on 2004/01/14 13:51:23
100 Log: Revert 21936 (which solves leaks with threads and weak references)
101 because it can introduce new SEGVs, and I'd prefer to ship with
102 the same bugs as 5.8.2, rather than different bugs.
103 Same bugs feels like the lesser of two evils.
104 Branch: maint-5.8/perl
105 ! mg.c sv.c
106____________________________________________________________________________
107[ 22137] By: nicholas on 2004/01/14 13:20:47
108 Log: Integrate CGI::Fast and CGI::Util from CGI 3.03
109 (just version number changes)
110 I don't want to integratre CGI.pm 3.03 as it also has functionality
111 changes, and is less than 48 hours old.
112 Branch: maint-5.8/perl
113 !> lib/CGI/Fast.pm lib/CGI/Util.pm
114____________________________________________________________________________
115[ 22135] By: nicholas on 2004/01/14 12:25:57
116 Log: Some more updates
117 Branch: maint-5.8/perl
118 ! pod/perl583delta.pod
119____________________________________________________________________________
120[ 22134] By: nicholas on 2004/01/13 23:07:41
121 Log: Integrate:
122 [ 22133]
123 Add VMS to the list of "don't fork" OSes
124 [In the most simple way possible. Fix this properly post 5.8.3
125 to use $Config{d_fork} or something more robust]
126 Branch: maint-5.8/perl
127 !> ext/threads/shared/t/wait.t
128____________________________________________________________________________
129[ 22132] By: nicholas on 2004/01/13 21:55:59
130 Log: Integrate:
131 [ 21644]
132 Document the fact that keys() and values() are optimized
133 for void context (as suggested by Liz.)
134
135 [ 22108]
136 documentation nit
137
138 [ 22125]
139 Document usage of $_ and pos() inside /(?{...})/.
140 (see change #2367.)
141 Branch: maint-5.8/perl
142 !> pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
143____________________________________________________________________________
144[ 22131] By: nicholas on 2004/01/13 21:16:27
145 Log: Back out 22144.
146 (Craig Berry informs us that the official name is
147 "OpenVMS Industry Standard 64"
148 which may be shortened to "OpenVMS I64"
149 Bah. Marketrdroids)
150 Branch: maint-5.8/perl
151 ! pod/perl583delta.pod
152____________________________________________________________________________
153[ 22127] By: nicholas on 2004/01/13 08:55:10
154 Log: Integrate:
155 [ 22122]
156 Subject: Re: 5.8.3-RC1, ext/threads/shared/t/wait still hanging
157 From: Mike Pomraning <[email protected]>
158 Message-ID: <[email protected]>
159 Date: Mon, 12 Jan 2004 12:41:52 -0600 (CST)
160 Branch: maint-5.8/perl
161 !> ext/threads/shared/t/wait.t
162____________________________________________________________________________
163[ 22118] By: nicholas on 2004/01/12 12:43:13
164 Log: Integrate:
165 [ 22117]
166 Subject: Re: [perl #24846] [PATCH] Apparent utf8 bug in join() in 5.8.[012]
167 From: SADAHIRO Tomoyuki <[email protected]>
168 Date: Mon, 12 Jan 2004 11:19:37 +0900
169 Message-Id: <[email protected]>
170 Branch: maint-5.8/perl
171 !> doop.c t/op/join.t
172____________________________________________________________________________
173[ 22116] By: nicholas on 2004/01/11 23:55:36
174 Log: Integrate:
175 [ 22115]
176 Subject: Re: 5.8.3-RC1, ext/threads/shared/t/wait still hanging
177 From: Mike Pomraning <[email protected]>
178 Message-ID: <[email protected]>
179 Date: Sun, 11 Jan 2004 16:24:18 -0600 (CST)
180 Branch: maint-5.8/perl
181 !> ext/threads/shared/t/wait.t
182____________________________________________________________________________
183[ 22114] By: nicholas on 2004/01/11 23:27:27
184 Log: Typo spotted by Jarkko
185 Branch: maint-5.8/perl
186 ! pod/perl583delta.pod
187____________________________________________________________________________
188[ 22111] By: nicholas on 2004/01/11 19:57:50
189 Log: Subject: Re: [PATCH win32/makefile.mk] (was Re: 5.8.3 RC1)
190 From: Abe Timmerman <[email protected]>
191 Message-Id: <[email protected]>
192 Date: Sun, 11 Jan 2004 18:13:40 +0100
193
194 plus revert 22092 and 22080
195 Branch: maint-5.8/perl
196 ! pod/buildtoc win32/Makefile win32/makefile.mk
197____________________________________________________________________________
198[ 22105] By: nicholas on 2004/01/09 22:10:43
199 Log: Integrate:
200 [ 22104]
201 Bah. Makefile.PL still tests the sub-MANIFEST
202 Branch: maint-5.8/perl
203 !> ext/Storable/MANIFEST
204____________________________________________________________________________
205[ 22099] By: nicholas on 2004/01/08 16:52:35
206 Log: Update META.yml
207 ext/threads and ext/PerlIO now aren't in the list - is this correct?
208 Branch: maint-5.8/perl
209 ! META.yml
210____________________________________________________________________________
211[ 22098] By: nicholas on 2004/01/08 15:24:15
212 Log: Integrate:
213 [ 22096]
214 Subject: [PATCH pod/perlhist.pod] Mention 5.8.3-RC1
215 From: Abigail <[email protected]>
216 Message-ID: <[email protected]>
217 Date: Thu, 8 Jan 2004 00:00:27 +0100
218 Branch: maint-5.8/perl
219 !> pod/perlhist.pod
220____________________________________________________________________________
221[ 22097] By: nicholas on 2004/01/08 14:44:17
222 Log: That was RC1. With some bonus bits
223 Branch: maint-5.8/perl
224 ! patchlevel.h
225____________________________________________________________________________
226[ 22095] By: nicholas on 2004/01/08 13:13:10
227 Log: Remove duplicated entries, spotted by Enache Adrian
228 Branch: maint-5.8/perl
229 ! Changes
230____________________________________________________________________________
231[ 22094] By: nicholas on 2004/01/08 13:09:12
232 Log: Fixes from Petras Kudaras and Gisle Aas, plus document the addition
233 to perldiag.pod
234 Branch: maint-5.8/perl
235 ! pod/perl583delta.pod
236____________________________________________________________________________
237[ 22093] By: nicholas on 2004/01/08 12:46:09
238 Log: Graham says that the search.cpan.org pod finder hashes on name
239 The 4 files all thinking they are perldelta.pod confuses it.
240 Branch: maint-5.8/perl
241 ! pod/perl581delta.pod pod/perl582delta.pod pod/perl58delta.pod
242____________________________________________________________________________
243[ 22092] By: nicholas on 2004/01/08 12:33:11
244 Log: Subject: Re: [PATCH win32/makefile.mk] (was Re: 5.8.3 RC1)
245 From: Abe Timmerman <[email protected]>
246 Message-Id: <[email protected]>
247 Date: Thu, 8 Jan 2004 01:56:01 +0100
248 Branch: maint-5.8/perl
249 ! win32/makefile.mk
250____________________________________________________________________________
251[ 22090] By: nicholas on 2004/01/07 13:30:14
252 Log: Correct timestamp on ext/IO/IO.xs
253 Branch: maint-5.8/perl
254 ! ext/IO/IO.xs
255____________________________________________________________________________
256[ 22089] By: nicholas on 2004/01/07 13:19:41
257 Log: Seems to be an off-by-4-years in Perforce on MacOS. Fix it. Grr.
258 Branch: maint-5.8/perl
259 ! ext/Digest/MD5/hints/MacOS.pl ext/Filter/t/call.t
260 ! ext/POSIX/t/taint.t lib/AutoSplit.t lib/Devel/SelfStubber.pm
261 ! lib/Devel/SelfStubber.t lib/File/DosGlob.t lib/Pod/t/Usage.t
262 ! lib/blib.pm lib/charnames.t lib/diagnostics.t lib/subs.t
263 ! t/comp/cpp.t t/comp/use.t t/io/inplace.t t/io/iprefix.t
264 ! t/lib/compmod.pl t/lib/filter-util.pl t/lib/warnings/mg
265 ! t/op/glob.t t/op/method.t t/op/mkdir.t t/op/read.t
266 ! t/op/recurse.t t/op/srand.t t/op/study.t t/op/subst_wamp.t
267 ! t/pod/testp2pt.pl t/run/exit.t t/run/switchI.t
268 ! t/run/switchPx.t t/run/switchx.t t/x2p/s2p.t utils/splain.PL
269____________________________________________________________________________
270[ 22088] By: nicholas on 2004/01/07 13:10:22
271 Log: Attempt timestamp fixup
272 Branch: maint-5.8/perl
273 ! ext/IO/IO.xs
274____________________________________________________________________________
275[ 22087] By: nicholas on 2004/01/07 12:10:19
276 Log: This is RC1
277 Branch: maint-5.8/perl
278 ! patchlevel.h
279____________________________________________________________________________
280[ 22086] By: nicholas on 2004/01/07 12:09:16
281 Log: Update Changes
282 Branch: maint-5.8/perl
283 ! Changes patchlevel.h
284____________________________________________________________________________
285[ 22085] By: nicholas on 2004/01/07 12:08:00
286 Log: Cargo cult upgrade to 5.8.3
287 Branch: maint-5.8/perl
288 ! NetWare/Makefile cygwin/perlld.in epoc/createpkg.pl
289 ! patchlevel.h plan9/config.plan9 vos/build.cm
290 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
291 ! vos/config.ga.h vos/install_perl.cm win32/Makefile
292 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
293 ! win32/config_H.vc64 win32/makefile.mk wince/Makefile.ce
294____________________________________________________________________________
295[ 22081] By: nicholas on 2004/01/06 14:33:15
296 Log: Move pod/perldelta.pod to pod/perl583delta.pod, and arrange for
297 a copy to be made at build time.
298 Branch: maint-5.8/perl
299 +> pod/perl583delta.pod
300 - pod/perldelta.pod
301 ! MANIFEST Makefile.SH pod.lst pod/buildtoc pod/perltoc.pod
302 ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
303 ! win32/pod.mak
304____________________________________________________________________________
305[ 22080] By: nicholas on 2004/01/06 12:50:45
306 Log: Integrate:
307 [ 22079]
308 Jarkko didn't move the cd ..\pod correctly. Given that it's been
309 like this pre 5.8.1, I suspect that no-one has used it recently.
310 Branch: maint-5.8/perl
311 !> win32/makefile.mk
312____________________________________________________________________________
313[ 22078] By: nicholas on 2004/01/06 12:13:08
314 Log: Subject: [PATCH maintperl] copy reentr.inc to CORE on VMS
315 From: "Craig A. Berry" <[email protected]>
316 Message-ID: <[email protected]>
317 Date: Mon, 05 Jan 2004 23:41:26 -0600
318 Branch: maint-5.8/perl
319 ! vms/descrip_mms.template
320____________________________________________________________________________
321[ 22077] By: nicholas on 2004/01/06 11:23:38
322 Log: http://www.perforce.com/perforce/technotes/note014.html
323 I want a disintegrate command, and right now I know where I want to
324 aim it.
325 (Missing un-adds from reversing back to MM 6.17)
326 Branch: maint-5.8/perl
327 - lib/ExtUtils/t/parse_version.t
328 - t/lib/MakeMaker/Test/Setup/BFD.pm
329 - t/lib/MakeMaker/Test/Setup/Problem.pm
330____________________________________________________________________________
331[ 22073] By: nicholas on 2004/01/05 22:44:03
332 Log: Update pod/perltoc.pod
333 Branch: maint-5.8/perl
334 ! pod/perltoc.pod
335____________________________________________________________________________
336[ 22072] By: nicholas on 2004/01/05 22:39:35
337 Log: Revert to MM 6.17 (same as 5.8.2)
338 Branch: maint-5.8/perl
339 + lib/ExtUtils/t/00setup_dummy.t
340 + lib/ExtUtils/t/zz_cleanup_dummy.t
341 ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
342 ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Install.pm
343 ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/MANIFEST.SKIP
344 ! lib/ExtUtils/META.yml lib/ExtUtils/MM.pm
345 ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Cygwin.pm
346 ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
347 ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
348 ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MakeMaker.pm
349 ! lib/ExtUtils/MakeMaker/Tutorial.pod
350 ! lib/ExtUtils/MakeMaker/bytes.pm
351 ! lib/ExtUtils/MakeMaker/vmsish.pm lib/ExtUtils/Manifest.pm
352 ! lib/ExtUtils/README lib/ExtUtils/TODO lib/ExtUtils/instmodsh
353 ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/INST.t
354 ! lib/ExtUtils/t/INST_PREFIX.t lib/ExtUtils/t/Install.t
355 ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
356 ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
357 ! lib/ExtUtils/t/basic.t lib/ExtUtils/t/postamble.t
358 ! lib/ExtUtils/t/prefixify.t lib/ExtUtils/t/prereq_print.t
359 ! lib/ExtUtils/t/problems.t lib/ExtUtils/t/writemakefile_args.t
360 ! pod/perldelta.pod t/lib/MakeMaker/Test/Setup/Recurs.pm
361____________________________________________________________________________
362[ 22070] By: nicholas on 2004/01/05 21:57:23
363 Log: Resort MANIFEST (the way perltoc likes it)
364 Branch: maint-5.8/perl
365 ! MANIFEST
366____________________________________________________________________________
367[ 22069] By: nicholas on 2004/01/05 21:56:17
368 Log: Integrate:
369 [ 22064]
370 Fix bug with MANIFEST generation when we also regenerate perltoc.pod
371
372 [ 22067]
373 Change the flag logic in buildtoc
374 Branch: maint-5.8/perl
375 !> pod.lst pod/buildtoc
376____________________________________________________________________________
377[ 22059] By: nicholas on 2004/01/05 09:29:29
378 Log: Integrate:
379 [ 22058]
380 Subject: [PATCH] skip num.t #47 on VMS
381 From: "Craig A. Berry" <[email protected]>
382 Date: Sun, 04 Jan 2004 23:16:26 -0600
383 Message-ID: <[email protected]>
384 Branch: maint-5.8/perl
385 !> t/base/num.t
386____________________________________________________________________________
387[ 22054] By: nicholas on 2004/01/03 20:56:11
388 Log: Integrate:
389 [ 22052]
390 Upgrade to PerlIO::via::QuotedPrint 0.06
391 Branch: maint-5.8/perl
392 !> lib/PerlIO/via/QuotedPrint.pm
393____________________________________________________________________________
394[ 22053] By: nicholas on 2004/01/03 20:16:23
395 Log: Integrate:
396 [ 22049]
397 Fix minor problems with the CPAN release
398 1: Make Storable.xs to work on 5.8.2 and later (already in the core)
399 2: Ship the linux hints file
400 3: Ship Test::More for the benefit of Perls pre 5.6.2
401 4: Correct Makefile.PL to install in core for 5.8.0 and later
402
403 [ 22050]
404 No matter how hard you proof read it, something always slips through.
405 Branch: maint-5.8/perl
406 !> ext/Storable/ChangeLog ext/Storable/MANIFEST
407 !> ext/Storable/Makefile.PL ext/Storable/README
408 !> ext/Storable/Storable.pm
409____________________________________________________________________________
410[ 22048] By: nicholas on 2004/01/03 18:00:31
411 Log: Changes suggested by Merijn (but his words mangled by me)
412 Branch: maint-5.8/perl
413 ! pod/perldelta.pod
414____________________________________________________________________________
415[ 22046] By: nicholas on 2004/01/02 16:57:17
416 Log: Integrate:
417 [ 21981]
418 Subject: PATCH: *DB*_File
419 From: "Paul Marquess" <[email protected]>
420 Date: Sat, 27 Dec 2003 20:02:30 -0000
421 Message-ID: <[email protected]>
422 Branch: maint-5.8/perl
423 !> XSUB.h ext/DB_File/Changes ext/DB_File/DB_File.pm
424 !> ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
425 !> ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t
426 !> ext/DB_File/typemap ext/GDBM_File/typemap
427 !> ext/NDBM_File/typemap ext/ODBM_File/typemap
428 !> ext/SDBM_File/typemap
429____________________________________________________________________________
430[ 22045] By: nicholas on 2004/01/02 16:36:54
431 Log: Integrate:
432 [ 22030]
433 Document that detached threads aren't supported on Windows yet.
434
435 [ 22031]
436 Document that /[\W]/ doesn't work, unicode-wise (see bug #18281)
437
438 [ 22036]
439 Document the quirks of SUPER, especially the fact that it it
440 relative to the current package and not to the invoking object.
441
442 [ 22037]
443 addition to 22036 (document SUPER better): superclass may be plural
444
445 [ 22044]
446 Bump $threads::VERSION as the documentation has changed. Tweak the
447 documentaiton, update Arthur's e-mail address
448 Branch: maint-5.8/perl
449 !> ext/threads/threads.pm pod/perlboot.pod pod/perlbot.pod
450 !> pod/perlobj.pod pod/perltoot.pod pod/perlunicode.pod
451____________________________________________________________________________
452[ 22042] By: nicholas on 2004/01/02 00:42:36
453 Log: Waah. This is a mess. The debugger is forked, with maint's $VERSION
454 2 higher than blead's. No idea how much code is forked.
455
456 Integrate:
457 [ 21940]
458 Fix a side-effect of bug #24674 in the perl debugger.
459
460 Subject: [perl #24674] 5.x odd taint bug
461 From: Dominique Quatravaux (via RT) <[email protected]>
462 Date: 16 Dec 2003 15:03:24 -0000
463 Message-ID: <[email protected]>
464
465 [ 22041]
466 Update debugger version number and Changes file
467 Branch: maint-5.8/perl
468 ! lib/perl5db.pl
469____________________________________________________________________________
470[ 22040] By: nicholas on 2004/01/02 00:21:57
471 Log: Integrate:
472 [ 22033]
473 Subject: Perl 5.8.3 patches from the BS2000 port - part 2
474 From: Dorner Thomas <[email protected]>
475 Message-ID: <[email protected]>
476 Date: Fri, 19 Dec 2003 07:16:47 +0100
477 Branch: maint-5.8/perl
478 !> t/io/utf8.t t/op/pat.t
479____________________________________________________________________________
480[ 22039] By: nicholas on 2004/01/01 23:59:34
481 Log: Integrate:
482 [ 22034]
483 Fix bug #24383, where hashes with the :unique attribute weren't
484 getting made readonly on interpreter clone. Also, remove the
485 :unique attribute from the hashes in warnings.pm, since they may
486 later be modified by warnings::register. Finally, adds tests for
487 the :unique attribute.
488 Branch: maint-5.8/perl
489 !> ext/threads/t/problems.t lib/warnings.pm sv.c warnings.pl
490____________________________________________________________________________
491[ 22038] By: nicholas on 2004/01/01 23:35:15
492 Log:
493 Subject: [PATCH 5.8.2 @21574] OS/2 update
494 From: Ilya Zakharevich <[email protected]>
495 Date: Thu, 18 Dec 2003 14:10:29 -0800
496 Message-ID: <[email protected]>
497 Branch: maint-5.8/perl
498 ! installperl
499 !> README.os2 hints/os2.sh lib/ExtUtils/MM_Unix.pm makedef.pl
500 !> os2/Changes os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm
501 !> os2/os2.c os2/os2ish.h os2/perl2cmd.pl
502____________________________________________________________________________
503[ 22035] By: nicholas on 2004/01/01 21:30:41
504 Log: Corrections from Yitzchak Scott-Thoennes and Randy W. Sims
505 Message-ID: <[email protected]>
506 Message-ID: <[email protected]>
507 Branch: maint-5.8/perl
508 ! pod/perldelta.pod
509____________________________________________________________________________
510[ 22028] By: nicholas on 2003/12/31 18:19:46
511 Log: Integrate:
512 [ 21951]
513 re-fix [perl #24508] without speed regression.
514 keep an eye on this.
515 Branch: maint-5.8/perl
516 !> op.c opcode.h opcode.pl
517____________________________________________________________________________
518[ 22027] By: nicholas on 2003/12/31 15:41:04
519 Log: Integrate:
520 [ 22025]
521 Subject: [PATCH] "piconv -C 512" badly broken
522 From: Autrijus Tang <[email protected]>
523 Message-Id: <1072870210.769.5.camel@localhost>
524 Date: Wed, 31 Dec 2003 19:30:10 +0800
525
526 [ 22026]
527 Tweak 00compile.t to avoid splatting a DIAG over core perl's
528 beautiful clean run of OKs. You are all getting a clean run of OKs,
529 aren't you?
530 Branch: maint-5.8/perl
531 !> ext/Encode/bin/piconv lib/Test/Harness/t/00compile.t
532____________________________________________________________________________
533[ 22024] By: nicholas on 2003/12/31 15:05:22
534 Log: Integrate:
535 [ 21798]
536 Implement C<use Exporter 'import'> :
537 Branch: maint-5.8/perl
538 !> lib/Exporter.pm lib/Exporter.t
539____________________________________________________________________________
540[ 22023] By: nicholas on 2003/12/31 14:25:32
541 Log: Integrate:
542 [ 22020]
543 C++ comments, bad.
544 Branch: maint-5.8/perl
545 !> ext/Cwd/Cwd.xs
546____________________________________________________________________________
547[ 22022] By: nicholas on 2003/12/31 13:41:17
548 Log: Integrate:
549 [ 22021]
550 Upgrade to Test::Harness 2.40.
551 Branch: maint-5.8/perl
552 !> lib/Test/Harness.pm lib/Test/Harness/Changes
553 !> lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm
554 !> lib/Test/Harness/bin/prove lib/Test/Harness/t/00compile.t
555 !> lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t
556 !> lib/Test/Harness/t/prove-switches.t
557 !> lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
558 !> lib/Test/Harness/t/test-harness.t
559____________________________________________________________________________
560[ 22019] By: nicholas on 2003/12/31 00:19:24
561 Log: Integrate:
562 [ 22018]
563 Bump VERSION numbers
564 Branch: maint-5.8/perl
565 !> ext/POSIX/POSIX.pm lib/Benchmark.pm lib/File/CheckTree.pm
566 !> lib/Getopt/Std.pm lib/PerlIO.pm lib/Tie/Hash.pm
567 !> lib/diagnostics.pm
568____________________________________________________________________________
569[ 22017] By: nicholas on 2003/12/30 22:10:24
570 Log: Integrate:
571 [ 22016]
572 A patch for Test::Harness on VMS by Craig Berry
573 (see RT CPAN bug #4745)
574 Branch: maint-5.8/perl
575 !> lib/Test/Harness/Straps.pm
576____________________________________________________________________________
577[ 22015] By: nicholas on 2003/12/30 19:08:19
578 Log: Integrate:
579 [ 21999]
580 Add Mike Pomraning
581
582 [ 22009]
583 bug #24757 perlrun.pod's description of find -mtime was ambiguous
584
585 [ 22013]
586 Subject: more uni doc tweakage
587 From: Jarkko Hietaniemi <[email protected]>
588 Message-ID: <[email protected]>
589 Date: Tue, 30 Dec 2003 15:37:55 +0200
590
591 Subject: one more pod fix
592 From: Jarkko Hietaniemi <[email protected]>
593 Message-ID: <[email protected]>
594 Date: Tue, 30 Dec 2003 15:56:41 +0200
595 Branch: maint-5.8/perl
596 !> AUTHORS lib/PerlIO.pm pod/perlrun.pod pod/perlunicode.pod
597____________________________________________________________________________
598[ 22014] By: nicholas on 2003/12/30 18:48:08
599 Log: Integrate:
600 [ 21937]
601 after back-references, restricted hashes.
602 see http://nntp.perl.org/group/perl.perl5.porters/86497
603 this is hopefully only a temporary solution.
604
605 [ 22005]
606 Subject: Re: [perl #24774] eval + format - \n = pp_ctl.c assertion
607 heuristics for calculating buffer size needed to compile a format
608 didn't allow for \0
609 Branch: maint-5.8/perl
610 !> perl.c pp_ctl.c t/op/write.t
611____________________________________________________________________________
612[ 22012] By: nicholas on 2003/12/30 17:53:35
613 Log: Integrate:
614 [ 22007]
615 Upgrade to Math::BigInt 1.68.
616 Branch: maint-5.8/perl
617 +> lib/Math/BigInt/t/bigroot.t
618 !> MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
619 !> lib/Math/BigInt/Calc.pm lib/Math/BigInt/CalcEmu.pm
620 !> lib/Math/BigInt/t/alias.inc lib/Math/BigInt/t/bare_mbi.t
621 !> lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigintpm.inc
622 !> lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/sub_mbi.t
623____________________________________________________________________________
624[ 22011] By: nicholas on 2003/12/30 17:37:54
625 Log: $expletive perforce. Why can't you integrate an add with an edit?
626
627 Integrate:
628 [ 21956]
629 Subject: BigInt v1.68 - pre-release
630 From: Tels <[email protected]>
631 Date: Tue, 23 Dec 2003 01:09:23 +0100
632 Message-Id: <[email protected]>
633 Branch: maint-5.8/perl
634 +> lib/Math/BigInt/CalcEmu.pm lib/Math/BigInt/t/alias.inc
635 +> lib/Math/BigInt/t/mbf_ali.t lib/Math/BigInt/t/mbi_ali.t
636 +> lib/Math/BigInt/t/sub_ali.t
637 !> MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
638 !> lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
639 !> lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
640 !> lib/Math/BigInt/t/upgrade.inc
641____________________________________________________________________________
642[ 22010] By: nicholas on 2003/12/30 17:16:42
643 Log: $expletive perforce
644
645 Mop up, due to perforce's inexplicable inability to SILENTLY FAIL to
646 integrate two changes, where the first adds and the second edits a
647 file.
648
649 Integrate:
650 [ 21882]
651 Subject: [PATCH] Math::BigInt v1.67 released
652 From: Tels <[email protected]>
653 Date: Fri, 12 Dec 2003 18:47:43 +0100
654 Message-Id: <[email protected]>
655 Branch: maint-5.8/perl
656 !> lib/Math/BigInt/t/fallback.t
657____________________________________________________________________________
658[ 22008] By: nicholas on 2003/12/30 16:17:16
659 Log: Integrate:
660 [ 21970]
661 Allow overriding of the p4 settings via environment variables
662 Make regexp more robust to parse FreeBSD's patch output
663
664 [ 22002]
665 Updates the notes about byacc in pumpkin.pod.
666 Branch: maint-5.8/perl
667 !> Porting/apply Porting/pumpkin.pod
668____________________________________________________________________________
669[ 22006] By: nicholas on 2003/12/30 15:23:04
670 Log: Integrate:
671 [ 21986]
672 Fix bug [perl #24762] : C<*foo{CODE} ? 1 : 0> was a syntax error
673
674 [ 21988]
675 Regenerate the perly.c patch for byacc output painless fixing
676
677 [ 22003]
678 Add a regression test for bug #24762
679
680 Plus tweaks for maint
681 Branch: maint-5.8/perl
682 ! perly.c perly_c.diff vms/perly_c.vms
683 !> perly.y t/comp/parser.t
684____________________________________________________________________________
685[ 22004] By: nicholas on 2003/12/30 12:59:19
686 Log: Changes following feedback from p5p
687 Branch: maint-5.8/perl
688 ! pod/perldelta.pod
689____________________________________________________________________________
690[ 22000] By: nicholas on 2003/12/30 00:17:01
691 Log: First stab at a perldelta for 5.8.3
692 Branch: maint-5.8/perl
693 ! pod/perldelta.pod
694____________________________________________________________________________
695[ 21998] By: nicholas on 2003/12/29 21:28:25
696 Log: Update changes
697 Branch: maint-5.8/perl
698 ! Changes patchlevel.h
699____________________________________________________________________________
700[ 21995] By: nicholas on 2003/12/29 18:25:43
701 Log: Integrate:
702 [ 21991]
703 Upgrade to Encode 1.99.
704 Branch: maint-5.8/perl
705 !> ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/META.yml
706 !> ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
707 !> ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
708 !> ext/Encode/t/mime-header.t ext/Encode/ucm/gsm0338.ucm
709 !> ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macFarsi.ucm
710 !> ext/Encode/ucm/macHebrew.ucm
711____________________________________________________________________________
712[ 21994] By: nicholas on 2003/12/29 17:53:46
713 Log:
714 Subject: [PATCH] win32_chsize buglet
715 From: "Kevin Chase" <[email protected]>
716 Date: Sun, 28 Dec 2003 15:48:56 -0800
717 Message-ID: <[email protected]>
718
719 [ 21993]
720 Windows hasn't getuid/setuid and friends.
721 Therefore disable the code related to them in POSIX.xs.
722
723 Subject: [PATCH: ext/POSIX/POSIX.xs] Re: Smoke [5.8.2] 21979 FAIL(Xt) MSWin32 5.1 Service Pack 1 (x86/1 cpu)
724 From: "Marcus Holland-Moritz" <[email protected]>
725 Date: Mon, 29 Dec 2003 04:51:19 +0100
726 Message-ID: <03d401c3cdbf$05730ee0$d500a8c0@R2D2>
727 Branch: maint-5.8/perl
728 !> ext/POSIX/POSIX.xs win32/win32.c
729____________________________________________________________________________
730[ 21987] By: nicholas on 2003/12/27 23:17:19
731 Log: Integrate:
732 [ 21985]
733 Subject: Cross compilation patches for arm.
734 From: Redvers Davies <[email protected]>
735 Message-Id: <1072098653.4789.6.camel@ragefire>
736 Date: Mon, 22 Dec 2003 08:11:34 -0500
737 Branch: maint-5.8/perl
738 ! Cross/README
739 !> Cross/Makefile Cross/Makefile.SH.patch
740 !> Cross/config.sh-arm-linux Cross/installperl.patch
741____________________________________________________________________________
742[ 21984] By: nicholas on 2003/12/27 22:17:18
743 Log: Integrate:
744 [ 21983]
745 Fix bug [perl #24735] : make sure that the range (..) operator
746 treats an undefined argument as 0 for numerical ranges and as ""
747 for magical string ranges.
748 Branch: maint-5.8/perl