This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
T_w_e_a_k_a_g_e.
[perl5.git] / Changes
CommitLineData
99b32ad1
JH
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
6perlhack.pod for the details.
7
8
5850c7a4 9[The "CAST AND CREW" list has been moved to AUTHORS.]
99b32ad1 10
99b32ad1
JH
11NOTE: Each change entry shows the change number; who checked it into the
12repository; when; description of the change; which branch the change
13happened in; and the affected files. The file lists have a short symbolic
14indicator:
15
16 ! modified
17 + added
18 - deleted
19 +> branched (from elsewhere)
20 !> merged changes (from elsewhere)
21
dd6de302
JH
22The Message-Ids in the change entries refer to the email messages sent
23to the perl5-porters mailing list. You can retrieve the messages for
24example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/
99b32ad1 25
0b3b9d72
JH
26This file contains only changes that affect the mainline branch,
27not those that affect the (now decommissioned) cfgperl, or vmsperl,
28or any other branch.
29
99b32ad1 30--------------
51c9377f 31Version v5.7.1 Development release working toward v5.8
99b32ad1 32--------------
365eb269 33____________________________________________________________________________
94c2704d
JH
34[ 9884] By: jhi on 2001/04/27 14:14:12
35 Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
36 From: "Philip Newton" <pnewton@gmx.de>
37 Date: Fri, 27 Apr 2001 16:40:13 +0200
38 Message-ID: <3AE9A0ED.5248.CEA127@localhost>
39 Branch: perl
40 ! pod/perldata.pod
41____________________________________________________________________________
42[ 9883] By: jhi on 2001/04/27 13:28:19
43 Log: Add LOG_PERROR; prettify the "removed".
44 Branch: perl
45 ! ext/Sys/Syslog/Syslog.xs
46____________________________________________________________________________
47[ 9882] By: jhi on 2001/04/27 13:13:18
48 Log: h2xs tweaks: use NV instead of double, "quote" the removed
49 prefixes for clarity (especially when nothing is removed),
50 slight pod reformats.
51 Branch: perl
52 ! utils/h2xs.PL
53____________________________________________________________________________
54[ 9881] By: jhi on 2001/04/27 12:58:48
55 Log: Don't bother creating existing directories.
56 Branch: perl
57 ! utils/h2xs.PL
58____________________________________________________________________________
59[ 9880] By: jhi on 2001/04/27 12:45:39
60 Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
61 From: Mike Schilli <m@perlmeister.com>
62 Date: Wed, 25 Apr 2001 01:29:21 -0700
63 Message-id: <3AE68AE1.6A981723@perlmeister.com>
64 Branch: perl
65 ! utils/h2xs.PL
66____________________________________________________________________________
67[ 9879] By: jhi on 2001/04/27 12:40:55
68 Log: break is not yet Perl. Added the template license also to README.
69 Branch: perl
70 ! utils/h2xs.PL
71____________________________________________________________________________
72[ 9878] By: jhi on 2001/04/27 03:08:20
73 Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
74 From: Tim Jenness <t.jenness@jach.hawaii.edu>
75 Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
76 Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
77 Branch: perl
78 ! t/lib/xs-typemap.t
79____________________________________________________________________________
80[ 9877] By: jhi on 2001/04/26 23:54:40
81 Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
82 From: "Abigail" <abigail@foad.org>
83 Date: Fri, 27 Apr 2001 01:44:28 +0200
84 Message-ID: <20010426234428.19786.qmail@foad.org>
85 Branch: perl
86 ! utils/h2xs.PL
87____________________________________________________________________________
88[ 9876] By: jhi on 2001/04/26 23:52:06
89 Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
90 From: Peter Prymmer <pvhp@forte.com>
91 Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
92 Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
93 Branch: perl
94 ! t/lib/selfstubber.t
95____________________________________________________________________________
96[ 9875] By: jhi on 2001/04/26 23:48:10
97 Log: Deparse nits.
98 Branch: perl
99 ! ext/B/B/Deparse.pm t/lib/b-deparse.t
100____________________________________________________________________________
101[ 9874] By: jhi on 2001/04/26 22:46:05
102 Log: Document ANYOF_CLASS.
103 Branch: perl
104 ! regcomp.h
105____________________________________________________________________________
106[ 9873] By: jhi on 2001/04/26 22:35:03
107 Log: Subject: Re: [PATCH @9846] dumping ANYOF
108 From: Hugo <hv@crypt.compulink.co.uk>
109 Date: Thu, 26 Apr 2001 23:33:38 +0100
110 Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
111 Branch: perl
112 ! regcomp.c regcomp.h
113____________________________________________________________________________
114[ 9872] By: jhi on 2001/04/26 22:34:31
115 Log: Subject: [PATCH] more for Devel::SelfStubber
116 From: Nicholas Clark <nick@ccl4.org>
117 Date: Fri, 27 Apr 2001 00:13:52 +0100
118 Message-ID: <20010427001351.K88186@plum.flirble.org>
119 Branch: perl
120 ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
121____________________________________________________________________________
122[ 9871] By: jhi on 2001/04/26 21:59:17
123 Log: Subject: [PATCH B::Deparse] formats must be flush left
124 From: Robin Houston <robin@kitsite.com>
125 Date: Thu, 26 Apr 2001 23:54:29 +0100
126 Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
127 Branch: perl
128 ! ext/B/B/Deparse.pm
129____________________________________________________________________________
130[ 9870] By: jhi on 2001/04/26 21:57:37
131 Log: If some of the constants are prefixes of others,
132 the prefixes may never get recognized. (See 20010426.006.)
133 Branch: perl
134 ! utils/h2xs.PL
135____________________________________________________________________________
136[ 9869] By: jhi on 2001/04/26 21:50:42
137 Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
138 From: Chris Bongaarts <cab@tc.umn.edu>
139 Date: Thu, 26 Apr 2001 17:10:31 -0500
140 Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
141 Branch: perl
142 ! ext/Sys/Syslog/Syslog.xs
143____________________________________________________________________________
144[ 9868] By: jhi on 2001/04/26 21:35:12
145 Log: Further cuts and more docs from Graham Barr.
146 Branch: perl
147 ! ext/List/Util/lib/List/Util.pm
148 ! ext/List/Util/lib/Scalar/Util.pm
149____________________________________________________________________________
150[ 9867] By: jhi on 2001/04/26 21:18:57
151 Log: Subject: [PATCH 5.7.1] DB_File-1.77
152 From: "Paul Marquess" <Paul.Marquess@Openwave.com>
153 Date: Thu, 26 Apr 2001 22:37:53 +0100
154 Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
155 Branch: perl
156 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
157 ! ext/DB_File/DB_File.xs ext/DB_File/version.c
158____________________________________________________________________________
159[ 9866] By: jhi on 2001/04/26 21:12:31
160 Log: Subject: [PATCH B::Deparse] fix easy bugs
161 From: Robin Houston <robin@kitsite.com>
162 Date: Thu, 26 Apr 2001 23:03:33 +0100
163 Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
164 Branch: perl
165 ! ext/B/B/Deparse.pm
166____________________________________________________________________________
167[ 9865] By: jhi on 2001/04/26 20:26:13
168 Log: Update Changes.
169 Branch: perl
170 ! Changes patchlevel.h
171____________________________________________________________________________
f9f7dcb2
JH
172[ 9864] By: jhi on 2001/04/26 19:27:48
173 Log: Dethinko from Robin Houston.
174 Branch: perl
175 ! ext/B/B/Deparse.pm
176____________________________________________________________________________
177[ 9863] By: jhi on 2001/04/26 19:10:35
178 Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
179 From: Robin Houston <robin@kitsite.com>
180 Date: Thu, 26 Apr 2001 21:08:32 +0100
181 Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
182 Branch: perl
183 ! ext/B/B/Deparse.pm
184____________________________________________________________________________
185[ 9862] By: jhi on 2001/04/26 19:04:23
186 Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
187 From: Robin Houston <robin@kitsite.com>
188 Date: Thu, 26 Apr 2001 20:52:50 +0100
189 Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
190 Branch: perl
191 ! ext/B/B/Deparse.pm
192____________________________________________________________________________
193[ 9861] By: jhi on 2001/04/26 18:56:14
194 Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
195 From: Mike Guy <mjtg@cam.ac.uk>
196 Date: Thu, 26 Apr 2001 14:22:40 +0100
197 Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
198 Branch: perl
199 ! pod/perlobj.pod
200____________________________________________________________________________
201[ 9860] By: jhi on 2001/04/26 18:46:42
202 Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
203 From: Robin Houston <robin@kitsite.com>
204 Date: Thu, 26 Apr 2001 20:34:29 +0100
205 Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
206
207 Hashes do not interpolate.
208 Branch: perl
209 ! ext/B/B/Deparse.pm
210____________________________________________________________________________
211[ 9859] By: jhi on 2001/04/26 18:43:51
212 Log: Subject: The Time::Piece conspiracy unmasked!!!
213 From: Mike Guy <mjtg@cam.ac.uk>
214 Date: Thu, 26 Apr 2001 19:02:50 +0100
215 Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
216
217 Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
218 From: Mike Guy <mjtg@cam.ac.uk>
219 Date: Thu, 26 Apr 2001 19:08:21 +0100
220 Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
221
222 Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
223 From: Graham Barr <gbarr@pobox.com>
224 Date: Thu, 26 Apr 2001 19:12:03 +0100
225 Message-ID: <20010426191203.A70835@pobox.com>
226
227 Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
228 Branch: perl
229 ! ext/List/Util/lib/List/Util.pm
230 ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
231____________________________________________________________________________
232[ 9858] By: jhi on 2001/04/26 18:17:42
233 Log: Subject: [PATCH t/comp/proto.t] disable correct warning
234 From: Robin Houston <robin@kitsite.com>
235 Date: Thu, 26 Apr 2001 16:09:35 +0100
236 Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
237 Branch: perl
238 ! t/comp/proto.t
239____________________________________________________________________________
240[ 9857] By: jhi on 2001/04/26 18:04:59
241 Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
242 From: barries <barries@slaysys.com>
243 Date: Thu, 26 Apr 2001 12:01:10 -0400
244 Message-ID: <20010426120110.E29698@jester.slaysys.com>
245 Branch: perl
246 ! pod/perldiag.pod
247____________________________________________________________________________
248[ 9856] By: jhi on 2001/04/26 18:03:33
249 Log: Subject: [PATCH B::Deparse] fix string uninterpretation
250 Date: Thu, 26 Apr 2001 17:13:41 +0100
251 From: Robin Houston <robin@kitsite.com>
252 Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
253
254 Subject: Re: [PATCH B::Deparse] fix string uninterpretation
255 From: Robin Houston <robin@kitsite.com>
256 Date: Thu, 26 Apr 2001 18:44:29 +0100
257 Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
258 Branch: perl
259 ! ext/B/B/Deparse.pm
260____________________________________________________________________________
261[ 9855] By: jhi on 2001/04/26 17:56:04
262 Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
263 From: Robin Houston <robin@kitsite.com>
264 Date: Thu, 26 Apr 2001 17:04:08 +0100
265 Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
266 Branch: perl
267 ! ext/B/B/Deparse.pm
268____________________________________________________________________________
269[ 9854] By: jhi on 2001/04/26 17:47:26
270 Log: Subject: Re: Short test case for undef %stash:: crash
271 From: Benjamin Sugars <bsugars@canoe.ca>
272 Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT)
273 Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
274 Changed and moved the perldiag entry.
275 Branch: perl
276 ! gv.c pod/perldiag.pod
277____________________________________________________________________________
278[ 9853] By: jhi on 2001/04/26 14:35:16
279 Log: Beginnings of strptime(). Do not touch the wet paint.
280 Branch: perl
281 ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
282____________________________________________________________________________
283[ 9852] By: jhi on 2001/04/26 13:17:21
284 Log: Retract #9851, core dumps from pod2man.
285 Branch: perl
286 ! regcomp.c
287____________________________________________________________________________
288[ 9851] By: jhi on 2001/04/26 11:54:41
289 Log: (Retracted by #9852.)
290
291 Subject: [PATCH @9846] dumping ANYOF
292 From: Hugo <hv@crypt.compulink.co.uk>
293 Date: Thu, 26 Apr 2001 05:32:38 +0100
294 Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
295 Branch: perl
296 ! regcomp.c
297____________________________________________________________________________
298[ 9850] By: jhi on 2001/04/26 02:34:44
299 Log: If ccflags was empty the _previous_ $* containing all the
300 environment variables and Configure variables was used,
301 which lead, among other bad things, into $ccflags being your
302 uname -a output, which lead into test compile with cc failing,
303 which lead into gcc being selected, which didn't work that well
304 since gcc (ancient 2.8.1 in that particular box) wasn't too happy
305 with large files, et cetera.
306 Branch: perl
307 ! hints/hpux.sh
308____________________________________________________________________________
309[ 9849] By: jhi on 2001/04/26 01:44:57
310 Log: Make selfstubber test more portable.
311 Branch: perl
312 ! t/lib/selfstubber.t
313____________________________________________________________________________
314[ 9848] By: jhi on 2001/04/26 00:50:26
315 Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
316 From: Benjamin Sugars <ben.sugars@home.com>
317 Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
318 Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
319 Branch: perl
320 ! ext/Cwd/Cwd.xs
321____________________________________________________________________________
322[ 9847] By: jhi on 2001/04/26 00:46:58
323 Log: Subject: [PATCH: perl@9841] VMS updates
324 From: Peter Prymmer <pvhp@forte.com>
325 Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
326 Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
327 Branch: perl
328 ! README.vms configure.com vms/descrip_mms.template
329 ! vms/ext/filespec.t
330____________________________________________________________________________
331[ 9846] By: jhi on 2001/04/26 00:11:56
332 Log: re 'debug' was broken by #9084.
333 Branch: perl
334 ! ext/re/re.xs
335____________________________________________________________________________
336[ 9845] By: jhi on 2001/04/25 22:33:17
337 Log: Subject: [PATCH] test for Devel::SelfStubber
338 From: Nicholas Clark <nick@ccl4.org>
339 Date: Thu, 26 Apr 2001 00:00:54 +0100
340 Message-ID: <20010426000054.D89026@plum.flirble.org>
341 Branch: perl
342 + t/lib/selfstubber.t
343 ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
344____________________________________________________________________________
345[ 9844] By: jhi on 2001/04/25 22:29:32
346 Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
347 From: Paul Johnson <paul@pjcj.net>
348 Date: Thu, 26 Apr 2001 00:46:08 +0200
349 Message-ID: <20010426004608.H2338@pjcj.net>
350 Branch: perl
351 ! ext/B/B/Concise.pm
352____________________________________________________________________________
353[ 9843] By: jhi on 2001/04/25 22:28:28
354 Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
355 From: Peter Prymmer <pvhp@forte.com>
356 Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
357 Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
358 Branch: perl
359 ! ext/Cwd/Cwd.xs
360____________________________________________________________________________
361[ 9842] By: jhi on 2001/04/25 20:58:12
362 Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
363 From: John Peacock <jpeacock@rowman.com>
364 Date: Wed, 25 Apr 2001 17:30:26 -0400
365 Message-ID: <3AE741F2.B3217464@rowman.com>
366 Branch: perl
367 ! lib/Math/BigInt.pm t/lib/bigintpm.t
368____________________________________________________________________________
369[ 9841] By: jhi on 2001/04/25 20:07:05
370 Log: Update Changes.
371 Branch: perl
372 ! Changes patchlevel.h
373____________________________________________________________________________
a086fe03
JH
374[ 9840] By: jhi on 2001/04/25 19:56:51
375 Log: Yet another HP-UX hints version from Merijn.
376 Branch: perl
377 ! hints/hpux.sh
378____________________________________________________________________________
379[ 9839] By: jhi on 2001/04/25 19:53:04
380 Log: abs_path() didn't terminate the filename correctly,
381 in DIRNAMLENless systems like HP-UX this would fail.
382 Branch: perl
383 ! ext/Cwd/Cwd.xs
384____________________________________________________________________________
385[ 9838] By: jhi on 2001/04/25 16:37:26
386 Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
387 From: Mike Guy <mjtg@cam.ac.uk>
388 Date: Wed, 25 Apr 2001 18:31:47 +0100
389 Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
390 Branch: perl
391 ! op.c
392____________________________________________________________________________
393[ 9837] By: jhi on 2001/04/25 16:21:53
394 Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
395 From: Jon Eveland <jweveland@yahoo.com>
396 Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
397 Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
398 Branch: perl
399 ! lib/perl5db.pl
400____________________________________________________________________________
401[ 9836] By: jhi on 2001/04/25 14:17:50
402 Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
403 From: "Philip Newton" <pnewton@gmx.de>
404 Date: Wed, 25 Apr 2001 17:05:58 +0200
405 Message-ID: <3AE703F6.3234.1833C45@localhost>
406 Branch: perl
407 ! Porting/patching.pod
408____________________________________________________________________________
409[ 9835] By: jhi on 2001/04/25 13:58:07
410 Log: It would seem that both ar and full_ar need to be overridden
411 for HP-UX to avoid the GNU ar.
412 Branch: perl
413 ! hints/hpux.sh
414____________________________________________________________________________
415[ 9834] By: jhi on 2001/04/25 13:50:40
416 Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
417 From: "Philip Newton" <pnewton@gmx.de>
418 Date: Wed, 25 Apr 2001 16:09:23 +0200
419 Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
420
421 Detypo.
422 Branch: perl
423 ! t/op/misc.t
424____________________________________________________________________________
425[ 9833] By: jhi on 2001/04/25 12:36:11
426 Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
427 Branch: perl
428 ! hints/hpux.sh
429____________________________________________________________________________
430[ 9832] By: jhi on 2001/04/25 12:33:36
431 Log: New version of HP-UX hints from Merijn.
432 Branch: perl
433 ! hints/hpux.sh
434____________________________________________________________________________
435[ 9831] By: jhi on 2001/04/25 03:39:45
436 Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
437 Branch: perl
438 ! hints/hpux.sh
439____________________________________________________________________________
440[ 9830] By: jhi on 2001/04/25 02:53:25
441 Log: The tzname[] bit is not needed by util.c -- and causes
442 heartburn in VMS (and it missing was probably the cause of
443 the Mac OS X trouble). Ouch.
444 Branch: perl
445 ! ext/POSIX/POSIX.xs util.c
446____________________________________________________________________________
447[ 9829] By: jhi on 2001/04/25 00:10:06
448 Log: Metaconfig unit change for #9828.
449 Branch: metaconfig
450 ! U/compline/ccflags.U
451____________________________________________________________________________
452[ 9828] By: jhi on 2001/04/25 00:04:18
453 Log: Allow setting cppflags hints. This may affect Darwin (Mac OS X)
454 (which is actually the reason for the change, we need to pass
455 cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
456 EP/IX, OS/2, and TitanOS, based on the hints files.
457 Branch: perl
458 ! Configure config_h.SH
459____________________________________________________________________________
460[ 9827] By: jhi on 2001/04/24 23:49:20
461 Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
462 the $cat must have an absolute path.
463 Branch: perl
464 ! makedepend.SH
465____________________________________________________________________________
466[ 9826] By: jhi on 2001/04/24 23:40:53
467 Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
468 Branch: perl
469 ! README.amiga
470____________________________________________________________________________
471[ 9825] By: jhi on 2001/04/24 23:35:35
472 Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
473 From: "Philip Newton" <pnewton@gmx.de>
474 Date: Tue, 24 Apr 2001 18:52:49 +0200
475 Message-Id: <3AE5CB81.12234.1FC246F@localhost>
476 Branch: perl
477 ! x2p/find2perl.PL
478____________________________________________________________________________
479[ 9824] By: jhi on 2001/04/24 23:33:07
480 Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
481 Some gcc specifics dropped out due to extensive rewriting;
482 will be put back later as needed.
483 Branch: perl
484 ! hints/hpux.sh
485____________________________________________________________________________
486[ 9823] By: jhi on 2001/04/24 23:27:57
487 Log: Mac OS X patch for missing tzname definition from Paul Schinder.
488 Branch: perl
489 ! ext/POSIX/POSIX.xs
490____________________________________________________________________________
491[ 9822] By: jhi on 2001/04/24 23:25:21
492 Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
493 From: Tim Jenness <t.jenness@jach.hawaii.edu>
494 Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
495 Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
496 Branch: perl
497 ! ext/XS/Typemap/Typemap.xs
498____________________________________________________________________________
499[ 9821] By: jhi on 2001/04/24 23:24:10
500 Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
501 From: "Abigail" <abigail@foad.org>
502 Date: Tue, 24 Apr 2001 23:12:03 +0200
503 Message-ID: <20010424211203.7901.qmail@foad.org>
504 Branch: perl
505 ! pod/perlport.pod
506____________________________________________________________________________
507[ 9820] By: jhi on 2001/04/24 23:23:15
508 Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
509 From: Matt Sergeant <matt@sergeant.org>
510 Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
511 Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
512 Branch: perl
513 ! pod/perlfaq4.pod
514____________________________________________________________________________
515[ 9819] By: nick on 2001/04/24 18:49:43
516 Log: Integrate mainline.
517 Branch: perlio
518 +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
519 !> (integrate 37 files)
520____________________________________________________________________________
521[ 9818] By: jhi on 2001/04/24 14:35:23
522 Log: Update Changes.
523 Branch: perl
524 ! Changes patchlevel.h
525____________________________________________________________________________
bfe39e23
JH
526[ 9817] By: jhi on 2001/04/24 14:09:17
527 Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
528 From: "Philip Newton" <pnewton@gmx.de>
529 Date: Tue, 24 Apr 2001 12:58:12 +0200
530 Message-ID: <3AE57864.8304.B77A0A@localhost>
531
532 plus add CPAN to the list of modules that have their own tests.
533 Branch: perl
534 ! t/lib/1_compile.t
535____________________________________________________________________________
536[ 9816] By: jhi on 2001/04/24 14:07:03
537 Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
538 From: Michael G Schwern <schwern@pobox.com>
539 Date: Sat, 21 Apr 2001 22:35:00 +0100
540 Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
541 Branch: perl
542 ! t/lib/1_compile.t
543____________________________________________________________________________
544[ 9815] By: jhi on 2001/04/24 13:54:32
545 Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
546 From: Robin Houston <robin@kitsite.com>
547 Date: Tue, 24 Apr 2001 15:51:18 +0100
548 Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
549 Branch: perl
550 ! ext/B/B/Deparse.pm
551____________________________________________________________________________
552[ 9814] By: jhi on 2001/04/24 13:17:34
553 Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
554 From: Bill Glicker <billg@burrelles.com>
555 Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
556 Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
557 Branch: perl
558 ! hints/svr5.sh
559____________________________________________________________________________
560[ 9813] By: jhi on 2001/04/24 12:54:23
561 Log: Prevent path disclosure (probing for existence of filenames)
562 using suidperl; bug id 20010322.218.
563 Branch: perl
564 ! perl.c pod/perldiag.pod
565____________________________________________________________________________
566[ 9812] By: jhi on 2001/04/24 12:08:36
567 Log: Retract #9811.
568 Branch: perl
569 ! ext/POSIX/POSIX.xs
570____________________________________________________________________________
571[ 9811] By: jhi on 2001/04/24 11:57:35
572 Log: (Retracted by #9812.)
573 Branch: perl
574 ! ext/POSIX/POSIX.xs
575____________________________________________________________________________
576[ 9810] By: jhi on 2001/04/24 03:32:35
577 Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
578 Branch: perl
579 ! util.c
580____________________________________________________________________________
581[ 9809] By: jhi on 2001/04/24 03:16:13
582 Log: The Math::BigFloat::import() was broken.
583 (Fixes bug id 20010422.002.)
584 Branch: perl
585 ! lib/Math/BigFloat.pm
586____________________________________________________________________________
587[ 9808] By: jhi on 2001/04/24 01:11:40
588 Log: Additional dependencies; should help for parallel makes
589 not to fail on missing lib/lib.pm or lib/re.pm.
590 Branch: perl
591 ! Makefile.SH
592____________________________________________________________________________
593[ 9807] By: jhi on 2001/04/24 00:57:01
594 Log: Update the test failure disclaimer.
595 Branch: perl
596 ! t/pragma/warn/pp_hot
597____________________________________________________________________________
598[ 9806] By: jhi on 2001/04/24 00:54:04
599 Log: Add make target "install-all" which is alias for "install"
600 to cater for case-preserving filesystems like HFS+.
601 Branch: perl
602 ! INSTALL Makefile.SH
603____________________________________________________________________________
604[ 9805] By: jhi on 2001/04/24 00:47:28
605 Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
606 From: Peter Prymmer <pvhp@forte.com>
607 Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
608 Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
609
610 (Ken William's message forwarded from macosx@perl.org)
611 Branch: perl
612 ! hints/darwin.sh
613____________________________________________________________________________
614[ 9804] By: jhi on 2001/04/23 23:57:35
615 Log: Cut-and-pasto.
616 Branch: perl
617 ! perlio.c
618____________________________________________________________________________
619[ 9803] By: jhi on 2001/04/23 23:52:25
620 Log: More PerlIO robustness.
621 Branch: perl
622 ! perlio.c
623____________________________________________________________________________
624[ 9802] By: jhi on 2001/04/23 23:43:35
625 Log: Make the "STD* opened only for ..." errors more consistent.
626 Branch: perl
627 ! doio.c
628____________________________________________________________________________
629[ 9801] By: jhi on 2001/04/23 23:34:26
630 Log: Test case for #9800.
631 Branch: perl
632 ! t/op/misc.t
633____________________________________________________________________________
634[ 9800] By: jhi on 2001/04/23 23:14:43
635 Log: Avoid coredump on 'close STDERR; die' by making
636 the PerlIO calls more robust. Also use SETERRNO()
637 instead of errno = to be more VMS-ready.
638 Branch: perl
639 ! perlio.c
640____________________________________________________________________________
641[ 9799] By: jhi on 2001/04/23 21:41:10
642 Log: Subject: test for ID 20010423.002
643 From: Robin Houston <robin@kitsite.com>
644 Date: Mon, 23 Apr 2001 16:52:21 +0100
645 Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
646 Branch: perl
647 ! t/op/avhv.t
648____________________________________________________________________________
649[ 9798] By: jhi on 2001/04/23 21:40:07
650 Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
651 From: David Dyck <dcd@tc.fluke.com>
652 Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
653 Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
654 Branch: perl
655 ! installperl
656____________________________________________________________________________
657[ 9797] By: jhi on 2001/04/23 21:37:56
658 Log: Subject: [PATCH] Implement Cwd::abs_path in XS
659 From: Benjamin Sugars <bsugars@canoe.ca>
660 Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
661 Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
662 Branch: perl
663 ! ext/Cwd/Cwd.xs lib/Cwd.pm
664____________________________________________________________________________
665[ 9796] By: jhi on 2001/04/23 21:29:24
666 Log: Synchronize h2xs and pod2man some more on the documentation
667 templates they propose.
668 Branch: perl
669 ! pod/pod2man.PL utils/h2xs.PL
670____________________________________________________________________________
671[ 9795] By: jhi on 2001/04/23 17:30:40
672 Log: Add one more naughty test for base64; make encoding logic cleaner.
673 Branch: perl
674 ! t/lib/mimeb64.t
675____________________________________________________________________________
676[ 9794] By: jhi on 2001/04/23 13:51:32
677 Log: Update Changes.
678 Branch: perl
679 ! Changes patchlevel.h
680____________________________________________________________________________
a1954273
JH
681[ 9793] By: jhi on 2001/04/23 13:44:18
682 Log: Duplicate lines.
683 Branch: perl
684 ! MANIFEST
685____________________________________________________________________________
686[ 9792] By: jhi on 2001/04/23 13:39:13
687 Log: Subject: Re: PATCH 5.7.1
688 From: Mark-Jason Dominus <mjd@plover.com>
689 Date: Mon, 23 Apr 2001 10:30:21 -0400
690 Message-ID: <20010423143021.17335.qmail@plover.com>
691 Branch: perl
692 ! perl.h sv.c
693____________________________________________________________________________
694[ 9791] By: jhi on 2001/04/23 13:32:40
695 Log: Add the CPAN.pm 1.59_54 tests.
696 Branch: perl
697 + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
698 ! MANIFEST
699____________________________________________________________________________
700[ 9790] By: jhi on 2001/04/23 13:21:55
701 Log: Subject: Deparse nit
702 From: Robin Houston <robin@kitsite.com>
703 Date: Mon, 23 Apr 2001 12:38:20 +0100
704 Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
705 Branch: perl
706 ! ext/B/B/Deparse.pm
707____________________________________________________________________________
708[ 9789] By: jhi on 2001/04/23 13:19:07
709 Log: Subject: [PATCH] bug 20010423.002
710 From: Robin Houston <robin@kitsite.com>
711 Date: Mon, 23 Apr 2001 13:12:30 +0100
712 Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
713 Branch: perl
714 ! pp.c
715____________________________________________________________________________
716[ 9788] By: jhi on 2001/04/23 13:02:49
717 Log: Subject: PATCH [5.7.1] hv.c unused #define
718 From: Mark-Jason Dominus <mjd@plover.com>
719 Date: Sun, 22 Apr 2001 14:17:49 -0400
720 Message-ID: <20010422181749.26976.qmail@plover.com>
721 Branch: perl
722 ! hv.c
723____________________________________________________________________________
724[ 9787] By: jhi on 2001/04/23 13:02:02
725 Log: Subject: PATCH 5.7.1
726 From: Mark-Jason Dominus <mjd@plover.com>
727 Date: Sun, 22 Apr 2001 15:12:57 -0400
728 Message-ID: <20010422191258.6539.qmail@plover.com>
729
730 plus Sarathy's STMT_START + STMT_END suggestion.
731 Branch: perl
732 ! perl.h
733____________________________________________________________________________
734[ 9786] By: jhi on 2001/04/23 12:53:25
735 Log: Fix for
736
737 Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
738 From: dLux <dlux@spam.sch.bme.hu>
739 Date: Mon, 23 Apr 2001 01:25:26 +0200
740 Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
741
742 (SvGROW really does return a char *.)
743 Branch: perl
744 ! pod/perlapi.pod sv.h
745____________________________________________________________________________
746[ 9785] By: jhi on 2001/04/23 04:34:04
747 Log: Time::Piece work continues. $t->day removed since
748 I think it's too confusing. Now has normal and
749 abbreviated length weekday names and month names,
750 the names change with _names(), not _list().
751 Now has strftime() in Perl, _strftime() is
752 the libc version (to which strftime() falls back
753 if it doesn't know the format. To do: the reverse
754 of strftime, strptime(), and the localisation of both.
755 Branch: perl
756 ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
757 ! t/lib/time-piece.t
758____________________________________________________________________________
759[ 9784] By: jhi on 2001/04/23 02:41:46
760 Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
761 From: andreas.koenig@anima.de (Andreas J. Koenig)
762 Date: 23 Apr 2001 05:20:55 +0200
763 Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
764 Branch: perl
765 ! t/pragma/overload.t
766____________________________________________________________________________
767[ 9783] By: jhi on 2001/04/22 23:32:42
768 Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
769 From: Robin Houston <robin@kitsite.com>
770 Date: Mon, 23 Apr 2001 00:38:18 +0100
771 Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
772 Branch: perl
773 ! ext/B/B/Deparse.pm
774____________________________________________________________________________
775[ 9782] By: jhi on 2001/04/22 20:55:43
776 Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
777 From: Simon Cozens <simon@netthink.co.uk>
778 Date: Sun, 22 Apr 2001 18:47:25 +0100
779 Message-ID: <20010422184725.A14411@netthink.co.uk>
780 Branch: perl
781 ! sv.c t/pragma/overload.t
782____________________________________________________________________________
783[ 9781] By: jhi on 2001/04/22 20:52:13
784 Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
785 From: Robin Houston <robin@kitsite.com>
786 Date: Sun, 22 Apr 2001 22:14:50 +0100
787 Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
788 Branch: perl
789 ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
790____________________________________________________________________________
791[ 9780] By: nick on 2001/04/22 20:40:31
792 Log: Integrate mainline.
793 Branch: perlio
794 +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
795 +> t/lib/b-stash.t
796 !> (integrate 38 files)
797____________________________________________________________________________
798[ 9779] By: jhi on 2001/04/22 15:16:03
799 Log: Subject: IO::Socket::INET patch
800 From: andrew deryabin <djsf@technarchy.ru>
801 Date: Sat, 21 Apr 2001 17:46:52 +0400
802 Message-ID: <20010421174652.B1426@technarchy>
803 Branch: perl
804 ! ext/IO/lib/IO/Socket/INET.pm
805____________________________________________________________________________
806[ 9778] By: jhi on 2001/04/22 15:14:33
807 Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1
808 From: Mark-Jason Dominus <mjd@plover.com>
809 Date: Sat, 21 Apr 2001 21:27:49 -0400
810 Message-ID: <20010422012749.27024.qmail@plover.com>
811 Branch: perl
812 ! regcomp.c
813____________________________________________________________________________
814[ 9777] By: jhi on 2001/04/22 15:10:51
815 Log: Subject: Re: Regex debugger patch
816 From: Mark-Jason Dominus <mjd@plover.com>
817 Date: Sat, 21 Apr 2001 21:48:51 -0400
818 Message-ID: <20010422014851.27165.qmail@plover.com>
819 Branch: perl
820 ! pod/perldebguts.pod
821____________________________________________________________________________
822[ 9776] By: jhi on 2001/04/22 15:09:48
823 Log: Subject: Re: Regex debugger patch
824 From: Mark-Jason Dominus <mjd@plover.com>
825 Date: Sat, 21 Apr 2001 14:24:39 -0400
826 Message-ID: <20010421182439.16508.qmail@plover.com>
827
828 Regex debugger backend.
829 Branch: perl
830 ! regcomp.c regexp.h
831____________________________________________________________________________
832[ 9775] By: jhi on 2001/04/21 16:45:40
833 Log: Subject: [PATCH] Typo in utf8.h
834 From: Jesús Quiroga <jquiroga@pobox.com>
835 Date: Sat, 21 Apr 2001 19:25:33 +0200
836 Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
837 Branch: perl
838 ! utf8.h
839____________________________________________________________________________
840[ 9774] By: jhi on 2001/04/21 16:43:52
841 Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
842 From: Joe Orton <jorton@redhat.com>
843 Date: Tue, 17 Apr 2001 15:50:43 +0100
844 Message-Id: <20010417155043.D19132@eu.c2.net>
845 Branch: perl
846 ! hints/svr5.sh
847____________________________________________________________________________
848[ 9773] By: jhi on 2001/04/21 15:30:15
849 Log: Subject: Patch utils/h2xs.PL
850 From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
851 Date: Sat, 21 Apr 2001 10:32:16 -0500
852 Message-ID: <20010421103216.C14521@chaos.wustl.edu>
853
854 Add MAILING list and LICENSE templates.
855 Branch: perl
856 ! utils/h2xs.PL
857____________________________________________________________________________
858[ 9772] By: jhi on 2001/04/21 15:28:36
859 Log: Subject: perlfaq2.patch for 5.7.1
860 From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
861 Message-ID: <20010420164219.J3194@chaos.wustl.edu>
862 Date: Fri, 20 Apr 2001 16:42:19 -0500
863
864 rm an extra tab, a blurb about the xx.cpan to clarify
865 which countries actually have that and dejanews is history
866 as well as most of that nonsensical entry.
867 Branch: perl
868 ! pod/perlfaq2.pod
869____________________________________________________________________________
870[ 9771] By: jhi on 2001/04/21 15:27:17
871 Log: Subject: perlfaq1.patch for 5.7.1
872 From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
873 Date: Fri, 20 Apr 2001 16:57:36 -0500
874 Message-ID: <20010420165736.K3194@chaos.wustl.edu>
875
876 Evil URLs must die. Especially when they are broken.
877 Branch: perl
878 ! pod/perlfaq1.pod
879____________________________________________________________________________
880[ 9770] By: jhi on 2001/04/21 15:23:38
881 Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
882 From: Michael G Schwern <schwern@pobox.com>
883 Date: Sat, 21 Apr 2001 16:11:12 +0100
884 Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
885 Branch: perl
886 + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
887 + t/lib/b-stash.t
888 ! MANIFEST ext/B/B.pm t/lib/b.t
889____________________________________________________________________________
890[ 9769] By: jhi on 2001/04/21 15:03:32
891 Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
892 From: Michael G Schwern <schwern@pobox.com>
893 Date: Sat, 21 Apr 2001 09:48:00 +0100
894 Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
895 Branch: perl
896 ! utils/h2ph.PL
897____________________________________________________________________________
898[ 9768] By: jhi on 2001/04/21 14:33:49
899 Log: PerlIO and Encode doc cleanup and tweaks.
900 Branch: perl
901 ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
902 ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
903____________________________________________________________________________
904[ 9767] By: jhi on 2001/04/21 12:40:16
905 Log: Integrate perlio.
906 Branch: perl
907 !> doio.c
908____________________________________________________________________________
909[ 9766] By: nick on 2001/04/20 18:28:35
910 Log: Avoid core dump on
911 open(STDOUT,">",\$foo);
912 Branch: perlio
913 ! doio.c
914____________________________________________________________________________
915[ 9765] By: jhi on 2001/04/20 13:23:43
916 Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
917 From: Robin Houston <robin@kitsite.com>
918 Date: Fri, 20 Apr 2001 14:29:22 +0100
919 Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
920 Branch: perl
921 ! ext/B/B.pm ext/B/B/Deparse.pm
922____________________________________________________________________________
923[ 9764] By: jhi on 2001/04/20 13:19:33
924 Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
925 From: Peter Prymmer <pvhp@forte.com>
926 Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
927 Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
928 Branch: perl
929 ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
930 ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
931 ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
932 ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
933____________________________________________________________________________
934[ 9763] By: jhi on 2001/04/20 12:36:39
935 Log: Subject: Re: A new PerlIO coredump
936 From: Nick Ing-Simmons <nik@tiuk.ti.com>
937 Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
938 Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
939 Branch: perl
940 ! doio.c
941____________________________________________________________________________
942[ 9762] By: jhi on 2001/04/19 23:02:30
943 Log: Update Changes.
944 Branch: perl
945 ! Changes patchlevel.h
946____________________________________________________________________________
4124720b
JH
947[ 9761] By: jhi on 2001/04/19 22:59:19
948 Log: More cleanup cleanup.
949 Branch: perl
950 ! Makefile.SH win32/Makefile win32/makefile.mk
951____________________________________________________________________________
952[ 9760] By: jhi on 2001/04/19 22:50:31
953 Log: lib/Time is non-empty, let's not rmdir it.
954 Branch: perl
955 ! Makefile.SH
956____________________________________________________________________________
957[ 9759] By: jhi on 2001/04/19 22:36:51
958 Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
959 From: Robin Houston <robin@kitsite.com>
960 Date: Fri, 20 Apr 2001 00:18:53 +0100
961 Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
962 Branch: perl
963 ! ext/B/B/Deparse.pm
964____________________________________________________________________________
965[ 9758] By: jhi on 2001/04/19 22:36:00
966 Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
967 From: Peter Prymmer <pvhp@forte.com>
968 Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
969 Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
970 Branch: perl
971 ! ext/Cwd/Cwd.xs
972____________________________________________________________________________
973[ 9757] By: nick on 2001/04/19 18:53:54
974 Log: Blind (untested) integrate of mainline.
975 Branch: perlio
976 +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
977 +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
978 +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
979 !> (integrate 53 files)
980____________________________________________________________________________
981[ 9756] By: jhi on 2001/04/19 16:59:23
982 Log: Document and test Time::Piece.
983 Branch: perl
984 ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
985 ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
986____________________________________________________________________________
987[ 9755] By: jhi on 2001/04/19 12:13:29
988 Log: A better fix for the \x{12345678} trouble from NI-S.
989 Branch: perl
990 ! utf8.c
991____________________________________________________________________________
992[ 9754] By: jhi on 2001/04/19 11:56:07
993 Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
994 From: Robin Houston <robin@kitsite.com>
995 Date: Wed, 18 Apr 2001 17:58:33 +0100
996 Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
997 Branch: perl
998 ! ext/B/B/Deparse.pm op.c
999____________________________________________________________________________
1000[ 9753] By: jhi on 2001/04/19 04:21:52
1001 Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
1002 From: "Kurt D. Starsinic" <kstar@wolfetech.com>
1003 Date: Thu, 19 Apr 2001 01:11:41 -0400
1004 Message-ID: <20010419011141.A5798@cpan.org>
1005 Branch: perl
1006 ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
1007____________________________________________________________________________
1008[ 9752] By: jhi on 2001/04/19 02:41:10
1009 Log: The new time utils need to be thread-aware, too.
1010 Branch: perl
1011 ! util.c
1012____________________________________________________________________________
1013[ 9751] By: jhi on 2001/04/19 02:26:47
1014 Log: Compilation nit noticed by AIX compiler.
1015 Branch: perl
1016 ! perlio.c
1017____________________________________________________________________________
1018[ 9750] By: jhi on 2001/04/19 02:20:06
1019 Log: The new time utils need to be public.
1020 Branch: perl
1021 ! embed.pl
1022____________________________________________________________________________
1023[ 9749] By: jhi on 2001/04/19 01:42:39
1024 Log: Regen toc.
1025 Branch: perl
1026 ! pod/perltoc.pod
1027____________________________________________________________________________
1028[ 9748] By: jhi on 2001/04/19 01:41:10
1029 Log: Add Time::Piece, a slight rewrite of Time::Object,
1030 from Matt Sergeant.
1031 Branch: perl
1032 + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
1033 + ext/Time/Piece/Piece.xs ext/Time/Piece/README
1034 + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
1035 ! MANIFEST configure.com djgpp/config.over epoc/config.sh
1036 ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
1037 ! win32/makefile.mk
1038____________________________________________________________________________
1039[ 9747] By: jhi on 2001/04/19 00:55:35
1040 Log: The new metaconfig unit from strftime.
1041 Branch: metaconfig/U/perl
1042 + d_strftime.U
1043____________________________________________________________________________
1044[ 9746] By: jhi on 2001/04/19 00:54:54
1045 Log: Move the strftime() wrapper from POSIX.xs to util.c
1046 as my_strftime(), requires HAS_STRFTIME.
1047 Branch: perl
1048 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1049 ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
1050 ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
1051 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
1052 ! vos/config.ga.h win32/config.bc win32/config.gc
1053 ! win32/config.vc
1054____________________________________________________________________________
1055[ 9745] By: jhi on 2001/04/18 23:11:03
1056 Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
1057 in preparation of Time::Piece.
1058 Branch: perl
1059 ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
1060____________________________________________________________________________
1061[ 9744] By: jhi on 2001/04/18 22:33:12
1062 Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
1063 From: Peter Prymmer <pvhp@forte.com>
1064 Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
1065 Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
1066 Branch: perl
1067 ! t/lib/exporter.t
1068____________________________________________________________________________
1069[ 9743] By: jhi on 2001/04/18 22:32:23
1070 Log: Subject: Fwd: pod2html leaves cache files lying around?
1071 From: Rajesh Vaidheeswarran <rv@gnu.org>
1072 Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
1073 Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
1074 Branch: perl
1075 ! lib/Pod/Html.pm
1076____________________________________________________________________________
1077[ 9742] By: jhi on 2001/04/18 20:31:49
1078 Log: Update Changes.
1079 Branch: perl
1080 ! Changes patchlevel.h
1081____________________________________________________________________________
918522b5
JH
1082[ 9741] By: jhi on 2001/04/18 20:23:02
1083 Log: Declare hints only if needed.
1084 Branch: perl
1085 ! ext/B/B/Deparse.pm
1086____________________________________________________________________________
1087[ 9740] By: jhi on 2001/04/18 19:06:05
1088 Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
1089 bug noticed by Robin Houston; basically the code of detecting
1090 value wraparound was acting differently under different compilers
1091 and platforms. The workaround is to remove the overflow check
1092 for now, a real fix would be to do the overflow (portably) right.
1093 Branch: perl
1094 ! t/op/pat.t utf8.c
1095____________________________________________________________________________
1096[ 9739] By: jhi on 2001/04/18 19:01:23
1097 Log: Subject: [PATCH B::Deparse] some pragma support
1098 From: Robin Houston <robin@kitsite.com>
1099 Date: Wed, 18 Apr 2001 19:32:12 +0100
1100 Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
1101 Branch: perl
1102 ! ext/B/B/Deparse.pm
1103____________________________________________________________________________
1104[ 9738] By: jhi on 2001/04/18 15:16:37
1105 Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
1106 From: Benjamin Sugars <bsugars@canoe.ca>
1107 Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
1108 Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
1109 Branch: perl
1110 ! t/op/glob.t
1111____________________________________________________________________________
1112[ 9737] By: jhi on 2001/04/18 13:24:50
1113 Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
1114 From: Tim Jenness <t.jenness@jach.hawaii.edu>
1115 Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
1116 Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
1117 Branch: perl
1118 ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
1119 ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
1120____________________________________________________________________________
1121[ 9736] By: jhi on 2001/04/18 04:15:14
1122 Log: The #9735 also changes the subtest 12.
1123 Branch: perl
1124 ! t/lib/b.t
1125____________________________________________________________________________
1126[ 9735] By: jhi on 2001/04/18 03:55:17
1127 Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
1128 From: David Dyck <dcd@tc.fluke.com>
1129 Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
1130 Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
1131 Branch: perl
1132 ! ext/B/B/Deparse.pm
1133____________________________________________________________________________
1134[ 9734] By: jhi on 2001/04/18 03:54:11
1135 Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
1136 From: Gisle Aas <gisle@ActiveState.com>
1137 Date: 17 Apr 2001 19:06:45 -0700
1138 Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
1139 Branch: perl
1140 ! pp_hot.c t/op/misc.t
1141____________________________________________________________________________
1142[ 9733] By: jhi on 2001/04/17 22:25:22
1143 Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
1144 From: "Abigail" <abigail@foad.org>
1145 Date: Wed, 18 Apr 2001 01:17:46 +0200
1146 Message-ID: <20010417231746.21657.qmail@foad.org>
1147 Branch: perl
1148 ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
1149____________________________________________________________________________
1150[ 9732] By: jhi on 2001/04/17 20:47:56
1151 Log: Subject: Re: Deparse - parenthesise args to undeclared subs
1152 From: Robin Houston <robin@kitsite.com>
1153 Date: Tue, 17 Apr 2001 22:37:42 +0100
1154 Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
1155 Branch: perl
1156 ! ext/B/B/Deparse.pm
1157____________________________________________________________________________
1158[ 9731] By: nick on 2001/04/17 20:46:35
1159 Log: Re-sync for t/lib/b.t fix
1160 Branch: perlio
1161 !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
1162____________________________________________________________________________
1163[ 9730] By: jhi on 2001/04/17 20:45:29
1164 Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
1165 From: Robin Houston <robin@kitsite.com>
1166 Date: Tue, 17 Apr 2001 22:29:36 +0100
1167 Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
1168 Branch: perl
1169 ! ext/B/B.xs ext/B/B/Deparse.pm
1170____________________________________________________________________________
1171[ 9729] By: jhi on 2001/04/17 20:43:11
1172 Log: Subject: Deparse - parenthesise args to undeclared subs
1173 From: Robin Houston <robin@kitsite.com>
1174 Date: Tue, 17 Apr 2001 21:31:05 +0100
1175 Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
1176 Branch: perl
1177 ! ext/B/B/Deparse.pm
1178____________________________________________________________________________
1179[ 9728] By: jhi on 2001/04/17 18:57:30
1180 Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
1181 From: Benjamin Sugars <ben.sugars@home.com>
1182 Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
1183 Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
1184 Branch: perl
1185 ! t/lib/cwd.t
1186____________________________________________________________________________
1187[ 9727] By: jhi on 2001/04/17 18:20:20
1188 Log: Subject: [PATCH B::Deparse] ambient pragmas
1189 From: Robin Houston <robin@kitsite.com>
1190 Date: Tue, 17 Apr 2001 20:01:59 +0100
1191 Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
1192 Branch: perl
1193 ! ext/B/B/Deparse.pm t/lib/b.t
1194____________________________________________________________________________
1195[ 9726] By: nick on 2001/04/17 16:33:51
1196 Log: Integrate mainline (t/lib/b.t fails test 2...)
1197 Branch: perlio
1198 +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
1199 +> ext/List/Util/README ext/List/Util/Util.xs
1200 +> ext/List/Util/lib/List/Util.pm
1201 +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
1202 +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
1203 +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
1204 +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
1205 +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
1206 !> (integrate 31 files)
1207____________________________________________________________________________
1208[ 9725] By: jhi on 2001/04/17 12:14:24
1209 Log: Subject: multiple B::* changes
1210 From: Robin Houston <robin@kitsite.com>
1211 Date: Thu, 12 Apr 2001 20:12:27 +0100
1212 Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
1213 Branch: perl
1214 ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
1215____________________________________________________________________________
1216[ 9724] By: jhi on 2001/04/17 11:59:05
1217 Log: Thread-awareness from Doug MacEachern.
1218 Branch: perl
1219 ! ext/List/Util/Util.xs
1220____________________________________________________________________________
1221[ 9723] By: jhi on 2001/04/17 11:57:41
1222 Log: Make the test more portable.
1223 Branch: perl
1224 ! t/lib/cwd.t
1225____________________________________________________________________________
1226[ 9722] By: jhi on 2001/04/17 11:53:50
1227 Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
1228 From: Benjamin Sugars <ben.sugars@home.com>
1229 Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
1230 Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
1231 Branch: perl
1232 ! t/lib/cwd.t
1233____________________________________________________________________________
1234[ 9721] By: jhi on 2001/04/17 11:52:17
1235 Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
1236 From: Benjamin Sugars <bsugars@canoe.ca>
1237 Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
1238 Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
1239 Branch: perl
1240 ! op.c
1241____________________________________________________________________________
1242[ 9720] By: jhi on 2001/04/17 11:35:42
1243 Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
1244 From: Chris Nandor <pudge@pobox.com>
1245 Date: Tue, 17 Apr 2001 00:30:49 -0400
1246 Message-Id: <p05100207b701768712de@[10.0.1.177]>
1247 Branch: perl
1248 ! ext/File/Glob/bsd_glob.c gv.c
1249____________________________________________________________________________
1250[ 9719] By: jhi on 2001/04/17 11:32:13
1251 Log: Subject: [PATCH] Tweten->West
1252 From: Casey West <casey@geeknest.com>
1253 Date: Mon, 16 Apr 2001 12:11:22 -0400
1254 Message-ID: <20010416121122.B14554@stupid.geeknest.com>
1255 Branch: perl
1256 ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
1257 ! pod/perltie.pod
1258____________________________________________________________________________
1259[ 9718] By: jhi on 2001/04/16 03:22:52
1260 Log: Update Changes.
1261 Branch: perl
1262 ! Changes patchlevel.h
1263____________________________________________________________________________
e49ff72b
JH
1264[ 9717] By: jhi on 2001/04/16 03:06:28
1265 Log: Regen toc.
1266 Branch: perl
1267 ! pod/perltoc.pod
1268____________________________________________________________________________
1269[ 9716] By: jhi on 2001/04/16 02:58:42
1270 Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
1271 From: Prymmer/Kahn <pvhp@best.com>
1272 Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
1273 Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
1274 Branch: perl
1275 ! utf8.c
1276____________________________________________________________________________
1277[ 9715] By: jhi on 2001/04/15 23:40:35
1278 Log: Subject: Re: Net::Ping patch, adds stream protocol
1279 From: bronson@rinspin.com (Scott Bronson)
1280 Date: Tue, 10 Apr 2001 23:58:33 -0700
1281 Message-ID: <20010410235833.N29719@rinspin.com>
1282 Branch: perl
1283 ! lib/Net/Ping.pm
1284____________________________________________________________________________
1285[ 9714] By: jhi on 2001/04/15 23:31:46
1286 Log: Printing out the ok messages helps successful testing.
1287 Branch: perl
1288 ! t/lib/time-hires.t
1289____________________________________________________________________________
1290[ 9713] By: jhi on 2001/04/15 21:43:24
1291 Log: Update Douglas Wegscheid's email.
1292 Branch: perl
1293 ! AUTHORS
1294____________________________________________________________________________
1295[ 9712] By: jhi on 2001/04/15 21:40:41
1296 Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
1297 From: Michael G Schwern <schwern@pobox.com>
1298 Date: Sat, 14 Apr 2001 22:40:50 +0100
1299 Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
1300 Branch: perl
1301 + t/lib/exporter.t
1302 ! MANIFEST lib/Exporter/Heavy.pm
1303____________________________________________________________________________
1304[ 9711] By: jhi on 2001/04/15 21:39:21
1305 Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
1306 From: Michael G Schwern <schwern@pobox.com>
1307 Date: Sat, 14 Apr 2001 22:13:59 +0100
1308 Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
1309 Branch: perl
1310 ! t/op/loopctl.t
1311____________________________________________________________________________
1312[ 9710] By: jhi on 2001/04/15 21:30:19
1313 Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
1314 From: Michael G Schwern <schwern@pobox.com>
1315 Date: Sat, 14 Apr 2001 22:05:32 +0100
1316 Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
1317 Branch: perl
1318 ! t/pragma/warnings.t
1319____________________________________________________________________________
1320[ 9709] By: jhi on 2001/04/15 19:34:09
1321 Log: Integrate changes #9706,9707 from maintperl into mainline.
1322
1323 change#7210 broke .packlist generation
1324
1325 ExtUtils::Installed doesn't quote regex metacharacters in paths
1326 before using them in match; also make it work for dosish platforms
1327 Branch: perl
1328 !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
1329____________________________________________________________________________
1330[ 9708] By: jhi on 2001/04/15 19:31:01
1331 Log: Test also the scalar aspect of getitimer().
1332 Branch: perl
1333 ! t/lib/time-hires.t
1334____________________________________________________________________________
1335[ 9707] By: gsar on 2001/04/15 17:24:20
1336 Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
1337 before using them in match; also make it work for dosish platforms
1338 Branch: maint-5.6/perl
1339 ! lib/ExtUtils/Installed.pm
1340____________________________________________________________________________
1341[ 9706] By: gsar on 2001/04/15 17:21:59
1342 Log: change#7210 broke .packlist generation (listed only filename
1343 rather than fully qualified path name)
1344 Branch: maint-5.6/perl
1345 ! lib/ExtUtils/Install.pm
1346____________________________________________________________________________
1347[ 9705] By: jhi on 2001/04/15 12:36:33
1348 Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
1349 Branch: perl
1350 ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
1351 ! t/lib/time-hires.t
1352____________________________________________________________________________
1353[ 9704] By: jhi on 2001/04/15 10:49:08
1354 Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
1355 From: Prymmer/Kahn <pvhp@best.com>
1356 Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
1357 Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
1358 Branch: perl
1359 ! lib/utf8.pm pod/perlebcdic.pod
1360____________________________________________________________________________
1361[ 9703] By: jhi on 2001/04/15 02:26:26
1362 Log: I keep forgetting to sort MANIFEST.
1363 Branch: perl
1364 ! MANIFEST
1365____________________________________________________________________________
1366[ 9702] By: jhi on 2001/04/15 02:07:47
1367 Log: Add Scalar-List-Utils 1.02, from Graham Barr.
1368 Now we have blessed, reftype, tainted, first, reduce, ...
1369 Branch: perl
1370 + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
1371 + ext/List/Util/README ext/List/Util/Util.xs
1372 + ext/List/Util/lib/List/Util.pm
1373 + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
1374 + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
1375 + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
1376 + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
1377 + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
1378 ! MANIFEST
1379____________________________________________________________________________
1380[ 9701] By: jhi on 2001/04/14 15:05:25
1381 Log: Subject: RE: dprofpp.pl updates
1382 From: Carl Eklof <CEklof@endeca.com>
1383 Date: Thu, 12 Apr 2001 18:45:46 -0400
1384 Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
1385 Branch: perl
1386 ! utils/dprofpp.PL
1387____________________________________________________________________________
1388[ 9700] By: jhi on 2001/04/14 14:44:55
1389 Log: Do not just blindly add CR.
1390 Branch: perl
1391 ! Porting/makerel
1392____________________________________________________________________________
1393[ 9699] By: jhi on 2001/04/13 13:17:01
1394 Log: Update Changes.
1395 Branch: perl
1396 ! Changes patchlevel.h
1397____________________________________________________________________________
16dfaf47
JH
1398[ 9698] By: jhi on 2001/04/13 12:44:48
1399 Log: Integrate perlio.
1400 Branch: perl
1401 !> ext/PerlIO/Scalar/Scalar.xs
1402____________________________________________________________________________
1403[ 9697] By: jhi on 2001/04/13 12:29:15
1404 Log: Add more debug output to the test.
1405 Branch: perl
1406 ! t/lib/cwd.t
1407____________________________________________________________________________
1408[ 9696] By: nick on 2001/04/13 10:14:29
1409 Log: Fix core dump on binmode($fh,'Scalar')
1410 Branch: perlio
1411 ! ext/PerlIO/Scalar/Scalar.xs
1412____________________________________________________________________________
1413[ 9695] By: nick on 2001/04/13 09:05:42
1414 Log: Integrate mainline
1415 Branch: perlio
1416 +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
1417 +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
1418 +> t/lib/time-hires.t
1419 !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
1420 !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
1421 !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
1422 !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
1423 !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
1424 !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
1425 !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
1426____________________________________________________________________________
1427[ 9694] By: jhi on 2001/04/12 22:23:35
1428 Log: Integrate change #9693 from maintperl into mainline.
1429
1430 $VERSION and Version() on the same line provokes a warning from
1431 CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
1432 Branch: perl
1433 !> lib/Devel/SelfStubber.pm
1434____________________________________________________________________________
1435[ 9693] By: gsar on 2001/04/12 21:55:56
1436 Log: $VERSION and Version() on the same line provokes a warning from
1437 CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
1438 Branch: maint-5.6/perl
1439 ! lib/Devel/SelfStubber.pm
1440____________________________________________________________________________
1441[ 9692] By: jhi on 2001/04/12 13:54:00
1442 Log: This is at least 5.005.
1443 Branch: perl
1444 ! ext/Time/HiRes/HiRes.xs
1445____________________________________________________________________________
1446[ 9691] By: jhi on 2001/04/12 13:37:20
1447 Log: Non-UNIX platforms extensions update. (Well, UTS is UNIX.)
1448 Branch: perl
1449 ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
1450 ! win32/Makefile win32/makefile.mk
1451____________________________________________________________________________
1452[ 9690] By: jhi on 2001/04/12 01:34:46
1453 Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
1454 Branch: perl
1455 + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
1456 + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
1457 + t/lib/time-hires.t
1458 ! MANIFEST
1459____________________________________________________________________________
1460[ 9689] By: jhi on 2001/04/12 00:28:39
1461 Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
1462 From: Gisle Aas <gisle@ActiveState.com>
1463 Date: 11 Apr 2001 16:36:11 -0700
1464 Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
1465 Branch: perl
1466 ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
1467____________________________________________________________________________
1468[ 9688] By: jhi on 2001/04/12 00:27:39
1469 Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
1470 From: Gisle Aas <gisle@ActiveState.com>
1471 Date: 11 Apr 2001 11:13:24 -0700
1472 Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
1473 Branch: perl
1474 ! ext/MIME/Base64/Base64.xs
1475____________________________________________________________________________
1476[ 9687] By: jhi on 2001/04/11 19:51:47
1477 Log: Slight update on the Todo list. (Should integrate to Todo?)
1478 Branch: perl
1479 ! Todo-5.6
1480____________________________________________________________________________
1481[ 9686] By: jhi on 2001/04/11 16:54:25
1482 Log: Subject: [PATCH opcode.pl] Documentation of table format
1483 From: Simon Cozens <simon@netthink.co.uk>
1484 Date: Wed, 11 Apr 2001 12:59:31 +0100
1485 Message-ID: <20010411125931.A25681@netthink.co.uk>
1486 Branch: perl
1487 ! opcode.pl
1488____________________________________________________________________________
1489[ 9685] By: jhi on 2001/04/11 16:53:15
1490 Log: Subject: [PATCH] prototype("CORE::recv")
1491 From: Simon Cozens <simon@netthink.co.uk>
1492 Date: Wed, 11 Apr 2001 13:24:35 +0100
1493 Message-ID: <20010411132435.A26169@netthink.co.uk>
1494 Branch: perl
1495 ! pp.c t/comp/proto.t
1496____________________________________________________________________________
1497[ 9684] By: jhi on 2001/04/11 16:47:13
1498 Log: FAQ (and AUTHORS) update from Dan Carson: the information
1499 was several years obsolete, Term::Readkey has been updated
1500 to have the functionality.
1501 Branch: perl
1502 ! AUTHORS pod/perlfaq5.pod
1503____________________________________________________________________________
1504[ 9683] By: jhi on 2001/04/11 12:15:46
1505 Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
1506 From: Calle Dybedahl <calle@lysator.liu.se>
1507 Date: 10 Apr 2001 16:44:16 +0200
1508 Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
1509 Branch: perl
1510 ! ext/MIME/Base64/Base64.xs
1511____________________________________________________________________________
1512[ 9682] By: jhi on 2001/04/11 12:12:26
1513 Log: A more minimal fix for 20010410.006 from Hugo.
1514 Branch: perl
1515 ! regexec.c
1516____________________________________________________________________________
1517[ 9681] By: jhi on 2001/04/11 11:34:23
1518 Log: Integrate changes #9678,9679 from maintline into mainperl.
1519
1520 addendum to change#9676
1521
1522 up $File::Glob::VERSION; add a note pointing out the version of
1523 the OpenBSD glob bsd_glob.c resembles
1524 Branch: perl
1525 !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
1526 !> ext/File/Glob/bsd_glob.h
1527____________________________________________________________________________
1528[ 9680] By: jhi on 2001/04/11 11:30:38
1529 Log: Bad test numbering in integrate in #9677.
1530 Fixes ID 20010411.001.
1531 Branch: perl
1532 ! t/op/pat.t
1533____________________________________________________________________________
1534[ 9679] By: gsar on 2001/04/11 03:38:40
1535 Log: up $File::Glob::VERSION; add a note pointing out the version of
1536 the OpenBSD glob bsd_glob.c resembles
1537 Branch: maint-5.6/perl
1538 ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
1539 ! ext/File/Glob/bsd_glob.h
1540____________________________________________________________________________
1541[ 9678] By: gsar on 2001/04/11 03:09:48
1542 Log: addendum to change#9676: some missing changes from OpenBSD glob.c
1543 revision 1.8.10.1 found here:
1544
1545 http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
1546 Branch: maint-5.6/perl
1547 ! ext/File/Glob/bsd_glob.c
1548____________________________________________________________________________
1549[ 9677] By: jhi on 2001/04/11 02:54:39
1550 Log: Integrate changes #9675,9676 from maintperl into mainline.
1551
1552 fix for bug 20010410.006, undo change#7115
1553
1554 port the OpenBSD glob() security patch
1555 Branch: perl
1556 !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
1557 !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
1558 !> t/op/pat.t
1559____________________________________________________________________________
1560[ 9676] By: gsar on 2001/04/11 02:19:02
1561 Log: port the glob() security patch found at:
1562
1563 ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
1564
1565 CERT advisory for the issue is here:
1566
1567 http://www.cert.org/advisories/CA-2001-07.html
1568
1569 Note that the security scare is only relevant for those who are
1570 foolish enough to build suidperl (which is now officially discouraged)
1571 Branch: maint-5.6/perl
1572 ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
1573 ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
1574____________________________________________________________________________
1575[ 9675] By: gsar on 2001/04/10 23:52:11
1576 Log: fix for bug 20010410.006
1577
1578 undo change#7115 (came into maint-5.6 as change#8156)
1579
1580 add tests to keep it from coming back
1581 Branch: maint-5.6/perl
1582 ! regexec.c t/op/pat.t
1583____________________________________________________________________________
1584[ 9674] By: nick on 2001/04/10 20:39:31
1585 Log: Integrate mainline
1586 Branch: perlio
1587 +> Porting/testall.atom
1588 !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
1589 !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
1590 !> t/lib/lc-uk.t t/pod/find.t
1591____________________________________________________________________________
1592[ 9673] By: nick on 2001/04/10 18:46:14
1593 Log: Integrate against change 9670 aka perl-5.7.1
1594 Branch: perlio
1595 +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
1596 !> (integrate 53 files)
1597____________________________________________________________________________
1598[ 9672] By: jhi on 2001/04/10 13:45:01
1599 Log: Add a script for doing cumulative profile of the test suite.
1600 (Requires ATOM, that is, Tru64.)
1601 Branch: perl
1602 + Porting/testall.atom
1603 ! MANIFEST
1604____________________________________________________________________________
1605[ 9671] By: jhi on 2001/04/10 12:38:53
1606 Log: Missing std block.
1607 Branch: perl
1608 ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
1609 ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
1610 ! t/pod/find.t
1611____________________________________________________________________________
1612[ 9670] By: jhi on 2001/04/10 01:25:58
1613 Log: This is 5.7.1.
1614 Branch: perl
1615 ! patchlevel.h
1616____________________________________________________________________________
1617[ 9669] By: jhi on 2001/04/10 01:09:14
1618 Log: Update Changes.
1619 Branch: perl
1620 ! Changes patchlevel.h
1621____________________________________________________________________________
8aa96316
JH
1622[ 9668] By: jhi on 2001/04/10 01:00:38
1623 Log: Regen toc.
1624 Branch: perl
1625 ! pod/perltoc.pod
1626____________________________________________________________________________
1627[ 9667] By: jhi on 2001/04/10 00:52:16
1628 Log: Update perlhist.
1629 Branch: perl
1630 ! pod/perlhist.pod
1631____________________________________________________________________________
1632[ 9666] By: jhi on 2001/04/09 23:38:59
1633 Log: Slight wording tweaks from Damian to #9658.
1634 Branch: perl
1635 ! pod/perlobj.pod
1636____________________________________________________________________________
1637[ 9665] By: jhi on 2001/04/09 19:56:06
1638 Log: Subject: [PATCH perlutil.pod] Nit
1639 From: Simon Cozens <simon@netthink.co.uk>
1640 Date: Mon, 9 Apr 2001 20:29:44 +0100
1641 Message-ID: <20010409202944.A14796@the.earth.li>
1642 Branch: perl
1643 ! pod/perlutil.pod
1644____________________________________________________________________________
1645[ 9664] By: jhi on 2001/04/09 19:54:42
1646 Log: Subject: Re: perl571delta.pod@9631
1647 From: Mike Guy <mjtg@cam.ac.uk>
1648 Date: Mon, 09 Apr 2001 18:09:14 +0100
1649 Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
1650 Branch: perl
1651 ! pod/perl571delta.pod
1652____________________________________________________________________________
1653[ 9663] By: jhi on 2001/04/09 13:43:35
1654 Log: Update Changes.
1655 Branch: perl
1656 ! Changes patchlevel.h
1657____________________________________________________________________________
d422c228
JH
1658[ 9662] By: jhi on 2001/04/09 13:24:46
1659 Log: tweak tweak.
1660 Branch: perl
1661 ! AUTHORS pod/perl571delta.pod
1662____________________________________________________________________________
1663[ 9661] By: jhi on 2001/04/09 13:15:13
1664 Log: Thinko in manual patch applying.
1665 Branch: perl
1666 ! sv.c
1667____________________________________________________________________________
1668[ 9660] By: jhi on 2001/04/09 13:07:53
1669 Log: Subject: Re: [PATCH perl@9424] isn't numeric warning
1670 From: Robin Barker <rmb1@cise.npl.co.uk>
1671 Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
1672 Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
1673
1674 (This corrects the case where the "isn't numeric" string contains \0s
1675 and is longer than the temporary buffer, and contains \0 at the point
1676 the string would be truncated by "...".)
1677 Branch: perl
1678 ! sv.c
1679____________________________________________________________________________
1680[ 9659] By: jhi on 2001/04/09 12:57:41
1681 Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
1682 Branch: perl
1683 ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
1684 ! t/lib/cgi-function.t t/lib/cgi-html.t
1685____________________________________________________________________________
1686[ 9658] By: jhi on 2001/04/09 12:48:47
1687 Log: Subject: [PATCH] Partial rewrite of perlobj.pod
1688 From: Ilmari Karonen <iltzu@sci.fi>
1689 Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
1690 Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
1691
1692 Rearrange and rewrite the Method Invocation section
1693 to explain the concepts in nicer order.
1694 Branch: perl
1695 ! pod/perlobj.pod
1696____________________________________________________________________________
1697[ 9657] By: jhi on 2001/04/09 12:35:58
1698 Log: Upgrade to podlators 1.09, from Russ Allbery.
1699 Branch: perl
1700 ! lib/Pod/Man.pm lib/Pod/Text.pm
1701____________________________________________________________________________
1702[ 9656] By: jhi on 2001/04/09 12:31:53
1703 Log: perl571delta.
1704 Branch: perl
1705 ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
1706____________________________________________________________________________
1707[ 9655] By: jhi on 2001/04/09 12:20:09
1708 Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
1709 From: Prymmer/Kahn <pvhp@best.com>
1710 Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
1711 Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
1712 Branch: perl
1713 ! lib/utf8.pm pod/perlunicode.pod
1714____________________________________________________________________________
1715[ 9654] By: gsar on 2001/04/09 03:38:33
1716 Log: here lies 5.6.1
1717 Branch: maint-5.6/perl
1718 ! Changes
1719____________________________________________________________________________
1720[ 9653] By: jhi on 2001/04/09 03:25:24
1721 Log: Update perlhist.
1722 Branch: perl
1723 ! pod/perlhist.pod
1724____________________________________________________________________________
1725[ 9652] By: jhi on 2001/04/09 03:18:49
1726 Log: perl571delta tweaking continues.
1727 Branch: perl
1728 ! pod/perl571delta.pod
1729____________________________________________________________________________
1730[ 9651] By: gsar on 2001/04/09 03:11:19
1731 Log: update Changes, patchlevel.h &c.
1732 Branch: maint-5.6/perl
1733 ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
1734 ! pod/perltoc.pod
1735____________________________________________________________________________
1736[ 9650] By: jhi on 2001/04/09 02:40:24
1737 Log: Integrate the perlfork half of #9513 from maintperl into mainline
1738 (the perlunicode half is obsolete)
1739 Branch: perl
1740 ! pod/perlfork.pod
1741____________________________________________________________________________
1742[ 9649] By: gsar on 2001/04/09 02:35:43
1743 Log: tweak perldelta as suggested by Jarkko
1744 Branch: maint-5.6/perl
1745 ! pod/perldelta.pod
1746____________________________________________________________________________
1747[ 9648] By: jhi on 2001/04/09 02:13:04
1748 Log: Integrate change #9646 from maintperl into mainline.
1749
1750 add note about ithreads and Thread.pm
1751 Branch: perl
1752 !> ext/Thread/Thread.pm ext/Thread/Thread.xs
1753____________________________________________________________________________
1754[ 9647] By: jhi on 2001/04/09 02:10:18
1755 Log: Bad assumption that shortsize == 2.
1756 Branch: perl
1757 ! t/lib/xs-typemap.t
1758____________________________________________________________________________
1759[ 9646] By: gsar on 2001/04/09 00:48:04
1760 Log: add note about ithreads and Thread.pm (too many people are
1761 confused by the fact that Thread.pm is built and installed
1762 under non-5005threads but doesn't work)
1763 Branch: maint-5.6/perl
1764 ! ext/Thread/Thread.pm ext/Thread/Thread.xs
1765____________________________________________________________________________
1766[ 9645] By: gsar on 2001/04/09 00:19:03
1767 Log: update perldelta.pod for changes in 5.6.1
1768 Branch: maint-5.6/perl
1769 ! Changes pod/perldelta.pod
1770____________________________________________________________________________
1771[ 9644] By: jhi on 2001/04/08 20:37:00
1772 Log: Integrate change #9639 from maintperl into mainline:
1773 on windows, many of the README.* pods were being copied to
1774 the wrong location
1775 Branch: perl
1776 !> win32/Makefile win32/makefile.mk
1777____________________________________________________________________________
1778[ 9643] By: jhi on 2001/04/08 20:07:11
1779 Log: Integrate change #9624 from maintperl into mainline:
1780 the pod tests were not okay. (t/pod/find.t changes ignored)
1781 Branch: perl
1782 !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
1783 !> t/pod/include.t t/pod/included.t t/pod/lref.t
1784 !> t/pod/multiline_items.t t/pod/nested_items.t
1785 !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
1786 !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
1787____________________________________________________________________________
1788[ 9642] By: jhi on 2001/04/08 19:57:17
1789 Log: Integrate change #9638 from maintperl into mainline:
1790 update to latest JPL from the anoncvs repository
1791 Branch: perl
1792 +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
1793 !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
1794 !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
1795____________________________________________________________________________
1796[ 9641] By: jhi on 2001/04/08 19:53:30
1797 Log: perl571delta updates.
1798 Branch: perl
1799 ! lib/Filter/Simple.pm pod/perl571delta.pod
1800____________________________________________________________________________
1801[ 9640] By: gsar on 2001/04/08 19:20:46
1802 Log: integrate change#9634 from mainline
1803
1804 Fix the perlmodlib generation (didn't understand separate .pod
1805 files; didn't understand -- as the name-thing separator).
1806 Update the CPAN mirrors list.
1807 Branch: maint-5.6/perl
1808 ! pod/perlmodlib.pod
1809 !> pod/perlmodlib.PL
1810____________________________________________________________________________
1811[ 9639] By: gsar on 2001/04/08 18:57:31
1812 Log: on windows, many of the README.* pods were being copied to the wrong
1813 location
1814 Branch: maint-5.6/perl
1815 ! win32/Makefile win32/makefile.mk
1816____________________________________________________________________________
1817[ 9638] By: gsar on 2001/04/08 18:38:25
1818 Log: update to latest JPL from the anoncvs repository
1819 Branch: maint-5.6/perl
1820 + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
1821 ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
1822 ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
1823____________________________________________________________________________
1824[ 9637] By: jhi on 2001/04/08 17:53:53
1825 Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
1826 Branch: perl
1827 ! pod/perl571delta.pod
1828____________________________________________________________________________
1829[ 9636] By: jhi on 2001/04/08 17:18:32
1830 Log: Regen toc.
1831 Branch: perl
1832 ! pod/perltoc.pod
1833____________________________________________________________________________
1834[ 9635] By: jhi on 2001/04/08 17:16:33
1835 Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
1836 From: "Craig A. Berry" <craigberry@mac.com>
1837 Date: Sun, 08 Apr 2001 12:30:16 -0500
1838 Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
1839 Branch: perl
1840 ! ext/IO/IO.xs lib/ExtUtils/xsubpp
1841____________________________________________________________________________
1842[ 9634] By: jhi on 2001/04/08 17:09:19
1843 Log: Fix the perlmodlib generation (didn't understand separate .pod
1844 files; didn't understand -- as the name-thing separator).
1845
1846 Update the CPAN mirrors list.
1847 Branch: perl
1848 ! pod/perlmodlib.PL pod/perlmodlib.pod
1849____________________________________________________________________________
1850[ 9633] By: jhi on 2001/04/08 16:49:17
1851 Log: Sort MANIFEST.
1852 Branch: perl
1853 ! MANIFEST
1854____________________________________________________________________________
1855[ 9632] By: gsar on 2001/04/08 16:36:06
1856 Log: add $Tie::RefHash::VERSION
1857 Branch: maint-5.6/perl
1858 ! lib/Tie/RefHash.pm
1859____________________________________________________________________________
1860[ 9631] By: jhi on 2001/04/08 16:10:15
1861 Log: perl571delta updates based on p5p feedback; still needs
1862 lots of examples.
1863 Branch: perl
1864 ! pod/perl571delta.pod
1865____________________________________________________________________________
1866[ 9630] By: jhi on 2001/04/08 15:59:13
1867 Log: Update the list of supported platforms to talk about 5.7.1
1868 (and 5.6.1)
1869 Branch: perl
1870 ! pod/perlport.pod
1871____________________________________________________________________________
1872[ 9629] By: jhi on 2001/04/08 15:55:41
1873 Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
1874 from maintperl into mainline: perlport updates.
1875 Branch: perl
1876 ! pod/perlport.pod
1877____________________________________________________________________________
1878[ 9628] By: jhi on 2001/04/08 15:53:17
1879 Log: perlsolaris.pod copied to wrong directory.
1880 Branch: perl
1881 ! win32/makefile.mk
1882____________________________________________________________________________
1883[ 9627] By: jhi on 2001/04/08 14:48:18
1884 Log: Subject: Typos in perl571delta.pod
1885 From: "Stephen P. Potter" <spp@spotter.yi.org>
1886 Date: Sat, 07 Apr 2001 20:37:05 -0400
1887 Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
1888 Branch: perl
1889 ! pod/perl571delta.pod
1890____________________________________________________________________________
1891[ 9626] By: jhi on 2001/04/08 14:39:04
1892 Log: Smoke out dTHR, spotted by by Stephen P. Potter.
1893 Branch: perl
1894 ! gv.c
1895____________________________________________________________________________
1896[ 9625] By: nick on 2001/04/08 10:14:23
1897 Log: Integrate mainline
1898 Branch: perlio
1899 +> pod/perl570delta.pod pod/perl571delta.pod
1900 !> (integrate 27 files)
1901____________________________________________________________________________
1902[ 9624] By: gsar on 2001/04/08 06:08:17
1903 Log: test in t/pod/* were busted
1904
1905 these tests are still not enabled in t/{harness,TEST}
1906 Branch: maint-5.6/perl
1907 ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
1908 ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
1909 ! t/pod/multiline_items.t t/pod/nested_items.t
1910 ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
1911 ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
1912____________________________________________________________________________
1913[ 9623] By: gsar on 2001/04/08 03:37:01
1914 Log: integrate change#9470 from mainline
1915
1916 Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
1917 Branch: maint-5.6/perl
1918 !> ext/Socket/Socket.xs
1919____________________________________________________________________________
1920[ 9622] By: jhi on 2001/04/07 22:40:47
1921 Log: Update Changes.
1922 Branch: perl
1923 ! Changes patchlevel.h
1924____________________________________________________________________________
67991998
JH
1925[ 9621] By: jhi on 2001/04/07 22:34:16
1926 Log: Update AUTHORS.
1927 Branch: perl
1928 ! AUTHORS
1929____________________________________________________________________________
1930[ 9620] By: jhi on 2001/04/07 22:12:47
1931 Log: Forgot to bump the number of tests in #9164.
1932 Branch: perl
1933 ! t/op/array.t
1934____________________________________________________________________________
1935[ 9619] By: jhi on 2001/04/07 22:09:50
1936 Log: Bump patchlevel to 5.7.1.
1937 Branch: perl
1938 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1939 ! config_h.SH patchlevel.h
1940____________________________________________________________________________
1941[ 9618] By: jhi on 2001/04/07 22:02:41
1942 Log: Populate perl571delta.
1943 Branch: perl
1944 ! pod/perl571delta.pod
1945____________________________________________________________________________
1946[ 9617] By: jhi on 2001/04/07 22:01:23
1947 Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
1948 to forget it later; do not change patchlevel.h yet or regenerate
1949 Configure yet.
1950 Branch: perl
1951 ! epoc/config.sh win32/Makefile win32/config_H.bc
1952 ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
1953____________________________________________________________________________
1954[ 9616] By: jhi on 2001/04/07 17:46:33
1955 Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
1956 Branch: perl
1957 ! pod/perl571delta.pod
1958____________________________________________________________________________
1959[ 9615] By: jhi on 2001/04/07 17:33:21
1960 Log: Change the toc configuration.
1961 Branch: perl
1962 ! pod/buildtoc.PL pod/perl.pod
1963____________________________________________________________________________
1964[ 9614] By: jhi on 2001/04/07 17:29:47
1965 Log: Subject: PATCH: $[
1966 From: Robin Houston <robin@kitsite.com>
1967 Date: Fri, 6 Apr 2001 18:10:14 +0100
1968 Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
1969 Branch: perl
1970 ! op.c t/op/array.t
1971____________________________________________________________________________
1972[ 9613] By: jhi on 2001/04/07 17:28:26
1973 Log: Subject: [PATCH perl@9424] isn't numeric warning
1974 From: Robin Barker <rmb1@cise.npl.co.uk>
1975 Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
1976 Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
1977 Branch: perl
1978 ! sv.c t/pragma/warn/sv
1979____________________________________________________________________________
1980[ 9612] By: jhi on 2001/04/07 17:26:45
1981 Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
1982 From: Mike Guy <mjtg@cam.ac.uk>
1983 Date: Fri, 06 Apr 2001 12:47:06 +0100
1984 Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
1985 Branch: perl
1986 ! dump.c t/lib/peek.t
1987____________________________________________________________________________
1988[ 9611] By: jhi on 2001/04/07 17:21:35
1989 Log: Create perl571delta and seed it off with the perldelta changes
1990 since 5.7.0; remove those changes from perldelta and rename it
1991 as perl570delta; recreate perldelta but leave it almost empty.
1992 Branch: perl
1993 + pod/perl570delta.pod pod/perl571delta.pod
1994 ! MANIFEST pod/perldelta.pod
1995____________________________________________________________________________
1996[ 9610] By: jhi on 2001/04/07 16:56:32
1997 Log: Denit.
1998 Branch: perl
1999 ! pod/perldelta.pod
2000____________________________________________________________________________
2001[ 9609] By: jhi on 2001/04/07 16:38:32
2002 Log: Retract #9523: needs more thought.
2003 Branch: perl
2004 ! Makefile.SH
2005____________________________________________________________________________
2006[ 9608] By: jhi on 2001/04/07 14:59:20
2007 Log: atmark() code cleanaup.
2008 Branch: perl
2009 ! ext/IO/IO.xs
2010____________________________________________________________________________
2011[ 9607] By: jhi on 2001/04/07 14:48:14
2012 Log: Integrate change #9605 from maintperl into mainline.
2013
2014 can't optimize away scope entry if tr/// is present
2015 Branch: perl
2016 !> op.c t/op/tr.t
2017____________________________________________________________________________
2018[ 9606] By: jhi on 2001/04/07 14:43:59
2019 Log: Integrate perlio.
2020 Branch: perl
2021 +> win32/FindExt.pm
2022 !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
2023 !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
2024____________________________________________________________________________
2025[ 9605] By: gsar on 2001/04/07 11:52:40
2026 Log: can't optimize away scope entry if tr/// is present
2027 Branch: maint-5.6/perl
2028 ! op.c t/op/tr.t
2029____________________________________________________________________________
2030[ 9604] By: nick on 2001/04/07 11:39:45
2031 Log: Split out extension finding code from buildext.pl into FindExt.pm
2032 Use it to get Config.pm's idea of available extensions in line
2033 with what is built.
2034 Branch: perlio
2035 + win32/FindExt.pm
2036 ! MANIFEST win32/buildext.pl win32/config_sh.PL
2037 ! win32/makefile.mk
2038____________________________________________________________________________
2039[ 9603] By: nick on 2001/04/07 09:11:38
2040 Log: Cleanup correction for failed :Via() layer, also set an error code.
2041 Branch: perlio
2042 ! ext/PerlIO/Via/Via.xs
2043____________________________________________________________________________
2044[ 9602] By: nick on 2001/04/07 08:38:04
2045 Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
2046 style. So don't use binmode() on the handles so that Win32 etc. see
2047 same sequence and produce same digests.
2048 Branch: perlio
2049 ! t/lib/md5-file.t
2050____________________________________________________________________________
2051[ 9601] By: nick on 2001/04/07 08:36:26
2052 Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
2053 Else it complains and so crlf layer (say) does not get pushed.
2054 Branch: perlio
2055 ! perlio.c
2056____________________________________________________________________________
2057[ 9600] By: jhi on 2001/04/06 23:00:09
2058 Log: Integrate change #9599 from perlio into mainline.
2059 Branch: perl
2060 !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
2061 !> win32/config_H.vc
2062____________________________________________________________________________
2063[ 9599] By: nick on 2001/04/06 21:42:43
2064 Log: Quote $VERSION in Encode.pm.
2065 regen_config_h as requested.
2066 Branch: perlio
2067 ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
2068 ! win32/config_H.vc
2069____________________________________________________________________________
2070[ 9598] By: nick on 2001/04/06 20:34:59
2071 Log: Integrate mainline
2072 Branch: perlio
2073 +> README.macos
2074 !> (integrate 39 files)
2075____________________________________________________________________________
2076[ 9597] By: gsar on 2001/04/06 18:06:35
2077 Log: integrate change#9464 from mainline (addendum to change#8313)
2078
2079 Subject: [PATCH @9452] Better peep()ing for foreach() loops
2080 Branch: maint-5.6/perl
2081 !> op.c
2082____________________________________________________________________________
2083[ 9596] By: jhi on 2001/04/06 17:26:03
2084 Log: The d_casti32=undef is good for you even when not use64bitall.
2085 Branch: perl
2086 ! hints/hpux.sh
2087____________________________________________________________________________
2088[ 9595] By: gsar on 2001/04/06 14:57:17
2089 Log: add a low-impact fix to accomodate darwin-ism
2090 Branch: maint-5.6/perl
2091 ! ext/Errno/Errno_pm.PL
2092____________________________________________________________________________
2093[ 9594] By: jhi on 2001/04/06 14:55:14
2094 Log: Integrate changes #9528,9593 from mainline into maintperl;
2095 tweaking the editor/IDE/shell list.
2096 Branch: maint-5.6/perl
2097 !> pod/perlfaq3.pod
2098____________________________________________________________________________
2099[ 9593] By: jhi on 2001/04/06 14:51:39
2100 Log: Make the editor/IDE/shell list a little bit airier.
2101 Branch: perl
2102 ! pod/perlfaq3.pod
2103____________________________________________________________________________
2104[ 9592] By: gsar on 2001/04/06 14:45:18
2105 Log: integrate change#9477 from mainline (base.pm doc tweak)
2106
2107 missing doc entry for fmod()
2108 Branch: maint-5.6/perl
2109 ! lib/Math/BigFloat.pm
2110 !> lib/base.pm
2111____________________________________________________________________________
2112[ 9591] By: jhi on 2001/04/06 13:55:48
2113 Log: Regen toc.
2114 Branch: perl
2115 ! pod/perltoc.pod
2116____________________________________________________________________________
2117[ 9590] By: jhi on 2001/04/06 13:54:52
2118 Log: Math::BigFloat patches from John Peacock. The equivalent
2119 of #9586 from maintperl but reworked by John to work with
2120 the bleadperl.
2121 Branch: perl
2122 ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
2123____________________________________________________________________________
2124[ 9589] By: jhi on 2001/04/06 13:42:23
2125 Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
2126 Branch: perl
2127 ! ext/Digest/MD5/Makefile.PL
2128____________________________________________________________________________
2129[ 9588] By: jhi on 2001/04/06 13:31:45
2130 Log: Integrate changes #9584,9587 from maintperl into mainline.
2131
2132 keep eval"" CVs alive until the end of the statement in which
2133 they're called
2134
2135 add README.macos (from Chris Nandor)
2136
2137 tyop in change#9555
2138 Branch: perl
2139 +> README.macos
2140 !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
2141 !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
2142 !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
2143 !> win32/makefile.mk
2144____________________________________________________________________________
2145[ 9587] By: gsar on 2001/04/06 07:31:30
2146 Log: add README.macos (from Chris Nandor)
2147
2148 tyop in change#9555
2149 Branch: maint-5.6/perl
2150 + README.macos
2151 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
2152 ! win32/Makefile win32/makefile.mk
2153____________________________________________________________________________
2154[ 9586] By: gsar on 2001/04/06 07:08:54
2155 Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
2156 Branch: maint-5.6/perl
2157 ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
2158____________________________________________________________________________
2159[ 9585] By: gsar on 2001/04/06 06:58:44
2160 Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
2161 from mainline
2162
2163 Subject: [PATCH] Base64 update to perlfaq9.pod
2164
2165 Subject: [PATCH AUTHORS] Housekeeping
2166
2167 Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
2168 Mac OS X (Darwin) has extra pwent fields.
2169
2170 Subject: [PATCH B::*] print control-character vars readably
2171 Needs EBCDICification.
2172
2173 Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
2174
2175 Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
2176
2177 Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
2178
2179 Subject: [PATCH B::Deparse] binmode is no longer an UNOP
2180
2181 Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
2182
2183 Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
2184
2185 Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate ( with patch)
2186
2187 Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
2188
2189 FreeBSD hints tweak from Anton Berezin.
2190
2191 Subject: [PATCH foolperl & bleadperl] README.vms update
2192
2193 Subject: Re: [PATCH foolperl & bleadperl] README.vms update
2194 Branch: maint-5.6/perl
2195 !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
2196 !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
2197 !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
2198____________________________________________________________________________
2199[ 9584] By: gsar on 2001/04/06 04:09:00
2200 Log: keep eval"" CVs alive until the end of the statement in which
2201 they're called; this avoids a coredump ensuing from search for
2202 lexicals in code such as:
2203
2204 sub bug {
2205 my $s = @_;
2206 eval q[sub { eval 'sub { &$s }' }];
2207 }
2208 bug("x")->()->();
2209
2210 this code still doesn't work as intended (as it has remained
2211 since time immemorial), but it doesn't provoke a coredump anymore
2212 Branch: maint-5.6/perl
2213 ! embed.h embed.pl global.sym objXSUB.h perlapi.c
2214 ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
2215____________________________________________________________________________
2216[ 9583] By: jhi on 2001/04/05 23:52:51
2217 Log: Update Changes.
2218 Branch: perl
2219 ! Changes patchlevel.h
2220____________________________________________________________________________
d835aa99
JH
2221[ 9582] By: jhi on 2001/04/05 23:11:23
2222 Log: Slight doc tweak.
2223 Branch: perl
2224 ! pod/perlunicode.pod
2225____________________________________________________________________________
2226[ 9581] By: jhi on 2001/04/05 23:04:11
2227 Log: Integrate perlio.
2228 Branch: perl
2229 !> pod/perlunicode.pod
2230____________________________________________________________________________
2231[ 9580] By: jhi on 2001/04/05 23:03:29
2232 Log: Test for #9579.
2233 Branch: perl
2234 ! t/op/do.t
2235____________________________________________________________________________
2236[ 9579] By: jhi on 2001/04/05 22:54:17
2237 Log: Subject: [PATCH] Propagate calling context for do '...'
2238 From: Gisle Aas <gisle@ActiveState.com>
2239 Date: 04 Apr 2001 20:17:29 -0700
2240 Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
2241 Branch: perl
2242 ! pod/perlfunc.pod pp_ctl.c
2243____________________________________________________________________________
2244[ 9578] By: jhi on 2001/04/05 22:52:51
2245 Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
2246 From: Peter Prymmer <pvhp@forte.com>
2247 Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
2248 Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
2249 Branch: perl
2250 ! README.vms
2251____________________________________________________________________________
2252[ 9577] By: jhi on 2001/04/05 22:48:22
2253 Log: Subject: [PATCH foolperl & bleadperl] README.vms update
2254 From: "Craig A. Berry" <craigberry@mac.com>
2255 Date: Thu, 5 Apr 2001 13:43:28 -0500
2256 Message-Id: <p04330101b6f269936918@[172.16.52.1]>
2257 Branch: perl
2258 ! README.vms
2259____________________________________________________________________________
2260[ 9576] By: jhi on 2001/04/05 22:31:38
2261 Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
2262 From: Michael G Schwern <schwern@pobox.com>
2263 Date: Thu, 5 Apr 2001 21:53:21 +0100
2264 Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
2265 Branch: perl
2266 ! lib/base.pm t/lib/fields.t
2267____________________________________________________________________________
2268[ 9575] By: jhi on 2001/04/05 22:26:10
2269 Log: FreeBSD hints tweak from Anton Berezin.
2270 Branch: perl
2271 ! hints/freebsd.sh
2272____________________________________________________________________________
2273[ 9574] By: jhi on 2001/04/05 22:24:03
2274 Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
2275 From: David Dyck <dcd@tc.fluke.com>
2276 Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
2277 Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
2278 Branch: perl
2279 ! t/op/oct.t
2280____________________________________________________________________________
2281[ 9573] By: jhi on 2001/04/05 22:23:06
2282 Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate ( with patch)
2283 Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
2284 From: David Dyck <dcd@tc.fluke.com>
2285 Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
2286 Branch: perl
2287 ! pp.c
2288____________________________________________________________________________
2289[ 9572] By: jhi on 2001/04/05 22:14:47
2290 Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
2291 From: Robin Houston <robin@kitsite.com>
2292 Date: Thu, 5 Apr 2001 20:56:48 +0100
2293 Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
2294 Branch: perl
2295 ! ext/B/B/Deparse.pm
2296____________________________________________________________________________
2297[ 9571] By: jhi on 2001/04/05 22:12:53
2298 Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
2299 From: Robin Houston <robin@kitsite.com>
2300 Date: Thu, 5 Apr 2001 19:55:51 +0100
2301 Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
2302 Branch: perl
2303 ! ext/B/B/Deparse.pm
2304____________________________________________________________________________
2305[ 9570] By: jhi on 2001/04/05 22:11:06
2306 Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
2307 From: Robin Houston <robin@kitsite.com>
2308 Date: Thu, 5 Apr 2001 20:16:29 +0100
2309 Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
2310 Branch: perl
2311 ! ext/B/B/Deparse.pm
2312____________________________________________________________________________
2313[ 9569] By: nick on 2001/04/05 21:32:26
2314 Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
2315 Branch: perlio
2316 ! pod/perlunicode.pod
2317____________________________________________________________________________
2318[ 9568] By: nick on 2001/04/05 19:38:09
2319 Log: Integrate mainline
2320 Branch: perlio
2321 +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
2322 !> (integrate 35 files)
2323____________________________________________________________________________
2324[ 9567] By: jhi on 2001/04/05 18:31:45
2325 Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
2326 From: Robin Houston <robin@kitsite.com>
2327 Date: Thu, 5 Apr 2001 18:03:23 +0100
2328 Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
2329 Branch: perl
2330 ! ext/B/B/Deparse.pm
2331____________________________________________________________________________
2332[ 9566] By: jhi on 2001/04/05 18:29:35
2333 Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
2334 From: Robin Houston <robin@kitsite.com>
2335 Date: Thu, 5 Apr 2001 16:45:18 +0100
2336 Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
2337 Branch: perl
2338 ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
2339____________________________________________________________________________
2340[ 9565] By: jhi on 2001/04/05 18:24:23
2341 Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
2342 From: Robin Houston <robin@kitsite.com>
2343 Date: Thu, 5 Apr 2001 14:50:09 +0100
2344 Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
2345 Branch: perl
2346 ! ext/B/B/Deparse.pm
2347____________________________________________________________________________
2348[ 9564] By: jhi on 2001/04/05 18:23:03
2349 Log: Subject: [PATCH B::*] print control-character vars readably
2350 From: Robin Houston <robin@kitsite.com>
2351 Date: Thu, 5 Apr 2001 14:27:38 +0100
2352 Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
2353
2354 Needs EBCDICification.
2355 Branch: perl
2356 ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
2357 ! ext/B/B/Terse.pm
2358____________________________________________________________________________
2359[ 9563] By: jhi on 2001/04/05 18:20:32
2360 Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
2361 Date: Thu, 5 Apr 2001 13:21:42 -0400
2362 From: Paul Schinder <schinder@pobox.com>
2363 Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
2364
2365 Mac OS X (Darwin) has extra pwent fields.
2366 Branch: perl
2367 ! t/op/pwent.t
2368____________________________________________________________________________
2369[ 9562] By: jhi on 2001/04/05 17:57:51
2370 Log: Regen toc.
2371 Branch: perl
2372 ! pod/perltoc.pod
2373____________________________________________________________________________
2374[ 9561] By: jhi on 2001/04/05 17:47:33
2375 Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
2376 Branch: metaconfig
2377 ! U/Glossary.patch
2378 Branch: metaconfig/U/perl
2379 + d_u32align.U
2380 ! d_cmsghdr_s.U d_msghdr_s.U
2381____________________________________________________________________________
2382[ 9560] By: jhi on 2001/04/05 17:47:01
2383 Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
2384 ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
2385 Introduce probes for struct msghdr, struct cmsghdr,
2386 sendmsg, recvmsg, readv, writev, setitimer, getitimer,
2387 ualarm, usleep, for possible later extension work.
2388 Branch: perl
2389 + t/lib/md5-align.t
2390 ! Configure MANIFEST Porting/Glossary Porting/config.sh
2391 ! Porting/config_H config_h.SH configure.com epoc/config.sh
2392 ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
2393 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
2394 ! vos/config.ga.h win32/config.bc win32/config.gc
2395 ! win32/config.vc
2396____________________________________________________________________________
2397[ 9559] By: jhi on 2001/04/05 13:03:04
2398 Log: Be traditional in your cpp (for the Errno extension).
2399 Branch: perl
2400 ! hints/darwin.sh
2401____________________________________________________________________________
2402[ 9558] By: jhi on 2001/04/05 13:00:05
2403 Log: Add $Config{cppflags} to the gcc incantation.
2404 Branch: perl
2405 ! ext/Errno/Errno_pm.PL
2406____________________________________________________________________________
2407[ 9557] By: jhi on 2001/04/05 04:22:39
2408 Log: Introduce Sean Burke's Class::ISA 0.32.
2409 Branch: perl
2410 + lib/Class/ISA.pm t/lib/class-isa.t
2411 ! MANIFEST
2412____________________________________________________________________________
2413[ 9556] By: jhi on 2001/04/05 04:09:50
2414 Log: Subject: [PATCH AUTHORS] Housekeeping
2415 From: Paul Johnson <paul@pjcj.net>
2416 Date: Wed, 4 Apr 2001 22:45:47 +0200
2417 Message-ID: <20010404224547.D9548@pjcj.net>
2418 Branch: perl
2419 ! AUTHORS
2420____________________________________________________________________________
2421[ 9555] By: jhi on 2001/04/05 04:06:33
2422 Log: Subject: [PATCH] Base64 update to perlfaq9.pod
2423 From: Gisle Aas <gisle@ActiveState.com>
2424 Date: 04 Apr 2001 14:23:04 -0700
2425 Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
2426 Branch: perl
2427 ! pod/perlfaq9.pod
2428____________________________________________________________________________
2429[ 9554] By: jhi on 2001/04/05 04:05:49
2430 Log: Downgrade also the "Wide character" diagnostic.
2431 Branch: perl
2432 ! pod/perldiag.pod
2433____________________________________________________________________________
2434[ 9553] By: jhi on 2001/04/05 04:00:33
2435 Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
2436 maintperl into mainline.
2437
2438 "double" should be "NV"; standard typemap is missing entry
2439 for NV
2440
2441 s/djSP/dSP/
2442
2443 Downgrade "Wide character in print" to a warning.
2444
2445 B::Deparse fix for ${^FOO} and documentation for PVX() method
2446 (from Robin Houston)
2447
2448 tr/// doesn't null-terminate the result in some situations
2449 (from Gisle Aas)
2450 Branch: perl
2451 !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
2452 !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
2453 !> t/io/utf8.t t/op/tr.t
2454____________________________________________________________________________
2455[ 9552] By: jhi on 2001/04/05 03:52:50
2456 Log: Retract changes #9542 and #9538 (from maintperl, integrated
2457 at #9540), shouldn't be needed because of the perlio changes.
2458 Branch: perl
2459 ! util.c
2460____________________________________________________________________________
2461[ 9551] By: gsar on 2001/04/05 00:18:34
2462 Log: tr/// doesn't null-terminate the result in some situations
2463 (from Gisle Aas)
2464 Branch: maint-5.6/perl
2465 ! doop.c t/op/tr.t
2466____________________________________________________________________________
2467[ 9550] By: gsar on 2001/04/04 20:04:17
2468 Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
2469 (from Robin Houston)
2470 Branch: maint-5.6/perl
2471 ! ext/B/B.pm ext/B/B/Deparse.pm
2472____________________________________________________________________________
2473[ 9549] By: nick on 2001/04/04 18:56:15
2474 Log: Downgrade "Wide character in print" to a warning.
2475 Branch: perlio
2476 ! doio.c t/io/utf8.t
2477____________________________________________________________________________
2478[ 9548] By: gsar on 2001/04/04 18:51:49
2479 Log: integrate changes#9460,9462,9482,9521,9522
2480
2481 Subject: PATCH: B::Debug should show LOOP-specific fields
2482
2483 Subject: B::Deparse precedence bug. (Patch included.)
2484
2485 Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
2486
2487 Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
2488
2489 Subject: [PATCH B::Concise] padname values may have bogus SvCUR
2490 Branch: maint-5.6/perl
2491 !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
2492 !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
2493____________________________________________________________________________
2494[ 9547] By: gsar on 2001/04/04 18:49:16
2495 Log: s/djSP/dSP/
2496 Branch: maint-5.6/perl
2497 ! ext/Thread/Thread.xs
2498____________________________________________________________________________
2499[ 9546] By: nick on 2001/04/04 18:44:00
2500 Log: Integrate mainline.
2501 Branch: perlio
2502 !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
2503 !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
2504____________________________________________________________________________
2505[ 9545] By: gsar on 2001/04/04 18:38:52
2506 Log: integrate change#8837 from mainline
2507
2508 Subject: [patch] -Wall cleanup round 2
2509 Branch: maint-5.6/perl
2510 !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
2511 !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
2512 !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
2513 !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
2514 !> ext/SDBM_File/SDBM_File.xs
2515____________________________________________________________________________
2516[ 9544] By: gsar on 2001/04/04 17:49:57
2517 Log: "double" should be "NV"; standard typemap is missing entry
2518 for NV
2519 Branch: maint-5.6/perl
2520 ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
2521____________________________________________________________________________
2522[ 9543] By: jhi on 2001/04/04 14:13:18
2523 Log: Thou shalt not (just) match for English error messages.
2524 Branch: perl
2525 ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
2526 ! os2/OS2/Process/Process.pm
2527____________________________________________________________________________
2528[ 9542] By: jhi on 2001/04/04 13:20:39
2529 Log: Make the stdio tricks of fflush_all() to exist only if
2530 stdio is being used.
2531 Branch: perl
2532 ! util.c
2533____________________________________________________________________________
2534[ 9541] By: jhi on 2001/04/04 04:20:24
2535 Log: Subject: Re: [PATCH] Lighten up glob
2536 From: Benjamin Sugars <bsugars@canoe.ca>
2537 Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
2538 Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
2539 Branch: perl
2540 ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
2541 ! util.c
2542____________________________________________________________________________
2543[ 9540] By: jhi on 2001/04/04 04:03:57
2544 Log: Integrate changes #9538,9539 from maintperl into mainline.
2545
2546 fflush() is a macro on SunOS 4.1.x, so provide a wrapper
2547 for use with _fwalk() (fix for change#7705)
2548
2549 another tweak needed for SunOS 4.1.x build (from Mike Guy)
2550 (cp -f is not portable)
2551 Branch: perl
2552 !> Makefile.SH util.c
2553____________________________________________________________________________
2554[ 9539] By: gsar on 2001/04/04 03:01:14
2555 Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
2556 Branch: maint-5.6/perl
2557 ! Makefile.SH
2558____________________________________________________________________________
2559[ 9538] By: gsar on 2001/04/04 01:00:38
2560 Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
2561 for use with _fwalk() (fix for change#7705)
2562 Branch: maint-5.6/perl
2563 ! util.c
2564____________________________________________________________________________
2565[ 9537] By: nick on 2001/04/03 19:24:55
2566 Log: Integrate mainline
2567 Branch: perlio
2568 +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
2569 +> lib/unicode/PropList.html
2570 - lib/unicode/Names.txt lib/unicode/README.Ethiopic
2571 !> (integrate 69 files)
2572____________________________________________________________________________
2573[ 9536] By: jhi on 2001/04/03 18:02:31
2574 Log: Integrate change #9533 from maintperl into mainline.
2575
2576 better fix for change#9517 to accomodate UNC paths like
2577 \\server\share\foo, and paths with trailing backslash
2578 like c:\this\
2579 Branch: perl
2580 !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
2581____________________________________________________________________________
2582[ 9535] By: jhi on 2001/04/03 17:58:07
2583 Log: Change the push/unshift warning to be of class syntax, not misc.
2584 Branch: perl
2585 ! op.c pod/perldiag.pod t/pragma/warn/op
2586____________________________________________________________________________
2587[ 9534] By: jhi on 2001/04/03 15:03:46
2588 Log: Change the push/unshift warning (#9532) to talk about "no values"
2589 instead of "no arguments".
2590 Branch: perl
2591 ! op.c pod/perldiag.pod t/pragma/warn/op
2592____________________________________________________________________________
2593[ 9533] By: gsar on 2001/04/03 14:30:07
2594 Log: better fix for change#9517 to accomodate UNC paths like
2595 \\server\share\foo, and paths with trailing backslash
2596 like c:\this\
2597 Branch: maint-5.6/perl
2598 ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
2599____________________________________________________________________________
2600[ 9532] By: jhi on 2001/04/03 13:11:46
2601 Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
2602 From: Robin Houston <robin@kitsite.com>
2603 Date: Mon, 2 Apr 2001 15:03:29 +0100
2604 Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
2605 Branch: perl
2606 ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
2607____________________________________________________________________________
2608[ 9531] By: jhi on 2001/04/03 13:06:34
2609 Log: Integrate change #9530 from maintperl into mainline.
2610
2611 accomodate VMS "mailbox overflow" quirk in testsuite (from
2612 Craig Berry)
2613 Branch: perl
2614 !> t/lib/socket.t
2615____________________________________________________________________________
2616[ 9530] By: gsar on 2001/04/03 04:56:41
2617 Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
2618 Craig Berry)
2619 Branch: maint-5.6/perl
2620 ! t/lib/socket.t
2621____________________________________________________________________________
2622[ 9529] By: jhi on 2001/04/03 02:34:34
2623 Log: Update Changes.
2624 Branch: perl
2625 ! Changes patchlevel.h
2626____________________________________________________________________________
d57eded6
JH
2627[ 9528] By: jhi on 2001/04/03 01:27:57
2628 Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
2629 Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
2630 To: perl5-porters@perl.org
2631 Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
2632 Branch: perl
2633 ! pod/perlfaq3.pod
2634____________________________________________________________________________
2635[ 9527] By: jhi on 2001/04/03 01:22:09
2636 Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
2637 From: Peter Prymmer <pvhp@forte.com>
2638 Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
2639 Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>
2640 Branch: perl
2641 ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
2642____________________________________________________________________________
2643[ 9526] By: jhi on 2001/04/03 01:18:25
2644 Log: The metaconfig unit changes for #9525.
2645 Branch: metaconfig
2646 ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
2647 Branch: metaconfig/U/perl
2648 ! use64bits.U
2649____________________________________________________________________________
2650[ 9525] By: jhi on 2001/04/03 01:17:30
2651 Log: Configure sanity checks:
2652 * if use64bitall is attempted but pointers are only 32-bit,
2653 'downgrade' to use64bitint
2654 * if use64bitint is attempted but there's no quad type,
2655 forget about use64bitint (well, the default for it is 'n',
2656 the user can still override this)
2657 * if pointers are 64 bits, do not try to use Perl's malloc
2658 Branch: perl
2659 ! Configure
2660____________________________________________________________________________
2661[ 9524] By: gsar on 2001/04/03 01:09:12
2662 Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
2663 Branch: maint-5.6/perl
2664 ! pp_sys.c
2665____________________________________________________________________________
2666[ 9523] By: jhi on 2001/04/03 00:02:31
67991998
JH
2667 Log: (Retracted by #9609)
2668
2669 Make it harder for parallel makes to enter 'test' before
d57eded6
JH
2670 Dynaloader and File::Glob are happy. (In principle 'make_ext'
2671 should be unhappy enough, but sometimes parallel makes seem
2672 to sneak past both in Tru64 and AIX.)
2673 Branch: perl
2674 ! Makefile.SH
2675____________________________________________________________________________
2676[ 9522] By: jhi on 2001/04/02 22:35:31
2677 Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
2678 Date: Mon, 2 Apr 2001 22:54:10 +0100
2679 From: Robin Houston <robin@kitsite.com>
2680 Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
2681 Branch: perl
2682 ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
2683____________________________________________________________________________
2684[ 9521] By: jhi on 2001/04/02 22:32:23
2685 Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
2686 From: Robin Houston <robin@kitsite.com>
2687 Date: Mon, 2 Apr 2001 20:24:03 +0100
2688 Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
2689 Branch: perl
2690 ! ext/B/B/Concise.pm
2691____________________________________________________________________________
2692[ 9520] By: jhi on 2001/04/02 22:30:43
2693 Log: Subject: [PATCH] REALLY pedantic hv.h nit
2694 From: Simon Cozens <simon@netthink.co.uk>
2695 Date: Mon, 2 Apr 2001 15:43:06 +0100
2696 Message-ID: <20010402154306.A21711@netthink.co.uk>
2697 Branch: perl
2698 ! hv.h
2699____________________________________________________________________________
2700[ 9519] By: jhi on 2001/04/02 22:28:04
2701 Log: Based on
2702
2703 Subject: [foolperl] EPOC fix
2704 From: Olaf Flebbe <O.Flebbe@science-computing.de>
2705 Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
2706 Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
2707 Branch: perl
2708 ! pp_sys.c
2709____________________________________________________________________________
2710[ 9518] By: jhi on 2001/04/02 22:22:34
2711 Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
2712
2713 README.win32 tweaks; add a note about alternative location for
2714 getting a gcc-2.95.2 that will build perl properly on windows
2715
2716 add some notes about gutsy threading matters
2717
2718 many of the utilities interpolate literal paths within doublequotes
2719 (fails on dosish platforms where path contains backslashes)
2720 Branch: perl
2721 !> README.win32 pod/perlguts.pod utils/perldoc.PL
2722 !> x2p/find2perl.PL x2p/s2p.PL
2723____________________________________________________________________________
2724[ 9517] By: gsar on 2001/04/02 19:52:21
2725 Log: many of the utilities interpolate literal paths within doublequotes
2726 (fails on dosish platforms where path contains backslashes)
2727 Branch: maint-5.6/perl
2728 ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
2729____________________________________________________________________________
2730[ 9516] By: gsar on 2001/04/02 05:49:37
2731 Log: a foolish release
2732 Branch: maint-5.6/perl
2733 ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
2734 ! pod/perltoc.pod
2735____________________________________________________________________________
2736[ 9515] By: gsar on 2001/04/02 05:04:29
2737 Log: add missing changelog summaries
2738 Branch: maint-5.6/perl
2739 ! Changes
2740____________________________________________________________________________
2741[ 9514] By: gsar on 2001/04/02 04:07:13
2742 Log: add some notes about gutsy threading matters
2743 Branch: maint-5.6/perl
2744 ! pod/perlguts.pod
2745____________________________________________________________________________
2746[ 9513] By: gsar on 2001/04/02 03:25:21
2747 Log: add more prominent caveat notices about experimental features
2748 Branch: maint-5.6/perl
2749 ! pod/perlfork.pod pod/perlunicode.pod
2750____________________________________________________________________________
2751[ 9512] By: gsar on 2001/04/02 02:54:33
2752 Log: integrate changes#9479,9509 from mainline
2753
2754 [PATCH] File::Glob stuff for Mac OS
2755
2756 [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
2757 Branch: maint-5.6/perl
2758 !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
2759 !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
2760 !> t/lib/glob-taint.t
2761____________________________________________________________________________
2762[ 9511] By: gsar on 2001/04/02 02:38:24
2763 Log: README.win32 tweaks; add a note about alternative location for
2764 getting a gcc-2.95.2 that will build perl properly on windows
2765 Branch: maint-5.6/perl
2766 ! README.win32
2767____________________________________________________________________________
2768[ 9510] By: jhi on 2001/04/01 20:45:10
2769 Log: An ambiguosity warning.
2770 Branch: perl
2771 ! t/lib/trig.t
2772____________________________________________________________________________
2773[ 9509] By: jhi on 2001/04/01 19:53:47
2774 Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
2775 From: Jonathan Stowe <gellyfish@gellyfish.com>
2776 Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
2777 Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
2778 Branch: perl
2779 ! ext/File/Glob/bsd_glob.c
2780____________________________________________________________________________
2781[ 9508] By: jhi on 2001/04/01 19:35:03
2782 Log: Update Changes.
2783 Branch: perl
2784 ! Changes patchlevel.h
2785____________________________________________________________________________
2786[ 9507] By: jhi on 2001/04/01 19:24:01
2787 Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
2788 from mainline to maintperl: pod tweaks.
2789 Branch: maint-5.6/perl
2790 !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
2791 !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
2792 !> pod/perlvar.pod
2793____________________________________________________________________________
67c03fbb
JH
2794[ 9506] By: jhi on 2001/04/01 19:11:53
2795 Log: Commit Sarathy to April release of 5.6.1 :-)
2796 Branch: perl
2797 ! pod/perlfaq1.pod
2798____________________________________________________________________________
2799[ 9505] By: jhi on 2001/04/01 19:03:15
2800 Log: Subject: PATCH 5.6.0 (perldebug.pod)
2801 From: Mark-Jason Dominus <mjd@plover.com>
2802 Date: Sun, 01 Apr 2001 14:25:11 -0400
2803 Message-ID: <20010401182511.9247.qmail@plover.com>
2804 Branch: perl
2805 ! pod/perldebug.pod
2806____________________________________________________________________________
2807[ 9504] By: jhi on 2001/04/01 18:43:09
2808 Log: Add great_circle_direction().
2809 Branch: perl
2810 ! lib/Math/Trig.pm t/lib/trig.t
2811____________________________________________________________________________
2812[ 9503] By: jhi on 2001/04/01 17:29:12
2813 Log: Unicode ReadMe update for Unicode 3.1.
2814 Branch: perl
2815 ! lib/unicode/ReadMe.txt
2816____________________________________________________________________________
2817[ 9502] By: jhi on 2001/04/01 17:18:40
2818 Log: Integrate change #9501 from maintperl into mainline.
2819
2820 fix the perlembed notes on multiple interpreters
2821
2822 fix ExtUtils::Embed to work passably on Windows
2823 Branch: perl
2824 !> lib/ExtUtils/Embed.pm pod/perlembed.pod
2825____________________________________________________________________________
2826[ 9501] By: gsar on 2001/04/01 07:21:57
2827 Log: fix the perlembed notes on multiple interpreters
2828
2829 fix ExtUtils::Embed to work passably on Windows
2830 Branch: maint-5.6/perl
2831 ! lib/ExtUtils/Embed.pm pod/perlembed.pod
2832____________________________________________________________________________
2833[ 9500] By: jhi on 2001/04/01 05:58:23
2834 Log: Test for #9499.
2835 Branch: perl
2836 ! t/op/tr.t
2837____________________________________________________________________________
2838[ 9499] By: jhi on 2001/04/01 05:55:46
2839 Log: tr/// UTF-8 tweaking from Inaba Hiroto.
2840 Branch: perl
2841 ! embed.h embed.pl op.c proto.h
2842____________________________________________________________________________
2843[ 9498] By: jhi on 2001/04/01 05:44:34
2844 Log: Protect the workaround hunk more.
2845 Branch: perl
2846 ! toke.c
2847____________________________________________________________________________
2848[ 9497] By: jhi on 2001/04/01 00:24:25
2849 Log: Integrate changes #9493,9494,9495,9496 from maintperl
2850 into mainline.
2851
2852 fix a broken workaround for Borland compiler in change#4739
2853 (caused weird "short reads" on DATA, which caused op/misc.t to fail)
2854
2855 nits spotted by Borland compiler
2856
2857 avoid redefinition warnings under Borland 5.02
2858
2859 various nits identified by the Borland 5.5 compiler; remove suppression
2860 of a few warnings
2861 Branch: perl
2862 !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
2863 !> win32/win32.h
2864____________________________________________________________________________
2865[ 9496] By: gsar on 2001/03/31 23:22:28
2866 Log: various nits identified by the Borland 5.5 compiler; remove suppression
2867 of a few warnings
2868 Branch: maint-5.6/perl
2869 ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
2870____________________________________________________________________________
2871[ 9495] By: gsar on 2001/03/31 21:03:08
2872 Log: avoid redefinition warnings under Borland 5.02
2873 Branch: maint-5.6/perl
2874 ! win32/makefile.mk
2875____________________________________________________________________________
2876[ 9494] By: gsar on 2001/03/31 20:18:59
2877 Log: nits spotted by Borland compiler
2878 Branch: maint-5.6/perl
2879 ! utf8.h win32/win32.h
2880____________________________________________________________________________
2881[ 9493] By: gsar on 2001/03/31 20:18:05
2882 Log: fix a broken workaround for Borland compiler in change#4739
2883 (caused weird "short reads" on DATA, which caused op/misc.t to fail)
2884 Branch: maint-5.6/perl
2885 ! toke.c
2886____________________________________________________________________________
2887[ 9492] By: jhi on 2001/03/31 18:36:24
2888 Log: Integrate change #9491 from maintperl into mainline.
2889
2890 Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
2891 directory is relative (need to fetch the full path name *before*
2892 the chdir!)
2893 Branch: perl
2894 !> lib/Cwd.pm
2895____________________________________________________________________________
2896[ 9491] By: gsar on 2001/03/31 17:01:56
2897 Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
2898 directory is relative (need to fetch the full path name *before*
2899 the chdir!)
2900
2901 this is a followup patch for change#6749
2902 Branch: maint-5.6/perl
2903 ! lib/Cwd.pm
2904____________________________________________________________________________
2905[ 9490] By: jhi on 2001/03/31 15:50:18
2906 Log: Subject: Re: [PATCH] av.h cosmetics
2907 From: Simon Cozens <simon@netthink.co.uk>
2908 Date: Sat, 31 Mar 2001 13:09:59 +0100
2909 Message-ID: <20010331130959.A22000@netthink.co.uk>
2910
2911 Document AvALLOC.
2912 Branch: perl
2913 ! pod/perlguts.pod
2914____________________________________________________________________________
2915[ 9489] By: jhi on 2001/03/31 15:48:44
2916 Log: Subject: [PATCH] Re: Math::Big* v1.21
2917 From: Tels <perl_dummy@bloodgate.com>
2918 Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
2919 Message-Id: <200103311125.GAA377738@www08.hway.net>
2920 Branch: perl
2921 ! pod/perlop.pod
2922____________________________________________________________________________
2923[ 9488] By: jhi on 2001/03/31 03:39:51
2924 Log: Debug output tweak.
2925 Branch: perl
2926 ! t/lib/cwd.t
2927____________________________________________________________________________
2928[ 9487] By: jhi on 2001/03/31 03:33:02
2929 Log: OverVMSification.
2930 Branch: perl
2931 ! t/lib/cwd.t
2932____________________________________________________________________________
2933[ 9486] By: jhi on 2001/03/31 03:01:40
2934 Log: Missed MANIFESTations in #9483.
2935 Branch: perl
2936 ! MANIFEST
2937____________________________________________________________________________
2938[ 9485] By: jhi on 2001/03/31 02:58:17
2939 Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
2940 From: Peter Prymmer <pvhp@forte.com>
2941 Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
2942 Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
2943 Branch: perl
2944 ! regexec.c t/lib/cwd.t
2945____________________________________________________________________________
2946[ 9484] By: jhi on 2001/03/31 01:04:41
2947 Log: Obsolete file (see #3938)
2948 Branch: perl
2949 - lib/unicode/README.Ethiopic
2950 ! MANIFEST
2951____________________________________________________________________________
2952[ 9483] By: jhi on 2001/03/31 00:52:42
2953 Log: Update to Unicode 3.1.
2954 (Rename Names.txt to NamesList.txt.)
2955 Branch: perl
2956 + lib/unicode/NamesList.txt lib/unicode/PropList.html
2957 - lib/unicode/Names.txt
2958 ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
2959 ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
2960 ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
2961 ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
2962 ! lib/unicode/UCD.html lib/unicode/Unicode.html
2963 ! lib/unicode/rename lib/unicode/version
2964____________________________________________________________________________
2965[ 9482] By: jhi on 2001/03/30 23:33:44
2966 Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
2967 From: Robin Houston <robin@kitsite.com>
2968 Date: Fri, 30 Mar 2001 20:07:22 +0100
2969 Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
2970 Branch: perl
2971 ! ext/B/B/Deparse.pm
2972____________________________________________________________________________
2973[ 9481] By: jhi on 2001/03/30 23:20:25
2974 Log: Subject: Re: [PATCH] CwdXS, Take 2
2975 From: Benjamin Sugars <bsugars@canoe.ca>
2976 Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
2977 Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
2978 Branch: perl
2979 + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
2980 ! MANIFEST lib/Cwd.pm t/lib/cwd.t
2981____________________________________________________________________________
2982[ 9480] By: jhi on 2001/03/30 22:52:38
2983 Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
2984 From: David Dyck <dcd@tc.fluke.com>
2985 Date: Fri, 30 Mar 2001 14:44:13 -0800
2986 Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
2987
2988 The t/rantests flags file creation was accidentally
2989 removed by #9217.
2990 Branch: perl
2991 ! Makefile.SH
2992____________________________________________________________________________
2993[ 9479] By: jhi on 2001/03/30 22:45:45
2994 Log: Subject: [PATCH] File::Glob stuff for Mac OS
2995 From: Chris Nandor <pudge@pobox.com>
2996 Date: Fri, 30 Mar 2001 16:51:00 -0500
2997 Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
2998 Branch: perl
2999 ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
3000 ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
3001 ! t/lib/glob-taint.t
3002____________________________________________________________________________
3003[ 9478] By: jhi on 2001/03/30 22:43:12
3004 Log: Subject: fix for win32/buildext.pl
3005 From: "Vadim Konovalov" <watman@inbox.ru>
3006 Date: Sat, 31 Mar 2001 00:50:36 +0400
3007 Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
3008 Branch: perl
3009 ! win32/buildext.pl
3010____________________________________________________________________________
3011[ 9477] By: jhi on 2001/03/30 22:41:16
3012 Log: Subject: small base.pm doc patch
3013 From: Leon Brocard <acme@astray.com>
3014 Date: Fri, 30 Mar 2001 21:49:57 +0100
3015 Message-ID: <20010330214957.B8733@ns0.astray.com>
3016 Branch: perl
3017 ! lib/base.pm
3018____________________________________________________________________________
3019[ 9476] By: jhi on 2001/03/30 18:16:57
3020 Log: Subject: [PATCH] av.h cosmetics
3021 From: Simon Cozens <simon@netthink.co.uk>
3022 Date: Fri, 30 Mar 2001 18:12:28 +0100
3023 Message-ID: <20010330181228.A9319@netthink.co.uk>
3024 Branch: perl
3025 ! av.h
3026____________________________________________________________________________
3027[ 9475] By: jhi on 2001/03/30 18:15:50
3028 Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
3029 From: "Philip Newton" <pnewton@gmx.de>
3030 Date: Fri, 30 Mar 2001 19:06:57 +0200
3031 Message-ID: <3AC4D951.14815.1AC7068@localhost>
3032 Branch: perl
3033 ! pod/perlhack.pod
3034____________________________________________________________________________
3035[ 9474] By: jhi on 2001/03/30 18:14:02
3036 Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
3037 From: Benjamin Sugars <bsugars@canoe.ca>
3038 Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
3039 Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
3040 Branch: perl
3041 ! t/lib/glob-basic.t
3042____________________________________________________________________________
3043[ 9473] By: jhi on 2001/03/30 16:09:24
3044 Log: Update Changes.
3045 Branch: perl
3046 ! Changes patchlevel.h
3047____________________________________________________________________________
8e654ed5
JH
3048[ 9472] By: jhi on 2001/03/30 15:16:08
3049 Log: Integrate perlio.
3050 Branch: perl
3051 !> t/lib/cwd.t t/lib/glob-basic.t
3052____________________________________________________________________________
3053[ 9471] By: nick on 2001/03/30 14:47:10
3054 Log: Should be (^O eq 'MSWin32') not 'Win32'
3055 Fail #12 seems real - chdir is in wrong dir.
3056 Branch: perlio
3057 ! t/lib/cwd.t
3058____________________________________________________________________________
3059[ 9470] By: jhi on 2001/03/30 14:41:11
3060 Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
3061 From: Radu Greab <radu@netsoft.ro>
3062 Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
3063 Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
3064
3065 Replace #9352.
3066 Branch: perl
3067 ! ext/Socket/Socket.xs pp_sys.c
3068____________________________________________________________________________
3069[ 9469] By: jhi on 2001/03/30 14:37:51
3070 Log: Subject: PATCH pod/perldiag.pod
3071 From: Robin Houston <robin@kitsite.com>
3072 Date: Fri, 30 Mar 2001 14:10:36 +0100
3073 Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
3074 Branch: perl
3075 ! pod/perldiag.pod t/lib/glob-basic.t
3076____________________________________________________________________________
3077[ 9468] By: jhi on 2001/03/30 14:36:36
3078 Log: Subject: Better diagnostic in io/fs.t
3079 From: andreas.koenig@anima.de (Andreas J. Koenig)
3080 Date: 30 Mar 2001 10:11:43 +0200
3081 Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
3082 Branch: perl
3083 ! t/io/fs.t
3084____________________________________________________________________________
3085[ 9467] By: nick on 2001/03/30 14:25:43
3086 Log: Skip order test of glob if case-ignoring system cannot
3087 create a.test and A.test
3088 Branch: perlio
3089 ! t/lib/glob-basic.t
3090____________________________________________________________________________
3091[ 9466] By: nick on 2001/03/30 13:03:12
3092 Log: Integrate mainline.
3093 Branch: perlio
3094 - ext/re/hints/aix.pl
3095 !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
3096 !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
3097 !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
3098 !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
3099____________________________________________________________________________
3100[ 9465] By: jhi on 2001/03/30 03:53:37
3101 Log: Add timeouts to the tests. (In AIX 4.3.1.0 + vac 5.0.0.0
3102 the tests sometimes hang, sometimes not.)
3103 Branch: perl
3104 ! t/lib/io_multihomed.t t/lib/io_sock.t
3105____________________________________________________________________________
3106[ 9464] By: jhi on 2001/03/30 02:56:04
3107 Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
3108 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
3109 Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
3110 Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
3111 Branch: perl
3112 ! op.c
3113____________________________________________________________________________
3114[ 9463] By: jhi on 2001/03/30 02:34:48
3115 Log: Test for #9462.
3116 Branch: perl
3117 ! t/lib/b.t
3118____________________________________________________________________________
3119[ 9462] By: jhi on 2001/03/30 02:29:37
3120 Log: Subject: B::Deparse precedence bug. (Patch included.)
3121 From: Jeremy Madea <jmadea@inktomi.com>
3122 Date: Thu, 29 Mar 2001 12:05:02 -0800
3123 Message-ID: <20010329120502.A24881@dr.inktomi.com>
3124 Branch: perl
3125 ! ext/B/B/Deparse.pm
3126____________________________________________________________________________
3127[ 9461] By: jhi on 2001/03/30 02:18:41
3128 Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.* Unicode/EBCDIC status.)
3129 From: Peter Prymmer <pvhp@forte.com>
3130 Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
3131 Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
3132 Branch: perl
3133 ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
3134 ! t/lib/md5-file.t
3135____________________________________________________________________________
3136[ 9460] By: jhi on 2001/03/30 02:17:07
3137 Log: Subject: PATCH: B::Debug should show LOOP-specific fields
3138 From: Robin Houston <robin@kitsite.com>
3139 Date: Thu, 29 Mar 2001 20:47:56 +0100
3140 Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
3141 Branch: perl
3142 ! ext/B/B/Debug.pm
3143____________________________________________________________________________
3144[ 9459] By: jhi on 2001/03/30 02:16:05
3145 Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
3146 From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
3147 Date: Wed, 28 Mar 2001 18:02:20 -0600
3148 Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
3149 Branch: perl
3150 ! lib/ExtUtils/MM_VMS.pm
3151____________________________________________________________________________
3152[ 9458] By: jhi on 2001/03/30 02:07:58
3153 Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
3154 From: "Joshua E. Rodd" <jrodd@pbs.org>
3155 Date: Wed, 28 Mar 2001 17:29:12 -0500
3156 Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
3157 Branch: perl
3158 ! pod/perlop.pod
3159____________________________________________________________________________
3160[ 9457] By: jhi on 2001/03/30 02:04:33
3161 Log: Subject: ext/re/aix.pl can go
3162 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3163 Date: Thu, 29 Mar 2001 12:03:28 +0200
3164 Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
3165 Branch: perl
3166 - ext/re/hints/aix.pl
3167 ! MANIFEST
3168____________________________________________________________________________
3169[ 9456] By: jhi on 2001/03/30 02:03:32
3170 Log: Integrate perlio.
3171 Branch: perl
3172 !> ext/Encode/Encode.xs installperl
3173____________________________________________________________________________
3174[ 9455] By: nick on 2001/03/29 21:11:46
3175 Log: DLL name has changed so installperl needs to know
3176 (Why isn't it working it out or passed it?)
3177 Branch: perlio
3178 ! installperl
3179____________________________________________________________________________
3180[ 9454] By: nick on 2001/03/29 20:56:12
3181 Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
3182 and we don't get undef warnings.
3183 Branch: perlio
3184 ! ext/Encode/Encode.xs
3185____________________________________________________________________________
3186[ 9453] By: nick on 2001/03/29 17:58:48
3187 Log: Integrate mainline
3188 Branch: perlio
3189 !> Changes patchlevel.h
3190____________________________________________________________________________
3191[ 9452] By: jhi on 2001/03/29 16:44:55
3192 Log: Update Changes.
3193 Branch: perl
3194 ! Changes patchlevel.h
3195____________________________________________________________________________
3196[ 9451] By: nick on 2001/03/29 16:31:38
3197 Log: Integrate mainline
3198 Branch: perlio
3199 !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
3200 !> ext/Encode/Encode.xs ext/Storable/Storable.xs
3201 !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
3202 !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
3203 !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
3204____________________________________________________________________________
50968cfc
JH
3205[ 9450] By: jhi on 2001/03/29 16:29:17
3206 Log: Integrate perlio.
3207 Branch: perl
3208 !> win32/buildext.pl
3209____________________________________________________________________________
3210[ 9449] By: jhi on 2001/03/29 15:50:01
3211 Log: Update Changes.
3212 Branch: perl
3213 ! Changes patchlevel.h
3214____________________________________________________________________________
3215[ 9448] By: nick on 2001/03/29 15:47:15
3216 Log: Make sure buildext.pl finds Errno.pm
3217 Branch: perlio
3218 ! win32/buildext.pl
3219____________________________________________________________________________
32533f2d
JH
3220[ 9447] By: jhi on 2001/03/29 15:39:34
3221 Log: Integrate perlio.
3222 Branch: perl
3223 !> win32/makefile.mk
3224____________________________________________________________________________
3225[ 9446] By: nick on 2001/03/29 15:30:03
3226 Log: Integrate win32/makefile.mk with mainline.
3227 Branch: perlio
3228 !> win32/makefile.mk
3229____________________________________________________________________________
3230[ 9445] By: nick on 2001/03/29 15:27:32
3231 Log: Fix breakage ...
3232 Branch: perlio
3233 ! win32/makefile.mk
3234____________________________________________________________________________
3235[ 9444] By: jhi on 2001/03/29 15:03:08
3236 Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
3237 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
3238 Date: Thu, 29 Mar 2001 10:32:59 +0400
3239 Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
3240 Branch: perl
3241 ! win32/makefile.mk
3242____________________________________________________________________________
3243[ 9443] By: jhi on 2001/03/29 15:02:12
3244 Log: Integrate perlio.
3245 Branch: perl
3246 +> win32/buildext.pl
3247 !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
3248 !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
3249____________________________________________________________________________
3250[ 9442] By: nick on 2001/03/29 14:59:11
3251 Log: Work in progress - determine win32 extensions to build via script.
3252 Branch: perlio
3253 + win32/buildext.pl
3254 ! MANIFEST win32/makefile.mk
3255____________________________________________________________________________
3256[ 9441] By: jhi on 2001/03/29 14:51:47
3257 Log: Reintroduce the use of external pwd.
3258 Branch: perl
3259 ! t/lib/cwd.t
3260____________________________________________________________________________
3261[ 9440] By: jhi on 2001/03/29 14:42:58
3262 Log: use warnings instead of -w.
3263 Branch: perl
3264 ! utils/h2xs.PL
3265____________________________________________________________________________
3266[ 9439] By: jhi on 2001/03/29 14:41:52
3267 Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
3268 From: Jonathan Stowe <gellyfish@gellyfish.com>
3269 Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
3270 Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
3271 Branch: perl
3272 ! utils/h2xs.PL
3273____________________________________________________________________________
3274[ 9438] By: jhi on 2001/03/29 14:39:38
3275 Log: Subject: [PATCH perl@9424] minor pod nits
3276 From: Robin Barker <rmb1@cise.npl.co.uk>
3277 Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
3278 Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
3279 Branch: perl
3280 ! pod/perlhack.pod pod/perliol.pod
3281____________________________________________________________________________
3282[ 9437] By: jhi on 2001/03/29 14:29:16
3283 Log: Subject: [PATCH perl@9424] typemap cast warning
3284 From: Robin Barker <rmb1@cise.npl.co.uk>
3285 Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
3286 Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
3287 Branch: perl
3288 ! lib/ExtUtils/typemap
3289____________________________________________________________________________
3290[ 9436] By: jhi on 2001/03/29 14:26:03
3291 Log: Subject: [PATCH perl@9424] printf warning
3292 From: Robin Barker <rmb1@cise.npl.co.uk>
3293 Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
3294 Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
3295 Branch: perl
3296 ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
3297 ! ext/Storable/Storable.xs toke.c
3298____________________________________________________________________________
3299[ 9435] By: nick on 2001/03/29 14:23:31
3300 Log: Win32 has name conflict with ERROR
3301 Branch: perlio
3302 ! ext/PerlIO/Via/Via.xs
3303____________________________________________________________________________
3304[ 9434] By: jhi on 2001/03/29 14:17:48
3305 Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.* Unicode/EBCDIC status.)
3306 From: Peter Prymmer <pvhp@forte.com>
3307 Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
3308 Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
3309 Branch: perl
3310 ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
3311____________________________________________________________________________
3312[ 9433] By: jhi on 2001/03/29 13:52:44
3313 Log: test-prep target was missing.
3314 Branch: perl
3315 ! Makefile.SH
3316____________________________________________________________________________
3317[ 9432] By: nick on 2001/03/29 12:40:03
3318 Log: Make as-shipped compiler default to MSVC6
3319 Branch: perlio
3320 ! win32/makefile.mk
3321____________________________________________________________________________
3322[ 9431] By: nick on 2001/03/29 12:12:16
3323 Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
3324 akin to PerlIO::Scalar.
3325 Branch: perlio
3326 ! perlio.c perlio.h
3327____________________________________________________________________________
3328[ 9430] By: nick on 2001/03/29 10:56:35
3329 Log: Integrate mainline.
3330 Branch: perlio
3331 !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
3332 !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
3333 !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
3334 !> win32/makefile.mk win32/win32sck.c
3335____________________________________________________________________________
3336[ 9429] By: nick on 2001/03/29 09:03:43
3337 Log: Noticed that two tests were skipped as perlio:: package
3338 isn't there any more. Changed the skip condition.
3339 Avoid core-dump if sv_utf8_upgrade() called on something
3340 that does not become SvPOK after SvPV() (e.g. a ref).
3341 Branch: perlio
3342 ! sv.c t/io/utf8.t t/lib/io_scalar.t
3343____________________________________________________________________________
3344[ 9428] By: jhi on 2001/03/29 01:31:47
3345 Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
3346 From: Benjamin Sugars <bsugars@canoe.ca>
3347 Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
3348 Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
3349 Branch: perl
3350 ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
3351 ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
3352 ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
3353____________________________________________________________________________
3354[ 9427] By: jhi on 2001/03/29 00:49:30
3355 Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
3356 From: "Vadim Konovalov" <watman@inbox.ru>
3357 Date: Thu, 29 Mar 2001 01:50:12 +0400
3358 Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
3359 Branch: perl
3360 ! win32/makefile.mk win32/win32sck.c
3361____________________________________________________________________________
3362[ 9426] By: gsar on 2001/03/29 00:28:04
3363 Log: dmake can only handle == and != in comparisons; support building
3364 with Borland's VCL libraries (from Vadim Konovalov)
3365 Branch: maint-5.6/perl
3366 ! win32/makefile.mk
3367____________________________________________________________________________
3368[ 9425] By: nick on 2001/03/28 19:29:56
3369 Log: Integrate (@snapshot)
3370 Branch: perlio
3371 !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
3372____________________________________________________________________________
3373[ 9424] By: jhi on 2001/03/28 19:03:16
3374 Log: Update Changes.
3375 Branch: perl
3376 ! Changes patchlevel.h
3377____________________________________________________________________________
86d4dbc9
JH
3378[ 9423] By: jhi on 2001/03/28 18:52:09
3379 Log: Rmdir lib/XS on cleanup.
3380 Branch: perl
3381 ! Makefile.SH
3382____________________________________________________________________________
3383[ 9422] By: jhi on 2001/03/28 18:49:34
3384 Log: Integrate perlio.
3385 Branch: perl
3386 !> t/op/utf8decode.t
3387____________________________________________________________________________
3388[ 9421] By: nick on 2001/03/28 18:46:44
3389 Log: Loose duplicate chunk.
3390 Branch: perlio
3391 ! t/op/utf8decode.t
3392____________________________________________________________________________
3393[ 9420] By: nick on 2001/03/28 18:44:11
3394 Log: Integrate mainline.
3395 Branch: perlio
3396 !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
3397 !> vms/vmsish.h
3398____________________________________________________________________________
3399[ 9419] By: jhi on 2001/03/28 18:42:05
3400 Log: Can't trust external pwds
3401 (either shell builtins or external programs)
3402 Branch: perl
3403 ! t/lib/cwd.t
3404____________________________________________________________________________
3405[ 9418] By: jhi on 2001/03/28 18:34:05
3406 Log: Integrate perlio.
3407 Branch: perl
3408 - lib/perlio.pm
3409 !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
3410 !> t/op/utf8decode.t
3411____________________________________________________________________________
3412[ 9417] By: nick on 2001/03/28 18:24:02
3413 Log: PerlIO.pm / perlio.pm conflict.
3414 Update some pods.
3415 Make t/op/utf8decode.t a text file.
3416 Branch: perlio
3417 - lib/perlio.pm
3418 ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
3419 ! t/op/utf8decode.t
3420____________________________________________________________________________
3421[ 9416] By: jhi on 2001/03/28 18:06:07
3422 Log: Integrate change #9409 from mainline to maintperl.
3423
3424 Yet another tweak on AIX dynaloading.
3425 Branch: maint-5.6/perl
3426 !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
3427____________________________________________________________________________
3428[ 9415] By: gsar on 2001/03/28 17:13:01
3429 Log: integrate changes#9377,9385,9401 from mainline
3430
3431 Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
3432
3433 If directory entries compare equal case-insensitively,
3434 retry case-sensitively.
3435
3436 Subject: [PATCH] B::Terse and warnings
3437 Branch: maint-5.6/perl
3438 !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
3439 !> t/pragma/warn/perl
3440____________________________________________________________________________
3441[ 9414] By: jhi on 2001/03/28 17:11:12
3442 Log: Subject: [PATCH perl@9359] VMS fix-ups and status
3443 From: "Craig A. Berry" <craigberry@mac.com>
3444 Date: Wed, 28 Mar 2001 10:55:20 -0600
3445 Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
3446 Branch: perl
3447 ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
3448____________________________________________________________________________
3449[ 9413] By: jhi on 2001/03/28 17:03:12
3450 Log: Dup hunk.
3451 Branch: perl
3452 ! t/op/utf8decode.t
3453____________________________________________________________________________
3454[ 9412] By: jhi on 2001/03/28 17:02:36
3455 Log: Forced integrate from perlio.
3456 Branch: perl
3457 !> t/op/utf8decode.t
3458____________________________________________________________________________
3459[ 9411] By: nick on 2001/03/28 16:50:03
3460 Log: Integrate mainline.
3461 Branch: perlio
3462 +> t/lib/cwd.t
3463 !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
3464 !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
3465 !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
3466 !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
3467 !> t/pragma/warn/perl
3468____________________________________________________________________________
3469[ 9410] By: jhi on 2001/03/28 16:44:23
3470 Log: Subject: Re: [PATCH] 9403 cannot be tested
3471 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3472 Date: Wed, 28 Mar 2001 18:33:56 +0200
3473 Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
3474 Branch: perl
3475 ! makedef.pl
3476____________________________________________________________________________
3477[ 9409] By: jhi on 2001/03/28 16:12:45
3478 Log: Yet another tweak on AIX dynaloading.
3479 Branch: perl
3480 ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
3481____________________________________________________________________________
3482[ 9408] By: jhi on 2001/03/28 15:52:55
3483 Log: Subject: [PATCH] 9403 cannot be tested
3484 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3485 Date: Wed, 28 Mar 2001 17:23:00 +0200
3486 Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
3487
3488 A missing symbol.
3489 Branch: perl
3490 ! makedef.pl
3491____________________________________________________________________________
3492[ 9407] By: jhi on 2001/03/28 15:47:43
3493 Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
3494 Branch: perl
3495 ! t/op/utf8decode.t
3496 !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
3497 !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
3498____________________________________________________________________________
3499[ 9406] By: jhi on 2001/03/28 15:37:08
3500 Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
3501 From: Benjamin Sugars <bsugars@canoe.ca>
3502 Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
3503 Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
3504 Branch: perl
3505 + t/lib/cwd.t
3506 ! MANIFEST
3507____________________________________________________________________________
3508[ 9405] By: jhi on 2001/03/28 15:13:18
3509 Log: pp_ne() needs a CORRECT boolean.
3510 Branch: perl
3511 ! pp.c
3512____________________________________________________________________________
3513[ 9404] By: jhi on 2001/03/28 15:09:23
3514 Log: pp_ne() needs a boolean, not an integer.
3515 Branch: perl
3516 ! pp.c
3517____________________________________________________________________________
3518[ 9403] By: jhi on 2001/03/28 14:47:43
3519 Log: (Retracted by #9404.)
3520 Branch: perl
3521 ! pp.c
3522____________________________________________________________________________
3523[ 9402] By: jhi on 2001/03/28 14:43:59
3524 Log: Subject: Re: [PATCH] Typemap testing
3525 From: Tim Jenness <t.jenness@jach.hawaii.edu>
3526 Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
3527 Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
3528 Branch: perl
3529 ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
3530 ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
3531____________________________________________________________________________
3532[ 9401] By: jhi on 2001/03/28 14:42:14
3533 Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
3534 From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
3535 Date: Sun, 25 Mar 2001 21:59:15 +0100
3536 Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
3537
3538 A variable will be checked for the "use once" warnings if:
3539
3540 1. It is in the scope of a use warnings 'once'
3541 2. It isn't in the scope of the warnings pragma at all AND $^W is set.
3542
3543 Otherwise it won't be checked at all.
3544
3545 Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
3546
3547 The enclosed patch partially fixes this issue. What I didn't
3548 get to work was the case where the "used once" warning is enabled
3549 in any file other than the main file.
3550 Branch: perl
3551 ! gv.c t/pragma/warn/perl
3552____________________________________________________________________________
3553[ 9400] By: nick on 2001/03/28 14:38:24
3554 Log: More EBCDIC tweaks:
3555 - one more swash issue &~(0xA0-1) did not do the right thing,
3556 for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
3557 - add "use re 'asciirange'" to make [!-~] etc. work
3558 use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
3559 - Choose a key for t/op/each.t test which gets encoded.
3560 - Skip utf8decode if this is UTF-EBCDIC.
3561 Branch: perlio
3562 ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
3563 ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
3564____________________________________________________________________________
3565[ 9399] By: jhi on 2001/03/28 14:21:00
3566 Log: Extend the SvROK() testing also to pp_ne(), pointed out by
3567 Andreas Schwab.
3568 Branch: perl
3569 ! pp.c
3570____________________________________________________________________________
3571[ 9398] By: jhi on 2001/03/28 00:55:56
3572 Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
3573 From: David Dyck <dcd@tc.fluke.com>
3574 Date: Tue, 27 Mar 2001 15:16:24 -0800
3575 Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
3576 Branch: perl
3577 ! ext/IO/lib/IO/Socket.pm
3578____________________________________________________________________________
3579[ 9397] By: jhi on 2001/03/27 21:52:49
3580 Log: Integrate perlio.
3581 Branch: perl
3582 +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
3583 +> ext/PerlIO/Via/Via.xs
3584 !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
3585____________________________________________________________________________
3586[ 9396] By: nick on 2001/03/27 21:45:13
3587 Log: Integrate mainline.
3588 Branch: perlio
3589 !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
3590 !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
3591____________________________________________________________________________
3592[ 9395] By: nick on 2001/03/27 21:18:58
3593 Log: Outline docs for PerlIO and PerlIO::Scalar
3594 Branch: perlio
3595 ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
3596____________________________________________________________________________
3597[ 9394] By: nick on 2001/03/27 20:50:13
3598 Log: PerlIO::Via layer (alpha-ish).
3599 Branch: perlio
3600 + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
3601 + ext/PerlIO/Via/Via.xs
3602 ! MANIFEST
3603____________________________________________________________________________
3604[ 9393] By: jhi on 2001/03/27 20:49:55
3605 Log: Retract #9329 now that 9390 should take care of the matter.
3606 Branch: perl
3607 ! utils/h2xs.PL
3608____________________________________________________________________________
3609[ 9390] By: jhi on 2001/03/27 20:47:50
3610 Log: Subject: Autoloading Errno.pm when %! is encountered
3611 From: Robin Houston <robin@kitsite.com>
3612 Date: Tue, 27 Mar 2001 20:57:11 +0100
3613 Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
3614 Branch: perl
3615 ! embed.h embed.pl gv.c proto.h t/op/magic.t
3616____________________________________________________________________________
3617[ 9389] By: jhi on 2001/03/27 20:24:31
3618 Log: Integrate perlio.
3619 Branch: perl
3620 !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
3621 !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
3622 !> utf8.c
3623____________________________________________________________________________
3624[ 9388] By: jhi on 2001/03/27 20:21:38
3625 Log: Better have a three-element array if one is going to assign
3626 to the third element of that array. (from Tim Jenness)
3627 Branch: perl
3628 ! ext/XS/Typemap/Typemap.xs
3629____________________________________________________________________________
3630[ 9387] By: nick on 2001/03/27 20:15:43
3631 Log: Integrate mainline.
3632 Branch: perlio
3633 +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
3634 +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
3635 +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
3636 +> t/lib/xs-typemap.t
3637 !> (integrate 34 files)
3638____________________________________________________________________________
3639[ 9386] By: jhi on 2001/03/27 20:04:18
3640 Log: Subject: Re: perl@9359 breaks HTML::Parser
3641 From: Gisle Aas <gisle@ActiveState.com>
3642 Date: 27 Mar 2001 11:30:24 -0800
3643 Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
3644
3645 Clarify the UTF-8 issues of the API docs.
3646 (Slightly reworded and expanded.)
3647 Branch: perl
3648 ! pod/perlapi.pod sv.c sv.h
3649____________________________________________________________________________
3650[ 9385] By: jhi on 2001/03/27 19:44:25
3651 Log: If directory entries compare equal case-insensitively,
3652 retry case-sensitively.
3653 Branch: perl
3654 ! ext/File/Glob/bsd_glob.c
3655____________________________________________________________________________
3656[ 9384] By: nick on 2001/03/27 19:38:50
3657 Log: Various EBCDIC fixes:
3658 - major revelation that swash code is encoding aware,
3659 (or thought it was) - now it is ;-)
3660 - With that out of the way fix a slab of tr/// cases.
3661 - Fix Encode 'Unicode' to be true Unicode so tests pass.
3662 - As anticipated Base64.xs needed tweaks.
3663 - Until tr/// works right avoid old_encode64 in MIME tests.
3664 Branch: perlio
3665 ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
3666 ! t/lib/encode.t t/lib/mimeb64.t utf8.c
3667____________________________________________________________________________
3668[ 9383] By: jhi on 2001/03/27 18:34:41
3669 Log: Add the std test suite BEGIN block.
3670 Branch: perl
3671 ! t/lib/xs-typemap.t
3672____________________________________________________________________________
3673[ 9382] By: jhi on 2001/03/27 15:16:07
3674 Log: Add debugging output to the test.
3675 Branch: perl
3676 ! t/lib/glob-basic.t
3677____________________________________________________________________________
3678[ 9381] By: jhi on 2001/03/27 15:08:10
3679 Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
3680 Branch: perl
3681 + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
3682 + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
3683 + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
3684 + t/lib/xs-typemap.t
3685 ! MANIFEST
3686____________________________________________________________________________
3687[ 9380] By: jhi on 2001/03/27 14:48:34
3688 Log: Subject: [PATCH] Typemap testing
3689 From: Tim Jenness <t.jenness@jach.hawaii.edu>
3690 Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
3691 Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
3692
3693 (The first part of the patch.)
3694 Branch: perl
3695 ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
3696____________________________________________________________________________
3697[ 9379] By: jhi on 2001/03/27 14:44:56
3698 Log: Subject: Re: [PATCH] t/lib/glob-basic.t
3699 From: Benjamin Sugars <bsugars@canoe.ca>
3700 Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
3701 Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
3702 Branch: perl
3703 ! t/lib/glob-basic.t
3704____________________________________________________________________________
3705[ 9378] By: jhi on 2001/03/27 14:42:30
3706 Log: Subject: [PATCH] perlvar nit
3707 From: Simon Cozens <simon@netthink.co.uk>
3708 Date: Tue, 27 Mar 2001 01:12:01 +0100
3709 Message-ID: <20010327011201.A19179@netthink.co.uk>
3710 Branch: perl
3711 ! pod/perlvar.pod
3712____________________________________________________________________________
3713[ 9377] By: jhi on 2001/03/27 14:36:26
3714 Log: Subject: [PATCH] B::Terse and warnings
3715 From: Benjamin Sugars <ben.sugars@home.com>
3716 Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
3717 Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
3718 Branch: perl
3719 ! ext/B/B.pm ext/B/B/Terse.pm
3720____________________________________________________________________________
3721[ 9376] By: jhi on 2001/03/27 14:31:31
3722 Log: Document sockatmark() some.
3723 Branch: perl
3724 ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
3725 ! pod/perltoc.pod
3726____________________________________________________________________________
3727[ 9375] By: jhi on 2001/03/27 14:00:24
3728 Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
3729 noted by Gisle and fixed by NI-S.
3730 Branch: perl
3731 ! sv.c
3732____________________________________________________________________________
3733[ 9374] By: jhi on 2001/03/27 05:50:01
3734 Log: Regen toc.
3735 Branch: perl
3736 ! pod/perltoc.pod
3737____________________________________________________________________________
3738[ 9373] By: jhi on 2001/03/27 05:43:51
3739 Log: Pixie documenting.
3740 Branch: perl
3741 ! Makefile.SH pod/perlhack.pod
3742____________________________________________________________________________
3743[ 9372] By: jhi on 2001/03/27 05:29:34
3744 Log: Metaconfig unit changes for #9371.
3745 Branch: metaconfig
3746 ! U/modified/myhostname.U
3747 Branch: metaconfig/U/perl
3748 + d_sockatmark.U
3749 ! gccvers.U
3750____________________________________________________________________________
3751[ 9371] By: jhi on 2001/03/27 05:29:07
3752 Log: Add sockatmark() probing.
3753 Branch: perl
3754 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3755 ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
3756 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
3757 ! vos/config.ga.h win32/config.bc win32/config.gc
3758 ! win32/config.vc
3759____________________________________________________________________________
3760[ 9370] By: jhi on 2001/03/26 22:01:18
3761 Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
3762 Really need to benchmark this.
3763 Branch: perl
3764 ! pp.c
3765____________________________________________________________________________
3766[ 9369] By: nick on 2001/03/26 21:59:30
3767 Log: Integrate mainline.
3768 Branch: perlio
3769 ! ext/MIME/Base64/QuotedPrint.pm
3770 !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
3771 !> patchlevel.h pod/perlhack.pod pp_sys.c
3772____________________________________________________________________________
3773[ 9368] By: jhi on 2001/03/26 21:47:03
3774 Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
3775
3776 TODO1: perlbench.
3777 TODO2: le, lt, ge, gt? Yech.
3778 Branch: perl
3779 ! pp.c
3780____________________________________________________________________________
3781[ 9367] By: jhi on 2001/03/26 21:34:57
3782 Log: Too much cut-and-paste in #9363.
3783 Branch: perl
3784 ! pp_sys.c
3785____________________________________________________________________________
3786[ 9366] By: jhi on 2001/03/26 21:20:53
3787 Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
3788 From: Andreas Schwab <schwab@suse.de>
3789 Date: 26 Mar 2001 17:29:04 +0200
3790 Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
3791
3792 (The patch for 5.6.0 or so, this is a guess for bleadperl)
3793 Branch: perl
3794 ! pp_hot.c
3795____________________________________________________________________________
3796[ 9365] By: jhi on 2001/03/26 21:07:54
3797 Log: Integrate perlio.
3798 Branch: perl
3799 !> perlio.c
3800____________________________________________________________________________
3801[ 9364] By: nick on 2001/03/26 20:30:48
3802 Log: REFCNT botch in layer name cache hash.
3803 Branch: perlio
3804 ! perlio.c
3805____________________________________________________________________________
3806[ 9363] By: jhi on 2001/03/26 18:44:32
3807 Log: Subject: [PATCH] socket() leaks file descriptors
3808 From: Benjamin Sugars <bsugars@canoe.ca>
3809 Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
3810 Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
3811
3812 Also sockpair() fixed similarly.
3813 Branch: perl
3814 ! pp_sys.c
3815____________________________________________________________________________
3816[ 9362] By: jhi on 2001/03/26 18:37:52
3817 Log: Integrate perlio.
3818 Branch: perl
3819 !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
3820____________________________________________________________________________
3821[ 9361] By: nick on 2001/03/26 17:32:06
3822 Log: Implement flush of linebuffered streams on read of a tty.
3823 Branch: perlio
3824 ! perlio.c perliol.h
3825____________________________________________________________________________
3826[ 9360] By: nick on 2001/03/26 17:12:32
3827 Log: Memory tweaks and notes for OEMVS.
3828 Branch: perlio
3829 ! README.os390 miniperlmain.c t/op/pat.t
3830____________________________________________________________________________
3831[ 9359] By: jhi on 2001/03/26 02:12:54
3832 Log: Update Changes.
3833 Branch: perl
3834 ! Changes patchlevel.h
3835____________________________________________________________________________
f734a339
JH
3836[ 9358] By: jhi on 2001/03/26 02:05:32
3837 Log: Document the most common pixie options.
3838 Branch: perl
3839 ! pod/perlhack.pod
3840____________________________________________________________________________
3841[ 9357] By: jhi on 2001/03/26 01:25:28
3842 Log: For perl.pixie check *before* compiling that optimize is -g,
3843 as for perl.third.
3844 Branch: perl
3845 ! Makefile.SH
3846____________________________________________________________________________
3847[ 9356] By: jhi on 2001/03/26 01:13:41
3848 Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
3849 Branch: perl
3850 ! Makefile.SH
3851____________________________________________________________________________
3852[ 9355] By: jhi on 2001/03/26 01:11:19
3853 Log: Remove t/perl.third.
3854 Branch: perl
3855 ! Makefile.SH
3856____________________________________________________________________________
3857[ 9354] By: jhi on 2001/03/26 00:23:38
3858 Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
3859 IO::Sockatmark().
f734a339
JH
3860 Branch: perl
3861 ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
3862____________________________________________________________________________
3863[ 9353] By: jhi on 2001/03/25 22:25:04
3864 Log: Integrate perlio.
3865 Branch: perl
3866 !> ext/Encode/Encode.pm ext/Encode/Encode.xs
3867 !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
3868 !> pp_hot.c win32/makefile.mk
3869____________________________________________________________________________
3870[ 9352] By: jhi on 2001/03/25 22:21:41
3871 Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
3872 From: Radu Greab <radu@netsoft.ro>
3873 Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
3874 Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
3875 Branch: perl
3876 ! pp_sys.c
3877____________________________________________________________________________
3878[ 9351] By: nick on 2001/03/25 22:15:02
3879 Log: Fix readline in list mode to tell rest of world that it has
3880 things on the stack. Otherwise if perl code gets invoked
3881 underneath it it scribbles over results-so-far.
3882 (Why TIEHANDLE has not tripped on this is a mystery.)
3883 Branch: perlio
3884 ! pp_hot.c
3885____________________________________________________________________________
3886[ 9350] By: nick on 2001/03/25 22:10:13
3887 Log: win32/makefile.mk typos
3888 Branch: perlio
3889 ! win32/makefile.mk
3890____________________________________________________________________________
3891[ 9349] By: nick on 2001/03/25 21:31:14
3892 Log: Integrate now-non-binary file.
3893 Branch: perlio
3894 !> t/lib/mimeqp.t
3895____________________________________________________________________________
3896[ 9348] By: nick on 2001/03/25 21:27:24
3897 Log: Make it text
3898 Branch: perlio
3899 ! t/lib/mimeqp.t
3900____________________________________________________________________________
3901[ 9347] By: nick on 2001/03/25 21:25:37
3902 Log: Integrate mainline.
3903 Branch: perlio
3904 !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
3905 !> lib/Term/ReadLine.pm t/lib/md5-file.t
3906____________________________________________________________________________
3907[ 9346] By: nick on 2001/03/25 20:58:15
3908 Log: Add destruct time hook to PerlIO (for work-in-process implementing
3909 layers in perl code. In such cases layers need to be popped before
3910 we loose the ability to run perl code.)
3911 Also back-out "PerlIO::object" hook - it isn't going to work like that...
3912 Branch: perlio
3913 ! perl.c perlio.c perlio.h perliol.h
3914____________________________________________________________________________
3915[ 9345] By: nick on 2001/03/25 20:49:11
3916 Log: Avoid at leasy one of undefined warnings in Encode.
3917 Branch: perlio
3918 ! ext/Encode/Encode.pm ext/Encode/Encode.xs
3919____________________________________________________________________________
3920[ 9344] By: jhi on 2001/03/25 20:37:43
3921 Log: A workaround for using Term::ReadLine in emacs minibuffer
3922 from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
3923 additional tweaks from Ilya Zakharevich.
3924 Branch: perl
3925 ! lib/Term/ReadLine.pm
3926____________________________________________________________________________
3927[ 9343] By: nick on 2001/03/25 20:21:14
3928 Log: Missing return value.
3929 Branch: perlio
3930 ! ext/PerlIO/Scalar/Scalar.xs
3931____________________________________________________________________________
3932[ 9342] By: jhi on 2001/03/25 16:21:00
3933 Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
3934 to equal the CPAN versions since no code changes have been made.
3935 Branch: perl
3936 ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
3937 ! t/lib/md5-file.t
3938____________________________________________________________________________
3939[ 9341] By: jhi on 2001/03/25 16:01:48
3940 Log: Escape 8-bit characters.
3941 Branch: perl
3942 ! t/lib/mimeqp.t
3943____________________________________________________________________________
3944[ 9340] By: gsar on 2001/03/25 15:50:53
3945 Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
3946 chars)
3947 Branch: perl
3948 + t/lib/mimeqp.t
3949____________________________________________________________________________
3950[ 9339] By: gsar on 2001/03/25 15:48:50
3951 Log: delete mimeqp.t for later with text mode set
3952 Branch: perl
3953 - t/lib/mimeqp.t
3954____________________________________________________________________________
3955[ 9338] By: nick on 2001/03/25 09:01:57
3956 Log: Integrate mainline.
3957 Branch: perlio
3958 +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
3959 +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
3960 +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
3961 +> t/lib/mimeb64u.t t/lib/mimeqp.t
3962 !> MANIFEST configure.com djgpp/config.over epoc/config.sh
3963 !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
3964 !> utils/h2xs.PL win32/Makefile win32/makefile.mk
3965____________________________________________________________________________
3966[ 9337] By: jhi on 2001/03/25 04:23:24
3967 Log: Add MIME::Base64 here and there. Again, a lot of
3968 optimism is in the air.
3969 Branch: perl
3970 ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
3971 ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
3972____________________________________________________________________________
3973[ 9336] By: jhi on 2001/03/25 04:12:43
3974 Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
3975 this by ear as I do not do Win32 programming.)
3976 Branch: perl
3977 ! win32/Makefile win32/makefile.mk
3978____________________________________________________________________________
3979[ 9335] By: jhi on 2001/03/25 04:03:50
3980 Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
3981 Branch: perl
3982 ! t/lib/md5-file.t
3983____________________________________________________________________________
3984[ 9334] By: jhi on 2001/03/25 03:58:53
3985 Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
3986 Branch: perl
3987 + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
3988 + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
3989 + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
3990 + t/lib/mimeb64u.t t/lib/mimeqp.t
3991 ! MANIFEST
3992____________________________________________________________________________
3993[ 9333] By: jhi on 2001/03/24 20:14:37
3994 Log: Integrate perlio.
3995 Branch: perl
3996 !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
3997____________________________________________________________________________
3998[ 9332] By: nick on 2001/03/24 19:40:34
3999 Log: Fix un-init variable leading to spurious "Out of Memory!"
4000 Branch: perlio
4001 ! doio.c
4002____________________________________________________________________________
4003[ 9331] By: nick on 2001/03/24 19:09:59
4004 Log: Tweak docs for C<open> (boy does that need wholesale revision...)
4005 and update layers internals doc.
4006 Branch: perlio
4007 ! pod/perlfunc.pod pod/perliol.pod
4008____________________________________________________________________________
4009[ 9330] By: jhi on 2001/03/24 18:42:11
4010 Log: The length might be uninitialized garbage if the *svp is the undef.
4011 Branch: perl
4012 ! doio.c
4013____________________________________________________________________________
4014[ 9329] By: jhi on 2001/03/24 18:26:57
86d4dbc9
JH
4015 Log: (Retracted by #9393)
4016
4017 Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
f734a339
JH
4018 From: Simon Cozens <simon@netthink.co.uk>
4019 Date: Sat, 24 Mar 2001 17:13:17 +0000
4020 Message-ID: <20010324171317.A13406@netthink.co.uk>
4021 Branch: perl
4022 ! utils/h2xs.PL
4023____________________________________________________________________________
4024[ 9328] By: nick on 2001/03/24 17:22:02
4025 Log: Integrate mainline.
4026 Branch: perlio
4027 !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
4028 !> lib/unicode/version
4029____________________________________________________________________________
4030[ 9327] By: nick on 2001/03/24 17:16:02
4031 Log: Integrate mainline.
4032 Branch: perlio
4033 +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
4034 +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
4035 +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
4036 +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
4037 +> t/lib/md5-file.t
4038 !> MANIFEST Makefile.SH configure.com djgpp/config.over
4039 !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
4040 !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
4041 !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
4042 !> win32/makefile.mk
4043____________________________________________________________________________
4044[ 9326] By: jhi on 2001/03/24 17:00:42
4045 Log: Upgrade to Unicode 3.1 beta 2001-03-23.
4046 Branch: perl
4047 ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
4048 ! lib/unicode/version
4049____________________________________________________________________________
4050[ 9325] By: jhi on 2001/03/24 16:22:33
4051 Log: Subject: Re: B::Deparse bug (5.6.0)
4052 From: Robin Houston <robin@kitsite.com>
4053 Date: Sat, 24 Mar 2001 14:33:09 +0000
4054 Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
4055 Branch: perl
4056 ! op.c pp.c t/lib/b.t t/op/repeat.t
4057____________________________________________________________________________
4058[ 9324] By: jhi on 2001/03/24 16:21:56
4059 Log: Boldly add extensions to be built to VMS, EPOC, UTS,
4060 U/WIN, and VM/ESA (and fixups for DJGPP). Some of
4061 these additions may be too optimistic.
4062 Branch: perl
4063 ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
4064 ! hints/uwin.sh hints/vmesa.sh
4065____________________________________________________________________________
4066[ 9323] By: jhi on 2001/03/24 16:06:01
4067 Log: Integrate perlio.
4068 Branch: perl
4069 +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
4070 +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
4071 ! Makefile.SH
4072 !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
4073 !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
4074 !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
4075 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
4076 !> win32/makefile.mk win32/perlhost.h win32/win32.c
4077 !> win32/win32iop.h
4078____________________________________________________________________________
4079[ 9322] By: nick on 2001/03/24 14:39:12
4080 Log: Routine Win32 regen_config_h - no real changes.
4081 Branch: perlio
4082 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
4083____________________________________________________________________________
4084[ 9321] By: nick on 2001/03/24 14:31:49
4085 Log: PerlIO fixups for Win32:
4086 - provide win33_popenlist() - non-functional as yet.
4087 - avoid need for aTHX in PerlIO_debug calls - even if not
4088 enabled args are still evaluated so Win32 has trouble during fork().
4089 - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
4090 - Fixup makedef.pl for latest set of symbols.
4091 Branch: perlio
4092 ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
4093 ! win32/perlhost.h win32/win32.c win32/win32iop.h
4094____________________________________________________________________________
4095[ 9320] By: nick on 2001/03/24 14:26:58
4096 Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
4097 was gibberish - broke it on WIn32 at least.
4098 Branch: perlio
4099 ! ext/POSIX/POSIX.xs
4100____________________________________________________________________________
4101[ 9319] By: nick on 2001/03/24 11:29:41
4102 Log: Generated files.
4103 Branch: perlio
4104 ! embed.h global.sym objXSUB.h perlapi.c proto.h
4105____________________________________________________________________________
4106[ 9318] By: nick on 2001/03/24 10:29:37
4107 Log: Implement:
4108 1. open($fh,"+<",undef); # add test to t/io/open.t
4109 2. open($fh,"+<",\$var); # New test t/lib/io_scalar.t
4110 Branch: perlio
4111 + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
4112 + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
4113 ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
4114 ! t/io/open.t t/io/utf8.t
4115____________________________________________________________________________
4116[ 9317] By: jhi on 2001/03/23 23:41:25
4117 Log: AIX does seems to have optimization problems with its C compilers.
4118 Branch: perl
4119 ! hints/aix.sh
4120____________________________________________________________________________
4121[ 9316] By: jhi on 2001/03/23 23:40:46
4122 Log: Integrate perlio.
4123 Branch: perl
4124 +> lib/PerlIO.pm
4125 !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
4126 !> perliol.h
4127____________________________________________________________________________
4128[ 9315] By: jhi on 2001/03/23 22:16:30
4129 Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
4130 Branch: perl
4131 ! t/lib/md5-file.t
4132____________________________________________________________________________
4133[ 9314] By: nick on 2001/03/23 20:49:02
4134 Log: Perlio internals re-organized.
4135 - open process creates AV of layer/arg pairs
4136 (appends layers from open() or open.pm to default list).
4137 - push arg is now an SV.
4138 - layer ->Open get passed the AV
4139 - open is no longer mandatory method.
4140 - topmost layer that has ->Open method does the open
4141 - any layers above are pushed once that returns.
4142 - vtable re-ordered so dummy layers need only provide push/pop methods.
4143 Branch: perlio
4144 ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
4145____________________________________________________________________________
4146[ 9313] By: nick on 2001/03/23 16:27:41
4147 Log: Check in a stable (working) version before next round of tweaks.
4148 Changes include:
4149 - Move default layers code out of doio.c and into perlio.c
4150 - Single routine for parsing layer specification strings.
4151 - Skeleton support for demand loading of layers
4152 - Core-dump avoidance if PERLIO environment specifies loadable layer
4153 (does not _work_ as need IO to load and need load to do IO ...)
4154 Branch: perlio
4155 + lib/PerlIO.pm
4156 ! MANIFEST doio.c perlio.c
4157____________________________________________________________________________
4158[ 9312] By: gsar on 2001/03/23 16:25:25
4159 Log: add execute bit to files with shebang lines in the repository;
4160 avoid clobbering execute bit in Porting/makerel
4161 Branch: maint-5.6/perl
4162 ! (edit 144 files)
4163____________________________________________________________________________
4164[ 9311] By: jhi on 2001/03/23 14:25:35
4165 Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
4166 Branch: perl
4167 ! MANIFEST
4168____________________________________________________________________________
4169[ 9310] By: jhi on 2001/03/23 13:45:04
4170 Log: Subject: [PATCH] Net::Ping
4171 From: Colin McMillen <mcmi0037@tc.umn.edu>
4172 Date: Thu, 22 Mar 2001 19:30:31 -0600
4173 Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
4174 Branch: perl
4175 ! lib/Net/Ping.pm
4176____________________________________________________________________________
4177[ 9309] By: jhi on 2001/03/23 13:39:13
4178 Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
4179 Branch: perl
4180 ! t/lib/md5-aaa.t t/lib/md5-file.t
4181____________________________________________________________________________
4182[ 9308] By: jhi on 2001/03/23 13:20:34
4183 Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
4184 - bump the version to 2.14
4185 - drop the base64 tests since they require MIME::Base64
4186 - drop the rfc1321.txt
4187 - drop the hints/dec_osf.pl since it's only needed for
4188 pre-5.005_03 Perls
4189 Todo:
4190 - the U32 alignment testing is now removed; it needs to
4191 be reintroduced as as a Config variable (meaning also
4192 as a Configure test)
4193 - get the new EBCDIC md5sum for MD5.pm
4194 - test in Win32 to see how badly I botched the makefiles
4195 Branch: perl
4196 + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
4197 + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
4198 + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
4199 + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
4200 + t/lib/md5-file.t
4201 ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
4202 ! win32/Makefile win32/makefile.mk
4203____________________________________________________________________________
4204[ 9307] By: jhi on 2001/03/23 12:56:14
4205 Log: Integrate change #9306 from maintperl into mainline,
4206 AIX dynaloader for AIXes without <load.h>.
4207 Branch: perl
4208 !> ext/DynaLoader/hints/aix.pl
4209____________________________________________________________________________
4210[ 9306] By: jhi on 2001/03/23 12:51:36
4211 Log: There are AIXes without /usr/include/load.h,
4212 patch from H.Merijn Brand.
4213 Branch: maint-5.6/perl
4214 ! ext/DynaLoader/hints/aix.pl
4215____________________________________________________________________________
4216[ 9305] By: nick on 2001/03/23 11:00:42
4217 Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
4218 Branch: perlio
4219 ! ext/Encode/Encode.xs perlio.c perlio.h
4220____________________________________________________________________________
4221[ 9304] By: nick on 2001/03/23 10:20:46
4222 Log: Render -Duseperlio functional again.
4223 - this is "quick fix" which calls PerlIO_apply_layers after opening,
4224 which is what old scheme did. New scheme needs to change that
4225 to make open(...,\$scalar) etc. work but this will do for now.
4226 Branch: perlio
4227 ! perlio.c
4228____________________________________________________________________________
4229[ 9303] By: nick on 2001/03/23 09:53:20
4230 Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
4231 -Uuseperlio now works again.
4232 -Duseperlio is still poorly. Don't merge yet...
4233 Branch: perlio
4234 ! doio.c perlio.h
4235____________________________________________________________________________
4236[ 9302] By: nick on 2001/03/22 22:26:51
4237 Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
4238 type code.
4239 - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
4240 is its main caller. In particular now has access to "extra" args, and
4241 can tell when an open handle is "reopened" (or duped?).
4242 - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
4243 - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
4244 PerlIO_open() et. al. (i.e. other way round).
4245 - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
4246 with args close to PerlIO_openn().
4247 Branch: perlio
4248 ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
4249____________________________________________________________________________
4250[ 9301] By: jhi on 2001/03/22 20:58:04
4251 Log: Integrate perlio.
4252 Branch: perl
4253 !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
4254 !> t/io/open.t util.c
4255____________________________________________________________________________
4256[ 9300] By: nick on 2001/03/22 17:36:32
4257 Log: Don't include $@ in not ok message.
4258 Branch: perlio
4259 ! t/io/open.t
4260____________________________________________________________________________
4261[ 9299] By: gsar on 2001/03/22 16:53:45
4262 Log: back out changes#7532,7521 for now (appears to have problems
4263 on IRIX)
4264 Branch: maint-5.6/perl
4265 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
4266 ! ext/POSIX/typemap pod/perlvar.pod
4267____________________________________________________________________________
4268[ 9298] By: nick on 2001/03/22 14:35:46
4269 Log: Give a meaning to '&' in n-arg open case:
4270 open($fh,"<&",$scalar);
4271 $scalar can be:
4272 - an integer which does "fdopen"
4273 open($fh,"<&",2); # like open($fh,"<&2")
4274 - something that will yield a file handle via sv_2io()
4275 useful for dup'ing anonymous handles.
4276 e.g.:
4277 open(my $fh,"<&",\*STDIN);
4278 open(my $dup,"<&",$fh);
4279 Branch: perlio
4280 ! doio.c t/io/open.t
4281____________________________________________________________________________
4282[ 9297] By: nick on 2001/03/22 13:34:35
4283 Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
4284 Branch: perlio
4285 ! util.c
4286____________________________________________________________________________
4287[ 9296] By: nick on 2001/03/22 12:51:20
4288 Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
4289 Branch: perlio
4290 ! perl.c
4291____________________________________________________________________________
4292[ 9295] By: nick on 2001/03/22 11:59:44
4293 Log: If stdin, stdout or stderr get opened in unexpected read/write state
4294 then warn at time of open not at time of use.
4295 Branch: perlio
4296 ! doio.c pp_hot.c pp_sys.c
4297____________________________________________________________________________
4298[ 9294] By: nick on 2001/03/22 10:54:35
4299 Log: Die on n-arg open(...,"",xxx,yyy,...)
4300 - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
4301 - die on read/write cases so we can decide what it means later.
4302 Branch: perlio
4303 ! doio.c embed.pl iperlsys.h util.c
4304____________________________________________________________________________
4305[ 9293] By: nick on 2001/03/22 09:02:45
4306 Log: perlio tweaks (reported by Nick Clark)
4307 Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
4308 error check in Pendinf_read().
4309 Branch: perlio
4310 ! perlio.c
4311____________________________________________________________________________
4312[ 9292] By: gsar on 2001/03/22 07:12:00
4313 Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
4314 fixes)
4315 Branch: maint-5.6/perl
4316 !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
4317____________________________________________________________________________
4318[ 9291] By: jhi on 2001/03/22 06:06:44
4319 Log: Regex tests from Chicheng Zhang. (Already fixed.)
4320 Branch: perl
4321 ! t/op/re_tests
4322____________________________________________________________________________
4323[ 9290] By: jhi on 2001/03/22 05:57:01
4324 Log: Move MacOS Classic higher in the list of supported platforms.
4325 Branch: maint-5.6/perl
4326 ! pod/perlport.pod
4327____________________________________________________________________________
4328[ 9289] By: gsar on 2001/03/22 05:35:04
4329 Log: revert part of change#6438 for compatibility (av_reify()
4330 appears to be needed to implement av_splice()ish things
4331 in XS)
4332 Branch: maint-5.6/perl
4333 ! embed.pl global.sym objXSUB.h perlapi.c
4334____________________________________________________________________________
4335[ 9288] By: gsar on 2001/03/22 03:09:19
4336 Log: update copyright year
4337 Branch: maint-5.6/perl
4338 ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
4339 ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
4340 ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
4341 ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
4342 ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
4343 ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
4344 ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
4345 ! x2p/walk.c
4346____________________________________________________________________________
4347[ 9287] By: jhi on 2001/03/21 20:30:54
4348 Log: Integrate perlio.
4349 Branch: perl
4350 !> ext/Data/Dumper/Dumper.xs
4351____________________________________________________________________________
4352[ 9286] By: gsar on 2001/03/21 19:49:54
4353 Log: makefile.mk tweak
4354 Branch: maint-5.6/perl
4355 ! win32/Makefile win32/makefile.mk
4356____________________________________________________________________________
4357[ 9285] By: nick on 2001/03/21 19:07:13
4358 Log: Multiplicity fix for Dumper.
4359 Branch: perlio
4360 ! ext/Data/Dumper/Dumper.xs
4361______________________________________