This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
De-quoted-unreadable to ISO Latin 1.
[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
9 ---------------
10 CAST AND CREW
11 ---------------
12
13To give due honor to those who have made Perl what is is today,
14here are some of the more common names in the Changes file, and their
dd6de302 15current addresses (as of September 2000):
99b32ad1
JH
16
17 Gisle Aas <gisle@aas.no>
18 Abigail <abigail@foad.org>
19 Kenneth Albanowski <kjahds@kjahds.com>
20 Russ Allbery <rra@stanford.edu>
21 Brad Appleton <bradapp@enteract.com>
22 Greg Bacon <gbacon@itsc.uah.edu>
23 Robin Barker <rmb1@cise.npl.co.uk>
24 Vishal Bhatia <vishal@gol.com>
25 Spider Boardman <spider@orb.nashua.nh.us>
edc41271 26 Daniel Chetlin <daniel@chetlin.com>
99b32ad1 27 Tom Christiansen <tchrist@perl.com>
edc41271
JH
28 Lupe Christoph <lupe@lupe-christoph.de>
29 Nicholas Clark <nick@Bagpuss.unfortu.net>
99b32ad1 30 Simon Cozens <simon@brecon.co.uk>
edc41271 31 Francois Desarmenien <desar@club-internet.fr>
99b32ad1
JH
32 Mark-Jason Dominus <mjd@plover.com>
33 Jan Dubois <jand@activestate.com>
34 Dominic Dunlop <domo@computer.org>
35 Eric Fifer <efifer@sanwaint.com>
edc41271
JH
36 Richard Foley <Richard.Foley@m.dasa.de>
37 Jeffrey Friedl <jfriedl@yahoo-inc.com>
99b32ad1 38 Hallvard B Furuseth <h.b.furuseth@usit.uio.no>
3860b6ae 39 M. J. T. Guy <mjtg@cam.ac.uk>
99b32ad1
JH
40 Tom Hughes <tom@compton.nu>
41 Nick Ing-Simmons <nik@tiuk.ti.com>
edc41271
JH
42 Tim Jenness <timj@jach.hawaii.edu>
43 Andreas König <a.koenig@mind.de>
dc67250a 44 Charles Lane <lane@DUPHY4.Physics.Drexel.Edu>
99b32ad1
JH
45 Douglas Lankshear <dougl@activestate.com>
46 Doug MacEachern <dougm@covalent.net>
3860b6ae 47 Raphael Manfredi <Raphael.Manfredi@pobox.com>
99b32ad1
JH
48 Paul Marquess <Paul.Marquess@btinternet.com>
49 Stephen McCamant <alias@mcs.com>
50 Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
51 Hans Mulder <hansmu@xs4all.nl>
52 Chris Nandor <pudge@pobox.com>
53 Matthias Neeracher <neeri@iis.ee.ethz.ch>
54 Jeff Okamoto <okamoto@hpcc123.corp.hp.com>
55 Ulrich Pfeifer <pfeifer@charly.informatik.uni-dortmund.de>
56 Tom Phoenix <rootbeer@teleport.com>
57 Stephen Potter <spp@ds.net>
58 Joshua Pritikin <joshua.pritikin@db.com>
59 Peter Prymmer <pvhp@forte.com>
60 Norbert Pueschel <pueschel@imsdd.meb.uni-bonn.de>
61 Dean Roehrich <roehrich@cray.com>
62 Hugo van der Sanden <hv@crypt.demon.co.uk>
63 Michael G Schwern <schwern@pobox.com>
64 Roderick Schertler <roderick@argon.org>
65 Yitzchak Scott-Thoennes <sthoenna@efn.org>
66 Kurt D. Starsinic <kstar@chapin.edu>
67 Benjamin Stuhl <sho_pi@hotmail.com>
68 Dan Sugalski <dan@sidhe.org>
69 Nathan Torkington <gnat@frii.com>
70 Larry W. Virden <lvirden@cas.org>
71 Johan Vromans <jvromans@squirrel.nl>
72 Ilya Zakharevich <ilya@math.ohio-state.edu>
73
74And the Keepers of the Patch Pumpkin:
75
76 Charles Bailey <bailey@newman.upenn.edu>
77 Graham Barr <gbarr@ti.com>
78 Malcolm Beattie <mbeattie@sable.ox.ac.uk>
79 Tim Bunce <Tim.Bunce@ig.co.uk>
80 Andy Dougherty <doughera@lafcol.lafayette.edu>
81 Jarkko Hietaniemi <jhi@iki.fi>
82 Gurusamy Sarathy <gsar@activestate.com>
83 Chip Salzenberg <chip@perl.com>
84
85And, of course, the Author of Perl:
86
87 Larry Wall <larry@wall.org>
88
99b32ad1
JH
89NOTE: Each change entry shows the change number; who checked it into the
90repository; when; description of the change; which branch the change
91happened in; and the affected files. The file lists have a short symbolic
92indicator:
93
94 ! modified
95 + added
96 - deleted
97 +> branched (from elsewhere)
98 !> merged changes (from elsewhere)
99
dd6de302
JH
100The Message-Ids in the change entries refer to the email messages sent
101to the perl5-porters mailing list. You can retrieve the messages for
102example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/
99b32ad1
JH
103
104--------------
105Version v5.7.0 Development release working toward v5.8
106--------------
107
108____________________________________________________________________________
9fa20d2e
JH
109[ 7461] By: jhi on 2000/10/27 15:37:38
110 Log: Retract #7459, the script needs more work.
111 Branch: perl
112 - mkreef
113 ! MANIFEST
114____________________________________________________________________________
115[ 7459] By: jhi on 2000/10/27 15:02:07
116 Log: (Retracted by #7461)
117
118 Add a shell script for creating/removing symbolic link farms,
119 useful for keeping the source code read-only and doing the
120 builds somewhere else.
121 Branch: perl
122 + mkreef
123 ! MANIFEST
124____________________________________________________________________________
125[ 7458] By: jhi on 2000/10/27 14:42:20
126 Log: Do away with the fix_pl.
127 Branch: perl
128 - fix_pl
129 ! MANIFEST Makefile.SH
130____________________________________________________________________________
131[ 7457] By: jhi on 2000/10/27 12:43:13
132 Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
133 From: Jens Hamisch <jens@Strawberry.COM>
134 Date: Fri, 27 Oct 2000 14:38:21 +0200
135 Message-Id: <20001027143821.B3366@Strawberry.COM>
136 Branch: perl
137 ! perl.h
138____________________________________________________________________________
139[ 7456] By: jhi on 2000/10/27 12:33:42
140 Log: Subject: [PATCH] todo
141 From: Nicholas Clark <nick@ccl4.org>
142 Date: Thu, 26 Oct 2000 22:32:29 +0100
143 Message-ID: <20001026223229.A44540@plum.flirble.org>
144 Branch: perl
145 ! pod/perltodo.pod
146____________________________________________________________________________
147[ 7455] By: jhi on 2000/10/27 12:02:21
148 Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
149 From: John Tobey <jtobey@john-edwin-tobey.org>
150 Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
151 Message-Id: <m13ozHF-000FObC@feynman.localnet>
152 Branch: perl
153 ! op.c t/pragma/sub_lval.t
154____________________________________________________________________________
155[ 7454] By: jhi on 2000/10/27 11:59:42
156 Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
157 From: sthoenna@efn.org
158 Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
159 Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
160 Branch: perl
161 ! pp.c t/op/assignwarn.t
162____________________________________________________________________________
163[ 7453] By: jhi on 2000/10/27 00:15:08
164 Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
165 Branch: perl
166 ! ext/Storable/ChangeLog ext/Storable/Storable.pm
167 ! ext/Storable/Storable.xs t/lib/st-lock.t
168____________________________________________________________________________
169[ 7452] By: jhi on 2000/10/26 13:05:52
170 Log: Undo #7451, this seems to be a deficiency in Perforce,
171 there is no per-file line-terminator type, only per-client.
172 Branch: perl
173 ! README.dos README.win32 djgpp/configure.bat win32/Makefile
174 ! win32/makefile.mk
175____________________________________________________________________________
176[ 7451] By: jhi on 2000/10/26 04:56:03
177 Log: Experimenting in DOS arcana.
178 Branch: perl
179 ! README.dos README.win32 djgpp/configure.bat win32/Makefile
180 ! win32/makefile.mk
181____________________________________________________________________________
182[ 7450] By: jhi on 2000/10/26 04:50:52
183 Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[ 7350] breaks VMS perl
184 From: "Peter J. Farley III" <pjfarley@banet.net>
185 Date: Wed, 25 Oct 2000 23:10:18 -0400
186 Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
187 Branch: perl
188 ! t/io/open.t
189____________________________________________________________________________
190[ 7449] By: jhi on 2000/10/26 04:49:16
191 Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
192 From: Hugo <hv@crypt.compulink.co.uk>
193 Date: Thu, 26 Oct 2000 01:55:17 +0100
194 Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
195
196 minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
197 Branch: perl
198 ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
199____________________________________________________________________________
200[ 7448] By: jhi on 2000/10/26 04:38:36
201 Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
202 From: Peter Prymmer <pvhp@forte.com>
203 Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)
204 Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
205 Branch: perl
206 ! configure.com
207____________________________________________________________________________
208[ 7447] By: jhi on 2000/10/25 23:20:02
209 Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
210 in platforms that strictly require all the symbols being present
211 at link time.
212 Branch: perl
213 ! handy.h
214____________________________________________________________________________
215[ 7446] By: jhi on 2000/10/25 21:55:57
216 Log: Update Changes.
217 Branch: perl
218 ! Changes patchlevel.h
219____________________________________________________________________________
fdfe4652
JH
220[ 7445] By: jhi on 2000/10/25 21:27:08
221 Log: Integrate with vmsperl #7430 by Charles Bailey:
222
223 Cleanup from prior patch (Charles Lane?):
224 - improve handling of MFDs in Basename and Path
225 - default to no xsubpp line # munging when building debug images
226 Branch: perl
227 !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
228____________________________________________________________________________
229[ 7444] By: jhi on 2000/10/25 21:03:50
230 Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
231 From: John Peacock <JPeacock@UnivPress.com>
232 Date: Thu, 18 May 2000 11:55:27 -0400
233 Message-ID: <3924126F.A58BE57A@UnivPress.com>
234 Branch: perl
235 ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
236 ! t/op/write.t
237____________________________________________________________________________
238[ 7443] By: jhi on 2000/10/25 20:43:10
239 Log: Temporary stopgap for the self-tying issue: for now only
240 array and hash self-ties are verboten. The real fix, of
241 course, would be to comprehensively test (and implement?)
242 and debug (and document) self-ties.
243 Branch: perl
244 ! pod/perldiag.pod pp_sys.c t/op/tie.t
245____________________________________________________________________________
246[ 7442] By: jhi on 2000/10/25 20:14:30
247 Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
248 From: Dan Sugalski <dan@sidhe.org>
249 Date: Wed, 25 Oct 2000 13:36:35 -0400
250 Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
251
252 plus regen global.sym.
253 Branch: perl
254 ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
255 ! thrdvar.h util.c
256____________________________________________________________________________
257[ 7441] By: jhi on 2000/10/25 20:12:20
258 Log: buildtoc target tweaks.
259 Branch: perl
260 ! pod/Makefile.SH
261____________________________________________________________________________
262[ 7440] By: jhi on 2000/10/25 20:03:53
263 Log: A new version of making the syslog test more robust.
264 (Replaces #7421.)
265
266 Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
267 From: "Kurt D. Starsinic" <kstar@chapin.edu>
268 Date: Wed, 25 Oct 2000 12:13:54 -0400
269 Message-ID: <20001025121354.B2264@O2.chapin.edu>
270 Branch: perl
271 ! t/lib/syslog.t
272____________________________________________________________________________
273[ 7439] By: jhi on 2000/10/25 20:00:48
274 Log: Continue the internal UTF-8 API tweaking.
275 Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
276 used much more than the simpler API, now called utf8_to_uv_simple().
277 Still not quite happy with API, too much partial duplication
278 of functionality.
279 Branch: perl
280 ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
281 ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
282 ! regcomp.c regexec.c sv.c toke.c utf8.c
283____________________________________________________________________________
284[ 7438] By: jhi on 2000/10/25 18:52:30
285 Log: Allow poking holes at the UTF-8 decoding strictness.
286 Branch: perl
287 ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
288 ! utf8.h
289____________________________________________________________________________
290[ 7437] By: jhi on 2000/10/25 13:53:05
291 Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
292 UTF8LEN() and UTF8SKIP().
293 Branch: perl
294 ! pp.c utf8.c utf8.h
295____________________________________________________________________________
296[ 7436] By: jhi on 2000/10/25 13:51:37
297 Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
298 From: Nicholas Clark <nick@ccl4.org>
299 Date: Wed, 25 Oct 2000 14:44:05 +0100
300 Message-ID: <20001025144404.D27253@plum.flirble.org>
301 Branch: perl
302 ! pod/perlrun.pod
303____________________________________________________________________________
304[ 7435] By: jhi on 2000/10/25 13:49:32
305 Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
306 From: Mike Guy <mjtg@cam.ac.uk>
307 Date: Tue, 24 Oct 2000 14:59:40 +0100
308 Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
309 Branch: perl
310 ! scope.c
311____________________________________________________________________________
312[ 7434] By: jhi on 2000/10/25 13:48:41
313 Log: AIX is picky about its symbol exports. Solution for now
314 is to include the deb.o explicitly to the re extension build.
315
316 Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
317 From: Peter Prymmer <pvhp@forte.com>
318 Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
319 Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
320 Branch: perl
321 ! ext/re/Makefile.PL hints/aix.sh
322____________________________________________________________________________
323[ 7433] By: jhi on 2000/10/25 13:46:49
324 Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
325 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
326 Date: Wed, 25 Oct 2000 12:02:20 +0200
327 Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
328 Branch: perl
329 ! perlsdio.h
330____________________________________________________________________________
331[ 7432] By: jhi on 2000/10/25 13:44:28
332 Log: Subject: Minor update to find2perl, for portability
333 From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
334 Date: Wed, 25 Oct 2000 12:05:47 +0100
335 Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
336 Branch: perl
337 ! x2p/find2perl.PL
338____________________________________________________________________________
339[ 7431] By: jhi on 2000/10/25 13:40:39
340 Log: Add targets to Makefile.SH, most importantly
341 'regen_all' which also remembers to update vms/perly*.
342 Branch: perl
343 ! Makefile.SH
344____________________________________________________________________________
345[ 7429] By: jhi on 2000/10/24 20:03:40
346 Log: Podify README.epoc and README.vos.
347 Branch: perl
348 ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
349 ! pod/perlport.pod pod/perltoc.pod
350____________________________________________________________________________
351[ 7428] By: jhi on 2000/10/24 19:10:33
352 Log: Stratus VOS updates from Paul Green.
353 Branch: perl
354 + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
355 + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
356 - vos/config.def vos/config.h vos/config_h.SH_orig
357 ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
358 ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
359____________________________________________________________________________
360[ 7426] By: jhi on 2000/10/24 17:57:44
361 Log: Missed the header file changes from #7425.
362 Branch: perl
363 ! embed.h embed.pl objXSUB.h proto.h
364____________________________________________________________________________
365[ 7425] By: jhi on 2000/10/24 17:55:17
366 Log: Fix the bug reported in
367
368 From: andreas.koenig@anima.de (Andreas J. Koenig)
369 Subject: Encode bug?
370 Date: 24 Oct 2000 14:01:26 +0200
371 Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
372
373 Also make is_utf8_char() stricter.
374 Branch: perl
375 ! ext/Encode/Encode.xs utf8.c
376____________________________________________________________________________
377[ 7424] By: jhi on 2000/10/24 15:15:39
378 Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
379 From: Peter Scott <Peter@PSDT.com>
380 Date: Mon, 23 Oct 2000 19:46:01 -0700
381 Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
382 Branch: perl
383 ! pod/perlfaq5.pod
384____________________________________________________________________________
385[ 7423] By: jhi on 2000/10/24 14:25:30
386 Log: Test tweak to avoid pulling in the whole Config.
387 Branch: perl
388 ! t/lib/st-lock.t
389____________________________________________________________________________
390[ 7422] By: jhi on 2000/10/24 14:03:16
391 Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
392 Branch: perl
393 ! pp.c
394____________________________________________________________________________
395[ 7421] By: jhi on 2000/10/24 13:32:09
396 Log: (Replaced by #7440.)
397
398 Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
399 From: "Kurt D. Starsinic" <kstar@chapin.edu>
400 Date: Mon, 23 Oct 2000 16:40:54 -0400
401 Message-ID: <20001023164054.B14491@O2.chapin.edu>
402 Branch: perl
403 ! t/lib/syslog.t
404____________________________________________________________________________
405[ 7420] By: jhi on 2000/10/24 13:30:53
406 Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
407 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
408 Date: Mon, 23 Oct 2000 17:29:03 -0400
409 Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
410 Branch: perl
411 ! lib/ExtUtils/MM_Unix.pm
412____________________________________________________________________________
413[ 7419] By: jhi on 2000/10/24 13:29:57
414 Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
415 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
416 Date: Mon, 23 Oct 2000 19:01:32 -0400
417 Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
418 Branch: perl
419 ! utils/h2xs.PL
420____________________________________________________________________________
421[ 7418] By: jhi on 2000/10/24 13:26:04
422 Log: Replace #7409 with
423
424 Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
425 From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
426 Date: Mon, 23 Oct 2000 20:08:56 +0200
427 Message-ID: <20001023200855.A14850@nice.ram.loc>
428 Branch: perl
429 ! ext/Storable/Storable.pm t/lib/st-lock.t
430____________________________________________________________________________
431[ 7417] By: jhi on 2000/10/24 13:17:52
432 Log: Run vms/vms_yfix.pl, should have done that after changing
433 perly.c in #7382.
434 Branch: perl
435 ! vms/perly_c.vms vms/perly_h.vms
436____________________________________________________________________________
437[ 7416] By: jhi on 2000/10/24 02:55:33
438 Log: Make the UTF-8 decoding stricter and more verbose when
439 malformation happens. This involved adding an argument
440 to utf8_to_uv_chk(), which involved changing its prototype,
441 and prefer STRLEN over I32 for the UTF-8 length, which as
442 a domino effect necessitated changing the prototypes of
443 scan_bin(), scan_oct(), scan_hex(), and reg_uni().
444 The stricter UTF-8 decoding checking uses Markus Kuhn's
445 UTF-8 Decode Stress Tester from
446 http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
447 Branch: perl
448 ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
449 ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
450 ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
451 ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
452____________________________________________________________________________
453[ 7415] By: jhi on 2000/10/23 14:06:06
454 Log: Update Changes.
455 Branch: perl
456 ! Changes patchlevel.h
457____________________________________________________________________________
177b92d2
JH
458[ 7414] By: jhi on 2000/10/23 12:39:52
459 Log: Undo the basename() part of #7412 since the lib/basename
460 tests would need upgrading too.
461 Branch: perl
462 ! lib/File/Basename.pm
463____________________________________________________________________________
464[ 7413] By: jhi on 2000/10/23 12:19:27
465 Log: Document PERL_INSTALL_ROOT of #7210.
466 Branch: perl
467 ! lib/ExtUtils/Install.pm
468____________________________________________________________________________
469[ 7412] By: jhi on 2000/10/23 12:16:47
470 Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
471 Branch: perl
472 ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
473 ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
474____________________________________________________________________________
475[ 7411] By: jhi on 2000/10/23 12:07:41
476 Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
477 From: Prymmer/Kahn <pvhp@best.com>
478 Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
479 Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
480 Branch: perl
481 ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
482____________________________________________________________________________
483[ 7410] By: jhi on 2000/10/23 04:10:11
484 Log: The change #7187 was not so good on VMS.
485
486 Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
487 From: "Craig A. Berry" <craig.berry@psinetcs.com>
488 Date: Sun, 22 Oct 2000 23:03:08 -0500
489 Message-Id: <p04330102b617d093470b@[172.16.52.1]>
490 Branch: perl
491 ! utils/perldoc.PL
492____________________________________________________________________________
493[ 7409] By: jhi on 2000/10/23 03:57:36
494 Log: Avoid Storable locking on DJGPP for now.
495
496 Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
497 From: "Peter J. Farley III" <pjfarley@banet.net>
498 Date: Sun, 22 Oct 2000 20:00:00 -0400
499 Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
500 Branch: perl
501 ! ext/Storable/Storable.pm t/lib/st-lock.t
502____________________________________________________________________________
503[ 7408] By: jhi on 2000/10/23 03:50:24
504 Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
505 From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
506 Date: Sun, 22 Oct 2000 21:12:22 -0400
507 Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
508 Branch: perl
509 ! lib/vars.pm
510____________________________________________________________________________
511[ 7407] By: jhi on 2000/10/23 03:43:12
512 Log: Subject: Re: [ID 20001021.005] SEGV with regex match
513 From: Hugo <hv@crypt.compulink.co.uk>
514 Date: Mon, 23 Oct 2000 00:47:22 +0100
515 Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
516 Branch: perl
517 ! regexec.c t/op/pat.t
518____________________________________________________________________________
519[ 7406] By: jhi on 2000/10/23 03:40:29
520 Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
521 Branch: perl
522 ! lib/ExtUtils/MakeMaker.pm
523____________________________________________________________________________
524[ 7405] By: jhi on 2000/10/22 21:32:00
525 Log: Doc patch.
526
527 Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
528 From: rspier@pobox.com (Robert Spier)
529 Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
530 Message-ID: <14835.16112.13457.447971@rls.cx>
531 Branch: perl
532 ! lib/strict.pm
533____________________________________________________________________________
534[ 7404] By: jhi on 2000/10/22 21:30:51
535 Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
536 From: rspier@pobox.com (Robert Spier)
537 Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
538 Message-ID: <14835.17223.72448.705566@rls.cx>
539 Branch: perl
540 ! lib/ExtUtils/MakeMaker.pm
541____________________________________________________________________________
542[ 7403] By: jhi on 2000/10/22 21:24:11
543 Log: Subject: [PATCH bleadperl] ripples from constsub patch
544 From: John Tobey <jtobey@john-edwin-tobey.org>
545 Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
546 Message-Id: <m13nSOB-000FObC@feynman.localnet>
547 Branch: perl
548 ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
549____________________________________________________________________________
550[ 7402] By: jhi on 2000/10/22 20:59:35
551 Log: Support s?printf parameter reordering.
552 Branch: perl
553 ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
554____________________________________________________________________________
555[ 7401] By: jhi on 2000/10/22 19:19:14
556 Log: Expand Config variables only if explicitly so requested.
557
558 Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
559 From: Gurusamy Sarathy <gsar@ActiveState.com>
560 Date: Sun, 22 Oct 2000 11:47:32 -0700
561 Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>
562 Branch: perl
563 ! Makefile.SH lib/lib_pm.PL
564____________________________________________________________________________
565[ 7400] By: jhi on 2000/10/22 18:24:10
566 Log: Move the #7390 test from warn/op to comp/redef.
567
568 Subject: Re: Creating const subs for constants.
569 From: John Tobey <jtobey@john-edwin-tobey.org>
570 Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
571 Message-Id: <m13nG72-000FObC@feynman.localnet>
572 Branch: perl
573 ! t/comp/redef.t t/pragma/warn/op
574____________________________________________________________________________
575[ 7399] By: jhi on 2000/10/22 17:49:59
576 Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
577 From: Nicholas Clark <nick@ccl4.org>
578 Date: Sat, 21 Oct 2000 22:23:19 +0100
579 Message-ID: <20001021222319.B45586@plum.flirble.org>
580 Branch: perl
581 ! ext/DynaLoader/DynaLoader_pm.PL
582____________________________________________________________________________
583[ 7398] By: jhi on 2000/10/22 17:47:35
584 Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
585 From: Hugo <hv@crypt.compulink.co.uk>
586 Date: Sat, 21 Oct 2000 18:19:59 +0100
587 Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
588 Branch: perl
589 ! ext/B/B.pm ext/B/B/C.pm
590____________________________________________________________________________
591[ 7397] By: jhi on 2000/10/22 17:35:18
592 Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
593 From: "Todd C. Miller" <Todd.Miller@courtesan.com>
594 Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
595 Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
596 Branch: perl
597 ! hints/openbsd.sh
598____________________________________________________________________________
599[ 7396] By: jhi on 2000/10/22 17:19:46
600 Log: Subject: installman go-faster stripes
601 From: Nicholas Clark <nick@talking.bollo.cx>
602 Date: Sat, 21 Oct 2000 17:24:53 +0100
603 Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
604
605 Subject: Re: installman go-faster stripes
606 From: Russ Allbery <rra@stanford.edu>
607 Date: 21 Oct 2000 11:04:13 -0700
608 Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
609 Branch: perl
610 ! installman pod/pod2man.PL
611____________________________________________________________________________
612[ 7395] By: jhi on 2000/10/22 17:17:35
613 Log: Hints tweak from Anton Berezin.
614 Branch: perl
615 ! hints/freebsd.sh
616____________________________________________________________________________
617[ 7394] By: jhi on 2000/10/22 04:50:04
618 Log: Tweak the Is* definitions of Unicode character classes
619 to better match the official categorizations; embrace
620 the official categorizations; add the combining marks
621 as alpha (and -numeric); fix DCinital (a typo and edito)
622 to be DCmedial.
623 Branch: perl
624 + lib/unicode/Is/DCmedial.pl
625 - lib/unicode/Is/DCinital.pl
626 ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
627 ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
628 ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
629 ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
630____________________________________________________________________________
631[ 7393] By: jhi on 2000/10/21 18:06:05
632 Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
633 From: Daniel Chetlin <daniel@chetlin.com>
634 Date: Sat, 21 Oct 2000 02:57:03 -0700
635 Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
636 Branch: perl
637 + t/lib/tie-splice.t
638 ! MANIFEST lib/Tie/Array.pm
639____________________________________________________________________________
640[ 7391] By: jhi on 2000/10/21 14:37:49
641 Log: Testcases for a #7383,#7385 related bug.
642
643 Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
644 From: Nicholas Clark <nick@ccl4.org>
645 Date: Sat, 21 Oct 2000 15:04:51 +0100
646 Message-ID: <20001021150451.A51566@plum.flirble.org>
647 Branch: perl
648 ! t/pragma/utf8.t
649____________________________________________________________________________
650[ 7390] By: jhi on 2000/10/21 14:35:57
651 Log: Add a testcase for #7389.
652 Branch: perl
653 ! t/pragma/warn/op
654____________________________________________________________________________
655[ 7389] By: jhi on 2000/10/21 14:26:45
656 Log: Subject: Re: Creating const subs for constants.
657 From: John Tobey <jtobey@john-edwin-tobey.org>
658 Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
659 Message-Id: <m13mo0N-000FObC@feynman.localnet>
660 Branch: perl
661 ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
662 ! proto.h sv.c
663____________________________________________________________________________
664[ 7386] By: jhi on 2000/10/21 01:31:12
665 Log: Update Changes.
666 Branch: perl
667 ! Changes patchlevel.h
668____________________________________________________________________________
3a67c0c7
JH
669[ 7385] By: jhi on 2000/10/21 01:28:42
670 Log: The #7383 was right only in the context of the original bug report,
671 not in more general case.
672 Branch: perl
673 ! pp_hot.c
674____________________________________________________________________________
675[ 7384] By: jhi on 2000/10/21 01:08:23
676 Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
677 Branch: perl
678 ! ext/IO/lib/IO/Select.pm
679____________________________________________________________________________
680[ 7383] By: jhi on 2000/10/21 00:44:18
681 Log: Fix for ID 20001020.006, concatenating an unset submatch
682 with utf8 resulted in "Modification of a read-only value".
683 Branch: perl
684 ! pp_hot.c t/pragma/utf8.t
685____________________________________________________________________________
686[ 7382] By: jhi on 2000/10/20 20:44:31
687 Log: Make scan_num() reëntrant, as suggested in
688
689 Subject: [PATCH perl@7229] Rentrant parser and yylex()
690 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
691 Date: Fri, 20 Oct 2000 14:17:27 +0100
692 Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
693 Branch: perl
694 ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
695 ! toke.c
696____________________________________________________________________________
697[ 7381] By: jhi on 2000/10/20 20:07:29
698 Log: Reëntrancy fix.
699
700 Subject: [PATCH perl@7229] Rentrant parser and yylex()
701 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
702 Date: Fri, 20 Oct 2000 14:17:27 +0100
703 Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
704 Branch: perl
705 ! embed.h embed.pl perl.h proto.h toke.c
706____________________________________________________________________________
707[ 7380] By: jhi on 2000/10/20 19:15:54
708 Log: Don't write double values through long double pointers,
709 based on a part of
710
711 Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
712 From: Jens Hamisch <jens@Strawberry.COM>
713 Date: Tue, 17 Oct 2000 08:39:36 +0200
714 Message-Id: <20001017083936.A11104@Strawberry.COM>
715 Branch: perl
716 ! perl.h pp.c
717____________________________________________________________________________
718[ 7379] By: jhi on 2000/10/20 18:43:37
719 Log: Portability tweak on #7377.
720
721 Subject: Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
722 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
723 Date: Fri, 20 Oct 2000 13:13:41 EDT
724 Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
725 Branch: perl
726 ! t/lib/dprof.t
727____________________________________________________________________________
728[ 7378] By: jhi on 2000/10/20 12:57:19
729 Log: SOCKS function redefinitions need prototypes, too, otherwise
730 for example 32 bit versus 64 bit differences cause a lot of
731 problems. Part of
732
733 Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
734 From: Jens Hamisch <jens@Strawberry.COM>
735 Date: Tue, 17 Oct 2000 08:39:36 +0200
736 Message-Id: <20001017083936.A11104@Strawberry.COM>
737 Branch: perl
738 ! doio.c pp_sys.c
739____________________________________________________________________________
740[ 7377] By: jhi on 2000/10/20 12:37:12
741 Log: Subject: [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
742 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
743 Date: Fri, 20 Oct 2000 08:26:04 EDT
744 Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
745 Branch: perl
746 ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
747____________________________________________________________________________
748[ 7376] By: jhi on 2000/10/20 12:35:31
749 Log: Subject: [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
750 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
751 Date: Fri, 20 Oct 2000 07:48:15 EDT
752 Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
753 Branch: perl
754 ! configure.com vms/gen_shrfls.pl
755____________________________________________________________________________
756[ 7374] By: jhi on 2000/10/20 00:59:48
757 Log: In the latest compiler builds cccdlflags must not become -fpic,
758 from Wilfredo Sánchez.
759 Branch: perl
760 ! hints/darwin.sh
761____________________________________________________________________________
762[ 7373] By: jhi on 2000/10/20 00:56:35
763 Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
764 From: Tony Cook <tony@develop-help.com>
765 Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
766 Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
767 Branch: perl
768 ! pod/perlop.pod
769____________________________________________________________________________
770[ 7372] By: jhi on 2000/10/19 19:34:40
771 Log: Typo noted by Mark Lutz.
772 Branch: perl
773 ! t/op/64bitint.t
774____________________________________________________________________________
775[ 7370] By: jhi on 2000/10/19 17:18:08
776 Log: Subject: PATCH do_print has 2 PerlIO_error()s
777 From: nick@ccl4.org
778 Date: Thu, 19 Oct 2000 18:09:20 +0100
779 Message-ID: <20001019180920.A8440@babyhippo.co.uk>
780 Branch: perl
781 ! doio.c
782____________________________________________________________________________
783[ 7369] By: jhi on 2000/10/19 14:01:49
784 Log: Update Changes.
785 Branch: perl
786 ! Changes patchlevel.h
787____________________________________________________________________________
23c0d66e
JH
788[ 7368] By: jhi on 2000/10/19 13:04:29
789 Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
790 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
791 Date: Wed, 18 Oct 2000 13:12:01 +0200
792 Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
793 Branch: perl
794 ! hints/aix.sh
795____________________________________________________________________________
796[ 7367] By: jhi on 2000/10/19 02:22:40
797 Log: Fix of sorts for bug id 20000901.092. There seems to be no trace
798 of a 'pmshort' anywhere in the B, so the offending line was simply
799 removed.
800 Branch: perl
801 ! ext/B/B/Debug.pm
802____________________________________________________________________________
803[ 7366] By: jhi on 2000/10/19 02:12:37
804 Log: Add the test case for the bug id 20000730.004 which seems
805 to have been fixed by now.
806 Branch: perl
807 ! t/pragma/utf8.t
808____________________________________________________________________________
809[ 7365] By: jhi on 2000/10/18 23:36:24
810 Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH>
811 From: Hugo <hv@crypt.compulink.co.uk>
812 Date: Wed, 18 Oct 2000 23:25:58 +0100
813 Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
814 Branch: perl
815 ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
816____________________________________________________________________________
817[ 7364] By: jhi on 2000/10/18 21:12:53
818 Log: (retracted)
819 Branch: perl
820 ! pp.c
821____________________________________________________________________________
822[ 7363] By: jhi on 2000/10/18 20:55:38
823 Log: Missing change from #7362.
824 Branch: perl
825 ! win32/perlhost.h
826____________________________________________________________________________
827[ 7362] By: jhi on 2000/10/18 20:52:01
828 Log: Borland C fstat() never saw the fd as writable.
829
830 Subject: fix for Borland's weak "stat" (perl@7211)
831 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
832 Date: Mon, 16 Oct 2000 09:55:03 +0400
833 Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
834 Branch: perl
835 ! win32/win32.c
836____________________________________________________________________________
837[ 7361] By: jhi on 2000/10/18 17:43:50
838 Log: Regen toc.
839 Branch: perl
840 ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
841____________________________________________________________________________
842[ 7360] By: jhi on 2000/10/18 17:07:44
843 Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
844 Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
845 Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
846 Date: Mon, 16 Oct 2000 15:19:49 +0200
847 Branch: perl
848 + README.aix
849 ! MANIFEST
850____________________________________________________________________________
851[ 7359] By: jhi on 2000/10/18 17:04:49
852 Log: Subject: Pod patch for Devel::Peek
853 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
854 Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
855 Date: Mon, 16 Oct 2000 12:26:34 +0200
856 Branch: perl
857 ! ext/Devel/Peek/Peek.pm
858____________________________________________________________________________
859[ 7358] By: jhi on 2000/10/18 17:03:15
860 Log: Make Cwd more bulletproof in chrooted environments.
861
862 Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
863 From: "Eric E. Coe" <Eric.Coe@oracle.com>
864 Date: Wed, 18 Oct 2000 04:03:54 -0400
865 Message-Id: <39ED596A.70E599FE@oracle.com>
866 Branch: perl
867 ! lib/Cwd.pm
868____________________________________________________________________________
869[ 7357] By: jhi on 2000/10/18 16:37:26
870 Log: Disable the UTF8 downgrade croakage for now to avoid
871 too many not okay messages.
872 Branch: perl
873 ! doio.c
874____________________________________________________________________________
875[ 7356] By: jhi on 2000/10/17 23:29:41
876 Log: Show the failed remote port, instead of the failing line number.
877
878 Subject: [PATCH 5.6.1 Debugger] More diagnostics
879 From: David Sparks <daves@ActiveState.com>
880 Date: Tue, 17 Oct 2000 15:00:24 -0700
881 Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
882 Branch: perl
883 ! lib/perl5db.pl
884____________________________________________________________________________
885[ 7355] By: jhi on 2000/10/17 14:11:31
886 Log: On output try to downgrade to bytes, croak if impossible,
887 from Simon Cozens. This means that outputting >255 UTF8
888 is impossible. Consider this as a strong incentive to get
889 the I/O disciplines implemented.
890 Branch: perl
891 ! doio.c pod/perldiag.pod sv.c
892____________________________________________________________________________
893[ 7354] By: jhi on 2000/10/17 13:42:23
894 Log: Clarify documentation on 'use bytes'.
895
896 Subject: Re: What does 'use bytes' "mean" ?
897 From: Simon Cozens <simon@cozens.net>
898 Date: Mon, 18 Sep 2000 18:24:25 +0100
899 Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
900 Branch: perl
901 ! lib/bytes.pm
902____________________________________________________________________________
903[ 7353] By: jhi on 2000/10/17 13:28:12
904 Log: Workaround for a sfio bug where the stream error indicator
905 is not cleared as documented.
906
907 Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
908 From: Nicholas Clark <nick@ccl4.org>
909 Date: Mon, 16 Oct 2000 18:28:23 +0100
910 Message-ID: <20001016182823.J19700@plum.flirble.org>
911 Branch: perl
912 ! doio.c
913____________________________________________________________________________
914[ 7352] By: jhi on 2000/10/17 13:06:19
915 Log: More IoTYPE sprinkling.
916 Branch: perl
917 ! doio.c pp_hot.c
918____________________________________________________________________________
919[ 7351] By: jhi on 2000/10/16 22:47:07
920 Log: Detect early whether the std streams have gone bad.
921
922 Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
923 Date: Mon, 16 Oct 2000 23:28:42 +0100
924 From: Nicholas Clark <nick@ccl4.org>
925 Message-ID: <20001016232842.A37942@plum.flirble.org>
926 Branch: perl
927 ! t/op/misc.t
928____________________________________________________________________________
929[ 7350] By: jhi on 2000/10/16 22:45:16
930 Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
931 From: "Peter J. Farley III" <pjfarley@banet.net>
932 Date: Mon, 16 Oct 2000 18:15:59 -0400
933 Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
934 Branch: perl
935 ! djgpp/djgpp.c dosish.h t/io/open.t
936____________________________________________________________________________
937[ 7349] By: jhi on 2000/10/16 22:36:45
938 Log: perldelta tweak.
939 Branch: perl
940 ! pod/perldelta.pod
941____________________________________________________________________________
942[ 7348] By: jhi on 2000/10/16 15:17:53
943 Log: Update Changes.
944 Branch: perl
945 ! Changes patchlevel.h
946____________________________________________________________________________
a4abfbda
JH
947[ 7347] By: jhi on 2000/10/16 13:55:27
948 Log: Add the capability to include/exclude branches.
949 Branch: perl
950 ! Porting/genlog
951____________________________________________________________________________
952[ 7346] By: jhi on 2000/10/16 13:18:04
953 Log: Add Charles Lane.
954 Branch: perl
955 ! AUTHORS Changes
956____________________________________________________________________________
957[ 7345] By: jhi on 2000/10/16 13:13:21
958 Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
959 Branch: perl
960 ! pod/perldelta.pod
961____________________________________________________________________________
962[ 7244] By: jhi on 2000/10/16 02:29:54
963 Log: Subject: $Carp::ExportLevel confusion in Exporter
964 From: "Ben Tilly" <ben_tilly@hotmail.com>
965 Date: Sat, 14 Oct 2000 16:44:34 EDT
966 Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
967 Branch: perl
968 ! lib/Exporter/Heavy.pm
969____________________________________________________________________________
970[ 7243] By: jhi on 2000/10/16 02:28:33
971 Log: Subject: [PATCH perlguts.pod] Document offset hack
972 From: Simon Cozens <simon@cozens.net>
973 Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
974 Date: Sat, 14 Oct 2000 19:32:25 +0100
975 Branch: perl
976 ! pod/perlguts.pod
977____________________________________________________________________________
978[ 7241] By: jhi on 2000/10/16 02:22:44
979 Log: Subject: small pod patch
980 From: Dan Boorstein <dan_boo@bellsouth.net>
981 Date: Sat, 14 Oct 2000 14:29:24 -0400
982 Message-ID: <39E8A604.B501DB4F@bellsouth.net>
983 Branch: perl
984 ! pod/perlfaq7.pod pod/perlmod.pod
985____________________________________________________________________________
986[ 7240] By: jhi on 2000/10/16 02:13:46
987 Log: -w cleanup.
988
989 Subject: Re: Problems with bleadperl
990 From: "Stephen P. Potter" <spp@ds.net>
991 Date: Fri, 13 Oct 2000 13:32:49 -0400
992 Message-Id: <200010131732.NAA19391@spp.users.ds.net>
993 Branch: perl
994 ! t/pragma/overload.t
995____________________________________________________________________________
996[ 7239] By: jhi on 2000/10/16 01:41:18
997 Log: One more ~utf8 tweak.
998 Branch: perl
999 ! t/op/bop.t
1000____________________________________________________________________________
1001[ 7238] By: jhi on 2000/10/16 01:34:14
1002 Log: Tweak the test of #7235.
1003 Branch: perl
1004 ! t/op/bop.t
1005____________________________________________________________________________
1006[ 7237] By: jhi on 2000/10/16 01:25:04
1007 Log: Fix a couple of compiler-noted nits in #7235.
1008 Branch: perl
1009 ! pp.c
1010____________________________________________________________________________
1011[ 7236] By: jhi on 2000/10/16 01:22:46
1012 Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
1013 Branch: perl
1014 ! pp.c pp_hot.c
1015____________________________________________________________________________
1016[ 7235] By: jhi on 2000/10/15 16:24:44
1017 Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
1018
1019 From: Simon Cozens <simon@cozens.net>
1020 Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
1021 Date: Sat, 14 Oct 2000 20:52:13 +0100
1022 Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
1023 Branch: perl
1024 ! pp.c t/op/bop.t utf8.h
1025____________________________________________________________________________
1026[ 7234] By: jhi on 2000/10/15 15:19:29
1027 Log: split() utf8 fixes. Should fix both 20001014.001 and 20000426.003.
1028 The problem was that rx->minlen was in chars while pp_split()
1029 thought it would be in bytes.
1030 Branch: perl
1031 ! pp.c t/pragma/utf8.t
1032____________________________________________________________________________
1033[ 7233] By: jhi on 2000/10/14 20:24:24
1034 Log: Document FNCASE=y as discussed in the bug 20000902.009.
1035 Branch: perl
1036 ! README.dos
1037____________________________________________________________________________
1038[ 7232] By: jhi on 2000/10/14 18:52:21
1039 Log: Add test for bug id 20000427.003 (which seems to have
1040 been fixed) (also duplicate as 20000427.004, though
1041 with a higher severity). Move one utf8 from op/append
1042 to pragma/utf8, tag the tests with bug ids.
1043 Branch: perl
1044 ! t/op/append.t t/pragma/utf8.t
1045____________________________________________________________________________
1046[ 7231] By: jhi on 2000/10/14 17:28:37
1047 Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
1048 Branch: perl
1049 ! t/pragma/utf8.t
1050____________________________________________________________________________
1051[ 7229] By: jhi on 2000/10/14 00:49:22
1052 Log: Update Changes.
1053 Branch: perl
1054 ! Changes patchlevel.h
1055____________________________________________________________________________
0835f758
JH
1056[ 7228] By: jhi on 2000/10/14 00:46:10
1057 Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
1058 From: Peter Prymmer <pvhp@forte.com>
1059 Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
1060 Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
1061 Branch: perl
1062 ! lib/utf8.pm
1063____________________________________________________________________________
1064[ 7227] By: jhi on 2000/10/13 23:20:30
1065 Log: Make the test acknowledge that self-ties are disabled as #7213 said.
1066 Branch: perl
1067 ! t/op/tie.t
1068____________________________________________________________________________
1069[ 7226] By: jhi on 2000/10/13 22:14:32
1070 Log: Tweak #7225.
1071
1072 Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
1073 From: Peter Prymmer <pvhp@forte.com>
1074 Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
1075 Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
1076 Branch: perl
1077 ! t/op/sprintf.t
1078____________________________________________________________________________
1079[ 7225] By: jhi on 2000/10/13 22:11:31
1080 Log: op/sprintf.t patch for OS/390 (and any other host with limited
1081 floating-point exponent length)
1082
1083 Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
1084 From: Dominic Dunlop <domo@computer.org>
1085 Date: Fri, 13 Oct 2000 19:17:57 +0200
1086 Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
1087 Branch: perl
1088 ! t/op/sprintf.t
1089____________________________________________________________________________
1090[ 7224] By: jhi on 2000/10/13 18:40:48
1091 Log: Allow @+ and @- to be doublequoted, from Simon Cozens.
1092 Branch: perl
1093 ! toke.c
1094____________________________________________________________________________
1095[ 7223] By: jhi on 2000/10/13 18:37:13
1096 Log: Thinko in #7222.
1097 Branch: perl
1098 ! utf8.c
1099____________________________________________________________________________
1100[ 7222] By: jhi on 2000/10/13 18:05:23
1101 Log: Use UTF8SKIP(), from Simon Cozens.
1102 Branch: perl
1103 ! utf8.c
1104____________________________________________________________________________
1105[ 7221] By: jhi on 2000/10/13 15:43:19
1106 Log: (accidentally empty check-in)
1107 Branch: perl
1108 ! utf8.c
1109____________________________________________________________________________
1110[ 7220] By: jhi on 2000/10/13 15:23:51
1111 Log: Add (optimistically) Storable to static extensions.
1112 Branch: perl
1113 ! hints/uwin.sh hints/vmesa.sh
1114____________________________________________________________________________
1115[ 7219] By: jhi on 2000/10/13 15:20:05
1116 Log: Amdahl UTS doesn't seem to do dynaloading.
1117 Branch: perl
1118 ! hints/uts.sh
1119____________________________________________________________________________
1120[ 7218] By: jhi on 2000/10/13 15:15:20
1121 Log: Slight tweak of the code to appease Amdahl UTS cc.
1122 Branch: perl
1123 ! pp.c
1124____________________________________________________________________________
1125[ 7217] By: jhi on 2000/10/13 14:50:42
1126 Log: In Amdahl UTS "struct sv" is defined by a system header,
1127 <ksync.h>.
1128 Branch: perl
1129 ! perl.h sv.h
1130____________________________________________________________________________
1131[ 7216] By: jhi on 2000/10/13 11:58:25
1132 Log: Ilya implemented the memory profiling API.
1133 Branch: perl
1134 ! Todo
1135____________________________________________________________________________
1136[ 7215] By: jhi on 2000/10/13 02:56:38
1137 Log: Subject: [PATCH 5.7.0] Perl API for mstats
1138 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1139 Date: Thu, 12 Oct 2000 22:52:40 -0400
1140 Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
1141 Branch: perl
1142 ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
1143____________________________________________________________________________
1144[ 7214] By: jhi on 2000/10/13 02:55:38
1145 Log: Subject: [PATCH 5.7.0] IVs in mtats
1146 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1147 Date: Thu, 12 Oct 2000 22:51:04 -0400
1148 Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
1149 Branch: perl
1150 ! malloc.c perl.h
1151____________________________________________________________________________
1152[ 7213] By: jhi on 2000/10/13 02:31:47
1153 Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
1154 Branch: perl
1155 ! pod/perldiag.pod pp_sys.c
1156____________________________________________________________________________
1157[ 7212] By: jhi on 2000/10/13 01:27:38
1158 Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
1159 From: Peter Prymmer <pvhp@forte.com>
1160 Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
1161 Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
1162 Branch: perl
1163 ! t/op/oct.t
1164____________________________________________________________________________
1165[ 7211] By: jhi on 2000/10/13 00:35:09
1166 Log: Update Changes.
1167 Branch: perl
1168 ! Changes patchlevel.h
1169____________________________________________________________________________
9b10d7ba
JH
1170[ 7210] By: jhi on 2000/10/12 23:59:40
1171 Log: The Install.pm third of
1172
1173 Subject: Proposed patches, Install.pm getopts.pl termcap.pl
1174 From: Bill Campbell <bill@celestial.com>
1175 Message-ID: <20001005180451.A22029@kstarr.celestial.com>
1176 Date: Thu, 5 Oct 2000 18:04:51 -0700
1177 Branch: perl
1178 ! lib/ExtUtils/Install.pm
1179____________________________________________________________________________
1180[ 7209] By: jhi on 2000/10/12 23:58:43
1181 Log: Two thirds of
1182
1183 Subject: Proposed patches, Install.pm getopts.pl termcap.pl
1184 Date: Thu, 5 Oct 2000 18:04:51 -0700
1185 From: Bill Campbell <bill@celestial.com>
1186 Message-ID: <20001005180451.A22029@kstarr.celestial.com>
1187
1188 The Install.pm changes will be submitted separately because
1189 they need some work and discussion still.
1190 Branch: perl
1191 ! lib/getopts.pl lib/termcap.pl
1192____________________________________________________________________________
1193[ 7208] By: jhi on 2000/10/12 23:41:19
1194 Log: Subject: [PATCH] 5.6.0 & 5.7.1, VMS fixes
1195 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
1196 Date: Thu, 12 Oct 2000 07:30:02 EDT
1197 Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
1198 Branch: perl
1199 ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
1200 ! t/pod/testp2pt.pl vms/gen_shrfls.pl
1201____________________________________________________________________________
1202[ 7207] By: jhi on 2000/10/12 23:39:01
1203 Log: An updated EBCDIC tr patch.
1204
1205 Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
1206 From: Peter Prymmer <pvhp@forte.com>
1207 Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
1208 Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
1209 Branch: perl
1210 ! t/op/tr.t
1211____________________________________________________________________________
1212[ 7206] By: jhi on 2000/10/12 23:34:55
1213 Log: Upgrade to CPAN 1.58, from Andreas König.
1214 Branch: perl
1215 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
1216____________________________________________________________________________
1217[ 7205] By: jhi on 2000/10/12 23:29:08
1218 Log: Introduce the man[24-8] variables, from Andy Dougherty.
1219 Branch: metaconfig/U/perl
1220 + mandirs.U mandirstyle.U
1221 Branch: perl
1222 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1223 ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
1224 ! vos/config.h vos/config.pl vos/config_h.SH_orig
1225 ! win32/config.bc win32/config.gc win32/config.vc
1226____________________________________________________________________________
1227[ 7204] By: gsar on 2000/10/12 18:11:24
1228 Log: restore change#7202
1229 Branch: perl
1230 ! mg.c
1231____________________________________________________________________________
1232[ 7203] By: gsar on 2000/10/12 18:09:40
1233 Log: another test of the Emergency Broadcast System--back out
1234 change#7202
1235 Branch: perl
1236 ! mg.c
1237____________________________________________________________________________
1238[ 7202] By: gsar on 2000/10/12 16:40:47
1239 Log: (submitted on behalf of Jarkko)
1240 Fix the lib/encode.t subtest 6 failure as reported by Andreas
1241 Koenig, gmagical substr() wasn't propagating UTF8ness. The bug
1242 was unearthed by change 7182, as was a bug in HTML::Entities.
1243 Branch: perl
1244 ! mg.c
1245____________________________________________________________________________
1246[ 7201] By: jhi on 2000/10/11 03:16:05
1247 Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
1248 Branch: perl
1249 ! pp_hot.c t/pragma/utf8.t
1250____________________________________________________________________________
1251[ 7200] By: jhi on 2000/10/11 00:40:30
1252 Log: The #7198 was a false alarm.
1253 Branch: perl
1254 ! pp_hot.c
1255____________________________________________________________________________
1256[ 7199] By: jhi on 2000/10/11 00:26:04
1257 Log: Remove duplicated code.
1258 Branch: perl
1259 ! t/lib/cgi-html.t
1260____________________________________________________________________________
1261[ 7198] By: jhi on 2000/10/10 23:30:46
1262 Log: (Retracted by #7200.)
1263 Branch: perl
1264 ! pp_hot.c
1265____________________________________________________________________________
1266[ 7197] By: jhi on 2000/10/10 21:49:30
1267 Log: Add the test case for #7190, from the original bug report
1268 by Andreas König.
1269 Branch: perl
1270 ! t/pragma/utf8.t
1271____________________________________________________________________________
1272[ 7196] By: jhi on 2000/10/10 21:40:49
1273 Log: Reapply Andy's patch and regen Configure.
1274 Branch: perl
1275 ! Configure INSTALL Makefile.SH Porting/Glossary
1276 ! Porting/config.sh config_h.SH epoc/config.sh installperl
1277 ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
1278 ! win32/config.vc
1279____________________________________________________________________________
1280[ 7195] By: jhi on 2000/10/10 21:09:30
1281 Log: Use the versiononly instead of the installscripts,
1282 retract the changes 7146 and 7147.
1283 Branch: perl
1284 ! Configure INSTALL Makefile.SH Porting/Glossary
1285 ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
1286 ! installperl uconfig.sh vos/config.def win32/config.bc
1287 ! win32/config.gc win32/config.vc
1288____________________________________________________________________________
1289[ 7194] By: jhi on 2000/10/10 21:06:15
1290 Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
1291 From: Peter Prymmer <pvhp@forte.com>
1292 Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
1293 Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
1294 Branch: perl
1295 ! t/op/ver.t
1296____________________________________________________________________________
1297[ 7193] By: jhi on 2000/10/10 21:05:12
1298 Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
1299 From: Peter Prymmer <pvhp@forte.com>
1300 Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
1301 Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
1302 Branch: perl
1303 ! t/op/tr.t
1304____________________________________________________________________________
1305[ 7192] By: jhi on 2000/10/10 20:57:30
1306 Log: Add versiononly, delete installscripts, from Andy Dougherty.
1307 Branch: metaconfig
1308 - U/installdirs/installscripts.U
1309 Branch: metaconfig/U/perl
1310 + versiononly.U
1311____________________________________________________________________________
1312[ 7191] By: jhi on 2000/10/10 19:41:21
1313 Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
1314 From: Peter Prymmer <pvhp@forte.com>
1315 Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
1316 Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
1317 Branch: perl
1318 ! pod/perlebcdic.pod
1319____________________________________________________________________________
1320[ 7190] By: jhi on 2000/10/10 19:26:14
1321 Log: Subject: Re: utf8 concat, mg_get
1322 From: Simon Cozens <simon@cozens.net>
1323 Date: Tue, 10 Oct 2000 17:40:17 +0100
1324 Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
1325 Branch: perl
1326 ! pp_hot.c
1327____________________________________________________________________________
1328[ 7189] By: jhi on 2000/10/10 19:23:03
1329 Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
1330 From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
1331 Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
1332 Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
1333 Branch: perl
1334 ! lib/ExtUtils/MM_Unix.pm
1335____________________________________________________________________________
1336[ 7188] By: jhi on 2000/10/10 15:31:24
1337 Log: Subject: RE: [ID 19990803.001] README.win32 suggestions
1338 From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
1339 Date: Fri, 14 Jul 2000 10:47:36 +0100
1340 Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
1341 Branch: perl
1342 ! README.win32
1343____________________________________________________________________________
1344[ 7187] By: jhi on 2000/10/10 13:30:10
1345 Log: Quote the temp file name, needed in Win32 because the
1346 default name unfortunately contains spaces, shouldn't
1347 hurt elsewhere.
1348
1349 Subject: FW: perldoc fails if $TEMP contains spaces
1350 From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
1351 Date: Thu, 14 Sep 2000 08:58:45 +0100
1352 Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
1353 Branch: perl
1354 ! utils/perldoc.PL
1355____________________________________________________________________________
1356[ 7186] By: jhi on 2000/10/10 13:16:27
1357 Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread
1358 From: hv@hugo.hybyte.com
1359 Date: Tue, 10 Oct 2000 14:10:20 +0100
1360 Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
1361 Branch: perl
1362 ! t/lib/thr5005.t util.c
1363____________________________________________________________________________
1364[ 7185] By: jhi on 2000/10/10 12:06:22
1365 Log: Upgrade to podlators 1.04, from Russ Allbery.
1366 Branch: perl
1367 ! lib/Pod/Man.pm lib/Pod/Text.pm
1368____________________________________________________________________________
1369[ 7184] By: jhi on 2000/10/10 12:01:32
1370 Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
1371 Branch: perl
1372 ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
1373____________________________________________________________________________
1374[ 7183] By: jhi on 2000/10/09 23:47:15
1375 Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
1376 From: Peter Prymmer <pvhp@forte.com>
1377 Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
1378 Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
1379 Branch: perl
1380 ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
1381____________________________________________________________________________
1382[ 7182] By: jhi on 2000/10/09 23:43:16
1383 Log: Make eq work again with utf8 (disabling the upgrading
1384 should no more be necessary since the copies of the
1385 scalars are upgraded, not the scalars themselves).
1386 Takes care of ID 20001009.001. (The claimed length()
1387 bug in 20001009.001 seems bogus to me.)
1388 Branch: perl
1389 ! sv.c t/pragma/utf8.t
1390____________________________________________________________________________
1391[ 7181] By: gsar on 2000/10/09 19:41:54
1392 Log: tweak for change#7173
1393 Branch: perl
1394 ! win32/win32sck.c
1395____________________________________________________________________________
1396[ 7180] By: gsar on 2000/10/09 19:26:56
1397 Log: on Windows, clean targets might not work under some flavors of the shell
1398 Branch: perl
1399 ! win32/Makefile win32/makefile.mk
1400____________________________________________________________________________
1401[ 7179] By: jhi on 2000/10/09 19:21:02
1402 Log: Update Changes.
1403 Branch: perl
1404 ! Changes patchlevel.h
1405____________________________________________________________________________
3a3d8f3c
JH
1406[ 7178] By: jhi on 2000/10/09 19:18:23
1407 Log: Warn about unknown scripts.
1408
1409 Subject: Re: ideas? patches? [PATCH bleadperl]
1410 From: Dominic Dunlop <domo@computer.org>
1411 Date: Mon, 9 Oct 2000 14:57:17 +0200
1412 Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
1413 Branch: perl
1414 ! lib/charnames.pm
1415____________________________________________________________________________
1416[ 7177] By: jhi on 2000/10/09 19:13:27
1417 Log: Change #7160 had a nasty typo.
1418 Branch: metaconfig
1419 ! U/compline/Compile.U
1420 Branch: perl
1421 ! Configure config_h.SH
1422____________________________________________________________________________
1423[ 7176] By: gsar on 2000/10/09 18:59:33
1424 Log: pod nit
1425 Branch: perl
1426 ! pod/perlport.pod
1427____________________________________________________________________________
1428[ 7175] By: gsar on 2000/10/09 18:54:28
1429 Log: Windows9x doesn't support link(), despite what Config.pm
1430 might think
1431 Branch: perl
1432 ! lib/ExtUtils/Manifest.pm
1433____________________________________________________________________________
1434[ 7174] By: gsar on 2000/10/09 18:50:03
1435 Log: avoid nonportable example code
1436 Branch: perl
1437 ! lib/File/Copy.pm
1438____________________________________________________________________________
1439[ 7173] By: gsar on 2000/10/09 18:46:54
1440 Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
1441 being used) when closing a socket handle
1442 Branch: perl
1443 ! win32/win32.c win32/win32.h win32/win32sck.c
1444____________________________________________________________________________
1445[ 7172] By: gsar on 2000/10/09 18:41:40
1446 Log: on Windows, cwd strings in the environment should be of the
1447 form =X:=X:\foo instead of =X=X:\foo\
1448 Branch: perl
1449 ! win32/vdir.h
1450____________________________________________________________________________
1451[ 7171] By: gsar on 2000/10/09 18:30:09
1452 Log: on Windows, LoadLibrary() could load an extension DLL multiple
1453 times if forward slashes are used in the path
1454 Branch: perl
1455 ! win32/win32.c
1456____________________________________________________________________________
1457[ 7170] By: jhi on 2000/10/09 17:53:59
1458 Log: Add a todo note about overloadable assertions.
1459 Branch: perl
1460 ! Todo-5.6
1461____________________________________________________________________________
1462[ 7169] By: jhi on 2000/10/09 13:43:45
1463 Log: Subject: PATCH 5.6 perldebguts grammar cleanup
1464 From: mjd@plover.com
1465 Date: 9 Oct 2000 00:24:44 -0000
1466 Message-ID: <20001009002444.10616.qmail@plover.com>
1467 Branch: perl
1468 ! pod/perldebguts.pod
1469____________________________________________________________________________
1470[ 7168] By: nick on 2000/10/08 13:16:33
1471 Log: Tables assume network byte order for 16 bit forms, so 'S' packing
1472 is not right thing to do on (e.g. x86). Network order is also "right" for
1473 X fonts.
1474 Branch: perl
1475 ! ext/Encode/Encode.pm
1476____________________________________________________________________________
1477[ 7167] By: nick on 2000/10/08 12:54:42
1478 Log: Make "encodings" work post-install when Encode/*.enc files may not
1479 be in same directory as Encode.pm
1480 Branch: perl
1481 ! ext/Encode/Encode.pm
1482____________________________________________________________________________
1483[ 7166] By: nick on 2000/10/08 11:51:26
1484 Log: Work round the fact that $hash->{$key} does not take into account
1485 UTF8'ness of $key yet. Thus fromUnicode needs to do $hash->{chr(ord($ch))}
1486 so that key is always in the "expected" encoding - i.e. same way we put
1487 it in the hash.
1488 Branch: perl
1489 ! ext/Encode/Encode.pm
1490____________________________________________________________________________
1491[ 7165] By: gsar on 2000/10/08 04:15:29
1492 Log: save_re_context() could reset PL_curcop to freed memory, causing core
1493 dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
1494 Branch: perl
1495 ! pp_ctl.c
1496____________________________________________________________________________
1497[ 7164] By: jhi on 2000/10/06 20:51:48
1498 Log: UTF8ize split() so that the cloned substrings get the UTF8
1499 flag of the original scalar. Problem reported by Simon Cozens.
1500 Branch: perl
1501 ! pp.c t/pragma/utf8.t
1502____________________________________________________________________________
1503[ 7163] By: nick on 2000/10/06 20:48:34
1504 Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
1505 got a false +ve and so did not reach code which would have un-FAKEd the SV.
1506 Branch: perl
1507 ! sv.c
1508____________________________________________________________________________
1509[ 7162] By: nick on 2000/10/06 20:25:37
1510 Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
1511 To fix (sort {$a <=> $b} keys %hash) in particular but
1512 should cover a number of other as-yet-unknown cases as well.
1513 Branch: perl
1514 ! sv.c
1515____________________________________________________________________________
1516[ 7161] By: jhi on 2000/10/06 19:56:18
1517 Log: Change the version number of Tie::Handle in the core to 4.0,
1518 the (unrelated) Tie::Handle in CPAN will remain at 3.0.
1519
1520 Subject: Note on Tie::Handle
1521 From: andreas.koenig@anima.de (Andreas J. Koenig)
1522 Date: 06 Oct 2000 21:48:58 +0200
1523 Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
1524 Branch: perl
1525 ! lib/Tie/Handle.pm
1526____________________________________________________________________________
1527[ 7160] By: jhi on 2000/10/06 18:20:35
1528 Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
1529 as the first option of cc/ld because of ultrapicky compilers
1530 (e.g. OS/390 R2.5)
1531 Branch: metaconfig
1532 + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
1533 ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
1534 ! U/compline/orderlib.U U/modified/Cppsym.U
1535 ! U/modified/d_access.U
1536 Branch: metaconfig/U/perl
1537 ! Checkcc.U d_dlsymun.U gccvers.U
1538 Branch: perl
1539 ! Configure config_h.SH
1540____________________________________________________________________________
1541[ 7159] By: jhi on 2000/10/06 13:56:39
1542 Log: Update Changes.
1543 Branch: perl
1544 ! Changes patchlevel.h
1545____________________________________________________________________________
db9f7605
JH
1546[ 7158] By: jhi on 2000/10/06 12:48:40
1547 Log: Eliminate $Is_VMS code from the test.
1548
1549 Subject: Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
1550 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
1551 Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
1552 Date: Thu, 5 Oct 2000 07:46:33 EDT
1553 Branch: perl
1554 ! t/lib/b.t
1555____________________________________________________________________________
1556[ 7157] By: jhi on 2000/10/06 12:47:13
1557 Log: Also the $ccflags is needed for the C compiler check.
1558
1559 Subject: Configure (check for C-compiler)
1560 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1561 Date: Fri, 06 Oct 2000 08:47:15 +0200
1562 Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
1563 Branch: metaconfig/U/perl
1564 ! Checkcc.U
1565 Branch: perl
1566 ! Configure config_h.SH
1567____________________________________________________________________________
1568[ 7156] By: jhi on 2000/10/06 11:45:15
1569 Log: The HINT_BYTE patch is apparently unnecessary, retracted.
1570 Branch: perl
1571 ! perl.c pp_ctl.c sv.h utf8.c
1572____________________________________________________________________________
1573[ 7155] By: jhi on 2000/10/06 11:40:41
1574 Log: IO::Handle->syswrite() did not handle length omission
1575 like CORE::syswrite() does.
1576
1577 Subject: [Fwd] IO::Handle, syswrite and arguments
1578 From: Graham Barr <gbarr@pobox.com>
1579 Date: Fri, 6 Oct 2000 10:22:05 +0100
1580 Message-ID: <20001006102205.U6312@pobox.com>
1581
1582 The original patch from andrew@ugh.net.au.
1583 Branch: perl
1584 ! ext/IO/lib/IO/Handle.pm
1585____________________________________________________________________________
1586[ 7154] By: jhi on 2000/10/06 01:42:15
1587 Log: Tweak #7153.
1588 Branch: perl
1589 ! utf8.h
1590____________________________________________________________________________
1591[ 7153] By: jhi on 2000/10/06 00:39:55
1592 Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
1593 Branch: perl
1594 ! utf8.h
1595____________________________________________________________________________
1596[ 7152] By: jhi on 2000/10/06 00:38:11
1597 Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
1598 Branch: perl
1599 ! perl.c pp_ctl.c sv.h utf8.c
1600____________________________________________________________________________
1601[ 7151] By: jhi on 2000/10/06 00:36:38
1602 Log: Subject: Re: Questions about Tie::Array and perl modules
1603 From: Nick Ing-Simmons <nik@tiuk.ti.com>
1604 Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
1605 Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
1606
1607 Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
1608 Branch: perl
1609 ! lib/Tie/Array.pm t/op/array.t
1610____________________________________________________________________________
1611[ 7150] By: jhi on 2000/10/05 00:20:45
1612 Log: Regen Changes.
1613 Branch: perl
1614 ! Changes patchlevel.h
1615____________________________________________________________________________
8511762d
JH
1616[ 7149] By: jhi on 2000/10/05 00:20:01
1617 Log: Regen toc.
1618 Branch: perl
1619 ! pod/perltoc.pod
1620____________________________________________________________________________
1621[ 7148] By: jhi on 2000/10/04 23:35:08
1622 Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
1623 reported several times by Dominic Dunlop, for example in
1624 ID 20000315.008. Patch from Dominic. Patch affects at
1625 least MachTen, and possibly other oldish BSDs. Should not
1626 break non-broken platforms (tested on LinuxPPC).
1627 Branch: perl
1628 ! doio.c
1629____________________________________________________________________________
1630[ 7147] By: jhi on 2000/10/04 23:26:34
1631 Log: The one that got away from 7146.
1632 Branch: metaconfig
1633 + U/installdirs/installscripts.U
1634____________________________________________________________________________
1635[ 7146] By: jhi on 2000/10/04 23:25:04
1636 Log: Enable disabling scripts installation by Configure -Uinstallscripts,
1637 suggested by H. Merijn Brand.
1638 Branch: perl
1639 ! Configure INSTALL Makefile.SH Porting/Glossary
1640 ! Porting/config.sh Porting/config_H epoc/config.sh installperl
1641 ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
1642 ! win32/config.vc
1643____________________________________________________________________________
1644[ 7145] By: jhi on 2000/10/04 22:08:21
1645 Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
1646 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1647 Date: Wed, 4 Oct 2000 17:37:46 -0400
1648 Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
1649 Branch: perl
1650 ! utils/h2xs.PL
1651____________________________________________________________________________
1652[ 7144] By: jhi on 2000/10/04 18:11:41
1653 Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
1654 From: Jeff Pinyan <jeffp@crusoe.net>
1655 Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
1656 Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
1657 Branch: perl
1658 ! pod/perlrun.pod
1659____________________________________________________________________________
1660[ 7143] By: jhi on 2000/10/04 18:09:58
1661 Log: Subject: perlhack.pod Patch for Externals Tools
1662 From: Fisher Mark <fisherm@tce.com>
1663 Date: Tue, 3 Oct 2000 15:43:27 -0500
1664 Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
1665 Branch: perl
1666 ! pod/perlhack.pod
1667____________________________________________________________________________
1668[ 7142] By: jhi on 2000/10/04 18:08:41
1669 Log: Subject: [PATCH] 5.6.0 & 5.7.0 VMS TZ fix for VMS6.2 and earlier
1670 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
1671 Date: Wed, 4 Oct 2000 12:11:11 EDT
1672 Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
1673 Branch: perl
1674 ! vms/vms.c
1675____________________________________________________________________________
1676[ 7141] By: jhi on 2000/10/04 12:20:16
1677 Log: Subject: [PATCH 5.7.0] h2xs not working
1678 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1679 Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
1680 Date: Tue, 3 Oct 2000 21:43:01 -0400
1681
1682 Subject: [PATCH 5.7.0] h2xs not documenting the created module
1683 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1684 Date: Tue, 3 Oct 2000 22:55:19 -0400
1685 Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
1686 Branch: perl
1687 ! utils/h2xs.PL
1688____________________________________________________________________________
1689[ 7140] By: jhi on 2000/10/04 11:53:44
1690 Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
1691 From: nick@babyhippo.com
1692 Date: Wed, 4 Oct 2000 12:06:45 +0100
1693 Message-Id: <20001004120645.A7356@babyhippo.com>
1694
1695 Retract 7118 and 7135.
1696 Branch: perl
1697 ! installman installperl op.c t/pragma/subs.t
1698____________________________________________________________________________
1699[ 7139] By: jhi on 2000/10/03 22:09:41
1700 Log: It is possible to have no hosts database at all. Pointed out in
1701
1702 Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
1703 From: Peter Prymmer <pvhp@forte.com>
1704 Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
1705 Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
1706 Branch: metaconfig
1707 ! U/modified/myhostname.U
1708 Branch: perl
1709 ! Configure config_h.SH
1710____________________________________________________________________________
1711[ 7138] By: jhi on 2000/10/03 21:49:49
1712 Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
1713 From: Peter Prymmer <pvhp@forte.com>
1714 Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
1715 Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
1716 Branch: perl
1717 ! pp_sys.c
1718____________________________________________________________________________
1719[ 7137] By: jhi on 2000/10/03 20:10:05
1720 Log: One remaining nit less at the VMS mailbox sizing.
1721 Branch: perl
1722 ! vms/vms.c
1723____________________________________________________________________________
1724[ 7136] By: jhi on 2000/10/03 20:08:47
1725 Log: Test harness update to sync with the new perlcc,
1726 from Simon Cozens.
1727 Branch: perl
1728 ! t/TEST t/UTEST
1729____________________________________________________________________________
1730[ 7135] By: jhi on 2000/10/03 15:15:42
1731 Log: Subject: Re: PATCH for 20001003.004
1732 Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
1733 From: "AARON B. DOSSETT" <aaron@iglou.com>
1734 Message-Id: <E13gTay-0006od-00@iglou.com>
1735 Branch: perl
1736 ! installman installperl
1737____________________________________________________________________________
1738[ 7134] By: jhi on 2000/10/03 15:00:34
1739 Log: Subject: [ID 20001003.006] B::Debug not -w clean
1740 From: Nicholas Clark <nick@babyhippo.co.uk>
1741 Date: Tue, 03 Oct 2000 15:46:32 +0100
1742 Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
1743 Branch: perl
1744 ! ext/B/B/Debug.pm
1745____________________________________________________________________________
1746[ 7133] By: jhi on 2000/10/03 14:58:39
1747 Log: Scale down the VMS message boxes, by Charles Lane.
1748 Fix for ID 20000903.009, workaround at
1749 http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
1750 Branch: perl
1751 ! vms/vms.c
1752____________________________________________________________________________
1753[ 7132] By: jhi on 2000/10/03 11:20:37
1754 Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
1755 Branch: perl
1756 + t/lib/st-lock.t t/lib/st-utf8.t
1757 ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
1758 ! ext/Storable/Storable.xs t/lib/st-recurse.t
1759____________________________________________________________________________
1760[ 7131] By: jhi on 2000/10/03 03:38:23
1761 Log: Encode nits.
1762 Branch: perl
1763 ! MANIFEST Makefile.SH
1764____________________________________________________________________________
1765[ 7130] By: jhi on 2000/10/03 03:31:05
1766 Log: Update Changes.
1767 Branch: perl
1768 ! Changes patchlevel.h
1769____________________________________________________________________________
0f72438a
JH
1770[ 7129] By: jhi on 2000/10/03 02:24:02
1771 Log: Misplaced else.
1772 Branch: metaconfig/U/perl
1773 ! d_strtoll.U
1774 Branch: perl
1775 ! Configure config_h.SH
1776____________________________________________________________________________
1777[ 7128] By: jhi on 2000/10/03 02:08:29
1778 Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
1779 From: sthoenna@efn.org
1780 Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
1781 Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
1782 Branch: metaconfig/U/perl
1783 ! d_strtoll.U
1784 Branch: perl
1785 ! Configure config_h.SH hints/os2.sh os2/os2ish.h
1786____________________________________________________________________________
1787[ 7127] By: jhi on 2000/10/03 01:13:14
1788 Log: Update Changes.
1789 Branch: perl
1790 ! Changes patchlevel.h
1791____________________________________________________________________________
70acb981
JH
1792[ 7126] By: jhi on 2000/10/03 00:57:08
1793 Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
1794 as suggested by Olaf Flebbe and Nick Clark.
1795 Branch: perl
1796 ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
1797____________________________________________________________________________
1798[ 7125] By: jhi on 2000/10/03 00:50:56
1799 Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
1800 From: Nick Clark <nick@plum.flirble.org>
1801 Date: Mon, 2 Oct 2000 11:03:24 +0100
1802 Message-Id: <20001002110324.D20073@plum.flirble.org>
1803 Branch: perl
1804 ! t/lib/encode.t
1805____________________________________________________________________________
1806[ 7124] By: jhi on 2000/10/03 00:34:59
1807 Log: Subject: [PATCH 5.7.0] Epoc update
1808 From: Olaf Flebbe <o.flebbe@gmx.de>
1809 Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
1810 Message-ID: <26423.969484586@www10.gmx.net>
1811 Branch: perl
1812 ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
1813 ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
1814 ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
1815 ! util.c util.h
1816____________________________________________________________________________
1817[ 7123] By: jhi on 2000/10/03 00:30:07
1818 Log: Regen headers.
1819 Branch: perl
1820 ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
1821____________________________________________________________________________
1822[ 7122] By: jhi on 2000/10/03 00:10:48
1823 Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
1824 Branch: perl
1825 ! hints/openbsd.sh
1826____________________________________________________________________________
1827[ 7121] By: jhi on 2000/10/03 00:05:06
1828 Log: Subject: [PATCH pod/perlop.pod] Documentation glitch in magic autoincrement.
1829 From: <abigail@foad.org>
1830 Date: Tue, 26 Sep 2000 13:36:14 -0400
1831 Message-ID: <20000926173614.4356.qmail@foad.org>
1832 Branch: perl
1833 ! pod/perlop.pod
1834____________________________________________________________________________
1835[ 7120] By: jhi on 2000/10/03 00:04:00
1836 Log: Inside require() $^S was always left undefined.
1837
1838 Subject: Re: Tiny 2-byte change to fix debugger's eval bug
1839 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1840 Date: Wed, 27 Sep 2000 18:54:49 -0400
1841 Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
1842 Branch: perl
1843 ! cop.h mg.c pp_ctl.c util.c
1844____________________________________________________________________________
1845[ 7119] By: jhi on 2000/10/03 00:00:16
1846 Log: Subject: [PATCH] DLL not restartabke with threaded perl
1847 From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
1848 Date: Thu, 28 Sep 2000 09:20:46 +0100
1849 Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
1850 Branch: perl
1851 ! perl.c
1852____________________________________________________________________________
1853[ 7118] By: jhi on 2000/10/02 23:59:20
1854 Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
1855 From: Nicholas Clark <nick@ccl4.org>
1856 Date: Thu, 28 Sep 2000 11:52:24 +0100
1857 Message-ID: <20000928115224.D7924@plum.flirble.org>
1858 Branch: perl
1859 ! op.c
1860____________________________________________________________________________
1861[ 7117] By: jhi on 2000/10/02 23:57:51
1862 Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
1863 From: Nicholas Clark <nick@babyhippo.co.uk>
1864 Date: Thu, 28 Sep 2000 12:18:10 +0100
1865 Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
1866
1867 Did not apply cleanly, manual intervention was needed.
1868 Branch: perl
1869 ! ext/B/B/Bytecode.pm utils/perlcc.PL
1870____________________________________________________________________________
1871[ 7116] By: jhi on 2000/10/02 23:50:40
1872 Log: Document the issue (is not a syntax error, kind of)
1873
1874 Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
1875 From: Nicholas Clark <nick@ccl4.org>
1876 Date: Thu, 28 Sep 2000 17:12:42 +0100
1877 Message-ID: <20000928171242.K7924@plum.flirble.org>
1878 Branch: perl
1879 ! pod/perldata.pod
1880____________________________________________________________________________
1881[ 7115] By: jhi on 2000/10/02 23:48:58
1882 Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
1883 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1884 Date: Thu, 28 Sep 2000 21:55:31 -0400
1885 Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
1886 Branch: perl
1887 ! regexec.c
1888____________________________________________________________________________
1889[ 7114] By: jhi on 2000/10/02 23:47:57
1890 Log: Subject: DOC PATCH 5.6.0
1891 From: mjd@plover.com
1892 Date: 30 Sep 2000 06:02:34 -0000
1893 Message-ID: <20000930060234.4559.qmail@plover.com>
1894 Branch: perl
1895 ! pod/perldebguts.pod
1896____________________________________________________________________________
1897[ 7113] By: jhi on 2000/10/02 23:46:43
1898 Log: SOCK_DGRAM and listen() do not mix as reported in
1899
1900 Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
1901 From: Petter Reinholdtsen <pere@hungry.com>
1902 Date: Sun, 1 Oct 2000 10:57:20 +0800
1903 Message-Id: <200010010257.KAA05735@localhost.localdomain>
1904
1905 The patch for 5.7.0+ had to be reengineered, though.
1906 Branch: perl
1907 ! ext/IO/lib/IO/Socket/UNIX.pm
1908____________________________________________________________________________
1909[ 7112] By: jhi on 2000/10/02 23:36:57
1910 Log: Subject: Re: [PATCH 5.005_64 missed]
1911 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1912 Date: Sun, 1 Oct 2000 18:50:10 -0400
1913 Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
1914 Branch: perl
1915 ! pod/perlxs.pod
1916____________________________________________________________________________
1917[ 7111] By: jhi on 2000/10/02 23:35:40
1918 Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug)
1919 From: Radu Greab <radu@netsoft.ro>
1920 Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
1921 Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
1922 Branch: perl
1923 ! op.c opcode.pl t/op/substr.t
1924____________________________________________________________________________
1925[ 7110] By: jhi on 2000/10/02 23:32:38
1926 Log: Subject: [PATCH] Fix aliasing of tied filehandles
1927 From: Daniel Chetlin <daniel@chetlin.com>
1928 Date: Mon, 2 Oct 2000 14:53:27 -0700
1929 Message-ID: <20001002145327.C1617@ilmd>
1930 Branch: perl
1931 ! perl.h pp_hot.c t/op/tiehandle.t
1932____________________________________________________________________________
1933[ 7109] By: jhi on 2000/10/02 23:31:30
1934 Log: s/Robin Parker/Robin Barker/
1935 Branch: perl
1936 ! Changes5.6
1937____________________________________________________________________________
1938[ 7108] By: jhi on 2000/10/02 23:15:46
1939 Log: Retract #7091 as suggested in
1940
1941 From: Robin Barker <rmb1@cise.npl.co.uk>
1942 Subject: [PATCH-R] was Re: SuSE's gcc-2.95.2 and //depot/perl
1943 Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
1944 Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
1945 Branch: perl
1946 ! embed.pl proto.h
1947____________________________________________________________________________
1948[ 7107] By: nick on 2000/10/02 18:23:14
1949 Log: A few tweaks to get Tk803 to work with Encode scheme.
1950 Branch: perl
1951 ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
1952____________________________________________________________________________
1953[ 7106] By: nick on 2000/10/01 21:34:14
1954 Log: Add checking cases to Encode's toUnicode and fromUnicode.
1955 Branch: perl
1956 ! ext/Encode/Encode.pm
1957____________________________________________________________________________
1958[ 7105] By: nick on 2000/10/01 17:18:01
1959 Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
1960 To read and use them.
1961 Add a lib/encode.t which checks a few things.
1962 Branch: perl
1963 + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
1964 + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
1965 + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
1966 + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
1967 + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
1968 + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
1969 + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
1970 + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
1971 + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
1972 + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
1973 + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
1974 + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
1975 + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
1976 + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
1977 + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
1978 + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
1979 + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
1980 + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
1981 + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
1982 + ext/Encode/Encode/iso2022-jp.enc
1983 + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
1984 + ext/Encode/Encode/iso8859-1.enc
1985 + ext/Encode/Encode/iso8859-2.enc
1986 + ext/Encode/Encode/iso8859-3.enc
1987 + ext/Encode/Encode/iso8859-4.enc
1988 + ext/Encode/Encode/iso8859-5.enc
1989 + ext/Encode/Encode/iso8859-6.enc
1990 + ext/Encode/Encode/iso8859-7.enc
1991 + ext/Encode/Encode/iso8859-8.enc
1992 + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
1993 + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
1994 + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
1995 + ext/Encode/Encode/macCentEuro.enc
1996 + ext/Encode/Encode/macCroatian.enc
1997 + ext/Encode/Encode/macCyrillic.enc
1998 + ext/Encode/Encode/macDingbats.enc
1999 + ext/Encode/Encode/macGreek.enc
2000 + ext/Encode/Encode/macIceland.enc
2001 + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
2002 + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
2003 + ext/Encode/Encode/macTurkish.enc
2004 + ext/Encode/Encode/macUkraine.enc
2005 + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
2006 + t/lib/encode.t
2007 ! MANIFEST ext/Encode/Encode.pm
2008____________________________________________________________________________
2009[ 7104] By: nick on 2000/09/30 13:04:30
2010 Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
2011 From: Daniel Chetlin <daniel@chetlin.com>
2012 Date: Mon, 18 Sep 2000 05:05:40 -0700
2013 Message-Id: <20000918050540.C652@ilmd>
2014 Branch: perl
2015 ! lib/overload.pm sv.c t/pragma/overload.t
2016____________________________________________________________________________
2017[ 7103] By: nick on 2000/09/30 12:53:36
2018 Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
2019 From: Johan Vromans <jvromans@squirrel.nl>
2020 Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
2021 Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
2022 Branch: perl
2023 ! pod/Makefile.SH
2024____________________________________________________________________________
2025[ 7102] By: nick on 2000/09/30 12:52:31
2026 Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
2027 From: Spider Boardman <spider@Orb.Nashua.NH.US>
2028 Date: Sat, 16 Sep 2000 16:36:45 -0400
2029 Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
2030 Branch: perl
2031 ! ext/B/B/Deparse.pm
2032____________________________________________________________________________
2033[ 7101] By: nick on 2000/09/30 12:51:41
2034 Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
2035 From: Craig A. Berry <craig.berry@psinetcs.com>
2036 Date: Sat, 16 Sep 2000 10:11:10 -0500
2037 Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
2038 Branch: perl
2039 ! vms/vms.c
2040____________________________________________________________________________
2041[ 7100] By: nick on 2000/09/30 12:50:33
2042 Log: Subject: Re: unicode support and perl [ID 20000901.097]
2043 From: Spider Boardman <spider@Orb.Nashua.NH.US>
2044 Date: Fri, 15 Sep 2000 16:37:58 -0400
2045 Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
2046 Branch: perl
2047 ! t/op/append.t
2048____________________________________________________________________________
2049[ 7099] By: nick on 2000/09/30 12:49:35
2050 Log: Subject: Re: unicode support and perl [ID 20000901.097]
2051 From: Spider Boardman <spider@Orb.Nashua.NH.US>
2052 Date: Fri, 15 Sep 2000 16:25:30 -0400
2053 Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
2054 Branch: perl
2055 ! pp_hot.c
2056____________________________________________________________________________
2057[ 7098] By: nick on 2000/09/30 12:48:00
2058 Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
2059 From: Gisle Aas <gisle@ActiveState.com>
2060 Date: 15 Sep 2000 16:23:41 +0200
2061 Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
2062 Branch: perl
2063 ! toke.c
2064____________________________________________________________________________
2065[ 7097] By: nick on 2000/09/30 12:45:16
2066 Log: Subject: [PATCH] Nits in perlmod.pod
2067 From: Daniel Chetlin <daniel@chetlin.com>
2068 Date: Fri, 15 Sep 2000 02:04:09 -0700
2069 Message-Id: <20000915020409.A2104@ilmd>
2070 Branch: perl
2071 ! pod/perlmod.pod
2072____________________________________________________________________________
2073[ 7096] By: nick on 2000/09/30 12:18:00
2074 Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
2075 i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
2076 to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
2077 0 to checking to get the warning.
2078 Branch: perl
2079 ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
2080 ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
2081 ! regexec.c sv.c toke.c utf8.c
2082____________________________________________________________________________
2083[ 7095] By: nick on 2000/09/15 16:55:59
2084 Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
2085
2086 Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
2087 From: Spider Boardman <spider@Orb.Nashua.NH.US>
2088 Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
2089 Date: Fri, 15 Sep 2000 06:37:30 -0400
2090 Branch: perl
2091 ! ext/Encode/Encode.xs sv.c
2092____________________________________________________________________________
2093[ 7094] By: jhi on 2000/09/15 03:23:32
2094 Log: Update Changes.
2095 Branch: perl
2096 ! Changes patchlevel.h
2097____________________________________________________________________________
f7f6dc29
JH
2098[ 7093] By: jhi on 2000/09/15 03:11:44
2099 Log: Fix for the charnames.t failures from Spider Boardman.
2100 Branch: perl
2101 ! toke.c
2102____________________________________________________________________________
2103[ 7092] By: jhi on 2000/09/15 00:15:48
2104 Log: Botched the #7090 check-in.
2105 Branch: perl
2106 ! sv.c
2107____________________________________________________________________________
2108[ 7091] By: jhi on 2000/09/14 23:33:24
2109 Log: Part of #7081 didn't come through.
2110 Branch: perl
2111 ! embed.pl proto.h
2112____________________________________________________________________________
2113[ 7090] By: jhi on 2000/09/14 23:17:39
2114 Log: Subject: Re: perl@7078
2115 From: Spider Boardman <spider@web.zk3.dec.com>
2116 Date: Thu, 14 Sep 2000 19:06:36 -0400
2117 Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
2118 Branch: perl
2119 ! sv.c toke.c
2120____________________________________________________________________________
2121[ 7089] By: jhi on 2000/09/14 23:11:21
2122 Log: Small portability tweaks.
2123 Branch: perl
2124 ! ext/Encode/Encode.xs
2125____________________________________________________________________________
2126[ 7088] By: jhi on 2000/09/14 22:57:23
2127 Log: Fake return to pacify picky compilers.
2128 Branch: perl
2129 ! ext/Encode/Encode.xs
2130____________________________________________________________________________
2131[ 7087] By: jhi on 2000/09/14 22:53:37
2132 Log: Subject: [PATCH] utf8.c apidoc
2133 From: Simon Cozens <simon@cozens.net>
2134 Date: Thu, 14 Sep 2000 23:46:57 +0100
2135 Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
2136 Branch: perl
2137 ! perlapi.c pod/perlapi.pod utf8.c
2138____________________________________________________________________________
2139[ 7086] By: jhi on 2000/09/14 22:40:38
2140 Log: We don't need to count the high bit bytes, a boolean is enough.
2141 Branch: perl
2142 ! sv.c
2143____________________________________________________________________________
2144[ 7085] By: jhi on 2000/09/14 21:20:09
2145 Log: Replace #7084 with
2146
2147 Subject: Re: perl@7078
2148 From: Spider Boardman <spider@web.zk3.dec.com>
2149 Date: Thu, 14 Sep 2000 17:09:36 -0400
2150 Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
2151 Branch: perl
2152 ! sv.c utf8.c
2153____________________________________________________________________________
2154[ 7084] By: jhi on 2000/09/14 20:03:34
2155 Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
2156 convertable to bytes by checking it doesn't go above 0xc3
2157
2158 Subject: Re: perl@7078
2159 From: Simon Cozens <simon@cozens.net>
2160 Date: Thu, 14 Sep 2000 20:59:19 +0100
2161 Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
2162 Branch: perl
2163 ! utf8.c
2164____________________________________________________________________________
2165[ 7083] By: jhi on 2000/09/14 19:38:47
2166 Log: Subject: Re: perl@7078
2167 From: Simon Cozens <simon@cozens.net>
2168 Date: Thu, 14 Sep 2000 20:13:09 +0100
2169 Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
2170 Branch: perl
2171 ! t/op/bop.t
2172____________________________________________________________________________
2173[ 7082] By: jhi on 2000/09/14 17:50:44
2174 Log: The one that got away.
2175 Branch: perl
2176 ! lib/File/Find.pm
2177____________________________________________________________________________
2178[ 7081] By: jhi on 2000/09/14 17:45:35
2179 Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
2180 From: Robin Barker <rmb1@cise.npl.co.uk>
2181 Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
2182 Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
2183 Branch: perl
2184 ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
2185 ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
2186 ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
2187 ! regcomp.c toke.c universal.c
2188____________________________________________________________________________
2189[ 7080] By: jhi on 2000/09/14 17:40:35
2190 Log: Problems picked up by AIX cc.
2191
2192 Subject: Re: perl@7078 (patch included)
2193 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2194 Date: Thu, 14 Sep 2000 18:53:30 +0200
2195 Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
2196 Branch: perl
2197 ! ext/Encode/Encode.xs
2198____________________________________________________________________________
2199[ 7079] By: jhi on 2000/09/14 17:38:27
2200 Log: Subject: File::Find 5.7.0 POD nits
2201 From: Rich Morin <rdm@cfcl.com>
2202 Date: Wed, 13 Sep 2000 22:03:58 -0700
2203 Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
2204 Branch: perl
2205 ! lib/File/Find.pm
2206____________________________________________________________________________
2207[ 7078] By: jhi on 2000/09/14 14:58:20
2208 Log: Update Changes.
2209 Branch: perl
2210 ! Changes patchlevel.h
2211____________________________________________________________________________
446da98b
JH
2212[ 7077] By: jhi on 2000/09/14 14:55:54
2213 Log: Compilation warnings and an error.
2214 Branch: perl
2215 ! sv.c
2216____________________________________________________________________________
2217[ 7076] By: jhi on 2000/09/14 14:42:56
2218 Log: Fix for a parsing bug, not for the original bug.
2219
2220 Subject: Re: [ID 20000910.005] Another segfault with regexes.
2221 From: Spider Boardman <spider@web.zk3.dec.com>
2222 Date: Wed, 13 Sep 2000 17:52:20 -0400
2223 Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
2224 Branch: perl
2225 ! regcomp.c
2226____________________________________________________________________________
2227[ 7075] By: jhi on 2000/09/14 14:40:40
2228 Log: Batch of UTF-8 patches from Simon Cozens.
2229 Branch: perl
2230 ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
2231 ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
2232 ! toke.c utf8.c
2233____________________________________________________________________________
2234[ 7074] By: jhi on 2000/09/14 14:29:58
2235 Log: Subject: Re: Two advertising clauses need to be removed
2236 From: Russ Allbery <rra@stanford.edu>
2237 Date: 13 Sep 2000 18:50:26 -0700
2238 Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
2239 Branch: perl
2240 ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
2241____________________________________________________________________________
2242[ 7073] By: jhi on 2000/09/14 14:28:20
2243 Log: Subject: [PATCH] de-wall t/README
2244 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
2245 Date: Wed, 13 Sep 2000 17:46:55 -0700
2246 Message-ID: <//Bw5gzkge/e092yn@efn.org>
2247 Branch: perl
2248 ! t/README
2249____________________________________________________________________________
2250[ 7072] By: jhi on 2000/09/14 14:25:10
2251 Log: Hints optimization.
2252
2253 Subject: Minor nit
2254 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2255 Date: Wed, 13 Sep 2000 21:42:07 +0200
2256 Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
2257 Branch: perl
2258 ! hints/hpux.sh
2259____________________________________________________________________________
2260[ 7071] By: jhi on 2000/09/14 14:23:30
2261 Log: Allow chop() and chomp() to be overridden.
2262
2263 Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
2264 From: "Casey R. Tweten" <crt@kiski.net>
2265 Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
2266 Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
2267 Branch: perl
2268 ! toke.c
2269____________________________________________________________________________
2270[ 7070] By: jhi on 2000/09/14 14:20:36
2271 Log: The return value of setlocale must be copied away.
2272
2273 Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
2274 From: Alan Burlison <Alan.Burlison@uk.sun.com>
2275 Date: Wed, 13 Sep 2000 16:27:37 +0100
2276 Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
2277 Branch: perl
2278 ! util.c
2279____________________________________________________________________________
2280[ 7069] By: jhi on 2000/09/14 14:16:27
2281 Log: Remove vestiges of tr//CU.
2282
2283 Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
2284 From: Nick Clark <nick@plum.flirble.org>
2285 Date: Tue, 12 Sep 2000 22:50:14 +0100
2286 Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
2287
2288 Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
2289 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
2290 Date: Tue, 12 Sep 2000 21:38:48 -0700
2291 Message-ID: <YTwv5gzkgmfL092yn@efn.org>
2292 Branch: perl
2293 ! op.h pod/perlunicode.pod
2294____________________________________________________________________________
2295[ 7068] By: jhi on 2000/09/13 14:18:39
2296 Log: Add the Encode extension. The code is still largely just skeleton.
2297 Branch: perl
2298 + ext/Encode/Encode.pm ext/Encode/Encode.xs
2299 + ext/Encode/Makefile.PL ext/Encode/Todo
2300 ! MANIFEST Todo-5.6
2301____________________________________________________________________________
2302[ 7067] By: jhi on 2000/09/12 17:43:33
2303 Log: Allow for whitespace between "#" and "line" in cpp output.
2304
2305 Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
2306 From: Calle Dybedahl <calle@lysator.liu.se>
2307 Date: 12 Sep 2000 19:38:02 +0200
2308 Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
2309 Branch: perl
2310 ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
2311____________________________________________________________________________
2312[ 7066] By: gsar on 2000/09/12 17:24:29
2313 Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
2314 initialization in all the threads on Windows
2315 Branch: perl
2316 ! win32/win32.c
2317____________________________________________________________________________
2318[ 7065] By: jhi on 2000/09/12 15:11:31
2319 Log: Update Changes.
2320 Branch: perl
2321 ! Changes patchlevel.h
2322____________________________________________________________________________
7f4b70e8
JH
2323[ 7064] By: jhi on 2000/09/12 14:54:54
2324 Log: Retract #7062, the pod tests are not ready.
2325 Branch: perl
2326 ! t/TEST t/harness
2327____________________________________________________________________________
2328[ 7063] By: jhi on 2000/09/12 14:25:41
2329 Log: The #7054 truncated Configure badly.
2330 Branch: metaconfig/U/perl
2331 ! End.U
2332 Branch: perl
2333 ! Configure config_h.SH
2334____________________________________________________________________________
2335[ 7062] By: jhi on 2000/09/12 14:08:32
2336 Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
2337 From: sthoenna@efn.org
2338 Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
2339 Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
2340 Branch: perl
2341 ! t/TEST t/harness
2342____________________________________________________________________________
2343[ 7061] By: jhi on 2000/09/12 14:07:18
2344 Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
2345 From: sthoenna@efn.org
2346 Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
2347 Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
2348 Branch: perl
2349 ! pod/perlxs.pod
2350____________________________________________________________________________
2351[ 7060] By: jhi on 2000/09/12 14:06:08
2352 Log: Break up the myconfig lines a bit.
2353
2354 Subject: perlbug/perl -V output format
2355 From: sthoenna@efn.org
2356 Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
2357 Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
2358 Branch: perl
2359 ! myconfig.SH
2360____________________________________________________________________________
2361[ 7059] By: jhi on 2000/09/12 14:05:04
2362 Log: Test for the #7049.
2363
2364 Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on i686-linux 2.2.16-raid (UNINSTALLED)
2365 From: andreas.koenig@anima.de (Andreas J. Koenig)
2366 Date: 12 Sep 2000 06:42:01 +0200
2367 Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
2368 Branch: perl
2369 ! t/op/my.t
2370____________________________________________________________________________
2371[ 7058] By: jhi on 2000/09/12 14:03:05
2372 Log: Subject: [patch: perl@7045] vms updates
2373 From: Peter Prymmer <pvhp@forte.com>
2374 Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
2375 Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
2376 Branch: perl
2377 ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
2378____________________________________________________________________________
2379[ 7057] By: jhi on 2000/09/12 14:00:51
2380 Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
2381 From: sthoenna@efn.org
2382 Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
2383 Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
2384 Branch: perl
2385 ! t/op/64bitint.t
2386____________________________________________________________________________
2387[ 7056] By: jhi on 2000/09/12 13:58:14
2388 Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
2389 From: Jeff Pinyan <jeffp@crusoe.net>
2390 Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
2391 Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
2392 Branch: perl
2393 ! pod/perlfunc.pod
2394____________________________________________________________________________
2395[ 7055] By: jhi on 2000/09/12 13:56:32
2396 Log: Do in VMS as the #7054 does.
2397 Branch: perl
2398 ! configure.com
2399____________________________________________________________________________
2400[ 7054] By: jhi on 2000/09/12 13:50:31
2401 Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
2402 From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
2403 Date: Mon, 11 Sep 2000 08:33:09 +0100
2404 Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
2405 Branch: metaconfig/U/perl
2406 ! End.U
2407 Branch: perl
2408 ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
2409 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
2410____________________________________________________________________________
2411[ 7053] By: jhi on 2000/09/12 13:29:19
2412 Log: Subject: [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
2413 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
2414 Date: Tue, 12 Sep 2000 08:35:59 EDT
2415 Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
2416 Branch: perl
2417 ! vms/test.com
2418____________________________________________________________________________
2419[ 7052] By: jhi on 2000/09/11 23:01:50
2420 Log: Document the SvUTF8*().
2421 Branch: perl
2422 ! pod/perlapi.pod sv.h
2423____________________________________________________________________________
2424[ 7051] By: gsar on 2000/09/11 14:46:30
2425 Log: C<@a = @b = split(...)> optimization coredumps under ithreads
2426 (missed a spot when fixing up op_pmreplroot hack for ithreads)
2427 Branch: perl
2428 ! op.c t/op/split.t
2429____________________________________________________________________________
2430[ 7050] By: nick on 2000/09/11 10:03:51
2431 Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
2432
2433 Subject: borland C++ win32.c tweak
2434 From: Vadim Konovalov <vkonovalov@lucent.com>
2435 Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
2436 Date: Mon, 11 Sep 2000 11:22:33 +0400
2437 Branch: perl
2438 ! win32/win32.c
2439____________________________________________________________________________
2440[ 7049] By: nick on 2000/09/11 09:57:33
2441 Log: Point fix for s/// on foreach (keys %xxx).
2442 Branch: perl
2443 ! pp_hot.c
2444____________________________________________________________________________
2445[ 7048] By: jhi on 2000/09/10 23:37:09
2446 Log: Silence t/pod/*.t about alternate quote-mappings now implemented
2447 by Pod::Text, from Brad Appleton.
2448 Branch: perl
2449 ! t/pod/testp2pt.pl
2450____________________________________________________________________________
2451[ 7047] By: jhi on 2000/09/10 14:32:53
2452 Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
2453 by Russ Allbery.
2454 Branch: perl
2455 ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
2456____________________________________________________________________________
2457[ 7046] By: jhi on 2000/09/10 14:15:08
2458 Log: Upgrade to CPAN 1.57_65, from Andreas König.
2459 Branch: perl
2460 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
2461____________________________________________________________________________
2462[ 7045] By: jhi on 2000/09/08 21:36:32
2463 Log: Update Changes.
2464 Branch: perl
2465 ! Changes patchlevel.h
2466____________________________________________________________________________
0a0d439f
JH
2467[ 7044] By: jhi on 2000/09/08 21:29:56
2468 Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
2469 From: Peter Prymmer <pvhp@forte.com>
2470 Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
2471 Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
2472 Branch: perl
2473 ! configure.com
2474____________________________________________________________________________
2475[ 7043] By: jhi on 2000/09/08 21:27:50
2476 Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
2477 From: Peter Prymmer <pvhp@forte.com>
2478 Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
2479 Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
2480 Branch: perl
2481 ! Makefile.SH installperl
2482____________________________________________________________________________
2483[ 7042] By: jhi on 2000/09/08 21:23:21
2484 Log: Continue #7041.
2485 Branch: perl
2486 ! cygwin/Makefile.SHs os2/Makefile.SHs
2487____________________________________________________________________________
2488[ 7041] By: jhi on 2000/09/08 21:18:10
2489 Log: Do away with memory models cruft. Sorry, PDP users.
2490 Branch: metaconfig
2491 ! U/modified/cc.U U/modified/libpth.U
2492 Branch: perl
2493 ! Configure Makefile.SH Porting/Glossary Porting/config.sh
2494 ! Porting/config_H cflags.SH config_h.SH configure.com
2495 ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
2496 ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
2497 ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
2498____________________________________________________________________________
2499[ 7040] By: jhi on 2000/09/08 14:34:18
2500 Log: Major rewrite of s2p. And I mean really major, it is
2501 an implementation of sed in perl. If called as s2p it
2502 will function as s2p. Note: needs non-UNIXifying.
2503
2504 Subject: s2p
2505 From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
2506 Date: Mon, 28 Aug 2000 14:05:12 +0200
2507 Message-ID: <39AA5578.2102E2AA@alcatel.at>
2508 Branch: perl
2509 ! x2p/s2p.PL
2510____________________________________________________________________________
2511[ 7039] By: jhi on 2000/09/08 14:19:49
2512 Log: Re-allow vec() for characters > 255.
2513
2514 Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
2515 From: Spider Boardman <spider@web.zk3.dec.com>
2516 Date: Fri, 08 Sep 2000 02:21:02 -0400
2517 Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
2518 Branch: perl
2519 ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
2520 ! t/op/vec.t
2521____________________________________________________________________________
2522[ 7038] By: jhi on 2000/09/08 14:14:18
2523 Log: Subject: [PATCH lib/Benchmark.pm]
2524 From: <abigail@foad.org>
2525 Date: Thu, 7 Sep 2000 15:03:20 -0400
2526 Message-ID: <20000907190320.888.qmail@foad.org>
2527 Branch: perl
2528 ! lib/Benchmark.pm
2529____________________________________________________________________________
2530[ 7037] By: jhi on 2000/09/08 14:11:06
2531 Log: Optimizing hash keys into shared strings doesn't work with ithreads.
2532
2533 Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi
2534 From: Spider Boardman <spider@web.zk3.dec.com>
2535 Date: Fri, 08 Sep 2000 01:30:27 -0400
2536 Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
2537 Branch: perl
2538 ! op.c
2539____________________________________________________________________________
2540[ 7036] By: jhi on 2000/09/08 14:08:58
2541 Log: Subject: [ID 20000908.002] perlipc documentation bug.
2542 From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
2543 Date: Fri, 08 Sep 2000 12:38:32 +0200
2544 Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
2545 Branch: perl
2546 ! pod/perlipc.pod
2547____________________________________________________________________________
2548[ 7035] By: jhi on 2000/09/08 14:03:12
2549 Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
2550 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2551 Date: Fri, 08 Sep 2000 11:47:34 +0200
2552 Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
2553 Branch: perl
2554 ! hints/dec_osf.sh
2555____________________________________________________________________________
2556[ 7034] By: jhi on 2000/09/08 13:59:35
2557 Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
2558 From: Simon Cozens <simon@cozens.net>
2559 Date: Thu, 7 Sep 2000 20:40:38 +0100
2560 Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
2561 Branch: perl
2562 ! pp_hot.c
2563____________________________________________________________________________
2564[ 7033] By: jhi on 2000/09/08 04:03:03
2565 Log: Subject: [ID 20000904.008] Tiny fix for perldiag
2566 From: "Larry W. Virden" <lvirden@cas.org>
2567 Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
2568 Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
2569 Branch: perl
2570 ! pod/perldiag.pod
2571____________________________________________________________________________
2572[ 7032] By: jhi on 2000/09/07 22:18:30
2573 Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
2574 From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
2575 Date: Mon, 04 Sep 2000 13:16:38 -0700
2576 Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
2577 Branch: perl
2578 ! lib/perl5db.pl
2579____________________________________________________________________________
2580[ 7031] By: jhi on 2000/09/07 22:02:29
2581 Log: Fix the ccversion detection for 5.1 and beyond.
2582
2583 Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
2584 From: Spider Boardman <spider@leggy.zk3.dec.com>
2585 Date: Thu, 7 Sep 2000 17:54:27 -0400
2586 Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
2587 Branch: perl
2588 ! hints/dec_osf.sh
2589____________________________________________________________________________
2590[ 7030] By: jhi on 2000/09/07 19:12:28
2591 Log: Fix for
2592
2593 Subject: [ID 20000903.001] \w in utf8-strings
2594 From: Marc Lehmann <pcg@goof.com>
2595 Date: Sun, 03 Sep 2000 09:44:29 +0200
2596 Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
2597
2598 and various related nits.
2599 Branch: perl
2600 ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
2601____________________________________________________________________________
2602[ 7029] By: jhi on 2000/09/07 18:49:09
2603 Log: Fix the URL, but the server is still missing in action.
2604
2605 Subject: [ID 20000905.002] perlfaq1.pod URL error
2606 From: "Larry W. Virden" <lvirden@cas.org>
2607 Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
2608 Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
2609 Branch: perl
2610 ! pod/perlfaq1.pod
2611____________________________________________________________________________
2612[ 7028] By: jhi on 2000/09/07 18:47:13
2613 Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202
2614 From: Hugo <hv@crypt.compulink.co.uk>
2615 Date: Tue, 05 Sep 2000 14:13:37 +0100
2616 Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
2617 Branch: perl
2618 ! toke.c
2619____________________________________________________________________________
2620[ 7027] By: jhi on 2000/09/07 18:45:35
2621 Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
2622 From: Daniel Chetlin <daniel@chetlin.com>
2623 Date: Tue, 5 Sep 2000 04:57:07 -0700
2624 Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
2625 Branch: perl
2626 ! pod/perlfaq6.pod pod/perlop.pod
2627____________________________________________________________________________
2628[ 7026] By: jhi on 2000/09/07 18:44:01
2629 Log: Document the new ref() semantics.
2630
2631 Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
2632 From: Gisle Aas <gisle@ActiveState.com>
2633 Date: 05 Sep 2000 08:10:30 +0200
2634 Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
2635 Branch: perl
2636 ! pod/perldelta.pod
2637____________________________________________________________________________
2638[ 7025] By: jhi on 2000/09/07 18:42:27
2639 Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
2640
2641 Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
2642 From: Gisle Aas <gisle@ActiveState.com>
2643 Date: 05 Sep 2000 08:11:40 +0200
2644 Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
2645 Branch: perl
2646 ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
2647____________________________________________________________________________
2648[ 7024] By: jhi on 2000/09/07 18:39:32
2649 Log: Subject: [PATCH] Modernize Opcode.pm documentation
2650 From: Gisle Aas <gisle@ActiveState.com>
2651 Date: 4 Sep 2000 00:18:55 -0000
2652 Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
2653 Branch: perl
2654 ! ext/Opcode/Opcode.pm
2655____________________________________________________________________________
2656[ 7023] By: jhi on 2000/09/07 18:37:42
2657 Log: Subject: [PATCH] Tied filehandle documentation
2658 From: Gisle Aas <gisle@ActiveState.com>
2659 Date: 4 Sep 2000 00:14:40 -0000
2660 Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
2661 Branch: perl
2662 ! pod/perlfunc.pod pod/perltie.pod
2663____________________________________________________________________________
2664[ 7022] By: jhi on 2000/09/07 18:35:37
2665 Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
2666 From: Gisle Aas <gisle@ActiveState.com>
2667 Date: 4 Sep 2000 00:04:22 -0000
2668 Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
2669 Branch: perl
2670 ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
2671____________________________________________________________________________
2672[ 7021] By: jhi on 2000/09/07 18:33:22
2673 Log: Subject: small apidoc fix
2674 From: Marc Lehmann <pcg@goof.com>
2675 Date: Sun, 3 Sep 2000 05:12:06 +0200
2676 Message-ID: <20000903051206.A5909@cerebro.laendle>
2677 Branch: perl
2678 ! pod/perlapi.pod utf8.c
2679____________________________________________________________________________
2680[ 7020] By: jhi on 2000/09/07 16:14:57
2681 Log: Tiny perldelta nits.
2682 Branch: perl
2683 ! pod/perldelta.pod
2684____________________________________________________________________________
2685[ 7019] By: jhi on 2000/09/07 16:04:20
2686 Log: Guard against bad string->int conversion for quads.
2687 Branch: perl
2688 ! t/op/64bitint.t
2689____________________________________________________________________________
2690[ 7018] By: jhi on 2000/09/06 17:07:03
2691 Log: Update Unicode todo list.
2692 Branch: perl
2693 ! Todo-5.6
2694____________________________________________________________________________
2695[ 7017] By: jhi on 2000/09/05 21:16:01
2696 Log: Document the SvIOK_.*UV().
2697 Branch: perl
2698 ! pod/perlapi.pod sv.h
2699____________________________________________________________________________
2700[ 7016] By: nick on 2000/09/03 21:54:46
2701 Log: Hash lookup of constant strings optimization:
2702 Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
2703 to string table (as per sharepvn). Add newSV_pvn_share to create such
2704 a thing. Make hv.c compare addresses of strings and skip string compare
2705 if equal. Make method_named and helem ops use these shared-string SVs
2706 when arg is constant. Make keys op return shared-string SVs (less clearly
2707 a win).
2708 Branch: perl
2709 ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
2710 ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
2711 ! pod/perlintern.pod pp_hot.c proto.h sv.c
2712____________________________________________________________________________
2713[ 7015] By: jhi on 2000/09/02 17:48:59
2714 Log: This is 5.7.0.
2715 Branch: perl
2716 ! Changes
2717____________________________________________________________________________
6570e624
JH
2718[ 7014] By: jhi on 2000/09/02 17:35:45
2719 Log: Changes and patchlevel tweaks.
2720 Branch: perl
2721 ! Changes patchlevel.h
2722____________________________________________________________________________
2723[ 7013] By: jhi on 2000/09/02 17:30:50
2724 Log: Update Changes.
2725 Branch: perl
2726 ! Changes patchlevel.h
2727____________________________________________________________________________
8a1f490d
JH
2728[ 7012] By: nick on 2000/09/02 17:25:20
2729 Log: More %{} and other deref special casing - do not pass to 'nomethod'.
2730 Branch: perl
2731 ! gv.c lib/overload.pm
2732____________________________________________________________________________
2733[ 7011] By: jhi on 2000/09/02 17:16:25
2734 Log: Update perlhist.
2735 Branch: perl
2736 ! pod/perlhist.pod
2737____________________________________________________________________________
2738[ 7010] By: jhi on 2000/09/02 17:01:35
2739 Log: perldelta nits.
2740 Branch: perl
2741 ! pod/perldelta.pod
2742____________________________________________________________________________
2743[ 7009] By: nick on 2000/09/02 16:48:35
2744 Log: If overloaded %{} etc. return the object do not loop.
2745 Thus sub deref { $_[0] } functions if object is wanted type.
2746 Branch: perl
2747 ! pp.h
2748____________________________________________________________________________
2749[ 7008] By: jhi on 2000/09/02 16:26:11
2750 Log: Retab MANIFEST.
2751 Branch: perl
2752 ! ext/Storable/MANIFEST
2753____________________________________________________________________________
2754[ 7007] By: jhi on 2000/09/02 16:23:02
2755 Log: Make certain cc is set before trying to run it.
2756 Branch: perl
2757 ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
2758____________________________________________________________________________
2759[ 7006] By: jhi on 2000/09/02 15:45:41
2760 Log: Unicode notes.
2761 Branch: perl
2762 ! pod/perldelta.pod
2763____________________________________________________________________________
2764[ 7005] By: jhi on 2000/09/02 15:42:11
2765 Log: Various Configure nits by Philip Newton,
2766 plus the ebcdic one by me.
2767 Branch: metaconfig
2768 + U/modified/pager.U
2769 ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
2770 Branch: metaconfig/U/perl
2771 ! Devel.U quadfio.U
2772 Branch: perl
2773 ! Configure config_h.SH
2774____________________________________________________________________________
2775[ 7004] By: jhi on 2000/09/02 15:06:14
2776 Log: Apparently avoiding the swapping is too costly.
2777
2778 From: "Ben Tilly" <ben_tilly@hotmail.com>
2779 Subject: Re: the door is closed.
2780 Date: Fri, 01 Sep 2000 20:23:16 EDT
2781 Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
2782 Branch: perl
2783 ! pod/perlfaq4.pod
2784____________________________________________________________________________
2785[ 7003] By: nick on 2000/09/02 12:26:04
2786 Log: Undo part of change 6489 which looks like a bulk edit which
2787 changed _all_ gv_efullname3() calls to gv_efullname4() calls.
2788 The supressing of main:: on return from select() is undesirable.
2789 Branch: perl
2790 ! pp_sys.c
2791____________________________________________________________________________
2792[ 7002] By: jhi on 2000/09/01 23:08:54
2793 Log: Update Changes.
2794 Branch: perl
2795 ! Changes patchlevel.h
2796____________________________________________________________________________
c567d284
JH
2797[ 7001] By: jhi on 2000/09/01 23:00:13
2798 Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
2799 From: Peter Prymmer <pvhp@forte.com>
2800 Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
2801 Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
2802
2803 plus rework the http: spots as suggested by Tom Christiansen,
2804 plus regen perltoc.
2805 Branch: perl
2806 ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
2807 ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
2808____________________________________________________________________________
2809[ 7000] By: jhi on 2000/09/01 22:36:01
2810 Log: Only the first line, thank you very much.
2811 Branch: perl
2812 ! hints/solaris_2.sh
2813____________________________________________________________________________
2814[ 6999] By: gsar on 2000/09/01 22:16:40
2815 Log: change#6791 accidentally clobbered change#6710, put it back
2816 Branch: perl
2817 ! win32/win32.c
2818____________________________________________________________________________
2819[ 6998] By: jhi on 2000/09/01 22:14:16
2820 Log: Mention the HP-UX LP64 freak failure.
2821 Branch: perl
2822 ! pod/perldelta.pod
2823____________________________________________________________________________
2824[ 6997] By: jhi on 2000/09/01 21:48:32
2825 Log: Detypo.
2826 Branch: perl
2827 ! hints/hpux.sh
2828____________________________________________________________________________
2829[ 6996] By: jhi on 2000/09/01 21:27:10
2830 Log: Update Changes.
2831 Branch: perl
2832 ! Changes patchlevel.h
2833____________________________________________________________________________
89f57497
JH
2834[ 6995] By: jhi on 2000/09/01 21:14:24
2835 Log: Mi splgn s gnin.g
2836 Branch: perl
2837 ! pp_ctl.c
2838____________________________________________________________________________
2839[ 6994] By: jhi on 2000/09/01 21:09:54
2840 Log: Subject: http:// in L<>
2841 From: Nicholas Clark <nick@ccl4.org>
2842 Date: Fri, 1 Sep 2000 22:03:21 +0100
2843 Message-ID: <20000901220321.B72074@plum.flirble.org>
2844 Branch: perl
2845 ! README.os2 pod/perl56delta.pod pod/perlxs.pod
2846____________________________________________________________________________
2847[ 6993] By: jhi on 2000/09/01 21:06:54
2848 Log: Update to Storable 1.0, from Raphael Manfredi.
2849 Branch: perl
2850 ! ext/Storable/ChangeLog ext/Storable/MANIFEST
2851 ! ext/Storable/Makefile.PL ext/Storable/README
2852 ! ext/Storable/Storable.pm ext/Storable/Storable.xs
2853 ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
2854 ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
2855 ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
2856 ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
2857 ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
2858____________________________________________________________________________
2859[ 6992] By: jhi on 2000/09/01 20:43:05
2860 Log: Mention known sfio+linux buglet.
2861 Branch: perl
2862 ! pod/perldelta.pod
2863____________________________________________________________________________
2864[ 6991] By: jhi on 2000/09/01 20:40:11
2865 Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
2866 From: Peter Prymmer <pvhp@forte.com>
2867 Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
2868 Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
2869 Branch: perl
2870 ! vms/vms.c
2871____________________________________________________________________________
2872[ 6990] By: jhi on 2000/09/01 20:25:26
2873 Log: Retract #6986.
2874 Branch: perl
2875 ! hints/solaris_2.sh
2876____________________________________________________________________________
2877[ 6989] By: jhi on 2000/09/01 20:23:00
2878 Log: Mergesort is back.
2879 Branch: perl
2880 ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
2881____________________________________________________________________________
2882[ 6988] By: jhi on 2000/09/01 19:37:40
2883 Log: Subject: [PATCH] Fix vec() / utf8 (was Re: bitvec ops still broken with utf8 -- or not?)
2884 From: Mike Guy <mjtg@cam.ac.uk>
2885 Date: Fri, 01 Sep 2000 17:43:33 +0100
2886 Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
2887 Branch: perl
2888 ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
2889 ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
2890____________________________________________________________________________
2891[ 6987] By: jhi on 2000/09/01 19:17:10
2892 Log: Regen perltoc.
2893 Branch: perl
2894 ! pod/perltoc.pod
2895____________________________________________________________________________
2896[ 6986] By: jhi on 2000/09/01 18:51:10
2897 Log: Subject: Re: Solaris x86 has no SPARC libraries!
2898 From: Lupe Christoph <lupe@lupe-christoph.de>
2899 Date: Fri, 1 Sep 2000 20:41:20 +0200
2900 Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
2901 Branch: perl
2902 ! hints/solaris_2.sh
2903____________________________________________________________________________
2904[ 6985] By: jhi on 2000/09/01 18:28:10
2905 Log: Update Changes.
2906 Branch: perl
2907 ! Changes patchlevel.h
2908____________________________________________________________________________
bb8b7748
JH
2909[ 6984] By: jhi on 2000/09/01 18:26:53
2910 Log: Feature ordering tweak.
2911 Branch: perl
2912 ! myconfig.SH
2913____________________________________________________________________________
2914[ 6983] By: jhi on 2000/09/01 18:19:50
2915 Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
2916 From: <abigail@foad.org>
2917 Date: Fri, 1 Sep 2000 13:07:32 -0400
2918 Message-ID: <20000901170732.18249.qmail@foad.org>
2919 Branch: perl
2920 ! t/pragma/overload.t
2921____________________________________________________________________________
2922[ 6982] By: jhi on 2000/09/01 18:17:54
2923 Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
2924 so that case-ignoring systems like DCL can tell them from
2925 PRIefldbl and PRIx64. Apply Merijn's ccversion patches.
2926 Branch: metaconfig/U/perl
2927 ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
2928 Branch: perl
2929 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2930 ! config_h.SH configure.com epoc/config.sh hints/aix.sh
2931 ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
2932 ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
2933 ! vos/config.def vos/config.h vos/config_h.SH_orig
2934 ! win32/config.bc win32/config.gc win32/config.vc
2935____________________________________________________________________________
2936[ 6981] By: nick on 2000/09/01 17:21:57
2937 Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
2938 warning when UNTIE exists and instead pass the cound of extra references to
2939 the UNTIE method.
2940 Branch: perl
2941 ! pod/perltie.pod pp_sys.c
2942____________________________________________________________________________
2943[ 6980] By: jhi on 2000/09/01 16:54:44
2944 Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
2945 From: Peter Prymmer <pvhp@forte.com>
2946 Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
2947 Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
2948 Branch: perl
2949 ! configure.com
2950____________________________________________________________________________
2951[ 6979] By: jhi on 2000/09/01 16:06:20
2952 Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world
2953 From: Mike Guy <mjtg@cam.ac.uk>
2954 Date: Fri, 01 Sep 2000 16:49:27 +0100
2955 Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>
2956 Branch: perl
2957 ! t/base/rs.t
2958____________________________________________________________________________
2959[ 6978] By: jhi on 2000/09/01 16:00:42
2960 Log: Update to PodParser 1.18, from Brad Appleton.
2961 Branch: perl
2962 ! lib/Pod/Checker.pm t/pod/find.t
2963____________________________________________________________________________
2964[ 6977] By: jhi on 2000/09/01 14:48:58
2965 Log: Subject: Nit in Configure (bleadperl@6961)
2966 From: Lupe Christoph <lupe@lupe-christoph.de>
2967 Date: Fri, 1 Sep 2000 16:34:29 +0200
2968 Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
2969 Branch: metaconfig
2970 ! U/compline/ccflags.U
2971 Branch: perl
2972 ! Configure config_h.SH
2973____________________________________________________________________________
2974[ 6976] By: jhi on 2000/09/01 14:39:52
2975 Log: Update Changes.
2976 Branch: perl
2977 ! Changes patchlevel.h
2978____________________________________________________________________________
68fd1378
JH
2979[ 6975] By: jhi on 2000/09/01 14:37:36
2980 Log: microperl config update.
2981 Branch: perl
2982 ! uconfig.h uconfig.sh
2983____________________________________________________________________________
2984[ 6974] By: jhi on 2000/09/01 14:36:53
2985 Log: Document known deficiencies.
2986 Branch: perl
2987 ! pod/perldelta.pod
2988____________________________________________________________________________
2989[ 6973] By: jhi on 2000/09/01 14:10:20
2990 Log: Mention warnings fixes and updates.
2991 Branch: perl
2992 ! pod/perldelta.pod
2993____________________________________________________________________________
2994[ 6972] By: jhi on 2000/09/01 14:01:52
2995 Log: Drop unused argument.
2996
2997 Subject: Re: [ID 20000831.034] overload::constant and number of arguments.
2998 From: Spider Boardman <spider@web.zk3.dec.com>
2999 Date: Thu, 31 Aug 2000 16:10:15 -0400
3000 Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
3001 Branch: perl
3002 ! toke.c
3003____________________________________________________________________________
3004[ 6971] By: jhi on 2000/09/01 13:59:24
3005 Log: Add the overload warnings to perldiag.
3006 Branch: perl
3007 ! lib/overload.pm pod/perldiag.pod
3008____________________________________________________________________________
3009[ 6970] By: jhi on 2000/09/01 13:55:10
3010 Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
3011 From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
3012 Date: Fri, 1 Sep 2000 13:43:15 +0100
3013 Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>
3014 Branch: perl
3015 ! lib/overload.pm t/pragma/overload.t
3016____________________________________________________________________________
3017[ 6969] By: jhi on 2000/09/01 13:52:27
3018 Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
3019 From: <abigail@foad.org>
3020 Date: Fri, 1 Sep 2000 05:46:54 -0400
3021 Message-ID: <20000901094654.6476.qmail@foad.org>
3022 Branch: perl
3023 ! lib/overload.pm
3024____________________________________________________________________________
3025[ 6968] By: jhi on 2000/09/01 13:50:05
3026 Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
3027 From: Daniel Chetlin <daniel@chetlin.com>
3028 Date: Fri, 1 Sep 2000 02:10:55 -0700
3029 Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
3030 Branch: perl
3031 ! pod/perlretut.pod
3032____________________________________________________________________________
3033[ 6967] By: jhi on 2000/09/01 13:47:54
3034 Log: Part of the solution.
3035
3036 Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
3037 From: Mike Guy <mjtg@cam.ac.uk>
3038 Date: Fri, 01 Sep 2000 14:16:01 +0100
3039 Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
3040 Branch: perl
3041 ! gv.c mg.c
3042____________________________________________________________________________
3043[ 6966] By: jhi on 2000/09/01 13:46:17
3044 Log: Subject: CPAN.pm beta 1.57_57 for the core
3045 From: andreas.koenig@anima.de (Andreas J. Koenig)
3046 Date: 01 Sep 2000 15:16:31 +0200
3047 Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
3048 Branch: perl
3049 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
3050____________________________________________________________________________
3051[ 6965] By: jhi on 2000/09/01 13:43:18
3052 Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
3053 From: "Craig A. Berry" <craig.berry@psinetcs.com>
3054 Date: Fri, 01 Sep 2000 01:47:22 -0500
3055 Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
3056 Branch: perl
3057 ! pod/perldelta.pod vms/vms.c
3058____________________________________________________________________________
3059[ 6964] By: jhi on 2000/09/01 13:35:35
3060 Log: File::Temp patches from Andreas König,
3061
3062 Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8 (UNINSTALLED)
3063 From: andreas.koenig@anima.de (Andreas J. Koenig)
3064 Date: 01 Sep 2000 10:07:20 +0200
3065 Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
3066
3067 Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
3068 From: andreas.koenig@anima.de (Andreas J. Koenig)
3069 Date: 31 Aug 2000 23:26:08 +0200
3070 Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
3071 Branch: perl
3072 ! lib/File/Temp.pm t/lib/ftmp-security.t
3073____________________________________________________________________________
3074[ 6963] By: jhi on 2000/09/01 02:22:24
3075 Log: Retract the mergesort code, way too incompatible licensing
3076 and copyrights.
3077 Branch: perl
3078 ! pod/perldelta.pod pp_ctl.c
3079____________________________________________________________________________
3080[ 6962] By: jhi on 2000/08/31 23:27:32
3081 Log: Update Changes.
3082 Branch: perl
3083 ! Changes patchlevel.h
3084____________________________________________________________________________
c54b6e81
JH
3085[ 6961] By: jhi on 2000/08/31 23:20:04
3086 Log: Small tweaks all over.
3087 Branch: metaconfig
3088 ! U/compline/d_gconvert.U
3089 Branch: perl
3090 ! AUTHORS Configure config_h.SH pp_ctl.c
3091____________________________________________________________________________
3092[ 6960] By: jhi on 2000/08/31 22:39:36
3093 Log: Further rewording.
3094 Branch: perl
3095 ! pp_ctl.c
3096____________________________________________________________________________
3097[ 6959] By: jhi on 2000/08/31 21:26:44
3098 Log: More address tweaking.
3099 Branch: perl
3100 ! AUTHORS Changes
3101____________________________________________________________________________
3102[ 6958] By: jhi on 2000/08/31 20:47:25
3103 Log: AUTHORS tweaks, from Peter Prymmer.
3104
3105 Subject: [PATCH: 6948] mvs doesn't exist (not any more)
3106 From: Peter Prymmer <pvhp@forte.com>
3107 Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT)
3108 Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
3109 Branch: perl
3110 ! AUTHORS MAINTAIN
3111____________________________________________________________________________
3112[ 6957] By: jhi on 2000/08/31 20:34:43
3113 Log: perldelta tweaks.
3114 Branch: perl
3115 ! pod/perldelta.pod
3116____________________________________________________________________________
3117[ 6956] By: jhi on 2000/08/31 19:11:06
3118 Log: Regen perltoc.
3119 Branch: perl
3120 ! pod/perltoc.pod
3121____________________________________________________________________________
3122[ 6955] By: jhi on 2000/08/31 19:06:30
3123 Log: Clarify the mergesort situation.
3124 Branch: perl
3125 ! pp_ctl.c
3126____________________________________________________________________________
3127[ 6954] By: jhi on 2000/08/31 18:24:17
3128 Log: Move the Solaris 7 scan to use64bitall, make the
3129 failure to find 64-bot sparc libc to mention the
3130 possibility of being in an intel, from Lupe and Alan.
3131 Branch: perl
3132 ! hints/solaris_2.sh
3133____________________________________________________________________________
3134[ 6953] By: jhi on 2000/08/31 18:09:20
3135 Log: Forget about NV_MAX (#6951). Various floating point tweaks,
3136 ideas from Eric Fifer, Yitzchak, Alan, and Spider.
3137 Branch: metaconfig
3138 ! U/compline/d_gconvert.U U/threads/archname.U
3139 Branch: metaconfig/U/perl
3140 ! perlxv.U
3141 Branch: perl
3142 ! Configure config_h.SH sv.c
3143____________________________________________________________________________
3144[ 6952] By: jhi on 2000/08/31 17:42:24
3145 Log: :: not allowed in pathnames, change to .
3146
3147 Subject: [PATCH perl@6938] cygwin port
3148 From: "Fifer, Eric" <EFifer@sanwaint.com>
3149 Date: Thu, 31 Aug 2000 16:32:59 +0100
3150 Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
3151 Branch: metaconfig/U/perl
3152 ! perlxv.U
3153____________________________________________________________________________
3154[ 6951] By: jhi on 2000/08/31 17:02:05
3155 Log: Try to deduce NV_MAX. Really should be Configure fodder.
3156 Branch: perl
3157 ! perl.h
3158____________________________________________________________________________
3159[ 6950] By: jhi on 2000/08/31 16:26:08
3160 Log: More author updates.
3161
3162 Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
3163 From: Simon Cozens <simon@cozens.net>
3164 Date: Thu, 31 Aug 2000 17:13:32 +0100
3165 Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
3166 Branch: perl
3167 ! AUTHORS
3168____________________________________________________________________________
3169[ 6949] By: jhi on 2000/08/31 16:04:49
3170 Log: POSIX doesn't report long double values under -Duselongdouble
3171 when the long doubles are "real" (bigger than doubles).
3172 Branch: perl
3173 ! ext/POSIX/POSIX.xs
3174____________________________________________________________________________
3175[ 6948] By: jhi on 2000/08/31 15:25:10
3176 Log: Update Changes.
3177 Branch: perl
3178 ! Changes patchlevel.h
3179____________________________________________________________________________
0d3805ce
JH
3180[ 6947] By: jhi on 2000/08/31 15:22:29
3181 Log: Document UNTIE in a very minimalistic way.
3182 Branch: perl
3183 ! pod/perlfunc.pod pod/perltie.pod
3184____________________________________________________________________________
3185[ 6946] By: jhi on 2000/08/31 15:15:23
3186 Log: Document known failures.
3187 Branch: perl
3188 ! pod/perldelta.pod
3189____________________________________________________________________________
3190[ 6945] By: jhi on 2000/08/31 15:07:00
3191 Log: Don't attach -ld to the archname if pointless.
3192 Branch: metaconfig
3193 ! U/threads/archname.U
3194 Branch: perl
3195 ! Configure config_h.SH
3196____________________________________________________________________________
3197[ 6944] By: jhi on 2000/08/31 14:37:42
3198 Log: Wrap the test in eval.
3199
3200 Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
3201 From: Tim Jenness <timj@jach.hawaii.edu>
3202 Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
3203 Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
3204 Branch: perl
3205 ! t/lib/ftmp-security.t
3206____________________________________________________________________________
3207[ 6943] By: jhi on 2000/08/31 14:30:57
3208 Log: Make -Dusemorebits find long doubles in Solaris.
3209 Branch: perl
3210 ! hints/solaris_2.sh
3211____________________________________________________________________________
3212[ 6942] By: jhi on 2000/08/31 13:48:45
3213 Log: Clarify the third case of ftmp-security warnings.
3214 Branch: perl
3215 ! INSTALL
3216____________________________________________________________________________
3217[ 6941] By: jhi on 2000/08/31 13:40:31
3218 Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
3219 From: <abigail@foad.org>
3220 Date: Thu, 31 Aug 2000 01:35:05 -0400
3221 Message-ID: <20000831053505.32120.qmail@foad.org>
3222 Branch: perl
3223 ! pod/perldelta.pod
3224____________________________________________________________________________
3225[ 6940] By: jhi on 2000/08/31 13:38:48
3226 Log: Issue useful diagnostic on unknown pod commands.
3227
3228 Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
3229 From: <abigail@foad.org>
3230 Date: Thu, 31 Aug 2000 03:41:18 -0400
3231 Message-ID: <20000831074118.24880.qmail@foad.org>
3232 Branch: perl
3233 ! lib/Pod/Man.pm
3234____________________________________________________________________________
3235[ 6939] By: jhi on 2000/08/31 13:34:33
3236 Log: Reveal Borland's isnan.
3237
3238 Subject: build with BC++ tweak
3239 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
3240 Date: Thu, 31 Aug 2000 13:09:37 +0400
3241 Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
3242 Branch: perl
3243 ! win32/win32.h
3244____________________________________________________________________________
3245[ 6938] By: jhi on 2000/08/31 05:01:20
3246 Log: Update Changes.
3247 Branch: perl
3248 ! Changes patchlevel.h
3249____________________________________________________________________________
a0bff7c3
JH
3250[ 6937] By: jhi on 2000/08/31 04:26:23
3251 Log: sscanf() may be the only way to read long doubles from strings.
3252 Branch: metaconfig/U/perl
3253 ! longdblfio.U
3254 Branch: perl
3255 ! Configure config_h.SH perl.h util.c
3256____________________________________________________________________________
3257[ 6936] By: jhi on 2000/08/31 04:18:19
3258 Log: The #6929 was too skimpy.
3259 Branch: perl
3260 ! sv.c
3261____________________________________________________________________________
3262[ 6935] By: jhi on 2000/08/31 02:47:07
3263 Log: Subject: Re: typos in pods
3264 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
3265 Date: Wed, 30 Aug 2000 19:25:34 -0700
3266 Message-ID: <eIcr5gzkg25X092yn@efn.org>
3267 Branch: perl
3268 ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
3269____________________________________________________________________________
3270[ 6934] By: jhi on 2000/08/31 02:42:55
3271 Log: Missed one Unicode file.
3272 Branch: perl
3273 + lib/unicode/UCDFF301.html
3274____________________________________________________________________________
3275[ 6933] By: jhi on 2000/08/30 23:42:27
3276 Log: Update Changes.
3277 Branch: perl
3278 ! Changes patchlevel.h
3279____________________________________________________________________________
cf19c48c
JH
3280[ 6932] By: jhi on 2000/08/30 23:40:07
3281 Log: Mention UNTIE in perldelta. Still needs documenting
3282 in perltie et alia.
3283 Branch: perl
3284 ! pod/perldelta.pod
3285____________________________________________________________________________
3286[ 6931] By: jhi on 2000/08/30 23:36:02
3287 Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
3288 From: <abigail@foad.org>
3289 Date: Wed, 30 Aug 2000 19:28:07 -0400
3290 Message-ID: <20000830232807.305.qmail@foad.org>
3291 Branch: perl
3292 ! pod/perldelta.pod
3293____________________________________________________________________________
3294[ 6930] By: jhi on 2000/08/30 23:32:40
3295 Log: Update to Unicode 3.0.1.
3296 Branch: perl
3297 + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
3298 + lib/unicode/PropList.txt lib/unicode/README.perl
3299 + lib/unicode/UCD301.html lib/unicode/Unicode.301
3300 - lib/unicode/Props.txt lib/unicode/UCD300.html
3301 - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
3302 ! (edit 257 files)
3303____________________________________________________________________________
3304[ 6929] By: jhi on 2000/08/30 22:38:18
3305 Log: Heap decorruption.
3306
3307 Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
3308 From: Alan Burlison <Alan.Burlison@uk.sun.com>
3309 Date: Wed, 30 Aug 2000 22:39:52 +0100
3310 Message-ID: <39AD7F28.A06533CF@uk.sun.com>
3311 Branch: perl
3312 ! sv.c
3313____________________________________________________________________________
3314[ 6928] By: jhi on 2000/08/30 22:29:34
3315 Log: Retract the dummy test, skip the security tests (instead of failing),
3316 explain what the warnings mean.
3317 Branch: perl
3318 ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
3319____________________________________________________________________________
3320[ 6927] By: jhi on 2000/08/30 22:14:13
3321 Log: Change the internal implementation of sort() to be mergesort
3322 instead of quicksort, from John Linderman <jpl@research.att.com>.
3323 Gives us better worst case, better average case, and stability.
3324 What's there not to like? (Small fixes for threaded builds
3325 were required).
3326 Branch: perl
3327 ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
3328____________________________________________________________________________
3329[ 6926] By: jhi on 2000/08/30 20:55:20
3330 Log: A better fix for the Socket building problem from Craig Berry.
3331 Branch: perl
3332 ! vms/vms.c
3333____________________________________________________________________________
3334[ 6925] By: jhi on 2000/08/30 20:20:25
3335 Log: Subject: [PATCH] Re: UNTIE method
3336 From: Nick Ing-Simmons <nik@tiuk.ti.com>
3337 Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
3338 Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
3339 Branch: perl
3340 ! pp_sys.c t/op/tie.t
3341____________________________________________________________________________
3342[ 6924] By: jhi on 2000/08/30 20:17:11
3343 Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
3344 From: "Craig A. Berry" <craig.berry@psinetcs.com>
3345 Date: Wed, 30 Aug 2000 15:03:14 -0500
3346 Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
3347 Branch: perl
3348 ! vms/vms.c
3349____________________________________________________________________________
3350[ 6923] By: jhi on 2000/08/30 20:15:18
3351 Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
3352 From: "Craig A. Berry" <craig.berry@psinetcs.com>
3353 Date: Wed, 30 Aug 2000 13:30:36 -0500
3354 Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
3355 Branch: perl
3356 ! vms/vms.c
3357____________________________________________________________________________
3358[ 6922] By: jhi on 2000/08/30 19:54:43
3359 Log: Better options for rsync.
3360 Branch: perl
3361 ! pod/perlhack.pod
3362____________________________________________________________________________
3363[ 6921] By: jhi on 2000/08/30 19:40:16
3364 Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
3365 From: Rick Delaney <rick@consumercontact.com>
3366 Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
3367 Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
3368 Branch: perl
3369 ! pod/perlfunc.pod
3370____________________________________________________________________________
3371[ 6920] By: jhi on 2000/08/30 19:36:40
3372 Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
3373 From: Peter Prymmer <pvhp@forte.com>
3374 Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
3375 Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
3376 Branch: perl
3377 ! configure.com
3378____________________________________________________________________________
3379[ 6919] By: jhi on 2000/08/30 14:52:02
3380 Log: Update Changes.
3381 Branch: perl
3382 ! Changes patchlevel.h
3383____________________________________________________________________________
9a871999
JH
3384[ 6918] By: jhi on 2000/08/30 14:48:34
3385 Log: NVs not necessarily doubles, as pointed out by Yitzchak.
3386 Branch: perl
3387 ! lib/ExtUtils/typemap
3388____________________________________________________________________________
3389[ 6917] By: jhi on 2000/08/30 14:46:34
3390 Log: Subject: typos in pods
3391 From: Nicholas Clark <nick@ccl4.org>
3392 Date: Wed, 30 Aug 2000 01:12:50 +0100
3393 Message-ID: <20000830011249.A61388@plum.flirble.org>
3394 Branch: perl
3395 ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
3396 ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
3397 ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
3398 ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
3399____________________________________________________________________________
3400[ 6916] By: jhi on 2000/08/30 14:19:09
3401 Log: Document Storable problems on Crays. (Will have
3402 to document all the other Storable problems, too.)
3403 Branch: perl
3404 ! pod/perldelta.pod
3405____________________________________________________________________________
3406[ 6915] By: jhi on 2000/08/30 14:06:02
3407 Log: Subject: [PATCH] fix misc cast warnings
3408 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
3409 Date: Tue, 29 Aug 2000 23:16:14 -0700
3410 Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
3411 Branch: perl
3412 ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
3413 ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
3414 ! os2/os2ish.h
3415____________________________________________________________________________
3416[ 6914] By: jhi on 2000/08/30 14:03:45
3417 Log: Timestamp mismatch again. Need to fix this dependence on
3418 config_h.SH timestamp, since it's the contents of config_h.SH
3419 that matter.
3420 Branch: perl
3421 ! uconfig.h uconfig.sh
3422____________________________________________________________________________
3423[ 6913] By: jhi on 2000/08/30 13:54:06
3424 Log: Don't say "Perl 5.0 source kit".
3425 Branch: perl
3426 ! perl.c
3427____________________________________________________________________________
3428[ 6912] By: jhi on 2000/08/30 13:51:24
3429 Log: Reset archname and archname64 always, forcing them be
3430 recomputed at each Configure run, make Configure and
3431 the hints files agree on the naming of largefiles variables.
3432 Branch: metaconfig
3433 ! U/threads/archname.U
3434 Branch: metaconfig/U/perl
3435 ! use64bits.U
3436 Branch: perl
3437 ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
3438 ! hints/linux.sh hints/solaris_2.sh
3439____________________________________________________________________________
3440[ 6911] By: jhi on 2000/08/30 13:30:13
3441 Log: Put back the slice accidentally removed by #6907.
3442 Branch: perl
3443 ! hints/solaris_2.sh
3444____________________________________________________________________________
3445[ 6910] By: jhi on 2000/08/30 01:24:26
3446 Log: Be consistent: other Net::get* do export theirs.
3447
3448 Subject: Re: Net::protoent does not export 'getproto'
3449 From: Yasushi Nakajima <sey@jkc.co.jp>
3450 Date: Wed, 30 Aug 2000 09:53:14 +0900
3451 Message-Id: <200008300051.DAA24700@taku.hut.fi>
3452 Branch: perl
3453 ! lib/Net/protoent.pm
3454____________________________________________________________________________
3455[ 6909] By: jhi on 2000/08/30 01:17:25
3456 Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps
3457 From: Gurusamy Sarathy <gsar@ActiveState.com>
3458 Date: Tue, 29 Aug 2000 17:17:07 -0700
3459 Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
3460 Branch: perl
3461 ! cop.h
3462____________________________________________________________________________
3463[ 6908] By: jhi on 2000/08/30 00:58:05
3464 Log: Update Changes.
3465 Branch: perl
3466 ! Changes patchlevel.h
3467____________________________________________________________________________
d2caad93
JH
3468[ 6907] By: jhi on 2000/08/30 00:57:22
3469 Log: Introduce ccname to keep track of what compiler kind of we have.
3470 Branch: metaconfig/U/perl
3471 ! Checkcc.U gccvers.U
3472 Branch: perl
3473 ! Configure config_h.SH hints/solaris_2.sh
3474____________________________________________________________________________
3475[ 6906] By: jhi on 2000/08/30 00:25:47
3476 Log: Put back the flags dump as reasoned in
3477
3478 Subject: Re: [PATCH] Glob dumping
3479 From: Mike Guy <mjtg@cam.ac.uk>
3480 Date: Tue, 29 Aug 2000 21:41:32 +0100
3481 Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
3482 Branch: perl
3483 ! dump.c t/lib/peek.t
3484____________________________________________________________________________
3485[ 6905] By: jhi on 2000/08/30 00:16:17
3486 Log: Make the epsilon to be relative, not absolute.
3487
3488 Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
3489 From: Spider Boardman <spider-perl@orb.nashua.nh.us>
3490 Date: Tue, 29 Aug 2000 19:58:56 -0400
3491 Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
3492 Branch: perl
3493 ! t/lib/trig.t
3494____________________________________________________________________________
3495[ 6904] By: jhi on 2000/08/30 00:13:09
3496 Log: From now on, Gisle is on my list of usual suspects :-)
3497 Retract #6902.
3498 Branch: perl
3499 ! ext/Opcode/Safe.pm
3500____________________________________________________________________________
3501[ 6903] By: jhi on 2000/08/29 23:51:20
3502 Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
3503 From: "Craig A. Berry" <craig.berry@psinetcs.com>
3504 Date: Tue, 29 Aug 2000 18:43:26 -0500
3505 Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
3506 Branch: perl
3507 + vms/vmspipe.com
3508 ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
3509 ! vms/vms.c
3510____________________________________________________________________________
3511[ 6902] By: jhi on 2000/08/29 23:44:14
3512 Log: Retry what #6882 attempted.
3513
3514 Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
3515 From: Gisle Aas <gisle@ActiveState.com>
3516 Date: 30 Aug 2000 00:33:09 +0200
3517 Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
3518 Branch: perl
3519 ! ext/Opcode/Safe.pm
3520____________________________________________________________________________
3521[ 6901] By: jhi on 2000/08/29 22:59:32
3522 Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
3523 From: Hugo <hv@crypt.compulink.co.uk>
3524 Date: Mon, 12 Jun 2000 19:36:08 +0100
3525 Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
3526 Branch: perl
3527 ! sv.c
3528____________________________________________________________________________
3529[ 6900] By: jhi on 2000/08/29 22:58:35
3530 Log: Admit that we are leaking scalars.
3531
3532 Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
3533 From: Spider Boardman <spider@leggy.zk3.dec.com>
3534 Date: Tue, 29 Aug 2000 18:48:29 -0400
3535 Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
3536 Branch: perl
3537 ! t/pragma/warnings.t
3538____________________________________________________________________________
3539[ 6899] By: jhi on 2000/08/29 20:53:13
3540 Log: Update Changes.
3541 Branch: perl
3542 ! Changes patchlevel.h
3543____________________________________________________________________________
a6f9fe2f
JH
3544[ 6898] By: jhi on 2000/08/29 20:46:21
3545 Log: Undo namespace pollution of #6878.
3546
3547 Subject: Re: Net::protoent does not export 'getproto'
3548 From: Mike Guy <mjtg@cam.ac.uk>
3549 Date: Tue, 29 Aug 2000 21:32:37 +0100
3550 Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
3551 Branch: perl
3552 ! lib/Net/protoent.pm
3553____________________________________________________________________________
3554[ 6897] By: jhi on 2000/08/29 20:44:29
3555 Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
3556 From: Peter Prymmer <pvhp@forte.com>
3557 Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
3558 Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
3559 Branch: perl
3560 ! pod/perlebcdic.pod
3561____________________________________________________________________________
3562[ 6896] By: jhi on 2000/08/29 20:40:57
3563 Log: There's no point repeating the 'revision' (5) of perl5.
3564 Branch: metaconfig/U/perl
3565 ! Devel.U patchlevel.U
3566 Branch: perl
3567 ! Configure config_h.SH
3568____________________________________________________________________________
3569[ 6895] By: jhi on 2000/08/29 20:16:58
3570 Log: Regen Configure for #6894.
3571 Branch: metaconfig/U/perl
3572 ! perladmin.U
3573 Branch: perl
3574 ! Configure config_h.SH
3575____________________________________________________________________________
3576[ 6894] By: jhi on 2000/08/29 19:59:52
3577 Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
3578 From: "Philip Newton" <Philip.Newton@gmx.net>
3579 Date: Tue, 29 Aug 2000 21:39:14 +0200
3580 Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
3581 Branch: perl
3582 ! Configure INSTALL README hints/README.hints hints/bsdos.sh
3583 ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
3584 ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
3585 ! utils/perlbug.PL
3586____________________________________________________________________________
3587[ 6893] By: jhi on 2000/08/29 19:55:30
3588 Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
3589 From: "Philip Newton" <Philip.Newton@gmx.net>
3590 Date: Tue, 29 Aug 2000 21:39:14 +0200
3591 Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
3592 Branch: perl
3593 ! installhtml
3594____________________________________________________________________________
3595[ 6892] By: jhi on 2000/08/29 19:53:59
3596 Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
3597 From: "Philip Newton" <Philip.Newton@gmx.net>
3598 Date: Tue, 29 Aug 2000 21:48:18 +0200
3599 Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
3600 Branch: perl
3601 ! lib/File/Temp.pm
3602____________________________________________________________________________
3603[ 6891] By: jhi on 2000/08/29 18:30:03
3604 Log: Nail the ID 20000828.023.
3605 Branch: perl
3606 ! ext/Storable/Storable.xs
3607____________________________________________________________________________
3608[ 6890] By: jhi on 2000/08/29 16:50:17
3609 Log: Under usethreads the dumped variable is IN_PAD.
3610
3611 Subject: Re: [PATCH] Glob dumping
3612 From: Gisle Aas <gisle@ActiveState.com>
3613 Date: 29 Aug 2000 18:45:05 +0200
3614 Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
3615 Branch: perl
3616 ! t/lib/peek.t
3617____________________________________________________________________________
3618[ 6889] By: jhi on 2000/08/29 15:17:37
3619 Log: Update Changes.
3620 Branch: perl
3621 ! Changes patchlevel.h
3622____________________________________________________________________________
3515010d
JH
3623[ 6888] By: jhi on 2000/08/29 14:49:59
3624 Log: Retract #6882, broke the safe tests.
3625 Branch: perl
3626 ! ext/Opcode/Safe.pm
3627____________________________________________________________________________
3628[ 6887] By: jhi on 2000/08/29 14:47:06
3629 Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
3630 From: Gisle Aas <gisle@ActiveState.com>
3631 Date: 09 Jun 2000 20:00:11 +0200
3632 Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
3633 Branch: perl
3634 ! utils/perldoc.PL
3635____________________________________________________________________________
3636[ 6886] By: jhi on 2000/08/29 14:42:45
3637 Log: The #6881 removed one dump line.
3638 Branch: perl
3639 ! t/lib/peek.t
3640____________________________________________________________________________
3641[ 6885] By: jhi on 2000/08/29 14:30:47
3642 Log: Don't forget to tidy up.
3643 Branch: perl
3644 ! t/lib/ftmp-security.t
3645____________________________________________________________________________
3646[ 6884] By: jhi on 2000/08/29 14:25:17
3647 Log: Disabling the one test is a bit tricky.
3648 Branch: perl
3649 ! t/lib/ftmp-security.t
3650____________________________________________________________________________
3651[ 6883] By: jhi on 2000/08/29 14:16:25
3652 Log: Disable one of the tests for now.
3653 Branch: perl
3654 ! t/lib/ftmp-security.t
3655____________________________________________________________________________
3656[ 6882] By: jhi on 2000/08/29 14:05:50
3657 Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
3658 From: gisle@aas.no
3659 Date: 29 Aug 2000 10:35:06 -0000
3660 Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
3661 Branch: perl
3662 ! ext/Opcode/Safe.pm
3663____________________________________________________________________________
3664[ 6881] By: jhi on 2000/08/29 14:03:51
3665 Log: Subject: [PATCH] Glob dumping
3666 From: Gisle Aas <gisle@ActiveState.com>
3667 Date: 29 Aug 2000 07:59:42 -0000
3668 Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
3669 Branch: perl
3670 ! dump.c
3671____________________________________________________________________________
3672[ 6880] By: jhi on 2000/08/29 14:02:01
3673 Log: Subject: [PATCH] Warnings in B::Deparse
3674 From: <abigail@foad.org>
3675 Date: Tue, 29 Aug 2000 00:00:01 -0400
3676 Message-ID: <20000829040001.2999.qmail@foad.org>
3677 Branch: perl
3678 ! ext/B/B/Deparse.pm
3679____________________________________________________________________________
3680[ 6879] By: jhi on 2000/08/29 13:57:26
3681 Log: Missed a change in #6869.
3682 Branch: perl
3683 ! mg.c
3684____________________________________________________________________________
3685[ 6878] By: jhi on 2000/08/29 13:45:04
3686 Log: Subject: Net::protoent does not export 'getproto'
3687 From: Yasushi Nakajima <sey@jkc.co.jp>
3688 Date: Tue, 29 Aug 2000 17:28:57 +0900
3689 Branch: perl
3690 ! lib/Net/protoent.pm
3691____________________________________________________________________________
3692[ 6877] By: jhi on 2000/08/29 13:39:19
3693 Log: Patches all over for people and the files they (hopefully) care about.
3694 Branch: perl
3695 ! AUTHORS Changes MAINTAIN
3696____________________________________________________________________________
3697[ 6876] By: jhi on 2000/08/29 12:53:54
3698 Log: Fix for thinko in #6848.
3699
3700 Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
3701 From: Lupe Christoph <lupe@lupe-christoph.de>
3702 Date: Tue, 29 Aug 2000 09:04:08 +0200
3703 Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
3704 Branch: perl
3705 ! ext/Thread/Thread.xs
3706____________________________________________________________________________
3707[ 6875] By: jhi on 2000/08/29 12:50:14
3708 Log: Update to Getopt::Long 2.24, from Johan Vromans.
3709 Branch: perl
3710 ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
3711____________________________________________________________________________
3712[ 6874] By: jhi on 2000/08/29 02:09:53
3713 Log: Use minimal @INC in tests, most of the time just '../lib',
3714 so that we simply can't pick up stuff from other Perls than
3715 the one we are testing. Pointed out by
3716
3717 From: Mike Guy <mjtg@cam.ac.uk>
3718 Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built
3719 Date: Fri, 25 Aug 2000 15:15:59 +0100
3720 Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
3721 Branch: perl
3722 ! (edit 185 files)
3723____________________________________________________________________________
3724[ 6873] By: jhi on 2000/08/29 01:07:11
3725 Log: Subject: [PATCH] Re: files not cleaned even by veryclean
3726 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
3727 Date: Mon, 28 Aug 2000 17:45:52 -0700
3728 Message-ID: <Afwq5gzkg2UB092yn@efn.org>
3729 Branch: perl
3730 ! Makefile.SH hints/os2.sh
3731____________________________________________________________________________
3732[ 6872] By: jhi on 2000/08/28 23:33:39
3733 Log: Subject: [PATCH bleedperl@6866] spellings
3734 From: marcel@codewerk.com (Marcel Grunauer)
3735 Date: Tue, 29 Aug 2000 01:19:59 +0200
3736 Message-Id: <200008282319.BAA29862@gandalf.local>
3737 Branch: perl
3738 ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
3739 ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
3740 ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
3741____________________________________________________________________________
3742[ 6871] By: jhi on 2000/08/28 23:22:09
3743 Log: Take out the SUIDMAIL thing, that will not be
3744 a problem in 5.7.*.
3745 Branch: perl
3746 ! patchlevel.h
3747____________________________________________________________________________
3748[ 6870] By: jhi on 2000/08/28 23:19:30
3749 Log: -S is the silent flag, -s is the strip flag.
3750
3751 Subject: [PATCH] Re: [PATCH] make no-install
3752 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
3753 Date: Mon, 28 Aug 2000 15:12:55 -0700
3754 Message-ID: <nPuq5gzkg2FO092yn@efn.org>
3755 Branch: perl
3756 ! Makefile.SH
3757____________________________________________________________________________
3758[ 6869] By: jhi on 2000/08/28 23:12:05
3759 Log: Subject: [PATCH bleedperl@6856] warnings fixes
3760 From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
3761 Date: Mon, 28 Aug 2000 23:55:06 +0100
3762 Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
3763 Branch: perl
3764 ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
3765 ! warnings.h warnings.pl
3766____________________________________________________________________________
3767[ 6868] By: jhi on 2000/08/28 21:38:22
3768 Log: Potential cruft.
3769 Branch: perl
3770 ! Makefile.SH
3771____________________________________________________________________________
3772[ 6867] By: jhi on 2000/08/28 21:35:36
3773 Log: Update Changes.
3774 Branch: perl
3775 ! Changes patchlevel.h
3776____________________________________________________________________________
98e06804
JH
3777[ 6866] By: jhi on 2000/08/28 21:33:49
3778 Log: Subject: hv.h Doc Patch
3779 From: Fisher Mark <fisherm@tce.com>
3780 Date: Mon, 28 Aug 2000 16:24:59 -0500
3781 Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
c40596a0 3782 Branch: perl
98e06804 3783 ! hv.h
c40596a0 3784____________________________________________________________________________
98e06804
JH
3785[ 6865] By: jhi on 2000/08/28 21:02:15
3786 Log: Add -ld to archname on long tr...double platforms.
3787 Branch: metaconfig
3788 ! U/threads/archname.U
c40596a0 3789 Branch: perl
98e06804 3790 ! Configure config_h.SH
c40596a0 3791____________________________________________________________________________
98e06804
JH
3792[ 6864] By: jhi on 2000/08/28 20:38:59
3793 Log: An attempt to fix the problem reported in
3794
3795 Subject: Building perl@6856 using gcc/AIX 4.3.3
3796 From: Daniel Muino <dmuino@afip.gov.ar>
3797 Date: Mon, 28 Aug 2000 15:50:01 -0300
3798 Message-ID: <20000828155001.A14403@con2-dgi>
3799
3800 I can't test this properly since the gcc installation I have
3801 access to seems to be botched (gcc is calling the AIX cpp,
3802 a losing proposition...)
c40596a0 3803 Branch: perl
98e06804 3804 ! hints/aix.sh
c40596a0 3805____________________________________________________________________________
98e06804
JH
3806[ 6863] By: jhi on 2000/08/28 18:57:52
3807 Log: Fix for ID 20000828.001, long doubles were not formatted
3808 correctly (showed up in $], which stopped installing perl).
c40596a0 3809 Branch: perl
98e06804 3810 ! sv.c
c40596a0 3811____________________________________________________________________________
98e06804
JH
3812[ 6862] By: jhi on 2000/08/28 18:07:15
3813 Log: Typo in #6858.
c40596a0 3814 Branch: perl
98e06804 3815 ! lib/Cwd.pm
c40596a0 3816____________________________________________________________________________
98e06804
JH
3817[ 6861] By: jhi on 2000/08/28 17:57:27
3818 Log: opmini.o may be left around if a build is interrupted.
c40596a0 3819 Branch: perl
98e06804 3820 ! Makefile.SH
c40596a0 3821____________________________________________________________________________
98e06804
JH
3822[ 6860] By: jhi on 2000/08/28 16:52:50
3823 Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
3824 From: Daniel Chetlin <daniel@chetlin.com>
3825 Date: Mon, 28 Aug 2000 01:14:18 -0700
3826 Message-ID: <20000828011418.J769@ilmd.chetlin.org>
c40596a0 3827 Branch: perl
98e06804 3828 ! lib/overload.pm
c40596a0 3829____________________________________________________________________________
98e06804
JH
3830[ 6859] By: jhi on 2000/08/28 16:08:46
3831 Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
3832 From: Nicholas Clark <nick@ccl4.org>
3833 Date: Mon, 28 Aug 2000 16:03:27 +0100
3834 Message-Id: <20000828160327.C49785@plum.flirble.org>
c40596a0 3835 Branch: perl
98e06804 3836 ! ext/ByteLoader/bytecode.h
c40596a0 3837____________________________________________________________________________
98e06804
JH
3838[ 6858] By: jhi on 2000/08/28 16:02:10
3839 Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
3840 From: Wolfgang Laun <wolfgang.laun@alcatel.at>
3841 Date: Mon, 28 Aug 2000 13:08:30 +0200
3842 Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
c40596a0 3843 Branch: perl
98e06804 3844 ! lib/Cwd.pm
c40596a0 3845____________________________________________________________________________
98e06804
JH
3846[ 6857] By: jhi on 2000/08/28 15:42:47
3847 Log: display_format used as a class method without arguments was broken,
3848 reported in
3849
3850 Subject: Math::Complex->display_format() sets style to 'Math::Complex'
3851 From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
3852 Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
3853 Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
3854 Branch: perl
3855 ! lib/Math/Complex.pm t/lib/complex.t
3856____________________________________________________________________________
3857[ 6856] By: jhi on 2000/08/27 22:09:48
c40596a0
JH
3858 Log: Update Changes.
3859 Branch: perl
3860 ! Changes patchlevel.h
3861____________________________________________________________________________
98e06804
JH
3862[ 6855] By: jhi on 2000/08/27 21:59:21
3863 Log: Retract #6853 (false alarm).
3864 Branch: perl
3865 ! lib/ExtUtils/xsubpp
3866____________________________________________________________________________
3867[ 6854] By: jhi on 2000/08/27 21:37:44
3868 Log: Update Changes.
3869 Branch: perl
3870 ! Changes patchlevel.h
3871____________________________________________________________________________
3872[ 6853] By: jhi on 2000/08/27 21:37:16
3873 Log: Subject: [PATCH perl@6850] workaround for xsubpp
3874 From: Hugo <hv@crypt.compulink.co.uk>
3875 Date: Sun, 27 Aug 2000 22:30:25 +0100
3876 Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
3877 Branch: perl
3878 ! lib/ExtUtils/xsubpp
3879____________________________________________________________________________
c40596a0
JH
3880[ 6852] By: jhi on 2000/08/27 21:33:58
3881 Log: Big-endian 64-bit patch from Raphael Manfredi.
3882 Branch: perl
3883 ! ext/Storable/Storable.xs
3884____________________________________________________________________________
3885[ 6851] By: jhi on 2000/08/27 21:22:21
3886 Log: More ruthless editing from Hugo van der Sanden.
3887 Branch: perl
3888 ! pod/perldelta.pod
3889____________________________________________________________________________
3890[ 6850] By: jhi on 2000/08/27 16:11:46
3891 Log: Update Changes.
3892 Branch: perl
3893 ! Changes patchlevel.h
3894____________________________________________________________________________
1a436f0c
JH
3895[ 6849] By: jhi on 2000/08/27 16:11:05
3896 Log: Provice virtual $Config{ccflags_nolargefiles} etc.
3897 Branch: perl
3898 ! configpm pod/perldelta.pod
3899____________________________________________________________________________
3900[ 6848] By: jhi on 2000/08/27 15:35:08
3901 Log: Use the actual thread type, not the pointer-to-struct.
3902 Branch: perl
3903 ! ext/Thread/Thread.xs
3904____________________________________________________________________________
3905[ 6847] By: jhi on 2000/08/27 15:30:49
3906 Log: Test nit.
3907 Branch: perl
3908 ! t/pragma/warn/pp_sys
3909____________________________________________________________________________
3910[ 6846] By: jhi on 2000/08/27 15:19:02
3911 Log: Passing -R in ldflags makes now it to appear in the default
3912 for lddlflags, just like with -L.
3913
3914 Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
3915 From: Lupe Christoph <lupe@lupe-christoph.de>
3916 Date: Sun, 27 Aug 2000 10:28:21 +0200
3917 Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
3918 Branch: metaconfig/U/perl
3919 ! dlsrc.U
3920 Branch: perl
3921 ! Configure
3922____________________________________________________________________________
3923[ 6845] By: jhi on 2000/08/27 15:08:54
3924 Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
3925 From: Alan Burlison <Alan.Burlison@uk.sun.com>
3926 Date: Sat, 26 Aug 2000 22:23:27 +0100
3927 Message-ID: <39A8354F.E1E832C9@uk.sun.com>
3928 Branch: perl
3929 ! lib/ExtUtils/MM_Unix.pm
3930____________________________________________________________________________
3931[ 6844] By: jhi on 2000/08/27 15:02:37
3932 Log: DJGPP update from Laszlo Molnar.
3933
3934 Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
3935 From: ml1050 <ml1050@freemail.hu>
3936 Date: Sat, 26 Aug 2000 23:24:40 +0200
3937 Message-Id: <20000826232440.A439@freemail.hu>
3938 Branch: perl
3939 ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
3940 ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
3941____________________________________________________________________________
3942[ 6843] By: jhi on 2000/08/27 14:53:58
3943 Log: Subject: installman buglet
3944 From: Lupe Christoph <lupe@lupe-christoph.de>
3945 Date: Sun, 27 Aug 2000 14:38:59 +0200
3946 Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
3947 Branch: perl
3948 ! installman
3949____________________________________________________________________________
3950[ 6842] By: jhi on 2000/08/27 14:52:08
3951 Log: Can't get the test to reliably work thanks to the
3952 inaccurateness of floating point. "Resolves" bug ids
3953 20000826.003, 20000826.009, 20000826.010,
3954 Branch: perl
3955 ! t/lib/trig.t
3956____________________________________________________________________________
3957[ 6841] By: jhi on 2000/08/26 15:53:58
3958 Log: Update Changes.
3959 Branch: perl
3960 ! Changes patchlevel.h
3961____________________________________________________________________________
a2518d28
JH
3962[ 6840] By: jhi on 2000/08/26 14:23:03
3963 Log: grep -e isn't portable.
3964
3965 Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
3966 From: chris@broadband.att.com
3967 Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
3968 Message-Id: <200008260617.AAA10219@lazlo.tci.com>
3969 Branch: perl
3970 ! hints/solaris_2.sh
3971____________________________________________________________________________
3972[ 6839] By: jhi on 2000/08/26 14:12:23
3980cbbb 3973 Log: no-install target a la make -n.
a2518d28
JH
3974
3975 Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
3976 From: <abigail@foad.org>
3977 Date: Sat, 26 Aug 2000 03:57:34 -0400
3978 Message-ID: <20000826075735.18912.qmail@foad.org>
3979 Branch: perl
3980 ! Makefile.SH installman installperl
3981____________________________________________________________________________
3982[ 6838] By: jhi on 2000/08/26 14:06:33
3983 Log: Retract #6826 as the #6828 should be do the same
3984 in a More Correct Way.
3985 Branch: perl
3986 ! installperl
3987____________________________________________________________________________
3988[ 6837] By: jhi on 2000/08/26 05:24:00
3989 Log: More casting.
3990 Branch: perl
3991 ! ext/Storable/Storable.xs
3992____________________________________________________________________________
3993[ 6836] By: jhi on 2000/08/26 05:05:46
3994 Log: Nicer in decimal.
3995 Branch: perl
3996 ! ext/Storable/Storable.xs
3997____________________________________________________________________________
3998[ 6835] By: jhi on 2000/08/26 05:03:50
3999 Log: There be no UVdf.
4000 Branch: perl
4001 ! ext/Storable/Storable.xs
4002____________________________________________________________________________
4003[ 6834] By: jhi on 2000/08/26 05:00:18
4004 Log: Continue IVdfing and UVxfing.
4005 Branch: perl
4006 ! ext/Storable/Storable.xs
4007____________________________________________________________________________
4008[ 6833] By: jhi on 2000/08/26 04:53:14
4009 Log: Use IVdf.
4010 Branch: perl
4011 ! ext/Storable/Storable.xs
4012____________________________________________________________________________
4013[ 6832] By: jhi on 2000/08/26 04:40:41
4014 Log: Document PTR2XX and INT2PTR.
4015 Branch: perl
4016 ! pod/perlguts.pod
4017____________________________________________________________________________
4018[ 6831] By: jhi on 2000/08/26 04:33:18
4019 Log: Use UVxf, PTR2UV, NVff.
4020 Branch: perl
4021 ! ext/Storable/Storable.xs
4022____________________________________________________________________________
4023[ 6830] By: jhi on 2000/08/26 04:31:32
4024 Log: Update the test count.
4025 Branch: perl
4026 ! t/lib/trig.t
4027____________________________________________________________________________
4028[ 6829] By: jhi on 2000/08/26 03:05:50
4029 Log: Subject: [PATCH] installation not quite silent yet.
4030 From: <abigail@foad.org>
4031 Date: Fri, 25 Aug 2000 20:07:53 -0400
4032 Message-ID: <20000826000753.7822.qmail@foad.org>
4033 Branch: perl
4034 ! installman installperl
4035____________________________________________________________________________
4036[ 6828] By: jhi on 2000/08/26 03:05:14
4037 Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED)
4038 From: Spider Boardman <spider@web.zk3.dec.com>
4039 Date: Fri, 25 Aug 2000 19:12:40 -0400
4040 Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
4041 Branch: perl
4042 ! gv.c
4043____________________________________________________________________________
4044[ 6827] By: jhi on 2000/08/25 23:54:34
4045 Log: Support preserving extremely big/small angles.
4046 Branch: perl
4047 ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
4048____________________________________________________________________________
4049[ 6826] By: jhi on 2000/08/25 23:01:20
4050 Log: Patch installperl to be long double-aware.
4051
4052 Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED)
4053 From: Spider Boardman <spider@web.zk3.dec.com>
4054 Date: Fri, 25 Aug 2000 18:15:23 -0400
4055 Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
4056 Branch: perl
4057 ! installperl
4058____________________________________________________________________________
4059[ 6825] By: jhi on 2000/08/25 22:58:25
4060 Log: Remove duplicately applied patch shards.
4061
4062 Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
4063 From: Spider Boardman <spider@leggy.zk3.dec.com>
4064 Date: Fri, 25 Aug 2000 16:45:03 -0400
4065 Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
4066 Branch: perl
4067 ! t/lib/cgi-html.t
4068____________________________________________________________________________
4069[ 6824] By: jhi on 2000/08/25 22:57:00
4070 Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
4071 From: Daniel Chetlin <daniel@chetlin.com>
4072 Date: Fri, 25 Aug 2000 12:23:16 -0700
4073 Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
4074
4075 Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
4076 From: Daniel Chetlin <daniel@chetlin.com>
4077 Date: Fri, 25 Aug 2000 14:47:19 -0700
4078 Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
4079 Branch: perl
4080 ! installman
4081____________________________________________________________________________
4082[ 6823] By: jhi on 2000/08/25 22:44:17
4083 Log: Timestamp problem?
4084 Branch: perl
4085 ! uconfig.h uconfig.sh
4086____________________________________________________________________________
4087[ 6822] By: jhi on 2000/08/25 19:01:06
4088 Log: One forgotten file from #6816.
4089 Branch: perl
4090 ! vos/config.h
4091____________________________________________________________________________
4092[ 6821] By: jhi on 2000/08/25 18:56:39
4093 Log: Regen Changes.
4094 Branch: perl
4095 ! Changes patchlevel.h
4096____________________________________________________________________________
99b32ad1
JH
4097[ 6820] By: jhi on 2000/08/25 18:52:35
4098 Log: Fix Changes ordering.
4099 Branch: perl
4100 ! Changes
4101____________________________________________________________________________
4102[ 6819] By: jhi on 2000/08/25 18:50:25
4103 Log: Update Changes.
4104 Branch: perl
4105 ! Changes patchlevel.h
6558817a 4106____________________________________________________________________________
2b7d8dfb
JH
4107[ 6818] By: jhi on 2000/08/25 18:47:45
4108 Log: Tweak the sfio/useperlio logic, hopefully as wished in
4109
4110 Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
4111 From: Nicholas Clark <nick@babyhippo.co.uk>
4112 Date: Fri, 25 Aug 2000 12:01:45 +0100
4113 Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
4114 Branch: metaconfig/U/perl
4115 ! d_sfio.U
4116 Branch: perl
4117 ! Configure
4118____________________________________________________________________________
4119[ 6817] By: jhi on 2000/08/25 18:32:51
4120 Log: Allow microperl to assume <math.h>, without it the math
4121 functions like floor() are assumed to return int, which makes
4122 for core dumps in machines where integer and floating register
4123 don't mix.
4124 Branch: perl
4125 ! uconfig.h uconfig.sh
4126____________________________________________________________________________
4127[ 6816] By: jhi on 2000/08/25 18:27:17
4128 Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
4129 the problem reported in
4130
4131 Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
4132 From: danhale@us.ibm.com
4133 Date: Fri, 25 Aug 2000 10:58:06 -0400
4134 Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
4135 Branch: metaconfig/U/perl
4136 + d_socks5_init.U
4137 Branch: perl
4138 ! Configure INSTALL config_h.SH configure.com epoc/config.sh
4139 ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
4140 ! vos/config.pl vos/config_h.SH_orig win32/config.bc
4141 ! win32/config.gc win32/config.vc
4142____________________________________________________________________________
4143[ 6815] By: jhi on 2000/08/25 17:43:31
4144 Log: A solution for the retrieve_fd autosplit warning,
4145 idea suggested by Mike Guy.
4146 Branch: perl
4147 ! ext/Storable/Storable.pm
4148____________________________________________________________________________
4149[ 6814] By: jhi on 2000/08/25 17:16:03
4150 Log: Add install-silent target.
4151 Branch: perl
4152 ! Makefile.SH
4153____________________________________________________________________________
4154[ 6813] By: jhi on 2000/08/25 17:14:23
4155 Log: Subject: Re: [PATCH] More silencing of installman.
4156 From: <abigail@foad.org>
4157 Date: Thu, 24 Aug 2000 19:27:03 -0400
4158 Message-ID: <20000824232703.7001.qmail@foad.org>
4159
4160 Subject: Re: [PATCH] More silencing of installman.
4161 From: <abigail@foad.org>
4162 Date: Fri, 25 Aug 2000 03:00:58 -0400
4163 Message-ID: <20000825070058.10697.qmail@foad.org>
4164 Branch: perl
4165 ! installman
4166____________________________________________________________________________
4167[ 6812] By: jhi on 2000/08/25 17:11:28
4168 Log: installperl --verbose and --silent.
4169
4170 Subject: Re: [PATCH] More silencing of installman.
4171 From: <abigail@foad.org>
4172 Message-ID: <20000825064430.9719.qmail@foad.org>
4173 Date: Fri, 25 Aug 2000 02:44:30 -0400
4174 Branch: perl
4175 ! installperl
4176____________________________________________________________________________
4177[ 6811] By: jhi on 2000/08/25 17:05:43
4178 Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
4179 From: "Peter J. Farley III" <pjfarley@banet.net>
4180 Date: Thu, 24 Aug 2000 21:58:03 -0400
4181 Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
4182
4183 (applied slightly modified)
4184 Branch: perl
4185 ! lib/ExtUtils/MM_Unix.pm
4186____________________________________________________________________________
4187[ 6810] By: jhi on 2000/08/25 17:01:18
4188 Log: Missing parts of
4189
4190 Subject: [PATCH: 6789] some endl fixes for VMS wackiness
4191 From: Peter Prymmer <pvhp@forte.com>
4192 Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
4193 Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
4194 Branch: perl
4195 ! t/lib/cgi-html.t
4196____________________________________________________________________________
4197[ 6809] By: jhi on 2000/08/25 16:46:32
4198 Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
4199 From: "Craig A. Berry" <craig.berry@psinetcs.com>
4200 Date: Thu, 24 Aug 2000 19:13:11 -0500
4201 Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
4202 Branch: perl
4203 ! vms/vms.c
4204____________________________________________________________________________
4205[ 6808] By: jhi on 2000/08/25 16:39:22
4206 Log: Subject: [PATCH: 6805] several more tweaks to configure.com
4207 From: Peter Prymmer <pvhp@forte.com>
4208 Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
4209 Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
4210 Branch: perl
4211 ! configure.com
4212____________________________________________________________________________
4213[ 6807] By: jhi on 2000/08/25 16:36:37
4214 Log: Better wording for the vec lvalue diagnostic.
4215
4216 Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
4217 From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
4218 Date: Wed, 23 Aug 2000 14:12:16 -0400
4219 Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
4220 Branch: perl
4221 ! pod/perldiag.pod
4222____________________________________________________________________________
4223[ 6806] By: jhi on 2000/08/24 18:17:22
4224 Log: Subject: [PATCH] More silencing of installman.
4225 From: <abigail@foad.org>
4226 Date: Thu, 24 Aug 2000 14:01:44 -0400
4227 Message-ID: <20000824180144.20062.qmail@foad.org>
4228 Branch: perl
4229 ! installman
4230____________________________________________________________________________
4231[ 6805] By: jhi on 2000/08/24 15:00:31
4232 Log: Update Changes.
4233 Branch: perl
4234 ! Changes patchlevel.h
4235____________________________________________________________________________
4236[ 6804] By: jhi on 2000/08/24 14:59:07
4237 Log: Regen perltoc.
4238 Branch: perl
4239 ! pod/perltoc.pod
4240____________________________________________________________________________
4241[ 6803] By: jhi on 2000/08/24 14:44:39
4242 Log: Show the doc file, not the temp file.
4243 Branch: perl
4244 ! installman
4245____________________________________________________________________________
b449ee86
JH
4246[ 6802] By: jhi on 2000/08/24 14:41:53
4247 Log: Continue silencing.
4248 Branch: perl
4249 ! installman
4250____________________________________________________________________________
4251[ 6801] By: jhi on 2000/08/24 14:34:40
4252 Log: Actually do something with the silencer option.
4253 Branch: perl
4254 ! installman
4255____________________________________________________________________________
4256[ 6800] By: jhi on 2000/08/24 14:26:22
4257 Log: Make installman to recognize the silence flag -S.
4258 Branch: perl
4259 ! installman
4260____________________________________________________________________________
4261[ 6799] By: jhi on 2000/08/24 13:49:38
4262 Log: DOS patches and portability/porting notes, from Tim Jenness.
4263 Branch: perl
4264 ! lib/File/Temp.pm
4265____________________________________________________________________________
4266[ 6798] By: jhi on 2000/08/24 13:48:27
4267 Log: Create directories in silence.
4268
4269 Subject: [PATCH] Another silencer for MakeMaker
4270 From: andreas.koenig@anima.de (Andreas J. Koenig)
4271 Date: 24 Aug 2000 14:18:52 +0200
4272 Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
4273 Branch: perl
4274 ! lib/ExtUtils/Command.pm
4275____________________________________________________________________________
4276[ 6797] By: jhi on 2000/08/24 13:46:42
4277 Log: More liberal parsing of version numbers.
4278
4279 Subject: Re: CPAN.pm beta for testing available
4280 From: andreas.koenig@anima.de (Andreas J. Koenig)
4281 Date: 24 Aug 2000 13:51:57 +0200
4282 Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
4283 Branch: perl
4284 ! lib/CPAN.pm
4285____________________________________________________________________________
4286[ 6796] By: jhi on 2000/08/24 13:44:36
4287 Log: Make "make install" by default silent. A new "install-verbose"
4288 target is verbose.
4289 Branch: perl
4290 ! Makefile.SH
4291____________________________________________________________________________
4292[ 6795] By: jhi on 2000/08/24 13:39:14
4293 Log: Add silencer flags to installperl.
4294
4295 Subject: [PATCH] Making installperl silent.
4296 From: <abigail@foad.org>
4297 Date: Thu, 24 Aug 2000 05:01:45 -0400
4298 Message-ID: <20000824090145.13141.qmail@foad.org>
4299 Branch: perl
4300 ! installperl
4301____________________________________________________________________________
4302[ 6794] By: jhi on 2000/08/24 13:35:50
4303 Log: installperl couldn't tell whether it had run tests or not.
4304
4305 Subject: [PATCH] Re: installperl and t/TEST
4306 From: <abigail@foad.org>
4307 Date: Thu, 24 Aug 2000 04:00:53 -0400
4308 Message-ID: <20000824080053.2494.qmail@foad.org>
4309 Branch: perl
4310 ! Makefile.SH installperl
4311____________________________________________________________________________
4312[ 6793] By: jhi on 2000/08/24 13:27:50
4313 Log: Drop the separate perlbc, perlcc -b should be enough.
4314 Branch: perl
4315