This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Re: PerlIO - Configure tweak for Linux/glibc?
[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____________________________________________________________________________
177b92d2
JH
109[ 7414] By: jhi on 2000/10/23 12:39:52
110 Log: Undo the basename() part of #7412 since the lib/basename
111 tests would need upgrading too.
112 Branch: perl
113 ! lib/File/Basename.pm
114____________________________________________________________________________
115[ 7413] By: jhi on 2000/10/23 12:19:27
116 Log: Document PERL_INSTALL_ROOT of #7210.
117 Branch: perl
118 ! lib/ExtUtils/Install.pm
119____________________________________________________________________________
120[ 7412] By: jhi on 2000/10/23 12:16:47
121 Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
122 Branch: perl
123 ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
124 ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
125____________________________________________________________________________
126[ 7411] By: jhi on 2000/10/23 12:07:41
127 Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
128 From: Prymmer/Kahn <pvhp@best.com>
129 Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
130 Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
131 Branch: perl
132 ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
133____________________________________________________________________________
134[ 7410] By: jhi on 2000/10/23 04:10:11
135 Log: The change #7187 was not so good on VMS.
136
137 Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
138 From: "Craig A. Berry" <craig.berry@psinetcs.com>
139 Date: Sun, 22 Oct 2000 23:03:08 -0500
140 Message-Id: <p04330102b617d093470b@[172.16.52.1]>
141 Branch: perl
142 ! utils/perldoc.PL
143____________________________________________________________________________
144[ 7409] By: jhi on 2000/10/23 03:57:36
145 Log: Avoid Storable locking on DJGPP for now.
146
147 Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
148 From: "Peter J. Farley III" <pjfarley@banet.net>
149 Date: Sun, 22 Oct 2000 20:00:00 -0400
150 Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
151 Branch: perl
152 ! ext/Storable/Storable.pm t/lib/st-lock.t
153____________________________________________________________________________
154[ 7408] By: jhi on 2000/10/23 03:50:24
155 Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
156 From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
157 Date: Sun, 22 Oct 2000 21:12:22 -0400
158 Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
159 Branch: perl
160 ! lib/vars.pm
161____________________________________________________________________________
162[ 7407] By: jhi on 2000/10/23 03:43:12
163 Log: Subject: Re: [ID 20001021.005] SEGV with regex match
164 From: Hugo <hv@crypt.compulink.co.uk>
165 Date: Mon, 23 Oct 2000 00:47:22 +0100
166 Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
167 Branch: perl
168 ! regexec.c t/op/pat.t
169____________________________________________________________________________
170[ 7406] By: jhi on 2000/10/23 03:40:29
171 Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
172 Branch: perl
173 ! lib/ExtUtils/MakeMaker.pm
174____________________________________________________________________________
175[ 7405] By: jhi on 2000/10/22 21:32:00
176 Log: Doc patch.
177
178 Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
179 From: rspier@pobox.com (Robert Spier)
180 Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
181 Message-ID: <14835.16112.13457.447971@rls.cx>
182 Branch: perl
183 ! lib/strict.pm
184____________________________________________________________________________
185[ 7404] By: jhi on 2000/10/22 21:30:51
186 Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
187 From: rspier@pobox.com (Robert Spier)
188 Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
189 Message-ID: <14835.17223.72448.705566@rls.cx>
190 Branch: perl
191 ! lib/ExtUtils/MakeMaker.pm
192____________________________________________________________________________
193[ 7403] By: jhi on 2000/10/22 21:24:11
194 Log: Subject: [PATCH bleadperl] ripples from constsub patch
195 From: John Tobey <jtobey@john-edwin-tobey.org>
196 Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
197 Message-Id: <m13nSOB-000FObC@feynman.localnet>
198 Branch: perl
199 ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
200____________________________________________________________________________
201[ 7402] By: jhi on 2000/10/22 20:59:35
202 Log: Support s?printf parameter reordering.
203 Branch: perl
204 ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
205____________________________________________________________________________
206[ 7401] By: jhi on 2000/10/22 19:19:14
207 Log: Expand Config variables only if explicitly so requested.
208
209 Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
210 From: Gurusamy Sarathy <gsar@ActiveState.com>
211 Date: Sun, 22 Oct 2000 11:47:32 -0700
212 Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>
213 Branch: perl
214 ! Makefile.SH lib/lib_pm.PL
215____________________________________________________________________________
216[ 7400] By: jhi on 2000/10/22 18:24:10
217 Log: Move the #7390 test from warn/op to comp/redef.
218
219 Subject: Re: Creating const subs for constants.
220 From: John Tobey <jtobey@john-edwin-tobey.org>
221 Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
222 Message-Id: <m13nG72-000FObC@feynman.localnet>
223 Branch: perl
224 ! t/comp/redef.t t/pragma/warn/op
225____________________________________________________________________________
226[ 7399] By: jhi on 2000/10/22 17:49:59
227 Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
228 From: Nicholas Clark <nick@ccl4.org>
229 Date: Sat, 21 Oct 2000 22:23:19 +0100
230 Message-ID: <20001021222319.B45586@plum.flirble.org>
231 Branch: perl
232 ! ext/DynaLoader/DynaLoader_pm.PL
233____________________________________________________________________________
234[ 7398] By: jhi on 2000/10/22 17:47:35
235 Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
236 From: Hugo <hv@crypt.compulink.co.uk>
237 Date: Sat, 21 Oct 2000 18:19:59 +0100
238 Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
239 Branch: perl
240 ! ext/B/B.pm ext/B/B/C.pm
241____________________________________________________________________________
242[ 7397] By: jhi on 2000/10/22 17:35:18
243 Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
244 From: "Todd C. Miller" <Todd.Miller@courtesan.com>
245 Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
246 Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
247 Branch: perl
248 ! hints/openbsd.sh
249____________________________________________________________________________
250[ 7396] By: jhi on 2000/10/22 17:19:46
251 Log: Subject: installman go-faster stripes
252 From: Nicholas Clark <nick@talking.bollo.cx>
253 Date: Sat, 21 Oct 2000 17:24:53 +0100
254 Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
255
256 Subject: Re: installman go-faster stripes
257 From: Russ Allbery <rra@stanford.edu>
258 Date: 21 Oct 2000 11:04:13 -0700
259 Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
260 Branch: perl
261 ! installman pod/pod2man.PL
262____________________________________________________________________________
263[ 7395] By: jhi on 2000/10/22 17:17:35
264 Log: Hints tweak from Anton Berezin.
265 Branch: perl
266 ! hints/freebsd.sh
267____________________________________________________________________________
268[ 7394] By: jhi on 2000/10/22 04:50:04
269 Log: Tweak the Is* definitions of Unicode character classes
270 to better match the official categorizations; embrace
271 the official categorizations; add the combining marks
272 as alpha (and -numeric); fix DCinital (a typo and edito)
273 to be DCmedial.
274 Branch: perl
275 + lib/unicode/Is/DCmedial.pl
276 - lib/unicode/Is/DCinital.pl
277 ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
278 ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
279 ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
280 ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
281____________________________________________________________________________
282[ 7393] By: jhi on 2000/10/21 18:06:05
283 Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
284 From: Daniel Chetlin <daniel@chetlin.com>
285 Date: Sat, 21 Oct 2000 02:57:03 -0700
286 Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
287 Branch: perl
288 + t/lib/tie-splice.t
289 ! MANIFEST lib/Tie/Array.pm
290____________________________________________________________________________
291[ 7391] By: jhi on 2000/10/21 14:37:49
292 Log: Testcases for a #7383,#7385 related bug.
293
294 Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
295 From: Nicholas Clark <nick@ccl4.org>
296 Date: Sat, 21 Oct 2000 15:04:51 +0100
297 Message-ID: <20001021150451.A51566@plum.flirble.org>
298 Branch: perl
299 ! t/pragma/utf8.t
300____________________________________________________________________________
301[ 7390] By: jhi on 2000/10/21 14:35:57
302 Log: Add a testcase for #7389.
303 Branch: perl
304 ! t/pragma/warn/op
305____________________________________________________________________________
306[ 7389] By: jhi on 2000/10/21 14:26:45
307 Log: Subject: Re: Creating const subs for constants.
308 From: John Tobey <jtobey@john-edwin-tobey.org>
309 Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
310 Message-Id: <m13mo0N-000FObC@feynman.localnet>
311 Branch: perl
312 ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
313 ! proto.h sv.c
314____________________________________________________________________________
315[ 7386] By: jhi on 2000/10/21 01:31:12
316 Log: Update Changes.
317 Branch: perl
318 ! Changes patchlevel.h
319____________________________________________________________________________
3a67c0c7
JH
320[ 7385] By: jhi on 2000/10/21 01:28:42
321 Log: The #7383 was right only in the context of the original bug report,
322 not in more general case.
323 Branch: perl
324 ! pp_hot.c
325____________________________________________________________________________
326[ 7384] By: jhi on 2000/10/21 01:08:23
327 Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
328 Branch: perl
329 ! ext/IO/lib/IO/Select.pm
330____________________________________________________________________________
331[ 7383] By: jhi on 2000/10/21 00:44:18
332 Log: Fix for ID 20001020.006, concatenating an unset submatch
333 with utf8 resulted in "Modification of a read-only value".
334 Branch: perl
335 ! pp_hot.c t/pragma/utf8.t
336____________________________________________________________________________
337[ 7382] By: jhi on 2000/10/20 20:44:31
338 Log: Make scan_num() reëntrant, as suggested in
339
340 Subject: [PATCH perl@7229] Rentrant parser and yylex()
341 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
342 Date: Fri, 20 Oct 2000 14:17:27 +0100
343 Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
344 Branch: perl
345 ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
346 ! toke.c
347____________________________________________________________________________
348[ 7381] By: jhi on 2000/10/20 20:07:29
349 Log: Reëntrancy fix.
350
351 Subject: [PATCH perl@7229] Rentrant parser and yylex()
352 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
353 Date: Fri, 20 Oct 2000 14:17:27 +0100
354 Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
355 Branch: perl
356 ! embed.h embed.pl perl.h proto.h toke.c
357____________________________________________________________________________
358[ 7380] By: jhi on 2000/10/20 19:15:54
359 Log: Don't write double values through long double pointers,
360 based on a part of
361
362 Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
363 From: Jens Hamisch <jens@Strawberry.COM>
364 Date: Tue, 17 Oct 2000 08:39:36 +0200
365 Message-Id: <20001017083936.A11104@Strawberry.COM>
366 Branch: perl
367 ! perl.h pp.c
368____________________________________________________________________________
369[ 7379] By: jhi on 2000/10/20 18:43:37
370 Log: Portability tweak on #7377.
371
372 Subject: Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
373 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
374 Date: Fri, 20 Oct 2000 13:13:41 EDT
375 Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
376 Branch: perl
377 ! t/lib/dprof.t
378____________________________________________________________________________
379[ 7378] By: jhi on 2000/10/20 12:57:19
380 Log: SOCKS function redefinitions need prototypes, too, otherwise
381 for example 32 bit versus 64 bit differences cause a lot of
382 problems. Part of
383
384 Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
385 From: Jens Hamisch <jens@Strawberry.COM>
386 Date: Tue, 17 Oct 2000 08:39:36 +0200
387 Message-Id: <20001017083936.A11104@Strawberry.COM>
388 Branch: perl
389 ! doio.c pp_sys.c
390____________________________________________________________________________
391[ 7377] By: jhi on 2000/10/20 12:37:12
392 Log: Subject: [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
393 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
394 Date: Fri, 20 Oct 2000 08:26:04 EDT
395 Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
396 Branch: perl
397 ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
398____________________________________________________________________________
399[ 7376] By: jhi on 2000/10/20 12:35:31
400 Log: Subject: [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
401 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
402 Date: Fri, 20 Oct 2000 07:48:15 EDT
403 Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
404 Branch: perl
405 ! configure.com vms/gen_shrfls.pl
406____________________________________________________________________________
407[ 7374] By: jhi on 2000/10/20 00:59:48
408 Log: In the latest compiler builds cccdlflags must not become -fpic,
409 from Wilfredo Sánchez.
410 Branch: perl
411 ! hints/darwin.sh
412____________________________________________________________________________
413[ 7373] By: jhi on 2000/10/20 00:56:35
414 Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
415 From: Tony Cook <tony@develop-help.com>
416 Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
417 Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
418 Branch: perl
419 ! pod/perlop.pod
420____________________________________________________________________________
421[ 7372] By: jhi on 2000/10/19 19:34:40
422 Log: Typo noted by Mark Lutz.
423 Branch: perl
424 ! t/op/64bitint.t
425____________________________________________________________________________
426[ 7370] By: jhi on 2000/10/19 17:18:08
427 Log: Subject: PATCH do_print has 2 PerlIO_error()s
428 From: nick@ccl4.org
429 Date: Thu, 19 Oct 2000 18:09:20 +0100
430 Message-ID: <20001019180920.A8440@babyhippo.co.uk>
431 Branch: perl
432 ! doio.c
433____________________________________________________________________________
434[ 7369] By: jhi on 2000/10/19 14:01:49
435 Log: Update Changes.
436 Branch: perl
437 ! Changes patchlevel.h
438____________________________________________________________________________
23c0d66e
JH
439[ 7368] By: jhi on 2000/10/19 13:04:29
440 Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
441 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
442 Date: Wed, 18 Oct 2000 13:12:01 +0200
443 Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
444 Branch: perl
445 ! hints/aix.sh
446____________________________________________________________________________
447[ 7367] By: jhi on 2000/10/19 02:22:40
448 Log: Fix of sorts for bug id 20000901.092. There seems to be no trace
449 of a 'pmshort' anywhere in the B, so the offending line was simply
450 removed.
451 Branch: perl
452 ! ext/B/B/Debug.pm
453____________________________________________________________________________
454[ 7366] By: jhi on 2000/10/19 02:12:37
455 Log: Add the test case for the bug id 20000730.004 which seems
456 to have been fixed by now.
457 Branch: perl
458 ! t/pragma/utf8.t
459____________________________________________________________________________
460[ 7365] By: jhi on 2000/10/18 23:36:24
461 Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH>
462 From: Hugo <hv@crypt.compulink.co.uk>
463 Date: Wed, 18 Oct 2000 23:25:58 +0100
464 Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
465 Branch: perl
466 ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
467____________________________________________________________________________
468[ 7364] By: jhi on 2000/10/18 21:12:53
469 Log: (retracted)
470 Branch: perl
471 ! pp.c
472____________________________________________________________________________
473[ 7363] By: jhi on 2000/10/18 20:55:38
474 Log: Missing change from #7362.
475 Branch: perl
476 ! win32/perlhost.h
477____________________________________________________________________________
478[ 7362] By: jhi on 2000/10/18 20:52:01
479 Log: Borland C fstat() never saw the fd as writable.
480
481 Subject: fix for Borland's weak "stat" (perl@7211)
482 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
483 Date: Mon, 16 Oct 2000 09:55:03 +0400
484 Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
485 Branch: perl
486 ! win32/win32.c
487____________________________________________________________________________
488[ 7361] By: jhi on 2000/10/18 17:43:50
489 Log: Regen toc.
490 Branch: perl
491 ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
492____________________________________________________________________________
493[ 7360] By: jhi on 2000/10/18 17:07:44
494 Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
495 Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
496 Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
497 Date: Mon, 16 Oct 2000 15:19:49 +0200
498 Branch: perl
499 + README.aix
500 ! MANIFEST
501____________________________________________________________________________
502[ 7359] By: jhi on 2000/10/18 17:04:49
503 Log: Subject: Pod patch for Devel::Peek
504 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
505 Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
506 Date: Mon, 16 Oct 2000 12:26:34 +0200
507 Branch: perl
508 ! ext/Devel/Peek/Peek.pm
509____________________________________________________________________________
510[ 7358] By: jhi on 2000/10/18 17:03:15
511 Log: Make Cwd more bulletproof in chrooted environments.
512
513 Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
514 From: "Eric E. Coe" <Eric.Coe@oracle.com>
515 Date: Wed, 18 Oct 2000 04:03:54 -0400
516 Message-Id: <39ED596A.70E599FE@oracle.com>
517 Branch: perl
518 ! lib/Cwd.pm
519____________________________________________________________________________
520[ 7357] By: jhi on 2000/10/18 16:37:26
521 Log: Disable the UTF8 downgrade croakage for now to avoid
522 too many not okay messages.
523 Branch: perl
524 ! doio.c
525____________________________________________________________________________
526[ 7356] By: jhi on 2000/10/17 23:29:41
527 Log: Show the failed remote port, instead of the failing line number.
528
529 Subject: [PATCH 5.6.1 Debugger] More diagnostics
530 From: David Sparks <daves@ActiveState.com>
531 Date: Tue, 17 Oct 2000 15:00:24 -0700
532 Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
533 Branch: perl
534 ! lib/perl5db.pl
535____________________________________________________________________________
536[ 7355] By: jhi on 2000/10/17 14:11:31
537 Log: On output try to downgrade to bytes, croak if impossible,
538 from Simon Cozens. This means that outputting >255 UTF8
539 is impossible. Consider this as a strong incentive to get
540 the I/O disciplines implemented.
541 Branch: perl
542 ! doio.c pod/perldiag.pod sv.c
543____________________________________________________________________________
544[ 7354] By: jhi on 2000/10/17 13:42:23
545 Log: Clarify documentation on 'use bytes'.
546
547 Subject: Re: What does 'use bytes' "mean" ?
548 From: Simon Cozens <simon@cozens.net>
549 Date: Mon, 18 Sep 2000 18:24:25 +0100
550 Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
551 Branch: perl
552 ! lib/bytes.pm
553____________________________________________________________________________
554[ 7353] By: jhi on 2000/10/17 13:28:12
555 Log: Workaround for a sfio bug where the stream error indicator
556 is not cleared as documented.
557
558 Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
559 From: Nicholas Clark <nick@ccl4.org>
560 Date: Mon, 16 Oct 2000 18:28:23 +0100
561 Message-ID: <20001016182823.J19700@plum.flirble.org>
562 Branch: perl
563 ! doio.c
564____________________________________________________________________________
565[ 7352] By: jhi on 2000/10/17 13:06:19
566 Log: More IoTYPE sprinkling.
567 Branch: perl
568 ! doio.c pp_hot.c
569____________________________________________________________________________
570[ 7351] By: jhi on 2000/10/16 22:47:07
571 Log: Detect early whether the std streams have gone bad.
572
573 Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
574 Date: Mon, 16 Oct 2000 23:28:42 +0100
575 From: Nicholas Clark <nick@ccl4.org>
576 Message-ID: <20001016232842.A37942@plum.flirble.org>
577 Branch: perl
578 ! t/op/misc.t
579____________________________________________________________________________
580[ 7350] By: jhi on 2000/10/16 22:45:16
581 Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
582 From: "Peter J. Farley III" <pjfarley@banet.net>
583 Date: Mon, 16 Oct 2000 18:15:59 -0400
584 Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
585 Branch: perl
586 ! djgpp/djgpp.c dosish.h t/io/open.t
587____________________________________________________________________________
588[ 7349] By: jhi on 2000/10/16 22:36:45
589 Log: perldelta tweak.
590 Branch: perl
591 ! pod/perldelta.pod
592____________________________________________________________________________
593[ 7348] By: jhi on 2000/10/16 15:17:53
594 Log: Update Changes.
595 Branch: perl
596 ! Changes patchlevel.h
597____________________________________________________________________________
a4abfbda
JH
598[ 7347] By: jhi on 2000/10/16 13:55:27
599 Log: Add the capability to include/exclude branches.
600 Branch: perl
601 ! Porting/genlog
602____________________________________________________________________________
603[ 7346] By: jhi on 2000/10/16 13:18:04
604 Log: Add Charles Lane.
605 Branch: perl
606 ! AUTHORS Changes
607____________________________________________________________________________
608[ 7345] By: jhi on 2000/10/16 13:13:21
609 Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
610 Branch: perl
611 ! pod/perldelta.pod
612____________________________________________________________________________
613[ 7244] By: jhi on 2000/10/16 02:29:54
614 Log: Subject: $Carp::ExportLevel confusion in Exporter
615 From: "Ben Tilly" <ben_tilly@hotmail.com>
616 Date: Sat, 14 Oct 2000 16:44:34 EDT
617 Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
618 Branch: perl
619 ! lib/Exporter/Heavy.pm
620____________________________________________________________________________
621[ 7243] By: jhi on 2000/10/16 02:28:33
622 Log: Subject: [PATCH perlguts.pod] Document offset hack
623 From: Simon Cozens <simon@cozens.net>
624 Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
625 Date: Sat, 14 Oct 2000 19:32:25 +0100
626 Branch: perl
627 ! pod/perlguts.pod
628____________________________________________________________________________
629[ 7241] By: jhi on 2000/10/16 02:22:44
630 Log: Subject: small pod patch
631 From: Dan Boorstein <dan_boo@bellsouth.net>
632 Date: Sat, 14 Oct 2000 14:29:24 -0400
633 Message-ID: <39E8A604.B501DB4F@bellsouth.net>
634 Branch: perl
635 ! pod/perlfaq7.pod pod/perlmod.pod
636____________________________________________________________________________
637[ 7240] By: jhi on 2000/10/16 02:13:46
638 Log: -w cleanup.
639
640 Subject: Re: Problems with bleadperl
641 From: "Stephen P. Potter" <spp@ds.net>
642 Date: Fri, 13 Oct 2000 13:32:49 -0400
643 Message-Id: <200010131732.NAA19391@spp.users.ds.net>
644 Branch: perl
645 ! t/pragma/overload.t
646____________________________________________________________________________
647[ 7239] By: jhi on 2000/10/16 01:41:18
648 Log: One more ~utf8 tweak.
649 Branch: perl
650 ! t/op/bop.t
651____________________________________________________________________________
652[ 7238] By: jhi on 2000/10/16 01:34:14
653 Log: Tweak the test of #7235.
654 Branch: perl
655 ! t/op/bop.t
656____________________________________________________________________________
657[ 7237] By: jhi on 2000/10/16 01:25:04
658 Log: Fix a couple of compiler-noted nits in #7235.
659 Branch: perl
660 ! pp.c
661____________________________________________________________________________
662[ 7236] By: jhi on 2000/10/16 01:22:46
663 Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
664 Branch: perl
665 ! pp.c pp_hot.c
666____________________________________________________________________________
667[ 7235] By: jhi on 2000/10/15 16:24:44
668 Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
669
670 From: Simon Cozens <simon@cozens.net>
671 Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
672 Date: Sat, 14 Oct 2000 20:52:13 +0100
673 Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
674 Branch: perl
675 ! pp.c t/op/bop.t utf8.h
676____________________________________________________________________________
677[ 7234] By: jhi on 2000/10/15 15:19:29
678 Log: split() utf8 fixes. Should fix both 20001014.001 and 20000426.003.
679 The problem was that rx->minlen was in chars while pp_split()
680 thought it would be in bytes.
681 Branch: perl
682 ! pp.c t/pragma/utf8.t
683____________________________________________________________________________
684[ 7233] By: jhi on 2000/10/14 20:24:24
685 Log: Document FNCASE=y as discussed in the bug 20000902.009.
686 Branch: perl
687 ! README.dos
688____________________________________________________________________________
689[ 7232] By: jhi on 2000/10/14 18:52:21
690 Log: Add test for bug id 20000427.003 (which seems to have
691 been fixed) (also duplicate as 20000427.004, though
692 with a higher severity). Move one utf8 from op/append
693 to pragma/utf8, tag the tests with bug ids.
694 Branch: perl
695 ! t/op/append.t t/pragma/utf8.t
696____________________________________________________________________________
697[ 7231] By: jhi on 2000/10/14 17:28:37
698 Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
699 Branch: perl
700 ! t/pragma/utf8.t
701____________________________________________________________________________
702[ 7229] By: jhi on 2000/10/14 00:49:22
703 Log: Update Changes.
704 Branch: perl
705 ! Changes patchlevel.h
706____________________________________________________________________________
0835f758
JH
707[ 7228] By: jhi on 2000/10/14 00:46:10
708 Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
709 From: Peter Prymmer <pvhp@forte.com>
710 Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
711 Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
712 Branch: perl
713 ! lib/utf8.pm
714____________________________________________________________________________
715[ 7227] By: jhi on 2000/10/13 23:20:30
716 Log: Make the test acknowledge that self-ties are disabled as #7213 said.
717 Branch: perl
718 ! t/op/tie.t
719____________________________________________________________________________
720[ 7226] By: jhi on 2000/10/13 22:14:32
721 Log: Tweak #7225.
722
723 Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
724 From: Peter Prymmer <pvhp@forte.com>
725 Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
726 Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
727 Branch: perl
728 ! t/op/sprintf.t
729____________________________________________________________________________
730[ 7225] By: jhi on 2000/10/13 22:11:31
731 Log: op/sprintf.t patch for OS/390 (and any other host with limited
732 floating-point exponent length)
733
734 Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
735 From: Dominic Dunlop <domo@computer.org>
736 Date: Fri, 13 Oct 2000 19:17:57 +0200
737 Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
738 Branch: perl
739 ! t/op/sprintf.t
740____________________________________________________________________________
741[ 7224] By: jhi on 2000/10/13 18:40:48
742 Log: Allow @+ and @- to be doublequoted, from Simon Cozens.
743 Branch: perl
744 ! toke.c
745____________________________________________________________________________
746[ 7223] By: jhi on 2000/10/13 18:37:13
747 Log: Thinko in #7222.
748 Branch: perl
749 ! utf8.c
750____________________________________________________________________________
751[ 7222] By: jhi on 2000/10/13 18:05:23
752 Log: Use UTF8SKIP(), from Simon Cozens.
753 Branch: perl
754 ! utf8.c
755____________________________________________________________________________
756[ 7221] By: jhi on 2000/10/13 15:43:19
757 Log: (accidentally empty check-in)
758 Branch: perl
759 ! utf8.c
760____________________________________________________________________________
761[ 7220] By: jhi on 2000/10/13 15:23:51
762 Log: Add (optimistically) Storable to static extensions.
763 Branch: perl
764 ! hints/uwin.sh hints/vmesa.sh
765____________________________________________________________________________
766[ 7219] By: jhi on 2000/10/13 15:20:05
767 Log: Amdahl UTS doesn't seem to do dynaloading.
768 Branch: perl
769 ! hints/uts.sh
770____________________________________________________________________________
771[ 7218] By: jhi on 2000/10/13 15:15:20
772 Log: Slight tweak of the code to appease Amdahl UTS cc.
773 Branch: perl
774 ! pp.c
775____________________________________________________________________________
776[ 7217] By: jhi on 2000/10/13 14:50:42
777 Log: In Amdahl UTS "struct sv" is defined by a system header,
778 <ksync.h>.
779 Branch: perl
780 ! perl.h sv.h
781____________________________________________________________________________
782[ 7216] By: jhi on 2000/10/13 11:58:25
783 Log: Ilya implemented the memory profiling API.
784 Branch: perl
785 ! Todo
786____________________________________________________________________________
787[ 7215] By: jhi on 2000/10/13 02:56:38
788 Log: Subject: [PATCH 5.7.0] Perl API for mstats
789 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
790 Date: Thu, 12 Oct 2000 22:52:40 -0400
791 Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
792 Branch: perl
793 ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
794____________________________________________________________________________
795[ 7214] By: jhi on 2000/10/13 02:55:38
796 Log: Subject: [PATCH 5.7.0] IVs in mtats
797 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
798 Date: Thu, 12 Oct 2000 22:51:04 -0400
799 Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
800 Branch: perl
801 ! malloc.c perl.h
802____________________________________________________________________________
803[ 7213] By: jhi on 2000/10/13 02:31:47
804 Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
805 Branch: perl
806 ! pod/perldiag.pod pp_sys.c
807____________________________________________________________________________
808[ 7212] By: jhi on 2000/10/13 01:27:38
809 Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
810 From: Peter Prymmer <pvhp@forte.com>
811 Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
812 Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
813 Branch: perl
814 ! t/op/oct.t
815____________________________________________________________________________
816[ 7211] By: jhi on 2000/10/13 00:35:09
817 Log: Update Changes.
818 Branch: perl
819 ! Changes patchlevel.h
820____________________________________________________________________________
9b10d7ba
JH
821[ 7210] By: jhi on 2000/10/12 23:59:40
822 Log: The Install.pm third of
823
824 Subject: Proposed patches, Install.pm getopts.pl termcap.pl
825 From: Bill Campbell <bill@celestial.com>
826 Message-ID: <20001005180451.A22029@kstarr.celestial.com>
827 Date: Thu, 5 Oct 2000 18:04:51 -0700
828 Branch: perl
829 ! lib/ExtUtils/Install.pm
830____________________________________________________________________________
831[ 7209] By: jhi on 2000/10/12 23:58:43
832 Log: Two thirds of
833
834 Subject: Proposed patches, Install.pm getopts.pl termcap.pl
835 Date: Thu, 5 Oct 2000 18:04:51 -0700
836 From: Bill Campbell <bill@celestial.com>
837 Message-ID: <20001005180451.A22029@kstarr.celestial.com>
838
839 The Install.pm changes will be submitted separately because
840 they need some work and discussion still.
841 Branch: perl
842 ! lib/getopts.pl lib/termcap.pl
843____________________________________________________________________________
844[ 7208] By: jhi on 2000/10/12 23:41:19
845 Log: Subject: [PATCH] 5.6.0 & 5.7.1, VMS fixes
846 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
847 Date: Thu, 12 Oct 2000 07:30:02 EDT
848 Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
849 Branch: perl
850 ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
851 ! t/pod/testp2pt.pl vms/gen_shrfls.pl
852____________________________________________________________________________
853[ 7207] By: jhi on 2000/10/12 23:39:01
854 Log: An updated EBCDIC tr patch.
855
856 Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
857 From: Peter Prymmer <pvhp@forte.com>
858 Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
859 Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
860 Branch: perl
861 ! t/op/tr.t
862____________________________________________________________________________
863[ 7206] By: jhi on 2000/10/12 23:34:55
864 Log: Upgrade to CPAN 1.58, from Andreas König.
865 Branch: perl
866 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
867____________________________________________________________________________
868[ 7205] By: jhi on 2000/10/12 23:29:08
869 Log: Introduce the man[24-8] variables, from Andy Dougherty.
870 Branch: metaconfig/U/perl
871 + mandirs.U mandirstyle.U
872 Branch: perl
873 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
874 ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
875 ! vos/config.h vos/config.pl vos/config_h.SH_orig
876 ! win32/config.bc win32/config.gc win32/config.vc
877____________________________________________________________________________
878[ 7204] By: gsar on 2000/10/12 18:11:24
879 Log: restore change#7202
880 Branch: perl
881 ! mg.c
882____________________________________________________________________________
883[ 7203] By: gsar on 2000/10/12 18:09:40
884 Log: another test of the Emergency Broadcast System--back out
885 change#7202
886 Branch: perl
887 ! mg.c
888____________________________________________________________________________
889[ 7202] By: gsar on 2000/10/12 16:40:47
890 Log: (submitted on behalf of Jarkko)
891 Fix the lib/encode.t subtest 6 failure as reported by Andreas
892 Koenig, gmagical substr() wasn't propagating UTF8ness. The bug
893 was unearthed by change 7182, as was a bug in HTML::Entities.
894 Branch: perl
895 ! mg.c
896____________________________________________________________________________
897[ 7201] By: jhi on 2000/10/11 03:16:05
898 Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
899 Branch: perl
900 ! pp_hot.c t/pragma/utf8.t
901____________________________________________________________________________
902[ 7200] By: jhi on 2000/10/11 00:40:30
903 Log: The #7198 was a false alarm.
904 Branch: perl
905 ! pp_hot.c
906____________________________________________________________________________
907[ 7199] By: jhi on 2000/10/11 00:26:04
908 Log: Remove duplicated code.
909 Branch: perl
910 ! t/lib/cgi-html.t
911____________________________________________________________________________
912[ 7198] By: jhi on 2000/10/10 23:30:46
913 Log: (Retracted by #7200.)
914 Branch: perl
915 ! pp_hot.c
916____________________________________________________________________________
917[ 7197] By: jhi on 2000/10/10 21:49:30
918 Log: Add the test case for #7190, from the original bug report
919 by Andreas König.
920 Branch: perl
921 ! t/pragma/utf8.t
922____________________________________________________________________________
923[ 7196] By: jhi on 2000/10/10 21:40:49
924 Log: Reapply Andy's patch and regen Configure.
925 Branch: perl
926 ! Configure INSTALL Makefile.SH Porting/Glossary
927 ! Porting/config.sh config_h.SH epoc/config.sh installperl
928 ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
929 ! win32/config.vc
930____________________________________________________________________________
931[ 7195] By: jhi on 2000/10/10 21:09:30
932 Log: Use the versiononly instead of the installscripts,
933 retract the changes 7146 and 7147.
934 Branch: perl
935 ! Configure INSTALL Makefile.SH Porting/Glossary
936 ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
937 ! installperl uconfig.sh vos/config.def win32/config.bc
938 ! win32/config.gc win32/config.vc
939____________________________________________________________________________
940[ 7194] By: jhi on 2000/10/10 21:06:15
941 Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
942 From: Peter Prymmer <pvhp@forte.com>
943 Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
944 Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
945 Branch: perl
946 ! t/op/ver.t
947____________________________________________________________________________
948[ 7193] By: jhi on 2000/10/10 21:05:12
949 Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
950 From: Peter Prymmer <pvhp@forte.com>
951 Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
952 Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
953 Branch: perl
954 ! t/op/tr.t
955____________________________________________________________________________
956[ 7192] By: jhi on 2000/10/10 20:57:30
957 Log: Add versiononly, delete installscripts, from Andy Dougherty.
958 Branch: metaconfig
959 - U/installdirs/installscripts.U
960 Branch: metaconfig/U/perl
961 + versiononly.U
962____________________________________________________________________________
963[ 7191] By: jhi on 2000/10/10 19:41:21
964 Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
965 From: Peter Prymmer <pvhp@forte.com>
966 Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
967 Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
968 Branch: perl
969 ! pod/perlebcdic.pod
970____________________________________________________________________________
971[ 7190] By: jhi on 2000/10/10 19:26:14
972 Log: Subject: Re: utf8 concat, mg_get
973 From: Simon Cozens <simon@cozens.net>
974 Date: Tue, 10 Oct 2000 17:40:17 +0100
975 Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
976 Branch: perl
977 ! pp_hot.c
978____________________________________________________________________________
979[ 7189] By: jhi on 2000/10/10 19:23:03
980 Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
981 From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
982 Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
983 Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
984 Branch: perl
985 ! lib/ExtUtils/MM_Unix.pm
986____________________________________________________________________________
987[ 7188] By: jhi on 2000/10/10 15:31:24
988 Log: Subject: RE: [ID 19990803.001] README.win32 suggestions
989 From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
990 Date: Fri, 14 Jul 2000 10:47:36 +0100
991 Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
992 Branch: perl
993 ! README.win32
994____________________________________________________________________________
995[ 7187] By: jhi on 2000/10/10 13:30:10
996 Log: Quote the temp file name, needed in Win32 because the
997 default name unfortunately contains spaces, shouldn't
998 hurt elsewhere.
999
1000 Subject: FW: perldoc fails if $TEMP contains spaces
1001 From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
1002 Date: Thu, 14 Sep 2000 08:58:45 +0100
1003 Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
1004 Branch: perl
1005 ! utils/perldoc.PL
1006____________________________________________________________________________
1007[ 7186] By: jhi on 2000/10/10 13:16:27
1008 Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread
1009 From: hv@hugo.hybyte.com
1010 Date: Tue, 10 Oct 2000 14:10:20 +0100
1011 Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
1012 Branch: perl
1013 ! t/lib/thr5005.t util.c
1014____________________________________________________________________________
1015[ 7185] By: jhi on 2000/10/10 12:06:22
1016 Log: Upgrade to podlators 1.04, from Russ Allbery.
1017 Branch: perl
1018 ! lib/Pod/Man.pm lib/Pod/Text.pm
1019____________________________________________________________________________
1020[ 7184] By: jhi on 2000/10/10 12:01:32
1021 Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
1022 Branch: perl
1023 ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
1024____________________________________________________________________________
1025[ 7183] By: jhi on 2000/10/09 23:47:15
1026 Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
1027 From: Peter Prymmer <pvhp@forte.com>
1028 Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
1029 Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
1030 Branch: perl
1031 ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
1032____________________________________________________________________________
1033[ 7182] By: jhi on 2000/10/09 23:43:16
1034 Log: Make eq work again with utf8 (disabling the upgrading
1035 should no more be necessary since the copies of the
1036 scalars are upgraded, not the scalars themselves).
1037 Takes care of ID 20001009.001. (The claimed length()
1038 bug in 20001009.001 seems bogus to me.)
1039 Branch: perl
1040 ! sv.c t/pragma/utf8.t
1041____________________________________________________________________________
1042[ 7181] By: gsar on 2000/10/09 19:41:54
1043 Log: tweak for change#7173
1044 Branch: perl
1045 ! win32/win32sck.c
1046____________________________________________________________________________
1047[ 7180] By: gsar on 2000/10/09 19:26:56
1048 Log: on Windows, clean targets might not work under some flavors of the shell
1049 Branch: perl
1050 ! win32/Makefile win32/makefile.mk
1051____________________________________________________________________________
1052[ 7179] By: jhi on 2000/10/09 19:21:02
1053 Log: Update Changes.
1054 Branch: perl
1055 ! Changes patchlevel.h
1056____________________________________________________________________________
3a3d8f3c
JH
1057[ 7178] By: jhi on 2000/10/09 19:18:23
1058 Log: Warn about unknown scripts.
1059
1060 Subject: Re: ideas? patches? [PATCH bleadperl]
1061 From: Dominic Dunlop <domo@computer.org>
1062 Date: Mon, 9 Oct 2000 14:57:17 +0200
1063 Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
1064 Branch: perl
1065 ! lib/charnames.pm
1066____________________________________________________________________________
1067[ 7177] By: jhi on 2000/10/09 19:13:27
1068 Log: Change #7160 had a nasty typo.
1069 Branch: metaconfig
1070 ! U/compline/Compile.U
1071 Branch: perl
1072 ! Configure config_h.SH
1073____________________________________________________________________________
1074[ 7176] By: gsar on 2000/10/09 18:59:33
1075 Log: pod nit
1076 Branch: perl
1077 ! pod/perlport.pod
1078____________________________________________________________________________
1079[ 7175] By: gsar on 2000/10/09 18:54:28
1080 Log: Windows9x doesn't support link(), despite what Config.pm
1081 might think
1082 Branch: perl
1083 ! lib/ExtUtils/Manifest.pm
1084____________________________________________________________________________
1085[ 7174] By: gsar on 2000/10/09 18:50:03
1086 Log: avoid nonportable example code
1087 Branch: perl
1088 ! lib/File/Copy.pm
1089____________________________________________________________________________
1090[ 7173] By: gsar on 2000/10/09 18:46:54
1091 Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
1092 being used) when closing a socket handle
1093 Branch: perl
1094 ! win32/win32.c win32/win32.h win32/win32sck.c
1095____________________________________________________________________________
1096[ 7172] By: gsar on 2000/10/09 18:41:40
1097 Log: on Windows, cwd strings in the environment should be of the
1098 form =X:=X:\foo instead of =X=X:\foo\
1099 Branch: perl
1100 ! win32/vdir.h
1101____________________________________________________________________________
1102[ 7171] By: gsar on 2000/10/09 18:30:09
1103 Log: on Windows, LoadLibrary() could load an extension DLL multiple
1104 times if forward slashes are used in the path
1105 Branch: perl
1106 ! win32/win32.c
1107____________________________________________________________________________
1108[ 7170] By: jhi on 2000/10/09 17:53:59
1109 Log: Add a todo note about overloadable assertions.
1110 Branch: perl
1111 ! Todo-5.6
1112____________________________________________________________________________
1113[ 7169] By: jhi on 2000/10/09 13:43:45
1114 Log: Subject: PATCH 5.6 perldebguts grammar cleanup
1115 From: mjd@plover.com
1116 Date: 9 Oct 2000 00:24:44 -0000
1117 Message-ID: <20001009002444.10616.qmail@plover.com>
1118 Branch: perl
1119 ! pod/perldebguts.pod
1120____________________________________________________________________________
1121[ 7168] By: nick on 2000/10/08 13:16:33
1122 Log: Tables assume network byte order for 16 bit forms, so 'S' packing
1123 is not right thing to do on (e.g. x86). Network order is also "right" for
1124 X fonts.
1125 Branch: perl
1126 ! ext/Encode/Encode.pm
1127____________________________________________________________________________
1128[ 7167] By: nick on 2000/10/08 12:54:42
1129 Log: Make "encodings" work post-install when Encode/*.enc files may not
1130 be in same directory as Encode.pm
1131 Branch: perl
1132 ! ext/Encode/Encode.pm
1133____________________________________________________________________________
1134[ 7166] By: nick on 2000/10/08 11:51:26
1135 Log: Work round the fact that $hash->{$key} does not take into account
1136 UTF8'ness of $key yet. Thus fromUnicode needs to do $hash->{chr(ord($ch))}
1137 so that key is always in the "expected" encoding - i.e. same way we put
1138 it in the hash.
1139 Branch: perl
1140 ! ext/Encode/Encode.pm
1141____________________________________________________________________________
1142[ 7165] By: gsar on 2000/10/08 04:15:29
1143 Log: save_re_context() could reset PL_curcop to freed memory, causing core
1144 dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
1145 Branch: perl
1146 ! pp_ctl.c
1147____________________________________________________________________________
1148[ 7164] By: jhi on 2000/10/06 20:51:48
1149 Log: UTF8ize split() so that the cloned substrings get the UTF8
1150 flag of the original scalar. Problem reported by Simon Cozens.
1151 Branch: perl
1152 ! pp.c t/pragma/utf8.t
1153____________________________________________________________________________
1154[ 7163] By: nick on 2000/10/06 20:48:34
1155 Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
1156 got a false +ve and so did not reach code which would have un-FAKEd the SV.
1157 Branch: perl
1158 ! sv.c
1159____________________________________________________________________________
1160[ 7162] By: nick on 2000/10/06 20:25:37
1161 Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
1162 To fix (sort {$a <=> $b} keys %hash) in particular but
1163 should cover a number of other as-yet-unknown cases as well.
1164 Branch: perl
1165 ! sv.c
1166____________________________________________________________________________
1167[ 7161] By: jhi on 2000/10/06 19:56:18
1168 Log: Change the version number of Tie::Handle in the core to 4.0,
1169 the (unrelated) Tie::Handle in CPAN will remain at 3.0.
1170
1171 Subject: Note on Tie::Handle
1172 From: andreas.koenig@anima.de (Andreas J. Koenig)
1173 Date: 06 Oct 2000 21:48:58 +0200
1174 Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
1175 Branch: perl
1176 ! lib/Tie/Handle.pm
1177____________________________________________________________________________
1178[ 7160] By: jhi on 2000/10/06 18:20:35
1179 Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
1180 as the first option of cc/ld because of ultrapicky compilers
1181 (e.g. OS/390 R2.5)
1182 Branch: metaconfig
1183 + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
1184 ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
1185 ! U/compline/orderlib.U U/modified/Cppsym.U
1186 ! U/modified/d_access.U
1187 Branch: metaconfig/U/perl
1188 ! Checkcc.U d_dlsymun.U gccvers.U
1189 Branch: perl
1190 ! Configure config_h.SH
1191____________________________________________________________________________
1192[ 7159] By: jhi on 2000/10/06 13:56:39
1193 Log: Update Changes.
1194 Branch: perl
1195 ! Changes patchlevel.h
1196____________________________________________________________________________
db9f7605
JH
1197[ 7158] By: jhi on 2000/10/06 12:48:40
1198 Log: Eliminate $Is_VMS code from the test.
1199
1200 Subject: Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
1201 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
1202 Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
1203 Date: Thu, 5 Oct 2000 07:46:33 EDT
1204 Branch: perl
1205 ! t/lib/b.t
1206____________________________________________________________________________
1207[ 7157] By: jhi on 2000/10/06 12:47:13
1208 Log: Also the $ccflags is needed for the C compiler check.
1209
1210 Subject: Configure (check for C-compiler)
1211 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1212 Date: Fri, 06 Oct 2000 08:47:15 +0200
1213 Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
1214 Branch: metaconfig/U/perl
1215 ! Checkcc.U
1216 Branch: perl
1217 ! Configure config_h.SH
1218____________________________________________________________________________
1219[ 7156] By: jhi on 2000/10/06 11:45:15
1220 Log: The HINT_BYTE patch is apparently unnecessary, retracted.
1221 Branch: perl
1222 ! perl.c pp_ctl.c sv.h utf8.c
1223____________________________________________________________________________
1224[ 7155] By: jhi on 2000/10/06 11:40:41
1225 Log: IO::Handle->syswrite() did not handle length omission
1226 like CORE::syswrite() does.
1227
1228 Subject: [Fwd] IO::Handle, syswrite and arguments
1229 From: Graham Barr <gbarr@pobox.com>
1230 Date: Fri, 6 Oct 2000 10:22:05 +0100
1231 Message-ID: <20001006102205.U6312@pobox.com>
1232
1233 The original patch from andrew@ugh.net.au.
1234 Branch: perl
1235 ! ext/IO/lib/IO/Handle.pm
1236____________________________________________________________________________
1237[ 7154] By: jhi on 2000/10/06 01:42:15
1238 Log: Tweak #7153.
1239 Branch: perl
1240 ! utf8.h
1241____________________________________________________________________________
1242[ 7153] By: jhi on 2000/10/06 00:39:55
1243 Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
1244 Branch: perl
1245 ! utf8.h
1246____________________________________________________________________________
1247[ 7152] By: jhi on 2000/10/06 00:38:11
1248 Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
1249 Branch: perl
1250 ! perl.c pp_ctl.c sv.h utf8.c
1251____________________________________________________________________________
1252[ 7151] By: jhi on 2000/10/06 00:36:38
1253 Log: Subject: Re: Questions about Tie::Array and perl modules
1254 From: Nick Ing-Simmons <nik@tiuk.ti.com>
1255 Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
1256 Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
1257
1258 Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
1259 Branch: perl
1260 ! lib/Tie/Array.pm t/op/array.t
1261____________________________________________________________________________
1262[ 7150] By: jhi on 2000/10/05 00:20:45
1263 Log: Regen Changes.
1264 Branch: perl
1265 ! Changes patchlevel.h
1266____________________________________________________________________________
8511762d
JH
1267[ 7149] By: jhi on 2000/10/05 00:20:01
1268 Log: Regen toc.
1269 Branch: perl
1270 ! pod/perltoc.pod
1271____________________________________________________________________________
1272[ 7148] By: jhi on 2000/10/04 23:35:08
1273 Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
1274 reported several times by Dominic Dunlop, for example in
1275 ID 20000315.008. Patch from Dominic. Patch affects at
1276 least MachTen, and possibly other oldish BSDs. Should not
1277 break non-broken platforms (tested on LinuxPPC).
1278 Branch: perl
1279 ! doio.c
1280____________________________________________________________________________
1281[ 7147] By: jhi on 2000/10/04 23:26:34
1282 Log: The one that got away from 7146.
1283 Branch: metaconfig
1284 + U/installdirs/installscripts.U
1285____________________________________________________________________________
1286[ 7146] By: jhi on 2000/10/04 23:25:04
1287 Log: Enable disabling scripts installation by Configure -Uinstallscripts,
1288 suggested by H. Merijn Brand.
1289 Branch: perl
1290 ! Configure INSTALL Makefile.SH Porting/Glossary
1291 ! Porting/config.sh Porting/config_H epoc/config.sh installperl
1292 ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
1293 ! win32/config.vc
1294____________________________________________________________________________
1295[ 7145] By: jhi on 2000/10/04 22:08:21
1296 Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
1297 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1298 Date: Wed, 4 Oct 2000 17:37:46 -0400
1299 Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
1300 Branch: perl
1301 ! utils/h2xs.PL
1302____________________________________________________________________________
1303[ 7144] By: jhi on 2000/10/04 18:11:41
1304 Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
1305 From: Jeff Pinyan <jeffp@crusoe.net>
1306 Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
1307 Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
1308 Branch: perl
1309 ! pod/perlrun.pod
1310____________________________________________________________________________
1311[ 7143] By: jhi on 2000/10/04 18:09:58
1312 Log: Subject: perlhack.pod Patch for Externals Tools
1313 From: Fisher Mark <fisherm@tce.com>
1314 Date: Tue, 3 Oct 2000 15:43:27 -0500
1315 Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
1316 Branch: perl
1317 ! pod/perlhack.pod
1318____________________________________________________________________________
1319[ 7142] By: jhi on 2000/10/04 18:08:41
1320 Log: Subject: [PATCH] 5.6.0 & 5.7.0 VMS TZ fix for VMS6.2 and earlier
1321 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
1322 Date: Wed, 4 Oct 2000 12:11:11 EDT
1323 Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
1324 Branch: perl
1325 ! vms/vms.c
1326____________________________________________________________________________
1327[ 7141] By: jhi on 2000/10/04 12:20:16
1328 Log: Subject: [PATCH 5.7.0] h2xs not working
1329 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1330 Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
1331 Date: Tue, 3 Oct 2000 21:43:01 -0400
1332
1333 Subject: [PATCH 5.7.0] h2xs not documenting the created module
1334 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1335 Date: Tue, 3 Oct 2000 22:55:19 -0400
1336 Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
1337 Branch: perl
1338 ! utils/h2xs.PL
1339____________________________________________________________________________
1340[ 7140] By: jhi on 2000/10/04 11:53:44
1341 Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
1342 From: nick@babyhippo.com
1343 Date: Wed, 4 Oct 2000 12:06:45 +0100
1344 Message-Id: <20001004120645.A7356@babyhippo.com>
1345
1346 Retract 7118 and 7135.
1347 Branch: perl
1348 ! installman installperl op.c t/pragma/subs.t
1349____________________________________________________________________________
1350[ 7139] By: jhi on 2000/10/03 22:09:41
1351 Log: It is possible to have no hosts database at all. Pointed out in
1352
1353 Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
1354 From: Peter Prymmer <pvhp@forte.com>
1355 Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
1356 Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
1357 Branch: metaconfig
1358 ! U/modified/myhostname.U
1359 Branch: perl
1360 ! Configure config_h.SH
1361____________________________________________________________________________
1362[ 7138] By: jhi on 2000/10/03 21:49:49
1363 Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
1364 From: Peter Prymmer <pvhp@forte.com>
1365 Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
1366 Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
1367 Branch: perl
1368 ! pp_sys.c
1369____________________________________________________________________________
1370[ 7137] By: jhi on 2000/10/03 20:10:05
1371 Log: One remaining nit less at the VMS mailbox sizing.
1372 Branch: perl
1373 ! vms/vms.c
1374____________________________________________________________________________
1375[ 7136] By: jhi on 2000/10/03 20:08:47
1376 Log: Test harness update to sync with the new perlcc,
1377 from Simon Cozens.
1378 Branch: perl
1379 ! t/TEST t/UTEST
1380____________________________________________________________________________
1381[ 7135] By: jhi on 2000/10/03 15:15:42
1382 Log: Subject: Re: PATCH for 20001003.004
1383 Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
1384 From: "AARON B. DOSSETT" <aaron@iglou.com>
1385 Message-Id: <E13gTay-0006od-00@iglou.com>
1386 Branch: perl
1387 ! installman installperl
1388____________________________________________________________________________
1389[ 7134] By: jhi on 2000/10/03 15:00:34
1390 Log: Subject: [ID 20001003.006] B::Debug not -w clean
1391 From: Nicholas Clark <nick@babyhippo.co.uk>
1392 Date: Tue, 03 Oct 2000 15:46:32 +0100
1393 Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
1394 Branch: perl
1395 ! ext/B/B/Debug.pm
1396____________________________________________________________________________
1397[ 7133] By: jhi on 2000/10/03 14:58:39
1398 Log: Scale down the VMS message boxes, by Charles Lane.
1399 Fix for ID 20000903.009, workaround at
1400 http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
1401 Branch: perl
1402 ! vms/vms.c
1403____________________________________________________________________________
1404[ 7132] By: jhi on 2000/10/03 11:20:37
1405 Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
1406 Branch: perl
1407 + t/lib/st-lock.t t/lib/st-utf8.t
1408 ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
1409 ! ext/Storable/Storable.xs t/lib/st-recurse.t
1410____________________________________________________________________________
1411[ 7131] By: jhi on 2000/10/03 03:38:23
1412 Log: Encode nits.
1413 Branch: perl
1414 ! MANIFEST Makefile.SH
1415____________________________________________________________________________
1416[ 7130] By: jhi on 2000/10/03 03:31:05
1417 Log: Update Changes.
1418 Branch: perl
1419 ! Changes patchlevel.h
1420____________________________________________________________________________
0f72438a
JH
1421[ 7129] By: jhi on 2000/10/03 02:24:02
1422 Log: Misplaced else.
1423 Branch: metaconfig/U/perl
1424 ! d_strtoll.U
1425 Branch: perl
1426 ! Configure config_h.SH
1427____________________________________________________________________________
1428[ 7128] By: jhi on 2000/10/03 02:08:29
1429 Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
1430 From: sthoenna@efn.org
1431 Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
1432 Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
1433 Branch: metaconfig/U/perl
1434 ! d_strtoll.U
1435 Branch: perl
1436 ! Configure config_h.SH hints/os2.sh os2/os2ish.h
1437____________________________________________________________________________
1438[ 7127] By: jhi on 2000/10/03 01:13:14
1439 Log: Update Changes.
1440 Branch: perl
1441 ! Changes patchlevel.h
1442____________________________________________________________________________
70acb981
JH
1443[ 7126] By: jhi on 2000/10/03 00:57:08
1444 Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
1445 as suggested by Olaf Flebbe and Nick Clark.
1446 Branch: perl
1447 ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
1448____________________________________________________________________________
1449[ 7125] By: jhi on 2000/10/03 00:50:56
1450 Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
1451 From: Nick Clark <nick@plum.flirble.org>
1452 Date: Mon, 2 Oct 2000 11:03:24 +0100
1453 Message-Id: <20001002110324.D20073@plum.flirble.org>
1454 Branch: perl
1455 ! t/lib/encode.t
1456____________________________________________________________________________
1457[ 7124] By: jhi on 2000/10/03 00:34:59
1458 Log: Subject: [PATCH 5.7.0] Epoc update
1459 From: Olaf Flebbe <o.flebbe@gmx.de>
1460 Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
1461 Message-ID: <26423.969484586@www10.gmx.net>
1462 Branch: perl
1463 ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
1464 ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
1465 ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
1466 ! util.c util.h
1467____________________________________________________________________________
1468[ 7123] By: jhi on 2000/10/03 00:30:07
1469 Log: Regen headers.
1470 Branch: perl
1471 ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
1472____________________________________________________________________________
1473[ 7122] By: jhi on 2000/10/03 00:10:48
1474 Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
1475 Branch: perl
1476 ! hints/openbsd.sh
1477____________________________________________________________________________
1478[ 7121] By: jhi on 2000/10/03 00:05:06
1479 Log: Subject: [PATCH pod/perlop.pod] Documentation glitch in magic autoincrement.
1480 From: <abigail@foad.org>
1481 Date: Tue, 26 Sep 2000 13:36:14 -0400
1482 Message-ID: <20000926173614.4356.qmail@foad.org>
1483 Branch: perl
1484 ! pod/perlop.pod
1485____________________________________________________________________________
1486[ 7120] By: jhi on 2000/10/03 00:04:00
1487 Log: Inside require() $^S was always left undefined.
1488
1489 Subject: Re: Tiny 2-byte change to fix debugger's eval bug
1490 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1491 Date: Wed, 27 Sep 2000 18:54:49 -0400
1492 Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
1493 Branch: perl
1494 ! cop.h mg.c pp_ctl.c util.c
1495____________________________________________________________________________
1496[ 7119] By: jhi on 2000/10/03 00:00:16
1497 Log: Subject: [PATCH] DLL not restartabke with threaded perl
1498 From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
1499 Date: Thu, 28 Sep 2000 09:20:46 +0100
1500 Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
1501 Branch: perl
1502 ! perl.c
1503____________________________________________________________________________
1504[ 7118] By: jhi on 2000/10/02 23:59:20
1505 Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
1506 From: Nicholas Clark <nick@ccl4.org>
1507 Date: Thu, 28 Sep 2000 11:52:24 +0100
1508 Message-ID: <20000928115224.D7924@plum.flirble.org>
1509 Branch: perl
1510 ! op.c
1511____________________________________________________________________________
1512[ 7117] By: jhi on 2000/10/02 23:57:51
1513 Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
1514 From: Nicholas Clark <nick@babyhippo.co.uk>
1515 Date: Thu, 28 Sep 2000 12:18:10 +0100
1516 Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
1517
1518 Did not apply cleanly, manual intervention was needed.
1519 Branch: perl
1520 ! ext/B/B/Bytecode.pm utils/perlcc.PL
1521____________________________________________________________________________
1522[ 7116] By: jhi on 2000/10/02 23:50:40
1523 Log: Document the issue (is not a syntax error, kind of)
1524
1525 Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
1526 From: Nicholas Clark <nick@ccl4.org>
1527 Date: Thu, 28 Sep 2000 17:12:42 +0100
1528 Message-ID: <20000928171242.K7924@plum.flirble.org>
1529 Branch: perl
1530 ! pod/perldata.pod
1531____________________________________________________________________________
1532[ 7115] By: jhi on 2000/10/02 23:48:58
1533 Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
1534 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1535 Date: Thu, 28 Sep 2000 21:55:31 -0400
1536 Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
1537 Branch: perl
1538 ! regexec.c
1539____________________________________________________________________________
1540[ 7114] By: jhi on 2000/10/02 23:47:57
1541 Log: Subject: DOC PATCH 5.6.0
1542 From: mjd@plover.com
1543 Date: 30 Sep 2000 06:02:34 -0000
1544 Message-ID: <20000930060234.4559.qmail@plover.com>
1545 Branch: perl
1546 ! pod/perldebguts.pod
1547____________________________________________________________________________
1548[ 7113] By: jhi on 2000/10/02 23:46:43
1549 Log: SOCK_DGRAM and listen() do not mix as reported in
1550
1551 Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
1552 From: Petter Reinholdtsen <pere@hungry.com>
1553 Date: Sun, 1 Oct 2000 10:57:20 +0800
1554 Message-Id: <200010010257.KAA05735@localhost.localdomain>
1555
1556 The patch for 5.7.0+ had to be reengineered, though.
1557 Branch: perl
1558 ! ext/IO/lib/IO/Socket/UNIX.pm
1559____________________________________________________________________________
1560[ 7112] By: jhi on 2000/10/02 23:36:57
1561 Log: Subject: Re: [PATCH 5.005_64 missed]
1562 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1563 Date: Sun, 1 Oct 2000 18:50:10 -0400
1564 Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
1565 Branch: perl
1566 ! pod/perlxs.pod
1567____________________________________________________________________________
1568[ 7111] By: jhi on 2000/10/02 23:35:40
1569 Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug)
1570 From: Radu Greab <radu@netsoft.ro>
1571 Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
1572 Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
1573 Branch: perl
1574 ! op.c opcode.pl t/op/substr.t
1575____________________________________________________________________________
1576[ 7110] By: jhi on 2000/10/02 23:32:38
1577 Log: Subject: [PATCH] Fix aliasing of tied filehandles
1578 From: Daniel Chetlin <daniel@chetlin.com>
1579 Date: Mon, 2 Oct 2000 14:53:27 -0700
1580 Message-ID: <20001002145327.C1617@ilmd>
1581 Branch: perl
1582 ! perl.h pp_hot.c t/op/tiehandle.t
1583____________________________________________________________________________
1584[ 7109] By: jhi on 2000/10/02 23:31:30
1585 Log: s/Robin Parker/Robin Barker/
1586 Branch: perl
1587 ! Changes5.6
1588____________________________________________________________________________
1589[ 7108] By: jhi on 2000/10/02 23:15:46
1590 Log: Retract #7091 as suggested in
1591
1592 From: Robin Barker <rmb1@cise.npl.co.uk>
1593 Subject: [PATCH-R] was Re: SuSE's gcc-2.95.2 and //depot/perl
1594 Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
1595 Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
1596 Branch: perl
1597 ! embed.pl proto.h
1598____________________________________________________________________________
1599[ 7107] By: nick on 2000/10/02 18:23:14
1600 Log: A few tweaks to get Tk803 to work with Encode scheme.
1601 Branch: perl
1602 ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
1603____________________________________________________________________________
1604[ 7106] By: nick on 2000/10/01 21:34:14
1605 Log: Add checking cases to Encode's toUnicode and fromUnicode.
1606 Branch: perl
1607 ! ext/Encode/Encode.pm
1608____________________________________________________________________________
1609[ 7105] By: nick on 2000/10/01 17:18:01
1610 Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
1611 To read and use them.
1612 Add a lib/encode.t which checks a few things.
1613 Branch: perl
1614 + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
1615 + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
1616 + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
1617 + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
1618 + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
1619 + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
1620 + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
1621 + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
1622 + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
1623 + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
1624 + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
1625 + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
1626 + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
1627 + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
1628 + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
1629 + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
1630 + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
1631 + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
1632 + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
1633 + ext/Encode/Encode/iso2022-jp.enc
1634 + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
1635 + ext/Encode/Encode/iso8859-1.enc
1636 + ext/Encode/Encode/iso8859-2.enc
1637 + ext/Encode/Encode/iso8859-3.enc
1638 + ext/Encode/Encode/iso8859-4.enc
1639 + ext/Encode/Encode/iso8859-5.enc
1640 + ext/Encode/Encode/iso8859-6.enc
1641 + ext/Encode/Encode/iso8859-7.enc
1642 + ext/Encode/Encode/iso8859-8.enc
1643 + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
1644 + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
1645 + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
1646 + ext/Encode/Encode/macCentEuro.enc
1647 + ext/Encode/Encode/macCroatian.enc
1648 + ext/Encode/Encode/macCyrillic.enc
1649 + ext/Encode/Encode/macDingbats.enc
1650 + ext/Encode/Encode/macGreek.enc
1651 + ext/Encode/Encode/macIceland.enc
1652 + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
1653 + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
1654 + ext/Encode/Encode/macTurkish.enc
1655 + ext/Encode/Encode/macUkraine.enc
1656 + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
1657 + t/lib/encode.t
1658 ! MANIFEST ext/Encode/Encode.pm
1659____________________________________________________________________________
1660[ 7104] By: nick on 2000/09/30 13:04:30
1661 Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
1662 From: Daniel Chetlin <daniel@chetlin.com>
1663 Date: Mon, 18 Sep 2000 05:05:40 -0700
1664 Message-Id: <20000918050540.C652@ilmd>
1665 Branch: perl
1666 ! lib/overload.pm sv.c t/pragma/overload.t
1667____________________________________________________________________________
1668[ 7103] By: nick on 2000/09/30 12:53:36
1669 Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
1670 From: Johan Vromans <jvromans@squirrel.nl>
1671 Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
1672 Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
1673 Branch: perl
1674 ! pod/Makefile.SH
1675____________________________________________________________________________
1676[ 7102] By: nick on 2000/09/30 12:52:31
1677 Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
1678 From: Spider Boardman <spider@Orb.Nashua.NH.US>
1679 Date: Sat, 16 Sep 2000 16:36:45 -0400
1680 Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
1681 Branch: perl
1682 ! ext/B/B/Deparse.pm
1683____________________________________________________________________________
1684[ 7101] By: nick on 2000/09/30 12:51:41
1685 Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
1686 From: Craig A. Berry <craig.berry@psinetcs.com>
1687 Date: Sat, 16 Sep 2000 10:11:10 -0500
1688 Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
1689 Branch: perl
1690 ! vms/vms.c
1691____________________________________________________________________________
1692[ 7100] By: nick on 2000/09/30 12:50:33
1693 Log: Subject: Re: unicode support and perl [ID 20000901.097]
1694 From: Spider Boardman <spider@Orb.Nashua.NH.US>
1695 Date: Fri, 15 Sep 2000 16:37:58 -0400
1696 Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
1697 Branch: perl
1698 ! t/op/append.t
1699____________________________________________________________________________
1700[ 7099] By: nick on 2000/09/30 12:49:35
1701 Log: Subject: Re: unicode support and perl [ID 20000901.097]
1702 From: Spider Boardman <spider@Orb.Nashua.NH.US>
1703 Date: Fri, 15 Sep 2000 16:25:30 -0400
1704 Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
1705 Branch: perl
1706 ! pp_hot.c
1707____________________________________________________________________________
1708[ 7098] By: nick on 2000/09/30 12:48:00
1709 Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
1710 From: Gisle Aas <gisle@ActiveState.com>
1711 Date: 15 Sep 2000 16:23:41 +0200
1712 Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
1713 Branch: perl
1714 ! toke.c
1715____________________________________________________________________________
1716[ 7097] By: nick on 2000/09/30 12:45:16
1717 Log: Subject: [PATCH] Nits in perlmod.pod
1718 From: Daniel Chetlin <daniel@chetlin.com>
1719 Date: Fri, 15 Sep 2000 02:04:09 -0700
1720 Message-Id: <20000915020409.A2104@ilmd>
1721 Branch: perl
1722 ! pod/perlmod.pod
1723____________________________________________________________________________
1724[ 7096] By: nick on 2000/09/30 12:18:00
1725 Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
1726 i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
1727 to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
1728 0 to checking to get the warning.
1729 Branch: perl
1730 ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
1731 ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
1732 ! regexec.c sv.c toke.c utf8.c
1733____________________________________________________________________________
1734[ 7095] By: nick on 2000/09/15 16:55:59
1735 Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
1736
1737 Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
1738 From: Spider Boardman <spider@Orb.Nashua.NH.US>
1739 Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
1740 Date: Fri, 15 Sep 2000 06:37:30 -0400
1741 Branch: perl
1742 ! ext/Encode/Encode.xs sv.c
1743____________________________________________________________________________
1744[ 7094] By: jhi on 2000/09/15 03:23:32
1745 Log: Update Changes.
1746 Branch: perl
1747 ! Changes patchlevel.h
1748____________________________________________________________________________
f7f6dc29
JH
1749[ 7093] By: jhi on 2000/09/15 03:11:44
1750 Log: Fix for the charnames.t failures from Spider Boardman.
1751 Branch: perl
1752 ! toke.c
1753____________________________________________________________________________
1754[ 7092] By: jhi on 2000/09/15 00:15:48
1755 Log: Botched the #7090 check-in.
1756 Branch: perl
1757 ! sv.c
1758____________________________________________________________________________
1759[ 7091] By: jhi on 2000/09/14 23:33:24
1760 Log: Part of #7081 didn't come through.
1761 Branch: perl
1762 ! embed.pl proto.h
1763____________________________________________________________________________
1764[ 7090] By: jhi on 2000/09/14 23:17:39
1765 Log: Subject: Re: perl@7078
1766 From: Spider Boardman <spider@web.zk3.dec.com>
1767 Date: Thu, 14 Sep 2000 19:06:36 -0400
1768 Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
1769 Branch: perl
1770 ! sv.c toke.c
1771____________________________________________________________________________
1772[ 7089] By: jhi on 2000/09/14 23:11:21
1773 Log: Small portability tweaks.
1774 Branch: perl
1775 ! ext/Encode/Encode.xs
1776____________________________________________________________________________
1777[ 7088] By: jhi on 2000/09/14 22:57:23
1778 Log: Fake return to pacify picky compilers.
1779 Branch: perl
1780 ! ext/Encode/Encode.xs
1781____________________________________________________________________________
1782[ 7087] By: jhi on 2000/09/14 22:53:37
1783 Log: Subject: [PATCH] utf8.c apidoc
1784 From: Simon Cozens <simon@cozens.net>
1785 Date: Thu, 14 Sep 2000 23:46:57 +0100
1786 Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
1787 Branch: perl
1788 ! perlapi.c pod/perlapi.pod utf8.c
1789____________________________________________________________________________
1790[ 7086] By: jhi on 2000/09/14 22:40:38
1791 Log: We don't need to count the high bit bytes, a boolean is enough.
1792 Branch: perl
1793 ! sv.c
1794____________________________________________________________________________
1795[ 7085] By: jhi on 2000/09/14 21:20:09
1796 Log: Replace #7084 with
1797
1798 Subject: Re: perl@7078
1799 From: Spider Boardman <spider@web.zk3.dec.com>
1800 Date: Thu, 14 Sep 2000 17:09:36 -0400
1801 Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
1802 Branch: perl
1803 ! sv.c utf8.c
1804____________________________________________________________________________
1805[ 7084] By: jhi on 2000/09/14 20:03:34
1806 Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
1807 convertable to bytes by checking it doesn't go above 0xc3
1808
1809 Subject: Re: perl@7078
1810 From: Simon Cozens <simon@cozens.net>
1811 Date: Thu, 14 Sep 2000 20:59:19 +0100
1812 Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
1813 Branch: perl
1814 ! utf8.c
1815____________________________________________________________________________
1816[ 7083] By: jhi on 2000/09/14 19:38:47
1817 Log: Subject: Re: perl@7078
1818 From: Simon Cozens <simon@cozens.net>
1819 Date: Thu, 14 Sep 2000 20:13:09 +0100
1820 Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
1821 Branch: perl
1822 ! t/op/bop.t
1823____________________________________________________________________________
1824[ 7082] By: jhi on 2000/09/14 17:50:44
1825 Log: The one that got away.
1826 Branch: perl
1827 ! lib/File/Find.pm
1828____________________________________________________________________________
1829[ 7081] By: jhi on 2000/09/14 17:45:35
1830 Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
1831 From: Robin Barker <rmb1@cise.npl.co.uk>
1832 Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
1833 Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
1834 Branch: perl
1835 ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
1836 ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
1837 ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
1838 ! regcomp.c toke.c universal.c
1839____________________________________________________________________________
1840[ 7080] By: jhi on 2000/09/14 17:40:35
1841 Log: Problems picked up by AIX cc.
1842
1843 Subject: Re: perl@7078 (patch included)
1844 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1845 Date: Thu, 14 Sep 2000 18:53:30 +0200
1846 Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
1847 Branch: perl
1848 ! ext/Encode/Encode.xs
1849____________________________________________________________________________
1850[ 7079] By: jhi on 2000/09/14 17:38:27
1851 Log: Subject: File::Find 5.7.0 POD nits
1852 From: Rich Morin <rdm@cfcl.com>
1853 Date: Wed, 13 Sep 2000 22:03:58 -0700
1854 Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
1855 Branch: perl
1856 ! lib/File/Find.pm
1857____________________________________________________________________________
1858[ 7078] By: jhi on 2000/09/14 14:58:20
1859 Log: Update Changes.
1860 Branch: perl
1861 ! Changes patchlevel.h
1862____________________________________________________________________________
446da98b
JH
1863[ 7077] By: jhi on 2000/09/14 14:55:54
1864 Log: Compilation warnings and an error.
1865 Branch: perl
1866 ! sv.c
1867____________________________________________________________________________
1868[ 7076] By: jhi on 2000/09/14 14:42:56
1869 Log: Fix for a parsing bug, not for the original bug.
1870
1871 Subject: Re: [ID 20000910.005] Another segfault with regexes.
1872 From: Spider Boardman <spider@web.zk3.dec.com>
1873 Date: Wed, 13 Sep 2000 17:52:20 -0400
1874 Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
1875 Branch: perl
1876 ! regcomp.c
1877____________________________________________________________________________
1878[ 7075] By: jhi on 2000/09/14 14:40:40
1879 Log: Batch of UTF-8 patches from Simon Cozens.
1880 Branch: perl
1881 ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
1882 ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
1883 ! toke.c utf8.c
1884____________________________________________________________________________
1885[ 7074] By: jhi on 2000/09/14 14:29:58
1886 Log: Subject: Re: Two advertising clauses need to be removed
1887 From: Russ Allbery <rra@stanford.edu>
1888 Date: 13 Sep 2000 18:50:26 -0700
1889 Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
1890 Branch: perl
1891 ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
1892____________________________________________________________________________
1893[ 7073] By: jhi on 2000/09/14 14:28:20
1894 Log: Subject: [PATCH] de-wall t/README
1895 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
1896 Date: Wed, 13 Sep 2000 17:46:55 -0700
1897 Message-ID: <//Bw5gzkge/e092yn@efn.org>
1898 Branch: perl
1899 ! t/README
1900____________________________________________________________________________
1901[ 7072] By: jhi on 2000/09/14 14:25:10
1902 Log: Hints optimization.
1903
1904 Subject: Minor nit
1905 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1906 Date: Wed, 13 Sep 2000 21:42:07 +0200
1907 Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
1908 Branch: perl
1909 ! hints/hpux.sh
1910____________________________________________________________________________
1911[ 7071] By: jhi on 2000/09/14 14:23:30
1912 Log: Allow chop() and chomp() to be overridden.
1913
1914 Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
1915 From: "Casey R. Tweten" <crt@kiski.net>
1916 Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
1917 Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
1918 Branch: perl
1919 ! toke.c
1920____________________________________________________________________________
1921[ 7070] By: jhi on 2000/09/14 14:20:36
1922 Log: The return value of setlocale must be copied away.
1923
1924 Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
1925 From: Alan Burlison <Alan.Burlison@uk.sun.com>
1926 Date: Wed, 13 Sep 2000 16:27:37 +0100
1927 Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
1928 Branch: perl
1929 ! util.c
1930____________________________________________________________________________
1931[ 7069] By: jhi on 2000/09/14 14:16:27
1932 Log: Remove vestiges of tr//CU.
1933
1934 Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
1935 From: Nick Clark <nick@plum.flirble.org>
1936 Date: Tue, 12 Sep 2000 22:50:14 +0100
1937 Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
1938
1939 Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
1940 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
1941 Date: Tue, 12 Sep 2000 21:38:48 -0700
1942 Message-ID: <YTwv5gzkgmfL092yn@efn.org>
1943 Branch: perl
1944 ! op.h pod/perlunicode.pod
1945____________________________________________________________________________
1946[ 7068] By: jhi on 2000/09/13 14:18:39
1947 Log: Add the Encode extension. The code is still largely just skeleton.
1948 Branch: perl
1949 + ext/Encode/Encode.pm ext/Encode/Encode.xs
1950 + ext/Encode/Makefile.PL ext/Encode/Todo
1951 ! MANIFEST Todo-5.6
1952____________________________________________________________________________
1953[ 7067] By: jhi on 2000/09/12 17:43:33
1954 Log: Allow for whitespace between "#" and "line" in cpp output.
1955
1956 Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
1957 From: Calle Dybedahl <calle@lysator.liu.se>
1958 Date: 12 Sep 2000 19:38:02 +0200
1959 Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
1960 Branch: perl
1961 ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
1962____________________________________________________________________________
1963[ 7066] By: gsar on 2000/09/12 17:24:29
1964 Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
1965 initialization in all the threads on Windows
1966 Branch: perl
1967 ! win32/win32.c
1968____________________________________________________________________________
1969[ 7065] By: jhi on 2000/09/12 15:11:31
1970 Log: Update Changes.
1971 Branch: perl
1972 ! Changes patchlevel.h
1973____________________________________________________________________________
7f4b70e8
JH
1974[ 7064] By: jhi on 2000/09/12 14:54:54
1975 Log: Retract #7062, the pod tests are not ready.
1976 Branch: perl
1977 ! t/TEST t/harness
1978____________________________________________________________________________
1979[ 7063] By: jhi on 2000/09/12 14:25:41
1980 Log: The #7054 truncated Configure badly.
1981 Branch: metaconfig/U/perl
1982 ! End.U
1983 Branch: perl
1984 ! Configure config_h.SH
1985____________________________________________________________________________
1986[ 7062] By: jhi on 2000/09/12 14:08:32
1987 Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
1988 From: sthoenna@efn.org
1989 Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
1990 Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
1991 Branch: perl
1992 ! t/TEST t/harness
1993____________________________________________________________________________
1994[ 7061] By: jhi on 2000/09/12 14:07:18
1995 Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
1996 From: sthoenna@efn.org
1997 Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
1998 Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
1999 Branch: perl
2000 ! pod/perlxs.pod
2001____________________________________________________________________________
2002[ 7060] By: jhi on 2000/09/12 14:06:08
2003 Log: Break up the myconfig lines a bit.
2004
2005 Subject: perlbug/perl -V output format
2006 From: sthoenna@efn.org
2007 Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
2008 Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
2009 Branch: perl
2010 ! myconfig.SH
2011____________________________________________________________________________
2012[ 7059] By: jhi on 2000/09/12 14:05:04
2013 Log: Test for the #7049.
2014
2015 Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on i686-linux 2.2.16-raid (UNINSTALLED)
2016 From: andreas.koenig@anima.de (Andreas J. Koenig)
2017 Date: 12 Sep 2000 06:42:01 +0200
2018 Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
2019 Branch: perl
2020 ! t/op/my.t
2021____________________________________________________________________________
2022[ 7058] By: jhi on 2000/09/12 14:03:05
2023 Log: Subject: [patch: perl@7045] vms updates
2024 From: Peter Prymmer <pvhp@forte.com>
2025 Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
2026 Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
2027 Branch: perl
2028 ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
2029____________________________________________________________________________
2030[ 7057] By: jhi on 2000/09/12 14:00:51
2031 Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
2032 From: sthoenna@efn.org
2033 Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
2034 Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
2035 Branch: perl
2036 ! t/op/64bitint.t
2037____________________________________________________________________________
2038[ 7056] By: jhi on 2000/09/12 13:58:14
2039 Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
2040 From: Jeff Pinyan <jeffp@crusoe.net>
2041 Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
2042 Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
2043 Branch: perl
2044 ! pod/perlfunc.pod
2045____________________________________________________________________________
2046[ 7055] By: jhi on 2000/09/12 13:56:32
2047 Log: Do in VMS as the #7054 does.
2048 Branch: perl
2049 ! configure.com
2050____________________________________________________________________________
2051[ 7054] By: jhi on 2000/09/12 13:50:31
2052 Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
2053 From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
2054 Date: Mon, 11 Sep 2000 08:33:09 +0100
2055 Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
2056 Branch: metaconfig/U/perl
2057 ! End.U
2058 Branch: perl
2059 ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
2060 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
2061____________________________________________________________________________
2062[ 7053] By: jhi on 2000/09/12 13:29:19
2063 Log: Subject: [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
2064 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
2065 Date: Tue, 12 Sep 2000 08:35:59 EDT
2066 Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
2067 Branch: perl
2068 ! vms/test.com
2069____________________________________________________________________________
2070[ 7052] By: jhi on 2000/09/11 23:01:50
2071 Log: Document the SvUTF8*().
2072 Branch: perl
2073 ! pod/perlapi.pod sv.h
2074____________________________________________________________________________
2075[ 7051] By: gsar on 2000/09/11 14:46:30
2076 Log: C<@a = @b = split(...)> optimization coredumps under ithreads
2077 (missed a spot when fixing up op_pmreplroot hack for ithreads)
2078 Branch: perl
2079 ! op.c t/op/split.t
2080____________________________________________________________________________
2081[ 7050] By: nick on 2000/09/11 10:03:51
2082 Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
2083
2084 Subject: borland C++ win32.c tweak
2085 From: Vadim Konovalov <vkonovalov@lucent.com>
2086 Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
2087 Date: Mon, 11 Sep 2000 11:22:33 +0400
2088 Branch: perl
2089 ! win32/win32.c
2090____________________________________________________________________________
2091[ 7049] By: nick on 2000/09/11 09:57:33
2092 Log: Point fix for s/// on foreach (keys %xxx).
2093 Branch: perl
2094 ! pp_hot.c
2095____________________________________________________________________________
2096[ 7048] By: jhi on 2000/09/10 23:37:09
2097 Log: Silence t/pod/*.t about alternate quote-mappings now implemented
2098 by Pod::Text, from Brad Appleton.
2099 Branch: perl
2100 ! t/pod/testp2pt.pl
2101____________________________________________________________________________
2102[ 7047] By: jhi on 2000/09/10 14:32:53
2103 Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
2104 by Russ Allbery.
2105 Branch: perl
2106 ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
2107____________________________________________________________________________
2108[ 7046] By: jhi on 2000/09/10 14:15:08
2109 Log: Upgrade to CPAN 1.57_65, from Andreas König.
2110 Branch: perl
2111 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
2112____________________________________________________________________________
2113[ 7045] By: jhi on 2000/09/08 21:36:32
2114 Log: Update Changes.
2115 Branch: perl
2116 ! Changes patchlevel.h
2117____________________________________________________________________________
0a0d439f
JH
2118[ 7044] By: jhi on 2000/09/08 21:29:56
2119 Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
2120 From: Peter Prymmer <pvhp@forte.com>
2121 Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
2122 Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
2123 Branch: perl
2124 ! configure.com
2125____________________________________________________________________________
2126[ 7043] By: jhi on 2000/09/08 21:27:50
2127 Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
2128 From: Peter Prymmer <pvhp@forte.com>
2129 Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
2130 Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
2131 Branch: perl
2132 ! Makefile.SH installperl
2133____________________________________________________________________________
2134[ 7042] By: jhi on 2000/09/08 21:23:21
2135 Log: Continue #7041.
2136 Branch: perl
2137 ! cygwin/Makefile.SHs os2/Makefile.SHs
2138____________________________________________________________________________
2139[ 7041] By: jhi on 2000/09/08 21:18:10
2140 Log: Do away with memory models cruft. Sorry, PDP users.
2141 Branch: metaconfig
2142 ! U/modified/cc.U U/modified/libpth.U
2143 Branch: perl
2144 ! Configure Makefile.SH Porting/Glossary Porting/config.sh
2145 ! Porting/config_H cflags.SH config_h.SH configure.com
2146 ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
2147 ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
2148 ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
2149____________________________________________________________________________
2150[ 7040] By: jhi on 2000/09/08 14:34:18
2151 Log: Major rewrite of s2p. And I mean really major, it is
2152 an implementation of sed in perl. If called as s2p it
2153 will function as s2p. Note: needs non-UNIXifying.
2154
2155 Subject: s2p
2156 From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
2157 Date: Mon, 28 Aug 2000 14:05:12 +0200
2158 Message-ID: <39AA5578.2102E2AA@alcatel.at>
2159 Branch: perl
2160 ! x2p/s2p.PL
2161____________________________________________________________________________
2162[ 7039] By: jhi on 2000/09/08 14:19:49
2163 Log: Re-allow vec() for characters > 255.
2164
2165 Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
2166 From: Spider Boardman <spider@web.zk3.dec.com>
2167 Date: Fri, 08 Sep 2000 02:21:02 -0400
2168 Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
2169 Branch: perl
2170 ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
2171 ! t/op/vec.t
2172____________________________________________________________________________
2173[ 7038] By: jhi on 2000/09/08 14:14:18
2174 Log: Subject: [PATCH lib/Benchmark.pm]
2175 From: <abigail@foad.org>
2176 Date: Thu, 7 Sep 2000 15:03:20 -0400
2177 Message-ID: <20000907190320.888.qmail@foad.org>
2178 Branch: perl
2179 ! lib/Benchmark.pm
2180____________________________________________________________________________
2181[ 7037] By: jhi on 2000/09/08 14:11:06
2182 Log: Optimizing hash keys into shared strings doesn't work with ithreads.
2183
2184 Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi
2185 From: Spider Boardman <spider@web.zk3.dec.com>
2186 Date: Fri, 08 Sep 2000 01:30:27 -0400
2187 Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
2188 Branch: perl
2189 ! op.c
2190____________________________________________________________________________
2191[ 7036] By: jhi on 2000/09/08 14:08:58
2192 Log: Subject: [ID 20000908.002] perlipc documentation bug.
2193 From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
2194 Date: Fri, 08 Sep 2000 12:38:32 +0200
2195 Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
2196 Branch: perl
2197 ! pod/perlipc.pod
2198____________________________________________________________________________
2199[ 7035] By: jhi on 2000/09/08 14:03:12
2200 Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
2201 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2202 Date: Fri, 08 Sep 2000 11:47:34 +0200
2203 Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
2204 Branch: perl
2205 ! hints/dec_osf.sh
2206____________________________________________________________________________
2207[ 7034] By: jhi on 2000/09/08 13:59:35
2208 Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
2209 From: Simon Cozens <simon@cozens.net>
2210 Date: Thu, 7 Sep 2000 20:40:38 +0100
2211 Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
2212 Branch: perl
2213 ! pp_hot.c
2214____________________________________________________________________________
2215[ 7033] By: jhi on 2000/09/08 04:03:03
2216 Log: Subject: [ID 20000904.008] Tiny fix for perldiag
2217 From: "Larry W. Virden" <lvirden@cas.org>
2218 Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
2219 Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
2220 Branch: perl
2221 ! pod/perldiag.pod
2222____________________________________________________________________________
2223[ 7032] By: jhi on 2000/09/07 22:18:30
2224 Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
2225 From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
2226 Date: Mon, 04 Sep 2000 13:16:38 -0700
2227 Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
2228 Branch: perl
2229 ! lib/perl5db.pl
2230____________________________________________________________________________
2231[ 7031] By: jhi on 2000/09/07 22:02:29
2232 Log: Fix the ccversion detection for 5.1 and beyond.
2233
2234 Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
2235 From: Spider Boardman <spider@leggy.zk3.dec.com>
2236 Date: Thu, 7 Sep 2000 17:54:27 -0400
2237 Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
2238 Branch: perl
2239 ! hints/dec_osf.sh
2240____________________________________________________________________________
2241[ 7030] By: jhi on 2000/09/07 19:12:28
2242 Log: Fix for
2243
2244 Subject: [ID 20000903.001] \w in utf8-strings
2245 From: Marc Lehmann <pcg@goof.com>
2246 Date: Sun, 03 Sep 2000 09:44:29 +0200
2247 Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
2248
2249 and various related nits.
2250 Branch: perl
2251 ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
2252____________________________________________________________________________
2253[ 7029] By: jhi on 2000/09/07 18:49:09
2254 Log: Fix the URL, but the server is still missing in action.
2255
2256 Subject: [ID 20000905.002] perlfaq1.pod URL error
2257 From: "Larry W. Virden" <lvirden@cas.org>
2258 Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
2259 Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
2260 Branch: perl
2261 ! pod/perlfaq1.pod
2262____________________________________________________________________________
2263[ 7028] By: jhi on 2000/09/07 18:47:13
2264 Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202
2265 From: Hugo <hv@crypt.compulink.co.uk>
2266 Date: Tue, 05 Sep 2000 14:13:37 +0100
2267 Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
2268 Branch: perl
2269 ! toke.c
2270____________________________________________________________________________
2271[ 7027] By: jhi on 2000/09/07 18:45:35
2272 Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
2273 From: Daniel Chetlin <daniel@chetlin.com>
2274 Date: Tue, 5 Sep 2000 04:57:07 -0700
2275 Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
2276 Branch: perl
2277 ! pod/perlfaq6.pod pod/perlop.pod
2278____________________________________________________________________________
2279[ 7026] By: jhi on 2000/09/07 18:44:01
2280 Log: Document the new ref() semantics.
2281
2282 Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
2283 From: Gisle Aas <gisle@ActiveState.com>
2284 Date: 05 Sep 2000 08:10:30 +0200
2285 Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
2286 Branch: perl
2287 ! pod/perldelta.pod
2288____________________________________________________________________________
2289[ 7025] By: jhi on 2000/09/07 18:42:27
2290 Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
2291
2292 Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
2293 From: Gisle Aas <gisle@ActiveState.com>
2294 Date: 05 Sep 2000 08:11:40 +0200
2295 Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
2296 Branch: perl
2297 ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
2298____________________________________________________________________________
2299[ 7024] By: jhi on 2000/09/07 18:39:32
2300 Log: Subject: [PATCH] Modernize Opcode.pm documentation
2301 From: Gisle Aas <gisle@ActiveState.com>
2302 Date: 4 Sep 2000 00:18:55 -0000
2303 Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
2304 Branch: perl
2305 ! ext/Opcode/Opcode.pm
2306____________________________________________________________________________
2307[ 7023] By: jhi on 2000/09/07 18:37:42
2308 Log: Subject: [PATCH] Tied filehandle documentation
2309 From: Gisle Aas <gisle@ActiveState.com>
2310 Date: 4 Sep 2000 00:14:40 -0000
2311 Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
2312 Branch: perl
2313 ! pod/perlfunc.pod pod/perltie.pod
2314____________________________________________________________________________
2315[ 7022] By: jhi on 2000/09/07 18:35:37
2316 Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
2317 From: Gisle Aas <gisle@ActiveState.com>
2318 Date: 4 Sep 2000 00:04:22 -0000
2319 Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
2320 Branch: perl
2321 ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
2322____________________________________________________________________________
2323[ 7021] By: jhi on 2000/09/07 18:33:22
2324 Log: Subject: small apidoc fix
2325 From: Marc Lehmann <pcg@goof.com>
2326 Date: Sun, 3 Sep 2000 05:12:06 +0200
2327 Message-ID: <20000903051206.A5909@cerebro.laendle>
2328 Branch: perl
2329 ! pod/perlapi.pod utf8.c
2330____________________________________________________________________________
2331[ 7020] By: jhi on 2000/09/07 16:14:57
2332 Log: Tiny perldelta nits.
2333 Branch: perl
2334 ! pod/perldelta.pod
2335____________________________________________________________________________
2336[ 7019] By: jhi on 2000/09/07 16:04:20
2337 Log: Guard against bad string->int conversion for quads.
2338 Branch: perl
2339 ! t/op/64bitint.t
2340____________________________________________________________________________
2341[ 7018] By: jhi on 2000/09/06 17:07:03
2342 Log: Update Unicode todo list.
2343 Branch: perl
2344 ! Todo-5.6
2345____________________________________________________________________________
2346[ 7017] By: jhi on 2000/09/05 21:16:01
2347 Log: Document the SvIOK_.*UV().
2348 Branch: perl
2349 ! pod/perlapi.pod sv.h
2350____________________________________________________________________________
2351[ 7016] By: nick on 2000/09/03 21:54:46
2352 Log: Hash lookup of constant strings optimization:
2353 Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
2354 to string table (as per sharepvn). Add newSV_pvn_share to create such
2355 a thing. Make hv.c compare addresses of strings and skip string compare
2356 if equal. Make method_named and helem ops use these shared-string SVs
2357 when arg is constant. Make keys op return shared-string SVs (less clearly
2358 a win).
2359 Branch: perl
2360 ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
2361 ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
2362 ! pod/perlintern.pod pp_hot.c proto.h sv.c
2363____________________________________________________________________________
2364[ 7015] By: jhi on 2000/09/02 17:48:59
2365 Log: This is 5.7.0.
2366 Branch: perl
2367 ! Changes
2368____________________________________________________________________________
6570e624
JH
2369[ 7014] By: jhi on 2000/09/02 17:35:45
2370 Log: Changes and patchlevel tweaks.
2371 Branch: perl
2372 ! Changes patchlevel.h
2373____________________________________________________________________________
2374[ 7013] By: jhi on 2000/09/02 17:30:50
2375 Log: Update Changes.
2376 Branch: perl
2377 ! Changes patchlevel.h
2378____________________________________________________________________________
8a1f490d
JH
2379[ 7012] By: nick on 2000/09/02 17:25:20
2380 Log: More %{} and other deref special casing - do not pass to 'nomethod'.
2381 Branch: perl
2382 ! gv.c lib/overload.pm
2383____________________________________________________________________________
2384[ 7011] By: jhi on 2000/09/02 17:16:25
2385 Log: Update perlhist.
2386 Branch: perl
2387 ! pod/perlhist.pod
2388____________________________________________________________________________
2389[ 7010] By: jhi on 2000/09/02 17:01:35
2390 Log: perldelta nits.
2391 Branch: perl
2392 ! pod/perldelta.pod
2393____________________________________________________________________________
2394[ 7009] By: nick on 2000/09/02 16:48:35
2395 Log: If overloaded %{} etc. return the object do not loop.
2396 Thus sub deref { $_[0] } functions if object is wanted type.
2397 Branch: perl
2398 ! pp.h
2399____________________________________________________________________________
2400[ 7008] By: jhi on 2000/09/02 16:26:11
2401 Log: Retab MANIFEST.
2402 Branch: perl
2403 ! ext/Storable/MANIFEST
2404____________________________________________________________________________
2405[ 7007] By: jhi on 2000/09/02 16:23:02
2406 Log: Make certain cc is set before trying to run it.
2407 Branch: perl
2408 ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
2409____________________________________________________________________________
2410[ 7006] By: jhi on 2000/09/02 15:45:41
2411 Log: Unicode notes.
2412 Branch: perl
2413 ! pod/perldelta.pod
2414____________________________________________________________________________
2415[ 7005] By: jhi on 2000/09/02 15:42:11
2416 Log: Various Configure nits by Philip Newton,
2417 plus the ebcdic one by me.
2418 Branch: metaconfig
2419 + U/modified/pager.U
2420 ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
2421 Branch: metaconfig/U/perl
2422 ! Devel.U quadfio.U
2423 Branch: perl
2424 ! Configure config_h.SH
2425____________________________________________________________________________
2426[ 7004] By: jhi on 2000/09/02 15:06:14
2427 Log: Apparently avoiding the swapping is too costly.
2428
2429 From: "Ben Tilly" <ben_tilly@hotmail.com>
2430 Subject: Re: the door is closed.
2431 Date: Fri, 01 Sep 2000 20:23:16 EDT
2432 Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
2433 Branch: perl
2434 ! pod/perlfaq4.pod
2435____________________________________________________________________________
2436[ 7003] By: nick on 2000/09/02 12:26:04
2437 Log: Undo part of change 6489 which looks like a bulk edit which
2438 changed _all_ gv_efullname3() calls to gv_efullname4() calls.
2439 The supressing of main:: on return from select() is undesirable.
2440 Branch: perl
2441 ! pp_sys.c
2442____________________________________________________________________________
2443[ 7002] By: jhi on 2000/09/01 23:08:54
2444 Log: Update Changes.
2445 Branch: perl
2446 ! Changes patchlevel.h
2447____________________________________________________________________________
c567d284
JH
2448[ 7001] By: jhi on 2000/09/01 23:00:13
2449 Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
2450 From: Peter Prymmer <pvhp@forte.com>
2451 Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
2452 Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
2453
2454 plus rework the http: spots as suggested by Tom Christiansen,
2455 plus regen perltoc.
2456 Branch: perl
2457 ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
2458 ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
2459____________________________________________________________________________
2460[ 7000] By: jhi on 2000/09/01 22:36:01
2461 Log: Only the first line, thank you very much.
2462 Branch: perl
2463 ! hints/solaris_2.sh
2464____________________________________________________________________________
2465[ 6999] By: gsar on 2000/09/01 22:16:40
2466 Log: change#6791 accidentally clobbered change#6710, put it back
2467 Branch: perl
2468 ! win32/win32.c
2469____________________________________________________________________________
2470[ 6998] By: jhi on 2000/09/01 22:14:16
2471 Log: Mention the HP-UX LP64 freak failure.
2472 Branch: perl
2473 ! pod/perldelta.pod
2474____________________________________________________________________________
2475[ 6997] By: jhi on 2000/09/01 21:48:32
2476 Log: Detypo.
2477 Branch: perl
2478 ! hints/hpux.sh
2479____________________________________________________________________________
2480[ 6996] By: jhi on 2000/09/01 21:27:10
2481 Log: Update Changes.
2482 Branch: perl
2483 ! Changes patchlevel.h
2484____________________________________________________________________________
89f57497
JH
2485[ 6995] By: jhi on 2000/09/01 21:14:24
2486 Log: Mi splgn s gnin.g
2487 Branch: perl
2488 ! pp_ctl.c
2489____________________________________________________________________________
2490[ 6994] By: jhi on 2000/09/01 21:09:54
2491 Log: Subject: http:// in L<>
2492 From: Nicholas Clark <nick@ccl4.org>
2493 Date: Fri, 1 Sep 2000 22:03:21 +0100
2494 Message-ID: <20000901220321.B72074@plum.flirble.org>
2495 Branch: perl
2496 ! README.os2 pod/perl56delta.pod pod/perlxs.pod
2497____________________________________________________________________________
2498[ 6993] By: jhi on 2000/09/01 21:06:54
2499 Log: Update to Storable 1.0, from Raphael Manfredi.
2500 Branch: perl
2501 ! ext/Storable/ChangeLog ext/Storable/MANIFEST
2502 ! ext/Storable/Makefile.PL ext/Storable/README
2503 ! ext/Storable/Storable.pm ext/Storable/Storable.xs
2504 ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
2505 ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
2506 ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
2507 ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
2508 ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
2509____________________________________________________________________________
2510[ 6992] By: jhi on 2000/09/01 20:43:05
2511 Log: Mention known sfio+linux buglet.
2512 Branch: perl
2513 ! pod/perldelta.pod
2514____________________________________________________________________________
2515[ 6991] By: jhi on 2000/09/01 20:40:11
2516 Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
2517 From: Peter Prymmer <pvhp@forte.com>
2518 Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
2519 Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
2520 Branch: perl
2521 ! vms/vms.c
2522____________________________________________________________________________
2523[ 6990] By: jhi on 2000/09/01 20:25:26
2524 Log: Retract #6986.
2525 Branch: perl
2526 ! hints/solaris_2.sh
2527____________________________________________________________________________
2528[ 6989] By: jhi on 2000/09/01 20:23:00
2529 Log: Mergesort is back.
2530 Branch: perl
2531 ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
2532____________________________________________________________________________
2533[ 6988] By: jhi on 2000/09/01 19:37:40
2534 Log: Subject: [PATCH] Fix vec() / utf8 (was Re: bitvec ops still broken with utf8 -- or not?)
2535 From: Mike Guy <mjtg@cam.ac.uk>
2536 Date: Fri, 01 Sep 2000 17:43:33 +0100
2537 Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
2538 Branch: perl
2539 ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
2540 ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
2541____________________________________________________________________________
2542[ 6987] By: jhi on 2000/09/01 19:17:10
2543 Log: Regen perltoc.
2544 Branch: perl
2545 ! pod/perltoc.pod
2546____________________________________________________________________________
2547[ 6986] By: jhi on 2000/09/01 18:51:10
2548 Log: Subject: Re: Solaris x86 has no SPARC libraries!
2549 From: Lupe Christoph <lupe@lupe-christoph.de>
2550 Date: Fri, 1 Sep 2000 20:41:20 +0200
2551 Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
2552 Branch: perl
2553 ! hints/solaris_2.sh
2554____________________________________________________________________________
2555[ 6985] By: jhi on 2000/09/01 18:28:10
2556 Log: Update Changes.
2557 Branch: perl
2558 ! Changes patchlevel.h
2559____________________________________________________________________________
bb8b7748
JH
2560[ 6984] By: jhi on 2000/09/01 18:26:53
2561 Log: Feature ordering tweak.
2562 Branch: perl
2563 ! myconfig.SH
2564____________________________________________________________________________
2565[ 6983] By: jhi on 2000/09/01 18:19:50
2566 Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
2567 From: <abigail@foad.org>
2568 Date: Fri, 1 Sep 2000 13:07:32 -0400
2569 Message-ID: <20000901170732.18249.qmail@foad.org>
2570 Branch: perl
2571 ! t/pragma/overload.t
2572____________________________________________________________________________
2573[ 6982] By: jhi on 2000/09/01 18:17:54
2574 Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
2575 so that case-ignoring systems like DCL can tell them from
2576 PRIefldbl and PRIx64. Apply Merijn's ccversion patches.
2577 Branch: metaconfig/U/perl
2578 ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
2579 Branch: perl
2580 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2581 ! config_h.SH configure.com epoc/config.sh hints/aix.sh
2582 ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
2583 ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
2584 ! vos/config.def vos/config.h vos/config_h.SH_orig
2585 ! win32/config.bc win32/config.gc win32/config.vc
2586____________________________________________________________________________
2587[ 6981] By: nick on 2000/09/01 17:21:57
2588 Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
2589 warning when UNTIE exists and instead pass the cound of extra references to
2590 the UNTIE method.
2591 Branch: perl
2592 ! pod/perltie.pod pp_sys.c
2593____________________________________________________________________________
2594[ 6980] By: jhi on 2000/09/01 16:54:44
2595 Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
2596 From: Peter Prymmer <pvhp@forte.com>
2597 Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
2598 Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
2599 Branch: perl
2600 ! configure.com
2601____________________________________________________________________________
2602[ 6979] By: jhi on 2000/09/01 16:06:20
2603 Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world
2604 From: Mike Guy <mjtg@cam.ac.uk>
2605 Date: Fri, 01 Sep 2000 16:49:27 +0100
2606 Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>
2607 Branch: perl
2608 ! t/base/rs.t
2609____________________________________________________________________________
2610[ 6978] By: jhi on 2000/09/01 16:00:42
2611 Log: Update to PodParser 1.18, from Brad Appleton.
2612 Branch: perl
2613 ! lib/Pod/Checker.pm t/pod/find.t
2614____________________________________________________________________________
2615[ 6977] By: jhi on 2000/09/01 14:48:58
2616 Log: Subject: Nit in Configure (bleadperl@6961)
2617 From: Lupe Christoph <lupe@lupe-christoph.de>
2618 Date: Fri, 1 Sep 2000 16:34:29 +0200
2619 Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
2620 Branch: metaconfig
2621 ! U/compline/ccflags.U
2622 Branch: perl
2623 ! Configure config_h.SH
2624____________________________________________________________________________
2625[ 6976] By: jhi on 2000/09/01 14:39:52
2626 Log: Update Changes.
2627 Branch: perl
2628 ! Changes patchlevel.h
2629____________________________________________________________________________
68fd1378
JH
2630[ 6975] By: jhi on 2000/09/01 14:37:36
2631 Log: microperl config update.
2632 Branch: perl
2633 ! uconfig.h uconfig.sh
2634____________________________________________________________________________
2635[ 6974] By: jhi on 2000/09/01 14:36:53
2636 Log: Document known deficiencies.
2637 Branch: perl
2638 ! pod/perldelta.pod
2639____________________________________________________________________________
2640[ 6973] By: jhi on 2000/09/01 14:10:20
2641 Log: Mention warnings fixes and updates.
2642 Branch: perl
2643 ! pod/perldelta.pod
2644____________________________________________________________________________
2645[ 6972] By: jhi on 2000/09/01 14:01:52
2646 Log: Drop unused argument.
2647
2648 Subject: Re: [ID 20000831.034] overload::constant and number of arguments.
2649 From: Spider Boardman <spider@web.zk3.dec.com>
2650 Date: Thu, 31 Aug 2000 16:10:15 -0400
2651 Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
2652 Branch: perl
2653 ! toke.c
2654____________________________________________________________________________
2655[ 6971] By: jhi on 2000/09/01 13:59:24
2656 Log: Add the overload warnings to perldiag.
2657 Branch: perl
2658 ! lib/overload.pm pod/perldiag.pod
2659____________________________________________________________________________
2660[ 6970] By: jhi on 2000/09/01 13:55:10
2661 Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
2662 From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
2663 Date: Fri, 1 Sep 2000 13:43:15 +0100
2664 Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>
2665 Branch: perl
2666 ! lib/overload.pm t/pragma/overload.t
2667____________________________________________________________________________
2668[ 6969] By: jhi on 2000/09/01 13:52:27
2669 Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
2670 From: <abigail@foad.org>
2671 Date: Fri, 1 Sep 2000 05:46:54 -0400
2672 Message-ID: <20000901094654.6476.qmail@foad.org>
2673 Branch: perl
2674 ! lib/overload.pm
2675____________________________________________________________________________
2676[ 6968] By: jhi on 2000/09/01 13:50:05
2677 Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
2678 From: Daniel Chetlin <daniel@chetlin.com>
2679 Date: Fri, 1 Sep 2000 02:10:55 -0700
2680 Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
2681 Branch: perl
2682 ! pod/perlretut.pod
2683____________________________________________________________________________
2684[ 6967] By: jhi on 2000/09/01 13:47:54
2685 Log: Part of the solution.
2686
2687 Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
2688 From: Mike Guy <mjtg@cam.ac.uk>
2689 Date: Fri, 01 Sep 2000 14:16:01 +0100
2690 Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
2691 Branch: perl
2692 ! gv.c mg.c
2693____________________________________________________________________________
2694[ 6966] By: jhi on 2000/09/01 13:46:17
2695 Log: Subject: CPAN.pm beta 1.57_57 for the core
2696 From: andreas.koenig@anima.de (Andreas J. Koenig)
2697 Date: 01 Sep 2000 15:16:31 +0200
2698 Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
2699 Branch: perl
2700 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
2701____________________________________________________________________________
2702[ 6965] By: jhi on 2000/09/01 13:43:18
2703 Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
2704 From: "Craig A. Berry" <craig.berry@psinetcs.com>
2705 Date: Fri, 01 Sep 2000 01:47:22 -0500
2706 Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
2707 Branch: perl
2708 ! pod/perldelta.pod vms/vms.c
2709____________________________________________________________________________
2710[ 6964] By: jhi on 2000/09/01 13:35:35
2711 Log: File::Temp patches from Andreas König,
2712
2713 Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8 (UNINSTALLED)
2714 From: andreas.koenig@anima.de (Andreas J. Koenig)
2715 Date: 01 Sep 2000 10:07:20 +0200
2716 Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
2717
2718 Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
2719 From: andreas.koenig@anima.de (Andreas J. Koenig)
2720 Date: 31 Aug 2000 23:26:08 +0200
2721 Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
2722 Branch: perl
2723 ! lib/File/Temp.pm t/lib/ftmp-security.t
2724____________________________________________________________________________
2725[ 6963] By: jhi on 2000/09/01 02:22:24
2726 Log: Retract the mergesort code, way too incompatible licensing
2727 and copyrights.
2728 Branch: perl
2729 ! pod/perldelta.pod pp_ctl.c
2730____________________________________________________________________________
2731[ 6962] By: jhi on 2000/08/31 23:27:32
2732 Log: Update Changes.
2733 Branch: perl
2734 ! Changes patchlevel.h
2735____________________________________________________________________________
c54b6e81
JH
2736[ 6961] By: jhi on 2000/08/31 23:20:04
2737 Log: Small tweaks all over.
2738 Branch: metaconfig
2739 ! U/compline/d_gconvert.U
2740 Branch: perl
2741 ! AUTHORS Configure config_h.SH pp_ctl.c
2742____________________________________________________________________________
2743[ 6960] By: jhi on 2000/08/31 22:39:36
2744 Log: Further rewording.
2745 Branch: perl
2746 ! pp_ctl.c
2747____________________________________________________________________________
2748[ 6959] By: jhi on 2000/08/31 21:26:44
2749 Log: More address tweaking.
2750 Branch: perl
2751 ! AUTHORS Changes
2752____________________________________________________________________________
2753[ 6958] By: jhi on 2000/08/31 20:47:25
2754 Log: AUTHORS tweaks, from Peter Prymmer.
2755
2756 Subject: [PATCH: 6948] mvs doesn't exist (not any more)
2757 From: Peter Prymmer <pvhp@forte.com>
2758 Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT)
2759 Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
2760 Branch: perl
2761 ! AUTHORS MAINTAIN
2762____________________________________________________________________________
2763[ 6957] By: jhi on 2000/08/31 20:34:43
2764 Log: perldelta tweaks.
2765 Branch: perl
2766 ! pod/perldelta.pod
2767____________________________________________________________________________
2768[ 6956] By: jhi on 2000/08/31 19:11:06
2769 Log: Regen perltoc.
2770 Branch: perl
2771 ! pod/perltoc.pod
2772____________________________________________________________________________
2773[ 6955] By: jhi on 2000/08/31 19:06:30
2774 Log: Clarify the mergesort situation.
2775 Branch: perl
2776 ! pp_ctl.c
2777____________________________________________________________________________
2778[ 6954] By: jhi on 2000/08/31 18:24:17
2779 Log: Move the Solaris 7 scan to use64bitall, make the
2780 failure to find 64-bot sparc libc to mention the
2781 possibility of being in an intel, from Lupe and Alan.
2782 Branch: perl
2783 ! hints/solaris_2.sh
2784____________________________________________________________________________
2785[ 6953] By: jhi on 2000/08/31 18:09:20
2786 Log: Forget about NV_MAX (#6951). Various floating point tweaks,
2787 ideas from Eric Fifer, Yitzchak, Alan, and Spider.
2788 Branch: metaconfig
2789 ! U/compline/d_gconvert.U U/threads/archname.U
2790 Branch: metaconfig/U/perl
2791 ! perlxv.U
2792 Branch: perl
2793 ! Configure config_h.SH sv.c
2794____________________________________________________________________________
2795[ 6952] By: jhi on 2000/08/31 17:42:24
2796 Log: :: not allowed in pathnames, change to .
2797
2798 Subject: [PATCH perl@6938] cygwin port
2799 From: "Fifer, Eric" <EFifer@sanwaint.com>
2800 Date: Thu, 31 Aug 2000 16:32:59 +0100
2801 Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
2802 Branch: metaconfig/U/perl
2803 ! perlxv.U
2804____________________________________________________________________________
2805[ 6951] By: jhi on 2000/08/31 17:02:05
2806 Log: Try to deduce NV_MAX. Really should be Configure fodder.
2807 Branch: perl
2808 ! perl.h
2809____________________________________________________________________________
2810[ 6950] By: jhi on 2000/08/31 16:26:08
2811 Log: More author updates.
2812
2813 Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
2814 From: Simon Cozens <simon@cozens.net>
2815 Date: Thu, 31 Aug 2000 17:13:32 +0100
2816 Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
2817 Branch: perl
2818 ! AUTHORS
2819____________________________________________________________________________
2820[ 6949] By: jhi on 2000/08/31 16:04:49
2821 Log: POSIX doesn't report long double values under -Duselongdouble
2822 when the long doubles are "real" (bigger than doubles).
2823 Branch: perl
2824 ! ext/POSIX/POSIX.xs
2825____________________________________________________________________________
2826[ 6948] By: jhi on 2000/08/31 15:25:10
2827 Log: Update Changes.
2828 Branch: perl
2829 ! Changes patchlevel.h
2830____________________________________________________________________________
0d3805ce
JH
2831[ 6947] By: jhi on 2000/08/31 15:22:29
2832 Log: Document UNTIE in a very minimalistic way.
2833 Branch: perl
2834 ! pod/perlfunc.pod pod/perltie.pod
2835____________________________________________________________________________
2836[ 6946] By: jhi on 2000/08/31 15:15:23
2837 Log: Document known failures.
2838 Branch: perl
2839 ! pod/perldelta.pod
2840____________________________________________________________________________
2841[ 6945] By: jhi on 2000/08/31 15:07:00
2842 Log: Don't attach -ld to the archname if pointless.
2843 Branch: metaconfig
2844 ! U/threads/archname.U
2845 Branch: perl
2846 ! Configure config_h.SH
2847____________________________________________________________________________
2848[ 6944] By: jhi on 2000/08/31 14:37:42
2849 Log: Wrap the test in eval.
2850
2851 Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
2852 From: Tim Jenness <timj@jach.hawaii.edu>
2853 Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
2854 Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
2855 Branch: perl
2856 ! t/lib/ftmp-security.t
2857____________________________________________________________________________
2858[ 6943] By: jhi on 2000/08/31 14:30:57
2859 Log: Make -Dusemorebits find long doubles in Solaris.
2860 Branch: perl
2861 ! hints/solaris_2.sh
2862____________________________________________________________________________
2863[ 6942] By: jhi on 2000/08/31 13:48:45
2864 Log: Clarify the third case of ftmp-security warnings.
2865 Branch: perl
2866 ! INSTALL
2867____________________________________________________________________________
2868[ 6941] By: jhi on 2000/08/31 13:40:31
2869 Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
2870 From: <abigail@foad.org>
2871 Date: Thu, 31 Aug 2000 01:35:05 -0400
2872 Message-ID: <20000831053505.32120.qmail@foad.org>
2873 Branch: perl
2874 ! pod/perldelta.pod
2875____________________________________________________________________________
2876[ 6940] By: jhi on 2000/08/31 13:38:48
2877 Log: Issue useful diagnostic on unknown pod commands.
2878
2879 Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
2880 From: <abigail@foad.org>
2881 Date: Thu, 31 Aug 2000 03:41:18 -0400
2882 Message-ID: <20000831074118.24880.qmail@foad.org>
2883 Branch: perl
2884 ! lib/Pod/Man.pm
2885____________________________________________________________________________
2886[ 6939] By: jhi on 2000/08/31 13:34:33
2887 Log: Reveal Borland's isnan.
2888
2889 Subject: build with BC++ tweak
2890 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
2891 Date: Thu, 31 Aug 2000 13:09:37 +0400
2892 Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
2893 Branch: perl
2894 ! win32/win32.h
2895____________________________________________________________________________
2896[ 6938] By: jhi on 2000/08/31 05:01:20
2897 Log: Update Changes.
2898 Branch: perl
2899 ! Changes patchlevel.h
2900____________________________________________________________________________
a0bff7c3
JH
2901[ 6937] By: jhi on 2000/08/31 04:26:23
2902 Log: sscanf() may be the only way to read long doubles from strings.
2903 Branch: metaconfig/U/perl
2904 ! longdblfio.U
2905 Branch: perl
2906 ! Configure config_h.SH perl.h util.c
2907____________________________________________________________________________
2908[ 6936] By: jhi on 2000/08/31 04:18:19
2909 Log: The #6929 was too skimpy.
2910 Branch: perl
2911 ! sv.c
2912____________________________________________________________________________
2913[ 6935] By: jhi on 2000/08/31 02:47:07
2914 Log: Subject: Re: typos in pods
2915 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
2916 Date: Wed, 30 Aug 2000 19:25:34 -0700
2917 Message-ID: <eIcr5gzkg25X092yn@efn.org>
2918 Branch: perl
2919 ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
2920____________________________________________________________________________
2921[ 6934] By: jhi on 2000/08/31 02:42:55
2922 Log: Missed one Unicode file.
2923 Branch: perl
2924 + lib/unicode/UCDFF301.html
2925____________________________________________________________________________
2926[ 6933] By: jhi on 2000/08/30 23:42:27
2927 Log: Update Changes.
2928 Branch: perl
2929 ! Changes patchlevel.h
2930____________________________________________________________________________
cf19c48c
JH
2931[ 6932] By: jhi on 2000/08/30 23:40:07
2932 Log: Mention UNTIE in perldelta. Still needs documenting
2933 in perltie et alia.
2934 Branch: perl
2935 ! pod/perldelta.pod
2936____________________________________________________________________________
2937[ 6931] By: jhi on 2000/08/30 23:36:02
2938 Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
2939 From: <abigail@foad.org>
2940 Date: Wed, 30 Aug 2000 19:28:07 -0400
2941 Message-ID: <20000830232807.305.qmail@foad.org>
2942 Branch: perl
2943 ! pod/perldelta.pod
2944____________________________________________________________________________
2945[ 6930] By: jhi on 2000/08/30 23:32:40
2946 Log: Update to Unicode 3.0.1.
2947 Branch: perl
2948 + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
2949 + lib/unicode/PropList.txt lib/unicode/README.perl
2950 + lib/unicode/UCD301.html lib/unicode/Unicode.301
2951 - lib/unicode/Props.txt lib/unicode/UCD300.html
2952 - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
2953 ! (edit 257 files)
2954____________________________________________________________________________
2955[ 6929] By: jhi on 2000/08/30 22:38:18
2956 Log: Heap decorruption.
2957
2958 Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
2959 From: Alan Burlison <Alan.Burlison@uk.sun.com>
2960 Date: Wed, 30 Aug 2000 22:39:52 +0100
2961 Message-ID: <39AD7F28.A06533CF@uk.sun.com>
2962 Branch: perl
2963 ! sv.c
2964____________________________________________________________________________
2965[ 6928] By: jhi on 2000/08/30 22:29:34
2966 Log: Retract the dummy test, skip the security tests (instead of failing),
2967 explain what the warnings mean.
2968 Branch: perl
2969 ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
2970____________________________________________________________________________
2971[ 6927] By: jhi on 2000/08/30 22:14:13
2972 Log: Change the internal implementation of sort() to be mergesort
2973 instead of quicksort, from John Linderman <jpl@research.att.com>.
2974 Gives us better worst case, better average case, and stability.
2975 What's there not to like? (Small fixes for threaded builds
2976 were required).
2977 Branch: perl
2978 ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
2979____________________________________________________________________________
2980[ 6926] By: jhi on 2000/08/30 20:55:20
2981 Log: A better fix for the Socket building problem from Craig Berry.
2982 Branch: perl
2983 ! vms/vms.c
2984____________________________________________________________________________
2985[ 6925] By: jhi on 2000/08/30 20:20:25
2986 Log: Subject: [PATCH] Re: UNTIE method
2987 From: Nick Ing-Simmons <nik@tiuk.ti.com>
2988 Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
2989 Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
2990 Branch: perl
2991 ! pp_sys.c t/op/tie.t
2992____________________________________________________________________________
2993[ 6924] By: jhi on 2000/08/30 20:17:11
2994 Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
2995 From: "Craig A. Berry" <craig.berry@psinetcs.com>
2996 Date: Wed, 30 Aug 2000 15:03:14 -0500
2997 Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
2998 Branch: perl
2999 ! vms/vms.c
3000____________________________________________________________________________
3001[ 6923] By: jhi on 2000/08/30 20:15:18
3002 Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
3003 From: "Craig A. Berry" <craig.berry@psinetcs.com>
3004 Date: Wed, 30 Aug 2000 13:30:36 -0500
3005 Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
3006 Branch: perl
3007 ! vms/vms.c
3008____________________________________________________________________________
3009[ 6922] By: jhi on 2000/08/30 19:54:43
3010 Log: Better options for rsync.
3011 Branch: perl
3012 ! pod/perlhack.pod
3013____________________________________________________________________________
3014[ 6921] By: jhi on 2000/08/30 19:40:16
3015 Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
3016 From: Rick Delaney <rick@consumercontact.com>
3017 Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
3018 Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
3019 Branch: perl
3020 ! pod/perlfunc.pod
3021____________________________________________________________________________
3022[ 6920] By: jhi on 2000/08/30 19:36:40
3023 Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
3024 From: Peter Prymmer <pvhp@forte.com>
3025 Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
3026 Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
3027 Branch: perl
3028 ! configure.com
3029____________________________________________________________________________
3030[ 6919] By: jhi on 2000/08/30 14:52:02
3031 Log: Update Changes.
3032 Branch: perl
3033 ! Changes patchlevel.h
3034____________________________________________________________________________
9a871999
JH
3035[ 6918] By: jhi on 2000/08/30 14:48:34
3036 Log: NVs not necessarily doubles, as pointed out by Yitzchak.
3037 Branch: perl
3038 ! lib/ExtUtils/typemap
3039____________________________________________________________________________
3040[ 6917] By: jhi on 2000/08/30 14:46:34
3041 Log: Subject: typos in pods
3042 From: Nicholas Clark <nick@ccl4.org>
3043 Date: Wed, 30 Aug 2000 01:12:50 +0100
3044 Message-ID: <20000830011249.A61388@plum.flirble.org>
3045 Branch: perl
3046 ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
3047 ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
3048 ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
3049 ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
3050____________________________________________________________________________
3051[ 6916] By: jhi on 2000/08/30 14:19:09
3052 Log: Document Storable problems on Crays. (Will have
3053 to document all the other Storable problems, too.)
3054 Branch: perl
3055 ! pod/perldelta.pod
3056____________________________________________________________________________
3057[ 6915] By: jhi on 2000/08/30 14:06:02
3058 Log: Subject: [PATCH] fix misc cast warnings
3059 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
3060 Date: Tue, 29 Aug 2000 23:16:14 -0700
3061 Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
3062 Branch: perl
3063 ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
3064 ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
3065 ! os2/os2ish.h
3066____________________________________________________________________________
3067[ 6914] By: jhi on 2000/08/30 14:03:45
3068 Log: Timestamp mismatch again. Need to fix this dependence on
3069 config_h.SH timestamp, since it's the contents of config_h.SH
3070 that matter.
3071 Branch: perl
3072 ! uconfig.h uconfig.sh
3073____________________________________________________________________________
3074[ 6913] By: jhi on 2000/08/30 13:54:06
3075 Log: Don't say "Perl 5.0 source kit".
3076 Branch: perl
3077 ! perl.c
3078____________________________________________________________________________
3079[ 6912] By: jhi on 2000/08/30 13:51:24
3080 Log: Reset archname and archname64 always, forcing them be
3081 recomputed at each Configure run, make Configure and
3082 the hints files agree on the naming of largefiles variables.
3083 Branch: metaconfig
3084 ! U/threads/archname.U
3085 Branch: metaconfig/U/perl
3086 ! use64bits.U
3087 Branch: perl
3088 ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
3089 ! hints/linux.sh hints/solaris_2.sh
3090____________________________________________________________________________
3091[ 6911] By: jhi on 2000/08/30 13:30:13
3092 Log: Put back the slice accidentally removed by #6907.
3093 Branch: perl
3094 ! hints/solaris_2.sh
3095____________________________________________________________________________
3096[ 6910] By: jhi on 2000/08/30 01:24:26
3097 Log: Be consistent: other Net::get* do export theirs.
3098
3099 Subject: Re: Net::protoent does not export 'getproto'
3100 From: Yasushi Nakajima <sey@jkc.co.jp>
3101 Date: Wed, 30 Aug 2000 09:53:14 +0900
3102 Message-Id: <200008300051.DAA24700@taku.hut.fi>
3103 Branch: perl
3104 ! lib/Net/protoent.pm
3105____________________________________________________________________________
3106[ 6909] By: jhi on 2000/08/30 01:17:25
3107 Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps
3108 From: Gurusamy Sarathy <gsar@ActiveState.com>
3109 Date: Tue, 29 Aug 2000 17:17:07 -0700
3110 Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
3111 Branch: perl
3112 ! cop.h
3113____________________________________________________________________________
3114[ 6908] By: jhi on 2000/08/30 00:58:05
3115 Log: Update Changes.
3116 Branch: perl
3117 ! Changes patchlevel.h
3118____________________________________________________________________________
d2caad93
JH
3119[ 6907] By: jhi on 2000/08/30 00:57:22
3120 Log: Introduce ccname to keep track of what compiler kind of we have.
3121 Branch: metaconfig/U/perl
3122 ! Checkcc.U gccvers.U
3123 Branch: perl
3124 ! Configure config_h.SH hints/solaris_2.sh
3125____________________________________________________________________________
3126[ 6906] By: jhi on 2000/08/30 00:25:47
3127 Log: Put back the flags dump as reasoned in
3128
3129 Subject: Re: [PATCH] Glob dumping
3130 From: Mike Guy <mjtg@cam.ac.uk>
3131 Date: Tue, 29 Aug 2000 21:41:32 +0100
3132 Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
3133 Branch: perl
3134 ! dump.c t/lib/peek.t
3135____________________________________________________________________________
3136[ 6905] By: jhi on 2000/08/30 00:16:17
3137 Log: Make the epsilon to be relative, not absolute.
3138
3139 Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
3140 From: Spider Boardman <spider-perl@orb.nashua.nh.us>
3141 Date: Tue, 29 Aug 2000 19:58:56 -0400
3142 Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
3143 Branch: perl
3144 ! t/lib/trig.t
3145____________________________________________________________________________
3146[ 6904] By: jhi on 2000/08/30 00:13:09
3147 Log: From now on, Gisle is on my list of usual suspects :-)
3148 Retract #6902.
3149 Branch: perl
3150 ! ext/Opcode/Safe.pm
3151____________________________________________________________________________
3152[ 6903] By: jhi on 2000/08/29 23:51:20
3153 Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
3154 From: "Craig A. Berry" <craig.berry@psinetcs.com>
3155 Date: Tue, 29 Aug 2000 18:43:26 -0500
3156 Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
3157 Branch: perl
3158 + vms/vmspipe.com
3159 ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
3160 ! vms/vms.c
3161____________________________________________________________________________
3162[ 6902] By: jhi on 2000/08/29 23:44:14
3163 Log: Retry what #6882 attempted.
3164
3165 Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
3166 From: Gisle Aas <gisle@ActiveState.com>
3167 Date: 30 Aug 2000 00:33:09 +0200
3168 Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
3169 Branch: perl
3170 ! ext/Opcode/Safe.pm
3171____________________________________________________________________________
3172[ 6901] By: jhi on 2000/08/29 22:59:32
3173 Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
3174 From: Hugo <hv@crypt.compulink.co.uk>
3175 Date: Mon, 12 Jun 2000 19:36:08 +0100
3176 Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
3177 Branch: perl
3178 ! sv.c
3179____________________________________________________________________________
3180[ 6900] By: jhi on 2000/08/29 22:58:35
3181 Log: Admit that we are leaking scalars.
3182
3183 Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
3184 From: Spider Boardman <spider@leggy.zk3.dec.com>
3185 Date: Tue, 29 Aug 2000 18:48:29 -0400
3186 Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
3187 Branch: perl
3188 ! t/pragma/warnings.t
3189____________________________________________________________________________
3190[ 6899] By: jhi on 2000/08/29 20:53:13
3191 Log: Update Changes.
3192 Branch: perl
3193 ! Changes patchlevel.h
3194____________________________________________________________________________
a6f9fe2f
JH
3195[ 6898] By: jhi on 2000/08/29 20:46:21
3196 Log: Undo namespace pollution of #6878.
3197
3198 Subject: Re: Net::protoent does not export 'getproto'
3199 From: Mike Guy <mjtg@cam.ac.uk>
3200 Date: Tue, 29 Aug 2000 21:32:37 +0100
3201 Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
3202 Branch: perl
3203 ! lib/Net/protoent.pm
3204____________________________________________________________________________
3205[ 6897] By: jhi on 2000/08/29 20:44:29
3206 Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
3207 From: Peter Prymmer <pvhp@forte.com>
3208 Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
3209 Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
3210 Branch: perl
3211 ! pod/perlebcdic.pod
3212____________________________________________________________________________
3213[ 6896] By: jhi on 2000/08/29 20:40:57
3214 Log: There's no point repeating the 'revision' (5) of perl5.
3215 Branch: metaconfig/U/perl
3216 ! Devel.U patchlevel.U
3217 Branch: perl
3218 ! Configure config_h.SH
3219____________________________________________________________________________
3220[ 6895] By: jhi on 2000/08/29 20:16:58
3221 Log: Regen Configure for #6894.
3222 Branch: metaconfig/U/perl
3223 ! perladmin.U
3224 Branch: perl
3225 ! Configure config_h.SH
3226____________________________________________________________________________
3227[ 6894] By: jhi on 2000/08/29 19:59:52
3228 Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
3229 From: "Philip Newton" <Philip.Newton@gmx.net>
3230 Date: Tue, 29 Aug 2000 21:39:14 +0200
3231 Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
3232 Branch: perl
3233 ! Configure INSTALL README hints/README.hints hints/bsdos.sh
3234 ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
3235 ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
3236 ! utils/perlbug.PL
3237____________________________________________________________________________
3238[ 6893] By: jhi on 2000/08/29 19:55:30
3239 Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
3240 From: "Philip Newton" <Philip.Newton@gmx.net>
3241 Date: Tue, 29 Aug 2000 21:39:14 +0200
3242 Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
3243 Branch: perl
3244 ! installhtml
3245____________________________________________________________________________
3246[ 6892] By: jhi on 2000/08/29 19:53:59
3247 Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
3248 From: "Philip Newton" <Philip.Newton@gmx.net>
3249 Date: Tue, 29 Aug 2000 21:48:18 +0200
3250 Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
3251 Branch: perl
3252 ! lib/File/Temp.pm
3253____________________________________________________________________________
3254[ 6891] By: jhi on 2000/08/29 18:30:03
3255 Log: Nail the ID 20000828.023.
3256 Branch: perl
3257 ! ext/Storable/Storable.xs
3258____________________________________________________________________________
3259[ 6890] By: jhi on 2000/08/29 16:50:17
3260 Log: Under usethreads the dumped variable is IN_PAD.
3261
3262 Subject: Re: [PATCH] Glob dumping
3263 From: Gisle Aas <gisle@ActiveState.com>
3264 Date: 29 Aug 2000 18:45:05 +0200
3265 Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
3266 Branch: perl
3267 ! t/lib/peek.t
3268____________________________________________________________________________
3269[ 6889] By: jhi on 2000/08/29 15:17:37
3270 Log: Update Changes.
3271 Branch: perl
3272 ! Changes patchlevel.h
3273____________________________________________________________________________
3515010d
JH
3274[ 6888] By: jhi on 2000/08/29 14:49:59
3275 Log: Retract #6882, broke the safe tests.
3276 Branch: perl
3277 ! ext/Opcode/Safe.pm
3278____________________________________________________________________________
3279[ 6887] By: jhi on 2000/08/29 14:47:06
3280 Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
3281 From: Gisle Aas <gisle@ActiveState.com>
3282 Date: 09 Jun 2000 20:00:11 +0200
3283 Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
3284 Branch: perl
3285 ! utils/perldoc.PL
3286____________________________________________________________________________
3287[ 6886] By: jhi on 2000/08/29 14:42:45
3288 Log: The #6881 removed one dump line.
3289 Branch: perl
3290 ! t/lib/peek.t
3291____________________________________________________________________________
3292[ 6885] By: jhi on 2000/08/29 14:30:47
3293 Log: Don't forget to tidy up.
3294 Branch: perl
3295 ! t/lib/ftmp-security.t
3296____________________________________________________________________________
3297[ 6884] By: jhi on 2000/08/29 14:25:17
3298 Log: Disabling the one test is a bit tricky.
3299 Branch: perl
3300 ! t/lib/ftmp-security.t
3301____________________________________________________________________________
3302[ 6883] By: jhi on 2000/08/29 14:16:25
3303 Log: Disable one of the tests for now.
3304 Branch: perl
3305 ! t/lib/ftmp-security.t
3306____________________________________________________________________________
3307[ 6882] By: jhi on 2000/08/29 14:05:50
3308 Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
3309 From: gisle@aas.no
3310 Date: 29 Aug 2000 10:35:06 -0000
3311 Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
3312 Branch: perl
3313 ! ext/Opcode/Safe.pm
3314____________________________________________________________________________
3315[ 6881] By: jhi on 2000/08/29 14:03:51
3316 Log: Subject: [PATCH] Glob dumping
3317 From: Gisle Aas <gisle@ActiveState.com>
3318 Date: 29 Aug 2000 07:59:42 -0000
3319 Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
3320 Branch: perl
3321 ! dump.c
3322____________________________________________________________________________
3323[ 6880] By: jhi on 2000/08/29 14:02:01
3324 Log: Subject: [PATCH] Warnings in B::Deparse
3325 From: <abigail@foad.org>
3326 Date: Tue, 29 Aug 2000 00:00:01 -0400
3327 Message-ID: <20000829040001.2999.qmail@foad.org>
3328 Branch: perl
3329 ! ext/B/B/Deparse.pm
3330____________________________________________________________________________
3331[ 6879] By: jhi on 2000/08/29 13:57:26
3332 Log: Missed a change in #6869.
3333 Branch: perl
3334 ! mg.c
3335____________________________________________________________________________
3336[ 6878] By: jhi on 2000/08/29 13:45:04
3337 Log: Subject: Net::protoent does not export 'getproto'
3338 From: Yasushi Nakajima <sey@jkc.co.jp>
3339 Date: Tue, 29 Aug 2000 17:28:57 +0900
3340 Branch: perl
3341 ! lib/Net/protoent.pm
3342____________________________________________________________________________
3343[ 6877] By: jhi on 2000/08/29 13:39:19
3344 Log: Patches all over for people and the files they (hopefully) care about.
3345 Branch: perl
3346 ! AUTHORS Changes MAINTAIN
3347____________________________________________________________________________
3348[ 6876] By: jhi on 2000/08/29 12:53:54
3349 Log: Fix for thinko in #6848.
3350
3351 Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
3352 From: Lupe Christoph <lupe@lupe-christoph.de>
3353 Date: Tue, 29 Aug 2000 09:04:08 +0200
3354 Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
3355 Branch: perl
3356 ! ext/Thread/Thread.xs
3357____________________________________________________________________________
3358[ 6875] By: jhi on 2000/08/29 12:50:14
3359 Log: Update to Getopt::Long 2.24, from Johan Vromans.
3360 Branch: perl
3361 ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
3362____________________________________________________________________________
3363[ 6874] By: jhi on 2000/08/29 02:09:53
3364 Log: Use minimal @INC in tests, most of the time just '../lib',
3365 so that we simply can't pick up stuff from other Perls than
3366 the one we are testing. Pointed out by
3367
3368 From: Mike Guy <mjtg@cam.ac.uk>
3369 Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built
3370 Date: Fri, 25 Aug 2000 15:15:59 +0100
3371 Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
3372 Branch: perl
3373 ! (edit 185 files)
3374____________________________________________________________________________
3375[ 6873] By: jhi on 2000/08/29 01:07:11
3376 Log: Subject: [PATCH] Re: files not cleaned even by veryclean
3377 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
3378 Date: Mon, 28 Aug 2000 17:45:52 -0700
3379 Message-ID: <Afwq5gzkg2UB092yn@efn.org>
3380 Branch: perl
3381 ! Makefile.SH hints/os2.sh
3382____________________________________________________________________________
3383[ 6872] By: jhi on 2000/08/28 23:33:39
3384 Log: Subject: [PATCH bleedperl@6866] spellings
3385 From: marcel@codewerk.com (Marcel Grunauer)
3386 Date: Tue, 29 Aug 2000 01:19:59 +0200
3387 Message-Id: <200008282319.BAA29862@gandalf.local>
3388 Branch: perl
3389 ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
3390 ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
3391 ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
3392____________________________________________________________________________
3393[ 6871] By: jhi on 2000/08/28 23:22:09
3394 Log: Take out the SUIDMAIL thing, that will not be
3395 a problem in 5.7.*.
3396 Branch: perl
3397 ! patchlevel.h
3398____________________________________________________________________________
3399[ 6870] By: jhi on 2000/08/28 23:19:30
3400 Log: -S is the silent flag, -s is the strip flag.
3401
3402 Subject: [PATCH] Re: [PATCH] make no-install
3403 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
3404 Date: Mon, 28 Aug 2000 15:12:55 -0700
3405 Message-ID: <nPuq5gzkg2FO092yn@efn.org>
3406 Branch: perl
3407 ! Makefile.SH
3408____________________________________________________________________________
3409[ 6869] By: jhi on 2000/08/28 23:12:05
3410 Log: Subject: [PATCH bleedperl@6856] warnings fixes
3411 From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
3412 Date: Mon, 28 Aug 2000 23:55:06 +0100
3413 Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
3414 Branch: perl
3415 ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
3416 ! warnings.h warnings.pl
3417____________________________________________________________________________
3418[ 6868] By: jhi on 2000/08/28 21:38:22
3419 Log: Potential cruft.
3420 Branch: perl
3421 ! Makefile.SH
3422____________________________________________________________________________
3423[ 6867] By: jhi on 2000/08/28 21:35:36
3424 Log: Update Changes.
3425 Branch: perl
3426 ! Changes patchlevel.h
3427____________________________________________________________________________
98e06804
JH
3428[ 6866] By: jhi on 2000/08/28 21:33:49
3429 Log: Subject: hv.h Doc Patch
3430 From: Fisher Mark <fisherm@tce.com>
3431 Date: Mon, 28 Aug 2000 16:24:59 -0500
3432 Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
c40596a0 3433 Branch: perl
98e06804 3434 ! hv.h
c40596a0 3435____________________________________________________________________________
98e06804
JH
3436[ 6865] By: jhi on 2000/08/28 21:02:15
3437 Log: Add -ld to archname on long tr...double platforms.
3438 Branch: metaconfig
3439 ! U/threads/archname.U
c40596a0 3440 Branch: perl
98e06804 3441 ! Configure config_h.SH
c40596a0 3442____________________________________________________________________________
98e06804
JH
3443[ 6864] By: jhi on 2000/08/28 20:38:59
3444 Log: An attempt to fix the problem reported in
3445
3446 Subject: Building perl@6856 using gcc/AIX 4.3.3
3447 From: Daniel Muino <dmuino@afip.gov.ar>
3448 Date: Mon, 28 Aug 2000 15:50:01 -0300
3449 Message-ID: <20000828155001.A14403@con2-dgi>
3450
3451 I can't test this properly since the gcc installation I have
3452 access to seems to be botched (gcc is calling the AIX cpp,
3453 a losing proposition...)
c40596a0 3454 Branch: perl
98e06804 3455 ! hints/aix.sh
c40596a0 3456____________________________________________________________________________
98e06804
JH
3457[ 6863] By: jhi on 2000/08/28 18:57:52
3458 Log: Fix for ID 20000828.001, long doubles were not formatted
3459 correctly (showed up in $], which stopped installing perl).
c40596a0 3460 Branch: perl
98e06804 3461 ! sv.c
c40596a0 3462____________________________________________________________________________
98e06804
JH
3463[ 6862] By: jhi on 2000/08/28 18:07:15
3464 Log: Typo in #6858.
c40596a0 3465 Branch: perl
98e06804 3466 ! lib/Cwd.pm
c40596a0 3467____________________________________________________________________________
98e06804
JH
3468[ 6861] By: jhi on 2000/08/28 17:57:27
3469 Log: opmini.o may be left around if a build is interrupted.
c40596a0 3470 Branch: perl
98e06804 3471 ! Makefile.SH
c40596a0 3472____________________________________________________________________________
98e06804
JH
3473[ 6860] By: jhi on 2000/08/28 16:52:50
3474 Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
3475 From: Daniel Chetlin <daniel@chetlin.com>
3476 Date: Mon, 28 Aug 2000 01:14:18 -0700
3477 Message-ID: <20000828011418.J769@ilmd.chetlin.org>
c40596a0 3478 Branch: perl
98e06804 3479 ! lib/overload.pm
c40596a0 3480____________________________________________________________________________
98e06804
JH
3481[ 6859] By: jhi on 2000/08/28 16:08:46
3482 Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
3483 From: Nicholas Clark <nick@ccl4.org>
3484 Date: Mon, 28 Aug 2000 16:03:27 +0100
3485 Message-Id: <20000828160327.C49785@plum.flirble.org>
c40596a0 3486 Branch: perl
98e06804 3487 ! ext/ByteLoader/bytecode.h
c40596a0 3488____________________________________________________________________________
98e06804
JH
3489[ 6858] By: jhi on 2000/08/28 16:02:10
3490 Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
3491 From: Wolfgang Laun <wolfgang.laun@alcatel.at>
3492 Date: Mon, 28 Aug 2000 13:08:30 +0200
3493 Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
c40596a0 3494 Branch: perl
98e06804 3495 ! lib/Cwd.pm
c40596a0 3496____________________________________________________________________________
98e06804
JH
3497[ 6857] By: jhi on 2000/08/28 15:42:47
3498 Log: display_format used as a class method without arguments was broken,
3499 reported in
3500
3501 Subject: Math::Complex->display_format() sets style to 'Math::Complex'
3502 From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
3503 Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
3504 Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
3505 Branch: perl
3506 ! lib/Math/Complex.pm t/lib/complex.t
3507____________________________________________________________________________
3508[ 6856] By: jhi on 2000/08/27 22:09:48
c40596a0
JH
3509 Log: Update Changes.
3510 Branch: perl
3511 ! Changes patchlevel.h
3512____________________________________________________________________________
98e06804
JH
3513[ 6855] By: jhi on 2000/08/27 21:59:21
3514 Log: Retract #6853 (false alarm).
3515 Branch: perl
3516 ! lib/ExtUtils/xsubpp
3517____________________________________________________________________________
3518[ 6854] By: jhi on 2000/08/27 21:37:44
3519 Log: Update Changes.
3520 Branch: perl
3521 ! Changes patchlevel.h
3522____________________________________________________________________________
3523[ 6853] By: jhi on 2000/08/27 21:37:16
3524 Log: Subject: [PATCH perl@6850] workaround for xsubpp
3525 From: Hugo <hv@crypt.compulink.co.uk>
3526 Date: Sun, 27 Aug 2000 22:30:25 +0100
3527 Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
3528 Branch: perl
3529 ! lib/ExtUtils/xsubpp
3530____________________________________________________________________________
c40596a0
JH
3531[ 6852] By: jhi on 2000/08/27 21:33:58
3532 Log: Big-endian 64-bit patch from Raphael Manfredi.
3533 Branch: perl
3534 ! ext/Storable/Storable.xs
3535____________________________________________________________________________
3536[ 6851] By: jhi on 2000/08/27 21:22:21
3537 Log: More ruthless editing from Hugo van der Sanden.
3538 Branch: perl
3539 ! pod/perldelta.pod
3540____________________________________________________________________________
3541[ 6850] By: jhi on 2000/08/27 16:11:46
3542 Log: Update Changes.
3543 Branch: perl
3544 ! Changes patchlevel.h
3545____________________________________________________________________________
1a436f0c
JH
3546[ 6849] By: jhi on 2000/08/27 16:11:05
3547 Log: Provice virtual $Config{ccflags_nolargefiles} etc.
3548 Branch: perl
3549 ! configpm pod/perldelta.pod
3550____________________________________________________________________________
3551[ 6848] By: jhi on 2000/08/27 15:35:08
3552 Log: Use the actual thread type, not the pointer-to-struct.
3553 Branch: perl
3554 ! ext/Thread/Thread.xs
3555____________________________________________________________________________
3556[ 6847] By: jhi on 2000/08/27 15:30:49
3557 Log: Test nit.
3558 Branch: perl
3559 ! t/pragma/warn/pp_sys
3560____________________________________________________________________________
3561[ 6846] By: jhi on 2000/08/27 15:19:02
3562 Log: Passing -R in ldflags makes now it to appear in the default
3563 for lddlflags, just like with -L.
3564
3565 Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
3566 From: Lupe Christoph <lupe@lupe-christoph.de>
3567 Date: Sun, 27 Aug 2000 10:28:21 +0200
3568 Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
3569 Branch: metaconfig/U/perl
3570 ! dlsrc.U
3571 Branch: perl
3572 ! Configure
3573____________________________________________________________________________
3574[ 6845] By: jhi on 2000/08/27 15:08:54
3575 Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
3576 From: Alan Burlison <Alan.Burlison@uk.sun.com>
3577 Date: Sat, 26 Aug 2000 22:23:27 +0100
3578 Message-ID: <39A8354F.E1E832C9@uk.sun.com>
3579 Branch: perl
3580 ! lib/ExtUtils/MM_Unix.pm
3581____________________________________________________________________________
3582[ 6844] By: jhi on 2000/08/27 15:02:37
3583 Log: DJGPP update from Laszlo Molnar.
3584
3585 Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
3586 From: ml1050 <ml1050@freemail.hu>
3587 Date: Sat, 26 Aug 2000 23:24:40 +0200
3588 Message-Id: <20000826232440.A439@freemail.hu>
3589 Branch: perl
3590 ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
3591 ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
3592____________________________________________________________________________
3593[ 6843] By: jhi on 2000/08/27 14:53:58
3594 Log: Subject: installman buglet
3595 From: Lupe Christoph <lupe@lupe-christoph.de>
3596 Date: Sun, 27 Aug 2000 14:38:59 +0200
3597 Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
3598 Branch: perl
3599 ! installman
3600____________________________________________________________________________
3601[ 6842] By: jhi on 2000/08/27 14:52:08
3602 Log: Can't get the test to reliably work thanks to the
3603 inaccurateness of floating point. "Resolves" bug ids
3604 20000826.003, 20000826.009, 20000826.010,
3605 Branch: perl
3606 ! t/lib/trig.t
3607____________________________________________________________________________
3608[ 6841] By: jhi on 2000/08/26 15:53:58
3609 Log: Update Changes.
3610 Branch: perl
3611 ! Changes patchlevel.h
3612____________________________________________________________________________
a2518d28
JH
3613[ 6840] By: jhi on 2000/08/26 14:23:03
3614 Log: grep -e isn't portable.
3615
3616 Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
3617 From: chris@broadband.att.com
3618 Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
3619 Message-Id: <200008260617.AAA10219@lazlo.tci.com>
3620 Branch: perl
3621 ! hints/solaris_2.sh
3622____________________________________________________________________________
3623[ 6839] By: jhi on 2000/08/26 14:12:23
3980cbbb 3624 Log: no-install target a la make -n.
a2518d28
JH
3625
3626 Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
3627 From: <abigail@foad.org>
3628 Date: Sat, 26 Aug 2000 03:57:34 -0400
3629 Message-ID: <20000826075735.18912.qmail@foad.org>
3630 Branch: perl
3631 ! Makefile.SH installman installperl
3632____________________________________________________________________________
3633[ 6838] By: jhi on 2000/08/26 14:06:33
3634 Log: Retract #6826 as the #6828 should be do the same
3635 in a More Correct Way.
3636 Branch: perl
3637 ! installperl
3638____________________________________________________________________________
3639[ 6837] By: jhi on 2000/08/26 05:24:00
3640 Log: More casting.
3641 Branch: perl
3642 ! ext/Storable/Storable.xs
3643____________________________________________________________________________
3644[ 6836] By: jhi on 2000/08/26 05:05:46
3645 Log: Nicer in decimal.
3646 Branch: perl
3647 ! ext/Storable/Storable.xs
3648____________________________________________________________________________
3649[ 6835] By: jhi on 2000/08/26 05:03:50
3650 Log: There be no UVdf.
3651 Branch: perl
3652 ! ext/Storable/Storable.xs
3653____________________________________________________________________________
3654[ 6834] By: jhi on 2000/08/26 05:00:18
3655 Log: Continue IVdfing and UVxfing.
3656 Branch: perl
3657 ! ext/Storable/Storable.xs
3658____________________________________________________________________________
3659[ 6833] By: jhi on 2000/08/26 04:53:14
3660 Log: Use IVdf.
3661 Branch: perl
3662 ! ext/Storable/Storable.xs
3663____________________________________________________________________________
3664[ 6832] By: jhi on 2000/08/26 04:40:41
3665 Log: Document PTR2XX and INT2PTR.
3666 Branch: perl
3667 ! pod/perlguts.pod
3668____________________________________________________________________________
3669[ 6831] By: jhi on 2000/08/26 04:33:18
3670 Log: Use UVxf, PTR2UV, NVff.
3671 Branch: perl
3672 ! ext/Storable/Storable.xs
3673____________________________________________________________________________
3674[ 6830] By: jhi on 2000/08/26 04:31:32
3675 Log: Update the test count.
3676 Branch: perl
3677 ! t/lib/trig.t
3678____________________________________________________________________________
3679[ 6829] By: jhi on 2000/08/26 03:05:50
3680 Log: Subject: [PATCH] installation not quite silent yet.
3681 From: <abigail@foad.org>
3682 Date: Fri, 25 Aug 2000 20:07:53 -0400
3683 Message-ID: <20000826000753.7822.qmail@foad.org>
3684 Branch: perl
3685 ! installman installperl
3686____________________________________________________________________________
3687[ 6828] By: jhi on 2000/08/26 03:05:14
3688 Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED)
3689 From: Spider Boardman <spider@web.zk3.dec.com>
3690 Date: Fri, 25 Aug 2000 19:12:40 -0400
3691 Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
3692 Branch: perl
3693 ! gv.c
3694____________________________________________________________________________
3695[ 6827] By: jhi on 2000/08/25 23:54:34
3696 Log: Support preserving extremely big/small angles.
3697 Branch: perl
3698 ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
3699____________________________________________________________________________
3700[ 6826] By: jhi on 2000/08/25 23:01:20
3701 Log: Patch installperl to be long double-aware.
3702
3703 Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED)
3704 From: Spider Boardman <spider@web.zk3.dec.com>
3705 Date: Fri, 25 Aug 2000 18:15:23 -0400
3706 Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
3707 Branch: perl
3708 ! installperl
3709____________________________________________________________________________
3710[ 6825] By: jhi on 2000/08/25 22:58:25
3711 Log: Remove duplicately applied patch shards.
3712
3713 Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
3714 From: Spider Boardman <spider@leggy.zk3.dec.com>
3715 Date: Fri, 25 Aug 2000 16:45:03 -0400
3716 Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
3717 Branch: perl
3718 ! t/lib/cgi-html.t
3719____________________________________________________________________________
3720[ 6824] By: jhi on 2000/08/25 22:57:00
3721 Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
3722 From: Daniel Chetlin <daniel@chetlin.com>
3723 Date: Fri, 25 Aug 2000 12:23:16 -0700
3724 Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
3725
3726 Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
3727 From: Daniel Chetlin <daniel@chetlin.com>
3728 Date: Fri, 25 Aug 2000 14:47:19 -0700
3729 Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
3730 Branch: perl
3731 ! installman
3732____________________________________________________________________________
3733[ 6823] By: jhi on 2000/08/25 22:44:17
3734 Log: Timestamp problem?
3735 Branch: perl
3736 ! uconfig.h uconfig.sh
3737____________________________________________________________________________
3738[ 6822] By: jhi on 2000/08/25 19:01:06
3739 Log: One forgotten file from #6816.
3740 Branch: perl
3741 ! vos/config.h
3742____________________________________________________________________________
3743[ 6821] By: jhi on 2000/08/25 18:56:39
3744 Log: Regen Changes.
3745 Branch: perl
3746 ! Changes patchlevel.h
3747____________________________________________________________________________
99b32ad1
JH
3748[ 6820] By: jhi on 2000/08/25 18:52:35
3749 Log: Fix Changes ordering.
3750 Branch: perl
3751 ! Changes
3752____________________________________________________________________________
3753[ 6819] By: jhi on 2000/08/25 18:50:25
3754 Log: Update Changes.
3755 Branch: perl
3756 ! Changes patchlevel.h
6558817a 3757____________________________________________________________________________
2b7d8dfb
JH
3758[ 6818] By: jhi on 2000/08/25 18:47:45
3759 Log: Tweak the sfio/useperlio logic, hopefully as wished in
3760
3761 Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
3762 From: Nicholas Clark <nick@babyhippo.co.uk>
3763 Date: Fri, 25 Aug 2000 12:01:45 +0100
3764 Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
3765 Branch: metaconfig/U/perl
3766 ! d_sfio.U
3767 Branch: perl
3768 ! Configure
3769____________________________________________________________________________
3770[ 6817] By: jhi on 2000/08/25 18:32:51
3771 Log: Allow microperl to assume <math.h>, without it the math
3772 functions like floor() are assumed to return int, which makes
3773 for core dumps in machines where integer and floating register
3774 don't mix.
3775 Branch: perl
3776 ! uconfig.h uconfig.sh
3777____________________________________________________________________________
3778[ 6816] By: jhi on 2000/08/25 18:27:17
3779 Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
3780 the problem reported in
3781
3782 Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
3783 From: danhale@us.ibm.com
3784 Date: Fri, 25 Aug 2000 10:58:06 -0400
3785 Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
3786 Branch: metaconfig/U/perl
3787 + d_socks5_init.U
3788 Branch: perl
3789 ! Configure INSTALL config_h.SH configure.com epoc/config.sh
3790 ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
3791 ! vos/config.pl vos/config_h.SH_orig win32/config.bc
3792 ! win32/config.gc win32/config.vc
3793____________________________________________________________________________
3794[ 6815] By: jhi on 2000/08/25 17:43:31
3795 Log: A solution for the retrieve_fd autosplit warning,
3796 idea suggested by Mike Guy.
3797 Branch: perl
3798 ! ext/Storable/Storable.pm
3799____________________________________________________________________________
3800[ 6814] By: jhi on 2000/08/25 17:16:03
3801 Log: Add install-silent target.
3802 Branch: perl
3803 ! Makefile.SH
3804____________________________________________________________________________
3805[ 6813] By: jhi on 2000/08/25 17:14:23
3806 Log: Subject: Re: [PATCH] More silencing of installman.
3807 From: <abigail@foad.org>
3808 Date: Thu, 24 Aug 2000 19:27:03 -0400
3809 Message-ID: <20000824232703.7001.qmail@foad.org>
3810
3811 Subject: Re: [PATCH] More silencing of installman.
3812 From: <abigail@foad.org>
3813 Date: Fri, 25 Aug 2000 03:00:58 -0400
3814 Message-ID: <20000825070058.10697.qmail@foad.org>
3815 Branch: perl
3816 ! installman
3817____________________________________________________________________________
3818[ 6812] By: jhi on 2000/08/25 17:11:28
3819 Log: installperl --verbose and --silent.
3820
3821 Subject: Re: [PATCH] More silencing of installman.
3822 From: <abigail@foad.org>
3823 Message-ID: <20000825064430.9719.qmail@foad.org>
3824 Date: Fri, 25 Aug 2000 02:44:30 -0400
3825 Branch: perl
3826 ! installperl
3827____________________________________________________________________________
3828[ 6811] By: jhi on 2000/08/25 17:05:43
3829 Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
3830 From: "Peter J. Farley III" <pjfarley@banet.net>
3831 Date: Thu, 24 Aug 2000 21:58:03 -0400
3832 Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
3833
3834 (applied slightly modified)
3835 Branch: perl
3836 ! lib/ExtUtils/MM_Unix.pm
3837____________________________________________________________________________
3838[ 6810] By: jhi on 2000/08/25 17:01:18
3839 Log: Missing parts of
3840
3841 Subject: [PATCH: 6789] some endl fixes for VMS wackiness
3842 From: Peter Prymmer <pvhp@forte.com>
3843 Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
3844 Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
3845 Branch: perl
3846 ! t/lib/cgi-html.t
3847____________________________________________________________________________
3848[ 6809] By: jhi on 2000/08/25 16:46:32
3849 Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
3850 From: "Craig A. Berry" <craig.berry@psinetcs.com>
3851 Date: Thu, 24 Aug 2000 19:13:11 -0500
3852 Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
3853 Branch: perl
3854 ! vms/vms.c
3855____________________________________________________________________________
3856[ 6808] By: jhi on 2000/08/25 16:39:22
3857 Log: Subject: [PATCH: 6805] several more tweaks to configure.com
3858 From: Peter Prymmer <pvhp@forte.com>
3859 Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
3860 Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
3861 Branch: perl
3862 ! configure.com
3863____________________________________________________________________________
3864[ 6807] By: jhi on 2000/08/25 16:36:37
3865 Log: Better wording for the vec lvalue diagnostic.
3866
3867 Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
3868 From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
3869 Date: Wed, 23 Aug 2000 14:12:16 -0400
3870 Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
3871 Branch: perl
3872 ! pod/perldiag.pod
3873____________________________________________________________________________
3874[ 6806] By: jhi on 2000/08/24 18:17:22
3875 Log: Subject: [PATCH] More silencing of installman.
3876 From: <abigail@foad.org>
3877 Date: Thu, 24 Aug 2000 14:01:44 -0400
3878 Message-ID: <20000824180144.20062.qmail@foad.org>
3879 Branch: perl
3880 ! installman
3881____________________________________________________________________________
3882[ 6805] By: jhi on 2000/08/24 15:00:31
3883 Log: Update Changes.
3884 Branch: perl
3885 ! Changes patchlevel.h
3886____________________________________________________________________________
3887[ 6804] By: jhi on 2000/08/24 14:59:07
3888 Log: Regen perltoc.
3889 Branch: perl
3890 ! pod/perltoc.pod
3891____________________________________________________________________________
3892[ 6803] By: jhi on 2000/08/24 14:44:39
3893 Log: Show the doc file, not the temp file.
3894 Branch: perl
3895 ! installman
3896____________________________________________________________________________
b449ee86
JH
3897[ 6802] By: jhi on 2000/08/24 14:41:53
3898 Log: Continue silencing.
3899 Branch: perl
3900 ! installman
3901____________________________________________________________________________
3902[ 6801] By: jhi on 2000/08/24 14:34:40
3903 Log: Actually do something with the silencer option.
3904 Branch: perl
3905 ! installman
3906____________________________________________________________________________
3907[ 6800] By: jhi on 2000/08/24 14:26:22
3908 Log: Make installman to recognize the silence flag -S.
3909 Branch: perl
3910 ! installman
3911____________________________________________________________________________
3912[ 6799] By: jhi on 2000/08/24 13:49:38
3913 Log: DOS patches and portability/porting notes, from Tim Jenness.
3914 Branch: perl
3915 ! lib/File/Temp.pm
3916____________________________________________________________________________
3917[ 6798] By: jhi on 2000/08/24 13:48:27
3918 Log: Create directories in silence.
3919
3920 Subject: [PATCH] Another silencer for MakeMaker
3921 From: andreas.koenig@anima.de (Andreas J. Koenig)
3922 Date: 24 Aug 2000 14:18:52 +0200
3923 Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
3924 Branch: perl
3925 ! lib/ExtUtils/Command.pm
3926____________________________________________________________________________
3927[ 6797] By: jhi on 2000/08/24 13:46:42
3928 Log: More liberal parsing of version numbers.
3929
3930 Subject: Re: CPAN.pm beta for testing available
3931 From: andreas.koenig@anima.de (Andreas J. Koenig)
3932 Date: 24 Aug 2000 13:51:57 +0200
3933 Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
3934 Branch: perl
3935 ! lib/CPAN.pm
3936____________________________________________________________________________
3937[ 6796] By: jhi on 2000/08/24 13:44:36
3938 Log: Make "make install" by default silent. A new "install-verbose"
3939 target is verbose.
3940 Branch: perl
3941 ! Makefile.SH
3942____________________________________________________________________________
3943[ 6795] By: jhi on 2000/08/24 13:39:14
3944 Log: Add silencer flags to installperl.
3945
3946 Subject: [PATCH] Making installperl silent.
3947 From: <abigail@foad.org>
3948 Date: Thu, 24 Aug 2000 05:01:45 -0400
3949 Message-ID: <20000824090145.13141.qmail@foad.org>
3950 Branch: perl
3951 ! installperl
3952____________________________________________________________________________
3953[ 6794] By: jhi on 2000/08/24 13:35:50
3954 Log: installperl couldn't tell whether it had run tests or not.
3955
3956 Subject: [PATCH] Re: installperl and t/TEST
3957 From: <abigail@foad.org>
3958 Date: Thu, 24 Aug 2000 04:00:53 -0400
3959 Message-ID: <20000824080053.2494.qmail@foad.org>
3960 Branch: perl
3961 ! Makefile.SH installperl
3962____________________________________________________________________________
3963[ 6793] By: jhi on 2000/08/24 13:27:50
3964 Log: Drop the separate perlbc, perlcc -b should be enough.
3965 Branch: perl
3966 - utils/perlbc.PL
3967 ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
3968____________________________________________________________________________
3969[ 6792] By: jhi on 2000/08/24 04:41:30
3970 Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
3971 plus the typo fix from Peter Prymmer.
3972 Branch: perl
3973 ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
3974 ! ext/Storable/Storable.pm ext/Storable/Storable.xs
3975____________________________________________________________________________
3976[ 6791] By: jhi on 2000/08/24 02:10:43
3977 Log: Replace #6705 with a minimal doc patch.
3978
3979 Subject: [PATCH 5.6.0] replace change #6705
3980 From: Jan Dubois <jand@ActiveState.com>
3981 Date: Wed, 23 Aug 2000 18:31:51 -0700
3982 Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
3983 Branch: perl
3984 ! lib/Win32.pod win32/win32.c
3985____________________________________________________________________________
3986[ 6790] By: jhi on 2000/08/23 17:52:00
3987 Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
3988 From: Mike Guy <mjtg@cam.ac.uk>
3989 Date: Wed, 23 Aug 2000 18:38:46 +0100
3990 Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
3991 Branch: perl
3992 ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
3993____________________________________________________________________________
3994[ 6789] By: jhi on 2000/08/23 15:34:21
3995 Log: Update Changes.
3996 Branch: perl
3997 ! Changes patchlevel.h
3998____________________________________________________________________________
3999[ 6788] By: jhi on 2000/08/23 15:33:40
4000 Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
4001 From: Wilfredo Sánchez <wsanchez@apple.com>
4002 Date: Tue, 22 Aug 2000 19:31:27 -0700
4003 Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
4004 Branch: perl
4005 ! perl.h
4006____________________________________________________________________________
4007[ 6787] By: jhi on 2000/08/23 15:29:31
4008 Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
4009 From: Spider Boardman <spider@leggy.zk3.dec.com>
4010 Date: Wed, 23 Aug 2000 10:33:23 -0400
4011 Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
4012 Branch: perl
4013 ! lib/Pod/Html.pm
4014____________________________________________________________________________
4015[ 6786] By: jhi on 2000/08/23 15:28:11
4016 Log: Bad makefile.
4017 Branch: perl
4018 ! ext/B/Makefile.PL
4019____________________________________________________________________________
4020[ 6785] By: jhi on 2000/08/23 14:37:04
4021 Log: Update Changes.
4022 Branch: perl
4023 ! Changes patchlevel.h
4024____________________________________________________________________________
4025[ 6784] By: jhi on 2000/08/23 13:58:41
4026 Log: Portability fix from Hugo van der Sanden.
4027 Branch: perl
4028 ! ext/re/Makefile.PL
4029____________________________________________________________________________
4030[ 6783] By: jhi on 2000/08/23 13:53:53
4031 Log: Storable support, v-version fixes.
4032
4033 Subject: CPAN.pm beta for testing available
4034 From: andreas.koenig@anima.de (Andreas J. Koenig)
4035 Date: 22 Aug 2000 23:31:33 +0200
4036 Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
4037 Branch: perl
4038 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
4039____________________________________________________________________________
4040[ 6782] By: jhi on 2000/08/23 13:51:26
4041 Log: Mac and other portability updates from Chris Nandor.
4042 Branch: perl
4043 ! pod/perlmodinstall.pod
4044____________________________________________________________________________
4045[ 6781] By: jhi on 2000/08/23 13:47:33
4046 Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
4047 From: Peter Prymmer <pvhp@forte.com>
4048 Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
4049 Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
4050 Branch: perl
4051 ! ext/Storable/Storable.xs
4052____________________________________________________________________________
4053[ 6780] By: jhi on 2000/08/23 13:33:34
4054 Log: VMS MMS (make) wants null action.
4055 Branch: perl
4056 ! ext/B/Makefile.PL
4057____________________________________________________________________________
4058[ 6779] By: jhi on 2000/08/22 19:44:47
4059 Log: Forgot portability nit.
4060 Branch: perl
4061 ! t/lib/st-forgive.t
4062____________________________________________________________________________
4063[ 6778] By: jhi on 2000/08/22 19:35:25
4064 Log: Be portable.
4065 Branch: perl
4066 ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
4067 ! t/lib/st-store.t
4068____________________________________________________________________________
4069[ 6777] By: jhi on 2000/08/22 18:50:53
4070 Log: Update Changes.
4071 Branch: perl
4072 ! Changes patchlevel.h
4073____________________________________________________________________________
4074[ 6776] By: jhi on 2000/08/22 18:44:46
4075 Log: cSVOPo_*v things index into the current PL_curpad
4076 under ithreads, which is different from the curpad
4077 used by the XSUB. (In other words, the code as-is
4078 before this patch wouldn't work under ithreads.)
4079 From Sarathy.
4080 Branch: perl
4081 ! ext/B/B.xs
4082____________________________________________________________________________
4083[ 6775] By: jhi on 2000/08/22 18:18:37
4084 Log: Make the selection of NVff et al stricter.
4085 Branch: metaconfig/U/perl
4086 ! perlxvf.U
4087 Branch: perl
4088 ! Configure config_h.SH
4089____________________________________________________________________________
4090[ 6774] By: jhi on 2000/08/22 17:19:42
4091 Log: perldelta nits.
4092 Branch: perl
4093 ! pod/perldelta.pod
4094____________________________________________________________________________
4095[ 6773] By: jhi on 2000/08/22 17:06:26
4096 Log: Long double fixes from Spider Boardman.
4097
4098 Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
4099 From: system PRIVILEGED account <root@peano.zk3.dec.com>
4100 Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
4101 Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
4102 Branch: perl
4103 ! t/lib/bigfltpm.t t/lib/st-06compat.t
4104____________________________________________________________________________
4105[ 6772] By: jhi on 2000/08/22 15:04:53
4106 Log: Update Changes.
4107 Branch: perl
4108 ! Changes patchlevel.h
4109____________________________________________________________________________
4110[ 6771] By: jhi on 2000/08/22 15:01:44
4111 Log: perldelta fixes from Hugo van der Sanden.
4112 Branch: perl
4113 ! pod/perldelta.pod
4114____________________________________________________________________________
4115[ 6770] By: jhi on 2000/08/22 14:34:49
4116 Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
4117 From: Hugo <hv@crypt.compulink.co.uk>
4118 Date: Tue, 22 Aug 2000 11:21:53 +0100
4119 Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
4120 Branch: perl
4121 ! regcomp.c
4122____________________________________________________________________________
4123[ 6769] By: jhi on 2000/08/22 14:30:02
4124 Log: Add Yitzchak, reformat.
4125 Branch: perl
4126 ! Changes config_h.SH
4127____________________________________________________________________________
4128[ 6768] By: jhi on 2000/08/22 14:21:35
4129 Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
4130 and Spider Boardman.
4131 Branch: metaconfig
4132 ! U/compline/d_gconvert.U
4133 Branch: perl
4134 ! Configure
4135____________________________________________________________________________
4136[ 6767] By: jhi on 2000/08/22 14:11:24
4137 Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
4138 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
4139 Date: Mon, 21 Aug 2000 19:08:31 -0700
4140 Message-ID: <fCeo5gzkgmhY092yn@efn.org>
4141 Branch: perl
4142 - ext/Storable/patchlevel.h
4143 ! MANIFEST ext/Storable/MANIFEST
4144____________________________________________________________________________
4145[ 6766] By: jhi on 2000/08/22 13:49:29
4146 Log: Subject: [PATCH: 6757] configure.com updates and syslog build
4147 From: Peter Prymmer <pvhp@forte.com>
4148 Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
4149 Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
4150 Branch: perl
4151 ! configure.com ext/Storable/Makefile.PL
4152____________________________________________________________________________
4153[ 6765] By: jhi on 2000/08/22 13:44:59
4154 Log: Subject: [PATCH blead] B:: missing dependency
4155 From: Hugo <hv@crypt.compulink.co.uk>
4156 Date: Tue, 22 Aug 2000 06:44:33 +0100
4157 Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
4158 Branch: perl
4159 ! ext/B/Makefile.PL
4160____________________________________________________________________________
4161[ 6764] By: jhi on 2000/08/22 13:38:12
4162 Log: More bytecompiler.
4163 Branch: perl
4164 ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
4165____________________________________________________________________________
4166[ 6763] By: jhi on 2000/08/22 13:36:44
4167 Log: Bytecompiler patches from Benjamin Stuhl.
4168 Branch: perl
4169 ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
4170 ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
4171 ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
4172 ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
4173 ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
4174 ! perl.c perlapi.h pod/perldelta.pod
4175____________________________________________________________________________
4176[ 6762] By: jhi on 2000/08/21 23:43:40
4177 Log: An obsoleted diagnostic.
4178 Branch: perl
4179 ! pod/perldelta.pod
4180____________________________________________________________________________
4181[ 6761] By: jhi on 2000/08/21 23:01:45
4182 Log: The #6759 wasn't quite right.
4183 Branch: perl
4184 ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
4185 ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
4186 ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
4187 ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
4188 ! t/lib/st-tieditems.t
4189____________________________________________________________________________
4190[ 6760] By: jhi on 2000/08/21 22:35:49
4191 Log: Be verydeepclean.
4192 Branch: perl
4193 ! Makefile.SH
4194____________________________________________________________________________
4195[ 6759] By: jhi on 2000/08/21 22:25:40
4196 Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
4197 From: Peter Prymmer <pvhp@forte.com>
4198 Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
4199 Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
4200 Branch: perl
4201 ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
4202 ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
4203 ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
4204 ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
4205 ! t/lib/st-tieditems.t
4206____________________________________________________________________________
4207[ 6758] By: jhi on 2000/08/21 22:22:32
4208 Log: Few more casts, need reported in
4209
4210 Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
4211 From: Mike Stok <mike@stok.co.uk>
4212 Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
4213 Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
4214
4215 and
4216
4217 Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
4218 From: abigail@foad.org
4219 Date: 21 Aug 2000 21:31:34 -0000
4220 Message-Id: <20000821213134.30170.qmail@foad.org>
4221 Branch: perl
4222 ! ext/Storable/Storable.xs
4223____________________________________________________________________________
4224[ 6757] By: jhi on 2000/08/21 18:37:07
4225 Log: Update Changes.
4226 Branch: perl
4227 ! Changes patchlevel.h
4228____________________________________________________________________________
4229[ 6756] By: jhi on 2000/08/21 18:34:02
4230 Log: A pod nit.
4231
4232 Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
4233 From: <abigail@foad.org>
4234 Date: Mon, 21 Aug 2000 14:00:16 -0400
4235 Message-ID: <20000821180016.28627.qmail@foad.org>
4236 Branch: perl
4237 ! pod/perlre.pod
4238____________________________________________________________________________
4239[ 6755] By: jhi on 2000/08/21 18:30:56
4240 Log: Use PodParser 1.18 new test.
4241 Branch: perl
4242 ! t/pod/special_seqs.t t/pod/special_seqs.xr
4243____________________________________________________________________________
4244[ 6754] By: jhi on 2000/08/21 18:28:35
4245 Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
4246 patches cannot be applied since #6712 conflicts.
4247 Branch: perl
4248 ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
4249____________________________________________________________________________
4250[ 6753] By: jhi on 2000/08/21 18:15:11
4251 Log: Weed out some smaller changes.
4252 Branch: perl
4253 ! pod/perldelta.pod
4254____________________________________________________________________________
4255[ 6752] By: jhi on 2000/08/21 18:02:30
4256 Log: Also under djgpp the timestamps are funky.
4257 Branch: perl
4258 ! t/op/stat.t
4259____________________________________________________________________________
4260[ 6751] By: jhi on 2000/08/21 17:55:56
4261 Log: Tweak the floating point output routine preferences.
4262 Branch: metaconfig
4263 ! U/compline/d_gconvert.U
4264 Branch: perl
4265 ! Configure
4266____________________________________________________________________________
4267[ 6750] By: jhi on 2000/08/21 17:51:29
4268 Log: Unicos/mk requires elaborate paranoia.
4269 Branch: perl
4270 ! lib/Math/Complex.pm
4271____________________________________________________________________________
4272[ 6749] By: gsar on 2000/08/21 16:53:31
4273 Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
4274 Branch: perl
4275 ! lib/Cwd.pm
4276____________________________________________________________________________
4277[ 6748] By: gsar on 2000/08/21 16:22:19
4278 Log: free TLS slot properly on Windows
4279 Branch: perl
4280 ! thread.h win32/perllib.c win32/win32thread.h
4281____________________________________________________________________________
4282[ 6747] By: jhi on 2000/08/21 16:20:58
4283 Log: Rename the macro argument because some preprocessors
4284 can't tell the difference and expand arguments also inside
4285 double quoted strings.
4286 Branch: perl
4287 ! regcomp.c
4288____________________________________________________________________________
4289[ 6746] By: jhi on 2000/08/21 16:09:41
4290 Log: Support long doubles in Storable.
4291
4292 Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
4293 From: Radu Greab <radu@netsoft.ro>
4294 Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
4295 Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
4296 Branch: perl
4297 ! ext/Storable/Storable.xs
4298____________________________________________________________________________
4299[ 6745] By: jhi on 2000/08/21 15:51:40
4300 Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
4301 From: "Fifer, Eric" <EFifer@sanwaint.com>
4302 Date: Mon, 21 Aug 2000 15:34:49 +0100
4303 Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
4304 Branch: perl
4305 ! t/pragma/warn/9enabled
4306____________________________________________________________________________
4307[ 6744] By: jhi on 2000/08/21 15:39:35
4308 Log: Document the endianness of Alpha more precisely.
4309 Branch: perl
4310 ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
4311 ! pod/perlport.pod
4312____________________________________________________________________________
4313[ 6743] By: jhi on 2000/08/21 14:47:05
4314 Log: perldelta fixes from the p5p crowd.
4315 Branch: perl
4316 ! pod/perldelta.pod pod/perlop.pod
4317____________________________________________________________________________
4318[ 6742] By: jhi on 2000/08/21 13:34:51
4319 Log: Update to Pod::LaTeX 0.53.
4320
4321 Subject: [PATCH] lib/Pod/LaTeX.pm updates
4322 From: Tim Jenness <timj@jach.hawaii.edu>
4323 Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
4324 Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
4325 Branch: perl
4326 ! lib/Pod/LaTeX.pm
4327____________________________________________________________________________
4328[ 6741] By: jhi on 2000/08/21 13:33:01
4329 Log: Subject: [PATCH] os2.c fix for use64bitint
4330 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
4331 Date: Mon, 21 Aug 2000 01:32:25 -0700
4332 Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
4333 Branch: perl
4334 ! os2/os2.c
4335____________________________________________________________________________
4336[ 6740] By: jhi on 2000/08/21 13:28:52
4337 Log: Array context keeps slithering in.
4338
4339 Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
4340 From: Daniel Chetlin <daniel@chetlin.com>
4341 Date: Sun, 20 Aug 2000 21:40:25 -0700
4342 Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
4343 Branch: perl
4344 ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
4345 ! pod/perldebtut.pod
4346____________________________________________________________________________
4347[ 6739] By: jhi on 2000/08/21 13:23:55
4348 Log: Big-endian quad fixes for Storable from Radu Greab,
4349 plus few explicit null casts for picky compilers.
4350 Branch: perl
4351 ! ext/Storable/Storable.xs
4352____________________________________________________________________________
4353[ 6738] By: gsar on 2000/08/21 05:56:13
4354 Log: small tweaks for change#6705: avoid C++ style comments in C code;
4355 use Perl's malloc API rather than the low level system one
4356 Branch: perl
4357 ! win32/win32.c
4358____________________________________________________________________________
4359[ 6737] By: gsar on 2000/08/21 05:35:41
4360 Log: add Storable to list of extensions on Windows
4361 Branch: perl
4362 ! win32/Makefile win32/makefile.mk
4363____________________________________________________________________________
4364[ 6736] By: jhi on 2000/08/21 02:57:53
4365 Log: Update Changes.
4366 Branch: perl
4367 ! Changes patchlevel.h
4368____________________________________________________________________________
4369[ 6735] By: jhi on 2000/08/21 02:57:20
4370 Log: Draft 0.
4371 Branch: perl
4372 ! pod/perldelta.pod
4373____________________________________________________________________________
4374[ 6734] By: jhi on 2000/08/21 02:57:03
4375 Log: Add Storable 0.7.2 from Raphael Manfredi,
4376 plus the patch from
4377
4378 Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
4379 From: Radu Greab <radu@netsoft.ro>
4380 Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
4381 Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
4382
4383 plus changes to get Storable to compile with
4384 picky ANSI compilers.
4385 Branch: perl
4386 + ext/Storable/ChangeLog ext/Storable/MANIFEST
4387 + ext/Storable/Makefile.PL ext/Storable/README
4388 + ext/Storable/Storable.pm ext/Storable/Storable.xs
4389 + ext/Storable/patchlevel.h t/lib/st-06compat.t
4390 + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
4391 + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
4392 + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
4393 + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
4394 + t/lib/st-tieditems.t
4395 ! MANIFEST
4396____________________________________________________________________________
4397[ 6733] By: jhi on 2000/08/21 02:29:09
4398 Log: The correct cleaning order is an art.
4399 Branch: perl
4400 ! Makefile.SH
4401____________________________________________________________________________
da352bc5
JH
4402[ 6732] By: jhi on 2000/08/21 01:23:39
4403 Log: The #6724 is here.
4404 Branch: perl
4405 ! t/lib/ftmp-security.t
4406____________________________________________________________________________
4407[ 6731] By: jhi on 2000/08/20 23:17:03
4408 Log: s/this one/the 5.6.0 release/
4409 Branch: perl
4410 ! pod/perl56delta.pod
4411____________________________________________________________________________
4412[ 6730] By: jhi on 2000/08/20 23:07:34
4413 Log: Mention perlebcdic and perlposix-bc.
4414 Branch: perl
4415 ! pod/perlport.pod
4416____________________________________________________________________________
4417[ 6729] By: jhi on 2000/08/20 21:32:59
4418 Log: Document the number of exponent digits.
4419 Branch: perl
4420 ! pod/perlfunc.pod
4421____________________________________________________________________________
4422[ 6728] By: jhi on 2000/08/20 21:16:47
4423 Log: Use File::Spec->tmpdir().
4424
4425 Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
4426 From: Tim Jenness <timj@jach.hawaii.edu>
4427 Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
4428 MIME-Version: 1.0
4429 Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
4430 Branch: perl
4431 ! utils/perlbug.PL
4432____________________________________________________________________________
4433[ 6727] By: jhi on 2000/08/20 20:43:32
4434 Log: Update Changes.
4435 Branch: perl
4436 ! Changes patchlevel.h
4437____________________________________________________________________________
e0f5a76d
JH
4438[ 6726] By: jhi on 2000/08/20 20:41:44
4439 Log: The veryclean target needs to clobber.
4440 Branch: perl
4441 ! Makefile.SH
4442____________________________________________________________________________
4443[ 6725] By: jhi on 2000/08/20 20:37:38
4444 Log: Document odd vs even subreleases and -Dusedevel.
4445 Branch: perl
4446 ! INSTALL
4447____________________________________________________________________________
4448[ 6724] By: jhi on 2000/08/20 19:58:05
4449 Log: Use temporary directory instead of current directory.
4450
4451 Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
4452 From: Tim Jenness <timj@jach.hawaii.edu>
4453 Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
4454 Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
4455 Branch: perl
4456 ! t/lib/ftmp-security.t
4457____________________________________________________________________________
4458[ 6723] By: jhi on 2000/08/20 19:55:55
4459 Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
4460 From: andreas.koenig@anima.de (Andreas J. Koenig)
4461 Date: 20 Aug 2000 15:52:03 +0200
4462 Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
4463 Branch: perl
4464 ! lib/ExtUtils/MM_Unix.pm
4465____________________________________________________________________________
4466[ 6722] By: jhi on 2000/08/20 19:46:01
4467 Log: Update to CGI 2.72, from Lincoln Stein.
4468 Branch: perl
4469 ! lib/CGI.pm
4470____________________________________________________________________________
4471[ 6721] By: jhi on 2000/08/20 19:43:54
4472 Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
4473 From: Radu Greab <radu@netsoft.ro>
4474 Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
4475 Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
4476 Branch: perl
4477 ! ext/GDBM_File/GDBM_File.xs
4478____________________________________________________________________________
4479[ 6720] By: jhi on 2000/08/20 19:42:01
4480 Log: pp_open() could pass an uninitialized filename down to do_open9().
4481 Branch: perl
4482 ! pp_sys.c
4483____________________________________________________________________________
4484[ 6719] By: jhi on 2000/08/20 14:06:41
4485 Log: UTF8 concat fixes.
4486
4487 Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
4488 From: Hugo <hv@crypt.compulink.co.uk>
4489 Date: Sun, 20 Aug 2000 07:30:46 +0100
4490 Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
4491 Branch: perl
4492 ! pp_hot.c t/op/append.t
4493____________________________________________________________________________
4494[ 6718] By: jhi on 2000/08/20 02:09:37
4495 Log: Let's try #6717 again.
4496 Branch: perl
4497 ! lib/File/Temp.pm
4498____________________________________________________________________________
4499[ 6717] By: jhi on 2000/08/20 01:56:55
4500 Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
4501 From: "Craig A. Berry" <craig.berry@metamorgs.com>
4502 Date: Sat, 19 Aug 2000 18:15:39 -0500
4503 Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
4504 Branch: perl
4505 ! lib/File/Temp.pm
4506____________________________________________________________________________
4507[ 6716] By: jhi on 2000/08/19 15:50:11
4508 Log: Update Changes.
4509 Branch: perl
4510 ! Changes patchlevel.h
4511____________________________________________________________________________
7ea2983e
JH
4512[ 6715] By: jhi on 2000/08/19 15:39:09
4513 Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
4514 From: Jonathan D Johnston <jdjohnston2@juno.com>
4515 Date: Thu, 17 Aug 2000 23:13:01 -0400
4516 Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
4517 Branch: perl
4518 ! pod/perlfunc.pod
4519____________________________________________________________________________
4520[ 6714] By: jhi on 2000/08/19 15:34:04
4521 Log: Introduce a 'veryclean' target that is like 'distclean'
4522 but also removes *~ and *.orig.
4523 Branch: perl
4524 ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
4525 ! utils/Makefile x2p/Makefile.SH
4526____________________________________________________________________________
4527[ 6713] By: jhi on 2000/08/19 14:15:45
4528 Log: Put back the long double avoidance code to POSIX.xs
4529 because VMS seems to need it still.
4530 Branch: perl
4531 ! ext/POSIX/POSIX.xs
4532____________________________________________________________________________
4533[ 6712] By: jhi on 2000/08/19 14:10:41
4534 Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
4535 From: Peter Prymmer <pvhp@forte.com>
4536 Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
4537 Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
4538 Branch: perl
4539 ! lib/Pod/Find.pm t/pod/find.t
4540____________________________________________________________________________
4541[ 6711] By: jhi on 2000/08/19 14:09:19
4542 Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
4543 From: Peter Prymmer <pvhp@forte.com>
4544 Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
4545 Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
4546 cc: vmsperl@perl.org
4547 Branch: perl
4548 ! t/lib/peek.t
4549____________________________________________________________________________
4550[ 6710] By: jhi on 2000/08/19 14:08:01
4551 Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
4552 From: Jan Dubois <jand@ActiveState.com>
4553 Date: Fri, 18 Aug 2000 16:31:48 -0700
4554 Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
4555 Branch: perl
4556 ! win32/win32.c
4557____________________________________________________________________________
4558[ 6709] By: jhi on 2000/08/19 14:06:57
4559 Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
4560
4561 Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED)
4562 From: Spider.Boardman@Orb.Nashua.NH.US
4563 Date: Fri, 18 Aug 2000 18:41:14 -0400
4564 Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
4565 Branch: perl
4566 ! regcomp.c
4567____________________________________________________________________________
4568[ 6708] By: jhi on 2000/08/18 22:04:49
4569 Log: Update Changes.
4570 Branch: perl
4571 ! Changes patchlevel.h
4572____________________________________________________________________________
50588fde
JH
4573[ 6707] By: jhi on 2000/08/18 21:55:14
4574 Log: Add warnif(), check warnings further up the stack,
4575 all the warnings functions now can take an optional object reference.
4576
4577 Subject: [PATCH bleedperl@6691] warnings pragma update
4578 From: "Paul Marquess" <Paul.Marquess@btinternet.com>
4579 Date: Fri, 18 Aug 2000 22:42:06 +0100
4580 Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
4581 Branch: perl
4582 ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
4583 ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
4584 ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
4585____________________________________________________________________________
4586[ 6706] By: jhi on 2000/08/18 21:41:45
4587 Log: Typo in pp_complement().
4588
4589 Subject: [PATCH perl-current] Deparse
4590 From: Peter Scott <Peter@PSDT.com>
4591 Date: Fri, 18 Aug 2000 12:44:37 -0700
4592 Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
4593 Branch: perl
4594 ! ext/B/B/Deparse.pm
4595____________________________________________________________________________
4596[ 6705] By: jhi on 2000/08/18 21:25:59
4597 Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
4598 From: Jan Dubois <jand@ActiveState.com>
4599 Date: Fri, 18 Aug 2000 14:22:51 -0700
4600 Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
4601 Branch: perl
4602 ! lib/Win32.pod win32/win32.c
4603____________________________________________________________________________
4604[ 6704] By: jhi on 2000/08/18 21:16:14
4605 Log: Don't eat leading os from index entries.
4606
4607 Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
4608 From: Russ Allbery <rra@stanford.edu>
4609 Date: 10 Aug 2000 20:49:25 -0700
4610 Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
4611 Branch: perl
4612 ! lib/Pod/Man.pm
4613____________________________________________________________________________
4614[ 6703] By: jhi on 2000/08/18 21:07:06
4615 Log: Add [[:blank:]] as suggested in
4616
4617 Subject: [ID 20000716.024] [=cc=] / [:blank:]
4618 From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
4619 Date: Sun, 16 Jul 2000 17:55:29 -0700
4620 Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
4621
4622 (the [=cc=] has already been taken care of by #6439
4623 so the whole bug report can be closed)
4624
4625 and make [[:space:]] to be equivalent to isspace(3)
4626 (as opposed to \s, which is isSPACE()). The difference
4627 is that now [[:space:]] matches the mythical vertical tab,
4628 while \s doesn't.
4629 Branch: perl
4630 ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
4631 ! regexec.c t/op/pat.t
4632____________________________________________________________________________
4633[ 6702] By: jhi on 2000/08/18 18:47:47
4634 Log: The new tests were missing from #6415.
4635 Branch: perl
4636 ! t/op/bop.t
4637____________________________________________________________________________
4638[ 6701] By: jhi on 2000/08/18 18:20:40
4639 Log: Document the NDBM_File and ODBM_File as SDBM_File
4640 was documented in #6417.
4641 Branch: perl
4642 ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
4643 ! ext/SDBM_File/SDBM_File.pm
4644____________________________________________________________________________
4645[ 6700] By: jhi on 2000/08/18 18:10:39
4646 Log: Subject: [PATCH perl@6698] cygwin port
4647 From: "Fifer, Eric" <EFifer@sanwaint.com>
4648 Date: Fri, 18 Aug 2000 17:30:05 +0100
4649 Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
4650 Branch: perl
4651 ! lib/File/Temp.pm
4652____________________________________________________________________________
4653[ 6699] By: jhi on 2000/08/18 16:21:49
4654 Log: Document code point which makes if (defined %stash::) to work
4655 (noted by Spider Boardman).
4656 Branch: perl
4657 ! op.c
4658____________________________________________________________________________
4659[ 6698] By: jhi on 2000/08/18 13:43:27
4660 Log: Update Changes.
4661 Branch: perl
4662 ! Changes patchlevel.h
4663____________________________________________________________________________
b2bd8c92
JH
4664[ 6697] By: jhi on 2000/08/18 13:35:57
4665 Log: Tiny Getopt::Long patch from Johan Vromans.
4666 Branch: perl
4667 ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
4668____________________________________________________________________________
4669[ 6696] By: jhi on 2000/08/18 13:26:14
4670 Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
4671 From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
4672 Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
4673 Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
4674 Branch: perl
4675 ! pod/perldiag.pod pod/perlsyn.pod
4676____________________________________________________________________________
4677[ 6695] By: jhi on 2000/08/18 13:13:26
4678 Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
4679 From: Daniel Chetlin <daniel@chetlin.com>
4680 Date: Fri, 18 Aug 2000 03:13:36 -0700
4681 Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
4682 Branch: perl
4683 ! pod/perlfunc.pod
4684____________________________________________________________________________
4685[ 6694] By: jhi on 2000/08/18 13:08:05
4686 Log: Subject: [PATCH] perltrap.pod spring cleaning
4687 From: Daniel Chetlin <daniel@chetlin.com>
4688 Date: Fri, 18 Aug 2000 03:06:54 -0700
4689 Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
4690
4691 plus Mike Guy's nitfix.
4692 Branch: perl
4693 ! pod/perltrap.pod
4694____________________________________________________________________________
4695[ 6693] By: jhi on 2000/08/18 13:00:26
4696 Log: Unbuffer the output.
4697
4698 Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
4699 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
4700 Date: Thu, 17 Aug 2000 18:39:29 -0700
4701 Message-ID: <RPJn5gzkgydf092yn@efn.org>
4702 Branch: perl
4703 ! t/op/fork.t
4704____________________________________________________________________________
4705[ 6692] By: jhi on 2000/08/18 05:19:17
4706 Log: Delete the image, too, not just its MANIFEStation.
4707 Branch: perl
4708 - lib/CGI/eg/wilogo.gif
4709____________________________________________________________________________
4710[ 6691] By: jhi on 2000/08/18 05:10:26
4711 Log: Propagate new Configure vars.
4712 Branch: perl
4713 ! configure.com epoc/config.sh uconfig.h uconfig.sh
4714 ! vos/config.def vos/config.h vos/config_h.SH_orig
4715 ! win32/config.bc win32/config.gc win32/config.vc
4716 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
4717____________________________________________________________________________
4718[ 6690] By: jhi on 2000/08/18 04:30:56
4719 Log: Update Changes.
4720 Branch: perl
4721 ! Changes patchlevel.h
4722____________________________________________________________________________
eae4ae26
JH
4723[ 6689] By: jhi on 2000/08/18 04:12:30
4724 Log: Fix the lib/complex failure of
4725
4726 From: abigail@foad.org
4727 Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13
4728 Date: 15 Aug 2000 04:06:38 -0000
4729 Message-Id: <20000815040638.8524.qmail@foad.org>
4730
4731 Linux long double accuracy issue: something that
4732 when printed with %g looks like "2" but int() of it is 1.
4733 Branch: perl
4734 ! lib/Math/Complex.pm
4735____________________________________________________________________________
4736[ 6688] By: jhi on 2000/08/18 03:15:35
4737 Log: The byteorder code in #6671 was wrong.
4738 Branch: perl
4739 ! configpm
4740____________________________________________________________________________
4741[ 6687] By: jhi on 2000/08/18 02:08:42
4742 Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
4743 From: Jan Dubois <jand@ActiveState.com>
4744 Date: Thu, 17 Aug 2000 18:31:55 -0700
4745 Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
4746 Branch: perl
4747 ! sv.c
4748____________________________________________________________________________
4749[ 6686] By: jhi on 2000/08/18 02:04:15
4750 Log: Use NVs in POSIX math, not doubles.
4751
4752 From: abigail@foad.org
4753 Subject: [ID 20000817.014] POSIX & modfl
4754 Date: 17 Aug 2000 20:49:18 -0000
4755 Message-Id: <20000817204918.23123.qmail@foad.org>
4756 Branch: perl
4757 ! ext/POSIX/POSIX.xs ext/POSIX/typemap
4758____________________________________________________________________________
4759[ 6685] By: jhi on 2000/08/18 02:02:12
4760 Log: Introduce NVef, NVff, and NVgf, use the middle one.
4761 (helps for lib/peek + Linux + long doubles) Reported in
4762
4763 From: abigail@foad.org
4764 Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13
4765 Date: 15 Aug 2000 04:06:38 -0000
4766 Message-Id: <20000815040638.8524.qmail@foad.org>
4767
4768 (note: the lib/complex failure has not yet been addressed)
4769 Branch: metaconfig/U/perl
4770 ! perlxvf.U
4771 Branch: perl
4772 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4773 ! config_h.SH dump.c perl.h pod/perlguts.pod
4774____________________________________________________________________________
4775[ 6684] By: jhi on 2000/08/17 23:22:19
4776 Log: Add byteorder to the myconfig output.
4777 Branch: perl
4778 ! myconfig.SH
4779____________________________________________________________________________
4780[ 6683] By: jhi on 2000/08/17 23:20:19
4781 Log: The image doth not exist, spotted by Johan Vromans.
4782 Branch: perl
4783 ! MANIFEST
4784____________________________________________________________________________
4785[ 6682] By: jhi on 2000/08/17 22:38:16
4786 Log: Document what the backtick returns if the command fails.
4787 Branch: perl
4788 ! pod/perlop.pod
4789____________________________________________________________________________
4790[ 6681] By: jhi on 2000/08/17 22:33:12
4791 Log: Do not use prototyping here.
4792
4793 Subject: [ID 20000817.016] [PATCH] Peek.xs
4794 From: abigail@foad.org
4795 Date: 17 Aug 2000 20:55:56 -0000
4796 Message-Id: <20000817205556.24270.qmail@foad.org>
4797 Branch: perl
4798 ! ext/Devel/Peek/Makefile.PL
4799____________________________________________________________________________
4800[ 6680] By: jhi on 2000/08/17 19:46:43
4801 Log: Don't propose using modules built for 5.005 if no binary
4802 compatibility with 5.005 is attempted.
4803
4804 From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
4805 Subject: Minor nit with 5.7.0 (6655)
4806 Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
4807 Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
4808 Branch: metaconfig
4809 ! U/installdirs/inc_version_list.U
4810 Branch: perl
4811 ! Configure config_h.SH
4812____________________________________________________________________________
4813[ 6679] By: jhi on 2000/08/17 19:16:39
4814 Log: Microperl config update.
4815 Branch: perl
4816 ! uconfig.h uconfig.sh
4817____________________________________________________________________________
4818[ 6678] By: jhi on 2000/08/17 19:16:13
4819 Log: The #6648 wasn't protective enough for limited platforms
4820 (like microperl).
4821 Branch: perl
4822 ! dump.c sv.c
4823____________________________________________________________________________
4824[ 6677] By: jhi on 2000/08/17 14:46:35
4825 Log: Update Changes.
4826 Branch: perl
4827 ! Changes patchlevel.h
4828____________________________________________________________________________
3ddc1c2e
JH
4829[ 6676] By: jhi on 2000/08/17 14:44:02
4830 Log: Add perlebcdic from Peter Prymmer, regen toc.
4831 Branch: perl
4832 + pod/perlebcdic.pod
4833 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
4834____________________________________________________________________________
4835[ 6675] By: jhi on 2000/08/17 14:41:52
4836 Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
4837 Branch: perl
4838 ! pod/perldebtut.pod
4839____________________________________________________________________________
4840[ 6674] By: jhi on 2000/08/17 14:29:43
4841 Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
4842
4843 Subject: [ID 20000724.006] -DLEAKTEST problem
4844 From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
4845 Date: Tue, 25 Jul 2000 00:36:32 -0500
4846 Message-Id: <20000725003632.A26186@www.llamacom.com>
4847
4848 Reminder sent
4849
4850 Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error
4851 From: Hugo <hv@crypt.compulink.co.uk>
4852 Date: Thu, 17 Aug 2000 15:23:42 +0100
4853 Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
4854 Branch: perl
4855 ! util.c
4856____________________________________________________________________________
4857[ 6673] By: jhi on 2000/08/17 04:07:10
4858 Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
4859 From: John Peacock <JPeacock@UnivPress.com>
4860 Date: Tue, 01 Aug 2000 09:38:12 -0400
4861 Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
4862 Branch: perl
4863 ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
4864____________________________________________________________________________
4865[ 6672] By: jhi on 2000/08/17 03:04:35
4866 Log: Subject: [PATCH] Cwd.pm now uses strict
4867 From: Tim Jenness <timj@jach.hawaii.edu>
4868 Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
4869 Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
4870 Branch: perl
4871 ! lib/Cwd.pm
4872____________________________________________________________________________
4873[ 6671] By: jhi on 2000/08/17 02:16:35
4874 Log: Make $Config{byteorder} more magical so that it is
4875 dynamically computed: nice for 'fat binaries'.
4876
4877 Subject: [PATCH]: default byteorder
4878 From: Wilfredo Sánchez <wsanchez@apple.com>
4879 Date: Mon, 31 Jul 2000 19:45:31 -0700
4880 Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
4881 Branch: perl
4882 ! configpm
4883____________________________________________________________________________
4884[ 6670] By: gsar on 2000/08/17 01:22:21
4885 Log: move WNOHANG definition to where other such things are
4886 Branch: perl
4887 ! win32/win32.h
4888____________________________________________________________________________
4889[ 6669] By: jhi on 2000/08/17 01:19:17
4890 Log: Update Changes.
4891 Branch: perl
4892 ! Changes patchlevel.h
4893____________________________________________________________________________
28c9223b
JH
4894[ 6668] By: jhi on 2000/08/17 01:16:29
4895 Log: Doc nits spotted by Richard Soderberg.
4896 Branch: perl
4897 ! README.posix-bc README.vmesa
4898____________________________________________________________________________
4899[ 6667] By: jhi on 2000/08/17 01:12:11
4900 Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
4901 From: "Casey R. Tweten" <crt@kiski.net>
4902 Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
4903 Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
4904 Branch: perl
4905 ! pod/perldebtut.pod
4906____________________________________________________________________________
4907[ 6666] By: jhi on 2000/08/17 01:09:31
4908 Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
4909 From: "Casey R. Tweten" <crt@kiski.net>
4910 Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
4911 Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
4912 Branch: perl
4913 ! lib/Shell.pm
4914____________________________________________________________________________
4915[ 6665] By: gsar on 2000/08/17 01:03:52
4916 Log: add "ok" targets from change#6632 in makefile.mk
4917 Branch: perl
4918 ! pod/perlport.pod win32/Makefile win32/makefile.mk
4919____________________________________________________________________________
4920[ 6664] By: gsar on 2000/08/17 00:56:11
4921 Log: avoid warnings from dense compiler
4922 Branch: perl
4923 ! win32/win32.c
4924____________________________________________________________________________
4925[ 6663] By: jhi on 2000/08/17 00:51:49
4926 Log: Tweak the regex compilation errors once more.
4927 Branch: perl
4928 ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
4929 ! t/op/regmesg.t t/pragma/warn/regcomp
4930____________________________________________________________________________
4931[ 6662] By: gsar on 2000/08/17 00:28:19
4932 Log: trailing new %ENV entries weren't being pushed into the real
4933 environment of subprocesses on Windows
4934 Branch: perl
4935 ! t/op/magic.t win32/perlhost.h
4936____________________________________________________________________________
4937[ 6661] By: gsar on 2000/08/17 00:19:20
4938 Log: waitpid() now handles externally spawned pids correctly;
4939 fixes for backtick/wait/waitpid failures on Windows 9x
4940
4941 these changes make the pid returned by process functions on
4942 Windows 9x always positive by clearing the high bit (which
4943 is always set on Win9x); pseudo-process PIDs are likewise
4944 always negative now on Win9x (just as on NT/2000)
4945 Branch: perl
4946 ! pp_sys.c win32/perlhost.h win32/win32.c
4947____________________________________________________________________________
4948[ 6660] By: jhi on 2000/08/17 00:04:32
4949 Log: Retract #6645.
4950 Branch: perl
4951 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4952 ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
4953 ! t/op/sprintf.t
4954____________________________________________________________________________
4955[ 6659] By: gsar on 2000/08/16 23:59:28
4956 Log: on windows, the return values from wait() and waitpid() don't
4957 match those of pseudo-pids
4958 Branch: perl
4959 ! pp_sys.c t/op/fork.t util.c win32/win32.c
4960____________________________________________________________________________
4961[ 6658] By: gsar on 2000/08/16 23:56:14
4962 Log: pod nit seen in passing
4963 Branch: perl
4964 ! pod/perlfunc.pod
4965____________________________________________________________________________
4966[ 6657] By: gsar on 2000/08/16 23:53:42
4967 Log: change#6328 could make close(SOCKET) return false on windows
4968 when it shouldn't
4969 Branch: perl
4970 ! win32/win32sck.c
4971____________________________________________________________________________
4972[ 6656] By: gsar on 2000/08/16 23:46:57
4973 Log: check that the number pseudo children doesn't exceed
4974 MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
4975 the WaitForMultipleObjects() limit that would cause wait()
4976 to crash)
4977
4978 wait() and waitpid() could potentially be rewritten to use
4979 more than one thread to do the waiting to eliminate this
4980 limitation
4981 Branch: perl
4982 ! win32/perlhost.h
4983____________________________________________________________________________
4984[ 6655] By: jhi on 2000/08/16 14:11:05
4985 Log: Update Changes.
4986 Branch: perl
4987 ! Changes patchlevel.h
4988____________________________________________________________________________
453b8a1c
JH
4989[ 6654] By: jhi on 2000/08/16 14:10:12
4990 Log: Update to perldebtut 1.9, from Richard Foley.
4991 Branch: perl
4992 ! pod/perldebtut.pod
4993____________________________________________________________________________
4994[ 6653] By: jhi on 2000/08/16 14:08:17
4995 Log: Change the regx compilation error markers to use = instead of <
4996 since pod makes using the latter quite messy. Reported in
4997 ID 20000814.006 by Abigail and in
4998 Subject: Unknown escape E<> ?
4999 From: Lupe Christoph <lupe@lupe-christoph.de>
5000 Date: Fri, 11 Aug 2000 00:30:27 +0200
5001 Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
5002 Branch: perl
5003 ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
5004 ! t/op/regmesg.t t/pragma/warn/regcomp
5005____________________________________________________________________________
5006[ 6652] By: jhi on 2000/08/16 13:25:31
5007 Log: Change the perlbug address to perl.org since it's more forgiving.
5008
5009 Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
5010 From: abigail@foad.org
5011 Date: 15 Aug 2000 04:15:40 -0000
5012 Message-Id: <20000815041540.8633.qmail@foad.org>
5013 Branch: perl
5014 ! utils/perlbug.PL
5015____________________________________________________________________________
5016[ 6651] By: jhi on 2000/08/16 13:22:35
5017 Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
5018 From: Tim Jenness <timj@jach.hawaii.edu>
5019 Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
5020 Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
5021 Branch: perl
5022 ! lib/Cwd.pm
5023____________________________________________________________________________
5024[ 6650] By: jhi on 2000/08/16 13:18:13
5025 Log: Update to CPAN 1.57.
5026
5027 Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
5028 From: andreas.koenig@anima.de (Andreas J. Koenig)
5029 Date: 16 Aug 2000 15:09:46 +0200
5030 Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
5031 Branch: perl
5032 ! lib/CPAN.pm
5033____________________________________________________________________________
5034[ 6649] By: jhi on 2000/08/16 13:12:31
5035 Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
5036 From: "Larry W. Virden" <lvirden@cas.org>
5037 Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
5038 Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
5039 Branch: perl
5040 ! README.hpux
5041____________________________________________________________________________
5042[ 6648] By: jhi on 2000/08/16 13:03:53
5043 Log: The numeric locale was reset to "C" by s?printf and never restored.
5044
5045 Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
5046 From: Christian Kirsch <ck@held.mind.de>
5047 Date: Wed, 9 Aug 2000 17:05:17 +0200
5048 Message-Id: <20000809170517.A25389@held>
5049
5050 No test since adding the failing example to locale.t
5051 does not fail -- probably because the locale settings are so
5052 thoroughly tweaked by that time. Running the example standalone
5053 does fail, though.
5054 Branch: perl
5055 ! dump.c perl.h pp.c pp_ctl.c sv.c
5056____________________________________________________________________________
5057[ 6647] By: jhi on 2000/08/16 00:07:54
5058 Log: Update Changes and test semi-automatic patchlevel updating.
5059 Branch: perl
5060 ! Changes patchlevel.h
5061____________________________________________________________________________
a65e9df7
JH
5062[ 6646] By: jhi on 2000/08/15 23:35:07
5063 Log: Fix a dependency problem.
5064
5065 Subject: [PATCH: 6640] VMS Makefile.SH update
5066 From: Peter Prymmer <pvhp@forte.com>
5067 Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
5068 Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
5069 Branch: perl
5070 ! vms/descrip_mms.template
5071____________________________________________________________________________
5072[ 6645] By: jhi on 2000/08/15 23:33:23
28c9223b
JH
5073 Log: (Retracted by #6660)
5074
5075 Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
a65e9df7
JH
5076 From: Dominic Dunlop <domo@computer.org>
5077 Date: Tue, 15 Aug 2000 22:20:52 +0200
5078 Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
5079 Branch: metaconfig/U/perl
5080 + d_printfed.U
5081 Branch: perl
5082 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5083 ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
5084 ! t/op/sprintf.t
5085____________________________________________________________________________
5086[ 6644] By: jhi on 2000/08/15 21:17:20
5087 Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
5088 From: abigail@foad.org
5089 Date: 15 Aug 2000 20:12:41 -0000
5090 Message-Id: <20000815201241.25556.qmail@foad.org>
5091 Branch: perl
5092 ! INSTALL
5093____________________________________________________________________________
5094[ 6643] By: jhi on 2000/08/15 21:15:28
5095 Log: (an already applied patch)
5096 Branch: perl
5097 ! lib/CGI.pm
5098____________________________________________________________________________
5099[ 6642] By: gsar on 2000/08/15 19:54:05
5100 Log: magic callbacks all need to have same type signature
5101 Branch: perl
5102 ! embed.pl mg.c proto.h
5103____________________________________________________________________________
5104[ 6641] By: jhi on 2000/08/15 17:56:27
5105 Log: Subject: [PATCH] for t/lib/peek.t (was Re: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13)
5106 From: Mike Guy <mjtg@cam.ac.uk>
5107 Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
5108 Date: Tue, 15 Aug 2000 18:26:45 +0100
5109
5110 Only the peek.t part applied, not the hash quality part.
5111 Branch: perl
5112 ! t/lib/peek.t
5113____________________________________________________________________________
5114[ 6640] By: jhi on 2000/08/15 16:37:37
5115 Log: Update Changes.
5116 Branch: perl
5117 ! Changes
5118____________________________________________________________________________
d07241a9
JH
5119[ 6639] By: jhi on 2000/08/15 16:34:55
5120 Log: Missed a file from #6638.
5121 Branch: perl
5122 ! lib/File/Temp.pm
5123____________________________________________________________________________
5124[ 6638] By: jhi on 2000/08/15 16:33:19
5125 Log: Subject: [PATCH perl@6620] cygwin port
5126 From: "Fifer, Eric" <EFifer@sanwaint.com>
5127 Date: Tue, 15 Aug 2000 17:00:49 +0100
5128 Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
5129 Branch: perl
5130 ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
5131____________________________________________________________________________
5132[ 6637] By: jhi on 2000/08/15 16:29:22
5133 Log: Subject: [PATCH] debugger exit code should reflect user exit code
5134 From: Mike Guy <mjtg@cam.ac.uk>
5135 Date: Tue, 15 Aug 2000 16:55:59 +0100
5136 Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
5137 Branch: perl
5138 ! lib/perl5db.pl
5139____________________________________________________________________________
5140[ 6636] By: jhi on 2000/08/15 15:30:58
5141 Log: Update Changes.
5142 Branch: perl
5143 ! Changes
5144____________________________________________________________________________
ceab000c
JH
5145[ 6635] By: jhi on 2000/08/15 15:27:21
5146 Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
5147 Branch: metaconfig
5148 ! U/mkglossary U/mksample
5149 Branch: metaconfig/U/perl
5150 ! Devel.U
5151 Branch: perl
5152 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5153____________________________________________________________________________
5154[ 6634] By: jhi on 2000/08/15 14:11:55
5155 Log: Don't blow limited stacks, a lower number is enough to
5156 tickle the lookbehind limit.
5157
5158 Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
5159 From: Dominic Dunlop <domo@computer.org>
5160 Date: Tue, 15 Aug 2000 13:51:24 +0200
5161 Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
5162 Branch: perl
5163 ! t/op/regmesg.t
5164____________________________________________________________________________
5165[ 6633] By: jhi on 2000/08/15 14:01:46
5166 Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
5167 From: Mike Guy <mjtg@cam.ac.uk>
5168 Date: Tue, 15 Aug 2000 12:10:50 +0100
5169 Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
5170 Branch: perl
5171 ! utils/perldoc.PL
5172____________________________________________________________________________
5173[ 6632] By: jhi on 2000/08/15 13:58:48
5174 Log: make ok etc also for win32.
5175
5176 Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
5177 From: Prymmer/Kahn <pvhp@best.com>
5178 Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
5179 Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
5180 Branch: perl
5181 ! win32/Makefile
5182____________________________________________________________________________
5183[ 6631] By: jhi on 2000/08/15 13:45:03
5184 Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
5185 Branch: perl
5186 ! lib/Test.pm
5187____________________________________________________________________________
5188[ 6630] By: jhi on 2000/08/15 03:25:09
5189 Log: Update Changes.
5190 Branch: perl
5191 ! Changes
5192____________________________________________________________________________
d8ab2b9d
JH
5193[ 6629] By: jhi on 2000/08/15 03:23:53
5194 Log: magic_regdatum_set() is void, not int.
5195 Branch: perl
5196 ! embed.pl mg.c proto.h
5197____________________________________________________________________________
5198[ 6628] By: jhi on 2000/08/15 03:08:02
5199 Log: Make the user to give up his firstborn, err, to knowingly
5200 verify installing an unstable developer release. Also bump
5201 the release to 5.7.0, but leave a patch tag in the local
5202 patches saying that this is not yet the real thing.
5203 Branch: metaconfig
5204 ! U/modified/Instruct.U
5205 Branch: metaconfig/U/perl
5206 + Devel.U
5207 Branch: perl
5208 ! Configure patchlevel.h
5209____________________________________________________________________________
5210[ 6627] By: jhi on 2000/08/14 22:32:52
5211 Log: README.os2 update.
5212
5213 Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
5214 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
5215 Date: Wed, 02 Aug 2000 21:55:09 -0700
5216 Message-ID: <tsPi5gzkgegX092yn@efn.org>
5217 Branch: perl
5218 ! README.os2
5219____________________________________________________________________________
5220[ 6626] By: jhi on 2000/08/14 21:00:02
5221 Log: Subject: Re: File::Temp problems on VMS in bleedperl
5222 From: Tim Jenness <timj@jach.hawaii.edu>
5223 cc: vmsperl@perl.org
5224 Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
5225 Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
5226 Branch: perl
5227 ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
5228____________________________________________________________________________
5229[ 6625] By: jhi on 2000/08/14 20:52:16
5230 Log: Add SUIDMAIL as was done for the CERT alert.
5231 Branch: perl
5232 ! patchlevel.h
5233____________________________________________________________________________
5234[ 6624] By: jhi on 2000/08/14 20:48:50
5235 Log: Subject: sfio2000
5236 From: Daniel Muino <dmuino@afip.gov.ar>
5237 Date: Mon, 14 Aug 2000 16:58:11 -0300
5238 Message-ID: <20000814165811.B16368@con2-dgi>
5239 Branch: perl
5240 ! perlsdio.h perlsfio.h
5241____________________________________________________________________________
5242[ 6623] By: jhi on 2000/08/14 20:47:36
5243 Log: Subject: warning: storage class after type is obsolescent
5244 From: Daniel Muino <dmuino@afip.gov.ar>
5245 Date: Mon, 14 Aug 2000 16:42:47 -0300
5246 Message-ID: <20000814164247.A16368@con2-dgi>
5247 Branch: perl
5248 ! regcomp.pl regnodes.h
5249____________________________________________________________________________
5250[ 6622] By: jhi on 2000/08/14 20:43:05
5251 Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
5252 From: abigail@foad.org
5253 Date: 14 Aug 2000 20:00:10 -0000
5254 Message-Id: <20000814200010.27271.qmail@foad.org>
5255 Branch: perl
5256 ! Changes
5257____________________________________________________________________________
5258[ 6621] By: jhi on 2000/08/14 15:23:05
5259 Log: Update Changes.
5260 Branch: perl
5261 ! Changes
5262____________________________________________________________________________
81777a03
JH
5263[ 6620] By: jhi on 2000/08/14 15:22:14
5264 Log: Subject: Re: [PATCH] @+, @- readonly
5265 From: Mike Guy <mjtg@cam.ac.uk>
5266 Date: Mon, 14 Aug 2000 15:26:55 +0100
5267 Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
5268 Branch: perl
5269 ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
5270 ! sv.c t/op/pat.t
5271____________________________________________________________________________
5272[ 6619] By: jhi on 2000/08/14 14:12:08
5273 Log: Update Changes.
5274 Branch: perl
5275 ! Changes
5276____________________________________________________________________________
4f8394d5
JH
5277[ 6618] By: jhi on 2000/08/14 14:09:34
5278 Log: For now remove the mail code.
5279 Branch: perl
5280 ! perl.c
5281____________________________________________________________________________
5282[ 6617] By: jhi on 2000/08/14 14:08:28
5283 Log: Drop the eg/ mentions and also mention the recent suidperl thing.
5284 Branch: perl
5285 ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
5286 ! pod/perlfaq8.pod pod/perlsec.pod
5287____________________________________________________________________________
5288[ 6616] By: jhi on 2000/08/14 14:00:11
5289 Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
5290 From: Mike Guy <mjtg@cam.ac.uk>
5291 Date: Mon, 14 Aug 2000 08:26:02 +0100
5292 Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
5293 Branch: perl
5294 ! lib/perl5db.pl
5295____________________________________________________________________________
5296[ 6615] By: jhi on 2000/08/14 13:58:45
5297 Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
5298 From: Mike Guy <mjtg@cam.ac.uk>
5299 Date: Mon, 14 Aug 2000 08:04:22 +0100
5300 Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
5301 Branch: perl
5302 ! gv.c mg.c t/op/pat.t
5303____________________________________________________________________________
5304[ 6614] By: jhi on 2000/08/14 13:56:45
5305 Log: Subject: Test fails / warnings with perl-current #6612
5306 From: Mike Guy <mjtg@cam.ac.uk>
5307 Date: Mon, 14 Aug 2000 07:57:23 +0100
5308 Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
5309 Branch: perl
5310 ! t/lib/b.t t/lib/peek.t
5311____________________________________________________________________________
5312[ 6613] By: jhi on 2000/08/14 13:45:33
5313 Log: VMS configure.com update continues.
5314 Branch: perl
5315 - vms/configure.com
5316 ! MANIFEST configure.com
5317____________________________________________________________________________
5318[ 6612] By: jhi on 2000/08/13 22:13:35
5319 Log: Update Changes.
5320 Branch: perl
5321 ! Changes
5322____________________________________________________________________________
7f53c13a
JH
5323[ 6611] By: jhi on 2000/08/13 16:21:45
5324 Log: Upgrade to CGI 2.71, from Lincoln Stein.
5325 Branch: perl
5326 ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
5327____________________________________________________________________________
5328[ 6610] By: jhi on 2000/08/13 15:09:16
5329 Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
5330 From: Mike Guy <mjtg@cam.ac.uk>
5331 Date: Sun, 13 Aug 2000 13:45:51 +0100
5332 Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
5333 Branch: perl
5334 ! t/op/regmesg.t
5335____________________________________________________________________________
5336[ 6609] By: jhi on 2000/08/13 14:31:26
5337 Log: Andreas says that 1.56 is fine, so reverting back to it.
5338 Branch: perl
5339 ! lib/CPAN.pm
5340____________________________________________________________________________
5341[ 6608] By: jhi on 2000/08/13 05:34:20
5342 Log: Update Changes.
5343 Branch: perl
5344 ! Changes
5345____________________________________________________________________________
ce0d7702
JH
5346[ 6607] By: jhi on 2000/08/13 05:32:01
5347 Log: Put back the \z changes of #5406 to CPAN.pm.
5348 Branch: perl
5349 ! lib/CPAN.pm
5350____________________________________________________________________________
5351[ 6606] By: jhi on 2000/08/13 05:20:16
5352 Log: Fix-n-skip the tests under 5005threads.
5353 Branch: perl
5354 ! t/lib/b.t
5355____________________________________________________________________________
5356[ 6605] By: jhi on 2000/08/13 05:07:48
5357 Log: Fix the test for 5005threads.
5358 Branch: perl
5359 ! t/lib/peek.t
5360____________________________________________________________________________
5361[ 6604] By: jhi on 2000/08/13 03:35:37
5362 Log: Should have deleted this in #6603.
5363 Branch: perl
5364 - vms/subconfigure.com
5365____________________________________________________________________________
5366[ 6603] By: jhi on 2000/08/12 18:29:32
5367 Log: Rewrite of vms/subconfigure.com as configure.com,
5368 from Peter Prymmer and the vmsperl crew.
5369 Branch: perl
5370 + vms/configure.com
5371 ! MANIFEST
5372____________________________________________________________________________
5373[ 6602] By: jhi on 2000/08/11 13:00:01
5374 Log: PlainText.pm is dead.
5375 Branch: perl
5376 - lib/Pod/PlainText.pm
5377 ! MANIFEST
5378____________________________________________________________________________
5379[ 6601] By: jhi on 2000/08/11 04:06:45
5380 Log: Update Changes.
5381 Branch: perl
5382 ! Changes
5383____________________________________________________________________________
7ed149c9
JH
5384[ 6600] By: jhi on 2000/08/11 04:06:10
5385 Log: Add a few missing files, update MANIFEST.
5386 Branch: perl
5387 + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
5388 + lib/Pod/PlainText.pm t/pod/find.t
5389 ! MANIFEST t/op/regmesg.t
5390____________________________________________________________________________
5391[ 6599] By: jhi on 2000/08/11 03:31:10
5392 Log: Add Perl debugging tutorial, regen toc.
5393
5394 Subject: perldebtut.pod
5395 From: Richard Foley <Richard.Foley@m.dasa.de>
5396 Date: Wed, 09 Aug 2000 10:17:15 +0200
5397 Message-id: <3991138B.262247B8@m.dasa.de>
5398 Branch: perl
5399 + pod/perldebtut.pod
5400 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
5401____________________________________________________________________________
5402[ 6598] By: jhi on 2000/08/11 02:48:56
5403 Log: tiny Changes edit
5404 Branch: perl
5405 ! Changes
5406____________________________________________________________________________
5407[ 6597] By: jhi on 2000/08/11 02:39:04
5408 Log: Tests for #6589.
5409
5410 Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
5411 From: simon@brecon.co.uk (Simon Cozens)
5412 Date: 11 Aug 2000 02:24:52 GMT
5413 Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
5414 Branch: perl
5415 ! t/lib/b.t
5416____________________________________________________________________________
5417[ 6596] By: jhi on 2000/08/11 01:50:07
5418 Log: Update Changes.
5419 Branch: perl
5420 ! Changes
5421____________________________________________________________________________
1ddec1b4
JH
5422[ 6595] By: jhi on 2000/08/11 01:47:16
5423 Log: nitfix
5424 Branch: perl
5425 ! Changes
5426____________________________________________________________________________
5427[ 6594] By: jhi on 2000/08/11 01:36:16
5428 Log: Subject: Getting perlio and threads to compile
5429 From: Lupe Christoph <lupe@lupe-christoph.de>
5430 Date: Wed, 9 Aug 2000 11:35:54 +0200
5431 Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
5432
5433 (the Solaris version changes in Configure skipped)
5434 Branch: perl
5435 ! hints/solaris_2.sh thread.h
5436____________________________________________________________________________
5437[ 6593] By: jhi on 2000/08/11 01:30:16
5438 Log: Subject: Re: [ID 20000730.003] utf8::length() bad
5439 From: simon@brecon.co.uk (Simon Cozens)
5440 Date: 1 Aug 2000 06:55:19 GMT
5441 Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
5442 Branch: perl
5443 ! lib/utf8.pm
5444____________________________________________________________________________
5445[ 6592] By: jhi on 2000/08/11 01:26:39
5446 Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
5447 From: Peter Scott <Peter@PeterScott.com>
5448 Date: Thu, 10 Aug 2000 08:23:27 -0700
5449 Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
5450 Branch: perl
5451 ! lib/perl5db.pl
5452____________________________________________________________________________
5453[ 6591] By: jhi on 2000/08/11 01:22:02
5454 Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value
5455 From: Hugo <hv@crypt.compulink.co.uk>
5456 Date: Thu, 10 Aug 2000 19:23:04 +0100
5457 Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
5458 Branch: perl
5459 ! regexec.c t/op/pat.t
5460____________________________________________________________________________
5461[ 6590] By: jhi on 2000/08/11 01:19:19
5462 Log: Preprocessing and postprocessing for File::Find.
5463
5464 Subject: Patch to Find::File.pm to allow alphabetical results
5465 From: Joe Smith <jsmith@inwap.com>
5466 Date: Wed, 9 Aug 2000 02:44:54 -0700
5467 Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
5468 Branch: perl
5469 ! lib/File/Find.pm
5470____________________________________________________________________________
5471[ 6589] By: jhi on 2000/08/11 01:12:39
5472 Log: B::Deparse didn't do sub attributes.
5473
5474 Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
5475 From: simon@brecon.co.uk (Simon Cozens)
5476 Date: 9 Aug 2000 04:49:20 GMT
5477 Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
5478 Branch: perl
5479 ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
5480____________________________________________________________________________
5481[ 6588] By: jhi on 2000/08/11 01:06:40
5482 Log: Subject: debugger "d" command doesnt check line number
5483 From: Mike Guy <mjtg@cam.ac.uk>
5484 Date: Tue, 08 Aug 2000 21:54:29 +0100
5485 Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
5486 Branch: perl
5487 ! lib/perl5db.pl mg.c pod/perldiag.pod
5488____________________________________________________________________________
5489[ 6587] By: jhi on 2000/08/11 00:45:03
5490 Log: sleep(1) does not necessarily return 1.
5491
5492 Subject: [PATCH bleadperl] op/lex_assign.t
5493 From: Hugo <hv@crypt.compulink.co.uk>
5494 Date: Thu, 03 Aug 2000 14:34:22 +0100
5495 Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
5496 Branch: perl
5497 ! t/op/lex_assign.t
5498____________________________________________________________________________
5499[ 6586] By: jhi on 2000/08/11 00:31:50
5500 Log: Document the IO::Select timeout.
5501 Branch: perl
5502 ! ext/IO/lib/IO/Select.pm
5503____________________________________________________________________________
5504[ 6585] By: jhi on 2000/08/11 00:13:54
5505 Log: Forgot contributor.
5506 Branch: perl
5507 ! Changes
5508____________________________________________________________________________
5509[ 6584] By: jhi on 2000/08/11 00:09:19
5510 Log: detypo
5511 Branch: perl
5512 ! Changes
5513____________________________________________________________________________
5514[ 6583] By: jhi on 2000/08/11 00:07:53
5515 Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
5516
5517 Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
5518 From: Mike Guy <mjtg@cam.ac.uk>
5519 Date: Thu, 10 Aug 2000 15:50:54 +0100
5520 Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
5521 Branch: perl
5522 ! sv.c t/op/int.t
5523____________________________________________________________________________
5524[ 6582] By: jhi on 2000/08/10 23:29:32
5525 Log: Update Changes.
5526 Branch: perl
5527 ! Changes
5528____________________________________________________________________________
91e6cb77
JH
5529[ 6581] By: jhi on 2000/08/10 23:26:16
5530 Log: Put back the std @INC thing.
5531 Branch: perl
5532 ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
5533 ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
5534 ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
5535 ! t/lib/gol-oo.t
5536____________________________________________________________________________
5537[ 6580] By: jhi on 2000/08/10 23:03:34
5bb12a20 5538 Log: Update to CGI 2.70, from Lincoln Stein.
91e6cb77
JH
5539 Branch: perl
5540 ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
5541 ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
5542 ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
5543 ! t/lib/cgi-request.t
5544____________________________________________________________________________
5545[ 6579] By: jhi on 2000/08/10 22:41:50
5546 Log: Update to CPAN 1.56, from Andreas König.
5547 Branch: perl
5548 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
5549____________________________________________________________________________
5550[ 6578] By: jhi on 2000/08/10 22:38:13
5551 Log: Update to Pod::Parser 1.17, from Brad Appleton.
5552 Branch: perl
5553 ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
5554 ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
5555 ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
5556 ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
5557 ! t/pod/include.t t/pod/included.t t/pod/lref.t
5558 ! t/pod/multiline_items.t t/pod/nested_items.t
5559 ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
5560 ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
5561 ! t/pod/special_seqs.t
5562____________________________________________________________________________
5563[ 6577] By: jhi on 2000/08/10 22:35:41
5564 Log: Small AUTHORS and MAINTAIN updates. Could do with big updates.
5565 Branch: perl
5566 ! AUTHORS MAINTAIN
5567____________________________________________________________________________
5568[ 6576] By: jhi on 2000/08/10 22:24:54
5569 Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
5570 Branch: perl
5571 + t/lib/gol-oo.t
5572 ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
5573 ! t/lib/gol-compat.t t/lib/gol-linkage.t
5574____________________________________________________________________________
5575[ 6575] By: jhi on 2000/08/10 22:02:07
6b64c7e8 5576 Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
91e6cb77
JH
5577 Branch: perl
5578 ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
5579____________________________________________________________________________
5580[ 6574] By: jhi on 2000/08/10 21:55:03
5581 Log: Iterating perl6 description.
5582 Branch: perl
5583 ! pod/perlfaq1.pod
5584____________________________________________________________________________
5585[ 6573] By: jhi on 2000/08/10 21:48:26
5586 Log: Revert the sv.c part of #6559, a better fix is needed.
5587 Branch: perl
5588 ! sv.c
5589____________________________________________________________________________
5590[ 6572] By: jhi on 2000/08/10 20:33:43
5591 Log: It's the 2ndO'ROSSC.
5592 Branch: perl
5593 ! pod/perlfaq1.pod
5594____________________________________________________________________________
5595[ 6571] By: jhi on 2000/08/10 15:55:48
5596 Log: detypo
5597 Branch: perl
5598 ! pod/perlfaq1.pod
5599____________________________________________________________________________
5600[ 6570] By: jhi on 2000/08/10 14:11:17
5601 Log: An exceptionally sticky typo.
5602 Branch: perl
5603 ! Changes
5604____________________________________________________________________________
5605[ 6569] By: jhi on 2000/08/10 14:09:33
5606 Log: detypo (and test Changes updating script)
5607 Branch: perl
5608 ! Changes
5609____________________________________________________________________________
b6137716
JH
5610[ 6568] By: jhi on 2000/08/10 14:07:07
5611 Log: Update Changes.
5612 Branch: perl
5613 ! Changes
5614____________________________________________________________________________
02237c86 5615[ 6567] By: jhi on 2000/08/10 14:06:19
5a49ee45 5616 Log: Amend the description of Perl6.
02237c86
JH
5617 Subject: [PATCH Perl-5.6.0] perlfaq1.pod
5618 From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
5619 Date: Wed, 9 Aug 2000 22:11:06 -0500
5620 Message-ID: <20000809221106.A12246@chaos.wustl.edu>
5621 Branch: perl
5622 ! pod/perlfaq1.pod
5623____________________________________________________________________________
5624[ 6566] By: jhi on 2000/08/10 13:58:57
5625 Log: Subject: Remove dead entry in perldiag
5626 From: Mike Guy <mjtg@cam.ac.uk>
5627 Date: Thu, 10 Aug 2000 14:19:19 +0100
5628 Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
5629 Branch: perl
5630 ! pod/perldiag.pod
5631____________________________________________________________________________
5632[ 6565] By: jhi on 2000/08/10 13:51:48
5633 Log: Zero entries were skipped, fix from Adrian Goalby
5634 <argoalby@yahoo.co.uk>
5635 Branch: perl
5636 ! lib/unicode/Number.pl lib/unicode/mktables.PL
5637____________________________________________________________________________
5638[ 6564] By: jhi on 2000/08/10 13:00:12
5639 Log: Subject: [PATCH 5.6.0] cygwin port
5640 From: "Fifer, Eric" <EFifer@sanwaint.com>
5641 Date: Thu, 10 Aug 2000 13:15:36 +0100
5642 Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
5643 Branch: perl
5644 ! README.cygwin hints/cygwin.sh
5645____________________________________________________________________________
5646[ 6563] By: jhi on 2000/08/10 12:55:16
5647 Log: Get back into sync with Jeffrey on the enhanced regex warnings.
5648 Branch: perl
5649 ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
5650____________________________________________________________________________
5651[ 6562] By: gsar on 2000/08/10 08:38:39
5652 Log: warn is a macro, avoid using at a variable to avoid warnings
5653 in some configurations; readdir.t is too conservative in
5654 estimating number of *.t's
5655 Branch: perl
5656 ! t/op/readdir.t util.c
5657____________________________________________________________________________
5658[ 6561] By: jhi on 2000/08/09 23:35:42
5659 Log: Update Changes.
5660 Branch: perl
5661 ! Changes
5662____________________________________________________________________________
41df20d4
JH
5663[ 6560] By: jhi on 2000/08/09 23:05:47
5664 Log: Subject: Re: enhanced(?) regex error messages
5665 From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
5666 Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
5667 Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
5668
5669 (plus two small patches sent privately)
5670 (this still seems to leave few test failures)
5671 Branch: perl
5672 + t/op/regmesg.t
5673 ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
5674 ! t/pragma/warn/regcomp
5675____________________________________________________________________________
5676[ 6559] By: jhi on 2000/08/09 20:41:18
fcd15f51 5677 Log: (The fix did work but was not right, retracted in #6573)
41df20d4
JH
5678
5679 Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
5680 From: Christian Kirsch <ck@held.mind.de>
5681 Date: Wed, 9 Aug 2000 17:05:17 +0200
5682 Message-Id: <20000809170517.A25389@held>
5683 Branch: perl
5684 ! sv.c t/pragma/locale.t
5685____________________________________________________________________________
5686[ 6558] By: jhi on 2000/08/08 22:34:08
5687 Log: Tiny updates on the contributors list.
5688 Branch: perl
5689 ! Changes
5690____________________________________________________________________________
5691[ 6557] By: jhi on 2000/08/08 19:34:28
5692 Log: Double check that we have a dirhandle.
5693 Branch: perl
5694 ! util.c
5695____________________________________________________________________________
5696[ 6556] By: jhi on 2000/08/08 19:01:51
5697 Log: Delete eg as agreed at TPC3 (yes, 3). Dusty, obsolete, non-w-clean.
5698 May be repopulated with fresh maintained examples.
5699 Branch: perl
5700 + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
5701 + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
5702 + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
5703 + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
5704 + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
5705 + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
5706 + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
5707 + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
5708 + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
5709 + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
5710 + lib/CGI/eg/wilogo_gif.uu
5711 - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
5712 - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
5713 - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
5714 - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
5715 - eg/cgi/frameset.cgi eg/cgi/index.html
5716 - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
5717 - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
5718 - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
5719 - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
5720 - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
5721 - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
5722 - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
5723 - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
5724 - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
5725 - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
5726 - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
5727 - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
5728 - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
5729 - eg/van/vanish eg/who eg/wrapsuid
5730 ! MANIFEST
5731____________________________________________________________________________
5732[ 6555] By: jhi on 2000/08/08 18:51:08
5733 Log: Delete chat2 as requested by Randal.
5734
5735 Subject: Re: perlfaq8 coyness
5736 From: merlyn@stonehenge.com (Randal L. Schwartz)
5737 Date: 15 May 2000 18:52:42 -0700
5738 Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com>
5739 Branch: perl
5740 - lib/chat2.pl
5741 ! MANIFEST
5742____________________________________________________________________________
5743[ 6554] By: jhi on 2000/08/08 18:31:35
5744 Log: Regen global.sym.
5745 Branch: perl
5746 ! global.sym
5747____________________________________________________________________________
5748[ 6553] By: jhi on 2000/08/08 18:28:13
5749 Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
5750 (either perlbug or p5p ate the original), plus regen
5751 perlapi and perltoc.
5752 Branch: perl
5753 ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
5754 ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
5755 ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
5756 ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
5757 ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
5758 ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
5759 ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
5760 ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
5761 ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
5762 ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
5763____________________________________________________________________________
5764[ 6552] By: jhi on 2000/08/08 18:06:29
5765 Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
5766 From: Mike Guy <mjtg@cam.ac.uk>
5767 Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
5768 Date: Tue, 08 Aug 2000 15:51:27 +0100
5769 Branch: perl
5770 ! doop.c sv.h t/op/join.t t/pragma/overload.t
5771____________________________________________________________________________
5772[ 6551] By: jhi on 2000/08/08 18:01:11
5773 Log: Re-apply #6549.
5774 Branch: perl
5775 ! lib/perl5db.pl
5776____________________________________________________________________________
5777[ 6550] By: jhi on 2000/08/08 17:43:08
5778 Log: Accidental retraction of #6549.
5779 Branch: perl
5780 ! lib/perl5db.pl
5781____________________________________________________________________________
5782[ 6549] By: jhi on 2000/08/08 17:40:04
5783 Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
5784 From: Mike Guy <mjtg@cam.ac.uk>
5785 Date: Mon, 07 Aug 2000 21:49:58 +0100
5786 Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
5787 Branch: perl
5788 ! lib/perl5db.pl
5789____________________________________________________________________________
5790[ 6548] By: jhi on 2000/08/08 17:37:57
5791 Log: Document here-doc better.
5792
5793 Subject: Re: [ID 20000804.003] heredoc in s///e replacement
5794 From: Mike Guy <mjtg@cam.ac.uk>
5795 Date: Mon, 07 Aug 2000 14:02:09 +0100
5796 Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
5797 Branch: perl
5798 ! pod/perldata.pod
5799____________________________________________________________________________
5800[ 6547] By: jhi on 2000/08/08 17:33:34
5801 Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
5802 From: "Randy J. Ray" <rjray@redhat.com>
5803 Date: Mon, 07 Aug 2000 19:12:25 -0700
5804 Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
5805 Branch: perl
5806 ! perl.c pod/perlrun.pod
5807____________________________________________________________________________
5808[ 6546] By: jhi on 2000/08/08 17:29:26
5809 Log: Subject: Re: enhanced(?) regex error messages
5810 From: Hugo <hv@crypt.compulink.co.uk>
5811 Date: Tue, 08 Aug 2000 03:25:51 +0100
5812 Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
5813
5814 plus Capitalize the error messages, plus perldiag them.
5815 Branch: perl
5816 ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
5817____________________________________________________________________________
5818[ 6545] By: jhi on 2000/08/08 13:59:28
5819 Log: Augment #6539 a bit: don't croak if there's magic in the air.
5820
5821 Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
5822 From: Hugo <hv@crypt.compulink.co.uk>
5823 Date: Tue, 08 Aug 2000 03:02:03 +0100
5824 Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
5825 Branch: perl
5826 ! pp.c t/op/bless.t
5827____________________________________________________________________________
5828[ 6544] By: jhi on 2000/08/07 21:11:52
5829 Log: Make the test -w clean.
5830 Branch: perl
5831 ! t/op/bless.t
5832____________________________________________________________________________
5833[ 6543] By: jhi on 2000/08/07 19:49:53
5834 Log: use warnings instead of $^W.
5835 Branch: perl
5836 ! t/op/bless.t
5837____________________________________________________________________________
5838[ 6542] By: jhi on 2000/08/07 17:41:41
5839 Log: Disable a portability warning Because We Know What We Are Doing.
5840 Branch: perl
5841 ! t/op/bless.t
5842____________________________________________________________________________
5843[ 6541] By: jhi on 2000/08/07 17:29:51
5844 Log: Tiny tidying on report_evil_fh().
5845 Branch: perl
5846 ! util.c
5847____________________________________________________________________________
5848[ 6540] By: jhi on 2000/08/07 16:37:38
5849 Log: Make regular expression parse error messages easier to understand.
5850
5851 Subject: Re: enhanced(?) regex error messages
5852 From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
5853 Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
5854 Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
5855 Branch: perl
5856 ! regcomp.c
5857____________________________________________________________________________
5858[ 6539] By: jhi on 2000/08/07 16:12:27
5859 Log: Make bless(REF, REF) a fatal error, add bless tests.
5860
5861 Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
5862 From: Hugo <hv@crypt.compulink.co.uk>
5863 Date: Mon, 07 Aug 2000 16:59:38 +0100
5864 Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
5865 Branch: perl
5866 + t/op/bless.t
5867 ! MANIFEST pod/perldiag.pod pp.c sv.c
5868____________________________________________________________________________
5869[ 6538] By: jhi on 2000/08/07 15:59:43
5870 Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
5871 From: Tim Conrow <tim@spindrift.srl.caltech.edu>
5872 Date: Thu, 3 Aug 2000 14:29:21 -0700
5873 Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
5874 Branch: perl
5875 ! lib/lib_pm.PL
5876____________________________________________________________________________
5877[ 6537] By: jhi on 2000/08/07 15:47:18
5878 Log: Retract #6419 for now since it breaks in AFS and MachTen.
5879 Branch: perl
5880 ! lib/Cwd.pm
5881____________________________________________________________________________
5882[ 6536] By: jhi on 2000/08/07 15:05:29
5883 Log: Plug the security hole described in the Aug 05 2000 bugtraq message
5884 "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
5885 The security hole exists only in suidperls, which isn't
5886 installed or even built by default.
5887 Branch: perl
5888 ! perl.c
5889____________________________________________________________________________
5890[ 6535] By: jhi on 2000/08/07 14:45:14
5891 Log: tr memory corruption fix from Simon Cozens.
5892 Branch: perl
5893 ! doop.c
5894____________________________________________________________________________
5895[ 6534] By: jhi on 2000/08/06 11:38:16
5896 Log: Document a bit that UDP is not what you might think.
5897
5898 Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
5899 From: Lupe Christoph <lupe@lupe-christoph.de>
5900 Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
5901 Date: Mon, 24 Jul 2000 08:59:15 +0200
5902 Branch: perl
5903 ! pod/perlipc.pod
5904____________________________________________________________________________
5905[ 6533] By: jhi on 2000/08/06 11:35:01
5906 Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
5907 From: Jeff Pinyan <jeffp@hut.crusoe.net>
5908 Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
5909 Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
5910 Branch: perl
5911 ! pod/perlfunc.pod
5912____________________________________________________________________________
5913[ 6532] By: jhi on 2000/08/06 03:45:41
5914 Log: Have symbols for the IoTYPEs.
5915 Branch: perl
5916 ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
5917____________________________________________________________________________
5918[ 6531] By: jhi on 2000/08/06 01:33:55
5919 Log: Continue fixing the io warnings. This also
5920 sort of fixes bug ID 20000802.003: the core dump
5921 is no more. Whether the current behaviour is correct
5922 (giving a warning: "Not a format reference"), is another matter.
5923 Branch: perl
5924 ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
5925 ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
5926____________________________________________________________________________
5927[ 6530] By: jhi on 2000/08/05 21:33:12
5928 Log: Change the Policy policy: now -Dprefix= with an existing
5929 Policy.sh and prefix == siteprefix == vendorprefix, then all
5930 of them follow along the new prefix.
5931
5932 Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
5933 From: Andy Dougherty <doughera@lafayette.edu>
5934 Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
5935 Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
5936 Branch: perl
5937 ! Policy_sh.SH
5938____________________________________________________________________________
5939[ 6529] By: jhi on 2000/08/05 18:57:28
5940 Log: Zap lib/Sys directory when cleaning up.
5941 Branch: perl
5942 ! Makefile.SH
5943____________________________________________________________________________
5944[ 6528] By: jhi on 2000/08/05 18:40:44
5945 Log: Essential prototype changes were missing from #6527.
5946 Also make report_evil_fh() more bomb-proof.
5947 Branch: perl
5948 ! embed.h util.c
5949____________________________________________________________________________
5950[ 6527] By: jhi on 2000/08/05 03:22:05
5951 Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
5952 From: "Ronald F. Guilmette" <rfg@monkeys.com>
5953 Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
5954 Message-Id: <200007242247.PAA52177@monkeys.com>
5955 Branch: perl
5956 ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
5957____________________________________________________________________________
5958[ 6526] By: jhi on 2000/08/04 21:23:27
5959 Log: gcc versions might have (parentheses) in them.
5960 Branch: metaconfig/U/perl
5961 ! gccvers.U
5962 Branch: perl
5963 ! Configure config_h.SH
5964____________________________________________________________________________
5965[ 6525] By: jhi on 2000/08/04 20:23:12
5966 Log: Weed buglets pointed out by
5967
5968 From: Lupe Christoph <lupe@lupe-christoph.de>
5969 Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
5970 Date: Fri, 4 Aug 2000 17:34:39 +0200
5971 Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
5972 Branch: metaconfig/U/perl
5973 ! gccvers.U uselfs.U
5974 Branch: perl
5975 ! Configure config_h.SH
5976____________________________________________________________________________
5977[ 6524] By: jhi on 2000/08/04 19:02:08
5978 Log: Warn under -w if lstat(FH) is attempted.
5979
5980 Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
5981 From: "Todd C. Miller" <Todd.Miller@courtesan.com>
5982 Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT)
5983 Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com>
5984 Branch: perl
5985 ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
5986 ! t/pragma/warn/pp_sys
5987____________________________________________________________________________
5988[ 6523] By: jhi on 2000/08/04 12:31:11
5989 Log: Subject: New perlcc, take 2
5990 From: simon@brecon.co.uk (Simon Cozens)
5991 Date: 4 Aug 2000 06:21:04 GMT
5992 Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
5993 Branch: perl
5994 ! utils/perlcc.PL
5995____________________________________________________________________________
5996[ 6522] By: jhi on 2000/08/04 12:26:33
5997 Log: Subject: Re: Array vs. List context
5998 From: Daniel Chetlin <daniel@chetlin.com>
5999 Date: Fri, 4 Aug 2000 00:22:44 -0700
6000 Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
6001 Branch: perl
6002 ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
6003 ! pod/perlfaq4.pod
6004____________________________________________________________________________
6005[ 6521] By: jhi on 2000/08/04 12:22:38
6006 Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
6007 From: Raymund Will <ray@caldera.de>
6008 Date: Fri, 4 Aug 2000 12:07:09 +0200
6009 Message-Id: <20000804120709.A14982@caldera.de>
6010 Branch: perl
6011 ! configure.gnu
6012____________________________________________________________________________
6013[ 6520] By: jhi on 2000/08/04 04:09:06
6014 Log: After the #6519 a warning about stat() is just that,
6015 not about a filetest, which now have their own warning.
6016 Branch: perl
6017 ! pod/perldiag.pod
6018____________________________________________________________________________
6019[ 6519] By: jhi on 2000/08/04 04:06:30
6020 Log: In the warnings call filehandles consistently so;
6021 add "unopened" warning for stat().
6022 Branch: perl
6023 ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
6024 ! t/pragma/warn/pp_sys
6025____________________________________________________________________________
6026[ 6518] By: jhi on 2000/08/04 02:55:35
6027 Log: Subject: Minor tweak to perlvar.pod
6028 From: "Stephen P. Potter" <spp@ds.net>
6029 Date: Tue, 18 Apr 2000 09:26:03 -0400
6030 Message-Id: <200004181326.JAA01560@spp.users.ds.net>
6031 Branch: perl
6032 ! pod/perlvar.pod
6033____________________________________________________________________________
6034[ 6517] By: jhi on 2000/08/04 02:50:08
6035 Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
6036 From: "Clinton Pierce" <cpierce1@ford.com>
6037 Date: Wed, 21 Jul 1999 16:45:31 -0400
6038 Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
6039
6040 Fix by Stephen Potter (visible in the bug db but not in p5p?)
6041 Branch: perl
6042 ! pod/perlfunc.pod pod/perlop.pod
6043____________________________________________________________________________
6044[ 6516] By: jhi on 2000/08/04 02:09:25
6045 Log: This is 6512. Really.
6046 Branch: perl
6047 ! dump.c
6048____________________________________________________________________________
6049[ 6515] By: jhi on 2000/08/04 01:25:50
6050 Log: mention the idea of @( and @)
6051 Branch: perl
6052 ! Todo-5.6
6053____________________________________________________________________________
6054[ 6514] By: bailey on 2000/08/04 01:18:46
6055 Log: YA resync with mainstem, including VMS patches from others
6056 Branch: vmsperl
6057 +> (branch 48 files)
6058 - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
6059 !> (integrate 354 files)
6060____________________________________________________________________________
6061[ 6513] By: jhi on 2000/08/04 01:18:18
6062 Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
6063 From: Mark Dickinson <dickins3@fas.harvard.edu>
6064 Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
6065 Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
6066 Branch: perl
6067 ! t/op/grent.t t/op/pwent.t
6068____________________________________________________________________________
6069[ 6512] By: jhi on 2000/08/04 01:14:06
6070 Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
6071 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6072 Date: Wed, 02 Aug 2000 10:51:01 +0100
6073 Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
6074 Branch: perl
6075 ! sv.c
6076____________________________________________________________________________
6077[ 6511] By: jhi on 2000/08/04 00:57:00
6078 Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question
6079 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
6080 Date: Thu, 03 Aug 2000 17:20:04 -0700
6081 Message-ID: <0wgi5gzkgqLb092yn@efn.org>
6082 Branch: metaconfig
6083 ! U/modified/Cppsym.U
6084 Branch: perl
6085 ! Configure config_h.SH
6086____________________________________________________________________________
6087[ 6510] By: jhi on 2000/08/04 00:25:28
6088 Log: detypo
6089 Branch: perl
6090 ! Makefile.SH
6091____________________________________________________________________________
6092[ 6509] By: jhi on 2000/08/03 23:43:18
6093 Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
6094 From: Dominic Dunlop <domo@computer.org>
6095 Date: Thu, 3 Aug 2000 22:16:46 +0200
6096 Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
6097 Branch: perl
6098 ! t/op/sprintf.t
6099____________________________________________________________________________
6100[ 6508] By: jhi on 2000/08/03 23:40:37
6101 Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
6102 From: Hugo <hv@crypt.compulink.co.uk>
6103 Date: Thu, 03 Aug 2000 18:25:30 +0100
6104 Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
6105 Branch: perl
6106 ! regcomp.c t/op/re_tests
6107____________________________________________________________________________
6108[ 6507] By: jhi on 2000/08/03 23:38:28
6109 Log: Subject: [PATCH] sv.h documentation - SvLEN
6110 From: Mike Guy <mjtg@cam.ac.uk>
6111 Date: Thu, 03 Aug 2000 14:43:09 +0100
6112 Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
6113 Branch: perl
6114 ! sv.h
6115____________________________________________________________________________
6116[ 6506] By: jhi on 2000/08/03 15:49:14
6117 Log: Disable the fix_pl hack for now.
6118 Branch: perl
6119 ! Makefile.SH
6120____________________________________________________________________________
6121[ 6505] By: jhi on 2000/08/03 13:49:04
6122 Log: Add a URL for FSF.
6123
6124 Subject: Patch for README
6125 From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
6126 Date: Wed, 2 Aug 2000 13:25:09 -0500
6127 Message-ID: <20000802132509.I10379@chaos.wustl.edu>
6128 Branch: perl
6129 ! README
6130____________________________________________________________________________
6131[ 6504] By: jhi on 2000/08/03 13:29:19
6132 Log: Be more informative on what is skipped and why,
6133 also repeat the list at the end.
6134 Branch: perl
6135 ! Porting/p4desc
6136____________________________________________________________________________
6137[ 6503] By: jhi on 2000/08/03 13:07:05
6138 Log: Circumvent the removal of .patch by fix_pl.
6139
6140 Subject: Re: [ID 20000802.011] unable to 'make test'
6141 From: simon@brecon.co.uk (Simon Cozens)
6142 Date: 3 Aug 2000 04:17:00 GMT
6143 Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org>
6144 Branch: perl
6145 ! Makefile.SH
6146____________________________________________________________________________
6147[ 6502] By: jhi on 2000/08/03 00:14:34
6148 Log: Add the missing setproctitle unit.
6149 Branch: metaconfig/U/perl
6150 + d_setproctitle.U
6151____________________________________________________________________________
6152[ 6501] By: jhi on 2000/08/03 00:00:26
6153 Log: The subtest 4 may fail also on VOBS, as pointed out
6154 by Nick Ing-Simmons in November 1999, bug id 19991124.003
6155 (but the failure in that bug report isn't the subtest 4).
6156 Branch: perl
6157 ! t/op/stat.t
6158____________________________________________________________________________
6159[ 6500] By: jhi on 2000/08/02 23:49:30
6160 Log: Better skip message for the test; one of the two problems in
6161
6162 Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
6163 From: Lupe Christoph <lupe@lupe-christoph.de>
6164 Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
6165 Message-Id: <200002241054.LAA06808@lupe-christoph.de>
6166 Branch: perl
6167 ! t/op/numconvert.t
6168____________________________________________________________________________
6169[ 6499] By: jhi on 2000/08/02 22:49:16
6170 Log: Allow "no Module;" even if there is no 'unimport'.
6171
6172 Subject: [ID 20000324.029] `unimport' is not special the way `import' is
6173 From: mjd@plover.com
6174 Date: 24 Mar 2000 15:24:34 -0000
6175 Message-Id: <20000324152434.15160.qmail@plover.com>
6176 Branch: perl
6177 ! gv.c
6178____________________________________________________________________________
6179[ 6498] By: jhi on 2000/08/02 22:42:58
6180 Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
6181 that are hopefully soon put into use.
6182 Branch: perl
6183 ! opcode.h opcode.pl opnames.h
6184____________________________________________________________________________
6185[ 6497] By: gsar on 2000/08/02 22:28:59
6186 Log: require.t needs binmode() to work on windows
6187 Branch: perl
6188 ! t/comp/require.t
6189____________________________________________________________________________
6190[ 6496] By: jhi on 2000/08/02 22:08:51
6191 Log: Document the IVdf UVuf UVof UVxf.
6192 Branch: perl
6193 ! pod/perlguts.pod
6194____________________________________________________________________________
6195[ 6495] By: jhi on 2000/08/02 21:54:26
6196 Log: detypo #6494
6197 Branch: perl
6198 ! ext/Data/Dumper/Dumper.xs
6199____________________________________________________________________________
6200[ 6494] By: jhi on 2000/08/02 21:49:17
6201 Log: Dump UVs as UVs in Data::Dumper.
6202
6203 Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
6204 From: Gurusamy Sarathy <gsar@ActiveState.com>
6205 Date: Thu, 27 Apr 2000 12:26:25 -0700
6206 Message-Id: <200004271926.MAA04331@molotok.activestate.com>
6207 Branch: perl
6208 ! ext/Data/Dumper/Dumper.xs
6209____________________________________________________________________________
6210[ 6493] By: jhi on 2000/08/02 17:01:58
6211 Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error
6212 From: Hugo <hv@crypt.compulink.co.uk>
6213 Date: Wed, 02 Aug 2000 14:53:56 +0100
6214 Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
6215 Branch: perl
6216 ! regexec.c t/op/re_tests
6217____________________________________________________________________________
6218[ 6492] By: jhi on 2000/08/02 15:02:46
6219 Log: The new setproctitle() feature is available only in
6220 bleeding edge FreeBSD. From Paul Saab.
6221 Branch: perl
6222 ! mg.c
6223____________________________________________________________________________
6224[ 6491] By: jhi on 2000/08/02 13:34:36
6225 Log: The tr utf8 patching continues.
6226
6227 Subject: Re: #6469, too many tests claimed in require.t
6228 From: simon@brecon.co.uk (Simon Cozens)
6229 Date: 2 Aug 2000 02:37:17 GMT
6230 Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
6231
6232 (the logic of the test was the wrong way round in the patch)
6233 Branch: perl
6234 ! doop.c
6235____________________________________________________________________________
6236[ 6490] By: jhi on 2000/08/02 13:27:38
6237 Log: The name of a filehandle does not have <these>.
6238 Branch: perl
6239 ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
6240 ! t/pragma/warn/pp_sys util.c
6241____________________________________________________________________________
6242[ 6489] By: jhi on 2000/08/02 04:26:46
6243 Log: Remove the extraneous "main::" prefix from all the
6244 "opened only for", "on closed", and "never opened" warnings.
6245
6246 Subject: Re: inappropriate warning
6247 From: Gurusamy Sarathy <gsar@ActiveState.com>
6248 Date: Mon, 20 Mar 2000 11:28:02 -0800
6249 Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
6250 Branch: perl
6251 ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
6252 ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
6253 ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
6254____________________________________________________________________________
6255[ 6488] By: jhi on 2000/08/02 03:02:57
6256 Log: memcpy has n o in it, as pinted ut by Sarathy.
6257 Branch: perl
6258 ! pod/perlguts.pod
6259____________________________________________________________________________
6260[ 6487] By: jhi on 2000/08/02 02:44:51
6261 Log: Document in one place the memory abstractions used in Perl core.
6262
6263 Subject: Re: Memory abstraction
6264 From: simon@brecon.co.uk (Simon Cozens)
6265 Date: 2 Aug 2000 02:20:23 GMT
6266 Organization: Earth.li Origins
6267 Branch: perl
6268 ! pod/perlguts.pod
6269____________________________________________________________________________
6270[ 6486] By: jhi on 2000/08/02 02:41:57
6271 Log: regen_headers, regen perltoc.
6272 Branch: perl
6273 ! perlapi.c pod/perltoc.pod
6274____________________________________________________________________________
6275[ 6485] By: jhi on 2000/08/02 01:43:33
6276 Log: "This little thing tests for a file .patch, and if it contains
6277 a number, pops into patchlevel.h" (making it easier to track
6278 which development version people are reporting bugs against)
6279
6280 Subject: Patchlevel autogeneration for repository perls
6281 From: simon@brecon.co.uk (Simon Cozens)
6282 Date: 14 Jul 2000 07:12:15 GMT
6283 Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
6284 Branch: perl
6285 + fix_pl
6286 ! MANIFEST Makefile.SH
6287____________________________________________________________________________
6288[ 6484] By: jhi on 2000/08/02 01:32:54
6289 Log: FreeBSD 3.* updates from
6290
6291 From: Paul Saab <ps@yahoo-inc.com>
6292 Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
6293 Date: Tue, 1 Aug 2000 15:41:39 -0700
6294 Message-Id: <20000801154139.A53740@yahoo-inc.com>
6295 Branch: perl
6296 ! hints/freebsd.sh
6297____________________________________________________________________________
6298[ 6483] By: jhi on 2000/08/02 01:27:44
6299 Log: In new BSDs changes to argv[] do not show up in ps(1) output,
6300 instead one must use setproctitle(). This was already addressed
6301 by change #6457, but the below has a new variant for FreeBSD 4.0
6302 or later, and the matter is also documented more.
6303
6304 From: Paul Saab <ps@yahoo-inc.com>
6305 Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
6306 Date: Tue, 1 Aug 2000 15:41:39 -0700
6307 Message-Id: <20000801154139.A53740@yahoo-inc.com>
6308 Branch: metaconfig/U/perl
6309 + i_libutil.U
6310 Branch: perl
6311 ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
6312____________________________________________________________________________
6313[ 6482] By: jhi on 2000/08/01 22:17:32
6314 Log: The test from this
6315
6316 Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
6317 Date: Sat, 15 Apr 2000 17:03:44 +0100
6318 From: Tom Hughes <tom@compton.nu>
6319 Message-ID: <d1c9b2af49.tom@compton.compton.nu>
6320
6321 was missing, the code change went in as #5989
6322 (which had a different test?)
6323 Branch: perl
6324 ! t/op/misc.t
6325____________________________________________________________________________
6326[ 6481] By: jhi on 2000/08/01 21:48:38
6327 Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
6328 From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
6329 Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
6330 Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
6331 Branch: perl
6332 ! perl.h
6333____________________________________________________________________________
6334[ 6480] By: jhi on 2000/08/01 18:05:28
6335 Log: Make p4desc to skip non-mainperl branches by default.
6336 Branch: perl
6337 ! Porting/p4desc
6338____________________________________________________________________________
6339[ 6479] By: jhi on 2000/08/01 17:29:19
6340 Log: If gccosandvers is equal to osname, clear gccosandvers.
6341 Branch: metaconfig/U/perl
6342 ! gccvers.U
6343 Branch: perl
6344 ! Configure config_h.SH
6345____________________________________________________________________________
6346[ 6478] By: jhi on 2000/08/01 15:54:08
6347 Log: BOM patching from Simon Cozens.
6348 Branch: perl
6349 ! toke.c
6350____________________________________________________________________________
6351[ 6477] By: jhi on 2000/08/01 04:50:33
6352 Log: Stash away the largefiles flags and libswanted.
6353 Branch: perl
6354 ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
6355____________________________________________________________________________
6356[ 6476] By: gsar on 2000/08/01 04:24:24
6357 Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
6358 on Windows)
6359 Branch: perl
6360 ! t/pragma/utf8.t utf8.c win32/win32.c
6361____________________________________________________________________________
6362[ 6475] By: jhi on 2000/08/01 03:35:24
6363 Log: Make chr() for values >127 to create utf8 when under utf8.
6364
6365 Subject: Re: uft8/chr()
6366 From: simon@brecon.co.uk (Simon Cozens)
6367 Date: 1 Aug 2000 02:37:02 GMT
6368 Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
6369 Branch: perl
6370 ! pod/perlfunc.pod pp.c t/pragma/utf8.t
6371____________________________________________________________________________
6372[ 6474] By: jhi on 2000/08/01 02:36:18
6373 Log: In Digital UNIX warn if gcc explicitly chosen because even
6374 2.95.2 is known to cause problems.
6375 Branch: perl
6376 ! hints/dec_osf.sh
6377____________________________________________________________________________
6378[ 6473] By: jhi on 2000/08/01 02:00:56
6379 Log: Make the safety catch for buggy gccs work with triple version
6380 numbers like 2.95.2. Reported in
6381
6382 Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
6383 From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
6384 Date: Mon, 31 Jul 2000 14:55:06 +0200
6385 Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
6386 Branch: perl
6387 ! hints/dec_osf.sh
6388____________________________________________________________________________
6389[ 6472] By: jhi on 2000/08/01 01:13:33
6390 Log: Subject: fix and question re: waitpid() under win32
6391 From: Brian Clarke <clarke@appliedmeta.com>
6392 Date: Fri, 28 Jul 2000 15:18:29 -0400
6393 Message-ID: <3981DC85.290314EB@appliedmeta.com>
6394
6395 Slightly reformatted and WNOHANG # define moved to win32.h
6396 so that also POSIX.xs sees it, as suggsted by Sarathy.
6397 Branch: perl
6398 ! win32/win32.c win32/win32.h
6399____________________________________________________________________________
6400[ 6471] By: jhi on 2000/08/01 00:55:05
6401 Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
6402 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6403 Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
6404 Date: Mon, 31 Jul 2000 13:28:51 +0100
6405
6406 (aka ID 20000730.002)
6407 Branch: perl
6408 ! op.c t/op/tr.t
6409____________________________________________________________________________
6410[ 6470] By: jhi on 2000/07/31 23:34:42
6411 Log: Document the problem with -P in HP-UX and its workaround.
6412
6413 Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
6414 From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
6415 Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
6416 Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
6417 Branch: perl
6418 ! README.hpux
6419____________________________________________________________________________
6420[ 6469] By: jhi on 2000/07/31 04:15:02
6421 Log: The swallow_bom() saga continues. The #23 of require.t
6422 (UTF16-LE) still fails (silently, no output) but the #22
6423 (UTF16-BE) seems to be working now. The root of the
6424 failure may be in sv_gets(): is it UTF-16LE-aware,
6425 especially when it comes to line endings?
6426 Branch: perl
6427 ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
6428 ! t/comp/require.t toke.c utf8.c
6429____________________________________________________________________________
6430[ 6468] By: jhi on 2000/07/30 19:05:48
6431 Log: Find green threads before native threads.
6432
6433 Subject: Re: Patch to jpl/JNI/Makefile.PL
6434 From: Jens Thomsen <jens@fiend.cis.com>
6435 Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
6436 Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
6437 Branch: perl
6438 ! jpl/JNI/Makefile.PL
6439____________________________________________________________________________
6440[ 6467] By: jhi on 2000/07/30 18:36:22
6441 Log: Fix the HALF_UPGRADE() macro introduced in #6263.
6442 Branch: perl
6443 ! doop.c
6444____________________________________________________________________________
6445[ 6466] By: jhi on 2000/07/30 04:37:29
6446 Log: A new version of the "remove UPPERACSE string comparison"
6447 operators. The problem with the previous one (change #6454)
6448 was that it was for Perl 5.6.0. From Paul Marquess.
6449 Branch: perl
6450 ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
6451 ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
6452 ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
6453____________________________________________________________________________
6454[ 6465] By: jhi on 2000/07/29 22:39:56
6455 Log: Do not upgrade SVs into utf8 just because they participate
6456 in eq or cmp. Reported and fix suggested in
6457
6458 Subject: [ID 20000720.009] sv_eq UTF8 bug
6459 From: "Simon Cozens" <simon@othersideofthe.earth.li>
6460 Date: 21 Jul 2000 04:37:29 -0000
6461 Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
6462
6463 Exercise for the kind reader: should we or should we not
6464 cache the utf8 conversion alonside the SV? (as magic,
6465 as thestrxfrm()ed version is cached under use locale)
6466 Argue both for and against.
6467 Branch: perl
6468 ! sv.c
6469____________________________________________________________________________
6470[ 6464] By: jhi on 2000/07/29 22:36:22
6471 Log: Subject: UTF8 concat
6472 From: simon@brecon.co.uk (Simon Cozens)
6473 Date: 30 Jun 2000 06:13:25 GMT
6474 Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
6475
6476 (with a memory leak fixed, plus a few casts added)
6477
6478 This also seems to help for
6479
6480 Subject: [ID 20000716.015] join UTF8 weirdness
6481 From: root <root@ak-71.mind.de>
6482 Date: Sat, 15 Jul 2000 15:29:54 +0200
6483 Message-Id: <200007151329.PAA13970@ak-71.mind.de>
6484
6485 (from Andreas König)
6486 Branch: perl
6487 ! pp_hot.c
6488____________________________________________________________________________
6489[ 6463] By: jhi on 2000/07/29 00:55:39
6490 Log: Tune the comments and hopefully stop a memory leak.
6491 Branch: perl
6492 ! toke.c utf8.c
6493____________________________________________________________________________
6494[ 6462] By: jhi on 2000/07/29 00:16:53
6495 Log: The problem described in this
6496
6497 Subject: [ID 20000322.018] named chars aren't magical enough
6498 From: root <root@dixie.cscaper.com>
6499 Date: Wed, 22 Mar 2000 18:37:42 -0700
6500 Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
6501
6502 has been fixed in perl 5.6.0 but just in case added a test
6503 to keep it away. (The report from Joseph Hall.)
6504 Branch: perl
6505 ! t/lib/charnames.t
6506____________________________________________________________________________
6507[ 6461] By: jhi on 2000/07/28 23:56:36
6508 Log: Tiny fixes for #6460.
6509 Branch: metaconfig/U/perl
6510 ! gccvers.U
6511 Branch: perl
6512 ! Configure config_h.SH
6513____________________________________________________________________________
6514[ 6460] By: jhi on 2000/07/28 23:24:41
6515 Log: Warn if the version of the operating system used to compile gcc
6516 differs from the current version of the operating system.
6517 Also display the gcc compilation os and version in myconfig.
6518 Inspiration from
6519
6520 Subject: Re: [ID 20000710.003] ERRORS!!
6521 From: "Kurt D. Starsinic" <kstar@chapin.edu>
6522 Date: Mon, 10 Jul 2000 15:54:16 -0400
6523 Message-ID: <20000710155416.A1384@O2.chapin.edu>
6524 Branch: metaconfig/U/perl
6525 ! gccvers.U
6526 Branch: perl
6527 ! Configure config_h.SH myconfig.SH
6528____________________________________________________________________________
6529[ 6459] By: jhi on 2000/07/28 22:00:32
6530 Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
6531 letter to $Config{osvers}.
6532 Branch: metaconfig
6533 ! U/modified/Oldconfig.U
6534 Branch: perl
6535 ! Configure config_h.SH
6536____________________________________________________________________________
6537[ 6458] By: jhi on 2000/07/28 04:15:39
6538 Log: Back out #6454, doesn't seem to work.
6539 (Reason: that patch was for perl 5.6.0, not perl-current)
6540 (A version of the patch for perl-current came in later as #6466)
6541 Branch: perl
6542 ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
6543 ! t/pragma/warn/5nolint t/pragma/warn/7fatal
6544 ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
6545____________________________________________________________________________
6546[ 6457] By: jhi on 2000/07/27 23:31:49
6547 Log: Use setproctitle() if available to modify $0.
6548
6549 Subject: setting $* on BSD4 broken
6550 From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
6551 Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
6552 Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
6553 Branch: metaconfig
6554 ! U/modified/Myinit.U
6555 Branch: perl
6556 ! Configure config_h.SH mg.c
6557____________________________________________________________________________
6558[ 6456] By: jhi on 2000/07/27 14:50:47
6559 Log: Allow "no AutoLoader;", based on change #6444,
6560 suggested by Graham Barr.
6561 Branch: perl
6562 ! lib/AutoLoader.pm
6563____________________________________________________________________________
6564[ 6455] By: jhi on 2000/07/27 14:19:10
6565 Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
6566 From: rspier@pobox.com (Robert Spier)
6567 Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
6568 Message-ID: <14720.15855.787664.424783@rls.cx>
6569 Branch: perl
6570 ! pod/perldiag.pod
6571____________________________________________________________________________
6572[ 6454] By: jhi on 2000/07/27 14:03:02
6573 Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
6574 for a long time).
6575
6576 Reported in
6577
6578 Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
6579 From: Ryan Herbert <rherbert@sycamorehq.com>
6580 Date: Mon, 17 Jul 2000 11:40:42 -0400
6581 Message-Id: <200007171540.LAA20480@beorn.hq.sai>
6582
6583 Patched in
6584
6585 Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
6586 From: "Paul Marquess" <Paul.Marquess@btinternet.com>
6587 Date: Wed, 26 Jul 2000 23:40:18 +0100
6588 Message-ID: <000001bff752$79511880$0a17073e@tiny>
6589
6590 based on an earlier patch from Stephen P. Potter.
6591
6592 (Removed later by change #6458 because this patch was for
6593 perl 5.6.0, not perl-current)
6594 Branch: perl
6595 ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
6596 ! t/pragma/warn/5nolint t/pragma/warn/7fatal
6597 ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
6598____________________________________________________________________________
6599[ 6453] By: jhi on 2000/07/27 13:48:02
6600 Log: Subject: [PATCH] fixes bug 20000508.004
6601 From: Michael Stevens <mstevens@globnix.org>
6602 Date: Thu, 27 Jul 2000 13:49:04 +0100
6603 Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
6604 Branch: perl
6605 ! pod/perldata.pod
6606____________________________________________________________________________
6607[ 6452] By: jhi on 2000/07/26 23:51:26
6608 Log: Further File::Temp patches from Yitzchak Scott-Thoennes
6609 and Craig A. Berry.
6610 Branch: perl
6611 ! lib/File/Temp.pm pod/perlport.pod
6612____________________________________________________________________________
6613[ 6451] By: jhi on 2000/07/26 19:43:30
6614 Log: Be wary of close()s, too.
6615
6616 Subject: Re: [PATCH] perlbug cleanup
6617 From: Tim Jenness <t.jenness@jach.hawaii.edu>
6618 Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
6619 Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
6620 Branch: perl
6621 ! utils/perlbug.PL
6622____________________________________________________________________________
6623[ 6450] By: jhi on 2000/07/26 18:41:40
6624 Log: Subject: Minor doc patch: handy.h
6625 From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
6626 Date: Wed, 26 Jul 2000 15:34:25 -0300
6627 Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
6628 Branch: perl
6629 ! handy.h pod/perlapi.pod
6630____________________________________________________________________________
6631[ 6449] By: jhi on 2000/07/26 18:23:55
6632 Log: Subject: [PATCH] minor doc change - perlguts
6633 From: Michael Stevens <mstevens@globnix.org>
6634 Date: Thu, 13 Jul 2000 12:39:18 +0100
6635 Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
6636 Branch: perl
6637 ! pod/perlguts.pod
6638____________________________________________________________________________
6639[ 6448] By: jhi on 2000/07/26 18:20:30
6640 Log: open() wariness in perlbug.
6641
6642 Subject: [PATCH] perlbug cleanup
6643 From: Michael Stevens <mstevens@globnix.org>
6644 Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
6645 Date: Thu, 13 Jul 2000 15:52:23 +0100
6646 Branch: perl
6647 ! utils/perlbug.PL
6648____________________________________________________________________________
6649[ 6447] By: jhi on 2000/07/26 18:13:04
6650 Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
6651 Branch: perl
6652 ! lib/File/Temp.pm t/lib/ftmp-security.t
6653____________________________________________________________________________
6654[ 6446] By: jhi on 2000/07/26 18:06:32
6655 Log: docfix from Peter Scott <Peter@PSDT.com>.
6656 Branch: perl
6657 ! pod/perlfunc.pod
6658____________________________________________________________________________
6659[ 6445] By: jhi on 2000/07/26 17:53:31
6660 Log: Fix *foo{FORMAT}.
6661
6662 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6663 Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
6664 Date: Wed, 26 Jul 2000 19:51:02 +0200
6665 Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
6666
6667 From: Graham Barr <gbarr@pobox.com>
6668 Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
6669 Date: Wed, 26 Jul 2000 17:38:36 +0100
6670 Message-ID: <20000726173836.L472@pobox.com>
6671 Branch: perl
6672 ! pp.c sv.c t/op/gv.t
6673____________________________________________________________________________
6674[ 6444] By: jhi on 2000/07/26 17:49:14
6675 Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
6676 from Graham Barr in the module list.
6677 Branch: perl
6678 ! gv.c pod/perlobj.pod
6679____________________________________________________________________________
6680[ 6443] By: jhi on 2000/07/26 16:06:56
6681 Log: More split() doc and test patches from Mike Guy.
6682 Branch: perl
6683 ! pod/perlfunc.pod t/op/split.t
6684____________________________________________________________________________
6685[ 6442] By: jhi on 2000/07/26 16:05:30
6686 Log: MacOS nits from Matthias Neeracher.
6687 Branch: perl
6688 ! perl.c pp_ctl.c
6689____________________________________________________________________________
6690[ 6441] By: jhi on 2000/07/26 04:39:57
6691 Log: Subject: [PATCH] split /^/
6692 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6693 Date: Tue, 25 Jul 2000 14:18:57 +0100
6694 Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
6695
6696 (with notes from tchrist and gbarr)
6697 Branch: perl
6698 ! pod/perlfunc.pod t/op/split.t
6699____________________________________________________________________________
6700[ 6440] By: jhi on 2000/07/26 04:32:32
6701 Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
6702 From: Peter Prymmer <pvhp@forte.com>
6703 Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
6704 Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
6705 Branch: perl
6706 ! vms/munchconfig.c
6707____________________________________________________________________________
6708[ 6439] By: jhi on 2000/07/26 04:31:01
6709 Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
6710 to be fatal errors (instead of by default ignoring them, and
6711 ignoring with a bug: even though -w gave an error, the opening [
6712 was left in) Reported in:
6713
6714 Subject: [ID 20000716.024] [=cc=] / [:blank:]
6715 From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
6716 Date: Sun, 16 Jul 2000 17:55:29 -0700
6717 Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
6718 Branch: perl
6719 ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
6720____________________________________________________________________________
6721[ 6438] By: jhi on 2000/07/25 15:41:15
6722 Log: Subject: [PATCH] av.c apidoc
6723 From: simon@brecon.co.uk (Simon Cozens)
6724 Date: 24 Jul 2000 06:40:52 GMT
6725 Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
6726 Branch: perl
6727 ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
6728 ! perlapi.c perlapi.h pod/perlapi.pod proto.h
6729____________________________________________________________________________
6730[ 6437] By: jhi on 2000/07/25 14:05:36
6731 Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
6732 From: "Stephen P. Potter" <spp@ds.net>
6733 Date: Mon, 24 Jul 2000 14:22:23 -0400
6734 Message-Id: <200007241822.OAA06827@spp.users.ds.net>
6735 Branch: perl
6736 ! pod/perllocale.pod
6737____________________________________________________________________________
6738[ 6436] By: jhi on 2000/07/25 14:02:03
6739 Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
6740 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6741 Date: Mon, 24 Jul 2000 18:04:28 +0100
6742 Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
6743 Branch: perl
6744 ! t/lib/syslfs.t t/op/lfs.t
6745____________________________________________________________________________
6746[ 6435] By: jhi on 2000/07/25 13:59:28
6747 Log: Get UTF16 BOMs working. Patch from
6748
6749 Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
6750 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6751 Date: Tue, 25 Jul 2000 12:52:45 +0100
6752 Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
6753
6754 and notes from
6755
6756 Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
6757 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6758 Date: Tue, 25 Jul 2000 11:43:25 +0100
6759 Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
6760 Branch: perl
6761 ! t/comp/require.t toke.c utf8.c
6762____________________________________________________________________________
6763[ 6434] By: jhi on 2000/07/25 02:39:54
6764 Log: Make the "uninit variable" warning to say "concat or string"
6765 or "join or string" when in concat or join .
6766
6767 Subject: Re: [ID 20000403.009] uninitialised concatenation???
6768 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6769 Date: Tue, 04 Apr 2000 18:22:58 +0100
6770 Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
6771
6772 Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
6773 From: William R Ward <hermit@BayView.COM>
6774 Date: Thu, 30 Mar 2000 19:50:03 -0800
6775 Message-Id: <200003310350.TAA13319@komodo.bayview.com>
6776 Branch: perl
6777 ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
6778 ! t/pragma/warn/op t/pragma/warn/sv
6779____________________________________________________________________________
6780[ 6433] By: jhi on 2000/07/24 17:52:56
6781 Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
6782 Branch: perl
6783 ! lib/File/Spec/VMS.pm
6784____________________________________________________________________________
6785[ 6432] By: jhi on 2000/07/24 17:44:44
6786 Log: Test cases for #6431.
6787
6788 Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
6789 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6790 Date: Mon, 24 Jul 2000 15:32:29 +0100
6791 Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
6792 Branch: perl
6793 ! t/op/pat.t t/op/split.t
6794____________________________________________________________________________
6795[ 6431] By: jhi on 2000/07/24 17:43:17
6796 Log: Bind op fix.
6797
6798 Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
6799 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6800 Date: Mon, 17 Jul 2000 20:04:56 +0100
6801 Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
6802 Branch: perl
6803 ! op.c
6804____________________________________________________________________________
6805[ 6430] By: jhi on 2000/07/24 03:42:42
6806 Log: Subject: [ID 20000716.023] syslog test fails without sockets
6807 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
6808 Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
6809 Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
6810 Branch: metaconfig/U/perl
6811 ! Extensions.U
6812 Branch: perl
6813 ! Configure config_h.SH
6814____________________________________________________________________________
6815[ 6429] By: jhi on 2000/07/24 03:11:52
6816 Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
6817 case, but add also notes explaining the relationship of this
6818 patch and the earlier notes by Sarathy.
6819
6820 Subject: Map is still slow
6821 From: "Ben Tilly" <ben_tilly@hotmail.com>
6822 Date: Sat, 15 Jul 2000 17:23:27 EDT
6823 Message-ID: <20000715212327.21656.qmail@hotmail.com>
6824 Branch: perl
6825 ! pp_ctl.c
6826____________________________________________________________________________
6827[ 6428] By: jhi on 2000/07/24 02:58:52
6828 Log: Documentation to explain the behaviour of map().
6829
6830 Subject: Re: Map is still slow
6831 From: Gurusamy Sarathy <gsar@ActiveState.com>
6832 Date: Sat, 15 Jul 2000 16:05:09 -0700
6833 Message-Id: <200007152305.QAA26887@molotok.activestate.com>
6834 Branch: perl
6835 ! pp_ctl.c
6836____________________________________________________________________________
6837[ 6427] By: jhi on 2000/07/24 02:50:03
6838 Log: Add tests for
6839 [ID 19991110.003] another matching finding by pcre author
6840 which has already been fixed by some patch, as verified in
6841
6842 Subject: Re: two regex bugs from the mists of time (well, last November)
6843 From: Hugo <hv@crypt.compulink.co.uk>
6844 Date: Sat, 22 Jul 2000 18:12:58 +0100
6845 Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
6846 Branch: perl
6847 ! t/op/re_tests
6848____________________________________________________________________________
6849[ 6426] By: jhi on 2000/07/24 02:11:20
6850 Log: A missing 'break' after the [[:space:]] switch case.
6851
6852 Subject: [ID 20000718.006] Missing 'break' in regcomp.c
6853 From: "Stephen P. Potter" <spp@ds.net>
6854 Date: Tue, 18 Jul 2000 16:25:17 -0400
6855 Message-Id: <200007182025.QAA28383@spp.users.ds.net>
6856 Branch: perl
6857 ! regcomp.c
6858____________________________________________________________________________
6859[ 6425] By: jhi on 2000/07/24 02:06:12
6860 Log: The output might have been produced in the wrong order.
6861
6862 Subject: [ID 20000720.003] [PATCH] t/op/write.t
6863 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6864 Date: Thu, 20 Jul 2000 18:49:18 +0100
6865 Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
6866 Branch: perl
6867 ! t/op/write.t
6868____________________________________________________________________________
6869[ 6424] By: jhi on 2000/07/24 02:00:07
6870 Log: Use STDOUT consistently.
6871
6872 Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
6873 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6874 Date: Thu, 20 Jul 2000 18:04:01 +0100
6875 Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
6876 Branch: perl
6877 ! lib/Test/Harness.pm
6878____________________________________________________________________________
6879[ 6423] By: jhi on 2000/07/24 01:54:54
6880 Log: Protect against "wild next"s, that is, callbacks doing "next"
6881 instead of "return".
6882
6883 Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
6884 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6885 Date: Tue, 18 Jul 2000 11:30:16 +0100
6886 Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
6887 Branch: perl
6888 ! lib/File/Find.pm
6889____________________________________________________________________________
6890[ 6422] By: jhi on 2000/07/24 01:35:47
6891 Log: Out-of-date note removed.
6892
6893 Subject: [PATCH] documentation perlipc
6894 From: rspier@pobox.com (Robert Spier)
6895 Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
6896 Message-ID: <14711.35178.572612.502654@rls.cx>
6897 Branch: perl
6898 ! pod/perlipc.pod
6899____________________________________________________________________________
6900[ 6421] By: jhi on 2000/07/24 00:09:18
6901 Log: Send all installperl messages to STDERR and be -w clean.
6902
6903 Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
6904 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6905 Date: Sat, 22 Jul 2000 14:02:11 +0100
6906 Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
6907 Branch: perl
6908 ! installperl
6909____________________________________________________________________________
6910[ 6420] By: jhi on 2000/07/24 00:04:19
6911 Log: Decutandpasto.
6912
6913 Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
6914 From: "Richard Soderberg" <rs@crystalflame.net>
6915 Date: Sun, 23 Jul 2000 01:37:23 -0700
6916 Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
6917 Branch: perl
6918 ! pod/perlipc.pod
6919____________________________________________________________________________
6920[ 6419] By: jhi on 2000/07/24 00:01:12
6921 Log: A cleaner abs_path().
6922 Subject: Re: unix alternative to Cwd.pm
6923 From: Jeff Pinyan <jeffp@crusoe.net>
6924 Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
6925 Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
6926 Branch: perl
6927 ! lib/Cwd.pm
6928____________________________________________________________________________
6929[ 6418] By: jhi on 2000/07/23 23:48:56
6930 Log: Detypo.
6931
6932 Subject: [PATCH perl-current] Typo in hints/powerux.sh
6933 From: "Richard Soderberg" <rs@crystalflame.net>
6934 Date: Sun, 23 Jul 2000 01:27:33 -0700
6935 Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
6936 Branch: perl
6937 ! hints/powerux.sh
6938____________________________________________________________________________
6939[ 6417] By: jhi on 2000/07/17 22:13:31
6940 Log: Subject: SDBM_File documentation
6941 From: mjd@plover.com
6942 Date: 16 Jul 2000 17:41:17 -0000
6943 Message-ID: <20000716174117.18515.qmail@plover.com>
6944 Branch: perl
6945 ! ext/SDBM_File/SDBM_File.pm
6946____________________________________________________________________________
6947[ 6416] By: jhi on 2000/07/17 19:13:26
6948 Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
6949 Branch: perl
6950 ! hints/mpeix.sh mpeix/relink
6951____________________________________________________________________________
6952[ 6415] By: jhi on 2000/07/15 14:11:02
6953 Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
6954 the utf8 'characters' can be more than one octet).
6955
6956 Date: Sat, 15 Jul 2000 00:21:56 +0100
6957 From: Tom Hughes <tom@compton.nu>
6958 Subject: Re: [ID 20000714.002]
6959 Message-ID: <db2334de49.tom@compton.compton.nu>
6960
6961 Reported in
6962
6963 Subject: [ID 20000714.002]
6964 From: "Simon Cozens" <simon@othersideofthe.earth.li>
6965 Date: 14 Jul 2000 15:13:09 -0000
6966 Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
6967 Branch: perl
6968 ! doop.c
6969____________________________________________________________________________
6970[ 6414] By: jhi on 2000/07/15 03:13:41
6971 Log: another VMS build tweak from Peter Prymmer
6972 Branch: perl
6973 ! vms/descrip_mms.template
6974____________________________________________________________________________
6975[ 6413] By: jhi on 2000/07/15 03:10:40
6976 Log: perlvms.pod whitespace cleanup to keep pod utils happy.
6977 Branch: perl
6978 ! vms/perlvms.pod
6979____________________________________________________________________________
6980[ 6412] By: jhi on 2000/07/15 00:31:05
6981 Log: More docs for sv functions.
6982
6983 Subject: [PATCH cfgperl] sv.c apidoc
6984 From: simon@brecon.co.uk (Simon Cozens)
6985 Date: 13 Jul 2000 09:00:20 GMT
6986 Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
6987
6988 Subject: Re: [PATCH cfgperl] sv.c apidoc
6989 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6990 Date: Thu, 13 Jul 2000 12:27:41 +0100
6991 Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
6992
6993 Subject: Re: [PATCH cfgperl] sv.c apidoc
6994 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6995 Date: Thu, 13 Jul 2000 13:23:09 +0100
6996 Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
6997
6998 Subject: Re: [PATCH cfgperl] sv.c apidoc
6999 From: simon@brecon.co.uk (Simon Cozens)
7000 Date: 14 Jul 2000 06:51:02 GMT
7001 Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
7002 Branch: perl
7003 ! embed.pl pod/perlapi.pod sv.c
7004____________________________________________________________________________
7005[ 6411] By: jhi on 2000/07/15 00:10:41
7006 Log: lib/b test fixes from Peter Prymmer.
7007 Branch: perl
7008 ! t/lib/b.t
7009____________________________________________________________________________
7010[ 6410] By: jhi on 2000/07/15 00:02:09
7011 Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
7012 From: Hugo <hv@crypt.compulink.co.uk>
7013 Date: Fri, 14 Jul 2000 23:05:20 +0100
7014 Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
7015
7016 Didn't anymore apply, but that point still could use another fix.
7017 Branch: perl
7018 ! pod/perlfunc.pod
7019____________________________________________________________________________
7020[ 6409] By: jhi on 2000/07/14 23:15:15
7021 Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
7022 not in pod, from Peter Prymmer
7023 Branch: perl
7024 ! vms/descrip_mms.template
7025____________________________________________________________________________
7026[ 6408] By: jhi on 2000/07/14 20:35:05
7027 Log: The bug report
7028 [ID 19991110.002] minimal matching discrepancy found by pcre author
7029 seems to have been fixed (though differently from what was suggested
7030 in the report) in 5.6.0. Add tests to keep the bug from reappearing.
7031 Branch: perl
7032 ! t/op/re_tests
7033____________________________________________________________________________
7034[ 6407] By: jhi on 2000/07/14 17:38:08
7035 Log: Fix AutoSplit to use File::Spec the right way in VMS,
7036 from Peter Prymmer.
7037 Branch: perl
7038 ! lib/AutoSplit.pm
7039____________________________________________________________________________
7040[ 6406] By: jhi on 2000/07/14 14:13:22
7041 Log: Merge perlhacktut into perlhack, update perlguts.
7042
7043 Subject: Re: Perlhacktut
7044 From: simon@brecon.co.uk (Simon Cozens)
7045 Date: 14 Jul 2000 06:49:21 GMT
7046 Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
7047
7048 Subject: Re: Perlhacktut
7049 From: simon@brecon.co.uk (Simon Cozens)
7050 Date: 14 Jul 2000 07:09:45 GMT
7051 Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
7052 Branch: perl
7053 ! pod/perlguts.pod pod/perlhack.pod
7054____________________________________________________________________________
7055[ 6405] By: jhi on 2000/07/14 14:02:31
7056 Log: Integrate with Sarathy.
7057 Branch: cfgperl
7058 !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
7059 !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
7060 !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
7061____________________________________________________________________________
7062[ 6404] By: gsar on 2000/07/14 12:15:02
7063 Log: PERL_OBJECT build tweaks
7064 Branch: perl
7065 ! toke.c
7066____________________________________________________________________________
7067[ 6403] By: gsar on 2000/07/14 11:23:41
7068 Log: inconsistent types needs casts
7069 Branch: perl
7070 ! toke.c
7071____________________________________________________________________________
7072[ 6402] By: gsar on 2000/07/14 11:12:04
7073 Log: typos in change#6399, regen headers
7074 Branch: perl
7075 ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
7076____________________________________________________________________________
7077[ 6401] By: gsar on 2000/07/14 10:59:12
7078 Log: typecasts needed for change#6394
7079 Branch: perl
7080 ! toke.c
7081____________________________________________________________________________
7082[ 6400] By: gsar on 2000/07/14 10:49:37
7083 Log: integrate cfgperl contents into mainline
7084 Branch: perl
7085 !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
7086 !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
7087____________________________________________________________________________
7088[ 6399] By: gsar on 2000/07/14 10:38:35
7089 Log: enable UTF-16 filter by default if relevant BOM is seen; various
7090 cleanups (typos, misformatted code, and small bugs)
7091 Branch: perl
7092 ! doop.c embed.pl mg.c op.c pp.c toke.c
7093____________________________________________________________________________
7094[ 6398] By: gsar on 2000/07/14 08:55:38
7095 Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
7096 name suggests anyway)
7097 Branch: perl
7098 ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
7099____________________________________________________________________________
7100[ 6397] By: gsar on 2000/07/14 08:44:33
7101 Log: move new variables to the end of the interpreter structure (for
7102 bincompat in code that doesn't #include XSUB.h)
7103 Branch: perl
7104 ! intrpvar.h
7105____________________________________________________________________________
7106[ 6396] By: gsar on 2000/07/14 08:13:58
7107 Log: MakeMaker should not remove editor backups (*~) on `make clean`
7108 by default (completes change#6383)
7109 Branch: perl
7110 ! lib/ExtUtils/MM_Unix.pm
7111____________________________________________________________________________
7112[ 6395] By: jhi on 2000/07/14 05:20:33
7113 Log: Replace change #6337 with a better one.
7114
7115 Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
7116 From: Hugo <hv@crypt.compulink.co.uk>
7117 Date: Fri, 14 Jul 2000 04:16:20 +0100
7118 Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
7119 Branch: cfgperl
7120 ! regexec.c t/op/re_tests
7121____________________________________________________________________________
7122[ 6394] By: jhi on 2000/07/14 01:33:59
7123 Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
7124 Branch: cfgperl
7125 ! embed.pl global.sym proto.h toke.c
7126____________________________________________________________________________
7127[ 6393] By: jhi on 2000/07/13 23:41:23
7128 Log: remove discarded test
7129 Branch: cfgperl
7130 ! MANIFEST
7131____________________________________________________________________________
7132[ 6392] By: jhi on 2000/07/13 23:32:25
7133 Log: The {multiplier} of a fixed substring was overlooked which
7134 caused a wrong initial search offset for that substring.
7135
7136 Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
7137 From: Hugo <hv@crypt.compulink.co.uk>
7138 Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
7139 Date: Thu, 13 Jul 2000 19:27:13 +0100
7140 Branch: cfgperl
7141 ! regcomp.c t/op/re_tests
7142____________________________________________________________________________
7143[ 6391] By: jhi on 2000/07/13 16:37:42
7144 Log: typo fix from Craig Berry
7145 Branch: cfgperl
7146 ! vms/subconfigure.com
7147____________________________________________________________________________
7148[ 6390] By: jhi on 2000/07/13 13:20:12
7149 Log: Integrate with Sarathy.
7150 Branch: cfgperl
7151 - t/op/method2entersub.t
7152 !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
7153 !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
7154 !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
7155 !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
7156____________________________________________________________________________
7157[ 6389] By: jhi on 2000/07/13 13:18:48
7158 Log: Detypo from Peter Prymmer, part of #6388.
7159 Branch: cfgperl
7160 ! Configure config_h.SH
7161 Branch: metaconfig
7162 ! U/modified/d_longlong.U
7163____________________________________________________________________________
7164[ 6388] By: gsar on 2000/07/13 06:33:40
7165 Log: typos (spotted by Peter Prymmer)
7166 Branch: perl
7167 ! Configure t/lib/english.t
7168____________________________________________________________________________
7169[ 6387] By: gsar on 2000/07/13 05:35:28
7170 Log: new selfloader.t in change#6183 doesn't close DATA handles,
7171 and thus fails to clean up tmp files on dosish platforms
7172 Branch: perl
7173 ! t/lib/selfloader.t
7174____________________________________________________________________________
7175[ 6386] By: gsar on 2000/07/12 21:42:39
7176 Log: sprintf test tweaks (from Dominic Dunlop)
7177 Branch: perl
7178 ! t/op/sprintf.t
7179____________________________________________________________________________
7180[ 6385] By: gsar on 2000/07/12 21:33:46
7181 Log: fix bugs in processing %v-*d and similar format specs (from
7182 Avi Finkel <avi@finkel.org>)
7183 Branch: perl
7184 ! sv.c t/op/sprintf.t
7185____________________________________________________________________________
7186[ 6384] By: gsar on 2000/07/12 16:04:19
7187 Log: readd missing perldelta.pod changes from changes#6339,6376
7188 Branch: perl
7189 ! pod/perldelta.pod
7190____________________________________________________________________________
7191[ 6383] By: gsar on 2000/07/12 16:00:51
7192 Log: don't clobber *.orig files on *clean targets
7193 Branch: perl
7194 ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
7195____________________________________________________________________________
7196[ 6382] By: gsar on 2000/07/12 07:59:12
7197 Log: fix broken integrations in cfgperl
7198 Branch: cfgperl
7199 !> Changes pod/perldelta.pod
7200____________________________________________________________________________
7201[ 6381] By: gsar on 2000/07/12 07:42:17
7202 Log: integrate cfgperl changes into mainline
7203 Branch: perl
7204 ! Changes
7205 !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
7206 !> pod/perlre.pod
7207____________________________________________________________________________
582cc879
GS
7208[ 6380] By: gsar on 2000/07/12 07:31:00
7209 Log: get sprintf.t to adjust properly for 3-digit exponents
c15ecffd 7210 Branch: perl
582cc879 7211 ! t/op/sprintf.t
c15ecffd 7212____________________________________________________________________________
582cc879
GS
7213[ 6379] By: gsar on 2000/07/12 06:40:04
7214 Log: change#6174 needs corresponding change in win32/config_h.PL,
7215 which grovels through config_h.SH to find the config.h name
7216 Branch: perl
7217 ! win32/config_h.PL
7218____________________________________________________________________________
7219[ 6378] By: jhi on 2000/07/12 05:03:59
7220 Log: Do the cc sanity check both before the hints and
7221 after the cc selction.
7222 Branch: cfgperl
7223 ! Configure config_h.SH
7224 Branch: metaconfig
7225 ! U/modified/Oldconfig.U U/modified/cc.U
7226 Branch: metaconfig/U/perl
7227 + Checkcc.U
7228____________________________________________________________________________
7229[ 6377] By: jhi on 2000/07/12 02:49:22
7230 Log: Fix nits noticed by Boston.pm.
c15ecffd 7231 Branch: cfgperl
582cc879
GS
7232 ! pod/perlre.pod
7233____________________________________________________________________________
7234[ 6376] By: jhi on 2000/07/11 21:22:13
7235 Log: Configure cosmetics and perldelta.
7236 Branch: cfgperl
7237 ! Configure config_h.SH pod/perldelta.pod
7238 Branch: metaconfig
7239 ! U/modified/cc.U
c15ecffd 7240____________________________________________________________________________
582cc879
GS
7241[ 6375] By: gsar on 2000/07/11 21:17:35
7242 Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
37590e52 7243 Branch: perl
582cc879
GS
7244 ! t/op/sprintf.t win32/Makefile win32/makefile.mk
7245 ! win32/win32sck.c
37590e52 7246____________________________________________________________________________
582cc879
GS
7247[ 6374] By: gsar on 2000/07/11 20:48:50
7248 Log: tweak for build failure under multiplicity
37590e52 7249 Branch: perl
582cc879 7250 ! toke.c
37590e52 7251____________________________________________________________________________
582cc879
GS
7252[ 6373] By: gsar on 2000/07/11 20:37:23
7253 Log: integrate cfgperl changes#6325..6373 into mainline
7254 (NOTE: today's batch of integrations still untested)
37590e52 7255 Branch: perl
582cc879
GS
7256 +> ext/DynaLoader/hints/netbsd.pl
7257 ! Changes
7258 !> (integrate 26 files)
37590e52 7259____________________________________________________________________________
582cc879
GS
7260[ 6372] By: jhi on 2000/07/11 20:30:36
7261 Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
7262 regen perltoc.
7263 Branch: cfgperl
7264 + pod/perlbook.pod
7265 ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
7266 ! pod/perltoc.pod
7267____________________________________________________________________________
c2e66d9e
GS
7268[ 6371] By: jhi on 2000/07/11 20:08:56
7269 Log: Minor cleanups on the booklist.
7270 Branch: cfgperl
7271 ! pod/perlfaq2.pod
7272____________________________________________________________________________
7273[ 6370] By: jhi on 2000/07/11 19:31:13
7274 Log: mjd's tr patches "broke" tr/z-Z/z-Z/
7275 Branch: cfgperl
7276 ! t/pragma/overload.t
7277____________________________________________________________________________
7278[ 6369] By: gsar on 2000/07/11 19:27:48
7279 Log: integrate cfgperl changes#6293..6324 into mainline
7280 Branch: perl
7281 +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
7282 - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
7283 !> (integrate 30 files)
7284____________________________________________________________________________
7285[ 6368] By: gsar on 2000/07/11 19:18:57
7286 Log: skip integrate of problematic change#6292 from cfgperl into mainline
7287 Branch: perl
7288 !> pp_hot.c
7289____________________________________________________________________________
7290[ 6367] By: gsar on 2000/07/11 19:17:21
7291 Log: integrate cfgperl changes#6288..6290 into mainline
7292 Branch: perl
7293 !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
7294____________________________________________________________________________
7295[ 6366] By: gsar on 2000/07/11 19:11:18
7296 Log: integrate cfgperl changes#6268..6282 into mainline
7297 Branch: perl
7298 !> (integrate 30 files)
7299____________________________________________________________________________
7300[ 6365] By: gsar on 2000/07/11 18:57:00
7301 Log: delete new accidentally branched file
7302 Branch: perl
7303 - t/op/method2entersub.t
7304____________________________________________________________________________
7305[ 6364] By: gsar on 2000/07/11 18:55:13
7306 Log: skip integrate of change#6267 from cfgperl into mainline (the
7307 method call optimization is flawed without additional hints
7308 from user about immutableness of @ISA and no runtime method
7309 definitions)
7310 Branch: perl
7311 +> t/op/method2entersub.t
7312 !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
7313 !> perl.h t/op/sprintf.t xsutils.c
7314____________________________________________________________________________
7315[ 6363] By: gsar on 2000/07/11 18:49:43
7316 Log: integrate cfgperl changes#6261..6266 into mainline
7317 Branch: perl
7318 !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
7319 !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
7320 !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
7321 !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
7322____________________________________________________________________________
7323[ 6362] By: gsar on 2000/07/11 18:43:26
7324 Log: integrate cfgperl changes#6252..6260 into mainline
7325 Branch: perl
7326 !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
7327 !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
7328 !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
7329 !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
7330____________________________________________________________________________
7331[ 6361] By: gsar on 2000/07/11 18:37:12
7332 Log: skip integrate of problematic change#6251 from cfgperl into mainline
7333 Branch: perl
7334 !> lib/Exporter.pm
7335____________________________________________________________________________
7336[ 6360] By: gsar on 2000/07/11 18:34:56
7337 Log: integrate cfgperl change#6250 into mainline
7338 Branch: perl
7339 +> t/op/my_stash.t
7340 !> MANIFEST embed.pl proto.h toke.c
7341____________________________________________________________________________
7342[ 6359] By: gsar on 2000/07/11 18:21:19
7343 Log: integrate cfgperl changes#6242..6249 into mainline
7344 Branch: perl
7345 !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
7346 !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
7347 !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
7348 !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
7349 !> t/lib/peek.t utf8.c
7350____________________________________________________________________________
7351[ 6358] By: gsar on 2000/07/11 18:15:45
7352 Log: skip integrate of problematic change#6241 from cfgperl into mainline
7353 Branch: perl
7354 !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
7355____________________________________________________________________________
7356[ 6357] By: jhi on 2000/07/11 18:15:16
7357 Log: Fix for
7358 Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
7359 From: Roderick Schertler <roderick@argon.org>
7360 Date: Tue, 11 Jul 2000 13:55:05 -0400
7361 Message-Id: <200007111755.NAA05077@jones.argon.org>
7362 Branch: cfgperl
7363 ! doio.c
7364____________________________________________________________________________
7365[ 6356] By: jhi on 2000/07/11 18:12:51
7366 Log: Typo in #6341.
7367 Branch: cfgperl
7368 ! pp_hot.c
7369____________________________________________________________________________
7370[ 6355] By: gsar on 2000/07/11 18:12:10
7371 Log: integrate cfgperl changes#6231..6240 into mainline
7372 Branch: perl
7373 +> pod/perlutil.pod
7374 !> (integrate 35 files)
7375____________________________________________________________________________
7376[ 6354] By: jhi on 2000/07/11 18:04:34
7377 Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
7378 From: Dominic Dunlop <domo@computer.org>
7379 Date: Tue, 11 Jul 2000 12:27:33 +0200
7380 Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
7381
7382 Replaces change #6268.
7383 Branch: cfgperl
7384 ! t/op/sprintf.t
7385____________________________________________________________________________
7386[ 6353] By: gsar on 2000/07/11 17:59:51
7387 Log: skip integrate of problematic change#6230 from cfgperl into mainline
7388 (a later version of File::Spec is already in mainline)
7389 Branch: perl
7390 !> lib/File/Spec.pm lib/File/Spec/Functions.pm
7391 !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
7392____________________________________________________________________________
7393[ 6352] By: gsar on 2000/07/11 17:57:48
7394 Log: integrate cfgperl changes#6224..6229 into mainline
7395 Branch: perl
7396 +> lib/lib.pm.PL
7397 - lib/lib.pm
7398 !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
7399 !> lib/English.pm op.c t/lib/english.t
7400____________________________________________________________________________
7401[ 6351] By: gsar on 2000/07/11 17:50:10
7402 Log: skip integrate of problematic change#6223 from cfgperl into mainline
7403 Branch: perl
7404 !> doio.c
7405____________________________________________________________________________
7406[ 6350] By: gsar on 2000/07/11 17:48:28
7407 Log: integrate cfgperl changes#6220..6222 into mainline
7408 Branch: perl
7409 !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
7410 !> toke.c utf8.c win32/win32.h
7411____________________________________________________________________________
7412[ 6349] By: gsar on 2000/07/11 17:46:13
7413 Log: skip integrate of problematic changes#6218..6219 from cfgperl into
7414 mainline
7415 Branch: perl
7416 !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
7417 !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
7418 !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
7419____________________________________________________________________________
7420[ 6348] By: jhi on 2000/07/11 17:45:49
7421 Log: README.posix-bc podified from Thomas Dorner.
7422 Branch: cfgperl
7423 ! README.posix-bc
7424____________________________________________________________________________
7425[ 6347] By: gsar on 2000/07/11 17:42:04
7426 Log: integrate cfgperl change#6217 into mainline
7427 Branch: perl
7428 !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
7429 !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
7430 !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
7431____________________________________________________________________________
7432[ 6346] By: gsar on 2000/07/11 17:39:37
7433 Log: skip integrate of problematic changes#6211..6212 from cfgperl into
7434 mainline
7435 Branch: perl
7436 !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
7437 !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
7438 !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
7439 !> perlapi.h pod/perlapi.pod
7440____________________________________________________________________________
7441[ 6345] By: gsar on 2000/07/11 17:36:42
7442 Log: integrate cfgperl changes#6207..6210 into mainline
7443 Branch: perl
7444 !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
7445 !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
7446____________________________________________________________________________
7447[ 6344] By: gsar on 2000/07/11 17:31:20
7448 Log: skip integrate of problematic changes#6204..6206 from cfgperl into
7449 mainline
7450 Branch: perl
7451 !> (integrate 40 files)
7452____________________________________________________________________________
7453[ 6343] By: gsar on 2000/07/11 17:19:08
7454 Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
7455 Branch: perl
7456 +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
7457 ! Changes
7458 !> (integrate 34 files)
7459____________________________________________________________________________
25fbdfc0
GS
7460[ 6342] By: jhi on 2000/07/11 16:05:48
7461 Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
7462 To: perl5-porters@perl.org
7463 From: Karsten Sperling <spiff@phreax.net>
7464 Date: Mon, 10 Jul 2000 15:12:52 +0200
7465 Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
7466 Branch: cfgperl
7467 ! lib/Symbol.pm
c15ecffd 7468____________________________________________________________________________
25fbdfc0
GS
7469[ 6341] By: jhi on 2000/07/11 15:59:23
7470 Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
7471 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7472 Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
7473 Date: Fri, 07 Jul 2000 17:57:16 +0100
c15ecffd 7474 Branch: cfgperl
25fbdfc0 7475 ! pp_hot.c
c15ecffd 7476____________________________________________________________________________
25fbdfc0
GS
7477[ 6340] By: jhi on 2000/07/11 15:55:47
7478 Log: Subject: Re: format bug report [Patch]
7479 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7480 Date: Wed, 05 Jul 2000 13:12:52 +0200
7481 Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
7482
7483 Subject: Re: format bug report [Patch]
7484 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7485 Date: Wed, 05 Jul 2000 14:10:01 +0200
7486 Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
7487 Branch: cfgperl
7488 ! t/op/write.t toke.c
37590e52 7489____________________________________________________________________________
25fbdfc0
GS
7490[ 6339] By: jhi on 2000/07/11 13:54:09
7491 Log: Be less forgiving about ambiguous and illegal tr ranges.
7492 Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way
7493 From: Mark-Jason Dominus <mjd@plover.com>
7494 Date: Tue, 04 Jul 2000 10:00:12 -0400
7495 Message-ID: <20000704140012.17772.qmail@plover.com>
7496
7497 Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way
7498 From: Mark-Jason Dominus <mjd@plover.com>
7499 Date: Wed, 05 Jul 2000 09:37:36 -0400
7500 Message-ID: <20000705133736.27293.qmail@plover.com>
7501 Branch: cfgperl
7502 ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
37590e52 7503____________________________________________________________________________
25fbdfc0
GS
7504[ 6338] By: jhi on 2000/07/11 13:31:24
7505 Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
7506 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7507 Date: Tue, 11 Jul 2000 13:50:51 +0100
7508 Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
7509 Branch: cfgperl
37590e52
GS
7510 ! sv.c
7511____________________________________________________________________________
25fbdfc0
GS
7512[ 6337] By: jhi on 2000/07/11 13:29:14
7513 Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
7514 From: Hugo <hv@crypt.compulink.co.uk>
7515 Date: Tue, 11 Jul 2000 12:44:50 +0100
7516 Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
37590e52 7517 Branch: cfgperl
25fbdfc0 7518 ! regexec.c t/op/re_tests
37590e52 7519____________________________________________________________________________
25fbdfc0
GS
7520[ 6336] By: jhi on 2000/07/11 13:26:47
7521 Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
7522 From: simon@brecon.co.uk (Simon Cozens)
7523 Date: 7 Jul 2000 11:26:09 GMT
7524 Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
7525 Branch: cfgperl
7526 ! mg.c
37590e52 7527____________________________________________________________________________
25fbdfc0
GS
7528[ 6335] By: jhi on 2000/07/11 13:23:37
7529 Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
7530 From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
7531 Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
7532 Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
7533 Branch: cfgperl
7534 + ext/DynaLoader/hints/netbsd.pl
7535 ! MANIFEST ext/DynaLoader/hints/openbsd.pl
37590e52 7536____________________________________________________________________________
25fbdfc0
GS
7537[ 6334] By: jhi on 2000/07/11 13:20:38
7538 Log: Subject: PATCH perlguts.pod: Document D and d magic types
7539 From: mjd@plover.com
7540 Date: 5 Jul 2000 18:01:51 -0000
7541 Message-ID: <20000705180151.29413.qmail@plover.com>
7542 Branch: cfgperl
7543 ! pod/perlguts.pod
37590e52 7544____________________________________________________________________________
25fbdfc0
GS
7545[ 6333] By: jhi on 2000/07/11 13:15:51
7546 Log: Precedence goof, fix based on
7547 Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
7548 From: Hugo <hv@crypt.compulink.co.uk>
7549 Date: Tue, 11 Jul 2000 12:52:38 +0100
7550 Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
7551 Branch: cfgperl
7552 ! t/op/taint.t
37590e52 7553____________________________________________________________________________
25fbdfc0
GS
7554[ 6332] By: jhi on 2000/07/11 12:40:17
7555 Log: Integrate with Sarathy.
7556 Branch: cfgperl
7557 !> win32/win32sck.c
37590e52 7558____________________________________________________________________________
25fbdfc0
GS
7559[ 6331] By: jhi on 2000/07/10 20:14:16
7560 Log: Sprinkle ldlibpath.
7561 Branch: cfgperl
7562 ! pod/Makefile.SH
37590e52 7563____________________________________________________________________________
25fbdfc0
GS
7564[ 6330] By: jhi on 2000/07/10 17:54:49
7565 Log: More POSIX.pod tweaks.
37590e52 7566 Branch: cfgperl
25fbdfc0
GS
7567 ! ext/POSIX/POSIX.pod
7568____________________________________________________________________________
7569[ 6329] By: jhi on 2000/07/10 14:02:12
7570 Log: Reorder perl.pod once more.
37590e52 7571 Branch: cfgperl
25fbdfc0 7572 ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
37590e52 7573____________________________________________________________________________
25fbdfc0
GS
7574[ 6328] By: gsar on 2000/07/10 07:06:00
7575 Log: accept() leaks memory on windows due to incorrect ordering of
7576 closesocket() and fclose() calls
37590e52 7577 Branch: perl
25fbdfc0 7578 ! win32/win32sck.c
37590e52 7579____________________________________________________________________________
25fbdfc0
GS
7580[ 6327] By: gsar on 2000/07/10 06:49:17
7581 Log: winsock options weren't being set in all threads under ithreads
7582 (caused send()s from second and subsequent threads to fail)
37590e52 7583 Branch: perl
25fbdfc0 7584 ! win32/win32sck.c
37590e52 7585____________________________________________________________________________
25fbdfc0
GS
7586[ 6326] By: jhi on 2000/07/08 02:45:40
7587 Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
7588 was cast to an unsigned (32-bit) integer with wild abandon.
37590e52 7589 Branch: cfgperl
25fbdfc0 7590 ! ext/Devel/DProf/DProf.xs
37590e52 7591____________________________________________________________________________
25fbdfc0
GS
7592[ 6325] By: jhi on 2000/07/07 18:50:33
7593 Log: Remove perlbook, update perlfaq book listing,
7594 rearrange perl.pod, regenerate perltoc.
7595 Branch: cfgperl
7596 - pod/perlbook.pod
7597 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
7598 ! pod/perlfaq2.pod pod/perltoc.pod
37590e52 7599____________________________________________________________________________
25fbdfc0
GS
7600[ 6324] By: jhi on 2000/07/07 14:03:40
7601 Log: Fix the alignment problem in Crays ([ID 20000612.002]).
7602 Branch: cfgperl
7603 ! sv.h toke.c
37590e52 7604____________________________________________________________________________
25fbdfc0
GS
7605[ 6323] By: jhi on 2000/07/06 16:03:55
7606 Log: Fix complaints of buildtoc.
37590e52 7607 Branch: cfgperl
25fbdfc0
GS
7608 + lib/Win32.pod
7609 - pod/Win32.pod
7610 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
37590e52 7611____________________________________________________________________________
25fbdfc0
GS
7612[ 6322] By: jhi on 2000/07/06 15:15:52
7613 Log: Add =head1 NAMEs so that buildtoc is happy.
7614 (The CGI::Util nit reported to Lincoln.)
7615 Branch: cfgperl
7616 ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
7617 ! pod/perltoc.pod
37590e52 7618____________________________________________________________________________
25fbdfc0
GS
7619[ 6321] By: jhi on 2000/07/06 03:16:04
7620 Log: Config is being used.
7621 Branch: cfgperl
7622 ! t/op/method.t
37590e52 7623____________________________________________________________________________
25fbdfc0
GS
7624[ 6320] By: jhi on 2000/07/06 03:13:13
7625 Log: Integrate with Sarathy.
37590e52 7626 Branch: cfgperl
25fbdfc0 7627 !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
37590e52 7628____________________________________________________________________________
25fbdfc0
GS
7629[ 6319] By: jhi on 2000/07/06 03:11:46
7630 Log: Autogenerate pod/Makefile and pod/buildtoc.
7631 buildtoc also checks whether the existin pods are
7632 mentioned in MANIFEST and perl.pod, and vice versa.
7633 (None of the thusly found discrepancies fixed yet.)
7634 roffitall also needs to be autogenerated similarly but it
7635 seems so badly out of date that I didn't touch it yet.
37590e52 7636 Branch: cfgperl
25fbdfc0
GS
7637 + pod/Makefile.SH pod/buildtoc.PL
7638 - pod/Makefile pod/buildtoc
7639 ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
37590e52 7640____________________________________________________________________________
25fbdfc0
GS
7641[ 6318] By: gsar on 2000/07/05 22:10:54
7642 Log: fix UNC path handling on Windows under ithreads, and chdir()
7643 return value when given a non-existent directory
37590e52 7644 Branch: perl
25fbdfc0 7645 ! win32/vdir.h
37590e52 7646____________________________________________________________________________
25fbdfc0
GS
7647[ 6317] By: gsar on 2000/07/05 22:08:19
7648 Log: winsock cleanup never done on Windows (leads to handle leaks)
37590e52 7649 Branch: perl
25fbdfc0 7650 ! win32/perllib.c win32/win32sck.c
37590e52 7651____________________________________________________________________________
25fbdfc0
GS
7652[ 6316] By: gsar on 2000/07/05 22:06:19
7653 Log: some debugger output does not go to the socket when RemotePort is set
37590e52 7654 Branch: perl
25fbdfc0 7655 ! lib/perl5db.pl
37590e52 7656____________________________________________________________________________
25fbdfc0
GS
7657[ 6315] By: jhi on 2000/07/05 00:25:21
7658 Log: Integrate with Sarathy, preliminary fix for unicos
7659 alignment problems in [ID 20000612.002] Perl problem on Cray system.
37590e52 7660 Branch: cfgperl
25fbdfc0
GS
7661 ! sv.h
7662 !> pp_hot.c
37590e52 7663____________________________________________________________________________
25fbdfc0
GS
7664[ 6314] By: gsar on 2000/07/04 23:34:02
7665 Log: tyop in change#6306
7666 Branch: perl
7667 ! pp_hot.c
37590e52 7668____________________________________________________________________________
25fbdfc0
GS
7669[ 6313] By: jhi on 2000/07/04 22:14:38
7670 Log: Multiline string literals ENONPORTABLE.
37590e52 7671 Branch: cfgperl
25fbdfc0 7672 ! pp_hot.c
37590e52 7673____________________________________________________________________________
25fbdfc0 7674[ 6312] By: jhi on 2000/07/04 20:34:44
37590e52
GS
7675 Log: Integrate with Sarathy.
7676 Branch: cfgperl
25fbdfc0
GS
7677 !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
7678 !> t/op/method.t
37590e52 7679____________________________________________________________________________
25fbdfc0
GS
7680[ 6311] By: jhi on 2000/07/04 20:30:56
7681 Log: More POSIX.pod embellishment.
37590e52 7682 Branch: cfgperl
25fbdfc0
GS
7683 ! ext/POSIX/POSIX.pod
7684____________________________________________________________________________
7685[ 6310] By: gsar on 2000/07/04 17:28:48
7686 Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
7687 Branch: perl
7688 ! t/lib/b.t
37590e52 7689____________________________________________________________________________
25fbdfc0
GS
7690[ 6309] By: jhi on 2000/07/04 17:22:18
7691 Log: The #6308 required a little bit more.
37590e52 7692 Branch: cfgperl
25fbdfc0 7693 ! Makefile.SH win32/Makefile
37590e52 7694____________________________________________________________________________
25fbdfc0
GS
7695[ 6308] By: jhi on 2000/07/04 16:35:24
7696 Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
37590e52 7697 Branch: cfgperl
25fbdfc0
GS
7698 + lib/lib_pm.PL
7699 - lib/lib.pm.PL
7700 ! MANIFEST Makefile.SH
37590e52 7701____________________________________________________________________________
25fbdfc0
GS
7702[ 6307] By: jhi on 2000/07/04 16:28:58
7703 Log: Win32 patches for cfgperl from Sarathy.
37590e52 7704 Branch: cfgperl
25fbdfc0
GS
7705 ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
7706 ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
7707 ! thread.h toke.c util.c win32/Makefile win32/win32.c
37590e52 7708____________________________________________________________________________
25fbdfc0
GS
7709[ 6306] By: gsar on 2000/07/04 16:28:40
7710 Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
7711 (from Richard Soderberg <rs@oregonnet.com>)
37590e52 7712 Branch: perl
25fbdfc0 7713 ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
37590e52 7714____________________________________________________________________________
25fbdfc0
GS
7715[ 6305] By: jhi on 2000/07/04 16:24:24
7716 Log: Integrate with Sarathy.
7717 Branch: cfgperl
7718 !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
7719 !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
7720 !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
7721 !> proto.h win32/win32.c
bc38b8f5 7722____________________________________________________________________________
25fbdfc0
GS
7723[ 6304] By: gsar on 2000/07/04 16:17:24
7724 Log: missing perldiag entry for unpack("w",...) diagnostic (from
7725 Andreas Koenig)
bc38b8f5 7726 Branch: perl
25fbdfc0 7727 ! pod/perldiag.pod
bc38b8f5 7728____________________________________________________________________________
25fbdfc0
GS
7729[ 6303] By: gsar on 2000/07/04 16:14:44
7730 Log: remove rel2abs prototypes (from Barrie Slaymaker)
bc38b8f5 7731 Branch: perl
25fbdfc0
GS
7732 ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
7733 ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
bc38b8f5 7734____________________________________________________________________________
25fbdfc0
GS
7735[ 6302] By: gsar on 2000/07/04 04:59:35
7736 Log: adjust change#6299
bc38b8f5 7737 Branch: perl
25fbdfc0
GS
7738 ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
7739 ! win32/win32.c
bc38b8f5 7740____________________________________________________________________________
25fbdfc0
GS
7741[ 6301] By: jhi on 2000/07/04 04:50:07
7742 Log: Integrate with Sarathy.
7743 Branch: cfgperl
7744 !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
7745 !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
7746 !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
ee517269 7747____________________________________________________________________________
25fbdfc0
GS
7748[ 6300] By: gsar on 2000/07/04 04:42:09
7749 Log: PERL_OBJECT build tweak
ee517269 7750 Branch: perl
25fbdfc0 7751 ! perl.h
ee517269 7752____________________________________________________________________________
25fbdfc0
GS
7753[ 6299] By: gsar on 2000/07/04 04:37:00
7754 Log: fix memory leak on Windows (PL_sys_intern contents were never
7755 freed)
ee517269 7756 Branch: perl
25fbdfc0
GS
7757 ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
7758 ! perlapi.c proto.h win32/win32.c
ee517269 7759____________________________________________________________________________
25fbdfc0
GS
7760[ 6298] By: gsar on 2000/07/04 04:15:59
7761 Log: fix large memory leak that has been around for ever, masked by
7762 -DPURIFY (most of the arenas were never freed!)
ee517269 7763 Branch: perl
25fbdfc0 7764 ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
ee517269 7765____________________________________________________________________________
25fbdfc0
GS
7766[ 6297] By: gsar on 2000/07/04 04:07:46
7767 Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
ee517269 7768 Branch: perl
25fbdfc0 7769 ! perl.c
ee517269 7770____________________________________________________________________________
25fbdfc0
GS
7771[ 6296] By: jhi on 2000/06/30 18:28:37
7772 Log: Elaborate POSIX.pod. Still needs work.
ee517269 7773 Branch: cfgperl
25fbdfc0 7774 ! ext/POSIX/POSIX.pod
ee517269 7775____________________________________________________________________________
25fbdfc0
GS
7776[ 6295] By: jhi on 2000/06/30 14:58:18
7777 Log: Point to perlipc for more SysV IPC examples.
ee517269 7778 Branch: cfgperl
25fbdfc0
GS
7779 ! pod/perlfunc.pod
7780____________________________________________________________________________
7781[ 6294] By: gsar on 2000/06/30 14:47:45
7782 Log: slurp mode fix in change#4736 still not quite right
7783 Branch: perl
7784 ! pp_hot.c t/io/argv.t
ee517269 7785____________________________________________________________________________
25fbdfc0 7786[ 6293] By: jhi on 2000/06/30 12:02:55
ee517269
GS
7787 Log: Integrate with Sarathy.
7788 Branch: cfgperl
25fbdfc0 7789 !> cop.h pp_ctl.c pp_hot.c t/op/args.t
ee517269 7790____________________________________________________________________________
25fbdfc0
GS
7791[ 6292] By: jhi on 2000/06/30 12:01:11
7792 Log: From: simon@brecon.co.uk (Simon Cozens)
7793 Subject: UTF8 concat
7794 Date: 30 Jun 2000 06:13:25 GMT
7795 Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
7796 Branch: cfgperl
7797 ! pp_hot.c
ee517269 7798____________________________________________________________________________
25fbdfc0
GS
7799[ 6291] By: gsar on 2000/06/30 04:37:33
7800 Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
7801 when @_ is modified, causing coredumps
ee517269 7802 Branch: perl
25fbdfc0 7803 ! cop.h pp_ctl.c pp_hot.c t/op/args.t
ee517269 7804____________________________________________________________________________
25fbdfc0
GS
7805[ 6290] By: jhi on 2000/06/30 02:21:44
7806 Log: Integrate with Sarathy.
7807 Branch: cfgperl
7808 !> vms/vms.c vms/vmsish.h
ee517269 7809____________________________________________________________________________
25fbdfc0
GS
7810[ 6289] By: jhi on 2000/06/30 02:21:02
7811 Log: Check VERSIONs.
7812 Branch: cfgperl
7813 ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
7814 ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
7815 ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
ee517269 7816____________________________________________________________________________
25fbdfc0
GS
7817[ 6288] By: jhi on 2000/06/30 02:18:52
7818 Log: Integrate with Sarathy.
7819 Branch: cfgperl
7820 !> ext/Opcode/Opcode.xs lib/File/Spec.pm
7821 !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
7822 !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
7823 !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
ee517269 7824____________________________________________________________________________
25fbdfc0
GS
7825[ 6287] By: gsar on 2000/06/30 02:17:08
7826 Log: integrate vmsperl changes into mainline
ee517269 7827 Branch: perl
25fbdfc0 7828 !> vms/vms.c vms/vmsish.h
ee517269 7829____________________________________________________________________________
25fbdfc0
GS
7830[ 6285] By: gsar on 2000/06/30 02:05:28
7831 Log: localize %INC in a Safe compartment so that use/require work
7832 (many other magic globals probably need similar treatment)
ee517269 7833 Branch: perl
25fbdfc0 7834 ! ext/Opcode/Opcode.xs
ee517269 7835____________________________________________________________________________
25fbdfc0
GS
7836[ 6284] By: gsar on 2000/06/30 01:54:54
7837 Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
7838 about Windows
ee517269 7839 Branch: perl
25fbdfc0 7840 ! pod/perlembed.pod
ee517269 7841____________________________________________________________________________
25fbdfc0
GS
7842[ 6283] By: jhi on 2000/06/30 01:50:10
7843 Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
7844 From: Barrie Slaymaker <barries@jester.slaysys.com>
7845 Date: Wed, 28 Jun 2000 11:35:29 -0400
7846 Message-Id: <200006281535.LAA21095@jester.slaysys.com>
ee517269 7847 Branch: perl
25fbdfc0
GS
7848 ! lib/File/Spec.pm lib/File/Spec/Functions.pm
7849 ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
7850 ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
7851 ! lib/File/Spec/Win32.pm
ee517269 7852____________________________________________________________________________
25fbdfc0
GS
7853[ 6282] By: jhi on 2000/06/29 22:57:22
7854 Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
7855 From: Dan Sugalski <dan@sidhe.org>
7856 Date: Tue, 06 Jun 2000 11:59:50 -0400
7857 Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
ee517269 7858 Branch: cfgperl
25fbdfc0 7859 ! vms/vms.c
ee517269 7860____________________________________________________________________________
25fbdfc0
GS
7861[ 6281] By: jhi on 2000/06/29 22:52:50
7862 Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
7863 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
7864 Date: Wed, 7 Jun 2000 04:02:04 -0500
7865 Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
ee517269 7866 Branch: cfgperl
25fbdfc0 7867 ! utils/h2xs.PL
ee517269 7868____________________________________________________________________________
25fbdfc0
GS
7869[ 6280] By: jhi on 2000/06/29 22:45:47
7870 Log: Subject: Re: backwards compatibility in h2xs and makemaker [PATCH]
7871 From: rspier@pobox.com (Robert Spier)
7872 Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
7873 Message-ID: <14654.31913.845602.610277@rls.cx>
7874 Branch: cfgperl
7875 ! utils/h2xs.PL
ee517269 7876____________________________________________________________________________
25fbdfc0
GS
7877[ 6279] By: jhi on 2000/06/29 22:38:16
7878 Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
7879 From: Tim Ayers <tayers@bridge.com>
7880 Date: Thu, 08 Jun 2000 08:11:06 +0200
7881 Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
7882 [resent by Richard Foley, Message-Id probably wrong]
7883 Branch: cfgperl
7884 ! pod/perlsub.pod
ee517269 7885____________________________________________________________________________
25fbdfc0
GS
7886[ 6278] By: jhi on 2000/06/29 22:21:45
7887 Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
7888 From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
7889 Date: Fri, 09 Jun 2000 12:39:27 -0400
7890 Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
7891 (plus update the version "number" of Text::Wrap)
7892 Branch: cfgperl
7893 ! lib/Text/Wrap.pm
ee517269 7894____________________________________________________________________________
25fbdfc0
GS
7895[ 6277] By: jhi on 2000/06/29 22:13:10
7896 Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
7897 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7898 Date: Mon, 12 Jun 2000 14:55:59 +0100
7899 Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
7900 Branch: cfgperl
7901 ! pod/perlfunc.pod
5779f8bc 7902____________________________________________________________________________
25fbdfc0
GS
7903[ 6276] By: jhi on 2000/06/29 22:11:06
7904 Log: Subject: [PATCH] Re: eval documentation: context
7905 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7906 Date: Mon, 12 Jun 2000 15:07:29 +0100
7907 Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
7908 Branch: cfgperl
7909 ! pod/perlfunc.pod
5779f8bc 7910____________________________________________________________________________
25fbdfc0
GS
7911[ 6275] By: jhi on 2000/06/29 21:59:46
7912 Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
7913 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
7914 Date: Tue, 13 Jun 2000 02:43:48 -0500
7915 Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
7916 Branch: cfgperl
7917 ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
5779f8bc 7918____________________________________________________________________________
25fbdfc0
GS
7919[ 6274] By: jhi on 2000/06/29 21:56:14
7920 Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
7921 From: Andy Dougherty <doughera@lafayette.edu>
7922 Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
7923 Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
7924 Branch: cfgperl
7925 ! ext/File/Glob/Glob.pm
5779f8bc 7926____________________________________________________________________________
25fbdfc0
GS
7927[ 6273] By: jhi on 2000/06/29 21:49:09
7928 Log: Subject: [PATCH] xsub attributes
7929 From: Doug MacEachern <dougm@covalent.net>
7930 Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
7931 Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
7932 Branch: cfgperl
7933 ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
7934 ! objXSUB.h op.c perlapi.c perlapi.h proto.h
5779f8bc 7935____________________________________________________________________________
25fbdfc0
GS
7936[ 6272] By: jhi on 2000/06/29 21:41:28
7937 Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
7938 From: Tom Phoenix <rootbeer@redcat.com>
7939 Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
7940 Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
7941 Branch: cfgperl
7942 ! lib/Net/Ping.pm
5779f8bc 7943____________________________________________________________________________
25fbdfc0
GS
7944[ 6271] By: jhi on 2000/06/29 21:36:55
7945 Log: Subject: PATCH pod/perltie.pod
7946 From: Ian Phillipps <Ian.Phillipps@iname.com>
7947 Date: Fri, 16 Jun 2000 00:17:19 +0100
7948 Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
7949 (only the first hunk, the second hunk had already been done
7950 by some other patch)
7951 Branch: cfgperl
7952 ! pod/perltie.pod
5779f8bc 7953____________________________________________________________________________
25fbdfc0
GS
7954[ 6270] By: jhi on 2000/06/29 21:24:51
7955 Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
7956 From: Nicholas Clark <nick@talking.bollo.cx>
7957 Date: Fri, 23 Jun 2000 16:21:15 +0100
7958 Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
7959 Branch: cfgperl
7960 ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
7961 ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
5779f8bc 7962____________________________________________________________________________
25fbdfc0
GS
7963[ 6269] By: jhi on 2000/06/29 19:38:15
7964 Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
7965 silence few compiler warnings.
7966 Branch: cfgperl
7967 ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
5779f8bc 7968____________________________________________________________________________
25fbdfc0
GS
7969[ 6268] By: jhi on 2000/06/29 18:21:50
7970 Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
7971 From: Dominic Dunlop <domo@computer.org>
7972 Date: Thu, 29 Jun 2000 12:32:39 +0200
7973 Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
7974 Branch: cfgperl
7975 ! t/op/sprintf.t
5779f8bc 7976____________________________________________________________________________
25fbdfc0
GS
7977[ 6267] By: jhi on 2000/06/29 18:16:07
7978 Log: Subject: Re: [PATCH] Re: Speeding up method lookups
7979 From: Doug MacEachern <dougm@covalent.net>
7980 Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
7981 Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
7982 Branch: cfgperl
7983 + t/op/method2entersub.t
7984 ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
7985 ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
7986 ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
7987 ! xsutils.c
5779f8bc 7988____________________________________________________________________________
25fbdfc0
GS
7989[ 6266] By: jhi on 2000/06/29 15:11:15
7990 Log: Subject: [PATCH 5.6.0] cygwin port
7991 Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
7992 From: "Fifer, Eric" <EFifer@sanwaint.com>
7993 Date: Thu, 29 Jun 2000 12:58:29 +0100
7994 Branch: cfgperl
7995 ! cygwin/Makefile.SHs
5779f8bc 7996____________________________________________________________________________
25fbdfc0
GS
7997[ 6265] By: jhi on 2000/06/29 15:04:05
7998 Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
7999 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
8000 Date: Wed, 28 Jun 2000 17:50:12 -0700
8001 Message-ID: <E1pW5gzkg2kV092yn@efn.org>
8002 Branch: cfgperl
8003 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
5779f8bc 8004____________________________________________________________________________
25fbdfc0
GS
8005[ 6264] By: jhi on 2000/06/29 15:00:57
8006 Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
8007 From: Marty Lucich <marty@netcom.com>
8008 Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
8009 Message-Id: <200006282116.OAA11148@netcom.com>
8010 ccdlflags update (the BSD/OS 4.1 part had already been taken
8011 care of by #6141).
8012 Branch: cfgperl
8013 ! hints/bsdos.sh
5779f8bc 8014____________________________________________________________________________
25fbdfc0
GS
8015[ 6263] By: jhi on 2000/06/29 13:47:44
8016 Log: tr fixes from Simon Cozens
8017 Branch: cfgperl
8018 ! doop.c
5779f8bc 8019____________________________________________________________________________
25fbdfc0
GS
8020[ 6262] By: jhi on 2000/06/28 18:46:01
8021 Log: Subject: 5.6.0 Patch for EPOC
8022 From: Olaf Flebbe <o.flebbe@gmx.de>
8023 Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
8024 Message-ID: <23449.960929969@www11.gmx.net>
8025 Branch: cfgperl
8026 ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
8027 ! epoc/epocish.h
5779f8bc 8028____________________________________________________________________________
25fbdfc0
GS
8029[ 6261] By: jhi on 2000/06/28 18:29:07
8030 Log: Subject: Re: [PATCH cfgperl] BOMs away!
8031 From: simon@brecon.co.uk (Simon Cozens)
8032 Date: 17 Jun 2000 11:49:57 GMT
8033 Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
5779f8bc 8034 Branch: cfgperl
25fbdfc0 8035 ! pod/perldiag.pod t/comp/require.t toke.c
5779f8bc 8036____________________________________________________________________________
25fbdfc0
GS
8037[ 6260] By: jhi on 2000/06/28 17:47:16
8038 Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
8039 From: simon@brecon.co.uk (Simon Cozens)
8040 Date: 17 Jun 2000 11:56:44 GMT
8041 Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
8042 pack U0, pack C0
5779f8bc 8043 Branch: cfgperl
25fbdfc0 8044 ! pod/perlfunc.pod pp.c t/op/pack.t
5779f8bc 8045____________________________________________________________________________
25fbdfc0
GS
8046[ 6259] By: jhi on 2000/06/28 16:43:17
8047 Log: perlnewmod was missing from MANIFEST.
5779f8bc 8048 Branch: cfgperl
25fbdfc0 8049 ! MANIFEST
5779f8bc 8050____________________________________________________________________________
25fbdfc0
GS
8051[ 6258] By: jhi on 2000/06/28 15:54:30
8052 Log: linenumber tweak
5779f8bc 8053 Branch: cfgperl
25fbdfc0 8054 ! t/pragma/warn/regcomp
5779f8bc 8055____________________________________________________________________________
25fbdfc0
GS
8056[ 6257] By: jhi on 2000/06/28 15:50:44
8057 Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
8058 From: Doug MacEachern <dougm@covalent.net>
8059 Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
8060 Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
8061 (one part of the patch had been applied earlier)
5779f8bc 8062 Branch: cfgperl
25fbdfc0 8063 ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
5779f8bc 8064____________________________________________________________________________
25fbdfc0 8065[ 6256] By: jhi on 2000/06/28 15:40:22
b0791878 8066 Log: tweaks from Simon Cozens to further fix tr/// under utf8
5779f8bc 8067 Branch: cfgperl
25fbdfc0 8068 ! doop.c
5779f8bc 8069____________________________________________________________________________
25fbdfc0
GS
8070[ 6255] By: jhi on 2000/06/28 15:33:45
8071 Log: small thinko tweaks
8072 Branch: cfgperl
8073 ! lib/IPC/Open3.pm t/op/my_stash.t
5779f8bc 8074____________________________________________________________________________
25fbdfc0
GS
8075[ 6254] By: jhi on 2000/06/28 15:33:25
8076 Log: Subject: tr///, help wanted.
8077 From: simon@brecon.co.uk (Simon Cozens)
8078 Date: 28 Jun 2000 11:29:04 GMT
8079 Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
5779f8bc 8080 Branch: cfgperl
25fbdfc0
GS
8081 ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
8082 ! pp_proto.h proto.h t/op/tr.t
5779f8bc 8083____________________________________________________________________________
25fbdfc0
GS
8084[ 6253] By: jhi on 2000/06/28 15:09:17
8085 Log: Paranoia tweak on #6249.
8086 Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
8087 From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
8088 Date: Sun, 25 Jun 2000 23:43:12 -0400
8089 Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
5779f8bc 8090 Branch: cfgperl
25fbdfc0 8091 ! lib/IPC/Open3.pm
5779f8bc 8092____________________________________________________________________________
25fbdfc0
GS
8093[ 6252] By: jhi on 2000/06/28 15:01:38
8094 Log: Document #6249 and #6251.
5779f8bc 8095 Branch: cfgperl
25fbdfc0 8096 ! lib/Exporter.pm lib/IPC/Open3.pm
5779f8bc 8097____________________________________________________________________________
25fbdfc0
GS
8098[ 6251] By: jhi on 2000/06/28 14:50:43
8099 Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
8100 From: Doug MacEachern <dougm@covalent.net>
8101 Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
8102 Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
5779f8bc 8103 Branch: cfgperl
25fbdfc0 8104 ! lib/Exporter.pm
5779f8bc 8105____________________________________________________________________________
25fbdfc0
GS
8106[ 6250] By: jhi on 2000/06/28 14:45:23
8107 Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
8108 From: Doug MacEachern <dougm@covalent.net>
8109 Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
8110 Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
5779f8bc 8111 Branch: cfgperl
25fbdfc0
GS
8112 + t/op/my_stash.t
8113 ! MANIFEST embed.pl global.sym proto.h toke.c
5779f8bc 8114____________________________________________________________________________
25fbdfc0
GS
8115[ 6249] By: jhi on 2000/06/28 14:36:34
8116 Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
8117 From: Frank Tobin <ftobin@uiuc.edu>
8118 Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
8119 Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
8120 Branch: cfgperl
8121 ! lib/IPC/Open3.pm
5779f8bc 8122____________________________________________________________________________
25fbdfc0
GS
8123[ 6248] By: jhi on 2000/06/28 14:11:25
8124 Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
8125 From: Mark-Jason Dominus <mjd@plover.com>
8126 Date: Tue, 27 Jun 2000 22:36:42 -0400
8127 Message-ID: <20000628023642.12166.qmail@plover.com>
8128 Branch: cfgperl
8129 ! pod/perlfunc.pod
5779f8bc 8130____________________________________________________________________________
25fbdfc0
GS
8131[ 6247] By: jhi on 2000/06/27 12:46:37
8132 Log: Tweak $VERSION, patch from Doug MacEachern.
8133 Branch: cfgperl
8134 ! lib/File/Spec.pm
bee0ef1e 8135____________________________________________________________________________
25fbdfc0
GS
8136[ 6246] By: jhi on 2000/06/27 03:34:46
8137 Log: Allow for standalone testing.
8138 Branch: cfgperl
8139 ! t/lib/filefunc.t t/lib/filespec.t
bee0ef1e 8140____________________________________________________________________________
25fbdfc0
GS
8141[ 6245] By: jhi on 2000/06/27 02:50:02
8142 Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
8143 From: Nicholas Clark <nick@Bagpuss.unfortu.net>
8144 Date: Sat, 24 Jun 2000 13:06:20 +0100
8145 Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
8146 Branch: cfgperl
8147 ! ext/DynaLoader/DynaLoader_pm.PL
bee0ef1e 8148____________________________________________________________________________
25fbdfc0
GS
8149[ 6244] By: jhi on 2000/06/27 02:46:10
8150 Log: Subject: [PATCH] avoid mg_ptr in '*' magic
8151 From: Doug MacEachern <dougm@covalent.net>
8152 Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
8153 Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
8154 Branch: cfgperl
8155 ! gv.c sv.c t/lib/peek.t
bee0ef1e 8156____________________________________________________________________________
25fbdfc0
GS
8157[ 6243] By: jhi on 2000/06/27 02:38:07
8158 Log: Subject: [PATCH] is_utf8_string
8159 From: simon@brecon.co.uk (Simon Cozens)
8160 Date: 26 Jun 2000 02:25:59 GMT
8161 Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
8162 Branch: cfgperl
8163 ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
8164 ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
8165 ! proto.h utf8.c
bee0ef1e 8166____________________________________________________________________________
25fbdfc0
GS
8167[ 6242] By: jhi on 2000/06/27 02:24:00
8168 Log: Subject: [PATCH] bytes<->utf8 fixes
8169 From: simon@brecon.co.uk (Simon Cozens)
8170 Date: 26 Jun 2000 04:55:45 GMT
8171 Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
bee0ef1e 8172 Branch: cfgperl
25fbdfc0 8173 ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
bee0ef1e 8174____________________________________________________________________________
25fbdfc0
GS
8175[ 6241] By: jhi on 2000/06/27 02:12:42
8176 Log: Do no -warn on \_, only on \alpha.
8177 Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
8178 From: David Dyck <dcd@tc.fluke.com>
8179 Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
8180 Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
8181 Branch: cfgperl
8182 ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
bee0ef1e 8183____________________________________________________________________________
25fbdfc0
GS
8184[ 6240] By: jhi on 2000/06/27 02:00:01
8185 Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
8186 From: Nicholas Clark <nick@Bagpuss.unfortu.net>
8187 Date: Mon, 26 Jun 2000 18:40:14 +0100
8188 Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
8189 Branch: cfgperl
8190 ! utils/h2xs.PL
bee0ef1e 8191____________________________________________________________________________
25fbdfc0
GS
8192[ 6239] By: jhi on 2000/06/27 01:53:40
8193 Log: Configure maintenance. Sever some dependency cycles,
8194 separate gccversion from the cc unit,
8195 address [ID 20000623.006] Configure script patch for using gcc on AIX
8196 (but solve it a little bit differently),
8197 unduplex some accidentally duplicated units,
8198 suggest using gcc if no cc available
8199 (p5p thread: "Solaris configure: counterproposal", 1999-09)
bee0ef1e 8200 Branch: cfgperl
25fbdfc0
GS
8201 ! Configure Todo-5.6 config_h.SH
8202 Branch: metaconfig
8203 ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
8204 ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
8205 Branch: metaconfig/U/perl
8206 + gccvers.U
8207 ! d_getespwnam.U d_getprpwnam.U i_prot.U
bee0ef1e 8208____________________________________________________________________________
25fbdfc0
GS
8209[ 6238] By: jhi on 2000/06/25 18:04:56
8210 Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
8211 From: Dan Sugalski <dan@sidhe.org>
8212 Date: Fri, 23 Jun 2000 17:00:00 -0400
8213 Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
8214 Branch: cfgperl
8215 ! lib/ExtUtils/MM_VMS.pm vms/vms.c
bee0ef1e 8216____________________________________________________________________________
25fbdfc0
GS
8217[ 6237] By: jhi on 2000/06/25 16:36:45
8218 Log: Tweak embed.pl, regen headers.
8219 Branch: cfgperl
8220 ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
8221 ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
8222 ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
8223 ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
8224 ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
8225____________________________________________________________________________
8226[ 6236] By: jhi on 2000/06/25 15:26:42
8227 Log: Regen headers.
8228 Branch: cfgperl
8229 ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
8230 ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
8231 ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
8232 ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
8233 ! regnodes.h warnings.h
8234____________________________________________________________________________
8235[ 6235] By: jhi on 2000/06/23 19:39:35
8236 Log: The thread begun by
8237 Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
8238 From: Kevin.Ruscoe@ubsw.com
8239 Date: Fri, 16 Jun 2000 16:38:51 +0100
8240 Message-Id: <H000019b03c300d6@MHS>
8241 Branch: cfgperl
8242 ! hints/solaris_2.sh
bee0ef1e 8243____________________________________________________________________________
25fbdfc0
GS
8244[ 6234] By: jhi on 2000/06/23 19:23:36
8245 Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
8246 because when run as services (Win32ese for daemons)
8247 no environment variables are set and tmpdir ends up as /tmp,
8248 which is ambiguous.
8249
8250 Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
8251 From: matt@sergeant.org
8252 Date: 16 Jun 2000 16:30:43 -0000
8253 Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
8254 Branch: cfgperl
8255 ! lib/File/Spec/Win32.pm
bee0ef1e 8256____________________________________________________________________________
25fbdfc0
GS
8257[ 6233] By: jhi on 2000/06/23 19:18:58
8258 Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
8259 From: Mark-Jason Dominus <mjd@plover.com>
8260 Date: Fri, 16 Jun 2000 20:53:04 -0400
8261 Message-ID: <20000617005304.8008.qmail@plover.com>
8262 Branch: cfgperl
8263 ! op.h
bee0ef1e 8264____________________________________________________________________________
25fbdfc0
GS
8265[ 6232] By: jhi on 2000/06/23 16:10:02
8266 Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
8267 From: simon@brecon.co.uk (Simon Cozens)
8268 Date: 19 Jun 2000 15:18:27 GMT
8269 Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
8270
8271 plus update pod/Makefile and regenerate perltoc
8272 Branch: cfgperl
8273 + pod/perlutil.pod
8274 ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
bee0ef1e 8275____________________________________________________________________________
25fbdfc0
GS
8276[ 6231] By: jhi on 2000/06/23 15:19:18
8277 Log: Subject: [PATCH 5.6.0] cygwin port
8278 From: "Fifer, Eric" <EFifer@sanwaint.com>
8279 Date: Tue, 20 Jun 2000 14:30:58 +0100
8280 Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
bee0ef1e 8281 Branch: cfgperl
25fbdfc0 8282 ! README.cygwin lib/File/Find.pm
bee0ef1e 8283____________________________________________________________________________
25fbdfc0
GS
8284[ 6230] By: jhi on 2000/06/23 14:25:21
8285 Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
bee0ef1e 8286 Branch: cfgperl
25fbdfc0
GS
8287 ! lib/File/Spec.pm lib/File/Spec/Functions.pm
8288 ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
8289 ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
8290 ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
bee0ef1e 8291____________________________________________________________________________
25fbdfc0
GS
8292[ 6229] By: jhi on 2000/06/23 14:13:34
8293 Log: Subject: README.hpux version 0.6.1
8294 Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
8295 From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
8296 Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
8297 Branch: cfgperl
8298 ! README.hpux
bee0ef1e 8299____________________________________________________________________________
25fbdfc0
GS
8300[ 6228] By: jhi on 2000/06/23 14:07:20
8301 Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
8302 From: Doug MacEachern <dougm@covalent.net>
8303 Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
8304 Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
8305 Branch: cfgperl
bee0ef1e
GS
8306 ! op.c
8307____________________________________________________________________________
25fbdfc0
GS
8308[ 6227] By: jhi on 2000/06/23 14:01:06
8309 Log: Subject: [PATCH] lib.pm -> lib.pm.PL
8310 From: Doug MacEachern <dougm@covalent.net>
8311 Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
8312 Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
8313 Branch: cfgperl
8314 + lib/lib.pm.PL
8315 - lib/lib.pm
8316 ! MANIFEST Makefile.SH
bee0ef1e 8317____________________________________________________________________________
25fbdfc0
GS
8318[ 6226] By: jhi on 2000/06/23 13:53:07
8319 Log: Subject: [PATCH] remove forward declarations in Socket.pm
8320 From: Doug MacEachern <dougm@covalent.net>
8321 Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
8322 Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
8323
8324 From: Doug MacEachern <dougm@covalent.net>
8325 Subject: Re: [PATCH] remove forward declarations in Socket.pm
8326 Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
8327 Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
8328 Branch: cfgperl
8329 ! ext/Socket/Socket.pm op.c
bee0ef1e 8330____________________________________________________________________________
25fbdfc0
GS
8331[ 6225] By: jhi on 2000/06/23 13:41:52
8332 Log: Add source code filenames to apidoc.
8333 From: simon@brecon.co.uk (Simon Cozens)
8334 Subject: [PATCH embed.pl] Source X-ref
8335 Date: 22 Jun 2000 02:18:49 GMT
8336 Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
8337 Branch: cfgperl
8338 ! embed.pl
bee0ef1e 8339____________________________________________________________________________
25fbdfc0
GS
8340[ 6224] By: jhi on 2000/06/23 13:32:33
8341 Log: A way to avoid English.pm performance hit.
8342 From: root <root@jester.slaysys.com>
8343 Subject: [YAPATCH English.pm] My turn to putt again
8344 Date: Thu, 22 Jun 2000 20:33:58 -0400
8345 Message-Id: <200006230033.UAA05960@jester.slaysys.com>
bee0ef1e 8346 Branch: cfgperl
25fbdfc0 8347 ! lib/English.pm t/lib/english.t
bee0ef1e 8348____________________________________________________________________________
25fbdfc0
GS
8349[ 6223] By: jhi on 2000/06/23 13:27:06
8350 Log: Avoid double close().
8351 Subject: [PATCH] avoid double close()
8352 From: Doug MacEachern <dougm@covalent.net>
8353 Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
8354 Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
8355 Branch: cfgperl
8356 ! doio.c
bee0ef1e 8357____________________________________________________________________________
25fbdfc0
GS
8358[ 6222] By: jhi on 2000/06/23 13:25:54
8359 Log: doc typo fix
8360 Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
8361 From: Ian Phillipps <Ian.Phillipps@iname.com>
8362 Date: Fri, 23 Jun 2000 10:40:58 +0100
8363 Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
8364 Branch: cfgperl
8365 ! lib/Pod/Usage.pm
bee0ef1e 8366____________________________________________________________________________
25fbdfc0
GS
8367[ 6221] By: jhi on 2000/06/23 13:24:15
8368 Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
8369 From: simon@brecon.co.uk (Simon Cozens)
8370 Subject: [PATCH] Eliminate tr///[CU][CU]
8371 Date: 23 Jun 2000 11:05:40 GMT
8372 Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
8373 Branch: cfgperl
8374 ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
bee0ef1e 8375____________________________________________________________________________
25fbdfc0
GS
8376[ 6220] By: jhi on 2000/06/22 16:07:51
8377 Log: Win32 patches from Benjamin Stuhl.
bee0ef1e 8378 Branch: cfgperl
25fbdfc0
GS
8379 ! makedef.pl win32/win32.h
8380____________________________________________________________________________
8381[ 6219] By: jhi on 2000/06/22 16:06:34
8382 Log: Bytecode patches from Benjamin Stuhl.
8383 Branch: cfgperl
8384 ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
8385 ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
8386 ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
8387____________________________________________________________________________
8388[ 6218] By: jhi on 2000/06/15 23:54:16
8389 Log: Bytecode patches from Benjamin Stuhl.
8390 Branch: cfgperl
8391 ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
bee0ef1e 8392____________________________________________________________________________
25fbdfc0
GS
8393[ 6217] By: jhi on 2000/06/09 13:38:29
8394 Log: Rename the fdpid locking and integrate with Sarathy.
bee0ef1e 8395 Branch: cfgperl
25fbdfc0
GS
8396 ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
8397 ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
8398 ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
8399 ! win32/win32.c
8400 !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
bee0ef1e 8401____________________________________________________________________________
25fbdfc0
GS
8402[ 6216] By: gsar on 2000/06/08 14:54:21
8403 Log: be more optimal about clearing @_
bee0ef1e 8404 Branch: perl
25fbdfc0 8405 ! cop.h
bee0ef1e 8406____________________________________________________________________________
25fbdfc0
GS
8407[ 6215] By: gsar on 2000/06/08 14:33:04
8408 Log: tweak comment about @DB::args
bee0ef1e 8409 Branch: perl
25fbdfc0 8410 ! av.h pp_ctl.c
bee0ef1e 8411____________________________________________________________________________
25fbdfc0
GS
8412[ 6214] By: gsar on 2000/06/08 13:57:54
8413 Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
8414 caller() wants to populate @DB::args with it (causes a coredump
8415 in Carp::confess())
bee0ef1e 8416 Branch: perl
25fbdfc0 8417 ! cop.h t/op/runlevel.t
bee0ef1e 8418____________________________________________________________________________
25fbdfc0
GS
8419[ 6213] By: gsar on 2000/06/08 07:06:35
8420 Log: back out change#6106 (seems problematic)
bee0ef1e 8421 Branch: perl
25fbdfc0 8422 ! hints/solaris_2.sh
bee0ef1e 8423____________________________________________________________________________
25fbdfc0
GS
8424[ 6212] By: jhi on 2000/06/07 03:10:36
8425 Log: Continuing mopup for #6204.
bee0ef1e 8426 Branch: cfgperl
25fbdfc0 8427 ! ext/B/defsubs_h.PL
bee0ef1e 8428____________________________________________________________________________
25fbdfc0
GS
8429[ 6211] By: jhi on 2000/06/07 02:41:50
8430 Log: Mopup for #6204.
8431 Under the 5005 threads the t/lib/b.t for B::Deparse fails:
8432 Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
8433 This is comes from const() where POK isn't on when expected.
8434 Branch: cfgperl
8435 ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
8436 ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
8437 ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
8438 ! perlapi.h pod/perlapi.pod
bee0ef1e 8439____________________________________________________________________________
25fbdfc0
GS
8440[ 6210] By: jhi on 2000/06/07 01:56:29
8441 Log: Mopup for #6207 and #6209.
bee0ef1e 8442 Branch: cfgperl
25fbdfc0 8443 ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
bee0ef1e 8444____________________________________________________________________________
25fbdfc0
GS
8445[ 6209] By: jhi on 2000/06/07 01:33:12
8446 Log: Lock PL_fdpid against race conditions, based on:
8447 Subject: [PATCH 5.6.0]subprocess fixup for threads
8448 From: Dan Sugalski <dan@sidhe.org>
8449 To: perl5-porters@perl.org
8450 Date: Tue, 11 Apr 2000 17:02:32 -0400
8451 Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
bee0ef1e 8452 Branch: cfgperl
25fbdfc0
GS
8453 ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
8454 ! win32/win32.c
bee0ef1e 8455____________________________________________________________________________
25fbdfc0
GS
8456[ 6208] By: jhi on 2000/06/07 01:05:23
8457 Log: Regen headers for #6207.
bee0ef1e 8458 Branch: cfgperl
25fbdfc0
GS
8459 ! embed.h global.sym objXSUB.h proto.h
8460____________________________________________________________________________
8461[ 6207] By: jhi on 2000/06/06 23:43:13
8462 Log: Subject: [PATCH 5.6.0] Threadsafe patches
8463 From: Dan Sugalski <dan@sidhe.org>
8464 To: perl5-porters@perl.org
8465 Date: Mon, 08 May 2000 18:08:13 -0400
8466 Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
bee0ef1e 8467 Branch: cfgperl
25fbdfc0
GS
8468 ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
8469 ! proto.h sv.h util.c
bee0ef1e 8470____________________________________________________________________________
25fbdfc0
GS
8471[ 6206] By: jhi on 2000/06/06 23:21:23
8472 Log: Subject: [PATCH] Eliminate $a/$b in pod
8473 From: David Glasser <me@davidglasser.net>
8474 To: perl5-porters@perl.org
8475 Date: Mon, 29 May 2000 21:15:59 -0400
8476 Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
bee0ef1e 8477 Branch: cfgperl
25fbdfc0
GS
8478 ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
8479 ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
8480 ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
8481 ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
8482 ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
8483 ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
8484 ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
8485 ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
8486 ! pod/perlvar.pod pod/perlxs.pod
bee0ef1e 8487____________________________________________________________________________
25fbdfc0
GS
8488[ 6205] By: jhi on 2000/06/06 23:12:14
8489 Log: Subject: [PATCH] Win32 improvements
8490 From: "Benjamin Stuhl" <sho_pi@hotmail.com>
8491 To: gsar@activestate.com, perl5-porters@perl.org
8492 Date: Mon, 29 May 2000 17:22:24 PDT
8493 Message-ID: <20000530002224.91142.qmail@hotmail.com>
8494 (MUA had mangled many lines by wordwrapping)
bee0ef1e 8495 Branch: cfgperl
25fbdfc0
GS
8496 ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
8497____________________________________________________________________________
8498[ 6204] By: jhi on 2000/06/06 23:01:50
8499 Log: Subject: [PATCH] B::Bytecode patches
8500 From: "Benjamin Stuhl" <sho_pi@hotmail.com>
8501 To: gsar@activestate.com, jhi@iki.fi
8502 Cc: perl5-porters@perl.org
8503 Message-ID: <20000602202526.48694.qmail@hotmail.com>
8504 (MUA had mangled many lines by wordwrapping)
bee0ef1e 8505 Branch: cfgperl
25fbdfc0
GS
8506 ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
8507 ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
8508 ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
8509 ! intrpvar.h perl.c
bee0ef1e 8510____________________________________________________________________________
25fbdfc0
GS
8511[ 6203] By: jhi on 2000/06/06 22:32:43
8512 Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
8513 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
8514 Date: Tue, 06 Jun 2000 13:07:45 -0700
8515 Message-ID: <RoVP5gzkgmTL092yn@efn.org>
bee0ef1e 8516 Branch: cfgperl
25fbdfc0 8517 ! pod/perldiag.pod
bee0ef1e 8518____________________________________________________________________________
25fbdfc0
GS
8519[ 6202] By: jhi on 2000/06/06 19:38:35
8520 Log: Integrate with Sarathy.
bee0ef1e 8521 Branch: cfgperl
25fbdfc0 8522 !> perl.c
bee0ef1e 8523____________________________________________________________________________
25fbdfc0
GS
8524[ 6201] By: gsar on 2000/06/06 00:42:59
8525 Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
8526 does a PUSHMARK that's never ever POPMARKed; in general, only
8527 Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
8528 Perl_eval_[sp]v() don't because they don't take any incoming
8529 arguments (this leak has been around since the original version
8530 of perl_eval_pv() in 5.003_97e)
bee0ef1e 8531 Branch: perl
25fbdfc0 8532 ! perl.c
bee0ef1e 8533____________________________________________________________________________
25fbdfc0
GS
8534[ 6200] By: jhi on 2000/06/04 03:44:52
8535 Log: Update to cperl-mode.el 4.31 from
8536 ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
8537 Subject: A couple of notes
8538 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8539 To: Mailing list Perl5 <perl5-porters@perl.org>
8540 Date: Sat, 3 Jun 2000 23:33:32 -0400
8541 Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
bee0ef1e 8542 Branch: cfgperl
25fbdfc0 8543 ! emacs/cperl-mode.el
bee0ef1e 8544____________________________________________________________________________
25fbdfc0
GS
8545[ 6199] By: jhi on 2000/06/03 15:11:05
8546 Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
8547 From: Dan Sugalski <dan@sidhe.org>
8548 To: perl5-porters@perl.org, vmsperl@perl.org
8549 Date: Fri, 02 Jun 2000 17:30:51 -0400
8550 Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
8551 Branch: cfgperl
8552 ! vms/descrip_mms.template vms/gen_shrfls.pl
bee0ef1e 8553____________________________________________________________________________
25fbdfc0
GS
8554[ 6198] By: jhi on 2000/06/03 14:59:15
8555 Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
8556 From: Dan Sugalski <dan@sidhe.org>
8557 To: vmsperl@perl.org, perl5-porters@perl.org
8558 Date: Fri, 02 Jun 2000 16:00:41 -0400
8559 Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
8560 Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
8561 Branch: cfgperl
8562 ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
8563 ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
8564 ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
bee0ef1e 8565____________________________________________________________________________
25fbdfc0
GS
8566[ 6197] By: jhi on 2000/06/03 14:41:30
8567 Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
8568 From: John Borwick <jhborwic@unity.ncsu.edu>
8569 Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
8570 Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
8571 Branch: cfgperl
8572 ! pod/perlsyn.pod
bee0ef1e 8573____________________________________________________________________________
25fbdfc0
GS
8574[ 6196] By: jhi on 2000/06/03 14:38:09
8575 Log: Integrate with Sarathy.
8576 Branch: cfgperl
8577 !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
8578 !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
8579 !> vms/perly_c.vms
bee0ef1e 8580____________________________________________________________________________
25fbdfc0
GS
8581[ 6195] By: gsar on 2000/06/02 22:43:13
8582 Log: fix yet another eval"" leak under USE_ITHREADS
bee0ef1e 8583 Branch: perl
25fbdfc0 8584 ! op.c
bee0ef1e 8585____________________________________________________________________________
25fbdfc0
GS
8586[ 6194] By: gsar on 2000/06/02 18:22:06
8587 Log: fix small eval"" memory leaks under USE_ITHREADS
bd05022c 8588 Branch: perl
25fbdfc0
GS
8589 ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
8590 ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
8591 ! vms/perly_c.vms
bd05022c 8592____________________________________________________________________________
25fbdfc0
GS
8593[ 6193] By: jhi on 2000/06/01 13:03:56
8594 Log: Signals-be-gone for microperl.
8595 Branch: cfgperl
8596 ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
bd05022c 8597____________________________________________________________________________
25fbdfc0
GS
8598[ 6192] By: jhi on 2000/06/01 12:52:02
8599 Log: Integrate with Sarathy.
8600 Branch: cfgperl
8601 +> lib/Pod/LaTeX.pm t/lib/selfloader.t
8602 !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
8603 !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
8604 !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
8605 !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
8606 !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
8607 !> t/op/vec.t utils/h2xs.PL
bd05022c 8608____________________________________________________________________________
25fbdfc0
GS
8609[ 6191] By: gsar on 2000/06/01 09:38:21
8610 Log: vec() loses numericalness (modified version of patch suggested
8611 by Robin Barker)
bd05022c 8612 Branch: perl
25fbdfc0 8613 ! doop.c t/op/vec.t
bd05022c 8614____________________________________________________________________________
25fbdfc0
GS
8615[ 6190] By: gsar on 2000/06/01 09:26:15
8616 Log: submit missing embed.pl change
bd05022c 8617 Branch: perl
25fbdfc0 8618 ! embed.pl
bd05022c 8619____________________________________________________________________________
25fbdfc0
GS
8620[ 6189] By: gsar on 2000/06/01 09:05:34
8621 Log: counting tr/// corrupts later operation (from M.J.T Guy)
bd05022c 8622 Branch: perl
25fbdfc0 8623 ! doop.c t/op/tr.t
bd05022c 8624____________________________________________________________________________
25fbdfc0
GS
8625[ 6188] By: gsar on 2000/06/01 08:58:39
8626 Log: h2xs tweaks
bd05022c 8627 Branch: perl
25fbdfc0 8628 ! utils/h2xs.PL
bd05022c 8629____________________________________________________________________________
25fbdfc0
GS
8630[ 6187] By: gsar on 2000/06/01 08:50:07
8631 Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
8632 (from Tim Jenness <t.jenness@jach.hawaii.edu>)
e277ebbf 8633 Branch: perl
25fbdfc0
GS
8634 + lib/Pod/LaTeX.pm
8635 ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
8636 ! pod/pod2latex.PL
e277ebbf 8637____________________________________________________________________________
25fbdfc0
GS
8638[ 6186] By: gsar on 2000/06/01 08:24:40
8639 Log: further qualify references to "alphanumeric" (from Wolfgang Laun
8640 <wolfgang.laun@alcatel.at>)
e277ebbf 8641 Branch: perl
25fbdfc0
GS
8642 ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
8643 ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
e277ebbf 8644____________________________________________________________________________
25fbdfc0
GS
8645[ 6185] By: gsar on 2000/06/01 08:12:00
8646 Log: remove incorrect documentation about implicit split to @_ in
8647 list context, which never really worked in perl 5 (from
8648 M.J.T. Guy)
e277ebbf 8649 Branch: perl
25fbdfc0 8650 ! pod/perlfunc.pod pod/perltrap.pod
e277ebbf 8651____________________________________________________________________________
25fbdfc0
GS
8652[ 6184] By: gsar on 2000/06/01 07:52:27
8653 Log: tweak for change#6127
e277ebbf 8654 Branch: perl
25fbdfc0 8655 ! perl.c
e277ebbf 8656____________________________________________________________________________
25fbdfc0
GS
8657[ 6183] By: gsar on 2000/06/01 07:41:02
8658 Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
8659 <nick@ccl4.org>)
e277ebbf 8660 Branch: perl
25fbdfc0
GS
8661 + t/lib/selfloader.t
8662 ! MANIFEST lib/SelfLoader.pm
e277ebbf 8663____________________________________________________________________________
25fbdfc0
GS
8664[ 6182] By: jhi on 2000/06/01 00:34:42
8665 Log: Be Cleaner Part Deux.
8666 Branch: cfgperl
8667 ! Makefile.SH
e277ebbf 8668____________________________________________________________________________
25fbdfc0
GS
8669[ 6181] By: jhi on 2000/06/01 00:32:09
8670 Log: Integrate with Sarathy.
8671 Branch: cfgperl
8672 !> pp.c t/op/arith.t
e277ebbf 8673____________________________________________________________________________
25fbdfc0
GS
8674[ 6180] By: jhi on 2000/06/01 00:31:13
8675 Log: microperl nits from Simon Cozens.
8676 Branch: cfgperl
8677 + uconfig.h
8678 ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
8679 ! unixish.h
e277ebbf 8680____________________________________________________________________________
25fbdfc0
GS
8681[ 6179] By: gsar on 2000/05/31 22:37:51
8682 Log: buggy modulus on UVs introduced by change#3378 (resulted in
8683 4063328477 % 65535 amounting to 27406, instead of 27407)
e277ebbf 8684 Branch: perl
25fbdfc0 8685 ! pp.c t/op/arith.t
e277ebbf 8686____________________________________________________________________________
25fbdfc0
GS
8687[ 6178] By: jhi on 2000/05/31 21:52:41
8688 Log: Be cleaner.
8689 Branch: cfgperl
8690 ! Makefile.SH
e277ebbf 8691____________________________________________________________________________
25fbdfc0
GS
8692[ 6177] By: jhi on 2000/05/31 21:47:33
8693 Log: Substitution utf8 patch from Simon Cozens.
8694 Branch: cfgperl
8695 ! pp_hot.c
e277ebbf 8696____________________________________________________________________________
25fbdfc0
GS
8697[ 6176] By: jhi on 2000/05/31 21:45:34
8698 Log: Single-quoted utf8 patch from Simon Cozens.
e277ebbf 8699 Branch: cfgperl
25fbdfc0 8700 ! toke.c
e277ebbf 8701____________________________________________________________________________
25fbdfc0
GS
8702[ 6175] By: jhi on 2000/05/31 21:40:18
8703 Log: Integrate with Sarathy.
e277ebbf 8704 Branch: cfgperl
25fbdfc0 8705 !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
e277ebbf 8706____________________________________________________________________________
25fbdfc0
GS
8707[ 6174] By: jhi on 2000/05/31 21:37:31
8708 Log: microperl changes from Simon Cozens; Makefile for microperl
8709 written from scratch; few casts added as microperl compilation
8710 doesn't have all prototypes available.
e277ebbf 8711 Branch: cfgperl
25fbdfc0
GS
8712 + Makefile.micro README.micro Todo.micro uconfig.sh
8713 ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
8714 ! perl.c perl.h perlio.c unixish.h utf8.c util.c
8715 Branch: metaconfig
8716 + U/modified/Config_h.U
e277ebbf 8717____________________________________________________________________________
25fbdfc0
GS
8718[ 6173] By: jhi on 2000/05/31 20:00:24
8719 Log: metaconfig maintenance.
8720 Branch: metaconfig
8721 + U/modified/Inhdr.U U/typedefs/inotype.U
8722 Branch: metaconfig/U/perl
8723 + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
8724 + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
e277ebbf 8725____________________________________________________________________________
25fbdfc0
GS
8726[ 6172] By: gsar on 2000/05/31 05:05:42
8727 Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
8728 (from Ilya Zakharevich)
e277ebbf 8729 Branch: perl
25fbdfc0 8730 ! regexec.c t/op/re_tests
e277ebbf 8731____________________________________________________________________________
25fbdfc0
GS
8732[ 6171] By: gsar on 2000/05/31 05:01:47
8733 Log: scalar() doesn't force scalar context when used in void context
8734 (from Simon Cozens)
e277ebbf 8735 Branch: perl
25fbdfc0 8736 ! op.c t/op/wantarray.t
e277ebbf 8737____________________________________________________________________________
25fbdfc0
GS
8738[ 6170] By: gsar on 2000/05/31 04:41:33
8739 Log: change#6142 needs tweaks to tests to work where there's no symlink()
8740 (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
e277ebbf 8741 Branch: perl
25fbdfc0 8742 ! t/lib/filefind.t
e277ebbf 8743____________________________________________________________________________
25fbdfc0
GS
8744[ 6169] By: gsar on 2000/05/31 04:29:49
8745 Log: integrate cfgperl contents into mainline
e277ebbf 8746 Branch: perl
25fbdfc0
GS
8747 +> pod/perlmodlib.PL pod/perlnewmod.pod
8748 !> (integrate 42 files)
e277ebbf 8749____________________________________________________________________________
25fbdfc0
GS
8750[ 6168] By: jhi on 2000/05/30 22:53:37
8751 Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
e277ebbf 8752 Branch: cfgperl
25fbdfc0
GS
8753 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8754 ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
8755 ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
8756 ! win32/config.bc win32/config.gc win32/config.vc
8757 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
8758 ! win32/config_h.PL win32/config_sh.PL
8759 Branch: metaconfig/U/perl
8760 ! perlxv.U
e277ebbf 8761____________________________________________________________________________
25fbdfc0
GS
8762[ 6167] By: jhi on 2000/05/30 22:20:21
8763 Log: tweak todo
e277ebbf
GS
8764 Branch: cfgperl
8765 ! Todo-5.6
8766____________________________________________________________________________
25fbdfc0
GS
8767[ 6166] By: jhi on 2000/05/30 22:11:51
8768 Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
8769 in case somebody wants to write an extension for more
8770 shadow database interfaces.
8771 Branch: cfgperl
8772 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8773 ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
8774 ! vos/config.def vos/config.h vos/config_h.SH_orig
8775 ! win32/config.bc win32/config.gc win32/config.vc
8776 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
8777 Branch: metaconfig
8778 ! U/modified/Myinit.U
8779 Branch: metaconfig/U/perl
8780 + d_getespwnam.U d_getprpwnam.U i_prot.U
8781____________________________________________________________________________
8782[ 6165] By: jhi on 2000/05/30 18:35:34
8783 Log: Integrate with Sarathy.
8784 Branch: cfgperl
8785 !> op.c
8786____________________________________________________________________________
8787[ 6164] By: jhi on 2000/05/30 18:30:16
e277ebbf
GS
8788 Log: detypo
8789 Branch: cfgperl
25fbdfc0
GS
8790 ! Configure config_h.SH
8791 Branch: metaconfig/U/perl
8792 ! perlxv.U
8793____________________________________________________________________________
8794[ 6163] By: gsar on 2000/05/30 03:24:03
8795 Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
8796 Branch: perl
8797 ! op.c
8798____________________________________________________________________________
8799[ 6162] By: gsar on 2000/05/30 03:09:38
8800 Log: fix memory leak in method call optimization (change#3768);
8801 made C<eval "$x->foo()"> leak
8802 Branch: perl
8803 ! op.c
8804____________________________________________________________________________
8805[ 6161] By: jhi on 2000/05/29 17:56:26
8806 Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
8807 both from Simon Cozens.
8808 Branch: cfgperl
8809 + pod/perlmodlib.PL pod/perlnewmod.pod
8810 ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
8811 ! pod/perlmodlib.pod pod/perltoc.pod
8812____________________________________________________________________________
8813[ 6160] By: jhi on 2000/05/29 17:23:55
8814 Log: Changes for the File::Temp 0.08 (change #6159) test suite
8815 to fit better into the Perl distribution test framework.
8816 Branch: cfgperl
8817 ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
8818 ! t/lib/ftmp-tempfile.t
8819____________________________________________________________________________
8820[ 6159] By: jhi on 2000/05/29 16:55:36
8821 Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
8822 Branch: cfgperl
8823 ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
8824 ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
8825____________________________________________________________________________
8826[ 6158] By: bailey on 2000/05/29 16:22:08
8827 Log: Add fallback to tmpfile for use in cases where user's relying on
8828 ACLs on SYS$SCRATCH to permit file creation. (based on Charles
8829 Lane's patch)
8830 Branch: vmsperl
8831 ! vms/vms.c vms/vmsish.h
8832____________________________________________________________________________
8833[ 6157] By: jhi on 2000/05/29 03:10:36
8834 Log: Regen Configure to jive with #6149.
8835 Branch: cfgperl
8836 ! Configure
8837 Branch: metaconfig
8838 ! U/modified/Getfile.U
e277ebbf 8839____________________________________________________________________________
25fbdfc0 8840[ 6156] By: jhi on 2000/05/29 03:01:38
e277ebbf
GS
8841 Log: Integrate with Sarathy.
8842 Branch: cfgperl
25fbdfc0
GS
8843 +> ext/DynaLoader/dl_mac.xs
8844 !> (integrate 38 files)
e277ebbf 8845____________________________________________________________________________
25fbdfc0
GS
8846[ 6155] By: gsar on 2000/05/28 21:15:58
8847 Log: small bug in change#6144; remove random \xA0 character that snuck
8848 in via change#6145
e277ebbf 8849 Branch: perl
25fbdfc0 8850 ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
e277ebbf 8851____________________________________________________________________________
25fbdfc0
GS
8852[ 6154] By: gsar on 2000/05/28 21:04:19
8853 Log: avoid type mismatch warning
8854 Branch: perl
8855 ! perl.c
8856____________________________________________________________________________
8857[ 6153] By: gsar on 2000/05/28 20:58:31
8858 Log: prettier Test::Harness output on failed tests (from Nicholas Clark
8859 <nick@Bagpuss.uk.boo.com>)
e277ebbf 8860 Branch: perl
25fbdfc0 8861 ! lib/Test/Harness.pm
e277ebbf 8862____________________________________________________________________________
25fbdfc0
GS
8863[ 6152] By: gsar on 2000/05/28 20:53:42
8864 Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
e277ebbf 8865 Branch: perl
25fbdfc0 8866 ! regexec.c
e277ebbf 8867____________________________________________________________________________
25fbdfc0
GS
8868[ 6151] By: gsar on 2000/05/28 20:50:28
8869 Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
e277ebbf 8870 Branch: perl
25fbdfc0 8871 ! regexec.c
e277ebbf 8872____________________________________________________________________________
25fbdfc0
GS
8873[ 6150] By: gsar on 2000/05/28 20:39:58
8874 Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
e277ebbf 8875 Branch: perl
25fbdfc0
GS
8876 ! pod/perlrequick.pod
8877____________________________________________________________________________
8878[ 6149] By: gsar on 2000/05/28 20:35:16
8879 Log: OS/2 tweaks for usethreads build (from Rocco Caputo
8880 <troc@netrus.net>)
e277ebbf 8881 Branch: perl
25fbdfc0
GS
8882 ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
8883 ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
8884 ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
8885 ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
8886____________________________________________________________________________
8887[ 6148] By: gsar on 2000/05/28 20:21:07
8888 Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
e277ebbf 8889 Branch: perl
25fbdfc0
GS
8890 ! lib/ExtUtils/MM_Unix.pm
8891____________________________________________________________________________
8892[ 6147] By: gsar on 2000/05/28 20:12:41
8893 Log: add a make entry to Config.pm so "perl -V:make" works on VMS
8894 (from Peter Prymmer)
8895 Branch: perl
8896 ! vms/subconfigure.com
e277ebbf 8897____________________________________________________________________________
25fbdfc0
GS
8898[ 6146] By: gsar on 2000/05/28 20:06:15
8899 Log: doc typo
e277ebbf 8900 Branch: perl
25fbdfc0 8901 ! lib/warnings.pm warnings.h warnings.pl
e277ebbf 8902____________________________________________________________________________
25fbdfc0
GS
8903[ 6145] By: gsar on 2000/05/28 18:44:33
8904 Log: make xsubpp skip embedded pod (from Matthias Neeracher
8905 <neeri@iis.ee.ethz.ch>)
e277ebbf
GS
8906 Branch: perl
8907 ! lib/ExtUtils/xsubpp
8908____________________________________________________________________________
25fbdfc0
GS
8909[ 6144] By: gsar on 2000/05/28 18:42:49
8910 Log: MacOS support, part 2: make AutoSplit use File::Spec instead
8911 of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
8912 <neeri@iis.ee.ethz.ch>)
e277ebbf 8913 Branch: perl
25fbdfc0 8914 ! lib/AutoSplit.pm
e277ebbf 8915____________________________________________________________________________
25fbdfc0
GS
8916[ 6143] By: gsar on 2000/05/28 18:41:12
8917 Log: MacOS support, part 1 (from Matthias Neeracher
8918 <neeri@iis.ee.ethz.ch>)
e277ebbf 8919 Branch: perl
25fbdfc0
GS
8920 + ext/DynaLoader/dl_mac.xs
8921 ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
8922 ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
8923 ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
8924 ! util.h
e277ebbf 8925____________________________________________________________________________
25fbdfc0
GS
8926[ 6142] By: gsar on 2000/05/28 18:21:51
8927 Log: File::Find fails to chdir when chasing symlinks (from
8928 Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
8929 Branch: perl
8930 ! lib/File/Find.pm t/lib/filefind.t
e277ebbf 8931____________________________________________________________________________
25fbdfc0
GS
8932[ 6141] By: jhi on 2000/05/28 14:25:15
8933 Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
8934 forwarded by Peter Seebach from the bsdi-users mailing list.
8935 p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
8936 Branch: perl
8937 ! hints/bsdos.sh
8938____________________________________________________________________________
8939[ 6140] By: jhi on 2000/05/28 14:11:57
8940 Log: Integrate with Sarathy.
8941 Branch: cfgperl
8942 +> (branch 30 files)
8943 !> (integrate 93 files)
8944____________________________________________________________________________
8945[ 6139] By: gsar on 2000/05/28 10:01:48
8946 Log: revise mktables.PL for bugs and newness in Unicode 3.0
8947 (from James Bence <jbence@amgen.com>)
8948 Branch: perl
8949 + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
8950 + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
8951 + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
8952 + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
8953 + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
8954 + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
8955 + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
8956 + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
8957 + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
8958 + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
8959 + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
8960 + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
8961 + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
8962 + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
8963 + lib/unicode/Is/SylWU.pl
8964 ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
8965 ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
8966 ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
8967 ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
8968 ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
8969 ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
8970 ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
8971 ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
8972 ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
8973 ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
8974 ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
8975 ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
8976 ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
8977 ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
8978 ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
8979 ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
8980 ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
8981 ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
8982 ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
8983 ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
8984 ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
8985 ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
8986 ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
8987 ! lib/unicode/Makefile lib/unicode/mktables.PL
8988____________________________________________________________________________
8989[ 6138] By: gsar on 2000/05/28 08:50:32
8990 Log: add note about the handling of negative indices to tied arrays
8991 (from Michael G Schwern <schwern@pobox.com>)
8992 Branch: perl
8993 ! pod/perltie.pod
8994____________________________________________________________________________
8995[ 6137] By: gsar on 2000/05/28 08:46:10
8996 Log: fix bogus redeclaration warning for "our" variables in different
8997 scopes
8998 Branch: perl
8999 ! op.c t/pragma/strict-vars
9000____________________________________________________________________________
9001[ 6136] By: gsar on 2000/05/28 08:31:20
9002 Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
9003 Branch: perl
9004 ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
9005____________________________________________________________________________
9006[ 6135] By: gsar on 2000/05/28 08:17:50
9007 Log: enable Test::Harness to dynamically determine column width etc.
9008 (from Rob Napier <rnapier@employees.org>)
9009 Branch: perl
9010 ! lib/Test/Harness.pm
9011____________________________________________________________________________
9012[ 6134] By: gsar on 2000/05/28 08:13:39
9013 Log: make Test::Harness use wait.h/WCOREDUMP if available
9014 (from Ben Tilly <ben_tilly@hotmail.com>)
9015 Branch: perl
9016 ! lib/Test/Harness.pm
e277ebbf 9017____________________________________________________________________________
25fbdfc0
GS
9018[ 6133] By: gsar on 2000/05/28 08:08:05
9019 Log: elide bogus test in change#6132
e277ebbf 9020 Branch: perl
25fbdfc0 9021 ! t/pragma/warn/9enabled
e277ebbf 9022____________________________________________________________________________
25fbdfc0
GS
9023[ 6132] By: gsar on 2000/05/28 08:03:14
9024 Log: warnings::enabled() doesn't fall back to looking at $^W if
9025 caller isn't using lexical warnings (from Paul Marquess)
e277ebbf 9026 Branch: perl
25fbdfc0
GS
9027 ! pp_ctl.c t/pragma/warn/9enabled
9028____________________________________________________________________________
9029[ 6131] By: gsar on 2000/05/28 07:57:47
9030 Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
e277ebbf 9031 Branch: perl
25fbdfc0 9032 ! ext/POSIX/POSIX.pm
e277ebbf 9033____________________________________________________________________________
25fbdfc0
GS
9034[ 6130] By: gsar on 2000/05/28 07:29:12
9035 Log: fix places that mean C<"word" character> but say C<alphanumeric
9036 character>
e277ebbf 9037 Branch: perl
25fbdfc0 9038 ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
e277ebbf 9039____________________________________________________________________________
25fbdfc0
GS
9040[ 6129] By: gsar on 2000/05/28 07:18:41
9041 Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
e277ebbf 9042 Branch: perl
25fbdfc0 9043 ! vms/test.com
e277ebbf 9044____________________________________________________________________________
25fbdfc0
GS
9045[ 6128] By: gsar on 2000/05/28 07:12:55
9046 Log: new perlxstut example for passing/returning refs to arrays
9047 (from David Lowe <dlowe@pootpoot.com>)
9048 Branch: perl
9049 ! pod/perlxstut.pod
e277ebbf 9050____________________________________________________________________________
25fbdfc0
GS
9051[ 6127] By: gsar on 2000/05/28 07:02:50
9052 Log: call_method(...,G_EVAL) can longjmp() out if the method probing
9053 failed (from Gisle Aas)
9054 Branch: perl
9055 ! cop.h perl.c
e277ebbf 9056____________________________________________________________________________
25fbdfc0
GS
9057[ 6126] By: gsar on 2000/05/28 06:39:53
9058 Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
9059 (reworked variant of patch suggested by Simon Cozens)
9060 Branch: perl
9061 ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
9062 ! pp_hot.c proto.h t/op/gv.t
9063____________________________________________________________________________
9064[ 6125] By: gsar on 2000/05/28 05:14:55
9065 Log: enable propagating exception objects via Perl_croak() in XS code
9066 (from Gisle Aas)
9067 Branch: perl
9068 ! util.c
9069____________________________________________________________________________
9070[ 6124] By: gsar on 2000/05/28 05:07:28
9071 Log: integrate vmsperl contents into mainline
9072 Branch: perl
9073 !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
9074 !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
9075 !> vms/vmsish.h
9076____________________________________________________________________________
9077[ 6123] By: gsar on 2000/05/28 05:03:53
9078 Log: clarify gotcha with #line directives (from Rocco Caputo
9079 <troc@netrus.net>)
9080 Branch: perl
9081 ! pod/perldebug.pod pod/perlsyn.pod
9082____________________________________________________________________________
9083[ 6122] By: gsar on 2000/05/28 04:58:29
9084 Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
9085 (from Mark-Jason Dominus)
9086 Branch: perl
9087 ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
9088 ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
9089 ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
9090 ! toke.c
e277ebbf 9091____________________________________________________________________________
25fbdfc0
GS
9092[ 6121] By: bailey on 2000/05/25 04:46:54
9093 Log: Allow eliminate_macros() and fixpath() to handle space-delimited
9094 lists (based on fixes by Craig Berry)
e277ebbf
GS
9095 Branch: vmsperl
9096 ! lib/File/Spec/VMS.pm
9097____________________________________________________________________________
25fbdfc0
GS
9098[ 6120] By: bailey on 2000/05/25 04:25:38
9099 Log: Add missing escape (Charles Lane)
e277ebbf 9100 Branch: vmsperl
25fbdfc0 9101 ! t/op/lex_assign.t
e277ebbf 9102____________________________________________________________________________
25fbdfc0
GS
9103[ 6119] By: bailey on 2000/05/25 04:21:25
9104 Log: Quiet error messages in vmsish.t (Charles Lane)
e277ebbf 9105 Branch: vmsperl
25fbdfc0 9106 ! vms/ext/vmsish.t
e277ebbf 9107____________________________________________________________________________
25fbdfc0
GS
9108[ 6118] By: bailey on 2000/05/25 04:17:57
9109 Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
9110 Flatten case labels in switch statements uniformly (Charles Bailey)
e277ebbf 9111 Branch: vmsperl
25fbdfc0 9112 ! vms/vms.c
e277ebbf 9113____________________________________________________________________________
25fbdfc0
GS
9114[ 6117] By: bailey on 2000/05/25 03:58:09
9115 Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
e277ebbf 9116 Branch: vmsperl
25fbdfc0 9117 ! vms/vmsish.h
e277ebbf 9118____________________________________________________________________________
25fbdfc0
GS
9119[ 6116] By: bailey on 2000/05/25 03:11:15
9120 Log: Miscellaneous cosmetic fixes (Charles Lane)
e277ebbf 9121 Branch: vmsperl
25fbdfc0 9122 ! lib/ExtUtils/MM_VMS.pm
e277ebbf 9123____________________________________________________________________________
25fbdfc0
GS
9124[ 6115] By: bailey on 2000/05/25 03:10:36
9125 Log: Add bounds checking for several strings (Charles Lane)
e277ebbf 9126 Branch: vmsperl
e277ebbf
GS
9127 ! vms/vms.c
9128____________________________________________________________________________
25fbdfc0
GS
9129[ 6114] By: bailey on 2000/05/25 02:25:34
9130 Log: Urk -- undo previous removal of vmsish 'exit' change
e277ebbf 9131 Branch: vmsperl
25fbdfc0 9132 ! vms/ext/vmsish.pm vms/vmsish.h
e277ebbf 9133____________________________________________________________________________
25fbdfc0
GS
9134[ 6113] By: bailey on 2000/05/24 02:24:40
9135 Log: Ugly workaround for version-specific RTL error
9136 Branch: vmsperl
9137 ! vms/vms.c
e277ebbf 9138____________________________________________________________________________
25fbdfc0
GS
9139[ 6112] By: bailey on 2000/05/24 02:19:55
9140 Log: Check for existence of file before trying to delete
9141 Branch: vmsperl
9142 ! vms/test.com
9143____________________________________________________________________________
9144[ 6111] By: bailey on 2000/05/23 23:35:13
9145 Log: Resync with mainline prior to post-5.6.0 updates
9146 Branch: vmsperl
9147 +> (branch 49 files)
9148 - t/lib/thread.t t/op/64bit.t t/op/nothread.t
9149 ! vms/ext/vmsish.pm
9150 !> (integrate 334 files)
9151____________________________________________________________________________
9152[ 6110] By: jhi on 2000/05/23 19:28:32
9153 Log: todo tweak
e277ebbf 9154 Branch: cfgperl
25fbdfc0 9155 ! Todo-5.6
e277ebbf 9156____________________________________________________________________________
25fbdfc0
GS
9157[ 6109] By: jhi on 2000/05/18 17:38:54
9158 Log: Integrate with Sarathy.
e277ebbf 9159 Branch: cfgperl
25fbdfc0 9160 !> mg.c perl.h win32/perlhost.h
e277ebbf 9161____________________________________________________________________________
25fbdfc0
GS
9162[ 6108] By: gsar on 2000/05/17 02:24:56
9163 Log: reenable fake signal handling on Windows, bugs and all
e277ebbf 9164 Branch: perl
25fbdfc0
GS
9165 ! mg.c perl.h win32/perlhost.h
9166____________________________________________________________________________
9167[ 6107] By: jhi on 2000/05/15 18:01:41
9168 Log: Tweak the todo list.
9169 Branch: cfgperl
9170 ! Todo-5.6
9171____________________________________________________________________________
9172[ 6106] By: jhi on 2000/05/15 13:41:48
9173 Log: The (Configure) script refuses to go on, after asking for
9174 'You may also choose to try maximal 64-bitness....'.
9175 If answer is yes the script can't find the 'workshoplibpth.cbu' file.
9176 -- Patrick Zima
9177 p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de>
9178 Branch: cfgperl
9179 ! hints/solaris_2.sh
9180____________________________________________________________________________
9181[ 6105] By: jhi on 2000/05/11 14:37:43
9182 Log: Integrate with Sarathy.
9183 Branch: cfgperl
9184 !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
9185 !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
e277ebbf 9186____________________________________________________________________________
25fbdfc0
GS
9187[ 6104] By: gsar on 2000/05/11 03:39:07
9188 Log: PL_sys_intern was being initialized too late on windows
e277ebbf 9189 Branch: perl
25fbdfc0
GS
9190 ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
9191 ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
e277ebbf 9192____________________________________________________________________________
25fbdfc0
GS
9193[ 6103] By: jhi on 2000/05/09 19:42:20
9194 Log: Test tweaking for Unicos continues.
e277ebbf 9195 Branch: cfgperl
25fbdfc0 9196 ! t/op/64bitint.t
e277ebbf 9197____________________________________________________________________________
25fbdfc0
GS
9198[ 6102] By: jhi on 2000/05/09 16:47:27
9199 Log: The test suite tweak in #6101 wasn't quite right.
e277ebbf 9200 Branch: cfgperl
25fbdfc0 9201 ! t/lib/complex.t
e277ebbf 9202____________________________________________________________________________
25fbdfc0
GS
9203[ 6101] By: jhi on 2000/05/09 15:35:34
9204 Log: Hints and test tweaks for Unicos.
e277ebbf 9205 Branch: cfgperl
25fbdfc0 9206 ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
e277ebbf 9207____________________________________________________________________________
25fbdfc0
GS
9208[ 6100] By: jhi on 2000/05/08 21:15:06
9209 Log: More compilation tweakery from Allen Smith.
e277ebbf 9210 Branch: cfgperl
25fbdfc0
GS
9211 ! hints/irix_6.sh
9212____________________________________________________________________________
9213[ 6099] By: jhi on 2000/05/08 19:21:18
9214 Log: Tweaks for the cc bugs from Allen Smith.
9215 Branch: cfgperl
9216 ! hints/irix_6.sh
9217____________________________________________________________________________
9218[ 6098] By: jhi on 2000/05/08 19:13:37
9219 Log: Add a note about other, yet unsupported, shadow password APIs.
9220 Branch: cfgperl
9221 ! pp_sys.c
9222____________________________________________________________________________
9223[ 6097] By: jhi on 2000/05/08 18:46:34
9224 Log: Add a note about possible compilation problems from Allen Smith.
9225 Branch: cfgperl
9226 ! hints/irix_6.sh
9227____________________________________________________________________________
9228[ 6096] By: jhi on 2000/05/08 17:33:10
9229 Log: Integrate with Sarathy.
9230 Branch: cfgperl
9231 !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
9232 !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
9233____________________________________________________________________________
9234[ 6095] By: jhi on 2000/05/08 16:21:33
9235 Log: Introduce NV_PRESERVED_BITS. Not yet used anywhere but
9236 might be useful in future.
9237 Branch: cfgperl
9238 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9239 ! config_h.SH
9240 Branch: metaconfig
9241 ! U/installdirs/inc_version_list.U
e277ebbf 9242 Branch: metaconfig/U/perl
25fbdfc0
GS
9243 ! perlxv.U
9244____________________________________________________________________________
9245[ 6094] By: gsar on 2000/05/08 14:22:22
9246 Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
9247 Branch: perl
9248 ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
9249 ! hints/cygwin.sh pp_sys.c
9250____________________________________________________________________________
9251[ 6093] By: gsar on 2000/05/08 12:52:28
9252 Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
9253 undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
9254 Branch: perl
9255 ! pp_sys.c sv.c win32/perlhost.h
e277ebbf 9256____________________________________________________________________________
25fbdfc0
GS
9257[ 6092] By: jhi on 2000/05/07 22:40:34
9258 Log: Regen perltoc with the fixed buildtoc.
9259 Branch: cfgperl
9260 ! pod/perltoc.pod
9261____________________________________________________________________________
9262[ 6091] By: jhi on 2000/05/07 22:24:16
e277ebbf
GS
9263 Log: Integrate with Sarathy.
9264 Branch: cfgperl
25fbdfc0
GS
9265 !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
9266 !> t/op/substr.t toke.c
e277ebbf 9267____________________________________________________________________________
25fbdfc0
GS
9268[ 6090] By: gsar on 2000/05/07 19:47:07
9269 Log: concat doesn't preserve utf8-ness, and doesn't invalidate
9270 [NI]OK; added tests for both
e277ebbf 9271 Branch: perl
25fbdfc0 9272 ! perl.c pp_hot.c sv.c t/op/substr.t
e277ebbf 9273____________________________________________________________________________
25fbdfc0
GS
9274[ 6089] By: gsar on 2000/05/07 18:18:38
9275 Log: buildtoc tweak to fix newline lossage
53c32ee0 9276 Branch: perl
25fbdfc0 9277 ! pod/buildtoc
53c32ee0 9278____________________________________________________________________________
25fbdfc0
GS
9279[ 6088] By: jhi on 2000/05/07 16:35:36
9280 Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
9281 because we do not use those. The HAS_GETSPNAM remains,
9282 though, because we still do use that.
53c32ee0 9283 Branch: cfgperl
25fbdfc0
GS
9284 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9285 ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
9286 ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
9287 ! vos/config_h.SH_orig win32/config.bc win32/config.gc
9288 ! win32/config.vc win32/config_H.bc win32/config_H.gc
9289 ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
53c32ee0 9290____________________________________________________________________________
25fbdfc0
GS
9291[ 6087] By: gsar on 2000/05/07 16:05:16
9292 Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
53c32ee0 9293 Branch: perl
25fbdfc0 9294 ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
53c32ee0 9295____________________________________________________________________________
25fbdfc0 9296[ 6086] By: jhi on 2000/05/07 15:27:07
53c32ee0
GS
9297 Log: Integrate with Sarathy.
9298 Branch: cfgperl
25fbdfc0
GS
9299 +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
9300 +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
9301 !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
9302 !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
9303 !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
9304 !> utils/perlbug.PL vms/vms.c vms/vmsish.h
53c32ee0 9305____________________________________________________________________________
25fbdfc0
GS
9306[ 6085] By: gsar on 2000/05/07 05:52:02
9307 Log: repeat operator (x) doesn't preserve utf8-ness
53c32ee0 9308 Branch: perl
25fbdfc0 9309 ! pp.c t/op/substr.t
53c32ee0 9310____________________________________________________________________________
25fbdfc0
GS
9311[ 6084] By: gsar on 2000/05/07 05:39:55
9312 Log: substr() does not preserve utf8-ness (from Stefan Eissing
9313 <Eissing@medicaldataservice.de>); added tests
53c32ee0 9314 Branch: perl
25fbdfc0 9315 ! pp.c t/op/substr.t
53c32ee0 9316____________________________________________________________________________
25fbdfc0
GS
9317[ 6083] By: gsar on 2000/05/07 05:24:46
9318 Log: note about undocumented caller() return value (from M.J.T. Guy);
9319 yet another peek.t tweak
53c32ee0 9320 Branch: perl
25fbdfc0 9321 ! pod/perlfunc.pod t/lib/peek.t
53c32ee0 9322____________________________________________________________________________
25fbdfc0
GS
9323[ 6082] By: gsar on 2000/05/07 05:08:40
9324 Log: peek.t non-portable to ithreads
53c32ee0 9325 Branch: perl
25fbdfc0 9326 ! t/lib/peek.t
53c32ee0 9327____________________________________________________________________________
25fbdfc0
GS
9328[ 6081] By: gsar on 2000/05/07 04:17:04
9329 Log: better default perlbug categories for ok reports (from Richard Foley)
53c32ee0 9330 Branch: perl
25fbdfc0 9331 ! utils/perlbug.PL
53c32ee0 9332____________________________________________________________________________
25fbdfc0
GS
9333[ 6080] By: gsar on 2000/05/07 04:08:07
9334 Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
9335 (from Tim Jenness <t.jenness@jach.hawaii.edu>)
9336 Branch: perl
9337 + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
9338 + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
9339 ! AUTHORS MAINTAIN MANIFEST
53c32ee0 9340____________________________________________________________________________
25fbdfc0
GS
9341[ 6079] By: gsar on 2000/05/07 04:01:38
9342 Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
9343 Branch: perl
9344 ! lib/Carp/Heavy.pm
53c32ee0 9345____________________________________________________________________________
25fbdfc0
GS
9346[ 6078] By: gsar on 2000/05/07 01:24:19
9347 Log: workaround for CRT bug in chdir() (from Charles Lane, via
9348 Peter Prymmer)
9349 Branch: perl
9350 ! iperlsys.h vms/vms.c vms/vmsish.h
53c32ee0 9351____________________________________________________________________________
25fbdfc0
GS
9352[ 6077] By: gsar on 2000/05/07 01:22:23
9353 Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
9354 and Tom Phoenix)
53c32ee0 9355 Branch: perl
25fbdfc0 9356 ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
53c32ee0 9357____________________________________________________________________________
25fbdfc0 9358[ 6076] By: gsar on 2000/05/06 17:36:29
53c32ee0
GS
9359 Log: integrate cfgperl contents into mainline
9360 Branch: perl
25fbdfc0
GS
9361 +> t/lib/peek.t
9362 !> Configure MANIFEST Porting/Glossary Porting/config.sh
9363 !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
9364 !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
9365 !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
53c32ee0 9366____________________________________________________________________________
25fbdfc0
GS
9367[ 6075] By: jhi on 2000/05/05 18:56:10
9368 Log: Make the test more portable.
53c32ee0 9369 Branch: cfgperl
25fbdfc0 9370 ! t/lib/peek.t
53c32ee0 9371____________________________________________________________________________
25fbdfc0
GS
9372[ 6074] By: jhi on 2000/05/05 18:49:20
9373 Log: Introduce t/lib/peek.t.
53c32ee0 9374 Branch: cfgperl
25fbdfc0
GS
9375 + t/lib/peek.t
9376 ! MANIFEST
53c32ee0 9377____________________________________________________________________________
25fbdfc0
GS
9378[ 6073] By: jhi on 2000/05/05 14:30:45
9379 Log: Complex tweaks.
53c32ee0 9380 Branch: cfgperl
25fbdfc0 9381 ! lib/Math/Complex.pm t/lib/complex.t
53c32ee0 9382____________________________________________________________________________
25fbdfc0 9383[ 6072] By: jhi on 2000/05/05 12:27:13
53c32ee0
GS
9384 Log: Integrate with Sarathy.
9385 Branch: cfgperl
25fbdfc0
GS
9386 !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
9387 !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
9388 !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
9389 !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
53c32ee0 9390____________________________________________________________________________
25fbdfc0
GS
9391[ 6071] By: gsar on 2000/05/05 02:24:46
9392 Log: misformatted perllocal.pod (from Tim Jenness
9393 <t.jenness@jach.hawaii.edu>)
53c32ee0 9394 Branch: perl
25fbdfc0 9395 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
53c32ee0 9396____________________________________________________________________________
25fbdfc0
GS
9397[ 6070] By: gsar on 2000/05/05 02:16:52
9398 Log: remove misleading comment (from M.J.T. Guy)
53c32ee0 9399 Branch: perl
25fbdfc0 9400 ! t/lib/anydbm.t
53c32ee0 9401____________________________________________________________________________
25fbdfc0
GS
9402[ 6069] By: gsar on 2000/05/05 02:15:13
9403 Log: File::Spec compatibility update (from Barrie Slaymaker
9404 <barries@slaysys.com>)
53c32ee0 9405 Branch: perl
25fbdfc0
GS
9406 ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
9407 ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
53c32ee0 9408____________________________________________________________________________
25fbdfc0
GS
9409[ 6068] By: gsar on 2000/05/05 02:01:50
9410 Log: note about values()
53c32ee0 9411 Branch: perl
25fbdfc0 9412 ! pod/perlfunc.pod
53c32ee0 9413____________________________________________________________________________
25fbdfc0
GS
9414[ 6067] By: gsar on 2000/05/05 01:33:09
9415 Log: replace direct call to sighandler() with (*PL_sighandlerp)()
53c32ee0 9416 Branch: perl
25fbdfc0 9417 ! win32/win32.c
53c32ee0 9418____________________________________________________________________________
25fbdfc0
GS
9419[ 6066] By: gsar on 2000/05/05 01:23:43
9420 Log: s/END/CHECK/
53c32ee0 9421 Branch: perl
25fbdfc0 9422 ! perl.c
53c32ee0 9423____________________________________________________________________________
25fbdfc0
GS
9424[ 6065] By: jhi on 2000/05/04 17:30:22
9425 Log: Integrate with Sarathy.
9426 Branch: cfgperl
9427 !> pp_sys.c sv.c t/pragma/utf8.t toke.c
53c32ee0 9428____________________________________________________________________________
25fbdfc0
GS
9429[ 6064] By: gsar on 2000/05/04 17:26:14
9430 Log: change#5905 wasn't quite right--it's intent only applies when arguments
9431 to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
53c32ee0 9432 Branch: perl
25fbdfc0 9433 ! pp_sys.c sv.c
53c32ee0 9434____________________________________________________________________________
25fbdfc0
GS
9435[ 6063] By: gsar on 2000/05/04 16:52:29
9436 Log: tokeq() could read unallocated field in argument
53c32ee0 9437 Branch: perl
25fbdfc0 9438 ! toke.c
53c32ee0 9439____________________________________________________________________________
25fbdfc0
GS
9440[ 6062] By: gsar on 2000/05/04 16:34:51
9441 Log: additional tests for utf8.t
53c32ee0 9442 Branch: perl
25fbdfc0 9443 ! t/pragma/utf8.t
53c32ee0 9444____________________________________________________________________________
25fbdfc0
GS
9445[ 6061] By: gsar on 2000/05/04 16:09:28
9446 Log: change#5921 neglected to make eq honor "use bytes"
53c32ee0 9447 Branch: perl
25fbdfc0 9448 ! sv.c
53c32ee0 9449____________________________________________________________________________
25fbdfc0
GS
9450[ 6060] By: jhi on 2000/05/04 15:30:16
9451 Log: Integrate with Sarathy.
9452 Branch: cfgperl
9453 !> perl.c regcomp.c t/pragma/utf8.t
53c32ee0 9454____________________________________________________________________________
25fbdfc0
GS
9455[ 6059] By: jhi on 2000/05/04 15:26:37
9456 Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
9457 in natively 64-bit platforms where a long is a quad (no need
9458 for long longs). Also added bias for IVs.
9459 Branch: cfgperl
9460 ! toke.c
53c32ee0 9461____________________________________________________________________________
25fbdfc0
GS
9462[ 6058] By: gsar on 2000/05/04 00:19:14
9463 Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
9464 (spotted by Donald Kinzer <dkinzer@premia.com>)
53c32ee0 9465 Branch: perl
25fbdfc0 9466 ! perl.c
53c32ee0 9467____________________________________________________________________________
25fbdfc0
GS
9468[ 6057] By: gsar on 2000/05/03 18:34:01
9469 Log: fix broken parsing of /\x{ab}/
53c32ee0 9470 Branch: perl
25fbdfc0 9471 ! regcomp.c t/pragma/utf8.t
53c32ee0 9472____________________________________________________________________________
25fbdfc0
GS
9473[ 6056] By: jhi on 2000/05/03 17:57:16
9474 Log: The search of infinity continues, this time simplified.
53c32ee0 9475 Branch: cfgperl
25fbdfc0 9476 ! lib/Math/Complex.pm
53c32ee0 9477____________________________________________________________________________
25fbdfc0
GS
9478[ 6055] By: jhi on 2000/05/03 17:45:30
9479 Log: Detypo.
53c32ee0 9480 Branch: cfgperl
25fbdfc0 9481 ! hints/unicos.sh
53c32ee0 9482____________________________________________________________________________
25fbdfc0
GS
9483[ 6054] By: jhi on 2000/05/02 22:28:27
9484 Log: Be more forgiving in POSIX about HUGE_VALL.
53c32ee0 9485 Branch: cfgperl
25fbdfc0 9486 ! ext/POSIX/POSIX.xs
53c32ee0 9487____________________________________________________________________________
25fbdfc0
GS
9488[ 6053] By: jhi on 2000/05/02 22:25:05
9489 Log: Integrate with Sarathy.
9490 Branch: cfgperl
9491 !> hints/irix_6.sh pod/perlop.pod
53c32ee0 9492____________________________________________________________________________
25fbdfc0
GS
9493[ 6052] By: jhi on 2000/05/02 22:24:31
9494 Log: Unicos hint tweak.
53c32ee0 9495 Branch: cfgperl
25fbdfc0 9496 ! hints/unicos.sh
53c32ee0 9497____________________________________________________________________________
25fbdfc0
GS
9498[ 6051] By: jhi on 2000/05/02 22:21:26
9499 Log: Complex tweakery.
53c32ee0 9500 Branch: cfgperl
25fbdfc0 9501 ! lib/Math/Complex.pm t/lib/complex.t
53c32ee0 9502____________________________________________________________________________
25fbdfc0
GS
9503[ 6050] By: jhi on 2000/05/02 19:26:22
9504 Log: Use setxxent()/endxxent().
9505 Branch: cfgperl
9506 ! t/op/grent.t t/op/pwent.t
53c32ee0 9507____________________________________________________________________________
25fbdfc0 9508[ 6049] By: jhi on 2000/05/02 19:06:02
91e74348 9509 Log: Test both the scalar and list contexts.
25fbdfc0
GS
9510 Branch: cfgperl
9511 ! t/op/grent.t t/op/pwent.t
41fda654 9512____________________________________________________________________________
25fbdfc0
GS
9513[ 6048] By: gsar on 2000/05/02 18:29:10
9514 Log: add note about how $( doesn't interpolate in REs (from
9515 Philip Newton <newton@ficus.frogspace.net>)
41fda654 9516 Branch: perl
25fbdfc0 9517 ! pod/perlop.pod
41fda654 9518____________________________________________________________________________
25fbdfc0
GS
9519[ 6047] By: jhi on 2000/05/02 17:41:24
9520 Log: Call getspnam() only iff needd.
9521 Branch: cfgperl
9522 ! pp_sys.c
41fda654 9523____________________________________________________________________________
25fbdfc0
GS
9524[ 6046] By: gsar on 2000/05/02 17:07:25
9525 Log: libscheck has insufficient checks for n32 libs (from
9526 Albert Chin-A-Young <china@thewrittenword.com>)
21bad921 9527 Branch: perl
25fbdfc0 9528 ! hints/irix_6.sh
21bad921 9529____________________________________________________________________________
25fbdfc0
GS
9530[ 6045] By: jhi on 2000/05/02 13:57:17
9531 Log: Integrate with Sarathy.
9532 Branch: cfgperl
9533 !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
9534 !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
21bad921 9535____________________________________________________________________________
25fbdfc0
GS
9536[ 6044] By: gsar on 2000/05/02 06:48:19
9537 Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
9538 such that underscores are only ignored in literal numbers,
9539 "\x{...}", and hex/oct argument
21bad921 9540 Branch: perl
25fbdfc0 9541 ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
21bad921 9542____________________________________________________________________________
25fbdfc0
GS
9543[ 6043] By: gsar on 2000/05/02 02:22:29
9544 Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
21bad921 9545 Branch: perl
25fbdfc0 9546 ! pod/perlretut.pod
21bad921 9547____________________________________________________________________________
25fbdfc0
GS
9548[ 6042] By: gsar on 2000/05/02 02:17:51
9549 Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
21bad921 9550 Branch: perl
25fbdfc0 9551 ! pod/perltrap.pod
21bad921 9552____________________________________________________________________________
25fbdfc0
GS
9553[ 6041] By: gsar on 2000/05/02 01:53:51
9554 Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
9555 to compensate
21bad921 9556 Branch: perl
25fbdfc0 9557 ! Porting/makerel
21bad921 9558____________________________________________________________________________
25fbdfc0
GS
9559[ 6040] By: gsar on 2000/05/02 01:51:57
9560 Log: missing files in MANIFEST
21bad921 9561 Branch: perl
25fbdfc0 9562 ! MANIFEST
21bad921 9563____________________________________________________________________________
25fbdfc0
GS
9564[ 6039] By: jhi on 2000/05/02 00:36:46
9565 Log: Infinite problems.
9566 Branch: cfgperl
9567 ! lib/Math/Complex.pm
21bad921 9568____________________________________________________________________________
25fbdfc0
GS
9569[ 6038] By: jhi on 2000/05/02 00:06:38
9570 Log: pwent/spent #ifdef imbalance.
9571 Branch: cfgperl
9572 ! pp_sys.c
21bad921 9573____________________________________________________________________________
25fbdfc0
GS
9574[ 6037] By: jhi on 2000/05/01 22:50:11
9575 Log: Use HUGE_VALL if applicable.
21bad921 9576 Branch: cfgperl
25fbdfc0 9577 ! ext/POSIX/POSIX.xs util.c
21bad921 9578____________________________________________________________________________
25fbdfc0
GS
9579[ 6036] By: jhi on 2000/05/01 22:20:53
9580 Log: Correct Freudian slip.
21bad921 9581 Branch: cfgperl
25fbdfc0 9582 ! pp_sys.c
21bad921 9583____________________________________________________________________________
25fbdfc0
GS
9584[ 6035] By: jhi on 2000/05/01 21:07:38
9585 Log: Continue on the pwent/spent case.
21bad921 9586 Branch: cfgperl
25fbdfc0 9587 ! pp_sys.c
21bad921 9588____________________________________________________________________________
25fbdfc0
GS
9589[ 6034] By: jhi on 2000/05/01 17:45:14
9590 Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
9591 adjustments in 6032 conflicted badly with this, will have
9592 to revisit them later.
21bad921 9593 Branch: cfgperl
25fbdfc0
GS
9594 +> lib/CGI/Util.pm t/lib/cgi-pretty.t
9595 !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
9596 !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
9597 !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
9598 !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
9599 !> t/lib/cgi-html.t t/lib/cgi-request.t
21bad921 9600____________________________________________________________________________
25fbdfc0
GS
9601[ 6033] By: jhi on 2000/05/01 17:40:49
9602 Log: Rewrite the pwent/spent logic to be a little bit more clearer.
21bad921 9603 Branch: cfgperl
25fbdfc0 9604 ! pp_sys.c
21bad921 9605____________________________________________________________________________
25fbdfc0
GS
9606[ 6032] By: gsar on 2000/05/01 15:56:32
9607 Log: whitespace adjustments
21bad921 9608 Branch: perl
25fbdfc0 9609 ! pp_sys.c
21bad921 9610____________________________________________________________________________
25fbdfc0
GS
9611[ 6031] By: gsar on 2000/05/01 15:19:41
9612 Log: small nits in diagnostics.pm (from Robin Barker)
21bad921 9613 Branch: perl
25fbdfc0 9614 ! lib/diagnostics.pm pod/perldiag.pod
21bad921 9615____________________________________________________________________________
25fbdfc0
GS
9616[ 6030] By: gsar on 2000/05/01 08:39:18
9617 Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
9618 for @- and @+ (from Johan Vromans)
21bad921 9619 Branch: perl
25fbdfc0 9620 ! lib/English.pm pod/perlvar.pod
21bad921 9621____________________________________________________________________________
25fbdfc0
GS
9622[ 6029] By: gsar on 2000/05/01 08:16:10
9623 Log: add CGI.pm v2.66 (from Lincoln Stein)
f07cf794 9624 Branch: perl
25fbdfc0
GS
9625 + lib/CGI/Util.pm t/lib/cgi-pretty.t
9626 ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
9627 ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
9628 ! t/lib/cgi-html.t t/lib/cgi-request.t
f07cf794 9629____________________________________________________________________________
25fbdfc0
GS
9630[ 6028] By: gsar on 2000/05/01 06:34:41
9631 Log: Pod::Man generates groff-incompatible macro definition (from
9632 Tom Christiansen)
f07cf794 9633 Branch: perl
25fbdfc0 9634 ! lib/Pod/Man.pm
f07cf794 9635____________________________________________________________________________
25fbdfc0
GS
9636[ 6027] By: gsar on 2000/05/01 06:31:36
9637 Log: podlators-1.02 update (from Russ Allbery)
9638 Branch: perl
9639 ! lib/Pod/Man.pm lib/Pod/Text.pm
f07cf794 9640____________________________________________________________________________
25fbdfc0
GS
9641[ 6026] By: jhi on 2000/04/30 23:24:23
9642 Log: Integrate with Sarathy.
f07cf794 9643 Branch: cfgperl
25fbdfc0
GS
9644 !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
9645 !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
9646 !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
9647 !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
9648 !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
9649 !> t/lib/syslog.t toke.c win32/win32.h
f07cf794 9650____________________________________________________________________________
25fbdfc0
GS
9651[ 6025] By: gsar on 2000/04/30 18:17:47
9652 Log: Is{Alnum,Alpha,Word} don't match titlecase
9653
9654 TODO: IsSpace is defined recursively!
9655
9656 (both spotted by Larry)
f07cf794 9657 Branch: perl
25fbdfc0
GS
9658 ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
9659 ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
f07cf794 9660____________________________________________________________________________
25fbdfc0
GS
9661[ 6024] By: gsar on 2000/04/30 17:50:19
9662 Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
9663 (from Hugo van der Sanden)
f07cf794 9664 Branch: perl
25fbdfc0 9665 ! toke.c
f07cf794 9666____________________________________________________________________________
25fbdfc0
GS
9667[ 6023] By: gsar on 2000/04/30 17:14:43
9668 Log: debugger stomps on $. (from M.J.T. Guy)
f07cf794 9669 Branch: perl
25fbdfc0 9670 ! lib/perl5db.pl
f07cf794 9671____________________________________________________________________________
25fbdfc0
GS
9672[ 6022] By: gsar on 2000/04/30 16:59:22
9673 Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
f07cf794 9674 Branch: perl
25fbdfc0 9675 ! sv.c
f07cf794 9676____________________________________________________________________________
25fbdfc0
GS
9677[ 6021] By: gsar on 2000/04/29 21:00:08
9678 Log: remove Win2K issue in pod (fixed by change#6020)
f07cf794 9679 Branch: perl
25fbdfc0 9680 ! README.win32 pod/perl56delta.pod
f07cf794 9681____________________________________________________________________________
25fbdfc0
GS
9682[ 6020] By: gsar on 2000/04/29 20:51:49
9683 Log: test tweak
f07cf794 9684 Branch: perl
25fbdfc0 9685 ! t/lib/open3.t
f07cf794 9686____________________________________________________________________________
25fbdfc0
GS
9687[ 6019] By: gsar on 2000/04/29 20:34:27
9688 Log: windows portability tweaks
f07cf794 9689 Branch: perl
25fbdfc0 9690 ! t/lib/b.t win32/win32.h
f07cf794 9691____________________________________________________________________________
25fbdfc0
GS
9692[ 6018] By: gsar on 2000/04/29 19:55:24
9693 Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
9694 make _PATH_LOG() return "" if unavailable
f07cf794 9695 Branch: perl
25fbdfc0
GS
9696 ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
9697 ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
f07cf794 9698____________________________________________________________________________
25fbdfc0
GS
9699[ 6017] By: jhi on 2000/04/28 22:49:46
9700 Log: Integrate with Sarathy.
9701 Branch: cfgperl
9702 !> op.c perl.c pod/perldiag.pod t/lib/b.t
f07cf794 9703____________________________________________________________________________
25fbdfc0
GS
9704[ 6016] By: jhi on 2000/04/28 22:46:14
9705 Log: Do not warn that an infinity does not look like a number.
9706 Branch: cfgperl
f07cf794
GS
9707 ! sv.c
9708____________________________________________________________________________
25fbdfc0
GS
9709[ 6015] By: gsar on 2000/04/28 22:35:49
9710 Log: tweak test for portability
f07cf794 9711 Branch: perl
25fbdfc0 9712 ! t/lib/b.t
f07cf794 9713____________________________________________________________________________
25fbdfc0
GS
9714[ 6014] By: gsar on 2000/04/28 22:05:31
9715 Log: glob() loading File::Glob behind the scenes may cause syntax errors
f07cf794 9716 Branch: perl
25fbdfc0 9717 ! op.c
f07cf794 9718____________________________________________________________________________
25fbdfc0
GS
9719[ 6013] By: gsar on 2000/04/28 21:25:22
9720 Log: tweak change#5945 to display correct switch name in diagnostic
f07cf794 9721 Branch: perl
25fbdfc0 9722 ! perl.c pod/perldiag.pod
f07cf794 9723____________________________________________________________________________
25fbdfc0 9724[ 6012] By: jhi on 2000/04/28 21:08:12
f07cf794
GS
9725 Log: Integrate with Sarathy.
9726 Branch: cfgperl
25fbdfc0
GS
9727 !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
9728 !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
9729 !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
f07cf794 9730____________________________________________________________________________
25fbdfc0
GS
9731[ 6011] By: jhi on 2000/04/28 21:04:46
9732 Log: &HUGE_VAL is not defined, it exists.
9733 Branch: cfgperl
9734 ! lib/Math/Complex.pm
9735____________________________________________________________________________
9736[ 6010] By: gsar on 2000/04/28 21:02:58
9737 Log: clarify note about shadow password support (from
9738 gellyfish@gellyfish.com)
f07cf794 9739 Branch: perl
25fbdfc0 9740 ! pod/perlfunc.pod
f07cf794 9741____________________________________________________________________________
25fbdfc0
GS
9742[ 6009] By: gsar on 2000/04/28 21:00:00
9743 Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
f07cf794 9744 Branch: perl
25fbdfc0 9745 ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
f07cf794 9746____________________________________________________________________________
25fbdfc0
GS
9747[ 6008] By: gsar on 2000/04/28 20:56:33
9748 Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
9749 Branch: perl
9750 ! installperl vms/subconfigure.com
f07cf794 9751____________________________________________________________________________
25fbdfc0
GS
9752[ 6007] By: gsar on 2000/04/28 20:51:21
9753 Log: note about compile failures and END blocks (from M.J.T. Guy)
9754 Branch: perl
9755 ! pod/perl56delta.pod pod/perlmod.pod
f07cf794 9756____________________________________________________________________________
25fbdfc0
GS
9757[ 6006] By: jhi on 2000/04/28 20:42:14
9758 Log: Regen Configure.
f07cf794 9759 Branch: cfgperl
25fbdfc0
GS
9760 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9761 ! config_h.SH
f07cf794 9762____________________________________________________________________________
25fbdfc0
GS
9763[ 6005] By: gsar on 2000/04/28 20:41:16
9764 Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
9b0c9623 9765 Branch: perl
25fbdfc0 9766 ! utils/perldoc.PL
9b0c9623 9767____________________________________________________________________________
25fbdfc0 9768[ 6004] By: jhi on 2000/04/28 20:28:21
9b0c9623
GS
9769 Log: Integrate with Sarathy.
9770 Branch: cfgperl
25fbdfc0
GS
9771 !> Configure INSTALL Porting/Glossary Porting/config.sh
9772 !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
9773 !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
9774 !> vos/config_h.SH_orig win32/config.bc win32/config.gc
9775 !> win32/config.vc win32/win32.c
9b0c9623 9776____________________________________________________________________________
25fbdfc0
GS
9777[ 6003] By: gsar on 2000/04/28 20:11:20
9778 Log: allow REG_EXPAND_SZ keys in Windows registry (from
9779 John Clayton <John.Clayton@barclayscapital.com>)
9b0c9623 9780 Branch: perl
25fbdfc0 9781 ! win32/win32.c
9b0c9623 9782____________________________________________________________________________
25fbdfc0
GS
9783[ 6002] By: gsar on 2000/04/28 19:34:16
9784 Log: destructive sv_setsv() can lose UV-ness from source, causing
9785 numeric promotions/comparisons to fail to do the right thing
9b0c9623 9786 Branch: perl
25fbdfc0 9787 ! sv.c
9b0c9623 9788____________________________________________________________________________
25fbdfc0
GS
9789[ 6001] By: gsar on 2000/04/28 18:44:15
9790 Log: support additional library locations via $Config{otherlibdirs}
9791 (from Andy Dougherty)
9b0c9623 9792 Branch: perl
25fbdfc0
GS
9793 ! Configure INSTALL Porting/Glossary Porting/config.sh
9794 ! Porting/config_H config_h.SH epoc/config.sh perl.c
9795 ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
9796 ! win32/config.bc win32/config.gc win32/config.vc
9b0c9623 9797____________________________________________________________________________
25fbdfc0
GS
9798[ 6000] By: gsar on 2000/04/28 18:26:58
9799 Log: reworked otherlibdirs.U (from Andy Dougherty)
9800 Branch: metaconfig
9801 ! U/installdirs/otherlibdirs.U
9b0c9623 9802____________________________________________________________________________
25fbdfc0
GS
9803[ 5999] By: gsar on 2000/04/28 18:17:07
9804 Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
9b0c9623 9805 Branch: perl
25fbdfc0
GS
9806 ! t/pragma/warn/toke toke.c
9807____________________________________________________________________________
9808[ 5998] By: jhi on 2000/04/28 13:32:17
9809 Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
9810 Branch: cfgperl
9811 ! lib/Math/Complex.pm
9812____________________________________________________________________________
9813[ 5997] By: jhi on 2000/04/28 13:14:04
9814 Log: Preserve $!.
9815 Branch: cfgperl
9816 ! lib/Math/Complex.pm
9b0c9623 9817____________________________________________________________________________
25fbdfc0 9818[ 5996] By: jhi on 2000/04/28 12:59:23
9b0c9623
GS
9819 Log: Integrate with Sarathy.
9820 Branch: cfgperl
25fbdfc0
GS
9821 +> pod/perlrequick.pod pod/perlretut.pod
9822 !> (integrate 51 files)
9823____________________________________________________________________________
9824[ 5995] By: gsar on 2000/04/28 09:37:36
9825 Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
9b0c9623 9826 Branch: perl
25fbdfc0 9827 ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
9b0c9623 9828____________________________________________________________________________
25fbdfc0
GS
9829[ 5994] By: gsar on 2000/04/28 09:33:26
9830 Log: fix for missed accounting for null byte in pack("Z",...) (from
9831 M.J.T. Guy)
9b0c9623 9832 Branch: perl
25fbdfc0 9833 ! pp.c t/op/pack.t
9b0c9623 9834____________________________________________________________________________
25fbdfc0
GS
9835[ 5993] By: gsar on 2000/04/28 09:30:05
9836 Log: various minor tweaks seen on p5p
9b0c9623 9837 Branch: perl
25fbdfc0 9838 ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
9b0c9623 9839____________________________________________________________________________
25fbdfc0
GS
9840[ 5992] By: gsar on 2000/04/28 09:08:19
9841 Log: pod nit (from Simon Cozens)
9b0c9623 9842 Branch: perl
25fbdfc0 9843 ! pod/perlop.pod
9b0c9623 9844____________________________________________________________________________
25fbdfc0
GS
9845[ 5991] By: gsar on 2000/04/28 09:06:36
9846 Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
9847 Branch: perl
9848 ! README.posix-bc hints/posix-bc.sh
9b0c9623 9849____________________________________________________________________________
25fbdfc0
GS
9850[ 5990] By: gsar on 2000/04/28 08:54:52
9851 Log: use $ENV{LIB} to search for libs under Visual C compiler
9852 on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
9b0c9623 9853 Branch: perl
25fbdfc0 9854 ! lib/ExtUtils/Liblist.pm
9b0c9623 9855____________________________________________________________________________
25fbdfc0
GS
9856[ 5989] By: gsar on 2000/04/28 08:27:12
9857 Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
9858 itself and no other (from Tom Hughes)
9859 Branch: perl
9860 ! t/op/array.t toke.c
9b0c9623 9861____________________________________________________________________________
25fbdfc0
GS
9862[ 5988] By: gsar on 2000/04/28 08:01:38
9863 Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
9864 <paul@miraclefish.com>)
9b0c9623 9865 Branch: perl
25fbdfc0 9866 ! lib/ExtUtils/MakeMaker.pm
9b0c9623 9867____________________________________________________________________________
25fbdfc0
GS
9868[ 5987] By: gsar on 2000/04/28 07:53:09
9869 Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
9870 Branch: perl
9871 ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
9b0c9623 9872____________________________________________________________________________
25fbdfc0
GS
9873[ 5986] By: gsar on 2000/04/28 07:44:17
9874 Log: add regular expressions tutorial and quick-start guide (from
9875 Mark Kvale <kvale@phy.ucsf.edu>)
9b0c9623 9876 Branch: perl
25fbdfc0
GS
9877 + pod/perlrequick.pod pod/perlretut.pod
9878 ! AUTHORS MAINTAIN MANIFEST
9b0c9623 9879____________________________________________________________________________
25fbdfc0
GS
9880[ 5985] By: gsar on 2000/04/28 07:30:28
9881 Log: forked child may not exit correctly if it failed to open
9882 /dev/console (from Graham Barr)
9883 Branch: perl
9884 ! ext/Sys/Syslog/Syslog.pm
9b0c9623 9885____________________________________________________________________________
25fbdfc0
GS
9886[ 5984] By: gsar on 2000/04/28 07:27:20
9887 Log: attributes::reftype() doesn't work on tied argument
9888 Branch: perl
9889 ! xsutils.c
9b0c9623 9890____________________________________________________________________________
25fbdfc0
GS
9891[ 5983] By: gsar on 2000/04/28 07:15:04
9892 Log: numeric conversion of non-number in change#3378 tramples on
9893 OOK offset, causing segfaults
9894 Branch: perl
9895 ! sv.c
9b0c9623 9896____________________________________________________________________________
25fbdfc0
GS
9897[ 5982] By: gsar on 2000/04/28 04:48:25
9898 Log: avoid error in IO::Socket::INET when given an unknown service name
9899 with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
9900 Branch: perl
9901 ! ext/IO/lib/IO/Socket/INET.pm
9b0c9623 9902____________________________________________________________________________
25fbdfc0
GS
9903[ 5981] By: gsar on 2000/04/28 04:31:31
9904 Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
9905 prototype mismatch with CORE::glob(); update pod and tests to
9906 suit (File::Glob::glob() is still available for backward
9907 compatibility, but should be considered deprecated)
9b0c9623 9908 Branch: perl
25fbdfc0
GS
9909 ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
9910 ! t/lib/glob-taint.t
9b0c9623 9911____________________________________________________________________________
25fbdfc0
GS
9912[ 5980] By: gsar on 2000/04/28 03:47:29
9913 Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
9914 <ghudson@mit.edu>)
9915 Branch: metaconfig
9916 ! U/modified/Options.U
9917 Branch: perl
9918 ! Configure
9b0c9623 9919____________________________________________________________________________
25fbdfc0
GS
9920[ 5979] By: gsar on 2000/04/28 03:07:54
9921 Log: under useithreads, constant pad entries could inadvertantly be
9922 shared across threads (from Eric Blood <eblood@xmission.com>);
9923 added Eric's test case to testsuite
9b0c9623 9924 Branch: perl
25fbdfc0 9925 ! op.c t/op/misc.t
9b0c9623 9926____________________________________________________________________________
25fbdfc0
GS
9927[ 5978] By: gsar on 2000/04/27 21:13:00
9928 Log: sync version numbers in File::Spec with the ones on CPAN
9929 (from Barrie Slaymaker)
9b0c9623 9930 Branch: perl
25fbdfc0
GS
9931 ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
9932 ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
9933 ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
9b0c9623 9934____________________________________________________________________________
25fbdfc0
GS
9935[ 5977] By: gsar on 2000/04/27 21:07:29
9936 Log: autoquote barewords followed by newline and arrow properly
9937 (variant of fix suggested by Rick Delaney and M.J.T. Guy)
9b0c9623 9938 Branch: perl
25fbdfc0 9939 ! t/pragma/warn/toke toke.c
9b0c9623 9940____________________________________________________________________________
25fbdfc0
GS
9941[ 5976] By: gsar on 2000/04/27 20:41:20
9942 Log: DB_File v1.73 update (from Paul Marquess)
9943 Branch: perl
9944 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
9945 ! ext/DB_File/DB_File.xs ext/DB_File/version.c
9b0c9623 9946____________________________________________________________________________
25fbdfc0
GS
9947[ 5975] By: gsar on 2000/04/27 20:34:24
9948 Log: allow sort() reentrancy (variant of patch suggested by
9949 Hugo van der Sanden)
9b0c9623 9950 Branch: perl
25fbdfc0 9951 ! pp_ctl.c t/op/sort.t
9b0c9623 9952____________________________________________________________________________
25fbdfc0
GS
9953[ 5974] By: gsar on 2000/04/27 19:46:57
9954 Log: change#4197 somehow missed initializing PL_errors, meaning
9955 sytax error queueing wasn't working outside eval"" at all;
9956 also fixed eval"" to localize PL_error_count, so that compile-time
9957 eval's don't clobber the error state of the outer context
9b0c9623 9958 Branch: perl
25fbdfc0
GS
9959 ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
9960 ! t/pragma/warn/toke
9b0c9623 9961____________________________________________________________________________
25fbdfc0
GS
9962[ 5973] By: gsar on 2000/04/27 18:29:05
9963 Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
9964 Branch: perl
9965 ! regcomp.c regexec.c t/op/re_tests
9b0c9623 9966____________________________________________________________________________
25fbdfc0 9967[ 5972] By: jhi on 2000/04/27 18:22:41
9b0c9623
GS
9968 Log: Integrate with Sarathy.
9969 Branch: cfgperl
25fbdfc0
GS
9970 +> t/lib/b.t t/lib/syslog.t
9971 !> (integrate 31 files)
9b0c9623 9972____________________________________________________________________________
25fbdfc0
GS
9973[ 5971] By: jhi on 2000/04/27 18:18:46
9974 Log: Unicos tweaks from Mark P. Lutz.
9b0c9623 9975 Branch: cfgperl
25fbdfc0 9976 ! hints/unicos.sh lib/Math/Complex.pm
9b0c9623 9977____________________________________________________________________________
25fbdfc0
GS
9978[ 5970] By: gsar on 2000/04/27 18:05:11
9979 Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
9980 IV is >32bits
9b0c9623 9981 Branch: perl
25fbdfc0 9982 ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
9b0c9623 9983____________________________________________________________________________
25fbdfc0
GS
9984[ 5969] By: gsar on 2000/04/27 17:50:56
9985 Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
9b0c9623 9986 Branch: perl
25fbdfc0
GS
9987 + t/lib/syslog.t
9988 ! MANIFEST ext/Sys/Syslog/Syslog.pm
9b0c9623 9989____________________________________________________________________________
25fbdfc0
GS
9990[ 5968] By: gsar on 2000/04/27 17:44:49
9991 Log: tolerate spaces in group names in test on solaris (from David Boyce
9992 <dsb@boyski.com>)
9b0c9623 9993 Branch: perl
25fbdfc0 9994 ! t/op/groups.t
9b0c9623 9995____________________________________________________________________________
25fbdfc0
GS
9996[ 5967] By: gsar on 2000/04/27 17:41:22
9997 Log: improved docs on the warn_uninit diagnostic (from David Glasser
9998 and Simon Cozens)
9b0c9623 9999 Branch: perl
25fbdfc0 10000 ! pod/perldiag.pod
9b0c9623 10001____________________________________________________________________________
25fbdfc0
GS
10002[ 5966] By: gsar on 2000/04/27 16:54:58
10003 Log: add testsuite for B backends, fix bug in B::Deparse (from
10004 Simon Cozens <simon@brecon.co.uk>)
9b0c9623 10005 Branch: perl
25fbdfc0
GS
10006 + t/lib/b.t
10007 ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
9b0c9623 10008____________________________________________________________________________
25fbdfc0
GS
10009[ 5965] By: gsar on 2000/04/27 16:10:37
10010 Log: avoid "will not stay shared" warnings for our variables (from
10011 Robin Barker)
9b0c9623 10012 Branch: perl
25fbdfc0 10013 ! op.c t/pragma/warn/op
9b0c9623 10014____________________________________________________________________________
25fbdfc0
GS
10015[ 5964] By: gsar on 2000/04/27 07:05:05
10016 Log: reformat to 72 columns (again)
9b0c9623 10017 Branch: perl
25fbdfc0 10018 ! pod/perldiag.pod
9b0c9623 10019____________________________________________________________________________
25fbdfc0
GS
10020[ 5963] By: gsar on 2000/04/27 06:28:31
10021 Log: patch from Larry to make (\&) prototype work; added tests for
10022 the same
9b0c9623 10023 Branch: perl
25fbdfc0 10024 ! op.c t/comp/proto.t
9b0c9623 10025____________________________________________________________________________
25fbdfc0
GS
10026[ 5962] By: gsar on 2000/04/27 06:15:47
10027 Log: updated README.hpux (from Jeff Okamoto)
9b0c9623 10028 Branch: perl
25fbdfc0 10029 ! README.hpux
9b0c9623 10030____________________________________________________________________________
25fbdfc0
GS
10031[ 5961] By: gsar on 2000/04/27 05:55:03
10032 Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
9b0c9623 10033 Branch: perl
25fbdfc0 10034 ! emacs/cperl-mode.el
9b0c9623 10035____________________________________________________________________________
25fbdfc0
GS
10036[ 5960] By: gsar on 2000/04/27 05:49:26
10037 Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
9b0c9623 10038 Branch: perl
25fbdfc0 10039 ! INSTALL
9b0c9623 10040____________________________________________________________________________
25fbdfc0
GS
10041[ 5959] By: gsar on 2000/04/27 05:33:41
10042 Log: doubled words in pods (from Simon Cozens
10043 <simon.p.cozens@jp.pwcglobal.com>)
9b0c9623 10044 Branch: perl
25fbdfc0
GS
10045 ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
10046 ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
10047 ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
10048 ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
10049 ! pod/perltootc.pod
9b0c9623 10050____________________________________________________________________________
25fbdfc0
GS
10051[ 5958] By: gsar on 2000/04/27 05:11:39
10052 Log: change#3569 deleted some essential code, revert; avoid use of
10053 atexit() to make DynaLoader work properly on AIX under mod_perl
10054 (from Jens-Uwe Mager <jum@helios.de>)
9b0c9623 10055 Branch: perl
25fbdfc0 10056 ! ext/DynaLoader/dl_aix.xs
9b0c9623 10057____________________________________________________________________________
25fbdfc0
GS
10058[ 5957] By: gsar on 2000/04/27 04:54:51
10059 Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
9b0c9623 10060 Branch: perl
25fbdfc0 10061 ! pod/perlmod.pod
9b0c9623 10062____________________________________________________________________________
25fbdfc0
GS
10063[ 5956] By: gsar on 2000/04/27 04:51:47
10064 Log: better diagnostics on failed tests (from Ilya Zakharevich)
9b0c9623 10065 Branch: perl
25fbdfc0 10066 ! t/op/lex_assign.t
9b0c9623 10067____________________________________________________________________________
25fbdfc0
GS
10068[ 5955] By: gsar on 2000/04/27 04:26:44
10069 Log: longstanding bug exposed by change#3307: sort arguments weren't
10070 compiled with the right wantarray context (ensuing runtime lookup
10071 via block_gimme() was getting the incidental context of the
10072 sort() itself)
9b0c9623 10073 Branch: perl
25fbdfc0 10074 ! op.c t/op/sort.t
9b0c9623 10075____________________________________________________________________________
25fbdfc0
GS
10076[ 5954] By: gsar on 2000/04/26 23:42:12
10077 Log: integrate cfgperl contents into mainline
9b0c9623 10078 Branch: perl
25fbdfc0 10079 !> (integrate 30 files)
9b0c9623 10080____________________________________________________________________________
25fbdfc0
GS
10081[ 5953] By: jhi on 2000/04/26 23:06:42
10082 Log: Integrate with Sarathy.
10083 Branch: cfgperl
10084 !> README.win32 ext/B/B/Deparse.pm
10085 !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
10086 !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
10087 !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
10088 !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
10089 !> utils/perldoc.PL vms/perlvms.pod
10090____________________________________________________________________________
10091[ 5952] By: jhi on 2000/04/26 23:03:46
10092 Log: Undo "use integer" addition from 64bitint as it seems
10093 to break most of the subtests in Digital UNIX;
10094 Unicos needs to find another way.
9b0c9623 10095 Branch: cfgperl
25fbdfc0 10096 ! t/op/64bitint.t
9b0c9623 10097____________________________________________________________________________
25fbdfc0
GS
10098[ 5951] By: jhi on 2000/04/26 22:57:53
10099 Log: Be more robust on "extreme" (large absolute value)
10100 arguments. Originally reported by Daniel Connelly
10101 as a problem with asinh() on large negative arguments,
10102 asinh() used to bail out because an argument to log()
10103 ended up being zero. Ilya Zakharevich proposed using
10104 Taylor's series in such cases, which for such large
10105 arguments is a very good approximation.
9b0c9623 10106 Branch: cfgperl
25fbdfc0 10107 ! lib/Math/Complex.pm t/lib/complex.t
9b0c9623 10108____________________________________________________________________________
25fbdfc0
GS
10109[ 5950] By: gsar on 2000/04/25 19:13:12
10110 Log: reformat perldiag to avoid long lines
9b0c9623 10111 Branch: perl
25fbdfc0 10112 ! pod/perldiag.pod
9b0c9623 10113____________________________________________________________________________
25fbdfc0
GS
10114[ 5949] By: gsar on 2000/04/25 18:41:11
10115 Log: make perldoc use the pod2man from the same version (from
10116 M.J.T. Guy)
10117 Branch: perl
10118 ! utils/perldoc.PL
9b0c9623 10119____________________________________________________________________________
25fbdfc0
GS
10120[ 5948] By: gsar on 2000/04/25 18:21:57
10121 Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
10122 <kompas@kompas.usr.onet.pl>)
9b0c9623 10123 Branch: perl
25fbdfc0 10124 ! lib/vars.pm
9b0c9623 10125____________________________________________________________________________
25fbdfc0
GS
10126[ 5947] By: gsar on 2000/04/25 18:11:53
10127 Log: use &dl_error rather than &dl_load_file as the guard for calling
10128 boot_DynaLoader() (meant to fix dl_error() redefined warnings in
10129 statically built perl)
10130 Branch: perl
10131 ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
9b0c9623 10132____________________________________________________________________________
25fbdfc0
GS
10133[ 5946] By: jhi on 2000/04/25 17:37:54
10134 Log: Document that tr() is not tr(1).
9b0c9623 10135 Branch: cfgperl
25fbdfc0 10136 ! pod/perlop.pod
9b0c9623 10137____________________________________________________________________________
25fbdfc0
GS
10138[ 5945] By: gsar on 2000/04/25 16:34:33
10139 Log: make module name mandatory after -M switch; reorder perldiag
10140 alphabetically (from Mark-Jason Dominus)
9b0c9623 10141 Branch: perl
25fbdfc0 10142 ! perl.c pod/perldiag.pod
9b0c9623 10143____________________________________________________________________________
25fbdfc0
GS
10144[ 5944] By: jhi on 2000/04/25 01:15:18
10145 Log: On second thoughts frexp() does have two arguments.
9b0c9623
GS
10146 Branch: cfgperl
10147 ! perl.h
10148____________________________________________________________________________
25fbdfc0
GS
10149[ 5943] By: jhi on 2000/04/24 22:56:32
10150 Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
10151 Now pp_ncmp() returns undef is either operand is a NaN.
9b0c9623 10152 Branch: cfgperl
25fbdfc0
GS
10153 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10154 ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
10155 ! vms/subconfigure.com vos/config.def vos/config.h
10156 ! vos/config_h.SH_orig win32/config.bc win32/config.gc
10157 ! win32/config.vc win32/config_H.bc win32/config_H.gc
10158 ! win32/config_H.vc
10159 Branch: metaconfig/U/perl
10160 + d_modfl.U
9b0c9623 10161____________________________________________________________________________
25fbdfc0
GS
10162[ 5942] By: jhi on 2000/04/24 19:45:17
10163 Log: Regen Configure to match #5937.
10164 Branch: cfgperl
10165 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10166 ! config_h.SH
10167 Branch: metaconfig
10168 ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
9b0c9623 10169____________________________________________________________________________
25fbdfc0
GS
10170[ 5941] By: jhi on 2000/04/24 19:24:11
10171 Log: Further Unicos fixes for Mark Lutz.
10172 Branch: cfgperl
10173 ! hints/unicos.sh pp_ctl.c
9b0c9623 10174____________________________________________________________________________
25fbdfc0
GS
10175[ 5940] By: jhi on 2000/04/24 19:09:06
10176 Log: Various Unicos 10.0.0.6 fixes.
10177
10178 Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
10179 From: Mark P Lutz <tecmpl1@triton.ca.boeing.com>
10180 Reply-To: tecmpl1@triton.ca.boeing.com
10181 To: perl5-porters@perl.org
10182 Date: Fri, 14 Apr 2000 20:21:00 GMT
10183 Message-Id: <200004142021.UAA36232@triton.ca.boeing.com>
10184 Branch: cfgperl
10185 ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
9b0c9623 10186____________________________________________________________________________
25fbdfc0
GS
10187[ 5939] By: gsar on 2000/04/24 19:01:24
10188 Log: more pod nits (from Larry Virden)
9b0c9623 10189 Branch: perl
25fbdfc0
GS
10190 ! README.win32 pod/perlsub.pod pod/perlsyn.pod
10191 ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
10192 ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
9b0c9623 10193____________________________________________________________________________
25fbdfc0
GS
10194[ 5938] By: gsar on 2000/04/24 18:54:01
10195 Log: Consolidated B::Deparse fixes (from Stephen McCamant)
9b0c9623 10196 Branch: perl
25fbdfc0 10197 ! ext/B/B/Deparse.pm
9b0c9623 10198____________________________________________________________________________
25fbdfc0
GS
10199[ 5937] By: jhi on 2000/04/24 17:39:00
10200 Log: Integrate with Sarathy.
9b0c9623 10201 Branch: cfgperl
25fbdfc0
GS
10202 +> (branch 31 files)
10203 !> (integrate 73 files)
9b0c9623 10204____________________________________________________________________________
25fbdfc0
GS
10205[ 5936] By: gsar on 2000/04/24 17:30:06
10206 Log: additional tests for change#5934 (from Paul Marquess, who also
10207 sent in the same fix)
10208 Branch: perl
10209 ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
10210 ! t/pragma/warn/5nolint t/pragma/warn/6default
9b0c9623 10211____________________________________________________________________________
25fbdfc0
GS
10212[ 5935] By: jhi on 2000/04/24 17:26:05
10213 Log: Do not assume sign propagation.
10214 Subject: [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
10215 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
10216 To: payner@ncifcrf.gov, perl5-porters@perl.org
10217 Date: Tue, 18 Apr 2000 18:24:49 +0100
10218 Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk>
9b0c9623 10219 Branch: cfgperl
25fbdfc0 10220 ! t/op/bop.t t/op/misc.t
9b0c9623 10221____________________________________________________________________________
25fbdfc0
GS
10222[ 5934] By: gsar on 2000/04/24 17:16:54
10223 Log: propagate lexical warnings from surrounding scope correctly
10224 within string eval()
9b0c9623 10225 Branch: perl
25fbdfc0 10226 ! pp_ctl.c t/pragma/warn/pp_ctl
9b0c9623 10227____________________________________________________________________________
25fbdfc0
GS
10228[ 5933] By: jhi on 2000/04/24 17:01:07
10229 Log: Flatten the cpp jungle doing the nosuid checking.
9b0c9623 10230 Branch: cfgperl
25fbdfc0 10231 ! perl.c
9b0c9623 10232____________________________________________________________________________
25fbdfc0
GS
10233[ 5932] By: gsar on 2000/04/24 09:08:14
10234 Log: add rsignal(), whichsig() and do_join() to public API list
10235 (mod_perl uses them to good advantage)
9b0c9623 10236 Branch: perl
25fbdfc0 10237 ! embed.pl global.sym objXSUB.h perlapi.c proto.h
9b0c9623 10238____________________________________________________________________________
25fbdfc0
GS
10239[ 5931] By: gsar on 2000/04/24 09:01:40
10240 Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
c47ff5f1 10241 Branch: perl
25fbdfc0 10242 ! pp_hot.c regexec.c t/op/pat.t
c47ff5f1 10243____________________________________________________________________________
25fbdfc0
GS
10244[ 5930] By: gsar on 2000/04/24 08:58:33
10245 Log: small os390 tweaks (from Peter Prymmer)
c47ff5f1 10246 Branch: perl
25fbdfc0 10247 ! config_h.SH makedepend.SH
c47ff5f1 10248____________________________________________________________________________
25fbdfc0
GS
10249[ 5929] By: gsar on 2000/04/24 08:55:25
10250 Log: pod nits
c47ff5f1 10251 Branch: perl
25fbdfc0 10252 ! pod/perlguts.pod
c47ff5f1 10253____________________________________________________________________________
25fbdfc0
GS
10254[ 5928] By: gsar on 2000/04/24 08:50:13
10255 Log: revert change#5923 ("breaks" t/lib/io_poll.t)
c47ff5f1 10256 Branch: perl
25fbdfc0 10257 ! ext/IO/lib/IO/Poll.pm
c47ff5f1 10258____________________________________________________________________________
25fbdfc0
GS
10259[ 5927] By: gsar on 2000/04/24 08:43:24
10260 Log: arrange for next() to resume at the unstack op rather than the
10261 loop conditional, so that scope cleanup happens correctly
10262 (from Stephen McCamant)
c47ff5f1 10263 Branch: perl
25fbdfc0 10264 ! op.c pp_ctl.c t/op/misc.t
c47ff5f1 10265____________________________________________________________________________
25fbdfc0
GS
10266[ 5926] By: gsar on 2000/04/24 08:18:40
10267 Log: on windows, reserve 16M of stack rather than 128M (allows more
10268 threads to run concurrently)
c47ff5f1 10269 Branch: perl
25fbdfc0 10270 ! win32/Makefile win32/makefile.mk
c47ff5f1 10271____________________________________________________________________________
25fbdfc0
GS
10272[ 5925] By: gsar on 2000/04/24 08:13:52
10273 Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
c47ff5f1 10274 Branch: perl
25fbdfc0 10275 ! toke.c
c47ff5f1 10276____________________________________________________________________________
25fbdfc0
GS
10277[ 5924] By: gsar on 2000/04/24 08:08:59
10278 Log: avoid using uninitialized memory in require version check
c47ff5f1 10279 Branch: perl
25fbdfc0 10280 ! pp_ctl.c universal.c
c47ff5f1 10281____________________________________________________________________________
25fbdfc0
GS
10282[ 5923] By: gsar on 2000/04/24 07:20:14
10283 Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
c47ff5f1 10284 Branch: perl
25fbdfc0 10285 ! ext/IO/lib/IO/Poll.pm
c47ff5f1 10286____________________________________________________________________________
25fbdfc0
GS
10287[ 5922] By: gsar on 2000/04/24 07:08:42
10288 Log: commentary about IoTYPE() (from Nathan Torkington)
c47ff5f1 10289 Branch: perl
25fbdfc0 10290 ! sv.h
c47ff5f1 10291____________________________________________________________________________
25fbdfc0
GS
10292[ 5921] By: gsar on 2000/04/24 06:58:26
10293 Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
10294 by fix
c47ff5f1 10295 Branch: perl
25fbdfc0 10296 ! sv.c t/lib/charnames.t t/pragma/utf8.t
c47ff5f1 10297____________________________________________________________________________
25fbdfc0
GS
10298[ 5920] By: gsar on 2000/04/24 06:37:59
10299 Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
c47ff5f1 10300 Branch: perl
25fbdfc0 10301 ! doop.c t/op/ver.t
c47ff5f1 10302____________________________________________________________________________
25fbdfc0
GS
10303[ 5919] By: gsar on 2000/04/24 06:21:58
10304 Log: Configure might miss old directories when prefix must be
10305 expanded (from Robin Barker)
10306 Branch: metaconfig
10307 ! U/installdirs/inc_version_list.U
c47ff5f1 10308 Branch: perl
25fbdfc0 10309 ! Configure
c47ff5f1 10310____________________________________________________________________________
25fbdfc0
GS
10311[ 5918] By: gsar on 2000/04/24 06:16:11
10312 Log: VMS nits in glob() test (from Charles Lane)
c47ff5f1 10313 Branch: perl
25fbdfc0 10314 ! t/lib/glob-basic.t
c47ff5f1 10315____________________________________________________________________________
25fbdfc0
GS
10316[ 5917] By: gsar on 2000/04/24 06:11:56
10317 Log: various pod nits (from Larry Virden and others)
c47ff5f1 10318 Branch: perl
25fbdfc0
GS
10319 ! README.amiga README.hpux README.machten README.os2
10320 ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
10321 ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
10322 ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
10323 ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
10324 ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
10325 ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
10326 ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
10327 ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
c47ff5f1 10328____________________________________________________________________________
25fbdfc0
GS
10329[ 5916] By: gsar on 2000/04/24 05:52:43
10330 Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
10331 <wjones@tc.fluke.com>)
10332 Branch: perl
10333 ! t/lib/glob-basic.t
c47ff5f1 10334____________________________________________________________________________
25fbdfc0
GS
10335[ 5915] By: gsar on 2000/04/24 05:07:01
10336 Log: supported platforms mixed up
c47ff5f1 10337 Branch: perl
25fbdfc0 10338 ! pod/perl56delta.pod pod/perlport.pod
c47ff5f1 10339____________________________________________________________________________
25fbdfc0
GS
10340[ 5914] By: gsar on 2000/04/24 04:56:08
10341 Log: caller() wasn't returning the right number of elements for
10342 eval {...}
c47ff5f1 10343 Branch: perl
25fbdfc0 10344 ! pp_ctl.c t/pragma/warn/9enabled
c47ff5f1 10345____________________________________________________________________________
25fbdfc0
GS
10346[ 5913] By: gsar on 2000/04/24 04:35:41
10347 Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
10348 Mark-Jason Dominus)
10349 Branch: perl
10350 ! pod/perlfunc.pod
c47ff5f1 10351____________________________________________________________________________
25fbdfc0
GS
10352[ 5912] By: gsar on 2000/04/24 04:17:15
10353 Log: fix totally broken caching in UNIVERSAL::isa() (from
10354 Nick Ing-Simmons)
10355 Branch: perl
10356 ! t/op/universal.t universal.c
10357____________________________________________________________________________
10358[ 5911] By: gsar on 2000/04/24 03:39:47
10359 Log: add linebreak properties from unicode/LineBrk.txt (from
10360 Dave Hartnoll <Dave_Hartnoll@3b2.com>)
10361 Branch: perl
10362 + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
10363 + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
10364 + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
10365 + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
10366 + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
10367 + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
10368 + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
10369 + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
10370 + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
10371 + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
10372 + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
10373 + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
10374 + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
10375 + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
10376 + lib/unicode/Is/LbrkZW.pl
10377 ! lib/unicode/mktables.PL
c47ff5f1 10378____________________________________________________________________________
25fbdfc0
GS
10379[ 5910] By: gsar on 2000/04/24 03:23:10
10380 Log: typo in pod
c47ff5f1 10381 Branch: perl
25fbdfc0 10382 ! ext/Thread/Thread.pm
c47ff5f1 10383____________________________________________________________________________
25fbdfc0
GS
10384[ 5909] By: gsar on 2000/04/24 03:22:03
10385 Log: mode argument to do_binmode() should be file mode, not boolean
c47ff5f1 10386 Branch: perl
25fbdfc0 10387 ! pp_sys.c
c47ff5f1 10388____________________________________________________________________________
25fbdfc0
GS
10389[ 5908] By: gsar on 2000/04/16 16:51:08
10390 Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
10391 always returns a valid GV even when the symbol is trapped by strictures
10392 (avoids coredumps)
10393
10394 TODO: the C<package;> hack needs similar treatment
c47ff5f1 10395 Branch: perl
25fbdfc0
GS
10396 ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
10397 ! t/pragma/strict-vars
c47ff5f1 10398____________________________________________________________________________
25fbdfc0
GS
10399[ 5907] By: jhi on 2000/03/31 23:42:56
10400 Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
10401 an assumption which #5905 demolished.
c47ff5f1 10402 Branch: cfgperl
25fbdfc0 10403 ! pp_sys.c
fe6f1558 10404____________________________________________________________________________
25fbdfc0
GS
10405[ 5906] By: jhi on 2000/03/31 18:54:37
10406 Log: Typo in #5905.
fe6f1558 10407 Branch: cfgperl
25fbdfc0 10408 ! t/op/64bitint.t
fe6f1558 10409____________________________________________________________________________
25fbdfc0
GS
10410[ 5905] By: jhi on 2000/03/31 18:50:54
10411 Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
10412 reported by Joseph N. Hall. The bug was that even with use64bitint
10413 one had to use the prefixes q, L, or ll with printf/sprintf,
10414 contrary to the documentation and common sense.
fe6f1558 10415 Branch: cfgperl
25fbdfc0 10416 ! sv.c t/op/64bitint.t
fe6f1558 10417____________________________________________________________________________
25fbdfc0
GS
10418[ 5904] By: gsar on 2000/03/28 02:31:32
10419 Log: add Changes, perldelta.pod
fe6f1558 10420 Branch: perl
25fbdfc0 10421 + Changes pod/perldelta.pod
fe6f1558 10422____________________________________________________________________________
25fbdfc0
GS
10423[ 5903] By: gsar on 2000/03/28 02:03:55
10424 Log: rename Changes and perldelta.pod
fe6f1558 10425 Branch: perl
25fbdfc0
GS
10426 +> Changes5.6 pod/perl56delta.pod
10427 - Changes pod/perldelta.pod
10428 ! MANIFEST
fe6f1558 10429____________________________________________________________________________
25fbdfc0
GS
10430[ 5902] By: gsar on 2000/03/28 01:59:14
10431 Log: create maint-5.6 branch
10432 Branch: maint-5.6/perl
10433 +> (branch 1611 files)
fe6f1558 10434____________________________________________________________________________
25fbdfc0 10435[ 5901] By: jhi on 2000/03/23 05:48:43
fe6f1558
GS
10436 Log: Integrate with Sarathy.
10437 Branch: cfgperl
25fbdfc0 10438 !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
fe6f1558 10439____________________________________________________________________________
25fbdfc0
GS
10440[ 5900] By: gsar on 2000/03/23 05:42:43
10441 Log: three guesses on what this is :-)
fe6f1558 10442 Branch: perl
25fbdfc0 10443 ! Changes