This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update Changes.
[perl5.git] / Changes
CommitLineData
cc0fca54
GS
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
c1576c9f 15current addresses (as of August 2000):
cc0fca54
GS
16
17 Gisle Aas <gisle@aas.no>
3d6b3824 18 Abigail <abigail@foad.org>
cc0fca54
GS
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>
26 Tom Christiansen <tchrist@perl.com>
f71bacb4 27 Simon Cozens <simon@brecon.co.uk>
cc0fca54
GS
28 Mark-Jason Dominus <mjd@plover.com>
29 Jan Dubois <jand@activestate.com>
30 Dominic Dunlop <domo@computer.org>
31 Eric Fifer <efifer@sanwaint.com>
32 Hallvard B Furuseth <h.b.furuseth@usit.uio.no>
33 M. J. T. Guy <mjtg@cus.cam.ac.uk>
cc0fca54
GS
34 Tom Hughes <tom@compton.nu>
35 Nick Ing-Simmons <nik@tiuk.ti.com>
36 Andreas Koenig <a.koenig@mind.de>
37 Douglas Lankshear <dougl@activestate.com>
c1576c9f 38 Doug MacEachern <dougm@covalent.net>
cc0fca54
GS
39 Raphael Manfredi <Raphael.Manfredi@st.com>
40 Paul Marquess <Paul.Marquess@btinternet.com>
41 Stephen McCamant <alias@mcs.com>
42 Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
43 Hans Mulder <hansmu@xs4all.nl>
44 Chris Nandor <pudge@pobox.com>
45 Matthias Neeracher <neeri@iis.ee.ethz.ch>
46 Jeff Okamoto <okamoto@hpcc123.corp.hp.com>
47 Ulrich Pfeifer <pfeifer@charly.informatik.uni-dortmund.de>
48 Tom Phoenix <rootbeer@teleport.com>
c1576c9f 49 Stephen Potter <spp@ds.net>
cc0fca54
GS
50 Joshua Pritikin <joshua.pritikin@db.com>
51 Peter Prymmer <pvhp@forte.com>
52 Norbert Pueschel <pueschel@imsdd.meb.uni-bonn.de>
53 Dean Roehrich <roehrich@cray.com>
c1576c9f 54 Hugo van der Sanden <hv@crypt.demon.co.uk>
cc0fca54
GS
55 Michael G Schwern <schwern@pobox.com>
56 Roderick Schertler <roderick@argon.org>
57 Kurt D. Starsinic <kstar@chapin.edu>
58 Benjamin Stuhl <sho_pi@hotmail.com>
c1576c9f 59 Dan Sugalski <dan@sidhe.org>
cc0fca54
GS
60 Nathan Torkington <gnat@frii.com>
61 Larry W. Virden <lvirden@cas.org>
62 Johan Vromans <jvromans@squirrel.nl>
63 Ilya Zakharevich <ilya@math.ohio-state.edu>
64
65And the Keepers of the Patch Pumpkin:
66
67 Charles Bailey <bailey@newman.upenn.edu>
68 Graham Barr <gbarr@ti.com>
69 Malcolm Beattie <mbeattie@sable.ox.ac.uk>
70 Tim Bunce <Tim.Bunce@ig.co.uk>
71 Andy Dougherty <doughera@lafcol.lafayette.edu>
c1576c9f 72 Jarkko Hietaniemi <jhi@iki.fi>
cc0fca54
GS
73 Gurusamy Sarathy <gsar@activestate.com>
74 Chip Salzenberg <chip@perl.com>
75
76And, of course, the Author of Perl:
77
78 Larry Wall <larry@wall.org>
79
80
81NOTE: Each change entry shows the change number; who checked it into the
82repository; when; description of the change; which branch the change
83happened in; and the affected files. The file lists have a short symbolic
84indicator:
85
86 ! modified
87 + added
88 - deleted
89 +> branched (from elsewhere)
90 !> merged changes (from elsewhere)
91
92
93--------------
94Version v5.7.0 Development release working toward v5.8
95--------------
fe6f1558
GS
96
97____________________________________________________________________________
da352bc5
JH
98[ 6735] By: jhi on 2000/08/21 02:57:20
99 Log: Draft 0.
100 Branch: perl
101 ! pod/perldelta.pod
102____________________________________________________________________________
103[ 6734] By: jhi on 2000/08/21 02:57:03
104 Log: Add Storable 0.7.2 from Raphael Manfredi,
105 plus the patch from
106
107 Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
108 From: Radu Greab <radu@netsoft.ro>
109 Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
110 Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
111
112 plus changes to get Storable to compile with
113 picky ANSI compilers.
114 Branch: perl
115 + ext/Storable/ChangeLog ext/Storable/MANIFEST
116 + ext/Storable/Makefile.PL ext/Storable/README
117 + ext/Storable/Storable.pm ext/Storable/Storable.xs
118 + ext/Storable/patchlevel.h t/lib/st-06compat.t
119 + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
120 + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
121 + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
122 + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
123 + t/lib/st-tieditems.t
124 ! MANIFEST
125____________________________________________________________________________
126[ 6733] By: jhi on 2000/08/21 02:29:09
127 Log: The correct cleaning order is an art.
128 Branch: perl
129 ! Makefile.SH
130____________________________________________________________________________
131[ 6732] By: jhi on 2000/08/21 01:23:39
132 Log: The #6724 is here.
133 Branch: perl
134 ! t/lib/ftmp-security.t
135____________________________________________________________________________
136[ 6731] By: jhi on 2000/08/20 23:17:03
137 Log: s/this one/the 5.6.0 release/
138 Branch: perl
139 ! pod/perl56delta.pod
140____________________________________________________________________________
141[ 6730] By: jhi on 2000/08/20 23:07:34
142 Log: Mention perlebcdic and perlposix-bc.
143 Branch: perl
144 ! pod/perlport.pod
145____________________________________________________________________________
146[ 6729] By: jhi on 2000/08/20 21:32:59
147 Log: Document the number of exponent digits.
148 Branch: perl
149 ! pod/perlfunc.pod
150____________________________________________________________________________
151[ 6728] By: jhi on 2000/08/20 21:16:47
152 Log: Use File::Spec->tmpdir().
153
154 Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
155 From: Tim Jenness <timj@jach.hawaii.edu>
156 Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
157 MIME-Version: 1.0
158 Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
159 Branch: perl
160 ! utils/perlbug.PL
161____________________________________________________________________________
162[ 6727] By: jhi on 2000/08/20 20:43:32
163 Log: Update Changes.
164 Branch: perl
165 ! Changes patchlevel.h
166____________________________________________________________________________
e0f5a76d
JH
167[ 6726] By: jhi on 2000/08/20 20:41:44
168 Log: The veryclean target needs to clobber.
169 Branch: perl
170 ! Makefile.SH
171____________________________________________________________________________
172[ 6725] By: jhi on 2000/08/20 20:37:38
173 Log: Document odd vs even subreleases and -Dusedevel.
174 Branch: perl
175 ! INSTALL
176____________________________________________________________________________
177[ 6724] By: jhi on 2000/08/20 19:58:05
178 Log: Use temporary directory instead of current directory.
179
180 Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
181 From: Tim Jenness <timj@jach.hawaii.edu>
182 Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
183 Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
184 Branch: perl
185 ! t/lib/ftmp-security.t
186____________________________________________________________________________
187[ 6723] By: jhi on 2000/08/20 19:55:55
188 Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
189 From: andreas.koenig@anima.de (Andreas J. Koenig)
190 Date: 20 Aug 2000 15:52:03 +0200
191 Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
192 Branch: perl
193 ! lib/ExtUtils/MM_Unix.pm
194____________________________________________________________________________
195[ 6722] By: jhi on 2000/08/20 19:46:01
196 Log: Update to CGI 2.72, from Lincoln Stein.
197 Branch: perl
198 ! lib/CGI.pm
199____________________________________________________________________________
200[ 6721] By: jhi on 2000/08/20 19:43:54
201 Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
202 From: Radu Greab <radu@netsoft.ro>
203 Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
204 Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
205 Branch: perl
206 ! ext/GDBM_File/GDBM_File.xs
207____________________________________________________________________________
208[ 6720] By: jhi on 2000/08/20 19:42:01
209 Log: pp_open() could pass an uninitialized filename down to do_open9().
210 Branch: perl
211 ! pp_sys.c
212____________________________________________________________________________
213[ 6719] By: jhi on 2000/08/20 14:06:41
214 Log: UTF8 concat fixes.
215
216 Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
217 From: Hugo <hv@crypt.compulink.co.uk>
218 Date: Sun, 20 Aug 2000 07:30:46 +0100
219 Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
220 Branch: perl
221 ! pp_hot.c t/op/append.t
222____________________________________________________________________________
223[ 6718] By: jhi on 2000/08/20 02:09:37
224 Log: Let's try #6717 again.
225 Branch: perl
226 ! lib/File/Temp.pm
227____________________________________________________________________________
228[ 6717] By: jhi on 2000/08/20 01:56:55
229 Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
230 From: "Craig A. Berry" <craig.berry@metamorgs.com>
231 Date: Sat, 19 Aug 2000 18:15:39 -0500
232 Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
233 Branch: perl
234 ! lib/File/Temp.pm
235____________________________________________________________________________
236[ 6716] By: jhi on 2000/08/19 15:50:11
237 Log: Update Changes.
238 Branch: perl
239 ! Changes patchlevel.h
240____________________________________________________________________________
7ea2983e
JH
241[ 6715] By: jhi on 2000/08/19 15:39:09
242 Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
243 From: Jonathan D Johnston <jdjohnston2@juno.com>
244 Date: Thu, 17 Aug 2000 23:13:01 -0400
245 Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
246 Branch: perl
247 ! pod/perlfunc.pod
248____________________________________________________________________________
249[ 6714] By: jhi on 2000/08/19 15:34:04
250 Log: Introduce a 'veryclean' target that is like 'distclean'
251 but also removes *~ and *.orig.
252 Branch: perl
253 ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
254 ! utils/Makefile x2p/Makefile.SH
255____________________________________________________________________________
256[ 6713] By: jhi on 2000/08/19 14:15:45
257 Log: Put back the long double avoidance code to POSIX.xs
258 because VMS seems to need it still.
259 Branch: perl
260 ! ext/POSIX/POSIX.xs
261____________________________________________________________________________
262[ 6712] By: jhi on 2000/08/19 14:10:41
263 Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
264 From: Peter Prymmer <pvhp@forte.com>
265 Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
266 Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
267 Branch: perl
268 ! lib/Pod/Find.pm t/pod/find.t
269____________________________________________________________________________
270[ 6711] By: jhi on 2000/08/19 14:09:19
271 Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
272 From: Peter Prymmer <pvhp@forte.com>
273 Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
274 Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
275 cc: vmsperl@perl.org
276 Branch: perl
277 ! t/lib/peek.t
278____________________________________________________________________________
279[ 6710] By: jhi on 2000/08/19 14:08:01
280 Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
281 From: Jan Dubois <jand@ActiveState.com>
282 Date: Fri, 18 Aug 2000 16:31:48 -0700
283 Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
284 Branch: perl
285 ! win32/win32.c
286____________________________________________________________________________
287[ 6709] By: jhi on 2000/08/19 14:06:57
288 Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
289
290 Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED)
291 From: Spider.Boardman@Orb.Nashua.NH.US
292 Date: Fri, 18 Aug 2000 18:41:14 -0400
293 Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
294 Branch: perl
295 ! regcomp.c
296____________________________________________________________________________
297[ 6708] By: jhi on 2000/08/18 22:04:49
298 Log: Update Changes.
299 Branch: perl
300 ! Changes patchlevel.h
301____________________________________________________________________________
50588fde
JH
302[ 6707] By: jhi on 2000/08/18 21:55:14
303 Log: Add warnif(), check warnings further up the stack,
304 all the warnings functions now can take an optional object reference.
305
306 Subject: [PATCH bleedperl@6691] warnings pragma update
307 From: "Paul Marquess" <Paul.Marquess@btinternet.com>
308 Date: Fri, 18 Aug 2000 22:42:06 +0100
309 Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
310 Branch: perl
311 ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
312 ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
313 ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
314____________________________________________________________________________
315[ 6706] By: jhi on 2000/08/18 21:41:45
316 Log: Typo in pp_complement().
317
318 Subject: [PATCH perl-current] Deparse
319 From: Peter Scott <Peter@PSDT.com>
320 Date: Fri, 18 Aug 2000 12:44:37 -0700
321 Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
322 Branch: perl
323 ! ext/B/B/Deparse.pm
324____________________________________________________________________________
325[ 6705] By: jhi on 2000/08/18 21:25:59
326 Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
327 From: Jan Dubois <jand@ActiveState.com>
328 Date: Fri, 18 Aug 2000 14:22:51 -0700
329 Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
330 Branch: perl
331 ! lib/Win32.pod win32/win32.c
332____________________________________________________________________________
333[ 6704] By: jhi on 2000/08/18 21:16:14
334 Log: Don't eat leading os from index entries.
335
336 Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
337 From: Russ Allbery <rra@stanford.edu>
338 Date: 10 Aug 2000 20:49:25 -0700
339 Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
340 Branch: perl
341 ! lib/Pod/Man.pm
342____________________________________________________________________________
343[ 6703] By: jhi on 2000/08/18 21:07:06
344 Log: Add [[:blank:]] as suggested in
345
346 Subject: [ID 20000716.024] [=cc=] / [:blank:]
347 From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
348 Date: Sun, 16 Jul 2000 17:55:29 -0700
349 Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
350
351 (the [=cc=] has already been taken care of by #6439
352 so the whole bug report can be closed)
353
354 and make [[:space:]] to be equivalent to isspace(3)
355 (as opposed to \s, which is isSPACE()). The difference
356 is that now [[:space:]] matches the mythical vertical tab,
357 while \s doesn't.
358 Branch: perl
359 ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
360 ! regexec.c t/op/pat.t
361____________________________________________________________________________
362[ 6702] By: jhi on 2000/08/18 18:47:47
363 Log: The new tests were missing from #6415.
364 Branch: perl
365 ! t/op/bop.t
366____________________________________________________________________________
367[ 6701] By: jhi on 2000/08/18 18:20:40
368 Log: Document the NDBM_File and ODBM_File as SDBM_File
369 was documented in #6417.
370 Branch: perl
371 ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
372 ! ext/SDBM_File/SDBM_File.pm
373____________________________________________________________________________
374[ 6700] By: jhi on 2000/08/18 18:10:39
375 Log: Subject: [PATCH perl@6698] cygwin port
376 From: "Fifer, Eric" <EFifer@sanwaint.com>
377 Date: Fri, 18 Aug 2000 17:30:05 +0100
378 Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
379 Branch: perl
380 ! lib/File/Temp.pm
381____________________________________________________________________________
382[ 6699] By: jhi on 2000/08/18 16:21:49
383 Log: Document code point which makes if (defined %stash::) to work
384 (noted by Spider Boardman).
385 Branch: perl
386 ! op.c
387____________________________________________________________________________
388[ 6698] By: jhi on 2000/08/18 13:43:27
389 Log: Update Changes.
390 Branch: perl
391 ! Changes patchlevel.h
392____________________________________________________________________________
b2bd8c92
JH
393[ 6697] By: jhi on 2000/08/18 13:35:57
394 Log: Tiny Getopt::Long patch from Johan Vromans.
395 Branch: perl
396 ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
397____________________________________________________________________________
398[ 6696] By: jhi on 2000/08/18 13:26:14
399 Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
400 From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
401 Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
402 Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
403 Branch: perl
404 ! pod/perldiag.pod pod/perlsyn.pod
405____________________________________________________________________________
406[ 6695] By: jhi on 2000/08/18 13:13:26
407 Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
408 From: Daniel Chetlin <daniel@chetlin.com>
409 Date: Fri, 18 Aug 2000 03:13:36 -0700
410 Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
411 Branch: perl
412 ! pod/perlfunc.pod
413____________________________________________________________________________
414[ 6694] By: jhi on 2000/08/18 13:08:05
415 Log: Subject: [PATCH] perltrap.pod spring cleaning
416 From: Daniel Chetlin <daniel@chetlin.com>
417 Date: Fri, 18 Aug 2000 03:06:54 -0700
418 Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
419
420 plus Mike Guy's nitfix.
421 Branch: perl
422 ! pod/perltrap.pod
423____________________________________________________________________________
424[ 6693] By: jhi on 2000/08/18 13:00:26
425 Log: Unbuffer the output.
426
427 Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
428 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
429 Date: Thu, 17 Aug 2000 18:39:29 -0700
430 Message-ID: <RPJn5gzkgydf092yn@efn.org>
431 Branch: perl
432 ! t/op/fork.t
433____________________________________________________________________________
434[ 6692] By: jhi on 2000/08/18 05:19:17
435 Log: Delete the image, too, not just its MANIFEStation.
436 Branch: perl
437 - lib/CGI/eg/wilogo.gif
438____________________________________________________________________________
439[ 6691] By: jhi on 2000/08/18 05:10:26
440 Log: Propagate new Configure vars.
441 Branch: perl
442 ! configure.com epoc/config.sh uconfig.h uconfig.sh
443 ! vos/config.def vos/config.h vos/config_h.SH_orig
444 ! win32/config.bc win32/config.gc win32/config.vc
445 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
446____________________________________________________________________________
447[ 6690] By: jhi on 2000/08/18 04:30:56
448 Log: Update Changes.
449 Branch: perl
450 ! Changes patchlevel.h
451____________________________________________________________________________
eae4ae26
JH
452[ 6689] By: jhi on 2000/08/18 04:12:30
453 Log: Fix the lib/complex failure of
454
455 From: abigail@foad.org
456 Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13
457 Date: 15 Aug 2000 04:06:38 -0000
458 Message-Id: <20000815040638.8524.qmail@foad.org>
459
460 Linux long double accuracy issue: something that
461 when printed with %g looks like "2" but int() of it is 1.
462 Branch: perl
463 ! lib/Math/Complex.pm
464____________________________________________________________________________
465[ 6688] By: jhi on 2000/08/18 03:15:35
466 Log: The byteorder code in #6671 was wrong.
467 Branch: perl
468 ! configpm
469____________________________________________________________________________
470[ 6687] By: jhi on 2000/08/18 02:08:42
471 Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
472 From: Jan Dubois <jand@ActiveState.com>
473 Date: Thu, 17 Aug 2000 18:31:55 -0700
474 Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
475 Branch: perl
476 ! sv.c
477____________________________________________________________________________
478[ 6686] By: jhi on 2000/08/18 02:04:15
479 Log: Use NVs in POSIX math, not doubles.
480
481 From: abigail@foad.org
482 Subject: [ID 20000817.014] POSIX & modfl
483 Date: 17 Aug 2000 20:49:18 -0000
484 Message-Id: <20000817204918.23123.qmail@foad.org>
485 Branch: perl
486 ! ext/POSIX/POSIX.xs ext/POSIX/typemap
487____________________________________________________________________________
488[ 6685] By: jhi on 2000/08/18 02:02:12
489 Log: Introduce NVef, NVff, and NVgf, use the middle one.
490 (helps for lib/peek + Linux + long doubles) Reported in
491
492 From: abigail@foad.org
493 Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13
494 Date: 15 Aug 2000 04:06:38 -0000
495 Message-Id: <20000815040638.8524.qmail@foad.org>
496
497 (note: the lib/complex failure has not yet been addressed)
498 Branch: metaconfig/U/perl
499 ! perlxvf.U
500 Branch: perl
501 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
502 ! config_h.SH dump.c perl.h pod/perlguts.pod
503____________________________________________________________________________
504[ 6684] By: jhi on 2000/08/17 23:22:19
505 Log: Add byteorder to the myconfig output.
506 Branch: perl
507 ! myconfig.SH
508____________________________________________________________________________
509[ 6683] By: jhi on 2000/08/17 23:20:19
510 Log: The image doth not exist, spotted by Johan Vromans.
511 Branch: perl
512 ! MANIFEST
513____________________________________________________________________________
514[ 6682] By: jhi on 2000/08/17 22:38:16
515 Log: Document what the backtick returns if the command fails.
516 Branch: perl
517 ! pod/perlop.pod
518____________________________________________________________________________
519[ 6681] By: jhi on 2000/08/17 22:33:12
520 Log: Do not use prototyping here.
521
522 Subject: [ID 20000817.016] [PATCH] Peek.xs
523 From: abigail@foad.org
524 Date: 17 Aug 2000 20:55:56 -0000
525 Message-Id: <20000817205556.24270.qmail@foad.org>
526 Branch: perl
527 ! ext/Devel/Peek/Makefile.PL
528____________________________________________________________________________
529[ 6680] By: jhi on 2000/08/17 19:46:43
530 Log: Don't propose using modules built for 5.005 if no binary
531 compatibility with 5.005 is attempted.
532
533 From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
534 Subject: Minor nit with 5.7.0 (6655)
535 Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
536 Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
537 Branch: metaconfig
538 ! U/installdirs/inc_version_list.U
539 Branch: perl
540 ! Configure config_h.SH
541____________________________________________________________________________
542[ 6679] By: jhi on 2000/08/17 19:16:39
543 Log: Microperl config update.
544 Branch: perl
545 ! uconfig.h uconfig.sh
546____________________________________________________________________________
547[ 6678] By: jhi on 2000/08/17 19:16:13
548 Log: The #6648 wasn't protective enough for limited platforms
549 (like microperl).
550 Branch: perl
551 ! dump.c sv.c
552____________________________________________________________________________
553[ 6677] By: jhi on 2000/08/17 14:46:35
554 Log: Update Changes.
555 Branch: perl
556 ! Changes patchlevel.h
557____________________________________________________________________________
3ddc1c2e
JH
558[ 6676] By: jhi on 2000/08/17 14:44:02
559 Log: Add perlebcdic from Peter Prymmer, regen toc.
560 Branch: perl
561 + pod/perlebcdic.pod
562 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
563____________________________________________________________________________
564[ 6675] By: jhi on 2000/08/17 14:41:52
565 Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
566 Branch: perl
567 ! pod/perldebtut.pod
568____________________________________________________________________________
569[ 6674] By: jhi on 2000/08/17 14:29:43
570 Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
571
572 Subject: [ID 20000724.006] -DLEAKTEST problem
573 From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
574 Date: Tue, 25 Jul 2000 00:36:32 -0500
575 Message-Id: <20000725003632.A26186@www.llamacom.com>
576
577 Reminder sent
578
579 Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error
580 From: Hugo <hv@crypt.compulink.co.uk>
581 Date: Thu, 17 Aug 2000 15:23:42 +0100
582 Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
583 Branch: perl
584 ! util.c
585____________________________________________________________________________
586[ 6673] By: jhi on 2000/08/17 04:07:10
587 Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
588 From: John Peacock <JPeacock@UnivPress.com>
589 Date: Tue, 01 Aug 2000 09:38:12 -0400
590 Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
591 Branch: perl
592 ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
593____________________________________________________________________________
594[ 6672] By: jhi on 2000/08/17 03:04:35
595 Log: Subject: [PATCH] Cwd.pm now uses strict
596 From: Tim Jenness <timj@jach.hawaii.edu>
597 Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
598 Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
599 Branch: perl
600 ! lib/Cwd.pm
601____________________________________________________________________________
602[ 6671] By: jhi on 2000/08/17 02:16:35
603 Log: Make $Config{byteorder} more magical so that it is
604 dynamically computed: nice for 'fat binaries'.
605
606 Subject: [PATCH]: default byteorder
607 From: Wilfredo Sánchez <wsanchez@apple.com>
608 Date: Mon, 31 Jul 2000 19:45:31 -0700
609 Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
610 Branch: perl
611 ! configpm
612____________________________________________________________________________
613[ 6670] By: gsar on 2000/08/17 01:22:21
614 Log: move WNOHANG definition to where other such things are
615 Branch: perl
616 ! win32/win32.h
617____________________________________________________________________________
618[ 6669] By: jhi on 2000/08/17 01:19:17
619 Log: Update Changes.
620 Branch: perl
621 ! Changes patchlevel.h
622____________________________________________________________________________
28c9223b
JH
623[ 6668] By: jhi on 2000/08/17 01:16:29
624 Log: Doc nits spotted by Richard Soderberg.
625 Branch: perl
626 ! README.posix-bc README.vmesa
627____________________________________________________________________________
628[ 6667] By: jhi on 2000/08/17 01:12:11
629 Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
630 From: "Casey R. Tweten" <crt@kiski.net>
631 Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
632 Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
633 Branch: perl
634 ! pod/perldebtut.pod
635____________________________________________________________________________
636[ 6666] By: jhi on 2000/08/17 01:09:31
637 Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
638 From: "Casey R. Tweten" <crt@kiski.net>
639 Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
640 Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
641 Branch: perl
642 ! lib/Shell.pm
643____________________________________________________________________________
644[ 6665] By: gsar on 2000/08/17 01:03:52
645 Log: add "ok" targets from change#6632 in makefile.mk
646 Branch: perl
647 ! pod/perlport.pod win32/Makefile win32/makefile.mk
648____________________________________________________________________________
649[ 6664] By: gsar on 2000/08/17 00:56:11
650 Log: avoid warnings from dense compiler
651 Branch: perl
652 ! win32/win32.c
653____________________________________________________________________________
654[ 6663] By: jhi on 2000/08/17 00:51:49
655 Log: Tweak the regex compilation errors once more.
656 Branch: perl
657 ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
658 ! t/op/regmesg.t t/pragma/warn/regcomp
659____________________________________________________________________________
660[ 6662] By: gsar on 2000/08/17 00:28:19
661 Log: trailing new %ENV entries weren't being pushed into the real
662 environment of subprocesses on Windows
663 Branch: perl
664 ! t/op/magic.t win32/perlhost.h
665____________________________________________________________________________
666[ 6661] By: gsar on 2000/08/17 00:19:20
667 Log: waitpid() now handles externally spawned pids correctly;
668 fixes for backtick/wait/waitpid failures on Windows 9x
669
670 these changes make the pid returned by process functions on
671 Windows 9x always positive by clearing the high bit (which
672 is always set on Win9x); pseudo-process PIDs are likewise
673 always negative now on Win9x (just as on NT/2000)
674 Branch: perl
675 ! pp_sys.c win32/perlhost.h win32/win32.c
676____________________________________________________________________________
677[ 6660] By: jhi on 2000/08/17 00:04:32
678 Log: Retract #6645.
679 Branch: perl
680 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
681 ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
682 ! t/op/sprintf.t
683____________________________________________________________________________
684[ 6659] By: gsar on 2000/08/16 23:59:28
685 Log: on windows, the return values from wait() and waitpid() don't
686 match those of pseudo-pids
687 Branch: perl
688 ! pp_sys.c t/op/fork.t util.c win32/win32.c
689____________________________________________________________________________
690[ 6658] By: gsar on 2000/08/16 23:56:14
691 Log: pod nit seen in passing
692 Branch: perl
693 ! pod/perlfunc.pod
694____________________________________________________________________________
695[ 6657] By: gsar on 2000/08/16 23:53:42
696 Log: change#6328 could make close(SOCKET) return false on windows
697 when it shouldn't
698 Branch: perl
699 ! win32/win32sck.c
700____________________________________________________________________________
701[ 6656] By: gsar on 2000/08/16 23:46:57
702 Log: check that the number pseudo children doesn't exceed
703 MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
704 the WaitForMultipleObjects() limit that would cause wait()
705 to crash)
706
707 wait() and waitpid() could potentially be rewritten to use
708 more than one thread to do the waiting to eliminate this
709 limitation
710 Branch: perl
711 ! win32/perlhost.h
712____________________________________________________________________________
713[ 6655] By: jhi on 2000/08/16 14:11:05
714 Log: Update Changes.
715 Branch: perl
716 ! Changes patchlevel.h
717____________________________________________________________________________
453b8a1c
JH
718[ 6654] By: jhi on 2000/08/16 14:10:12
719 Log: Update to perldebtut 1.9, from Richard Foley.
720 Branch: perl
721 ! pod/perldebtut.pod
722____________________________________________________________________________
723[ 6653] By: jhi on 2000/08/16 14:08:17
724 Log: Change the regx compilation error markers to use = instead of <
725 since pod makes using the latter quite messy. Reported in
726 ID 20000814.006 by Abigail and in
727 Subject: Unknown escape E<> ?
728 From: Lupe Christoph <lupe@lupe-christoph.de>
729 Date: Fri, 11 Aug 2000 00:30:27 +0200
730 Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
731 Branch: perl
732 ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
733 ! t/op/regmesg.t t/pragma/warn/regcomp
734____________________________________________________________________________
735[ 6652] By: jhi on 2000/08/16 13:25:31
736 Log: Change the perlbug address to perl.org since it's more forgiving.
737
738 Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
739 From: abigail@foad.org
740 Date: 15 Aug 2000 04:15:40 -0000
741 Message-Id: <20000815041540.8633.qmail@foad.org>
742 Branch: perl
743 ! utils/perlbug.PL
744____________________________________________________________________________
745[ 6651] By: jhi on 2000/08/16 13:22:35
746 Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
747 From: Tim Jenness <timj@jach.hawaii.edu>
748 Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
749 Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
750 Branch: perl
751 ! lib/Cwd.pm
752____________________________________________________________________________
753[ 6650] By: jhi on 2000/08/16 13:18:13
754 Log: Update to CPAN 1.57.
755
756 Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
757 From: andreas.koenig@anima.de (Andreas J. Koenig)
758 Date: 16 Aug 2000 15:09:46 +0200
759 Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
760 Branch: perl
761 ! lib/CPAN.pm
762____________________________________________________________________________
763[ 6649] By: jhi on 2000/08/16 13:12:31
764 Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
765 From: "Larry W. Virden" <lvirden@cas.org>
766 Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
767 Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
768 Branch: perl
769 ! README.hpux
770____________________________________________________________________________
771[ 6648] By: jhi on 2000/08/16 13:03:53
772 Log: The numeric locale was reset to "C" by s?printf and never restored.
773
774 Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
775 From: Christian Kirsch <ck@held.mind.de>
776 Date: Wed, 9 Aug 2000 17:05:17 +0200
777 Message-Id: <20000809170517.A25389@held>
778
779 No test since adding the failing example to locale.t
780 does not fail -- probably because the locale settings are so
781 thoroughly tweaked by that time. Running the example standalone
782 does fail, though.
783 Branch: perl
784 ! dump.c perl.h pp.c pp_ctl.c sv.c
785____________________________________________________________________________
786[ 6647] By: jhi on 2000/08/16 00:07:54
787 Log: Update Changes and test semi-automatic patchlevel updating.
788 Branch: perl
789 ! Changes patchlevel.h
790____________________________________________________________________________
a65e9df7
JH
791[ 6646] By: jhi on 2000/08/15 23:35:07
792 Log: Fix a dependency problem.
793
794 Subject: [PATCH: 6640] VMS Makefile.SH update
795 From: Peter Prymmer <pvhp@forte.com>
796 Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
797 Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
798 Branch: perl
799 ! vms/descrip_mms.template
800____________________________________________________________________________
801[ 6645] By: jhi on 2000/08/15 23:33:23
28c9223b
JH
802 Log: (Retracted by #6660)
803
804 Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
a65e9df7
JH
805 From: Dominic Dunlop <domo@computer.org>
806 Date: Tue, 15 Aug 2000 22:20:52 +0200
807 Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
808 Branch: metaconfig/U/perl
809 + d_printfed.U
810 Branch: perl
811 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
812 ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
813 ! t/op/sprintf.t
814____________________________________________________________________________
815[ 6644] By: jhi on 2000/08/15 21:17:20
816 Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
817 From: abigail@foad.org
818 Date: 15 Aug 2000 20:12:41 -0000
819 Message-Id: <20000815201241.25556.qmail@foad.org>
820 Branch: perl
821 ! INSTALL
822____________________________________________________________________________
823[ 6643] By: jhi on 2000/08/15 21:15:28
824 Log: (an already applied patch)
825 Branch: perl
826 ! lib/CGI.pm
827____________________________________________________________________________
828[ 6642] By: gsar on 2000/08/15 19:54:05
829 Log: magic callbacks all need to have same type signature
830 Branch: perl
831 ! embed.pl mg.c proto.h
832____________________________________________________________________________
833[ 6641] By: jhi on 2000/08/15 17:56:27
834 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)
835 From: Mike Guy <mjtg@cam.ac.uk>
836 Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
837 Date: Tue, 15 Aug 2000 18:26:45 +0100
838
839 Only the peek.t part applied, not the hash quality part.
840 Branch: perl
841 ! t/lib/peek.t
842____________________________________________________________________________
843[ 6640] By: jhi on 2000/08/15 16:37:37
844 Log: Update Changes.
845 Branch: perl
846 ! Changes
847____________________________________________________________________________
d07241a9
JH
848[ 6639] By: jhi on 2000/08/15 16:34:55
849 Log: Missed a file from #6638.
850 Branch: perl
851 ! lib/File/Temp.pm
852____________________________________________________________________________
853[ 6638] By: jhi on 2000/08/15 16:33:19
854 Log: Subject: [PATCH perl@6620] cygwin port
855 From: "Fifer, Eric" <EFifer@sanwaint.com>
856 Date: Tue, 15 Aug 2000 17:00:49 +0100
857 Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
858 Branch: perl
859 ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
860____________________________________________________________________________
861[ 6637] By: jhi on 2000/08/15 16:29:22
862 Log: Subject: [PATCH] debugger exit code should reflect user exit code
863 From: Mike Guy <mjtg@cam.ac.uk>
864 Date: Tue, 15 Aug 2000 16:55:59 +0100
865 Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
866 Branch: perl
867 ! lib/perl5db.pl
868____________________________________________________________________________
869[ 6636] By: jhi on 2000/08/15 15:30:58
870 Log: Update Changes.
871 Branch: perl
872 ! Changes
873____________________________________________________________________________
ceab000c
JH
874[ 6635] By: jhi on 2000/08/15 15:27:21
875 Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
876 Branch: metaconfig
877 ! U/mkglossary U/mksample
878 Branch: metaconfig/U/perl
879 ! Devel.U
880 Branch: perl
881 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
882____________________________________________________________________________
883[ 6634] By: jhi on 2000/08/15 14:11:55
884 Log: Don't blow limited stacks, a lower number is enough to
885 tickle the lookbehind limit.
886
887 Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
888 From: Dominic Dunlop <domo@computer.org>
889 Date: Tue, 15 Aug 2000 13:51:24 +0200
890 Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
891 Branch: perl
892 ! t/op/regmesg.t
893____________________________________________________________________________
894[ 6633] By: jhi on 2000/08/15 14:01:46
895 Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
896 From: Mike Guy <mjtg@cam.ac.uk>
897 Date: Tue, 15 Aug 2000 12:10:50 +0100
898 Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
899 Branch: perl
900 ! utils/perldoc.PL
901____________________________________________________________________________
902[ 6632] By: jhi on 2000/08/15 13:58:48
903 Log: make ok etc also for win32.
904
905 Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
906 From: Prymmer/Kahn <pvhp@best.com>
907 Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
908 Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
909 Branch: perl
910 ! win32/Makefile
911____________________________________________________________________________
912[ 6631] By: jhi on 2000/08/15 13:45:03
913 Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
914 Branch: perl
915 ! lib/Test.pm
916____________________________________________________________________________
917[ 6630] By: jhi on 2000/08/15 03:25:09
918 Log: Update Changes.
919 Branch: perl
920 ! Changes
921____________________________________________________________________________
d8ab2b9d
JH
922[ 6629] By: jhi on 2000/08/15 03:23:53
923 Log: magic_regdatum_set() is void, not int.
924 Branch: perl
925 ! embed.pl mg.c proto.h
926____________________________________________________________________________
927[ 6628] By: jhi on 2000/08/15 03:08:02
928 Log: Make the user to give up his firstborn, err, to knowingly
929 verify installing an unstable developer release. Also bump
930 the release to 5.7.0, but leave a patch tag in the local
931 patches saying that this is not yet the real thing.
932 Branch: metaconfig
933 ! U/modified/Instruct.U
934 Branch: metaconfig/U/perl
935 + Devel.U
936 Branch: perl
937 ! Configure patchlevel.h
938____________________________________________________________________________
939[ 6627] By: jhi on 2000/08/14 22:32:52
940 Log: README.os2 update.
941
942 Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
943 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
944 Date: Wed, 02 Aug 2000 21:55:09 -0700
945 Message-ID: <tsPi5gzkgegX092yn@efn.org>
946 Branch: perl
947 ! README.os2
948____________________________________________________________________________
949[ 6626] By: jhi on 2000/08/14 21:00:02
950 Log: Subject: Re: File::Temp problems on VMS in bleedperl
951 From: Tim Jenness <timj@jach.hawaii.edu>
952 cc: vmsperl@perl.org
953 Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
954 Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
955 Branch: perl
956 ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
957____________________________________________________________________________
958[ 6625] By: jhi on 2000/08/14 20:52:16
959 Log: Add SUIDMAIL as was done for the CERT alert.
960 Branch: perl
961 ! patchlevel.h
962____________________________________________________________________________
963[ 6624] By: jhi on 2000/08/14 20:48:50
964 Log: Subject: sfio2000
965 From: Daniel Muino <dmuino@afip.gov.ar>
966 Date: Mon, 14 Aug 2000 16:58:11 -0300
967 Message-ID: <20000814165811.B16368@con2-dgi>
968 Branch: perl
969 ! perlsdio.h perlsfio.h
970____________________________________________________________________________
971[ 6623] By: jhi on 2000/08/14 20:47:36
972 Log: Subject: warning: storage class after type is obsolescent
973 From: Daniel Muino <dmuino@afip.gov.ar>
974 Date: Mon, 14 Aug 2000 16:42:47 -0300
975 Message-ID: <20000814164247.A16368@con2-dgi>
976 Branch: perl
977 ! regcomp.pl regnodes.h
978____________________________________________________________________________
979[ 6622] By: jhi on 2000/08/14 20:43:05
980 Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
981 From: abigail@foad.org
982 Date: 14 Aug 2000 20:00:10 -0000
983 Message-Id: <20000814200010.27271.qmail@foad.org>
984 Branch: perl
985 ! Changes
986____________________________________________________________________________
987[ 6621] By: jhi on 2000/08/14 15:23:05
988 Log: Update Changes.
989 Branch: perl
990 ! Changes
991____________________________________________________________________________
81777a03
JH
992[ 6620] By: jhi on 2000/08/14 15:22:14
993 Log: Subject: Re: [PATCH] @+, @- readonly
994 From: Mike Guy <mjtg@cam.ac.uk>
995 Date: Mon, 14 Aug 2000 15:26:55 +0100
996 Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
997 Branch: perl
998 ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
999 ! sv.c t/op/pat.t
1000____________________________________________________________________________
1001[ 6619] By: jhi on 2000/08/14 14:12:08
1002 Log: Update Changes.
1003 Branch: perl
1004 ! Changes
1005____________________________________________________________________________
4f8394d5
JH
1006[ 6618] By: jhi on 2000/08/14 14:09:34
1007 Log: For now remove the mail code.
1008 Branch: perl
1009 ! perl.c
1010____________________________________________________________________________
1011[ 6617] By: jhi on 2000/08/14 14:08:28
1012 Log: Drop the eg/ mentions and also mention the recent suidperl thing.
1013 Branch: perl
1014 ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
1015 ! pod/perlfaq8.pod pod/perlsec.pod
1016____________________________________________________________________________
1017[ 6616] By: jhi on 2000/08/14 14:00:11
1018 Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
1019 From: Mike Guy <mjtg@cam.ac.uk>
1020 Date: Mon, 14 Aug 2000 08:26:02 +0100
1021 Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
1022 Branch: perl
1023 ! lib/perl5db.pl
1024____________________________________________________________________________
1025[ 6615] By: jhi on 2000/08/14 13:58:45
1026 Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
1027 From: Mike Guy <mjtg@cam.ac.uk>
1028 Date: Mon, 14 Aug 2000 08:04:22 +0100
1029 Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
1030 Branch: perl
1031 ! gv.c mg.c t/op/pat.t
1032____________________________________________________________________________
1033[ 6614] By: jhi on 2000/08/14 13:56:45
1034 Log: Subject: Test fails / warnings with perl-current #6612
1035 From: Mike Guy <mjtg@cam.ac.uk>
1036 Date: Mon, 14 Aug 2000 07:57:23 +0100
1037 Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
1038 Branch: perl
1039 ! t/lib/b.t t/lib/peek.t
1040____________________________________________________________________________
1041[ 6613] By: jhi on 2000/08/14 13:45:33
1042 Log: VMS configure.com update continues.
1043 Branch: perl
1044 - vms/configure.com
1045 ! MANIFEST configure.com
1046____________________________________________________________________________
1047[ 6612] By: jhi on 2000/08/13 22:13:35
1048 Log: Update Changes.
1049 Branch: perl
1050 ! Changes
1051____________________________________________________________________________
7f53c13a
JH
1052[ 6611] By: jhi on 2000/08/13 16:21:45
1053 Log: Upgrade to CGI 2.71, from Lincoln Stein.
1054 Branch: perl
1055 ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
1056____________________________________________________________________________
1057[ 6610] By: jhi on 2000/08/13 15:09:16
1058 Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
1059 From: Mike Guy <mjtg@cam.ac.uk>
1060 Date: Sun, 13 Aug 2000 13:45:51 +0100
1061 Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
1062 Branch: perl
1063 ! t/op/regmesg.t
1064____________________________________________________________________________
1065[ 6609] By: jhi on 2000/08/13 14:31:26
1066 Log: Andreas says that 1.56 is fine, so reverting back to it.
1067 Branch: perl
1068 ! lib/CPAN.pm
1069____________________________________________________________________________
1070[ 6608] By: jhi on 2000/08/13 05:34:20
1071 Log: Update Changes.
1072 Branch: perl
1073 ! Changes
1074____________________________________________________________________________
ce0d7702
JH
1075[ 6607] By: jhi on 2000/08/13 05:32:01
1076 Log: Put back the \z changes of #5406 to CPAN.pm.
1077 Branch: perl
1078 ! lib/CPAN.pm
1079____________________________________________________________________________
1080[ 6606] By: jhi on 2000/08/13 05:20:16
1081 Log: Fix-n-skip the tests under 5005threads.
1082 Branch: perl
1083 ! t/lib/b.t
1084____________________________________________________________________________
1085[ 6605] By: jhi on 2000/08/13 05:07:48
1086 Log: Fix the test for 5005threads.
1087 Branch: perl
1088 ! t/lib/peek.t
1089____________________________________________________________________________
1090[ 6604] By: jhi on 2000/08/13 03:35:37
1091 Log: Should have deleted this in #6603.
1092 Branch: perl
1093 - vms/subconfigure.com
1094____________________________________________________________________________
1095[ 6603] By: jhi on 2000/08/12 18:29:32
1096 Log: Rewrite of vms/subconfigure.com as configure.com,
1097 from Peter Prymmer and the vmsperl crew.
1098 Branch: perl
1099 + vms/configure.com
1100 ! MANIFEST
1101____________________________________________________________________________
1102[ 6602] By: jhi on 2000/08/11 13:00:01
1103 Log: PlainText.pm is dead.
1104 Branch: perl
1105 - lib/Pod/PlainText.pm
1106 ! MANIFEST
1107____________________________________________________________________________
1108[ 6601] By: jhi on 2000/08/11 04:06:45
1109 Log: Update Changes.
1110 Branch: perl
1111 ! Changes
1112____________________________________________________________________________
7ed149c9
JH
1113[ 6600] By: jhi on 2000/08/11 04:06:10
1114 Log: Add a few missing files, update MANIFEST.
1115 Branch: perl
1116 + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
1117 + lib/Pod/PlainText.pm t/pod/find.t
1118 ! MANIFEST t/op/regmesg.t
1119____________________________________________________________________________
1120[ 6599] By: jhi on 2000/08/11 03:31:10
1121 Log: Add Perl debugging tutorial, regen toc.
1122
1123 Subject: perldebtut.pod
1124 From: Richard Foley <Richard.Foley@m.dasa.de>
1125 Date: Wed, 09 Aug 2000 10:17:15 +0200
1126 Message-id: <3991138B.262247B8@m.dasa.de>
1127 Branch: perl
1128 + pod/perldebtut.pod
1129 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
1130____________________________________________________________________________
1131[ 6598] By: jhi on 2000/08/11 02:48:56
1132 Log: tiny Changes edit
1133 Branch: perl
1134 ! Changes
1135____________________________________________________________________________
1136[ 6597] By: jhi on 2000/08/11 02:39:04
1137 Log: Tests for #6589.
1138
1139 Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
1140 From: simon@brecon.co.uk (Simon Cozens)
1141 Date: 11 Aug 2000 02:24:52 GMT
1142 Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
1143 Branch: perl
1144 ! t/lib/b.t
1145____________________________________________________________________________
1146[ 6596] By: jhi on 2000/08/11 01:50:07
1147 Log: Update Changes.
1148 Branch: perl
1149 ! Changes
1150____________________________________________________________________________
1ddec1b4
JH
1151[ 6595] By: jhi on 2000/08/11 01:47:16
1152 Log: nitfix
1153 Branch: perl
1154 ! Changes
1155____________________________________________________________________________
1156[ 6594] By: jhi on 2000/08/11 01:36:16
1157 Log: Subject: Getting perlio and threads to compile
1158 From: Lupe Christoph <lupe@lupe-christoph.de>
1159 Date: Wed, 9 Aug 2000 11:35:54 +0200
1160 Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
1161
1162 (the Solaris version changes in Configure skipped)
1163 Branch: perl
1164 ! hints/solaris_2.sh thread.h
1165____________________________________________________________________________
1166[ 6593] By: jhi on 2000/08/11 01:30:16
1167 Log: Subject: Re: [ID 20000730.003] utf8::length() bad
1168 From: simon@brecon.co.uk (Simon Cozens)
1169 Date: 1 Aug 2000 06:55:19 GMT
1170 Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
1171 Branch: perl
1172 ! lib/utf8.pm
1173____________________________________________________________________________
1174[ 6592] By: jhi on 2000/08/11 01:26:39
1175 Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
1176 From: Peter Scott <Peter@PeterScott.com>
1177 Date: Thu, 10 Aug 2000 08:23:27 -0700
1178 Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
1179 Branch: perl
1180 ! lib/perl5db.pl
1181____________________________________________________________________________
1182[ 6591] By: jhi on 2000/08/11 01:22:02
1183 Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value
1184 From: Hugo <hv@crypt.compulink.co.uk>
1185 Date: Thu, 10 Aug 2000 19:23:04 +0100
1186 Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
1187 Branch: perl
1188 ! regexec.c t/op/pat.t
1189____________________________________________________________________________
1190[ 6590] By: jhi on 2000/08/11 01:19:19
1191 Log: Preprocessing and postprocessing for File::Find.
1192
1193 Subject: Patch to Find::File.pm to allow alphabetical results
1194 From: Joe Smith <jsmith@inwap.com>
1195 Date: Wed, 9 Aug 2000 02:44:54 -0700
1196 Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
1197 Branch: perl
1198 ! lib/File/Find.pm
1199____________________________________________________________________________
1200[ 6589] By: jhi on 2000/08/11 01:12:39
1201 Log: B::Deparse didn't do sub attributes.
1202
1203 Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
1204 From: simon@brecon.co.uk (Simon Cozens)
1205 Date: 9 Aug 2000 04:49:20 GMT
1206 Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
1207 Branch: perl
1208 ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
1209____________________________________________________________________________
1210[ 6588] By: jhi on 2000/08/11 01:06:40
1211 Log: Subject: debugger "d" command doesnt check line number
1212 From: Mike Guy <mjtg@cam.ac.uk>
1213 Date: Tue, 08 Aug 2000 21:54:29 +0100
1214 Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
1215 Branch: perl
1216 ! lib/perl5db.pl mg.c pod/perldiag.pod
1217____________________________________________________________________________
1218[ 6587] By: jhi on 2000/08/11 00:45:03
1219 Log: sleep(1) does not necessarily return 1.
1220
1221 Subject: [PATCH bleadperl] op/lex_assign.t
1222 From: Hugo <hv@crypt.compulink.co.uk>
1223 Date: Thu, 03 Aug 2000 14:34:22 +0100
1224 Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
1225 Branch: perl
1226 ! t/op/lex_assign.t
1227____________________________________________________________________________
1228[ 6586] By: jhi on 2000/08/11 00:31:50
1229 Log: Document the IO::Select timeout.
1230 Branch: perl
1231 ! ext/IO/lib/IO/Select.pm
1232____________________________________________________________________________
1233[ 6585] By: jhi on 2000/08/11 00:13:54
1234 Log: Forgot contributor.
1235 Branch: perl
1236 ! Changes
1237____________________________________________________________________________
1238[ 6584] By: jhi on 2000/08/11 00:09:19
1239 Log: detypo
1240 Branch: perl
1241 ! Changes
1242____________________________________________________________________________
1243[ 6583] By: jhi on 2000/08/11 00:07:53
1244 Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
1245
1246 Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
1247 From: Mike Guy <mjtg@cam.ac.uk>
1248 Date: Thu, 10 Aug 2000 15:50:54 +0100
1249 Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
1250 Branch: perl
1251 ! sv.c t/op/int.t
1252____________________________________________________________________________
1253[ 6582] By: jhi on 2000/08/10 23:29:32
1254 Log: Update Changes.
1255 Branch: perl
1256 ! Changes
1257____________________________________________________________________________
91e6cb77
JH
1258[ 6581] By: jhi on 2000/08/10 23:26:16
1259 Log: Put back the std @INC thing.
1260 Branch: perl
1261 ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
1262 ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
1263 ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
1264 ! t/lib/gol-oo.t
1265____________________________________________________________________________
1266[ 6580] By: jhi on 2000/08/10 23:03:34
5bb12a20 1267 Log: Update to CGI 2.70, from Lincoln Stein.
91e6cb77
JH
1268 Branch: perl
1269 ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
1270 ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
1271 ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
1272 ! t/lib/cgi-request.t
1273____________________________________________________________________________
1274[ 6579] By: jhi on 2000/08/10 22:41:50
1275 Log: Update to CPAN 1.56, from Andreas König.
1276 Branch: perl
1277 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
1278____________________________________________________________________________
1279[ 6578] By: jhi on 2000/08/10 22:38:13
1280 Log: Update to Pod::Parser 1.17, from Brad Appleton.
1281 Branch: perl
1282 ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
1283 ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
1284 ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
1285 ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
1286 ! t/pod/include.t t/pod/included.t t/pod/lref.t
1287 ! t/pod/multiline_items.t t/pod/nested_items.t
1288 ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
1289 ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
1290 ! t/pod/special_seqs.t
1291____________________________________________________________________________
1292[ 6577] By: jhi on 2000/08/10 22:35:41
1293 Log: Small AUTHORS and MAINTAIN updates. Could do with big updates.
1294 Branch: perl
1295 ! AUTHORS MAINTAIN
1296____________________________________________________________________________
1297[ 6576] By: jhi on 2000/08/10 22:24:54
1298 Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
1299 Branch: perl
1300 + t/lib/gol-oo.t
1301 ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
1302 ! t/lib/gol-compat.t t/lib/gol-linkage.t
1303____________________________________________________________________________
1304[ 6575] By: jhi on 2000/08/10 22:02:07
6b64c7e8 1305 Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
91e6cb77
JH
1306 Branch: perl
1307 ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
1308____________________________________________________________________________
1309[ 6574] By: jhi on 2000/08/10 21:55:03
1310 Log: Iterating perl6 description.
1311 Branch: perl
1312 ! pod/perlfaq1.pod
1313____________________________________________________________________________
1314[ 6573] By: jhi on 2000/08/10 21:48:26
1315 Log: Revert the sv.c part of #6559, a better fix is needed.
1316 Branch: perl
1317 ! sv.c
1318____________________________________________________________________________
1319[ 6572] By: jhi on 2000/08/10 20:33:43
1320 Log: It's the 2ndO'ROSSC.
1321 Branch: perl
1322 ! pod/perlfaq1.pod
1323____________________________________________________________________________
1324[ 6571] By: jhi on 2000/08/10 15:55:48
1325 Log: detypo
1326 Branch: perl
1327 ! pod/perlfaq1.pod
1328____________________________________________________________________________
1329[ 6570] By: jhi on 2000/08/10 14:11:17
1330 Log: An exceptionally sticky typo.
1331 Branch: perl
1332 ! Changes
1333____________________________________________________________________________
1334[ 6569] By: jhi on 2000/08/10 14:09:33
1335 Log: detypo (and test Changes updating script)
1336 Branch: perl
1337 ! Changes
1338____________________________________________________________________________
b6137716
JH
1339[ 6568] By: jhi on 2000/08/10 14:07:07
1340 Log: Update Changes.
1341 Branch: perl
1342 ! Changes
1343____________________________________________________________________________
02237c86 1344[ 6567] By: jhi on 2000/08/10 14:06:19
5a49ee45 1345 Log: Amend the description of Perl6.
02237c86
JH
1346 Subject: [PATCH Perl-5.6.0] perlfaq1.pod
1347 From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
1348 Date: Wed, 9 Aug 2000 22:11:06 -0500
1349 Message-ID: <20000809221106.A12246@chaos.wustl.edu>
1350 Branch: perl
1351 ! pod/perlfaq1.pod
1352____________________________________________________________________________
1353[ 6566] By: jhi on 2000/08/10 13:58:57
1354 Log: Subject: Remove dead entry in perldiag
1355 From: Mike Guy <mjtg@cam.ac.uk>
1356 Date: Thu, 10 Aug 2000 14:19:19 +0100
1357 Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
1358 Branch: perl
1359 ! pod/perldiag.pod
1360____________________________________________________________________________
1361[ 6565] By: jhi on 2000/08/10 13:51:48
1362 Log: Zero entries were skipped, fix from Adrian Goalby
1363 <argoalby@yahoo.co.uk>
1364 Branch: perl
1365 ! lib/unicode/Number.pl lib/unicode/mktables.PL
1366____________________________________________________________________________
1367[ 6564] By: jhi on 2000/08/10 13:00:12
1368 Log: Subject: [PATCH 5.6.0] cygwin port
1369 From: "Fifer, Eric" <EFifer@sanwaint.com>
1370 Date: Thu, 10 Aug 2000 13:15:36 +0100
1371 Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
1372 Branch: perl
1373 ! README.cygwin hints/cygwin.sh
1374____________________________________________________________________________
1375[ 6563] By: jhi on 2000/08/10 12:55:16
1376 Log: Get back into sync with Jeffrey on the enhanced regex warnings.
1377 Branch: perl
1378 ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
1379____________________________________________________________________________
1380[ 6562] By: gsar on 2000/08/10 08:38:39
1381 Log: warn is a macro, avoid using at a variable to avoid warnings
1382 in some configurations; readdir.t is too conservative in
1383 estimating number of *.t's
1384 Branch: perl
1385 ! t/op/readdir.t util.c
1386____________________________________________________________________________
1387[ 6561] By: jhi on 2000/08/09 23:35:42
1388 Log: Update Changes.
1389 Branch: perl
1390 ! Changes
1391____________________________________________________________________________
41df20d4
JH
1392[ 6560] By: jhi on 2000/08/09 23:05:47
1393 Log: Subject: Re: enhanced(?) regex error messages
1394 From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
1395 Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
1396 Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
1397
1398 (plus two small patches sent privately)
1399 (this still seems to leave few test failures)
1400 Branch: perl
1401 + t/op/regmesg.t
1402 ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
1403 ! t/pragma/warn/regcomp
1404____________________________________________________________________________
1405[ 6559] By: jhi on 2000/08/09 20:41:18
fcd15f51 1406 Log: (The fix did work but was not right, retracted in #6573)
41df20d4
JH
1407
1408 Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
1409 From: Christian Kirsch <ck@held.mind.de>
1410 Date: Wed, 9 Aug 2000 17:05:17 +0200
1411 Message-Id: <20000809170517.A25389@held>
1412 Branch: perl
1413 ! sv.c t/pragma/locale.t
1414____________________________________________________________________________
1415[ 6558] By: jhi on 2000/08/08 22:34:08
1416 Log: Tiny updates on the contributors list.
1417 Branch: perl
1418 ! Changes
1419____________________________________________________________________________
1420[ 6557] By: jhi on 2000/08/08 19:34:28
1421 Log: Double check that we have a dirhandle.
1422 Branch: perl
1423 ! util.c
1424____________________________________________________________________________
1425[ 6556] By: jhi on 2000/08/08 19:01:51
1426 Log: Delete eg as agreed at TPC3 (yes, 3). Dusty, obsolete, non-w-clean.
1427 May be repopulated with fresh maintained examples.
1428 Branch: perl
1429 + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
1430 + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
1431 + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
1432 + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
1433 + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
1434 + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
1435 + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
1436 + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
1437 + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
1438 + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
1439 + lib/CGI/eg/wilogo_gif.uu
1440 - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
1441 - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
1442 - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
1443 - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
1444 - eg/cgi/frameset.cgi eg/cgi/index.html
1445 - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
1446 - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
1447 - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
1448 - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
1449 - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
1450 - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
1451 - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
1452 - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
1453 - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
1454 - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
1455 - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
1456 - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
1457 - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
1458 - eg/van/vanish eg/who eg/wrapsuid
1459 ! MANIFEST
1460____________________________________________________________________________
1461[ 6555] By: jhi on 2000/08/08 18:51:08
1462 Log: Delete chat2 as requested by Randal.
1463
1464 Subject: Re: perlfaq8 coyness
1465 From: merlyn@stonehenge.com (Randal L. Schwartz)
1466 Date: 15 May 2000 18:52:42 -0700
1467 Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com>
1468 Branch: perl
1469 - lib/chat2.pl
1470 ! MANIFEST
1471____________________________________________________________________________
1472[ 6554] By: jhi on 2000/08/08 18:31:35
1473 Log: Regen global.sym.
1474 Branch: perl
1475 ! global.sym
1476____________________________________________________________________________
1477[ 6553] By: jhi on 2000/08/08 18:28:13
1478 Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
1479 (either perlbug or p5p ate the original), plus regen
1480 perlapi and perltoc.
1481 Branch: perl
1482 ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
1483 ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
1484 ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
1485 ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
1486 ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
1487 ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
1488 ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
1489 ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
1490 ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
1491 ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
1492____________________________________________________________________________
1493[ 6552] By: jhi on 2000/08/08 18:06:29
1494 Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
1495 From: Mike Guy <mjtg@cam.ac.uk>
1496 Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
1497 Date: Tue, 08 Aug 2000 15:51:27 +0100
1498 Branch: perl
1499 ! doop.c sv.h t/op/join.t t/pragma/overload.t
1500____________________________________________________________________________
1501[ 6551] By: jhi on 2000/08/08 18:01:11
1502 Log: Re-apply #6549.
1503 Branch: perl
1504 ! lib/perl5db.pl
1505____________________________________________________________________________
1506[ 6550] By: jhi on 2000/08/08 17:43:08
1507 Log: Accidental retraction of #6549.
1508 Branch: perl
1509 ! lib/perl5db.pl
1510____________________________________________________________________________
1511[ 6549] By: jhi on 2000/08/08 17:40:04
1512 Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
1513 From: Mike Guy <mjtg@cam.ac.uk>
1514 Date: Mon, 07 Aug 2000 21:49:58 +0100
1515 Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
1516 Branch: perl
1517 ! lib/perl5db.pl
1518____________________________________________________________________________
1519[ 6548] By: jhi on 2000/08/08 17:37:57
1520 Log: Document here-doc better.
1521
1522 Subject: Re: [ID 20000804.003] heredoc in s///e replacement
1523 From: Mike Guy <mjtg@cam.ac.uk>
1524 Date: Mon, 07 Aug 2000 14:02:09 +0100
1525 Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
1526 Branch: perl
1527 ! pod/perldata.pod
1528____________________________________________________________________________
1529[ 6547] By: jhi on 2000/08/08 17:33:34
1530 Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
1531 From: "Randy J. Ray" <rjray@redhat.com>
1532 Date: Mon, 07 Aug 2000 19:12:25 -0700
1533 Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
1534 Branch: perl
1535 ! perl.c pod/perlrun.pod
1536____________________________________________________________________________
1537[ 6546] By: jhi on 2000/08/08 17:29:26
1538 Log: Subject: Re: enhanced(?) regex error messages
1539 From: Hugo <hv@crypt.compulink.co.uk>
1540 Date: Tue, 08 Aug 2000 03:25:51 +0100
1541 Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
1542
1543 plus Capitalize the error messages, plus perldiag them.
1544 Branch: perl
1545 ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
1546____________________________________________________________________________
1547[ 6545] By: jhi on 2000/08/08 13:59:28
1548 Log: Augment #6539 a bit: don't croak if there's magic in the air.
1549
1550 Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
1551 From: Hugo <hv@crypt.compulink.co.uk>
1552 Date: Tue, 08 Aug 2000 03:02:03 +0100
1553 Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
1554 Branch: perl
1555 ! pp.c t/op/bless.t
1556____________________________________________________________________________
1557[ 6544] By: jhi on 2000/08/07 21:11:52
1558 Log: Make the test -w clean.
1559 Branch: perl
1560 ! t/op/bless.t
1561____________________________________________________________________________
1562[ 6543] By: jhi on 2000/08/07 19:49:53
1563 Log: use warnings instead of $^W.
1564 Branch: perl
1565 ! t/op/bless.t
1566____________________________________________________________________________
1567[ 6542] By: jhi on 2000/08/07 17:41:41
1568 Log: Disable a portability warning Because We Know What We Are Doing.
1569 Branch: perl
1570 ! t/op/bless.t
1571____________________________________________________________________________
1572[ 6541] By: jhi on 2000/08/07 17:29:51
1573 Log: Tiny tidying on report_evil_fh().
1574 Branch: perl
1575 ! util.c
1576____________________________________________________________________________
1577[ 6540] By: jhi on 2000/08/07 16:37:38
1578 Log: Make regular expression parse error messages easier to understand.
1579
1580 Subject: Re: enhanced(?) regex error messages
1581 From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
1582 Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
1583 Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
1584 Branch: perl
1585 ! regcomp.c
1586____________________________________________________________________________
1587[ 6539] By: jhi on 2000/08/07 16:12:27
1588 Log: Make bless(REF, REF) a fatal error, add bless tests.
1589
1590 Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
1591 From: Hugo <hv@crypt.compulink.co.uk>
1592 Date: Mon, 07 Aug 2000 16:59:38 +0100
1593 Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
1594 Branch: perl
1595 + t/op/bless.t
1596 ! MANIFEST pod/perldiag.pod pp.c sv.c
1597____________________________________________________________________________
1598[ 6538] By: jhi on 2000/08/07 15:59:43
1599 Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
1600 From: Tim Conrow <tim@spindrift.srl.caltech.edu>
1601 Date: Thu, 3 Aug 2000 14:29:21 -0700
1602 Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
1603 Branch: perl
1604 ! lib/lib_pm.PL
1605____________________________________________________________________________
1606[ 6537] By: jhi on 2000/08/07 15:47:18
1607 Log: Retract #6419 for now since it breaks in AFS and MachTen.
1608 Branch: perl
1609 ! lib/Cwd.pm
1610____________________________________________________________________________
1611[ 6536] By: jhi on 2000/08/07 15:05:29
1612 Log: Plug the security hole described in the Aug 05 2000 bugtraq message
1613 "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
1614 The security hole exists only in suidperls, which isn't
1615 installed or even built by default.
1616 Branch: perl
1617 ! perl.c
1618____________________________________________________________________________
1619[ 6535] By: jhi on 2000/08/07 14:45:14
1620 Log: tr memory corruption fix from Simon Cozens.
1621 Branch: perl
1622 ! doop.c
1623____________________________________________________________________________
1624[ 6534] By: jhi on 2000/08/06 11:38:16
1625 Log: Document a bit that UDP is not what you might think.
1626
1627 Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
1628 From: Lupe Christoph <lupe@lupe-christoph.de>
1629 Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
1630 Date: Mon, 24 Jul 2000 08:59:15 +0200
1631 Branch: perl
1632 ! pod/perlipc.pod
1633____________________________________________________________________________
1634[ 6533] By: jhi on 2000/08/06 11:35:01
1635 Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
1636 From: Jeff Pinyan <jeffp@hut.crusoe.net>
1637 Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
1638 Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
1639 Branch: perl
1640 ! pod/perlfunc.pod
1641____________________________________________________________________________
1642[ 6532] By: jhi on 2000/08/06 03:45:41
1643 Log: Have symbols for the IoTYPEs.
1644 Branch: perl
1645 ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
1646____________________________________________________________________________
1647[ 6531] By: jhi on 2000/08/06 01:33:55
1648 Log: Continue fixing the io warnings. This also
1649 sort of fixes bug ID 20000802.003: the core dump
1650 is no more. Whether the current behaviour is correct
1651 (giving a warning: "Not a format reference"), is another matter.
1652 Branch: perl
1653 ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
1654 ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
1655____________________________________________________________________________
1656[ 6530] By: jhi on 2000/08/05 21:33:12
1657 Log: Change the Policy policy: now -Dprefix= with an existing
1658 Policy.sh and prefix == siteprefix == vendorprefix, then all
1659 of them follow along the new prefix.
1660
1661 Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
1662 From: Andy Dougherty <doughera@lafayette.edu>
1663 Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
1664 Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
1665 Branch: perl
1666 ! Policy_sh.SH
1667____________________________________________________________________________
1668[ 6529] By: jhi on 2000/08/05 18:57:28
1669 Log: Zap lib/Sys directory when cleaning up.
1670 Branch: perl
1671 ! Makefile.SH
1672____________________________________________________________________________
1673[ 6528] By: jhi on 2000/08/05 18:40:44
1674 Log: Essential prototype changes were missing from #6527.
1675 Also make report_evil_fh() more bomb-proof.
1676 Branch: perl
1677 ! embed.h util.c
1678____________________________________________________________________________
1679[ 6527] By: jhi on 2000/08/05 03:22:05
1680 Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
1681 From: "Ronald F. Guilmette" <rfg@monkeys.com>
1682 Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
1683 Message-Id: <200007242247.PAA52177@monkeys.com>
1684 Branch: perl
1685 ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
1686____________________________________________________________________________
1687[ 6526] By: jhi on 2000/08/04 21:23:27
1688 Log: gcc versions might have (parentheses) in them.
1689 Branch: metaconfig/U/perl
1690 ! gccvers.U
1691 Branch: perl
1692 ! Configure config_h.SH
1693____________________________________________________________________________
1694[ 6525] By: jhi on 2000/08/04 20:23:12
1695 Log: Weed buglets pointed out by
1696
1697 From: Lupe Christoph <lupe@lupe-christoph.de>
1698 Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
1699 Date: Fri, 4 Aug 2000 17:34:39 +0200
1700 Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
1701 Branch: metaconfig/U/perl
1702 ! gccvers.U uselfs.U
1703 Branch: perl
1704 ! Configure config_h.SH
1705____________________________________________________________________________
1706[ 6524] By: jhi on 2000/08/04 19:02:08
1707 Log: Warn under -w if lstat(FH) is attempted.
1708
1709 Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
1710 From: "Todd C. Miller" <Todd.Miller@courtesan.com>
1711 Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT)
1712 Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com>
1713 Branch: perl
1714 ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
1715 ! t/pragma/warn/pp_sys
1716____________________________________________________________________________
1717[ 6523] By: jhi on 2000/08/04 12:31:11
1718 Log: Subject: New perlcc, take 2
1719 From: simon@brecon.co.uk (Simon Cozens)
1720 Date: 4 Aug 2000 06:21:04 GMT
1721 Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
1722 Branch: perl
1723 ! utils/perlcc.PL
1724____________________________________________________________________________
1725[ 6522] By: jhi on 2000/08/04 12:26:33
1726 Log: Subject: Re: Array vs. List context
1727 From: Daniel Chetlin <daniel@chetlin.com>
1728 Date: Fri, 4 Aug 2000 00:22:44 -0700
1729 Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
1730 Branch: perl
1731 ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
1732 ! pod/perlfaq4.pod
1733____________________________________________________________________________
1734[ 6521] By: jhi on 2000/08/04 12:22:38
1735 Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
1736 From: Raymund Will <ray@caldera.de>
1737 Date: Fri, 4 Aug 2000 12:07:09 +0200
1738 Message-Id: <20000804120709.A14982@caldera.de>
1739 Branch: perl
1740 ! configure.gnu
1741____________________________________________________________________________
1742[ 6520] By: jhi on 2000/08/04 04:09:06
1743 Log: After the #6519 a warning about stat() is just that,
1744 not about a filetest, which now have their own warning.
1745 Branch: perl
1746 ! pod/perldiag.pod
1747____________________________________________________________________________
1748[ 6519] By: jhi on 2000/08/04 04:06:30
1749 Log: In the warnings call filehandles consistently so;
1750 add "unopened" warning for stat().
1751 Branch: perl
1752 ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
1753 ! t/pragma/warn/pp_sys
1754____________________________________________________________________________
1755[ 6518] By: jhi on 2000/08/04 02:55:35
1756 Log: Subject: Minor tweak to perlvar.pod
1757 From: "Stephen P. Potter" <spp@ds.net>
1758 Date: Tue, 18 Apr 2000 09:26:03 -0400
1759 Message-Id: <200004181326.JAA01560@spp.users.ds.net>
1760 Branch: perl
1761 ! pod/perlvar.pod
1762____________________________________________________________________________
1763[ 6517] By: jhi on 2000/08/04 02:50:08
1764 Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
1765 From: "Clinton Pierce" <cpierce1@ford.com>
1766 Date: Wed, 21 Jul 1999 16:45:31 -0400
1767 Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
1768
1769 Fix by Stephen Potter (visible in the bug db but not in p5p?)
1770 Branch: perl
1771 ! pod/perlfunc.pod pod/perlop.pod
1772____________________________________________________________________________
1773[ 6516] By: jhi on 2000/08/04 02:09:25
1774 Log: This is 6512. Really.
1775 Branch: perl
1776 ! dump.c
1777____________________________________________________________________________
1778[ 6515] By: jhi on 2000/08/04 01:25:50
1779 Log: mention the idea of @( and @)
1780 Branch: perl
1781 ! Todo-5.6
1782____________________________________________________________________________
1783[ 6514] By: bailey on 2000/08/04 01:18:46
1784 Log: YA resync with mainstem, including VMS patches from others
1785 Branch: vmsperl
1786 +> (branch 48 files)
1787 - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
1788 !> (integrate 354 files)
1789____________________________________________________________________________
1790[ 6513] By: jhi on 2000/08/04 01:18:18
1791 Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
1792 From: Mark Dickinson <dickins3@fas.harvard.edu>
1793 Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
1794 Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
1795 Branch: perl
1796 ! t/op/grent.t t/op/pwent.t
1797____________________________________________________________________________
1798[ 6512] By: jhi on 2000/08/04 01:14:06
1799 Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
1800 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
1801 Date: Wed, 02 Aug 2000 10:51:01 +0100
1802 Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
1803 Branch: perl
1804 ! sv.c
1805____________________________________________________________________________
1806[ 6511] By: jhi on 2000/08/04 00:57:00
1807 Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question
1808 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
1809 Date: Thu, 03 Aug 2000 17:20:04 -0700
1810 Message-ID: <0wgi5gzkgqLb092yn@efn.org>
1811 Branch: metaconfig
1812 ! U/modified/Cppsym.U
1813 Branch: perl
1814 ! Configure config_h.SH
1815____________________________________________________________________________
1816[ 6510] By: jhi on 2000/08/04 00:25:28
1817 Log: detypo
1818 Branch: perl
1819 ! Makefile.SH
1820____________________________________________________________________________
1821[ 6509] By: jhi on 2000/08/03 23:43:18
1822 Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
1823 From: Dominic Dunlop <domo@computer.org>
1824 Date: Thu, 3 Aug 2000 22:16:46 +0200
1825 Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
1826 Branch: perl
1827 ! t/op/sprintf.t
1828____________________________________________________________________________
1829[ 6508] By: jhi on 2000/08/03 23:40:37
1830 Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
1831 From: Hugo <hv@crypt.compulink.co.uk>
1832 Date: Thu, 03 Aug 2000 18:25:30 +0100
1833 Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
1834 Branch: perl
1835 ! regcomp.c t/op/re_tests
1836____________________________________________________________________________
1837[ 6507] By: jhi on 2000/08/03 23:38:28
1838 Log: Subject: [PATCH] sv.h documentation - SvLEN
1839 From: Mike Guy <mjtg@cam.ac.uk>
1840 Date: Thu, 03 Aug 2000 14:43:09 +0100
1841 Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
1842 Branch: perl
1843 ! sv.h
1844____________________________________________________________________________
1845[ 6506] By: jhi on 2000/08/03 15:49:14
1846 Log: Disable the fix_pl hack for now.
1847 Branch: perl
1848 ! Makefile.SH
1849____________________________________________________________________________
1850[ 6505] By: jhi on 2000/08/03 13:49:04
1851 Log: Add a URL for FSF.
1852
1853 Subject: Patch for README
1854 From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
1855 Date: Wed, 2 Aug 2000 13:25:09 -0500
1856 Message-ID: <20000802132509.I10379@chaos.wustl.edu>
1857 Branch: perl
1858 ! README
1859____________________________________________________________________________
1860[ 6504] By: jhi on 2000/08/03 13:29:19
1861 Log: Be more informative on what is skipped and why,
1862 also repeat the list at the end.
1863 Branch: perl
1864 ! Porting/p4desc
1865____________________________________________________________________________
1866[ 6503] By: jhi on 2000/08/03 13:07:05
1867 Log: Circumvent the removal of .patch by fix_pl.
1868
1869 Subject: Re: [ID 20000802.011] unable to 'make test'
1870 From: simon@brecon.co.uk (Simon Cozens)
1871 Date: 3 Aug 2000 04:17:00 GMT
1872 Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org>
1873 Branch: perl
1874 ! Makefile.SH
1875____________________________________________________________________________
1876[ 6502] By: jhi on 2000/08/03 00:14:34
1877 Log: Add the missing setproctitle unit.
1878 Branch: metaconfig/U/perl
1879 + d_setproctitle.U
1880____________________________________________________________________________
1881[ 6501] By: jhi on 2000/08/03 00:00:26
1882 Log: The subtest 4 may fail also on VOBS, as pointed out
1883 by Nick Ing-Simmons in November 1999, bug id 19991124.003
1884 (but the failure in that bug report isn't the subtest 4).
1885 Branch: perl
1886 ! t/op/stat.t
1887____________________________________________________________________________
1888[ 6500] By: jhi on 2000/08/02 23:49:30
1889 Log: Better skip message for the test; one of the two problems in
1890
1891 Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
1892 From: Lupe Christoph <lupe@lupe-christoph.de>
1893 Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
1894 Message-Id: <200002241054.LAA06808@lupe-christoph.de>
1895 Branch: perl
1896 ! t/op/numconvert.t
1897____________________________________________________________________________
1898[ 6499] By: jhi on 2000/08/02 22:49:16
1899 Log: Allow "no Module;" even if there is no 'unimport'.
1900
1901 Subject: [ID 20000324.029] `unimport' is not special the way `import' is
1902 From: mjd@plover.com
1903 Date: 24 Mar 2000 15:24:34 -0000
1904 Message-Id: <20000324152434.15160.qmail@plover.com>
1905 Branch: perl
1906 ! gv.c
1907____________________________________________________________________________
1908[ 6498] By: jhi on 2000/08/02 22:42:58
1909 Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
1910 that are hopefully soon put into use.
1911 Branch: perl
1912 ! opcode.h opcode.pl opnames.h
1913____________________________________________________________________________
1914[ 6497] By: gsar on 2000/08/02 22:28:59
1915 Log: require.t needs binmode() to work on windows
1916 Branch: perl
1917 ! t/comp/require.t
1918____________________________________________________________________________
1919[ 6496] By: jhi on 2000/08/02 22:08:51
1920 Log: Document the IVdf UVuf UVof UVxf.
1921 Branch: perl
1922 ! pod/perlguts.pod
1923____________________________________________________________________________
1924[ 6495] By: jhi on 2000/08/02 21:54:26
1925 Log: detypo #6494
1926 Branch: perl
1927 ! ext/Data/Dumper/Dumper.xs
1928____________________________________________________________________________
1929[ 6494] By: jhi on 2000/08/02 21:49:17
1930 Log: Dump UVs as UVs in Data::Dumper.
1931
1932 Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
1933 From: Gurusamy Sarathy <gsar@ActiveState.com>
1934 Date: Thu, 27 Apr 2000 12:26:25 -0700
1935 Message-Id: <200004271926.MAA04331@molotok.activestate.com>
1936 Branch: perl
1937 ! ext/Data/Dumper/Dumper.xs
1938____________________________________________________________________________
1939[ 6493] By: jhi on 2000/08/02 17:01:58
1940 Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error
1941 From: Hugo <hv@crypt.compulink.co.uk>
1942 Date: Wed, 02 Aug 2000 14:53:56 +0100
1943 Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
1944 Branch: perl
1945 ! regexec.c t/op/re_tests
1946____________________________________________________________________________
1947[ 6492] By: jhi on 2000/08/02 15:02:46
1948 Log: The new setproctitle() feature is available only in
1949 bleeding edge FreeBSD. From Paul Saab.
1950 Branch: perl
1951 ! mg.c
1952____________________________________________________________________________
1953[ 6491] By: jhi on 2000/08/02 13:34:36
1954 Log: The tr utf8 patching continues.
1955
1956 Subject: Re: #6469, too many tests claimed in require.t
1957 From: simon@brecon.co.uk (Simon Cozens)
1958 Date: 2 Aug 2000 02:37:17 GMT
1959 Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
1960
1961 (the logic of the test was the wrong way round in the patch)
1962 Branch: perl
1963 ! doop.c
1964____________________________________________________________________________
1965[ 6490] By: jhi on 2000/08/02 13:27:38
1966 Log: The name of a filehandle does not have <these>.
1967 Branch: perl
1968 ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
1969 ! t/pragma/warn/pp_sys util.c
1970____________________________________________________________________________
1971[ 6489] By: jhi on 2000/08/02 04:26:46
1972 Log: Remove the extraneous "main::" prefix from all the
1973 "opened only for", "on closed", and "never opened" warnings.
1974
1975 Subject: Re: inappropriate warning
1976 From: Gurusamy Sarathy <gsar@ActiveState.com>
1977 Date: Mon, 20 Mar 2000 11:28:02 -0800
1978 Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
1979 Branch: perl
1980 ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
1981 ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
1982 ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
1983____________________________________________________________________________
1984[ 6488] By: jhi on 2000/08/02 03:02:57
1985 Log: memcpy has n o in it, as pinted ut by Sarathy.
1986 Branch: perl
1987 ! pod/perlguts.pod
1988____________________________________________________________________________
1989[ 6487] By: jhi on 2000/08/02 02:44:51
1990 Log: Document in one place the memory abstractions used in Perl core.
1991
1992 Subject: Re: Memory abstraction
1993 From: simon@brecon.co.uk (Simon Cozens)
1994 Date: 2 Aug 2000 02:20:23 GMT
1995 Organization: Earth.li Origins
1996 Branch: perl
1997 ! pod/perlguts.pod
1998____________________________________________________________________________
1999[ 6486] By: jhi on 2000/08/02 02:41:57
2000 Log: regen_headers, regen perltoc.
2001 Branch: perl
2002 ! perlapi.c pod/perltoc.pod
2003____________________________________________________________________________
2004[ 6485] By: jhi on 2000/08/02 01:43:33
2005 Log: "This little thing tests for a file .patch, and if it contains
2006 a number, pops into patchlevel.h" (making it easier to track
2007 which development version people are reporting bugs against)
2008
2009 Subject: Patchlevel autogeneration for repository perls
2010 From: simon@brecon.co.uk (Simon Cozens)
2011 Date: 14 Jul 2000 07:12:15 GMT
2012 Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
2013 Branch: perl
2014 + fix_pl
2015 ! MANIFEST Makefile.SH
2016____________________________________________________________________________
2017[ 6484] By: jhi on 2000/08/02 01:32:54
2018 Log: FreeBSD 3.* updates from
2019
2020 From: Paul Saab <ps@yahoo-inc.com>
2021 Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
2022 Date: Tue, 1 Aug 2000 15:41:39 -0700
2023 Message-Id: <20000801154139.A53740@yahoo-inc.com>
2024 Branch: perl
2025 ! hints/freebsd.sh
2026____________________________________________________________________________
2027[ 6483] By: jhi on 2000/08/02 01:27:44
2028 Log: In new BSDs changes to argv[] do not show up in ps(1) output,
2029 instead one must use setproctitle(). This was already addressed
2030 by change #6457, but the below has a new variant for FreeBSD 4.0
2031 or later, and the matter is also documented more.
2032
2033 From: Paul Saab <ps@yahoo-inc.com>
2034 Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
2035 Date: Tue, 1 Aug 2000 15:41:39 -0700
2036 Message-Id: <20000801154139.A53740@yahoo-inc.com>
2037 Branch: metaconfig/U/perl
2038 + i_libutil.U
2039 Branch: perl
2040 ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
2041____________________________________________________________________________
2042[ 6482] By: jhi on 2000/08/01 22:17:32
2043 Log: The test from this
2044
2045 Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
2046 Date: Sat, 15 Apr 2000 17:03:44 +0100
2047 From: Tom Hughes <tom@compton.nu>
2048 Message-ID: <d1c9b2af49.tom@compton.compton.nu>
2049
2050 was missing, the code change went in as #5989
2051 (which had a different test?)
2052 Branch: perl
2053 ! t/op/misc.t
2054____________________________________________________________________________
2055[ 6481] By: jhi on 2000/08/01 21:48:38
2056 Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
2057 From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
2058 Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
2059 Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
2060 Branch: perl
2061 ! perl.h
2062____________________________________________________________________________
2063[ 6480] By: jhi on 2000/08/01 18:05:28
2064 Log: Make p4desc to skip non-mainperl branches by default.
2065 Branch: perl
2066 ! Porting/p4desc
2067____________________________________________________________________________
2068[ 6479] By: jhi on 2000/08/01 17:29:19
2069 Log: If gccosandvers is equal to osname, clear gccosandvers.
2070 Branch: metaconfig/U/perl
2071 ! gccvers.U
2072 Branch: perl
2073 ! Configure config_h.SH
2074____________________________________________________________________________
2075[ 6478] By: jhi on 2000/08/01 15:54:08
2076 Log: BOM patching from Simon Cozens.
2077 Branch: perl
2078 ! toke.c
2079____________________________________________________________________________
2080[ 6477] By: jhi on 2000/08/01 04:50:33
2081 Log: Stash away the largefiles flags and libswanted.
2082 Branch: perl
2083 ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
2084____________________________________________________________________________
2085[ 6476] By: gsar on 2000/08/01 04:24:24
2086 Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
2087 on Windows)
2088 Branch: perl
2089 ! t/pragma/utf8.t utf8.c win32/win32.c
2090____________________________________________________________________________
2091[ 6475] By: jhi on 2000/08/01 03:35:24
2092 Log: Make chr() for values >127 to create utf8 when under utf8.
2093
2094 Subject: Re: uft8/chr()
2095 From: simon@brecon.co.uk (Simon Cozens)
2096 Date: 1 Aug 2000 02:37:02 GMT
2097 Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
2098 Branch: perl
2099 ! pod/perlfunc.pod pp.c t/pragma/utf8.t
2100____________________________________________________________________________
2101[ 6474] By: jhi on 2000/08/01 02:36:18
2102 Log: In Digital UNIX warn if gcc explicitly chosen because even
2103 2.95.2 is known to cause problems.
2104 Branch: perl
2105 ! hints/dec_osf.sh
2106____________________________________________________________________________
2107[ 6473] By: jhi on 2000/08/01 02:00:56
2108 Log: Make the safety catch for buggy gccs work with triple version
2109 numbers like 2.95.2. Reported in
2110
2111 Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
2112 From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
2113 Date: Mon, 31 Jul 2000 14:55:06 +0200
2114 Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
2115 Branch: perl
2116 ! hints/dec_osf.sh
2117____________________________________________________________________________
2118[ 6472] By: jhi on 2000/08/01 01:13:33
2119 Log: Subject: fix and question re: waitpid() under win32
2120 From: Brian Clarke <clarke@appliedmeta.com>
2121 Date: Fri, 28 Jul 2000 15:18:29 -0400
2122 Message-ID: <3981DC85.290314EB@appliedmeta.com>
2123
2124 Slightly reformatted and WNOHANG # define moved to win32.h
2125 so that also POSIX.xs sees it, as suggsted by Sarathy.
2126 Branch: perl
2127 ! win32/win32.c win32/win32.h
2128____________________________________________________________________________
2129[ 6471] By: jhi on 2000/08/01 00:55:05
2130 Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
2131 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2132 Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
2133 Date: Mon, 31 Jul 2000 13:28:51 +0100
2134
2135 (aka ID 20000730.002)
2136 Branch: perl
2137 ! op.c t/op/tr.t
2138____________________________________________________________________________
2139[ 6470] By: jhi on 2000/07/31 23:34:42
2140 Log: Document the problem with -P in HP-UX and its workaround.
2141
2142 Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
2143 From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
2144 Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
2145 Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
2146 Branch: perl
2147 ! README.hpux
2148____________________________________________________________________________
2149[ 6469] By: jhi on 2000/07/31 04:15:02
2150 Log: The swallow_bom() saga continues. The #23 of require.t
2151 (UTF16-LE) still fails (silently, no output) but the #22
2152 (UTF16-BE) seems to be working now. The root of the
2153 failure may be in sv_gets(): is it UTF-16LE-aware,
2154 especially when it comes to line endings?
2155 Branch: perl
2156 ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
2157 ! t/comp/require.t toke.c utf8.c
2158____________________________________________________________________________
2159[ 6468] By: jhi on 2000/07/30 19:05:48
2160 Log: Find green threads before native threads.
2161
2162 Subject: Re: Patch to jpl/JNI/Makefile.PL
2163 From: Jens Thomsen <jens@fiend.cis.com>
2164 Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
2165 Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
2166 Branch: perl
2167 ! jpl/JNI/Makefile.PL
2168____________________________________________________________________________
2169[ 6467] By: jhi on 2000/07/30 18:36:22
2170 Log: Fix the HALF_UPGRADE() macro introduced in #6263.
2171 Branch: perl
2172 ! doop.c
2173____________________________________________________________________________
2174[ 6466] By: jhi on 2000/07/30 04:37:29
2175 Log: A new version of the "remove UPPERACSE string comparison"
2176 operators. The problem with the previous one (change #6454)
2177 was that it was for Perl 5.6.0. From Paul Marquess.
2178 Branch: perl
2179 ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
2180 ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
2181 ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
2182____________________________________________________________________________
2183[ 6465] By: jhi on 2000/07/29 22:39:56
2184 Log: Do not upgrade SVs into utf8 just because they participate
2185 in eq or cmp. Reported and fix suggested in
2186
2187 Subject: [ID 20000720.009] sv_eq UTF8 bug
2188 From: "Simon Cozens" <simon@othersideofthe.earth.li>
2189 Date: 21 Jul 2000 04:37:29 -0000
2190 Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
2191
2192 Exercise for the kind reader: should we or should we not
2193 cache the utf8 conversion alonside the SV? (as magic,
2194 as thestrxfrm()ed version is cached under use locale)
2195 Argue both for and against.
2196 Branch: perl
2197 ! sv.c
2198____________________________________________________________________________
2199[ 6464] By: jhi on 2000/07/29 22:36:22
2200 Log: Subject: UTF8 concat
2201 From: simon@brecon.co.uk (Simon Cozens)
2202 Date: 30 Jun 2000 06:13:25 GMT
2203 Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
2204
2205 (with a memory leak fixed, plus a few casts added)
2206
2207 This also seems to help for
2208
2209 Subject: [ID 20000716.015] join UTF8 weirdness
2210 From: root <root@ak-71.mind.de>
2211 Date: Sat, 15 Jul 2000 15:29:54 +0200
2212 Message-Id: <200007151329.PAA13970@ak-71.mind.de>
2213
2214 (from Andreas König)
2215 Branch: perl
2216 ! pp_hot.c
2217____________________________________________________________________________
2218[ 6463] By: jhi on 2000/07/29 00:55:39
2219 Log: Tune the comments and hopefully stop a memory leak.
2220 Branch: perl
2221 ! toke.c utf8.c
2222____________________________________________________________________________
2223[ 6462] By: jhi on 2000/07/29 00:16:53
2224 Log: The problem described in this
2225
2226 Subject: [ID 20000322.018] named chars aren't magical enough
2227 From: root <root@dixie.cscaper.com>
2228 Date: Wed, 22 Mar 2000 18:37:42 -0700
2229 Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
2230
2231 has been fixed in perl 5.6.0 but just in case added a test
2232 to keep it away. (The report from Joseph Hall.)
2233 Branch: perl
2234 ! t/lib/charnames.t
2235____________________________________________________________________________
2236[ 6461] By: jhi on 2000/07/28 23:56:36
2237 Log: Tiny fixes for #6460.
2238 Branch: metaconfig/U/perl
2239 ! gccvers.U
2240 Branch: perl
2241 ! Configure config_h.SH
2242____________________________________________________________________________
2243[ 6460] By: jhi on 2000/07/28 23:24:41
2244 Log: Warn if the version of the operating system used to compile gcc
2245 differs from the current version of the operating system.
2246 Also display the gcc compilation os and version in myconfig.
2247 Inspiration from
2248
2249 Subject: Re: [ID 20000710.003] ERRORS!!
2250 From: "Kurt D. Starsinic" <kstar@chapin.edu>
2251 Date: Mon, 10 Jul 2000 15:54:16 -0400
2252 Message-ID: <20000710155416.A1384@O2.chapin.edu>
2253 Branch: metaconfig/U/perl
2254 ! gccvers.U
2255 Branch: perl
2256 ! Configure config_h.SH myconfig.SH
2257____________________________________________________________________________
2258[ 6459] By: jhi on 2000/07/28 22:00:32
2259 Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
2260 letter to $Config{osvers}.
2261 Branch: metaconfig
2262 ! U/modified/Oldconfig.U
2263 Branch: perl
2264 ! Configure config_h.SH
2265____________________________________________________________________________
2266[ 6458] By: jhi on 2000/07/28 04:15:39
2267 Log: Back out #6454, doesn't seem to work.
2268 (Reason: that patch was for perl 5.6.0, not perl-current)
2269 (A version of the patch for perl-current came in later as #6466)
2270 Branch: perl
2271 ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
2272 ! t/pragma/warn/5nolint t/pragma/warn/7fatal
2273 ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
2274____________________________________________________________________________
2275[ 6457] By: jhi on 2000/07/27 23:31:49
2276 Log: Use setproctitle() if available to modify $0.
2277
2278 Subject: setting $* on BSD4 broken
2279 From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
2280 Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
2281 Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
2282 Branch: metaconfig
2283 ! U/modified/Myinit.U
2284 Branch: perl
2285 ! Configure config_h.SH mg.c
2286____________________________________________________________________________
2287[ 6456] By: jhi on 2000/07/27 14:50:47
2288 Log: Allow "no AutoLoader;", based on change #6444,
2289 suggested by Graham Barr.
2290 Branch: perl
2291 ! lib/AutoLoader.pm
2292____________________________________________________________________________
2293[ 6455] By: jhi on 2000/07/27 14:19:10
2294 Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
2295 From: rspier@pobox.com (Robert Spier)
2296 Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
2297 Message-ID: <14720.15855.787664.424783@rls.cx>
2298 Branch: perl
2299 ! pod/perldiag.pod
2300____________________________________________________________________________
2301[ 6454] By: jhi on 2000/07/27 14:03:02
2302 Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
2303 for a long time).
2304
2305 Reported in
2306
2307 Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
2308 From: Ryan Herbert <rherbert@sycamorehq.com>
2309 Date: Mon, 17 Jul 2000 11:40:42 -0400
2310 Message-Id: <200007171540.LAA20480@beorn.hq.sai>
2311
2312 Patched in
2313
2314 Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
2315 From: "Paul Marquess" <Paul.Marquess@btinternet.com>
2316 Date: Wed, 26 Jul 2000 23:40:18 +0100
2317 Message-ID: <000001bff752$79511880$0a17073e@tiny>
2318
2319 based on an earlier patch from Stephen P. Potter.
2320
2321 (Removed later by change #6458 because this patch was for
2322 perl 5.6.0, not perl-current)
2323 Branch: perl
2324 ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
2325 ! t/pragma/warn/5nolint t/pragma/warn/7fatal
2326 ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
2327____________________________________________________________________________
2328[ 6453] By: jhi on 2000/07/27 13:48:02
2329 Log: Subject: [PATCH] fixes bug 20000508.004
2330 From: Michael Stevens <mstevens@globnix.org>
2331 Date: Thu, 27 Jul 2000 13:49:04 +0100
2332 Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
2333 Branch: perl
2334 ! pod/perldata.pod
2335____________________________________________________________________________
2336[ 6452] By: jhi on 2000/07/26 23:51:26
2337 Log: Further File::Temp patches from Yitzchak Scott-Thoennes
2338 and Craig A. Berry.
2339 Branch: perl
2340 ! lib/File/Temp.pm pod/perlport.pod
2341____________________________________________________________________________
2342[ 6451] By: jhi on 2000/07/26 19:43:30
2343 Log: Be wary of close()s, too.
2344
2345 Subject: Re: [PATCH] perlbug cleanup
2346 From: Tim Jenness <t.jenness@jach.hawaii.edu>
2347 Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
2348 Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
2349 Branch: perl
2350 ! utils/perlbug.PL
2351____________________________________________________________________________
2352[ 6450] By: jhi on 2000/07/26 18:41:40
2353 Log: Subject: Minor doc patch: handy.h
2354 From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
2355 Date: Wed, 26 Jul 2000 15:34:25 -0300
2356 Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
2357 Branch: perl
2358 ! handy.h pod/perlapi.pod
2359____________________________________________________________________________
2360[ 6449] By: jhi on 2000/07/26 18:23:55
2361 Log: Subject: [PATCH] minor doc change - perlguts
2362 From: Michael Stevens <mstevens@globnix.org>
2363 Date: Thu, 13 Jul 2000 12:39:18 +0100
2364 Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
2365 Branch: perl
2366 ! pod/perlguts.pod
2367____________________________________________________________________________
2368[ 6448] By: jhi on 2000/07/26 18:20:30
2369 Log: open() wariness in perlbug.
2370
2371 Subject: [PATCH] perlbug cleanup
2372 From: Michael Stevens <mstevens@globnix.org>
2373 Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
2374 Date: Thu, 13 Jul 2000 15:52:23 +0100
2375 Branch: perl
2376 ! utils/perlbug.PL
2377____________________________________________________________________________
2378[ 6447] By: jhi on 2000/07/26 18:13:04
2379 Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
2380 Branch: perl
2381 ! lib/File/Temp.pm t/lib/ftmp-security.t
2382____________________________________________________________________________
2383[ 6446] By: jhi on 2000/07/26 18:06:32
2384 Log: docfix from Peter Scott <Peter@PSDT.com>.
2385 Branch: perl
2386 ! pod/perlfunc.pod
2387____________________________________________________________________________
2388[ 6445] By: jhi on 2000/07/26 17:53:31
2389 Log: Fix *foo{FORMAT}.
2390
2391 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2392 Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
2393 Date: Wed, 26 Jul 2000 19:51:02 +0200
2394 Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
2395
2396 From: Graham Barr <gbarr@pobox.com>
2397 Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
2398 Date: Wed, 26 Jul 2000 17:38:36 +0100
2399 Message-ID: <20000726173836.L472@pobox.com>
2400 Branch: perl
2401 ! pp.c sv.c t/op/gv.t
2402____________________________________________________________________________
2403[ 6444] By: jhi on 2000/07/26 17:49:14
2404 Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
2405 from Graham Barr in the module list.
2406 Branch: perl
2407 ! gv.c pod/perlobj.pod
2408____________________________________________________________________________
2409[ 6443] By: jhi on 2000/07/26 16:06:56
2410 Log: More split() doc and test patches from Mike Guy.
2411 Branch: perl
2412 ! pod/perlfunc.pod t/op/split.t
2413____________________________________________________________________________
2414[ 6442] By: jhi on 2000/07/26 16:05:30
2415 Log: MacOS nits from Matthias Neeracher.
2416 Branch: perl
2417 ! perl.c pp_ctl.c
2418____________________________________________________________________________
2419[ 6441] By: jhi on 2000/07/26 04:39:57
2420 Log: Subject: [PATCH] split /^/
2421 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2422 Date: Tue, 25 Jul 2000 14:18:57 +0100
2423 Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
2424
2425 (with notes from tchrist and gbarr)
2426 Branch: perl
2427 ! pod/perlfunc.pod t/op/split.t
2428____________________________________________________________________________
2429[ 6440] By: jhi on 2000/07/26 04:32:32
2430 Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
2431 From: Peter Prymmer <pvhp@forte.com>
2432 Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
2433 Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
2434 Branch: perl
2435 ! vms/munchconfig.c
2436____________________________________________________________________________
2437[ 6439] By: jhi on 2000/07/26 04:31:01
2438 Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
2439 to be fatal errors (instead of by default ignoring them, and
2440 ignoring with a bug: even though -w gave an error, the opening [
2441 was left in) Reported in:
2442
2443 Subject: [ID 20000716.024] [=cc=] / [:blank:]
2444 From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
2445 Date: Sun, 16 Jul 2000 17:55:29 -0700
2446 Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
2447 Branch: perl
2448 ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
2449____________________________________________________________________________
2450[ 6438] By: jhi on 2000/07/25 15:41:15
2451 Log: Subject: [PATCH] av.c apidoc
2452 From: simon@brecon.co.uk (Simon Cozens)
2453 Date: 24 Jul 2000 06:40:52 GMT
2454 Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
2455 Branch: perl
2456 ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
2457 ! perlapi.c perlapi.h pod/perlapi.pod proto.h
2458____________________________________________________________________________
2459[ 6437] By: jhi on 2000/07/25 14:05:36
2460 Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
2461 From: "Stephen P. Potter" <spp@ds.net>
2462 Date: Mon, 24 Jul 2000 14:22:23 -0400
2463 Message-Id: <200007241822.OAA06827@spp.users.ds.net>
2464 Branch: perl
2465 ! pod/perllocale.pod
2466____________________________________________________________________________
2467[ 6436] By: jhi on 2000/07/25 14:02:03
2468 Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
2469 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2470 Date: Mon, 24 Jul 2000 18:04:28 +0100
2471 Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
2472 Branch: perl
2473 ! t/lib/syslfs.t t/op/lfs.t
2474____________________________________________________________________________
2475[ 6435] By: jhi on 2000/07/25 13:59:28
2476 Log: Get UTF16 BOMs working. Patch from
2477
2478 Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
2479 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2480 Date: Tue, 25 Jul 2000 12:52:45 +0100
2481 Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
2482
2483 and notes from
2484
2485 Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
2486 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2487 Date: Tue, 25 Jul 2000 11:43:25 +0100
2488 Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
2489 Branch: perl
2490 ! t/comp/require.t toke.c utf8.c
2491____________________________________________________________________________
2492[ 6434] By: jhi on 2000/07/25 02:39:54
2493 Log: Make the "uninit variable" warning to say "concat or string"
2494 or "join or string" when in concat or join .
2495
2496 Subject: Re: [ID 20000403.009] uninitialised concatenation???
2497 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2498 Date: Tue, 04 Apr 2000 18:22:58 +0100
2499 Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
2500
2501 Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
2502 From: William R Ward <hermit@BayView.COM>
2503 Date: Thu, 30 Mar 2000 19:50:03 -0800
2504 Message-Id: <200003310350.TAA13319@komodo.bayview.com>
2505 Branch: perl
2506 ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
2507 ! t/pragma/warn/op t/pragma/warn/sv
2508____________________________________________________________________________
2509[ 6433] By: jhi on 2000/07/24 17:52:56
2510 Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
2511 Branch: perl
2512 ! lib/File/Spec/VMS.pm
2513____________________________________________________________________________
2514[ 6432] By: jhi on 2000/07/24 17:44:44
2515 Log: Test cases for #6431.
2516
2517 Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
2518 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2519 Date: Mon, 24 Jul 2000 15:32:29 +0100
2520 Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
2521 Branch: perl
2522 ! t/op/pat.t t/op/split.t
2523____________________________________________________________________________
2524[ 6431] By: jhi on 2000/07/24 17:43:17
2525 Log: Bind op fix.
2526
2527 Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
2528 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2529 Date: Mon, 17 Jul 2000 20:04:56 +0100
2530 Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
2531 Branch: perl
2532 ! op.c
2533____________________________________________________________________________
2534[ 6430] By: jhi on 2000/07/24 03:42:42
2535 Log: Subject: [ID 20000716.023] syslog test fails without sockets
2536 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
2537 Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
2538 Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
2539 Branch: metaconfig/U/perl
2540 ! Extensions.U
2541 Branch: perl
2542 ! Configure config_h.SH
2543____________________________________________________________________________
2544[ 6429] By: jhi on 2000/07/24 03:11:52
2545 Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
2546 case, but add also notes explaining the relationship of this
2547 patch and the earlier notes by Sarathy.
2548
2549 Subject: Map is still slow
2550 From: "Ben Tilly" <ben_tilly@hotmail.com>
2551 Date: Sat, 15 Jul 2000 17:23:27 EDT
2552 Message-ID: <20000715212327.21656.qmail@hotmail.com>
2553 Branch: perl
2554 ! pp_ctl.c
2555____________________________________________________________________________
2556[ 6428] By: jhi on 2000/07/24 02:58:52
2557 Log: Documentation to explain the behaviour of map().
2558
2559 Subject: Re: Map is still slow
2560 From: Gurusamy Sarathy <gsar@ActiveState.com>
2561 Date: Sat, 15 Jul 2000 16:05:09 -0700
2562 Message-Id: <200007152305.QAA26887@molotok.activestate.com>
2563 Branch: perl
2564 ! pp_ctl.c
2565____________________________________________________________________________
2566[ 6427] By: jhi on 2000/07/24 02:50:03
2567 Log: Add tests for
2568 [ID 19991110.003] another matching finding by pcre author
2569 which has already been fixed by some patch, as verified in
2570
2571 Subject: Re: two regex bugs from the mists of time (well, last November)
2572 From: Hugo <hv@crypt.compulink.co.uk>
2573 Date: Sat, 22 Jul 2000 18:12:58 +0100
2574 Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
2575 Branch: perl
2576 ! t/op/re_tests
2577____________________________________________________________________________
2578[ 6426] By: jhi on 2000/07/24 02:11:20
2579 Log: A missing 'break' after the [[:space:]] switch case.
2580
2581 Subject: [ID 20000718.006] Missing 'break' in regcomp.c
2582 From: "Stephen P. Potter" <spp@ds.net>
2583 Date: Tue, 18 Jul 2000 16:25:17 -0400
2584 Message-Id: <200007182025.QAA28383@spp.users.ds.net>
2585 Branch: perl
2586 ! regcomp.c
2587____________________________________________________________________________
2588[ 6425] By: jhi on 2000/07/24 02:06:12
2589 Log: The output might have been produced in the wrong order.
2590
2591 Subject: [ID 20000720.003] [PATCH] t/op/write.t
2592 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2593 Date: Thu, 20 Jul 2000 18:49:18 +0100
2594 Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
2595 Branch: perl
2596 ! t/op/write.t
2597____________________________________________________________________________
2598[ 6424] By: jhi on 2000/07/24 02:00:07
2599 Log: Use STDOUT consistently.
2600
2601 Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
2602 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2603 Date: Thu, 20 Jul 2000 18:04:01 +0100
2604 Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
2605 Branch: perl
2606 ! lib/Test/Harness.pm
2607____________________________________________________________________________
2608[ 6423] By: jhi on 2000/07/24 01:54:54
2609 Log: Protect against "wild next"s, that is, callbacks doing "next"
2610 instead of "return".
2611
2612 Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
2613 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2614 Date: Tue, 18 Jul 2000 11:30:16 +0100
2615 Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
2616 Branch: perl
2617 ! lib/File/Find.pm
2618____________________________________________________________________________
2619[ 6422] By: jhi on 2000/07/24 01:35:47
2620 Log: Out-of-date note removed.
2621
2622 Subject: [PATCH] documentation perlipc
2623 From: rspier@pobox.com (Robert Spier)
2624 Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
2625 Message-ID: <14711.35178.572612.502654@rls.cx>
2626 Branch: perl
2627 ! pod/perlipc.pod
2628____________________________________________________________________________
2629[ 6421] By: jhi on 2000/07/24 00:09:18
2630 Log: Send all installperl messages to STDERR and be -w clean.
2631
2632 Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
2633 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2634 Date: Sat, 22 Jul 2000 14:02:11 +0100
2635 Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
2636 Branch: perl
2637 ! installperl
2638____________________________________________________________________________
2639[ 6420] By: jhi on 2000/07/24 00:04:19
2640 Log: Decutandpasto.
2641
2642 Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
2643 From: "Richard Soderberg" <rs@crystalflame.net>
2644 Date: Sun, 23 Jul 2000 01:37:23 -0700
2645 Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
2646 Branch: perl
2647 ! pod/perlipc.pod
2648____________________________________________________________________________
2649[ 6419] By: jhi on 2000/07/24 00:01:12
2650 Log: A cleaner abs_path().
2651 Subject: Re: unix alternative to Cwd.pm
2652 From: Jeff Pinyan <jeffp@crusoe.net>
2653 Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
2654 Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
2655 Branch: perl
2656 ! lib/Cwd.pm
2657____________________________________________________________________________
2658[ 6418] By: jhi on 2000/07/23 23:48:56
2659 Log: Detypo.
2660
2661 Subject: [PATCH perl-current] Typo in hints/powerux.sh
2662 From: "Richard Soderberg" <rs@crystalflame.net>
2663 Date: Sun, 23 Jul 2000 01:27:33 -0700
2664 Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
2665 Branch: perl
2666 ! hints/powerux.sh
2667____________________________________________________________________________
2668[ 6417] By: jhi on 2000/07/17 22:13:31
2669 Log: Subject: SDBM_File documentation
2670 From: mjd@plover.com
2671 Date: 16 Jul 2000 17:41:17 -0000
2672 Message-ID: <20000716174117.18515.qmail@plover.com>
2673 Branch: perl
2674 ! ext/SDBM_File/SDBM_File.pm
2675____________________________________________________________________________
2676[ 6416] By: jhi on 2000/07/17 19:13:26
2677 Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
2678 Branch: perl
2679 ! hints/mpeix.sh mpeix/relink
2680____________________________________________________________________________
2681[ 6415] By: jhi on 2000/07/15 14:11:02
2682 Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
2683 the utf8 'characters' can be more than one octet).
2684
2685 Date: Sat, 15 Jul 2000 00:21:56 +0100
2686 From: Tom Hughes <tom@compton.nu>
2687 Subject: Re: [ID 20000714.002]
2688 Message-ID: <db2334de49.tom@compton.compton.nu>
2689
2690 Reported in
2691
2692 Subject: [ID 20000714.002]
2693 From: "Simon Cozens" <simon@othersideofthe.earth.li>
2694 Date: 14 Jul 2000 15:13:09 -0000
2695 Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
2696 Branch: perl
2697 ! doop.c
2698____________________________________________________________________________
2699[ 6414] By: jhi on 2000/07/15 03:13:41
2700 Log: another VMS build tweak from Peter Prymmer
2701 Branch: perl
2702 ! vms/descrip_mms.template
2703____________________________________________________________________________
2704[ 6413] By: jhi on 2000/07/15 03:10:40
2705 Log: perlvms.pod whitespace cleanup to keep pod utils happy.
2706 Branch: perl
2707 ! vms/perlvms.pod
2708____________________________________________________________________________
2709[ 6412] By: jhi on 2000/07/15 00:31:05
2710 Log: More docs for sv functions.
2711
2712 Subject: [PATCH cfgperl] sv.c apidoc
2713 From: simon@brecon.co.uk (Simon Cozens)
2714 Date: 13 Jul 2000 09:00:20 GMT
2715 Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
2716
2717 Subject: Re: [PATCH cfgperl] sv.c apidoc
2718 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2719 Date: Thu, 13 Jul 2000 12:27:41 +0100
2720 Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
2721
2722 Subject: Re: [PATCH cfgperl] sv.c apidoc
2723 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2724 Date: Thu, 13 Jul 2000 13:23:09 +0100
2725 Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
2726
2727 Subject: Re: [PATCH cfgperl] sv.c apidoc
2728 From: simon@brecon.co.uk (Simon Cozens)
2729 Date: 14 Jul 2000 06:51:02 GMT
2730 Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
2731 Branch: perl
2732 ! embed.pl pod/perlapi.pod sv.c
2733____________________________________________________________________________
2734[ 6411] By: jhi on 2000/07/15 00:10:41
2735 Log: lib/b test fixes from Peter Prymmer.
2736 Branch: perl
2737 ! t/lib/b.t
2738____________________________________________________________________________
2739[ 6410] By: jhi on 2000/07/15 00:02:09
2740 Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
2741 From: Hugo <hv@crypt.compulink.co.uk>
2742 Date: Fri, 14 Jul 2000 23:05:20 +0100
2743 Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
2744
2745 Didn't anymore apply, but that point still could use another fix.
2746 Branch: perl
2747 ! pod/perlfunc.pod
2748____________________________________________________________________________
2749[ 6409] By: jhi on 2000/07/14 23:15:15
2750 Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
2751 not in pod, from Peter Prymmer
2752 Branch: perl
2753 ! vms/descrip_mms.template
2754____________________________________________________________________________
2755[ 6408] By: jhi on 2000/07/14 20:35:05
2756 Log: The bug report
2757 [ID 19991110.002] minimal matching discrepancy found by pcre author
2758 seems to have been fixed (though differently from what was suggested
2759 in the report) in 5.6.0. Add tests to keep the bug from reappearing.
2760 Branch: perl
2761 ! t/op/re_tests
2762____________________________________________________________________________
2763[ 6407] By: jhi on 2000/07/14 17:38:08
2764 Log: Fix AutoSplit to use File::Spec the right way in VMS,
2765 from Peter Prymmer.
2766 Branch: perl
2767 ! lib/AutoSplit.pm
2768____________________________________________________________________________
2769[ 6406] By: jhi on 2000/07/14 14:13:22
2770 Log: Merge perlhacktut into perlhack, update perlguts.
2771
2772 Subject: Re: Perlhacktut
2773 From: simon@brecon.co.uk (Simon Cozens)
2774 Date: 14 Jul 2000 06:49:21 GMT
2775 Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
2776
2777 Subject: Re: Perlhacktut
2778 From: simon@brecon.co.uk (Simon Cozens)
2779 Date: 14 Jul 2000 07:09:45 GMT
2780 Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
2781 Branch: perl
2782 ! pod/perlguts.pod pod/perlhack.pod
2783____________________________________________________________________________
2784[ 6405] By: jhi on 2000/07/14 14:02:31
2785 Log: Integrate with Sarathy.
2786 Branch: cfgperl
2787 !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
2788 !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
2789 !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
2790____________________________________________________________________________
2791[ 6404] By: gsar on 2000/07/14 12:15:02
2792 Log: PERL_OBJECT build tweaks
2793 Branch: perl
2794 ! toke.c
2795____________________________________________________________________________
2796[ 6403] By: gsar on 2000/07/14 11:23:41
2797 Log: inconsistent types needs casts
2798 Branch: perl
2799 ! toke.c
2800____________________________________________________________________________
2801[ 6402] By: gsar on 2000/07/14 11:12:04
2802 Log: typos in change#6399, regen headers
2803 Branch: perl
2804 ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
2805____________________________________________________________________________
2806[ 6401] By: gsar on 2000/07/14 10:59:12
2807 Log: typecasts needed for change#6394
2808 Branch: perl
2809 ! toke.c
2810____________________________________________________________________________
2811[ 6400] By: gsar on 2000/07/14 10:49:37
2812 Log: integrate cfgperl contents into mainline
2813 Branch: perl
2814 !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
2815 !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
2816____________________________________________________________________________
2817[ 6399] By: gsar on 2000/07/14 10:38:35
2818 Log: enable UTF-16 filter by default if relevant BOM is seen; various
2819 cleanups (typos, misformatted code, and small bugs)
2820 Branch: perl
2821 ! doop.c embed.pl mg.c op.c pp.c toke.c
2822____________________________________________________________________________
2823[ 6398] By: gsar on 2000/07/14 08:55:38
2824 Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
2825 name suggests anyway)
2826 Branch: perl
2827 ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
2828____________________________________________________________________________
2829[ 6397] By: gsar on 2000/07/14 08:44:33
2830 Log: move new variables to the end of the interpreter structure (for
2831 bincompat in code that doesn't #include XSUB.h)
2832 Branch: perl
2833 ! intrpvar.h
2834____________________________________________________________________________
2835[ 6396] By: gsar on 2000/07/14 08:13:58
2836 Log: MakeMaker should not remove editor backups (*~) on `make clean`
2837 by default (completes change#6383)
2838 Branch: perl
2839 ! lib/ExtUtils/MM_Unix.pm
2840____________________________________________________________________________
2841[ 6395] By: jhi on 2000/07/14 05:20:33
2842 Log: Replace change #6337 with a better one.
2843
2844 Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
2845 From: Hugo <hv@crypt.compulink.co.uk>
2846 Date: Fri, 14 Jul 2000 04:16:20 +0100
2847 Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
2848 Branch: cfgperl
2849 ! regexec.c t/op/re_tests
2850____________________________________________________________________________
2851[ 6394] By: jhi on 2000/07/14 01:33:59
2852 Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
2853 Branch: cfgperl
2854 ! embed.pl global.sym proto.h toke.c
2855____________________________________________________________________________
2856[ 6393] By: jhi on 2000/07/13 23:41:23
2857 Log: remove discarded test
2858 Branch: cfgperl
2859 ! MANIFEST
2860____________________________________________________________________________
2861[ 6392] By: jhi on 2000/07/13 23:32:25
2862 Log: The {multiplier} of a fixed substring was overlooked which
2863 caused a wrong initial search offset for that substring.
2864
2865 Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
2866 From: Hugo <hv@crypt.compulink.co.uk>
2867 Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
2868 Date: Thu, 13 Jul 2000 19:27:13 +0100
2869 Branch: cfgperl
2870 ! regcomp.c t/op/re_tests
2871____________________________________________________________________________
2872[ 6391] By: jhi on 2000/07/13 16:37:42
2873 Log: typo fix from Craig Berry
2874 Branch: cfgperl
2875 ! vms/subconfigure.com
2876____________________________________________________________________________
2877[ 6390] By: jhi on 2000/07/13 13:20:12
2878 Log: Integrate with Sarathy.
2879 Branch: cfgperl
2880 - t/op/method2entersub.t
2881 !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
2882 !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
2883 !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
2884 !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
2885____________________________________________________________________________
2886[ 6389] By: jhi on 2000/07/13 13:18:48
2887 Log: Detypo from Peter Prymmer, part of #6388.
2888 Branch: cfgperl
2889 ! Configure config_h.SH
2890 Branch: metaconfig
2891 ! U/modified/d_longlong.U
2892____________________________________________________________________________
2893[ 6388] By: gsar on 2000/07/13 06:33:40
2894 Log: typos (spotted by Peter Prymmer)
2895 Branch: perl
2896 ! Configure t/lib/english.t
2897____________________________________________________________________________
2898[ 6387] By: gsar on 2000/07/13 05:35:28
2899 Log: new selfloader.t in change#6183 doesn't close DATA handles,
2900 and thus fails to clean up tmp files on dosish platforms
2901 Branch: perl
2902 ! t/lib/selfloader.t
2903____________________________________________________________________________
2904[ 6386] By: gsar on 2000/07/12 21:42:39
2905 Log: sprintf test tweaks (from Dominic Dunlop)
2906 Branch: perl
2907 ! t/op/sprintf.t
2908____________________________________________________________________________
2909[ 6385] By: gsar on 2000/07/12 21:33:46
2910 Log: fix bugs in processing %v-*d and similar format specs (from
2911 Avi Finkel <avi@finkel.org>)
2912 Branch: perl
2913 ! sv.c t/op/sprintf.t
2914____________________________________________________________________________
2915[ 6384] By: gsar on 2000/07/12 16:04:19
2916 Log: readd missing perldelta.pod changes from changes#6339,6376
2917 Branch: perl
2918 ! pod/perldelta.pod
2919____________________________________________________________________________
2920[ 6383] By: gsar on 2000/07/12 16:00:51
2921 Log: don't clobber *.orig files on *clean targets
2922 Branch: perl
2923 ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
2924____________________________________________________________________________
2925[ 6382] By: gsar on 2000/07/12 07:59:12
2926 Log: fix broken integrations in cfgperl
2927 Branch: cfgperl
2928 !> Changes pod/perldelta.pod
2929____________________________________________________________________________
2930[ 6381] By: gsar on 2000/07/12 07:42:17
2931 Log: integrate cfgperl changes into mainline
2932 Branch: perl
2933 ! Changes
2934 !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
2935 !> pod/perlre.pod
2936____________________________________________________________________________
582cc879
GS
2937[ 6380] By: gsar on 2000/07/12 07:31:00
2938 Log: get sprintf.t to adjust properly for 3-digit exponents
c15ecffd 2939 Branch: perl
582cc879 2940 ! t/op/sprintf.t
c15ecffd 2941____________________________________________________________________________
582cc879
GS
2942[ 6379] By: gsar on 2000/07/12 06:40:04
2943 Log: change#6174 needs corresponding change in win32/config_h.PL,
2944 which grovels through config_h.SH to find the config.h name
2945 Branch: perl
2946 ! win32/config_h.PL
2947____________________________________________________________________________
2948[ 6378] By: jhi on 2000/07/12 05:03:59
2949 Log: Do the cc sanity check both before the hints and
2950 after the cc selction.
2951 Branch: cfgperl
2952 ! Configure config_h.SH
2953 Branch: metaconfig
2954 ! U/modified/Oldconfig.U U/modified/cc.U
2955 Branch: metaconfig/U/perl
2956 + Checkcc.U
2957____________________________________________________________________________
2958[ 6377] By: jhi on 2000/07/12 02:49:22
2959 Log: Fix nits noticed by Boston.pm.
c15ecffd 2960 Branch: cfgperl
582cc879
GS
2961 ! pod/perlre.pod
2962____________________________________________________________________________
2963[ 6376] By: jhi on 2000/07/11 21:22:13
2964 Log: Configure cosmetics and perldelta.
2965 Branch: cfgperl
2966 ! Configure config_h.SH pod/perldelta.pod
2967 Branch: metaconfig
2968 ! U/modified/cc.U
c15ecffd 2969____________________________________________________________________________
582cc879
GS
2970[ 6375] By: gsar on 2000/07/11 21:17:35
2971 Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
37590e52 2972 Branch: perl
582cc879
GS
2973 ! t/op/sprintf.t win32/Makefile win32/makefile.mk
2974 ! win32/win32sck.c
37590e52 2975____________________________________________________________________________
582cc879
GS
2976[ 6374] By: gsar on 2000/07/11 20:48:50
2977 Log: tweak for build failure under multiplicity
37590e52 2978 Branch: perl
582cc879 2979 ! toke.c
37590e52 2980____________________________________________________________________________
582cc879
GS
2981[ 6373] By: gsar on 2000/07/11 20:37:23
2982 Log: integrate cfgperl changes#6325..6373 into mainline
2983 (NOTE: today's batch of integrations still untested)
37590e52 2984 Branch: perl
582cc879
GS
2985 +> ext/DynaLoader/hints/netbsd.pl
2986 ! Changes
2987 !> (integrate 26 files)
37590e52 2988____________________________________________________________________________
582cc879
GS
2989[ 6372] By: jhi on 2000/07/11 20:30:36
2990 Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
2991 regen perltoc.
2992 Branch: cfgperl
2993 + pod/perlbook.pod
2994 ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
2995 ! pod/perltoc.pod
2996____________________________________________________________________________
c2e66d9e
GS
2997[ 6371] By: jhi on 2000/07/11 20:08:56
2998 Log: Minor cleanups on the booklist.
2999 Branch: cfgperl
3000 ! pod/perlfaq2.pod
3001____________________________________________________________________________
3002[ 6370] By: jhi on 2000/07/11 19:31:13
3003 Log: mjd's tr patches "broke" tr/z-Z/z-Z/
3004 Branch: cfgperl
3005 ! t/pragma/overload.t
3006____________________________________________________________________________
3007[ 6369] By: gsar on 2000/07/11 19:27:48
3008 Log: integrate cfgperl changes#6293..6324 into mainline
3009 Branch: perl
3010 +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
3011 - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
3012 !> (integrate 30 files)
3013____________________________________________________________________________
3014[ 6368] By: gsar on 2000/07/11 19:18:57
3015 Log: skip integrate of problematic change#6292 from cfgperl into mainline
3016 Branch: perl
3017 !> pp_hot.c
3018____________________________________________________________________________
3019[ 6367] By: gsar on 2000/07/11 19:17:21
3020 Log: integrate cfgperl changes#6288..6290 into mainline
3021 Branch: perl
3022 !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
3023____________________________________________________________________________
3024[ 6366] By: gsar on 2000/07/11 19:11:18
3025 Log: integrate cfgperl changes#6268..6282 into mainline
3026 Branch: perl
3027 !> (integrate 30 files)
3028____________________________________________________________________________
3029[ 6365] By: gsar on 2000/07/11 18:57:00
3030 Log: delete new accidentally branched file
3031 Branch: perl
3032 - t/op/method2entersub.t
3033____________________________________________________________________________
3034[ 6364] By: gsar on 2000/07/11 18:55:13
3035 Log: skip integrate of change#6267 from cfgperl into mainline (the
3036 method call optimization is flawed without additional hints
3037 from user about immutableness of @ISA and no runtime method
3038 definitions)
3039 Branch: perl
3040 +> t/op/method2entersub.t
3041 !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
3042 !> perl.h t/op/sprintf.t xsutils.c
3043____________________________________________________________________________
3044[ 6363] By: gsar on 2000/07/11 18:49:43
3045 Log: integrate cfgperl changes#6261..6266 into mainline
3046 Branch: perl
3047 !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
3048 !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
3049 !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
3050 !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
3051____________________________________________________________________________
3052[ 6362] By: gsar on 2000/07/11 18:43:26
3053 Log: integrate cfgperl changes#6252..6260 into mainline
3054 Branch: perl
3055 !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
3056 !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
3057 !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
3058 !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
3059____________________________________________________________________________
3060[ 6361] By: gsar on 2000/07/11 18:37:12
3061 Log: skip integrate of problematic change#6251 from cfgperl into mainline
3062 Branch: perl
3063 !> lib/Exporter.pm
3064____________________________________________________________________________
3065[ 6360] By: gsar on 2000/07/11 18:34:56
3066 Log: integrate cfgperl change#6250 into mainline
3067 Branch: perl
3068 +> t/op/my_stash.t
3069 !> MANIFEST embed.pl proto.h toke.c
3070____________________________________________________________________________
3071[ 6359] By: gsar on 2000/07/11 18:21:19
3072 Log: integrate cfgperl changes#6242..6249 into mainline
3073 Branch: perl
3074 !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
3075 !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
3076 !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
3077 !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
3078 !> t/lib/peek.t utf8.c
3079____________________________________________________________________________
3080[ 6358] By: gsar on 2000/07/11 18:15:45
3081 Log: skip integrate of problematic change#6241 from cfgperl into mainline
3082 Branch: perl
3083 !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
3084____________________________________________________________________________
3085[ 6357] By: jhi on 2000/07/11 18:15:16
3086 Log: Fix for
3087 Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
3088 From: Roderick Schertler <roderick@argon.org>
3089 Date: Tue, 11 Jul 2000 13:55:05 -0400
3090 Message-Id: <200007111755.NAA05077@jones.argon.org>
3091 Branch: cfgperl
3092 ! doio.c
3093____________________________________________________________________________
3094[ 6356] By: jhi on 2000/07/11 18:12:51
3095 Log: Typo in #6341.
3096 Branch: cfgperl
3097 ! pp_hot.c
3098____________________________________________________________________________
3099[ 6355] By: gsar on 2000/07/11 18:12:10
3100 Log: integrate cfgperl changes#6231..6240 into mainline
3101 Branch: perl
3102 +> pod/perlutil.pod
3103 !> (integrate 35 files)
3104____________________________________________________________________________
3105[ 6354] By: jhi on 2000/07/11 18:04:34
3106 Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
3107 From: Dominic Dunlop <domo@computer.org>
3108 Date: Tue, 11 Jul 2000 12:27:33 +0200
3109 Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
3110
3111 Replaces change #6268.
3112 Branch: cfgperl
3113 ! t/op/sprintf.t
3114____________________________________________________________________________
3115[ 6353] By: gsar on 2000/07/11 17:59:51
3116 Log: skip integrate of problematic change#6230 from cfgperl into mainline
3117 (a later version of File::Spec is already in mainline)
3118 Branch: perl
3119 !> lib/File/Spec.pm lib/File/Spec/Functions.pm
3120 !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
3121____________________________________________________________________________
3122[ 6352] By: gsar on 2000/07/11 17:57:48
3123 Log: integrate cfgperl changes#6224..6229 into mainline
3124 Branch: perl
3125 +> lib/lib.pm.PL
3126 - lib/lib.pm
3127 !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
3128 !> lib/English.pm op.c t/lib/english.t
3129____________________________________________________________________________
3130[ 6351] By: gsar on 2000/07/11 17:50:10
3131 Log: skip integrate of problematic change#6223 from cfgperl into mainline
3132 Branch: perl
3133 !> doio.c
3134____________________________________________________________________________
3135[ 6350] By: gsar on 2000/07/11 17:48:28
3136 Log: integrate cfgperl changes#6220..6222 into mainline
3137 Branch: perl
3138 !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
3139 !> toke.c utf8.c win32/win32.h
3140____________________________________________________________________________
3141[ 6349] By: gsar on 2000/07/11 17:46:13
3142 Log: skip integrate of problematic changes#6218..6219 from cfgperl into
3143 mainline
3144 Branch: perl
3145 !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
3146 !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
3147 !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
3148____________________________________________________________________________
3149[ 6348] By: jhi on 2000/07/11 17:45:49
3150 Log: README.posix-bc podified from Thomas Dorner.
3151 Branch: cfgperl
3152 ! README.posix-bc
3153____________________________________________________________________________
3154[ 6347] By: gsar on 2000/07/11 17:42:04
3155 Log: integrate cfgperl change#6217 into mainline
3156 Branch: perl
3157 !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
3158 !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
3159 !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
3160____________________________________________________________________________
3161[ 6346] By: gsar on 2000/07/11 17:39:37
3162 Log: skip integrate of problematic changes#6211..6212 from cfgperl into
3163 mainline
3164 Branch: perl
3165 !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
3166 !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
3167 !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
3168 !> perlapi.h pod/perlapi.pod
3169____________________________________________________________________________
3170[ 6345] By: gsar on 2000/07/11 17:36:42
3171 Log: integrate cfgperl changes#6207..6210 into mainline
3172 Branch: perl
3173 !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
3174 !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
3175____________________________________________________________________________
3176[ 6344] By: gsar on 2000/07/11 17:31:20
3177 Log: skip integrate of problematic changes#6204..6206 from cfgperl into
3178 mainline
3179 Branch: perl
3180 !> (integrate 40 files)
3181____________________________________________________________________________
3182[ 6343] By: gsar on 2000/07/11 17:19:08
3183 Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
3184 Branch: perl
3185 +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
3186 ! Changes
3187 !> (integrate 34 files)
3188____________________________________________________________________________
25fbdfc0
GS
3189[ 6342] By: jhi on 2000/07/11 16:05:48
3190 Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
3191 To: perl5-porters@perl.org
3192 From: Karsten Sperling <spiff@phreax.net>
3193 Date: Mon, 10 Jul 2000 15:12:52 +0200
3194 Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
3195 Branch: cfgperl
3196 ! lib/Symbol.pm
c15ecffd 3197____________________________________________________________________________
25fbdfc0
GS
3198[ 6341] By: jhi on 2000/07/11 15:59:23
3199 Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
3200 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
3201 Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
3202 Date: Fri, 07 Jul 2000 17:57:16 +0100
c15ecffd 3203 Branch: cfgperl
25fbdfc0 3204 ! pp_hot.c
c15ecffd 3205____________________________________________________________________________
25fbdfc0
GS
3206[ 6340] By: jhi on 2000/07/11 15:55:47
3207 Log: Subject: Re: format bug report [Patch]
3208 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3209 Date: Wed, 05 Jul 2000 13:12:52 +0200
3210 Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
3211
3212 Subject: Re: format bug report [Patch]
3213 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3214 Date: Wed, 05 Jul 2000 14:10:01 +0200
3215 Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
3216 Branch: cfgperl
3217 ! t/op/write.t toke.c
37590e52 3218____________________________________________________________________________
25fbdfc0
GS
3219[ 6339] By: jhi on 2000/07/11 13:54:09
3220 Log: Be less forgiving about ambiguous and illegal tr ranges.
3221 Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way
3222 From: Mark-Jason Dominus <mjd@plover.com>
3223 Date: Tue, 04 Jul 2000 10:00:12 -0400
3224 Message-ID: <20000704140012.17772.qmail@plover.com>
3225
3226 Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way
3227 From: Mark-Jason Dominus <mjd@plover.com>
3228 Date: Wed, 05 Jul 2000 09:37:36 -0400
3229 Message-ID: <20000705133736.27293.qmail@plover.com>
3230 Branch: cfgperl
3231 ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
37590e52 3232____________________________________________________________________________
25fbdfc0
GS
3233[ 6338] By: jhi on 2000/07/11 13:31:24
3234 Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
3235 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
3236 Date: Tue, 11 Jul 2000 13:50:51 +0100
3237 Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
3238 Branch: cfgperl
37590e52
GS
3239 ! sv.c
3240____________________________________________________________________________
25fbdfc0
GS
3241[ 6337] By: jhi on 2000/07/11 13:29:14
3242 Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
3243 From: Hugo <hv@crypt.compulink.co.uk>
3244 Date: Tue, 11 Jul 2000 12:44:50 +0100
3245 Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
37590e52 3246 Branch: cfgperl
25fbdfc0 3247 ! regexec.c t/op/re_tests
37590e52 3248____________________________________________________________________________
25fbdfc0
GS
3249[ 6336] By: jhi on 2000/07/11 13:26:47
3250 Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
3251 From: simon@brecon.co.uk (Simon Cozens)
3252 Date: 7 Jul 2000 11:26:09 GMT
3253 Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
3254 Branch: cfgperl
3255 ! mg.c
37590e52 3256____________________________________________________________________________
25fbdfc0
GS
3257[ 6335] By: jhi on 2000/07/11 13:23:37
3258 Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
3259 From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
3260 Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
3261 Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
3262 Branch: cfgperl
3263 + ext/DynaLoader/hints/netbsd.pl
3264 ! MANIFEST ext/DynaLoader/hints/openbsd.pl
37590e52 3265____________________________________________________________________________
25fbdfc0
GS
3266[ 6334] By: jhi on 2000/07/11 13:20:38
3267 Log: Subject: PATCH perlguts.pod: Document D and d magic types
3268 From: mjd@plover.com
3269 Date: 5 Jul 2000 18:01:51 -0000
3270 Message-ID: <20000705180151.29413.qmail@plover.com>
3271 Branch: cfgperl
3272 ! pod/perlguts.pod
37590e52 3273____________________________________________________________________________
25fbdfc0
GS
3274[ 6333] By: jhi on 2000/07/11 13:15:51
3275 Log: Precedence goof, fix based on
3276 Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
3277 From: Hugo <hv@crypt.compulink.co.uk>
3278 Date: Tue, 11 Jul 2000 12:52:38 +0100
3279 Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
3280 Branch: cfgperl
3281 ! t/op/taint.t
37590e52 3282____________________________________________________________________________
25fbdfc0
GS
3283[ 6332] By: jhi on 2000/07/11 12:40:17
3284 Log: Integrate with Sarathy.
3285 Branch: cfgperl
3286 !> win32/win32sck.c
37590e52 3287____________________________________________________________________________
25fbdfc0
GS
3288[ 6331] By: jhi on 2000/07/10 20:14:16
3289 Log: Sprinkle ldlibpath.
3290 Branch: cfgperl
3291 ! pod/Makefile.SH
37590e52 3292____________________________________________________________________________
25fbdfc0
GS
3293[ 6330] By: jhi on 2000/07/10 17:54:49
3294 Log: More POSIX.pod tweaks.
37590e52 3295 Branch: cfgperl
25fbdfc0
GS
3296 ! ext/POSIX/POSIX.pod
3297____________________________________________________________________________
3298[ 6329] By: jhi on 2000/07/10 14:02:12
3299 Log: Reorder perl.pod once more.
37590e52 3300 Branch: cfgperl
25fbdfc0 3301 ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
37590e52 3302____________________________________________________________________________
25fbdfc0
GS
3303[ 6328] By: gsar on 2000/07/10 07:06:00
3304 Log: accept() leaks memory on windows due to incorrect ordering of
3305 closesocket() and fclose() calls
37590e52 3306 Branch: perl
25fbdfc0 3307 ! win32/win32sck.c
37590e52 3308____________________________________________________________________________
25fbdfc0
GS
3309[ 6327] By: gsar on 2000/07/10 06:49:17
3310 Log: winsock options weren't being set in all threads under ithreads
3311 (caused send()s from second and subsequent threads to fail)
37590e52 3312 Branch: perl
25fbdfc0 3313 ! win32/win32sck.c
37590e52 3314____________________________________________________________________________
25fbdfc0
GS
3315[ 6326] By: jhi on 2000/07/08 02:45:40
3316 Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
3317 was cast to an unsigned (32-bit) integer with wild abandon.
37590e52 3318 Branch: cfgperl
25fbdfc0 3319 ! ext/Devel/DProf/DProf.xs
37590e52 3320____________________________________________________________________________
25fbdfc0
GS
3321[ 6325] By: jhi on 2000/07/07 18:50:33
3322 Log: Remove perlbook, update perlfaq book listing,
3323 rearrange perl.pod, regenerate perltoc.
3324 Branch: cfgperl
3325 - pod/perlbook.pod
3326 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
3327 ! pod/perlfaq2.pod pod/perltoc.pod
37590e52 3328____________________________________________________________________________
25fbdfc0
GS
3329[ 6324] By: jhi on 2000/07/07 14:03:40
3330 Log: Fix the alignment problem in Crays ([ID 20000612.002]).
3331 Branch: cfgperl
3332 ! sv.h toke.c
37590e52 3333____________________________________________________________________________
25fbdfc0
GS
3334[ 6323] By: jhi on 2000/07/06 16:03:55
3335 Log: Fix complaints of buildtoc.
37590e52 3336 Branch: cfgperl
25fbdfc0
GS
3337 + lib/Win32.pod
3338 - pod/Win32.pod
3339 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
37590e52 3340____________________________________________________________________________
25fbdfc0
GS
3341[ 6322] By: jhi on 2000/07/06 15:15:52
3342 Log: Add =head1 NAMEs so that buildtoc is happy.
3343 (The CGI::Util nit reported to Lincoln.)
3344 Branch: cfgperl
3345 ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
3346 ! pod/perltoc.pod
37590e52 3347____________________________________________________________________________
25fbdfc0
GS
3348[ 6321] By: jhi on 2000/07/06 03:16:04
3349 Log: Config is being used.
3350 Branch: cfgperl
3351 ! t/op/method.t
37590e52 3352____________________________________________________________________________
25fbdfc0
GS
3353[ 6320] By: jhi on 2000/07/06 03:13:13
3354 Log: Integrate with Sarathy.
37590e52 3355 Branch: cfgperl
25fbdfc0 3356 !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
37590e52 3357____________________________________________________________________________
25fbdfc0
GS
3358[ 6319] By: jhi on 2000/07/06 03:11:46
3359 Log: Autogenerate pod/Makefile and pod/buildtoc.
3360 buildtoc also checks whether the existin pods are
3361 mentioned in MANIFEST and perl.pod, and vice versa.
3362 (None of the thusly found discrepancies fixed yet.)
3363 roffitall also needs to be autogenerated similarly but it
3364 seems so badly out of date that I didn't touch it yet.
37590e52 3365 Branch: cfgperl
25fbdfc0
GS
3366 + pod/Makefile.SH pod/buildtoc.PL
3367 - pod/Makefile pod/buildtoc
3368 ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
37590e52 3369____________________________________________________________________________
25fbdfc0
GS
3370[ 6318] By: gsar on 2000/07/05 22:10:54
3371 Log: fix UNC path handling on Windows under ithreads, and chdir()
3372 return value when given a non-existent directory
37590e52 3373 Branch: perl
25fbdfc0 3374 ! win32/vdir.h
37590e52 3375____________________________________________________________________________
25fbdfc0
GS
3376[ 6317] By: gsar on 2000/07/05 22:08:19
3377 Log: winsock cleanup never done on Windows (leads to handle leaks)
37590e52 3378 Branch: perl
25fbdfc0 3379 ! win32/perllib.c win32/win32sck.c
37590e52 3380____________________________________________________________________________
25fbdfc0
GS
3381[ 6316] By: gsar on 2000/07/05 22:06:19
3382 Log: some debugger output does not go to the socket when RemotePort is set
37590e52 3383 Branch: perl
25fbdfc0 3384 ! lib/perl5db.pl
37590e52 3385____________________________________________________________________________
25fbdfc0
GS
3386[ 6315] By: jhi on 2000/07/05 00:25:21
3387 Log: Integrate with Sarathy, preliminary fix for unicos
3388 alignment problems in [ID 20000612.002] Perl problem on Cray system.
37590e52 3389 Branch: cfgperl
25fbdfc0
GS
3390 ! sv.h
3391 !> pp_hot.c
37590e52 3392____________________________________________________________________________
25fbdfc0
GS
3393[ 6314] By: gsar on 2000/07/04 23:34:02
3394 Log: tyop in change#6306
3395 Branch: perl
3396 ! pp_hot.c
37590e52 3397____________________________________________________________________________
25fbdfc0
GS
3398[ 6313] By: jhi on 2000/07/04 22:14:38
3399 Log: Multiline string literals ENONPORTABLE.
37590e52 3400 Branch: cfgperl
25fbdfc0 3401 ! pp_hot.c
37590e52 3402____________________________________________________________________________
25fbdfc0 3403[ 6312] By: jhi on 2000/07/04 20:34:44
37590e52
GS
3404 Log: Integrate with Sarathy.
3405 Branch: cfgperl
25fbdfc0
GS
3406 !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
3407 !> t/op/method.t
37590e52 3408____________________________________________________________________________
25fbdfc0
GS
3409[ 6311] By: jhi on 2000/07/04 20:30:56
3410 Log: More POSIX.pod embellishment.
37590e52 3411 Branch: cfgperl
25fbdfc0
GS
3412 ! ext/POSIX/POSIX.pod
3413____________________________________________________________________________
3414[ 6310] By: gsar on 2000/07/04 17:28:48
3415 Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
3416 Branch: perl
3417 ! t/lib/b.t
37590e52 3418____________________________________________________________________________
25fbdfc0
GS
3419[ 6309] By: jhi on 2000/07/04 17:22:18
3420 Log: The #6308 required a little bit more.
37590e52 3421 Branch: cfgperl
25fbdfc0 3422 ! Makefile.SH win32/Makefile
37590e52 3423____________________________________________________________________________
25fbdfc0
GS
3424[ 6308] By: jhi on 2000/07/04 16:35:24
3425 Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
37590e52 3426 Branch: cfgperl
25fbdfc0
GS
3427 + lib/lib_pm.PL
3428 - lib/lib.pm.PL
3429 ! MANIFEST Makefile.SH
37590e52 3430____________________________________________________________________________
25fbdfc0
GS
3431[ 6307] By: jhi on 2000/07/04 16:28:58
3432 Log: Win32 patches for cfgperl from Sarathy.
37590e52 3433 Branch: cfgperl
25fbdfc0
GS
3434 ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
3435 ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
3436 ! thread.h toke.c util.c win32/Makefile win32/win32.c
37590e52 3437____________________________________________________________________________
25fbdfc0
GS
3438[ 6306] By: gsar on 2000/07/04 16:28:40
3439 Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
3440 (from Richard Soderberg <rs@oregonnet.com>)
37590e52 3441 Branch: perl
25fbdfc0 3442 ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
37590e52 3443____________________________________________________________________________
25fbdfc0
GS
3444[ 6305] By: jhi on 2000/07/04 16:24:24
3445 Log: Integrate with Sarathy.
3446 Branch: cfgperl
3447 !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
3448 !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
3449 !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
3450 !> proto.h win32/win32.c
bc38b8f5 3451____________________________________________________________________________
25fbdfc0
GS
3452[ 6304] By: gsar on 2000/07/04 16:17:24
3453 Log: missing perldiag entry for unpack("w",...) diagnostic (from
3454 Andreas Koenig)
bc38b8f5 3455 Branch: perl
25fbdfc0 3456 ! pod/perldiag.pod
bc38b8f5 3457____________________________________________________________________________
25fbdfc0
GS
3458[ 6303] By: gsar on 2000/07/04 16:14:44
3459 Log: remove rel2abs prototypes (from Barrie Slaymaker)
bc38b8f5 3460 Branch: perl
25fbdfc0
GS
3461 ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
3462 ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
bc38b8f5 3463____________________________________________________________________________
25fbdfc0
GS
3464[ 6302] By: gsar on 2000/07/04 04:59:35
3465 Log: adjust change#6299
bc38b8f5 3466 Branch: perl
25fbdfc0
GS
3467 ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
3468 ! win32/win32.c
bc38b8f5 3469____________________________________________________________________________
25fbdfc0
GS
3470[ 6301] By: jhi on 2000/07/04 04:50:07
3471 Log: Integrate with Sarathy.
3472 Branch: cfgperl
3473 !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
3474 !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
3475 !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
ee517269 3476____________________________________________________________________________
25fbdfc0
GS
3477[ 6300] By: gsar on 2000/07/04 04:42:09
3478 Log: PERL_OBJECT build tweak
ee517269 3479 Branch: perl
25fbdfc0 3480 ! perl.h
ee517269 3481____________________________________________________________________________
25fbdfc0
GS
3482[ 6299] By: gsar on 2000/07/04 04:37:00
3483 Log: fix memory leak on Windows (PL_sys_intern contents were never
3484 freed)
ee517269 3485 Branch: perl
25fbdfc0
GS
3486 ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
3487 ! perlapi.c proto.h win32/win32.c
ee517269 3488____________________________________________________________________________
25fbdfc0
GS
3489[ 6298] By: gsar on 2000/07/04 04:15:59
3490 Log: fix large memory leak that has been around for ever, masked by
3491 -DPURIFY (most of the arenas were never freed!)
ee517269 3492 Branch: perl
25fbdfc0 3493 ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
ee517269 3494____________________________________________________________________________
25fbdfc0
GS
3495[ 6297] By: gsar on 2000/07/04 04:07:46
3496 Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
ee517269 3497 Branch: perl
25fbdfc0 3498 ! perl.c
ee517269 3499____________________________________________________________________________
25fbdfc0
GS
3500[ 6296] By: jhi on 2000/06/30 18:28:37
3501 Log: Elaborate POSIX.pod. Still needs work.
ee517269 3502 Branch: cfgperl
25fbdfc0 3503 ! ext/POSIX/POSIX.pod
ee517269 3504____________________________________________________________________________
25fbdfc0
GS
3505[ 6295] By: jhi on 2000/06/30 14:58:18
3506 Log: Point to perlipc for more SysV IPC examples.
ee517269 3507 Branch: cfgperl
25fbdfc0
GS
3508 ! pod/perlfunc.pod
3509____________________________________________________________________________
3510[ 6294] By: gsar on 2000/06/30 14:47:45
3511 Log: slurp mode fix in change#4736 still not quite right
3512 Branch: perl
3513 ! pp_hot.c t/io/argv.t
ee517269 3514____________________________________________________________________________
25fbdfc0 3515[ 6293] By: jhi on 2000/06/30 12:02:55
ee517269
GS
3516 Log: Integrate with Sarathy.
3517 Branch: cfgperl
25fbdfc0 3518 !> cop.h pp_ctl.c pp_hot.c t/op/args.t
ee517269 3519____________________________________________________________________________
25fbdfc0
GS
3520[ 6292] By: jhi on 2000/06/30 12:01:11
3521 Log: From: simon@brecon.co.uk (Simon Cozens)
3522 Subject: UTF8 concat
3523 Date: 30 Jun 2000 06:13:25 GMT
3524 Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
3525 Branch: cfgperl
3526 ! pp_hot.c
ee517269 3527____________________________________________________________________________
25fbdfc0
GS
3528[ 6291] By: gsar on 2000/06/30 04:37:33
3529 Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
3530 when @_ is modified, causing coredumps
ee517269 3531 Branch: perl
25fbdfc0 3532 ! cop.h pp_ctl.c pp_hot.c t/op/args.t
ee517269 3533____________________________________________________________________________
25fbdfc0
GS
3534[ 6290] By: jhi on 2000/06/30 02:21:44
3535 Log: Integrate with Sarathy.
3536 Branch: cfgperl
3537 !> vms/vms.c vms/vmsish.h
ee517269 3538____________________________________________________________________________
25fbdfc0
GS
3539[ 6289] By: jhi on 2000/06/30 02:21:02
3540 Log: Check VERSIONs.
3541 Branch: cfgperl
3542 ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
3543 ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
3544 ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
ee517269 3545____________________________________________________________________________
25fbdfc0
GS
3546[ 6288] By: jhi on 2000/06/30 02:18:52
3547 Log: Integrate with Sarathy.
3548 Branch: cfgperl
3549 !> ext/Opcode/Opcode.xs lib/File/Spec.pm
3550 !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
3551 !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
3552 !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
ee517269 3553____________________________________________________________________________
25fbdfc0
GS
3554[ 6287] By: gsar on 2000/06/30 02:17:08
3555 Log: integrate vmsperl changes into mainline
ee517269 3556 Branch: perl
25fbdfc0 3557 !> vms/vms.c vms/vmsish.h
ee517269 3558____________________________________________________________________________
25fbdfc0
GS
3559[ 6285] By: gsar on 2000/06/30 02:05:28
3560 Log: localize %INC in a Safe compartment so that use/require work
3561 (many other magic globals probably need similar treatment)
ee517269 3562 Branch: perl
25fbdfc0 3563 ! ext/Opcode/Opcode.xs
ee517269 3564____________________________________________________________________________
25fbdfc0
GS
3565[ 6284] By: gsar on 2000/06/30 01:54:54
3566 Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
3567 about Windows
ee517269 3568 Branch: perl
25fbdfc0 3569 ! pod/perlembed.pod
ee517269 3570____________________________________________________________________________
25fbdfc0
GS
3571[ 6283] By: jhi on 2000/06/30 01:50:10
3572 Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
3573 From: Barrie Slaymaker <barries@jester.slaysys.com>
3574 Date: Wed, 28 Jun 2000 11:35:29 -0400
3575 Message-Id: <200006281535.LAA21095@jester.slaysys.com>
ee517269 3576 Branch: perl
25fbdfc0
GS
3577 ! lib/File/Spec.pm lib/File/Spec/Functions.pm
3578 ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
3579 ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
3580 ! lib/File/Spec/Win32.pm
ee517269 3581____________________________________________________________________________
25fbdfc0
GS
3582[ 6282] By: jhi on 2000/06/29 22:57:22
3583 Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
3584 From: Dan Sugalski <dan@sidhe.org>
3585 Date: Tue, 06 Jun 2000 11:59:50 -0400
3586 Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
ee517269 3587 Branch: cfgperl
25fbdfc0 3588 ! vms/vms.c
ee517269 3589____________________________________________________________________________
25fbdfc0
GS
3590[ 6281] By: jhi on 2000/06/29 22:52:50
3591 Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
3592 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
3593 Date: Wed, 7 Jun 2000 04:02:04 -0500
3594 Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
ee517269 3595 Branch: cfgperl
25fbdfc0 3596 ! utils/h2xs.PL
ee517269 3597____________________________________________________________________________
25fbdfc0
GS
3598[ 6280] By: jhi on 2000/06/29 22:45:47
3599 Log: Subject: Re: backwards compatibility in h2xs and makemaker [PATCH]
3600 From: rspier@pobox.com (Robert Spier)
3601 Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
3602 Message-ID: <14654.31913.845602.610277@rls.cx>
3603 Branch: cfgperl
3604 ! utils/h2xs.PL
ee517269 3605____________________________________________________________________________
25fbdfc0
GS
3606[ 6279] By: jhi on 2000/06/29 22:38:16
3607 Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
3608 From: Tim Ayers <tayers@bridge.com>
3609 Date: Thu, 08 Jun 2000 08:11:06 +0200
3610 Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
3611 [resent by Richard Foley, Message-Id probably wrong]
3612 Branch: cfgperl
3613 ! pod/perlsub.pod
ee517269 3614____________________________________________________________________________
25fbdfc0
GS
3615[ 6278] By: jhi on 2000/06/29 22:21:45
3616 Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
3617 From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
3618 Date: Fri, 09 Jun 2000 12:39:27 -0400
3619 Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
3620 (plus update the version "number" of Text::Wrap)
3621 Branch: cfgperl
3622 ! lib/Text/Wrap.pm
ee517269 3623____________________________________________________________________________
25fbdfc0
GS
3624[ 6277] By: jhi on 2000/06/29 22:13:10
3625 Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
3626 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
3627 Date: Mon, 12 Jun 2000 14:55:59 +0100
3628 Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
3629 Branch: cfgperl
3630 ! pod/perlfunc.pod
5779f8bc 3631____________________________________________________________________________
25fbdfc0
GS
3632[ 6276] By: jhi on 2000/06/29 22:11:06
3633 Log: Subject: [PATCH] Re: eval documentation: context
3634 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
3635 Date: Mon, 12 Jun 2000 15:07:29 +0100
3636 Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
3637 Branch: cfgperl
3638 ! pod/perlfunc.pod
5779f8bc 3639____________________________________________________________________________
25fbdfc0
GS
3640[ 6275] By: jhi on 2000/06/29 21:59:46
3641 Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
3642 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
3643 Date: Tue, 13 Jun 2000 02:43:48 -0500
3644 Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
3645 Branch: cfgperl
3646 ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
5779f8bc 3647____________________________________________________________________________
25fbdfc0
GS
3648[ 6274] By: jhi on 2000/06/29 21:56:14
3649 Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
3650 From: Andy Dougherty <doughera@lafayette.edu>
3651 Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
3652 Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
3653 Branch: cfgperl
3654 ! ext/File/Glob/Glob.pm
5779f8bc 3655____________________________________________________________________________
25fbdfc0
GS
3656[ 6273] By: jhi on 2000/06/29 21:49:09
3657 Log: Subject: [PATCH] xsub attributes
3658 From: Doug MacEachern <dougm@covalent.net>
3659 Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
3660 Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
3661 Branch: cfgperl
3662 ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
3663 ! objXSUB.h op.c perlapi.c perlapi.h proto.h
5779f8bc 3664____________________________________________________________________________
25fbdfc0
GS
3665[ 6272] By: jhi on 2000/06/29 21:41:28
3666 Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
3667 From: Tom Phoenix <rootbeer@redcat.com>
3668 Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
3669 Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
3670 Branch: cfgperl
3671 ! lib/Net/Ping.pm
5779f8bc 3672____________________________________________________________________________
25fbdfc0
GS
3673[ 6271] By: jhi on 2000/06/29 21:36:55
3674 Log: Subject: PATCH pod/perltie.pod
3675 From: Ian Phillipps <Ian.Phillipps@iname.com>
3676 Date: Fri, 16 Jun 2000 00:17:19 +0100
3677 Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
3678 (only the first hunk, the second hunk had already been done
3679 by some other patch)
3680 Branch: cfgperl
3681 ! pod/perltie.pod
5779f8bc 3682____________________________________________________________________________
25fbdfc0
GS
3683[ 6270] By: jhi on 2000/06/29 21:24:51
3684 Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
3685 From: Nicholas Clark <nick@talking.bollo.cx>
3686 Date: Fri, 23 Jun 2000 16:21:15 +0100
3687 Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
3688 Branch: cfgperl
3689 ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
3690 ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
5779f8bc 3691____________________________________________________________________________
25fbdfc0
GS
3692[ 6269] By: jhi on 2000/06/29 19:38:15
3693 Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
3694 silence few compiler warnings.
3695 Branch: cfgperl
3696 ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
5779f8bc 3697____________________________________________________________________________
25fbdfc0
GS
3698[ 6268] By: jhi on 2000/06/29 18:21:50
3699 Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
3700 From: Dominic Dunlop <domo@computer.org>
3701 Date: Thu, 29 Jun 2000 12:32:39 +0200
3702 Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
3703 Branch: cfgperl
3704 ! t/op/sprintf.t
5779f8bc 3705____________________________________________________________________________
25fbdfc0
GS
3706[ 6267] By: jhi on 2000/06/29 18:16:07
3707 Log: Subject: Re: [PATCH] Re: Speeding up method lookups
3708 From: Doug MacEachern <dougm@covalent.net>
3709 Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
3710 Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
3711 Branch: cfgperl
3712 + t/op/method2entersub.t
3713 ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
3714 ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
3715 ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
3716 ! xsutils.c
5779f8bc 3717____________________________________________________________________________
25fbdfc0
GS
3718[ 6266] By: jhi on 2000/06/29 15:11:15
3719 Log: Subject: [PATCH 5.6.0] cygwin port
3720 Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
3721 From: "Fifer, Eric" <EFifer@sanwaint.com>
3722 Date: Thu, 29 Jun 2000 12:58:29 +0100
3723 Branch: cfgperl
3724 ! cygwin/Makefile.SHs
5779f8bc 3725____________________________________________________________________________
25fbdfc0
GS
3726[ 6265] By: jhi on 2000/06/29 15:04:05
3727 Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
3728 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
3729 Date: Wed, 28 Jun 2000 17:50:12 -0700
3730 Message-ID: <E1pW5gzkg2kV092yn@efn.org>
3731 Branch: cfgperl
3732 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
5779f8bc 3733____________________________________________________________________________
25fbdfc0
GS
3734[ 6264] By: jhi on 2000/06/29 15:00:57
3735 Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
3736 From: Marty Lucich <marty@netcom.com>
3737 Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
3738 Message-Id: <200006282116.OAA11148@netcom.com>
3739 ccdlflags update (the BSD/OS 4.1 part had already been taken
3740 care of by #6141).
3741 Branch: cfgperl
3742 ! hints/bsdos.sh
5779f8bc 3743____________________________________________________________________________
25fbdfc0
GS
3744[ 6263] By: jhi on 2000/06/29 13:47:44
3745 Log: tr fixes from Simon Cozens
3746 Branch: cfgperl
3747 ! doop.c
5779f8bc 3748____________________________________________________________________________
25fbdfc0
GS
3749[ 6262] By: jhi on 2000/06/28 18:46:01
3750 Log: Subject: 5.6.0 Patch for EPOC
3751 From: Olaf Flebbe <o.flebbe@gmx.de>
3752 Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
3753 Message-ID: <23449.960929969@www11.gmx.net>
3754 Branch: cfgperl
3755 ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
3756 ! epoc/epocish.h
5779f8bc 3757____________________________________________________________________________
25fbdfc0
GS
3758[ 6261] By: jhi on 2000/06/28 18:29:07
3759 Log: Subject: Re: [PATCH cfgperl] BOMs away!
3760 From: simon@brecon.co.uk (Simon Cozens)
3761 Date: 17 Jun 2000 11:49:57 GMT
3762 Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
5779f8bc 3763 Branch: cfgperl
25fbdfc0 3764 ! pod/perldiag.pod t/comp/require.t toke.c
5779f8bc 3765____________________________________________________________________________
25fbdfc0
GS
3766[ 6260] By: jhi on 2000/06/28 17:47:16
3767 Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
3768 From: simon@brecon.co.uk (Simon Cozens)
3769 Date: 17 Jun 2000 11:56:44 GMT
3770 Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
3771 pack U0, pack C0
5779f8bc 3772 Branch: cfgperl
25fbdfc0 3773 ! pod/perlfunc.pod pp.c t/op/pack.t
5779f8bc 3774____________________________________________________________________________
25fbdfc0
GS
3775[ 6259] By: jhi on 2000/06/28 16:43:17
3776 Log: perlnewmod was missing from MANIFEST.
5779f8bc 3777 Branch: cfgperl
25fbdfc0 3778 ! MANIFEST
5779f8bc 3779____________________________________________________________________________
25fbdfc0
GS
3780[ 6258] By: jhi on 2000/06/28 15:54:30
3781 Log: linenumber tweak
5779f8bc 3782 Branch: cfgperl
25fbdfc0 3783 ! t/pragma/warn/regcomp
5779f8bc 3784____________________________________________________________________________
25fbdfc0
GS
3785[ 6257] By: jhi on 2000/06/28 15:50:44
3786 Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
3787 From: Doug MacEachern <dougm@covalent.net>
3788 Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
3789 Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
3790 (one part of the patch had been applied earlier)
5779f8bc 3791 Branch: cfgperl
25fbdfc0 3792 ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
5779f8bc 3793____________________________________________________________________________
25fbdfc0
GS
3794[ 6256] By: jhi on 2000/06/28 15:40:22
3795 Log: tweaks from Simon Conzes to further fix tr/// under utf8
5779f8bc 3796 Branch: cfgperl
25fbdfc0 3797 ! doop.c
5779f8bc 3798____________________________________________________________________________
25fbdfc0
GS
3799[ 6255] By: jhi on 2000/06/28 15:33:45
3800 Log: small thinko tweaks
3801 Branch: cfgperl
3802 ! lib/IPC/Open3.pm t/op/my_stash.t
5779f8bc 3803____________________________________________________________________________
25fbdfc0
GS
3804[ 6254] By: jhi on 2000/06/28 15:33:25
3805 Log: Subject: tr///, help wanted.
3806 From: simon@brecon.co.uk (Simon Cozens)
3807 Date: 28 Jun 2000 11:29:04 GMT
3808 Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
5779f8bc 3809 Branch: cfgperl
25fbdfc0
GS
3810 ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
3811 ! pp_proto.h proto.h t/op/tr.t
5779f8bc 3812____________________________________________________________________________
25fbdfc0
GS
3813[ 6253] By: jhi on 2000/06/28 15:09:17
3814 Log: Paranoia tweak on #6249.
3815 Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
3816 From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
3817 Date: Sun, 25 Jun 2000 23:43:12 -0400
3818 Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
5779f8bc 3819 Branch: cfgperl
25fbdfc0 3820 ! lib/IPC/Open3.pm
5779f8bc 3821____________________________________________________________________________
25fbdfc0
GS
3822[ 6252] By: jhi on 2000/06/28 15:01:38
3823 Log: Document #6249 and #6251.
5779f8bc 3824 Branch: cfgperl
25fbdfc0 3825 ! lib/Exporter.pm lib/IPC/Open3.pm
5779f8bc 3826____________________________________________________________________________
25fbdfc0
GS
3827[ 6251] By: jhi on 2000/06/28 14:50:43
3828 Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
3829 From: Doug MacEachern <dougm@covalent.net>
3830 Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
3831 Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
5779f8bc 3832 Branch: cfgperl
25fbdfc0 3833 ! lib/Exporter.pm
5779f8bc 3834____________________________________________________________________________
25fbdfc0
GS
3835[ 6250] By: jhi on 2000/06/28 14:45:23
3836 Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
3837 From: Doug MacEachern <dougm@covalent.net>
3838 Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
3839 Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
5779f8bc 3840 Branch: cfgperl
25fbdfc0
GS
3841 + t/op/my_stash.t
3842 ! MANIFEST embed.pl global.sym proto.h toke.c
5779f8bc 3843____________________________________________________________________________
25fbdfc0
GS
3844[ 6249] By: jhi on 2000/06/28 14:36:34
3845 Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
3846 From: Frank Tobin <ftobin@uiuc.edu>
3847 Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
3848 Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
3849 Branch: cfgperl
3850 ! lib/IPC/Open3.pm
5779f8bc 3851____________________________________________________________________________
25fbdfc0
GS
3852[ 6248] By: jhi on 2000/06/28 14:11:25
3853 Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
3854 From: Mark-Jason Dominus <mjd@plover.com>
3855 Date: Tue, 27 Jun 2000 22:36:42 -0400
3856 Message-ID: <20000628023642.12166.qmail@plover.com>
3857 Branch: cfgperl
3858 ! pod/perlfunc.pod
5779f8bc 3859____________________________________________________________________________
25fbdfc0
GS
3860[ 6247] By: jhi on 2000/06/27 12:46:37
3861 Log: Tweak $VERSION, patch from Doug MacEachern.
3862 Branch: cfgperl
3863 ! lib/File/Spec.pm
bee0ef1e 3864____________________________________________________________________________
25fbdfc0
GS
3865[ 6246] By: jhi on 2000/06/27 03:34:46
3866 Log: Allow for standalone testing.
3867 Branch: cfgperl
3868 ! t/lib/filefunc.t t/lib/filespec.t
bee0ef1e 3869____________________________________________________________________________
25fbdfc0
GS
3870[ 6245] By: jhi on 2000/06/27 02:50:02
3871 Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
3872 From: Nicholas Clark <nick@Bagpuss.unfortu.net>
3873 Date: Sat, 24 Jun 2000 13:06:20 +0100
3874 Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
3875 Branch: cfgperl
3876 ! ext/DynaLoader/DynaLoader_pm.PL
bee0ef1e 3877____________________________________________________________________________
25fbdfc0
GS
3878[ 6244] By: jhi on 2000/06/27 02:46:10
3879 Log: Subject: [PATCH] avoid mg_ptr in '*' magic
3880 From: Doug MacEachern <dougm@covalent.net>
3881 Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
3882 Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
3883 Branch: cfgperl
3884 ! gv.c sv.c t/lib/peek.t
bee0ef1e 3885____________________________________________________________________________
25fbdfc0
GS
3886[ 6243] By: jhi on 2000/06/27 02:38:07
3887 Log: Subject: [PATCH] is_utf8_string
3888 From: simon@brecon.co.uk (Simon Cozens)
3889 Date: 26 Jun 2000 02:25:59 GMT
3890 Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
3891 Branch: cfgperl
3892 ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
3893 ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
3894 ! proto.h utf8.c
bee0ef1e 3895____________________________________________________________________________
25fbdfc0
GS
3896[ 6242] By: jhi on 2000/06/27 02:24:00
3897 Log: Subject: [PATCH] bytes<->utf8 fixes
3898 From: simon@brecon.co.uk (Simon Cozens)
3899 Date: 26 Jun 2000 04:55:45 GMT
3900 Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
bee0ef1e 3901 Branch: cfgperl
25fbdfc0 3902 ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
bee0ef1e 3903____________________________________________________________________________
25fbdfc0
GS
3904[ 6241] By: jhi on 2000/06/27 02:12:42
3905 Log: Do no -warn on \_, only on \alpha.
3906 Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
3907 From: David Dyck <dcd@tc.fluke.com>
3908 Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
3909 Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
3910 Branch: cfgperl
3911 ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
bee0ef1e 3912____________________________________________________________________________
25fbdfc0
GS
3913[ 6240] By: jhi on 2000/06/27 02:00:01
3914 Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
3915 From: Nicholas Clark <nick@Bagpuss.unfortu.net>
3916 Date: Mon, 26 Jun 2000 18:40:14 +0100
3917 Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
3918 Branch: cfgperl
3919 ! utils/h2xs.PL
bee0ef1e 3920____________________________________________________________________________
25fbdfc0
GS
3921[ 6239] By: jhi on 2000/06/27 01:53:40
3922 Log: Configure maintenance. Sever some dependency cycles,
3923 separate gccversion from the cc unit,
3924 address [ID 20000623.006] Configure script patch for using gcc on AIX
3925 (but solve it a little bit differently),
3926 unduplex some accidentally duplicated units,
3927 suggest using gcc if no cc available
3928 (p5p thread: "Solaris configure: counterproposal", 1999-09)
bee0ef1e 3929 Branch: cfgperl
25fbdfc0
GS
3930 ! Configure Todo-5.6 config_h.SH
3931 Branch: metaconfig
3932 ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
3933 ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
3934 Branch: metaconfig/U/perl
3935 + gccvers.U
3936 ! d_getespwnam.U d_getprpwnam.U i_prot.U
bee0ef1e 3937____________________________________________________________________________
25fbdfc0
GS
3938[ 6238] By: jhi on 2000/06/25 18:04:56
3939 Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
3940 From: Dan Sugalski <dan@sidhe.org>
3941 Date: Fri, 23 Jun 2000 17:00:00 -0400
3942 Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
3943 Branch: cfgperl
3944 ! lib/ExtUtils/MM_VMS.pm vms/vms.c
bee0ef1e 3945____________________________________________________________________________
25fbdfc0
GS
3946[ 6237] By: jhi on 2000/06/25 16:36:45
3947 Log: Tweak embed.pl, regen headers.
3948 Branch: cfgperl
3949 ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
3950 ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
3951 ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
3952 ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
3953 ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
3954____________________________________________________________________________
3955[ 6236] By: jhi on 2000/06/25 15:26:42
3956 Log: Regen headers.
3957 Branch: cfgperl
3958 ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
3959 ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
3960 ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
3961 ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
3962 ! regnodes.h warnings.h
3963____________________________________________________________________________
3964[ 6235] By: jhi on 2000/06/23 19:39:35
3965 Log: The thread begun by
3966 Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
3967 From: Kevin.Ruscoe@ubsw.com
3968 Date: Fri, 16 Jun 2000 16:38:51 +0100
3969 Message-Id: <H000019b03c300d6@MHS>
3970 Branch: cfgperl
3971 ! hints/solaris_2.sh
bee0ef1e 3972____________________________________________________________________________
25fbdfc0
GS
3973[ 6234] By: jhi on 2000/06/23 19:23:36
3974 Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
3975 because when run as services (Win32ese for daemons)
3976 no environment variables are set and tmpdir ends up as /tmp,
3977 which is ambiguous.
3978
3979 Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
3980 From: matt@sergeant.org
3981 Date: 16 Jun 2000 16:30:43 -0000
3982 Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
3983 Branch: cfgperl
3984 ! lib/File/Spec/Win32.pm
bee0ef1e 3985____________________________________________________________________________
25fbdfc0
GS
3986[ 6233] By: jhi on 2000/06/23 19:18:58
3987 Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
3988 From: Mark-Jason Dominus <mjd@plover.com>
3989 Date: Fri, 16 Jun 2000 20:53:04 -0400
3990 Message-ID: <20000617005304.8008.qmail@plover.com>
3991 Branch: cfgperl
3992 ! op.h
bee0ef1e 3993____________________________________________________________________________
25fbdfc0
GS
3994[ 6232] By: jhi on 2000/06/23 16:10:02
3995 Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
3996 From: simon@brecon.co.uk (Simon Cozens)
3997 Date: 19 Jun 2000 15:18:27 GMT
3998 Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
3999
4000 plus update pod/Makefile and regenerate perltoc
4001 Branch: cfgperl
4002 + pod/perlutil.pod
4003 ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
bee0ef1e 4004____________________________________________________________________________
25fbdfc0
GS
4005[ 6231] By: jhi on 2000/06/23 15:19:18
4006 Log: Subject: [PATCH 5.6.0] cygwin port
4007 From: "Fifer, Eric" <EFifer@sanwaint.com>
4008 Date: Tue, 20 Jun 2000 14:30:58 +0100
4009 Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
bee0ef1e 4010 Branch: cfgperl
25fbdfc0 4011 ! README.cygwin lib/File/Find.pm
bee0ef1e 4012____________________________________________________________________________
25fbdfc0
GS
4013[ 6230] By: jhi on 2000/06/23 14:25:21
4014 Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
bee0ef1e 4015 Branch: cfgperl
25fbdfc0
GS
4016 ! lib/File/Spec.pm lib/File/Spec/Functions.pm
4017 ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
4018 ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
4019 ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
bee0ef1e 4020____________________________________________________________________________
25fbdfc0
GS
4021[ 6229] By: jhi on 2000/06/23 14:13:34
4022 Log: Subject: README.hpux version 0.6.1
4023 Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
4024 From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
4025 Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
4026 Branch: cfgperl
4027 ! README.hpux
bee0ef1e 4028____________________________________________________________________________
25fbdfc0
GS
4029[ 6228] By: jhi on 2000/06/23 14:07:20
4030 Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
4031 From: Doug MacEachern <dougm@covalent.net>
4032 Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
4033 Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
4034 Branch: cfgperl
bee0ef1e
GS
4035 ! op.c
4036____________________________________________________________________________
25fbdfc0
GS
4037[ 6227] By: jhi on 2000/06/23 14:01:06
4038 Log: Subject: [PATCH] lib.pm -> lib.pm.PL
4039 From: Doug MacEachern <dougm@covalent.net>
4040 Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
4041 Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
4042 Branch: cfgperl
4043 + lib/lib.pm.PL
4044 - lib/lib.pm
4045 ! MANIFEST Makefile.SH
bee0ef1e 4046____________________________________________________________________________
25fbdfc0
GS
4047[ 6226] By: jhi on 2000/06/23 13:53:07
4048 Log: Subject: [PATCH] remove forward declarations in Socket.pm
4049 From: Doug MacEachern <dougm@covalent.net>
4050 Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
4051 Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
4052
4053 From: Doug MacEachern <dougm@covalent.net>
4054 Subject: Re: [PATCH] remove forward declarations in Socket.pm
4055 Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
4056 Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
4057 Branch: cfgperl
4058 ! ext/Socket/Socket.pm op.c
bee0ef1e 4059____________________________________________________________________________
25fbdfc0
GS
4060[ 6225] By: jhi on 2000/06/23 13:41:52
4061 Log: Add source code filenames to apidoc.
4062 From: simon@brecon.co.uk (Simon Cozens)
4063 Subject: [PATCH embed.pl] Source X-ref
4064 Date: 22 Jun 2000 02:18:49 GMT
4065 Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
4066 Branch: cfgperl
4067 ! embed.pl
bee0ef1e 4068____________________________________________________________________________
25fbdfc0
GS
4069[ 6224] By: jhi on 2000/06/23 13:32:33
4070 Log: A way to avoid English.pm performance hit.
4071 From: root <root@jester.slaysys.com>
4072 Subject: [YAPATCH English.pm] My turn to putt again
4073 Date: Thu, 22 Jun 2000 20:33:58 -0400
4074 Message-Id: <200006230033.UAA05960@jester.slaysys.com>
bee0ef1e 4075 Branch: cfgperl
25fbdfc0 4076 ! lib/English.pm t/lib/english.t
bee0ef1e 4077____________________________________________________________________________
25fbdfc0
GS
4078[ 6223] By: jhi on 2000/06/23 13:27:06
4079 Log: Avoid double close().
4080 Subject: [PATCH] avoid double close()
4081 From: Doug MacEachern <dougm@covalent.net>
4082 Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)