better implementation of change#3326; open(local $foo,...) now
[p5sagit/p5-mst-13.2.git] / Changes
1 Please note: This file provides a summary of significant changes
2 between versions and sub-versions of Perl, not necessarily a complete
3 list of each modification.  If you'd like more detailed information,
4 please consult the comments in the patches on which the relevant
5 release of Perl is based.  (Patches can be found on any CPAN
6 site, in the .../src/5.0 directory for full version releases,
7 or in the .../src/5/0/unsupported directory for sub-version
8 releases.)
9
10
11                            ---------------
12                             CAST AND CREW
13                            ---------------
14
15 To give due honor to those who have made Perl what is is today,
16 here are some of the more common names in the Changes file, and their
17 current addresses (as of July 1998):
18
19     Gisle Aas           <gisle@aas.no>
20     Abigail             <abigail@fnx.com>
21     Kenneth Albanowski  <kjahds@kjahds.com>
22     Russ Allbery        <rra@stanford.edu>
23     Spider Boardman     <spider@orb.nashua.nh.us>
24     Tom Christiansen    <tchrist@perl.com>
25     Jan Dubois          <jan.dubois@ibm.net>
26     Hallvard B Furuseth <h.b.furuseth@usit.uio.no>
27     M. J. T. Guy        <mjtg@cus.cam.ac.uk>
28     Jarkko Hietaniemi   <jhi@iki.fi>
29     Nick Ing-Simmons    <nik@tiuk.ti.com>
30     Andreas Koenig      <a.koenig@mind.de>
31     Doug MacEachern     <dougm@opengroup.org>
32     Paul Marquess       <pmarquess@bfsec.bt.co.uk>
33     Stephen McCamant    <alias@mcs.com>
34     Laszlo Molnar       <laszlo.molnar@eth.ericsson.se>
35     Hans Mulder         <hansmu@xs4all.nl>
36     Matthias Neeracher  <neeri@iis.ee.ethz.ch>
37     Jeff Okamoto        <okamoto@hpcc123.corp.hp.com>
38     Ulrich Pfeifer      <pfeifer@charly.informatik.uni-dortmund.de>
39     Tom Phoenix         <rootbeer@teleport.com>
40     Joshua Pritikin     <joshua.pritikin@db.com>
41     Norbert Pueschel    <pueschel@imsdd.meb.uni-bonn.de>
42     Dean Roehrich       <roehrich@cray.com>
43     Hugo van der Sanden <hv@crypt0.demon.co.uk>
44     Roderick Schertler  <roderick@argon.org>
45     Kurt D. Starsinic   <kstar@isinet.com>
46     Dan Sugalski        <sugalskd@osshe.edu>
47     Larry W. Virden     <lvirden@cas.org>
48     Ilya Zakharevich    <ilya@math.ohio-state.edu>
49
50 And the Keepers of the Patch Pumpkin:
51
52     Charles Bailey      <bailey@newman.upenn.edu>
53     Graham Barr         <gbarr@ti.com>
54     Malcolm Beattie     <mbeattie@sable.ox.ac.uk>
55     Tim Bunce           <Tim.Bunce@ig.co.uk>
56     Andy Dougherty      <doughera@lafcol.lafayette.edu>
57     Gurusamy Sarathy    <gsar@activestate.com>
58     Chip Salzenberg     <chip@perl.com>
59
60 And, of course, the Author of Perl:
61
62     Larry Wall          <larry@wall.org>
63
64
65 NOTE: Each change entry shows the change number; who checked it into the
66 repository; when; description of the change; which branch the change
67 happened in; and the affected files.  The file lists have a short symbolic
68 indicator:
69
70             !       modified
71             +       added
72             -       deleted
73             +>      branched (from elsewhere)
74             !>      merged changes (from elsewhere)
75
76
77 ----------------
78 Version 5.005_63        Development release working toward 5.6
79 ----------------
80
81 ____________________________________________________________________________
82 [  4621] By: gsar                                  on 1999/12/02  22:24:53
83         Log: caveat about thread-safety of extensions
84      Branch: perl
85            ! pod/perlfork.pod
86 ____________________________________________________________________________
87 [  4620] By: gsar                                  on 1999/12/02  20:31:02
88         Log: XS documentation patches suggested by Ilya, severally adjusted
89      Branch: perl
90            ! pod/perlxs.pod pod/perlxstut.pod
91 ____________________________________________________________________________
92 [  4619] By: gsar                                  on 1999/12/02  17:52:50
93         Log: re-add missing Unicode database master
94      Branch: perl
95            + lib/unicode/Unicode.300
96 ____________________________________________________________________________
97 [  4618] By: gsar                                  on 1999/12/02  06:56:18
98         Log: applied suggested patch with prototype changes
99              From:    Ilya Zakharevich <ilya@math.ohio-state.edu>
100              Date:    Tue, 23 Nov 1999 22:55:55 EST
101              Message-Id: <199911240355.WAA23033@monk.mps.ohio-state.edu>
102              Subject: [PATCH 5.005_62] First char cognizance
103      Branch: perl
104            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
105 ____________________________________________________________________________
106 [  4617] By: gsar                                  on 1999/12/02  06:04:57
107         Log: fixes for bugs in change#4586 and OS/2 pod tweak, from Ilya
108      Branch: perl
109            ! os2/OS2/REXX/REXX.pm regexec.c t/op/re_tests
110 ____________________________________________________________________________
111 [  4616] By: gsar                                  on 1999/12/02  04:30:22
112         Log: various documentation tweaks suggested by M. J. T. Guy
113      Branch: perl
114            ! INSTALL lib/strict.pm pod/perlfunc.pod pod/perlsyn.pod
115 ____________________________________________________________________________
116 [  4615] By: gsar                                  on 1999/12/02  04:17:43
117         Log: various File::Glob fixes for DOSISH platforms
118              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
119              Date: Tue, 02 Nov 1999 11:11:25 GMT
120              Message-Id: <714DFA46B9BBD0119CD000805FC1F53BDC38E3@UKRUX002.rundc.uk.origin-it.com>
121              Subject: File::Glob again. Final patch, honest!
122      Branch: perl
123            + t/lib/glob-case.t
124            ! MANIFEST ext/File/Glob/Changes ext/File/Glob/Glob.pm
125            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
126            ! ext/File/Glob/bsd_glob.h op.c t/lib/glob-global.t
127 ____________________________________________________________________________
128 [  4614] By: gsar                                  on 1999/12/02  03:42:55
129         Log: allow XSUBs and prototyped subroutines to be used with sort() (tweaked
130              variant of patch suggested by Peter Haworth <pmh@edison.ioppublishing.com>)
131      Branch: perl
132            ! pod/perldelta.pod pod/perlfunc.pod pp_ctl.c t/op/sort.t
133 ____________________________________________________________________________
134 [  4613] By: gsar                                  on 1999/12/02  01:59:19
135         Log: ignore yet another known scalar leak
136      Branch: perl
137            ! t/pragma/warn/regcomp
138 ____________________________________________________________________________
139 [  4612] By: gsar                                  on 1999/12/02  01:15:02
140         Log: avoid potential stack extension bug in pp_unpack() (spotted by Ilya)
141      Branch: perl
142            ! pp.c
143 ____________________________________________________________________________
144 [  4611] By: gsar                                  on 1999/12/02  00:31:43
145         Log: a somewhat tweaked version of suggested patch
146              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
147              Date: Wed, 27 Oct 1999 18:57:41 -0400 (EDT)
148              Message-Id: <199910272257.SAA29928@monk.mps.ohio-state.edu>
149              Subject: [PATCH 5.005_62] Another round of pack/vec docs patches
150      Branch: perl
151            ! pod/perlfunc.pod
152 ____________________________________________________________________________
153 [  4610] By: gsar                                  on 1999/12/01  19:09:31
154         Log: more accurate require() pseudocode (from James P. Williams
155              <James.P.Williams@USAHQ.UnitedSpaceAlliance.com>)
156      Branch: perl
157            ! pod/perlfunc.pod
158 ____________________________________________________________________________
159 [  4609] By: gsar                                  on 1999/12/01  18:43:49
160         Log: avoid "Callback called exit" error on intentional exit()
161      Branch: perl
162            ! embedvar.h intrpvar.h objXSUB.h perl.c perl.h pp_ctl.c
163 ____________________________________________________________________________
164 [  4608] By: gsar                                  on 1999/12/01  18:42:38
165         Log: find_byclass() prototype was incoherent
166      Branch: perl
167            ! regexec.c
168 ____________________________________________________________________________
169 [  4607] By: gsar                                  on 1999/12/01  05:45:10
170         Log: better documentation for goto &NAME (from M. J. T. Guy)
171      Branch: perl
172            ! pod/perlfunc.pod
173 ____________________________________________________________________________
174 [  4606] By: gsar                                  on 1999/12/01  05:33:14
175         Log: integrate cfgperl contents into mainline
176      Branch: perl
177           +> lib/unicode/Jamo.txt lib/unicode/NamesList.html
178           +> lib/unicode/UCD300.html lib/unicode/Unicode3.html
179            - lib/unicode/Jamo-2.txt lib/unicode/Unicode.html
180            ! Changes
181           !> (integrate 210 files)
182 ____________________________________________________________________________
183 [  4605] By: gsar                                  on 1999/12/01  05:15:27
184         Log: avoid PTR->IV cast warnings
185      Branch: perl
186            ! mg.c op.c scope.h
187 ____________________________________________________________________________
188 [  4604] By: gsar                                  on 1999/12/01  03:59:56
189         Log: email address changes
190      Branch: perl
191            ! AUTHORS Changes Porting/genlog Porting/p4d2p Porting/p4desc
192            ! README.win32 ext/Data/Dumper/Dumper.pm lib/DB.pm
193            ! lib/File/DosGlob.pm lib/Math/Complex.pm lib/Math/Trig.pm
194            ! pod/perl5005delta.pod pod/perlport.pod t/op/runlevel.t
195            ! utils/perlbug.PL utils/perldoc.PL win32/bin/perlglob.pl
196 ____________________________________________________________________________
197 [  4603] By: gsar                                  on 1999/12/01  03:45:13
198         Log: minor USE_ITHREADS tweaks
199      Branch: perl
200            ! doio.c op.c op.h pp_hot.c pp_sys.c run.c win32/Makefile
201            ! win32/perllib.c win32/win32.h
202 ____________________________________________________________________________
203 [  4602] By: gsar                                  on 1999/12/01  01:00:09
204         Log: more complete pseudo-fork() support for Windows
205      Branch: perl
206            + pod/perlfork.pod win32/perlhost.h win32/vdir.h win32/vmem.h
207            ! MANIFEST XSUB.h cop.h dump.c embed.h embed.pl embedvar.h
208            ! ext/B/B/CC.pm ext/Opcode/Opcode.xs global.sym globals.c
209            ! globvar.sym gv.c hv.c intrpvar.h iperlsys.h makedef.pl mg.c
210            ! mpeix/mpeixish.h objXSUB.h op.c op.h os2/os2ish.h perl.c
211            ! perl.h perlapi.c plan9/plan9ish.h pod/Makefile pod/buildtoc
212            ! pod/perl.pod pod/roffitall pp.c pp_ctl.c pp_hot.c pp_sys.c
213            ! proto.h regcomp.c run.c scope.c scope.h sv.c t/op/fork.t
214            ! toke.c unixish.h util.c vos/vosish.h win32/Makefile
215            ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
216            ! win32/win32iop.h win32/win32thread.h
217 ____________________________________________________________________________
218 [  4601] By: gsar                                  on 1999/12/01  00:45:38
219         Log: rudimentary support for remote debugging, from aeons ago (somewhat
220              modified)
221              From: Graham TerMarsch <grahamt@ActiveState.com>
222              Date: Sat, 12 Sep 1998 10:46:55 -0700
223              Message-ID: <35FAB38F.EA9AAC50@activestate.com>
224              Subject: Re: Patches to perl5db.pl to allow for remote debugging
225      Branch: perl
226            ! lib/perl5db.pl
227 ____________________________________________________________________________
228 [  4600] By: chip                                  on 1999/11/19  21:16:00
229         Log: Document known limitations of fdopen() on some systems,
230              as they apply to open() and sysopen().
231      Branch: perl
232            ! pod/perlfunc.pod
233 ____________________________________________________________________________
234 [  4599] By: chip                                  on 1999/11/19  17:20:19
235         Log: Undef printf before redirecting it to PerlIO_stdoutf.
236              (Avoids an irritating warning when compiling with PerlIO.)
237      Branch: perl
238            ! perl.h
239 ____________________________________________________________________________
240 [  4598] By: jhi                                   on 1999/11/22  21:30:17
241         Log: Small VMS nits from Craig A. Berry, <craig.berry@metamor.com>.
242      Branch: cfgperl
243            ! README.vms t/io/open.t
244 ____________________________________________________________________________
245 [  4597] By: jhi                                   on 1999/11/21  16:21:21
246         Log: Replace #4596 with the change done in 5.005_03.
247      Branch: cfgperl
248            ! ext/Errno/Errno_pm.PL
249 ____________________________________________________________________________
250 [  4596] By: jhi                                   on 1999/11/21  16:07:20
251         Log: Skip processing a file if the file to be opened is '-'
252              (can happen in UNICOS)
253      Branch: cfgperl
254            ! ext/Errno/Errno_pm.PL
255 ____________________________________________________________________________
256 [  4595] By: jhi                                   on 1999/11/21  14:05:10
257         Log: VMS patches from Peter Prymmer.
258      Branch: cfgperl
259            ! doio.c mg.c taint.c vms/subconfigure.com vms/vms.c
260 ____________________________________________________________________________
261 [  4594] By: jhi                                   on 1999/11/18  17:07:14
262         Log: The find_byclass prototype is already in proto.h. 
263      Branch: cfgperl
264            ! regexec.c
265 ____________________________________________________________________________
266 [  4593] By: gsar                                  on 1999/11/16  21:25:21
267         Log: typo in flag checks
268      Branch: utfperl
269            ! sv.h
270 ____________________________________________________________________________
271 [  4592] By: jhi                                   on 1999/11/16  21:17:25
272         Log: Regen Configure.
273      Branch: cfgperl
274            ! Configure config_h.SH pp.c pp.h vms/subconfigure.com
275      Branch: metaconfig
276            ! U/a_dvisory/quadtype.U
277 ____________________________________________________________________________
278 [  4591] By: jhi                                   on 1999/11/16  14:53:19
279         Log: Integrate with Sarathy.
280      Branch: cfgperl
281           !> cop.h deb.c embed.h embed.pl global.sym lib/Pod/Checker.pm
282           !> lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Select.pm
283           !> lib/Pod/Usage.pm makedef.pl objXSUB.h perl.c perlapi.c
284           !> pod/podchecker.PL pp_sys.c proto.h sv.c t/pod/poderrs.t
285           !> t/pod/poderrs.xr
286 ____________________________________________________________________________
287 [  4590] By: gsar                                  on 1999/11/16  05:57:56
288         Log: Pod::Parser updates (v1.091) from Brad Appleton <bradapp@enteract.com>
289      Branch: perl
290            ! lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
291            ! lib/Pod/Select.pm lib/Pod/Usage.pm pod/podchecker.PL
292            ! t/pod/poderrs.t t/pod/poderrs.xr
293 ____________________________________________________________________________
294 [  4589] By: gsar                                  on 1999/11/15  18:47:34
295         Log: add a synchronous stub fork() for USE_ITHREADS to prove that a simple
296              C<if (fork()) { print "parent" } else { print "child" }> works on
297              Windows (incidentally running a cloned^2 interpreter :)
298      Branch: perl
299            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perlapi.c
300            ! pp_sys.c proto.h sv.c
301 ____________________________________________________________________________
302 [  4588] By: gsar                                  on 1999/11/15  14:34:36
303         Log: cloning the stack (part 1)
304      Branch: perl
305            ! cop.h deb.c perl.c sv.c
306 ____________________________________________________________________________
307 [  4587] By: jhi                                   on 1999/11/15  00:22:20
308         Log: Integrate with Sarathy.
309      Branch: cfgperl
310           !> Changes embed.h embed.pl embedvar.h global.sym intrpvar.h
311           !> makedef.pl objXSUB.h op.c perl.h perlapi.c proto.h run.c sv.c
312           !> win32/perllib.c
313 ____________________________________________________________________________
314 [  4586] By: jhi                                   on 1999/11/14  21:17:26
315         Log: Ilya's "hopscotch" patch, reworked by Ilya to fit.
316      Branch: cfgperl
317            ! embed.h embed.pl embedvar.h proto.h regexec.c t/op/re_tests
318 ____________________________________________________________________________
319 [  4585] By: gsar                                  on 1999/11/14  20:01:45
320         Log: tweak for win32 build
321      Branch: perl
322            ! embed.h embed.pl op.c proto.h
323 ____________________________________________________________________________
324 [  4584] By: gsar                                  on 1999/11/14  19:46:25
325         Log: cosmetic tweaks
326      Branch: perl
327            ! embed.h embed.pl embedvar.h global.sym intrpvar.h makedef.pl
328            ! objXSUB.h perl.h perlapi.c proto.h sv.c win32/perllib.c
329 ____________________________________________________________________________
330 [  4583] By: gsar                                  on 1999/11/14  17:38:32
331         Log: fix problem pointer casts
332      Branch: perl
333            ! Changes run.c sv.c
334 ____________________________________________________________________________
335 [  4582] By: jhi                                   on 1999/11/14  17:10:01
336         Log: Integrate with Sarathy.
337      Branch: cfgperl
338           !> cop.h dump.c ext/Opcode/Opcode.xs gv.c op.c perl.c perly.c
339           !> perly.y pp_ctl.c pp_sys.c sv.c t/op/misc.t toke.c util.c
340           !> vms/perly_c.vms win32/perllib.c
341 ____________________________________________________________________________
342 [  4581] By: jhi                                   on 1999/11/14  17:08:23
343         Log: The separation of 64-bitness and largefileness continues
344              (with a setback, see hpux.sh).
345      Branch: cfgperl
346            ! Configure MANIFEST config_h.SH hints/aix.sh hints/hpux.sh
347            ! hints/solaris_2.sh
348      Branch: metaconfig
349            ! U/threads/archname.U U/typedefs/lseektype.U
350      Branch: metaconfig/U/perl
351            ! fpossize.U use64bits.U uselfs.U
352 ____________________________________________________________________________
353 [  4580] By: jhi                                   on 1999/11/14  13:26:41
354         Log: Another Unicode update.
355      Branch: cfgperl
356            + lib/unicode/Jamo.txt lib/unicode/NamesList.html
357            + lib/unicode/UCD300.html lib/unicode/Unicode3.html
358            - lib/unicode/Jamo-2.txt lib/unicode/Unicode.html
359            ! (edit 189 files)
360 ____________________________________________________________________________
361 [  4579] By: gsar                                  on 1999/11/14  10:21:49
362         Log: sundry cleanups for cloned interpreters (only known failure mode
363              is due to regexps keeping non-constant data in their compiled
364              structures)
365      Branch: perl
366            ! cop.h dump.c ext/Opcode/Opcode.xs gv.c op.c perl.c pp_ctl.c
367            ! pp_sys.c sv.c toke.c util.c win32/perllib.c
368 ____________________________________________________________________________
369 [  4578] By: gsar                                  on 1999/11/14  03:37:37
370         Log: fix bug in change#4515 (STOP blocks now see @ARGV like the rest)
371      Branch: perl
372            ! perly.c perly.y t/op/misc.t vms/perly_c.vms
373 ____________________________________________________________________________
374 [  4577] By: jhi                                   on 1999/11/13  19:50:24
375         Log: Change #4576 accidentally leaked also parts of
376              Ilya's patch that won't apply cleanly anymore.
377      Branch: cfgperl
378            ! regexec.c t/op/re_tests
379 ____________________________________________________________________________
380 [  4576] By: jhi                                   on 1999/11/13  19:43:37
381         Log: Integrate with Sarathy.
382      Branch: cfgperl
383            ! embed.h embed.pl embedvar.h proto.h regexec.c t/op/re_tests
384           !> ext/Errno/Errno_pm.PL ext/IO/lib/IO/Socket.pm t/lib/dumper.t
385           !> t/op/regexp.t t/pragma/overload.t
386 ____________________________________________________________________________
387 [  4575] By: gsar                                  on 1999/11/13  19:41:46
388         Log: typos in change#4561 and change#4565
389      Branch: perl
390            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Socket.pm
391 ____________________________________________________________________________
392 [  4574] By: gsar                                  on 1999/11/13  19:31:19
393         Log: revert non-kosher parts of change#4562 (sort order problems
394              should be ignored (on ebcdic) by fixing dumper.t/T() to sort
395              result and expected lines; /[:ascii:]/ not working should be
396              fixed, not ignored in regexp.t; result from sort should be
397              fixed to be ascii portable on ebcdic, not ebcdic-specific)
398      Branch: perl
399            ! t/lib/dumper.t t/op/regexp.t t/pragma/overload.t
400 ____________________________________________________________________________
401 [  4573] By: gsar                                  on 1999/11/13  19:13:04
402         Log: integrate cfgperl changes into mainline
403      Branch: perl
404           +> lib/unicode/Eq/Latin1.pl lib/unicode/Eq/Unicode.pl
405           +> lib/unicode/In/BopomofoExtended.pl
406           +> lib/unicode/In/BraillePatterns.pl
407           +> lib/unicode/In/CJKRadicalsSupplement.pl
408           +> lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
409           +> lib/unicode/In/Cherokee.pl
410           +> lib/unicode/In/IdeographicDescriptionCharacters.pl
411           +> lib/unicode/In/KangxiRadicals.pl lib/unicode/In/Khmer.pl
412           +> lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
413           +> lib/unicode/In/Ogham.pl lib/unicode/In/Runic.pl
414           +> lib/unicode/In/Sinhala.pl lib/unicode/In/Syriac.pl
415           +> lib/unicode/In/Thaana.pl
416           +> lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
417           +> lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
418            - lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
419           !> (integrate 213 files)
420 ____________________________________________________________________________
421 [  4572] By: jhi                                   on 1999/11/13  18:44:50
422         Log: From: "Craig A. Berry" <craig.berry@metamor.com>
423              To: perl5-porters@perl.org, VMSPERL@perl.org
424              Subject: [PATCH 5.005_03 and 5.005_62] updates to README.vms
425              Date: Wed, 27 Oct 1999 11:02:54 -0500
426              Message-Id: <4.2.0.58.19991027105257.00addc10@mmtnt11.metamor.com>
427      Branch: cfgperl
428            ! README.vms
429 ____________________________________________________________________________
430 [  4571] By: jhi                                   on 1999/11/13  18:33:39
431         Log: From: jand@activestate.com (Jan Dubois)
432              To: perl5-porters@perl.org, Perl-Win32-Porters@activestate.com
433              Cc: Douglas Lankshear <dougl@activestate.com>,
434              Gurusamy Sarathy <gsar@activestate.com>
435              Subject: [5.005_62 PATCH] support link() on WinNT and NTFS
436              Date: Tue, 09 Nov 1999 00:38:33 +0100
437              Message-ID: <382b5d24.10899522@smtprelay.t-online.de>
438      Branch: cfgperl
439            ! XSUB.h iperlsys.h pp_sys.c t/io/fs.t win32/config.bc
440            ! win32/config.gc win32/config.vc win32/config_H.bc
441            ! win32/config_H.gc win32/config_H.vc win32/perllib.c
442            ! win32/win32.c win32/win32iop.h
443 ____________________________________________________________________________
444 [  4570] By: jhi                                   on 1999/11/13  18:30:37
445         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
446              To: perl5-porters@perl.org (Mailing list Perl5)
447              Subject: [PATCH 5.005_62] makedef.pl goof
448              Date: Mon, 8 Nov 1999 23:55:21 -0500 (EST)
449              Message-Id: <199911090455.XAA25627@monk.mps.ohio-state.edu>
450      Branch: cfgperl
451            ! makedef.pl
452 ____________________________________________________________________________
453 [  4569] By: jhi                                   on 1999/11/13  18:06:54
454         Log: From: Michael G Schwern <schwern@pobox.com>
455              To: perl5-porters@perl.org, pod-people@perl.org
456              Cc: tchrist@mox.perl.com, gnat@frii.com
457              Subject: [DOCPATCH 5.005_62 perlfaq9.pod] Mention HTML::FormatText
458              Date: Wed, 10 Nov 1999 17:21:46 -0500
459              Message-ID: <19991110172146.A23527@athens.aocn.com>
460      Branch: cfgperl
461            ! pod/perlfaq9.pod
462 ____________________________________________________________________________
463 [  4568] By: jhi                                   on 1999/11/13  18:05:33
464         Log: From: "Paul Moore" <gustav@morpheus.demon.co.uk>
465              To: <perl5-porters@perl.org>
466              Subject: DynaLoader_pm.PL patch (backslashes in strings)
467              Date: Wed, 10 Nov 1999 22:52:02 -0000
468              Message-ID: <LPBBIIMJKJMPNOGHGLLCMEBFCAAA.gustav@morpheus.demon.co.uk>
469      Branch: cfgperl
470            ! ext/DynaLoader/DynaLoader_pm.PL
471 ____________________________________________________________________________
472 [  4567] By: jhi                                   on 1999/11/13  18:03:52
473         Log: From: JD Laub <jdl@access-health.com>
474              To: perl5-porters@perl.org
475              Subject: [ID 19991112.002] patch: Exporter.pm not reporting path
476              Date: Fri, 12 Nov 1999 08:58:28 -0700 (MST)
477              Message-Id: <199911121558.IAA08915@mocha.iasi.com>
478      Branch: cfgperl
479            ! lib/Exporter/Heavy.pm
480 ____________________________________________________________________________
481 [  4566] By: jhi                                   on 1999/11/13  18:01:24
482         Log: From: Bernard Quatermass <bernard@quatermass.co.uk>
483              To: perl5-porters@perl.org
484              Subject: small patch for perldoc
485              Date: Fri, 12 Nov 1999 23:11:43 GMT
486              Message-Id: <VA.0000001c.00d1e05a@quatermass.co.uk>
487      Branch: cfgperl
488            ! utils/perldoc.PL
489 ____________________________________________________________________________
490 [  4565] By: jhi                                   on 1999/11/13  17:58:54
491         Log: From: Scott Gifford <sgifford@tir.com>
492              To: perl5-porters@perl.org
493              Cc: gbarr@pobox.com
494              Subject: [ID 19991112.004] Bug in IO::Socket (patch included)
495              Date: 12 Nov 1999 18:55:30 -0500
496              Message-Id: <m3emdvw9hp.fsf@sgifford.tir.com>
497      Branch: cfgperl
498            ! ext/IO/lib/IO/Socket.pm
499 ____________________________________________________________________________
500 [  4564] By: jhi                                   on 1999/11/13  17:45:39
501         Log: Applied manually:
502              From: "Craig A. Berry" <craig.berry@metamor.com>
503              To: perl5-porters@perl.org, VMSPERL@perl.org
504              Subject: [PATCH 5.005_62] patches required to build on VMS
505              Date: Tue, 09 Nov 1999 18:16:14 -0600
506              Message-Id: <4.2.2.19991109173839.00d12630@mmtnt11.metamor.com>
507      Branch: cfgperl
508            ! configure.com vms/descrip_mms.template vms/subconfigure.com
509            ! vms/vms.c vms/vmsish.h
510 ____________________________________________________________________________
511 [  4563] By: jhi                                   on 1999/11/13  17:18:41
512         Log: Regen Unicode tables to include a warning:
513              Thou Shalt Not Edit Them By Hand; add missing
514              (Unicode 2.0 -introduced) tables to MANIFEST;
515              convert the equivalence tables to be valid Perl code.
516      Branch: cfgperl
517            + lib/unicode/Eq/Latin1.pl lib/unicode/Eq/Unicode.pl
518            + lib/unicode/In/BopomofoExtended.pl
519            + lib/unicode/In/BraillePatterns.pl
520            + lib/unicode/In/CJKRadicalsSupplement.pl
521            + lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
522            + lib/unicode/In/Cherokee.pl
523            + lib/unicode/In/IdeographicDescriptionCharacters.pl
524            + lib/unicode/In/KangxiRadicals.pl lib/unicode/In/Khmer.pl
525            + lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
526            + lib/unicode/In/Ogham.pl lib/unicode/In/Runic.pl
527            + lib/unicode/In/Sinhala.pl lib/unicode/In/Syriac.pl
528            + lib/unicode/In/Thaana.pl
529            + lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
530            + lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
531            - lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
532            ! (edit 169 files)
533 ____________________________________________________________________________
534 [  4562] By: jhi                                   on 1999/11/13  16:53:00
535         Log: From: Peter Prymmer <pvhp@forte.com>
536              To: gsar@activestate.com, perl-mvs@perl.org, perlbug@perl.com
537              Subject: [PATCH: 5.005_62]was Re: [ID 19991102.003] perl on os390
538              Date: Wed, 10 Nov 1999 14:34:36 -0800 (PST)
539              Message-Id: <199911102234.OAA01018@brio.forte.com>
540      Branch: cfgperl
541            ! t/lib/dumper.t t/op/pack.t t/op/regexp.t t/pragma/locale.t
542            ! t/pragma/overload.t
543 ____________________________________________________________________________
544 [  4561] By: jhi                                   on 1999/11/13  16:29:37
545         Log: $Config{myarchname} is not a good architecture identifier
546              because it may contain host/node identification like
547              CPU serial numbers.
548      Branch: cfgperl
549            ! ext/Errno/Errno_pm.PL
550 ____________________________________________________________________________
551 [  4560] By: jhi                                   on 1999/11/13  16:26:13
552         Log: Continue largefileness separation from quadness;
553              move nv-preserving test out of perl.h into Configure;
554              use HAS_SETVBUF in IO.
555      Branch: cfgperl
556            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
557            ! config_h.SH ext/IO/IO.xs hints/solaris_2.sh perl.h pp_sys.c
558      Branch: metaconfig
559            ! U/a_dvisory/quadtype.U
560      Branch: metaconfig/U/perl
561            + nvpresuv.U
562            ! d_fseeko.U d_ftello.U io64.U perlxv.U
563 ____________________________________________________________________________
564 [  4559] By: jhi                                   on 1999/11/13  13:46:38
565         Log: Try to fix largefileness so that it "works" without a quad IV.
566      Branch: cfgperl
567            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
568            ! config_h.SH perl.h pp_sys.c t/lib/syslfs.t t/op/lfs.t
569      Branch: metaconfig
570            ! U/a_dvisory/quadtype.U U/typedefs/lseektype.U
571      Branch: metaconfig/U/perl
572            ! io64.U
573 ____________________________________________________________________________
574 [  4558] By: jhi                                   on 1999/11/13  11:36:19
575         Log: Undo drift from mainline.
576      Branch: cfgperl
577            ! regcomp.c util.c utils/h2xs.PL
578 ____________________________________________________________________________
579 [  4557] By: gsar                                  on 1999/11/13  10:54:46
580         Log: typo
581      Branch: perl
582            ! util.c
583 ____________________________________________________________________________
584 [  4556] By: gsar                                  on 1999/11/13  10:53:41
585         Log: integrate cfgperl contents (op.[ch] needed manual resolve)
586      Branch: perl
587           +> epoc/Config.pm epoc/autosplit.pl epoc/createpkg.pl
588           +> epoc/epoc_stubs.c
589           !> (integrate 48 files)
590 ____________________________________________________________________________
591 [  4555] By: jhi                                   on 1999/11/13  10:05:54
592         Log: Integrate with Sarathy.
593      Branch: cfgperl
594           !> dump.c ext/Devel/DProf/DProf.xs gv.c mg.c op.c perl.c pp.c
595           !> sv.c warnings.h warnings.pl win32/Makefile win32/perllib.c
596 ____________________________________________________________________________
597 [  4554] By: jhi                                   on 1999/11/13  10:03:07
598         Log: s/_SIGN$/_sign/g;
599      Branch: metaconfig
600            ! U/typedefs/gidsign.U U/typedefs/pidsign.U U/typedefs/uidsign.U
601 ____________________________________________________________________________
602 [  4553] By: gsar                                  on 1999/11/13  02:17:53
603         Log: cloned interpreters now actually run and pass all but 55/10386
604              subtests; various subtle bugs, new and old, observed when running
605              cloned interpreters have been fixed
606              
607              still to do:
608              |  * dup psig_ptr table
609              |  * merge PADOP GVs support with "our" SVs (existing PADOPs are too
610              |    simple-minded and grab one pad entry each, heavily bloating
611              |    the pad by not avoiding dups)
612              |  * overloaded constants are not really immutable--they need to
613              |    be PADOPs
614              |  * allocator for constants and OPs need to be spelled differently
615              |    (shared vs interpreter-local allocations)
616              |  * optree refcounting is still missing locking (macros are in place)
617              |  * curstackinfo, {mark,scope,save,ret}stack need to be cloned so
618              |    perl_clone() can be called from within runops*()
619      Branch: perl
620            ! dump.c ext/Devel/DProf/DProf.xs gv.c mg.c op.c perl.c pp.c
621            ! sv.c warnings.h warnings.pl win32/Makefile win32/perllib.c
622 ____________________________________________________________________________
623 [  4552] By: jhi                                   on 1999/11/11  23:17:43
624         Log: Turn on largefileness always if available and
625              continue 64-bit fixes.
626      Branch: cfgperl
627            ! Configure config_h.SH handy.h hints/aix.sh hints/dec_osf.sh
628            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh perl.h pp.c
629            ! sv.c t/lib/syslfs.t t/op/lfs.t utf8.c
630 ____________________________________________________________________________
631 [  4551] By: jhi                                   on 1999/11/11  23:16:15
632         Log: Split int64type from i_inttypes, rename quadcase into quadkind.
633      Branch: metaconfig
634            ! U/a_dvisory/quadtype.U
635      Branch: metaconfig/U/perl
636            + d_int64t.U
637            ! i_inttypes.U io64.U
638 ____________________________________________________________________________
639 [  4550] By: jhi                                   on 1999/11/11  20:24:55
640         Log: Fix a thinko in 4548.
641      Branch: cfgperl
642            ! pp_sys.c
643 ____________________________________________________________________________
644 [  4549] By: jhi                                   on 1999/11/11  19:48:21
645         Log: Integrate with Sarathy.
646      Branch: cfgperl
647           !> (integrate 56 files)
648 ____________________________________________________________________________
649 [  4548] By: jhi                                   on 1999/11/11  19:41:56
650         Log: Try to do something if st_size, st_uid, st_gid are too big for an IV;
651              regen Configure.
652      Branch: cfgperl
653            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
654            ! config_h.SH pp_sys.c
655 ____________________________________________________________________________
656 [  4547] By: jhi                                   on 1999/11/11  19:40:38
657         Log: s/_SIZE$/_size/g; add sizesize and ssizesize.
658      Branch: metaconfig
659            + U/typedefs/sizesize.U U/typedefs/ssizesize.U
660            ! U/typedefs/gidsize.U U/typedefs/pidsize.U U/typedefs/uidsize.U
661 ____________________________________________________________________________
662 [  4546] By: gsar                                  on 1999/11/11  10:32:54
663         Log: avoid stash pointers in optree under USE_ITHREADS
664      Branch: perl
665            ! bytecode.pl cop.h ext/B/B.xs ext/B/B/Asmdata.pm
666            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Debug.pm
667            ! ext/B/B/Deparse.pm ext/ByteLoader/bytecode.h
668            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
669            ! ext/Opcode/Opcode.xs gv.c op.c perl.c pp.c pp_ctl.c pp_hot.c
670            ! scope.h sv.c
671 ____________________________________________________________________________
672 [  4545] By: gsar                                  on 1999/11/11  06:04:20
673         Log: another change towards a shareable optree: avoid pointer to filegv
674              in COP; revert parts of change#4485 and s/xcv_filegv/xcv_file/
675              (CvFILE() may yet come in handy somewhere); adjust compiler doodads
676              to suit
677      Branch: perl
678            ! bytecode.pl cop.h cv.h dump.c ext/B/B.pm ext/B/B.xs
679            ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
680            ! ext/B/B/CC.pm ext/B/B/Debug.pm ext/B/B/Deparse.pm
681            ! ext/B/B/Lint.pm ext/B/B/Xref.pm ext/ByteLoader/bytecode.h
682            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
683            ! ext/Devel/Peek/Peek.pm gv.c gv.h op.c perl.c pp.c pp_ctl.c
684            ! pp_sys.c scope.c scope.h sv.c sv.h toke.c util.c util.h
685            ! win32/perllib.c
686 ____________________________________________________________________________
687 [  4544] By: gsar                                  on 1999/11/10  18:19:12
688         Log: more cleanups for change#4539
689      Branch: perl
690            ! gv.h op.c op.h pp_ctl.c pp_hot.c
691 ____________________________________________________________________________
692 [  4543] By: gsar                                  on 1999/11/10  01:52:22
693         Log: remove dead branch/infinite looper in change#3612
694      Branch: perl
695            ! op.c
696 ____________________________________________________________________________
697 [  4542] By: gsar                                  on 1999/11/09  20:05:47
698         Log: IoDIRP may be fake when used in source filters, mark as such
699      Branch: perl
700            ! sv.c sv.h toke.c
701 ____________________________________________________________________________
702 [  4541] By: gsar                                  on 1999/11/09  05:47:53
703         Log: small nits in changes#4538,4539
704      Branch: perl
705            ! op.c sv.c
706 ____________________________________________________________________________
707 [  4540] By: gsar                                  on 1999/11/08  20:30:58
708         Log: win32 symbol export tweak
709      Branch: perl
710            ! makedef.pl win32/win32.c win32/win32iop.h
711 ____________________________________________________________________________
712 [  4539] By: gsar                                  on 1999/11/08  18:50:40
713         Log: preliminary support for GVOP indirection via pad
714      Branch: perl
715            ! doio.c dump.c embed.h embed.pl global.sym objXSUB.h op.c op.h
716            ! opcode.pl perlapi.c pp_hot.c pp_sys.c proto.h run.c
717 ____________________________________________________________________________
718 [  4538] By: gsar                                  on 1999/11/08  11:25:49
719         Log: preliminary support for perl_clone() (still needs work in
720              the following areas: SVOPs must indirect via pad; context
721              stack, scope stack, and runlevels must be cloned; must
722              hook up the virtualized pseudo-process support provided by
723              "host"; ...)
724      Branch: perl
725            ! av.h embed.h embed.pl embedvar.h global.sym hv.c hv.h
726            ! intrpvar.h makedef.pl objXSUB.h perl.h perlapi.c proto.h sv.c
727            ! win32/perllib.c win32/win32.c
728 ____________________________________________________________________________
729 [  4537] By: gsar                                  on 1999/11/08  11:19:18
730         Log: more thorough cleanup in perl_destroy()
731      Branch: perl
732            ! perl.c util.c
733 ____________________________________________________________________________
734 [  4536] By: gsar                                  on 1999/11/08  07:16:10
735         Log: win32 internal data must be interpreter-local
736      Branch: perl
737            ! win32/win32.c win32/win32.h win32/win32sck.c
738 ____________________________________________________________________________
739 [  4535] By: gsar                                  on 1999/11/08  04:17:28
740         Log: tweak change#4502
741      Branch: perl
742            ! doio.c perl.c
743 ____________________________________________________________________________
744 [  4534] By: jhi                                   on 1999/11/07  13:17:03
745         Log: Four special class subs, not three.
746      Branch: cfgperl
747            ! pod/perlmod.pod
748 ____________________________________________________________________________
749 [  4533] By: jhi                                   on 1999/11/07  13:13:15
750         Log: Integrate with Sarathy.
751      Branch: cfgperl
752           !> mg.c t/io/print.t
753 ____________________________________________________________________________
754 [  4532] By: jhi                                   on 1999/11/07  12:36:10
755         Log: More test program maintenance.
756      Branch: cfgperl
757            ! Configure config_h.SH
758      Branch: metaconfig
759            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
760            ! U/compline/charsize.U U/compline/d_sigaction.U
761            ! U/compline/doublesize.U U/compline/floatsize.U
762            ! U/compline/nblock_io.U U/compline/ptrsize.U
763            ! U/modified/Signal.U U/typedefs/gidsize.U U/typedefs/pidsize.U
764            ! U/typedefs/uidsize.U
765      Branch: metaconfig/U/perl
766            ! fpossize.U
767 ____________________________________________________________________________
768 [  4531] By: jhi                                   on 1999/11/07  00:34:09
769         Log: Tidy up the metaconfig test programs.
770      Branch: cfgperl
771            ! Configure config_h.SH
772      Branch: metaconfig
773            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
774            ! U/compline/charsize.U U/compline/doublesize.U
775            ! U/compline/nblock_io.U U/compline/ptrsize.U
776            ! U/modified/d_longlong.U U/typedefs/gidsize.U
777            ! U/typedefs/lseektype.U U/typedefs/pidsize.U
778            ! U/typedefs/uidsize.U
779      Branch: metaconfig/U/perl
780            ! fpossize.U
781 ____________________________________________________________________________
782 [  4530] By: jhi                                   on 1999/11/06  23:51:34
783         Log: So many printfs, so little time.
784      Branch: cfgperl
785            ! op.c perl.c regcomp.c scope.c util.c
786 ____________________________________________________________________________
787 [  4529] By: jhi                                   on 1999/11/06  23:27:35
788         Log: Replace the explicit zeros with NOOPs.
789      Branch: cfgperl
790            ! perl.h
791 ____________________________________________________________________________
792 [  4528] By: jhi                                   on 1999/11/06  23:10:54
793         Log: From: jand@activestate.com (Jan Dubois)
794              To: perl5-porters@perl.org
795              Cc: Mike Blazer <blazer@mail.nevalink.ru>,
796              Mark Borgerding <mborgerding@acm.org>
797              Subject: [5.005_62 PATCH] binmode and locale support for -T and -B filetest operators
798              Date: Sat, 06 Nov 1999 22:16:43 +0100
799              Message-ID: <38279207.46448719@smtprelay.t-online.de>
800      Branch: cfgperl
801            ! op.c op.h
802 ____________________________________________________________________________
803 [  4527] By: jhi                                   on 1999/11/06  20:22:14
804         Log: ...and fewer.
805      Branch: cfgperl
806            ! dump.c
807 ____________________________________________________________________________
808 [  4526] By: jhi                                   on 1999/11/06  20:19:04
809         Log: ...and they are getting fewer.
810      Branch: cfgperl
811            ! dump.c op.c util.c
812 ____________________________________________________________________________
813 [  4525] By: jhi                                   on 1999/11/06  19:59:59
814         Log: More printf miscasts flushed out.
815      Branch: cfgperl
816            ! dump.c ext/B/B.xs ext/Data/Dumper/Dumper.xs regcomp.c
817            ! regexec.c
818 ____________________________________________________________________________
819 [  4524] By: jhi                                   on 1999/11/06  15:39:05
820         Log: Crushing the remaining %ld guerillas.
821      Branch: cfgperl
822            ! ext/Devel/DProf/DProf.xs
823 ____________________________________________________________________________
824 [  4523] By: jhi                                   on 1999/11/06  15:11:38
825         Log: Update CPAN sites list.
826      Branch: cfgperl
827            ! pod/perlmodlib.pod
828 ____________________________________________________________________________
829 [  4522] By: jhi                                   on 1999/11/05  19:50:46
830         Log: The -n32 is normally part of $cc, not $ccflags.
831      Branch: cfgperl
832            ! hints/irix_6.sh
833 ____________________________________________________________________________
834 [  4521] By: gsar                                  on 1999/11/05  04:35:30
835         Log: allow $\ to work right when set to a string with embedded nulls
836      Branch: perl
837            ! mg.c t/io/print.t
838 ____________________________________________________________________________
839 [  4520] By: jhi                                   on 1999/11/04  23:30:09
840         Log: Integrate with Sarathy.
841      Branch: cfgperl
842           !> embedvar.h ext/B/B/Bytecode.pm ext/B/B/Lint.pm
843           !> ext/B/B/Stash.pm ext/B/NOTES ext/B/O.pm ext/File/Glob/Glob.pm
844           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h intrpvar.h
845           !> keywords.h keywords.pl objXSUB.h op.c perl.c pod/perldelta.pod
846           !> pod/perldiag.pod pod/perlfunc.pod pod/perlmod.pod
847           !> pod/perlrun.pod pod/perlsub.pod pod/perltodo.pod toke.c
848 ____________________________________________________________________________
849 [  4519] By: jhi                                   on 1999/11/04  23:09:25
850         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
851              To: perl5-porters@perl.org (Mailing list Perl5)
852              Subject: [PATCH 5.005_62] ref to non-lvalue method
853              Date: Wed, 3 Nov 1999 03:52:48 -0500 (EST)
854              Message-Id: <199911030852.DAA06563@monk.mps.ohio-state.edu>
855      Branch: cfgperl
856            ! op.c
857 ____________________________________________________________________________
858 [  4518] By: jhi                                   on 1999/11/04  23:07:27
859         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
860              To: perl5-porters@perl.org (Mailing list Perl5)
861              Subject: [PATCH 5.005_62] xsubpp dependency
862              Date: Wed, 3 Nov 1999 02:57:23 -0500 (EST)
863              Message-Id: <199911030757.CAA06325@monk.mps.ohio-state.edu>
864      Branch: cfgperl
865            ! lib/ExtUtils/MM_Unix.pm
866 ____________________________________________________________________________
867 [  4517] By: jhi                                   on 1999/11/04  23:05:59
868         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
869              To: perl5-porters@perl.org (Mailing list Perl5)
870              Subject: [PATCH 5.005_62] regexp.h
871              Date: Wed, 3 Nov 1999 02:55:21 -0500 (EST)
872              Message-Id: <199911030755.CAA06311@monk.mps.ohio-state.edu>
873      Branch: cfgperl
874            ! regexp.h
875 ____________________________________________________________________________
876 [  4516] By: gsar                                  on 1999/11/04  18:25:45
877         Log: change#4485 didn't do the right thing for B::Bytecode
878      Branch: perl
879            ! ext/B/B/Bytecode.pm
880 ____________________________________________________________________________
881 [  4515] By: gsar                                  on 1999/11/04  17:28:29
882         Log: implement STOP blocks and fix compiler to use them (minimally
883              tested)
884      Branch: perl
885            ! embedvar.h ext/B/B/Lint.pm ext/B/B/Stash.pm ext/B/NOTES
886            ! ext/B/O.pm intrpvar.h keywords.h keywords.pl objXSUB.h op.c
887            ! perl.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
888            ! pod/perlmod.pod pod/perlrun.pod pod/perlsub.pod
889            ! pod/perltodo.pod toke.c
890 ____________________________________________________________________________
891 [  4514] By: gsar                                  on 1999/11/04  15:59:46
892         Log: display BSD license in Glob.pm (for clause #2 conformity)
893      Branch: perl
894            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
895            ! ext/File/Glob/bsd_glob.h
896 ____________________________________________________________________________
897 [  4513] By: jhi                                   on 1999/11/04  08:26:19
898         Log: Integrate with Sarathy.
899      Branch: cfgperl
900           +> t/io/nargv.t
901           !> (integrate 34 files)
902 ____________________________________________________________________________
903 [  4512] By: jhi                                   on 1999/11/04  08:01:25
904         Log: Incremental Mac integration from Matthias.
905      Branch: cfgperl
906            ! perl.c perl.h pp_ctl.c pp_hot.c run.c sv.c t/pod/testpchk.pl
907            ! toke.c util.c
908 ____________________________________________________________________________
909 [  4511] By: gsar                                  on 1999/11/04  02:53:37
910         Log: remove VIRTUAL tag, PERL_OBJECT doesn't need it anymore
911      Branch: perl
912            ! dosish.h embed.pl mg.c os2/os2ish.h perl.c perl.h perly.c
913            ! perly_c.diff pp_ctl.c proto.h regcomp.c regexec.c sv.c toke.c
914            ! universal.c vms/perly_c.vms vms/vmsish.h win32/win32.h
915            ! xsutils.c
916 ____________________________________________________________________________
917 [  4510] By: jhi                                   on 1999/11/02  22:12:29
918         Log: S_init_interp is a better place to diddle with PL_opargs
919              than perl_construct.
920      Branch: cfgperl
921            ! perl.c
922 ____________________________________________________________________________
923 [  4509] By: jhi                                   on 1999/11/02  21:30:02
924         Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
925              To: ben@mucus.advanced.org, perl5-porters@perl.org
926              Subject: Re: [ID 19991102.002] unpack('N', pack('N', -1)) not idempotent
927              Date: Tue, 02 Nov 1999 21:36:00 +0000
928              Message-Id: <E11ilay-00020o-00@taurus.cus.cam.ac.uk>
929      Branch: cfgperl
930            ! pod/perlfunc.pod
931 ____________________________________________________________________________
932 [  4508] By: jhi                                   on 1999/11/02  20:46:27
933         Log: Initial integration of the MacPerl changes form Matthias.
934      Branch: cfgperl
935            ! doio.c ext/DynaLoader/DynaLoader_pm.PL ext/Fcntl/Fcntl.pm
936            ! ext/Fcntl/Fcntl.xs gv.c mg.c opcode.pl perl.c perl.h pp_ctl.c
937            ! pp_hot.c pp_sys.c run.c sv.c toke.c util.c
938 ____________________________________________________________________________
939 [  4507] By: jhi                                   on 1999/11/01  23:05:07
940         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
941              To: lvirden@cas.org (Larry W. Virden)
942              Cc: perl5-porters@perl.org, lvirden@cas.org
943              Subject: Re: [ID 19991026.001] perl segmentation fault report
944              Date: Mon, 1 Nov 1999 18:14:16 -0500 (EST)
945              Message-Id: <199911012314.SAA22664@monk.mps.ohio-state.edu>
946      Branch: cfgperl
947            ! regexec.c t/op/pat.t
948 ____________________________________________________________________________
949 [  4506] By: jhi                                   on 1999/11/01  19:56:28
950         Log: From: Olaf Flebbe <olaf@science-computing.de>
951              To: perl5-porters@perl.org
952              Subject: [PATCH: 5.005_62] Patch for EPOC Support
953              Date: Mon, 1 Nov 1999 20:46:54 +0100 (MET)
954              Message-ID: <Pine.LNX.4.10.9911012045190.411-100000@dragon.science-computing.de>
955      Branch: cfgperl
956            + epoc/Config.pm epoc/autosplit.pl epoc/createpkg.pl
957            + epoc/epoc_stubs.c
958            ! MANIFEST README.epoc epoc/epocish.h epoc/perl.mmp
959            ! epoc/perl.pkg
960 ____________________________________________________________________________
961 [  4505] By: gsar                                  on 1999/11/01  17:09:44
962         Log: macros for COP.cop_filegv access
963      Branch: perl
964            ! cop.h deb.c gv.c op.c perl.c pp_ctl.c pp_sys.c scope.c toke.c
965            ! util.c
966 ____________________________________________________________________________
967 [  4504] By: gsar                                  on 1999/11/01  17:08:28
968         Log: enable better Win32::DomainName() by demand loading netapi32.dll
969              (from Jan Dubois)
970      Branch: perl
971            ! pod/Win32.pod win32/win32.c
972 ____________________________________________________________________________
973 [  4503] By: gsar                                  on 1999/10/31  20:56:06
974         Log: change#4502 was missing a file
975      Branch: perl
976            + t/io/nargv.t
977 ____________________________________________________________________________
978 [  4502] By: gsar                                  on 1999/10/31  20:46:02
979         Log: make nested ARGV/$^I loops work correctly; fixes several bugs
980              in the way ARGV state was handled in readline(); writing a
981              subroutine to do inplace edits is now possible, provided *ARGV,
982              *ARGVOUT, $^I and $_ are localized where needed
983      Branch: perl
984            ! MANIFEST doio.c embedvar.h intrpvar.h objXSUB.h perl.c
985            ! pp_hot.c scope.c
986 ____________________________________________________________________________
987 [  4501] By: jhi                                   on 1999/10/31  12:43:54
988         Log: Integrate with Sarathy.
989      Branch: cfgperl
990           !> perl.h win32/config.bc win32/config.gc win32/config.vc
991           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
992 ____________________________________________________________________________
993 [  4500] By: gsar                                  on 1999/10/31  10:01:17
994         Log: updated windows config* files
995      Branch: perl
996            ! win32/config.bc win32/config.gc win32/config.vc
997            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
998 ____________________________________________________________________________
999 [  4499] By: gsar                                  on 1999/10/31  09:15:17
1000         Log: integrate cfgperl contents into mainline
1001      Branch: perl
1002           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
1003           !> config_h.SH perl.h
1004 ____________________________________________________________________________
1005 [  4498] By: gsar                                  on 1999/10/31  09:13:41
1006         Log: remove unused struct Outrec
1007      Branch: perl
1008            ! perl.h
1009 ____________________________________________________________________________
1010 [  4497] By: jhi                                   on 1999/10/30  12:41:50
1011         Log: Add HAS_QUAD ($Config{d_quad}); use it.
1012      Branch: cfgperl
1013            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1014            ! config_h.SH perl.h
1015      Branch: metaconfig
1016            ! U/a_dvisory/quadtype.U U/compline/charsize.U U/typedefs/gidf.U
1017            ! U/typedefs/uidf.U
1018      Branch: metaconfig/U/perl
1019            ! perlxv.U
1020 ____________________________________________________________________________
1021 [  4496] By: gsar                                  on 1999/10/30  00:28:32
1022         Log: integrate cfgperl contents into mainline
1023      Branch: perl
1024           !> Configure Policy_sh.SH Porting/Glossary Porting/config.sh
1025           !> Porting/config_H README.hurd config_h.SH doop.c handy.h
1026           !> hints/aix.sh hints/irix_6.sh hints/solaris_2.sh mg.c perl.c
1027           !> perl.h pp.c pp.h regexec.c sv.c taint.c
1028 ____________________________________________________________________________
1029 [  4495] By: jhi                                   on 1999/10/29  23:36:19
1030         Log: Continue what #4494 started; introduce uid and gid formats.
1031      Branch: cfgperl
1032            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1033            ! config_h.SH handy.h perl.h
1034      Branch: metaconfig
1035            + U/a_dvisory/quadtype.U U/typedefs/gidf.U U/typedefs/uidf.U
1036            - U/typedefs/quadtype.U
1037      Branch: metaconfig/U/perl
1038            ! perlxv.U
1039 ____________________________________________________________________________
1040 [  4494] By: jhi                                   on 1999/10/29  22:09:01
1041         Log: Move the IV, UV, I8, U8, ..., and NV to metaconfig
1042              from perl.h and handy.h.
1043      Branch: cfgperl
1044            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1045            ! config_h.SH handy.h perl.h
1046      Branch: metaconfig/U/perl
1047            + perlxv.U perlxvf.U
1048 ____________________________________________________________________________
1049 [  4493] By: jhi                                   on 1999/10/29  22:08:06
1050         Log: Finetuning the output continues along the lines of #4490 and #4491.
1051      Branch: metaconfig
1052            ! U/modified/i_sysuio.U U/threads/d_pthreadj.U
1053            ! U/typedefs/fpostype.U
1054      Branch: metaconfig/U/perl
1055            + fpossize.U
1056            ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
1057            ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U
1058 ____________________________________________________________________________
1059 [  4492] By: jhi                                   on 1999/10/29  21:14:53
1060         Log: Hurd update from Mark Kettenis.
1061      Branch: cfgperl
1062            ! README.hurd
1063 ____________________________________________________________________________
1064 [  4491] By: jhi                                   on 1999/10/29  20:37:02
1065         Log: A new try at what #4490 tried to accomplish.
1066      Branch: metaconfig
1067            ! U/modified/i_sysuio.U U/threads/d_pthreadj.U
1068      Branch: metaconfig/U/perl
1069            ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
1070            ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U
1071 ____________________________________________________________________________
1072 [  4490] By: jhi                                   on 1999/10/29  20:19:41
1073         Log: metaconfig nits.
1074      Branch: metaconfig
1075            ! U/modified/i_sysuio.U U/threads/d_pthreadj.U
1076      Branch: metaconfig/U/perl
1077            + d_iovec_s.U
1078            ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
1079            ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U
1080 ____________________________________________________________________________
1081 [  4489] By: jhi                                   on 1999/10/29  16:08:43
1082         Log: Integrate with Sarathy.
1083      Branch: cfgperl
1084           !> (integrate 31 files)
1085 ____________________________________________________________________________
1086 [  4488] By: jhi                                   on 1999/10/29  15:30:30
1087         Log: Regen Configure and Glossary.
1088      Branch: cfgperl
1089            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1090            ! config_h.SH
1091 ____________________________________________________________________________
1092 [  4487] By: jhi                                   on 1999/10/29  15:24:13
1093         Log: Remove quad logic from perl.h; regen Configure;
1094              add -DUSE_LONG_LONG to ccflags if not already there.
1095      Branch: cfgperl
1096            ! Configure config_h.SH doop.c hints/aix.sh hints/irix_6.sh
1097            ! hints/solaris_2.sh perl.h pp.c pp.h regexec.c sv.c
1098 ____________________________________________________________________________
1099 [  4486] By: jhi                                   on 1999/10/29  15:22:38
1100         Log: metaconfig: moved quad logic from perl.h to Configure (quadtype.U);
1101              fixed the use*.U to define their stuff only iff not already defined
1102              (so that ccflags can have any -DUSE_* it wants);
1103              uselonglong.U added; various small nits fixed.
1104      Branch: metaconfig
1105            + U/typedefs/quadtype.U
1106            ! U/modified/d_longdbl.U U/modified/d_longlong.U
1107            ! U/modified/d_statblks.U U/modified/usenm.U
1108            ! U/threads/usethreads.U
1109      Branch: metaconfig/U/perl
1110            + uselonglong.U
1111            ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
1112            ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U i_inttypes.U
1113            ! quadfio.U use64bits.U uselfs.U uselongdbl.U usemorebits.U
1114            ! usemultiplicity.U useperlio.U usesocks.U
1115 ____________________________________________________________________________
1116 [  4485] By: gsar                                  on 1999/10/29  06:08:50
1117         Log: more cleanup: avoid unused knowledge of "file GV" notion in CV and GV
1118      Branch: perl
1119            ! bytecode.pl cv.h dump.c ext/B/B.pm ext/B/B.xs
1120            ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
1121            ! ext/B/B/Debug.pm ext/B/B/Xref.pm ext/ByteLoader/byterun.c
1122            ! ext/ByteLoader/byterun.h ext/Devel/Peek/Peek.pm gv.c gv.h op.c
1123            ! sv.h
1124 ____________________________________________________________________________
1125 [  4484] By: gsar                                  on 1999/10/29  03:00:21
1126         Log: usurp GVOP slot for new PADOP (one small step to making optree
1127              shareable across interpreters)
1128      Branch: perl
1129            ! bytecode.pl doio.c dump.c ext/B/B.pm ext/B/B.xs
1130            ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
1131            ! ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
1132            ! ext/B/B/Terse.pm ext/B/typemap ext/ByteLoader/byterun.c
1133            ! ext/ByteLoader/byterun.h op.c op.h opcode.h opcode.pl perl.h
1134            ! pp_hot.c pp_sys.c regexec.c run.c
1135 ____________________________________________________________________________
1136 [  4483] By: jhi                                   on 1999/10/28  22:01:12
1137         Log: Regen Configure.
1138      Branch: cfgperl
1139            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1140            ! config_h.SH
1141 ____________________________________________________________________________
1142 [  4482] By: jhi                                   on 1999/10/28  21:45:26
1143         Log: Installdirs patches from Andy.
1144      Branch: metaconfig
1145            ! U/installdirs/sitearch.U U/installdirs/sitebin.U
1146            ! U/installdirs/sitehtml1dir.U U/installdirs/sitehtml3dir.U
1147            ! U/installdirs/sitelib.U U/installdirs/siteman1dir.U
1148            ! U/installdirs/siteman3dir.U U/installdirs/siteprefix.U
1149            ! U/installdirs/sitescriptdir.U U/installdirs/vendorarch.U
1150            ! U/installdirs/vendorbin.U U/installdirs/vendorhtml1dir.U
1151            ! U/installdirs/vendorhtml3dir.U U/installdirs/vendorlib.U
1152            ! U/installdirs/vendorman1dir.U U/installdirs/vendorman3dir.U
1153            ! U/installdirs/vendorprefix.U U/installdirs/vendorscriptdir.U
1154 ____________________________________________________________________________
1155 [  4481] By: gsar                                  on 1999/10/28  17:33:49
1156         Log: remove C<use Time::Local 'no_range_check'> misfeature (global
1157              can still be directly set)
1158      Branch: perl
1159            ! lib/Time/Local.pm
1160 ____________________________________________________________________________
1161 [  4480] By: jhi                                   on 1999/10/28  13:49:26
1162         Log: Fix printing of uids and gids; regen Configure.
1163      Branch: cfgperl
1164            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1165            ! config_h.SH mg.c perl.c perl.h taint.c
1166 ____________________________________________________________________________
1167 [  4479] By: jhi                                   on 1999/10/28  11:53:57
1168         Log: Fix typo.
1169      Branch: metaconfig
1170            ! U/typedefs/gidsize.U
1171 ____________________________________________________________________________
1172 [  4478] By: jhi                                   on 1999/10/28  06:50:02
1173         Log: Integrate with Sarathy.
1174      Branch: cfgperl
1175           !> Changes iperlsys.h makedef.pl patchlevel.h perl.h
1176           !> win32/Makefile win32/config.bc win32/config.gc win32/config.vc
1177           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
1178           !> win32/config_sh.PL win32/makefile.mk win32/win32.h
1179 ____________________________________________________________________________
1180 [  4477] By: jhi                                   on 1999/10/28  06:40:54
1181         Log: (Slightly) better comments for Policy_sh.SH from Andy.
1182      Branch: cfgperl
1183            ! Policy_sh.SH
1184 ____________________________________________________________________________
1185 [  4476] By: gsar                                  on 1999/10/27  23:54:36
1186         Log: regen config* stuff for windows
1187      Branch: perl
1188            ! Changes patchlevel.h win32/Makefile win32/config.bc
1189            ! win32/config.gc win32/config.vc win32/config_H.bc
1190            ! win32/config_H.gc win32/config_H.vc win32/config_sh.PL
1191            ! win32/makefile.mk
1192 ____________________________________________________________________________
1193 [  4475] By: gsar                                  on 1999/10/27  21:32:30
1194         Log: integrate cfgperl contents into mainline; merge conflicts
1195      Branch: perl
1196           !> (integrate 46 files)
1197 ____________________________________________________________________________
1198 [  4474] By: gsar                                  on 1999/10/27  21:15:07
1199         Log: patch up egcs-1.1.2-mingw32 build (builds a working miniperl, but not
1200              perl; stdout/stderr redirects seem broken as well)
1201      Branch: perl
1202            ! iperlsys.h makedef.pl perl.h win32/makefile.mk win32/win32.h
1203 ____________________________________________________________________________
1204 [  4473] By: jhi                                   on 1999/10/27  21:11:11
1205         Log: Do not block if no message queues available.
1206      Branch: cfgperl
1207            ! t/lib/ipc_sysv.t
1208 ____________________________________________________________________________
1209 [  4472] By: jhi                                   on 1999/10/27  18:27:40
1210         Log: Remove unused "squatter" symbols; regen Configure.
1211      Branch: cfgperl
1212            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
1213            ! Porting/config_H config_h.SH epoc/config.h iperlsys.h perl.h
1214            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
1215 ____________________________________________________________________________
1216 [  4471] By: jhi                                   on 1999/10/27  18:26:55
1217         Log: metaconfig; split socket; fix output.
1218      Branch: metaconfig
1219            ! U/modified/d_socket.U U/modified/d_statblks.U
1220      Branch: metaconfig/U/perl
1221            + d_cmsghdr_s.U d_msghdr_s.U d_recvmsg.U d_sendmsg.U
1222            ! i_sysstatfs.U i_sysvfs.U
1223 ____________________________________________________________________________
1224 [  4470] By: jhi                                   on 1999/10/27  17:19:06
1225         Log: Regen Configure.
1226      Branch: cfgperl
1227            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1228            ! config_h.SH perl.c perl.h
1229 ____________________________________________________________________________
1230 [  4469] By: jhi                                   on 1999/10/27  17:18:41
1231         Log: metaconfig; split statfs.
1232      Branch: metaconfig/U/perl
1233            + d_fs_data_s.U d_statfs_f_flags.U d_statfs_s.U
1234            ! d_statfs.U
1235 ____________________________________________________________________________
1236 [  4468] By: jhi                                   on 1999/10/27  14:06:44
1237         Log: Integrate with Sarathy; manual resolve on regcomp.c conflicts
1238              (Ilya's changes won).
1239      Branch: cfgperl
1240           +> os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm
1241           +> os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST
1242           +> os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t
1243           !> (integrate 65 files)
1244 ____________________________________________________________________________
1245 [  4467] By: jhi                                   on 1999/10/27  13:38:41
1246         Log: Regen Configure.
1247      Branch: cfgperl
1248            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1249            ! config_h.SH
1250 ____________________________________________________________________________
1251 [  4466] By: jhi                                   on 1999/10/27  13:18:06
1252         Log: metaconfig fixes from Andy.
1253      Branch: metaconfig
1254            + U/modified/libnlist.U U/modified/usrinc.U
1255            ! U/Glossary.patch U/mkglossary U/modified/libpth.U
1256 ____________________________________________________________________________
1257 [  4465] By: jhi                                   on 1999/10/27  13:06:27
1258         Log: Nosuid checking for statfs() people.
1259      Branch: cfgperl
1260            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1261            ! config_h.SH perl.c perl.h pod/perldiag.pod
1262 ____________________________________________________________________________
1263 [  4464] By: jhi                                   on 1999/10/27  13:04:20
1264         Log: metaconfig maintenance; fix Hasfield, statfs;
1265              add Hasstruct, statfs3, statfs4, ustat, sysvfs;
1266              split fstatfs away from statfs.
1267      Branch: metaconfig
1268            + U/protos/Hasstruct.U
1269            ! U/protos/Hasfield.U
1270      Branch: metaconfig/U/perl
1271            + d_fstatfs.U d_statfs3.U d_statfs4.U d_ustat.U i_sysvfs.U
1272            + i_ustat.U
1273            ! d_statfs.U
1274 ____________________________________________________________________________
1275 [  4463] By: jhi                                   on 1999/10/27  07:55:53
1276         Log: We need cc to be able to test for cc -v.
1277      Branch: cfgperl
1278            ! hints/dec_osf.sh
1279 ____________________________________________________________________________
1280 [  4462] By: gsar                                  on 1999/10/27  01:31:41
1281         Log: more GCC v2.95 induced adjustments
1282      Branch: perl
1283            ! globals.c mg.c opcode.h opcode.pl perl.h sv.c
1284            ! win32/makefile.mk win32/win32.c x2p/walk.c
1285 ____________________________________________________________________________
1286 [  4461] By: gsar                                  on 1999/10/26  21:42:59
1287         Log: warnings and const violations identified by compiling in C++ mode
1288              with GCC v2.95
1289      Branch: perl
1290            ! doio.c embed.pl mg.c op.c perl.c perlapi.c proto.h regcomp.c
1291            ! sv.c taint.c toke.c win32/win32.c
1292 ____________________________________________________________________________
1293 [  4459] By: jhi                                   on 1999/10/26  10:15:58
1294         Log: Regen Configure.
1295      Branch: cfgperl
1296            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1297            ! config_h.SH
1298 ____________________________________________________________________________
1299 [  4458] By: jhi                                   on 1999/10/26  09:48:37
1300         Log: Minor rewordings.
1301      Branch: metaconfig/U/perl
1302            ! d_getmnt.U d_getmntent.U d_statfs.U d_statvfs.U
1303 ____________________________________________________________________________
1304 [  4456] By: jhi                                   on 1999/10/26  09:11:49
1305         Log: Fix d_statfsflags; add d_getmnt.
1306      Branch: metaconfig/U/perl
1307            + d_getmnt.U
1308            ! d_statfs.U
1309 ____________________________________________________________________________
1310 [  4455] By: jhi                                   on 1999/10/26  08:12:27
1311         Log: Massive multitypo in #4446.
1312      Branch: cfgperl
1313            ! hints/dec_osf.sh
1314 ____________________________________________________________________________
1315 [  4454] By: jhi                                   on 1999/10/25  08:28:45
1316         Log: From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
1317              To: Perl 5 Porters <perl5-porters@perl.org>
1318              Subject: [PATCH 5.005_62] dos-djgpp update
1319              Date: Mon, 25 Oct 1999 10:11:30 +0200
1320              Message-ID: <19991025101130.K459@crater.eth.ericsson.se>
1321      Branch: cfgperl
1322            ! djgpp/config.over djgpp/configure.bat djgpp/djgppsed.sh
1323            ! pod/perldelta.pod t/lib/io_unix.t
1324 ____________________________________________________________________________
1325 [  4453] By: jhi                                   on 1999/10/25  08:25:50
1326         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1327              To: perl5-porters@perl.org (Mailing list Perl5)
1328              Subject: [PATCH 5.005_62] Remove the last regnode<==>char*
1329              Date: Mon, 25 Oct 1999 03:06:21 -0400 (EDT)
1330              Message-Id: <199910250706.DAA16825@monk.mps.ohio-state.edu>
1331      Branch: cfgperl
1332            ! embed.h embed.pl proto.h regcomp.c regcomp.h regexec.c
1333 ____________________________________________________________________________
1334 [  4452] By: jhi                                   on 1999/10/25  08:16:55
1335         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1336              To: perl5-porters@perl.org (Mailing list Perl5)
1337              Subject: [PATCH 5.005_62] Missing REx engine patch
1338              Date: Sun, 24 Oct 1999 23:47:45 -0400 (EDT)
1339              Message-Id: <199910250347.XAA16094@monk.mps.ohio-state.edu>
1340      Branch: cfgperl
1341            ! pod/perldiag.pod regcomp.c regexec.c
1342 ____________________________________________________________________________
1343 [  4451] By: jhi                                   on 1999/10/25  08:13:06
1344         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1345              To: perl5-porters@perl.org (Mailing list Perl5)
1346              Subject: [PATCH 5.005_62] charnames and UTEST
1347              Date: Sun, 24 Oct 1999 23:39:49 -0400 (EDT)
1348              Message-Id: <199910250339.XAA16058@monk.mps.ohio-state.edu>
1349      Branch: cfgperl
1350            ! t/lib/charnames.t
1351 ____________________________________________________________________________
1352 [  4450] By: gsar                                  on 1999/10/25  07:38:15
1353         Log: win32 tweak
1354      Branch: perl
1355            ! win32/perllib.c
1356 ____________________________________________________________________________
1357 [  4449] By: gsar                                  on 1999/10/24  23:20:10
1358         Log: remove inconsistent tainting behavior of sprintf("%e",...)
1359              (all bets are off is "C" locale is compromised)
1360      Branch: perl
1361            ! pod/perlfunc.pod pod/perllocale.pod sv.c
1362 ____________________________________________________________________________
1363 [  4448] By: gsar                                  on 1999/10/24  22:20:42
1364         Log: remove unused interpreter globals
1365      Branch: perl
1366            ! deb.c dump.c embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs
1367            ! global.sym gv.c gv.h intrpvar.h objXSUB.h perl.c perlapi.c
1368            ! proto.h toke.c
1369 ____________________________________________________________________________
1370 [  4447] By: jhi                                   on 1999/10/24  21:49:52
1371         Log: Another hints tweak.
1372      Branch: cfgperl
1373            ! hints/aix.sh
1374 ____________________________________________________________________________
1375 [  4446] By: jhi                                   on 1999/10/24  21:48:02
1376         Log: Hints tweak.
1377      Branch: cfgperl
1378            ! hints/dec_osf.sh
1379 ____________________________________________________________________________
1380 [  4445] By: nick                                  on 1999/10/24  21:03:28
1381         Log: Integrate own changes to mainline.
1382      Branch: utfperl
1383           !> installperl pp.c
1384 ____________________________________________________________________________
1385 [  4444] By: nick                                  on 1999/10/24  20:54:06
1386         Log: Avoid creating GV with NULL name when vivifying nameless scalars.
1387              (Fix/workround for [ID19991024.001])
1388      Branch: perl
1389            ! pp.c
1390 ____________________________________________________________________________
1391 [  4443] By: nick                                  on 1999/10/24  15:09:51
1392         Log: Follow that camel ... another sync.
1393      Branch: utfperl
1394           +> os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm
1395           +> os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST
1396           +> os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t
1397           !> (integrate 36 files)
1398 ____________________________________________________________________________
1399 [  4442] By: gsar                                  on 1999/10/24  14:40:01
1400         Log: typo in installperl (from Paul Moore <gustav@morpheus.demon.co.uk>)
1401      Branch: perl
1402            ! installperl
1403 ____________________________________________________________________________
1404 [  4441] By: gsar                                  on 1999/10/24  14:33:11
1405         Log: test in change#4428 needs strict interpretation of C modulus
1406      Branch: perl
1407            ! t/op/int.t
1408 ____________________________________________________________________________
1409 [  4440] By: gsar                                  on 1999/10/24  13:47:17
1410         Log: don't allow SIGCHLD to be ignored at startup, or wait*() and
1411              $? break
1412      Branch: perl
1413            ! perl.c pod/perldelta.pod pod/perldiag.pod
1414 ____________________________________________________________________________
1415 [  4439] By: jhi                                   on 1999/10/24  13:19:17
1416         Log: test for #2835 (yeah, better later than never)
1417      Branch: cfgperl
1418            ! t/op/array.t
1419 ____________________________________________________________________________
1420 [  4438] By: gsar                                  on 1999/10/24  12:59:12
1421         Log: typo, doc tweak
1422      Branch: perl
1423            ! lib/attributes.pm pod/perlop.pod
1424 ____________________________________________________________________________
1425 [  4437] By: gsar                                  on 1999/10/24  11:59:55
1426         Log: allow get() and reftype() functions to be imported (from
1427              Spider Boardman)
1428      Branch: perl
1429            ! lib/attributes.pm
1430 ____________________________________________________________________________
1431 [  4436] By: gsar                                  on 1999/10/24  11:52:53
1432         Log: suppress scalar leak messages for known leaks (from
1433              Robin Barker <rmb1@cise.npl.co.uk>)
1434      Branch: perl
1435            ! Changes t/op/lex_assign.t t/pragma/warn/op
1436 ____________________________________________________________________________
1437 [  4435] By: gsar                                  on 1999/10/24  11:39:42
1438         Log: VMS tweak (suggested by Craig A. Berry <craig.berry@metamor.com>)
1439      Branch: perl
1440            ! ext/B/defsubs_h.PL
1441 ____________________________________________________________________________
1442 [  4434] By: gsar                                  on 1999/10/24  11:36:08
1443         Log: relax range checking if they ask for it (from John L. Allen
1444              <allen@grumman.com>)
1445      Branch: perl
1446            ! lib/Time/Local.pm
1447 ____________________________________________________________________________
1448 [  4433] By: gsar                                  on 1999/10/24  11:25:51
1449         Log: README nits pointed out by Chris Nandor <pudge@pobox.com>
1450      Branch: perl
1451            ! README lib/File/Path.pm
1452 ____________________________________________________________________________
1453 [  4432] By: gsar                                  on 1999/10/24  11:11:02
1454         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1455              Date: Sun, 24 Oct 1999 03:24:28 -0400 (EDT)
1456              Message-Id: <199910240724.DAA12230@monk.mps.ohio-state.edu>
1457              Subject: Re: [PATCH 5.005_62] OS/2 improvements
1458      Branch: perl
1459            + os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm
1460            + os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST
1461            + os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t
1462            ! MANIFEST hints/os2.sh mg.c miniperlmain.c os2/Changes
1463            ! os2/OS2/REXX/Changes os2/OS2/REXX/Makefile.PL
1464            ! os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
1465            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
1466            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
1467            ! os2/OS2/REXX/t/rx_vrexx.t os2/dl_os2.c os2/os2.c os2/os2ish.h
1468            ! perl.c perl.h t/io/fs.t t/op/magic.t
1469 ____________________________________________________________________________
1470 [  4431] By: gsar                                  on 1999/10/24  10:50:14
1471         Log: install all README.foo with pod content as podfoo.pod
1472      Branch: perl
1473            ! Makefile.SH installman
1474 ____________________________________________________________________________
1475 [  4430] By: gsar                                  on 1999/10/24  09:28:24
1476         Log: @INC needs ../lib
1477      Branch: perl
1478            ! t/op/int.t
1479 ____________________________________________________________________________
1480 [  4429] By: jhi                                   on 1999/10/23  21:47:49
1481         Log: More printf-fixes (see also #4426).
1482      Branch: cfgperl
1483            ! deb.c dump.c ext/Data/Dumper/Dumper.xs
1484            ! ext/Devel/DProf/DProf.xs malloc.c mg.c op.c perl.c pp.c
1485            ! pp_ctl.c regcomp.c regexec.c run.c scope.c sv.c util.c
1486 ____________________________________________________________________________
1487 [  4428] By: gsar                                  on 1999/10/23  20:28:56
1488         Log: fix accidental C modulo semantics on integer-valued operations
1489              (e.g. caused C<length("abc") % -10> to return 3 rather than -7)
1490      Branch: perl
1491            ! op.c t/op/int.t
1492 ____________________________________________________________________________
1493 [  4427] By: jhi                                   on 1999/10/23  16:10:10
1494         Log: Integrate with Sarathy.
1495      Branch: cfgperl
1496           !> sv.c win32/win32.c
1497 ____________________________________________________________________________
1498 [  4426] By: jhi                                   on 1999/10/23  16:04:02
1499         Log: Fix the printfing nits pointed out by using gcc -Wall and
1500              Configure -Duse64bits -Dccflags=-DDEBUGGING in Solaris,
1501              plus few other warnings in Dumper.xs.
1502      Branch: cfgperl
1503            ! ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
1504            ! ext/Devel/Peek/Peek.xs regcomp.c regexec.c sv.c util.c
1505 ____________________________________________________________________________
1506 [  4425] By: jhi                                   on 1999/10/23  15:16:41
1507         Log: Configure regen to pick up the new installation directories
1508              from Policy_sh.SH.  The explanations of "public add-ons" and
1509              "vendor-supplied" could do with more work.
1510      Branch: cfgperl
1511            ! Configure config_h.SH
1512 ____________________________________________________________________________
1513 [  4424] By: nick                                  on 1999/10/23  00:46:22
1514         Log: Resolve mainline before possible hacking operertunity this weekend
1515      Branch: utfperl
1516           +> pod/perlfilter.pod
1517           !> (integrate 32 files)
1518 ____________________________________________________________________________
1519 [  4423] By: jhi                                   on 1999/10/22  22:53:17
1520         Log: Update Policy_sh.SH to handle the newer installation directives.
1521              From: Andy Dougherty <doughera@lafayette.edu>
1522              To: Perl Porters <perl5-porters@perl.org>
1523              Subject: [PATCH 5.005_62] Policy_sh.SH update
1524              Date: Fri, 22 Oct 1999 16:47:34 -0400 (EDT)
1525              Message-ID: <Pine.SOL.4.10.9910221645470.15232-100000@maxwell.phys.lafayette.edu>
1526      Branch: cfgperl
1527            ! Policy_sh.SH
1528 ____________________________________________________________________________
1529 [  4422] By: jhi                                   on 1999/10/22  22:44:44
1530         Log: so back to 'so', from Stephanie Beals <bealzy@us.ibm.com>
1531      Branch: cfgperl
1532            ! hints/aix.sh
1533 ____________________________________________________________________________
1534 [  4421] By: gsar                                  on 1999/10/22  21:16:44
1535         Log: sv_vcatpvfn() bug: fell through to assuming intsize of 'q' for
1536              C<"%ld", long_val>
1537      Branch: perl
1538            ! sv.c
1539 ____________________________________________________________________________
1540 [  4420] By: gsar                                  on 1999/10/22  16:36:46
1541         Log: win32_utime() on directories should use localtime() rather
1542              than gmtime() (from Jan Dubois)
1543      Branch: perl
1544            ! win32/win32.c
1545 ____________________________________________________________________________
1546 [  4419] By: jhi                                   on 1999/10/21  10:31:41
1547         Log: Integrate with Sarathy.
1548      Branch: cfgperl
1549           !> Makefile.SH lib/CPAN/FirstTime.pm op.c opcode.h opcode.pl
1550           !> t/lib/glob-basic.t t/op/sort.t
1551 ____________________________________________________________________________
1552 [  4418] By: gsar                                  on 1999/10/20  23:49:47
1553         Log: add test for change#4417
1554      Branch: perl
1555            ! t/op/sort.t
1556 ____________________________________________________________________________
1557 [  4417] By: gsar                                  on 1999/10/20  23:45:03
1558         Log: avoid coredump on C<sort { my $c; return $a cmp $b } ...>
1559      Branch: perl
1560            ! op.c
1561 ____________________________________________________________________________
1562 [  4416] By: gsar                                  on 1999/10/20  01:00:50
1563         Log: fix prototype mismatch (from Hans Mulder <hansm@xs4all.nl>)
1564      Branch: perl
1565            ! lib/CPAN/FirstTime.pm
1566 ____________________________________________________________________________
1567 [  4415] By: gsar                                  on 1999/10/20  00:52:34
1568         Log: disable optimizing troublesome ops in change#3612
1569              (from Ilya Zakharevich)
1570      Branch: perl
1571            ! Makefile.SH opcode.h opcode.pl
1572 ____________________________________________________________________________
1573 [  4414] By: gsar                                  on 1999/10/20  00:37:46
1574         Log: skip unreadable directory test when running as root
1575      Branch: perl
1576            ! t/lib/glob-basic.t
1577 ____________________________________________________________________________
1578 [  4413] By: jhi                                   on 1999/10/19  09:26:52
1579         Log: Avoid GNU ar if HP cc is being used.
1580      Branch: cfgperl
1581            ! hints/hpux.sh
1582 ____________________________________________________________________________
1583 [  4412] By: jhi                                   on 1999/10/19  07:24:29
1584         Log: Integrate with Sarathy.
1585      Branch: cfgperl
1586           !> perlvars.h
1587 ____________________________________________________________________________
1588 [  4411] By: jhi                                   on 1999/10/19  07:22:34
1589         Log: Long double support: sqrtl et al are not available everywhere,
1590              e.g. not in Solaris, even when long doubles are.
1591      Branch: cfgperl
1592            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1593            ! config_h.SH perl.h
1594 ____________________________________________________________________________
1595 [  4410] By: jhi                                   on 1999/10/19  07:21:42
1596         Log: Add sqrtl probe, add echo dependencies.
1597      Branch: metaconfig
1598            ! U/threads/d_pthreadj.U
1599      Branch: metaconfig/U/perl
1600            + d_sqrtl.U
1601            ! i_inttypes.U io64.U
1602 ____________________________________________________________________________
1603 [  4409] By: gsar                                  on 1999/10/19  02:18:54
1604         Log: perl_mutex n/a if !USE_THREADS
1605      Branch: perl
1606            ! perlvars.h
1607 ____________________________________________________________________________
1608 [  4408] By: jhi                                   on 1999/10/18  20:13:02
1609         Log: Forgotten s/warning/warnings/.
1610      Branch: cfgperl
1611            ! Makefile.SH
1612 ____________________________________________________________________________
1613 [  4407] By: jhi                                   on 1999/10/18  20:02:12
1614         Log: Integrate with Sarathy.
1615      Branch: cfgperl
1616           +> pod/perlfilter.pod
1617           !> (integrate 30 files)
1618 ____________________________________________________________________________
1619 [  4406] By: gsar                                  on 1999/10/18  16:32:10
1620         Log: added intro to source filters from Paul Marquess
1621      Branch: perl
1622            + pod/perlfilter.pod
1623            ! MANIFEST pod/perldelta.pod
1624 ____________________________________________________________________________
1625 [  4405] By: gsar                                  on 1999/10/18  05:53:06
1626         Log: missing manpages
1627      Branch: perl
1628            ! installman
1629 ____________________________________________________________________________
1630 [  4404] By: gsar                                  on 1999/10/18  05:09:22
1631         Log: pod updates from Tom Christiansen
1632      Branch: perl
1633            ! lib/Pod/Man.pm pod/perldelta.pod pod/perlmodlib.pod
1634 ____________________________________________________________________________
1635 [  4403] By: gsar                                  on 1999/10/17  23:43:59
1636         Log: PL_malloc_mutex needs to be global, not per-interpreter
1637              (malloc.c has static data)
1638      Branch: perl
1639            ! embedvar.h intrpvar.h objXSUB.h perl.c perlvars.h
1640 ____________________________________________________________________________
1641 [  4402] By: gsar                                  on 1999/10/17  22:30:30
1642         Log: support PERL_IMPLICIT_SYS with MULTIPLICITY/USE_THREADS on
1643              windows
1644      Branch: perl
1645            ! XSUB.h ext/POSIX/POSIX.xs intrpvar.h makedef.pl malloc.c
1646            ! perl.c perl.h perlio.c win32/perllib.c win32/win32.c
1647            ! win32/win32.h
1648 ____________________________________________________________________________
1649 [  4401] By: gsar                                  on 1999/10/17  20:33:42
1650         Log: serious bug introduced by G_VOID changes in 5.003_96: scalar
1651              eval"" did not pop stack correctly; C<$a = eval "(1,2)x1">
1652              is one symptom of the problem
1653      Branch: perl
1654            ! pp_ctl.c t/op/eval.t
1655 ____________________________________________________________________________
1656 [  4400] By: gsar                                  on 1999/10/17  18:36:46
1657         Log: remove FileHandle from list of PodParser dependencies (the
1658              difference is 20 files vs 6 files loaded!)
1659      Branch: perl
1660            ! lib/Pod/Parser.pm lib/Pod/Select.pm pod/perldelta.pod
1661            ! t/pod/testcmp.pl
1662 ____________________________________________________________________________
1663 [  4399] By: nick                                  on 1999/10/17  14:51:35
1664         Log: Pre-trip resolve
1665      Branch: utfperl
1666           !> installperl lib/Text/Tabs.pm perl.c pp_hot.c
1667 ____________________________________________________________________________
1668 [  4398] By: gsar                                  on 1999/10/17  09:19:24
1669         Log: make installperl ignore RCS files (from Michael G Schwern
1670              <schwern@pobox.com>)
1671      Branch: perl
1672            ! installperl lib/Text/Tabs.pm
1673 ____________________________________________________________________________
1674 [  4397] By: gsar                                  on 1999/10/16  18:30:14
1675         Log: another bug in change#3386 (CATCH_SET wasn't reverted correctly)
1676      Branch: perl
1677            ! perl.c
1678 ____________________________________________________________________________
1679 [  4396] By: jhi                                   on 1999/10/16  17:44:39
1680         Log: Missing comma.
1681      Branch: cfgperl
1682            ! lib/diagnostics.pm
1683 ____________________________________________________________________________
1684 [  4395] By: gsar                                  on 1999/10/16  17:18:36
1685         Log: assumption about @_ always being non-REAL doesn't hold when
1686              debugger is running; DB::sub() can call arbitrary stuff
1687              that modifies @_ at will
1688      Branch: perl
1689            ! pp_hot.c
1690 ____________________________________________________________________________
1691 [  4394] By: nick                                  on 1999/10/16  09:35:20
1692         Log: Resolve utfperl branch against mainline as of _62
1693      Branch: utfperl
1694           +> eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
1695           +> ext/DB_File/hints/sco.pl ext/DynaLoader/hints/aix.pl
1696           +> ext/File/Glob/Changes ext/File/Glob/Glob.pm
1697           +> ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
1698           +> ext/File/Glob/TODO ext/File/Glob/bsd_glob.c
1699           +> ext/File/Glob/bsd_glob.h ext/NDBM_File/hints/sco.pl
1700           +> pod/perlhack.pod t/lib/glob-basic.t t/lib/glob-global.t
1701           +> t/lib/glob-taint.t win32/genmk95.pl
1702            - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
1703           !> (integrate 144 files)
1704 ____________________________________________________________________________
1705 [  4393] By: gsar                                  on 1999/10/16  04:07:02
1706         Log: OS/2 support bits (from Ilya Zakharevich)
1707      Branch: perl
1708            ! hints/os2.sh makedef.pl os2/Makefile.SHs t/lib/glob-basic.t
1709 ____________________________________________________________________________
1710 [  4392] By: jhi                                   on 1999/10/15  10:28:09
1711         Log: Integrate with Sarathy.
1712      Branch: cfgperl
1713           !> Changes MANIFEST Makefile.SH Porting/makerel lib/Pod/Man.pm
1714           !> lib/Pod/Parser.pm op.c pod/perldelta.pod pod/perlopentut.pod
1715           !> win32/Makefile win32/makefile.mk
1716
1717 ----------------
1718 Version 5.005_62
1719 ----------------
1720
1721 ____________________________________________________________________________
1722 [  4391] By: gsar                                  on 1999/10/15  10:12:42
1723         Log: here be 5.005_62
1724      Branch: perl
1725            ! Changes MANIFEST Porting/makerel
1726 ____________________________________________________________________________
1727 [  4390] By: gsar                                  on 1999/10/15  09:45:51
1728         Log: lvalue subs patch (change#4081) breaks C<\(Foo->Bar())>;
1729              avoid tickling it in Pod::Man for now; other nits in
1730              Pod::*
1731      Branch: perl
1732            ! lib/Pod/Man.pm lib/Pod/Parser.pm pod/perldelta.pod
1733            ! pod/perlopentut.pod
1734 ____________________________________________________________________________
1735 [  4389] By: gsar                                  on 1999/10/15  08:55:01
1736         Log: disable internal globbing for miniperl (or build breaks out
1737              in a rash of failed dependencies)
1738      Branch: perl
1739            ! Makefile.SH op.c win32/Makefile win32/makefile.mk
1740 ____________________________________________________________________________
1741 [  4388] By: jhi                                   on 1999/10/15  08:07:49
1742         Log: Integrate with Sarathy.
1743      Branch: cfgperl
1744           !> Changes ext/POSIX/POSIX.xs lib/Benchmark.pm pod/perldelta.pod
1745           !> pod/perlfaq2.pod win32/include/dirent.h win32/win32.c
1746 ____________________________________________________________________________
1747 [  4387] By: gsar                                  on 1999/10/15  07:46:24
1748         Log: integrate cfgperl contents into mainline
1749      Branch: perl
1750            ! Changes
1751           !> pod/perldelta.pod pod/perldiag.pod regcomp.c
1752           !> t/pragma/warn/regcomp
1753 ____________________________________________________________________________
1754 [  4386] By: gsar                                  on 1999/10/15  05:45:36
1755         Log: various little goofs in change#4385
1756      Branch: perl
1757            ! win32/include/dirent.h win32/win32.c
1758 ____________________________________________________________________________
1759 [  4385] By: gsar                                  on 1999/10/15  04:49:09
1760         Log: win32_*dir() cleanup; win32_readdir() iterates as necessary
1761              rather than win32_opendir() reading all files up front (untested)
1762      Branch: perl
1763            ! win32/include/dirent.h win32/win32.c
1764 ____________________________________________________________________________
1765 [  4384] By: gsar                                  on 1999/10/15  01:34:09
1766         Log: Benchmark notes (from Barrie Slaymaker <barries@slaysys.com>)
1767      Branch: perl
1768            ! lib/Benchmark.pm pod/perldelta.pod
1769 ____________________________________________________________________________
1770 [  4383] By: gsar                                  on 1999/10/15  01:22:32
1771         Log: include info about Perl Mongers in perlfaq2 (from David H. Adler
1772              <dha@panix.com>)
1773      Branch: perl
1774            ! pod/perlfaq2.pod
1775 ____________________________________________________________________________
1776 [  4382] By: gsar                                  on 1999/10/15  01:14:22
1777         Log: From: jand@ActiveState.com (Jan Dubois)
1778              Date: Fri, 15 Oct 1999 01:14:23 +0200
1779              Message-ID: <380f61ae.18202914@smtprelay.t-online.de>
1780              Subject: [PATCH 5.005_61] Prevent "Out of memory" error in POSIX's strftime()
1781      Branch: perl
1782            ! ext/POSIX/POSIX.xs
1783 ____________________________________________________________________________
1784 [  4381] By: jhi                                   on 1999/10/14  22:11:36
1785         Log: Integrate with Sarathy.
1786      Branch: cfgperl
1787           !> XSUB.h cop.h embed.h embed.pl ext/File/Glob/bsd_glob.c
1788           !> lib/Time/Local.pm perl.c perlapi.c pod/perlop.pod pp_ctl.c
1789           !> proto.h scope.c scope.h t/op/runlevel.t util.c win32/Makefile
1790           !> win32/makefile.mk
1791 ____________________________________________________________________________
1792 [  4380] By: jhi                                   on 1999/10/14  22:08:22
1793         Log: Warn inside character classes about unknown backslash escapes
1794              (that are not caught earlier because of being completely unknown,
1795              such as \m), such as \z (because they make do sense inside regexen,
1796              but not inside character classes).
1797      Branch: cfgperl
1798            ! pod/perldelta.pod pod/perldiag.pod regcomp.c
1799            ! t/pragma/warn/regcomp
1800 ____________________________________________________________________________
1801 [  4379] By: gsar                                  on 1999/10/14  18:26:56
1802         Log: clarify significance of parens for "x" (from M.J.T. Guy
1803              <mjtg@cus.cam.ac.uk>)
1804      Branch: perl
1805            ! pod/perlop.pod
1806 ____________________________________________________________________________
1807 [  4378] By: gsar                                  on 1999/10/14  18:25:20
1808         Log: make timelocal work better when time is close to the epoch
1809              east of GMT (from Keiki SATOH <kki@wakusei.ne.jp>)
1810      Branch: perl
1811            ! lib/Time/Local.pm
1812 ____________________________________________________________________________
1813 [  4377] By: gsar                                  on 1999/10/14  18:15:11
1814         Log: integrate cfgperl contents into mainline
1815      Branch: perl
1816           +> ext/DB_File/hints/sco.pl
1817           !> MANIFEST hints/aix.sh hints/linux.sh hints/svr5.sh
1818           !> pod/perldelta.pod pod/perldiag.pod pod/perlop.pod
1819           !> pod/perlre.pod regcomp.c t/op/re_tests t/pragma/warn/regcomp
1820 ____________________________________________________________________________
1821 [  4376] By: gsar                                  on 1999/10/14  17:47:35
1822         Log: fix POPSTACK panics that ensued from bad interaction between
1823              runlevels and stack of stacks (change#3988 done right);
1824              basically, we pop the runlevel if the stacklevel is not the
1825              same one we started the runlevel with
1826      Branch: perl
1827            ! cop.h perl.c pp_ctl.c t/op/runlevel.t util.c
1828 ____________________________________________________________________________
1829 [  4375] By: gsar                                  on 1999/10/14  15:54:48
1830         Log: avoid warnings
1831      Branch: perl
1832            ! ext/File/Glob/bsd_glob.c
1833 ____________________________________________________________________________
1834 [  4374] By: jhi                                   on 1999/10/14  10:08:44
1835         Log: Warn about false ranges like \d-\w (see the change #4355).
1836              The invalid ranges (b-a) warning message also enhanced.
1837      Branch: cfgperl
1838            ! pod/perldelta.pod pod/perldiag.pod regcomp.c t/op/re_tests
1839            ! t/pragma/warn/regcomp
1840 ____________________________________________________________________________
1841 [  4373] By: gsar                                  on 1999/10/14  03:49:54
1842         Log: File::Glob fixes for Windows
1843      Branch: perl
1844            ! XSUB.h ext/File/Glob/bsd_glob.c win32/Makefile
1845            ! win32/makefile.mk
1846 ____________________________________________________________________________
1847 [  4372] By: gsar                                  on 1999/10/14  02:21:31
1848         Log: avoid inefficiency in change#3386 (every longjmp() was followed
1849              by an avoidable call to setjmp())
1850      Branch: perl
1851            ! embed.h embed.pl perl.c perlapi.c pod/perldelta.pod pp_ctl.c
1852            ! proto.h scope.c scope.h
1853 ____________________________________________________________________________
1854 [  4371] By: jhi                                   on 1999/10/13  21:17:17
1855         Log: Integrate with Sarathy.
1856      Branch: cfgperl
1857           !> op.c pod/perldelta.pod
1858 ____________________________________________________________________________
1859 [  4370] By: gsar                                  on 1999/10/13  18:08:45
1860         Log: misc tweaks
1861      Branch: perl
1862            ! op.c pod/perldelta.pod
1863 ____________________________________________________________________________
1864 [  4369] By: jhi                                   on 1999/10/13  16:18:58
1865         Log: Integrate with Sarathy.
1866      Branch: cfgperl
1867           !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
1868 ____________________________________________________________________________
1869 [  4368] By: gsar                                  on 1999/10/13  16:14:16
1870         Log: pod nits from various perl porters
1871      Branch: perl
1872            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
1873 ____________________________________________________________________________
1874 [  4367] By: jhi                                   on 1999/10/13  12:10:30
1875         Log: From: Vlad Harchev <hvv@hippo.ru>
1876              To: perl5-porters@perl.org
1877              Subject: [ID 19991013.002] fix for 'perlop.pod' shipped with perl5.00503
1878              Date: Wed, 13 Oct 1999 15:48:59 +0500 (SAMST)
1879              Message-Id: <Pine.LNX.4.10.9910131546580.3542-100000@localhost.localdomain>
1880      Branch: cfgperl
1881            ! pod/perlop.pod
1882 ____________________________________________________________________________
1883 [  4366] By: gsar                                  on 1999/10/13  08:11:11
1884         Log: typos and language goofs pointed out by Hugo van der Sanden
1885              <hv@crypt.compulink.co.uk>
1886      Branch: perl
1887            ! pod/perldelta.pod pod/perldiag.pod
1888 ____________________________________________________________________________
1889 [  4365] By: jhi                                   on 1999/10/13  07:27:44
1890         Log: Integrate with Sarathy.
1891      Branch: cfgperl
1892           +> ext/File/Glob/Changes ext/File/Glob/Glob.pm
1893           +> ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
1894           +> ext/File/Glob/TODO ext/File/Glob/bsd_glob.c
1895           +> ext/File/Glob/bsd_glob.h ext/NDBM_File/hints/sco.pl
1896           +> t/lib/glob-basic.t t/lib/glob-global.t t/lib/glob-taint.t
1897           !> Changes MANIFEST README.win32 ext/ODBM_File/hints/sco.pl
1898           !> lib/perl5db.pl op.c pod/perldelta.pod pod/perlfaq8.pod
1899           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod t/op/glob.t
1900           !> t/op/readdir.t t/op/taint.t t/pragma/overload.t util.c
1901 ____________________________________________________________________________
1902 [  4364] By: gsar                                  on 1999/10/13  07:06:04
1903         Log: debugger tweak (from M.J.T. Guy <mjtg@cus.cam.ac.uk>)
1904      Branch: perl
1905            ! lib/perl5db.pl
1906 ____________________________________________________________________________
1907 [  4363] By: jhi                                   on 1999/10/13  07:03:43
1908         Log: From: Mike Hopkirk (hops) <hops@scoot.pdev.sco.com>
1909              To: perl5-porters@perl.org
1910              Subject: [ID 19991012.002] Latest UnixWare7 (svr5.sh) hints file
1911              Date: Tue, 12 Oct 1999 19:48:11 -0700 (PDT)
1912              Message-Id: <199910130248.TAA14636@scoot.pdev.sco.com>
1913      Branch: cfgperl
1914            ! hints/svr5.sh
1915 ____________________________________________________________________________
1916 [  4362] By: jhi                                   on 1999/10/13  06:57:16
1917         Log: Add DB_File hint for SCO ODT.
1918              From: hops@sco.com
1919              To: perl5-porters@perl.org
1920              Subject: [ID 19991012.004] Build patch for perl5.005_03 on ODT3 ( 3.2v4.2)
1921              Date: Tue, 12 Oct 1999 20:16:04 PDT
1922              Message-Id: <199910122016.aa18415@charmstr.pdev.sco.com>
1923      Branch: cfgperl
1924            + ext/DB_File/hints/sco.pl
1925            ! MANIFEST
1926 ____________________________________________________________________________
1927 [  4361] By: gsar                                  on 1999/10/13  06:56:08
1928         Log: PL_numeric_radix used without being defined (from Ilya
1929              Zakharevich)
1930      Branch: perl
1931            ! util.c
1932 ____________________________________________________________________________
1933 [  4360] By: gsar                                  on 1999/10/13  06:43:03
1934         Log: use libdbm.nfs.a if available (libdbm.a is missing dbmclose())
1935              From: hops@sco.com
1936              Date: Tue, 12 Oct 1999 20:16:04 PDT
1937              Message-Id: <199910122016.aa18415@charmstr.pdev.sco.com>
1938              Subject: [ID 19991012.004] Build patch for perl5.005_03 on ODT3 ( 3.2v4.2)
1939      Branch: perl
1940            + ext/NDBM_File/hints/sco.pl
1941            ! MANIFEST ext/ODBM_File/hints/sco.pl
1942 ____________________________________________________________________________
1943 [  4359] By: gsar                                  on 1999/10/13  06:34:53
1944         Log: various pod tweaks (from M.J.T. Guy <mjtg@cus.cam.ac.uk>)
1945      Branch: perl
1946            ! README.win32 pod/perlfaq8.pod pod/perlfunc.pod pod/perlop.pod
1947            ! pod/perlport.pod
1948 ____________________________________________________________________________
1949 [  4358] By: gsar                                  on 1999/10/12  19:10:27
1950         Log: perldelta updates
1951      Branch: perl
1952            ! pod/perldelta.pod
1953 ____________________________________________________________________________
1954 [  4357] By: gsar                                  on 1999/10/12  17:11:18
1955         Log: update perldelta for change#4356
1956      Branch: perl
1957            ! Changes pod/perldelta.pod
1958 ____________________________________________________________________________
1959 [  4356] By: gsar                                  on 1999/10/12  16:53:31
1960         Log: add File::BSDGlob as File::Glob and load it at compile-time
1961              if perl was built with -DPERL_INTERNAL_GLOB
1962              
1963              TODO: we currently get a compile-time failure if File/Glob.pm
1964              can't be found; such failure needs to be made to emit a warning
1965              and use the csh implementation instead
1966      Branch: perl
1967            + ext/File/Glob/Changes ext/File/Glob/Glob.pm
1968            + ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
1969            + ext/File/Glob/TODO ext/File/Glob/bsd_glob.c
1970            + ext/File/Glob/bsd_glob.h t/lib/glob-basic.t
1971            + t/lib/glob-global.t t/lib/glob-taint.t
1972            ! MANIFEST op.c t/op/glob.t t/op/readdir.t t/op/taint.t
1973            ! t/pragma/overload.t
1974 ____________________________________________________________________________
1975 [  4355] By: jhi                                   on 1999/10/12  15:30:05
1976         Log: Revert the parts of #3926 that outlawed character ranges
1977              that have character classes such as \w as either endpoint.
1978              This change re-establishes the old behavior which meant that
1979              such ranges weren't really ranges, the "-" was literal.
1980              Moreover, this change also fixes the old behavior to be
1981              more consistent: [\w-.] and [\s-\w] worked, but [.-\w] didn't.
1982              Now they all do work as described above.  The #3926 outlawed
1983              all of those.
1984      Branch: cfgperl
1985            ! pod/perldiag.pod pod/perlre.pod regcomp.c t/op/re_tests
1986 ____________________________________________________________________________
1987 [  4354] By: jhi                                   on 1999/10/12  09:58:59
1988         Log: Integrate with Sarathy.
1989      Branch: cfgperl
1990           !> (integrate 33 files)
1991 ____________________________________________________________________________
1992 [  4353] By: gsar                                  on 1999/10/12  05:53:40
1993         Log: apply parts of LynxOS patches from Alan Johnson
1994              <johnson@alonn.gemse.fr>
1995      Branch: perl
1996            ! Changes hints/lynxos.sh pod/perldelta.pod t/lib/safe2.t
1997            ! t/op/groups.t
1998 ____________________________________________________________________________
1999 [  4352] By: gsar                                  on 1999/10/12  05:24:39
2000         Log: allow any unpack specifier to take a count via '/'
2001              (from Ilya Zakharevich)
2002      Branch: perl
2003            ! pp.c t/op/pack.t
2004 ____________________________________________________________________________
2005 [  4351] By: gsar                                  on 1999/10/12  05:02:35
2006         Log: avoid warnings
2007      Branch: perl
2008            ! malloc.c
2009 ____________________________________________________________________________
2010 [  4350] By: gsar                                  on 1999/10/12  04:50:52
2011         Log: various cleanups
2012      Branch: perl
2013            ! ext/Devel/DProf/DProf.xs op.c perl.c perly.c perly.y
2014            ! perly_c.diff pp_hot.c toke.c vms/perly_c.vms win32/config.bc
2015            ! win32/config.gc win32/config.vc win32/config_H.bc
2016            ! win32/config_H.gc win32/config_H.vc win32/config_sh.PL
2017 ____________________________________________________________________________
2018 [  4349] By: gsar                                  on 1999/10/12  00:23:11
2019         Log: update Changes, patchlevel etc.
2020      Branch: perl
2021            ! Changes Porting/findvars patchlevel.h win32/Makefile
2022            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
2023            ! win32/makefile.mk
2024 ____________________________________________________________________________
2025 [  4348] By: gsar                                  on 1999/10/11  23:11:57
2026         Log: add vec() example from Chaim Frenkel <chaimf@pobox.com>
2027      Branch: perl
2028            ! pod/perlfunc.pod
2029 ____________________________________________________________________________
2030 [  4347] By: jhi                                   on 1999/10/11  21:25:03
2031         Log: Sparc Linux -Duseshrplib fix.
2032              
2033              From: Brian Jepson <bjepson@home.com>
2034              To: Nick Ing-Simmons <nick@ing-simmons.net>
2035              cc: perl5-porters@perl.org
2036              Subject: Re: [ID 19990813.002] Can't build Perl 5.005_60 on SPARC/Linux with -Duseshrplib
2037              Date: Fri, 20 Aug 1999 11:25:17 -0500 (EST)
2038              Message-ID: <Pine.LNX.4.10.9908201123570.5116-100000@cx384756-a.sking1.ri.home.com>
2039      Branch: cfgperl
2040            ! hints/linux.sh
2041 ____________________________________________________________________________
2042 [  4346] By: gsar                                  on 1999/10/11  20:28:32
2043         Log: more pack/unpack documentation (from Ilya Zakharevich); changed
2044              the behavior of 'Z*' and 'Z3' to always pack a trailing
2045              null byte; changed documentation to suit; added test
2046      Branch: perl
2047            ! pod/perlfunc.pod pp.c t/op/pack.t
2048 ____________________________________________________________________________
2049 [  4345] By: gsar                                  on 1999/10/11  19:15:46
2050         Log: writing to perllocal.pod fails if it was never created;
2051              tweak pseudo-hash example (both suggested by Michael G Schwern
2052              <schwern@pobox.com>)
2053      Branch: perl
2054            ! lib/ExtUtils/MM_Unix.pm pod/perlref.pod
2055 ____________________________________________________________________________
2056 [  4344] By: gsar                                  on 1999/10/11  17:57:31
2057         Log: slightly edited variant of suggested patch
2058              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2059              Date: Thu, 9 Sep 1999 18:35:37 -0400
2060              Message-ID: <19990909183537.A28682@monk.mps.ohio-state.edu>
2061              Subject: [PATCH 5.005_58] How RExen match?
2062      Branch: perl
2063            ! pod/perlre.pod
2064 ____________________________________________________________________________
2065 [  4343] By: gsar                                  on 1999/10/11  16:55:48
2066         Log: change#4327 was inefficient
2067      Branch: perl
2068            ! lib/lib.pm
2069 ____________________________________________________________________________
2070 [  4342] By: jhi                                   on 1999/10/11  07:01:46
2071         Log: Integrate with Sarathy.
2072      Branch: cfgperl
2073           +> pod/perlhack.pod
2074           !> (integrate 28 files)
2075 ____________________________________________________________________________
2076 [  4341] By: jhi                                   on 1999/10/11  06:37:47
2077         Log: The 2.5th cut at the AIX C++ extension problems.
2078      Branch: cfgperl
2079            ! hints/aix.sh
2080 ____________________________________________________________________________
2081 [  4340] By: gsar                                  on 1999/10/10  23:48:07
2082         Log: add perlhack.pod from Nathan Torkington <gnat@frii.com>
2083      Branch: perl
2084            + pod/perlhack.pod
2085            ! MANIFEST pod/Makefile pod/perl.pod pod/roffitall
2086 ____________________________________________________________________________
2087 [  4339] By: gsar                                  on 1999/10/10  20:42:40
2088         Log: revert SAVEDESTRUCTOR() to accepting void(*)(void*) for source
2089              compatibility; introduce SAVEDESTRUCTOR_X() that accepts
2090              void(*)(pTHX_ void*)
2091      Branch: perl
2092            ! embed.h embed.pl ext/Devel/DProf/DProf.xs global.sym mg.c
2093            ! objXSUB.h perl.h perlapi.c perly.c perly.y perly_c.diff
2094            ! pod/perlguts.pod pod/perltoc.pod pp.c pp_hot.c proto.h
2095            ! regcomp.h regexec.c scope.c scope.h toke.c vms/perly_c.vms
2096 ____________________________________________________________________________
2097 [  4338] By: gsar                                  on 1999/10/10  20:38:59
2098         Log: add missing new diagnostics to perldelta
2099      Branch: perl
2100            ! pod/perldelta.pod
2101 ____________________________________________________________________________
2102 [  4337] By: gsar                                  on 1999/10/10  17:40:13
2103         Log: update perldelta for change#3406
2104      Branch: perl
2105            ! embed.pl pod/perldata.pod pod/perldelta.pod
2106 ____________________________________________________________________________
2107 [  4336] By: gsar                                  on 1999/10/10  16:33:14
2108         Log: integrate cfgperl contents into mainline
2109      Branch: perl
2110           +> ext/DynaLoader/hints/aix.pl
2111           !> MANIFEST ext/DynaLoader/dl_aix.xs hints/aix.sh hints/irix_6.sh
2112           !> makedef.pl perl.h pod/perldelta.pod
2113 ____________________________________________________________________________
2114 [  4335] By: jhi                                   on 1999/10/10  11:09:48
2115         Log: Update perldelta.
2116      Branch: cfgperl
2117            ! pod/perldelta.pod
2118 ____________________________________________________________________________
2119 [  4334] By: jhi                                   on 1999/10/10  10:31:46
2120         Log: Integrate with Sarathy.
2121      Branch: cfgperl
2122           +> win32/genmk95.pl
2123           !> Changes MANIFEST README.win32 cop.h ext/Thread/Thread.pm
2124           !> ext/Thread/Thread.xs ext/Thread/Thread/Queue.pm
2125           !> ext/Thread/Thread/Semaphore.pm ext/Thread/Thread/Specific.pm
2126           !> ext/Thread/sync.t ext/Thread/sync2.t installperl
2127           !> lib/Exporter.pm lib/ExtUtils/MM_Unix.pm
2128           !> lib/ExtUtils/MM_Win32.pm lib/diagnostics.pm lib/lib.pm perl.c
2129           !> pod/perldelta.pod pod/perlfunc.pod pp_ctl.c pp_hot.c pp_sys.c
2130           !> utils/perldoc.PL win32/makefile.mk
2131 ____________________________________________________________________________
2132 [  4333] By: gsar                                  on 1999/10/10  06:33:15
2133         Log: install pods to 'pods' rather than 'pod' on cygwin (modified
2134              a patch suggested by cwilson@cc865179-c.chmbl1.ga.home.com)
2135      Branch: perl
2136            ! installperl lib/diagnostics.pm utils/perldoc.PL
2137 ____________________________________________________________________________
2138 [  4332] By: gsar                                  on 1999/10/10  05:15:26
2139         Log: add $VERSION
2140      Branch: perl
2141            ! lib/Exporter.pm
2142 ____________________________________________________________________________
2143 [  4331] By: gsar                                  on 1999/10/10  05:10:22
2144         Log: describe what can go in an export list (from Anno Siegel
2145              <anno4000@lublin.zrz.tu-berlin.de>)
2146      Branch: perl
2147            ! lib/Exporter.pm
2148 ____________________________________________________________________________
2149 [  4330] By: gsar                                  on 1999/10/10  04:50:43
2150         Log: more basic support for building modules under Windows 95/98
2151              (applied relevant parts from a patch suggested by
2152              Jochen Wiedmann <joe@ispsoft.de>)
2153      Branch: perl
2154            ! lib/ExtUtils/MM_Unix.pm
2155 ____________________________________________________________________________
2156 [  4329] By: gsar                                  on 1999/10/10  04:28:38
2157         Log: rudimentary support for building under Windows 95/98 (from
2158              Benjamin Stuhl <sho_pi@hotmail.com>)
2159      Branch: perl
2160            + win32/genmk95.pl
2161            ! MANIFEST README.win32 lib/ExtUtils/MM_Win32.pm
2162            ! win32/makefile.mk
2163 ____________________________________________________________________________
2164 [  4328] By: gsar                                  on 1999/10/10  03:37:21
2165         Log: fix two leaks in Thread.xs (from Eugene Alterman
2166              <Eugene.Alterman@bremer-inc.com>); convert places with
2167              'use attrs' to new attributes syntax
2168      Branch: perl
2169            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
2170            ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
2171            ! ext/Thread/Thread/Specific.pm ext/Thread/sync.t
2172            ! ext/Thread/sync2.t
2173 ____________________________________________________________________________
2174 [  4327] By: gsar                                  on 1999/10/10  02:23:52
2175         Log: avoid duplicates in @INC, they cause leaks in mod_perl etc
2176              (suggested by Tod Irwin <irwin@stockmaster.com>)
2177      Branch: perl
2178            ! lib/lib.pm
2179 ____________________________________________________________________________
2180 [  4326] By: gsar                                  on 1999/10/10  00:51:48
2181         Log: better documentation for recv() (from Anton Berezin
2182              <tobez@plab.ku.dk>)
2183      Branch: perl
2184            ! pod/perlfunc.pod
2185 ____________________________________________________________________________
2186 [  4325] By: gsar                                  on 1999/10/09  22:46:23
2187         Log: perldelta updates (see TODO markers)
2188      Branch: perl
2189            ! Changes pod/perldelta.pod pp_sys.c
2190 ____________________________________________________________________________
2191 [  4324] By: gsar                                  on 1999/10/09  19:43:10
2192         Log: fix Exporter::export_to_level() documentation
2193      Branch: perl
2194            ! lib/Exporter.pm
2195 ____________________________________________________________________________
2196 [  4323] By: gsar                                  on 1999/10/09  18:48:31
2197         Log: don't run END blocks when running under -c switch (older,
2198              rarely useful behavior may still be obtained by putting
2199              BEGIN { $^C = 0; exit; } at the end of the script)
2200      Branch: perl
2201            ! perl.c
2202 ____________________________________________________________________________
2203 [  4322] By: jhi                                   on 1999/10/09  05:31:26
2204         Log: While awaiting a good test program to detect the broken gcc.
2205              From: Thomas Conté <tom@fr.uu.net>
2206              To: <jhi@iki.fi>
2207              Cc: <perl5-porters@perl.org>
2208              Subject: Re: [ID 19990825.007] test t/lib/ipc_sysv.t failing under irix 6.4
2209              Date: Wed, 6 Oct 1999 19:56:29 +0200
2210              Message-ID: <000a01bf1024$1d938f20$252ad0d4@eng.iway.fr>
2211      Branch: cfgperl
2212            ! hints/irix_6.sh perl.h
2213 ____________________________________________________________________________
2214 [  4321] By: gsar                                  on 1999/10/09  00:41:02
2215         Log: POPSUB() gave up the refcount to the CV before LEAVE had a chance to
2216              clear entries in the CV's pad, leading to coredumps when CV had no
2217              other references to it; this is a slightly edited version of the
2218              patch suggested by Russel O'Connor <roconnor@world.std.com>
2219      Branch: perl
2220            ! cop.h pp_ctl.c pp_hot.c
2221 ____________________________________________________________________________
2222 [  4320] By: gsar                                  on 1999/10/08  22:50:51
2223         Log: revert POP{SUB,LOOP}{1,2} logic to the simpler pre-5.003_24
2224              situation (assumptions about cx invalidation are not valid
2225              anymore)
2226      Branch: perl
2227            ! cop.h pp_ctl.c pp_hot.c
2228 ____________________________________________________________________________
2229 [  4319] By: jhi                                   on 1999/10/08  14:33:31
2230         Log: Integrate with Sarathy.
2231      Branch: cfgperl
2232           !> cop.h ext/Thread/Thread.xs op.c opcode.h perl.c perl.h perly.c
2233           !> perly.y pod/perldiag.pod pod/perlfunc.pod pp_ctl.c pp_sys.c
2234           !> t/comp/bproto.t thrdvar.h toke.c util.c
2235 ____________________________________________________________________________
2236 [  4318] By: jhi                                   on 1999/10/08  13:51:34
2237         Log: The second cut at AIX C++ extension troubles.
2238      Branch: cfgperl
2239            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
2240            ! hints/aix.sh
2241 ____________________________________________________________________________
2242 [  4317] By: jhi                                   on 1999/10/08  10:44:13
2243         Log: The first cut at fixing Perl extensions written in C++ in AIX,
2244              statics don't get initialized right.  This patch at least
2245              doesn't seem to break the build in my AIX, but unfortunately
2246              I don't have the IBM C++ to do further testing.
2247              
2248              Problem reported by Stephanie Beals in
2249              From: bealzy@us.ibm.com
2250              To: perl5-porters@perl.org
2251              Subject: [ID 19991007.005] DynaLoader/dl_aix.xs problem using load and unload on AIX
2252              Date: Thu, 7 Oct 1999 15:05:54 -0400
2253              Message-Id: <85256803.0068E70D.00@D51MTA03.pok.ibm.com>
2254      Branch: cfgperl
2255            + ext/DynaLoader/hints/aix.pl
2256            ! MANIFEST ext/DynaLoader/dl_aix.xs hints/aix.sh
2257 ____________________________________________________________________________
2258 [  4316] By: gsar                                  on 1999/10/08  10:26:15
2259         Log: remove kludgey duplicate background error avoidance (caused
2260              "leaks"; %@ wasn't even user-visible under -Dusethreads);
2261              only repeats of most recent error are now avoided
2262      Branch: perl
2263            ! ext/Thread/Thread.xs perl.c perl.h pp_ctl.c thrdvar.h util.c
2264 ____________________________________________________________________________
2265 [  4315] By: jhi                                   on 1999/10/08  09:48:59
2266         Log: Fix omission.
2267      Branch: cfgperl
2268            ! makedef.pl
2269 ____________________________________________________________________________
2270 [  4314] By: gsar                                  on 1999/10/08  07:17:01
2271         Log: extend change#2299 to C<use> (fixes scoping problems in
2272              C<if (...) { use foo; ... }>)
2273      Branch: perl
2274            ! op.c
2275 ____________________________________________________________________________
2276 [  4313] By: gsar                                  on 1999/10/08  04:52:19
2277         Log: small tweak for change#4309
2278      Branch: perl
2279            ! op.c
2280 ____________________________________________________________________________
2281 [  4312] By: gsar                                  on 1999/10/08  02:31:13
2282         Log: add suggested patch =~ s/NOTOP/OP_NOT/ with tests
2283              From: Larry Wall <larry@wall.org>
2284              Date: Wed, 6 Oct 1999 09:55:57 -0700 (PDT)
2285              Message-Id: <199910061655.JAA11333@kiev.wall.org>
2286              Subject: Re: [ID 19991001.004] apparent parsing error with not(arg)
2287      Branch: perl
2288            ! opcode.h t/comp/bproto.t toke.c
2289 ____________________________________________________________________________
2290 [  4311] By: gsar                                  on 1999/10/08  00:58:19
2291         Log: typo
2292      Branch: perl
2293            ! pp_sys.c
2294 ____________________________________________________________________________
2295 [  4310] By: gsar                                  on 1999/10/07  23:51:38
2296         Log: fix setpgrp vs getpgrp and POSIX vs BSD confusion (spotted by
2297              Brian Mitchell <brian@chele.cais.net>)
2298      Branch: perl
2299            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
2300 ____________________________________________________________________________
2301 [  4309] By: gsar                                  on 1999/10/07  22:57:52
2302         Log: change#3728 was flawed (loop contexts saw the wrong statement
2303              info, causing loop control constructs to not find the label);
2304              disable OP_SETSTATE entirely and add a fix that is specifically
2305              targetted at disabling the OP_LINESEQ optimization in else BLOCK,
2306              which was what the original patch was supposed to fix
2307              
2308              TODO: remove the remainder of the setstate logic if it can't
2309              be used anywhere else (it isn't used anywhere now)
2310      Branch: perl
2311            ! cop.h op.c perly.c perly.y
2312 ____________________________________________________________________________
2313 [  4308] By: jhi                                   on 1999/10/07  19:21:27
2314         Log: Integrate with Sarathy.
2315      Branch: cfgperl
2316           !> lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
2317 ____________________________________________________________________________
2318 [  4307] By: gsar                                  on 1999/10/07  15:12:24
2319         Log: update to podlators-0.08 from Russ Allbery
2320      Branch: perl
2321            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
2322 ____________________________________________________________________________
2323 [  4306] By: jhi                                   on 1999/10/06  17:20:34
2324         Log: Integrate with Sarathy.
2325      Branch: cfgperl
2326           !> (integrate 45 files)
2327 ____________________________________________________________________________
2328 [  4305] By: gsar                                  on 1999/10/06  16:55:45
2329         Log: some versions of mingw32 have __int64, define iff it isn't
2330      Branch: perl
2331            ! win32/win32.h
2332 ____________________________________________________________________________
2333 [  4304] By: gsar                                  on 1999/10/06  03:45:44
2334         Log: fix typos in change#4288
2335      Branch: perl
2336            ! Changes dump.c sv.c
2337 ____________________________________________________________________________
2338 [  4303] By: gsar                                  on 1999/10/06  03:22:46
2339         Log: integrate cfgperl contents into mainline
2340      Branch: perl
2341           +> eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
2342            - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
2343           !> (integrate 31 files)
2344 ____________________________________________________________________________
2345 [  4302] By: gsar                                  on 1999/10/06  02:36:53
2346         Log: make die/warn and other diagnostics go to wherever STDERR happens
2347              to point at; change places that meant Perl_debug_log rather than
2348              PerlIO_stderr()
2349      Branch: perl
2350            ! cop.h doio.c embedvar.h ext/Devel/Peek/Peek.xs
2351            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
2352            ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
2353            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
2354            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
2355            ! ext/DynaLoader/dl_rhapsody.xs ext/DynaLoader/dl_vmesa.xs
2356            ! ext/DynaLoader/dl_vms.xs ext/DynaLoader/dlutils.c
2357            ! ext/Thread/Thread.xs ext/Thread/typemap intrpvar.h malloc.c
2358            ! mg.c objXSUB.h op.c perl.c perl.h perlio.c pp.c pp_ctl.c
2359            ! pp_hot.c regexec.c scope.c scope.h sv.c thread.h toke.c util.c
2360            ! win32/dl_win32.xs win32/win32.c win32/win32thread.c
2361 ____________________________________________________________________________
2362 [  4301] By: jhi                                   on 1999/10/05  23:03:46
2363         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2364              To: François Désarménien <desar@club-internet.fr>
2365              Cc: "perl5-porters@perl.org" <perl5-porters@perl.org>
2366              Subject: Re: Strange RE engine breakage in 5_61
2367              Date: Mon, 4 Oct 1999 19:58:03 -0400
2368              Message-ID: <19991004195803.A21760@monk.mps.ohio-state.edu>
2369              
2370              (had to apply pat.t part manually because there
2371              already were more tests than there was in _61)
2372      Branch: cfgperl
2373            ! regcomp.c regexec.c t/op/pat.t t/op/re_tests
2374 ____________________________________________________________________________
2375 [  4300] By: jhi                                   on 1999/10/04  17:03:18
2376         Log: From: Andy Dougherty <doughera@lafayette.edu>
2377              To: Jarkko Hietaniemi <jhi@iki.fi>
2378              cc: Perl Porters <perl5-porters@perl.org>, jhi@cc.hut.fi
2379              Subject: Re: [ID 19991001.005] [_61] [PATCH] tarball fine on win32, zip isn't
2380              Date: Mon, 4 Oct 1999 13:05:08 -0400 (EDT)
2381              Message-ID: <Pine.SOL.4.10.9910041302550.6502-100000@maxwell.phys.lafayette.edu>
2382      Branch: cfgperl
2383            + eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
2384            - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
2385            ! MANIFEST ext/B/defsubs_h.PL
2386 ____________________________________________________________________________
2387 [  4299] By: jhi                                   on 1999/10/04  07:15:16
2388         Log: From: Michael G Schwern <schwern@pobox.com>
2389              To: perl5-porters@perl.org
2390              Subject: Re: [PATCH av.c, op.c, perldiag.pod] "array field" -> "pseudo-hash field"
2391              Date: Sun, 3 Oct 1999 17:34:17 -0400
2392              Message-ID: <19991003173417.A4351@blackrider>
2393      Branch: cfgperl
2394            ! t/lib/fields.t t/pragma/constant.t
2395 ____________________________________________________________________________
2396 [  4298] By: gsar                                  on 1999/10/04  04:57:53
2397         Log: some compatibility macros were busted
2398      Branch: perl
2399            ! embed.h embed.pl toke.c
2400 ____________________________________________________________________________
2401 [  4297] By: jhi                                   on 1999/10/03  17:50:59
2402         Log: A better version of #4296.
2403              
2404              From: Michael G Schwern <schwern@pobox.com>
2405              To: perl5-porters@perl.org
2406              Subject: [PATCH av.c, op.c, perldiag.pod] "array field" -> "pseudo-hash field"
2407              Date: Sun, 3 Oct 1999 13:54:23 -0400
2408              Message-ID: <19991003135423.A3050@blackrider>
2409      Branch: cfgperl
2410            ! av.c op.c pod/perldiag.pod
2411 ____________________________________________________________________________
2412 [  4296] By: jhi                                   on 1999/10/03  17:21:01
2413         Log: (Replaced by #4297.)
2414              
2415              From: Michael G Schwern <schwern@pobox.com>
2416              To: perl5-porters@perl.org
2417              Subject: [PATCH av.c, perldiag.pod] Added field name to "No such array field"
2418              Date: Sun, 3 Oct 1999 13:16:47 -0400
2419              Message-ID: <19991003131647.A2816@blackrider>
2420              
2421              plus changed the error message to say "No such pseudo-hash field"
2422              as discussed in the above mail message.
2423      Branch: cfgperl
2424            ! av.c pod/perldiag.pod
2425 ____________________________________________________________________________
2426 [  4295] By: gsar                                  on 1999/10/03  16:09:36
2427         Log: avoid doing irrelevant things on 'make perl'
2428      Branch: perl
2429            ! Makefile.SH
2430 ____________________________________________________________________________
2431 [  4294] By: jhi                                   on 1999/10/03  14:16:24
2432         Log: Fix a typo in #4293 spotted by Graham Barr.
2433      Branch: cfgperl
2434            ! pod/perlref.pod
2435 ____________________________________________________________________________
2436 [  4293] By: jhi                                   on 1999/10/03  11:31:22
2437         Log: From: Michael G Schwern <schwern@blackrider.aocn.com>
2438              To: perl5-porters@perl.org
2439              Subject: Re: Should keys in pseudo-hashes -always- exist? [DOC PATCH]
2440              Date: Sun, 3 Oct 1999 02:34:01 -0400
2441              Message-ID: <19991003023401.A1520@blackrider>
2442      Branch: cfgperl
2443            ! pod/perlfunc.pod pod/perlref.pod
2444 ____________________________________________________________________________
2445 [  4292] By: jhi                                   on 1999/10/03  09:23:16
2446         Log: From: Barrie Slaymaker <barries@slaysys.com>
2447              To: perl5-porters@perl.org
2448              Subject: [PATCH 5.005_61] Benchmark.pm bugfix, tweaks
2449              Date: Sun, 3 Oct 1999 00:09:51 -0400
2450              Message-Id: <199910030409.AAA18228@jester.slaysys.com>
2451      Branch: cfgperl
2452            ! lib/Benchmark.pm
2453 ____________________________________________________________________________
2454 [  4291] By: jhi                                   on 1999/10/02  23:43:53
2455         Log: Be understanding about large file systems.
2456      Branch: cfgperl
2457            ! t/lib/syslfs.t t/op/lfs.t
2458 ____________________________________________________________________________
2459 [  4290] By: jhi                                   on 1999/10/02  23:39:16
2460         Log: Configure fixfest continues.
2461      Branch: cfgperl
2462            ! Configure config_h.SH
2463      Branch: metaconfig
2464            ! U/modified/d_longdbl.U U/modified/d_longlong.U
2465            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
2466            ! U/typedefs/gidsize.U U/typedefs/pidsign.U U/typedefs/pidsize.U
2467            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
2468      Branch: metaconfig/U/perl
2469            ! i_inttypes.U io64.U
2470 ____________________________________________________________________________
2471 [  4289] By: jhi                                   on 1999/10/02  23:12:54
2472         Log: Regen Porting stuff.
2473      Branch: cfgperl
2474            ! Porting/Glossary Porting/config.sh Porting/config_H
2475 ____________________________________________________________________________
2476 [  4288] By: jhi                                   on 1999/10/02  23:05:50
2477         Log: Untangle the IV_IS_QUAD jungle by introduding
2478              macros to be used when doing formatted printing:
2479              IVdf, UVuf, UVxf, UVof.  Also introduce Uid_t_SIGN.
2480      Branch: cfgperl
2481            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2482            ! config_h.SH doio.c dump.c op.c perl.h pp_hot.c pp_sys.c
2483            ! regcomp.c sv.c taint.c toke.c util.c
2484 ____________________________________________________________________________
2485 [  4287] By: jhi                                   on 1999/10/02  22:54:18
2486         Log: metaconfig maintenance.
2487      Branch: metaconfig
2488            ! U/ebcdic/ebcdic.U U/typedefs/gidsign.U U/typedefs/gidsize.U
2489            ! U/typedefs/pidsign.U U/typedefs/pidsize.U U/typedefs/uidsign.U
2490            ! U/typedefs/uidsize.U
2491 ____________________________________________________________________________
2492 [  4286] By: nick                                  on 1999/10/02  11:11:44
2493         Log: Incremental merge of mainline
2494      Branch: utfperl
2495           +> README.Y2K hints/svr5.sh lib/Pod/Man.pm
2496           +> lib/unicode/Unicode.html t/op/args.t t/pod/multiline_items.t
2497           +> t/pod/multiline_items.xr t/pod/pod2usage.t t/pod/pod2usage.xr
2498           +> t/pod/podselect.t t/pod/podselect.xr
2499            - lib/Pod/PlainText.pm
2500           !> (integrate 148 files)
2501 ____________________________________________________________________________
2502 [  4285] By: jhi                                   on 1999/10/02  10:16:15
2503         Log: Battle namespace pollution.
2504      Branch: cfgperl
2505            ! lib/Benchmark.pm
2506 ____________________________________________________________________________
2507 [  4284] By: jhi                                   on 1999/10/02  10:11:20
2508         Log: Regen Configure, all of xs_apiversion didn't take.
2509      Branch: cfgperl
2510            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2511            ! config_h.SH patchlevel.h
2512 ____________________________________________________________________________
2513 [  4283] By: jhi                                   on 1999/10/02  09:48:17
2514         Log: Integrate with Sarathy.
2515      Branch: cfgperl
2516           +> lib/Pod/Man.pm t/pod/multiline_items.t
2517           +> t/pod/multiline_items.xr t/pod/pod2usage.t t/pod/pod2usage.xr
2518           +> t/pod/podselect.t t/pod/podselect.xr
2519            - lib/Pod/PlainText.pm
2520           !> (integrate 50 files)
2521 ____________________________________________________________________________
2522 [  4282] By: gsar                                  on 1999/10/02  06:39:14
2523         Log: update pod2man, pod2text and related Pod:: modules with the
2524              ones in podlators-0.07 from Russ Allbery
2525      Branch: perl
2526            + lib/Pod/Man.pm
2527            ! lib/Pod/Text.pm lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
2528            ! pod/pod2man.PL pod/pod2text.PL
2529 ____________________________________________________________________________
2530 [  4281] By: gsar                                  on 1999/10/02  06:14:44
2531         Log: fix PodParser testsuite; Pod::Text subsumes Pod::PlainText
2532      Branch: perl
2533            - lib/Pod/PlainText.pm
2534            ! MANIFEST lib/Pod/Text.pm lib/Pod/Usage.pm pod/pod2usage.PL
2535            ! pod/podchecker.PL pod/podselect.PL t/pod/emptycmd.t
2536            ! t/pod/for.t t/pod/headings.t t/pod/include.t t/pod/included.t
2537            ! t/pod/lref.t t/pod/multiline_items.t t/pod/nested_items.t
2538            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
2539            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
2540            ! t/pod/special_seqs.t t/pod/testp2pt.pl t/pod/testpchk.pl
2541 ____________________________________________________________________________
2542 [  4280] By: gsar                                  on 1999/10/02  04:39:38
2543         Log: upgrade to PodParser-1.085 from Brad Appleton <bradapp@enteract.com>
2544      Branch: perl
2545            + t/pod/multiline_items.t t/pod/multiline_items.xr
2546            + t/pod/pod2usage.t t/pod/pod2usage.xr t/pod/podselect.t
2547            + t/pod/podselect.xr
2548            ! MANIFEST lib/Pod/Checker.pm lib/Pod/InputObjects.pm
2549            ! lib/Pod/Parser.pm lib/Pod/PlainText.pm lib/Pod/Select.pm
2550            ! lib/Pod/Usage.pm t/pod/for.xr t/pod/headings.xr
2551            ! t/pod/include.xr t/pod/included.xr t/pod/lref.xr
2552            ! t/pod/nested_items.xr t/pod/nested_seqs.xr
2553            ! t/pod/oneline_cmds.xr t/pod/poderrs.xr t/pod/special_seqs.xr
2554            ! t/pod/testp2pt.pl
2555 ____________________________________________________________________________
2556 [  4279] By: gsar                                  on 1999/10/02  03:36:41
2557         Log: make exists() work better on pseudo-hashes (reworked a patch suggested
2558              by Michael G Schwern <schwern@pobox.com>)
2559      Branch: perl
2560            ! av.c t/op/avhv.t
2561 ____________________________________________________________________________
2562 [  4278] By: gsar                                  on 1999/10/02  02:36:55
2563         Log: deprecate C<use attrs>
2564      Branch: perl
2565            ! ext/attrs/attrs.pm ext/attrs/attrs.xs t/lib/attrs.t
2566            ! t/lib/thread.t t/pragma/sub_lval.t
2567 ____________________________________________________________________________
2568 [  4277] By: gsar                                  on 1999/10/02  01:43:25
2569         Log: add notes about effect of loop control statements inside
2570              LABEL BLOCK continue BLOCK
2571      Branch: perl
2572            ! pod/perlfunc.pod
2573 ____________________________________________________________________________
2574 [  4276] By: gsar                                  on 1999/10/02  01:23:02
2575         Log: indent nested =items properly (suggested by Bill Fenner
2576              <fenner@research.att.com>)
2577      Branch: perl
2578            ! pod/pod2man.PL
2579 ____________________________________________________________________________
2580 [  4275] By: gsar                                  on 1999/10/02  01:09:16
2581         Log: updated ptags generator from Ilya Zakharevich
2582      Branch: perl
2583            ! emacs/ptags
2584 ____________________________________________________________________________
2585 [  4274] By: gsar                                  on 1999/10/01  23:08:52
2586         Log: update Changes
2587      Branch: perl
2588            ! Changes
2589 ____________________________________________________________________________
2590 [  4273] By: gsar                                  on 1999/10/01  22:58:55
2591         Log: typo, whitespace adjustments
2592      Branch: perl
2593            ! utils/h2xs.PL
2594 ____________________________________________________________________________
2595 [  4272] By: gsar                                  on 1999/10/01  22:46:06
2596         Log: remove dup hunks
2597      Branch: perl
2598            ! configure.com vms/vms.c
2599 ____________________________________________________________________________
2600 [  4271] By: gsar                                  on 1999/10/01  22:33:02
2601         Log: integrate cfgperl contents into mainline; resolve h2xs.PL conflict
2602              by declaring new globals "our" (XXX this means h2xs generated code
2603              won't run on earlier versions; a switch to generate compatible
2604              source is needed)
2605      Branch: perl
2606           !> (integrate 35 files)
2607 ____________________________________________________________________________
2608 [  4270] By: jhi                                   on 1999/10/01  12:05:56
2609         Log: Integrate with Sarathy.
2610      Branch: cfgperl
2611           !> ext/B/B/C.pm lib/ExtUtils/typemap lib/ExtUtils/xsubpp
2612           !> pod/perldiag.pod util.c
2613 ____________________________________________________________________________
2614 [  4269] By: jhi                                   on 1999/10/01  10:26:19
2615         Log: From: Piotr Klaban <makler@oryl.man.torun.pl>
2616              To: perl5-porters@perl.org
2617              Subject: [ID 19991001.001] perlguts man page error
2618              Date: Fri, 1 Oct 1999 10:23:49 +0200 (MET DST)
2619              Message-Id: <199910010823.KAA05796@oryl.man.torun.pl>
2620      Branch: cfgperl
2621            ! pod/perlguts.pod
2622 ____________________________________________________________________________
2623 [  4268] By: jhi                                   on 1999/10/01  07:32:33
2624         Log: There *is* a month called October.
2625      Branch: cfgperl
2626            ! t/op/time.t
2627 ____________________________________________________________________________
2628 [  4267] By: jhi                                   on 1999/10/01  06:58:10
2629         Log: Temp file cleanliness.
2630      Branch: cfgperl
2631            ! t/lib/filecopy.t
2632 ____________________________________________________________________________
2633 [  4266] By: jhi                                   on 1999/10/01  06:46:56
2634         Log: From: Barrie Slaymaker <barries@slaysys.com>
2635              To: perl5-porters@perl.org
2636              Subject: [PATCH 5.005_61] Benchmark.pm: Export countit(), cmpthese() by default
2637              Date: Thu, 30 Sep 1999 22:16:26 -0400
2638              Message-Id: <199910010216.WAA08309@jester.slaysys.com>
2639      Branch: cfgperl
2640            ! lib/Benchmark.pm
2641 ____________________________________________________________________________
2642 [  4265] By: jhi                                   on 1999/09/30  20:25:35
2643         Log: From: Barrie Slaymaker <barries@slaysys.com>
2644              To: perl5-porters@perl.org
2645              Subject: [PATCH 5.005_61] Benchmark tweaks, fixes, cmpthese()
2646              Date: Thu, 30 Sep 1999 15:44:00 -0400
2647              Message-Id: <199909301944.PAA07166@jester.slaysys.com>
2648              (Replaces #4175.)
2649      Branch: cfgperl
2650            ! lib/Benchmark.pm
2651 ____________________________________________________________________________
2652 [  4264] By: gsar                                  on 1999/09/30  17:59:26
2653         Log: re-add missing "Out of memory!" entry
2654      Branch: perl
2655            ! pod/perldiag.pod
2656 ____________________________________________________________________________
2657 [  4263] By: jhi                                   on 1999/09/30  17:05:43
2658         Log: Regenerate Configure.
2659      Branch: cfgperl
2660            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2661            ! config_h.SH
2662 ____________________________________________________________________________
2663 [  4261] By: jhi                                   on 1999/09/30  16:15:05
2664         Log: From: Andy Dougherty <doughera@lafayette.edu>
2665              To: Perl Porters <perl5-porters@perl.org>
2666              Subject: [PATCH 5.005_61] rand() advisory for perldelta.pod
2667              Date: Thu, 30 Sep 1999 12:24:00 -0400 (EDT)
2668              Message-ID: <Pine.SOL.4.10.9909301218390.3343-100000@maxwell.phys.lafayette.edu>
2669      Branch: cfgperl
2670            ! pod/perldelta.pod
2671 ____________________________________________________________________________
2672 [  4260] By: jhi                                   on 1999/09/30  15:48:56
2673         Log: From: Andy Dougherty <doughera@lafayette.edu>
2674              To: Jarkko Hietaniemi <jhi@iki.fi>, Gurusamy Sarathy <gsar@activestate.com>
2675              Subject: Re: Possible skeletal structure for searching multiple versions
2676              Date: Thu, 30 Sep 1999 11:52:00 -0400 (EDT)
2677              Message-ID: <Pine.SOL.4.10.9909301149090.3343-100000@maxwell.phys.lafayette.edu>
2678      Branch: metaconfig
2679            ! U/mkglossary
2680      Branch: metaconfig/U/perl
2681            + xs_apiversion.U
2682            ! patchlevel.U
2683 ____________________________________________________________________________
2684 [  4259] By: jhi                                   on 1999/09/30  15:07:16
2685         Log: Further ?idsize.U fixing.
2686      Branch: metaconfig
2687            ! U/typedefs/gidsize.U U/typedefs/pidsize.U U/typedefs/uidsize.U
2688 ____________________________________________________________________________
2689 [  4258] By: jhi                                   on 1999/09/30  15:00:14
2690         Log: Fix the ?idsi{gn,ze} units, from Andy Dougherty.
2691      Branch: metaconfig
2692            ! U/typedefs/gidsign.U U/typedefs/gidsize.U U/typedefs/pidsign.U
2693            ! U/typedefs/pidsize.U U/typedefs/uidsign.U U/typedefs/uidsize.U
2694 ____________________________________________________________________________
2695 [  4257] By: jhi                                   on 1999/09/30  09:48:33
2696         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
2697              To: Gurusamy Sarathy <gsar@ActiveState.com>
2698              Cc: tchrist@perl.com, Larry Wall <larry@wall.org>,
2699              The Perl Porters Mailing List <perl5-porters@perl.org>
2700              Subject: [PATCH] (Was: deprecating SIGDIE)
2701              Date: Wed, 29 Sep 1999 15:16:50 -0400
2702              Message-ID: <19990929151650.E26675@O2.chapin.edu>
2703      Branch: cfgperl
2704            ! Porting/findvars embedvar.h intrpvar.h mg.c objXSUB.h perl.c
2705 ____________________________________________________________________________
2706 [  4256] By: jhi                                   on 1999/09/30  09:45:22
2707         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2708              To: Gurusamy Sarathy <gsar@activestate.com>
2709              Cc: Barrie Slaymaker <barries@slaysys.com>, perl5-porters@perl.org
2710              Subject: Re: _58, _61 Argument "" is not numeric in sprintf
2711              Date: Wed, 29 Sep 1999 18:58:23 -0400
2712              Message-ID: <19990929185823.A22099@monk.mps.ohio-state.edu>
2713      Branch: cfgperl
2714            ! Makefile.SH opcode.pl
2715 ____________________________________________________________________________
2716 [  4255] By: gsar                                  on 1999/09/30  09:03:48
2717         Log: remove prehistoric XFree() gunk
2718      Branch: perl
2719            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
2720 ____________________________________________________________________________
2721 [  4254] By: gsar                                  on 1999/09/30  08:40:14
2722         Log: From: Vishal Bhatia <vishal@gol.com>
2723              Date: Wed, 29 Sep 1999 23:27:28 +0900 (JST)
2724              Message-ID: <Pine.LNX.4.10.9909292326280.5599-100000@localhost.localdomain>
2725              Subject: [patch _61] Minor corrections in C.pm
2726      Branch: perl
2727            ! ext/B/B/C.pm
2728 ____________________________________________________________________________
2729 [  4253] By: gsar                                  on 1999/09/30  08:36:27
2730         Log: off-by-one in fbm_compile() (spotted by John Bley
2731              <jbley@cs.cmu.edu>); whitespace adjustments
2732      Branch: perl
2733            ! util.c
2734 ____________________________________________________________________________
2735 [  4251] By: jhi                                   on 1999/09/30  08:09:13
2736         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2737              To: perl5-porters@perl.org (Mailing list Perl5)
2738              Subject: [PATCH 5.00561+]  Followup h2xs patch
2739              Date: Thu, 30 Sep 1999 04:15:52 -0400 (EDT)
2740              Message-Id: <199909300815.EAA25425@monk.mps.ohio-state.edu>
2741      Branch: cfgperl
2742            ! utils/h2xs.PL
2743 ____________________________________________________________________________
2744 [  4250] By: jhi                                   on 1999/09/29  19:11:32
2745         Log: Integrate with Sarathy.
2746      Branch: cfgperl
2747           !> djgpp/configure.bat embed.h embed.pl lib/Exporter/Heavy.pm
2748           !> lib/ExtUtils/MM_Unix.pm lib/Time/Local.pm proto.h
2749           !> t/pragma/locale/latin1 win32/Makefile win32/makefile.mk
2750 ____________________________________________________________________________
2751 [  4249] By: bailey                                on 1999/09/29  02:21:31
2752         Log: resync with mainline
2753      Branch: vmsperl
2754           +> (branch 32 files)
2755            - ext/B/defsubs.h.PL lib/unicode/arabshp.txt
2756            - lib/unicode/blocks.txt lib/unicode/index2.txt
2757            - lib/unicode/jamo2.txt lib/unicode/names2.txt
2758            - lib/unicode/props2.txt lib/unicode/readme.txt
2759            - t/lib/bigfloatpm.t
2760           !> (integrate 240 files)
2761 ____________________________________________________________________________
2762 [  4248] By: jhi                                   on 1999/09/28  18:14:39
2763         Log: From: Andy Dougherty <doughera@lafayette.edu>
2764              To: Perl Porters <perl5-porters@perl.org>
2765              Subject: [PATCH 5.005_xx] Re: [Config 5.005_03] -DDEBUGGING
2766              Date: Tue, 28 Sep 1999 12:20:50 -0400 (EDT)
2767              Message-ID: <Pine.SOL.4.10.9909281019360.1890-100000@maxwell.phys.lafayette.edu>
2768              
2769              From: Andy Dougherty <doughera@lafayette.edu>
2770              To: Perl Porters <perl5-porters@perl.org>
2771              Subject: [ANOTHER PATCH 5.005_61] Re: [Config 5.005_03] -DDEBUGGING
2772              Date: Tue, 28 Sep 1999 13:39:49 -0400 (EDT)
2773              Message-ID: <Pine.SOL.4.10.9909281338180.2012-100000@maxwell.phys.lafayette.edu>
2774      Branch: cfgperl
2775            ! hints/README.hints hints/amigaos.sh hints/cygwin.sh
2776            ! hints/dynixptx.sh hints/epix.sh hints/esix4.sh hints/mint.sh
2777            ! hints/mpeix.sh hints/next_3.sh hints/next_3_0.sh
2778            ! hints/next_4.sh
2779 ____________________________________________________________________________
2780 [  4247] By: gsar                                  on 1999/09/28  17:36:59
2781         Log: revert change#4115 (breaks libwww's base/date.t); could be 
2782              reworked to enable it conditional on $Time::Local::nocroak
2783              or some such
2784      Branch: perl
2785            ! lib/Time/Local.pm
2786 ____________________________________________________________________________
2787 [  4246] By: gsar                                  on 1999/09/28  17:33:14
2788         Log: tweak for win32 build
2789      Branch: perl
2790            ! win32/Makefile win32/makefile.mk
2791 ____________________________________________________________________________
2792 [  4245] By: gsar                                  on 1999/09/28  17:31:34
2793         Log: change#4236 fallout
2794      Branch: perl
2795            ! lib/ExtUtils/MM_Unix.pm
2796 ____________________________________________________________________________
2797 [  4244] By: gsar                                  on 1999/09/28  17:29:31
2798         Log: remove doubled new_xpv
2799      Branch: perl
2800            ! embed.h embed.pl proto.h
2801 ____________________________________________________________________________
2802 [  4243] By: jhi                                   on 1999/09/27  19:13:20
2803         Log: Artistic fine-tuning.
2804      Branch: cfgperl
2805            ! ext/B/defsubs_h.PL
2806 ____________________________________________________________________________
2807 [  4242] By: gsar                                  on 1999/09/27  17:05:22
2808         Log: avoid implicit split to @_ in change#4181; binary -> text file
2809              types in p4
2810      Branch: perl
2811            ! djgpp/configure.bat lib/Exporter/Heavy.pm
2812            ! t/pragma/locale/latin1
2813 ____________________________________________________________________________
2814 [  4241] By: jhi                                   on 1999/09/27  07:48:19
2815         Log: Integrate with Sarathy.
2816      Branch: cfgperl
2817           !> INSTALL embed.h embed.pl malloc.c pod/perldiag.pod pp.c
2818           !> pp_ctl.c pp_hot.c pp_sys.c win32/Makefile win32/makefile.mk
2819 ____________________________________________________________________________
2820 [  4240] By: jhi                                   on 1999/09/27  07:47:11
2821         Log: Finalize change #4232.
2822              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2823              To: Jarkko Hietaniemi <jhi@iki.fi>
2824              Cc: gsar@activestate.com, Mailing list Perl5 <perl5-porters@perl.org>
2825              Subject: Re: xsubpp change breaks B, DB_File, POSIX builds
2826              Date: Sun, 26 Sep 1999 16:52:31 -0400
2827              Message-ID: <19990926165230.A26933@monk.mps.ohio-state.edu>
2828      Branch: cfgperl
2829            ! lib/ExtUtils/xsubpp
2830 ____________________________________________________________________________
2831 [  4239] By: gsar                                  on 1999/09/27  02:48:42
2832         Log: add notes in INSTALL about Configure -Accflags=-DFOO
2833      Branch: perl
2834            ! INSTALL
2835 ____________________________________________________________________________
2836 [  4238] By: gsar                                  on 1999/09/27  02:03:48
2837         Log: PERL_POLLUTE isn't required for bincompat, so don't enable
2838              it automatically
2839      Branch: perl
2840            ! embed.h embed.pl
2841 ____________________________________________________________________________
2842 [  4237] By: gsar                                  on 1999/09/27  01:52:47
2843         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2844              Date: Fri, 24 Sep 1999 23:25:36 -0400
2845              Message-ID: <19990924232536.A16257@monk.mps.ohio-state.edu>
2846              Subject: [PATCH 5.005_61] Malloc fixes and docs
2847      Branch: perl
2848            ! malloc.c pod/perldiag.pod
2849 ____________________________________________________________________________
2850 [  4236] By: gsar                                  on 1999/09/27  01:31:32
2851         Log: avoid .exe in $Config{cc} (spotted by Vadim Konovalov
2852              <vkonovalov@lucent.com>)
2853      Branch: perl
2854            ! win32/Makefile win32/makefile.mk
2855 ____________________________________________________________________________
2856 [  4235] By: gsar                                  on 1999/09/26  17:02:03
2857         Log: fix buggy popping of subroutine contexts in the lvalue
2858              subroutines implementation (change#4081); correct the
2859              plethora of cases where DIE() was more appropriate than
2860              croak()
2861      Branch: perl
2862            ! pp.c pp_ctl.c pp_hot.c pp_sys.c
2863 ____________________________________________________________________________
2864 [  4234] By: jhi                                   on 1999/09/26  12:06:28
2865         Log: Fix #endif.
2866      Branch: cfgperl
2867            ! XSUB.h
2868 ____________________________________________________________________________
2869 [  4233] By: jhi                                   on 1999/09/26  11:59:18
2870         Log: Integrate with Sarathy. h2xs.PL had to be manually resolved,
2871              I kept my (Ilya's) version.
2872      Branch: cfgperl
2873           !> gv.c gv.h intrpvar.h keywords.h keywords.pl lib/Shell.pm op.c
2874           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
2875           !> pod/perlfaq7.pod pod/perlfunc.pod pod/perlmod.pod
2876           !> pod/perlmodlib.pod pod/perlsub.pod pod/perltoot.pod
2877           !> pod/perlxstut.pod sv.h t/pragma/strict-vars toke.c
2878           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
2879 ____________________________________________________________________________
2880 [  4232] By: jhi                                   on 1999/09/26  09:53:43
2881         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2882              To: Mailing list Perl5 <perl5-porters@perl.org>
2883              Subject: [PATCH 5.005_61] teach xsubpp function pointers
2884              Date: Sun, 26 Sep 1999 01:36:09 -0400
2885              Message-ID: <19990926013609.A21148@monk.mps.ohio-state.edu>
2886              
2887              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2888              To: Mailing list Perl5 <perl5-porters@perl.org>
2889              Subject: [PATCH 5.005_61] Make h2xs -x almost bullet-proof
2890              Date: Sun, 26 Sep 1999 03:00:50 -0400
2891              Message-ID: <19990926030050.A21498@monk.mps.ohio-state.edu>
2892      Branch: cfgperl
2893            ! lib/ExtUtils/xsubpp utils/h2xs.PL
2894 ____________________________________________________________________________
2895 [  4231] By: jhi                                   on 1999/09/26  09:48:49
2896         Log: From: "Konovalov, Vadim" <vkonovalov@lucent.com>
2897              To: perl5-porters@perl.org
2898              Subject: misprint in perlguts
2899              Date: Sun, 26 Sep 1999 12:48:36 +0400
2900              Message-ID: <402099F49BEED211999700805FC7359F20D7A5@ru0028exch01.spb.lucent.com>
2901      Branch: cfgperl
2902            ! pod/perlguts.pod
2903 ____________________________________________________________________________
2904 [  4230] By: gsar                                  on 1999/09/26  00:50:08
2905         Log: add $installarchlib/CORE to default linker search path on windows
2906      Branch: perl
2907            ! win32/Makefile win32/makefile.mk
2908 ____________________________________________________________________________
2909 [  4229] By: gsar                                  on 1999/09/25  20:05:03
2910         Log: support C<use Shell> on Windows (reworked a patch suggested
2911              by Jenda Krynicky <Jenda@McCann.cz>)
2912      Branch: perl
2913            ! lib/Shell.pm
2914 ____________________________________________________________________________
2915 [  4228] By: gsar                                  on 1999/09/25  07:03:34
2916         Log: integrate cfgperl contents into mainline
2917      Branch: perl
2918           +> hints/svr5.sh
2919           !> Configure MANIFEST Makefile.SH config_h.SH hints/sco.sh
2920           !> lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
2921           !> lib/unicode/mktables.PL pod/perldelta.pod pod/perlfaq9.pod
2922           !> regcomp.c regexec.c t/lib/syslfs.t t/op/lfs.t
2923 ____________________________________________________________________________
2924 [  4227] By: gsar                                  on 1999/09/25  06:44:47
2925         Log: From: Larry Wall <larry@wall.org>
2926              Date: Fri, 24 Sep 1999 21:59:37 PDT
2927              Message-Id: <199909250459.VAA27506@kiev.wall.org>
2928              Subject: Re: [PATCH 5.005_61] "our" declarations
2929      Branch: perl
2930            ! gv.c gv.h intrpvar.h keywords.h keywords.pl op.c
2931            ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
2932            ! pod/perlfaq7.pod pod/perlfunc.pod pod/perlmod.pod
2933            ! pod/perlmodlib.pod pod/perlsub.pod pod/perltoot.pod
2934            ! pod/perlxstut.pod sv.h t/pragma/strict-vars toke.c
2935            ! utils/h2xs.PL
2936 ____________________________________________________________________________
2937 [  4226] By: jhi                                   on 1999/09/24  23:10:52
2938         Log: Integrate with Sarathy.
2939      Branch: cfgperl
2940           !> XSUB.h ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
2941           !> ext/POSIX/hints/linux.pl pod/perldiag.pod pod/perlfunc.pod
2942           !> pp.c t/lib/posix.t t/op/pack.t toke.c utils/perlcc.PL
2943 ____________________________________________________________________________
2944 [  4225] By: gsar                                  on 1999/09/24  18:19:54
2945         Log: avoid infinite recursive exec()s of perl.exe when shebang
2946              contains "Perl" rather than "perl" on DOSISH platforms
2947      Branch: perl
2948            ! toke.c
2949 ____________________________________________________________________________
2950 [  4224] By: gsar                                  on 1999/09/24  16:09:23
2951         Log: support cygwin and other platforms that link to import libraries
2952              rather than directly with shared libraries (from a suggestion
2953              by Lucian Cionca <Lucian.Cionca@algoritma.ro>)
2954      Branch: perl
2955            ! utils/perlcc.PL
2956 ____________________________________________________________________________
2957 [  4223] By: gsar                                  on 1999/09/24  05:05:06
2958         Log: normalize time for strftime() (without the isdst effects of
2959              mktime()) using a custom mini_mktime()
2960              From: spider-perl@Orb.Nashua.NH.US
2961              Date: Thu, 23 Sep 1999 17:54:53 -0400
2962              Message-Id: <199909232154.RAA25151@leggy.zk3.dec.com>
2963              Subject: Re: [ID 19990913.003] Possible bug using POSIX::strftime Digital UNIX Perl 5.005_03 
2964      Branch: perl
2965            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
2966            ! ext/POSIX/hints/linux.pl t/lib/posix.t
2967 ____________________________________________________________________________
2968 [  4222] By: gsar                                  on 1999/09/23  06:44:42
2969         Log: change "#" to a comment starter in pack templates; "/" now
2970              used for specifying counted types
2971              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2972              Date: Wed, 22 Sep 1999 19:41:30 -0400
2973              Message-ID: <19990922194130.A864@monk.mps.ohio-state.edu>
2974              Subject: [PATCH 5.005_61] Enable comments in pack()/unpack() templates
2975      Branch: perl
2976            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/pack.t
2977 ____________________________________________________________________________
2978 [  4221] By: gsar                                  on 1999/09/23  06:26:54
2979         Log: From: Vishal Bhatia <vishal@gol.com>
2980              Date: Thu, 23 Sep 1999 12:45:19 +0900 (JST)
2981              Message-ID: <Pine.LNX.4.10.9909231218360.3428-100000@localhost.localdomain>
2982              Subject: [patch _61] perlcc changes
2983      Branch: perl
2984            ! utils/perlcc.PL
2985 ____________________________________________________________________________
2986 [  4220] By: gsar                                  on 1999/09/23  01:12:24
2987         Log: add include guard
2988      Branch: perl
2989            ! XSUB.h
2990 ____________________________________________________________________________
2991 [  4219] By: jhi                                   on 1999/09/22  20:38:15
2992         Log: Cleanup cleanup.
2993      Branch: cfgperl
2994            ! Makefile.SH t/lib/syslfs.t t/op/lfs.t
2995 ____________________________________________________________________________
2996 [  4218] By: jhi                                   on 1999/09/22  19:26:58
2997         Log: Tweak the equivalence tables once again.
2998      Branch: cfgperl
2999            ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
3000            ! lib/unicode/mktables.PL
3001 ____________________________________________________________________________
3002 [  4215] By: jhi                                   on 1999/09/22  06:47:03
3003         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3004              To: Mailing list Perl5 <perl5-porters@perl.org>
3005              Subject: [PATCH 5.005_61] regfree could segfault with -Mre=debug
3006              Date: Tue, 21 Sep 1999 19:50:00 -0400
3007              Message-ID: <19990921195000.A23938@monk.mps.ohio-state.edu>
3008              
3009              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3010              To: Mailing list Perl5 <perl5-porters@perl.org>
3011              Subject: [PATCH 5.005_61] More verbose -Mre=debug
3012              Date: Tue, 21 Sep 1999 22:29:55 -0400
3013              Message-ID: <19990921222955.A25094@monk.mps.ohio-state.edu>
3014      Branch: cfgperl
3015            ! regcomp.c regexec.c
3016 ____________________________________________________________________________
3017 [  4214] By: jhi                                   on 1999/09/21  21:08:43
3018         Log: From: 0000-Admin (0000) <root@devsys0.zenez.com>
3019              Reply-To: gerberb@zenez.com
3020              To: perl5-porters@perl.org
3021              Subject: [ID 19990921.004] Changes for SCO OpenServer and UnixWare 7
3022              Date: Tue, 21 Sep 1999 11:07:46 -0600 (MDT)
3023              Message-Id: <199909211707.LAA23611@devsys0.zenez.com>
3024              
3025              (Snipped away the last lines of svr5.sh a la change #3725)
3026      Branch: cfgperl
3027            + hints/svr5.sh
3028            ! Configure MANIFEST config_h.SH hints/sco.sh
3029      Branch: metaconfig
3030            ! U/modified/Cppsym.U U/modified/Oldconfig.U
3031 ____________________________________________________________________________
3032 [  4213] By: jhi                                   on 1999/09/21  20:48:01
3033         Log: From: Kragen Sitaker <kragen@dnaco.net>
3034              To: perl5-porters@perl.org
3035              Subject: [ID 19990921.013] accidental list context in perlfaq9
3036              Date: Tue, 21 Sep 1999 16:27:53 -0400 (EDT)
3037              Reply-To: kragen@pobox.com
3038              Message-Id: <199909212027.QAA03450@kirk.dnaco.net>
3039      Branch: cfgperl
3040            ! pod/perlfaq9.pod
3041 ____________________________________________________________________________
3042 [  4212] By: jhi                                   on 1999/09/20  19:55:42
3043         Log: Integrate with Sarathy.
3044      Branch: cfgperl
3045           +> README.Y2K
3046           !> Changes MANIFEST
3047 ____________________________________________________________________________
3048 [  4211] By: jhi                                   on 1999/09/20  19:44:44
3049         Log: Rename -Duselfs to -Duselargefiles.  We don't need no stnkngbbrvtns.
3050      Branch: cfgperl
3051            ! Configure config_h.SH pod/perldelta.pod
3052      Branch: metaconfig/U/perl
3053            ! use64bits.U uselfs.U uselongdbl.U
3054 ____________________________________________________________________________
3055 [  4210] By: jhi                                   on 1999/09/20  19:38:26
3056         Log: Configure -A change: -Afoo=bar is equal to -Aappend:foo=" bar".
3057      Branch: cfgperl
3058            ! Configure config_h.SH
3059      Branch: metaconfig
3060            ! U/modified/Options.U
3061 ____________________________________________________________________________
3062 [  4209] By: gsar                                  on 1999/09/20  19:35:39
3063         Log: integrate cfgperl changes into mainline
3064      Branch: perl
3065           +> lib/unicode/Unicode.html
3066            ! Changes
3067           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
3068           !> config_h.SH doio.c perl.h pod/perldelta.pod pod/perlfunc.pod
3069 ____________________________________________________________________________
3070 [  4208] By: gsar                                  on 1999/09/20  18:28:44
3071         Log: add README.Y2K (from Dominic Dunlop <domo@vo.lu>)
3072      Branch: perl
3073            + README.Y2K
3074            ! MANIFEST
3075 ____________________________________________________________________________
3076 [  4207] By: jhi                                   on 1999/09/20  11:06:13
3077         Log: Document -Duselfs, -Duselongdouble, and -Dusemorebits.
3078      Branch: cfgperl
3079            ! pod/perldelta.pod
3080 ____________________________________________________________________________
3081 [  4206] By: jhi                                   on 1999/09/20  09:53:15
3082         Log: Do not test for gccish things in non-gccish platforms.
3083      Branch: cfgperl
3084            ! Configure config_h.SH
3085      Branch: metaconfig
3086            ! U/compline/ccflags.U
3087 ____________________________________________________________________________
3088 [  4205] By: jhi                                   on 1999/09/20  09:41:22
3089         Log: Prompt for uselfs.
3090      Branch: cfgperl
3091            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3092            ! config_h.SH
3093      Branch: metaconfig
3094            ! U/mksample
3095      Branch: metaconfig/U/perl
3096            ! use64bits.U uselfs.U
3097 ____________________________________________________________________________
3098 [  4204] By: jhi                                   on 1999/09/20  09:09:29
3099         Log: Add usemorebits and uselfs.
3100      Branch: cfgperl
3101            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3102            ! config_h.SH doio.c perl.h
3103      Branch: metaconfig/U/perl
3104            + uselfs.U usemorebits.U
3105            ! use64bits.U uselongdbl.U
3106 ____________________________________________________________________________
3107 [  4203] By: jhi                                   on 1999/09/20  07:48:48
3108         Log: Dethinko.
3109      Branch: cfgperl
3110            ! pod/perlfunc.pod
3111 ____________________________________________________________________________
3112 [  4202] By: jhi                                   on 1999/09/20  07:33:32
3113         Log: Fix a bug in the description of endianness.  Reported in
3114              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
3115              To: perl5-porters@perl.org
3116              Subject: BUG: perldoc -f pack
3117              Date: Mon, 20 Sep 1999 09:43:49 +0400
3118              Message-ID: <402099F49BEED211999700805FC7359F20D3F5@ru0028exch01.spb.lucent.com>
3119      Branch: cfgperl
3120            ! pod/perlfunc.pod
3121 ____________________________________________________________________________
3122 [  4201] By: jhi                                   on 1999/09/20  07:01:26
3123         Log: Integrate with Sarathy.
3124      Branch: cfgperl
3125           +> t/op/args.t
3126           !> (integrate 31 files)
3127 ____________________________________________________________________________
3128 [  4200] By: gsar                                  on 1999/09/20  03:45:06
3129         Log: From: Russ Allbery <rra@stanford.edu>
3130              Date: 19 Aug 1999 04:35:44 -0700
3131              Message-Id: <yl7lms9f5b.fsf@windlord.stanford.edu>
3132              Subject: [ID 19990819.002] File::Find error when pruning top-level directories
3133      Branch: perl
3134            ! lib/File/Find.pm
3135 ____________________________________________________________________________
3136 [  4199] By: gsar                                  on 1999/09/20  03:27:49
3137         Log: suppress warning (from John Tobey <jtobey@epsilondev.com>)
3138      Branch: perl
3139            ! ext/B/B/Terse.pm
3140 ____________________________________________________________________________
3141 [  4198] By: gsar                                  on 1999/09/20  03:25:25
3142         Log: add arenas for managing allocations of remaining xpv*v structures
3143              From: Vishal Bhatia <vishal@gol.com>
3144              Date: Wed, 25 Aug 1999 00:31:33 +0900 (JST)
3145              Message-ID: <Pine.LNX.4.10.9908250031000.11727-100000@localhost.localdomain>
3146              Subject: [PATCH 5.005_60] removing extra ref count (compiler) 
3147      Branch: perl
3148            ! embed.h embed.pl embedvar.h ext/B/B/C.pm intrpvar.h objXSUB.h
3149            ! proto.h sv.c
3150 ____________________________________________________________________________
3151 [  4197] By: gsar                                  on 1999/09/20  03:06:10
3152         Log: queue errors due to strictures rather than printing them as
3153              warnings; symbols that violate strictures do *not* end up in
3154              the symbol table anyway, making multiple evals of the same piece
3155              of code produce the same errors; errors indicate all locations
3156              of a global symbol rather than just the first one; these
3157              changes make compile-time failures within evals reliably
3158              visible via the return value or contents of $@, and trappable
3159              using __DIE__ hooks
3160      Branch: perl
3161            ! embed.h embed.pl embedvar.h ext/DynaLoader/dlutils.c
3162            ! ext/Thread/Thread.xs global.sym gv.c objXSUB.h op.c perl.c
3163            ! perlapi.c pp_ctl.c proto.h regcomp.c t/pragma/strict-refs
3164            ! t/pragma/strict-vars thrdvar.h toke.c util.c
3165 ____________________________________________________________________________
3166 [  4196] By: gsar                                  on 1999/09/19  22:14:29
3167         Log: control change#1914 via hints (causes problems on some platforms)
3168      Branch: perl
3169            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
3170            ! ext/POSIX/hints/linux.pl
3171 ____________________________________________________________________________
3172 [  4195] By: gsar                                  on 1999/09/19  21:30:18
3173         Log: avoid clearing @_ at all for faster subroutine calls; fix bugs
3174              in passing around references to @_, eg C<sub foo { \@_ }>; add
3175              tests for the same
3176      Branch: perl
3177            + t/op/args.t
3178            ! MANIFEST cop.h pp.c pp_ctl.c pp_hot.c
3179 ____________________________________________________________________________
3180 [  4194] By: jhi                                   on 1999/09/18  18:57:45
3181         Log: Integrate with Sarathy.
3182      Branch: cfgperl
3183           !> opcode.h opcode.pl
3184 ____________________________________________________________________________
3185 [  4193] By: nick                                  on 1999/09/18  15:24:56
3186         Log: Re-integrate mainline
3187              Basic SvUTF8 stuff in headers, no functional changes yet.
3188      Branch: utfperl
3189            + lib/byte.pm lib/byte_heavy.pl
3190           +> ext/B/defsubs_h.PL ext/DB_File/version.c jpl/JNI/Closer.java
3191           +> jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
3192           +> jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
3193           +> jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
3194           +> jpl/JNI/typemap.win32 jpl/SETVARS.PL lib/unicode/ArabShap.txt
3195           +> lib/unicode/Blocks.txt lib/unicode/CompExcl.txt
3196           +> lib/unicode/EAWidth.txt lib/unicode/Index.txt
3197           +> lib/unicode/Jamo-2.txt lib/unicode/LineBrk.txt
3198           +> lib/unicode/Names.txt lib/unicode/Props.txt
3199           +> lib/unicode/ReadMe.txt lib/unicode/SpecCase.txt
3200           +> t/lib/bigfltpm.t
3201            - ext/B/defsubs.h.PL lib/unicode/arabshp.txt
3202            - lib/unicode/blocks.txt lib/unicode/index2.txt
3203            - lib/unicode/jamo2.txt lib/unicode/names2.txt
3204            - lib/unicode/props2.txt lib/unicode/readme.txt
3205            - t/lib/bigfloatpm.t
3206            ! doop.c embed.h embed.pl gv.c mg.c objXSUB.h op.c op.h perl.h
3207            ! perlapi.c pp.c pp_ctl.c pp_hot.c proto.h regcomp.c regcomp.h
3208            ! regexec.c regexp.h regnodes.h sv.c sv.h toke.c utf8.c utf8.h
3209            ! warnings.h
3210           !> (integrate 142 files)
3211 ____________________________________________________________________________
3212 [  4192] By: gsar                                  on 1999/09/18  15:11:47
3213         Log: more op description tweaks
3214      Branch: perl
3215            ! opcode.h opcode.pl
3216 ____________________________________________________________________________
3217 [  4191] By: jhi                                   on 1999/09/18  07:47:16
3218         Log: Integrate with Sarathy.
3219      Branch: cfgperl
3220           !> Changes opcode.h opcode.pl t/io/open.t t/op/misc.t
3221           !> t/pragma/warn/op
3222 ____________________________________________________________________________
3223 [  4190] By: jhi                                   on 1999/09/18  07:35:45
3224         Log: Add description of the Unicode database files.
3225      Branch: cfgperl
3226            + lib/unicode/Unicode.html
3227 ____________________________________________________________________________
3228 [  4189] By: gsar                                  on 1999/09/18  03:14:58
3229         Log: tweak some op names in change#4177 (will any of this break code that
3230              gropes $@ ?)
3231      Branch: perl
3232            ! Changes opcode.h opcode.pl t/io/open.t t/op/misc.t
3233            ! t/pragma/warn/op
3234 ____________________________________________________________________________
3235 [  4188] By: jhi                                   on 1999/09/17  21:30:08
3236         Log: Pick up the typo fix.
3237      Branch: cfgperl
3238           !> t/io/open.t
3239 ____________________________________________________________________________
3240 [  4187] By: gsar                                  on 1999/09/17  21:13:55
3241         Log: fix typo
3242      Branch: perl
3243            ! t/io/open.t
3244 ____________________________________________________________________________
3245 [  4186] By: gsar                                  on 1999/09/17  20:57:29
3246         Log: integrate cfgperl change
3247      Branch: perl
3248           !> vms/subconfigure.com
3249 ____________________________________________________________________________
3250 [  4185] By: jhi                                   on 1999/09/17  20:46:41
3251         Log: Re-apply applicable parts of #3993, #3994, and #3995.
3252      Branch: cfgperl
3253            ! vms/subconfigure.com
3254 ____________________________________________________________________________
3255 [  4184] By: gsar                                  on 1999/09/17  20:26:02
3256         Log: integrate cfgperl contents into mainline
3257      Branch: perl
3258           +> lib/unicode/ArabShap.txt lib/unicode/Blocks.txt
3259           +> lib/unicode/CompExcl.txt lib/unicode/EAWidth.txt
3260           +> lib/unicode/Index.txt lib/unicode/Jamo-2.txt
3261           +> lib/unicode/LineBrk.txt lib/unicode/Names.txt
3262           +> lib/unicode/Props.txt lib/unicode/ReadMe.txt
3263           +> lib/unicode/SpecCase.txt
3264            - lib/unicode/arabshp.txt lib/unicode/blocks.txt
3265            - lib/unicode/index2.txt lib/unicode/jamo2.txt
3266            - lib/unicode/names2.txt lib/unicode/props2.txt
3267            - lib/unicode/readme.txt
3268           !> (integrate 73 files)
3269 ____________________________________________________________________________
3270 [  4183] By: jhi                                   on 1999/09/17  20:25:51
3271         Log: Integrate with Sarathy.
3272      Branch: cfgperl
3273           !> configure.com ext/ByteLoader/byterun.h
3274           !> ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_VMS.pm
3275           !> lib/File/Spec/VMS.pm pod/perlhist.pod t/io/open.t
3276           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/perly_c.vms
3277           !> vms/perly_h.vms vms/subconfigure.com vms/vms.c vms/vmsish.h
3278 ____________________________________________________________________________
3279 [  4182] By: gsar                                  on 1999/09/17  20:16:28
3280         Log: integrate vmsperl contents into mainline (where VMS files conflicted,
3281              vmsperl contents have prevailed)
3282      Branch: perl
3283           !> configure.com ext/ByteLoader/byterun.h
3284           !> ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_VMS.pm
3285           !> lib/File/Spec/VMS.pm t/io/open.t vms/descrip_mms.template
3286           !> vms/gen_shrfls.pl vms/perly_c.vms vms/perly_h.vms
3287           !> vms/subconfigure.com vms/vms.c vms/vmsish.h
3288 ____________________________________________________________________________
3289 [  4181] By: jhi                                   on 1999/09/17  20:12:37
3290         Log: From: Michael G Schwern <schwern@pobox.com>
3291              To: perl5-porters@perl.org
3292              Subject: [PATCH 5.005_60 lib/Exporter/Heavy.pm] export_to_level()
3293              Date: Thu, 19 Aug 1999 21:30:01 -0400
3294              Message-ID: <19990819213001.A22512@athens.aocn.com>
3295      Branch: cfgperl
3296            ! lib/Exporter/Heavy.pm
3297 ____________________________________________________________________________
3298 [  4180] By: gsar                                  on 1999/09/17  20:11:00
3299         Log: perlhist additions
3300      Branch: perl
3301            ! pod/perlhist.pod
3302 ____________________________________________________________________________
3303 [  4179] By: jhi                                   on 1999/09/17  20:08:00
3304         Log: The change #4176 should've undone only the test, not the code patch.
3305      Branch: cfgperl
3306            ! doio.c
3307 ____________________________________________________________________________
3308 [  4178] By: jhi                                   on 1999/09/17  20:06:08
3309         Log: From: Ian Phillipps <ian@dial.pipex.com>
3310              To: Hans GINZEL <hgin2088@mail.kolej.mff.cuni.cz>, perl5-porters@perl.org
3311              Subject: [PATCH 5.005_59] Re: [ID 19990820.007] Small typo in perlsyn.pod
3312              Date: Sat, 21 Aug 1999 12:36:12 +0100
3313              Message-ID: <19990821123612.A9955@homer.diplex.co.uk>
3314      Branch: cfgperl
3315            ! pod/perlsyn.pod
3316 ____________________________________________________________________________
3317 [  4177] By: jhi                                   on 1999/09/17  20:00:19
3318         Log: More descriptive names for operators.
3319              
3320              From: Michael G Schwern <schwern@pobox.com>
3321              To: Ilya Zakharevich <ilya@math.ohio-state.edu>
3322              Cc: perl5-porters@perl.org
3323              Subject: Re: [ID 19990817.009] [BUG 5.005_60 & 5.005_03] == reported as eq in
3324              Date: Tue, 17 Aug 1999 18:35:45 -0400
3325              Message-ID: <19990817183545.A23073@toldyouso.com>
3326              
3327              From: Michael G Schwern <schwern@pobox.com>
3328              To: perl5-porters@perl.org
3329              Subject: [PATCH 5.005_60 opcode.pl and friends] Improved opcode descriptions
3330              Date: Wed, 18 Aug 1999 03:53:38 -0400
3331              Message-ID: <19990818035337.A31505@athens.aocn.com>
3332      Branch: cfgperl
3333            ! opcode.h opcode.pl pp.sym pp_proto.h sv.c t/op/misc.t
3334            ! t/pragma/warn/op t/pragma/warn/sv
3335 ____________________________________________________________________________
3336 [  4176] By: jhi                                   on 1999/09/17  18:19:18
3337         Log: Take away the infamous io/dup.t #7.
3338              It seems there simply is no way to portably
3339              "flush" an input file handle.
3340      Branch: cfgperl
3341            ! doio.c t/io/dup.t
3342 ____________________________________________________________________________
3343 [  4175] By: jhi                                   on 1999/09/17  14:45:08
3344         Log: From: Barrie Slaymaker <barries@slaysys.com>
3345              To: perl5-porters@perl.org
3346              Subject: [PATCH 5.005_61] Benchmark: screwed patch format, try this instead
3347              Date: Fri, 17 Sep 1999 11:16:48 -0400
3348              Message-Id: <199909171516.LAA30887@jester.slaysys.com>
3349      Branch: cfgperl
3350            ! lib/Benchmark.pm
3351 ____________________________________________________________________________
3352 [  4174] By: jhi                                   on 1999/09/17  14:07:16
3353         Log: UNICOS does support large files but doesn't support sparse files
3354              so we cannot easily test for large file support.
3355      Branch: cfgperl
3356            ! t/lib/syslfs.t t/op/lfs.t
3357 ____________________________________________________________________________
3358 [  4173] By: jhi                                   on 1999/09/17  14:03:44
3359         Log: UNICOS has sloppy division/modulo for floating point numbers.
3360      Branch: cfgperl
3361            ! t/op/arith.t
3362 ____________________________________________________________________________
3363 [  4172] By: jhi                                   on 1999/09/17  13:47:49
3364         Log: Portable blocksize (replaces #4171).
3365      Branch: cfgperl
3366            ! t/lib/syslfs.t t/op/lfs.t
3367 ____________________________________________________________________________
3368 [  4171] By: jhi                                   on 1999/09/17  13:08:54
3369         Log: (replaced by #4172)
3370      Branch: cfgperl
3371            ! t/lib/syslfs.t t/op/lfs.t
3372 ____________________________________________________________________________
3373 [  4170] By: jhi                                   on 1999/09/17  12:59:11
3374         Log: Detypo #4169.
3375      Branch: cfgperl
3376            ! t/lib/syslfs.t t/op/lfs.t
3377 ____________________________________________________________________________
3378 [  4169] By: jhi                                   on 1999/09/17  12:16:34
3379         Log: Diagnose possible quota limits.
3380      Branch: cfgperl
3381            ! t/lib/syslfs.t t/op/lfs.t
3382 ____________________________________________________________________________
3383 [  4168] By: jhi                                   on 1999/09/17  12:10:43
3384         Log: UNICOS doesn't have getpgid().  Or, at least 9.0.1ai
3385              doesn't have one that wouldn't cause SIGSYS.  UNICOS
3386              does have getpgrp(void) so Perl getpgrp() is happy.
3387      Branch: cfgperl
3388            ! hints/unicos.sh
3389 ____________________________________________________________________________
3390 [  4167] By: jhi                                   on 1999/09/17  11:49:30
3391         Log: Filesystem quotas may stop you from using large files.
3392      Branch: cfgperl
3393            ! pod/perldelta.pod t/lib/syslfs.t t/op/lfs.t
3394 ____________________________________________________________________________
3395 [  4166] By: jhi                                   on 1999/09/17  11:36:01
3396         Log: Too strict pattern for parsing group lists.
3397      Branch: cfgperl
3398            ! t/op/groups.t
3399 ____________________________________________________________________________
3400 [  4165] By: jhi                                   on 1999/09/17  09:06:18
3401         Log: Configure maintenance. It's sigaction.sa_flags
3402              and the Glossary regen'ed.
3403      Branch: cfgperl
3404            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3405            ! config_h.SH
3406      Branch: metaconfig
3407            ! U/compline/d_sigaction.U
3408 ____________________________________________________________________________
3409 [  4164] By: jhi                                   on 1999/09/15  06:57:51
3410         Log: Integrate with Sarathy.
3411      Branch: cfgperl
3412           +> jpl/JNI/Closer.java jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
3413           +> jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
3414           +> jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
3415           +> jpl/JNI/typemap.win32 jpl/SETVARS.PL
3416           !> Changes MANIFEST embed.h embed.pl jpl/JNI/JNI.pm
3417           !> jpl/JNI/JNI.xs jpl/JNI/Makefile.PL jpl/JNI/test.pl
3418           !> jpl/JNI/typemap jpl/JPL/Makefile.PL
3419           !> jpl/PerlInterpreter/Makefile.PL
3420           !> jpl/PerlInterpreter/PerlInterpreter.c
3421           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
3422           !> jpl/Sample/Makefile.PL jpl/install-jpl
3423           !> lib/File/Spec/Functions.pm pod/perlhist.pod regexec.c
3424           !> t/op/pat.t
3425 ____________________________________________________________________________
3426 [  4163] By: gsar                                  on 1999/09/15  05:17:27
3427         Log: add :ALL export tag (from Chris Nandor <pudge@pobox.com>)
3428      Branch: perl
3429            ! lib/File/Spec/Functions.pm
3430 ____________________________________________________________________________
3431 [  4162] By: gsar                                  on 1999/09/15  05:09:14
3432         Log: addendum to change#4136 (from Robin Barker <rmb1@cise.npl.co.uk>)
3433      Branch: perl
3434            ! Changes embed.h embed.pl
3435 ____________________________________________________________________________
3436 [  4161] By: gsar                                  on 1999/09/15  04:08:25
3437         Log: missing perlhist dates from Jeff Okamoto
3438      Branch: perl
3439            ! pod/perlhist.pod
3440 ____________________________________________________________________________
3441 [  4160] By: gsar                                  on 1999/09/15  03:13:08
3442         Log: jpl tweak
3443      Branch: perl
3444            ! MANIFEST jpl/JNI/Makefile.PL
3445 ____________________________________________________________________________
3446 [  4159] By: gsar                                  on 1999/09/15  02:57:08
3447         Log: update to JPL snapshot v09141999, with minor tweaks (from Brian
3448              Jepson <bjepson@home.com>)
3449      Branch: perl
3450            + jpl/JNI/Closer.java jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
3451            + jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
3452            + jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
3453            + jpl/JNI/typemap.win32 jpl/SETVARS.PL
3454            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
3455            ! jpl/JNI/test.pl jpl/JNI/typemap jpl/JPL/Makefile.PL
3456            ! jpl/PerlInterpreter/Makefile.PL
3457            ! jpl/PerlInterpreter/PerlInterpreter.c
3458            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
3459            ! jpl/Sample/Makefile.PL jpl/install-jpl
3460 ____________________________________________________________________________
3461 [  4158] By: gsar                                  on 1999/09/15  01:27:14
3462         Log: From:    Ilya Zakharevich <ilya@math.ohio-state.edu>
3463              Date:    Tue, 14 Sep 1999 21:26:15 EDT
3464              Message-Id: <199909150126.VAA24720@monk.mps.ohio-state.edu>
3465              Subject: [PATCH 5.005_58+] Re: [ID 19990914.001] Perl_re_intuit_start() hangs in a loop
3466      Branch: perl
3467            ! regexec.c t/op/pat.t
3468 ____________________________________________________________________________
3469 [  4157] By: jhi                                   on 1999/09/14  21:18:09
3470         Log: config.h will define USE_64_BITS if need be.
3471      Branch: cfgperl
3472            ! hints/irix_6.sh
3473 ____________________________________________________________________________
3474 [  4156] By: jhi                                   on 1999/09/14  20:30:00
3475         Log: Change #4149 necessitates also a small code change.
3476      Branch: cfgperl
3477            ! ext/B/defsubs_h.PL
3478 ____________________________________________________________________________
3479 [  4155] By: jhi                                   on 1999/09/14  20:15:53
3480         Log: Update EPOC libdir names.
3481      Branch: cfgperl
3482            ! epoc/config.h
3483 ____________________________________________________________________________
3484 [  4154] By: jhi                                   on 1999/09/14  20:13:41
3485         Log: Obsolete epoc/config.h caused #4153 to re-introduce already
3486              deceased HAS.*DBM.*64 mumblings.
3487      Branch: cfgperl
3488            ! Configure config_h.SH epoc/config.h
3489 ____________________________________________________________________________
3490 [  4153] By: jhi                                   on 1999/09/14  20:04:53
3491         Log: Configure nits.
3492      Branch: cfgperl
3493            ! Configure config_h.SH
3494      Branch: metaconfig
3495            ! U/compline/d_sigaction.U U/threads/i_pthread.U
3496 ____________________________________________________________________________
3497 [  4152] By: jhi                                   on 1999/09/14  19:30:22
3498         Log: Integrate with Sarathy.
3499      Branch: cfgperl
3500           +> ext/B/defsubs_h.PL t/lib/bigfltpm.t
3501            - ext/B/defsubs.h.PL t/lib/bigfloatpm.t
3502           !> INSTALL MANIFEST ext/B/Makefile.PL pod/perldiag.pod
3503           !> win32/config_sh.PL
3504 ____________________________________________________________________________
3505 [  4151] By: jhi                                   on 1999/09/14  10:25:01
3506         Log: Update Unicode database and recompute the tables.
3507              Rename the .txt files to be more Unicode 3.0-like.
3508              Unihan-3.0.txt not included because it is 16 MB.
3509              syllables.txt is manually maintained.
3510              See ReadMe.txt for description of the .txt files.
3511              (not all of them are used yet)
3512      Branch: cfgperl
3513            + lib/unicode/ArabShap.txt lib/unicode/Blocks.txt
3514            + lib/unicode/CompExcl.txt lib/unicode/EAWidth.txt
3515            + lib/unicode/Index.txt lib/unicode/Jamo-2.txt
3516            + lib/unicode/LineBrk.txt lib/unicode/Names.txt
3517            + lib/unicode/Props.txt lib/unicode/ReadMe.txt
3518            + lib/unicode/SpecCase.txt
3519            - lib/unicode/arabshp.txt lib/unicode/blocks.txt
3520            - lib/unicode/index2.txt lib/unicode/jamo2.txt
3521            - lib/unicode/names2.txt lib/unicode/props2.txt
3522            - lib/unicode/readme.txt
3523            ! MANIFEST lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
3524            ! lib/unicode/Bidirectional.pl lib/unicode/Block.pl
3525            ! lib/unicode/Category.pl lib/unicode/CombiningClass.pl
3526            ! lib/unicode/Decomposition.pl
3527            ! lib/unicode/In/ArabicPresentationForms-B.pl
3528            ! lib/unicode/In/Specials.pl lib/unicode/In/Tibetan.pl
3529            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
3530            ! lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiL.pl
3531            ! lib/unicode/Is/BidiON.pl lib/unicode/Is/BidiWS.pl
3532            ! lib/unicode/Is/DCcompat.pl lib/unicode/Is/DecoCanon.pl
3533            ! lib/unicode/Is/DecoCompat.pl lib/unicode/Is/L.pl
3534            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lo.pl
3535            ! lib/unicode/Is/Lower.pl lib/unicode/Is/Lu.pl
3536            ! lib/unicode/Is/Pd.pl lib/unicode/Is/Po.pl lib/unicode/Is/S.pl
3537            ! lib/unicode/Is/Sm.pl lib/unicode/Is/So.pl
3538            ! lib/unicode/Is/Upper.pl lib/unicode/Is/Word.pl
3539            ! lib/unicode/JamoShort.pl lib/unicode/UnicodeData-Latest.txt
3540            ! lib/unicode/mktables.PL
3541 ____________________________________________________________________________
3542 [  4150] By: gsar                                  on 1999/09/14  09:31:57
3543         Log: INSTALL tweak
3544      Branch: perl
3545            ! INSTALL
3546 ____________________________________________________________________________
3547 [  4149] By: gsar                                  on 1999/09/14  09:00:45
3548         Log: change some filenames to be 8.3-friendly
3549      Branch: perl
3550           +> ext/B/defsubs_h.PL t/lib/bigfltpm.t
3551            - ext/B/defsubs.h.PL t/lib/bigfloatpm.t
3552            ! MANIFEST ext/B/Makefile.PL pod/perldiag.pod
3553 ____________________________________________________________________________
3554 [  4148] By: gsar                                  on 1999/09/14  08:35:00
3555         Log: win32 config tweak (suggested by Greg Chapman <glc@well.com>)
3556      Branch: perl
3557            ! win32/config_sh.PL
3558 ____________________________________________________________________________
3559 [  4147] By: jhi                                   on 1999/09/14  08:07:49
3560         Log: Not that UVSIZE normally differs that much from IVSIZE...
3561      Branch: cfgperl
3562            ! perl.h
3563 ____________________________________________________________________________
3564 [  4146] By: jhi                                   on 1999/09/14  08:04:40
3565         Log: Integrate with Sarathy.
3566      Branch: cfgperl
3567           !> Changes ext/DB_File/DB_File.xs
3568 ____________________________________________________________________________
3569 [  4145] By: jhi                                   on 1999/09/14  07:10:02
3570         Log: I_PTHREAD was PTHREADEAD.
3571      Branch: cfgperl
3572            ! Configure config_h.SH
3573      Branch: metaconfig
3574            ! U/threads/i_pthread.U
3575 ____________________________________________________________________________
3576 [  4144] By: gsar                                  on 1999/09/14  06:46:47
3577         Log: change#4113 was missing DB_File.xs changes
3578      Branch: perl
3579            ! ext/DB_File/DB_File.xs
3580 ____________________________________________________________________________
3581 [  4143] By: jhi                                   on 1999/09/13  20:16:20
3582         Log: Small doc and whitespace edits.
3583      Branch: cfgperl
3584            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
3585            ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
3586            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mpeix.xs
3587            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
3588            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
3589            ! pod/perldelta.pod
3590 ____________________________________________________________________________
3591 [  4142] By: gsar                                  on 1999/09/13  19:32:31
3592         Log: integrate cfgperl contents into mainline, update Changes
3593      Branch: perl
3594           +> ext/DB_File/version.c
3595            ! Changes
3596           !> (integrate 44 files)
3597 ____________________________________________________________________________
3598 [  4141] By: jhi                                   on 1999/09/13  16:16:56
3599         Log: Scan for <pthread.h> always.
3600      Branch: cfgperl
3601            ! Configure config_h.SH perl.h
3602      Branch: metaconfig
3603            ! U/threads/i_pthread.U
3604 ____________________________________________________________________________
3605 [  4140] By: jhi                                   on 1999/09/13  16:00:08
3606         Log: Integrate with Sarathy.
3607      Branch: cfgperl
3608           !> (integrate 27 files)
3609 ____________________________________________________________________________
3610 [  4139] By: jhi                                   on 1999/09/13  15:35:18
3611         Log: Add -A option to Configure to diddle with variables
3612              after the hints file has been applied.
3613      Branch: cfgperl
3614            ! Configure config_h.SH
3615      Branch: metaconfig
3616            ! U/modified/Oldconfig.U U/modified/Options.U
3617 ____________________________________________________________________________
3618 [  4138] By: jhi                                   on 1999/09/13  13:42:56
3619         Log: Change #4136 edited DynaLoader.xs which is kind of fruitless.
3620      Branch: cfgperl
3621            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
3622            ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
3623            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mpeix.xs
3624            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
3625            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
3626 ____________________________________________________________________________
3627 [  4137] By: jhi                                   on 1999/09/13  13:25:31
3628         Log: Applying change #4136 manually introduced patch residue.
3629      Branch: cfgperl
3630            ! perl.h
3631 ____________________________________________________________________________
3632 [  4136] By: jhi                                   on 1999/09/13  13:23:04
3633         Log: Replace change #4100 with
3634              From: Robin Barker <rmb1@cise.npl.co.uk>
3635              To: gsar@activestate.com
3636              Cc: perl5-porters@perl.org
3637              Subject: Re: [ID 19990907.004] [PATCH perl5.005_61] compiler warnings with -Duse64bits
3638              Date: Mon, 13 Sep 1999 14:15:11 +0100 (BST)
3639              Message-Id: <199909131315.OAA24012@tempest.npl.co.uk>
3640      Branch: cfgperl
3641            ! doio.c dump.c ext/B/B.xs ext/B/typemap
3642            ! ext/ByteLoader/bytecode.h ext/Devel/DProf/DProf.xs
3643            ! ext/DynaLoader/dl_dlopen.xs ext/ODBM_File/ODBM_File.xs
3644            ! ext/POSIX/POSIX.xs lib/ExtUtils/typemap malloc.c perl.h pp.c
3645            ! pp_ctl.c pp_hot.c pp_sys.c sv.c
3646 ____________________________________________________________________________
3647 [  4135] By: jhi                                   on 1999/09/13  10:22:31
3648         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3649              To: perl5-porters@perl.org (Mailing list Perl5)
3650              Subject: [PATCH 5.005_61] MakeMaker supports uninstalled Perls
3651              Date: Sat, 11 Sep 1999 05:31:03 -0400 (EDT)
3652              Message-Id: <199909110931.FAA11036@monk.mps.ohio-state.edu>
3653              
3654              From: andreas.koenig@anima.de (Andreas J. Koenig)
3655              To: Ilya Zakharevich <ilya@math.ohio-state.edu>
3656              Cc: perl5-porters@perl.org (Mailing list Perl5)
3657              Subject: Re: [PATCH 5.005_61] MakeMaker supports uninstalled Perls
3658              Date: 11 Sep 1999 15:36:26 +0200
3659              Message-ID: <sfc906dr2n9.fsf@hohenstaufen.in-berlin.de>
3660      Branch: cfgperl
3661            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
3662 ____________________________________________________________________________
3663 [  4134] By: jhi                                   on 1999/09/13  10:20:14
3664         Log: From: Tom Phoenix <rootbeer@redcat.com>
3665              To: Perl Porters Mailing List <perl5-porters@perl.org>
3666              Subject: [DOCPATCH] Server errors and perldiag
3667              Date: Fri, 10 Sep 1999 16:45:02 -0700 (PDT)
3668              Message-ID: <Pine.GSO.4.10.9909101639490.16999-100000@user2.teleport.com>
3669      Branch: cfgperl
3670            ! pod/perldiag.pod
3671 ____________________________________________________________________________
3672 [  4133] By: gsar                                  on 1999/09/13  03:25:43
3673         Log: avoid assertion failure on C<@a'>
3674      Branch: perl
3675            ! toke.c
3676 ____________________________________________________________________________
3677 [  4132] By: gsar                                  on 1999/09/13  03:03:57
3678         Log: add -DPERL_Y2KWARN build option that will generate additional
3679              warnings on "19$yy" etc (reworked a patch suggested by
3680              Ulrich Pfeifer <upf@de.uu.net>)
3681      Branch: perl
3682            ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod
3683            ! pp_hot.c sv.c t/pragma/warn/pp_hot t/pragma/warn/sv
3684 ____________________________________________________________________________
3685 [  4131] By: gsar                                  on 1999/09/12  22:06:25
3686         Log: fix DATA leaks; reword documentation about the DATA filehandle
3687      Branch: perl
3688            ! ext/Opcode/Safe.pm lib/Pod/Functions.pm pod/perldata.pod
3689 ____________________________________________________________________________
3690 [  4130] By: gsar                                  on 1999/09/12  20:08:56
3691         Log: make sprintf("%g",...) threadsafe; only taint its result iff the
3692              formatted result looks nonstandard
3693      Branch: perl
3694            ! embed.pl embedvar.h intrpvar.h objXSUB.h perl.c perlapi.c
3695            ! pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
3696            ! t/pragma/locale.t thrdvar.h
3697 ____________________________________________________________________________
3698 [  4129] By: gsar                                  on 1999/09/12  17:04:11
3699         Log: From: Doug MacEachern <dougm@cp.net>
3700              Date: Sun, 25 Jul 1999 15:49:00 -0700 (PDT)
3701              Message-ID: <Pine.LNX.4.10.9907251538380.373-100000@mojo.eng.cp.net>
3702              Subject: [PATCH 5.005_57] B::clearsym
3703      Branch: perl
3704            ! ext/B/B.pm ext/B/B/Bblock.pm ext/B/B/Debug.pm ext/B/B/Terse.pm
3705 ____________________________________________________________________________
3706 [  4128] By: gsar                                  on 1999/09/12  16:59:12
3707         Log: better debugger help output (from Ilya Zakharevich)
3708      Branch: perl
3709            ! lib/perl5db.pl
3710 ____________________________________________________________________________
3711 [  4127] By: jhi                                   on 1999/09/11  20:50:37
3712         Log: Integrate with Sarathy.
3713      Branch: cfgperl
3714           +> pod/perlcompile.pod t/lib/gol-basic.t t/lib/gol-compat.t
3715           +> t/lib/gol-linkage.t
3716           !> (integrate 43 files)
3717 ____________________________________________________________________________
3718 [  4126] By: nick                                  on 1999/09/10  20:44:22
3719         Log: Get resolve -at mainline
3720      Branch: utfperl
3721           +> (branch 297 files)
3722            - README.cygwin32 XSlock.h bytecode.h byterun.c byterun.h
3723            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
3724            - cygwin32/perlld ext/B/byteperl.c ext/DynaLoader/dl_cygwin32.xs
3725            - hints/cygwin32.sh interp.sym myconfig objpp.h perl_exp.SH
3726            - t/pragma/warn-1global t/pragma/warning.t thread.sym
3727            - win32/GenCAPI.pl win32/TEST win32/autosplit.pl
3728            - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
3729            - win32/genxsdef.pl win32/makedef.pl win32/makemain.pl
3730            - win32/makeperldef.pl win32/perlhost.h
3731           !> (integrate 847 files)
3732 ____________________________________________________________________________
3733 [  4125] By: gsar                                  on 1999/09/10  19:22:14
3734         Log: s/dXS_TARGET/dXSTARG/ in change#4044 (to match dARGS vs dXSARGS
3735              etc.)
3736      Branch: perl
3737            ! XSUB.h pp.h
3738 ____________________________________________________________________________
3739 [  4124] By: gsar                                  on 1999/09/10  19:14:35
3740         Log: rewrote substantive parts of patch
3741              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3742              Date: Fri, 27 Aug 1999 19:02:18 -0400
3743              Message-ID: <19990827190218.A19561@monk.mps.ohio-state.edu>
3744              Subject: [PATCH 5.005_58] REx documentation
3745      Branch: perl
3746            ! pod/perlre.pod
3747 ____________________________________________________________________________
3748 [  4123] By: gsar                                  on 1999/09/10  18:21:53
3749         Log: note about AVf_*
3750      Branch: perl
3751            ! av.h
3752 ____________________________________________________________________________
3753 [  4122] By: gsar                                  on 1999/09/10  17:55:42
3754         Log: allow 'text' in L<text|A::B/"C"> (from Martin Lichtin
3755              <lichtin@bivio.com>)
3756      Branch: perl
3757            ! lib/Pod/Html.pm
3758 ____________________________________________________________________________
3759 [  4121] By: gsar                                  on 1999/09/10  17:49:35
3760         Log: dos-djgpp update (from Laszlo Molnar <laszlo.molnar@eth.ericsson.se>)
3761      Branch: perl
3762            ! AUTHORS Changes README.dos djgpp/config.over
3763            ! djgpp/configure.bat djgpp/djgpp.c djgpp/djgppsed.sh dosish.h
3764            ! lib/ExtUtils/MM_Unix.pm pod/pod2usage.PL pod/podchecker.PL
3765            ! pod/podselect.PL sv.h t/io/openpid.t util.c
3766 ____________________________________________________________________________
3767 [  4120] By: gsar                                  on 1999/09/10  12:25:01
3768         Log: add perlcompile.pod (edited content from Nathan Torkington
3769              <gnat@frii.com> and others)
3770      Branch: perl
3771            + pod/perlcompile.pod
3772            ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod pod/roffitall
3773 ____________________________________________________________________________
3774 [  4119] By: gsar                                  on 1999/09/10  11:05:13
3775         Log: avoid leaking static local_patches unless patchlevel.h is
3776              explicitly included
3777      Branch: perl
3778            ! patchlevel.h perl.c
3779 ____________________________________________________________________________
3780 [  4118] By: gsar                                  on 1999/09/10  10:44:54
3781         Log: upgrade to Getopt::Long v2.20 (from Johan Vromans
3782              <jvromans@squirrel.nl>)
3783      Branch: perl
3784            + t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
3785            ! Changes MANIFEST lib/Getopt/Long.pm
3786 ____________________________________________________________________________
3787 [  4116] By: jhi                                   on 1999/09/09  15:56:52
3788         Log: perldeltify change #4115.
3789      Branch: cfgperl
3790            ! pod/perldelta.pod
3791 ____________________________________________________________________________
3792 [  4115] By: jhi                                   on 1999/09/09  15:48:56
3793         Log: From: "John L. Allen" <allen@grumman.com> 
3794              To: perl5-porters@perl.org 
3795              Subject: [ID 19990901.003] Time::Local should not croak on "out-of-range" days
3796              Date: Wed, 1 Sep 1999 13:33:39 -0400 (EDT) 
3797              Message-Id: <199909011733.NAA17356@gateway.grumman.com> 
3798      Branch: cfgperl
3799            ! lib/Time/Local.pm
3800 ____________________________________________________________________________
3801 [  4114] By: jhi                                   on 1999/09/09  15:42:30
3802         Log: From: "Daniel S. Lewart" <lewart@www.cvm.uiuc.edu>
3803              To: perl5-porters@perl.org
3804              Subject: [ID 19990909.003] MAXINT redefined warning on HP-UX 10.20
3805              Date: Thu, 9 Sep 1999 10:33:37 -0500 (CDT)
3806              Message-Id: <199909091533.KAA01242@www.cvm.uiuc.edu>
3807      Branch: cfgperl
3808            ! pp_sys.c
3809 ____________________________________________________________________________
3810 [  4113] By: jhi                                   on 1999/09/09  10:17:45
3811         Log: From: paul.marquess@bt.com
3812              To: gsar@ActiveState.com
3813              Cc: perl5-porters@perl.org
3814              Subject: [PATCH 5.005_61] DB_File 1.71
3815              Date: Thu, 9 Sep 1999 11:20:13 +0100
3816              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49BBE@mbtlipnt02.btlabs.bt.co.uk>
3817      Branch: cfgperl
3818            + ext/DB_File/version.c
3819            ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
3820            ! ext/DB_File/Makefile.PL ext/DB_File/dbinfo ext/DB_File/typemap
3821            ! t/lib/db-btree.t
3822 ____________________________________________________________________________
3823 [  4112] By: jhi                                   on 1999/09/09  09:05:32
3824         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3825              To: perl5-porters@perl.org (Mailing list Perl5)
3826              Subject: [PATCH 5.005_58] Fix interaction of (?p{}) and (?>)
3827              Date: Thu, 9 Sep 1999 04:40:11 -0400 (EDT)
3828              Message-Id: <199909090840.EAA26471@monk.mps.ohio-state.edu>
3829      Branch: cfgperl
3830            ! regexec.c t/op/pat.t
3831 ____________________________________________________________________________
3832 [  4110] By: jhi                                   on 1999/09/09  07:29:17
3833         Log: Tidy up 64-bit situation in perldelta.
3834      Branch: cfgperl
3835            ! pod/perldelta.pod
3836 ____________________________________________________________________________
3837 [  4109] By: jhi                                   on 1999/09/09  07:26:53
3838         Log: Clear up PL_regcc issues.
3839              
3840              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3841              To: perl5-porters@perl.org (Mailing list Perl5)
3842              Subject: [PATCH 5.005_60] Another regexec.c unobfuscation
3843              Date: Thu, 9 Sep 1999 02:49:49 -0400 (EDT)
3844              Message-Id: <199909090649.CAA26119@monk.mps.ohio-state.edu>
3845      Branch: cfgperl
3846            ! regexec.c
3847 ____________________________________________________________________________
3848 [  4108] By: gsar                                  on 1999/09/08  20:52:51
3849         Log: avoid ass_u_ming uppercase types are not user objects (spotted
3850              by Kurt Starsinic)
3851      Branch: perl
3852            ! ext/Data/Dumper/Dumper.pm
3853 ____________________________________________________________________________
3854 [  4107] By: gsar                                  on 1999/09/08  20:35:18
3855         Log: From: akim@epita.fr (DEMAILLE Akim)
3856              Date: Wed, 8 Sep 1999 18:18:44 +0200 (CEST)
3857              Message-Id: <m11OkQm-003A4IC@beyrouth.lrde.epita.fr>
3858              Subject: [ID 19990908.014] s2p does not quote @
3859      Branch: perl
3860            ! x2p/s2p.PL
3861 ____________________________________________________________________________
3862 [  4106] By: gsar                                  on 1999/09/08  20:25:12
3863         Log: integrate cfgperl contents into mainline
3864      Branch: perl
3865           !> (integrate 30 files)
3866 ____________________________________________________________________________
3867 [  4105] By: jhi                                   on 1999/09/08  09:02:37
3868         Log: Minor touches at the [:class:] description.
3869      Branch: cfgperl
3870            ! pod/perlre.pod
3871 ____________________________________________________________________________
3872 [  4104] By: jhi                                   on 1999/09/08  08:57:58
3873         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3874              To: Mailing list Perl5 <perl5-porters@perl.org>
3875              Subject: [PATCH 5.005_58] Fix debugging output for REx
3876              Date: Wed, 8 Sep 1999 05:02:02 -0400
3877              Message-ID: <19990908050201.A17682@monk.mps.ohio-state.edu>
3878      Branch: cfgperl
3879            ! regcomp.c
3880 ____________________________________________________________________________
3881 [  4103] By: gsar                                  on 1999/09/08  00:53:50
3882         Log: fix memory leak in C<sub f { split ' ', "a b" } f() while 1>
3883      Branch: perl
3884            ! pp.c
3885 ____________________________________________________________________________
3886 [  4102] By: gsar                                  on 1999/09/08  00:52:50
3887         Log: fix memory leak in C<sub f { @_ = 1 } f() while 1>
3888      Branch: perl
3889            ! cop.h pp_hot.c
3890 ____________________________________________________________________________
3891 [  4101] By: gsar                                  on 1999/09/07  17:25:07
3892         Log: various fixups for windows
3893      Branch: perl
3894            ! embed.h embed.pl objXSUB.h op.c perlapi.c proto.h
3895            ! win32/Makefile win32/makefile.mk xsutils.c
3896 ____________________________________________________________________________
3897 [  4100] By: jhi                                   on 1999/09/07  12:49:15
3898         Log: Fix pointer casts.
3899              
3900              From: Robin Barker <rmb1@cise.npl.co.uk>
3901              To: perl5-porters@perl.org
3902              Subject: [ID 19990907.004] [PATCH perl5.005_61] compiler warnings with
3903              -Duse64bits
3904              Date: Tue, 7 Sep 1999 12:30:18 +0100 (BST)
3905              Message-Id: <199909071130.MAA11435@tempest.npl.co.uk>
3906      Branch: cfgperl
3907            ! doio.c dump.c ext/B/B.xs ext/B/typemap
3908            ! ext/ByteLoader/bytecode.h ext/Devel/DProf/DProf.xs
3909            ! ext/DynaLoader/dl_dlopen.xs ext/ODBM_File/ODBM_File.xs
3910            ! ext/POSIX/POSIX.xs lib/ExtUtils/typemap malloc.c perl.h pp.c
3911            ! pp_ctl.c pp_hot.c pp_sys.c sv.c
3912 ____________________________________________________________________________
3913 [  4099] By: jhi                                   on 1999/09/07  10:29:04
3914         Log: Add sig/pid/uid size and sign probes.
3915      Branch: metaconfig
3916            + U/typedefs/gidsign.U U/typedefs/gidsize.U U/typedefs/pidsign.U
3917            + U/typedefs/pidsize.U U/typedefs/uidsign.U U/typedefs/uidsize.U
3918 ____________________________________________________________________________
3919 [  4098] By: jhi                                   on 1999/09/07  10:27:06
3920         Log: Band-aid until we've got %{Uid_t} or something similar
3921              for sv_catpvfn().
3922      Branch: cfgperl
3923            ! taint.c
3924 ____________________________________________________________________________
3925 [  4097] By: jhi                                   on 1999/09/07  09:41:23
3926         Log: Fix a printf thinko: now quads must have the ll L q prefix.
3927              (in other words, a bare %d is an int/unsigned)
3928      Branch: cfgperl
3929            ! pp_sys.c sv.c t/op/64bit.t
3930 ____________________________________________________________________________
3931 [  4096] By: jhi                                   on 1999/09/07  07:36:17
3932         Log: HP-UX 10.20 and gcc 2.8.1 break UINT32_MAX.
3933              
3934              From: "Daniel S. Lewart" <lewart@www.cvm.uiuc.edu>
3935              To: perl5-porters@perl.org
3936              Subject: [ID 19990906.007] Not OK: perl 5.00561 on PA-RISC1.1 10.20
3937              Date: Mon, 6 Sep 1999 21:18:12 -0500 (CDT)
3938              Message-Id: <199909070218.VAA29232@www.cvm.uiuc.edu>
3939      Branch: cfgperl
3940            ! hints/hpux.sh perl.h
3941 ____________________________________________________________________________
3942 [  4095] By: gsar                                  on 1999/09/06  20:47:02
3943         Log: applied suggested patch with suitable test to detect MSVC
3944              From: "Vishal Bhatia" <vishalb@my-deja.com>
3945              Date: Wed, 11 Aug 1999 01:43:28 -0700
3946              Message-ID: <GFCJELIOGEENAAAA@my-deja.com>
3947              Subject: compiler on  win32
3948      Branch: perl
3949            ! ext/B/B/C.pm
3950 ____________________________________________________________________________
3951 [  4094] By: jhi                                   on 1999/09/06  20:34:44
3952         Log: Integrate with Sarathy.
3953      Branch: cfgperl
3954           !> ext/B/B/Bytecode.pm lib/Test/Harness.pm t/TEST t/UTEST
3955           !> t/harness t/pragma/sub_lval.t utils/Makefile utils/perlcc.PL
3956 ____________________________________________________________________________
3957 [  4093] By: jhi                                   on 1999/09/06  20:33:43
3958         Log: Fix UV_SIZEOF to UVSIZE; change the overflow tests
3959              so that they overflow also on 64-bit platforms.
3960      Branch: cfgperl
3961            ! t/pragma/warn/toke t/pragma/warn/util toke.c util.c
3962 ____________________________________________________________________________
3963 [  4092] By: gsar                                  on 1999/09/06  20:16:58
3964         Log: support bytecode and C backends in perlcc (patch suggested
3965              by Tom Hughes <tom@compton.au>); s/-opt/-noopt/ and make the
3966              C backend the default; describe new switches in pod; introduce
3967              PERLCC_OPTS and s/COMPILE_TIMEOUT/PERLCC_TIMEOUT/;
3968              s/COMPILE_TEST/HARNESS_COMPILE_TEST/; document these %ENV
3969              entries
3970      Branch: perl
3971            ! ext/B/B/Bytecode.pm lib/Test/Harness.pm t/TEST t/UTEST
3972            ! t/harness utils/Makefile utils/perlcc.PL
3973 ____________________________________________________________________________
3974 [  4091] By: jhi                                   on 1999/09/06  19:10:41
3975         Log: Integrate with Sarathy.
3976      Branch: cfgperl
3977           +> t/pragma/sub_lval.t
3978           !> (integrate 52 files)
3979 ____________________________________________________________________________
3980 [  4090] By: gsar                                  on 1999/09/06  19:09:06
3981         Log: propagate changed error text
3982      Branch: perl
3983            ! t/pragma/sub_lval.t
3984 ____________________________________________________________________________
3985 [  4089] By: gsar                                  on 1999/09/06  18:54:43
3986         Log: sprintf doc tweak (from Ian Phillipps <ian@dial.pipex.com>)
3987      Branch: perl
3988            ! pod/perlfunc.pod
3989 ____________________________________________________________________________
3990 [  4088] By: gsar                                  on 1999/09/06  18:52:10
3991         Log: From: paul.marquess@bt.com
3992              Date: Sun, 5 Sep 1999 15:11:08 +0100 
3993              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49BAB@mbtlipnt02.btlabs.bt.co.uk>
3994              Subject: [PATCH 5.005_61] Another patch for Lexical Warnings
3995      Branch: perl
3996            ! pp_sys.c t/pragma/warn/doio t/pragma/warn/op
3997            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys
3998            ! t/pragma/warn/regcomp t/pragma/warn/sv t/pragma/warn/toke
3999            ! t/pragma/warn/universal t/pragma/warn/utf8 t/pragma/warn/util
4000            ! toke.c
4001 ____________________________________________________________________________
4002 [  4087] By: gsar                                  on 1999/09/06  18:06:06
4003         Log: change#3612 is buggy when quotemeta argument matches target
4004              (hope this is the last of the optimized-OP_SASSIGN bugs)
4005              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4006              Date: Sun, 5 Sep 1999 06:07:42 -0400 (EDT)
4007              Message-Id: <199909051007.GAA06423@monk.mps.ohio-state.edu>
4008              Subject: Re: [BUG: quotemeta]
4009      Branch: perl
4010            ! Changes op.c t/op/lex_assign.t
4011 ____________________________________________________________________________
4012 [  4086] By: gsar                                  on 1999/09/06  17:57:52
4013         Log: misc tweaks
4014      Branch: perl
4015            ! bytecode.pl ext/ByteLoader/byterun.h pod/perlsyn.pod toke.c
4016 ____________________________________________________________________________
4017 [  4085] By: gsar                                  on 1999/09/06  03:54:23
4018         Log: applied patch suggested by Hans Mulder to fix problems on
4019              OPENSTEP-Mach; be more careful about PERL_POLLUTE_MALLOC
4020              when they ask for bincompat (platforms that used to default
4021              to EMBEDMYMALLOC continue to do so); disable warnings.t#192
4022              (appears unsalvageable on some platforms)
4023      Branch: perl
4024            ! embed.h embed.pl handy.h perl.h pp_sys.c t/pragma/warn/pp_hot
4025 ____________________________________________________________________________
4026 [  4084] By: bailey                                on 1999/09/06  02:39:11
4027         Log: Integrate mainline 5.05_61
4028      Branch: vmsperl
4029           +> (branch 32 files)
4030            - lib/unicode/EthiopicSyllables.txt
4031            - lib/unicode/MakeEthiopicSyllables.PL t/pragma/warning.t
4032            - warning.pl
4033            ! vms/descrip_mms.template vms/gen_shrfls.pl vms/perly_c.vms
4034            ! vms/perly_h.vms vms/vms.c
4035           !> (integrate 346 files)
4036 ____________________________________________________________________________
4037 [  4083] By: gsar                                  on 1999/09/06  00:10:40
4038         Log: optional warning on join(/foo/...) (reworked suggested patch
4039              by Mark-Jason Dominus <mjd@plover.com>)
4040      Branch: perl
4041            ! embed.h objXSUB.h op.c opcode.h opcode.pl perlapi.c
4042            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pp.sym
4043            ! pp_proto.h t/pragma/warn/op
4044 ____________________________________________________________________________
4045 [  4082] By: gsar                                  on 1999/09/05  22:28:57
4046         Log: fix data loss when more than one block is read from SDBM
4047              *.dir file (suggested by Uwe Ohse <uwe@ohse.de>)
4048      Branch: perl
4049            ! ext/SDBM_File/sdbm/sdbm.c
4050 ____________________________________________________________________________
4051 [  4081] By: gsar                                  on 1999/09/05  22:07:18
4052         Log: initial implementation of lvalue subroutines (slightly fixed
4053              version of patch suggested by Ilya Zakharevich, which in turn
4054              is based on the one suggested by Tuomas J. Lukka <lukka@iki.fi>)
4055      Branch: perl
4056            + t/pragma/sub_lval.t
4057            ! MANIFEST cop.h cv.h dump.c embed.h ext/Opcode/Opcode.pm
4058            ! ext/attrs/attrs.pm ext/attrs/attrs.xs global.sym objXSUB.h
4059            ! op.c op.h opcode.h opcode.pl opnames.h perlapi.c
4060            ! pod/perldiag.pod pod/perlsub.pod pp.c pp.sym pp_hot.c
4061            ! pp_proto.h proto.h t/pragma/warn/pp_ctl
4062 ____________________________________________________________________________
4063 [  4080] By: jhi                                   on 1999/09/05  22:02:18
4064         Log: Undo #4055 (related to #4079).
4065      Branch: cfgperl
4066            ! pod/perlop.pod
4067 ____________________________________________________________________________
4068 [  4079] By: jhi                                   on 1999/09/05  21:30:54
4069         Log: Time is not yet ripe.
4070      Branch: cfgperl
4071            ! pod/perldelta.pod pod/perlop.pod pp.c t/op/64bit.t t/op/misc.t
4072 ____________________________________________________________________________
4073 [  4078] By: gsar                                  on 1999/09/05  18:17:32
4074         Log: modified suggested patch to handle cross-refs and qr// objects
4075              correctly; unfollowed refs are represented as simple string
4076              value, not just the bare type; $VERSION stays the same until
4077              it is ready for prime time (avoids CPAN confustication)
4078              From:    John Nolan <jpnolan@Op.Net>
4079              Date:    Wed, 04 Aug 1999 20:21:10 EDT
4080              Message-Id: <199908050021.UAA09693@monet.op.net>
4081              Subject: [ID 19990804.006] [PATCH]5.005_60 (Data::Dumper) - implements Maxdepth setting
4082      Branch: perl
4083            ! Changes ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
4084            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo t/lib/dumper.t
4085 ____________________________________________________________________________
4086 [  4077] By: jhi                                   on 1999/09/04  21:54:42
4087         Log: timesum() wasn't @EXPORTed as promised by the documentation.
4088              Bug reported by Alex Efros <powerman@inart.kharkov.com>.
4089      Branch: cfgperl
4090            ! lib/Benchmark.pm
4091 ____________________________________________________________________________
4092 [  4076] By: gsar                                  on 1999/09/04  20:21:59
4093         Log: integrate cfgperl contents into mainline
4094      Branch: perl
4095           +> lib/attributes.pm lib/warnings.pm t/lib/attrs.t t/op/attrs.t
4096           +> t/pragma/warn/7fatal t/pragma/warn/8signal t/pragma/warnings.t
4097           +> warnings.h warnings.pl xsutils.c
4098            - lib/warning.pm t/pragma/warning.t warning.h warning.pl
4099           !> (integrate 109 files)
4100 ____________________________________________________________________________
4101 [  4075] By: jhi                                   on 1999/09/04  18:04:47
4102         Log: use integer on the problematic subtest.
4103      Branch: cfgperl
4104            ! t/op/misc.t
4105 ____________________________________________________________________________
4106 [  4074] By: jhi                                   on 1999/09/04  17:57:40
4107         Log: Warn about numconvert.t in case somebody
4108              wants to make sv_2pv more 64-bit aware.
4109      Branch: cfgperl
4110            ! sv.c
4111 ____________________________________________________________________________
4112 [  4073] By: jhi                                   on 1999/09/04  17:54:51
4113         Log: Comment upgrading: the quad situation isn't quite as
4114              bad as it used to be.
4115      Branch: cfgperl
4116            ! perl.h
4117 ____________________________________________________________________________
4118 [  4072] By: jhi                                   on 1999/09/04  15:35:37
4119         Log: Integrate with Sarathy.
4120      Branch: cfgperl
4121           !> win32/win32.c
4122 ____________________________________________________________________________
4123 [  4071] By: jhi                                   on 1999/09/04  15:28:11
4124         Log: Fix LFS with -Duseperlio in Solaris.  Reported in
4125              
4126              From: Robin Barker <rmb1@cise.npl.co.uk>
4127              To: perl5-porters@perl.org
4128              Subject: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
4129              Date: Mon, 23 Aug 1999 16:41:11 +0100 (BST)
4130              Message-Id: <199908231541.QAA10043@tempest.npl.co.uk>
4131              
4132              and later (in private email) found to be dependent
4133              on useperlio.
4134              
4135              Mental note: the cpp magic done in perlsdio.h (and assumedly
4136              also in perlsfio.h) may cause trouble later with lfs because
4137              both the perlio scheme by Perl and the lfs support by vendors
4138              like to play cpp games to map the stdio namespace back and forth.
4139              The problem fixed here (fseek vs fseeko, ftell vs ftello) may be
4140              just the beginning.
4141      Branch: cfgperl
4142            ! perlio.c
4143 ____________________________________________________________________________
4144 [  4070] By: jhi                                   on 1999/09/04  13:12:14
4145         Log: Enable 64-bit clean bit ops.
4146              (Disables the t/op/misc.t substest 3 in 64-bit platforms.)
4147      Branch: cfgperl
4148            ! pod/perldelta.pod pod/perlop.pod pp.c pp_hot.c t/op/64bit.t
4149            ! t/op/misc.t
4150 ____________________________________________________________________________
4151 [  4069] By: jhi                                   on 1999/09/03  21:17:30
4152         Log: Turn on USE_64_BIT_OFFSETS implicitly.
4153      Branch: cfgperl
4154            ! perl.h
4155 ____________________________________________________________________________
4156 [  4068] By: jhi                                   on 1999/09/03  08:19:59
4157         Log: Fix from Spider for the sub attributes (there was an undocumented
4158              dependency between force_word() and skipspace()).
4159      Branch: cfgperl
4160            ! toke.c
4161 ____________________________________________________________________________
4162 [  4067] By: jhi                                   on 1999/09/01  23:17:06
4163         Log: From: John Tobey <spam@john-edwin-tobey.org>
4164              To: ilya@math.ohio-state.edu
4165              CC: perl5-porters@perl.org
4166              Subject: Re: [PATCH 5.005_60] distclean forgot two
4167              Date: Mon, 23 Aug 1999 02:10:11 -0400 (EDT)
4168              Message-Id: <m11InJ5-000FPCC@feynman.localnet>
4169      Branch: cfgperl
4170            ! t/lib/dprof.t
4171 ____________________________________________________________________________
4172 [  4066] By: jhi                                   on 1999/09/01  23:14:50
4173         Log: From: "Fifer, Eric" <EFifer@sanwaint.com>
4174              To: perl5-porters@perl.org
4175              Subject: [ID 19990821.001] [PATCH] perl5.005_60 cygwin port
4176              Date: Fri, 20 Aug 1999 15:37:27 +0100
4177              Message-Id: <8A160D637356D311BC4300600849EC8122E217@POST>
4178      Branch: cfgperl
4179            ! cygwin/Makefile.SHs ext/ByteLoader/byterun.h
4180            ! ext/SDBM_File/sdbm/sdbm.c hints/cygwin.sh perl.h pp_sys.c
4181            ! t/io/fs.t t/io/tell.t t/lib/anydbm.t t/op/stat.t
4182 ____________________________________________________________________________
4183 [  4065] By: jhi                                   on 1999/09/01  22:06:43
4184         Log: From: Dominic Dunlop <domo@vo.lu>
4185              To: perl5-porters@perl.org
4186              Subject: [ID 19990819.001] Not OK: perl 5.00560 on powerpc-machten 4.1.1
4187              (UNINSTALLED) [PATCH]
4188              Date: Thu, 19 Aug 1999 09:48:03 +0200
4189              Message-Id: <v03110709b3e165b51dda@[212.24.192.132]>
4190              
4191              The PERL_POLLUTE_MALLOC part had to be manually applied.
4192      Branch: cfgperl
4193            ! hints/machten.sh perl.h
4194 ____________________________________________________________________________
4195 [  4064] By: jhi                                   on 1999/09/01  13:56:14
4196         Log: From: Martin Lichtin <lichtin@bivio.com>
4197              To: jhi@iki.fi
4198              CC: perl5-porters@perl.org
4199              Subject: Re: [ID 19990829.001] ExtUtils::Install.pm, minor umask problem
4200              Date: Wed, 01 Sep 1999 15:50:04 +0200
4201              Message-ID: <37CD2F0C.944BFACE@bivio.com>
4202      Branch: cfgperl
4203            ! lib/ExtUtils/Install.pm
4204 ____________________________________________________________________________
4205 [  4063] By: jhi                                   on 1999/09/01  13:16:11
4206         Log: Enhance lfs tests: check every seek and sysseek
4207              and test also that -e and -f detect largefiles.
4208      Branch: cfgperl
4209            ! t/lib/syslfs.t t/op/lfs.t
4210 ____________________________________________________________________________
4211 [  4062] By: jhi                                   on 1999/09/01  12:08:04
4212         Log: From: Colin Kuskie <ckuskie@Cadence.COM>
4213              To: Ronald J Kimball <rjk@linguist.dartmouth.edu>
4214              cc: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>,
4215              The Perl Porters Mailing List <perl5-porters@perl.org>
4216              Subject: [REPATCH 5.005_61] Re: perldiag.pod omissions
4217              Date: Tue, 31 Aug 1999 11:24:31 -0700 (PDT)
4218              Message-ID: <Pine.GSO.4.10.9908311055460.11290-100000@pdxult10a.cadence.com>
4219      Branch: cfgperl
4220            ! pod/perldiag.pod
4221 ____________________________________________________________________________
4222 [  4061] By: jhi                                   on 1999/09/01  12:03:03
4223         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4224              To: ilya@math.ohio-state.edu (Ilya Zakharevich)
4225              Cc: perl5-porters@perl.org, cloos@adamsmith.ai
4226              Subject: Re: [ID 19990830.005] Assigning value of an op on an SV to said SV
4227              Date: Wed, 1 Sep 1999 02:56:06 -0400 (EDT)
4228              Message-Id: <199909010656.CAA04478@monk.mps.ohio-state.edu>
4229      Branch: cfgperl
4230            ! op.c t/op/join.t
4231 ____________________________________________________________________________
4232 [  4060] By: jhi                                   on 1999/09/01  07:59:42
4233         Log: IV_DIG and NV_DIG fixes.
4234      Branch: cfgperl
4235            ! perl.h
4236 ____________________________________________________________________________
4237 [  4059] By: jhi                                   on 1999/08/31  14:47:18
4238         Log: \C{} -> \N{} residue.
4239      Branch: cfgperl
4240            ! toke.c
4241 ____________________________________________________________________________
4242 [  4057] By: gsar                                  on 1999/08/30  22:08:19
4243         Log: avoid hiding child process window
4244      Branch: perl
4245            ! win32/win32.c
4246 ____________________________________________________________________________
4247 [  4055] By: jhi                                   on 1999/08/30  21:20:50
4248         Log: Document the undefinedness of overshifting.
4249      Branch: cfgperl
4250            ! pod/perlop.pod
4251 ____________________________________________________________________________
4252 [  4054] By: jhi                                   on 1999/08/30  20:18:18
4253         Log: History fixes and updates.
4254      Branch: cfgperl
4255            ! pod/perlhist.pod
4256 ____________________________________________________________________________
4257 [  4053] By: jhi                                   on 1999/08/30  19:34:02
4258         Log: Shell quoting thinko broke installdirs.
4259              From: JVromans@Squirrel.nl (Johan Vromans)
4260              To: perl5-porters@perl.org
4261              Subject: [ID 19990830.001] 5.005_61 Configure does not substitute
4262              installprefix
4263              Date: Mon, 30 Aug 1999 16:10:10 +0200 (MEST)
4264              Message-Id: <14282.37058.934928.805633@plume.nl.compuware.com>
4265      Branch: cfgperl
4266            ! Configure config_h.SH
4267      Branch: metaconfig
4268            ! U/installdirs/archlib.U U/installdirs/bin.U
4269            ! U/installdirs/html1dir.U U/installdirs/html3dir.U
4270            ! U/installdirs/installprefix.U U/installdirs/man1dir.U
4271            ! U/installdirs/man3dir.U U/installdirs/privlib.U
4272            ! U/installdirs/scriptdir.U U/installdirs/sitearch.U
4273            ! U/installdirs/sitebin.U U/installdirs/sitehtml1dir.U
4274            ! U/installdirs/sitehtml3dir.U U/installdirs/sitelib.U
4275            ! U/installdirs/siteman1dir.U U/installdirs/siteman3dir.U
4276            ! U/installdirs/sitescriptdir.U U/installdirs/vendorarch.U
4277            ! U/installdirs/vendorbin.U U/installdirs/vendorhtml1dir.U
4278            ! U/installdirs/vendorhtml3dir.U U/installdirs/vendorlib.U
4279            ! U/installdirs/vendorman1dir.U U/installdirs/vendorman3dir.U
4280            ! U/installdirs/vendorscriptdir.U
4281 ____________________________________________________________________________
4282 [  4052] By: jhi                                   on 1999/08/30  02:57:05
4283         Log: Use \N{named characters} instead of \C.
4284              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4285              To: jhi@iki.fi
4286              Cc: larry@wall.org (Larry Wall), Tim.Bunce@ig.co.uk (Tim Bunce),
4287              perl5-porters@perl.org (Mailing list Perl5)
4288              Subject: Re: [PATCH 5.005_58] Named characters in Perl
4289              Date: Sun, 29 Aug 1999 16:46:53 -0400 (EDT)
4290              Message-Id: <199908292046.QAA05510@monk.mps.ohio-state.edu>
4291      Branch: cfgperl
4292            ! lib/charnames.pm lib/utf8.pm pod/perldiag.pod pod/perlop.pod
4293            ! pod/perlre.pod regcomp.c t/lib/charnames.t toke.c
4294 ____________________________________________________________________________
4295 [  4051] By: jhi                                   on 1999/08/30  02:54:20
4296         Log: From: Spider Boardman <spider@Orb.Nashua.NH.US>
4297              To: perl5-porters@perl.org
4298              Subject: [ID 19990829.004] Autoloaded &VERSION and UNIVERSAL::VERSION
4299              don't mix
4300              Date: Sun, 29 Aug 1999 19:04:53 -0400
4301              Message-Id: <199908292304.TAA13738@Orb.Nashua.NH.US>
4302      Branch: cfgperl
4303            ! universal.c
4304 ____________________________________________________________________________
4305 [  4050] By: jhi                                   on 1999/08/29  16:38:58
4306         Log: Conditionally socksify the LIBS of Socket.
4307      Branch: cfgperl
4308            ! ext/Socket/Makefile.PL
4309 ____________________________________________________________________________
4310 [  4049] By: jhi                                   on 1999/08/29  15:33:30
4311         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4312              To: Mailing list Perl5 <perl5-porters@perl.org>
4313              Subject: Re: [PATCH 5.005_60] fix @DB::typeahead
4314              Date: Wed, 25 Aug 1999 16:19:58 -0400
4315              Message-ID: <19990825161958.A4658@monk.mps.ohio-state.edu>
4316      Branch: cfgperl
4317            ! lib/perl5db.pl
4318 ____________________________________________________________________________
4319 [  4048] By: jhi                                   on 1999/08/29  15:31:36
4320         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
4321              To: perl5-porters@perl.org
4322              Subject: [PATCH _61] Lost arguments to simplified sort
4323              Date: Wed, 25 Aug 1999 23:22:32 -0700 (PDT)
4324              Message-ID: <14276.56616.879390.562685@metonymy.hip.berkeley.edu>
4325      Branch: cfgperl
4326            ! op.c t/op/sort.t
4327 ____________________________________________________________________________
4328 [  4047] By: jhi                                   on 1999/08/29  15:29:29
4329         Log: From: Olaf Flebbe <olaf@science-computing.de>
4330              Sender: owner-perl5-porters@perl.org
4331              To: perl5-porters@perl.org
4332              Subject: [ID 19990827.003] [PATCH]5.005_60 Patch for EPOC Support
4333              Date: Fri, 27 Aug 1999 21:50:41 +0200 (MEST)
4334      Branch: cfgperl
4335            ! README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
4336            ! epoc/perl.mmp epoc/perl.pkg
4337 ____________________________________________________________________________
4338 [  4046] By: jhi                                   on 1999/08/29  15:21:18
4339         Log: From: pvhp@forte.com (Peter Prymmer)
4340              To: perl5-porters@perl.org
4341              Subject: [PATCH: 5.005_61] an EBCDIC friendly cgi-html.t test
4342              Date: Fri, 27 Aug 99 18:51:04 PDT
4343              Message-Id: <9908280151.AA05010@forte.com>
4344      Branch: cfgperl
4345            ! t/lib/cgi-html.t
4346 ____________________________________________________________________________
4347 [  4045] By: jhi                                   on 1999/08/29  15:18:38
4348         Log: Fix scalar gmtime (and localtime) in quad environments,
4349              bug reported by Robin Parker.
4350              
4351              From: Robin Barker <rmb1@cise.npl.co.uk>
4352              To: jhi@iki.fi
4353              Cc: perl5-porters@perl.org
4354              Subject: Re: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
4355              Date: Tue, 24 Aug 1999 11:09:24 +0100 (BST)
4356              Message-Id: <199908241009.LAA24394@tempest.npl.co.uk>
4357      Branch: cfgperl
4358            ! pp_sys.c t/op/time.t
4359 ____________________________________________________________________________
4360 [  4044] By: jhi                                   on 1999/08/29  11:24:03
4361         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4362              To: perl5-porters@perl.org (Mailing list Perl5)
4363              Subject: [PATCH 5.005_60] Speeding up XSUB calls up to 66%
4364              Date: Fri, 27 Aug 1999 03:33:01 -0400 (EDT)
4365              Message-Id: <199908270733.DAA16927@monk.mps.ohio-state.edu>
4366              
4367              Addendum: it's "only" 33% speedup.
4368      Branch: cfgperl
4369            ! dump.c op.c op.h pp.h
4370 ____________________________________________________________________________
4371 [  4043] By: jhi                                   on 1999/08/29  11:10:33
4372         Log: From: spider-perl@Orb.Nashua.NH.US
4373              To: Mailing list Perl5 <perl5-porters@perl.org>
4374              Subject: [PATCH 5.005_61 CORE] sub : attrlist
4375              Date: Sun, 29 Aug 1999 03:02:11 -0400
4376              Message-Id: <199908290702.DAA32191@Orb.Nashua.NH.US>
4377      Branch: cfgperl
4378            + lib/attributes.pm t/lib/attrs.t t/op/attrs.t xsutils.c
4379            ! MANIFEST Makefile.SH embed.h embed.pl embedvar.h global.sym
4380            ! gv.c lib/AutoSplit.pm lib/SelfLoader.pm objXSUB.h op.c perl.c
4381            ! perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
4382            ! perly_c.diff pod/perldelta.pod pod/perldiag.pod
4383            ! pod/perlfunc.pod pod/perlmodlib.pod pod/perlsub.pod proto.h
4384            ! toke.c vms/perly_c.vms vms/perly_h.vms warnings.h
4385 ____________________________________________________________________________
4386 [  4042] By: jhi                                   on 1999/08/29  11:08:50
4387         Log: Turn off gcc-2.95's strict-alias optimization.
4388              This, of course, should be only temporary.
4389              From Andy Dougherty.
4390      Branch: cfgperl
4391            ! Configure config_h.SH
4392      Branch: metaconfig
4393            ! U/compline/ccflags.U U/modified/cc.U
4394 ____________________________________________________________________________
4395 [  4041] By: jhi                                   on 1999/08/29  10:47:30
4396         Log: Fix a typo in #4036.
4397      Branch: cfgperl
4398            ! mg.c
4399 ____________________________________________________________________________
4400 [  4040] By: jhi                                   on 1999/08/29  10:34:58
4401         Log: Add a missing #endif forgotten by #4035.
4402      Branch: cfgperl
4403            ! doop.c
4404 ____________________________________________________________________________
4405 [  4039] By: jhi                                   on 1999/08/29  10:31:19
4406         Log: Remove an extra #endif introduced by #4036.
4407      Branch: cfgperl
4408            ! perl.h
4409 ____________________________________________________________________________
4410 [  4038] By: jhi                                   on 1999/08/29  10:18:59
4411         Log: Rename warning to warnings, from Paul Marquess.
4412      Branch: cfgperl
4413            + lib/warnings.pm t/pragma/warn/7fatal t/pragma/warn/8signal
4414            + t/pragma/warnings.t warnings.h warnings.pl
4415            - lib/warning.pm t/pragma/warning.t warning.h warning.pl
4416            ! MANIFEST Makefile.SH gv.c mg.c perl.h pod/perldelta.pod
4417            ! pod/perldiag.pod pod/perlfunc.pod pod/perllexwarn.pod
4418            ! pod/perlmodlib.pod pod/perlrun.pod pod/perltoc.pod
4419            ! pod/perlvar.pod t/op/64bit.t t/op/tie.t t/pragma/warn/2use
4420            ! t/pragma/warn/3both t/pragma/warn/4lint t/pragma/warn/5nolint
4421            ! t/pragma/warn/6default t/pragma/warn/doio t/pragma/warn/doop
4422            ! t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
4423            ! t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
4424            ! t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
4425            ! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
4426            ! t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
4427            ! t/pragma/warn/utf8 t/pragma/warn/util toke.c
4428 ____________________________________________________________________________
4429 [  4037] By: jhi                                   on 1999/08/29  10:08:47
4430         Log: Create the equivalence tables based on
4431              the real Unicode decomposition, not on
4432              the character name.
4433      Branch: cfgperl
4434            ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
4435            ! lib/unicode/mktables.PL
4436 ____________________________________________________________________________
4437 [  4036] By: jhi                                   on 1999/08/29  09:29:08
4438         Log: Integrate with Sarathy.
4439      Branch: cfgperl
4440           +> lib/unicode/Is/SylA.pl lib/unicode/Is/SylC.pl
4441           +> lib/unicode/Is/SylE.pl lib/unicode/Is/SylI.pl
4442           +> lib/unicode/Is/SylO.pl lib/unicode/Is/SylU.pl
4443           +> lib/unicode/Is/SylV.pl lib/unicode/Is/SylWA.pl
4444           +> lib/unicode/Is/SylWC.pl lib/unicode/Is/SylWE.pl
4445           +> lib/unicode/Is/SylWI.pl lib/unicode/Is/SylWV.pl
4446           !> (integrate 190 files)
4447 ____________________________________________________________________________
4448 [  4035] By: jhi                                   on 1999/08/29  08:56:15
4449         Log: Implement 64-bit vec().
4450      Branch: cfgperl
4451            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
4452            ! pp.h t/op/64bit.t
4453 ____________________________________________________________________________
4454 [  4034] By: gsar                                  on 1999/08/29  03:35:18
4455         Log: deadcode removal
4456      Branch: perl
4457            ! XSUB.h embed.h embed.pl global.sym mg.c op.c perl.h perlapi.h
4458            ! pp_ctl.c proto.h run.c sv.c
4459 ____________________________________________________________________________
4460 [  4033] By: jhi                                   on 1999/08/28  17:31:07
4461         Log: From: Robin Barker <rmb1@cise.npl.co.uk>
4462              To: perl5-porters@perl.org
4463              Subject: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
4464              Date: Mon, 23 Aug 1999 16:41:11 +0100 (BST)
4465              Message-Id: <199908231541.QAA10043@tempest.npl.co.uk>
4466      Branch: cfgperl
4467            ! perl.h
4468 ____________________________________________________________________________
4469 [  4032] By: gsar                                  on 1999/08/26  23:53:33
4470         Log: new thread should set current interp in TLS
4471      Branch: perl
4472            ! ext/Thread/Thread.xs
4473 ____________________________________________________________________________
4474 [  4031] By: bailey                                on 1999/08/23  03:40:07
4475         Log: When extension doesn't have a "main" object file to anchor linker search, pull in all objct files
4476      Branch: vmsperl
4477            ! lib/ExtUtils/MM_VMS.pm
4478 ____________________________________________________________________________
4479 [  4030] By: bailey                                on 1999/08/23  03:37:43
4480         Log: Patch up holes in realclean target
4481      Branch: vmsperl
4482            ! vms/descrip_mms.template
4483 ____________________________________________________________________________
4484 [  4029] By: bailey                                on 1999/08/23  03:36:24
4485         Log: Fix handling of PERL_POLLUTE
4486      Branch: vmsperl
4487            ! lib/ExtUtils/MM_VMS.pm
4488 ____________________________________________________________________________
4489 [  4028] By: bailey                                on 1999/08/23  03:34:08
4490         Log: Update VMS version of perly.h
4491      Branch: vmsperl
4492            ! vms/perly_h.vms
4493 ____________________________________________________________________________
4494 [  4027] By: bailey                                on 1999/08/23  03:32:45
4495         Log: Update dependencies in Descrip.MMS
4496      Branch: vmsperl
4497            ! vms/descrip_mms.template
4498 ____________________________________________________________________________
4499 [  4026] By: bailey                                on 1999/08/23  03:30:01
4500         Log: Fix prototypes in perlapi.c (64-bit?)
4501              Clear prior definition of getenv_len before defining VMS-specific macro
4502      Branch: vmsperl
4503            ! perlapi.c vms/vmsish.h
4504 ____________________________________________________________________________
4505 [  4025] By: bailey                                on 1999/08/23  03:25:51
4506         Log: Add '-m' option to Configure.com which skips the MANIFEST check
4507      Branch: vmsperl
4508            ! configure.com
4509 ____________________________________________________________________________
4510 [  4024] By: bailey                                on 1999/08/23  03:23:34
4511         Log: Skip open() tests that rely on Unix fork semantics
4512      Branch: vmsperl
4513            ! t/io/open.t
4514 ____________________________________________________________________________
4515 [  4023] By: bailey                                on 1999/08/23  03:21:46
4516         Log: Loosen conditons for recognizing a function name in perl.h to accomodate revisions
4517      Branch: vmsperl
4518            ! vms/gen_shrfls.pl
4519 ____________________________________________________________________________
4520 [  4022] By: bailey                                on 1999/08/23  03:17:33
4521         Log: update MM_VMS to use new File::Spec routines
4522      Branch: vmsperl
4523            ! lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm
4524 ____________________________________________________________________________
4525 [  4021] By: bailey                                on 1999/08/23  03:13:40
4526         Log: byteperl is now part of the ByteLoader ext
4527      Branch: vmsperl
4528            ! ext/ByteLoader/byterun.h vms/descrip_mms.template
4529 ____________________________________________________________________________
4530 [  4020] By: bailey                                on 1999/08/23  03:10:41
4531         Log: Allow option to treat barewords at start of Unix paths as simple words rather than logicals
4532      Branch: vmsperl
4533            ! vms/vms.c
4534 ____________________________________________________________________________
4535 [  4019] By: bailey                                on 1999/08/23  03:07:28
4536         Log: Update calls for new thread context handling
4537      Branch: vmsperl
4538            ! ext/Devel/DProf/DProf.xs ext/DynaLoader/dl_vms.xs
4539            ! ext/POSIX/POSIX.xs vms/vms.c vms/vmsish.h vms/writemain.pl
4540 ____________________________________________________________________________
4541 [  4018] By: bailey                                on 1999/08/23  03:01:31
4542         Log: Allow for file versions in library when looking for .bs files
4543      Branch: vmsperl
4544            ! ext/DynaLoader/DynaLoader_pm.PL
4545 ____________________________________________________________________________
4546 [  4017] By: bailey                                on 1999/08/23  02:58:55
4547         Log: Update VMS configuration procedures for 5.005_60
4548      Branch: vmsperl
4549            ! configure.com vms/subconfigure.com
4550 ____________________________________________________________________________
4551 [  4016] By: gsar                                  on 1999/08/20  22:19:56
4552         Log: update Changes
4553      Branch: perl
4554            ! Changes
4555
4556 ----------------
4557 Version 5.005_61
4558 ----------------
4559
4560 ____________________________________________________________________________
4561 [  4015] By: gsar                                  on 1999/08/20  22:17:41
4562         Log: perl_free() should use PerlMem_free()
4563      Branch: perl
4564            ! perl.c
4565 ____________________________________________________________________________
4566 [  4014] By: gsar                                  on 1999/08/20  22:10:46
4567         Log: win32 tweaks
4568      Branch: perl
4569            ! XSUB.h mg.c perl.c win32/config.bc win32/config.gc
4570            ! win32/config.vc win32/config_H.bc win32/config_H.gc
4571            ! win32/config_H.vc
4572 ____________________________________________________________________________
4573 [  4013] By: gsar                                  on 1999/08/20  22:09:56
4574         Log: DEBUG_m() adjusted to internalize dTHX
4575      Branch: perl
4576            ! malloc.c perl.h util.c
4577 ____________________________________________________________________________
4578 [  4012] By: gsar                                  on 1999/08/20  17:51:06
4579         Log: make autogenerated files writable
4580      Branch: perl
4581            ! (edit 171 files)
4582 ____________________________________________________________________________
4583 [  4011] By: gsar                                  on 1999/08/20  17:43:47
4584         Log: update Changes
4585      Branch: perl
4586            ! Changes perl.h pod/perldelta.pod pod/perlguts.pod
4587 ____________________________________________________________________________
4588 [  4010] By: gsar                                  on 1999/08/20  17:21:53
4589         Log: up patchlevel &c
4590      Branch: perl
4591            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
4592            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
4593 ____________________________________________________________________________
4594 [  4009] By: gsar                                  on 1999/08/20  16:46:26
4595         Log: add missing Is/Syl*.pl files
4596      Branch: perl
4597            + lib/unicode/Is/SylA.pl lib/unicode/Is/SylC.pl
4598            + lib/unicode/Is/SylE.pl lib/unicode/Is/SylI.pl
4599            + lib/unicode/Is/SylO.pl lib/unicode/Is/SylU.pl
4600            + lib/unicode/Is/SylV.pl lib/unicode/Is/SylWA.pl
4601            + lib/unicode/Is/SylWC.pl lib/unicode/Is/SylWE.pl
4602            + lib/unicode/Is/SylWI.pl lib/unicode/Is/SylWV.pl
4603 ____________________________________________________________________________
4604 [  4008] By: gsar                                  on 1999/08/20  16:31:02
4605         Log: integrate cfgperl contents into mainline
4606      Branch: perl
4607           +> ext/ByteLoader/hints/sunos.pl lib/charnames.pm
4608           +> lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
4609           +> lib/unicode/syllables.txt t/lib/charnames.t t/lib/syslfs.t
4610           +> t/op/lfs.t
4611            - lib/unicode/EthiopicSyllables.txt
4612            - lib/unicode/MakeEthiopicSyllables.PL
4613           !> (integrate 261 files)
4614 ____________________________________________________________________________
4615 [  4007] By: gsar                                  on 1999/08/20  15:24:08
4616         Log: support USE_THREADS+MULTIPLICITY; source compat tweaks for
4617              USE_THREADS and MULTIPLICITY; minor pod adjustments
4618      Branch: perl
4619            ! Porting/patching.pod Todo Todo-5.005 XSUB.h embed.pl
4620            ! embedvar.h perl.c perl.h pod/perlguts.pod util.c
4621 ____________________________________________________________________________
4622 [  4006] By: jhi                                   on 1999/08/19  19:01:41
4623         Log: Tighten the vec() code so that naughty BITS cause an error.
4624      Branch: cfgperl
4625            ! doop.c
4626 ____________________________________________________________________________
4627 [  4005] By: jhi                                   on 1999/08/19  15:55:09
4628         Log: Don't document ill-defined vec() bits cases
4629              (for which the code doesn't work right in any case)
4630      Branch: cfgperl
4631            ! pod/perldiag.pod pod/perlfunc.pod
4632 ____________________________________________________________________________
4633 [  4004] By: jhi                                   on 1999/08/19  12:49:41
4634         Log: Removed duplicated code (in pp.c and mg.c) by introducing
4635              do_vecget().  NOTE: the calling convention of do_vecset()
4636              changes, too: the `offset' that is assigned to LvTARGOFF(TARG)
4637              in pp_vec() is no more multiplied by `size' in pp_vec(),
4638              the multiplication is now done in do_vecset().
4639              
4640              Also fix a cpp thinko in change #4002.
4641      Branch: cfgperl
4642            ! doop.c embed.h embed.pl embedvar.h global.sym mg.c objXSUB.h
4643            ! perl.h perlapi.c pod/perldiag.pod pod/perlfunc.pod pp.c
4644            ! proto.h
4645 ____________________________________________________________________________
4646 [  4003] By: jhi                                   on 1999/08/18  08:27:22
4647         Log: Warn about small spherical distances.
4648      Branch: cfgperl
4649            ! lib/Math/Trig.pm
4650 ____________________________________________________________________________
4651 [  4002] By: jhi                                   on 1999/08/17  09:11:51
4652         Log: Enhance IV_FITS_IN_IV (though it's still unused).
4653      Branch: cfgperl
4654            ! perl.h
4655 ____________________________________________________________________________
4656 [  4001] By: jhi                                   on 1999/08/17  08:13:34
4657         Log: From: andreas.koenig@anima.de (Andreas J. Koenig)
4658              Message-ID: <sfcogg7ylk7.fsf@hohenstaufen.in-berlin.de>
4659              To: The Perl5 Porters Mailing List <perl5-porters@perl.org>
4660              Subject: [PATCH] overload.pm str/num confu
4661              Date: 17 Aug 1999 08:21:12 +0200
4662      Branch: cfgperl
4663            ! lib/overload.pm
4664 ____________________________________________________________________________
4665 [  4000] By: jhi                                   on 1999/08/17  07:20:23
4666         Log: From: merlyn@stonehenge.com (Randal L. Schwartz)
4667              To: perl5-porters@perl.org
4668              Subject: [ID 19990816.006] small patch to perlobj.pod from 5.005_03
4669              Date: 16 Aug 1999 14:24:28 -0700
4670              Message-Id: <m1ogg7to4z.fsf@halfdome.holdit.com>
4671      Branch: cfgperl
4672            ! pod/perlobj.pod
4673 ____________________________________________________________________________
4674 [  3999] By: jhi                                   on 1999/08/16  19:49:09
4675         Log: Integrate with Nick.
4676      Branch: cfgperl
4677           !> cop.h op.c perl.c t/op/eval.t t/pragma/warn/op util.c
4678 ____________________________________________________________________________
4679 [  3998] By: jhi                                   on 1999/08/16  19:44:29
4680         Log: Fix most of the pod2man moanings reported in
4681              
4682              From: "Larry W. Virden" <lvirden@cas.org>
4683              To: perl5-porters@perl.org
4684              Subject: [ID 19990803.011] Not OK: perl 5.00560 on sun4-solaris 2.6
4685              (UNINSTALLED)
4686              Date: Tue, 3 Aug 1999 15:35:06 -0400 (EDT)
4687              Message-Id: <199908031935.PAA27692@cas.org>
4688              
4689              Configure regen'ed.
4690      Branch: cfgperl
4691            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4692            ! config_h.SH ext/B/B/Stash.pm lib/Carp/Heavy.pm
4693            ! lib/Dumpvalue.pm lib/Exporter/Heavy.pm lib/filetest.pm
4694            ! lib/utf8.pm pod/perllexwarn.pod pod/perlxstut.pod
4695            ! utils/h2xs.PL utils/perlcc.PL
4696 ____________________________________________________________________________
4697 [  3997] By: jhi                                   on 1999/08/16  19:20:37
4698         Log: A fix of sorts for the flush-before-dup scenario.
4699      Branch: cfgperl
4700            ! doio.c
4701 ____________________________________________________________________________
4702 [  3996] By: jhi                                   on 1999/08/16  19:14:37
4703         Log: More paranoia.
4704      Branch: cfgperl
4705            ! sv.c
4706 ____________________________________________________________________________
4707 [  3995] By: jhi                                   on 1999/08/16  18:55:35
4708         Log: Batch of small 64-bit/long double/large file support tweaks:
4709              - scan for LDBL_DIG
4710              - from DBL_DIG and LDBL_DIG select NV_DIG
4711              - introduce IVSIZE, UVSIZE, NVSIZE
4712              - introduce IV_DIG
4713              - remove stdio64
4714              - AIX uses `oslevel` when others use `uname -r`
4715              - already AIX 4.2 goes 64-bit
4716              - in HP-UX require the 64-bit libc, just the directory isn't enough
4717              - group ids are not NVs
4718              - #undef USE_LONG_DOUBLE if long double is no better than double
4719              - introduce NV_WITHIN_*() and IV_FITS_IN_IV
4720              - mention large file support in perldelta
4721              - introduce quad TOPpin' and POPpin'
4722              - the svcat... buffer was tiny for printing quads in %b
4723              - fix the multiplication test in 64bit.t
4724              - try to make VMS to comply with all this removal and "introducal"
4725              of symbols
4726      Branch: cfgperl
4727            ! Configure config_h.SH dump.c hints/aix.sh hints/hpux.sh mg.c
4728            ! perl.h perlio.c pod/perldelta.pod pp.h sv.c t/lib/syslfs.t
4729            ! t/op/64bit.t t/op/lfs.t utf8.c vms/subconfigure.com
4730      Branch: metaconfig
4731            ! U/modified/d_longdbl.U
4732      Branch: metaconfig/U/perl
4733            + d_ldbl_dig.U
4734 ____________________________________________________________________________
4735 [  3994] By: jhi                                   on 1999/08/16  07:53:44
4736         Log: More Configure/subconfigure.com syncing.
4737      Branch: cfgperl
4738            ! vms/subconfigure.com
4739 ____________________________________________________________________________
4740 [  3993] By: jhi                                   on 1999/08/14  22:09:26
4741         Log: Remove from VMS what the change #3982 took away from Configure lands.
4742      Branch: cfgperl
4743            ! vms/subconfigure.com
4744 ____________________________________________________________________________
4745 [  3992] By: jhi                                   on 1999/08/14  13:29:13
4746         Log: Small test tweaks.
4747      Branch: cfgperl
4748            ! t/io/dup.t t/lib/dprof.t t/lib/odbm.t
4749 ____________________________________________________________________________
4750 [  3991] By: jhi                                   on 1999/08/14  13:08:41
4751         Log: Augment filesize limit note.
4752      Branch: cfgperl
4753            ! doio.c
4754 ____________________________________________________________________________
4755 [  3990] By: jhi                                   on 1999/08/14  13:06:12
4756         Log: Note about filesize limits.
4757      Branch: cfgperl
4758            ! doio.c pp_sys.c
4759 ____________________________________________________________________________
4760 [  3989] By: jhi                                   on 1999/08/14  11:31:58
4761         Log: Catch the case of filesize limits.
4762      Branch: cfgperl
4763            ! t/lib/syslfs.t t/op/lfs.t
4764 ____________________________________________________________________________
4765 [  3988] By: nick                                  on 1999/08/14  09:20:58
4766         Log: New lightweight Carp has a require. If Carp is used in a __DIE__ handler
4767              this causes a POPSTACK panic. The problem seems to be that although
4768              die_where() has unwound the tail of perl_vdie() top_env setjmp has been
4769              set to resume execution there. Avoiding setting CATCH_SET(TRUE) in 
4770              call_sv() avoids this. So invent a new G_NOCATCH flag to disable
4771              messing with CATCH_SET() in call_sv, use it in perl_vdie().
4772              Add test to op/eval.t which will fail (panic) if bug comes back.
4773              >>> I AM NOT CONVINCED THIS IS CORRECT LONG TERM FIX <<<
4774      Branch: perl
4775            ! cop.h perl.c t/op/eval.t util.c
4776 ____________________________________________________________________________
4777 [  3987] By: jhi                                   on 1999/08/13  23:57:52
4778         Log: From: "Craig A. Berry" <craig.berry@metamor.com>
4779              To: perl5-porters@perl.org, vmsperl@perl.org, sarathy@activestate.com
4780              Subject: [PATCH 5.005_60] fix MM_VMS.pm for space-delimited lists
4781              Date: Fri, 13 Aug 1999 17:42:47 -0500
4782              Message-Id: <v04210105b3da3ed9599d@[172.16.246.133]>
4783      Branch: cfgperl
4784            ! lib/ExtUtils/MM_VMS.pm
4785 ____________________________________________________________________________
4786 [  3986] By: jhi                                   on 1999/08/13  23:56:44
4787         Log: Don't quit before printing out the message.
4788      Branch: cfgperl
4789            ! t/lib/syslfs.t t/op/lfs.t
4790 ____________________________________________________________________________
4791 [  3985] By: jhi                                   on 1999/08/13  23:35:49
4792         Log: Remove more t/ trash on target "clean".
4793      Branch: cfgperl
4794            ! Makefile.SH
4795 ____________________________________________________________________________
4796 [  3984] By: jhi                                   on 1999/08/13  23:02:53
4797         Log: Avoid double long double. 
4798      Branch: cfgperl
4799            ! Configure config_h.SH
4800      Branch: metaconfig/U/perl
4801            ! uselongdbl.U
4802 ____________________________________________________________________________
4803 [  3983] By: jhi                                   on 1999/08/13  22:59:56
4804         Log: BYTEORDER fix.
4805      Branch: cfgperl
4806            ! Configure config_h.SH
4807      Branch: metaconfig
4808            ! U/compline/byteorder.U
4809 ____________________________________________________________________________
4810 [  3982] By: jhi                                   on 1999/08/13  22:48:40
4811         Log: Jumbo Configure and large file support update.
4812              Remove a lot of unneeded 64-bitness cruft;
4813              re-introduce BYTEORDER; update 64-bitness hints;
4814              lfs should now work in Solaris; long doubles in AIX.
4815      Branch: cfgperl
4816            ! Configure config_h.SH doio.c hints/aix.sh hints/hpux.sh
4817            ! hints/irix_6.sh hints/solaris_2.sh iperlsys.h perl.h perlio.c
4818            ! perlsdio.h pp.h pp_sys.c
4819      Branch: metaconfig
4820            ! U/compline/byteorder.U U/compline/ccflags.U
4821      Branch: metaconfig/U/perl
4822            ! d_dlsymun.U io64.U uselongdbl.U
4823 ____________________________________________________________________________
4824 [  3980] By: jhi                                   on 1999/08/13  15:09:11
4825         Log: Introduce HAS_LLSEEK.
4826      Branch: cfgperl
4827            ! Configure config_h.SH perl.h
4828 ____________________________________________________________________________
4829 [  3979] By: jhi                                   on 1999/08/13  14:29:47
4830         Log: From: <dan@sidhe.org>
4831              To: perl5-porters@perl.org, vmsperl@perl.org, bailey@newman.upenn.edu,
4832              sarathy@activestate.com
4833              Subject: [PATCH 5.005_60]fix up VMS->unix filename translation a bit
4834              Date: Fri, 13 Aug 1999 09:00:42 -0700 (PDT)
4835              Message-ID: <Pine.LNX.4.10.9908130849390.3950-100000@tuatha.sidhe.org>
4836      Branch: cfgperl
4837            ! vms/vms.c
4838 ____________________________________________________________________________
4839 [  3978] By: jhi                                   on 1999/08/13  09:56:46
4840         Log: Make the 64-bit tests more paranoid.
4841      Branch: cfgperl
4842            ! t/op/64bit.t
4843 ____________________________________________________________________________
4844 [  3976] By: jhi                                   on 1999/08/12  21:49:16
4845         Log: IRIX64 needs more -mabi=64 with gcc.
4846      Branch: cfgperl
4847            ! hints/irix_6.sh
4848 ____________________________________________________________________________
4849 [  3975] By: jhi                                   on 1999/08/12  21:02:03
4850         Log: Reincarnate change #3967, now in more modest form.
4851      Branch: cfgperl
4852            ! hints/irix_6.sh
4853 ____________________________________________________________________________
4854 [  3974] By: jhi                                   on 1999/08/12  20:49:36
4855         Log: Remove rt from libswanted (I added it many moons ago
4856              when I thought it would be useful in Digital UNIX,
4857              I was wrong); undo the recent IRIX hints changes,
4858              getting rid of one warning brought new ones.
4859      Branch: cfgperl
4860            ! Configure config_h.SH hints/irix_6.sh
4861      Branch: metaconfig
4862            ! U/modified/Myinit.U
4863 ____________________________________________________________________________
4864 [  3973] By: jhi                                   on 1999/08/12  19:42:53
4865         Log: st_blocks is in 512 byte blocks.
4866      Branch: cfgperl
4867            ! t/lib/syslfs.t t/op/lfs.t
4868 ____________________________________________________________________________
4869 [  3972] By: jhi                                   on 1999/08/12  19:27:31
4870         Log: Don't claim defeat too early.
4871      Branch: cfgperl
4872            ! Configure config_h.SH
4873      Branch: metaconfig/U/perl
4874            ! longdblfio.U
4875 ____________________________________________________________________________
4876 [  3971] By: jhi                                   on 1999/08/12  19:24:14
4877         Log: IRIX 64-bit hint tweak. 
4878      Branch: cfgperl
4879            ! hints/irix_6.sh
4880 ____________________________________________________________________________
4881 [  3970] By: nick                                  on 1999/08/12  19:17:20
4882         Log: Turn of deprecated warnings for defined(@Sompack::ISA) type
4883              tests i.e. RV2AV and RV2HV
4884      Branch: perl
4885            ! op.c t/pragma/warn/op
4886 ____________________________________________________________________________
4887 [  3969] By: jhi                                   on 1999/08/12  19:06:17
4888         Log: Add Configure -Duselongdouble and add a missing semicolon.
4889      Branch: cfgperl
4890            ! Configure config_h.SH sv.c
4891      Branch: metaconfig/U/perl
4892            + uselongdbl.U
4893 ____________________________________________________________________________
4894 [  3968] By: jhi                                   on 1999/08/12  18:46:00
4895         Log: Simply exit() early if lfs support seems unlikely.
4896      Branch: cfgperl
4897            ! t/lib/syslfs.t t/op/lfs.t
4898 ____________________________________________________________________________
4899 [  3967] By: jhi                                   on 1999/08/12  18:44:05
4900         Log: Suffer silently for unused libraries.
4901      Branch: cfgperl
4902            ! hints/irix_6.sh
4903 ____________________________________________________________________________
4904 [  3966] By: jhi                                   on 1999/08/12  13:18:44
4905         Log: Update MANIFEST to follow change #3965.
4906      Branch: cfgperl
4907            ! MANIFEST
4908 ____________________________________________________________________________
4909 [  3965] By: jhi                                   on 1999/08/12  13:15:38
4910         Log: Regenerate Unicode tables based on new syllable lists
4911              from Daniel Yacob.
4912      Branch: cfgperl
4913            ! (edit 159 files)
4914 ____________________________________________________________________________
4915 [  3964] By: jhi                                   on 1999/08/12  10:06:24
4916         Log: Remove more spurious casting.
4917      Branch: cfgperl
4918            ! pp_sys.c
4919 ____________________________________________________________________________
4920 [  3963] By: jhi                                   on 1999/08/12  08:18:53
4921         Log: Minor niggles on the lfs tests.
4922      Branch: cfgperl
4923            ! t/lib/syslfs.t t/op/lfs.t
4924 ____________________________________________________________________________
4925 [  3962] By: jhi                                   on 1999/08/11  22:48:25
4926         Log: Don't bother with lfs testing if off_t is too small.
4927      Branch: cfgperl
4928            ! t/lib/syslfs.t t/op/lfs.t
4929 ____________________________________________________________________________
4930 [  3961] By: jhi                                   on 1999/08/11  22:22:54
4931         Log: Long double patches from Dan Sugalski.
4932      Branch: cfgperl
4933            ! sv.c
4934 ____________________________________________________________________________
4935 [  3960] By: jhi                                   on 1999/08/11  22:17:55
4936         Log: Flush buffer before duplicating file descriptor.
4937              
4938              From: Mark-Jason Dominus <mjd@plover.com>
4939              To: Graham Barr <gbarr@pobox.com>
4940              cc: Vicki Brown <vlb@cfcl.com>, perl5-porters@perl.org, mjd@plover.com
4941              Subject: Re: [ID 19990811.002] can't dup DATA? (PATCH (5.005_57))
4942              Date: Wed, 11 Aug 1999 15:56:09 -0400
4943              Message-ID: <19990811195610.5933.qmail@plover.com>
4944              
4945              From: Mark-Jason Dominus <mjd@plover.com>
4946              To: perl5-porters@perl.org
4947              Subject: Re: [ID 19990811.002] can't dup DATA? (PATCH (5.005_57)) 
4948              Date: Wed, 11 Aug 1999 16:05:46 -0400
4949              Message-ID: <19990811200546.6165.qmail@plover.com>
4950      Branch: cfgperl
4951            ! doio.c pod/perldelta.pod
4952 ____________________________________________________________________________
4953 [  3959] By: jhi                                   on 1999/08/11  22:11:35
4954         Log: Bypass fsync(NULL) (crashes miniperl compiled with DEC C 5.2)
4955              
4956              From: "Craig A. Berry" <craig.berry@metamor.com>
4957              Sender: owner-perl5-porters@perl.org
4958              To: vmsperl@perl.org, perl5-porters@perl.org, sarathy@activestate.com,
4959              bailey@newman.upenn.edu
4960              Subject: [PATCH 5.005_60] vms.c my_flush patch to circumvent fileno
4961              problem
4962              Date: Wed, 11 Aug 1999 14:31:11 -0500
4963              Message-Id: <4.2.0.58.19990811141007.00b8f8a0@mmtnt11.metamor.com>
4964      Branch: cfgperl
4965            ! vms/vms.c
4966 ____________________________________________________________________________
4967 [  3958] By: jhi                                   on 1999/08/11  15:35:45
4968         Log: Add a hopefully comforting message if there seems to be no LFS. 
4969              This seems to be the case with e.g. ext2fs, a somewhat popular fs.
4970              The tests will fail on lfs tests only if quad is available,
4971              if ENOQUAD, the lfs tests will be skipped.
4972      Branch: cfgperl
4973            ! t/lib/syslfs.t t/op/lfs.t
4974 ____________________________________________________________________________
4975 [  3957] By: jhi                                   on 1999/08/11  12:25:59
4976         Log: Unapply an experimental patch that accidentally escaped
4977              from the lab by piggybacking with the change #3955.
4978      Branch: cfgperl
4979            ! pp.c pp.h pp_hot.c
4980 ____________________________________________________________________________
4981 [  3956] By: jhi                                   on 1999/08/11  08:19:23
4982         Log: Add sysio large file support testing.
4983      Branch: cfgperl
4984            + t/lib/syslfs.t
4985            ! MANIFEST pod/perlfunc.pod t/op/64bit.t t/op/lfs.t
4986 ____________________________________________________________________________
4987 [  3955] By: jhi                                   on 1999/08/10  22:39:11
4988         Log: From: <dan@sidhe.org>
4989              To: vmsperl@perl.org, perl5-porters@perl.org,
4990              sarathy@activestate.com, bailey@newman.upenn.edu
4991              Subject: [PATCH 5.005_60]Patches needed to get _60 building with
4992              threads on VMS
4993              Date: Tue, 10 Aug 1999 16:34:56 -0700 (PDT)
4994              Message-ID: <Pine.LNX.4.10.9908101631030.18266-100000@tuatha.sidhe.org>
4995      Branch: cfgperl
4996            ! ext/Devel/DProf/DProf.xs ext/DynaLoader/dl_vms.xs
4997            ! ext/POSIX/POSIX.xs pp.c pp.h pp_hot.c vms/vms.c vms/vmsish.h
4998            ! vms/writemain.pl
4999 ____________________________________________________________________________
5000 [  3954] By: jhi                                   on 1999/08/10  20:37:55
5001         Log: LFS testing robustness.
5002      Branch: cfgperl
5003            ! t/op/lfs.t
5004 ____________________________________________________________________________
5005 [  3953] By: jhi                                   on 1999/08/10  19:54:50
5006         Log: From: <dan@sidhe.org>
5007              To: vmsperl@perl.org, perp5-porters@perl.org, bailey@newman.upenn.edu,
5008              sarathy@activestate.com
5009              Subject: [PATCH 5.005_60]Pathces to get _60 building on VMS
5010              Date: Tue, 10 Aug 1999 13:28:18 -0700 (PDT)
5011              Message-ID: <Pine.LNX.4.10.9908101323130.18266-100000@tuatha.sidhe.org>
5012      Branch: cfgperl
5013            ! configure.com vms/descrip_mms.template vms/gen_shrfls.pl
5014            ! vms/subconfigure.com vms/vmsish.h
5015 ____________________________________________________________________________
5016 [  3952] By: jhi                                   on 1999/08/10  17:18:57
5017         Log: AIX is different, again.  Now in cc -E output.
5018      Branch: cfgperl
5019            ! Configure config_h.SH
5020      Branch: metaconfig
5021            ! U/modified/cppstdin.U
5022 ____________________________________________________________________________
5023 [  3951] By: jhi                                   on 1999/08/10  14:37:08
5024         Log: Use Pid_t on pgrp matters.
5025      Branch: cfgperl
5026            ! pp_sys.c
5027 ____________________________________________________________________________
5028 [  3950] By: jhi                                   on 1999/08/10  14:35:30
5029         Log: Use Pid_t.
5030      Branch: cfgperl
5031            ! doio.c embed.h embed.pl embedvar.h global.sym perlapi.c
5032            ! pp_sys.c proto.h util.c
5033 ____________________________________________________________________________
5034 [  3949] By: jhi                                   on 1999/08/10  14:11:15
5035         Log: Use Mode_t.
5036      Branch: cfgperl
5037            ! doio.c embed.h embed.pl embedvar.h global.sym perlapi.c
5038            ! perlapi.h pp_sys.c proto.h
5039 ____________________________________________________________________________
5040 [  3948] By: jhi                                   on 1999/08/10  13:53:19
5041         Log: Small perlbug doc tweaks from Jon Orwant.
5042      Branch: cfgperl
5043            ! utils/perlbug.PL
5044 ____________________________________________________________________________
5045 [  3947] By: jhi                                   on 1999/08/10  09:55:11
5046         Log: Large file support testing.
5047      Branch: cfgperl
5048            + t/op/lfs.t
5049            ! MANIFEST t/op/64bit.t
5050 ____________________________________________________________________________
5051 [  3946] By: jhi                                   on 1999/08/10  09:13:54
5052         Log: Remove I32 casting from time-related functions.
5053      Branch: cfgperl
5054            ! pp_sys.c
5055 ____________________________________________________________________________
5056 [  3945] By: jhi                                   on 1999/08/10  09:06:42
5057         Log: Gratuitous uid and gid casts to I32s and ints removed.
5058              There are still problem spots in printfing such ids:
5059              width (%d vs %ld) and signedness %d vs %u.
5060      Branch: cfgperl
5061            ! doio.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
5062            ! perl.c perlapi.c pp_hot.c proto.h
5063 ____________________________________________________________________________
5064 [  3944] By: jhi                                   on 1999/08/10  07:43:03
5065         Log: Remove I32 casts from pp_stat, these make stat()
5066              very broken e.g. on files larger than 2 gigabytes.
5067              Reported by
5068              From: Phil Lobbes <phil@finchcomputer.com>
5069              To: perl5-porters@perl.org
5070              Subject: [ID 19990810.001] Possible bug using stat w/large files Digital
5071              UNIX Perl 5.005_03
5072              Date: Mon, 09 Aug 1999 21:38:54 -0700
5073              Message-Id: <199908100438.VAA08292@ultra.finchcomputer.com>
5074              
5075              There are more of these I32 casts all over pp_sys.c,
5076              all of them should be checked.
5077      Branch: cfgperl
5078            ! pp_sys.c
5079 ____________________________________________________________________________
5080 [  3943] By: jhi                                   on 1999/08/10  07:38:30
5081         Log: Remove blathering.
5082      Branch: cfgperl
5083            ! lib/unicode/mktables.PL
5084 ____________________________________________________________________________
5085 [  3942] By: jhi                                   on 1999/08/09  20:35:13
5086         Log: lexwarn maintenance: new warning class unsafe
5087              subclasses 'overflow' and 'portable' created,
5088              used by the recent integer overflow warnings.
5089              Class syntax subclass 'octal' renamed to 'digit',
5090              binary and hexadecimal parsing errors also 'digit' warnings.
5091      Branch: cfgperl
5092            ! lib/warning.pm pod/perllexwarn.pod t/pragma/warn/util toke.c
5093            ! util.c warning.h warning.pl
5094 ____________________________________________________________________________
5095 [  3941] By: jhi                                   on 1999/08/09  10:40:47
5096         Log: Integrate with Nick.
5097      Branch: cfgperl
5098           +> opnames.h
5099           !> Changes MANIFEST embed.h embed.pl ext/B/B/C.pm ext/B/B/CC.pm
5100           !> global.sym opcode.h opcode.pl perl.h perlapi.c pp.c
5101 ____________________________________________________________________________
5102 [  3940] By: jhi                                   on 1999/08/09  10:32:43
5103         Log: Regenerate the Unicode tables after having updated the Unicode
5104              database (change #3939).
5105      Branch: cfgperl
5106            ! (edit 157 files)
5107 ____________________________________________________________________________
5108 [  3939] By: jhi                                   on 1999/08/09  10:27:22
5109         Log: Unicode data updated to be the latest beta of the Unicode 3.0.
5110      Branch: cfgperl
5111            ! lib/unicode/UnicodeData-Latest.txt
5112 ____________________________________________________________________________
5113 [  3938] By: jhi                                   on 1999/08/09  10:25:54
5114         Log: Ethiopic changes via private email from Daniel Yacob,
5115              <dmulholl@cs.indiana.edu>.  Ethiopic and Cherokee done,
5116              Canadian Syllabics and Yi under construction.
5117      Branch: cfgperl
5118            + lib/unicode/syllables.txt
5119            - lib/unicode/EthiopicSyllables.txt
5120            - lib/unicode/MakeEthiopicSyllables.PL
5121            ! MANIFEST lib/unicode/UnicodeData-Latest.txt
5122            ! lib/unicode/mktables.PL
5123 ____________________________________________________________________________
5124 [  3937] By: jhi                                   on 1999/08/09  10:21:51
5125         Log: Move the equivalence class creation last.
5126      Branch: cfgperl
5127            ! lib/unicode/mktables.PL
5128 ____________________________________________________________________________
5129 [  3936] By: jhi                                   on 1999/08/09  10:20:40
5130         Log: Compute equivalence classes (diacritics stripping) only
5131              for letters, not for ligatures.
5132      Branch: cfgperl
5133            ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
5134            ! lib/unicode/mktables.PL
5135 ____________________________________________________________________________
5136 [  3935] By: nick                                  on 1999/08/08  13:53:57
5137         Log: Will now correctly re-call 
5138              bootstrap "Foo";
5139              if requested. This should allow build on Win32 and other
5140              platforms where you cannot link to loadables directly.
5141      Branch: perl
5142            ! ext/B/B/C.pm
5143 ____________________________________________________________________________
5144 [  3934] By: nick                                  on 1999/08/07  12:23:55
5145         Log: Vishal Bhatia <vishalb@my-deja.com>
5146              Subject: [PATCH 5.005_60] fix for some obscure bugs (compiler)
5147              Message-ID: <HLPEBPHPAKHKAAAA@my-deja.com>
5148      Branch: perl
5149            ! ext/B/B/CC.pm
5150 ____________________________________________________________________________
5151 [  3933] By: nick                                  on 1999/08/07  12:19:46
5152         Log: B::C changes to get simple Tk app. compiling again
5153      Branch: perl
5154            ! ext/B/B/C.pm
5155 ____________________________________________________________________________
5156 [  3932] By: jhi                                   on 1999/08/06  21:17:16
5157         Log: Regen Configure to include change #3915.
5158      Branch: cfgperl
5159            ! Configure config_h.SH
5160 ____________________________________________________________________________
5161 [  3931] By: jhi                                   on 1999/08/06  18:52:57
5162         Log: Todo update.
5163      Branch: cfgperl
5164            ! Todo Todo-5.005 lib/unicode/mktables.PL
5165 ____________________________________________________________________________
5166 [  3930] By: jhi                                   on 1999/08/06  13:13:05
5167         Log: Character class equivalence tables.
5168      Branch: cfgperl
5169            + lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
5170            ! MANIFEST lib/unicode/mktables.PL
5171 ____________________________________________________________________________
5172 [  3929] By: jhi                                   on 1999/08/06  11:59:11
5173         Log: More Fcntl constants.  (This process really needs
5174              to be automated, at least partly, see the Errno extension.)
5175              Now also the SEEK_ constants are available via the Fcntl.
5176              Yes, this is redundant (IO::Seekable and POSIX supply them already),
5177              but now Fcntl is a one-stop shopping mall for all your
5178              file-related constants.    
5179      Branch: cfgperl
5180            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs pod/perlfunc.pod
5181 ____________________________________________________________________________
5182 [  3928] By: jhi                                   on 1999/08/06  08:08:03
5183         Log: Protect against pack/unpack repeat count overflows,
5184              based on:
5185              
5186              From: Nathan Torkington <gnat@frii.com>
5187              To: Brian Keefer <mgomes@cwix.com>
5188              Cc: perl5-porters@perl.org
5189              Subject: Re: [ID 19990806.001] Core dump with obfuscated code
5190              Date: Thu, 5 Aug 1999 23:01:51 -0600 (MDT)
5191              Message-ID: <14250.27711.769942.100675@localhost.frii.com>
5192      Branch: cfgperl
5193            ! pod/perldiag.pod pp.c
5194 ____________________________________________________________________________
5195 [  3927] By: jhi                                   on 1999/08/06  07:32:20
5196         Log: Fix for Nathan's fix (#3920) from Guy Decoux.
5197              
5198              From: Nathan Torkington <gnat@frii.com>
5199              To: perl5-porters@perl.org
5200              Subject: Bugfix for my bugfix
5201              Date: Thu, 5 Aug 1999 21:25:47 -0600 (MDT)
5202              Message-ID: <14250.21947.765134.940583@localhost.frii.com>
5203      Branch: cfgperl
5204            ! ext/B/B/Assembler.pm
5205 ____________________________________________________________________________
5206 [  3926] By: jhi                                   on 1999/08/05  17:25:19
5207         Log: Fix regex charclass parsing so that bogus ranges
5208              like [0-\d] and [[:word:]-z] are no more allowed.
5209              The anomaly was noticed by Guy Decoux.
5210      Branch: cfgperl
5211            ! pod/perldiag.pod pod/perlre.pod regcomp.c t/op/re_tests
5212 ____________________________________________________________________________
5213 [  3925] By: jhi                                   on 1999/08/05  10:31:47
5214         Log: split /^/ deprecation warning should not be on by default.
5215      Branch: cfgperl
5216            ! pp.c
5217 ____________________________________________________________________________
5218 [  3923] By: jhi                                   on 1999/08/05  09:16:57
5219         Log: From: paul.marquess@bt.com
5220              To: jhi@iki.fi, paul.marquess@bt.com
5221              Cc: gsar@ActiveState.com, perl5-porters@perl.org
5222              Subject: RE: [PATCH 5.005_60] anydbm.t + DB_File + Berkeley DB >= 2.4.10
5223              Date: Thu, 5 Aug 1999 09:33:14 +0100
5224              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49B26@mbtlipnt02.btlabs.bt.co.uk>
5225      Branch: cfgperl
5226            ! t/lib/anydbm.t
5227 ____________________________________________________________________________
5228 [  3921] By: jhi                                   on 1999/08/05  08:05:13
5229         Log: From: paul.marquess@bt.com
5230              To: perl5-porters@perl.org
5231              Cc: gsar@activestate.com, nik@tiuk.ti.com, jhi@iki.fi,
5232              randy@theoryx5.uwinnipeg.ca
5233              Subject:  [PATCH 5.005_60] DB_File 1.70
5234              Date: Wed, 4 Aug 1999 23:22:22 +0100
5235              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49B21@mbtlipnt02.btlabs.bt.co.uk>
5236              
5237              (Replaces change #3917)
5238      Branch: cfgperl
5239            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
5240            ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
5241 ____________________________________________________________________________
5242 [  3920] By: jhi                                   on 1999/08/04  19:02:58
5243         Log: From: Nathan Torkington <gnat@frii.com>
5244              To: perl5-porters@perl.org
5245              Subject: [5.005_60 PATCH] Make B::Bytecode work
5246              Date: Wed, 4 Aug 1999 11:24:56 -0600 (MDT)
5247              Message-ID: <14248.30568.769427.216092@localhost.frii.com>
5248      Branch: cfgperl
5249            ! ext/B/B/Assembler.pm
5250 ____________________________________________________________________________
5251 [  3919] By: jhi                                   on 1999/08/04  10:56:26
5252         Log: Update history records.
5253      Branch: cfgperl
5254            ! pod/perlhist.pod
5255 ____________________________________________________________________________
5256 [  3918] By: jhi                                   on 1999/08/04  09:36:13
5257         Log: Minor fixes to linux -Dusethreads -Duseperlio.
5258      Branch: cfgperl
5259            ! perlio.c
5260 ____________________________________________________________________________
5261 [  3917] By: jhi                                   on 1999/08/04  08:13:20
5262         Log: (Replaced by change #3921)
5263              From: paul.marquess@bt.com
5264              To: gsar@activestate.com
5265              Cc: perl5-porters@perl.org
5266              Subject: [PATCH 5.005_60] DB_File 1.69
5267              Date: Tue, 3 Aug 1999 22:55:00 +0100
5268              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6D04@mbtlipnt02.btlabs.bt.co.uk>
5269      Branch: cfgperl
5270            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
5271            ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
5272 ____________________________________________________________________________
5273 [  3916] By: jhi                                   on 1999/08/04  07:59:05
5274         Log: Introduce the charnames pragma.
5275              
5276              Subject: [PATCH 5.005_58] Free \C (for named chars), move to \O
5277              From: Ilya Zakharevich <[9]ilya@math.ohio-state.edu>
5278              To: Chip Salzenberg <[11]chip@perlsupport.com>
5279              Cc: Mailing list Perl5 <[12]perl5-porters@perl.org>
5280              Date: Sat, 31 Jul 1999 05:44:05 -0400
5281              Message-Id: <[13]199907311407.IAA25042@localhost.frii.com>
5282              
5283              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5284              To: Mailing list Perl5 <perl5-porters@perl.org>
5285              Subject: [PATCH 5.005_58] Named characters in Perl
5286              Date: Mon, 2 Aug 1999 19:25:40 -0400
5287              Message-ID: <19990802192540.B24407@monk.mps.ohio-state.edu>
5288      Branch: cfgperl
5289            + lib/charnames.pm t/lib/charnames.t
5290            ! MAINTAIN MANIFEST lib/utf8.pm pod/perldiag.pod pod/perlop.pod
5291            ! pod/perlre.pod regcomp.c toke.c
5292 ____________________________________________________________________________
5293 [  3915] By: jhi                                   on 1999/08/03  21:18:49
5294         Log: Support Configure -Dmake=pmake.
5295              Via private email from Andy.
5296              NOTE: assumes "basename" command.
5297      Branch: metaconfig
5298            ! U/modified/Config_sh.U
5299 ____________________________________________________________________________
5300 [  3914] By: jhi                                   on 1999/08/03  21:11:11
5301         Log: The op/filetest.t failed subtest 7 if testing as root.
5302              
5303              From: =?iso-8859-1?Q?Fran=E7ois=20D=E9sarm=E9nien?= <desar@club-internet.fr>
5304              To: perl5-porters@perl.org
5305              Subject: [ID 19990727.039] Not OK: perl 5.00558 on i386-sco 3.2v5.0.4
5306              Date: Tue, 27 Jul 1999 22:54:05 +0200
5307              Message-Id: <379E1C6D.626DC765@club-internet.fr>
5308      Branch: cfgperl
5309            ! t/op/filetest.t
5310 ____________________________________________________________________________
5311 [  3911] By: jhi                                   on 1999/08/03  19:52:38
5312         Log: The "-Dusethreads -Duseperlio" combination failed.
5313              
5314              From: Spider Boardman <spider@leggy.zk3.dec.com>
5315              To: perl5-porters@perl.org
5316              Subject: [ID 19990803.007] Not OK: perl 5.00560 on alpha-dec_osf-thread
5317              4.0 (UNINSTALLED)
5318              Date: Tue, 3 Aug 1999 14:25:00 -0400
5319              Message-Id: <199908031825.OAA29254@leggy.zk3.dec.com>
5320              
5321              See also change #3912.
5322      Branch: cfgperl
5323            ! perlio.c
5324 ____________________________________________________________________________
5325 [  3910] By: jhi                                   on 1999/08/03  10:44:24
5326         Log: From: Chris Nandor <pudge@pobox.com>
5327              To: perl5-porters@perl.org
5328              Subject: [PATCH 5.005_58] perlbug.PL 1.27
5329              Date: Wed, 28 Jul 1999 23:42:49 -0400
5330              Message-Id: <v04210104b3c57ce9e3de@[152.167.11.247]>
5331      Branch: cfgperl
5332            ! utils/perlbug.PL
5333 ____________________________________________________________________________
5334 [  3909] By: jhi                                   on 1999/08/03  10:41:04
5335         Log: Hints for building ByteLoader in SunoS.  Based on
5336              From: Andy Dougherty <doughera@lafayette.edu>
5337              To: Gurusamy Sarathy <gsar@activestate.com>
5338              Cc: Perl Porters <perl5-porters@perl.org>
5339              Subject: Re: 5.005_58 Not OK SunOS 4.1.3
5340              Date: Mon, 2 Aug 1999 14:01:58 -0400 (EDT)
5341              Message-Id: <Pine.GSU.4.05.9908021357410.5873-100000@newton.phys>
5342      Branch: cfgperl
5343            + ext/ByteLoader/hints/sunos.pl
5344            ! MANIFEST ext/ByteLoader/ByteLoader.xs
5345 ____________________________________________________________________________
5346 [  3908] By: jhi                                   on 1999/08/03  09:29:22
5347         Log: Clarify RE engine code; inline a static function to a macro;
5348              make exact string nodes smaller.
5349              
5350              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5351              To: perl5-porters@perl.org (Mailing list Perl5)
5352              Subject: [PATCH 5.005_60] Cosmetic change to REx engine
5353              Date: Mon, 2 Aug 1999 21:53:36 -0400 (EDT)
5354              Message-Id: <199908030153.VAA10542@monk.mps.ohio-state.edu>
5355      Branch: cfgperl
5356            ! Makefile.SH embed.pl global.sym keywords.h lib/warning.pm
5357            ! opcode.h pp.sym pp_proto.h regcomp.c regcomp.h regexec.c
5358            ! regnodes.h warning.h
5359 ____________________________________________________________________________
5360 [  3907] By: jhi                                   on 1999/08/03  08:11:49
5361         Log: 5_59 configured with -Dd_bincompat5005 can't be made
5362              binary compatible with a 5_03 which was built with -DEMBEDMYMALLOC.
5363              
5364              From: Spider Boardman <spider@leggy.zk3.dec.com>
5365              To: perl5-porters@perl.org
5366              Subject: [ID 19990802.016] Not OK: perl 5.00559
5367              Date: Mon, 2 Aug 1999 16:11:13 -0400
5368              Message-Id: <199908022011.QAA30224@leggy.zk3.dec.com>
5369      Branch: cfgperl
5370            ! embed.pl
5371 ____________________________________________________________________________
5372 [  3906] By: jhi                                   on 1999/08/03  07:48:59
5373         Log: Change #3790 redemption: with a little additional
5374              patch from Ilya it works okay.
5375      Branch: cfgperl
5376            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
5377            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
5378 ____________________________________________________________________________
5379 [  3905] By: gsar                                  on 1999/08/02  21:03:23
5380         Log: this will be 5.005_60
5381      Branch: perl
5382            ! Changes
5383
5384 ----------------
5385 Version 5.005_60
5386 ----------------
5387
5388 ____________________________________________________________________________
5389 [  3904] By: gsar                                  on 1999/08/02  20:30:23
5390         Log: don't enable PERL_POLLUTE_MALLOC when EMBEDMYMALLOC is
5391              in effect (from Spider Boardman <spider@leggy.zk3.dec.com>);
5392              regen headers
5393      Branch: perl
5394            ! embed.h embed.pl global.sym opcode.h perlapi.c
5395 ____________________________________________________________________________
5396 [  3903] By: gsar                                  on 1999/08/02  20:26:07
5397         Log: native int pack/unpack fixes (from Spider Boardman
5398              <spider@leggy.zk3.dec.com>)
5399      Branch: perl
5400            ! pp.c
5401 ____________________________________________________________________________
5402 [  3902] By: gsar                                  on 1999/08/02  20:24:41
5403         Log: fix broken -DDEBUGGING_OPS (from Spider Boardman
5404              <spider@leggy.zk3.dec.com>)
5405      Branch: perl
5406            + opnames.h
5407            ! Changes MANIFEST opcode.pl perl.h
5408 ____________________________________________________________________________
5409 [  3901] By: gsar                                  on 1999/08/02  18:51:18
5410         Log: integrate cfgperl contents
5411      Branch: perl
5412           !> INSTALL README pod/perldelta.pod
5413 ____________________________________________________________________________
5414 [  3900] By: jhi                                   on 1999/08/02  18:46:21
5415         Log: Update README and INSTALL; partly based on the message
5416              
5417              From: "John L. Allen" <allen@grumman.com>
5418              To: Jarkko Hietaniemi <jhi@iki.fi>
5419              cc: perl5-porters@perl.org
5420              Subject: Re: Perl Installation Problem
5421              Date: Thu, 29 Jul 1999 14:55:05 -0400 (EDT)
5422              Message-ID: <Pine.SOL.3.91.990729144440.1035A-100000@gateway.grumman.com>
5423              
5424              and private email from Andy Dougherty.
5425      Branch: cfgperl
5426            ! INSTALL README
5427 ____________________________________________________________________________
5428 [  3899] By: jhi                                   on 1999/08/02  18:36:35
5429         Log: Integrate with Sarathy.
5430      Branch: cfgperl
5431           !> op.c
5432 ____________________________________________________________________________
5433 [  3898] By: jhi                                   on 1999/08/02  18:34:49
5434         Log: Update PERL_BINCOMPAT_5005; update 64-bitness.
5435      Branch: cfgperl
5436            ! pod/perldelta.pod
5437 ____________________________________________________________________________
5438 [  3897] By: gsar                                  on 1999/08/02  18:18:37
5439         Log: optimizations could sometimes bypass bareword check
5440      Branch: perl
5441            ! op.c
5442 ____________________________________________________________________________
5443 [  3896] By: jhi                                   on 1999/08/02  18:18:34
5444         Log: Integrate with Sarathy.
5445      Branch: cfgperl
5446           !> Changes makedef.pl patchlevel.h win32/Makefile
5447           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
5448           !> win32/makefile.mk
5449 ____________________________________________________________________________
5450 [  3895] By: gsar                                  on 1999/08/02  17:22:40
5451         Log: up patchlevel etc.
5452      Branch: perl
5453            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
5454            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
5455 ____________________________________________________________________________
5456 [  3894] By: gsar                                  on 1999/08/02  17:12:31
5457         Log: integrate change#3893, make it conditional on bincompat5005
5458      Branch: perl
5459            ! makedef.pl
5460 ____________________________________________________________________________
5461 [  3893] By: jhi                                   on 1999/08/02  16:49:08
5462         Log: PERL_BINCOMPAT_5005 symbol translation.
5463              (AIX wouldn't link neither perl nor extensions.)
5464      Branch: cfgperl
5465            ! makedef.pl
5466 ____________________________________________________________________________
5467 [  3892] By: gsar                                  on 1999/08/02  16:09:13
5468         Log: integrate cfgperl contents into mainline
5469      Branch: perl
5470           +> t/op/64bit.t
5471            ! Changes
5472           !> Configure MANIFEST config_h.SH doio.c dump.c hints/aix.sh op.c
5473           !> pod/perlfunc.pod pp_hot.c pp_sys.c regcomp.c sv.c t/io/open.t
5474           !> t/pragma/utf8.t t/pragma/warn/pp_hot toke.c util.c
5475 ____________________________________________________________________________
5476 [  3891] By: jhi                                   on 1999/08/02  14:52:40
5477         Log: AIX long long probing requires LL suffix for
5478              the ll constant.  The suffix doesn't seem
5479              to bother other ll platforms.
5480      Branch: cfgperl
5481            ! Configure config_h.SH hints/aix.sh
5482      Branch: metaconfig/U/perl
5483            ! quadfio.U
5484 ____________________________________________________________________________
5485 [  3890] By: jhi                                   on 1999/08/02  14:21:55
5486         Log: Exact path to perl for open -|.
5487      Branch: cfgperl
5488            ! t/io/open.t
5489 ____________________________________________________________________________
5490 [  3889] By: jhi                                   on 1999/08/02  14:18:03
5491         Log: Integrate with Sarathy.
5492      Branch: cfgperl
5493           !> Changes patchlevel.h pod/perlhist.pod pp_ctl.c util.c
5494           !> win32/Makefile win32/config_H.bc win32/config_H.gc
5495           !> win32/config_H.vc win32/makefile.mk win32/win32.c
5496 ____________________________________________________________________________
5497 [  3888] By: jhi                                   on 1999/08/02  14:14:29
5498         Log: AIX -Duse64bits: old AIXen do not have the getconf variables.
5499      Branch: cfgperl
5500            ! hints/aix.sh
5501 ____________________________________________________________________________
5502 [  3887] By: jhi                                   on 1999/08/02  12:53:10
5503         Log: Fix some of the {IV_IS_QUAD,UV_IS_QUAD} cases so that
5504              emacs code indentation doesn't get wrong ideas--
5505              in other words, introduce a couple of "redundant" if:s.
5506      Branch: cfgperl
5507            ! doio.c dump.c op.c pp_hot.c pp_sys.c regcomp.c sv.c toke.c
5508            ! util.c
5509 ____________________________________________________________________________
5510 [  3886] By: jhi                                   on 1999/08/02  12:43:16
5511         Log: Mention that also *BSD systems with glibc are known to stumble.
5512      Branch: cfgperl
5513            ! t/pragma/warn/pp_hot
5514 ____________________________________________________________________________
5515 [  3885] By: jhi                                   on 1999/08/02  12:34:15
5516         Log: Allow also non-long long but still quad platforms print quads.
5517      Branch: cfgperl
5518            ! Configure config_h.SH
5519      Branch: metaconfig/U/perl
5520            ! longdblfio.U quadfio.U
5521 ____________________________________________________________________________
5522 [  3884] By: jhi                                   on 1999/08/02  11:56:14
5523         Log: Fix regclass utf8 hex ranges for quads.
5524      Branch: cfgperl
5525            ! regcomp.c
5526 ____________________________________________________________________________
5527 [  3883] By: jhi                                   on 1999/08/02  11:42:14
5528         Log: Enhance the description of how to detect quad support.
5529      Branch: cfgperl
5530            ! pod/perlfunc.pod
5531 ____________________________________________________________________________
5532 [  3882] By: jhi                                   on 1999/08/02  11:22:19
5533         Log: Fix printf %D %U %O for quads.
5534      Branch: cfgperl
5535            ! sv.c t/op/64bit.t
5536 ____________________________________________________________________________
5537 [  3881] By: jhi                                   on 1999/08/02  11:16:12
5538         Log: Document quad printing.
5539      Branch: cfgperl
5540            ! pod/perlfunc.pod
5541 ____________________________________________________________________________
5542 [  3880] By: jhi                                   on 1999/08/02  10:32:01
5543         Log: More 64-bit fixing.  One known bug of that kind
5544              remains, 32-bit platforms using long long in
5545              the test t/pragma/utf8 subtests 1-3 fail.
5546              (Update: change    #3884 fixed that one.)
5547      Branch: cfgperl
5548            + t/op/64bit.t
5549            ! Configure MANIFEST config_h.SH regcomp.c sv.c t/pragma/utf8.t
5550
5551 ----------------
5552 Version 5.005_59
5553 ----------------
5554
5555 ____________________________________________________________________________
5556 [  3879] By: gsar                                  on 1999/08/02  08:18:58
5557         Log: integrate cfgperl changes into mainline
5558      Branch: perl
5559           !> Configure config_h.SH sv.c
5560 ____________________________________________________________________________
5561 [  3878] By: gsar                                  on 1999/08/02  08:13:16
5562         Log: change#3692 had an unintentional patch leak through!
5563              (this would explain the mysterious C<next LABEL> failures
5564              people have seen)
5565      Branch: perl
5566            ! pp_ctl.c
5567 ____________________________________________________________________________
5568 [  3877] By: gsar                                  on 1999/08/02  08:00:29
5569         Log: up patchlevel to 59
5570      Branch: perl
5571            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
5572            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
5573            ! win32/makefile.mk
5574 ____________________________________________________________________________
5575 [  3876] By: gsar                                  on 1999/08/02  07:51:18
5576         Log: fix coredump under usethreads+debug
5577      Branch: perl
5578            ! util.c
5579 ____________________________________________________________________________
5580 [  3875] By: jhi                                   on 1999/08/02  07:50:51
5581         Log: d_bincompat5005 could be left empty.
5582      Branch: cfgperl
5583            ! Configure config_h.SH
5584      Branch: metaconfig/U/perl
5585            ! bincompat5005.U
5586 ____________________________________________________________________________
5587 [  3874] By: jhi                                   on 1999/08/02  07:42:45
5588         Log: Fix printf %d when IV is quad.
5589      Branch: cfgperl
5590            ! sv.c
5591 ____________________________________________________________________________
5592 [  3873] By: gsar                                  on 1999/08/02  07:41:03
5593         Log: fix d_bincompat5005='' junking config.h
5594      Branch: perl
5595            ! Configure
5596 ____________________________________________________________________________
5597 [  3872] By: gsar                                  on 1999/08/02  07:38:48
5598         Log: C needs parameter list, not merely type
5599      Branch: perl
5600            ! win32/win32.c
5601 ____________________________________________________________________________
5602 [  3871] By: jhi                                   on 1999/08/02  07:20:51
5603         Log: Integrate with Sarathy.
5604      Branch: cfgperl
5605           !> Changes ext/B/B/C.pm ext/B/B/CC.pm regexec.c
5606 ____________________________________________________________________________
5607 [  3870] By: gsar                                  on 1999/08/02  07:12:18
5608         Log: integrate cfgperl changes into mainline
5609      Branch: perl
5610            ! Changes
5611           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
5612           !> Porting/config_H config_h.SH doio.c dump.c mg.c op.c perl.h
5613           !> pp_ctl.c pp_hot.c pp_sys.c scope.c sv.c t/pragma/warn/sv
5614           !> toke.c util.c
5615 ____________________________________________________________________________
5616 [  3869] By: gsar                                  on 1999/08/02  06:59:09
5617         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
5618              Date: Sat, 31 Jul 1999 19:08:33 -0700
5619              Message-ID: <LAONLKLELDJAFAAA@my-deja.com>
5620              Subject: [PATCH 5.005_58] "use constant" in the compiler
5621      Branch: perl
5622            ! ext/B/B/C.pm ext/B/B/CC.pm
5623 ____________________________________________________________________________
5624 [  3868] By: gsar                                  on 1999/08/02  06:55:51
5625         Log: debug build tweak
5626      Branch: perl
5627            ! regexec.c
5628 ____________________________________________________________________________
5629 [  3867] By: gsar                                  on 1999/08/02  06:35:18
5630         Log: create vmsperl branch (to be owned and operated by: cbailey)
5631      Branch: vmsperl
5632           +> (branch 1476 files)
5633 ____________________________________________________________________________
5634 [  3866] By: jhi                                   on 1999/08/01  23:34:40
5635         Log: so_locations once is enough.
5636      Branch: cfgperl
5637            ! Makefile.SH
5638 ____________________________________________________________________________
5639 [  3865] By: jhi                                   on 1999/08/01  23:13:05
5640         Log: Simplicate duplicated code.
5641      Branch: cfgperl
5642            ! util.c
5643 ____________________________________________________________________________
5644 [  3864] By: jhi                                   on 1999/08/01  22:41:41
5645         Log: Integrate with Sarathy.  perl.h and util.c required manual resolving.
5646      Branch: cfgperl
5647           +> README.cygwin cygwin/Makefile.SHs cygwin/ld2.in
5648           +> cygwin/perlld.in ext/DynaLoader/dl_cygwin.xs hints/cygwin.sh
5649            - README.cygwin32 cygwin32/Makefile.SHs
5650            - cygwin32/build-instructions.READFIRST
5651            - cygwin32/build-instructions.charles-wilson
5652            - cygwin32/build-instructions.sebastien-barre
5653            - cygwin32/build-instructions.steven-morlock
5654            - cygwin32/build-instructions.steven-morlock2 cygwin32/ld2.in
5655            - cygwin32/perlld.in ext/DynaLoader/dl_cygwin32.xs
5656            - hints/cygwin32.sh
5657           !> (integrate 61 files)
5658 ____________________________________________________________________________
5659 [  3863] By: jhi                                   on 1999/08/01  22:36:02
5660         Log: Regen Configure and Glossary once again.
5661      Branch: cfgperl
5662            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5663            ! config_h.SH
5664 ____________________________________________________________________________
5665 [  3862] By: jhi                                   on 1999/08/01  22:26:09
5666         Log: Glossary update for #3861.
5667      Branch: cfgperl
5668            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5669            ! config_h.SH
5670 ____________________________________________________________________________
5671 [  3861] By: jhi                                   on 1999/08/01  22:22:51
5672         Log: 64-bit work.  Now 32-bit platforms get a 100% make test
5673              with -Duse64bits (using long long).
5674              Tested in Solaris 2.6 sparc  RH Linux 6.0 x86
5675              (and Digital IX 4.0D, to get a true 64-bit opinion).  Now e.g.
5676              'print unpack "q", pack "q", 12345678901'
5677              should work on such 32-bit platforms.
5678              Still a lot of printf()s behind -D which wrongly assume
5679              that %ld/%lx and (long) are a good combination.
5680              Introducing a slew of new macros intended to be used in printf()
5681              format strings: e. g. PERL_PRId64 is the string to be used
5682              when printing an IV, printf("%" PERL_PRId64 "\n", iv).
5683              The PRI... naming follows the C9X naming of <inttypes.h> macros.
5684      Branch: cfgperl
5685            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5686            ! config_h.SH doio.c dump.c mg.c op.c perl.h pp_ctl.c pp_hot.c
5687            ! pp_sys.c scope.c sv.c t/pragma/warn/sv toke.c util.c
5688      Branch: metaconfig/U/perl
5689            + atolf.U atoll.U longdblfio.U quadfio.U strtoull.U
5690 ____________________________________________________________________________
5691 [  3860] By: gsar                                  on 1999/08/01  21:23:18
5692         Log: integrate cfgperl contents into mainline
5693      Branch: perl
5694            ! toke.c
5695           !> (integrate 29 files)
5696 ____________________________________________________________________________
5697 [  3859] By: gsar                                  on 1999/08/01  21:13:09
5698         Log: From: Nathan Torkington <gnat@frii.com>
5699              Date: Sun, 1 Aug 1999 11:23:35 -0600 (MDT)
5700              Message-ID: <14244.33431.739419.806927@localhost.frii.com>
5701              Subject: [PATCH 5.005_58] ext/B/B/Disassembler.pm patch
5702      Branch: perl
5703            ! ext/B/B/Disassembler.pm
5704 ____________________________________________________________________________
5705 [  3858] By: gsar                                  on 1999/08/01  21:09:15
5706         Log: DB_File 1.68 update from Paul Marquess
5707      Branch: perl
5708            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
5709            ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
5710            ! t/lib/db-recno.t
5711 ____________________________________________________________________________
5712 [  3857] By: gsar                                  on 1999/08/01  21:05:54
5713         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5714              Date: Sat, 31 Jul 1999 05:13:38 -0400
5715              Message-Id: <199907311407.IAA25038@localhost.frii.com>
5716              Subject: [PATCH 5.005_58] More optimizations to REx engine
5717      Branch: perl
5718            ! embed.pl embedvar.h ext/Thread/Thread.xs objXSUB.h perl.c
5719            ! perl.h proto.h regcomp.c regexec.c t/op/re_tests thrdvar.h
5720 ____________________________________________________________________________
5721 [  3856] By: gsar                                  on 1999/08/01  20:59:59
5722         Log: slightly modified version of suggested patch
5723              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5724              Date: Sat, 31 Jul 1999 04:45:12 -0400
5725              Message-Id: <199907311406.IAA25034@localhost.frii.com>
5726              Subject: [PATCH 5.005_58] Fix OS/2 build
5727      Branch: perl
5728            ! Makefile.SH lib/ExtUtils/MM_OS2.pm lib/ExtUtils/Mksymlists.pm
5729            ! makedef.pl os2/Makefile.SHs os2/diff.configure perl.h sv.h
5730 ____________________________________________________________________________
5731 [  3855] By: gsar                                  on 1999/08/01  20:49:06
5732         Log: cygwin update
5733              From: "Fifer, Eric" <EFifer@sanwaint.com>
5734              Date: Fri, 30 Jul 1999 18:31:48 +0100
5735              Message-Id: <71E287AB0D94D111BBD600600849EC8185EE06@POST>
5736              Subject: [ID 19990730.003] PATCH] perl5.005_58 cygwin port
5737      Branch: perl
5738            ! doio.c dosish.h lib/File/Spec/Unix.pm mg.c perl.h perlsdio.h
5739            ! pp_sys.c unixish.h util.c
5740 ____________________________________________________________________________
5741 [  3854] By: gsar                                  on 1999/08/01  20:41:53
5742         Log: fixes from Stephen McCamant that address bugs in change#3612
5743              (the optimization shouldn't be enabled in expressions where
5744              the variable is introduced), and fix Deparse to grok the
5745              optimization
5746              Date: Thu, 29 Jul 1999 21:21:49 -0500 (CDT)
5747              Message-ID: <14241.3133.979257.953396@alias-2.pr.mcs.net>
5748              Subject: [PATCH _58] Set OPpTARGET_MY more consistently
5749              --
5750              Date: Thu, 29 Jul 1999 22:31:16 -0500 (CDT)
5751              Message-ID: <14241.7300.181386.763503@alias-2.pr.mcs.net>
5752              Subject: [PATCH _58] Disable TARGET_MY-ization on variable introduction
5753              --
5754              Date: Fri, 30 Jul 1999 22:25:27 -0500 (CDT)
5755              Message-Id: <199907310326.VAA24376@localhost.frii.com>
5756              Subject: [PATCH _58, long] B::Deparse (was Re: New warning 'Useless use of...')
5757      Branch: perl
5758            ! ext/B/B/Deparse.pm op.c
5759 ____________________________________________________________________________
5760 [  3853] By: gsar                                  on 1999/08/01  20:31:32
5761         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
5762              Date: Thu, 29 Jul 1999 14:08:50 -0500 (CDT)
5763              Message-ID: <14240.42690.292893.605292@alias-2.pr.mcs.net>
5764              Subject: [PATCH _58] Two one-liner LOGOP tweaks
5765      Branch: perl
5766            ! op.c opcode.h opcode.pl
5767 ____________________________________________________________________________
5768 [  3852] By: gsar                                  on 1999/08/01  20:29:17
5769         Log: rename cygwin32 to cygwin (from Eric Fifer <EFifer@sanwaint.com>)
5770      Branch: perl
5771            ! AUTHORS EXTERN.h INSTALL MAINTAIN Makefile.SH Porting/patchls
5772            ! README.cygwin README.win32 XSUB.h cygwin/Makefile.SHs
5773            ! ext/DynaLoader/dl_cygwin.xs ext/POSIX/POSIX.xs
5774            ! ext/SDBM_File/sdbm/pair.c hints/cygwin.sh
5775            ! lib/ExtUtils/MM_Cygwin.pm makedepend.SH perl.h pod/perl.pod
5776            ! pod/perlport.pod pp_sys.c util.c
5777 ____________________________________________________________________________
5778 [  3851] By: gsar                                  on 1999/08/01  20:20:05
5779         Log: move files around for s/cygwin32/cygwin/ renaming
5780      Branch: perl
5781           +> README.cygwin cygwin/Makefile.SHs cygwin/ld2.in
5782           +> cygwin/perlld.in ext/DynaLoader/dl_cygwin.xs hints/cygwin.sh
5783            - README.cygwin32 cygwin32/Makefile.SHs
5784            - cygwin32/build-instructions.READFIRST
5785            - cygwin32/build-instructions.charles-wilson
5786            - cygwin32/build-instructions.sebastien-barre
5787            - cygwin32/build-instructions.steven-morlock
5788            - cygwin32/build-instructions.steven-morlock2 cygwin32/ld2.in
5789            - cygwin32/perlld.in ext/DynaLoader/dl_cygwin32.xs
5790            - hints/cygwin32.sh
5791            ! MANIFEST
5792 ____________________________________________________________________________
5793 [  3850] By: gsar                                  on 1999/08/01  20:05:14
5794         Log: posix-bc hints tweak (via private mail from Thomas Dorner
5795              <Thomas.Dorner@start.de>)
5796      Branch: perl
5797            ! Changes hints/posix-bc.sh
5798 ____________________________________________________________________________
5799 [  3849] By: gsar                                  on 1999/08/01  19:50:20
5800         Log: notes on PERL_IMPLICIT_CONTEXT (from a version by Nathan Torkington
5801              <gnat@frii.com>)
5802      Branch: perl
5803            ! perl.h pod/perldelta.pod pod/perlguts.pod
5804 ____________________________________________________________________________
5805 [  3848] By: gsar                                  on 1999/08/01  18:34:41
5806         Log: fix defined(@foo) encarpments
5807      Branch: perl
5808            ! ext/B/B/C.pm lib/CGI.pm lib/Dumpvalue.pm lib/dumpvar.pl
5809            ! pod/perltrap.pod
5810 ____________________________________________________________________________
5811 [  3847] By: jhi                                   on 1999/08/01  17:17:07
5812         Log: Undo #3790 and the patches that attempted to fix it
5813              (#3837, #3838, #3845).  The #3790 caused linkage failures
5814              and/or core dumps in Solaris 2.6, Digital UNIX 4.0D, and
5815              IRIX 6.5.
5816      Branch: cfgperl
5817            - ext/SDBM_File/hints/dec_osf.pl ext/SDBM_File/hints/solaris.pl
5818            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
5819            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
5820 ____________________________________________________________________________
5821 [  3846] By: jhi                                   on 1999/08/01  11:41:52
5822         Log: Reading 64-bit decimal numbers was broken because
5823              the NV was cast to an I32, not an IV.
5824      Branch: cfgperl
5825            ! toke.c
5826 ____________________________________________________________________________
5827 [  3845] By: jhi                                   on 1999/08/01  11:00:24
5828         Log: Solaris doesn't like PERL_MALLOC_OK in SDBM_File.
5829      Branch: cfgperl
5830            + ext/SDBM_File/hints/solaris.pl
5831 ____________________________________________________________________________
5832 [  3844] By: jhi                                   on 1999/08/01  10:55:44
5833         Log: Enable Solaris largefiles support only if -Duse64bits is used.
5834              (Effectively removes #3311).
5835      Branch: cfgperl
5836            ! hints/solaris_2.sh
5837 ____________________________________________________________________________
5838 [  3843] By: jhi                                   on 1999/07/31  22:44:56
5839         Log: Integer overflow iteration.
5840      Branch: cfgperl
5841            ! t/op/oct.t toke.c util.c
5842 ____________________________________________________________________________
5843 [  3842] By: jhi                                   on 1999/07/31  22:11:03
5844         Log: Remove a lot of unused regnode codes.
5845              Noticed by Ilya.
5846      Branch: cfgperl
5847            ! regcomp.c regcomp.sym regexec.c regnodes.h
5848 ____________________________________________________________________________
5849 [  3841] By: jhi                                   on 1999/07/31  21:53:54
5850         Log: Make the use64bits and usethreads friendlier/braver;
5851              they no more wimp out if the platform is unknown.
5852              On use64bits if gcc used -DUSE_LONG_LONG is added
5853              to the ccflags (this dependency on gcc caused a slightly weird
5854              reordering of Configure, but things still seem to work.)
5855      Branch: cfgperl
5856            ! Configure README.threads config_h.SH
5857      Branch: metaconfig
5858            ! U/threads/usethreads.U
5859      Branch: metaconfig/U/perl
5860            ! use64bits.U
5861 ____________________________________________________________________________
5862 [  3840] By: jhi                                   on 1999/07/31  20:26:22
5863         Log: Hack the "integer overflow" code some more.
5864      Branch: cfgperl
5865            ! perl.h toke.c util.c
5866 ____________________________________________________________________________
5867 [  3839] By: jhi                                   on 1999/07/31  20:22:00
5868         Log: Test oct() at the 2^32-1 limit.
5869      Branch: cfgperl
5870            ! t/op/oct.t
5871 ____________________________________________________________________________
5872 [  3838] By: jhi                                   on 1999/07/31  20:08:43
5873         Log: Update MANIFEST for #3837.
5874      Branch: cfgperl
5875            ! MANIFEST
5876 ____________________________________________________________________________
5877 [  3837] By: jhi                                   on 1999/07/31  20:02:40
5878         Log: Digital UNIX 4.0D doesn't like perl malloc on sdbm
5879              (a core dump with a corrput stack ensues).
5880      Branch: cfgperl
5881            + ext/SDBM_File/hints/dec_osf.pl
5882 ____________________________________________________________________________
5883 [  3836] By: jhi                                   on 1999/07/29  21:09:01
5884         Log: Allow for Configure -Ubincompat5005 override.
5885      Branch: cfgperl
5886            ! Configure config_h.SH
5887      Branch: metaconfig/U/perl
5888            ! bincompat5005.U
5889 ____________________________________________________________________________
5890 [  3835] By: jhi                                   on 1999/07/29  21:04:02
5891         Log: Make Configure support PERL_BINCOMPAT_5005.
5892      Branch: cfgperl
5893            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5894            ! config_h.SH
5895      Branch: metaconfig/U/perl
5896            + bincompat5005.U
5897 ____________________________________________________________________________
5898 [  3834] By: jhi                                   on 1999/07/29  19:25:35
5899         Log: AIX tweak, need reported by David R. Fravor <dfavor@austin.ibm.com> 
5900      Branch: cfgperl
5901            ! Makefile.SH
5902 ____________________________________________________________________________
5903 [  3833] By: jhi                                   on 1999/07/29  14:07:09
5904         Log: Integrate with Sarathy.  I overruled on perldelta
5905              and perldiag.
5906      Branch: cfgperl
5907           !> README.win32 emacs/cperl-mode.el globals.c installperl
5908           !> iperlsys.h makedef.pl perl.h pod/perldelta.pod
5909           !> pod/perldiag.pod pod/perllexwarn.pod toke.c utils/perldoc.PL
5910           !> win32/Makefile win32/bin/pl2bat.pl win32/makefile.mk
5911           !> win32/perllib.c win32/win32.c
5912 ____________________________________________________________________________
5913 [  3832] By: jhi                                   on 1999/07/29  14:02:50
5914         Log: Repent and make overly large integerish
5915              constants non-fatal.  They are now promoted
5916              to NVs, accompanied by an overflow warning that
5917              is by default on.
5918      Branch: cfgperl
5919            ! embed.pl global.sym pod/perldelta.pod pod/perldiag.pod pp.c
5920            ! proto.h t/op/oct.t t/pragma/warn/6default t/pragma/warn/util
5921            ! toke.c util.c
5922 ____________________________________________________________________________
5923 [  3831] By: jhi                                   on 1999/07/29  11:40:04
5924         Log: AIX exhibits different error on failed system().
5925              Slightly modified patch via private email from
5926              David R. Favor <dfavor@austin.ibm.com>
5927      Branch: cfgperl
5928            ! t/op/exec.t
5929 ____________________________________________________________________________
5930 [  3830] By: gsar                                  on 1999/07/29  07:46:11
5931         Log: cperl-mode.el v4.19
5932      Branch: perl
5933            ! emacs/cperl-mode.el
5934 ____________________________________________________________________________
5935 [  3829] By: gsar                                  on 1999/07/29  07:30:35
5936         Log: From: jan.dubois@ibm.net (Jan Dubois)
5937              Date: Wed, 28 Jul 1999 22:01:42 +0200
5938              Message-ID: <37aa5f9b.12941448@smtp1.ibm.net>
5939              Subject: [PATCH 5.005_58] win32/bin/pl2bat.pl doesn't work correctly
5940      Branch: perl
5941            ! win32/bin/pl2bat.pl
5942 ____________________________________________________________________________
5943 [  3828] By: gsar                                  on 1999/07/29  07:19:27
5944         Log: tweak previous change for multiple hits
5945      Branch: perl
5946            ! utils/perldoc.PL
5947 ____________________________________________________________________________
5948 [  3827] By: gsar                                  on 1999/07/29  07:10:00
5949         Log: band-aid for perldoc -t broken-ness (the new Pod::Text
5950              really needs a pod2text() compatibility function)
5951      Branch: perl
5952            ! utils/perldoc.PL
5953 ____________________________________________________________________________
5954 [  3826] By: gsar                                  on 1999/07/29  01:33:46
5955         Log: minor tweaks to pods and toke.c comments
5956      Branch: perl
5957            ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod toke.c
5958 ____________________________________________________________________________
5959 [  3825] By: gsar                                  on 1999/07/29  00:12:52
5960         Log: integrate cfgperl changes into mainline
5961      Branch: perl
5962           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
5963           !> README.threads config_h.SH ext/IO/lib/IO/Handle.pm
5964           !> ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
5965           !> ext/POSIX/POSIX.xs lib/ExtUtils/Install.pm perl.h
5966           !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
5967           !> pod/perllexwarn.pod pod/perlre.pod pp.c pp_sys.c
5968           !> t/lib/io_unix.t t/op/oct.t t/pragma/warn/6default
5969           !> t/pragma/warn/util toke.c util.c
5970 ____________________________________________________________________________
5971 [  3824] By: jhi                                   on 1999/07/28  21:15:04
5972         Log: Tiny patch to go over #3820 (via private mail from Lincoln).
5973      Branch: cfgperl
5974            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
5975            ! ext/IO/lib/IO/Socket/INET.pm
5976 ____________________________________________________________________________
5977 [  3823] By: jhi                                   on 1999/07/28  20:29:17
5978         Log: Continue pack() doc honing.
5979      Branch: cfgperl
5980            ! pod/perlfunc.pod
5981 ____________________________________________________________________________
5982 [  3822] By: jhi                                   on 1999/07/28  20:17:37
5983         Log: Enhance pack() doc.
5984      Branch: cfgperl
5985            ! pod/perlfunc.pod
5986 ____________________________________________________________________________
5987 [  3821] By: jhi                                   on 1999/07/28  18:34:50
5988         Log: UNIX Domain Sockets are not implemented under QNX.
5989              
5990              From: Norton Allen <allen@huarp.harvard.edu>
5991              To: perl5-porters@perl.org
5992              Subject: [ID 19990728.010] Patch:t/lib/io_unix.t _58 QNX
5993              Date: Wed, 28 Jul 1999 14:07:16 -0400 (edt)
5994              Message-Id: <199907281807.OAA13167@bottesini.harvard.edu>
5995      Branch: cfgperl
5996            ! t/lib/io_unix.t
5997 ____________________________________________________________________________
5998 [  3820] By: jhi                                   on 1999/07/28  18:13:37
5999         Log: IO::* enhancements.
6000              
6001              1) write() and syswrite() will now accept a single-argument
6002              form of the call, for consistency with Perl's syswrite().
6003              2) You can create a TCP-based IO::Socket::INET without forcing
6004              a connect attempt.  This allows you to configure its options
6005              (like making it non-blocking) and then call connect() manually.
6006              3) Fixed a bug that prevented the IO::Socket::protocol() accessor
6007              from ever returning the correct value.
6008              
6009              From: Lincoln Stein <lstein@formaggio.cshl.org>
6010              To: Graham Barr <gbarr@pobox.com>
6011              Cc: Lincoln Stein <lstein@cshl.org>, perl5-porters@perl.org
6012              Subject: Re: patch for IO::*
6013              Date: Wed, 28 Jul 1999 13:55:05 -0400 (EDT)
6014              Message-ID: <14239.17401.330408.145295@formaggio.cshl.org>
6015      Branch: cfgperl
6016            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
6017            ! ext/IO/lib/IO/Socket/INET.pm
6018 ____________________________________________________________________________
6019 [  3819] By: gsar                                  on 1999/07/28  18:08:06
6020         Log: misc PERL_OBJECT tweaks; perlcore.dll is now perl56.dll
6021      Branch: perl
6022            ! README.win32 globals.c installperl iperlsys.h makedef.pl
6023            ! perl.h win32/Makefile win32/makefile.mk win32/perllib.c
6024            ! win32/win32.c
6025 ____________________________________________________________________________
6026 [  3818] By: jhi                                   on 1999/07/28  17:48:16
6027         Log: Need to add QNX to the list for DONT_DECLARE_STD.
6028              (The elimination of use of the _() macro apparently triggered
6029              an incompatability with a #define of atof)
6030              
6031              From: Norton Allen <allen@huarp.harvard.edu>
6032              To: perl5-porters@perl.org
6033              Subject: [ID 19990728.008] Patch:perl.h _58 QNX
6034              Date: Wed, 28 Jul 1999 13:06:23 -0400 (edt)
6035              Message-Id: <199907281706.NAA07617@bottesini.harvard.edu>
6036      Branch: cfgperl
6037            ! perl.h
6038 ____________________________________________________________________________
6039 [  3817] By: jhi                                   on 1999/07/28  17:46:30
6040         Log: Need to add some more conditions to deal with the case
6041              defined(HAS_GETSPNAM) && ! defined(HAS_GETSPENT)
6042              which is true for QNX4.
6043              From: Norton Allen <allen@huarp.harvard.edu>
6044              To: perl5-porters@perl.org
6045              Subject: [ID 19990728.009] Patch:pp_sys.c _58 QNX
6046              Date: Wed, 28 Jul 1999 13:08:42 -0400 (edt)
6047              Message-Id: <199907281708.NAA07947@bottesini.harvard.edu>
6048      Branch: cfgperl
6049            ! pp_sys.c
6050 ____________________________________________________________________________
6051 [  3816] By: jhi                                   on 1999/07/28  17:43:40
6052         Log: The QNX shell needs a couple more semicolons.
6053              
6054              From: Norton Allen <allen@huarp.harvard.edu>
6055              To: perl5-porters@perl.org
6056              Subject: [ID 19990728.007] Patch:Configure _58 QNX
6057              Date: Wed, 28 Jul 1999 13:03:00 -0400 (edt)
6058              Message-Id: <199907281703.NAA07363@bottesini.harvard.edu>
6059              
6060              plus silence metalint moanings on vendorprefix.
6061      Branch: cfgperl
6062            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6063            ! config_h.SH
6064 ____________________________________________________________________________
6065 [  3815] By: jhi                                   on 1999/07/28  17:31:11
6066         Log: Silence metalint on vendorprefix.U.
6067      Branch: metaconfig
6068            ! U/installdirs/vendorprefix.U
6069 ____________________________________________________________________________
6070 [  3814] By: jhi                                   on 1999/07/28  17:13:29
6071         Log: QNX shell needs more semicolons.
6072      Branch: metaconfig/U/perl
6073            ! Extensions.U
6074 ____________________________________________________________________________
6075 [  3813] By: jhi                                   on 1999/07/28  17:05:08
6076         Log: Integrate with Sarathy.
6077      Branch: cfgperl
6078           !> lib/ExtUtils/MM_Unix.pm
6079 ____________________________________________________________________________
6080 [  3812] By: jhi                                   on 1999/07/28  16:20:17
6081         Log: Fix a typo, un-shout, and reformat the installation output.
6082      Branch: cfgperl
6083            ! lib/ExtUtils/Install.pm
6084 ____________________________________________________________________________
6085 [  3811] By: gsar                                  on 1999/07/28  15:41:11
6086         Log: fix typo that caused INSTALLPRIVLIB to have doubled 'perl5'
6087      Branch: perl
6088            ! lib/ExtUtils/MM_Unix.pm
6089 ____________________________________________________________________________
6090 [  3810] By: jhi                                   on 1999/07/28  13:55:57
6091         Log: Talk more about subsecond things in perlfunc.
6092              (Yes, redundant with perlfaq8.)
6093      Branch: cfgperl
6094            ! pod/perlfunc.pod
6095 ____________________________________________________________________________
6096 [  3809] By: jhi                                   on 1999/07/28  07:23:48
6097         Log: Integrate with Sarathy.
6098      Branch: cfgperl
6099           !> configpm hints/freebsd.sh lib/Pod/Html.pm perl.h t/op/grent.t
6100           !> t/op/pwent.t
6101 ____________________________________________________________________________
6102 [  3808] By: jhi                                   on 1999/07/28  07:23:03
6103         Log: Document toke.c.
6104              From: Nathan Torkington <gnat@frii.com>
6105              To: perl5-porters@perl.org
6106              Subject: Re: toke.c patch, work in progress
6107              Date: Tue, 27 Jul 1999 23:02:09 -0600 (MDT)
6108              Message-ID: <14238.36561.979473.667842@localhost.frii.com>
6109      Branch: cfgperl
6110            ! toke.c
6111 ____________________________________________________________________________
6112 [  3807] By: jhi                                   on 1999/07/28  07:10:56
6113         Log: perlre clarification.
6114              
6115              From: Ian Phillipps <ian@dial.pipex.com>
6116              To: Perl 5 Porters <perl5-porters@perl.org>
6117              Subject: [PATCH 5.00557] Add definite article to perlre.pod
6118              Date: Tue, 27 Jul 1999 10:46:29 +0100
6119              Message-ID: <19990727104629.A10074@homer.diplex.co.uk>
6120      Branch: cfgperl
6121            ! pod/perlre.pod
6122 ____________________________________________________________________________
6123 [  3806] By: gsar                                  on 1999/07/28  07:07:46
6124         Log: fix the perl -V breakage
6125              
6126              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6127              To: Jarkko Hietaniemi <jhi@iki.fi>
6128              Cc: "John L. Allen" <allen@grumman.com>, perl5-porters@perl.org,
6129              gsar@activestate.com
6130              Subject: Re: Follow up to: _58 on AIX 431
6131              Date: Tue, 27 Jul 1999 17:42:00 -0400
6132              Message-ID: <19990727174200.A12775@monk.mps.ohio-state.edu>
6133      Branch: perl
6134            ! configpm
6135 ____________________________________________________________________________
6136 [  3805] By: gsar                                  on 1999/07/28  07:03:34
6137         Log: avoid warning (from Doug MacEachern)
6138      Branch: perl
6139            ! perl.h
6140 ____________________________________________________________________________
6141 [  3804] By: gsar                                  on 1999/07/28  06:59:30
6142         Log: Pod::Html tweak
6143              
6144              From: jan.dubois@ibm.net (Jan Dubois)
6145              To: perl5-porters@perl.org
6146              Subject: [PATCH 5.005_58] pod2html: Missing chunk for VMS filenames
6147              Date: Tue, 27 Jul 1999 22:14:12 +0200
6148              Message-ID: <37a50af0.46171380@smtp1.ibm.net>
6149      Branch: perl
6150            ! lib/Pod/Html.pm
6151 ____________________________________________________________________________
6152 [  3803] By: gsar                                  on 1999/07/28  06:56:38
6153         Log: freebsd hints update
6154              
6155              From: Anton Berezin <tobez@plab.ku.dk>
6156              To: perl5-porters@perl.org
6157              Subject: [ID 19990727.034] Not OK: perl 5.00558 on i386-freebsd-thread4.0-current (UNINSTALLED)
6158              Date: Tue, 27 Jul 1999 20:29:39 +0200 (CEST)
6159              Message-Id: <199907271829.UAA62861@lion.plab.ku.dk>
6160      Branch: perl
6161            ! hints/freebsd.sh
6162 ____________________________________________________________________________
6163 [  3802] By: gsar                                  on 1999/07/28  06:51:32
6164         Log: cosmetic testsuite patch
6165              
6166              From: Graham Barr <gbarr@ti.com>
6167              To: Perl5 Porters <perl5-porters@perl.org>
6168              Subject: 5.005_58 build
6169              Date: Tue, 27 Jul 1999 08:09:25 -0500
6170              Message-ID: <19990727080925.F4683@dal.asp.ti.com>
6171      Branch: perl
6172            ! t/op/grent.t t/op/pwent.t
6173 ____________________________________________________________________________
6174 [  3801] By: jhi                                   on 1999/07/27  13:49:39
6175         Log: Minuscule cleanup of the integer overflow patch.
6176      Branch: cfgperl
6177            ! util.c
6178 ____________________________________________________________________________
6179 [  3800] By: jhi                                   on 1999/07/27  13:37:23
6180         Log: Test hex('x...').
6181      Branch: cfgperl
6182            ! t/op/oct.t
6183 ____________________________________________________________________________
6184 [  3799] By: jhi                                   on 1999/07/27  12:45:45
6185         Log: Integrate with Sarathy (5.005_58).
6186      Branch: cfgperl
6187            - ext/B/byteperl.c
6188           !> Changes MANIFEST Porting/makerel configpm embed.h embed.pl
6189           !> ext/Devel/DProf/DProf.xs ext/POSIX/POSIX.pm
6190           !> ext/SDBM_File/Makefile.PL lib/AutoLoader.pm
6191           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
6192           !> lib/Pod/Parser.pm lib/SelfLoader.pm os2/OS2/REXX/Makefile.PL
6193           !> perl.h pod/perldelta.pod pod/perlfaq9.pod pod/perlhist.pod
6194           !> win32/bin/pl2bat.pl win32/config_H.bc win32/config_H.gc
6195           !> win32/config_H.vc
6196 ____________________________________________________________________________
6197 [  3798] By: jhi                                   on 1999/07/27  12:42:43
6198         Log: Integer constants (0x, 0[0-7], 0b) now overflow fatally,
6199              they used to be just optional lexical warnings.
6200              Also, with warnings turned on, constants > 2**32-1
6201              trigger a non-portability warning.
6202      Branch: cfgperl
6203            ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod pp.c
6204            ! t/op/oct.t t/pragma/warn/6default t/pragma/warn/util toke.c
6205            ! util.c
6206 ____________________________________________________________________________
6207 [  3797] By: gsar                                  on 1999/07/27  10:48:27
6208         Log: here lies 5.005_58
6209      Branch: perl
6210            - ext/B/byteperl.c
6211            ! Changes MANIFEST Porting/makerel pod/perldelta.pod
6212            ! pod/perlfaq9.pod pod/perlhist.pod
6213
6214 ----------------
6215 Version 5.005_58
6216 ----------------
6217
6218 ____________________________________________________________________________
6219 [  3796] By: gsar                                  on 1999/07/27  09:23:42
6220         Log: regenerate win32/config_H.?c
6221      Branch: perl
6222            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
6223 ____________________________________________________________________________
6224 [  3795] By: gsar                                  on 1999/07/27  09:02:31
6225         Log: From: Tye McQueen <tye@metronet.com>
6226              Date: Mon, 26 Jul 1999 19:19:22 -0500 (CDT)
6227              Message-Id: <199907270019.AA08223@metronet.com>
6228              Subject: Patch pl2bat.pl so batch file can fail
6229      Branch: perl
6230            ! win32/bin/pl2bat.pl
6231 ____________________________________________________________________________
6232 [  3794] By: gsar                                  on 1999/07/27  08:59:58
6233         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6234              Date: Mon, 26 Jul 1999 01:09:00 -0400 (EDT)
6235              Message-Id: <199907260509.BAA26303@monk.mps.ohio-state.edu>
6236              Subject: [PATCH 5.005_57] decrease memory footprint of standard modules
6237      Branch: perl
6238            ! configpm ext/POSIX/POSIX.pm lib/AutoLoader.pm
6239            ! lib/SelfLoader.pm
6240 ____________________________________________________________________________
6241 [  3793] By: gsar                                  on 1999/07/27  08:19:16
6242         Log: support -DPERL_BINCOMPAT_5005, still needs a Configure test
6243              (from Andy Dougherty)
6244      Branch: perl
6245            ! embed.h embed.pl
6246 ____________________________________________________________________________
6247 [  3792] By: gsar                                  on 1999/07/27  08:04:19
6248         Log: recognize more constructs such as C<$-> in pod (from Russ Allbery
6249              and Brad Appleton)
6250      Branch: perl
6251            ! lib/Pod/Parser.pm
6252 ____________________________________________________________________________
6253 [  3791] By: gsar                                  on 1999/07/27  07:50:54
6254         Log: cover case where CLK_TCK is a float, not integer (from
6255              alexander smishlajev <als@turnhere.com>)
6256      Branch: perl
6257            ! ext/Devel/DProf/DProf.xs
6258 ____________________________________________________________________________
6259 [  3790] By: gsar                                  on 1999/07/27  07:45:08
6260         Log: provide MakeMaker attribute PERL_MALLOC_OK that allows extensions
6261              to call Perl_malloc() as malloc() (from Ilya Zakharevich)
6262      Branch: perl
6263            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
6264            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
6265 ____________________________________________________________________________
6266 [  3789] By: jhi                                   on 1999/07/27  07:44:55
6267         Log: Integrate with Sarathy.
6268      Branch: cfgperl
6269           +> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
6270           !> MANIFEST doio.c embed.h embed.pl ext/B/B/CC.pm
6271           !> ext/SDBM_File/sdbm/sdbm.h global.sym lib/Pod/Html.pm
6272           !> lib/Pod/Text.pm objXSUB.h opcode.h opcode.pl perlapi.c
6273           !> pod/perldiag.pod pod/perlfunc.pod pod/pod2text.PL pp_sys.c
6274           !> proto.h t/comp/proto.t t/io/open.t
6275 ____________________________________________________________________________
6276 [  3788] By: gsar                                  on 1999/07/27  07:29:59
6277         Log: replace Pod::Text with Pod::SimpleText v0.01 (thanks
6278              to Russ Allbery <rra@stanford.edu>); s/Simple// and
6279              s/pod2txt/pod2text/ etc.
6280      Branch: perl
6281            + lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
6282            ! MANIFEST lib/Pod/Text.pm pod/pod2text.PL
6283 ____________________________________________________________________________
6284 [  3787] By: gsar                                  on 1999/07/27  06:48:40
6285         Log: From: Andy Dougherty <doughera@lafayette.edu>
6286              Date: Wed, 16 Jun 1999 14:40:09 -0400 (EDT)
6287              Message-Id: <Pine.GSU.4.05.9906161435390.248-100000@newton.phys>
6288              Subject: Re: [ID 19990608.003] my_bcopy problem; Unixware 2.0.3
6289      Branch: perl
6290            ! ext/SDBM_File/sdbm/sdbm.h
6291 ____________________________________________________________________________
6292 [  3786] By: gsar                                  on 1999/07/27  06:30:09
6293         Log: applied suggested patch; added missing prototype changes to
6294              opcode.pl along with documentation typos (feature still needs
6295              to be described in perlopentut.pod and summarized in
6296              perldelta.pod)
6297              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6298              Date: Thu, 17 Jun 1999 00:39:34 -0400 (EDT)
6299              Message-Id: <199906170439.AAA18154@monk.mps.ohio-state.edu>
6300              Subject: [PATCH 5.00557] 3-arg open
6301      Branch: perl
6302            ! doio.c embed.h embed.pl global.sym objXSUB.h opcode.h
6303            ! opcode.pl perlapi.c pod/perldiag.pod pod/perlfunc.pod pp_sys.c
6304            ! proto.h t/comp/proto.t t/io/open.t
6305 ____________________________________________________________________________
6306 [  3785] By: gsar                                  on 1999/07/27  04:36:39
6307         Log: don't quit if =head* wasn't found (suggested by Roland Bauer
6308              <roland.bauer@fff.at>)
6309      Branch: perl
6310            ! lib/Pod/Html.pm
6311 ____________________________________________________________________________
6312 [  3784] By: gsar                                  on 1999/07/27  03:56:17
6313         Log: change#3762 wasn't needed
6314      Branch: perl
6315            ! ext/B/B/CC.pm
6316 ____________________________________________________________________________
6317 [  3783] By: jhi                                   on 1999/07/26  19:08:21
6318         Log: Integrate with Sarathy.
6319      Branch: cfgperl
6320           !> Changes makedef.pl patchlevel.h pod/perlfunc.pod pp_ctl.c
6321           !> toke.c utils/dprofpp.PL win32/Makefile win32/config_H.bc
6322           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
6323 ____________________________________________________________________________
6324 [  3782] By: gsar                                  on 1999/07/26  18:16:50
6325         Log: update Changes, patchlevel &c.
6326      Branch: perl
6327            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
6328            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
6329 ____________________________________________________________________________
6330 [  3781] By: gsar                                  on 1999/07/26  17:54:47
6331         Log: a more correct fix for change#2744
6332              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
6333              Date: Sun, 25 Jul 1999 14:02:25 -0500 (CDT)
6334              Message-ID: <14235.24385.671437.246345@alias-2.pr.mcs.net>
6335              Subject: [PATCH _57] Re: toke.c questions 
6336      Branch: perl
6337            ! toke.c
6338 ____________________________________________________________________________
6339 [  3780] By: gsar                                  on 1999/07/26  17:37:04
6340         Log: utime() doc typo from Greg Bacon <gbacon@itsc.uah.edu>
6341      Branch: perl
6342            ! pod/perlfunc.pod
6343 ____________________________________________________________________________
6344 [  3779] By: jhi                                   on 1999/07/26  16:37:23
6345         Log: Dusting off.
6346      Branch: cfgperl
6347            ! README.threads
6348 ____________________________________________________________________________
6349 [  3778] By: gsar                                  on 1999/07/26  13:28:46
6350         Log: avoid DIVZERO
6351      Branch: perl
6352            ! utils/dprofpp.PL
6353 ____________________________________________________________________________
6354 [  3777] By: gsar                                  on 1999/07/26  13:18:53
6355         Log: warnings identified by Borland compiler
6356      Branch: perl
6357            ! makedef.pl pp_ctl.c
6358 ____________________________________________________________________________
6359 [  3776] By: jhi                                   on 1999/07/26  13:07:36
6360         Log: Integrate with Sarathy.
6361      Branch: cfgperl
6362           !> lib/Carp/Heavy.pm pp_ctl.c pp_hot.c
6363 ____________________________________________________________________________
6364 [  3775] By: gsar                                  on 1999/07/26  12:55:43
6365         Log: avoid infinite recursion when Thread.pm croaks during
6366              bootstrap
6367      Branch: perl
6368            ! lib/Carp/Heavy.pm
6369 ____________________________________________________________________________
6370 [  3774] By: gsar                                  on 1999/07/26  12:43:02
6371         Log: integrate cfgperl contents into mainline
6372      Branch: perl
6373           +> lib/Carp/Heavy.pm
6374           !> MANIFEST Makefile.SH cflags.SH configpm ext/util/make_ext
6375           !> lib/AutoSplit.pm lib/Carp.pm makedepend.SH pod/pod2html.PL
6376           !> pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL
6377           !> pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
6378           !> writemain.SH x2p/Makefile.SH x2p/cflags.SH
6379 ____________________________________________________________________________
6380 [  3773] By: jhi                                   on 1999/07/26  12:40:29
6381         Log: Use long doubles only if they are useful.
6382      Branch: cfgperl
6383            ! ext/POSIX/POSIX.xs
6384 ____________________________________________________________________________
6385 [  3772] By: gsar                                  on 1999/07/26  12:33:11
6386         Log: typo in change#3768
6387      Branch: perl
6388            ! pp_hot.c
6389 ____________________________________________________________________________
6390 [  3771] By: gsar                                  on 1999/07/26  12:08:27
6391         Log: alpha-stage support for user-hooks in @INC
6392              From: Ken Fox <kfox@ford.com>
6393              Date: Mon, 19 Jul 1999 22:12:29 -0400 (EDT)
6394              Message-Id: <199907200213.WAA02816@mailfw2.ford.com>
6395              Subject: Re: loading remote modules
6396      Branch: perl
6397            ! pp_ctl.c
6398 ____________________________________________________________________________
6399 [  3770] By: jhi                                   on 1999/07/26  11:38:36
6400         Log: Back out #3735.  Needs more work.
6401      Branch: cfgperl
6402            ! Makefile.SH cflags.SH configpm ext/util/make_ext
6403            ! lib/AutoSplit.pm makedepend.SH pod/pod2html.PL
6404            ! pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL
6405            ! pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
6406            ! writemain.SH x2p/Makefile.SH x2p/cflags.SH
6407 ____________________________________________________________________________
6408 [  3769] By: jhi                                   on 1999/07/26  11:24:45
6409         Log: Integrate with Sarathy.
6410      Branch: cfgperl
6411           !> (integrate 35 files)
6412 ____________________________________________________________________________
6413 [  3768] By: gsar                                  on 1999/07/26  11:03:07
6414         Log: optimize method name lookup
6415              From: Chip Salzenberg <chip@perlsupport.com>
6416              Date: Thu, 22 Jul 1999 13:43:36 -0400
6417              Message-ID: <19990722134336.Q391@perlsupport.com>
6418              Subject: [PATCH] OP_METHOD_NAMED
6419      Branch: perl
6420            ! dump.c embed.h embed.pl ext/Opcode/Opcode.pm objXSUB.h op.c
6421            ! opcode.h opcode.pl perlapi.c pp.sym pp_hot.c pp_proto.h
6422            ! proto.h
6423 ____________________________________________________________________________
6424 [  3767] By: gsar                                  on 1999/07/26  10:44:11
6425         Log: allow arrow omission in $foo[10]->('foo') etc. (but not in
6426              foo()->()); rework grammar to remove conflicts
6427              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
6428              Date: Fri, 23 Jul 1999 15:55:22 -0500 (CDT)
6429              Message-ID: <14232.54970.771570.548676@alias-2.pr.mcs.net>
6430              Subject: [PATCH _57, long] Re: optional arrow asymmetry
6431      Branch: perl
6432            ! Makefile.SH embed.h embed.pl global.sym objXSUB.h op.c
6433            ! perlapi.c perly.c perly.h perly.y perly_c.diff proto.h
6434            ! vms/perly_c.vms vms/perly_h.vms
6435 ____________________________________________________________________________
6436 [  3766] By: jhi                                   on 1999/07/26  10:18:56
6437         Log: Use $< instead of $*.c in *perlmain.o rules.
6438      Branch: cfgperl
6439            ! Makefile.SH
6440 ____________________________________________________________________________
6441 [  3765] By: gsar                                  on 1999/07/26  09:28:48
6442         Log: From: Ian Phillipps <ian@dial.pipex.com>
6443              Date: Fri, 23 Jul 1999 23:35:56 +0100
6444              Message-ID: <19990723233556.B2435@homer.diplex.co.uk>
6445              Subject: (Version 2) Extending unpack to deal with counted strings
6446      Branch: perl
6447            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/pack.t
6448 ____________________________________________________________________________
6449 [  3764] By: jhi                                   on 1999/07/26  09:17:26
6450         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6451              To: perl5-porters@perl.org (Mailing list Perl5)
6452              Subject: [PATCH 5.005_57] Lean Carp.pm with Carp/Heavy.pm
6453              Date: Mon, 26 Jul 1999 04:05:27 -0400 (EDT)
6454              Message-Id: <199907260805.EAA26888@monk.mps.ohio-state.edu>
6455              
6456              The patch was based on 5_57 so had to re-apply lib/Carp.pm
6457              parts of changes #3498, #3696, and #3702 for the new
6458              lib/Carp/Heavy.pm.
6459      Branch: cfgperl
6460            + lib/Carp/Heavy.pm
6461            ! MANIFEST lib/Carp.pm
6462 ____________________________________________________________________________
6463 [  3763] By: gsar                                  on 1999/07/26  09:03:17
6464         Log: ~ isn't valid in VMS filenames
6465      Branch: perl
6466            ! lib/Pod/Html.pm
6467 ____________________________________________________________________________
6468 [  3762] By: gsar                                  on 1999/07/26  08:59:47
6469         Log: setstate stop-gap from Vishal Bhatia
6470      Branch: perl
6471            ! ext/B/B/CC.pm
6472 ____________________________________________________________________________
6473 [  3761] By: gsar                                  on 1999/07/26  08:06:39
6474         Log: patch for pp_foo -> Perl_pp_foo changes from Vishal Bhatia;
6475              add B::OP::name() method that returns just the op_name;
6476              convert Deparse et all to use that instead of B::OP::ppaddr();
6477              add support for OP_SETSTATE in Deparse
6478      Branch: perl
6479            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/Bytecode.pm
6480            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
6481            ! ext/B/B/Xref.pm opcode.h opcode.pl
6482 ____________________________________________________________________________
6483 [  3760] By: jhi                                   on 1999/07/26  07:14:43
6484         Log: Integrate with Sarathy.
6485      Branch: cfgperl
6486           !> (integrate 43 files)
6487 ____________________________________________________________________________
6488 [  3759] By: gsar                                  on 1999/07/26  05:12:24
6489         Log: add disclaimer about perl 4 libraries (modified version of
6490              patch suggested by Clinton Pierce <cpierce1@ford.com>)
6491      Branch: perl
6492            ! lib/abbrev.pl lib/bigfloat.pl lib/bigint.pl lib/bigrat.pl
6493            ! lib/cacheout.pl lib/chat2.pl lib/complete.pl lib/ctime.pl
6494            ! lib/dotsh.pl lib/exceptions.pl lib/fastcwd.pl lib/flush.pl
6495            ! lib/ftp.pl lib/getcwd.pl lib/getopt.pl lib/getopts.pl
6496            ! lib/hostname.pl lib/look.pl lib/pwd.pl lib/termcap.pl
6497 ____________________________________________________________________________
6498 [  3758] By: gsar                                  on 1999/07/26  04:48:35
6499         Log: make reset() behave with high-bit characters
6500              From: Ian Phillipps <ian@dial.pipex.com>
6501              Date: Thu, 22 Jul 1999 22:48:59 +0100
6502              Message-ID: <19990722224859.A27987@homer.diplex.co.uk>
6503              Subject: [PATCH 5.005_57] sv_reset can cause stack corruption
6504      Branch: perl
6505            ! sv.c
6506 ____________________________________________________________________________
6507 [  3757] By: gsar                                  on 1999/07/26  04:40:32
6508         Log: update to perlport-1.44 from Chris Nandor <pudge@pobox.com>
6509      Branch: perl
6510            ! pod/perlport.pod
6511 ____________________________________________________________________________
6512 [  3756] By: gsar                                  on 1999/07/26  04:20:37
6513         Log: dprofpp pod additions from Nathan Torkington <gnat@frii.com>
6514      Branch: perl
6515            ! utils/dprofpp.PL
6516 ____________________________________________________________________________
6517 [  3755] By: gsar                                  on 1999/07/26  04:18:00
6518         Log: disable VPATH for now (breaks x2p build)
6519      Branch: perl
6520            ! x2p/Makefile.SH
6521 ____________________________________________________________________________
6522 [  3754] By: gsar                                  on 1999/07/26  03:15:33
6523         Log: INSTALL =~ s/5.006/5.6/; delay loading Errno until needed
6524              (%! has the necessary magic); misc typos
6525      Branch: perl
6526            ! INSTALL ext/DB_File/DB_File.pm ext/Fcntl/Fcntl.pm
6527            ! ext/GDBM_File/GDBM_File.pm gv.c jpl/JNI/JNI.pm
6528            ! lib/AutoLoader.pm lib/CPAN.pm perl.c pod/perllocale.pod
6529            ! utils/h2xs.PL
6530 ____________________________________________________________________________
6531 [  3753] By: gsar                                  on 1999/07/26  02:38:28
6532         Log: integrate cfgperl contents into mainline
6533      Branch: perl
6534           +> t/pragma/locale/latin1 t/pragma/locale/utf8
6535           !> (integrate 53 files)
6536 ____________________________________________________________________________
6537 [  3752] By: gsar                                  on 1999/07/26  02:11:31
6538         Log: ensure implicitly closed handles don't set $? or $!
6539      Branch: perl
6540            ! doio.c embed.h embed.pl perlapi.c proto.h sv.c t/io/pipe.t
6541 ____________________________________________________________________________
6542 [  3751] By: gsar                                  on 1999/07/26  01:28:34
6543         Log: change#3534 didn't preserve undef return values from caller()
6544      Branch: perl
6545            ! Changes pp_ctl.c
6546 ____________________________________________________________________________
6547 [  3750] By: jhi                                   on 1999/07/25  20:59:29
6548         Log: Back up a tiny bit from #3735.
6549              This may break builds outside the source directory
6550              but then again, they do not work that ell yet anyway.
6551      Branch: cfgperl
6552            ! Makefile.SH
6553 ____________________________________________________________________________
6554 [  3750] By: jhi                                   on 1999/07/25  20:59:29
6555         Log: Back up a tiny bit from #3735.
6556              This may break builds outside the source directory
6557              but then again, they do not work that ell yet anyway.
6558      Branch: cfgperl
6559            ! Makefile.SH
6560 ____________________________________________________________________________
6561 [  3749] By: jhi                                   on 1999/07/25  19:15:55
6562         Log: Integrate with Sarathy.
6563      Branch: cfgperl
6564           !> lib/ExtUtils/MM_Unix.pm toke.c utils/h2xs.PL
6565 ____________________________________________________________________________
6566 [  3748] By: jhi                                   on 1999/07/25  19:06:59
6567         Log: Recode locale.t so that the change in #3730
6568              is not needed and locale.t works both without
6569              and with the utf8 pragma.
6570      Branch: cfgperl
6571            + t/pragma/locale/latin1 t/pragma/locale/utf8
6572            ! MANIFEST t/pragma/locale.t
6573 ____________________________________________________________________________
6574 [  3747] By: jhi                                   on 1999/07/25  19:01:46
6575         Log: Like #3743.
6576      Branch: cfgperl
6577            ! utils/perlbug.PL
6578 ____________________________________________________________________________
6579 [  3746] By: gsar                                  on 1999/07/25  18:08:58
6580         Log: add option to omit Changes file, from Abigail <abigail@delanet.com>;
6581              append a HISTORY section to POD if option is used
6582      Branch: perl
6583            ! utils/h2xs.PL
6584 ____________________________________________________________________________
6585 [  3745] By: gsar                                  on 1999/07/25  17:40:03
6586         Log: warn rather than die when parse_version() can't cut it (from
6587              Michael G Schwern <schwern@pobox.com>)
6588      Branch: perl
6589            ! lib/ExtUtils/MM_Unix.pm
6590 ____________________________________________________________________________
6591 [  3744] By: gsar                                  on 1999/07/25  16:32:48
6592         Log: make map behave like grep wrt indirect object slot when
6593              there are parentheses; revert an experimental mod by Larry
6594              in change#2038 that failed to parse %{{qw(a b c)}} properly
6595              (this means C<map {use Foo; ...} ...> still needs a proper
6596              fix)
6597      Branch: perl
6598            ! toke.c
6599 ____________________________________________________________________________
6600 [  3743] By: jhi                                   on 1999/07/25  16:24:55
6601         Log: Fix a typo in #3725.
6602      Branch: cfgperl
6603            ! utils/perlbug.PL
6604 ____________________________________________________________________________
6605 [  3742] By: jhi                                   on 1999/07/25  16:14:39
6606         Log: Integrate with Sarathy.
6607      Branch: cfgperl
6608           !> (integrate 26 files)
6609 ____________________________________________________________________________
6610 [  3741] By: jhi                                   on 1999/07/25  16:02:28
6611         Log: Cut-and-pasto in #3737.
6612      Branch: cfgperl
6613            ! perl.c
6614 ____________________________________________________________________________
6615 [  3740] By: gsar                                  on 1999/07/25  15:59:34
6616         Log: add note about glibc bug
6617      Branch: perl
6618            ! t/pragma/warn/pp_hot
6619 ____________________________________________________________________________
6620 [  3739] By: gsar                                  on 1999/07/25  15:48:40
6621         Log: fix bug in change#3728 that might free COPs prematurely;
6622              null(op) now does more thorough scrubbing of the op, which
6623              fixes a few compile-time memory "leaks"
6624      Branch: perl
6625            ! dump.c embed.h embed.pl op.c proto.h
6626 ____________________________________________________________________________
6627 [  3738] By: jhi                                   on 1999/07/25  14:15:26
6628         Log: In accordance with #3737.
6629      Branch: metaconfig
6630            ! U/installdirs/sitelib.U U/installdirs/vendorprefix.U
6631            ! U/modified/Oldconfig.U
6632      Branch: metaconfig/U/perl
6633            ! Extensions.U
6634 ____________________________________________________________________________
6635 [  3737] By: jhi                                   on 1999/07/25  14:12:34
6636         Log: Use vendorprefixlib.
6637      Branch: cfgperl
6638            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6639            ! config_h.SH perl.c
6640 ____________________________________________________________________________
6641 [  3736] By: jhi                                   on 1999/07/25  13:10:03
6642         Log: Populate metaconfig branch.
6643      Branch: metaconfig
6644            + (add 1468 files)
6645      Branch: metaconfig/U/perl
6646            + (add 101 files)
6647 ____________________________________________________________________________
6648 [  3735] By: jhi                                   on 1999/07/25  12:27:20
6649         Log: First steps of making builds outside the source
6650              directory possible.  These should get us as far
6651              as miniperl, then building DynaLoader falls into
6652              tiny twinkling pieces as MakeMaker knows nothing
6653              of VPATH mindset.
6654      Branch: cfgperl
6655            ! Configure Makefile.SH cflags.SH config_h.SH configpm
6656            ! ext/util/make_ext lib/AutoSplit.pm makedepend.SH
6657            ! pod/pod2html.PL pod/pod2latex.PL pod/pod2man.PL
6658            ! pod/pod2text.PL pod/pod2usage.PL pod/podchecker.PL
6659            ! pod/podselect.PL writemain.SH x2p/Makefile.SH x2p/cflags.SH
6660 ____________________________________________________________________________
6661 [  3734] By: jhi                                   on 1999/07/25  11:19:28
6662         Log: Poor Glossary--are we fixed yet?
6663      Branch: cfgperl
6664            ! Porting/Glossary
6665 ____________________________________________________________________________
6666 [  3733] By: jhi                                   on 1999/07/25  11:15:06
6667         Log: Change #3732 mistakenly clobbered Glossary.
6668      Branch: cfgperl
6669            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6670            ! config_h.SH
6671 ____________________________________________________________________________
6672 [  3732] By: jhi                                   on 1999/07/25  10:46:39
6673         Log: Andy's new installation scheme (note: a lot of this
6674              leaked in already with change #3731).  The vendor*
6675              stuff is not used anywhere (in *.SH, say), so it
6676              isn't in Configure, either.
6677      Branch: cfgperl
6678            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6679            ! config_h.SH
6680 ____________________________________________________________________________
6681 [  3731] By: jhi                                   on 1999/07/25  10:12:07
6682         Log: Circumcode a strange shell(?) bug in AIX found
6683              while trying to do -Duse64bits (which I couldn't do
6684              in the end because the CPU isn't 64-bit in that box,
6685              but at least now the probing doesn't crash.)
6686      Branch: cfgperl
6687            ! Configure config_h.SH hints/aix.sh
6688 ____________________________________________________________________________
6689 [  3730] By: gsar                                  on 1999/07/25  04:56:56
6690         Log: fix little utf8 nits in testsuite; add patch from Ilya that cures
6691              a utf8 bug in one of the new RE optimizations
6692      Branch: perl
6693            ! regcomp.c regexec.c t/harness t/lib/io_udp.t t/op/re_tests
6694            ! t/pragma/locale.t
6695 ____________________________________________________________________________
6696 [  3729] By: jhi                                   on 1999/07/23  19:56:27
6697         Log: From: Andy Dougherty <doughera@lafayette.edu>
6698              To: Perl Porters <perl5-porters@perl.org>
6699              Subject: [PATCH 5.005_57] INSTALL-1.58
6700              Date: Fri, 23 Jul 1999 10:50:13 -0400 (EDT)
6701              Message-Id: <Pine.GSU.4.05.9907231033190.3555-100000@newton.phys>
6702              
6703              plus
6704              
6705              From: "Kurt D. Starsinic" <kstar@chapin.edu>
6706              To: Andy Dougherty <doughera@lafayette.edu>
6707              Cc: Perl Porters <perl5-porters@perl.org>
6708              Subject: Re: [PATCH 5.005_57] INSTALL-1.58
6709              Date: Fri, 23 Jul 1999 13:38:25 -0400
6710              Message-ID: <19990723133825.A12033@O2.chapin.edu>
6711      Branch: cfgperl
6712            ! INSTALL
6713 ____________________________________________________________________________
6714 [  3728] By: gsar                                  on 1999/07/23  17:24:42
6715         Log: applied suggested patch for tracking line numbers correctly in
6716              optimized blocks with a single statement; changed setcop to
6717              setstate and added code for -Dx dumps
6718              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
6719              Date: Wed, 23 Jun 1999 17:27:42 +0100
6720              Message-Id: <199906231627.RAA24033@crypt.compulink.co.uk>
6721              Subject: [PATCH 5.005_57] Line number error in optimised else() 
6722      Branch: perl
6723            ! dump.c embed.h ext/Devel/DProf/DProf.xs ext/Opcode/Opcode.pm
6724            ! objXSUB.h op.c opcode.h opcode.pl perlapi.c pp.sym pp_hot.c
6725            ! pp_proto.h t/op/misc.t
6726 ____________________________________________________________________________
6727 [  3727] By: gsar                                  on 1999/07/23  15:56:04
6728         Log: avoid useless use of target for pp_each(); also fixes bugs due to
6729              refcount held by the target
6730      Branch: perl
6731            ! opcode.h opcode.pl pp.c t/op/each.t
6732 ____________________________________________________________________________
6733 [  3726] By: jhi                                   on 1999/07/23  12:08:30
6734         Log: Change #3725 aftershock.
6735      Branch: cfgperl
6736            ! INSTALL jpl/JNI/JNI.pm
6737 ____________________________________________________________________________
6738 [  3725] By: jhi                                   on 1999/07/23  11:58:49
6739         Log: Introduce $Config{ldlibpthname} which contains
6740              the name of the environment variable holding the
6741              dynamic library search path, often LD_LIBRARY_PATH.
6742              Use this new feature all over.
6743              Also removed remnants of admonition "add LD_LIBRARY_PATH
6744              before running make" because Makefile.SH does this for you. 
6745      Branch: cfgperl
6746            ! Configure Makefile.SH config_h.SH
6747            ! ext/DynaLoader/DynaLoader_pm.PL hints/README.hints
6748            ! hints/aix.sh hints/beos.sh hints/cygwin32.sh hints/dgux.sh
6749            ! hints/epix.sh hints/esix4.sh hints/hpux.sh hints/next_4.sh
6750            ! hints/os2.sh hints/rhapsody.sh hints/svr4.sh jpl/JNI/JNI.pm
6751            ! jpl/install-jpl utils/perlbug.PL
6752 ____________________________________________________________________________
6753 [  3724] By: jhi                                   on 1999/07/23  08:03:36
6754         Log: From: Spider Boardman <spider@orb.nashua.nh.us>
6755              To: perl5-porters@perl.org
6756              Subject: [PATCH] Re: [ID 19990715.003] [BUG] all perl5 versions: segfault on $# 
6757              Date: Thu, 22 Jul 1999 19:58:34 -0400
6758              Message-Id: <199907222358.TAA27354@Orb.Nashua.NH.US>
6759      Branch: cfgperl
6760            ! av.c
6761 ____________________________________________________________________________
6762 [  3723] By: gsar                                  on 1999/07/23  00:01:29
6763         Log: emit warning about function calls that were encountered too early
6764              to enforce their prototype
6765      Branch: perl
6766            ! op.c op.h pod/perldiag.pod
6767 ____________________________________________________________________________
6768 [  3722] By: jhi                                   on 1999/07/22  21:19:59
6769         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
6770              To: perl5-porters@perl.org
6771              Cc: Chip Salzenberg <chip@perlsupport.com>, Gurusamy Sarathy <gsar@activestate.com>
6772              Subject: [PATCH] MakeMaker documentation
6773              Date: Wed, 21 Jul 1999 14:15:42 -0400
6774              Message-ID: <19990721141542.A1800@O2.chapin.edu>
6775      Branch: cfgperl
6776            ! lib/ExtUtils/MakeMaker.pm
6777 ____________________________________________________________________________
6778 [  3721] By: jhi                                   on 1999/07/22  21:05:19
6779         Log: From: pvhp@forte.com (Peter Prymmer)
6780              To: chip@perlsupport.com, gsar@activestate.com, perl-mvs@perl.org, perl5-porters@perl.org
6781              Subject: [PATCH: 5.005_03 && 5.005_57]os390 hints file appendix stops bad builds
6782              Date: Wed, 21 Jul 99 17:15:39 PDT
6783              Message-Id: <9907220015.AA11931@forte.com>
6784      Branch: cfgperl
6785            ! hints/os390.sh
6786 ____________________________________________________________________________
6787 [  3720] By: jhi                                   on 1999/07/22  20:51:17
6788         Log: AIX magic: ccdlflags needs to be different for
6789              Perl itself and for extra-core extensions
6790              (as used by ExtUtilss::embed::ldopts).
6791              Based on the problems described in
6792              
6793              From: Mike W Ellwood <mwe@rl.ac.uk>
6794              To: perl5-porters@perl.org
6795              Subject: [ID 19990722.002] Perl 5.00503 and AIX 4.1.5; perl.exp; build errors. Also Imagemagick...
6796              Date: Thu, 22 Jul 1999 14:28:19 +0100 (BST)
6797              Reply-To: m.w.ellwood@rl.ac.uk
6798              Message-Id: <Pine.A41.3.96.990722141209.72660V-100000@unixfe.rl.ac.uk>
6799      Branch: cfgperl
6800            ! Configure Makefile.SH config_h.SH hints/aix.sh
6801 ____________________________________________________________________________
6802 [  3719] By: jhi                                   on 1999/07/22  08:23:53
6803         Log: Update history records.
6804      Branch: cfgperl
6805            ! pod/perlhist.pod
6806 ____________________________________________________________________________
6807 [  3718] By: jhi                                   on 1999/07/21  13:54:42
6808         Log: Todododobedobedo.
6809      Branch: cfgperl
6810            ! Todo
6811 ____________________________________________________________________________
6812 [  3717] By: jhi                                   on 1999/07/21  12:10:48
6813         Log: Even more Todo.
6814      Branch: cfgperl
6815            ! Todo
6816 ____________________________________________________________________________
6817 [  3716] By: jhi                                   on 1999/07/21  11:40:39
6818         Log: Use Errno more extensively so that error
6819              messages are more portable (another way
6820              would be to muck around with LC_MESSAGES).
6821              Problem reported in
6822              
6823              From: oracle@pcr8.pcr.com
6824              To: perl5-porters@perl.org
6825              Subject: [ID 19990719.003] LC_MESSAGES breaks h2xs autoloaded constants on AIX 4.1.4
6826              Date: Mon, 19 Jul 1999 18:39:13 -0400
6827              Message-Id: <9907192239.AA44990@pcr8.pcr.com>
6828      Branch: cfgperl
6829            ! ext/DB_File/DB_File.pm ext/Fcntl/Fcntl.pm
6830            ! ext/GDBM_File/GDBM_File.pm jpl/JNI/JNI.pm lib/AutoLoader.pm
6831            ! lib/CPAN.pm pod/perllocale.pod utils/h2xs.PL
6832 ____________________________________________________________________________
6833 [  3715] By: jhi                                   on 1999/07/21  11:05:36
6834         Log: Slightly modified patch.
6835              From: Sean Sheedy <seans@ncube.com>
6836              To: perl5-porters@perl.org
6837              Subject: [ID 19990720.003] Perl 5.005_3 patch: Non-standard object extensions
6838              Date: Tue, 20 Jul 1999 09:52:06 -0700
6839              Message-Id: <3794A935.1C150E54@ncube.com>
6840      Branch: cfgperl
6841            ! cflags.SH x2p/cflags.SH
6842 ____________________________________________________________________________
6843 [  3714] By: jhi                                   on 1999/07/20  21:26:19
6844         Log: More Todo.
6845      Branch: cfgperl
6846            ! Todo
6847 ____________________________________________________________________________
6848 [  3713] By: jhi                                   on 1999/07/20  18:02:45
6849         Log: Integrate with Sarathy.
6850      Branch: cfgperl
6851           +> ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
6852           +> ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
6853           +> ext/Devel/DProf/Todo t/lib/dprof.t t/lib/dprof/V.pm
6854           +> t/lib/dprof/test1_t t/lib/dprof/test1_v t/lib/dprof/test2_t
6855           +> t/lib/dprof/test2_v t/lib/dprof/test3_t t/lib/dprof/test3_v
6856           +> t/lib/dprof/test4_t t/lib/dprof/test4_v t/lib/dprof/test5_t
6857           +> t/lib/dprof/test5_v t/lib/dprof/test6_t t/lib/dprof/test6_v
6858           +> utils/dprofpp.PL
6859           !> INSTALL MAINTAIN MANIFEST configure.com
6860           !> ext/Devel/Peek/Makefile.PL installman installperl
6861           !> pod/roffitall utils/Makefile vms/descrip_mms.template
6862           !> win32/Makefile win32/makefile.mk win32/win32.h
6863 ____________________________________________________________________________
6864 [  3712] By: gsar                                  on 1999/07/20  15:29:01
6865         Log: DProf tweak
6866      Branch: perl
6867            ! ext/Devel/DProf/DProf.xs
6868 ____________________________________________________________________________
6869 [  3711] By: gsar                                  on 1999/07/20  07:56:19
6870         Log: another DProf build tweak
6871      Branch: perl
6872            ! utils/dprofpp.PL
6873 ____________________________________________________________________________
6874 [  3710] By: gsar                                  on 1999/07/20  07:36:36
6875         Log: move DProf things around to where they are supposed to be
6876      Branch: perl
6877            + t/lib/dprof.t t/lib/dprof/V.pm t/lib/dprof/test1_t
6878            + t/lib/dprof/test1_v t/lib/dprof/test2_t t/lib/dprof/test2_v
6879            + t/lib/dprof/test3_t t/lib/dprof/test3_v t/lib/dprof/test4_t
6880            + t/lib/dprof/test4_v t/lib/dprof/test5_t t/lib/dprof/test5_v
6881            + t/lib/dprof/test6_t t/lib/dprof/test6_v
6882           +> utils/dprofpp.PL
6883            - ext/Devel/DProf/dprofpp.PL ext/Devel/DProf/t/V.pm
6884            - ext/Devel/DProf/t/test1.pl ext/Devel/DProf/t/test1.t
6885            - ext/Devel/DProf/t/test1.v ext/Devel/DProf/t/test2.t
6886            - ext/Devel/DProf/t/test2.v ext/Devel/DProf/t/test3.t
6887            - ext/Devel/DProf/t/test3.v ext/Devel/DProf/t/test4.t
6888            - ext/Devel/DProf/t/test4.v ext/Devel/DProf/t/test5.t
6889            - ext/Devel/DProf/t/test5.v ext/Devel/DProf/t/test6.t
6890            - ext/Devel/DProf/t/test6.v ext/Devel/DProf/test.pl
6891            ! INSTALL MANIFEST ext/Devel/DProf/Makefile.PL installman
6892            ! installperl pod/roffitall utils/Makefile
6893            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
6894 ____________________________________________________________________________
6895 [  3709] By: gsar                                  on 1999/07/20  06:13:16
6896         Log: DProf fixups for PERL_IMPLICIT_CONTEXT
6897      Branch: perl
6898            ! ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
6899            ! ext/Devel/Peek/Makefile.PL
6900 ____________________________________________________________________________
6901 [  3708] By: gsar                                  on 1999/07/20  06:01:22
6902         Log: move DProf to Devel/DProf
6903      Branch: perl
6904           +> ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
6905           +> ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
6906           +> ext/Devel/DProf/Todo ext/Devel/DProf/dprofpp.PL
6907           +> ext/Devel/DProf/t/V.pm ext/Devel/DProf/t/test1.pl
6908           +> ext/Devel/DProf/t/test1.t ext/Devel/DProf/t/test1.v
6909           +> ext/Devel/DProf/t/test2.t ext/Devel/DProf/t/test2.v
6910           +> ext/Devel/DProf/t/test3.t ext/Devel/DProf/t/test3.v
6911           +> ext/Devel/DProf/t/test4.t ext/Devel/DProf/t/test4.v
6912           +> ext/Devel/DProf/t/test5.t ext/Devel/DProf/t/test5.v
6913           +> ext/Devel/DProf/t/test6.t ext/Devel/DProf/t/test6.v
6914           +> ext/Devel/DProf/test.pl
6915            - ext/DProf/Changes ext/DProf/DProf.pm ext/DProf/DProf.xs
6916            - ext/DProf/Makefile.PL ext/DProf/Todo ext/DProf/dprofpp.PL
6917            - ext/DProf/t/V.pm ext/DProf/t/test1.pl ext/DProf/t/test1.t
6918            - ext/DProf/t/test1.v ext/DProf/t/test2.t ext/DProf/t/test2.v
6919            - ext/DProf/t/test3.t ext/DProf/t/test3.v ext/DProf/t/test4.t
6920            - ext/DProf/t/test4.v ext/DProf/t/test5.t ext/DProf/t/test5.v
6921            - ext/DProf/t/test6.t ext/DProf/t/test6.v ext/DProf/test.pl
6922            ! MAINTAIN MANIFEST configure.com win32/Makefile
6923            ! win32/makefile.mk
6924 ____________________________________________________________________________
6925 [  3707] By: gsar                                  on 1999/07/20  05:39:11
6926         Log: add Devel::DProf v19990108 from CPAN, as it was
6927      Branch: perl
6928            + ext/DProf/Changes ext/DProf/DProf.pm ext/DProf/DProf.xs
6929            + ext/DProf/Makefile.PL ext/DProf/Todo ext/DProf/dprofpp.PL
6930            + ext/DProf/t/V.pm ext/DProf/t/test1.pl ext/DProf/t/test1.t
6931            + ext/DProf/t/test1.v ext/DProf/t/test2.t ext/DProf/t/test2.v
6932            + ext/DProf/t/test3.t ext/DProf/t/test3.v ext/DProf/t/test4.t
6933            + ext/DProf/t/test4.v ext/DProf/t/test5.t ext/DProf/t/test5.v
6934            + ext/DProf/t/test6.t ext/DProf/t/test6.v ext/DProf/test.pl
6935            ! MANIFEST
6936 ____________________________________________________________________________
6937 [  3706] By: gsar                                  on 1999/07/20  04:52:25
6938         Log: C<union any> needs no PERL_OBJECT-treatment
6939      Branch: perl
6940            ! win32/win32.h
6941 ____________________________________________________________________________
6942 [  3705] By: gsar                                  on 1999/07/20  04:11:54
6943         Log: fix problem in default build
6944      Branch: perl
6945            ! win32/Makefile win32/makefile.mk
6946 ____________________________________________________________________________
6947 [  3704] By: jhi                                   on 1999/07/19  07:06:36
6948         Log: Integrate with Sarathy.
6949      Branch: cfgperl
6950           !> Changes lib/Carp.pm makedef.pl pod/perldiag.pod sv.h util.c
6951           !> win32/win32.c
6952 ____________________________________________________________________________
6953 [  3703] By: gsar                                  on 1999/07/19  05:55:57
6954         Log: win32 nits
6955      Branch: perl
6956            ! makedef.pl sv.h
6957 ____________________________________________________________________________
6958 [  3702] By: gsar                                  on 1999/07/19  04:29:34
6959         Log: don't display tid from main thread (or testsuite breaks)
6960      Branch: perl
6961            ! lib/Carp.pm util.c
6962 ____________________________________________________________________________
6963 [  3701] By: gsar                                  on 1999/07/19  00:47:52
6964         Log: remove several doubled (and tripled!) entries
6965      Branch: perl
6966            ! pod/perldiag.pod
6967 ____________________________________________________________________________
6968 [  3700] By: gsar                                  on 1999/07/19  00:42:34
6969         Log: integrate cfgperl contents into mainline
6970      Branch: perl
6971           +> makedef.pl
6972            - perl_exp.SH win32/makedef.pl
6973           !> MANIFEST Makefile.SH ext/DynaLoader/DynaLoader_pm.PL
6974           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_vms.xs hints/aix.sh
6975           !> pod/perldiag.pod pp.c regexec.c t/pragma/warn/util toke.c
6976           !> utf8.c util.c win32/Makefile win32/makefile.mk
6977 ____________________________________________________________________________
6978 [  3699] By: gsar                                  on 1999/07/19  00:33:59
6979         Log: avoid bug in win32_str_os_error() (from Jan Dubois)
6980      Branch: perl
6981            ! Changes win32/win32.c
6982 ____________________________________________________________________________
6983 [  3698] By: jhi                                   on 1999/07/18  21:33:57
6984         Log: Integrate with Sarathy.
6985      Branch: cfgperl
6986           +> t/op/chars.t
6987           !> (integrate 57 files)
6988 ____________________________________________________________________________
6989 [  3697] By: gsar                                  on 1999/07/18  05:22:36
6990         Log: From: pvhp@forte.com (Peter Prymmer)
6991              Date: Thu, 1 Jul 99 19:31:24 PDT
6992              Message-Id: <9907020231.AA16942@forte.com>
6993              Subject: [ID 19990701.031] 4 ctl chars on EBCDIC not asciiish enough
6994      Branch: perl
6995            + t/op/chars.t
6996            ! MANIFEST ebcdic.c t/op/ord.t
6997 ____________________________________________________________________________
6998 [  3696] By: gsar                                  on 1999/07/18  05:11:02
6999         Log: display thread id in diagnostics (suggested by Dan Sugalski)
7000      Branch: perl
7001            ! lib/Carp.pm util.c
7002 ____________________________________________________________________________
7003 [  3695] By: gsar                                  on 1999/07/18  04:57:47
7004         Log: missing perldiag entry (from Dan Sugalski <sugalskd@osshe.edu>)
7005      Branch: perl
7006            ! pod/perldiag.pod
7007 ____________________________________________________________________________
7008 [  3694] By: gsar                                  on 1999/07/18  04:56:28
7009         Log: cache [NIUP]V conversions of defined READONLY values
7010              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7011              Date: Sun, 11 Jul 1999 04:39:44 -0400
7012              Message-ID: <19990711043944.A25944@monk.mps.ohio-state.edu>
7013              Subject: [PATCH 5.005_57] Allow caching of numeric/string conversion
7014      Branch: perl
7015            ! sv.c
7016 ____________________________________________________________________________
7017 [  3693] By: gsar                                  on 1999/07/18  03:53:38
7018         Log: From: jan.dubois@ibm.net (Jan Dubois)
7019              Date: Sat, 17 Jul 1999 10:58:29 +0200
7020              Message-ID: <379144ad.13616689@smtp1.ibm.net>
7021              Subject: [PATCH 5.005] Some lib/ExtUtils/Manifest.pm POD fixes
7022      Branch: perl
7023            ! lib/ExtUtils/Manifest.pm
7024 ____________________________________________________________________________
7025 [  3692] By: gsar                                  on 1999/07/18  03:51:03
7026         Log: remove spurious newSTATEOP() that causes goto to enter one too many
7027              contexts when jumping between if and elsif blocks
7028      Branch: perl
7029            ! perly.c perly.y pp_ctl.c t/op/goto.t
7030 ____________________________________________________________________________
7031 [  3691] By: gsar                                  on 1999/07/18  01:49:59
7032         Log: detypo, update Changes
7033      Branch: perl
7034            ! Changes doio.c
7035 ____________________________________________________________________________
7036 [  3690] By: gsar                                  on 1999/07/18  01:16:59
7037         Log: mention the -Minteger effect on modulus (from Nathan Torkington)
7038      Branch: perl
7039            ! lib/integer.pm
7040 ____________________________________________________________________________
7041 [  3689] By: gsar                                  on 1999/07/18  00:47:17
7042         Log: ensure __END__ appears on a line by itself in wrapped
7043              scripts (thanks to Steve Tolkin <tolkin@mediaone.net>);
7044              mention caveat about successfull kill()
7045      Branch: perl
7046            ! pod/perlfunc.pod win32/bin/pl2bat.pl
7047 ____________________________________________________________________________
7048 [  3688] By: gsar                                  on 1999/07/17  20:47:44
7049         Log: noecho noops (from Nicholas Clark <nick@flirble.org>)
7050      Branch: perl
7051            ! ext/SDBM_File/sdbm/Makefile.PL
7052 ____________________________________________________________________________
7053 [  3687] By: gsar                                  on 1999/07/17  20:43:27
7054         Log: make CC.pm use a distinct CCPP() macro rather than PP()
7055              (suggested by Vishal Bhatia <vishalb@my-deja.com>)
7056      Branch: perl
7057            ! cc_runtime.h ext/B/B/CC.pm
7058 ____________________________________________________________________________
7059 [  3686] By: gsar                                  on 1999/07/17  20:39:08
7060         Log: tiny bug in vars.pm (from John Dlugosz)
7061      Branch: perl
7062            ! lib/vars.pm
7063 ____________________________________________________________________________
7064 [  3685] By: gsar                                  on 1999/07/17  20:37:27
7065         Log: applied suggested patch, along with later tweak
7066              From: jan.dubois@ibm.net (Jan Dubois)
7067              Date: Wed, 14 Jul 1999 23:53:43 +0200
7068              Message-ID: <37a902e7.15977234@smtp1.ibm.net>
7069              Subject: Merge ActivePerl Stylesheet support etc into Pod::Html.pm
7070      Branch: perl
7071            ! lib/Pod/Html.pm
7072 ____________________________________________________________________________
7073 [  3684] By: gsar                                  on 1999/07/17  20:24:32
7074         Log: avoid #ifdef DEBUGGING in thrdvar.h (from Dominic Dunlop <domo@vo.lu>)
7075      Branch: perl
7076            ! thrdvar.h
7077 ____________________________________________________________________________
7078 [  3683] By: gsar                                  on 1999/07/17  20:21:01
7079         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7080              Date: Tue, 13 Jul 1999 05:44:28 -0400 (EDT)
7081              Message-Id: <199907130944.FAA04473@monk.mps.ohio-state.edu>
7082              Subject: [PATCH 5.005_57] Segfaults if $^P
7083      Branch: perl
7084            ! embed.h embed.pl global.sym mg.c objXSUB.h perl.c perlapi.c
7085            ! proto.h
7086 ____________________________________________________________________________
7087 [  3682] By: gsar                                  on 1999/07/17  20:04:17
7088         Log: use a better prefixify() heuristic than m/perl/ (prefix/lib/perl5
7089              and prefix/lib/perl5/man are ass_u_med only if those directories
7090              actually exist; else prefix/{lib,man} are used)
7091      Branch: perl
7092            ! lib/ExtUtils/MM_Unix.pm
7093 ____________________________________________________________________________
7094 [  3681] By: gsar                                  on 1999/07/17  19:12:33
7095         Log: allow $foo{$x} and $bar[$i] for (\$) prototype
7096      Branch: perl
7097            ! op.c t/comp/proto.t
7098 ____________________________________________________________________________
7099 [  3680] By: gsar                                  on 1999/07/17  18:23:55
7100         Log: fix vec() on magic values
7101              From: Ian Phillipps <ian@dial.pipex.com>
7102              Date: Mon, 12 Jul 1999 12:30:05 +0100
7103              Message-ID: <19990712123005.A11355@homer.diplex.co.uk>
7104              Subject: [PATCH 5.005_57] Re: do_vecset is broken.  Re: [ID 19990703.003].
7105      Branch: perl
7106            ! doop.c t/op/tie.t
7107 ____________________________________________________________________________
7108 [  3679] By: gsar                                  on 1999/07/17  18:10:44
7109         Log: make system() return -1 and set $! if exec of child failed
7110              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7111              Date: Fri, 9 Jul 1999 05:21:13 -0400
7112              Message-ID: <19990709052113.A6201@monk.mps.ohio-state.edu>
7113              Subject: [PATCH 5.005_57] system()==-1 and $! from failing fork/exec
7114      Branch: perl
7115            ! doio.c embed.h embed.pl global.sym objXSUB.h perlapi.c
7116            ! pod/perlfunc.pod pp_sys.c proto.h t/op/exec.t
7117 ____________________________________________________________________________
7118 [  3678] By: gsar                                  on 1999/07/17  17:54:01
7119         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7120              Date: Fri, 9 Jul 1999 04:27:51 -0400 (EDT)
7121              Message-Id: <199907090827.EAA03321@monk.mps.ohio-state.edu>
7122              Subject: [PATCH 5.005_57] File descriptor leak in do_exec3
7123      Branch: perl
7124            ! util.c
7125 ____________________________________________________________________________
7126 [  3677] By: gsar                                  on 1999/07/17  17:34:38
7127         Log: a modernized version of find2perl from Ken Pizzini <ken@halcyon.com>;
7128              converted Ken's documentation outline into pod
7129      Branch: perl
7130            ! x2p/find2perl.PL
7131 ____________________________________________________________________________
7132 [  3676] By: gsar                                  on 1999/07/17  16:34:09
7133         Log: pod fixes (with minor edits) from Abigail, Ronald Kimball, Jon
7134              Waddington, Tuomas Lukka, Steven Tolkin, Ian Phillipps, and
7135              Steve Lidie
7136      Branch: perl
7137            ! pod/Win32.pod pod/perldelta.pod pod/perlfaq.pod
7138            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
7139            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfunc.pod
7140            ! pod/perlguts.pod pod/perlhist.pod pod/perlop.pod
7141            ! pod/perlport.pod pod/perltoc.pod pod/perltodo.pod
7142            ! pod/perltoot.pod pod/perltootc.pod pod/perlvar.pod
7143 ____________________________________________________________________________
7144 [  3675] By: gsar                                  on 1999/07/17  00:16:53
7145         Log: backout redundant change#3628
7146      Branch: perl
7147            ! Changes hints/bsdos.sh
7148 ____________________________________________________________________________
7149 [  3674] By: jhi                                   on 1999/07/15  14:26:03
7150         Log: Fix the bin/oct/hex constant overflow tests for
7151              long long platforms.
7152      Branch: cfgperl
7153            ! t/pragma/warn/util
7154 ____________________________________________________________________________
7155 [  3673] By: jhi                                   on 1999/07/14  21:59:11
7156         Log: Fixed AIX dynamic loading and AIX shared Perl library.
7157              Tested in: AIX 4.1.5 cc+useshrplib+usethreads, 4.1.5 cc,
7158              4.1.5 gcc+useshrplib+usethreads, 4.3.1 cc+useshrplib.
7159              Hijacked win32/makedef.pl for more general purpose export
7160              list building, now it is used (as toplevel makedef.pl)
7161              for win32 and AIX (perl_exp.SH made unnecessary).
7162              Because the export lists are now correct in AIX, no more linker
7163              warnings about "Exported symbol not defined" should appear.
7164      Branch: cfgperl
7165            + makedef.pl
7166            - perl_exp.SH win32/makedef.pl
7167            ! MANIFEST Makefile.SH ext/DynaLoader/DynaLoader_pm.PL
7168            ! ext/DynaLoader/dl_aix.xs hints/aix.sh win32/Makefile
7169            ! win32/makefile.mk
7170 ____________________________________________________________________________
7171 [  3672] By: gsar                                  on 1999/07/14  17:12:13
7172         Log: minor efficiency tweak
7173      Branch: perl
7174            ! pp_ctl.c
7175 ____________________________________________________________________________
7176 [  3671] By: jhi                                   on 1999/07/14  16:22:39
7177         Log: The regexec.c change of #3606 caused a core dump in fbm_instr()
7178              if its caller re_intuit_start() was entered with strend == strpos
7179              because end_shift ended up as -1.  The patch ain't necessarily
7180              correct but least the core dump is avoided.
7181      Branch: cfgperl
7182            ! regexec.c
7183 ____________________________________________________________________________
7184 [  3670] By: jhi                                   on 1999/07/13  07:59:09
7185         Log: Integrate with Sarathy.
7186      Branch: cfgperl
7187            - XSlock.h win32/GenCAPI.pl win32/TEST win32/autosplit.pl
7188            - win32/genxsdef.pl win32/makemain.pl win32/makeperldef.pl
7189           !> (integrate 67 files)
7190 ____________________________________________________________________________
7191 [  3669] By: gsar                                  on 1999/07/12  06:14:54
7192         Log: fixups for sundry warnings about function pointers
7193      Branch: perl
7194            ! ext/re/re.xs intrpvar.h op.c perl.c perl.h pp_ctl.c scope.h
7195            ! sv.c thrdvar.h util.c win32/Makefile win32/makefile.mk
7196            ! win32/win32.c win32/win32.h
7197 ____________________________________________________________________________
7198 [  3668] By: gsar                                  on 1999/07/12  04:11:58
7199         Log: tweaks for win32/borland
7200      Branch: perl
7201            ! t/pragma/locale.t win32/makedef.pl win32/makefile.mk
7202 ____________________________________________________________________________
7203 [  3667] By: gsar                                  on 1999/07/12  01:55:15
7204         Log: yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADS
7205              builds; passing the implicit context is unified among the three
7206              flavors; PERL_IMPLICIT_CONTEXT is auto-enabled under all three
7207              flavors (see the top of perl.h) for testing; all varargs functions
7208              foo() have a va_list-taking variant vfoo() for generating the
7209              context-free versions; the PERL_OBJECT build should now be
7210              hyper-compatible with CPAN extensions (C++ is totally out of
7211              the picture)
7212              
7213              result has only been tested on Windows
7214              
7215              TODO: write docs on the THX rationale and idiomatic usage of
7216              the Perl API
7217      Branch: perl
7218            - XSlock.h win32/GenCAPI.pl win32/TEST win32/autosplit.pl
7219            - win32/genxsdef.pl win32/makemain.pl win32/makeperldef.pl
7220            ! MANIFEST XSUB.h bytecode.pl deb.c dump.c embed.h embed.pl
7221            ! embedvar.h ext/B/B.xs ext/ByteLoader/ByteLoader.xs
7222            ! ext/ByteLoader/byterun.c ext/Data/Dumper/Dumper.xs
7223            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs ext/IO/IO.xs
7224            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
7225            ! ext/SDBM_File/SDBM_File.xs ext/Socket/Socket.xs
7226            ! ext/Thread/Thread.xs ext/attrs/attrs.xs ext/re/re.xs
7227            ! global.sym globals.c intrpvar.h iperlsys.h
7228            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
7229            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/xsubpp lib/base.pm
7230            ! lib/warning.pm malloc.c objXSUB.h perl.c perl.h perlapi.c
7231            ! perlapi.h perlio.c pp_sys.c proto.h regcomp.c regexec.c
7232            ! scope.c sv.c thrdvar.h util.c win32/Makefile win32/config_H.bc
7233            ! win32/config_H.gc win32/config_H.vc win32/config_h.PL
7234            ! win32/dl_win32.xs win32/include/dirent.h
7235            ! win32/include/sys/socket.h win32/makedef.pl win32/makefile.mk
7236            ! win32/perllib.c win32/runperl.c win32/win32.c win32/win32.h
7237            ! win32/win32iop.h win32/win32sck.c
7238 ____________________________________________________________________________
7239 [  3666] By: jhi                                   on 1999/07/11  22:00:13
7240         Log: Integrate with Sarathy.
7241      Branch: cfgperl
7242           !> op.c t/op/lex_assign.t
7243 ____________________________________________________________________________
7244 [  3665] By: jhi                                   on 1999/07/11  21:59:01
7245         Log: More manual sync.
7246      Branch: cfgperl
7247            ! pod/perldelta.pod
7248 ____________________________________________________________________________
7249 [  3664] By: gsar                                  on 1999/07/11  19:11:07
7250         Log: change#3612 was buggy and failed to build Tk; applied Ilya's
7251              remedy and related tests via private mail
7252      Branch: perl
7253            ! op.c t/op/lex_assign.t
7254 ____________________________________________________________________________
7255 [  3663] By: jhi                                   on 1999/07/11  15:04:37
7256         Log: Manual synchronization with Sarathy (some files
7257              had drifted apart for no apparent reason), plus
7258              I had a typo in dl_vms.xs Sarathy had fixed.
7259      Branch: cfgperl
7260            ! ext/DynaLoader/dl_vms.xs pod/perldelta.pod pp.c pp_sys.c
7261 ____________________________________________________________________________
7262 [  3662] By: jhi                                   on 1999/07/10  12:23:21
7263         Log: Change t/pragma/warn oct()/hex() overflow tests to use %Config
7264              to adapt to the underlying platform (the binary, 0b1..., test
7265              was broken in 64-bit platforms).  Also change "hex" in the
7266              warning messages to "hexadecimal" to match "binary" and "octal".
7267      Branch: cfgperl
7268            ! pod/perldiag.pod t/pragma/warn/util util.c
7269 ____________________________________________________________________________
7270 [  3661] By: jhi                                   on 1999/07/08  21:54:55
7271         Log: Integrate with Sarathy.
7272      Branch: cfgperl
7273           +> perlapi.c perlapi.h
7274           !> (integrate 43 files)
7275 ____________________________________________________________________________
7276 [  3660] By: gsar                                  on 1999/07/08  18:47:35
7277         Log: more PERL_OBJECT cleanups (changes still untested on Unix!)
7278      Branch: perl
7279            + perlapi.c perlapi.h
7280            ! MANIFEST XSUB.h emacs/ptags embed.h embed.pl embedvar.h
7281            ! ext/Opcode/Opcode.xs global.sym globals.c intrpvar.h
7282            ! iperlsys.h mg.c miniperlmain.c objXSUB.h perl.c perl.h perly.c
7283            ! pp.c pp_ctl.c pp_hot.c proto.h regcomp.c regcomp.h regexec.c
7284            ! scope.c scope.h sv.c thrdvar.h toke.c util.c win32/GenCAPI.pl
7285            ! win32/Makefile win32/makedef.pl win32/perllib.c win32/win32.c
7286            ! win32/win32.h
7287 ____________________________________________________________________________
7288 [  3659] By: gsar                                  on 1999/07/08  18:41:45
7289         Log: sundry cleanups for clean build on windows
7290      Branch: perl
7291            ! doio.c regcomp.c regcomp.h t/io/openpid.t utf8.c
7292 ____________________________________________________________________________
7293 [  3658] By: gsar                                  on 1999/07/08  01:24:25
7294         Log: fixes for logical bugs in the lexwarn patch; other tweaks to avoid
7295              type mismatch problems
7296      Branch: perl
7297            ! doio.c gv.c op.c pp.c regcomp.c regexec.c run.c sv.c
7298            ! t/pragma/warn/op toke.c utf8.c util.c
7299 ____________________________________________________________________________
7300 [  3657] By: jhi                                   on 1999/07/07  23:01:16
7301         Log: Integrate with Sarathy.  perldiag.pod required manual editing.
7302      Branch: cfgperl
7303            ! pod/perldiag.pod
7304           !> Changes configure.com ext/B/B/Deparse.pm
7305           !> ext/ByteLoader/Makefile.PL ext/Fcntl/Fcntl.xs
7306           !> ext/IO/lib/IO/File.pm gv.c iperlsys.h lib/ExtUtils/MM_VMS.pm
7307           !> lib/File/Basename.pm lib/File/Spec/VMS.pm perlsfio.h
7308           !> t/base/rs.t t/lib/io_multihomed.t t/lib/textfill.t
7309           !> t/lib/textwrap.t t/op/filetest.t t/op/mkdir.t
7310           !> t/pragma/overload.t thread.h vms/vms.c
7311 ____________________________________________________________________________
7312 [  3656] By: gsar                                  on 1999/07/07  21:04:38
7313         Log: integrate cfgperl contents
7314      Branch: perl
7315           +> lib/unicode/Is/ASCII.pl lib/unicode/Is/Cntrl.pl
7316           +> lib/unicode/Is/Graph.pl lib/unicode/Is/Punct.pl
7317           +> lib/unicode/Is/Word.pl lib/unicode/Is/XDigit.pl
7318            ! Changes
7319           !> (integrate 45 files)
7320 ____________________________________________________________________________
7321 [  3655] By: gsar                                  on 1999/07/07  18:55:45
7322         Log: filetest.t and ByteLoader build tweaks from Peter Prymmer
7323              <pvhp@forte.com>
7324      Branch: perl
7325            ! ext/ByteLoader/Makefile.PL t/op/filetest.t
7326 ____________________________________________________________________________
7327 [  3654] By: gsar                                  on 1999/07/07  18:47:03
7328         Log: change#1889 mistakenly removed F_SETLK
7329      Branch: perl
7330            ! ext/Fcntl/Fcntl.xs
7331 ____________________________________________________________________________
7332 [  3653] By: gsar                                  on 1999/07/07  18:42:42
7333         Log: B::Deparse update
7334              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
7335              Date: Mon,  5 Jul 1999 17:57:03 -0500 (CDT)
7336              Message-ID: <14209.13729.738691.610723@alias-2.pr.mcs.net>
7337              Subject: [PATCH _57, long] B::Deparse 0.58
7338      Branch: perl
7339            ! ext/B/B/Deparse.pm
7340 ____________________________________________________________________________
7341 [  3652] By: gsar                                  on 1999/07/07  18:41:07
7342         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7343              Date: Mon, 5 Jul 1999 18:24:19 -0400 (EDT)
7344              Message-Id: <199907052224.SAA10454@monk.mps.ohio-state.edu>
7345              Subject: Re: [ID 19990705.001] Overloading boolean conversion
7346      Branch: perl
7347            ! gv.c t/pragma/overload.t
7348 ____________________________________________________________________________
7349 [  3651] By: gsar                                  on 1999/07/07  17:47:30
7350         Log: missing PerlIO_reopen() (suggested by sam@daemoninc.com)
7351      Branch: perl
7352            ! perlsfio.h
7353 ____________________________________________________________________________
7354 [  3650] By: gsar                                  on 1999/07/07  17:45:52
7355         Log: applied new parts of suggested patch
7356              From: Charles Bailey <BAILEY@newman.upenn.edu>
7357              Date: Fri, 02 Jul 1999 19:18:41 -0400 (EDT)
7358              Message-id: <01JD3M8W1VXS000S5G@mail.newman.upenn.edu>
7359              Subject: [PATCH 5.005_57] Consolidated VMS patch
7360      Branch: perl
7361            ! configure.com ext/IO/lib/IO/File.pm iperlsys.h
7362            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm
7363            ! lib/File/Spec/VMS.pm pod/perldiag.pod t/base/rs.t
7364            ! t/lib/io_multihomed.t t/lib/textfill.t t/lib/textwrap.t
7365            ! t/op/filetest.t t/op/mkdir.t thread.h vms/vms.c
7366 ____________________________________________________________________________
7367 [  3649] By: jhi                                   on 1999/07/07  13:38:02
7368         Log: Sync regcomp warn with reality.
7369      Branch: cfgperl
7370            ! t/pragma/warn/regcomp
7371 ____________________________________________________________________________
7372 [  3648] By: jhi                                   on 1999/07/07  13:04:55
7373         Log: Integrate with Sarathy; one conflict in t/pragma/warn/recgomp
7374              resolved manually.
7375      Branch: cfgperl
7376           +> pod/perllexwarn.pod t/pragma/warn/6default t/pragma/warn/av
7377           +> t/pragma/warn/doop t/pragma/warn/hv t/pragma/warn/malloc
7378           +> t/pragma/warn/perlio t/pragma/warn/run t/pragma/warn/utf8
7379            - README.lexwarn
7380           !> (integrate 79 files)
7381 ____________________________________________________________________________
7382 [  3647] By: gsar                                  on 1999/07/07  10:32:03
7383         Log: From: jan.dubois@ibm.net (Jan Dubois)
7384              Date: Thu, 01 Jul 1999 11:17:53 +0200
7385              Message-ID: <377b2ca4.14467042@smtp1.ibm.net>
7386              Subject: [PATCH 5.005_57] MakeMaker support for pod2html
7387      Branch: perl
7388            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
7389            ! lib/ExtUtils/MakeMaker.pm
7390 ____________________________________________________________________________
7391 [  3646] By: gsar                                  on 1999/07/07  10:27:55
7392         Log: fix undocumented IO::Handle functions as suggested
7393              by cj10@cam.ac.uk
7394      Branch: perl
7395            ! ext/IO/lib/IO/Handle.pm
7396 ____________________________________________________________________________
7397 [  3645] By: gsar                                  on 1999/07/07  10:18:55
7398         Log: prohibit thread join()ing itself (from Dan Sugalski)
7399      Branch: perl
7400            ! ext/Thread/Thread.xs
7401 ____________________________________________________________________________
7402 [  3644] By: gsar                                  on 1999/07/07  10:14:26
7403         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
7404              Date: Wed, 30 Jun 1999 14:02:42 -0700
7405              Message-ID: <LJHFKBDHMHHJDAAA@my-deja.com>
7406              Subject:  [PATCH 5.005_57] Compiler and XSUBS
7407      Branch: perl
7408            ! ext/B/B/C.pm
7409 ____________________________________________________________________________
7410 [  3643] By: gsar                                  on 1999/07/07  10:08:38
7411         Log: mention C<foreach VAR (LIST) BLOCK continue BLOCK> syntax
7412              (from François Désarménien <desar@club-internet.fr>)
7413      Branch: perl
7414            ! pod/perlsyn.pod
7415 ____________________________________________________________________________
7416 [  3642] By: gsar                                  on 1999/07/07  10:03:24
7417         Log: From: Doug MacEachern <dougm@cp.net>
7418              Date: Sun, 27 Jun 1999 22:43:25 -0700 (PDT)
7419              Message-ID: <Pine.LNX.4.10.9906272236430.389-100000@mojo.eng.cp.net>
7420              Subject: [PATCH 5.005_57] add B::PV::{LEN,CUR}
7421      Branch: perl
7422            ! ext/B/B.xs
7423 ____________________________________________________________________________
7424 [  3641] By: gsar                                  on 1999/07/07  10:00:57
7425         Log: slightly modified version of suggested patch
7426              From: Steven N. Hirsch <hirschs@stargate.btv.ibm.com>
7427              Date: Mon, 28 Jun 1999 14:23:59 -0400
7428              Message-Id: <199906281823.OAA24912@stargate.btv.ibm.com>
7429              Subject: [ID 19990628.007] POSIX::tmpnam() broken for threaded 5.00503
7430      Branch: perl
7431            ! ext/POSIX/POSIX.xs
7432 ____________________________________________________________________________
7433 [  3640] By: gsar                                  on 1999/07/07  09:45:43
7434         Log: lexical warnings update (warning.t fails one test
7435              due to leaked scalar, investigation pending)
7436              From: paul.marquess@bt.com
7437              Date: Sat, 26 Jun 1999 23:19:52 +0100
7438              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C8E@mbtlipnt02.btlabs.bt.co.uk>
7439              Subject: [PATCH 5.005_57] Lexical Warnings - mandatory warning are now default warnings
7440      Branch: perl
7441            + pod/perllexwarn.pod t/pragma/warn/6default t/pragma/warn/av
7442            + t/pragma/warn/doop t/pragma/warn/hv t/pragma/warn/malloc
7443            + t/pragma/warn/perlio t/pragma/warn/run t/pragma/warn/utf8
7444            - README.lexwarn
7445            ! Changes MANIFEST av.c djgpp/djgpp.c doio.c doop.c
7446            ! ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
7447            ! ext/ByteLoader/byterun.h gv.c hv.c jpl/JNI/JNI.xs
7448            ! lib/warning.pm mg.c op.c os2/os2.c perl.c perlio.c
7449            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
7450            ! pod/perlmodlib.pod pod/perlrun.pod pod/perlvar.pod pp.c
7451            ! pp_ctl.c run.c sv.c t/pragma/warn/3both t/pragma/warn/doio
7452            ! t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
7453            ! t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
7454            ! t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
7455            ! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
7456            ! t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
7457            ! t/pragma/warn/util t/pragma/warning.t toke.c utf8.c util.c
7458            ! warning.h warning.pl win32/win32.c
7459 ____________________________________________________________________________
7460 [  3639] By: gsar                                  on 1999/07/07  08:09:30
7461         Log: From: Brian Jepson <bjepson@home.com>
7462              Date: Sat, 26 Jun 1999 10:47:45 -0500 (EST)
7463              Message-ID: <Pine.LNX.4.10.9906261044180.659-100000@cx384756-a.sking1.ri.home.com>
7464              Subject: Patch to JPL example program
7465      Branch: perl
7466            ! jpl/JPL_Rolo/JPL_Rolo.jpl
7467 ____________________________________________________________________________
7468 [  3638] By: jhi                                   on 1999/07/07  08:07:58
7469         Log: Integrate with Sarathy.
7470      Branch: cfgperl
7471           !> (integrate 34 files)
7472 ____________________________________________________________________________
7473 [  3637] By: gsar                                  on 1999/07/07  08:07:49
7474         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
7475              Date: Fri, 25 Jun 1999 13:38:44 -0500 (CDT)
7476              Message-ID: <14193.25034.113373.245377@alias-2.pr.mcs.net>
7477              Subject: [PATCH _57, long] Eliminate CONDOPs
7478      Branch: perl
7479            ! bytecode.pl dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm
7480            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
7481            ! ext/B/B/Debug.pm ext/B/B/Xref.pm ext/B/ramblings/flip-flop
7482            ! ext/B/typemap op.c op.h opcode.h opcode.pl perl.h
7483            ! pod/perltoc.pod pp_ctl.c pp_hot.c
7484 ____________________________________________________________________________
7485 [  3636] By: gsar                                  on 1999/07/07  07:50:51
7486         Log: adapted suggested patch for IO-1.20x
7487              From: ian@dial.pipex.com
7488              Date:  Fri, 25 Jun 1999 10:39:42 +0100
7489              Message-Id:  <199906250939.KAA02152@homer.diplex.co.uk>
7490              Subject: [ID 19990625.001]  Minor fixes for IO::Socket.pm
7491      Branch: perl
7492            ! ext/IO/lib/IO/Socket.pm
7493 ____________________________________________________________________________
7494 [  3635] By: gsar                                  on 1999/07/07  07:26:05
7495         Log: PowerMAX hints update from Tom Horsley <Tom.Horsley@mail.ccur.com>
7496      Branch: perl
7497            ! hints/powerux.sh
7498 ____________________________________________________________________________
7499 [  3634] By: gsar                                  on 1999/07/07  07:20:02
7500         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
7501              Date: Wed, 23 Jun 1999 16:16:05 +0100
7502              Message-Id: <199906231516.QAA23851@crypt.compulink.co.uk>
7503              Subject: [PATCH 5.005_57] memleak in optimizer
7504      Branch: perl
7505            ! embed.h embed.pl objXSUB.h op.c proto.h
7506 ____________________________________________________________________________
7507 [  3633] By: gsar                                  on 1999/07/07  07:10:52
7508         Log: add do-not-edit caveats for files generated by opcode.pl
7509              (suggested by Hugo van der Sanden)
7510      Branch: perl
7511            ! opcode.h opcode.pl pp.sym pp_proto.h
7512 ____________________________________________________________________________
7513 [  3632] By: gsar                                  on 1999/07/07  06:41:13
7514         Log: better diagnostics on read operations from write-only
7515              filehandles
7516      Branch: perl
7517            ! doio.c perl.c pod/perldelta.pod pod/perldiag.pod pp_hot.c
7518            ! pp_sys.c t/pragma/warn/pp_hot t/pragma/warn/pp_sys
7519 ____________________________________________________________________________
7520 [  3631] By: gsar                                  on 1999/07/07  02:03:34
7521         Log: make Sys::Hostname safe against C<$SIG{CHLD}='IGNORE'> (suggested
7522              by David Muir Sharnoff <muir@idiom.com>)
7523      Branch: perl
7524            ! lib/Sys/Hostname.pm
7525 ____________________________________________________________________________
7526 [  3630] By: gsar                                  on 1999/07/07  01:57:16
7527         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
7528              Date: Sun, 20 Jun 1999 17:17:17 -0700
7529              Message-ID: <AEBDBGKPMEAJAAAA@my-deja.com>
7530              Subject: [PATCH 5.005_57] Minor bug fix in pp_require
7531      Branch: perl
7532            ! ext/B/B/CC.pm
7533 ____________________________________________________________________________
7534 [  3629] By: gsar                                  on 1999/07/07  01:46:03
7535         Log: installperl should write normal messages to STDOUT, not STDERR
7536      Branch: perl
7537            ! installperl
7538 ____________________________________________________________________________
7539 [  3628] By: gsar                                  on 1999/07/07  01:41:25
7540         Log: BSD/OS needs -DSTRUCT_TM_HASZONE as of 4.0.1 (from mab@alink.net)
7541      Branch: perl
7542            ! hints/bsdos.sh
7543 ____________________________________________________________________________
7544 [  3627] By: gsar                                  on 1999/07/07  00:27:10
7545         Log: make diagnostic on C<my $^I> etc., more readable
7546      Branch: perl
7547            ! op.c
7548 ____________________________________________________________________________
7549 [  3626] By: gsar                                  on 1999/07/06  23:47:27
7550         Log: From: Andy Dougherty <doughera@lafayette.edu>
7551              Date:  Thu, 17 Jun 1999 12:07:11 -0400 (EDT)
7552              Message-Id:  <Pine.GSU.4.05.9906171204580.937-100000@newton.phys>
7553              Subject: [ID 19990617.004  [PATCH 5.005_57] make distclean fixes]
7554      Branch: perl
7555            ! Makefile.SH utils/Makefile
7556 ____________________________________________________________________________
7557 [  3625] By: jhi                                   on 1999/07/06  21:50:46
7558         Log: Some new files of #3624 missing from MANIFEST.
7559      Branch: cfgperl
7560            ! MANIFEST
7561 ____________________________________________________________________________
7562 [  3624] By: jhi                                   on 1999/07/06  21:47:04
7563         Log: POSIX [[:character class:]] support for standard, locale,
7564              and utf8.  If both utf8 and locale are on, utf8 wins.
7565              I don't fully understand why so many tables changed in
7566              lib/unicode because of "make" -- maybe it was just overdue.
7567      Branch: cfgperl
7568            + lib/unicode/Is/ASCII.pl lib/unicode/Is/Cntrl.pl
7569            + lib/unicode/Is/Graph.pl lib/unicode/Is/Punct.pl
7570            + lib/unicode/Is/Word.pl lib/unicode/Is/XDigit.pl
7571            ! MANIFEST Todo-5.005 embed.h embed.pl embedvar.h global.sym
7572            ! handy.h intrpvar.h lib/unicode/Bidirectional.pl
7573            ! lib/unicode/Block.pl lib/unicode/Category.pl
7574            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
7575            ! lib/unicode/Is/BidiL.pl lib/unicode/Is/Digit.pl
7576            ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl
7577            ! lib/unicode/Is/Lower.pl lib/unicode/Is/Print.pl
7578            ! lib/unicode/Is/Space.pl lib/unicode/Is/Upper.pl
7579            ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Name.pl
7580            ! lib/unicode/To/Digit.pl lib/unicode/mktables.PL objXSUB.h
7581            ! pod/perldelta.pod pod/perldiag.pod pod/perlre.pod proto.h
7582            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h
7583            ! t/op/pat.t t/op/re_tests t/op/regexp.t t/pragma/utf8.t
7584            ! t/pragma/warn/regcomp utf8.c
7585 ____________________________________________________________________________
7586 [  3623] By: gsar                                  on 1999/07/06  20:52:48
7587         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7588              Date: Wed, 16 Jun 1999 14:57:22 -0400
7589              Message-ID: <19990616145722.B16258@monk.mps.ohio-state.edu>
7590              Subject: [PATCH 5.00557] Devel::Peek
7591      Branch: perl
7592            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
7593 ____________________________________________________________________________
7594 [  3622] By: gsar                                  on 1999/07/06  20:22:59
7595         Log: applied patch after demunging headers with appropriate paths
7596              From: "Vishal Bhatia" <vishalb@my-deja.com>
7597              Date: Sat, 12 Jun 1999 08:23:59 -0700
7598              Message-ID: <JIHEJPFDFKIBDAAA@my-deja.com>
7599              Subject: [Patch 5.005_57] unsigned arithmetic (Compiler)
7600      Branch: perl
7601            ! cc_runtime.h ext/B/B.xs ext/B/B/CC.pm ext/B/B/Stackobj.pm
7602            ! ext/B/defsubs.h.PL lib/ExtUtils/typemap t/harness
7603 ____________________________________________________________________________
7604 [  3621] By: gsar                                  on 1999/07/06  20:10:50
7605         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7606              Date: Thu, 10 Jun 1999 04:05:22 -0400 (EDT)
7607              Message-Id: <199906100805.EAA18216@monk.mps.ohio-state.edu>
7608              Subject: [PATCH 5.005_57] Optimize 2>&1 in commands
7609      Branch: perl
7610            ! doio.c
7611 ____________________________________________________________________________
7612 [  3620] By: jhi                                   on 1999/07/06  19:16:47
7613         Log: Mention EPOC and SOCKS.
7614      Branch: cfgperl
7615            ! pod/perldelta.pod
7616 ____________________________________________________________________________
7617 [  3619] By: gsar                                  on 1999/07/06  16:52:37
7618         Log: fix int vs STRLEN issue
7619      Branch: perl
7620            ! pp.c
7621 ____________________________________________________________________________
7622 [  3618] By: jhi                                   on 1999/07/06  16:52:20
7623         Log: There ain't Perl_atonv().
7624      Branch: cfgperl
7625            ! ext/ByteLoader/bytecode.h
7626 ____________________________________________________________________________
7627 [  3617] By: jhi                                   on 1999/07/06  15:55:22
7628         Log: Integrate with Sarathy.
7629      Branch: cfgperl
7630           !> Makefile.SH
7631 ____________________________________________________________________________
7632 [  3616] By: jhi                                   on 1999/07/06  15:54:09
7633         Log: Tweak for #3613.
7634      Branch: cfgperl
7635            ! Configure config_h.SH
7636 ____________________________________________________________________________
7637 [  3615] By: gsar                                  on 1999/07/06  11:00:21
7638         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
7639              Date:  Sun, 13 Jun 1999 17:46:13 -0600 (MDT)
7640              Message-Id:  <199906132346.RAA26632@xerxes.courtesan.com>
7641              Subject: [ID 19990613.003  linklibperl set incorrectly in Makefile.SH for OpenBSD]
7642      Branch: perl
7643            ! Makefile.SH
7644 ____________________________________________________________________________
7645 [  3614] By: jhi                                   on 1999/07/06  10:44:48
7646         Log: Integrate with Sarathy.
7647      Branch: cfgperl
7648           !> ext/IO/lib/IO/File.pm op.c op.h opcode.h opcode.pl perl.h pp.h
7649           !> pp.sym pp_proto.h t/base/rs.t t/pragma/warn/op
7650 ____________________________________________________________________________
7651 [  3613] By: jhi                                   on 1999/07/06  10:43:20
7652         Log: From: Nathan Kurz <nate@valleytel.net>
7653              Subject: [ID 19990612.001 compiling three deep modules within ext/]
7654              ply-To: nate@valleytel.net
7655              erl5-porters@perl.org
7656              Date: Sat, 12 Jun 1999 01:26:04 -0500
7657              Message-Id: <199906120626.BAA04996@trinkpad.valleytel.net>
7658      Branch: cfgperl
7659            ! Configure config_h.SH
7660 ____________________________________________________________________________
7661 [  3612] By: gsar                                  on 1999/07/06  10:17:52
7662         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7663              Date: Sat, 12 Jun 1999 04:49:09 -0400 (EDT)
7664              Message-Id: <199906120849.EAA26986@monk.mps.ohio-state.edu>
7665              Subject: [PATCH 5.005_57] Optimize away OP_SASSIGN
7666      Branch: perl
7667            ! op.c op.h opcode.h opcode.pl pp.h pp.sym pp_proto.h
7668 ____________________________________________________________________________
7669 [  3611] By: gsar                                  on 1999/07/06  09:51:20
7670         Log: From: pvhp@forte.com (Peter Prymmer)
7671              Date: Fri, 11 Jun 99 17:07:19 PDT
7672              Message-Id: <9906120007.AA13802@forte.com>
7673              Subject: [PATCH _03 && _57]portability fix for IO::File and FileHandle
7674      Branch: perl
7675            ! ext/IO/lib/IO/File.pm
7676 ____________________________________________________________________________
7677 [  3610] By: gsar                                  on 1999/07/06  09:37:37
7678         Log: fix for C<$/ = 42> setting paragraph mode (applied with small
7679              tweak)
7680              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7681              Date: Wed, 09 Jun 1999 18:27:51 +0100
7682              Message-Id: <E10rm8l-00023T-00@ursa.cus.cam.ac.uk>
7683              Subject: Re: [ID 19990608.002] Possible bug with binmode and <FH> on Perl 5.005_03 Win32
7684      Branch: perl
7685            ! perl.h t/base/rs.t
7686 ____________________________________________________________________________
7687 [  3609] By: jhi                                   on 1999/07/06  09:28:48
7688         Log: Integrate with Sarathy.
7689      Branch: cfgperl
7690           !> (integrate 49 files)
7691 ____________________________________________________________________________
7692 [  3608] By: gsar                                  on 1999/07/06  09:28:21
7693         Log: test tweak
7694      Branch: perl
7695            ! t/pragma/warn/op
7696 ____________________________________________________________________________
7697 [  3607] By: jhi                                   on 1999/07/06  09:22:48
7698         Log: Put back the cygwin32 Configure fix of 3582 undone by 3597.
7699      Branch: cfgperl
7700            ! Configure config_h.SH
7701 ____________________________________________________________________________
7702 [  3606] By: gsar                                  on 1999/07/06  09:05:02
7703         Log: applied slightly tweaked version of suggested patch for
7704              improved RE API
7705              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7706              Date: Wed, 9 Jun 1999 18:14:27 -0400 (EDT)
7707              Message-Id: <199906092214.SAA14126@monk.mps.ohio-state.edu>
7708              Subject: [PATCH 5.005_57] REx engine rehash
7709      Branch: perl
7710            ! Changes dump.c embed.h embed.pl embedvar.h ext/re/Makefile.PL
7711            ! ext/re/re.xs global.sym objXSUB.h perl.c perl.h pp.c pp_hot.c
7712            ! proto.h regcomp.c regcomp.h regexec.c regexp.h thrdvar.h
7713            ! util.c
7714 ____________________________________________________________________________
7715 [  3605] By: gsar                                  on 1999/07/06  08:54:03
7716         Log: bug in change#3602 (cpp conditionals not allowed inside macro args)
7717      Branch: perl
7718            ! sv.c
7719 ____________________________________________________________________________
7720 [  3604] By: gsar                                  on 1999/07/06  07:08:30
7721         Log: From: paul.marquess@bt.com
7722              Date: Tue, 8 Jun 1999 22:37:58 +0100 
7723              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3C@mbtlipnt02.btlabs.bt.co.uk>
7724              Subject: [PATCH 5.005_57] DB_File 1.67
7725      Branch: perl
7726            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
7727            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
7728 ____________________________________________________________________________
7729 [  3603] By: gsar                                  on 1999/07/06  07:04:50
7730         Log: From: paul.marquess@bt.com
7731              Date: Tue, 8 Jun 1999 22:34:01 +0100 
7732              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3B@mbtlipnt02.btlabs.bt.co.uk>
7733              Subject: [PATCH 5.005_57] DBM Filters
7734      Branch: perl
7735            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
7736            ! ext/NDBM_File/NDBM_File.pm ext/NDBM_File/NDBM_File.xs
7737            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
7738            ! ext/SDBM_File/SDBM_File.pm ext/SDBM_File/SDBM_File.xs
7739 ____________________________________________________________________________
7740 [  3602] By: gsar                                  on 1999/07/06  07:00:01
7741         Log: slightly tweaked version of suggested patch
7742              From: Dan Sugalski <sugalskd@ous.edu>
7743              Date: Tue, 08 Jun 1999 14:09:38 -0700
7744              Message-Id: <3.0.6.32.19990608140938.030f12e0@ous.edu>
7745              Subject: [PATCH 5.005_57]Use NV instead of double in the core
7746      Branch: perl
7747            ! av.h bytecode.pl cv.h doio.c dump.c embed.pl
7748            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c hv.h
7749            ! intrpvar.h mg.c op.c perl.h pp.c pp.h pp_ctl.c pp_sys.c
7750            ! proto.h sv.c sv.h toke.c universal.c util.c
7751 ____________________________________________________________________________
7752 [  3601] By: gsar                                  on 1999/07/06  06:52:57
7753         Log: integrate cfgperl contents into mainline
7754      Branch: perl
7755           +> README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
7756           +> epoc/perl.mmp epoc/perl.pkg
7757           !> (integrate 30 files)
7758 ____________________________________________________________________________
7759 [  3598] By: jhi                                   on 1999/07/05  20:02:55
7760         Log: Integrate with mainperl.
7761      Branch: cfgperl
7762           +> lib/CGI/Pretty.pm
7763           !> Changes ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
7764           !> ext/B/B/Stackobj.pm ext/GDBM_File/GDBM_File.xs mg.c op.c
7765           !> opcode.h opcode.pl pp_sys.c t/lib/io_udp.t thread.h toke.c
7766           !> vms/descrip_mms.template vms/subconfigure.com vms/vms.c
7767           !> vms/vmsish.h
7768 ____________________________________________________________________________
7769 [  3597] By: jhi                                   on 1999/07/05  19:59:48
7770         Log: Hack SOCKS support some more plus a patch from Andy Dougherty
7771              that addresses the notorious "Additional libraries" question.
7772      Branch: cfgperl
7773            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7774            ! config_h.SH doio.c ext/Socket/Socket.xs hints/aix.sh perl.c
7775            ! pp_sys.c
7776 ____________________________________________________________________________
7777 [  3596] By: gsar                                  on 1999/07/05  18:30:51
7778         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7779              Date: Tue, 8 Jun 1999 04:47:58 -0400 (EDT)
7780              Message-Id: <199906080847.EAA03810@monk.mps.ohio-state.edu>
7781              Subject: [PATCH 5.00557] Long-standing UDP sockets bug on OS/2
7782      Branch: perl
7783            ! pp_sys.c t/lib/io_udp.t
7784 ____________________________________________________________________________
7785 [  3595] By: gsar                                  on 1999/07/05  18:29:08
7786         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7787              Date: Tue, 8 Jun 1999 04:44:58 -0400 (EDT)
7788              Message-Id: <199906080844.EAA03784@monk.mps.ohio-state.edu>
7789              Subject: [PATCH 5.00557] Setting $^E wipes out $!
7790      Branch: perl
7791            ! mg.c
7792 ____________________________________________________________________________
7793 [  3594] By: gsar                                  on 1999/07/05  18:24:53
7794         Log: hand-apply whitespace mutiliated patch
7795              From: Dan Sugalski <sugalskd@osshe.edu>
7796              Date: Mon, 07 Jun 1999 14:46:42 -0700
7797              Message-Id: <3.0.6.32.19990607144642.03079100@ous.edu>
7798              Subject: [PATCH 5.005_57]Updated VMS patch
7799      Branch: perl
7800            ! thread.h vms/descrip_mms.template vms/subconfigure.com
7801            ! vms/vms.c vms/vmsish.h
7802 ____________________________________________________________________________
7803 [  3593] By: gsar                                  on 1999/07/05  17:53:04
7804         Log: applied parts not duplicated by previous patches
7805              From: "Vishal Bhatia" <vishalb@my-deja.com>
7806              Date: Sat, 05 Jun 1999 08:42:17 -0700
7807              Message-ID: <JAMCAJKJEJDPAAAA@my-deja.com>
7808              Subject: Fwd: [PATCH 5.005_57] consolidated compiler changes
7809      Branch: perl
7810            ! Changes ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
7811            ! ext/B/B/Stackobj.pm
7812 ____________________________________________________________________________
7813 [  3592] By: jhi                                   on 1999/07/05  17:17:22
7814         Log: AIX threaded build, plus few more on the side.
7815      Branch: cfgperl
7816            ! embed.h embed.pl ext/DynaLoader/dl_aix.xs
7817            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
7818            ! ext/DynaLoader/dl_vms.xs hints/aix.sh objXSUB.h perl.h
7819            ! perl_exp.SH pp_ctl.c proto.h toke.c util.c
7820 ____________________________________________________________________________
7821 [  3591] By: gsar                                  on 1999/07/05  16:52:34
7822         Log: "\e" and "\a" didn't produce right escape under EBCDIC
7823              From: pvhp@forte.com (Peter Prymmer)
7824              Date: Fri, 4 Jun 99 12:00:27 PDT
7825              Message-Id: <9906041900.AA28387@forte.com>
7826              Subject: [PATCH 5.005_57]lingering ASCIIism in tokener
7827      Branch: perl
7828            ! toke.c
7829 ____________________________________________________________________________
7830 [  3590] By: gsar                                  on 1999/07/05  16:40:01
7831         Log: s/scalar ref constructor/single ref constructor/ (suggested
7832              by Stephen McCamant)
7833      Branch: perl
7834            ! opcode.h opcode.pl
7835 ____________________________________________________________________________
7836 [  3589] By: gsar                                  on 1999/07/05  16:34:06
7837         Log: no such thing as gdbm_clearerr() (from Andy Dougherty)
7838      Branch: perl
7839            ! ext/GDBM_File/GDBM_File.xs
7840 ____________________________________________________________________________
7841 [  3588] By: gsar                                  on 1999/07/05  16:29:39
7842         Log: allow C<-foo> under C<use integer> (behavior of C<-$string>
7843              is unchanged still)
7844      Branch: perl
7845            ! op.c
7846 ____________________________________________________________________________
7847 [  3587] By: jhi                                   on 1999/07/05  10:31:43
7848         Log: Make perl_exp.SH smarter about what to include and what to exclude.
7849      Branch: cfgperl
7850            ! perl_exp.SH
7851 ____________________________________________________________________________
7852 [  3586] By: jhi                                   on 1999/07/05  09:29:31
7853         Log: Remove unnecessary and extraneous my $i = 0.
7854      Branch: cfgperl
7855            ! bytecode.pl
7856 ____________________________________________________________________________
7857 [  3585] By: jhi                                   on 1999/07/05  07:28:59
7858         Log: Integrate with mainperl.
7859      Branch: cfgperl
7860           !> (integrate 30 files)
7861 ____________________________________________________________________________
7862 [  3584] By: gsar                                  on 1999/07/05  05:36:28
7863         Log: From: Vishal Bhatia <vishalb@hotmail.com>
7864              Date: Thu, 03 Jun 1999 00:57:48 PDT
7865              Message-ID: <19990603075749.86665.qmail@hotmail.com>
7866              Subject: Re: [PATCH 5.005_57] pp_sort sorted out
7867      Branch: perl
7868            ! ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
7869 ____________________________________________________________________________
7870 [  3583] By: gsar                                  on 1999/07/05  05:31:19
7871         Log: suppress fancy display when in verbose mode (suggested by
7872              Paul Johnson <pjcj@transeda.com>)
7873      Branch: perl
7874            ! lib/Test/Harness.pm
7875 ____________________________________________________________________________
7876 [  3582] By: gsar                                  on 1999/07/05  05:17:12
7877         Log: cygwin32 update
7878              From: "Fifer, Eric" <EFifer@sanwaint.com>
7879              Date:  Wed, 2 Jun 1999 15:16:05 +0100
7880              Message-Id:  <71E287AB0D94D111BBD600600849EC8185EDD9@POST>
7881              Subject:  [ID 19990602.003] perl5.005_03 (CORE) cygwin32 port
7882      Branch: perl
7883            ! Configure Makefile.SH README.cygwin32 cygwin32/Makefile.SHs
7884            ! cygwin32/build-instructions.READFIRST
7885            ! cygwin32/build-instructions.charles-wilson
7886            ! cygwin32/build-instructions.sebastien-barre
7887            ! cygwin32/build-instructions.steven-morlock
7888            ! cygwin32/build-instructions.steven-morlock2 doio.c dosish.h
7889            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs hints/cygwin32.sh
7890            ! lib/Cwd.pm lib/ExtUtils/MM_Cygwin.pm perl.h pp_hot.c
7891            ! t/op/magic.t util.c
7892 ____________________________________________________________________________
7893 [  3581] By: gsar                                  on 1999/07/05  02:46:18
7894         Log: NeXT doesn't have FD_CLOEXEC (suggested by Hans Mulder)
7895      Branch: perl
7896            ! util.c
7897 ____________________________________________________________________________
7898 [  3580] By: gsar                                  on 1999/07/05  02:38:03
7899         Log: From: "Ed Peschko" <ed_peschko@csgsystems.com>
7900              Date: Mon, 31 May 1999 18:18:13 -0600
7901              Message-ID: <19990601001813.AAA17834@csgsystems.com>
7902              Subject: [ PATCH perl5.005_57 ] new perlcc + regression tests
7903      Branch: perl
7904            ! t/TEST t/UTEST t/harness utils/perlcc.PL
7905 ____________________________________________________________________________
7906 [  3579] By: gsar                                  on 1999/07/05  01:20:58
7907         Log: compatibility tweak for Class::Struct
7908      Branch: perl
7909            ! lib/Class/Struct.pm
7910 ____________________________________________________________________________
7911 [  3578] By: jhi                                   on 1999/07/04  23:26:01
7912         Log: Miscellaneus AIX fixes + SOCKS support.
7913      Branch: cfgperl
7914            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
7915            ! Porting/config_H config_h.SH doio.c ext/Socket/Socket.xs
7916            ! hints/aix.sh pp_sys.c
7917 ____________________________________________________________________________
7918 [  3577] By: gsar                                  on 1999/07/04  23:07:39
7919         Log: test tweak
7920      Branch: perl
7921            ! t/io/openpid.t
7922 ____________________________________________________________________________
7923 [  3576] By: jhi                                   on 1999/07/04  22:39:23
7924         Log: Integrate with mainperl.
7925      Branch: cfgperl
7926           +> t/io/openpid.t
7927            - win32/perlhost.h
7928           !> (integrate 51 files)
7929 ____________________________________________________________________________
7930 [  3575] By: jhi                                   on 1999/07/04  22:26:48
7931         Log: Added 64-bit support for AIX 4.3 or better
7932              based on Martin H. Rusoff's observations.
7933      Branch: cfgperl
7934            ! Configure config_h.SH hints/aix.sh
7935 ____________________________________________________________________________
7936 [  3574] By: jhi                                   on 1999/07/04  21:34:47
7937         Log: Do not throw away gccvers compilation errors.
7938              From: Andy Dougherty <doughera@lafayette.edu>
7939              To: Ron Seguin <rseguin@on.bell.ca>
7940              Cc: Perl Porters <perl5-porters@perl.org>
7941              Subject: [PATCH] Re: [ID 19990625.011]  WHOA There
7942              Date: Mon, 28 Jun 1999 12:36:38 -0400 (EDT)
7943              Message-Id: <Pine.GSU.4.05.9906281230100.6265-100000@newton.phys>
7944      Branch: cfgperl
7945            ! Configure config_h.SH
7946 ____________________________________________________________________________
7947 [  3573] By: gsar                                  on 1999/07/04  21:10:32
7948         Log: adapted suggested tests for addition to testsuite
7949              From: RonaldWS@aol.com
7950              Date:  Sun, 30 May 1999 16:27:28 EDT
7951              Message-Id:  <25cd799f.2482f930@aol.com>
7952              Subject: [19990530.007] Open with pipe | does not return pid under win32
7953      Branch: perl
7954            + t/io/openpid.t
7955            ! MANIFEST win32/win32.c
7956 ____________________________________________________________________________
7957 [  3572] By: gsar                                  on 1999/07/04  20:29:32
7958         Log: perl_run() should call my_exit(0) for normal completion
7959      Branch: perl
7960            ! perl.c
7961 ____________________________________________________________________________
7962 [  3571] By: jhi                                   on 1999/07/04  20:10:44
7963         Log: Add test for change #3568 plus general cleanup.
7964      Branch: cfgperl
7965            ! t/pragma/locale.t
7966 ____________________________________________________________________________
7967 [  3570] By: gsar                                  on 1999/07/04  20:03:21
7968         Log: make overload, Data::Dumper, and dumpvar understand qr// stringify
7969              overloading
7970      Branch: perl
7971            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
7972            ! lib/Dumpvalue.pm lib/dumpvar.pl lib/overload.pm pp_ctl.c
7973 ____________________________________________________________________________
7974 [  3569] By: gsar                                  on 1999/07/04  18:04:48
7975         Log: make AIX dynaloading work when libperl is shared (and thus under
7976              mod_perl etc.)
7977              From: Jens-Uwe Mager <jum@helios.de>
7978              Date:  Sat, 29 May 1999 17:09:52 +0200
7979              Message-Id:  <199905291509.RAA43978@ans.helios.de>
7980              Subject: [19990529.002] DynaLoader does not work properly if perl is not the main program (AIX)
7981      Branch: perl
7982            ! ext/DynaLoader/dl_aix.xs
7983 ____________________________________________________________________________
7984 [  3568] By: jhi                                   on 1999/07/04  14:54:23
7985         Log: pp_lc/pp_lcfirst/pp_quotemeta/pp_uc/pp_ucfirst were not calling mg_set().
7986              This resulted for example in the 'o' magic not being cleared by
7987              magic_setcollxfrm(), which resulted in strange cmp results.
7988              The bug was reported originally in the message
7989              Subject: Bug with locale
7990              From: Jan Starzynski <jan@planet.de> 
7991              To: perlbug@perl.com 
7992              Date: Fri, 09 Apr 1999 13:23:07 +0200 
7993              Message-ID: <370DE31B.DAEE1332@planet.de> 
7994      Branch: cfgperl
7995            ! pp.c
7996 ____________________________________________________________________________
7997 [  3567] By: gsar                                  on 1999/07/04  02:38:34
7998         Log: remove misleading info on defined(&func), unclutter deprecation
7999              about defined(@array)
8000      Branch: perl
8001            ! op.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
8002            ! t/pragma/warn/op
8003 ____________________________________________________________________________
8004 [  3566] By: gsar                                  on 1999/07/04  01:46:31
8005         Log: From: jan.dubois@ibm.net (Jan Dubois)
8006              Date: Wed, 26 May 1999 22:07:17 +0200
8007              Message-ID: <374c53ac.10322322@smtp1.ibm.net>
8008              Subject: [PATCH 5.005_57] MINGW32 and EGCS 1.1.2 support
8009      Branch: perl
8010            ! Changes win32/win32.c win32/win32.h
8011 ____________________________________________________________________________
8012 [  3565] By: gsar                                  on 1999/07/04  01:26:02
8013         Log: newer version of perlxstut from Jeff Okamoto (slightly edited
8014              for win32 issues)
8015      Branch: perl
8016            ! pod/perlxstut.pod
8017 ____________________________________________________________________________
8018 [  3564] By: gsar                                  on 1999/07/02  03:09:04
8019         Log: avoid warnings
8020      Branch: perl
8021            ! ext/Thread/Thread/Specific.pm lib/fields.pm
8022 ____________________________________________________________________________
8023 [  3563] By: gsar                                  on 1999/06/28  19:23:47
8024         Log: inc version (for CPAN.pm sanity)
8025      Branch: perl
8026            ! lib/Text/ParseWords.pm
8027 ____________________________________________________________________________
8028 [  3562] By: gsar                                  on 1999/06/28  19:19:01
8029         Log: regen perltoc
8030      Branch: perl
8031            ! pod/perltoc.pod
8032 ____________________________________________________________________________
8033 [  3561] By: gsar                                  on 1999/06/28  19:08:41
8034         Log: From: Damian Conway <damian@cs.monash.edu.au>
8035              Date: Wed, 26 May 1999 00:58:35 -0400
8036              Message-Id: <199905260458.AAA06411@defender.perl.org>
8037              Subject: [19990526.002] Misc. improvements to Class:Struct
8038      Branch: perl
8039            ! MANIFEST lib/Class/Struct.pm
8040 ____________________________________________________________________________
8041 [  3560] By: gsar                                  on 1999/06/28  18:50:52
8042         Log: remove bogus PL_optype_size
8043      Branch: perl
8044            ! bytecode.pl ext/ByteLoader/byterun.h
8045 ____________________________________________________________________________
8046 [  3559] By: gsar                                  on 1999/06/28  18:22:26
8047         Log: upgrade CGI.pm to v2.53 (CGI/{Apache,Switch}.pm NOT deleted)
8048      Branch: perl
8049            + lib/CGI/Pretty.pm
8050            ! eg/cgi/file_upload.cgi lib/CGI.pm lib/CGI/Carp.pm
8051            ! lib/CGI/Cookie.pm lib/CGI/Fast.pm t/lib/cgi-form.t
8052            ! t/lib/cgi-html.t t/lib/cgi-request.t
8053 ____________________________________________________________________________
8054 [  3558] By: jhi                                   on 1999/06/28  07:30:21
8055         Log: Change Olaf Lebbe's email address.
8056      Branch: cfgperl
8057            ! README.epoc
8058 ____________________________________________________________________________
8059 [  3557] By: gsar                                  on 1999/06/28  00:07:33
8060         Log: make autogenerated files writable
8061      Branch: perl
8062            - win32/perlhost.h
8063            ! MANIFEST Porting/makerel embed.h embedvar.h ext/B/B/Asmdata.pm
8064            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
8065            ! keywords.h lib/warning.pm objXSUB.h opcode.h pp.sym pp_proto.h
8066            ! proto.h regnodes.h warning.h win32/config_H.bc
8067            ! win32/config_H.gc win32/config_H.vc
8068 ____________________________________________________________________________
8069 [  3556] By: jhi                                   on 1999/06/27  19:22:53
8070         Log: Update MANIFEST to match #3555.
8071      Branch: cfgperl
8072            ! MANIFEST
8073 ____________________________________________________________________________
8074 [  3555] By: jhi                                   on 1999/06/27  19:16:22
8075         Log: EPOC port to Psion5.
8076              From: Olaf Flebbe <O.Flebbe@science-computing.de>
8077              To: Jarkko Hietaniemi <jhi@iki.fi>
8078              Cc: perl5-porters@perl.org
8079              Subject: Re: Psion5
8080              Date: Sun, 27 Jun 1999 20:50:30 +0200 (METDST)
8081              Message-ID: <Pine.GHP.4.02.9906272048130.17736-100000@io.science-computing.de>
8082      Branch: cfgperl
8083            + README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
8084            + epoc/perl.mmp epoc/perl.pkg
8085            ! MANIFEST doio.c lib/Term/ReadLine.pm lib/perl5db.pl perl.c
8086            ! perl.h sv.c util.c
8087 ____________________________________________________________________________
8088 [  3554] By: jhi                                   on 1999/06/27  18:50:52
8089         Log: Integrate from mainperl.
8090      Branch: cfgperl
8091           !> (integrate 48 files)
8092 ____________________________________________________________________________
8093 [  3553] By: gsar                                  on 1999/06/27  14:28:49
8094         Log: somewhat untested PERL_OBJECT cleanups (C++isms mostly
8095              gone from the public API); PERL_OBJECT builds again on
8096              windows
8097              
8098              TODO: namespace-clean the typedefs in iperlsys.h and
8099              elsewhere; remove C++ remnants from public headers
8100      Branch: perl
8101            ! XSUB.h bytecode.pl cv.h embed.h embed.pl ext/B/B.xs
8102            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
8103            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
8104            ! ext/DynaLoader/dlutils.c global.sym globals.c iperlsys.h
8105            ! lib/ExtUtils/Embed.pm lib/ExtUtils/xsubpp mg.c objXSUB.h
8106            ! opcode.h opcode.pl perl.c perl.h pod/perlhist.pod pp_ctl.c
8107            ! pp_hot.c proto.h scope.h sv.h toke.c universal.c util.c
8108            ! win32/GenCAPI.pl win32/Makefile win32/config.bc
8109            ! win32/config.gc win32/config.vc win32/dl_win32.xs
8110            ! win32/makedef.pl win32/makefile.mk win32/perllib.c
8111            ! win32/runperl.c win32/win32.c win32/win32.h win32/win32iop.h
8112            ! win32/win32sck.c
8113 ____________________________________________________________________________
8114 [  3552] By: gsar                                  on 1999/06/27  13:49:31
8115         Log: integrate cfgperl changes into mainline
8116      Branch: perl
8117           !> dump.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
8118           !> objXSUB.h op.c perl.c perl.h perlvars.h pp.c pp_ctl.c
8119           !> pp_proto.h pp_sys.c proto.h sv.c t/pragma/locale.t toke.c
8120           !> util.c
8121 ____________________________________________________________________________
8122 [  3551] By: gsar                                  on 1999/06/27  13:31:11
8123         Log: fix indents
8124      Branch: perl
8125            ! op.c
8126 ____________________________________________________________________________
8127 [  3550] By: gsar                                  on 1999/06/24  22:42:53
8128         Log: update Changes
8129      Branch: perl
8130            ! Changes
8131 ____________________________________________________________________________
8132 [  3549] By: gsar                                  on 1999/06/24  22:41:17
8133         Log: avoid race condition in the CAPI extension bootstrap handler
8134      Branch: perl
8135            ! lib/ExtUtils/xsubpp win32/GenCAPI.pl
8136 ____________________________________________________________________________
8137 [  3548] By: gsar                                  on 1999/06/24  22:39:53
8138         Log: sanity check to cover the case when perl is installed into the
8139              X:\ (drive root)
8140      Branch: perl
8141            ! win32/win32.c
8142 ____________________________________________________________________________
8143 [  3547] By: gsar                                  on 1999/06/22  19:30:32
8144         Log: tweak RefHash to make intent clearer (suggested by John Dlugosz)
8145      Branch: perl
8146            ! lib/Tie/RefHash.pm
8147 ____________________________________________________________________________
8148 [  3544] By: jhi                                   on 1999/06/18  19:24:28
8149         Log: Tidy up #3542 and #3543. 
8150      Branch: cfgperl
8151            ! t/pragma/locale.t util.c
8152 ____________________________________________________________________________
8153 [  3543] By: jhi                                   on 1999/06/18  10:28:45
8154         Log: Spice up locale.t.
8155      Branch: cfgperl
8156            ! t/pragma/locale.t
8157 ____________________________________________________________________________
8158 [  3542] By: jhi                                   on 1999/06/17  22:42:03
8159         Log: Fixed two long-standing locale bugs.
8160              
8161              Both problems were related to numeric locale which
8162              controls the radix character aka the decimal separator.
8163              (1) printf (and sprintf) were resetting the numeric locale to C.
8164              (2) Using locale-numerically formatted floating point
8165              numbers (e.g. "1,23") together with -w caused warnings about
8166              "isn't numeric".  The operations were working fine, though,
8167              because atof() was using the local locale.
8168              Both problems reported by Stefan Vogtner.
8169              
8170              Introduced a wrapper for atof() that attempts to convert
8171              the string both ways.  This helps Perl to understand
8172              numbers like this "4.56" even when using a local locale
8173              makes atof() understand only numbers like this "7,89".
8174              
8175              Remaining related problems, both of which existed before
8176              this patch and continue to exist after this patch:
8177              (a) The behaviour of print() is _not_ as documented by perllocale.
8178              Instead of always using the C locale, print() does use the
8179              local locale, just like the *printf() do.  This may be fixable
8180              now that switching to-and-fro between locales has been made
8181              more consistent, but fixing print() would change existing
8182              behaviour.  perllocale is not changed by this patch.
8183              (b) If a number has been stringified (say, via "$number") under
8184              a local locale, the cached string value persists even under
8185              "no locale".  This may or may not be a problem: operations
8186              work fine because the original number is still there, but
8187              that the string form keeps its locale-ish outlook may be
8188              somewhat confusing.
8189      Branch: cfgperl
8190            ! dump.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
8191            ! objXSUB.h op.c perl.c perl.h perlvars.h pp.c pp_ctl.c
8192            ! pp_proto.h pp_sys.c proto.h sv.c t/pragma/locale.t toke.c
8193            ! util.c
8194 ____________________________________________________________________________
8195 [  3541] By: jhi                                   on 1999/06/17  20:00:16
8196         Log: Integrate from mainperl.
8197      Branch: cfgperl
8198           !> ext/Data/Dumper/Dumper.pm op.c
8199 ____________________________________________________________________________
8200 [  3540] By: gsar                                  on 1999/06/16  16:49:55
8201         Log: dump C<0> as such, not C<'0'>
8202      Branch: perl
8203            ! ext/Data/Dumper/Dumper.pm
8204 ____________________________________________________________________________
8205 [  3539] By: gsar                                  on 1999/06/13  04:04:40
8206         Log: fix coredumper in change#3498
8207      Branch: perl
8208            ! op.c
8209 ____________________________________________________________________________
8210 [  3538] By: jhi                                   on 1999/06/12  22:01:26
8211         Log: Integrate from mainperl.
8212      Branch: cfgperl
8213           +> lib/caller.pm
8214           !> (integrate 36 files)
8215 ____________________________________________________________________________
8216 [  3537] By: gsar                                  on 1999/06/12  06:43:03
8217         Log: EXTERN_C declarations for global arrays in various
8218              headers, so perl can be built even in C++ mode; win32
8219              build fixups; regen headers
8220      Branch: perl
8221            ! XSUB.h embedvar.h ext/B/B.xs objXSUB.h opcode.h opcode.pl
8222            ! perl.h regcomp.h regexec.c utf8.h win32/win32.c win32/win32.h
8223 ____________________________________________________________________________
8224 [  3536] By: gsar                                  on 1999/06/12  06:38:21
8225         Log: caller.pm typos
8226      Branch: perl
8227            ! lib/caller.pm
8228 ____________________________________________________________________________
8229 [  3535] By: gsar                                  on 1999/06/11  23:13:54
8230         Log: various little tweaks; most globals are now in intrpvar.h, ninterps
8231              is temporarily gone
8232      Branch: perl
8233            ! embed.pl intrpvar.h os2/os2.c perl.c perlvars.h
8234            ! pod/perldelta.pod proto.h win32/perllib.c
8235 ____________________________________________________________________________
8236 [  3534] By: gsar                                  on 1999/06/11  20:41:51
8237         Log: implement C<use caller 'encoding'>
8238      Branch: perl
8239            + lib/caller.pm
8240            ! MANIFEST perl.h pod/perldelta.pod pod/perlfunc.pod pp_ctl.c
8241 ____________________________________________________________________________
8242 [  3533] By: gsar                                  on 1999/06/11  16:51:04
8243         Log: truncate() has a peculiar exemption from strict barewords, even
8244              though it has a non-filehandle prototype
8245      Branch: perl
8246            ! op.c t/io/fs.t
8247 ____________________________________________________________________________
8248 [  3532] By: gsar                                  on 1999/06/11  09:09:16
8249         Log: GDBM tweak
8250      Branch: perl
8251            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/typemap
8252 ____________________________________________________________________________
8253 [  3531] By: gsar                                  on 1999/06/10  23:34:19
8254         Log: part of the platform changes for IMPLICIT_CONTEXT
8255      Branch: perl
8256            ! djgpp/djgpp.c jpl/JNI/JNI.xs jpl/JNI/typemap
8257            ! jpl/PerlInterpreter/PerlInterpreter.c
8258            ! jpl/PerlInterpreter/PerlInterpreter.h
8259            ! os2/OS2/ExtAttr/ExtAttr.xs os2/OS2/PrfDB/PrfDB.xs
8260            ! os2/OS2/Process/Process.xs os2/OS2/REXX/REXX.xs perl.h
8261 ____________________________________________________________________________
8262 [  3530] By: jhi                                   on 1999/06/10  20:55:56
8263         Log: Integrate from mainperl.
8264      Branch: cfgperl
8265           !> ext/DB_File/DB_File.xs ext/DB_File/typemap
8266 ____________________________________________________________________________
8267 [  3529] By: gsar                                  on 1999/06/10  20:40:01
8268         Log: DB_File tweaks for IMPLICIT CONTEXT
8269      Branch: perl
8270            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
8271 ____________________________________________________________________________
8272 [  3528] By: jhi                                   on 1999/06/10  10:18:15
8273         Log: Integrate from mainperl.
8274      Branch: cfgperl
8275           !> (integrate 105 files)
8276 ____________________________________________________________________________
8277 [  3527] By: gsar                                  on 1999/06/10  09:30:35
8278         Log: most globals are now interpreter local; locale initialization
8279              was too early, defer it until interpreter is allocated and
8280              initialized; multiple interpreters should now be
8281              concurrency-safe (untested)
8282      Branch: perl
8283            ! embedvar.h intrpvar.h malloc.c miniperlmain.c perl.c perl.h
8284            ! perlvars.h
8285 ____________________________________________________________________________
8286 [  3526] By: gsar                                  on 1999/06/10  08:38:00
8287         Log: fix small nits
8288      Branch: perl
8289            ! cc_runtime.h ext/B/B/CC.pm run.c
8290 ____________________________________________________________________________
8291 [  3525] By: gsar                                  on 1999/06/10  04:41:38
8292         Log: win32 build fixes
8293      Branch: perl
8294            ! bytecode.pl dosish.h embed.h embed.pl ext/B/B.xs
8295            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
8296            ! ext/ByteLoader/byterun.h ext/SDBM_File/sdbm/sdbm.c globals.c
8297            ! mg.c objXSUB.h op.h perl.c perl.h pp_sys.c proto.h sv.c util.c
8298            ! win32/Makefile win32/config_H.bc win32/config_H.gc
8299            ! win32/config_H.vc win32/config_h.PL win32/dl_win32.xs
8300            ! win32/makedef.pl win32/makefile.mk win32/perllib.c
8301            ! win32/win32.c win32/win32.h win32/win32sck.c
8302            ! win32/win32thread.c win32/win32thread.h
8303 ____________________________________________________________________________
8304 [  3524] By: gsar                                  on 1999/06/09  18:03:01
8305         Log: more complete support for implicit thread/interpreter pointer,
8306              enabled via -DPERL_IMPLICIT_CONTEXT (all changes are noops
8307              without that enabled):
8308              - USE_THREADS now enables PERL_IMPLICIT_CONTEXT, so dTHR
8309              is a noop; tests pass on Solaris; should be faster now!
8310              - MULTIPLICITY has been tested with and without
8311              PERL_IMPLICIT_CONTEXT on Solaris
8312              - improved function database now merged with embed.pl
8313              - everything except the varargs functions have foo(a,b,c) macros
8314              to provide compatibility
8315              - varargs functions default to compatibility variants that
8316              get the context pointer using dTHX
8317              - there should be almost no source compatibility issues as a
8318              result of all this
8319              - dl_foo.xs changes other than dl_dlopen.xs untested
8320              - still needs documentation, fixups for win32 etc
8321              Next step: migrate most non-mutex variables from perlvars.h
8322              to intrpvar.h
8323      Branch: perl
8324            - proto.pl
8325            ! MANIFEST XSUB.h av.c bytecode.pl cv.h doio.c doop.c dump.c
8326            ! ebcdic.c embed.h embed.pl embedvar.h ext/B/B.xs ext/B/typemap
8327            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
8328            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
8329            ! ext/Data/Dumper/Dumper.xs ext/Devel/Peek/Peek.xs
8330            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
8331            ! ext/DynaLoader/dl_cygwin32.xs ext/DynaLoader/dl_dld.xs
8332            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
8333            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
8334            ! ext/DynaLoader/dl_none.xs ext/DynaLoader/dl_rhapsody.xs
8335            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
8336            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
8337            ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs ext/re/re.xs
8338            ! global.sym globals.c gv.c hv.c lib/ExtUtils/typemap
8339            ! lib/ExtUtils/xsubpp malloc.c mg.c mg.h miniperlmain.c
8340            ! objXSUB.h op.c opcode.h opcode.pl perl.c perl.h perlio.c
8341            ! perlsfio.h perly.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c
8342            ! proto.h regcomp.c regcomp.h regexec.c run.c scope.c scope.h
8343            ! sv.c taint.c thrdvar.h thread.h toke.c universal.c utf8.c
8344            ! util.c win32/Makefile win32/makefile.mk writemain.SH
8345 ____________________________________________________________________________
8346 [  3523] By: gsar                                  on 1999/06/07  05:24:13
8347         Log: missed a file
8348      Branch: perl
8349            + proto.pl
8350            ! MANIFEST
8351 ____________________________________________________________________________
8352 [  3522] By: gsar                                  on 1999/06/07  05:18:34
8353         Log: initial stub implementation of implicit thread/this
8354              pointer    argument; builds/tests on Solaris, win32
8355              hasn't been fixed up yet; proto.h, global.sym and
8356              static function decls are now generated from a common
8357              database in proto.pl; some inconsistently named
8358              perl_foo() things are now Perl_foo(), compatibility
8359              #defines provided; perl_foo() (lowercase 'p') reserved
8360              for functions that take an explicit context argument;
8361              next step: generate #define foo(a,b) Perl_foo(aTHX_ a,b)
8362      Branch: perl
8363            ! XSUB.h av.c cop.h deb.c doio.c doop.c dump.c ebcdic.c embed.h
8364            ! embed.pl ext/POSIX/POSIX.xs global.sym globals.c gv.c gv.h
8365            ! hv.c malloc.c mg.c miniperlmain.c objXSUB.h op.c opcode.h
8366            ! opcode.pl perl.c perl.h perl_exp.SH perlio.c perly.c perly.y
8367            ! pp.c pp.sym pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h
8368            ! regcomp.c regexec.c run.c scope.c scope.h sv.c taint.c toke.c
8369            ! universal.c utf8.c util.c
8370 ____________________________________________________________________________
8371 [  3521] By: gsar                                  on 1999/06/04  23:00:22
8372         Log: clean up some stray "global" symbols
8373      Branch: perl
8374            ! embed.h embed.pl global.sym objXSUB.h opcode.pl pp.sym
8375            ! pp_proto.h proto.h
8376 ____________________________________________________________________________
8377 [  3520] By: jhi                                   on 1999/06/02  21:33:28
8378         Log: Integrate from mainperl.
8379      Branch: cfgperl
8380           !> (integrate 94 files)
8381 ____________________________________________________________________________
8382 [  3519] By: gsar                                  on 1999/06/02  07:16:10
8383         Log: avoid dereferencing null pointer from getpwent() et al
8384      Branch: perl
8385            ! pp_sys.c
8386 ____________________________________________________________________________
8387 [  3518] By: gsar                                  on 1999/06/02  04:47:10
8388         Log: remove _() non-ansism
8389      Branch: perl
8390            ! Porting/config_H XSUB.h config_h.SH cv.h doio.c doop.c
8391            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/byteperl.c
8392            ! ext/ByteLoader/ByteLoader.xs ext/Data/Dumper/Dumper.xs
8393            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_dlopen.xs
8394            ! ext/DynaLoader/dl_vmesa.xs ext/IO/poll.h ext/IPC/SysV/SysV.xs
8395            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
8396            ! ext/re/re.xs handy.h hv.c iperlsys.h
8397            ! jpl/PerlInterpreter/PerlInterpreter.c lib/ExtUtils/Embed.pm
8398            ! malloc.c mg.c mg.h minimod.pl miniperlmain.c op.c op.h
8399            ! opcode.h opcode.pl os2/POSIX.mkfifo perl.c perl.h
8400            ! plan9/config.plan9 pod/perlembed.pod pod/perlguts.pod pp.c
8401            ! pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c regexec.c run.c
8402            ! scope.h sv.c sv.h thread.h toke.c util.c vms/sockadapt.h
8403            ! vms/vmsish.h vms/writemain.pl vos/config.h
8404            ! vos/config_h.SH_orig win32/GenCAPI.pl win32/config_H.bc
8405            ! win32/config_H.gc win32/config_H.vc win32/makemain.pl
8406            ! win32/perllib.c win32/runperl.c win32/win32.h
8407            ! win32/win32thread.h writemain.SH x2p/a2p.c x2p/a2p.h x2p/a2p.y
8408            ! x2p/hash.h x2p/str.h x2p/util.h x2p/walk.c
8409 ____________________________________________________________________________
8410 [  3517] By: gsar                                  on 1999/06/02  02:17:51
8411         Log: missed a few files
8412      Branch: perl
8413            ! ext/POSIX/POSIX.xs jpl/JNI/JNI.xs
8414 ____________________________________________________________________________
8415 [  3516] By: gsar                                  on 1999/06/02  01:37:33
8416         Log: integrate cfgperl contents into mainline
8417      Branch: perl
8418           +> ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
8419           +> ext/ByteLoader/byterun.h
8420            - bytecode.h byterun.c byterun.h
8421            ! Changes
8422           !> (integrate 58 files)
8423 ____________________________________________________________________________
8424 [  3515] By: gsar                                  on 1999/06/02  00:48:50
8425         Log: remove stray K&R-isms
8426      Branch: perl
8427            ! ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
8428            ! ext/SDBM_File/sdbm/dbe.c ext/SDBM_File/sdbm/dbm.c
8429            ! ext/SDBM_File/sdbm/dbu.c mg.c op.c pp_ctl.c pp_sys.c sv.c
8430            ! toke.c util.c win32/win32.c x2p/hash.c
8431 ____________________________________________________________________________
8432 [  3514] By: gsar                                  on 1999/06/01  15:55:55
8433         Log: change#3447 didn't do enough to exempt Foo->bar(qw/.../) from
8434              strict 'subs'
8435      Branch: perl
8436            ! op.c t/pragma/strict-subs
8437 ____________________________________________________________________________
8438 [  3513] By: jhi                                   on 1999/06/01  07:17:05
8439         Log: Patch applying of #3499 had gone awry.
8440      Branch: cfgperl
8441            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.h
8442 ____________________________________________________________________________
8443 [  3512] By: gsar                                  on 1999/05/31  19:21:30
8444         Log: tighter -help output
8445      Branch: perl
8446            ! perl.c
8447 ____________________________________________________________________________
8448 [  3511] By: gsar                                  on 1999/05/31  17:18:23
8449         Log: fix memory leak in C<eval 'return sub {...}'>
8450      Branch: perl
8451            ! embed.h embed.pl objXSUB.h pp_ctl.c proto.h
8452 ____________________________________________________________________________
8453 [  3510] By: gsar                                  on 1999/05/31  14:11:46
8454         Log: tweak C++isms
8455      Branch: perl
8456            ! win32/dl_win32.xs win32/win32.c
8457 ____________________________________________________________________________
8458 [  3509] By: jhi                                   on 1999/05/30  13:02:26
8459         Log: Cleanup of #3488.
8460      Branch: cfgperl
8461            ! Configure config_h.SH
8462 ____________________________________________________________________________
8463 [  3508] By: jhi                                   on 1999/05/30  11:16:01
8464         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8465              To: Mailing list Perl5 <perl5-porters@perl.org>
8466              Subject: [PATCH 5.005_57] Teach Socket and io_unix.t the syntax of OS/2
8467              Date: Sat, 29 May 1999 20:18:13 -0400
8468              Message-ID: <19990529201813.B9489@monk.mps.ohio-state.edu>
8469      Branch: cfgperl
8470            ! ext/Socket/Socket.xs os2/os2ish.h t/lib/io_unix.t
8471 ____________________________________________________________________________
8472 [  3507] By: jhi                                   on 1999/05/29  20:05:40
8473         Log: From: Mark-Jason Dominus <mjd@plover.com>
8474              To: perl5-porters@perl.com
8475              Subject: PATCH (5.005_57): Document use of `SPECIAL' flag for `pushre':
8476              Date: Sat, 29 May 1999 14:45:10 -0400
8477              Message-ID: <19990529184510.27557.qmail@plover.com>
8478      Branch: cfgperl
8479            ! op.h
8480 ____________________________________________________________________________
8481 [  3506] By: gsar                                  on 1999/05/29  16:49:39
8482         Log: avoid gv_check() recursive pit
8483      Branch: perl
8484            ! gv.c
8485 ____________________________________________________________________________
8486 [  3505] By: jhi                                   on 1999/05/29  11:38:16
8487         Log: From: jan.dubois@ibm.net (Jan Dubois)
8488              To: Gurusamy Sarathy <gsar@activestate.com>
8489              Cc: perl5-porters@perl.org
8490              Subject: [PATCH 5.005_57]Safeguard against unimplemented functions in pwuid.t and grent.t
8491              Date: Sat, 29 May 1999 08:46:22 +0200
8492              Message-ID: <374f8007.2016008@smtp1.ibm.net>
8493      Branch: cfgperl
8494            ! t/op/grent.t t/op/pwent.t
8495 ____________________________________________________________________________
8496 [  3504] By: jhi                                   on 1999/05/29  11:07:10
8497         Log: QNX needs <sys/select.h> to define fd_set.
8498              
8499              From: Norton Allen <allen@huarp.harvard.edu>
8500              To: perl5-porters@perl.org
8501              Subject: [19990526.016] Not OK: perl 5.00503 on x86-qnx 424
8502              Date:  Wed, 26 May 1999 13:51:27 -0400 (EDT)
8503              Message-Id:  <199905261751.NAA20966@bottesini.harvard.edu>
8504      Branch: cfgperl
8505            ! ext/IO/poll.c
8506 ____________________________________________________________________________
8507 [  3503] By: jhi                                   on 1999/05/29  10:53:31
8508         Log: From: jan.dubois@ibm.net (Jan Dubois)
8509              To: Gurusamy Sarathy <gsar@activestate.com>, perl5-porters@perl.org
8510              Subject: [PATCH all versions] (was Re: Unitialized Value Complaints in Math::BigFloat)
8511              Date: Fri, 28 May 1999 20:14:35 +0200
8512              Message-ID: <3751daa4.7188847@smtp1.ibm.net>
8513      Branch: cfgperl
8514            ! lib/Math/BigFloat.pm
8515 ____________________________________________________________________________
8516 [  3502] By: jhi                                   on 1999/05/29  10:44:44
8517         Log: Make Configure support the change #3367,
8518              SysV shadow passwords.
8519      Branch: cfgperl
8520            ! Configure config_h.SH pp_sys.c
8521 ____________________________________________________________________________
8522 [  3501] By: gsar                                  on 1999/05/28  21:22:23
8523         Log: add wide versions of win32 system calls (first step in
8524              globalization); delayload winsock for performance if compiling
8525              with VC 6.0
8526      Branch: perl
8527            ! win32/Makefile win32/dl_win32.xs win32/makefile.mk
8528            ! win32/win32.c win32/win32.h
8529 ____________________________________________________________________________
8530 [  3500] By: jhi                                   on 1999/05/28  21:17:24
8531         Log: The new t/lib/io_linenum.t was using stricture
8532              before @INC was set up.
8533      Branch: cfgperl
8534            ! t/lib/io_linenum.t
8535 ____________________________________________________________________________
8536 [  3499] By: jhi                                   on 1999/05/28  17:13:23
8537         Log: From: Tom Hughes <tom@compton.nu>
8538              To: perl5-porters@perl.org
8539              Subject: [PATCH 5.005_57] ByteLoader mark 2
8540              Date: Wed, 26 May 1999 23:59:49 +0100
8541              Message-ID: <bf337a0849.tom@compton.compton.nu>
8542              
8543              plus resolve tiny conflict with #3479
8544              plus regen_headers.
8545      Branch: cfgperl
8546            + ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
8547            + ext/ByteLoader/byterun.h
8548            - bytecode.h byterun.c byterun.h
8549            ! MANIFEST Makefile.SH bytecode.pl embed.h embedvar.h ext/B/B.pm
8550            ! ext/B/B.xs ext/B/B/Bytecode.pm ext/B/Makefile.PL
8551            ! ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
8552            ! ext/ByteLoader/Makefile.PL global.sym intrpvar.h objXSUB.h
8553            ! perl.h perlvars.h proto.h util.c utils/Makefile
8554 ____________________________________________________________________________
8555 [  3498] By: jhi                                   on 1999/05/28  16:53:04
8556         Log: From: Mark-Jason Dominus <mjd@plover.com>
8557              To: perl5-porters@perl.com
8558              Subject: PATCH (5.005_57): defined(@a) now deprecated
8559              Date: Thu, 27 May 1999 16:05:44 -0400
8560              Message-ID: <19990527200544.13330.qmail@plover.com>
8561      Branch: cfgperl
8562            ! lib/Carp.pm op.c opcode.h opcode.pl pod/perldelta.pod
8563            ! pod/perldiag.pod pod/perlfunc.pod pp_proto.h t/pragma/warn/op
8564 ____________________________________________________________________________
8565 [  3497] By: jhi                                   on 1999/05/28  16:50:54
8566         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8567              To: perl5-porters@perl.org (Mailing list Perl5)
8568              Subject: [PATCH 5.00557] Cosmetic OS/2-related patches
8569              Date: Fri, 28 May 1999 12:13:00 -0400 (EDT)
8570              Message-Id: <199905281613.MAA02048@monk.mps.ohio-state.edu>
8571      Branch: cfgperl
8572            ! MANIFEST Makefile.SH ext/POSIX/POSIX.xs hints/os2.sh
8573            ! os2/Makefile.SHs t/io/pipe.t t/lib/io_sock.t
8574 ____________________________________________________________________________
8575 [  3496] By: jhi                                   on 1999/05/28  16:48:39
8576         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8577              To: perl5-porters@perl.org (Mailing list Perl5)
8578              Subject: [PATCH 5.00557] Required OS/2-related patches
8579              Date: Fri, 28 May 1999 12:11:48 -0400 (EDT)
8580              Message-Id: <199905281611.MAA02037@monk.mps.ohio-state.edu>
8581      Branch: cfgperl
8582            ! os2/os2.c t/lib/bigfloatpm.t t/lib/io_unix.t t/op/groups.t
8583            ! t/op/stat.t util.c
8584 ____________________________________________________________________________
8585 [  3495] By: jhi                                   on 1999/05/28  16:45:56
8586         Log: From: Paul Johnson <pjcj@transeda.com>
8587              To: perl5-porters <perl5-porters@perl.org>
8588              Subject: [PATCH 5.005_57] Provide more useful test okay percentage
8589              Date: Fri, 28 May 1999 15:13:54 +0100
8590              Message-ID: <19990528151354.B289@west-tip.transeda.com>
8591      Branch: cfgperl
8592            ! t/TEST
8593 ____________________________________________________________________________
8594 [  3494] By: jhi                                   on 1999/05/28  16:44:34
8595         Log: From: Paul Johnson <pjcj@transeda.com>
8596              To: perl5-porters <perl5-porters@perl.org>
8597              Subject: [PATCH 5.005_57] Fixes related to working local $.
8598              Date: Fri, 28 May 1999 15:11:18 +0100
8599              Message-ID: <19990528151118.A289@west-tip.transeda.com>
8600      Branch: cfgperl
8601            ! ext/IO/lib/IO/Handle.pm pod/perlvar.pod t/lib/io_linenum.t
8602 ____________________________________________________________________________
8603 [  3493] By: gsar                                  on 1999/05/28  16:37:26
8604         Log: change#3449 wasn't doing enough
8605      Branch: perl
8606            ! op.c t/comp/proto.t
8607 ____________________________________________________________________________
8608 [  3492] By: jhi                                   on 1999/05/28  08:12:23
8609         Log: From: paul.marquess@bt.com
8610              To: doughera@lafayette.edu
8611              Cc: perl5-porters@perl.org
8612              Subject: RE: [19990527.002] DBM Filters in _57 cause problems in NDBM_File
8613              Date: Thu, 27 May 1999 23:31:38 +0100
8614              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C03@mbtlipnt02.btlabs.bt.co.uk>
8615              
8616              Had to be applied manually; some mailer had munged the patch slightly.
8617      Branch: cfgperl
8618            ! ext/NDBM_File/NDBM_File.xs
8619 ____________________________________________________________________________
8620 [  3491] By: jhi                                   on 1999/05/28  07:51:17
8621         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
8622              To: perl5-porters@perl.org
8623              Subject: [PATCH 5.005_57] fixing eval in the compiler
8624              Date: Thu, 27 May 1999 07:56:54 -0700
8625              Message-ID: <JDIKFDKKLGHHBAAA@my-deja.com>
8626      Branch: cfgperl
8627            ! cc_runtime.h scope.h
8628 ____________________________________________________________________________
8629 [  3490] By: jhi                                   on 1999/05/28  07:47:06
8630         Log: From: Andy Dougherty <doughera@lafayette.edu>
8631              To: perlbug@perl.com
8632              Cc: Jarkko Hietaniemi <jhi@iki.fi>
8633              Subject: [PATCH] Configure updates for ISC 4.1
8634              Date: Thu, 27 May 1999 15:19:21 -0400 (EDT)
8635              Message-Id: <Pine.GSU.4.05.9905271513500.22115-100000@newton.phys>
8636      Branch: cfgperl
8637            ! Configure config_h.SH
8638 ____________________________________________________________________________
8639 [  3489] By: jhi                                   on 1999/05/28  07:39:17
8640         Log: Integrate from mainperl.
8641      Branch: cfgperl
8642           !> malloc.c win32/makedef.pl win32/win32.c
8643 ____________________________________________________________________________
8644 [  3488] By: jhi                                   on 1999/05/27  16:57:19
8645         Log: From: Andy Dougherty <doughera@lafayette.edu>
8646              To: Perl Porters <perl5-porters@perl.org>
8647              Subject: [PATCH] Re: 5.005_57 NOT OK on SunOS 4.1.3
8648              Date: Thu, 27 May 1999 12:26:28 -0400 (EDT)
8649              Message-Id: <Pine.GSU.4.05.9905271120230.22115-100000@newton.phys>
8650      Branch: cfgperl
8651            ! Configure config_h.SH hints/sunos_4_1.sh util.c
8652 ____________________________________________________________________________
8653 [  3487] By: gsar                                  on 1999/05/27  03:56:20
8654         Log: make win32_spawnvp() inherit standard handles even when they
8655              may be redirected
8656      Branch: perl
8657            ! win32/win32.c
8658 ____________________________________________________________________________
8659 [  3486] By: jhi                                   on 1999/05/26  19:55:52
8660         Log: From: Andy Dougherty <doughera@lafayette.edu>
8661              To: perl5-porters@perl.org
8662              Subject: Re: BUG -> [19990526.004] perl5.005_57 error in util.c on sun4-solaris2.6
8663              Date: Wed, 26 May 1999 14:49:52 -0400 (EDT)
8664              Message-Id: <Pine.GSU.4.05.9905261448310.19172-100000@newton.phys>
8665      Branch: cfgperl
8666            ! util.c
8667 ____________________________________________________________________________
8668 [  3485] By: chip                                  on 1999/05/26  17:19:11
8669         Log: Look for Linux FILE structure in libio.h, for glibc-2.1.
8670      Branch: maint-5.004/perl
8671            ! Configure
8672 ____________________________________________________________________________
8673 [  3484] By: gsar                                  on 1999/05/26  01:56:28
8674         Log: fix missing exported symbol
8675      Branch: perl
8676            ! malloc.c win32/makedef.pl
8677 ____________________________________________________________________________
8678 [  3483] By: jhi                                   on 1999/05/25  23:08:07
8679         Log: Configure -Dopenbsd_distribution to build for the OpenBSD tree.
8680              
8681              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
8682              To: perlbug@perl.com
8683              Subject: OpenBSD hints file update
8684              Date: Tue, 25 May 1999 12:12:38 -0600 (MDT)
8685              Message-Id: <199905251812.MAA06032@xerxes.courtesan.com>
8686      Branch: cfgperl
8687            ! hints/openbsd.sh
8688 ____________________________________________________________________________
8689 [  3482] By: jhi                                   on 1999/05/25  23:01:25
8690         Log: From: Tom Hughes <tom@compton.nu>
8691              To: perl5-porters@perl.org
8692              Subject: [PATCH 5.005_57] Make Configure recognise glibc 2.1 stdio
8693              Date: Tue, 25 May 1999 23:10:23 +0100
8694              Message-ID: <1ed7f10749.tom@compton.compton.nu>
8695      Branch: cfgperl
8696            ! Configure config_h.SH
8697 ____________________________________________________________________________
8698 [  3481] By: jhi                                   on 1999/05/25  22:31:50
8699         Log: 3479, 3480, 3481 seems logical.
8700      Branch: cfgperl
8701           !> hints/aix.sh
8702 ____________________________________________________________________________
8703 [  3480] By: jhi                                   on 1999/05/25  22:13:39
8704         Log: The change #3479 wasn't perfect.
8705      Branch: perl
8706            ! hints/aix.sh
8707 ____________________________________________________________________________
8708 [  3479] By: jhi                                   on 1999/05/25  21:59:21
8709         Log: Cures for _57 in AIX 4.1.5.0.
8710              (1) The lddlflags lost its -lc by change #3660
8711              (and the politeness of change #3257).
8712              (2) optype_size must end up in perl.exp (as PL_optype_size).
8713              Added it to perlvars.h, fixed bytecode.pl,
8714              regen'ed the relevant headers.
8715      Branch: cfgperl
8716            ! bytecode.h bytecode.pl byterun.h embed.h embedvar.h objXSUB.h
8717            ! perlvars.h
8718      Branch: perl
8719            ! hints/aix.sh
8720 ____________________________________________________________________________
8721 [  3478] By: jhi                                   on 1999/05/25  20:13:47
8722         Log: Integrate from mainperl.
8723      Branch: cfgperl
8724           +> pod/perltootc.pod
8725           !> (integrate 101 files)
8726 ____________________________________________________________________________
8727 [  3477] By: gsar                                  on 1999/05/25  10:43:48
8728         Log: here be 5.005_57
8729      Branch: perl
8730            ! Changes MANIFEST Porting/makerel
8731           !> Changes5.005
8732
8733 ----------------
8734 Version 5.005_57
8735 ----------------
8736
8737 ____________________________________________________________________________
8738 [  3476] By: gsar                                  on 1999/05/25  09:23:43
8739         Log: up patchlevel &c
8740      Branch: perl
8741            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
8742            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
8743            ! win32/makefile.mk
8744 ____________________________________________________________________________
8745 [  3475] By: gsar                                  on 1999/05/25  09:14:51
8746         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8747              Date: Tue, 25 May 1999 02:42:23 -0400 (EDT)
8748              Message-Id: <199905250642.CAA06208@monk.mps.ohio-state.edu>
8749              Subject: [PATCH 5.005_56] REx engine improvements
8750      Branch: perl
8751            ! embedvar.h mg.c objXSUB.h pp.c pp_ctl.c pp_hot.c regcomp.c
8752            ! regexec.c regexp.h t/op/pat.t t/op/re_tests t/op/regexp.t
8753            ! thrdvar.h util.c
8754 ____________________________________________________________________________
8755 [  3474] By: gsar                                  on 1999/05/25  08:39:56
8756         Log: test case for change#3470
8757      Branch: perl
8758            ! t/lib/bigintpm.t
8759 ____________________________________________________________________________
8760 [  3473] By: gsar                                  on 1999/05/25  08:36:52
8761         Log: perlport 1.43 update from Chris Nandor and Tom Christiansen
8762      Branch: perl
8763            ! Changes pod/perlport.pod
8764 ____________________________________________________________________________
8765 [  3472] By: gsar                                  on 1999/05/25  08:28:57
8766         Log: assorted tweaks
8767      Branch: perl
8768            ! doio.c iperlsys.h win32/config.bc win32/config.gc
8769            ! win32/config.vc win32/config_H.bc win32/config_H.gc
8770            ! win32/config_H.vc win32/makedef.pl
8771 ____________________________________________________________________________
8772 [  3471] By: gsar                                  on 1999/05/25  06:06:04
8773         Log: perlref update from Tom Christiansen
8774      Branch: perl
8775            ! pod/perlref.pod
8776 ____________________________________________________________________________
8777 [  3470] By: gsar                                  on 1999/05/25  06:03:27
8778         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8779              Date: Mon, 24 May 1999 17:43:56 -0400
8780              Message-ID: <19990524174356.A1944@monk.mps.ohio-state.edu>
8781              Subject: [PATCH 5.005_*] hv.c calling negative malloc()
8782      Branch: perl
8783            ! hv.c
8784 ____________________________________________________________________________
8785 [  3469] By: gsar                                  on 1999/05/25  05:59:22
8786         Log: avoid temporary files that have a constant name (from a suggestion
8787              by Anthony J. Lill <ajlill@ajlc.waterloo.on.ca>)
8788      Branch: perl
8789            ! lib/ExtUtils/MM_Unix.pm
8790 ____________________________________________________________________________
8791 [  3468] By: gsar                                  on 1999/05/25  05:54:29
8792         Log: From: pvhp@forte.com (Peter Prymmer)
8793              Date: Mon, 24 May 99 11:20:25 PDT
8794              Message-Id: <9905241820.AA28071@forte.com>
8795              Subject: [PATCH: _56 and _03]EBCDIC %HTML_Escapes for Pod::Text, plus sync patch.
8796      Branch: perl
8797            ! lib/Pod/Text.pm
8798 ____________________________________________________________________________
8799 [  3467] By: gsar                                  on 1999/05/25  04:08:50
8800         Log: fix glob() bug that resulted in missing symlinks that don't point
8801              anywhere
8802      Branch: perl
8803            ! pp_hot.c
8804 ____________________________________________________________________________
8805 [  3466] By: gsar                                  on 1999/05/25  03:00:00
8806         Log: avoid enumerating @INC contents in diagnostic if @INC was never
8807              searched
8808      Branch: perl
8809            ! pod/perldiag.pod pp_ctl.c
8810 ____________________________________________________________________________
8811 [  3465] By: gsar                                  on 1999/05/25  02:24:08
8812         Log: add caveat about close(PIPE) carelessness
8813      Branch: perl
8814            ! pod/perlfunc.pod
8815 ____________________________________________________________________________
8816 [  3464] By: gsar                                  on 1999/05/24  23:55:53
8817         Log: fix bogus line numbers for void context warnings
8818              (change#2548 was overeager)
8819      Branch: perl
8820            ! op.c
8821 ____________________________________________________________________________
8822 [  3463] By: gsar                                  on 1999/05/24  23:31:58
8823         Log: change#3455 had a typo
8824      Branch: perl
8825            ! pp_ctl.c
8826 ____________________________________________________________________________
8827 [  3462] By: gsar                                  on 1999/05/24  17:32:20
8828         Log: more pod updates from Tom Christiansen; regen perltoc
8829      Branch: perl
8830            ! pod/perl.pod pod/perldelta.pod pod/perlmod.pod pod/perlobj.pod
8831            ! pod/perlre.pod pod/perltoc.pod pod/perlvar.pod
8832 ____________________________________________________________________________
8833 [  3461] By: gsar                                  on 1999/05/24  07:41:32
8834         Log: perlmod notes from Damian Conway (via Tom Christiansen)
8835      Branch: perl
8836            ! pod/perlmod.pod
8837 ____________________________________________________________________________
8838 [  3460] By: gsar                                  on 1999/05/24  07:24:11
8839         Log: major pod update from Tom Christiansen
8840      Branch: perl
8841            + pod/perltootc.pod
8842            ! MANIFEST lib/Pod/Functions.pm pod/Makefile pod/buildtoc
8843            ! pod/perl.pod pod/perl5004delta.pod pod/perlcall.pod
8844            ! pod/perldata.pod pod/perldebug.pod pod/perldelta.pod
8845            ! pod/perldsc.pod pod/perlfunc.pod pod/perlipc.pod
8846            ! pod/perllol.pod pod/perlmod.pod pod/perlmodinstall.pod
8847            ! pod/perlmodlib.pod pod/perlobj.pod pod/perlop.pod
8848            ! pod/perlopentut.pod pod/perlpod.pod pod/perlport.pod
8849            ! pod/perlre.pod pod/perlref.pod pod/perlrun.pod pod/perlsec.pod
8850            ! pod/perlsub.pod pod/perlsyn.pod pod/perlthrtut.pod
8851            ! pod/perltie.pod pod/perltrap.pod pod/perlvar.pod
8852            ! pod/perlxs.pod pod/pod2man.PL
8853 ____________________________________________________________________________
8854 [  3459] By: gsar                                  on 1999/05/24  06:26:48
8855         Log: perlfaq update from Tom Christiansen
8856      Branch: perl
8857            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
8858            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
8859            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
8860            ! pod/perlfaq9.pod
8861 ____________________________________________________________________________
8862 [  3458] By: gsar                                  on 1999/05/24  05:55:11
8863         Log: updated to v1.50 from CPAN
8864      Branch: perl
8865            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
8866 ____________________________________________________________________________
8867 [  3457] By: gsar                                  on 1999/05/24  05:46:20
8868         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
8869              Date: Sun, 23 May 1999 16:35:07 +0100
8870              Message-Id: <199905231535.QAA00032@crypt.compulink.co.uk>
8871              Subject: [PATCH 5.005_56] name PL_in_eval bits
8872      Branch: perl
8873            ! cop.h op.c perl.c pp_ctl.c toke.c util.c
8874 ____________________________________________________________________________
8875 [  3456] By: gsar                                  on 1999/05/24  05:18:06
8876         Log: make -t mode the default on emacs/dumb terminals
8877      Branch: perl
8878            ! Changes utils/perldoc.PL
8879 ____________________________________________________________________________
8880 [  3455] By: gsar                                  on 1999/05/24  05:05:19
8881         Log: return 0 rather than "" when scalar grep has nothing to iterate
8882              on (brings behavior in line with documentation)
8883      Branch: perl
8884            ! pp_ctl.c
8885 ____________________________________________________________________________
8886 [  3454] By: gsar                                  on 1999/05/24  04:52:52
8887         Log: From: Tim Jenness <t.jenness@jach.hawaii.edu>
8888              Date: Thu, 20 May 1999 13:27:02 -1000
8889              Message-Id: <E10kcDN-0007TA-00@lapaki>
8890              Subject: Problem with MM_Unix in 5.005_03
8891      Branch: perl
8892            ! lib/ExtUtils/MM_Unix.pm
8893 ____________________________________________________________________________
8894 [  3453] By: gsar                                  on 1999/05/24  04:39:49
8895         Log: avoid removing duplicates in user-generated warnings
8896              From: byron@omix.com (Byron Brummer)
8897              Date: Thu, 20 May 1999 04:01:17 -0700 (PDT)
8898              Message-Id: <199905201101.EAA91175@thrush.omix.com>
8899              Subject: [PATCH] Re: warn buffers/loses output in ?? - 5.005_03
8900      Branch: perl
8901            ! lib/diagnostics.pm
8902 ____________________________________________________________________________
8903 [  3452] By: gsar                                  on 1999/05/24  04:23:10
8904         Log: straighten some code to avoid NeXT compiler bugs (from
8905              Geoff Kuenning <geoff@cs.hmc.edu>)
8906      Branch: perl
8907            ! pp_ctl.c
8908 ____________________________________________________________________________
8909 [  3451] By: gsar                                  on 1999/05/24  03:03:05
8910         Log: minor logic tweak for reserved word warning
8911      Branch: perl
8912            ! lib/Test/Harness.pm toke.c
8913 ____________________________________________________________________________
8914 [  3450] By: gsar                                  on 1999/05/24  02:34:20
8915         Log: oops, some files missing in change#3449
8916      Branch: perl
8917            ! op.c op.h toke.c
8918 ____________________________________________________________________________
8919 [  3449] By: gsar                                  on 1999/05/24  02:33:12
8920         Log: allow '*' prototype to autoquote even barewords that happen to be
8921              function names; parens or ampersand continue to force the other
8922              interpretation; makes C<sub Foo {'bar'} CORE::GLOBAL::require Foo;>
8923              do the right thing, for example
8924      Branch: perl
8925            ! t/comp/proto.t
8926 ____________________________________________________________________________
8927 [  3448] By: gsar                                  on 1999/05/24  01:51:24
8928         Log: remove vestiges of PL_last_proto
8929      Branch: perl
8930            ! embedvar.h intrpvar.h objXSUB.h
8931 ____________________________________________________________________________
8932 [  3447] By: gsar                                  on 1999/05/24  01:49:20
8933         Log: redo change#2061 and parts of change#1169 with code in the
8934              parser; PL_last_proto hackery gone, strict 'subs' in now
8935              implemented in the optimizer where specifying the exceptional
8936              cases is much more robust; '*' (bareword) prototype now works
8937              reliably when used in second and subsequent arguments
8938      Branch: perl
8939            ! dump.c embed.h embed.pl objXSUB.h op.c op.h proto.h toke.c
8940 ____________________________________________________________________________
8941 [  3446] By: gsar                                  on 1999/05/23  05:00:55
8942         Log: remove redundant part of change#1169 superceded by change#2061;
8943              avoid "future reserved word" warning on prototypical bearwords
8944      Branch: perl
8945            ! t/lib/fatal.t toke.c
8946 ____________________________________________________________________________
8947 [  3445] By: gsar                                  on 1999/05/21  23:36:49
8948         Log: s/isspace/isSPACE/g and make sure the CRT version is always
8949              passed an unsigned char (fixes random occurrence of spaces in
8950              arguments containing high-bit chars passed to spawned children,
8951              on win32)
8952      Branch: perl
8953            ! ext/SDBM_File/sdbm/dbe.c win32/perlhost.h win32/win32.c
8954 ____________________________________________________________________________
8955 [  3444] By: gsar                                  on 1999/05/21  23:08:55
8956         Log: integrate Configure changes from cfgperl
8957      Branch: perl
8958           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
8959           !> config_h.SH
8960 ____________________________________________________________________________
8961 [  3443] By: jhi                                   on 1999/05/21  22:00:56
8962         Log: Integrate from mainperl.
8963      Branch: cfgperl
8964           !> Changes doop.c ext/SDBM_File/sdbm/dba.c
8965           !> ext/SDBM_File/sdbm/dbd.c ext/SDBM_File/sdbm/dbe.c os2/os2.c
8966           !> perl.h pod/perldiag.pod pod/perlport.pod pp.c t/comp/proto.t
8967           !> win32/perlhost.h win32/win32.c x2p/walk.c
8968 ____________________________________________________________________________
8969 [  3442] By: jhi                                   on 1999/05/21  21:59:46
8970         Log: fflush.
8971      Branch: cfgperl
8972            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8973            ! config_h.SH
8974 ____________________________________________________________________________
8975 [  3441] By: gsar                                  on 1999/05/21  17:48:55
8976         Log: integrate cfgperl changes
8977      Branch: perl
8978           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
8979           !> config_h.SH hints/sunos_4_1.sh installperl
8980 ____________________________________________________________________________
8981 [  3440] By: gsar                                  on 1999/05/21  17:42:49
8982         Log: test tweak
8983      Branch: perl
8984            ! t/comp/proto.t
8985 ____________________________________________________________________________
8986 [  3439] By: gsar                                  on 1999/05/21  17:31:26
8987         Log: fix breakage when neither FFLUSH_ALL nor FFLUSH_NULL are #defined.
8988              (Configure fflush(NULL) detection seems broken on Solaris, which
8989              is why I hit the problem)
8990      Branch: perl
8991            ! Changes perl.h
8992 ____________________________________________________________________________
8993 [  3438] By: gsar                                  on 1999/05/20  16:41:01
8994         Log: perlport 1.41 update from Chris Nandor <pudge@pobox.com>
8995      Branch: perl
8996            ! pod/perlport.pod
8997 ____________________________________________________________________________
8998 [  3437] By: jhi                                   on 1999/05/20  07:14:39
8999         Log: Patches to fflushing in SunOS 4 from Andy Dougherty
9000              (via private email).
9001      Branch: cfgperl
9002            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9003            ! config_h.SH hints/sunos_4_1.sh
9004 ____________________________________________________________________________
9005 [  3436] By: gsar                                  on 1999/05/20  05:18:26
9006         Log: various little nits
9007      Branch: perl
9008            ! doop.c ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
9009            ! ext/SDBM_File/sdbm/dbe.c os2/os2.c pod/perldiag.pod pp.c
9010            ! win32/perlhost.h win32/win32.c x2p/walk.c
9011 ____________________________________________________________________________
9012 [  3435] By: jhi                                   on 1999/05/18  16:25:49
9013         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9014              To: perl5-porters@perl.org
9015              Subject: installperl
9016              Date: Fri, 14 May 1999 21:34:58 +0100
9017              Message-Id: <199905142034.VAA00865@crypt.compulink.co.uk>
9018      Branch: cfgperl
9019            ! installperl
9020 ____________________________________________________________________________
9021 [  3434] By: jhi                                   on 1999/05/17  21:25:54
9022         Log: Integrate from mainperl.
9023      Branch: cfgperl
9024           +> lib/ExtUtils/MM_Cygwin.pm
9025            - cygwin32/impure_ptr.c
9026           !> MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
9027           !> cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
9028           !> ext/POSIX/POSIX.xs gv.c hints/cygwin32.sh installman
9029           !> installperl perl.h pod/perldiag.pod pp.c pp_hot.c util.c
9030           !> x2p/find2perl.PL
9031 ____________________________________________________________________________
9032 [  3433] By: gsar                                  on 1999/05/17  09:49:01
9033         Log: integrate cfgperl changes into mainline
9034      Branch: perl
9035           !> Configure INSTALL config_h.SH configure.com embed.h
9036           !> ext/Devel/Peek/Peek.xs ext/Socket/Socket.xs global.sym
9037           !> hints/dec_osf.sh objXSUB.h perl.h pod/perldiag.pod proto.h
9038           !> util.c
9039 ____________________________________________________________________________
9040 [  3432] By: gsar                                  on 1999/05/17  09:06:45
9041         Log: emit more appropriate diagnostic for failed glob (variant
9042              of patch suggested by Graham Barr)
9043      Branch: perl
9044            ! gv.c pod/perldiag.pod pp.c pp_hot.c
9045 ____________________________________________________________________________
9046 [  3431] By: gsar                                  on 1999/05/17  08:38:09
9047         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
9048              Date: Thu, 13 May 1999 22:18:43 -0600 (MDT)
9049              Message-Id: <199905140418.WAA18826@xerxes.courtesan.com>
9050              Subject: find2perl does not grok the 'c' suffix to the -size argument
9051      Branch: perl
9052            ! x2p/find2perl.PL
9053 ____________________________________________________________________________
9054 [  3430] By: gsar                                  on 1999/05/17  08:26:21
9055         Log: additional cleanups for cygwin32 port
9056              From: "Fifer, Eric" <EFifer@sanwaint.com>
9057              Date: Wed, 12 May 1999 20:25:54 +0100
9058              Message-ID: <71E287AB0D94D111BBD600600849EC8185EDAF@POST>
9059              Subject: [PATCH]perl5.005_03 (CORE) cygwin32 port
9060      Branch: perl
9061            + lib/ExtUtils/MM_Cygwin.pm
9062            - cygwin32/impure_ptr.c
9063            ! MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
9064            ! cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
9065            ! ext/POSIX/POSIX.xs hints/cygwin32.sh installman installperl
9066            ! perl.h util.c
9067 ____________________________________________________________________________
9068 [  3429] By: gsar                                  on 1999/05/17  08:01:04
9069         Log: From: Andy Dougherty <doughera@lafayette.edu>
9070              Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
9071              Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
9072              Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
9073      Branch: perl
9074            ! INSTALL
9075 ____________________________________________________________________________
9076 [  3428] By: jhi                                   on 1999/05/17  07:03:26
9077         Log: Integrate from mainperl modulo the Socket.xs change.
9078      Branch: cfgperl
9079           !> ext/Socket/Socket.xs op.c win32/include/sys/socket.h
9080           !> win32/win32.c win32/win32.h
9081 ____________________________________________________________________________
9082 [  3427] By: jhi                                   on 1999/05/16  22:09:11
9083         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9084              To: perl5-porters@perl.org (Mailing list Perl5)
9085              Subject: [PATCH 5.005_56] Devel::Peek::mstat not working
9086              Date: Sun, 16 May 1999 01:28:18 -0400 (EDT)
9087              Message-Id: <199905160528.BAA23376@monk.mps.ohio-state.edu>
9088      Branch: cfgperl
9089            ! ext/Devel/Peek/Peek.xs
9090 ____________________________________________________________________________
9091 [  3426] By: jhi                                   on 1999/05/16  22:07:11
9092         Log: From: Mark-Jason Dominus <mjd@plover.com>
9093              To: perl5-porters@perl.com
9094              Subject: DOC PATCH (5.005_55): Error message missing from perldiag.pod
9095              Date: Sat, 15 May 1999 12:43:47 -0400
9096              Message-ID: <19990515164348.7313.qmail@plover.com>
9097      Branch: cfgperl
9098            ! pod/perldiag.pod
9099 ____________________________________________________________________________
9100 [  3425] By: nick                                  on 1999/05/15  15:56:10
9101         Log: Mingw32 + w32api-0.1.5 tweaks
9102              - now more like other Win32 compilers
9103      Branch: perl
9104            ! ext/Socket/Socket.xs win32/include/sys/socket.h win32/win32.c
9105            ! win32/win32.h
9106 ____________________________________________________________________________
9107 [  3424] By: nick                                  on 1999/05/14  21:04:22
9108         Log: Experimental "slab" allocator for ops.
9109              To try it -DPL_OP_SLAB_ALLOC for op.c 
9110              This is for proof of concept only, it leaks memory 
9111              (ops are not free'd) so don't use in embedded apps.
9112              If this minimalist version does not show performance 
9113              gain then whole idea is worthless. 
9114              Nick see's approx 12% speed up vs perlmalloc running
9115              perl -Ilib -MCPAN -e '' 
9116              Solaris2.6, gcc-2.8.1 but numbers are not repeatable.
9117      Branch: perl
9118            ! op.c
9119 ____________________________________________________________________________
9120 [  3423] By: gsar                                  on 1999/05/14  19:55:04
9121         Log: on win32, look for "site/5.XXX/lib" if "site/5.XXXYY/lib" isn't
9122              found (brings sitelib intuition in line with privlib)
9123      Branch: perl
9124            ! win32/win32.c
9125 ____________________________________________________________________________
9126 [  3422] By: jhi                                   on 1999/05/14  08:08:01
9127         Log: From: pvhp@forte.com (Peter Prymmer)
9128              To: perl5-porters@perl.org, vmsperl@perl.org
9129              Subject: [PATCH: 5.005_56] add config.msg to VMS configure.com
9130              Date: Thu, 13 May 99 15:29:57 PDT
9131              Message-Id: <9905132229.AA15854@forte.com>
9132      Branch: cfgperl
9133            ! configure.com
9134 ____________________________________________________________________________
9135 [  3421] By: jhi                                   on 1999/05/14  07:34:20
9136         Log: Integrate from mainperl.
9137      Branch: cfgperl
9138           !> lib/ExtUtils/MM_Unix.pm win32/win32.c
9139 ____________________________________________________________________________
9140 [  3420] By: jhi                                   on 1999/05/14  07:33:26
9141         Log: Still fflushing.
9142      Branch: cfgperl
9143            ! Configure config_h.SH util.c
9144 ____________________________________________________________________________
9145 [  3419] By: gsar                                  on 1999/05/14  03:08:29
9146         Log: mortalize string allocations by win32_get_{priv,site}lib()
9147              (fixes small memory leak in interpreter)
9148      Branch: perl
9149            ! win32/win32.c
9150 ____________________________________________________________________________
9151 [  3418] By: gsar                                  on 1999/05/14  03:06:50
9152         Log: make win32_longname() preserve kind of slashes in argument
9153      Branch: perl
9154            ! win32/win32.c
9155 ____________________________________________________________________________
9156 [  3417] By: gsar                                  on 1999/05/14  03:04:44
9157         Log: canonicalize path for $(FULLPERL) and $(PERL) in MakeMaker
9158      Branch: perl
9159            ! lib/ExtUtils/MM_Unix.pm
9160 ____________________________________________________________________________
9161 [  3416] By: jhi                                   on 1999/05/13  21:18:06
9162         Log: Integrate from mainperl.
9163      Branch: cfgperl
9164           !> pp_ctl.c
9165 ____________________________________________________________________________
9166 [  3415] By: jhi                                   on 1999/05/13  21:16:49
9167         Log: Fixes from Andy Dougherty (via private email).
9168      Branch: cfgperl
9169            ! Configure config_h.SH
9170 ____________________________________________________________________________
9171 [  3414] By: nick                                  on 1999/05/13  20:04:26
9172         Log: valist vs va_list typo
9173      Branch: perl
9174            ! pp_ctl.c
9175 ____________________________________________________________________________
9176 [  3413] By: jhi                                   on 1999/05/13  15:04:05
9177         Log: From: Andy Dougherty <doughera@lafayette.edu>
9178              To: perlbug@perl.com
9179              Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
9180              Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
9181              Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
9182      Branch: cfgperl
9183            ! INSTALL
9184 ____________________________________________________________________________
9185 [  3412] By: jhi                                   on 1999/05/13  14:20:17
9186         Log: Integrate from mainperl.
9187      Branch: cfgperl
9188           !> pp_ctl.c
9189 ____________________________________________________________________________
9190 [  3411] By: gsar                                  on 1999/05/13  14:16:56
9191         Log: docatch_body() declaration mismatch
9192      Branch: perl
9193            ! pp_ctl.c
9194 ____________________________________________________________________________
9195 [  3410] By: jhi                                   on 1999/05/13  13:51:44
9196         Log: Add HAS_MEMCHR and make memchr into a cpp macro if it already isn't.
9197      Branch: cfgperl
9198            ! Configure config_h.SH perl.h
9199 ____________________________________________________________________________
9200 [  3409] By: jhi                                   on 1999/05/13  13:31:53
9201         Log: Still fflushing strong.
9202      Branch: cfgperl
9203            ! Configure config_h.SH embed.h global.sym objXSUB.h perl.h
9204            ! proto.h util.c
9205 ____________________________________________________________________________
9206 [  3408] By: jhi                                   on 1999/05/12  14:30:23
9207         Log: Integrate from mainperl.
9208      Branch: cfgperl
9209           !> (integrate 30 files)
9210 ____________________________________________________________________________
9211 [  3407] By: jhi                                   on 1999/05/12  12:28:31
9212         Log: Be tidier with fflush(NULL) testing.
9213      Branch: cfgperl
9214            ! Configure config_h.SH
9215 ____________________________________________________________________________
9216 [  3406] By: gsar                                  on 1999/05/12  11:26:03
9217         Log: better range-checking on list slices, with test
9218              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9219              Date: Sun, 02 May 1999 17:02:53 +0100
9220              Message-Id: <199905021602.RAA13905@crypt.compulink.co.uk>
9221              Subject: Re: List slice of undefs returns 0 items 
9222      Branch: perl
9223            ! pp.c t/op/list.t
9224 ____________________________________________________________________________
9225 [  3405] By: gsar                                  on 1999/05/12  11:22:27
9226         Log: change#3397 needs test tweak
9227      Branch: perl
9228            ! Changes t/pragma/warn/sv
9229 ____________________________________________________________________________
9230 [  3404] By: gsar                                  on 1999/05/12  11:07:44
9231         Log: typo in change#3397
9232      Branch: perl
9233            ! doop.c
9234 ____________________________________________________________________________
9235 [  3403] By: gsar                                  on 1999/05/12  10:49:01
9236         Log: From: Stephen Zander <gibreel@pobox.com>
9237              Date: 12 May 1999 01:22:31 -0700
9238              Message-ID: <87u2tik88o.fsf@pooh.fire-swamp.net>
9239              Subject: Re: Test::Harness runs tainted tests with wrong library path
9240      Branch: perl
9241            ! lib/Test/Harness.pm
9242 ____________________________________________________________________________
9243 [  3402] By: gsar                                  on 1999/05/12  10:42:06
9244         Log: typo in change#3400
9245      Branch: perl
9246            ! ext/B/B/Deparse.pm
9247 ____________________________________________________________________________
9248 [  3401] By: jhi                                   on 1999/05/12  10:40:42
9249         Log: A better, shinier, and possibly even correctly working
9250              reincarnation of #3398.
9251      Branch: cfgperl
9252            ! Configure config_h.SH
9253 ____________________________________________________________________________
9254 [  3400] By: gsar                                  on 1999/05/12  10:40:11
9255         Log: deparse \&func() as \(&func()) for clarity
9256              From: Albert Dvornik <bert@genscan.com>
9257              Date: 11 May 1999 13:32:04 -0400
9258              Message-ID: <tqk8ufwm0b.fsf@puma.genscan.com>
9259              Subject: [PATCH 5.005_56] Deparse and \&func() (was Re: File::Find...)
9260      Branch: perl
9261            ! ext/B/B/Deparse.pm
9262 ____________________________________________________________________________
9263 [  3399] By: gsar                                  on 1999/05/12  10:36:02
9264         Log: more testsuite smarts (many of them courtesy Ilya)
9265      Branch: perl
9266            ! lib/Test/Harness.pm t/comp/cpp.t t/io/pipe.t t/lib/db-btree.t
9267            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/gdbm.t
9268            ! t/lib/io_multihomed.t t/lib/io_pipe.t t/lib/io_sock.t
9269            ! t/lib/io_udp.t t/lib/io_unix.t t/lib/ipc_sysv.t t/lib/ndbm.t
9270            ! t/lib/odbm.t t/lib/thread.t t/op/exec.t t/op/fork.t
9271            ! t/op/grent.t t/op/groups.t t/op/nothread.t t/op/numconvert.t
9272            ! t/op/pwent.t
9273 ____________________________________________________________________________
9274 [  3398] By: jhi                                   on 1999/05/12  09:33:08
9275         Log: Detect whether fflush(NULL) works as per change #3352.
9276      Branch: cfgperl
9277            ! Configure config_h.SH perl.h
9278 ____________________________________________________________________________
9279 [  3397] By: gsar                                  on 1999/05/12  08:56:03
9280         Log: From: jan.dubois@ibm.net (Jan Dubois)
9281              Date: Wed, 12 May 1999 01:01:00 +0200
9282              Message-ID: <3741b5e8.20386944@smtp1.ibm.net>
9283              Subject: [PATCH 5.005_03] chop/chomp modify readonly values
9284      Branch: perl
9285            ! doop.c
9286 ____________________________________________________________________________
9287 [  3396] By: gsar                                  on 1999/05/12  08:23:27
9288         Log: opendir(D,"x:") on win32 opens cwd() for drive rather than root;
9289              stat() behaves similarly
9290      Branch: perl
9291            ! win32/win32.c
9292 ____________________________________________________________________________
9293 [  3395] By: jhi                                   on 1999/05/11  22:21:32
9294         Log: Redo parts of #3341 and #3358 that #3394 undid.
9295      Branch: cfgperl
9296            ! Configure config_h.SH
9297 ____________________________________________________________________________
9298 [  3394] By: jhi                                   on 1999/05/11  22:03:48
9299         Log: Add I_NETINET_TCP to help change #3391.
9300      Branch: cfgperl
9301            ! Configure config_h.SH ext/Socket/Socket.xs
9302 ____________________________________________________________________________
9303 [  3393] By: jhi                                   on 1999/05/11  21:44:59
9304         Log: Integrate from mainperl.
9305      Branch: cfgperl
9306           !> (integrate 55 files)
9307 ____________________________________________________________________________
9308 [  3392] By: gsar                                  on 1999/05/11  20:56:43
9309         Log: update embedvar.h
9310      Branch: perl
9311            ! embedvar.h ext/ByteLoader/ByteLoader.pm pod/perldelta.pod
9312 ____________________________________________________________________________
9313 [  3391] By: gsar                                  on 1999/05/11  16:32:05
9314         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
9315              Date: Tue, 11 May 1999 11:10:13 -0400 (EDT)
9316              Message-ID: <Pine.GSO.4.02.9905111106460.1418-100000@eq1062.wks.na.deuba.com>
9317              Subject: Socket IPPROTO_TCP [PATCH 5.005_5x]
9318      Branch: perl
9319            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
9320 ____________________________________________________________________________
9321 [  3390] By: gsar                                  on 1999/05/11  15:27:40
9322         Log: display more frequent progress messages when STDOUT is a tty
9323      Branch: perl
9324            ! lib/Test/Harness.pm
9325 ____________________________________________________________________________
9326 [  3389] By: gsar                                  on 1999/05/11  14:40:58
9327         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9328              Date: Mon, 10 May 1999 02:07:01 -0400 (EDT)
9329              Message-Id: <199905100607.CAA26045@monk.mps.ohio-state.edu>
9330              Subject: [PATCH 5.005_53] Explanations by Test::Harness
9331      Branch: perl
9332            ! lib/Test/Harness.pm
9333 ____________________________________________________________________________
9334 [  3388] By: gsar                                  on 1999/05/11  14:08:14
9335         Log: avoid creating spurious subroutine stubs on failed subroutine
9336              call and other places of sv_2cv() misuse; fixes problems with
9337              failed subroutine calls "hiding" later attempts to lookup methods
9338              in base classes
9339      Branch: perl
9340            ! gv.c perl.c pod/perlguts.pod pp_hot.c sv.c t/op/method.t
9341 ____________________________________________________________________________
9342 [  3387] By: gsar                                  on 1999/05/11  09:34:13
9343         Log: various fixes for clean build and test on win32; configpm broken,
9344              needed to open myconfig.SH rather than myconfig; sundry adjustments
9345              to bytecode stuff; tweaks to DYNAMIC_ENV_FETCH code to make it
9346              work under win32; getenv_sv() changed to getenv_len() since SVs
9347              aren't visible in the lower echelons; remove bogus exports from
9348              config.sym; PERL_OBJECT-ness for C++ exception support; null out
9349              IoDIRP in filter_del() or sv_free() will attempt to close it
9350      Branch: perl
9351            ! Changes bytecode.pl byterun.c byterun.h configpm embed.h
9352            ! embed.pl ext/B/B/Asmdata.pm ext/ByteLoader/ByteLoader.xs
9353            ! ext/DynaLoader/dlutils.c global.sym hv.c iperlsys.h objXSUB.h
9354            ! op.c perl.c perl.h pp.c pp_ctl.c proto.h scope.c scope.h
9355            ! t/io/open.t t/op/magic.t toke.c util.c vms/vms.c vms/vmsish.h
9356            ! win32/GenCAPI.pl win32/Makefile win32/config.bc
9357            ! win32/config.gc win32/config.vc win32/makedef.pl
9358            ! win32/makefile.mk win32/perlhost.h win32/runperl.c
9359            ! win32/win32.c win32/win32.h
9360 ____________________________________________________________________________
9361 [  3386] By: gsar                                  on 1999/05/11  02:49:07
9362         Log: gutsupport for C++ exceptions
9363              From: Chip Salzenberg <chip@perlsupport.com>
9364              Date: Tue, 9 Mar 1999 11:51:57 -0500
9365              Message-ID: <19990309115157.E7911@perlsupport.com>
9366              Subject: [PATCH 5.005] Flexible Exceptions
9367      Branch: perl
9368            ! embed.h global.sym objXSUB.h perl.c perl.h pp_ctl.c proto.h
9369            ! scope.c scope.h thrdvar.h util.c
9370 ____________________________________________________________________________
9371 [  3385] By: gsar                                  on 1999/05/10  19:33:36
9372         Log: "weak" references internals, still needs perlguts documentation
9373              (somewhat modified version of patch suggested by Tuomas J. Lukka
9374              <lukka@fas.harvard.edu>)
9375      Branch: perl
9376            ! dump.c embed.h embed.pl global.sym mg.c objXSUB.h perl.h
9377            ! pod/perldiag.pod proto.h sv.c sv.h util.c
9378 ____________________________________________________________________________
9379 [  3384] By: jhi                                   on 1999/05/10  18:21:43
9380         Log: Circumnavigate Digital UNIX 4.0D miniperl core dump
9381              (due to QAR 56761) (the bug has been fixed in 4.0E or better)
9382      Branch: cfgperl
9383            ! INSTALL hints/dec_osf.sh
9384 ____________________________________________________________________________
9385 [  3381] By: jhi                                   on 1999/05/10  14:39:28
9386         Log: Integrate from mainperl.
9387      Branch: cfgperl
9388           +> cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
9389           +> cygwin32/build-instructions.charles-wilson
9390           +> cygwin32/build-instructions.sebastien-barre
9391           +> cygwin32/build-instructions.steven-morlock
9392           +> cygwin32/build-instructions.steven-morlock2
9393           +> cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
9394           +> ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
9395           +> ext/ByteLoader/Makefile.PL pod/Win32.pod t/lib/io_linenum.t
9396           +> t/op/numconvert.t utils/perlbc.PL
9397            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
9398            - cygwin32/perlld
9399           !> (integrate 105 files)
9400 ____________________________________________________________________________
9401 [  3380] By: gsar                                  on 1999/05/10  12:27:14
9402         Log: regen regnodes.h
9403      Branch: perl
9404            ! Changes regnodes.h
9405 ____________________________________________________________________________
9406 [  3379] By: gsar                                  on 1999/05/10  12:17:26
9407         Log: From: jan.dubois@ibm.net (Jan Dubois)
9408              Date: Sat, 01 May 1999 22:55:36 +0200
9409              Message-ID: <373067e9.56194713@smtp1.ibm.net>
9410              Subject: [PATCH 5.005_56] Win32 and VC++ 98 doesn't support CASTI
9411      Branch: perl
9412            ! pod/perlfunc.pod pod/perlop.pod win32/config.vc
9413            ! win32/config_H.vc
9414 ____________________________________________________________________________
9415 [  3378] By: gsar                                  on 1999/05/10  12:07:13
9416         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9417              Date: Fri, 30 Apr 1999 22:26:09 -0400 (EDT)
9418              Message-Id: <199905010226.WAA19127@monk.mps.ohio-state.edu>
9419              Subject: [PATCH 5.005_56] Self-consistent numeric conversion again
9420      Branch: perl
9421            + t/op/numconvert.t
9422            ! MANIFEST doio.c dump.c perl.h pp.c pp_hot.c sv.c sv.h toke.c
9423            ! util.c
9424 ____________________________________________________________________________
9425 [  3377] By: gsar                                  on 1999/05/10  11:39:48
9426         Log: pp_modulo comment tweak from Ilya
9427      Branch: perl
9428            ! pp.c
9429 ____________________________________________________________________________
9430 [  3376] By: gsar                                  on 1999/05/10  11:30:40
9431         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
9432              Date: Fri, 7 May 1999 11:31:00 -0400 (EDT)
9433              Message-ID: <Pine.GSO.4.02.9905071127100.1449-100000@eq1062.wks.na.deuba.com>
9434              Subject: Test.pm update [PATCH _56]
9435      Branch: perl
9436            ! lib/Test.pm
9437 ____________________________________________________________________________
9438 [  3375] By: gsar                                  on 1999/05/10  11:28:30
9439         Log: From: jan.dubois@ibm.net (Jan Dubois)
9440              Date: Fri, 07 May 1999 00:59:54 +0200
9441              Message-ID: <373318ae.19292461@smtp1.ibm.net>
9442              Subject: Re: Using existing memory for an SV's PV 
9443      Branch: perl
9444            ! sv.c
9445 ____________________________________________________________________________
9446 [  3374] By: gsar                                  on 1999/05/10  11:23:44
9447         Log: From: jan.dubois@ibm.net (Jan Dubois)
9448              Date: Fri, 07 May 1999 00:59:52 +0200
9449              Message-ID: <37321800.19118320@smtp1.ibm.net>
9450              Subject: [PATCH 5.005_56] Fix -Dm memory debugging for PERL_OBJECT
9451      Branch: perl
9452            ! perl.h
9453 ____________________________________________________________________________
9454 [  3373] By: gsar                                  on 1999/05/10  11:22:10
9455         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9456              Date: Thu, 6 May 1999 18:17:28 -0400
9457              Message-ID: <19990506181728.A12433@monk.mps.ohio-state.edu>
9458              Subject: Re: [PATCH 5.005_56] Make open(F,"command |") return correct err(no)
9459      Branch: perl
9460            ! doio.c embed.h global.sym objXSUB.h pod/perldiag.pod proto.h
9461            ! util.c
9462 ____________________________________________________________________________
9463 [  3372] By: gsar                                  on 1999/05/10  10:57:49
9464         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9465              Date: Thu, 6 May 1999 01:21:05 -0400 (EDT)
9466              Message-Id: <199905060521.BAA03485@monk.mps.ohio-state.edu>
9467              Subject: [PATCH 5.005_56] Cosmetic: data-driven REx-dump
9468      Branch: perl
9469            ! regcomp.c regcomp.pl
9470 ____________________________________________________________________________
9471 [  3371] By: gsar                                  on 1999/05/10  10:54:01
9472         Log: From: lane@duphy4.physics.drexel.edu
9473              Date: Tue, 04 May 1999 10:19:25 -0700
9474              Message-Id: <3.0.6.32.19990504101925.02ecde30@ous.edu>
9475              Subject: [PATCH 5.005.56] pod->html VMS fixes
9476      Branch: perl
9477            ! installhtml lib/Pod/Html.pm
9478 ____________________________________________________________________________
9479 [  3370] By: gsar                                  on 1999/05/10  10:45:52
9480         Log: testsuite nits
9481      Branch: perl
9482            ! t/lib/io_linenum.t t/op/filetest.t
9483 ____________________________________________________________________________
9484 [  3369] By: gsar                                  on 1999/05/10  10:35:22
9485         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9486              Date: Mon, 3 May 1999 22:38:50 -0400 (EDT)
9487              Message-Id: <199905040238.WAA01865@monk.mps.ohio-state.edu>
9488              Subject: [PATCH 5.005_53] Quickier thread-specific data on OS/2
9489      Branch: perl
9490            ! os2/os2ish.h os2/os2thread.h
9491 ____________________________________________________________________________
9492 [  3368] By: gsar                                  on 1999/05/10  10:00:11
9493         Log: From: Albert Dvornik <bert@genscan.com>
9494              Date: 03 May 1999 12:20:57 -0400
9495              Message-ID: <tqlnf6gm52.fsf@puma.genscan.com>
9496              Subject: [PATCH 5.005_56] do_sv_dump does dump (core) on IO handles
9497      Branch: perl
9498            ! dump.c
9499 ____________________________________________________________________________
9500 [  3367] By: gsar                                  on 1999/05/10  09:55:51
9501         Log: shadow password support for Solaris (needs Configure help to
9502              determine HAS_GETSPENT)
9503              From: "Patrick O'Brien" <pdo@cs.umd.edu>
9504              Date: Sat, 01 May 1999 19:41:17 -0400
9505              Message-Id: <199905012341.TAA23989@optimus.cs.umd.edu>
9506              Subject: getpwent() under solaris
9507      Branch: perl
9508            ! pp_sys.c
9509 ____________________________________________________________________________
9510 [  3366] By: gsar                                  on 1999/05/10  09:45:58
9511         Log: From: jan.dubois@ibm.net (Jan Dubois)
9512              Date: Sat, 01 May 1999 23:45:47 +0200
9513              Message-ID: <373373fb.59284266@smtp1.ibm.net>
9514              Subject: [PATCH 5.005_56] Add POLLUTE=1 option to MakeMaker
9515      Branch: perl
9516            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
9517            ! pod/perldelta.pod
9518 ____________________________________________________________________________
9519 [  3365] By: gsar                                  on 1999/05/10  09:34:22
9520         Log: test suite and fix input_line_number()
9521              From: Paul Johnson <pjcj@transeda.com>
9522              Date: Thu, 29 Apr 1999 06:28:14 +0100
9523              Message-ID: <19990429062814.A17906@west-tip.transeda.com>
9524              Subject: [PATCH] IO::Handle 1.20 (was Re: FAIL Gedcom-1.01 i86pc-solaris 2.6)
9525      Branch: perl
9526            + t/lib/io_linenum.t
9527            ! MANIFEST ext/IO/lib/IO/Handle.pm
9528 ____________________________________________________________________________
9529 [  3364] By: gsar                                  on 1999/05/10  09:20:56
9530         Log: fix overeager [:foo:] parsing
9531              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9532              Date: Fri, 30 Apr 1999 09:26:18 +0100
9533              Message-Id: <199904300826.JAA01257@crypt.compulink.co.uk>
9534              Subject: [PATCH 5.005_{56,03}] Re: Regular expression difference b/n 5.004 & 5.005 
9535      Branch: perl
9536            ! regcomp.c t/op/re_tests
9537 ____________________________________________________________________________
9538 [  3363] By: gsar                                  on 1999/05/10  09:09:21
9539         Log: documentation for Win32 builtins (somewhat modified)
9540              From: jan.dubois@ibm.net (Jan Dubois)
9541              Date: Tue, 30 Mar 1999 08:05:03 +0200
9542              Message-ID: <37006783.1926460@smtp1.ibm.net>
9543              Subject: Re: Issues with build 509 
9544      Branch: perl
9545            + pod/Win32.pod
9546            ! MANIFEST
9547 ____________________________________________________________________________
9548 [  3362] By: gsar                                  on 1999/05/10  08:22:07
9549         Log: provide File::Copy::syscopy() via Win32::CopyFile() on win32
9550      Branch: perl
9551            ! lib/File/Copy.pm win32/win32.c
9552 ____________________________________________________________________________
9553 [  3361] By: gsar                                  on 1999/05/10  08:11:29
9554         Log: escape ampersands in <pre> sections
9555      Branch: perl
9556            ! Changes lib/Pod/Html.pm
9557 ____________________________________________________________________________
9558 [  3360] By: gsar                                  on 1999/05/10  08:04:14
9559         Log: AIX hints enhancements (threads build, SOCKS support)
9560              From: "David R. Favor" <dfavor@austin.ibm.com>
9561              Date: Wed, 28 Apr 1999 08:45:28 -0500
9562              Message-ID: <372710F8.B1F73BEB@austin.ibm.com>
9563              Subject: Working build for AIX + gcc + threading
9564      Branch: perl
9565            ! hints/aix.sh
9566 ____________________________________________________________________________
9567 [  3359] By: gsar                                  on 1999/05/10  07:49:26
9568         Log: more Compiler patches from Vishal Bhatia <vishalb@my-dejanews.com>
9569              Date: Tue, 27 Apr 1999 23:47:24 PDT
9570              Message-ID: <19990428064724.95244.qmail@hotmail.com>
9571              Subject: [PATCH 5.005_56] Saving Tied hashes ( C.pm)
9572              --
9573              Date: Thu, 29 Apr 1999 18:21:06 -0700
9574              Message-ID: <GEFPBFDJADFJBAAA@my-dejanews.com>
9575              Subject: [PATCH 5.005_56] double constants ( C.pm)
9576              --
9577              Date: Mon, 03 May 1999 20:21:31 PDT
9578              Message-ID: <19990504032131.81113.qmail@hotmail.com>
9579              Subject: [PATCH 5.005_56] Overloading implementation ( Compiler)
9580              --
9581              Date: Thu, 06 May 1999 17:57:09 -0700
9582              Message-ID: <FCJELBLAJBOBAAAA@my-dejanews.com>
9583              Subject: Stash.pm
9584      Branch: perl
9585            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/C.pm
9586            ! ext/B/B/CC.pm ext/B/B/Stash.pm t/harness
9587 ____________________________________________________________________________
9588 [  3358] By: gsar                                  on 1999/05/10  04:39:15
9589         Log: cygwin32 update (untested adaptation of patch against 5.005_03)
9590              From: alexander smishlajev <als@turnhere.com>
9591              Date: Sun, 25 Apr 1999 14:58:29 +0300
9592              Message-ID: <37230365.5F68B460@turnhere.com>
9593              Subject: [PATCH]5.005_03 (CORE) cygwin32 port
9594      Branch: perl
9595            + cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
9596            + cygwin32/build-instructions.charles-wilson
9597            + cygwin32/build-instructions.sebastien-barre
9598            + cygwin32/build-instructions.steven-morlock
9599            + cygwin32/build-instructions.steven-morlock2
9600            + cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
9601            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
9602            - cygwin32/perlld
9603            ! Configure EXTERN.h MANIFEST Makefile.SH README.cygwin32 XSUB.h
9604            ! cflags.SH config_h.SH dosish.h ext/POSIX/Makefile.PL
9605            ! ext/SDBM_File/sdbm/pair.c hints/cygwin32.sh installperl
9606            ! lib/Cwd.pm lib/ExtUtils/MakeMaker.pm lib/perl5db.pl
9607            ! makedepend.SH perl.h perlvars.h pp_hot.c pp_sys.c regcomp.c
9608            ! t/io/fs.t t/io/tell.t t/lib/anydbm.t t/op/stat.t util.c
9609 ____________________________________________________________________________
9610 [  3357] By: gsar                                  on 1999/05/10  04:07:07
9611         Log: applied suggested patch, modulo already applied parts
9612              From: Charles Bailey <BAILEY@newman.upenn.edu>
9613              Date: Sat, 24 Apr 1999 20:12:43 -0400 (EDT)
9614              Message-id: <01JAF9UAV9XG002O0W@mail.newman.upenn.edu>
9615              Subject: [Patch 5.005_56] VMS consolidated patch #2
9616      Branch: perl
9617            ! configure.com t/op/filetest.t t/op/taint.t t/pragma/warn/doio
9618            ! t/pragma/warn/mg t/pragma/warn/pp_sys t/pragma/warn/sv
9619            ! vms/descrip_mms.template vms/ext/vmsish.t vms/perlvms.pod
9620            ! vms/subconfigure.com vms/test.com vms/vms.c
9621 ____________________________________________________________________________
9622 [  3356] By: gsar                                  on 1999/05/10  03:48:08
9623         Log: applied suggested patch, with win32 and PERL_OBJECT additions
9624              From: Tom Hughes <tom@compton.nu>
9625              Date: Sat, 24 Apr 1999 18:11:59 +0100
9626              Message-ID: <609bdff748.tom@compton.compton.nu>
9627              Subject: ByteLoader patch
9628      Branch: perl
9629            + ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
9630            + ext/ByteLoader/Makefile.PL utils/perlbc.PL
9631            ! MANIFEST bytecode.h bytecode.pl byterun.c byterun.h embed.h
9632            ! embed.pl ext/B/B.xs ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
9633            ! ext/B/B/Debug.pm objXSUB.h op.c pp_ctl.c proto.h
9634            ! utils/Makefile win32/Makefile win32/makefile.mk
9635 ____________________________________________________________________________
9636 [  3355] By: gsar                                  on 1999/05/10  03:22:49
9637         Log: document 'test' attribute (from Andreas Koenig)
9638      Branch: perl
9639            ! lib/ExtUtils/MakeMaker.pm
9640 ____________________________________________________________________________
9641 [  3354] By: gsar                                  on 1999/05/10  03:12:37
9642         Log: From: pmarquess@bfsec.bt.co.uk
9643              Date: Thu, 22 Apr 1999 23:12:08 +0100
9644              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6B45@mbtlipnt02.btlabs.bt.co.uk>
9645              Subject: PATCH for small bug in scan_bin
9646      Branch: perl
9647            ! util.c
9648 ____________________________________________________________________________
9649 [  3353] By: gsar                                  on 1999/05/10  02:39:33
9650         Log: more bulletproof workaround for mangled paths (updates changes#3345,3350);
9651              provide Win32::GetLongPathName() to complement Win32::GetShortPathName()
9652      Branch: perl
9653            ! t/op/magic.t win32/makedef.pl win32/runperl.c win32/win32.c
9654            ! win32/win32iop.h
9655 ____________________________________________________________________________
9656 [  3352] By: gsar                                  on 1999/05/09  22:47:39
9657         Log: flush all open output buffers before fork(), exec(), system, qx//
9658              and pipe open() operations, simplifying buffering headaches faced
9659              by users; uses fflush(NULL), which may need Configure test
9660      Branch: perl
9661            ! perl.h pod/perldelta.pod pod/perlfunc.pod pod/perlipc.pod
9662            ! pp_sys.c util.c vmesa/vmesa.c vms/vms.c win32/win32.c
9663 ____________________________________________________________________________
9664 [  3351] By: gsar                                  on 1999/05/09  21:11:51
9665         Log: perlcc on win32 (correct version of fix suggested by Jean-Louis
9666              Leroy <jll@skynet.be>)
9667      Branch: perl
9668            ! utils/perlcc.PL
9669 ____________________________________________________________________________
9670 [  3350] By: gsar                                  on 1999/05/09  20:39:11
9671         Log: normalize $^X to full pathname on win32
9672      Branch: perl
9673            ! win32/runperl.c
9674 ____________________________________________________________________________
9675 [  3349] By: gsar                                  on 1999/05/09  20:23:07
9676         Log: allow readline($globref), <$globref> already works
9677      Branch: perl
9678            ! pp_hot.c
9679 ____________________________________________________________________________
9680 [  3348] By: gsar                                  on 1999/05/09  20:00:09
9681         Log: perldoc cleanups (variant of changes suggested by Christian Lemburg
9682              <lemburg@online-club.de>)
9683      Branch: perl
9684            ! utils/perldoc.PL
9685 ____________________________________________________________________________
9686 [  3347] By: gsar                                  on 1999/05/09  18:47:21
9687         Log: additions to Thread.pm docs from Tuomas J. Lukka
9688              <lukka@fas.harvard.edu>
9689      Branch: perl
9690            ! ext/Thread/Thread.pm
9691 ____________________________________________________________________________
9692 [  3346] By: gsar                                  on 1999/05/09  18:38:00
9693         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
9694              Date: Sat, 17 Apr 1999 02:46:13 -0700 (PDT)
9695              Message-ID: <14103.57454.614253.598264@fre-76-120.reshall.berkeley.edu>
9696              Subject: [PATCH _56] Re: pdt: Perl Development Tools? 
9697      Branch: perl
9698            ! ext/B/B/Xref.pm
9699 ____________________________________________________________________________
9700 [  3345] By: gsar                                  on 1999/05/09  18:22:43
9701         Log: work around mangled archname on win32 while finding privlib/sitelib;
9702              normalize lib paths to forward slashes internally
9703      Branch: perl
9704            ! win32/win32.c
9705 ____________________________________________________________________________
9706 [  3344] By: gsar                                  on 1999/05/09  03:20:06
9707         Log: fix typo in dbm filters that caused odbm.t to fail
9708      Branch: perl
9709            ! ext/ODBM_File/ODBM_File.xs t/lib/odbm.t
9710 ____________________________________________________________________________
9711 [  3343] By: gsar                                  on 1999/05/09  02:02:59
9712         Log: tweak test totals
9713      Branch: perl
9714            ! Changes t/lib/tie-stdhandle.t
9715 ____________________________________________________________________________
9716 [  3342] By: gsar                                  on 1999/05/09  01:42:06
9717         Log: import list propagation busted (pointed out by Ton Hospel
9718              <thospel@mail.dma.be>)
9719      Branch: perl
9720            ! lib/autouse.pm
9721 ____________________________________________________________________________
9722 [  3341] By: gsar                                  on 1999/05/09  00:54:18
9723         Log: hpux needs {SHLIB_PATH,LDOPTS} rather than LD_{LIBRARY,RUN}_PATH
9724              (as suggested by Eric Boehm <boehm@nortelnetworks.com>)
9725      Branch: perl
9726            ! Configure Makefile.SH
9727 ____________________________________________________________________________
9728 [  3340] By: gsar                                  on 1999/05/09  00:40:41
9729         Log: generate manpages for newly added utils
9730      Branch: perl
9731            ! installman
9732 ____________________________________________________________________________
9733 [  3339] By: gsar                                  on 1999/05/09  00:33:50
9734         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9735              Date: Sun, 02 May 1999 17:59:24 +0100
9736              Message-Id: <199905021659.RAA14016@crypt.compulink.co.uk>
9737              Subject: [PATCH] Re: ptr to realloced memory in yylex
9738      Branch: perl
9739            ! toke.c
9740 ____________________________________________________________________________
9741 [  3338] By: jhi                                   on 1999/05/08  22:40:29
9742         Log: Remove CONFIG item, add Digital UNIX 'ld' bug.
9743      Branch: cfgperl
9744            ! INSTALL
9745 ____________________________________________________________________________
9746 [  3337] By: jhi                                   on 1999/05/08  22:22:26
9747         Log: Integrate from mainperl.
9748      Branch: cfgperl
9749           +> pod/perldbmfilter.pod t/io/open.t t/lib/tie-stdhandle.t
9750           !> (integrate 54 files)
9751 ____________________________________________________________________________
9752 [  3336] By: gsar                                  on 1999/05/08  21:48:22
9753         Log: make perldoc -f grok nested =items
9754      Branch: perl
9755            ! utils/perldoc.PL
9756 ____________________________________________________________________________
9757 [  3335] By: gsar                                  on 1999/05/08  19:48:11
9758         Log: allow AV/HV dereferences on pseudohashes ($ph->{foo}[1], etc.)
9759      Branch: perl
9760            ! op.c t/lib/fields.t
9761 ____________________________________________________________________________
9762 [  3334] By: gsar                                  on 1999/05/08  19:09:41
9763         Log: update test totals
9764      Branch: perl
9765            ! t/lib/bigintpm.t
9766 ____________________________________________________________________________
9767 [  3333] By: gsar                                  on 1999/05/08  16:56:02
9768         Log: mention unpack('pP',...) footshot (from Albert Dvornik <bert@genscan.com>)
9769      Branch: perl
9770            ! pod/perlfunc.pod
9771 ____________________________________________________________________________
9772 [  3332] By: gsar                                  on 1999/05/08  16:46:44
9773         Log: applied suggested patch, added tests
9774              From: William Mann <wmann@avici.com>
9775              Date: Mon, 12 Apr 1999 12:25:22 -0400 (EDT)
9776              Message-Id: <199904121625.MAA00983@hwsrv1.avici.com>
9777              Subject: BigInt.pm extensions for logical operations
9778      Branch: perl
9779            ! lib/Math/BigInt.pm pod/perldelta.pod t/lib/bigintpm.t
9780 ____________________________________________________________________________
9781 [  3331] By: gsar                                  on 1999/05/08  16:09:33
9782         Log: avoid temporary files named 'tmp'
9783      Branch: perl
9784            ! Makefile.SH pp.c
9785 ____________________________________________________________________________
9786 [  3330] By: nick                                  on 1999/05/08  14:16:30
9787         Log: Implement OPEN, EOF, SEEK, TELL, BINMODE and FILENO as TIEHANDLE methods.
9788              Provide Tie::StdHandle
9789              Basic update of docs.
9790      Branch: perl
9791            + t/lib/tie-stdhandle.t
9792            ! lib/Tie/Handle.pm pod/perltie.pod pp_sys.c
9793 ____________________________________________________________________________
9794 [  3329] By: nick                                  on 1999/05/08  12:03:45
9795         Log: Tweaks to open(my $fh,...) stuff
9796      Branch: perl
9797            ! op.c pp.c pp_sys.c t/io/open.t
9798 ____________________________________________________________________________
9799 [  3328] By: nick                                  on 1999/05/08  11:18:42
9800         Log: Bring SDBM_File.xs into line with new typemap
9801      Branch: perl
9802            ! ext/SDBM_File/SDBM_File.xs
9803 ____________________________________________________________________________
9804 [  3327] By: gsar                                  on 1999/05/08  00:07:11
9805         Log: add test case for AUTOLOAD reentrancy fix in change#3279
9806      Branch: perl
9807            ! t/lib/autoloader.t
9808 ____________________________________________________________________________
9809 [  3326] By: nick                                  on 1999/05/07  21:24:50
9810         Log: Implement open( my $fh, ...) and similar.
9811              Set flag in op.c for "constructor ops"
9812              In pp_rv2gv, if flag is set and arg is PADSV and uninit
9813              vivify as reference to a detached GV.
9814              (Name of GV is the pad name.)
9815              This scheme should "just work" for pipe/socket etc. too.
9816              
9817              #if 0 out the open(FH,undef) for now.
9818              Change t/io/open.t to test open(my $fh,...)
9819      Branch: perl
9820            ! op.c pp.c pp_sys.c t/io/open.t
9821 ____________________________________________________________________________
9822 [  3325] By: nick                                  on 1999/05/07  21:18:42
9823         Log: Correct SvLEN vs SvCUR  which leads to odd "chunk" vs "line" in mess().
9824      Branch: perl
9825            ! util.c
9826 ____________________________________________________________________________
9827 [  3324] By: gsar                                  on 1999/05/07  20:28:31
9828         Log: avoid using PL_sv_mutex in condpair_magic() (avoids hangs when
9829              intervening code has to allocate SVs)
9830      Branch: perl
9831            ! util.c
9832 ____________________________________________________________________________
9833 [  3323] By: gsar                                  on 1999/05/07  19:45:08
9834         Log: allow line numbers to show in diagnostics during global destruction
9835      Branch: perl
9836            ! util.c
9837 ____________________________________________________________________________
9838 [  3322] By: gsar                                  on 1999/05/07  09:38:11
9839         Log: From: Dan Sugalski <sugalskd@ous.edu>
9840              Date: Fri, 09 Apr 1999 16:16:39 -0700
9841              Message-Id: <3.0.6.32.19990409161639.02ea1050@ous.edu>
9842              Subject: [PATCH 5.005_03]Bug in MM_VMS.PM
9843      Branch: perl
9844            ! lib/ExtUtils/MM_VMS.pm
9845 ____________________________________________________________________________
9846 [  3321] By: gsar                                  on 1999/05/07  09:08:23
9847         Log: From: kwzh@gnu.org (Karl Heuer)
9848              Date: Wed, 7 Apr 1999 23:58:58 -0400
9849              Message-Id: <199904080358.XAA01192@mescaline.gnu.org>
9850              Subject: [perl-5.005.02] detect lack of /dev/tty
9851      Branch: perl
9852            ! Makefile.SH
9853 ____________________________________________________________________________
9854 [  3320] By: gsar                                  on 1999/05/07  08:52:14
9855         Log: allow distinct prefix for versioned executables
9856              From: Roderick Schertler <roderick@argon.org>
9857              Date: Wed, 07 Apr 1999 15:34:56 -0400
9858              Message-ID: <3003.923513696@eeyore.ibcinc.com>
9859              Subject: perl55.00503 -> perl5.00503 patch for installperl
9860      Branch: perl
9861            ! INSTALL installperl
9862 ____________________________________________________________________________
9863 [  3319] By: gsar                                  on 1999/05/07  08:07:02
9864         Log: From: Dan Sugalski <sugalskd@osshe.edu>
9865              Date: Mon, 05 Apr 1999 15:38:42 -0700
9866              Message-Id: <3.0.6.32.19990405153842.0367b650@ous.edu>
9867              Subject: Re: chomp fails with $/ in fixed-length record mode
9868              --
9869              From: Roderick Schertler <roderick@argon.org>
9870              Date: Tue, 06 Apr 1999 21:11:37 -0400
9871              Message-ID: <2795.923447497@eeyore.ibcinc.com>
9872              Subject: Re: chomp fails with $/ in fixed-length record mode
9873      Branch: perl
9874            ! doop.c pod/perlfunc.pod t/op/chop.t
9875 ____________________________________________________________________________
9876 [  3318] By: gsar                                  on 1999/05/07  07:56:35
9877         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9878              Date: Tue, 6 Apr 1999 01:40:36 -0400
9879              Message-ID: <19990406014035.A1238@monk.mps.ohio-state.edu>
9880              Subject: [PATCH 5.005_*] Make % use fmod()
9881      Branch: perl
9882            ! pp.c t/op/arith.t
9883 ____________________________________________________________________________
9884 [  3317] By: gsar                                  on 1999/05/07  04:18:11
9885         Log: DBM Filters (via private mail)
9886              From: pmarquess@bfsec.bt.co.uk
9887              Date: Sun, 18 Apr 1999 21:05:52 +0100
9888              Message-Id: <199904182009.NAA19152@activestate.com>
9889              Subject: DBM Filters
9890      Branch: perl
9891            + pod/perldbmfilter.pod
9892            ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
9893            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
9894            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
9895            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
9896            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/typemap
9897            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
9898            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
9899            ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/typemap
9900            ! lib/AnyDBM_File.pm pod/Makefile pod/buildtoc pod/perl.pod
9901            ! pod/perldelta.pod t/lib/db-btree.t t/lib/db-hash.t
9902            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
9903            ! t/lib/sdbm.t
9904 ____________________________________________________________________________
9905 [  3316] By: gsar                                  on 1999/05/07  03:28:53
9906         Log: avoid negative return value from Win32::GetTickCount()
9907              From: jan.dubois@ibm.net (Jan Dubois)
9908              Date: Sat, 03 Apr 1999 19:04:18 +0200
9909              Message-ID: <37084742.22824479@smtp1.ibm.net>
9910              Subject: Re: Win32::GetTickCount
9911      Branch: perl
9912            ! win32/win32.c
9913 ____________________________________________________________________________
9914 [  3314] By: gsar                                  on 1999/05/06  08:01:23
9915         Log: compiler fixes from Vishal Bhatia <vishalb@hotmail.com>
9916              Date: Tue, 30 Mar 1999 23:40:34 PST
9917              Message-ID: <19990331074034.6117.qmail@hotmail.com>
9918              Subject: [PATCH 5.005_56] pp_entersub and pp_leavewrite(CC.pm)
9919              --
9920              Date: Wed, 07 Apr 1999 00:28:23 -0800
9921              Message-ID: <FGBNLNPOEELFAAAA@my-dejanews.com>
9922              Subject: [PATCH 5.005_56] function prototypes(B.pm)
9923              --
9924              Date: Thu, 22 Apr 1999 23:40:52 -0700
9925              Message-ID: <OEAOMKBMLDADCAAA@my-dejanews.com>
9926              Subject: [PATCH 5.005_56 ] discarding worthless padsvs
9927              --
9928              Date: Tue, 27 Apr 1999 01:14:49 PDT
9929              Message-ID: <19990427081449.28615.qmail@hotmail.com>
9930              Subject: [PATCH 5.005_56] pp_ncmp implementation ( CC.pm)
9931      Branch: perl
9932            ! ext/B/B.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm t/op/gv.t
9933            ! t/op/ref.t
9934 ____________________________________________________________________________
9935 [  3313] By: jhi                                   on 1999/05/06  07:59:52
9936         Log: Integrate from mainperl.
9937      Branch: cfgperl
9938           !> (integrate 33 files)
9939 ____________________________________________________________________________
9940 [  3312] By: gsar                                  on 1999/05/06  07:11:50
9941         Log: add Ethiopic section to unicode master database (from Ken
9942              Whistler <kenw@sybase.com>)
9943      Branch: perl
9944            ! lib/unicode/UnicodeData-Latest.txt
9945 ____________________________________________________________________________
9946 [  3311] By: gsar                                  on 1999/05/06  05:37:55
9947         Log: From: Damon Atkins <n107844@sysmgtdev.nabaus.com.au>
9948              Date: Tue, 30 Mar 1999 11:26:11 +1000 (EST)
9949              Message-Id: <199903300126.LAA20870@sysmgtdev.nabaus.com.au>
9950              Subject: Largefiles for Solaris
9951      Branch: perl
9952            ! hints/solaris_2.sh
9953 ____________________________________________________________________________
9954 [  3310] By: gsar                                  on 1999/05/06  05:14:35
9955         Log: emit more accurate diagnostic for syntax errors involving <>
9956              within eval""
9957      Branch: perl
9958            ! toke.c utils/perldoc.PL
9959 ____________________________________________________________________________
9960 [  3309] By: gsar                                  on 1999/05/06  04:36:31
9961         Log: additional test for IPC::Open3 (courtesy RonaldWS@aol.com)
9962      Branch: perl
9963            ! t/lib/open3.t
9964 ____________________________________________________________________________
9965 [  3308] By: gsar                                  on 1999/05/06  03:19:16
9966         Log: applied first part of suggested patch (bug described cannot be
9967              reproduced any longer, so the second inconclusive part has not
9968              been applied)
9969              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9970              Date: Sun, 28 Mar 1999 04:51:34 +0100
9971              Message-Id: <199903280351.EAA20430@crypt.compulink.co.uk>
9972              Subject: [PATCH 5.005_56] Re: A core dump 
9973      Branch: perl
9974            ! toke.c
9975 ____________________________________________________________________________
9976 [  3307] By: gsar                                  on 1999/05/06  01:56:06
9977         Log: fix bogus OPf_REF context in C<sort BLOCK @foo> (extension of
9978              change#3180)
9979      Branch: perl
9980            ! op.c
9981 ____________________________________________________________________________
9982 [  3306] By: gsar                                  on 1999/05/05  17:17:34
9983         Log: applied non-conflicting parts of suggested patch
9984              From: Charles Bailey <BAILEY@newman.upenn.edu>
9985              Date: Sat, 27 Mar 1999 00:16:51 -0400 (EDT)
9986              Message-id: <01J9AZY8I2PW001O2S@mail.newman.upenn.edu>
9987              Subject: [Patch 5.005_56] Revised VMS patch
9988      Branch: perl
9989            ! Changes ext/B/defsubs.h.PL hv.c iperlsys.h perl.c
9990            ! pod/perldiag.pod proto.h util.c vms/perlvms.pod vms/vms.c
9991 ____________________________________________________________________________
9992 [  3305] By: gsar                                  on 1999/05/05  16:20:19
9993         Log: make perldoc use backslashed pathnames within system() on win32
9994      Branch: perl
9995            ! pod/perldiag.pod pod/perlthrtut.pod utils/perldoc.PL
9996 ____________________________________________________________________________
9997 [  3304] By: gsar                                  on 1999/05/05  07:29:43
9998         Log: upgrade Pod::Parser to v1.081 from CPAN
9999      Branch: perl
10000            ! lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
10001            ! lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
10002            ! t/pod/special_seqs.t t/pod/special_seqs.xr t/pod/testp2pt.pl
10003 ____________________________________________________________________________
10004 [  3303] By: gsar                                  on 1999/05/05  07:02:07
10005         Log: From: Andy Dougherty <doughera@lafayette.edu>
10006              Date: Fri, 19 Mar 1999 12:31:35 -0500 (EST)
10007              Message-Id: <Pine.GSU.4.05.9903191208250.8899-100000@newton.phys>
10008              Subject: [PATCH 5.005_03-MT3] INSTALL patches
10009      Branch: perl
10010            ! INSTALL
10011 ____________________________________________________________________________
10012 [  3302] By: gsar                                  on 1999/05/05  06:55:21
10013         Log: load base packages based on nonexistent $VERSION
10014              From: andreas.koenig@anima.de (Andreas J. Koenig)
10015              Date: 19 Mar 1999 06:00:28 +0100
10016              Message-ID: <sfcsob2m5ub.fsf@dubravka.in-berlin.de>
10017              Subject: Re: base.pm flaw
10018      Branch: perl
10019            ! lib/base.pm lib/locale.pm
10020 ____________________________________________________________________________
10021 [  3301] By: gsar                                  on 1999/05/04  05:41:08
10022         Log: pod2man outputs switched date and revision label (fix suggested by
10023              EthanSasiela@mede.com)
10024      Branch: perl
10025            ! pod/pod2man.PL
10026 ____________________________________________________________________________
10027 [  3300] By: gsar                                  on 1999/05/03  18:48:25
10028         Log: adjust win32_stat() to cope with FindFirstFile() and stat() bugs
10029              (makes opendir(D,"c:") work reliably)
10030      Branch: perl
10031            ! win32/win32.c
10032 ____________________________________________________________________________
10033 [  3299] By: gsar                                  on 1999/05/02  19:39:55
10034         Log: add test case for change#3298
10035      Branch: perl
10036            ! sv.c t/op/readdir.t
10037 ____________________________________________________________________________
10038 [  3298] By: gsar                                  on 1999/05/02  19:24:41
10039         Log: close directory handles properly when localized
10040      Branch: perl
10041            ! sv.c
10042 ____________________________________________________________________________
10043 [  3297] By: jhi                                   on 1999/04/30  11:42:14
10044         Log: Integrate from mainperl.
10045      Branch: cfgperl
10046           !> Changes config_h.SH configure.com lib/AutoLoader.pm
10047           !> lib/AutoSplit.pm lib/File/Path.pm pod/perlre.pod pp.c pp_ctl.c
10048           !> pp_sys.c proto.h regcomp.c t/op/die.t t/op/ref.t util.c
10049           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/munchconfig.c
10050           !> vms/subconfigure.com win32/win32.c
10051 ____________________________________________________________________________
10052 [  3293] By: chip                                  on 1999/04/29  18:50:49
10053         Log: Fix shebang lines.
10054      Branch: maint-5.004/perl
10055            ! Porting/p4d2p h2pl/mksizes pod/checkpods.PL pod/pod2html.PL
10056            ! pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL utils/c2ph.PL
10057            ! utils/h2ph.PL utils/h2xs.PL utils/perlbug.PL utils/perldoc.PL
10058            ! utils/pl2pm.PL utils/splain.PL win32/bin/search.pl
10059            ! x2p/find2perl.PL x2p/s2p.PL
10060 ____________________________________________________________________________
10061 [  3284] By: gsar                                  on 1999/04/27  00:48:42
10062         Log: integrate change#3279 from maint-5.004
10063      Branch: perl
10064            ! lib/AutoLoader.pm
10065 ____________________________________________________________________________
10066 [  3279] By: chip                                  on 1999/04/26  23:09:26
10067         Log: Make &AutoLoad::AUTOLOAD reentrant.
10068      Branch: maint-5.004/perl
10069            ! lib/AutoLoader.pm
10070 ____________________________________________________________________________
10071 [  3276] By: chip                                  on 1999/04/26  22:34:36
10072         Log: Make porting scripts executable.
10073      Branch: maint-5.004/perl
10074            ! Changes Porting/genlog Porting/makerel Porting/p4desc
10075            ! Porting/patchls
10076 ____________________________________________________________________________
10077 [  3274] By: gsar                                  on 1999/04/26  17:30:31
10078         Log: allow embedded null characters in diagnostics
10079      Branch: perl
10080            ! pp_ctl.c pp_sys.c proto.h regcomp.c t/op/die.t util.c
10081 ____________________________________________________________________________
10082 [  3273] By: gsar                                  on 1999/04/26  08:27:22
10083         Log: hand-applied conflicting parts of suggested patch
10084              From: Charles Bailey <BAILEY@newman.upenn.edu>
10085              Date: Wed, 17 Mar 1999 23:55:23 -0400 (EDT)
10086              Message-id: <01J8YELSL7WK001E7S@mail.newman.upenn.edu>
10087              Subject: [PATCH 5.005_56] VMS configuration/build
10088      Branch: perl
10089            ! configure.com vms/descrip_mms.template vms/gen_shrfls.pl
10090            ! vms/munchconfig.c vms/subconfigure.com
10091 ____________________________________________________________________________
10092 [  3272] By: gsar                                  on 1999/04/26  08:25:41
10093         Log: update Changes; tweak minor regressions
10094      Branch: perl
10095            ! Changes lib/AutoSplit.pm lib/File/Path.pm
10096 ____________________________________________________________________________
10097 [  3271] By: gsar                                  on 1999/04/26  07:52:51
10098         Log: integrate change#3229 from maint-5.004
10099      Branch: perl
10100            ! pp_ctl.c util.c
10101 ____________________________________________________________________________
10102 [  3270] By: gsar                                  on 1999/04/25  22:58:27
10103         Log: fix buggy reference count on refs to SVs with autoviv magic
10104              (resulted in C<my @a; $a[1] = 1; print \$_ for @a> and Data::Dumper
10105              accessing free()d memory)
10106      Branch: perl
10107            ! pp.c t/op/ref.t
10108 ____________________________________________________________________________
10109 [  3269] By: gsar                                  on 1999/04/24  17:07:55
10110         Log: fix bug in change#3123 (off-by-one, caused C<qx[noargs]> to fail
10111              on win32)
10112      Branch: perl
10113            ! win32/win32.c
10114 ____________________________________________________________________________
10115 [  3268] By: gsar                                  on 1999/04/24  16:38:25
10116         Log: kill dup hunk
10117      Branch: perl
10118            ! config_h.SH
10119 ____________________________________________________________________________
10120 [  3267] By: gsar                                  on 1999/04/24  16:35:57
10121         Log: integrate cfgperl changes into mainline
10122      Branch: perl
10123           +> myconfig.SH
10124            - myconfig
10125            ! pod/perlre.pod
10126           !> (integrate 38 files)
10127 ____________________________________________________________________________
10128 [  3266] By: jhi                                   on 1999/04/23  18:42:44
10129         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
10130              To: perl5-porters@perl.org, Jarkko Hietaniemi <jhi@iki.fi>,
10131              Graham Barr <gbarr@pobox.com>, Gurusamy Sarathy <gsar@activestate.com>
10132              Cc: Lionel Cons <lionel.cons@cern.ch>,
10133              Ilya Zakharevich <ilya@math.ohio-state.edu>,
10134              David Hayes <david@bdel.com>
10135              Subject: [PATCH] h2ph
10136              Date: Fri, 23 Apr 1999 12:37:23 -0400
10137              Message-ID: <19990423123723.A49550@O2.chapin.edu>
10138      Branch: cfgperl
10139            ! utils/h2ph.PL
10140 ____________________________________________________________________________
10141 [  3265] By: jhi                                   on 1999/04/21  18:17:12
10142         Log: From: lane@duphy4.physics.drexel.edu (by way of Dan Sugalski <sugalskd@ous.edu>)
10143              To: perlbug@perl.org
10144              Subject: [PATCH Perl 5.005.56] descrip_mms.template installed files fix
10145              Date: Wed, 21 Apr 1999 08:17:54 -0700
10146              Message-Id: <3.0.6.32.19990421081754.03127b60@ous.edu>
10147      Branch: cfgperl
10148            ! vms/descrip_mms.template
10149 ____________________________________________________________________________
10150 [  3264] By: jhi                                   on 1999/04/20  08:50:54
10151         Log: From: Andy Dougherty <doughera@lafayette.edu>
10152              To: The Perl Porters Mailing List <perl5-porters@perl.org>
10153              Subject: [PATCH 5.005_56] Re: 5.006 Todo
10154              Date: Mon, 19 Apr 1999 16:27:07 -0400 (EDT)
10155              Message-Id: <Pine.GSU.4.05.9904191623470.7838-100000@newton.phys>
10156      Branch: cfgperl
10157            ! Porting/pumpkin.pod
10158 ____________________________________________________________________________
10159 [  3263] By: jhi                                   on 1999/04/20  08:05:01
10160         Log: From: Chip Salzenberg <chip@perlsupport.com>
10161              To: Perl 5 Porters <perl5-porters@perl.org>
10162              Subject: [PATCH 5.005_56] Configure: $sig_count
10163              Date: Sun, 18 Apr 1999 17:54:36 -0400
10164              Message-ID: <19990418175436.A27496@perlsupport.com>
10165      Branch: cfgperl
10166            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10167            ! config_h.SH
10168 ____________________________________________________________________________
10169 [  3262] By: jhi                                   on 1999/04/19  18:23:50
10170         Log: Subject: PATCH wrong faq reference in perlbook.pod
10171              From: Robin Barker <rmb1@cise.npl.co.uk>
10172              To: perlbug@perl.com
10173              Date: Fri, 9 Apr 1999 16:05:23 +0100 (BST)
10174              Message-Id: <199904091505.QAA03757@cyclone.cise.npl.co.uk>
10175      Branch: cfgperl
10176            ! pod/perlbook.pod
10177 ____________________________________________________________________________
10178 [  3261] By: jhi                                   on 1999/04/15  13:59:04
10179         Log: From: Andy Dougherty <doughera@lafayette.edu>
10180              To: Hugo van der Sanden <hugo@corp.netcom.net.uk>
10181              Cc: Perl Porters <perl5-porters@perl.org>
10182              Subject: [PATCH] Re: 5.005_03 and gcc, GNU ld under Solaris 2.6
10183              Date: Wed, 14 Apr 1999 17:07:43 -0400 (EDT)
10184              Message-Id: <Pine.GSU.4.05.9904141658290.4262-100000@newton.phys>
10185      Branch: cfgperl
10186            ! hints/solaris_2.sh
10187 ____________________________________________________________________________
10188 [  3260] By: jhi                                   on 1999/04/15  13:56:53
10189         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
10190              To: pumpkings@jhereg.perl.com
10191              Subject: PATCH: 5.005_56: perldata.pod (UPDATE)
10192              Date: Thu, 15 Apr 1999 07:13:41 -0600
10193              Message-Id: <199904151313.HAA07682@jhereg.perl.com>
10194      Branch: cfgperl
10195            ! pod/perldata.pod
10196 ____________________________________________________________________________
10197 [  3259] By: jhi                                   on 1999/04/13  23:12:52
10198         Log: LDLIBPTH also on 'clean' targets.
10199      Branch: cfgperl
10200            ! Makefile.SH
10201 ____________________________________________________________________________
10202 [  3258] By: jhi                                   on 1999/04/13  21:38:46
10203         Log: Add information about the two DEC C compiler optimizer bugs
10204              (what patch levels of the compilers fix them).
10205      Branch: cfgperl
10206            ! pp.c t/op/repeat.t
10207 ____________________________________________________________________________
10208 [  3257] By: jhi                                   on 1999/04/13  14:25:08
10209         Log: Be polite about ccdlflags and lddflags, too.
10210              Avoid Perl's malloc only when threaded.
10211      Branch: cfgperl
10212            ! hints/aix.sh
10213 ____________________________________________________________________________
10214 [  3256] By: jhi                                   on 1999/04/13  10:21:33
10215         Log: Croak if no known ways to semctl() (don't assume union semun).
10216      Branch: cfgperl
10217            ! doio.c perl.h
10218 ____________________________________________________________________________
10219 [  3255] By: jhi                                   on 1999/04/13  09:10:26
10220         Log: From: Dan Sugalski <sugalskd@osshe.edu>
10221              To: perl5-porters@perl.org, vmsperl@perl.org
10222              Subject: [Patch 5.005/5.006]Another MM_VMS.pm patch
10223              Date: Mon, 12 Apr 1999 13:36:48 -0700
10224              Message-Id: <3.0.6.32.19990412133648.030e7ec0@ous.edu>
10225      Branch: cfgperl
10226            ! lib/ExtUtils/MM_VMS.pm
10227 ____________________________________________________________________________
10228 [  3254] By: jhi                                   on 1999/04/13  06:56:26
10229         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
10230              To: perlbug@perl.com
10231              Subject: Update for OpenBSD hints
10232              Date: Mon, 12 Apr 1999 23:12:22 -0600 (MDT)
10233              Message-Id: <199904130512.XAA27712@xerxes.courtesan.com>
10234      Branch: cfgperl
10235            ! hints/openbsd.sh
10236 ____________________________________________________________________________
10237 [  3229] By: chip                                  on 1999/04/13  04:04:14
10238         Log: Preserve errno from importunities of sfio.
10239      Branch: maint-5.004/perl
10240            ! pp_ctl.c util.c
10241 ____________________________________________________________________________
10242 [  3226] By: jhi                                   on 1999/04/11  12:52:26
10243         Log: If both ways to call semctl are broken,    skip the tests.
10244      Branch: cfgperl
10245            ! t/lib/ipc_sysv.t
10246 ____________________________________________________________________________
10247 [  3225] By: jhi                                   on 1999/04/10  22:27:28
10248         Log: From: Andy Dougherty <doughera@lafayette.edu>
10249              To: dsembr01@ox.slug.louisville.edu
10250              Cc: perlbug@perl.com
10251              Subject: [PATCH 5.004_05 5.005_03 5.005_56] Re: Misspelled macro in ext/POSIX/POSIX.xs?
10252              Date: Fri, 9 Apr 1999 16:58:08 -0400 (EDT)
10253              Message-Id: <Pine.GSU.4.05.9904091648570.894-100000@newton.phys>
10254      Branch: cfgperl
10255            ! ext/POSIX/POSIX.xs
10256 ____________________________________________________________________________
10257 [  3224] By: jhi                                   on 1999/04/09  18:50:32
10258         Log: From: Andy Dougherty <doughera@lafayette.edu>
10259              To: Perl Porters <perl5-porters@perl.org>
10260              Subject: [PATCH 5.005_56] Re: prefix= in hints
10261              Date: Fri, 9 Apr 1999 14:54:18 -0400 (EDT)
10262              Message-Id: <Pine.GSU.4.05.9904091445280.894-100000@newton.phys>
10263              
10264              (Overrides change #3204 from Kurt)
10265      Branch: cfgperl
10266            ! hints/linux.sh
10267 ____________________________________________________________________________
10268 [  3223] By: jhi                                   on 1999/04/09  18:37:55
10269         Log: Understand Apollo's //node notation.
10270              
10271              From: Johann Klasek <jk@auto.tuwien.ac.at>
10272              To: jhi@iki.fi
10273              Subject: Re: DomainPerl
10274              Date: Fri, 9 Apr 1999 18:21:37 +0200
10275              Message-ID: <19990409182137.A2299@euklid.auto.tuwien.ac.at>
10276      Branch: cfgperl
10277            ! lib/Cwd.pm
10278 ____________________________________________________________________________
10279 [  3220] By: jhi                                   on 1999/04/04  16:33:49
10280         Log: Integrate from mainperl.
10281      Branch: cfgperl
10282           !> (integrate 39 files)
10283 ____________________________________________________________________________
10284 [  3219] By: gsar                                  on 1999/04/04  02:48:17
10285         Log: tweak previous change
10286      Branch: maint-5.005/perl
10287            ! win32/win32.c
10288 ____________________________________________________________________________
10289 [  3218] By: gsar                                  on 1999/04/04  02:44:47
10290         Log: be careful about extending the stack for the Win32:: builtins
10291      Branch: maint-5.005/perl
10292            ! win32/win32.c
10293 ____________________________________________________________________________
10294 [  3217] By: gsar                                  on 1999/04/04  01:59:26
10295         Log: correct places that said newSVpv() when they meant newSVpvn()
10296      Branch: perl
10297            ! XSUB.h dump.c ext/B/B.xs ext/B/defsubs.h.PL
10298            ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_vms.xs
10299            ! ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
10300            ! ext/Socket/Socket.xs ext/attrs/attrs.xs gv.c hv.c hv.h
10301            ! jpl/JNI/JNI.xs mg.c op.c perl.c pod/perlguts.pod pp.c pp_ctl.c
10302            ! pp_sys.c regcomp.c toke.c util.c win32/dl_win32.xs
10303            ! win32/win32.c
10304 ____________________________________________________________________________
10305 [  3216] By: gsar                                  on 1999/04/03  23:58:27
10306         Log: avoid duplicate code
10307      Branch: perl
10308            ! sv.c
10309 ____________________________________________________________________________
10310 [  3215] By: gsar                                  on 1999/04/03  23:14:34
10311         Log: grow PL_tmps_stack more efficiently; make it more amenable to
10312              STRESS_REALLOC testing
10313      Branch: perl
10314            ! embed.h embed.pl global.sym objXSUB.h pp.h proto.h scope.c
10315            ! sv.c
10316 ____________________________________________________________________________
10317 [  3214] By: gsar                                  on 1999/04/03  21:01:09
10318         Log: scrounge and save three extra branches in pp_entersub()
10319      Branch: perl
10320            ! cv.h pp_ctl.c pp_hot.c
10321 ____________________________________________________________________________
10322 [  3213] By: gsar                                  on 1999/04/03  17:43:23
10323         Log: remove duplicate code and an extra branch in sv_setsv() and
10324              other hot code by making SvTHINKFIRST() think about FAKE SVs
10325      Branch: perl
10326            ! doio.c embed.h embed.pl global.sym objXSUB.h pp.c pp_hot.c
10327            ! proto.h scope.c sv.c sv.h
10328 ____________________________________________________________________________
10329 [  3212] By: jhi                                   on 1999/04/03  16:20:09
10330         Log: Fix up some _t nits (Pid_t, Gid_t, Uid_t, etc. instead of int).
10331              
10332              From: John Bley <jbb6@acpub.duke.edu>
10333              To: perlbug@perl.org
10334              Subject: [PATCH]5.005_03 (CORE) Fix some _t nits
10335              Date: Thu, 1 Apr 1999 02:01:47 -0500 (EST)
10336              Message-ID: <Pine.SOL.3.91.990401015805.21458A-100000@soc13.acpub.duke.edu>
10337      Branch: cfgperl
10338            ! doio.c pp_sys.c
10339 ____________________________________________________________________________
10340 [  3211] By: jhi                                   on 1999/04/03  13:27:26
10341         Log: Change #3210 was rather unportable.  This is better.
10342      Branch: cfgperl
10343            ! Configure config_h.SH
10344 ____________________________________________________________________________
10345 [  3210] By: jhi                                   on 1999/04/03  13:16:20
10346         Log: Avoid Digital UNIX' ksh.
10347              
10348              From: Jarkko Hietaniemi <jhi@iki.fi> 
10349              To: Henrik Tougaard <ht000@siberut.foa.dk> 
10350              Cc: perlbug@perl.com, ht000@foa.dk 
10351              Subject: Re: Not OK perl5.005_03-MAINT_TRIAL_4
10352              Date: Wed, 27 Jan 1999 16:52:33 +0200 (EET) 
10353              Message-ID: <13999.10289.319422.239987@alpha.hut.fi> 
10354      Branch: cfgperl
10355            ! Configure config_h.SH
10356 ____________________________________________________________________________
10357 [  3209] By: jhi                                   on 1999/04/03  12:49:04
10358         Log: Integrate from mainperl.
10359      Branch: cfgperl
10360           !> Changes Makefile.SH README installperl t/lib/bigfloatpm.t
10361 ____________________________________________________________________________
10362 [  3208] By: jhi                                   on 1999/04/03  12:27:24
10363         Log: Add -mabi=64 to ccflags for 64-bit IRIX gcc.
10364              
10365              From: Lionel Cons <lionel.cons@cern.ch>
10366              To: jhi@iki.fi
10367              Cc: perlbug@perl.com, kstar@isinet.com,
10368              Philippe Defert <philippe.defert@cern.ch>
10369              Subject: Re: Not OK: perl 5.00503 on IP27-irix 6.5 (UNINSTALLED)
10370              Date: Thu, 1 Apr 1999 14:05:28 +0200 (METDST)
10371              Message-Id: <199904011205.OAA11380@mercury.cern.ch>
10372      Branch: cfgperl
10373            ! hints/irix_6.sh
10374 ____________________________________________________________________________
10375 [  3207] By: jhi                                   on 1999/04/03  12:20:21
10376         Log: Be polite about usemymalloc.
10377      Branch: cfgperl
10378            ! hints/aix.sh
10379 ____________________________________________________________________________
10380 [  3206] By: gsar                                  on 1999/04/02  23:31:59
10381         Log: a typo in change#3205
10382      Branch: perl
10383            ! t/lib/bigfloatpm.t
10384 ____________________________________________________________________________
10385 [  3205] By: gsar                                  on 1999/04/02  23:20:31
10386         Log: make testsuite reflect change#3157  (Math::BigFloat->new now
10387              returns NaNs faithfully)
10388      Branch: perl
10389            ! t/lib/bigfloatpm.t
10390 ____________________________________________________________________________
10391 [  3204] By: jhi                                   on 1999/04/02  22:03:23
10392         Log: On -Uinstallusrbinperl and no -Dprefix, set prefix to /usr/local.
10393              
10394              From: "Kurt D. Starsinic" <kstar@chapin.edu>
10395              To: perl5-porters@perl.org
10396              Subject: linux hints nit
10397              Date: Fri, 2 Apr 1999 16:49:47 -0500
10398              Message-ID: <19990402164947.E80926@O2.chapin.edu>
10399      Branch: cfgperl
10400            ! hints/linux.sh
10401 ____________________________________________________________________________
10402 [  3203] By: jhi                                   on 1999/04/02  22:00:56
10403         Log: Display exact glibc version in Linux. 
10404              
10405              From: Andy Dougherty <doughera@lafayette.edu>
10406              To: Perl Porters <perl5-porters@perl.org>
10407              Subject: Displaying glibc version on Linux
10408              Date: Mon, 29 Mar 1999 15:04:26 -0500 (EST)
10409              Message-Id: <Pine.GSU.4.05.9903291417370.15335-100000@newton.phys>
10410      Branch: cfgperl
10411            ! hints/linux.sh
10412 ____________________________________________________________________________
10413 [  3202] By: gsar                                  on 1999/04/02  21:23:18
10414         Log: various little goofs
10415      Branch: perl
10416            ! Changes Makefile.SH README installperl
10417 ____________________________________________________________________________
10418 [  3201] By: jhi                                   on 1999/04/02  13:13:39
10419         Log: Configure regen.
10420              
10421              Add llseek + offset_t probing.
10422              Change CONFIG to CONFIGDOTSH.
10423              'unset foo' is unportable, use foo=''.
10424      Branch: cfgperl
10425            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
10426            ! configpm makeaperl.SH makedepend.SH makedir.SH myconfig.SH
10427            ! perl_exp.SH writemain.SH
10428 ____________________________________________________________________________
10429 [  3200] By: jhi                                   on 1999/04/02  12:06:22
10430         Log: Introduce myconfig.SH.
10431              
10432              From: Andy Dougherty <doughera@lafayette.edu>
10433              To: Jarkko Hietaniemi <jhi@iki.fi>
10434              Cc: Nick Ing-Simmons <nik@tiuk.ti.com>, Perl Porters <perl5-porters@perl.org>
10435              Subject: [PATCH] myconfig.SH (was Re: perl install bug on AIX 4.3.1.0)
10436              Date: Tue, 30 Mar 1999 12:41:29 -0500 (EST)
10437              Message-Id: <Pine.GSU.4.05.9903301222280.15987-100000@newton.phys>
10438      Branch: cfgperl
10439            + myconfig.SH
10440            - myconfig
10441            ! MANIFEST
10442 ____________________________________________________________________________
10443 [  3195] By: jhi                                   on 1999/03/28  16:42:54
10444         Log: Update perlhist on 5_03.
10445      Branch: maint-5.005/perl
10446            ! pod/perlhist.pod
10447 ____________________________________________________________________________
10448 [  3194] By: jhi                                   on 1999/03/28  12:30:01
10449         Log: Integrate from mainperl.
10450      Branch: cfgperl
10451           +> t/op/grep.t
10452            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
10453            ! t/lib/bigintpm.t
10454           !> MANIFEST Porting/p4desc ext/Thread/Thread.xs op.c
10455           !> t/lib/thread.t
10456 ____________________________________________________________________________
10457 [  3189] By: gsar                                  on 1999/03/28  08:22:00
10458         Log: various pod niggles
10459      Branch: maint-5.005/perl
10460            ! pod/perl.pod pod/perldebug.pod pod/perldiag.pod
10461            ! pod/perlfunc.pod pod/perlhist.pod
10462 ____________________________________________________________________________
10463 [  3187] By: gsar                                  on 1999/03/28  07:31:16
10464         Log: regularize CAPI declarations (CAPI extensions now build under
10465              the Borland compiler)
10466      Branch: maint-5.005/perl
10467            ! win32/GenCAPI.pl
10468 ____________________________________________________________________________
10469 [  3186] By: gsar                                  on 1999/03/28  07:26:33
10470         Log: ensure XS_LOCKS stuff happens *before* XSUB is entered under
10471              -DPERL_CAPI
10472      Branch: maint-5.005/perl
10473            ! XSlock.h win32/GenCAPI.pl win32/Makefile win32/makefile.mk
10474 ____________________________________________________________________________
10475 [  3183] By: gsar                                  on 1999/03/28  06:00:46
10476         Log: update p4 utility to ignore non-text files
10477      Branch: perl
10478            ! Porting/p4desc
10479 ____________________________________________________________________________
10480 [  3181] By: gsar                                  on 1999/03/28  03:37:23
10481         Log: integrate change#3179 from maint-5.005
10482      Branch: perl
10483           !> ext/Thread/Thread.xs t/lib/thread.t
10484 ____________________________________________________________________________
10485 [  3180] By: gsar                                  on 1999/03/28  02:28:20
10486         Log: fix bogus OPf_REF context for the BLOCK in C<grep BLOCK @foo>
10487              (sometimes caused bizarreness in the BLOCK)
10488      Branch: perl
10489            + t/op/grep.t
10490            ! MANIFEST op.c
10491 ____________________________________________________________________________
10492 [  3179] By: gsar                                  on 1999/03/28  02:14:04
10493         Log: fix thread segfault when passing large number of arguments to child
10494              a la C<Thread->new($foo, 1..1000)>
10495      Branch: maint-5.005/perl
10496            ! ext/Thread/Thread.xs t/lib/thread.t
10497 ____________________________________________________________________________
10498 [  3178] By: gbarr                                 on 1999/03/28  01:39:23
10499         Log: fix $Config{'usethreads'} typo in perlthrtut
10500              
10501              From: Ian Maloney <szhmf9@wsblob.ubs.com>
10502              Date: Thu, 25 Mar 1999 16:40:14 +0100 (MET)
10503              Message-Id: <199903251540.QAA02439@wsblob.>
10504              Subject: perlthrtut documentation error
10505      Branch: maint-5.005/perl
10506            ! pod/perlthrtut.pod
10507 ____________________________________________________________________________
10508 [  3173] By: gbarr                                 on 1999/03/27  18:19:47
10509         Log: Update Test.pm to VERSION 1.122 from CPAN
10510      Branch: maint-5.005/perl
10511            ! lib/Test.pm
10512 ____________________________________________________________________________
10513 [  3171] By: jhi                                   on 1999/03/26  22:38:28
10514         Log: Integrate from mainperl.
10515      Branch: cfgperl
10516           !> (integrate 37 files)
10517 ____________________________________________________________________________
10518 [  3170] By: gsar                                  on 1999/03/26  01:30:25
10519         Log: specify type of bracket in "Unmatched bracket" diagnostic;
10520              prefer 'brace' or 'curly bracket' over 'curly brace'
10521      Branch: perl
10522            ! pod/perldiag.pod pod/perlreftut.pod pod/perlstyle.pod
10523            ! t/op/misc.t t/op/re_tests toke.c
10524 ____________________________________________________________________________
10525 [  3169] By: gsar                                  on 1999/03/26  00:50:51
10526         Log: better description of "Integer overflow" diagnostic
10527      Branch: perl
10528            ! pod/perldiag.pod
10529 ____________________________________________________________________________
10530 [  3168] By: gsar                                  on 1999/03/25  11:02:46
10531         Log: applied needful parts of suggested patch
10532              From: "Vishal Bhatia" <vishalb@my-dejanews.com>
10533              Date: Tue, 23 Mar 1999 16:21:43 -0800
10534              Message-ID: <OOOKJGFMLFLHBAAA@my-dejanews.com>
10535              Subject: [PATCH 5.005_56] pp_formline correction
10536      Branch: perl
10537            ! ext/B/B/Bblock.pm ext/B/B/CC.pm
10538 ____________________________________________________________________________
10539 [  3167] By: gsar                                  on 1999/03/25  10:39:02
10540         Log: clarify what a "comment" means (due to Mark-Jason Dominus
10541              <mjd@plover.com>)
10542      Branch: perl
10543            ! pod/perlsyn.pod
10544 ____________________________________________________________________________
10545 [  3166] By: gsar                                  on 1999/03/25  10:33:18
10546         Log: describe current behavior on local($foo{nothere}) (suggested by
10547              Lionel Cons <lionel.cons@cern.ch>)
10548      Branch: perl
10549            ! pod/perlsub.pod
10550 ____________________________________________________________________________
10551 [  3165] By: gsar                                  on 1999/03/25  06:21:05
10552         Log: fix refcnt on PL_main_cv (variant of suggestion by Vishal Bhatia
10553              <vishalb@hotmail.com>)
10554      Branch: perl
10555            ! ext/B/B/C.pm
10556 ____________________________________________________________________________
10557 [  3164] By: gsar                                  on 1999/03/25  06:17:27
10558         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
10559              Date: Tue, 23 Mar 1999 17:47:04 -0800 (PST)
10560              Message-ID: <14072.16859.154428.241373@fre-76-120.reshall.berkeley.edu>
10561              Subject: [PATCH _56] Compiler needs to know about utf8 SVOP tr///s
10562      Branch: perl
10563            ! ext/B/B.xs op.h opcode.pl
10564 ____________________________________________________________________________
10565 [  3163] By: gsar                                  on 1999/03/25  06:15:49
10566         Log: B::Deparse update from Stephen McCamant <smccam@uclink4.berkeley.edu>
10567              Date: Tue, 23 Mar 1999 02:41:34 -0800 (PST)
10568              Message-ID: <14071.27445.867782.852353@fre-76-120.reshall.berkeley.edu>
10569              Subject: [PATCH _56] B::Deparse 0.57
10570              --
10571              Date: Tue, 23 Mar 1999 13:08:12 -0800 (PST)
10572              Message-ID: <14072.502.107712.175179@fre-76-120.reshall.berkeley.edu>
10573              Subject: Re: [PATCH _56] B::Deparse 0.57 
10574      Branch: perl
10575            ! AUTHORS MAINTAIN ext/B/B/Deparse.pm
10576 ____________________________________________________________________________
10577 [  3162] By: gsar                                  on 1999/03/25  06:11:46
10578         Log: fix a few places that said 'int', but meant 'STRLEN'
10579      Branch: perl
10580            ! pod/perlguts.pod proto.h sv.c
10581 ____________________________________________________________________________
10582 [  3161] By: gsar                                  on 1999/03/25  06:01:18
10583         Log: From: Russ Allbery <rra@stanford.edu>
10584              Date: 22 Mar 1999 04:26:26 -0800
10585              Message-ID: <yl4sndr9ql.fsf@windlord.stanford.edu>
10586              Subject: [5.005_56] Add EXISTS to SDBM_File and libsdbm
10587      Branch: perl
10588            ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/sdbm/README.too
10589            ! ext/SDBM_File/sdbm/pair.c ext/SDBM_File/sdbm/pair.h
10590            ! ext/SDBM_File/sdbm/sdbm.3 ext/SDBM_File/sdbm/sdbm.c
10591            ! ext/SDBM_File/sdbm/sdbm.h pod/perldelta.pod t/lib/sdbm.t
10592 ____________________________________________________________________________
10593 [  3160] By: gsar                                  on 1999/03/25  02:26:31
10594         Log: better description of OP_UNSTACK (s/unstack/iteration finalizer/)
10595      Branch: perl
10596            ! opcode.h opcode.pl
10597 ____________________________________________________________________________
10598 [  3159] By: gsar                                  on 1999/03/25  02:18:17
10599         Log: add statement-modifier loops to :base_loop class
10600      Branch: perl
10601            ! ext/Opcode/Opcode.pm
10602 ____________________________________________________________________________
10603 [  3158] By: gsar                                  on 1999/03/25  00:36:57
10604         Log: integrate changes#3105,3130,3154 from maint-5.005
10605      Branch: perl
10606           !> Configure INSTALL hints/dec_osf.sh hints/netbsd.sh
10607 ____________________________________________________________________________
10608 [  3157] By: gsar                                  on 1999/03/25  00:24:17
10609         Log: remove bogus panic()
10610      Branch: perl
10611            ! Changes lib/Math/BigFloat.pm
10612 ____________________________________________________________________________
10613 [  3156] By: jhi                                   on 1999/03/24  22:43:43
10614         Log: Integrate from mainperl.
10615      Branch: cfgperl
10616           +> (branch 38 files)
10617           !> (integrate 68 files)
10618 ____________________________________________________________________________
10619 [  3155] By: jhi                                   on 1999/03/24  22:12:17
10620         Log: Configure regenerated because of changes #3130/#3154 and #3147.
10621      Branch: cfgperl
10622            ! Configure config_h.SH
10623 ____________________________________________________________________________
10624 [  3154] By: jhi                                   on 1999/03/24  21:40:51
10625         Log: Reword the shared library search path (LD_LIBRARY_PATH) info
10626              based on suggestions from Andy Dougherty.
10627      Branch: maint-5.005/perl
10628            ! INSTALL
10629 ____________________________________________________________________________
10630 [  3153] By: gsar                                  on 1999/03/24  10:38:05
10631         Log: applied suggested patch, modulo superceded parts
10632              From: Charles Bailey <BAILEY@newman.upenn.edu>
10633              Date: Thu, 18 Mar 1999 00:10:44 -0400 (EDT)
10634              Message-id: <01J8YFGIHW2W001E7S@mail.newman.upenn.edu>
10635              Subject: [PATCH 5.005_56] Miscellaneous VMS-specific fixes
10636      Branch: perl
10637            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
10638            ! t/comp/require.t t/op/lex_assign.t t/op/taint.t
10639            ! utils/perldoc.PL vms/ext/Stdio/Stdio.pm vms/ext/Stdio/Stdio.xs
10640            ! vms/ext/Stdio/test.pl vms/test.com vms/vmsish.h
10641 ____________________________________________________________________________
10642 [  3152] By: gsar                                  on 1999/03/24  10:30:51
10643         Log: applied suggested patch, modulo superceded parts
10644              From: Charles Bailey <BAILEY@newman.upenn.edu>
10645              Date: Thu, 18 Mar 1999 00:04:31 -0400 (EDT)
10646              Message-id: <01J8YF0EOWLU001E7S@mail.newman.upenn.edu>
10647              Subject: [PATCH 5.005_56] Miscellaneous small fixes
10648      Branch: perl
10649            ! ext/B/defsubs.h.PL ext/re/re.pm lib/ExtUtils/MM_Unix.pm
10650            ! lib/File/Basename.pm
10651 ____________________________________________________________________________
10652 [  3151] By: gsar                                  on 1999/03/24  10:15:00
10653         Log: doc tweak suggested by M.J.T. Guy <mjtg@cus.cam.ac.uk>
10654      Branch: perl
10655            ! pod/perlop.pod
10656 ____________________________________________________________________________
10657 [  3150] By: gsar                                  on 1999/03/24  10:09:13
10658         Log: missing integration in previous change
10659      Branch: perl
10660           !> README.apollo
10661 ____________________________________________________________________________
10662 [  3149] By: gsar                                  on 1999/03/24  10:06:44
10663         Log: integrate changes#3116,3119 from maint-5.005
10664      Branch: perl
10665            + README.apollo
10666           +> apollo/netinet/in.h
10667           !> MANIFEST hints/apollo.sh t/lib/io_udp.t
10668 ____________________________________________________________________________
10669 [  3148] By: gsar                                  on 1999/03/24  10:01:56
10670         Log: integrate changes#3091-3094 from maint-5.005
10671      Branch: perl
10672           !> README.hurd vms/subconfigure.com vos/config.h
10673           !> vos/config_h.SH_orig
10674 ____________________________________________________________________________
10675 [  3147] By: gsar                                  on 1999/03/24  09:31:49
10676         Log: warn about newfangled vfork() caveats
10677      Branch: perl
10678            ! Configure
10679 ____________________________________________________________________________
10680 [  3146] By: jhi                                   on 1999/03/24  09:20:14
10681         Log: Bring in changes #2808 and #2812 (from mainline perl)
10682              that enhance the perlbug checklist.
10683      Branch: maint-5.005/perl
10684            ! utils/perlbug.PL
10685 ____________________________________________________________________________
10686 [  3145] By: gsar                                  on 1999/03/24  08:37:02
10687         Log: integrate change#3115 from maint-5.005
10688      Branch: perl
10689           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
10690           !> ext/DB_File/DB_File.xs ext/DB_File/typemap
10691 ____________________________________________________________________________
10692 [  3144] By: gsar                                  on 1999/03/24  08:33:59
10693         Log: add note about map in scalar context
10694      Branch: perl
10695            ! pod/perlfunc.pod
10696 ____________________________________________________________________________
10697 [  3143] By: gsar                                  on 1999/03/24  08:25:59
10698         Log: doc tweak
10699      Branch: perl
10700            ! lib/Time/Local.pm
10701 ____________________________________________________________________________
10702 [  3142] By: gsar                                  on 1999/03/24  08:20:37
10703         Log: applied suggested patch, modulo bogus hunk
10704              From: "Vishal Bhatia" <vishalb@hotmail.com>
10705              Date: Thu, 11 Mar 1999 07:40:27 PST
10706              Message-ID: <19990311154027.25891.qmail@hotmail.com>
10707              Subject: [PATCH 5.005_56] Minor fixes in perlcc
10708      Branch: perl
10709            ! ext/B/B/C.pm ext/B/B/CC.pm utils/perlcc.PL
10710 ____________________________________________________________________________
10711 [  3141] By: gsar                                  on 1999/03/24  08:06:12
10712         Log: integrate change#3104 from maint-5.005
10713      Branch: perl
10714           !> README.os390 t/lib/posix.t
10715 ____________________________________________________________________________
10716 [  3140] By: gsar                                  on 1999/03/24  06:34:56
10717         Log: fix failure of C<&locked_sub;> under -Dusethreads
10718      Branch: perl
10719            ! pp_hot.c t/lib/thread.t
10720 ____________________________________________________________________________
10721 [  3139] By: gsar                                  on 1999/03/24  05:52:00
10722         Log: debugger tweak (wasn't printing a newline after recalled commands)
10723      Branch: perl
10724            ! lib/perl5db.pl
10725 ____________________________________________________________________________
10726 [  3138] By: gsar                                  on 1999/03/24  05:33:28
10727         Log: document OO exceptions (based on a suggestion by Andreas Koenig
10728              <andreas.koenig@anima.de>)
10729      Branch: perl
10730            ! pod/perlfunc.pod
10731 ____________________________________________________________________________
10732 [  3137] By: gsar                                  on 1999/03/24  02:50:20
10733         Log: better "Illegal %s digit ignored" warnings
10734      Branch: perl
10735            ! MANIFEST pod/perldiag.pod pod/perlfunc.pod t/pragma/warn/util
10736            ! toke.c util.c
10737 ____________________________________________________________________________
10738 [  3136] By: gsar                                  on 1999/03/24  02:26:38
10739         Log: fix off-by-one that resulted in misparse of C</[\x{80}-\x{81}]/>
10740      Branch: perl
10741            + t/pragma/utf8.t
10742            ! regcomp.c
10743 ____________________________________________________________________________
10744 [  3135] By: gsar                                  on 1999/03/24  01:29:09
10745         Log: flip release & version in win32_uname()
10746      Branch: perl
10747            ! win32/win32.c
10748 ____________________________________________________________________________
10749 [  3134] By: gsar                                  on 1999/03/24  01:08:33
10750         Log: support POSIX::uname() via win32_uname()
10751      Branch: perl
10752            ! XSUB.h iperlsys.h win32/GenCAPI.pl win32/config.bc
10753            ! win32/config.gc win32/config.vc win32/config_H.bc
10754            ! win32/config_H.gc win32/config_H.vc win32/makedef.pl
10755            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
10756 ____________________________________________________________________________
10757 [  3133] By: gsar                                  on 1999/03/23  22:20:10
10758         Log: From: jan.dubois@ibm.net (Jan Dubois)
10759              Date: Sat, 06 Mar 1999 21:42:56 +0100
10760              Message-ID: <36e49281.50337171@smtp1.ibm.net>
10761              Subject: [PATCH 5.005_56] perldelta.pod changes for Win32::* functions
10762      Branch: perl
10763            ! pod/perldelta.pod
10764 ____________________________________________________________________________
10765 [  3132] By: gsar                                  on 1999/03/23  22:17:45
10766         Log: File::Spec fixes from Jan Dubois <jan.dubois@ibm.net>
10767              Date: Sat, 06 Mar 1999 17:50:49 +0100
10768              Message-ID: <36e25209.33833760@smtp1.ibm.net>
10769              Subject: [PATCH 5.005_56] Fixes for File::Spec::Functions.pm
10770              --
10771              Date: Sat, 06 Mar 1999 18:15:00 +0100
10772              Message-ID: <36e36222.37954195@smtp1.ibm.net>
10773              Subject: [PATCH 5.005_56] Fix for File::Spec::Win32.pm
10774      Branch: perl
10775            + t/lib/filefunc.t
10776            ! MANIFEST lib/File/Spec/Functions.pm lib/File/Spec/Win32.pm
10777            ! pod/perldelta.pod pod/perlmodlib.pod
10778 ____________________________________________________________________________
10779 [  3131] By: gsar                                  on 1999/03/23  22:07:59
10780         Log: integrate cfgperl changes into mainline
10781      Branch: perl
10782           +> ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
10783           !> Configure Makefile.SH config_h.SH configure.gnu handy.h
10784           !> installperl malloc.c perl.c perl.h pod/perl.pod
10785           !> pod/perldelta.pod pp_sys.c t/op/stat.t x2p/util.c
10786 ____________________________________________________________________________
10787 [  3130] By: jhi                                   on 1999/03/23  22:02:23
10788         Log: Don't use config.msg to remind about the
10789              LD_LIBRARY_PATH because Makefile.SH takes
10790              care of that.
10791              
10792              Use shrplib in DEC O^W^Digital U^W^WTru64 UNIX.
10793              This used to be the default but in some MT or another it
10794              was dropped because of some transient error or another.
10795      Branch: maint-5.005/perl
10796            ! Configure hints/dec_osf.sh
10797 ____________________________________________________________________________
10798 [  3129] By: gsar                                  on 1999/03/23  21:38:03
10799         Log: add Pod-Parser-1.08 (verbatim module =include tests elided owing
10800              to size    and better maintainability)
10801      Branch: perl
10802            + lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
10803            + lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
10804            + pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
10805            + t/pod/emptycmd.t t/pod/emptycmd.xr t/pod/for.t t/pod/for.xr
10806            + t/pod/headings.t t/pod/headings.xr t/pod/include.t
10807            + t/pod/include.xr t/pod/included.t t/pod/included.xr
10808            + t/pod/lref.t t/pod/lref.xr t/pod/nested_items.t
10809            + t/pod/nested_items.xr t/pod/nested_seqs.t t/pod/nested_seqs.xr
10810            + t/pod/oneline_cmds.t t/pod/oneline_cmds.xr t/pod/poderrs.t
10811            + t/pod/poderrs.xr t/pod/special_seqs.t t/pod/special_seqs.xr
10812            + t/pod/testcmp.pl t/pod/testp2pt.pl t/pod/testpchk.pl
10813            ! AUTHORS MAINTAIN MANIFEST installperl pod/Makefile
10814            ! win32/Makefile win32/makefile.mk win32/pod.mak
10815 ____________________________________________________________________________
10816 [  3128] By: jhi                                   on 1999/03/23  10:14:54
10817         Log: Integrate from mainperl.
10818      Branch: cfgperl
10819           !> (integrate 46 files)
10820 ____________________________________________________________________________
10821 [  3127] By: gsar                                  on 1999/03/23  06:57:30
10822         Log: From: Tim Witham - FES <twitham@pcocd2.intel.com>
10823              Date: Thu, 4 Mar 1999 10:54:01 -0800
10824              Message-Id: <9903041854.AA46868@frc0000>
10825              Subject: patch for useless Math::BigInt warnings
10826      Branch: perl
10827            ! lib/Math/BigInt.pm
10828 ____________________________________________________________________________
10829 [  3126] By: gsar                                  on 1999/03/23  05:54:37
10830         Log: avoid literal 'undef' in $lddlflags under `Configure -Uoptimize`
10831              From: "Kurt D. Starsinic" <kstar@chapin.edu>
10832              Date: Fri, 19 Feb 1999 15:47:59 -0500
10833              Message-ID: <19990219154759.A32350@O2.chapin.edu>
10834              Subject: [PATCH] OSF/1 hints
10835      Branch: perl
10836            ! hints/dec_osf.sh
10837 ____________________________________________________________________________
10838 [  3125] By: gsar                                  on 1999/03/23  00:56:38
10839         Log: avoid typeglob persistence in pp_readline()
10840      Branch: perl
10841            ! sv.c t/op/gv.t
10842 ____________________________________________________________________________
10843 [  3124] By: gsar                                  on 1999/03/22  21:12:23
10844         Log: update copyright years
10845      Branch: perl
10846            ! Changes EXTERN.h INTERN.h av.c av.h bytecode.pl cop.h cv.h
10847            ! deb.c doio.c doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h
10848            ! malloc.c mg.c mg.h op.c op.h perl.c perl.h perlio.c pp.c pp.h
10849            ! pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c
10850            ! sv.c sv.h toke.c utf8.c utf8.h util.c
10851 ____________________________________________________________________________
10852 [  3123] By: gsar                                  on 1999/03/22  07:07:06
10853         Log: implement win32_spawnvp() internally, making it return true PIDs
10854              for asynchronous spawns; fix win32_kill() to always deal with
10855              PIDs
10856      Branch: perl
10857            ! win32/win32.c win32/win32.h
10858 ____________________________________________________________________________
10859 [  3122] By: jhi                                   on 1999/03/19  21:12:14
10860         Log: Describe the new Benchmark feature in more detail.
10861      Branch: cfgperl
10862            ! pod/perldelta.pod
10863      Branch: maint-5.005/perl
10864            ! pod/perldelta.pod
10865 ____________________________________________________________________________
10866 [  3121] By: jhi                                   on 1999/03/19  08:16:12
10867         Log: AVAILABILITY tuning.
10868      Branch: cfgperl
10869            ! pod/perl.pod
10870      Branch: maint-5.005/perl
10871            ! pod/perl.pod
10872 ____________________________________________________________________________
10873 [  3120] By: jhi                                   on 1999/03/17  14:52:17
10874         Log: Rhapsody change assumed too much.
10875      Branch: cfgperl
10876            ! t/op/stat.t
10877 ____________________________________________________________________________
10878 [  3119] By: jhi                                   on 1999/03/17  14:33:43
10879         Log: More Apollo fixes.
10880      Branch: maint-5.005/perl
10881            ! README.apollo hints/apollo.sh t/lib/io_udp.t
10882 ____________________________________________________________________________
10883 [  3118] By: jhi                                   on 1999/03/16  17:23:39
10884         Log: Nada.
10885      Branch: maint-5.005/perl
10886            ! README.apollo
10887 ____________________________________________________________________________
10888 [  3117] By: jhi                                   on 1999/03/16  17:18:49
10889         Log: Apollo DomainOS AVAILABILITY.
10890      Branch: cfgperl
10891            ! pod/perl.pod
10892      Branch: maint-5.005/perl
10893            ! pod/perl.pod
10894 ____________________________________________________________________________
10895 [  3116] By: jhi                                   on 1999/03/16  17:14:00
10896         Log: Apollo DomainOS patch
10897              From: Johann Klasek <jk@auto.tuwien.ac.at>
10898              Subject: Re: DomainPerl
10899              Date: Tue, 16 Mar 1999 17:46:32 +0100
10900              Message-ID: <19990316174632.A19759@euklid.auto.tuwien.ac.at>
10901      Branch: maint-5.005/perl
10902            + README.apollo apollo/netinet/in.h
10903            ! MANIFEST hints/apollo.sh
10904 ____________________________________________________________________________
10905 [  3115] By: jhi                                   on 1999/03/16  14:23:54
10906         Log: From: Paul Marquess <pmarquess@bfsec.bt.co.uk>
10907              To: Gurusamy Sarathy <gsar@activestate.com>,
10908              Graham Barr <gbarr@pobox.com>
10909              Cc: Perl5 Porters <perl5-porters@perl.org>,
10910              "Paul.Marquess" <Paul.Marquess@btinternet.com>
10911              Subject: [PATCH 5.005_56 & 5.005_03_T6] Upgrade DB_File to version 1.65
10912              Date: Sun, 14 Mar 1999 14:43:57 -0000
10913              Message-Id: <199903141841.NAA17040@defender.perl.org>
10914      Branch: maint-5.005/perl
10915            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
10916            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
10917 ____________________________________________________________________________
10918 [  3114] By: jhi                                   on 1999/03/16  12:42:20
10919         Log: Mention Rhapsody in 5.005_5X perldelta,
10920              and in Rhapsody and Netware in 5.005_0X and 5.005_5X
10921              *planned* AVAILABILITY.
10922      Branch: cfgperl
10923            ! pod/perl.pod pod/perldelta.pod
10924      Branch: maint-5.005/perl
10925            ! pod/perl.pod
10926 ____________________________________________________________________________
10927 [  3113] By: jhi                                   on 1999/03/16  10:38:53
10928         Log: perldelta niggling.
10929      Branch: cfgperl
10930            ! pod/perldelta.pod
10931      Branch: maint-5.005/perl
10932            ! pod/perldelta.pod
10933 ____________________________________________________________________________
10934 [  3112] By: jhi                                   on 1999/03/16  10:35:21
10935         Log: Integrate from mainperl.
10936      Branch: cfgperl
10937           !> lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
10938           !> pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
10939 ____________________________________________________________________________
10940 [  3111] By: jhi                                   on 1999/03/16  10:28:10
10941         Log: AVAILABILITY update: still mention PowerUX,
10942              Novell Netware now has sources available.
10943      Branch: cfgperl
10944            ! pod/perl.pod
10945      Branch: maint-5.005/perl
10946            ! pod/perl.pod
10947 ____________________________________________________________________________
10948 [  3110] By: gsar                                  on 1999/03/16  04:34:23
10949         Log: sundry pod niggles
10950      Branch: perl
10951            ! lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
10952            ! pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
10953 ____________________________________________________________________________
10954 [  3109] By: jhi                                   on 1999/03/15  17:00:11
10955         Log: Integrate from mainperl.
10956      Branch: cfgperl
10957           +> lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
10958           +> lib/unicode/Is/Syllable.pl
10959           +> lib/unicode/MakeEthiopicSyllables.PL
10960           +> lib/unicode/README.Ethiopic
10961           !> AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
10962           !> lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
10963           !> lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
10964           !> lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
10965           !> lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
10966           !> lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
10967           !> lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
10968           !> lib/unicode/Name.pl lib/unicode/Number.pl op.c
10969 ____________________________________________________________________________
10970 [  3108] By: jhi                                   on 1999/03/15  16:58:12
10971         Log: First pass of integrating the Rhapsody port,
10972              
10973              From: Wilfredo Sanchez <wsanchez@apple.com> 
10974              Subject: Keeping the world in sync.
10975              Reply-To: wsanchez@apple.com 
10976              To: perlbug@perl.com 
10977              Date: Fri, 13 Nov 1998 17:11:30 -0800 
10978              Message-Id: <199811140111.RAA41784@scv4.apple.com> 
10979      Branch: cfgperl
10980            + ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
10981            ! Configure Makefile.SH config_h.SH configure.gnu handy.h
10982            ! installperl malloc.c perl.c perl.h pp_sys.c t/op/stat.t
10983            ! x2p/util.c
10984 ____________________________________________________________________________
10985 [  3107] By: gsar                                  on 1999/03/15  03:22:10
10986         Log: applied suggested patch (mailed to perl-unicode@perl.org) with minor tweaks
10987              From: Daniel Yacob <dmulholl@cs.indiana.edu>
10988              Date: Tue, 23 Feb 1999 16:13:42 -0500 (EST)
10989              Message-Id: <199902232113.QAA26135@drum.cs.indiana.edu>
10990              Subject: ../lib/unicode/ Unicode 3.0 Extensions for Ethiopic
10991      Branch: perl
10992            + lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
10993            + lib/unicode/Is/Syllable.pl
10994            + lib/unicode/MakeEthiopicSyllables.PL
10995            + lib/unicode/README.Ethiopic
10996            ! AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
10997            ! lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
10998            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
10999            ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
11000            ! lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
11001            ! lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
11002            ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
11003            ! lib/unicode/Name.pl lib/unicode/Number.pl
11004 ____________________________________________________________________________
11005 [  3106] By: gsar                                  on 1999/03/12  20:35:36
11006         Log: change#3067 failed package.t due to needless creation of $a and $b;
11007              fixed to do that only for C<sort BLOCK|CODE @foo>, not C<sort(@foo)>
11008      Branch: perl
11009            ! op.c
11010 ____________________________________________________________________________
11011 [  3105] By: jhi                                   on 1999/03/12  15:54:57
11012         Log: Recognize the NetBSD packages collection.
11013      Branch: maint-5.005/perl
11014            ! hints/netbsd.sh
11015 ____________________________________________________________________________
11016 [  3104] By: jhi                                   on 1999/03/12  09:07:04
11017         Log: From: pvhp@forte.com (Peter Prymmer)
11018              To: jhi@iki.fi, perl-mvs@perl.org, perlbug@perl.com
11019              Subject: [PATCH MT6,_56] was Re: Not OK: perl 5.00503 +MAINT_TRIAL_6 on os390 06.00 (UNINSTALLED)
11020              Date: Thu, 11 Mar 99 14:24:54 PST
11021              Message-Id: <9903112224.AA24346@forte.com>
11022      Branch: maint-5.005/perl
11023            ! README.os390 t/lib/posix.t
11024 ____________________________________________________________________________
11025 [  3103] By: jhi                                   on 1999/03/10  11:07:46
11026         Log: Integrate from mainperl.
11027      Branch: cfgperl
11028           !> Changes embed.h embed.pl embedvar.h global.sym objXSUB.h op.c
11029           !> perl.c perl.h pod/perldelta.pod pod/pod2man.PL t/base/lex.t
11030           !> t/pragma/warn/1global toke.c win32/makedef.pl
11031 ____________________________________________________________________________
11032 [  3102] By: jhi                                   on 1999/03/10  11:01:20
11033         Log: From: pvhp@forte.com (Peter Prymmer)
11034              To: perl5-porters@perl.org
11035              Subject: [5.005_03-MT6]Patch: time passes
11036              Date: Tue, 9 Mar 99 18:42:17 PST
11037              Message-Id: <9903100242.AA29057@forte.com>
11038      Branch: maint-5.005/perl
11039            ! perl.c
11040 ____________________________________________________________________________
11041 [  3101] By: jhi                                   on 1999/03/10  10:30:15
11042         Log: From: Mark-Jason Dominus <mjd@plover.com>
11043              To: perl5-porters@perl.com
11044              Subject: Minor fix to perlfunc.pod
11045              Date: Mon, 08 Mar 1999 20:05:53 -0500
11046              Message-ID: <19990309010553.13757.qmail@plover.com>
11047      Branch: maint-5.005/perl
11048            ! pod/perlfunc.pod
11049 ____________________________________________________________________________
11050 [  3100] By: gsar                                  on 1999/03/09  23:04:44
11051         Log: change#3060 had the wrong quotes
11052      Branch: perl
11053            ! pod/pod2man.PL
11054 ____________________________________________________________________________
11055 [  3099] By: jhi                                   on 1999/03/09  12:52:21
11056         Log: d_uname was broken (probably since _53), reported by
11057              
11058              From: Alan Burlison <Alan.Burlison@uk.sun.com>
11059              To: p5p <perl5-porters@perl.org>, Gurusamy Sarathy <gsar@umich.edu>,
11060              cpan-testers@perl.org
11061              Subject: Not OK: perl 5.00556 on sun4-solaris 2.6
11062              Date: Mon, 08 Mar 1999 13:22:31 +0000
11063              Message-ID: <36E3CF17.EA1FEDAA@uk.sun.com>
11064              
11065              and
11066              
11067              From: lvirden@cas.org (Larry W. Virden)
11068              To: perlbug@perl.com
11069              Subject: configure not correctly identifying uname posix compatibility
11070              Date: Mon, 8 Mar 1999 06:36:16 -0500 (EST)
11071              Message-Id: <199903081136.GAA23682@cas.org>
11072      Branch: cfgperl
11073            ! Configure config_h.SH
11074 ____________________________________________________________________________
11075 [  3098] By: gsar                                  on 1999/03/09  03:16:07
11076         Log: fix parsing of here documents in C<eval 's/.../<<FOO/e'>
11077      Branch: perl
11078            ! op.c perl.h pod/perldelta.pod t/base/lex.t toke.c
11079 ____________________________________________________________________________
11080 [  3097] By: gsar                                  on 1999/03/09  02:50:43
11081         Log: use yyerror() instead of croak() so that compile-time failures in
11082              my(LIST) don't confuse globals with lexicals
11083      Branch: perl
11084            ! op.c toke.c
11085 ____________________________________________________________________________
11086 [  3096] By: gsar                                  on 1999/03/09  02:47:36
11087         Log: adjust testsuite for change#3067
11088      Branch: perl
11089            ! t/pragma/warn/1global
11090 ____________________________________________________________________________
11091 [  3095] By: gsar                                  on 1999/03/08  21:04:48
11092         Log: remove bogus symbols from global.sym
11093      Branch: perl
11094            ! Changes embed.h embed.pl embedvar.h global.sym objXSUB.h
11095            ! perl.h win32/makedef.pl
11096 ____________________________________________________________________________
11097 [  3094] By: jhi                                   on 1999/03/06  16:16:15
11098         Log: From: Mark Kettenis <kettenis@wins.uva.nl>
11099              To: jhi@iki.fi
11100              Subject: Oops
11101              Date: Sat, 6 Mar 1999 17:15:35 +0100 (CET)
11102              Message-Id: <199903061615.RAA00207@delius.kettenis.nl>
11103      Branch: maint-5.005/perl
11104            ! README.hurd
11105 ____________________________________________________________________________
11106 [  3093] By: jhi                                   on 1999/03/06  15:59:46
11107         Log: From: Mark Kettenis <kettenis@wins.uva.nl>
11108              To: jhi@iki.fi
11109              Subject: New Hurd README
11110              Date: Sat, 6 Mar 1999 16:46:12 +0100 (CET)
11111              Message-Id: <199903061601.RAA00185@delius.kettenis.nl>
11112      Branch: maint-5.005/perl
11113            ! README.hurd
11114 ____________________________________________________________________________
11115 [  3092] By: jhi                                   on 1999/03/06  12:52:06
11116         Log: From: Paul_Green@stratus.com
11117              To: perl5-porters@perl.org
11118              Cc: jhi@iki.fi, Paul_Green@stratus.com
11119              Subject: [PATCH 5.005_03-MAINT_TRIAL_6]: platform: vos -- updates to VOS port of Perl5
11120              Date: Fri, 5 Mar 1999 18:08:49 -0500 
11121              Message-ID: <1D1A4EF7AD4DD211A80D00A0C9D7DB665A035A@exna1.stratus.com>
11122      Branch: maint-5.005/perl
11123            ! vos/config.h vos/config_h.SH_orig
11124 ____________________________________________________________________________
11125 [  3091] By: jhi                                   on 1999/03/06  12:42:21
11126         Log: From: Dan Sugalski <sugalskd@osshe.edu>
11127              To: perl5-porters@perl.org, vmsperl@perl.org
11128              Subject: [PATCH 5.005_03-MT6]VMS build patch
11129              Date: Fri, 05 Mar 1999 12:36:19 -0800
11130              Message-Id: <3.0.6.32.19990305123619.02d326a0@ous.edu>
11131      Branch: maint-5.005/perl
11132            ! vms/subconfigure.com
11133 ____________________________________________________________________________
11134 [  3090] By: gsar                                  on 1999/03/06  04:40:03
11135         Log: integrate change#3089 from mainline
11136              
11137              tolerate CRs after options
11138      Branch: maint-5.005/perl
11139           !> perl.c
11140 ____________________________________________________________________________
11141 [  3089] By: gsar                                  on 1999/03/06  04:30:40
11142         Log: tolerate CRs after options
11143      Branch: perl
11144            ! perl.c
11145 ____________________________________________________________________________
11146 [  3088] By: jhi                                   on 1999/03/05  12:49:01
11147         Log: Integrate from mainperl.
11148      Branch: cfgperl
11149           +> README.hurd
11150           !> MANIFEST ext/Errno/Errno_pm.PL t/lib/io_sock.t
11151 ____________________________________________________________________________
11152 [  3087] By: gsar                                  on 1999/03/05  06:41:16
11153         Log: adjust timeouts to accomodate slow/busy systems
11154      Branch: perl
11155            ! t/lib/io_sock.t
11156 ____________________________________________________________________________
11157 [  3083] By: gsar                                  on 1999/03/05  01:32:47
11158         Log: integrate change#3081 from maint-5.005
11159      Branch: perl
11160           !> ext/Errno/Errno_pm.PL
11161 ____________________________________________________________________________
11162 [  3082] By: gsar                                  on 1999/03/05  01:31:06
11163         Log: integrate change#2904 from maint-5.005
11164      Branch: perl
11165           +> README.hurd
11166           !> MANIFEST
11167 ____________________________________________________________________________
11168 [  3081] By: gsar                                  on 1999/03/05  00:14:33
11169         Log: protect against doubled backslashes
11170      Branch: maint-5.005/perl
11171            ! ext/Errno/Errno_pm.PL
11172 ____________________________________________________________________________
11173 [  3077] By: jhi                                   on 1999/03/04  08:10:13
11174         Log: Integrate from mainperl.
11175      Branch: cfgperl
11176           +> ext/B/B/Stash.pm
11177           !> MANIFEST README.hpux cc_runtime.h config_h.SH ext/B/B/C.pm
11178           !> ext/B/B/CC.pm gv.c lib/File/Compare.pm lib/Test/Harness.pm
11179           !> op.c pod/perldelta.pod pod/perlfunc.pod pod/pod2man.PL
11180           !> t/lib/bigfloatpm.t t/lib/io_sock.t utils/perlcc.PL
11181 ____________________________________________________________________________
11182 [  3076] By: jhi                                   on 1999/03/04  08:07:59
11183         Log: Regen config_h.SH once more because of *size, 
11184              noticed by
11185              
11186              From: Hans Mulder <hansm@icgned.icgroup.nl>
11187              To: Jarkko Hietaniemi <jhi@iki.fi>
11188              Cc: perl5-porters@perl.org
11189              Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
11190              Date: Thu,  4 Mar 99 00:10:45 +0100
11191              Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
11192      Branch: cfgperl
11193            ! Configure config_h.SH
11194 ____________________________________________________________________________
11195 [  3068] By: gsar                                  on 1999/03/04  05:48:03
11196         Log: From: Hans Mulder <hansm@icgned.icgroup.nl>
11197              Date: Thu,  4 Mar 99 00:10:45 +0100
11198              Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
11199              Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
11200      Branch: perl
11201            ! config_h.SH
11202 ____________________________________________________________________________
11203 [  3067] By: gsar                                  on 1999/03/04  05:44:32
11204         Log: exempt $foo::a,$foo::b from warnings only if sort() was seen in package foo
11205              From: Graham Barr <gbarr@ti.com>
11206              Date: Wed, 3 Mar 1999 17:23:56 -0600
11207              Message-ID: <19990303172356.F7442@dal.asp.ti.com>
11208              Subject: Re: 'use strict' doesn't work for one-letter variables
11209      Branch: perl
11210            ! gv.c op.c
11211 ____________________________________________________________________________
11212 [  3066] By: gsar                                  on 1999/03/04  05:20:50
11213         Log: updates to compiler modules
11214              From: "Vishal Bhatia" <vishalb@hotmail.com>
11215              Date: Tue, 02 Mar 1999 23:27:25 PST
11216              Message-ID: <19990303072725.779.qmail@hotmail.com>
11217              Subject: PATCH 5.005_56 + Test procedure
11218      Branch: perl
11219            + ext/B/B/Stash.pm
11220            ! MANIFEST cc_runtime.h ext/B/B/C.pm ext/B/B/CC.pm
11221            ! lib/Test/Harness.pm utils/perlcc.PL
11222 ____________________________________________________________________________
11223 [  3065] By: gsar                                  on 1999/03/04  05:03:30
11224         Log: more s/s_/s!/ etc.
11225      Branch: perl
11226            ! pod/perldelta.pod pod/perlfunc.pod
11227 ____________________________________________________________________________
11228 [  3064] By: gsar                                  on 1999/03/04  04:50:45
11229         Log: integrate cfgperl contents into mainline
11230      Branch: perl
11231           !> Configure README.vms bytecode.h config_h.SH configure.com
11232           !> ext/B/defsubs.h.PL hints/hpux.sh pod/perldelta.pod
11233           !> pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t thread.h
11234           !> vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
11235 ____________________________________________________________________________
11236 [  3063] By: gsar                                  on 1999/03/04  04:44:13
11237         Log: HP-UX has yet another spelling for /NaNQ?/
11238      Branch: perl
11239            ! t/lib/bigfloatpm.t
11240 ____________________________________________________________________________
11241 [  3062] By: gsar                                  on 1999/03/04  04:36:08
11242         Log: error-check for accept() test
11243      Branch: perl
11244            ! t/lib/io_sock.t
11245 ____________________________________________________________________________
11246 [  3061] By: gsar                                  on 1999/03/04  03:40:25
11247         Log: allow custom comparison function in File::Compare::compare_text()
11248              From: jan.dubois@ibm.net (Jan Dubois)
11249              Date: Fri, 26 Feb 1999 21:56:09 +0100
11250              Message-ID: <36db0838.8805651@smtp1.ibm.net>
11251              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
11252      Branch: perl
11253            ! lib/File/Compare.pm
11254 ____________________________________________________________________________
11255 [  3060] By: gsar                                  on 1999/03/04  03:37:38
11256         Log: better version of change#3038
11257              From: abigail@fnx.com
11258              Date: Mon, 1 Mar 1999 14:11:36 -0500 (EST)
11259              Message-ID: <19990301191136.5557.qmail@alexandra.wayne.fnx.com>
11260              Subject: Re: [PATCH 5.005_03 TRIAL-5 pod/pod2man.PL] Recognize -> and => inside
11261      Branch: perl
11262            ! pod/pod2man.PL
11263 ____________________________________________________________________________
11264 [  3058] By: jhi                                   on 1999/03/03  22:30:40
11265         Log: Configure regen to
11266              (1) match maint-5.005 patches #3056 and #3057
11267              (2) better version of PHOSTNAME of #3050
11268              (3) the crosscompile/multiarch config_h.SH trouble solved for now
11269      Branch: cfgperl
11270            ! Configure config_h.SH
11271 ____________________________________________________________________________
11272 [  3054] By: jhi                                   on 1999/03/03  09:57:59
11273         Log: Change #3053 missed perldelta.
11274      Branch: cfgperl
11275            ! pod/perldelta.pod
11276 ____________________________________________________________________________
11277 [  3053] By: jhi                                   on 1999/03/03  08:29:43
11278         Log: Use '!' to mark native integer packings instead of '_'.
11279      Branch: cfgperl
11280            ! pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t
11281 ____________________________________________________________________________
11282 [  3052] By: jhi                                   on 1999/03/02  23:12:36
11283         Log: The HP-UX threads patch (change #3028) is needed also here.
11284      Branch: cfgperl
11285            ! hints/hpux.sh thread.h
11286 ____________________________________________________________________________
11287 [  3051] By: jhi                                   on 1999/03/02  08:24:52
11288         Log: From: Dan Sugalski <sugalskd@osshe.edu>
11289              To: perl5-porters@perl.org, vmsperl@perl.org
11290              Subject: [PATCH 5.005_0x and 5.005_5x]Minor update to README.VMS
11291              Date: Mon, 01 Mar 1999 16:10:57 -0800
11292              Message-Id: <3.0.6.32.19990301161057.03b1fc00@ous.edu>
11293      Branch: cfgperl
11294            ! README.vms
11295      Branch: maint-5.005/perl
11296            ! README.vms
11297 ____________________________________________________________________________
11298 [  3050] By: jhi                                   on 1999/03/02  08:22:29
11299         Log: From: Dan Sugalski <sugalskd@osshe.edu>
11300              To: perl5-porters@perl.org, vmsperl@perl.org
11301              Subject: [PATCH5.005_56]Diffs to get 5.005_56 building on VMS
11302              Date: Mon, 01 Mar 1999 16:06:29 -0800
11303              Message-Id: <3.0.6.32.19990301160629.02e09ec0@ous.edu>
11304              
11305              From: Dan Sugalski <sugalskd@osshe.edu>
11306              To: perl5-porters@perl.org, vmsperl@perl.org
11307              Subject: [PATCH 5.005_56]vmsish.pm patch
11308              Date: Mon, 01 Mar 1999 20:19:04 -0800
11309              Message-Id: <3.0.6.32.19990301201904.02cff460@ous.edu>
11310              
11311              plus Configure regen containing a "solution" to the
11312              crosscompile/multiarch problem.
11313      Branch: cfgperl
11314            ! Configure config_h.SH configure.com ext/B/defsubs.h.PL
11315            ! vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
11316 ____________________________________________________________________________
11317 [  3049] By: jhi                                   on 1999/03/02  07:34:21
11318         Log: From: Spider Boardman <spider@leggy.zk3.dec.com>
11319              To: perl5-porters@perl.org
11320              Subject: [PATCH] Eliminate (valid) warning in byterun.c
11321              Date: Mon, 01 Mar 1999 17:27:59 -0500
11322              Message-Id: <199903012227.RAA00181@leggy.zk3.dec.com>
11323      Branch: cfgperl
11324            ! bytecode.h
11325      Branch: maint-5.005/perl
11326            ! bytecode.h
11327 ____________________________________________________________________________
11328 [  3048] By: gsar                                  on 1999/03/02  06:41:21
11329         Log: updated HP-UX notes from Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
11330      Branch: perl
11331            ! MANIFEST README.hpux
11332 ____________________________________________________________________________
11333 [  3047] By: jhi                                   on 1999/03/01  06:34:43
11334         Log: Integrate from mainperl.
11335      Branch: cfgperl
11336           +> README.hpux lib/File/Spec/Functions.pm
11337           !> (integrate 28 files)
11338 ____________________________________________________________________________
11339 [  3046] By: gsar                                  on 1999/03/01  05:34:28
11340         Log: this is 5.005_56
11341      Branch: perl
11342            ! Changes
11343
11344 ----------------
11345 Version 5.005_56
11346 ----------------
11347
11348 ____________________________________________________________________________
11349 [  3045] By: gsar                                  on 1999/03/01  03:32:30
11350         Log: destroy PL_svref_mutex in perl_destruct()
11351      Branch: perl
11352            ! perl.c
11353 ____________________________________________________________________________
11354 [  3044] By: gsar                                  on 1999/03/01  00:38:50
11355         Log: up patchlevel &c.
11356      Branch: perl
11357            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
11358            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
11359            ! win32/makefile.mk
11360 ____________________________________________________________________________
11361 [  3043] By: gsar                                  on 1999/03/01  00:14:15
11362         Log: integrate cfgperl contents into mainline
11363      Branch: perl
11364            ! pod/perldelta.pod
11365           !> Configure config_h.SH
11366 ____________________________________________________________________________
11367 [  3042] By: gsar                                  on 1999/02/28  23:55:08
11368         Log: slightly edited version of suggested patch
11369              From: jan.dubois@ibm.net (Jan Dubois)
11370              Date: Mon, 01 Mar 1999 00:32:05 +0100
11371              Message-ID: <36dbcf2c.12325433@smtp1.ibm.net>
11372              Subject: Re: [PATCH 5.005_55] Cleanup of File::Spec module
11373      Branch: perl
11374            + lib/File/Spec/Functions.pm
11375            ! MANIFEST lib/File/Spec.pm
11376 ____________________________________________________________________________
11377 [  3041] By: gsar                                  on 1999/02/28  22:47:19
11378         Log: fix subtle bug in eval'' testsuite
11379      Branch: perl
11380            ! t/op/eval.t
11381 ____________________________________________________________________________
11382 [  3040] By: gsar                                  on 1999/02/28  22:46:24
11383         Log: avoid literal control characters in change#3039
11384      Branch: perl
11385            ! t/base/lex.t
11386 ____________________________________________________________________________
11387 [  3039] By: gsar                                  on 1999/02/28  21:47:18
11388         Log: todo item: permit extended control variables a la ${^Foo} (patch
11389              courtesy Mark-Jason Dominus <mjd@plover.com>)
11390      Branch: perl
11391            ! op.c pod/perldelta.pod pod/perltodo.pod pod/perlvar.pod
11392            ! t/base/lex.t toke.c
11393 ____________________________________________________________________________
11394 [  3038] By: gsar                                  on 1999/02/28  21:21:05
11395         Log: From: abigail@fnx.com
11396              Date: Sun, 28 Feb 1999 10:59:16 -0500 (EST)
11397              Message-ID: <19990228155916.14496.qmail@alexandra.wayne.fnx.com>
11398              Subject: Recognize -> and => inside [A-Z]<> sequences.
11399      Branch: perl
11400            ! pod/pod2man.PL
11401 ____________________________________________________________________________
11402 [  3037] By: gsar                                  on 1999/02/28  21:12:22
11403         Log: fix longstanding bug: searches for lexicals originating within eval''
11404              weren't stopping at the subroutine boundary correctly
11405      Branch: perl
11406            ! op.c proto.h t/op/eval.t
11407 ____________________________________________________________________________
11408 [  3036] By: gsar                                  on 1999/02/28  20:02:29
11409         Log: revert parts of change#2990 to preserve predictable usage of Win32::Foo()
11410              as stacked list values
11411              From: jan.dubois@ibm.net (Jan Dubois)
11412              Date: Sat, 27 Feb 1999 18:24:17 +0100
11413              Message-ID: <36e22849.36531259@smtp1.ibm.net>
11414              Subject: Re: resend [PATCH 5.005_55] Various win32/win32.c cleanup 
11415      Branch: perl
11416            ! win32/win32.c
11417 ____________________________________________________________________________
11418 [  3035] By: gsar                                  on 1999/02/28  19:48:54
11419         Log: remove superfluous stack_sp decl
11420      Branch: perl
11421            ! jpl/JNI/JNI.xs
11422 ____________________________________________________________________________
11423 [  3034] By: gsar                                  on 1999/02/28  19:34:58
11424         Log: s/print STDERR/warn/ suggested by abigail@fnx.com; add $VERSION
11425      Branch: perl
11426            ! lib/Getopt/Std.pm
11427 ____________________________________________________________________________
11428 [  3033] By: gsar                                  on 1999/02/28  19:23:41
11429         Log: add File::Compare::compare_text()
11430              From: jan.dubois@ibm.net (Jan Dubois)
11431              Date: Fri, 26 Feb 1999 00:20:41 +0100
11432              Message-ID: <36dcd8ab.20195659@smtp1.ibm.net>
11433              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
11434      Branch: perl
11435            ! lib/File/Compare.pm pod/perltodo.pod
11436 ____________________________________________________________________________
11437 [  3032] By: gsar                                  on 1999/02/28  19:01:33
11438         Log: add README.hpux
11439      Branch: perl
11440            + README.hpux
11441            ! MAINTAIN MANIFEST
11442 ____________________________________________________________________________
11443 [  3031] By: gsar                                  on 1999/02/28  18:49:08
11444         Log: avoid escaping &amp; et al multiple times (variant of fix suggested by
11445              James Cromie <jcromie@fossil.uswc.uswest.com>
11446      Branch: perl
11447            ! lib/Pod/Html.pm
11448 ____________________________________________________________________________
11449 [  3030] By: gsar                                  on 1999/02/28  18:35:09
11450         Log: From: jan.dubois@ibm.net (Jan Dubois)
11451              Date: Wed, 24 Feb 1999 22:34:56 +0100
11452              Message-ID: <36d86f1e.11495549@smtp1.ibm.net>
11453              Subject: [PATCH 5.005_55] Test::Harness setting $ENV{HARNESS_ACTIVE}
11454      Branch: perl
11455            ! lib/Test/Harness.pm
11456 ____________________________________________________________________________
11457 [  3029] By: gsar                                  on 1999/02/28  18:28:18
11458         Log: add note about env pollution
11459      Branch: perl
11460            ! INSTALL pod/perltodo.pod
11461 ____________________________________________________________________________
11462 [  3028] By: jhi                                   on 1999/02/26  14:40:00
11463         Log: HP-UX 11 threads.
11464              
11465              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
11466              To: perl5-porters@perl.org
11467              Cc: jhi@cc.hut.fi
11468              Subject: Maint 5 and _54 with threading on HP-UX 11.00
11469              Date: Wed, 3 Feb 1999 12:57:18 -0800 (PST)
11470              Message-Id: <199902032057.MAA10218@xfiles.intercon.hp.com>
11471              
11472              NOTE from jhi: the hpux hints could still be more robust by
11473              disabling gdbm when necessary.
11474              
11475              Currently if there's a libgdbm.sl (gdbm 1.7.3) which is pre-11,
11476              linking -lgdbm -lpthread creates an executable that instantly
11477              core dumps on a pthreads internal panic:
11478              
11479              ./gdpt
11480              
11481              Pthread internal error: message: __libc_reinit() failed, file: ../pthreads/pthread.c, line: 1096
11482              Return Pointer is 0xc082bf33
11483              17639 quit (core dumped)  ./gdpt
11484              
11485              You don't have to *use* either gdbm or pthreads in the executable,
11486              just linking them together is enough.  Workaround is to recompile
11487              the GDBM under HP-UX 11, that makes the problem go away.
11488      Branch: maint-5.005/perl
11489            ! hints/hpux.sh thread.h
11490 ____________________________________________________________________________
11491 [  3025] By: jhi                                   on 1999/02/25  20:41:07
11492         Log: Temporary workaround for the config_h.SH versus
11493              crosscompile and multiarch plus introduce 'rt'
11494              to $libswanted: in UNIX98 sched_yield() lives there.
11495      Branch: cfgperl
11496            ! Configure config_h.SH
11497 ____________________________________________________________________________
11498 [  3024] By: jhi                                   on 1999/02/24  12:54:59
11499         Log: Integrate from mainperl.
11500      Branch: cfgperl
11501           +> t/lib/fatal.t
11502           !> (integrate 44 files)
11503 ____________________________________________________________________________
11504 [  3023] By: gsar                                  on 1999/02/24  07:02:12
11505         Log: integrate cfgperl contents
11506      Branch: perl
11507           !> (integrate 30 files)
11508 ____________________________________________________________________________
11509 [  3022] By: gsar                                  on 1999/02/24  05:59:47
11510         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
11511              Date: 23 Feb 1999 17:53:22 -0700
11512              Message-ID: <m3g17w62rh.fsf@moiraine.dimensional.com>
11513              Subject: [PATCH: _55] perldoc -q broken
11514      Branch: perl
11515            ! utils/perldoc.PL
11516 ____________________________________________________________________________
11517 [  3021] By: gsar                                  on 1999/02/24  05:51:53
11518         Log: ansify perlio.c, fix PerlIO-ish typos
11519      Branch: perl
11520            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_cygwin32.xs
11521            ! iperlsys.h perlio.c
11522 ____________________________________________________________________________
11523 [  3020] By: gsar                                  on 1999/02/24  05:28:06
11524         Log: adjust a Perl_malloc() flag for NeXT
11525              From: Hans Mulder <hansm@icgned.icgroup.nl>
11526              Date: Tue, 23 Feb 99 00:26:25 +0100
11527              Message-Id: <9902222329.AA17516@icgned.icgroup.nl>
11528              Subject: [PATCH for _55] MUTEX_INIT_CALLS_MALLOC no longer necessary
11529      Branch: perl
11530            ! perl.h
11531 ____________________________________________________________________________
11532 [  3019] By: gsar                                  on 1999/02/24  05:19:42
11533         Log: perltodo adjustments from Joshua Pritikin <joshua.pritikin@db.com>
11534      Branch: perl
11535            ! pod/perltodo.pod
11536 ____________________________________________________________________________
11537 [  3018] By: gsar                                  on 1999/02/24  04:15:18
11538         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
11539              Date: Mon, 22 Feb 1999 11:29:09 -0500 (EST)
11540              Message-ID: <Pine.GSO.4.02.9902221128200.500-100000@eq1062.wks.na.deuba.com>
11541              Subject: improved error message [PATCH _55] [RESEND]
11542      Branch: perl
11543            ! sv.c
11544 ____________________________________________________________________________
11545 [  3017] By: gsar                                  on 1999/02/24  03:50:34
11546         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
11547              Date: Sun, 21 Feb 1999 20:02:18 -0700
11548              Message-Id: <199902220302.UAA09981@jhereg.perl.com>
11549              Subject: perlfunc updates (against 55)
11550      Branch: perl
11551            ! pod/perlfunc.pod
11552 ____________________________________________________________________________
11553 [  3016] By: gsar                                  on 1999/02/24  03:17:05
11554         Log: testsuite adjustments
11555              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
11556              Date: Sat, 20 Feb 1999 15:24:57 +0000
11557              Message-Id: <E10EEH3-0003Wf-00@taurus.cus.cam.ac.uk>
11558              Subject: Not quite OK: perl5.005_55 on SunOS 4.1.3 / gcc
11559      Branch: perl
11560            ! t/lib/io_sock.t t/op/lex_assign.t
11561 ____________________________________________________________________________
11562 [  3015] By: gsar                                  on 1999/02/24  02:54:47
11563         Log: avoid modifying readonly values from qw()
11564      Branch: perl
11565            ! lib/ExtUtils/MM_Unix.pm
11566 ____________________________________________________________________________
11567 [  3014] By: gsar                                  on 1999/02/24  02:49:04
11568         Log: more "correct" utbuf for utime()
11569      Branch: perl
11570            ! doio.c
11571 ____________________________________________________________________________
11572 [  3013] By: jhi                                   on 1999/02/22  19:27:44
11573         Log: Fix MacPerl version, change PowerUX to PowerMAX.
11574              
11575              From: Chris Nandor <pudge@pobox.com>
11576              To: jhi@iki.fi
11577              Cc: perl5-porters@perl.org
11578              Subject: Re: perl current availability as documented by perl.pod
11579              Date: Sun, 21 Feb 1999 11:06:03 -0500
11580              Message-Id: <v04020a07b2f5df60c9e3@[192.168.0.77]>
11581              
11582              From: Tom Horsley <Tom.Horsley@mail.ccur.com>
11583              To: jhi@iki.fi
11584              Cc: perl5-porters@perl.org
11585              Subject: Re: perl current availability as documented by perl.pod
11586              Date: Mon, 22 Feb 1999 13:08:30 GMT
11587              Message-Id: <199902221308.NAA19971@cleo.ccur.com>
11588      Branch: cfgperl
11589            ! pod/perl.pod
11590      Branch: maint-5.005/perl
11591            ! pod/perl.pod
11592 ____________________________________________________________________________
11593 [  3012] By: jhi                                   on 1999/02/22  10:26:11
11594         Log: Snapshot the cross-compilation/multiarchitecture stuff
11595              (currently broken in next)
11596      Branch: cfgperl
11597            ! Configure config_h.SH pp.c
11598 ____________________________________________________________________________
11599 [  3011] By: jhi                                   on 1999/02/22  10:24:51
11600         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
11601              To: gsar@activestate.com (Gurusamy Sarathy)
11602              Cc: perl5-porters@perl.org (Perl5 Porters)
11603              Subject: [PATCH 5.005_55] DB_File 1.64 patch
11604              Date: Mon, 22 Feb 1999 10:07:00 +0000 (GMT)
11605              Message-Id: <9902221007.AA17751@claudius.bfsec.bt.co.uk>
11606      Branch: cfgperl
11607            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
11608            ! ext/DB_File/DB_File.xs ext/DB_File/typemap t/lib/db-recno.t
11609 ____________________________________________________________________________
11610 [  3009] By: jhi                                   on 1999/02/22  09:14:26
11611         Log: Scratch #3008 and introduce $crosscompile and $multiarch
11612              also in non-Configure lands.
11613      Branch: cfgperl
11614            ! Configure config_h.SH hints/next_3.sh hints/next_3_0.sh
11615            ! hints/next_4.sh vms/subconfigure.com win32/config.bc
11616            ! win32/config.gc win32/config.vc win32/config_H.bc
11617            ! win32/config_H.gc win32/config_H.vc
11618 ____________________________________________________________________________
11619 [  3008] By: jhi                                   on 1999/02/22  08:58:04
11620         Log: Add -DMULTIARCH (see change #3006).
11621      Branch: cfgperl
11622            ! hints/next_3.sh hints/next_3_0.sh hints/next_4.sh
11623 ____________________________________________________________________________
11624 [  3007] By: jhi                                   on 1999/02/22  08:54:06
11625         Log: Undo the references to local{lib,arch} introduced by #3006.
11626      Branch: cfgperl
11627            ! Configure config_h.SH
11628 ____________________________________________________________________________
11629 [  3006] By: jhi                                   on 1999/02/22  08:43:50
11630         Log: From: hansm@icgned.icgroup.nl
11631              To: perlbug@perl.com
11632              Subject: Not OK: perl 5.00555 on OPENSTEP-Mach-thread 4_2 (UNINSTALLED)
11633              Date: Sun, 21 Feb 1999 22:58:55 +0100
11634              Reply-To: hansmu@xs4all.nl
11635              Message-Id: <9902212201.AA13386@icgned.icgroup.nl>
11636              
11637              plus other Configure changes: prepare for cross-compilation/
11638              multiarchitecture builds.
11639      Branch: cfgperl
11640            ! Configure config_h.SH
11641 ____________________________________________________________________________
11642 [  3005] By: jhi                                   on 1999/02/22  08:35:30
11643         Log: Configure/Perl knew how to look for use Mach cthreads
11644              but Configure didn't let them to be used ($osname 'next').
11645      Branch: cfgperl
11646            ! Configure config_h.SH
11647      Branch: maint-5.005/perl
11648            ! Configure
11649 ____________________________________________________________________________
11650 [  3004] By: jhi                                   on 1999/02/21  15:46:02
11651         Log: Update Acorn AVAILABILITY.
11652      Branch: cfgperl
11653            ! pod/perl.pod
11654      Branch: maint-5.005/perl
11655            ! pod/perl.pod
11656 ____________________________________________________________________________
11657 [  3003] By: jhi                                   on 1999/02/21  14:50:42
11658         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
11659              To: perl5-porters@perl.org (Perl 5 Porters)
11660              Subject: PATCH: perlref.pod - symbolic ref example
11661              Date: Sat, 20 Feb 1999 17:32:11 -0500 (EST)
11662              Message-Id: <199902202232.RAA62306@linguist.dartmouth.edu>
11663      Branch: cfgperl
11664            ! pod/perlref.pod
11665      Branch: maint-5.005/perl
11666            ! pod/perlref.pod
11667 ____________________________________________________________________________
11668 [  3002] By: jhi                                   on 1999/02/21  14:35:22
11669         Log: Sync cfgperl with maint-5.005 change #3000.
11670      Branch: cfgperl
11671            ! pod/perlfunc.pod t/op/pack.t
11672 ____________________________________________________________________________
11673 [  2999] By: gsar                                  on 1999/02/20  22:48:30
11674         Log: From:    John Bley <jbb6@acpub.duke.edu>
11675              Date:    Sat, 20 Feb 1999 16:02:34 EST
11676              Message-Id: <Pine.SOL.3.91.990220155832.9913A-100000@soc11.acpub.duke.edu>
11677              Subject: [PATCH]5.005_55 (CORE) Sparse intializer in regcomp.c
11678      Branch: perl
11679            ! regcomp.c
11680 ____________________________________________________________________________
11681 [  2998] By: jhi                                   on 1999/02/20  14:13:06
11682         Log: Enhanced the endianness description.
11683      Branch: cfgperl
11684            ! pod/perlfunc.pod
11685 ____________________________________________________________________________
11686 [  2996] By: jhi                                   on 1999/02/20  13:55:41
11687         Log: Glossary now mostly fixed.
11688      Branch: cfgperl
11689            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11690            ! config_h.SH
11691 ____________________________________________________________________________
11692 [  2994] By: jhi                                   on 1999/02/20  11:58:33
11693         Log: Perldeltify GNU/Hurd.
11694      Branch: cfgperl
11695            ! pod/perldelta.pod
11696 ____________________________________________________________________________
11697 [  2993] By: gsar                                  on 1999/02/20  00:59:10
11698         Log: fix typo in Perl_sbrk()
11699              From: hansm@icgned.icgroup.nl
11700              Date: Fri, 19 Feb 1999 23:19:31 +0100
11701              Message-Id: <9902192221.AA07213@icgned.icgroup.nl>
11702              Subject: Not OK: perl 5.00555 on OPENSTEP-Mach 4_2 (UNINSTALLED)
11703      Branch: perl
11704            ! malloc.c
11705 ____________________________________________________________________________
11706 [  2992] By: gsar                                  on 1999/02/20  00:51:08
11707         Log: integrate change#2980 from maint-5.005
11708      Branch: perl
11709           !> utils/h2xs.PL
11710 ____________________________________________________________________________
11711 [  2991] By: gsar                                  on 1999/02/20  00:34:01
11712         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
11713              Date: Thu, 18 Feb 1999 18:51:38 +0000
11714              Message-Id: <199902181851.SAA14018@crypt.compulink.co.uk>
11715              Subject: [PATCH 5.005_55] test failures with MIME-tools-4.122 and perl 5.005_55 
11716      Branch: perl
11717            ! pp_hot.c t/op/pat.t
11718 ____________________________________________________________________________
11719 [  2990] By: gsar                                  on 1999/02/20  00:30:48
11720         Log: From: jan.dubois@ibm.net (Jan Dubois)
11721              Date: Thu, 18 Feb 1999 19:14:07 +0100
11722              Message-ID: <36d15809.40853323@smtp1.ibm.net>
11723              Subject: resend [PATCH 5.005_55] Various win32/win32.c cleanup
11724      Branch: perl
11725            ! win32/win32.c
11726 ____________________________________________________________________________
11727 [  2989] By: gsar                                  on 1999/02/20  00:27:01
11728         Log: do poll() emulation unless HAS_POLL && I_POLL
11729      Branch: perl
11730            ! ext/IO/poll.h
11731 ____________________________________________________________________________
11732 [  2988] By: gsar                                  on 1999/02/19  23:52:12
11733         Log: tweak RE for NaNQ? recognition
11734      Branch: perl
11735            ! t/lib/bigfloatpm.t
11736 ____________________________________________________________________________
11737 [  2987] By: gsar                                  on 1999/02/19  23:29:59
11738         Log: mention C<use utf8> and C<use warning> in perldelta
11739      Branch: perl
11740            ! pod/perldelta.pod
11741 ____________________________________________________________________________
11742 [  2985] By: jhi                                   on 1999/02/19  20:43:19
11743         Log: pack/unpack better in (network-)short-non-16-bits and
11744              (network-)long-non-32-bits systems such as Cray C90.
11745      Branch: cfgperl
11746            ! perl.h pp.c t/op/pack.t
11747 ____________________________________________________________________________
11748 [  2984] By: jhi                                   on 1999/02/19  20:38:54
11749         Log: Regen Configure.
11750      Branch: cfgperl
11751            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11752            ! perl.c
11753 ____________________________________________________________________________
11754 [  2982] By: jhi                                   on 1999/02/19  19:51:49
11755         Log: Configure update: fstatvfs/fstafs/getmntent/hasmntopt were
11756              not probed for and         
11757              
11758              From: "Kurt D. Starsinic" <kstar@chapin.edu>
11759              To: Chaim Frenkel <chaimf@pobox.com>,
11760              Russ Allbery <rra@stanford.edu>,
11761              Jarkko Hietaniemi <jhi@iki.fi>,
11762              Gurusamy Sarathy <gsar@activestate.com>,
11763              Graham Barr <gbarr@pobox.com>
11764              Cc: bdensch@ameritech.net, perlbug@perl.com
11765              Subject: [PATCH] Re: Solaris 7 for Intel
11766              Message-ID: <19990219124404.A30182@O2.chapin.edu>
11767              
11768              Glossary is still missing some terms because
11769              mkglossary is misbehaving (change #2981 updated
11770              Glossary manually)
11771      Branch: cfgperl
11772            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
11773            ! Porting/config_H
11774 ____________________________________________________________________________
11775 [  2980] By: gbarr                                 on 1999/02/19  16:06:53
11776         Log: Make result of h2xs work when user adds C<use strict>
11777      Branch: maint-5.005/perl
11778            ! utils/h2xs.PL
11779 ____________________________________________________________________________
11780 [  2979] By: gsar                                  on 1999/02/19  05:24:29
11781         Log: doc for change#2978
11782      Branch: perl
11783            ! pod/perlsub.pod
11784 ____________________________________________________________________________
11785 [  2978] By: gsar                                  on 1999/02/19  05:08:29
11786         Log: bring '*' prototype closer to how it behaves internally
11787      Branch: perl
11788            + t/lib/fatal.t
11789            ! MANIFEST lib/Fatal.pm op.c t/comp/proto.t
11790 ____________________________________________________________________________
11791 [  2977] By: gsar                                  on 1999/02/19  02:50:31
11792         Log: stem leakage of perly.h #defines #ifndef PERL_CORE
11793      Branch: perl
11794            ! perly.h
11795 ____________________________________________________________________________
11796 [  2975] By: gsar                                  on 1999/02/18  21:41:57
11797         Log: distinguish eval'' from BEGIN|INIT|END CVs (fixes buggy propagation
11798              of lexical searches in BEGIN|INIT|END)
11799      Branch: perl
11800            ! cop.h cv.h op.c perly.c perly.y pp_ctl.c t/op/misc.t
11801            ! vms/perly_c.vms
11802 ____________________________________________________________________________
11803 [  2974] By: gsar                                  on 1999/02/18  21:03:06
11804         Log: missing PERL_POLLUTE_MALLOC
11805      Branch: perl
11806            ! ext/SDBM_File/sdbm/sdbm.h
11807 ____________________________________________________________________________
11808 [  2973] By: gsar                                  on 1999/02/18  17:10:49
11809         Log: From:    Andy Dougherty <doughera@lafayette.edu>
11810              Date:    Wed, 17 Feb 1999 17:22:50 EST
11811              Message-Id: <Pine.GSU.4.05.9902171720490.17243-100000@newton.phys>
11812              Subject: [PATCH 5.005_xx] dotsh.pl triggers new warnings
11813      Branch: perl
11814            ! lib/dotsh.pl
11815 ____________________________________________________________________________
11816 [  2972] By: gsar                                  on 1999/02/18  17:04:12
11817         Log: s/#defined/#define/
11818      Branch: perl
11819            ! ext/Data/Dumper/Dumper.xs
11820 ____________________________________________________________________________
11821 [  2970] By: gsar                                  on 1999/02/18  03:26:43
11822         Log: ensure is data malloc()ed by GDBM is free()d (not Perl_mfree()d)
11823      Branch: perl
11824            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
11825            ! ext/GDBM_File/typemap
11826 ____________________________________________________________________________
11827 [  2969] By: gsar                                  on 1999/02/17  23:30:47
11828         Log: correct slurp mode doc
11829      Branch: perl
11830            ! pod/perlfunc.pod pod/perlop.pod
11831 ____________________________________________________________________________
11832 [  2968] By: jhi                                   on 1999/02/17  23:15:49
11833         Log: Ultrix hints update.
11834              
11835              From: Spider Boardman <spider@zk3.dec.com>
11836              To: perlbug@perl.com
11837              Subject: Not OK: perl 5.00555 on RISC-ultrix 4.4 (UNINSTALLED)
11838              Date: Tue, 16 Feb 1999 23:04:28 -0500
11839              Message-Id: <9902170404.AA11036@abyss.zk3.dec.com>
11840      Branch: cfgperl
11841            ! hints/ultrix_4.sh
11842 ____________________________________________________________________________
11843 [  2966] By: jhi                                   on 1999/02/17  23:09:21
11844         Log: Change #2965 wiped out some Sarathy's _55 changes.
11845              Now unwiped.
11846      Branch: cfgperl
11847            ! Configure pp.c t/op/pack.t
11848 ____________________________________________________________________________
11849 [  2965] By: jhi                                   on 1999/02/17  23:00:04
11850         Log: Configure tweaks.
11851              
11852              Fix the Unixware/SCO uname scan:
11853              
11854              From: Tom Hughes <thh@cyberscience.com>
11855              To: perlbug@perl.com
11856              Subject: Not OK: perl 5.00555 on i386-svr4 [actually Unixware 2.1] (UNINSTALLED)
11857              Date: 17 Feb 1999 15:34:15 +0000    
11858              Message-ID: <yekg185nix4.fsf@elva.cyberscience.com>
11859              
11860              AIX syscalls.exp scan: the syscall might be marked 32, 3264, or 64
11861              
11862              From: Joe Buehler <jhpb@hekimian.com>
11863              To: perl5-porters@perl.org
11864              Subject: setsid not detected by perl 5.005_02 configure under AIX 4.3
11865              Date: 12 Feb 1999 11:25:21 -0500
11866              Message-ID: <yd3lni3613i.fsf@ganymede.hekimian.com>
11867              
11868              Make the pthreads joinable constant scan to output to fd 4, not 2.
11869      Branch: cfgperl
11870            ! Configure
11871 ____________________________________________________________________________
11872 [  2964] By: gsar                                  on 1999/02/17  21:30:07
11873         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
11874              Date: Wed, 17 Feb 1999 06:53:13 -0700
11875              Message-Id: <199902171353.GAA15682@jhereg.perl.com>
11876              Subject: PATCH: lib/Pod/Functions.pm for perl5.005_55
11877      Branch: perl
11878            ! lib/Pod/Functions.pm
11879 ____________________________________________________________________________
11880 [  2963] By: gsar                                  on 1999/02/17  21:18:21
11881         Log: fix comppad handling for failures in eval 'qr/(?p{...})/'
11882              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
11883              Date: Wed, 17 Feb 1999 10:06:01 +0000
11884              Message-Id: <199902171006.KAA10204@crypt.compulink.co.uk>
11885              Subject: Re: [5.005_53] panic: pad_free curpad 
11886      Branch: perl
11887            ! regcomp.c regexec.c t/op/misc.t
11888 ____________________________________________________________________________
11889 [  2962] By: gsar                                  on 1999/02/16  21:26:28
11890         Log: NaNQ? tweak
11891      Branch: perl
11892            ! t/lib/bigfloatpm.t
11893 ____________________________________________________________________________
11894 [  2961] By: jhi                                   on 1999/02/16  19:26:38
11895         Log: Integrate from mainperl.
11896      Branch: cfgperl
11897           !> (integrate 37 files)
11898 ____________________________________________________________________________
11899 [  2960] By: gsar                                  on 1999/02/16  18:04:29
11900         Log: undo change#2465 (qw[] is a real list now)
11901      Branch: perl
11902            ! pod/perlop.pod
11903 ____________________________________________________________________________
11904 [  2959] By: gsar                                  on 1999/02/16  07:09:33
11905         Log: this was 5.005_55
11906      Branch: perl
11907            ! Changes
11908
11909 ----------------
11910 Version 5.005_55
11911 ----------------
11912
11913 ____________________________________________________________________________
11914 [  2958] By: gsar                                  on 1999/02/16  06:18:27
11915         Log: integrate change#2852 from maint-5.005; integrate cfgperl contents;
11916              elide dups and non-dependents from Changes
11917      Branch: perl
11918            ! Changes pod/perlhist.pod
11919           !> Configure INSTALL README.threads doio.c ext/IPC/SysV/SysV.xs
11920           !> hints/ultrix_4.sh pod/perl.pod pod/perlfunc.pod
11921           !> pod/perlport.pod pp.c t/op/pack.t
11922 ____________________________________________________________________________
11923 [  2957] By: gsar                                  on 1999/02/16  04:09:47
11924         Log: propagate PERL_VERSION everywhere, add to pod
11925      Branch: perl
11926            ! Configure configpm configure.com ext/B/B/C.pm ext/B/byteperl.c
11927            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs ext/IO/IO.xs
11928            ! hints/freebsd.sh hints/os2.sh installman installperl myconfig
11929            ! os2/Makefile.SHs os2/os2.c patchlevel.h perl.c perl.h
11930            ! plan9/genconfig.pl plan9/myconfig.plan9 plan9/versnum
11931            ! pod/perldebug.pod pod/perldelta.pod vms/genconfig.pl
11932            ! vms/myconfig.com vms/subconfigure.com win32/config.bc
11933            ! win32/config.gc win32/config.vc win32/config_sh.PL
11934            ! win32/win32.c x2p/a2py.c
11935 ____________________________________________________________________________
11936 [  2955] By: jhi                                   on 1999/02/15  16:15:03
11937         Log: The pack tests now better in C90 (after the packnative patches).
11938      Branch: cfgperl
11939            ! t/op/pack.t
11940 ____________________________________________________________________________
11941 [  2954] By: gsar                                  on 1999/02/15  14:11:50
11942         Log: tweak Configure to follow new PERL_VERSION etc.
11943      Branch: perl
11944            ! Configure patchlevel.h pod/perlhist.pod
11945 ____________________________________________________________________________
11946 [  2953] By: jhi                                   on 1999/02/15  14:02:21
11947         Log: Integrate from mainperl.
11948      Branch: cfgperl
11949           !> MANIFEST Porting/makerel
11950 ____________________________________________________________________________
11951 [  2952] By: jhi                                   on 1999/02/15  13:50:07
11952         Log: Enhance the packnative patch: use the packnative code
11953              only if required.  Also added hefty testing (hopefully
11954              I didn't assume too much...).  Tested on alpha, ix86, sparc.
11955      Branch: cfgperl
11956            ! pod/perlfunc.pod pp.c t/op/pack.t
11957 ____________________________________________________________________________
11958 [  2951] By: jhi                                   on 1999/02/15  13:46:56
11959         Log: AVAILABILITY from 5.005_03-tobe, will of course
11960              require updating when 5.006 comes out.
11961      Branch: cfgperl
11962            ! pod/perl.pod
11963 ____________________________________________________________________________
11964 [  2949] By: gsar                                  on 1999/02/15  13:28:51
11965         Log: will this be it for 5.005_55?
11966      Branch: perl
11967            ! MANIFEST Porting/makerel
11968 ____________________________________________________________________________
11969 [  2948] By: jhi                                   on 1999/02/15  13:23:52
11970         Log: Integrate from mainperl.
11971      Branch: cfgperl
11972           !> Changes Makefile.SH ext/B/B/C.pm patchlevel.h perl.h
11973           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
11974           !> pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
11975           !> pod/perlmodlib.pod pod/perltoc.pod t/io/argv.t
11976           !> t/lib/bigfloatpm.t t/lib/h2ph.t win32/Makefile win32/config.bc
11977           !> win32/config.gc win32/config.vc win32/config_H.bc
11978           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
11979 ____________________________________________________________________________
11980 [  2947] By: jhi                                   on 1999/02/15  13:20:41
11981         Log: perlport.pod 1.39 from Chris.
11982      Branch: cfgperl
11983            ! pod/perlport.pod
11984 ____________________________________________________________________________
11985 [  2946] By: jhi                                   on 1999/02/15  13:09:58
11986         Log: Import Ultrix update, change #2864, 
11987              
11988              From: Spider Boardman <spider@zk3.dec.com>
11989              To: perlbug@perl.com
11990              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
11991              Date: Wed, 10 Feb 1999 23:33:31 -0500
11992              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
11993      Branch: cfgperl
11994            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
11995 ____________________________________________________________________________
11996 [  2945] By: jhi                                   on 1999/02/15  13:04:50
11997         Log: OpenBSD sparc SHMLBA.
11998      Branch: cfgperl
11999            ! ext/IPC/SysV/SysV.xs
12000 ____________________________________________________________________________
12001 [  2944] By: gsar                                  on 1999/02/15  12:09:52
12002         Log: update win32/config* stuff, Changes
12003      Branch: perl
12004            ! Changes win32/Makefile win32/config.bc win32/config.gc
12005            ! win32/config.vc win32/config_H.bc win32/config_H.gc
12006            ! win32/config_H.vc win32/makefile.mk
12007 ____________________________________________________________________________
12008 [  2943] By: gsar                                  on 1999/02/15  11:54:08
12009         Log: #include patchlevel.h by default, provide
12010              PERL_{REVISION,VERSION,SUBVERSION}
12011      Branch: perl
12012            ! patchlevel.h perl.h
12013 ____________________________________________________________________________
12014 [  2942] By: gsar                                  on 1999/02/15  10:26:59
12015         Log: allow /0|NaN/ on some bigfloatpm.t tests for portability; other
12016              misc fixes
12017      Branch: perl
12018            ! Makefile.SH t/io/argv.t t/lib/bigfloatpm.t t/lib/h2ph.t
12019 ____________________________________________________________________________
12020 [  2941] By: gsar                                  on 1999/02/15  10:24:37
12021         Log: broken URLs fixed (from Michael G Schwern <schwern@pobox.com>)
12022              Message-ID: <19990207002851.B9185@toldyouso.com>
12023              Message-ID: <19990207212152.A9765@toldyouso.com>
12024              Message-ID: <19990207212041.A9622@toldyouso.com>
12025              Message-ID: <19990207213127.A10244@toldyouso.com>
12026              Message-ID: <19990207212559.A9950@toldyouso.com>
12027              Message-ID: <19990207212842.A9994@toldyouso.com>
12028              Message-ID: <19990207212500.A9860@toldyouso.com>
12029              Message-ID: <19990207213013.A10105@toldyouso.com>
12030      Branch: perl
12031            ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
12032            ! pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
12033            ! pod/perlmodlib.pod pod/perltoc.pod
12034 ____________________________________________________________________________
12035 [  2940] By: gsar                                  on 1999/02/15  10:07:08
12036         Log: enable dynaloading in C.pm-compiled programs (non-conflicting part
12037              of suggested patch)
12038              From: "Vishal Bhatia" <vishalb@my-dejanews.com>
12039              Date: Mon, 08 Feb 1999 01:14:41 -0000
12040              Message-ID: <DHIDFFOPMEFDBAAA@my-dejanews.com>
12041              Subject: [PATCH 5.005_54] some pending C.pm stuff 
12042      Branch: perl
12043            ! ext/B/B/C.pm
12044 ____________________________________________________________________________
12045 [  2939] By: jhi                                   on 1999/02/15  08:40:18
12046         Log: Integrate from mainperl.
12047      Branch: cfgperl
12048           +> t/lib/bigfloat.t t/lib/bigfloatpm.t
12049            - lib/File/PathConvert.pm
12050           !> (integrate 81 files)
12051 ____________________________________________________________________________
12052 [  2938] By: gsar                                  on 1999/02/15  06:56:39
12053         Log: change#2839 was bogus, redo
12054      Branch: perl
12055           !> t/lib/h2ph.pht
12056 ____________________________________________________________________________
12057 [  2937] By: gsar                                  on 1999/02/15  06:38:15
12058         Log: support Win32::GetFullPathName() and Win32::SetLastError()
12059              From: jan.dubois@ibm.net (Jan Dubois)
12060              Date: Tue, 09 Feb 1999 22:27:31 +0100
12061              Message-ID: <36c1a2ed.8007554@smtp1.ibm.net>
12062              Subject: [PATCH _54] Win32::GetFullPathName (Re: File::Spec::Win32 and UNCs)
12063      Branch: perl
12064            ! win32/win32.c
12065 ____________________________________________________________________________
12066 [  2936] By: gsar                                  on 1999/02/15  06:26:39
12067         Log: support native integers, pack("L_",...) etc. (via private mail)
12068              From: Jarkko Hietaniemi <jhi@iki.fi>
12069              Date: Wed, 10 Feb 1999 00:04:52 +0200 (EET)
12070              Message-Id: <199902092204.AAA29065@alpha.hut.fi>
12071              Subject: the "packnative" patch
12072      Branch: perl
12073            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pp.c
12074            ! t/lib/ipc_sysv.t t/op/pack.t
12075 ____________________________________________________________________________
12076 [  2935] By: gsar                                  on 1999/02/15  06:04:02
12077         Log: From: Michael G Schwern <schwern@pobox.com>
12078              Date: Tue, 9 Feb 1999 04:13:12 -0500
12079              Message-ID: <19990209041312.A15788@toldyouso.com>
12080              Subject: [PATCH]5.005_03-MAINT_TRIAL_5 utils/h2xs fixing -A & more
12081      Branch: perl
12082            ! utils/h2xs.PL
12083 ____________________________________________________________________________
12084 [  2934] By: gsar                                  on 1999/02/15  05:30:13
12085         Log: fix bugs in the handling of negative numbers, among other things
12086              From: Steven Knight <knight@theopera.baldmt.citilink.com>
12087              Date: Mon, 8 Feb 1999 01:16:24 -0600
12088              Message-Id: <199902080716.BAA24652@theopera.baldmt.citilink.com>
12089              Subject: Math::BigFloat and Math::BigInt
12090      Branch: perl
12091            + t/lib/bigfloat.t t/lib/bigfloatpm.t
12092            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
12093            ! t/lib/bigintpm.t
12094 ____________________________________________________________________________
12095 [  2933] By: gsar                                  on 1999/02/15  04:57:52
12096         Log: From: "J. van Krieken" <John.van.Krieken@ATComputing.nl>
12097              Date: Thu, 4 Feb 1999 17:25:25 +0100 (MET)
12098              Message-Id: <199902041625.RAA14489@atcmpg.ATComputing.nl>
12099              Subject: s2p incorrectly handles hold space commands
12100      Branch: perl
12101            ! x2p/s2p.PL
12102 ____________________________________________________________________________
12103 [  2932] By: gsar                                  on 1999/02/15  04:45:55
12104         Log: clarify what a "line" is
12105      Branch: perl
12106            ! pod/perlfunc.pod pod/perlvar.pod
12107 ____________________________________________________________________________
12108 [  2931] By: gsar                                  on 1999/02/15  04:23:29
12109         Log: backout change#2811 and add newer version based on File::Spec
12110              From: Barrie Slaymaker <rbs@telerama.com>
12111              Date: Thu, 11 Feb 1999 16:29:24 -0500
12112              Message-ID: <36C34BB4.A62090E0@telerama.com>
12113              Subject: [PATCH]5.005_54 (pod2html) Relative URLs using new File::Spec
12114      Branch: perl
12115            - lib/File/PathConvert.pm
12116            ! MANIFEST installhtml lib/Pod/Html.pm
12117 ____________________________________________________________________________
12118 [  2930] By: gsar                                  on 1999/02/15  04:16:25
12119         Log: From: Barrie Slaymaker <rbs@telerama.com>
12120              Date: Thu, 11 Feb 1999 19:39:48 -0500
12121              Message-ID: <36C37854.707D139@telerama.com>
12122              Subject: [PATCH] 5.005_54 #2 Merging File::PathConvert in to File::Spec
12123      Branch: perl
12124            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
12125 ____________________________________________________________________________
12126 [  2929] By: gsar                                  on 1999/02/15  04:06:50
12127         Log: patches suggested by John Bley <jbb6@acpub.duke.edu> (with minor edits)
12128              Date: Wed, 3 Feb 1999 05:24:55 -0500 (EST)
12129              Message-ID: <Pine.SOL.3.91.990203051924.302A-100000@soc11.acpub.duke.edu>
12130              Subject: [PATCH]5.005_54 (DOC) fix many typos
12131              --
12132              Date: Wed, 3 Feb 1999 08:53:53 -0500 (EST)
12133              Message-ID: <Pine.SOL.3.91.990203085157.895A-100000@soc11.acpub.duke.edu>
12134              Subject: [PATCH]5.005_54 (DOC) typos
12135      Branch: perl
12136            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlcall.pod
12137            ! pod/perldebug.pod pod/perlfaq1.pod pod/perlfaq2.pod
12138            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
12139            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
12140            ! pod/perlfaq9.pod pod/perlfunc.pod pod/perlguts.pod
12141            ! pod/perllol.pod pod/perlmod.pod pod/perlref.pod
12142            ! pod/perlrun.pod pod/perlsub.pod pod/perltoc.pod
12143            ! pod/perlvar.pod pod/perlxs.pod
12144 ____________________________________________________________________________
12145 [  2928] By: gsar                                  on 1999/02/15  03:39:53
12146         Log: allow the Carp routines to pass through exception objects
12147      Branch: perl
12148            ! lib/Carp.pm
12149 ____________________________________________________________________________
12150 [  2927] By: gsar                                  on 1999/02/15  03:22:57
12151         Log: mention Proc::Daemon (suggested by Michael G Schwern <schwern@pobox.com>)
12152      Branch: perl
12153            ! pod/perlfaq8.pod
12154 ____________________________________________________________________________
12155 [  2926] By: gsar                                  on 1999/02/15  03:19:39
12156         Log: integrate h2ph.PL fixes from change#2809 (change#2838 was supposed to
12157              have done that, but didn't)
12158      Branch: perl
12159           !> utils/h2ph.PL
12160 ____________________________________________________________________________
12161 [  2925] By: gsar                                  on 1999/02/15  03:17:01
12162         Log: integrate cfgperl changes into mainline
12163      Branch: perl
12164            ! Changes
12165           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
12166           !> config_h.SH hints/openbsd.sh hints/ultrix_4.sh
12167           !> pod/perlport.pod t/lib/h2ph.pht utils/h2ph.PL
12168           !> vms/subconfigure.com
12169 ____________________________________________________________________________
12170 [  2924] By: gsar                                  on 1999/02/15  03:07:08
12171         Log: add const qualifier to most char* prototypes, handle ripple effect
12172      Branch: perl
12173            ! gv.c hv.c hv.h mg.c op.c perl.c pod/perlguts.pod proto.h sv.c
12174            ! universal.c util.c
12175 ____________________________________________________________________________
12176 [  2923] By: gsar                                  on 1999/02/15  01:04:30
12177         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12178              Date: Thu, 04 Feb 1999 02:37:31 +0000
12179              Message-Id: <199902040237.CAA03255@crypt.compulink.co.uk>
12180              Subject: [PATCH 5.005_54] Re: .. misinterpreted as flipflop 
12181      Branch: perl
12182            ! pp_ctl.c t/op/range.t
12183 ____________________________________________________________________________
12184 [  2922] By: gsar                                  on 1999/02/15  00:24:34
12185         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12186              Date: Sun, 31 Jan 1999 01:50:06 +0000
12187              Message-Id: <199901310150.BAA16299@crypt.compulink.co.uk>
12188              Subject: [PATCH 5.005_03t4] regexp flags bug
12189      Branch: perl
12190            ! regcomp.c t/op/re_tests
12191 ____________________________________________________________________________
12192 [  2921] By: gsar                                  on 1999/02/15  00:13:02
12193         Log: use New() et al., rather than safemalloc() et al.
12194              From: jan.dubois@ibm.net (Jan Dubois)
12195              Date: Fri, 29 Jan 1999 23:27:22 +0100
12196              Message-ID: <36bd33f2.51029616@smtp1.ibm.net>
12197              Subject: [PATCH _03-MT5] POSIX.xs memory API
12198      Branch: perl
12199            ! ext/POSIX/POSIX.xs
12200 ____________________________________________________________________________
12201 [  2920] By: gsar                                  on 1999/02/15  00:05:33
12202         Log: tweak READ() docs to mention $buffer must be altered by reference
12203      Branch: perl
12204            ! pod/perltie.pod
12205 ____________________________________________________________________________
12206 [  2919] By: gsar                                  on 1999/02/14  23:50:39
12207         Log: applied suggested patch, with several language/readability tweaks
12208              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12209              Date: Fri, 29 Jan 1999 00:25:02 -0500
12210              Message-ID: <19990129002502.C2898@monk.mps.ohio-state.edu>
12211              Subject: Re: [PATCH 5.005_*] Better parsing docs
12212      Branch: perl
12213            ! pod/perlop.pod
12214 ____________________________________________________________________________
12215 [  2918] By: gsar                                  on 1999/02/14  23:20:42
12216         Log: several bug fixes; now croak()s when date exceeds integer limits (instead
12217              of silently returning bogus values)
12218              From: Peter Chines <pchines@nhgri.nih.gov>
12219              Date: Wed, 27 Jan 1999 16:11:31 -0500
12220              Message-Id: <199901272117.QAA21458@kronos.nhgri.nih.gov>
12221              Subject: Time::Local
12222      Branch: perl
12223            ! lib/Time/Local.pm pod/perldelta.pod
12224 ____________________________________________________________________________
12225 [  2917] By: gsar                                  on 1999/02/14  11:21:43
12226         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12227              Date: Thu, 28 Jan 1999 10:02:20 -0500
12228              Message-ID: <19990128100220.A1321@monk.mps.ohio-state.edu>
12229              Subject: Re: [PATCH 5.005_53] Better perldoc
12230      Branch: perl
12231            ! utils/perldoc.PL
12232 ____________________________________________________________________________
12233 [  2916] By: gsar                                  on 1999/02/14  10:59:38
12234         Log: back out change#2751, apply updated version 
12235              From: jan.dubois@ibm.net (Jan Dubois)
12236              Date: Sat, 06 Feb 1999 01:06:29 +0100
12237              Message-ID: <36bc844c.18763049@smtp1.ibm.net>
12238              Subject: [PATCH] Cleanup of File::Spec module
12239      Branch: perl
12240            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
12241            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
12242            ! lib/File/Spec/Win32.pm
12243 ____________________________________________________________________________
12244 [  2915] By: gsar                                  on 1999/02/14  10:48:01
12245         Log: tweak select() test
12246      Branch: perl
12247            ! pod/perlipc.pod t/op/fh.t
12248 ____________________________________________________________________________
12249 [  2914] By: gsar                                  on 1999/02/14  10:25:55
12250         Log: allow C<select('foo')> to autovivify *foo (SelectSaver expects that)
12251      Branch: perl
12252            ! op.c pod/perldiag.pod pp_sys.c t/op/misc.t
12253 ____________________________________________________________________________
12254 [  2913] By: gsar                                  on 1999/02/14  10:03:51
12255         Log: From: Kenneth Albanowski <kjahds@kjahds.com>
12256              Date: Sat, 23 Jan 1999 21:52:15 -0500 (EST)
12257              Message-ID: <Pine.LNX.3.93.990123212857.446B-100000@kjahds.kjahds.com>
12258              Subject: Re: SvOPV() or SvPV_nolen() or ...
12259      Branch: perl
12260            ! pod/perlguts.pod
12261 ____________________________________________________________________________
12262 [  2912] By: gsar                                  on 1999/02/14  09:57:29
12263         Log: provide SvPV_nolen(sv) to avoid use of PL_na
12264              From: jan.dubois@ibm.net (Jan Dubois)
12265              Date: Sun, 24 Jan 1999 02:45:32 +0100
12266              Message-ID: <36bb7ada.68485547@smtp1.ibm.net>
12267              Subject: [PATCH 5.005_54]  _54 version of SvPV_nolen patch
12268      Branch: perl
12269            ! embed.h global.sym objXSUB.h pod/perlguts.pod proto.h sv.c
12270            ! sv.h
12271 ____________________________________________________________________________
12272 [  2911] By: gsar                                  on 1999/02/14  06:51:05
12273         Log: elide stray effluvium
12274      Branch: perl
12275            ! pod/perldelta.pod
12276 ____________________________________________________________________________
12277 [  2910] By: gsar                                  on 1999/02/14  05:51:56
12278         Log: slurping an empty file should return '' rather than undef, with
12279              commensurate effects on ARGV processing
12280      Branch: perl
12281            ! pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
12282            ! pod/perlvar.pod pp_hot.c sv.h t/io/argv.t
12283 ____________________________________________________________________________
12284 [  2909] By: gsar                                  on 1999/02/14  00:02:11
12285         Log: perly_c.diff typo
12286      Branch: perl
12287            ! perly.c perly_c.diff vms/perly_c.vms
12288 ____________________________________________________________________________
12289 [  2908] By: gsar                                  on 1999/02/13  18:20:13
12290         Log: From: jan.dubois@ibm.net (Jan Dubois)
12291              Date: Sat, 13 Feb 1999 13:25:53 +0100
12292              Message-Id: <36c9629c.13334874@smtp1.ibm.net>
12293              Subject: [PATCH 5.005_03-MT5] "goto must have label" message for C<goto ''>
12294      Branch: perl
12295            ! pod/perlfunc.pod pp_ctl.c t/lib/io_unix.t
12296 ____________________________________________________________________________
12297 [  2907] By: jhi                                   on 1999/02/13  15:07:26
12298         Log: Integrate from mainperl.
12299      Branch: cfgperl
12300           +> emacs/e2ctags.pl pod/perltodo.pod t/op/lop.t
12301           !> (integrate 150 files)
12302 ____________________________________________________________________________
12303 [  2903] By: gsar                                  on 1999/02/12  13:25:59
12304         Log: From: jan.dubois@ibm.net (Jan Dubois)
12305              Date: Sun, 24 Jan 1999 01:12:00 +0100
12306              Message-ID: <36b66479.62756298@smtp1.ibm.net>
12307              Subject: [PATCH 5.005_54] remove OVERLOAD conditionals
12308      Branch: perl
12309            ! XSUB.h dump.c gv.c hv.h mg.c perl.h perlvars.h pp.c pp.h
12310            ! proto.h sv.c sv.h
12311 ____________________________________________________________________________
12312 [  2902] By: gsar                                  on 1999/02/12  12:55:11
12313         Log: script to generate ctags from etags
12314              From: Colin Kuskie <ckuskie@cadence.com>
12315              Date: Wed, 20 Jan 1999 16:29:35 -0800 (PST)
12316              Message-ID: <Pine.GSO.3.96.990120160519.5755Q-100000@pdxue150.cadence.com>
12317              Subject: [PATCH 5.005_54] adding ctags to the source, FAQ, make
12318      Branch: perl
12319            + emacs/e2ctags.pl
12320            ! Makefile.SH pod/perlfaq3.pod
12321 ____________________________________________________________________________
12322 [  2901] By: gsar                                  on 1999/02/12  12:40:17
12323         Log: allow boolean assign ops to be lvalues
12324              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
12325              Date: Mon, 11 Jan 1999 16:52:18 -0600 (CST)
12326              Message-ID: <13978.32609.495338.544643@alias-2.pr.mcs.net>
12327              --
12328              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12329              Date: Mon, 18 Jan 1999 10:04:00 +0000
12330              Message-Id: <199901181004.KAA17471@crypt.compulink.co.uk>
12331              Subject: Re: [inconsistency 5.005_54] ||= not an lvalue 
12332      Branch: perl
12333            + t/op/lop.t
12334            ! MANIFEST op.c
12335 ____________________________________________________________________________
12336 [  2899] By: jhi                                   on 1999/02/12  12:03:48
12337         Log: Configure update: OpenBSD thread-awareness, SCO ODT/OSR osvers.
12338      Branch: cfgperl
12339            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12340            ! config_h.SH hints/openbsd.sh
12341 ____________________________________________________________________________
12342 [  2898] By: gsar                                  on 1999/02/12  11:49:25
12343         Log: support win32_putenv()
12344      Branch: perl
12345            ! mg.c util.c win32/GenCAPI.pl win32/makedef.pl win32/perlhost.h
12346            ! win32/win32.c win32/win32iop.h
12347 ____________________________________________________________________________
12348 [  2894] By: gsar                                  on 1999/02/12  11:09:27
12349         Log: add missing hunk in change#2657
12350      Branch: perl
12351            ! ext/B/B/CC.pm
12352 ____________________________________________________________________________
12353 [  2893] By: gsar                                  on 1999/02/12  11:00:13
12354         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12355              Date: Tue, 19 Jan 1999 20:13:15 -0500
12356              Message-ID: <19990119201315.A21167@monk.mps.ohio-state.edu>
12357              Subject: [PATCH 5.005_53] Remove extraneous sh in test suites
12358      Branch: perl
12359            ! t/op/fh.t t/op/misc.t t/op/runlevel.t t/pragma/strict.t
12360            ! t/pragma/subs.t t/pragma/warning.t
12361 ____________________________________________________________________________
12362 [  2892] By: gsar                                  on 1999/02/12  10:44:38
12363         Log: update change#2670 to later version
12364              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12365              Date: Sun, 31 Jan 1999 16:16:14 +0000
12366              Message-Id: <199901311616.QAA17673@crypt.compulink.co.uk>
12367              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing 
12368      Branch: perl
12369            ! t/op/subst.t toke.c
12370 ____________________________________________________________________________
12371 [  2891] By: gsar                                  on 1999/02/12  10:31:17
12372         Log: make testsuite somewhat location independent
12373      Branch: perl
12374            ! (edit 117 files)
12375 ____________________________________________________________________________
12376 [  2890] By: gsar                                  on 1999/02/12  10:00:30
12377         Log: add $AutoLoader::VERSION
12378      Branch: perl
12379            ! lib/AutoLoader.pm
12380 ____________________________________________________________________________
12381 [  2889] By: gsar                                  on 1999/02/12  09:55:48
12382         Log: tweak PERL_STRICT_CR notes
12383      Branch: perl
12384            ! pod/perl5005delta.pod
12385 ____________________________________________________________________________
12386 [  2888] By: gsar                                  on 1999/02/12  09:41:45
12387         Log: add note about test-notty target
12388      Branch: perl
12389            ! README.win32
12390 ____________________________________________________________________________
12391 [  2887] By: gsar                                  on 1999/02/12  09:37:37
12392         Log: add perltodo.pod
12393      Branch: perl
12394            + pod/perltodo.pod
12395            ! MANIFEST Todo pod/Makefile pod/perl.pod pod/roffitall
12396            ! win32/pod.mak
12397 ____________________________________________________________________________
12398 [  2886] By: jhi                                   on 1999/02/12  08:52:14
12399         Log: Integrate from mainperl.
12400      Branch: cfgperl
12401           +> t/op/fh.t
12402           !> (integrate 30 files)
12403 ____________________________________________________________________________
12404 [  2885] By: gsar                                  on 1999/02/12  08:42:10
12405         Log: note how to find REG_INFTY limit
12406      Branch: perl
12407            ! pod/perlre.pod
12408 ____________________________________________________________________________
12409 [  2884] By: jhi                                   on 1999/02/12  08:36:14
12410         Log: OpenBSD pthreads awareness, thanks to
12411              David Leonard <david.leonard@csee.uq.edu.au>
12412      Branch: maint-5.005/perl
12413            ! Configure hints/openbsd.sh
12414 ____________________________________________________________________________
12415 [  2882] By: gsar                                  on 1999/02/12  08:05:20
12416         Log: IO is maintained by p5p (per Graham Barr's wishes)
12417      Branch: perl
12418            ! MAINTAIN ext/IO/ChangeLog ext/IO/README ext/IO/lib/IO/Dir.pm
12419            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Poll.pm
12420            ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
12421            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
12422 ____________________________________________________________________________
12423 [  2881] By: gsar                                  on 1999/02/12  07:57:13
12424         Log: fh.t typo
12425      Branch: perl
12426            ! t/op/fh.t
12427 ____________________________________________________________________________
12428 [  2880] By: gsar                                  on 1999/02/12  07:38:16
12429         Log: PERL5OPT=-T enables taint mode (suggested by Jason Riedy <ejr@cise.ufl.edu>)
12430      Branch: perl
12431            ! perl.c pod/perlrun.pod
12432 ____________________________________________________________________________
12433 [  2879] By: gsar                                  on 1999/02/12  05:39:29
12434         Log: fix ops that are not filehandle constructors to not create GV if it
12435              doesn't already exist (avoids leaks); extend semantics of defined()
12436              so that defined(*{$foo}) works (experimental)
12437      Branch: perl
12438            + t/op/fh.t
12439            ! MANIFEST embed.h embed.pl objXSUB.h op.c pod/perldiag.pod pp.c
12440            ! pp_hot.c pp_sys.c proto.h t/op/gv.t t/op/misc.t
12441 ____________________________________________________________________________
12442 [  2877] By: jhi                                   on 1999/02/11  20:44:00
12443         Log: From: Chris Nandor <pudge@pobox.com>
12444              To: perl5-porters@perl.org
12445              Subject: [PATCH] perlport.pod 1.39
12446              Date: Thu, 11 Feb 1999 12:28:35 -0500
12447              Message-Id: <v04020a2db2e8c3177123@[192.168.0.77]>
12448      Branch: cfgperl
12449            ! pod/perlport.pod
12450 ____________________________________________________________________________
12451 [  2870] By: gsar                                  on 1999/02/11  11:17:08
12452         Log: remove double typeglob deref (suggested by RonaldWS <ronaldws@aol.com>)
12453      Branch: perl
12454            ! ext/IO/lib/IO/Pipe.pm
12455 ____________________________________________________________________________
12456 [  2869] By: gsar                                  on 1999/02/11  11:00:56
12457         Log: update win32/pod.mak
12458      Branch: perl
12459            ! win32/pod.mak
12460 ____________________________________________________________________________
12461 [  2868] By: gsar                                  on 1999/02/11  10:42:44
12462         Log: From: Benjamin Low <b.d.low@unsw.edu.au>
12463              Date: Fri, 08 Jan 1999 14:36:53 +1100
12464              Message-ID: <36957D55.1D65A0B2@unsw.edu.au>
12465              Subject: Re: [Fwd: IO::Socket::connect and blocking]
12466      Branch: perl
12467            ! ext/IO/lib/IO/Socket.pm
12468 ____________________________________________________________________________
12469 [  2867] By: gsar                                  on 1999/02/11  09:43:03
12470         Log: av_extend() doc tweak from Jan Dubois
12471      Branch: perl
12472            ! pod/perlguts.pod
12473 ____________________________________________________________________________
12474 [  2866] By: gsar                                  on 1999/02/11  09:27:17
12475         Log: display full pathname of unreadable files
12476      Branch: perl
12477            ! utils/perldoc.PL
12478 ____________________________________________________________________________
12479 [  2865] By: gsar                                  on 1999/02/11  09:02:31
12480         Log: missing patch in change#2522
12481      Branch: perl
12482            ! lib/Pod/Text.pm
12483 ____________________________________________________________________________
12484 [  2864] By: jhi                                   on 1999/02/11  08:45:00
12485         Log: From: Spider Boardman <spider@zk3.dec.com>
12486              To: perlbug@perl.com
12487              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
12488              Date: Wed, 10 Feb 1999 23:33:31 -0500
12489              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
12490      Branch: maint-5.005/perl
12491            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
12492 ____________________________________________________________________________
12493 [  2862] By: gsar                                  on 1999/02/11  08:14:34
12494         Log: integrate changes#2738,2740 from maint-5.005
12495      Branch: perl
12496           !> lib/ExtUtils/MakeMaker.pm
12497 ____________________________________________________________________________
12498 [  2861] By: jhi                                   on 1999/02/11  08:04:25
12499         Log: Integrate from mainperl.
12500      Branch: cfgperl
12501           !> Changes perl.h pod/perl5005delta.pod pp_ctl.c t/op/local.t
12502           !> t/op/range.t win32/config.gc
12503 ____________________________________________________________________________
12504 [  2860] By: gsar                                  on 1999/02/11  07:30:08
12505         Log: binmode() support for cygwin32 (suggested by Steven Morlock
12506              <newspost@morlock.net>)
12507      Branch: perl
12508            ! perl.h
12509 ____________________________________________________________________________
12510 [  2859] By: gsar                                  on 1999/02/11  07:14:21
12511         Log: update Changes
12512      Branch: perl
12513            ! Changes
12514           !> pod/perl5005delta.pod
12515 ____________________________________________________________________________
12516 [  2856] By: gsar                                  on 1999/02/11  07:07:39
12517         Log: integrate perldelta changes from maint-5.005
12518      Branch: perl
12519           !> pod/perl5005delta.pod
12520 ____________________________________________________________________________
12521 [  2855] By: gsar                                  on 1999/02/11  06:31:50
12522         Log: applied suggested patch; added tests
12523              From: Adam Krolnik <adamk@gypsy.cyrix.com>
12524              Date: Sat, 12 Dec 98 15:30:18 -0600
12525              Message-Id: <9812122130.AA03717@gypsy.eng.cyrix.com>
12526              Subject: Range operation doesn't handle IV_MAX
12527      Branch: perl
12528            ! pp_ctl.c t/op/range.t
12529 ____________________________________________________________________________
12530 [  2854] By: gsar                                  on 1999/02/11  05:00:55
12531         Log: compatibility fix: magic non-propagation in foreach implicit localization
12532      Branch: perl
12533            ! pp_ctl.c t/op/local.t win32/config.gc
12534 ____________________________________________________________________________
12535 [  2852] By: gsar                                  on 1999/02/10  23:17:49
12536         Log: fair warning about -Dusethreads
12537      Branch: maint-5.005/perl
12538            ! Configure INSTALL README.threads
12539 ____________________________________________________________________________
12540 [  2847] By: jhi                                   on 1999/02/09  19:13:28
12541         Log: Integrate from mainperl.
12542      Branch: cfgperl
12543           !> pod/perldelta.pod pod/perlfunc.pod pod/perlobj.pod
12544           !> pod/perlop.pod pp.c t/op/method.t t/op/pack.t
12545 ____________________________________________________________________________
12546 [  2846] By: gsar                                  on 1999/02/09  13:53:28
12547         Log: a modified version of suggested patch for pack template 'Z'; added docs
12548              From: "Valeriy E. Ushakov" <uwe@ptc.spbu.ru>
12549              Date: Mon, 16 Jun 1997 03:00:31 +0400 (MSD)
12550              Message-ID: <%lOHpzIuGV@snark.ptc.spbu.ru>
12551              Subject: lack of pack/unpack letter with useful symmetry for C null delimited strings
12552      Branch: perl
12553            ! pod/perldelta.pod pod/perlfunc.pod pp.c t/op/pack.t
12554 ____________________________________________________________________________
12555 [  2845] By: gsar                                  on 1999/02/09  00:03:26
12556         Log: clarify docs for change#2835
12557      Branch: perl
12558            ! pod/perldelta.pod pod/perlop.pod
12559 ____________________________________________________________________________
12560 [  2844] By: gsar                                  on 1999/02/08  23:40:57
12561         Log: addendum to change#2823
12562              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
12563              Date: Sun, 13 Dec 1998 16:06:04 -0800 (PST)
12564              Message-ID: <13940.21805.470054.299@fre-76-120.reshall.berkeley.edu>
12565              Subject: [PATCH] Docs and tests for method-call syntax
12566      Branch: perl
12567            ! pod/perlobj.pod t/op/method.t
12568 ____________________________________________________________________________
12569 [  2843] By: jhi                                   on 1999/02/08  21:06:28
12570         Log: Ultrix mmap tidbit.
12571      Branch: cfgperl
12572            ! hints/ultrix_4.sh
12573 ____________________________________________________________________________
12574 [  2842] By: jhi                                   on 1999/02/08  20:22:55
12575         Log: Integrate from mainperl.
12576      Branch: cfgperl
12577           +> t/op/subst_wamp.t
12578           !> (integrate 35 files)
12579 ____________________________________________________________________________
12580 [  2841] By: jhi                                   on 1999/02/08  18:23:26
12581         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12582              To: Mailing list Perl5 <perl5-porters@perl.org>
12583              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
12584              Date: Sun, 7 Feb 1999 17:25:22 -0500
12585              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
12586      Branch: cfgperl
12587            + t/op/subst_amp.t
12588            ! MANIFEST regcomp.c t/op/subst.t
12589 ____________________________________________________________________________
12590 [  2840] By: jhi                                   on 1999/02/08  18:16:54
12591         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12592              To: Mailing list Perl5 <perl5-porters@perl.org>
12593              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
12594              Date: Sun, 7 Feb 1999 17:00:10 -0500
12595              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
12596      Branch: cfgperl
12597            ! pp_hot.c t/op/pat.t
12598 ____________________________________________________________________________
12599 [  2839] By: jhi                                   on 1999/02/08  17:25:30
12600         Log: A require was missing.
12601      Branch: cfgperl
12602            ! t/lib/h2ph.pht
12603 ____________________________________________________________________________
12604 [  2838] By: jhi                                   on 1999/02/08  16:38:41
12605         Log: Bring in the change #2809 (the Configure part has been
12606              modified rather a lot since the #2809, though.)
12607      Branch: cfgperl
12608            ! Configure utils/h2ph.PL
12609 ____________________________________________________________________________
12610 [  2835] By: gsar                                  on 1999/02/08  14:40:23
12611         Log: make qw() into a true list at compile time (slightly modified
12612              variant of patch suggested by Tom Hughes <tom@compton.demon.co.uk>)
12613      Branch: perl
12614            ! pod/perldelta.pod pod/perlop.pod pp_hot.c toke.c
12615 ____________________________________________________________________________
12616 [  2834] By: gsar                                  on 1999/02/08  13:23:16
12617         Log: make safesysmalloc() etc., always available; safemalloc() et al are
12618              now macros that point to the right malloc; fix various places in
12619              sources that need to always use safesysmalloc() et al
12620      Branch: perl
12621            ! embed.h embedvar.h global.sym iperlsys.h mg.c objXSUB.h perl.h
12622            ! perl_exp.SH proto.h util.c vms/gen_shrfls.pl win32/makedef.pl
12623 ____________________________________________________________________________
12624 [  2833] By: gsar                                  on 1999/02/08  10:56:16
12625         Log: remove spurious #endif in last change
12626      Branch: perl
12627            ! perl.h
12628 ____________________________________________________________________________
12629 [  2832] By: gsar                                  on 1999/02/08  10:34:55
12630         Log: make EMBEDMYMALLOC the default and provide PERL_POLLUTE_MALLOC to let
12631              them ask for insanity (untested)
12632      Branch: perl
12633            ! INSTALL Todo-5.005 ext/SDBM_File/sdbm/sdbm.h hints/machten.sh
12634            ! hints/next_3.sh hints/next_4.sh hints/qnx.sh iperlsys.h
12635            ! malloc.c perl.h pod/perldelta.pod pod/perlguts.pod sv.c
12636 ____________________________________________________________________________
12637 [  2831] By: jhi                                   on 1999/02/08  08:33:33
12638         Log: Update vms/subconfigure.com along the lines of change #2829.
12639      Branch: cfgperl
12640            ! vms/subconfigure.com
12641 ____________________________________________________________________________
12642 [  2830] By: gsar                                  on 1999/02/08  00:19:46
12643         Log: integrate cfgperl changes into mainline
12644      Branch: perl
12645           +> ext/DynaLoader/dl_beos.xs ext/GDBM_File/hints/sco.pl
12646           +> lib/File/PathConvert.pm pod/perlthrtut.pod
12647            ! Changes
12648           !> (integrate 93 files)
12649 ____________________________________________________________________________
12650 [  2829] By: jhi                                   on 1999/02/07  23:49:46
12651         Log: Configure update.
12652              
12653              Probe for mmap() et alia.
12654              The *cc*symbols patch (just Configure, no h2ph).
12655      Branch: cfgperl
12656            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12657            ! config_h.SH perl.h
12658 ____________________________________________________________________________
12659 [  2828] By: gsar                                  on 1999/02/07  23:38:47
12660         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12661              Date: Sun, 7 Feb 1999 17:25:22 -0500
12662              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
12663              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
12664      Branch: perl
12665            + t/op/subst_amp.t t/op/subst_wamp.t
12666            ! MANIFEST regcomp.c t/op/subst.t
12667 ____________________________________________________________________________
12668 [  2827] By: gsar                                  on 1999/02/07  23:27:32
12669         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12670              Date: Sun, 7 Feb 1999 17:00:10 -0500
12671              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
12672              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
12673      Branch: perl
12674            ! pp_hot.c t/op/pat.t
12675 ____________________________________________________________________________
12676 [  2826] By: gsar                                  on 1999/02/07  23:26:04
12677         Log: patch for change#2822, done right; add PERL_OBJECT stuff; regen headers
12678              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12679              Date: Sun, 7 Feb 1999 15:07:27 -0500
12680              Message-ID: <19990207150726.A571@monk.mps.ohio-state.edu>
12681              Subject: Re: fixing memory leaks in REx compilation
12682      Branch: perl
12683            ! embed.h embed.pl objXSUB.h proto.h regcomp.c regcomp.h
12684            ! regexec.c
12685 ____________________________________________________________________________
12686 [  2825] By: jhi                                   on 1999/02/07  18:05:13
12687         Log: Integrate from mainperl.
12688      Branch: cfgperl
12689           +> lib/DB.pm t/comp/bproto.t
12690           !> MANIFEST ext/Data/Dumper/Dumper.pm ext/SDBM_File/sdbm/sdbm.c
12691           !> lib/Pod/Html.pm op.c perly.c perly.y perly_c.diff
12692           !> pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod regcomp.h
12693           !> toke.c vms/perly_c.vms
12694 ____________________________________________________________________________
12695 [  2824] By: gsar                                  on 1999/02/07  14:21:48
12696         Log: tweak doc on bitwise ops
12697      Branch: perl
12698            ! pod/perlop.pod
12699 ____________________________________________________________________________
12700 [  2823] By: gsar                                  on 1999/02/07  13:38:31
12701         Log: applied suggested patch; regen perly* and vms/perly*
12702              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
12703              Date: Sun, 13 Dec 1998 01:10:12 -0800 (PST)
12704              Message-ID: <13939.26706.620683.846776@fre-76-120.reshall.berkeley.edu>
12705              Subject: [PATCH] Re: Suggestion for perlobj man page
12706      Branch: perl
12707            ! perly.c perly.y perly_c.diff toke.c vms/perly_c.vms
12708 ____________________________________________________________________________
12709 [  2822] By: gsar                                  on 1999/02/07  12:39:09
12710         Log: Ilya's idea for cleaning up failed regex allocs (substantive parts
12711              disabled, fails tests)
12712      Branch: perl
12713            ! regcomp.h
12714 ____________________________________________________________________________
12715 [  2821] By: gsar                                  on 1999/02/07  11:09:39
12716         Log: pod2html misinterprets Foo::Bar as a URL (fix suggested by Alexander Barilo
12717              <Alexander.Barilo@aexp.com>)
12718      Branch: perl
12719            ! lib/Pod/Html.pm
12720 ____________________________________________________________________________
12721 [  2820] By: gsar                                  on 1999/02/07  10:20:35
12722         Log: add draft debugging API implementation
12723      Branch: perl
12724            + lib/DB.pm
12725            ! MANIFEST
12726 ____________________________________________________________________________
12727 [  2819] By: gsar                                  on 1999/02/07  09:58:45
12728         Log: avoid garbage in db->dirbuf
12729              From: Masahiro KAJIURA <masahiro.kajiura@toshiba.co.jp>
12730              Date: Sat, 05 Dec 1998 14:14:54 +0900
12731              Message-Id: <199812050514.OAA23268@toshiba.co.jp>
12732              Subject: SDBM bug
12733      Branch: perl
12734            ! ext/SDBM_File/sdbm/sdbm.c
12735 ____________________________________________________________________________
12736 [  2818] By: gsar                                  on 1999/02/07  09:32:24
12737         Log: missing entry
12738      Branch: perl
12739            ! MANIFEST
12740 ____________________________________________________________________________
12741 [  2817] By: gsar                                  on 1999/02/07  09:30:47
12742         Log: properly prototype check parenthesized unary ops (e.g. defined(&a,&b))
12743      Branch: perl
12744            + t/comp/bproto.t
12745            ! op.c pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
12746 ____________________________________________________________________________
12747 [  2816] By: gsar                                  on 1999/02/06  00:14:29
12748         Log: minor bug in dumping blessed subrefs
12749      Branch: perl
12750            ! ext/Data/Dumper/Dumper.pm
12751 ____________________________________________________________________________
12752 [  2812] By: jhi                                   on 1999/02/03  22:02:24
12753         Log: Enhance change #2808.
12754              
12755              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
12756              To: perl5-porters@perl.org
12757              Subject: Re: [PATCH 5.00*]: perlbug checklist
12758              Date: Wed, 3 Feb 1999 19:02:27 +0000
12759              Message-Id: <E1087ZD-0005z1-00@taurus.cus.cam.ac.uk>
12760      Branch: cfgperl
12761            ! utils/perlbug.PL
12762 ____________________________________________________________________________
12763 [  2811] By: jhi                                   on 1999/02/03  21:53:23
12764         Log: From: Barrie Slaymaker <rbs@telerama.com>
12765              To: perl5-porters@perl.org
12766              CC: pod-people@perl.org
12767              Subject: [PATCH]5.005_54 (pod2html) Generate Relative URLs
12768              Date: Wed, 03 Feb 1999 10:34:18 -0500
12769              Message-ID: <36B86C7A.E99EFFF1@telerama.com>
12770              
12771              Add File::PathConvert.pm.
12772              Fix Pod::Html and installhtml to understand relative urls.
12773      Branch: cfgperl
12774            + lib/File/PathConvert.pm
12775            ! MANIFEST installhtml lib/Pod/Html.pm
12776 ____________________________________________________________________________
12777 [  2810] By: jhi                                   on 1999/02/03  20:25:10
12778         Log: From: Francois Desarmenien <desar@club-internet.fr>
12779              To: Mailing list Perl5 <perl5-porters@perl.org>
12780              Subject: [PATCH]5.005_54 (hints) SCO 3/5 hint files and SysV correction
12781              Date: Wed, 03 Feb 1999 13:13:24 +0000
12782              Message-ID: <36B84B74.5EC9B6C8@club-internet.fr>
12783              
12784              (note: this patch completely overrides Tom Wolfe's patch,
12785              change #2604)
12786      Branch: cfgperl
12787            + ext/GDBM_File/hints/sco.pl
12788            ! MANIFEST ext/IPC/SysV/SysV.xs hints/sco.sh
12789 ____________________________________________________________________________
12790 [  2809] By: jhi                                   on 1999/02/03  19:54:16
12791         Log: h2ph fixes + Configure patch to support them.
12792              
12793              From: "Kurt D. Starsinic" <kstar@chapin.edu>
12794              To: Graham Barr <gbarr@pobox.com>, Jarkko Hietaniemi <jhi@iki.fi>,
12795              Gurusamy Sarathy <gsar@engin.umich.edu>
12796              Cc: perl5-porters@perl.org
12797              Subject: [PATCH 5.00503_MT5] h2ph.PL
12798              Date: Tue, 2 Feb 1999 19:48:06 -0500
12799              Message-ID: <19990202194806.E10647@O2.chapin.edu>
12800      Branch: maint-5.005/perl
12801            ! Configure utils/h2ph.PL
12802 ____________________________________________________________________________
12803 [  2808] By: jhi                                   on 1999/02/03  16:59:55
12804         Log: Enhance the perlbug checklist.
12805      Branch: cfgperl
12806            ! utils/perlbug.PL
12807 ____________________________________________________________________________
12808 [  2807] By: jhi                                   on 1999/02/03  14:01:37
12809         Log: Document the standard strftime %formats.
12810              
12811              From: Dominic Dunlop <domo@vo.lu>
12812              To: "Kurt D. Starsinic" <kstar@chapin.edu>, Ben Gertzfield <che@debian.org>
12813              Subject: [PATCH] 5.00[45]*: Re: POSIX's strftime() does not enforce POSIX %C on Solaris
12814              Date: Tue, 2 Feb 1999 15:55:29 +0100
12815              Message-Id: <v0311070cb2dcb3f5f773@[212.24.192.188]>
12816      Branch: cfgperl
12817            ! ext/POSIX/POSIX.pod
12818 ____________________________________________________________________________
12819 [  2806] By: jhi                                   on 1999/02/03  13:58:00
12820         Log: Integrate from mainperl.
12821      Branch: cfgperl
12822           !> perl.h
12823 ____________________________________________________________________________
12824 [  2805] By: gsar                                  on 1999/02/03  03:32:31
12825         Log: PL_uuemap[] init needs help for sizeof()
12826      Branch: perl
12827            ! perl.h
12828 ____________________________________________________________________________
12829 [  2804] By: jhi                                   on 1999/02/02  20:44:30
12830         Log: These should've been already in #2803.
12831      Branch: cfgperl
12832            ! Configure config_h.SH vms/subconfigure.com
12833 ____________________________________________________________________________
12834 [  2803] By: jhi                                   on 1999/02/02  20:38:45
12835         Log: telldir prototype issue, from mists of time...
12836      Branch: cfgperl
12837            ! hints/netbsd.sh pp_sys.c
12838 ____________________________________________________________________________
12839 [  2801] By: jhi                                   on 1999/02/02  17:40:14
12840         Log: From: John Bley <jbb6@acpub.duke.edu>
12841              To: perlbug@perl.org
12842              Subject: [PATCH]5.005_54 (DOC) fix minor typos
12843              Date: Tue, 2 Feb 1999 07:52:52 -0500 (EST)
12844              Message-ID: <Pine.SOL.3.91.990202075115.23589A-100000@soc11.acpub.duke.edu>
12845      Branch: cfgperl
12846            ! pod/perlre.pod
12847 ____________________________________________________________________________
12848 [  2800] By: jhi                                   on 1999/02/02  17:26:49
12849         Log: Update todo with POSIX 1003.1 1996 Edition reminder.
12850      Branch: cfgperl
12851            ! Todo-5.005
12852 ____________________________________________________________________________
12853 [  2799] By: jhi                                   on 1999/02/02  17:18:51
12854         Log: Update FindBin from maint-5.005.
12855      Branch: cfgperl
12856            ! lib/FindBin.pm
12857 ____________________________________________________________________________
12858 [  2798] By: jhi                                   on 1999/02/02  17:16:07
12859         Log: Fix typecasts in #2797
12860              
12861              From: "G. Del Merritt" <del@intranetics.com>
12862              Date: Fri, 29 Jan 1999 11:47:25 -0700
12863              Message-Id: <199901291847.LAA04828@jhereg.perl.com>
12864              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on MSWin32-x86-object 4.0 (PATCH included)
12865      Branch: cfgperl
12866            ! ext/POSIX/POSIX.xs
12867 ____________________________________________________________________________
12868 [  2797] By: jhi                                   on 1999/02/02  17:14:37
12869         Log: From: Ted Law <tedlaw@cibcwg.com>
12870              Date: Wed, 27 Jan 1999 14:54:03 -0500 (EST)
12871              Message-Id: <199901271954.OAA07391@dcm2.cibcwg.com>
12872              Subject: POSIX::strftime buffer overflow problem
12873      Branch: cfgperl
12874            ! ext/POSIX/POSIX.xs
12875 ____________________________________________________________________________
12876 [  2796] By: jhi                                   on 1999/02/02  17:13:23
12877         Log: Do not use File::Slurp.
12878      Branch: cfgperl
12879            ! t/lib/textfill.t
12880 ____________________________________________________________________________
12881 [  2795] By: jhi                                   on 1999/02/02  17:11:48
12882         Log: perlhist update from maint-5.005.
12883      Branch: cfgperl
12884            ! pod/perlhist.pod
12885 ____________________________________________________________________________
12886 [  2794] By: jhi                                   on 1999/02/02  17:10:33
12887         Log: POSIX::redef setv?buf() to IO::Handle:: (by gbarr).
12888      Branch: cfgperl
12889            ! ext/POSIX/POSIX.pm
12890 ____________________________________________________________________________
12891 [  2793] By: jhi                                   on 1999/02/02  17:08:39
12892         Log: Missed the html test from change #2787. 
12893      Branch: cfgperl
12894            ! t/lib/cgi-html.t
12895 ____________________________________________________________________________
12896 [  2792] By: jhi                                   on 1999/02/02  17:01:24
12897         Log: Update Getopt::Long to 2.19.
12898      Branch: cfgperl
12899            ! lib/Getopt/Long.pm
12900 ____________________________________________________________________________
12901 [  2791] By: jhi                                   on 1999/02/02  16:59:13
12902         Log: overload syntax is no longer experimental
12903      Branch: cfgperl
12904            ! lib/overload.pm
12905 ____________________________________________________________________________
12906 [  2789] By: jhi                                   on 1999/02/02  16:47:50
12907         Log: Still doc fixes.
12908      Branch: cfgperl
12909            ! lib/diagnostics.pm
12910 ____________________________________________________________________________
12911 [  2788] By: jhi                                   on 1999/02/02  16:47:07
12912         Log: Doc fixes.
12913      Branch: cfgperl
12914            ! lib/CGI.pm lib/diagnostics.pm
12915 ____________________________________________________________________________
12916 [  2787] By: jhi                                   on 1999/02/02  16:38:55
12917         Log: CGI.pm updated to 2.46 (the CGI docs fixes redone
12918              where applicable).
12919      Branch: cfgperl
12920            ! eg/cgi/RunMeFirst eg/cgi/caution.xbm
12921            ! eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
12922            ! eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
12923            ! eg/cgi/dna.small.gif.uu eg/cgi/file_upload.cgi
12924            ! eg/cgi/frameset.cgi eg/cgi/index.html
12925            ! eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
12926            ! eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
12927            ! eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
12928            ! eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo.gif.uu
12929            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
12930            ! lib/CGI/Fast.pm lib/CGI/Push.pm lib/CGI/Switch.pm
12931 ____________________________________________________________________________
12932 [  2786] By: jhi                                   on 1999/02/02  16:17:52
12933         Log: Update CPAN to 1.47.
12934      Branch: cfgperl
12935            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
12936 ____________________________________________________________________________
12937 [  2785] By: jhi                                   on 1999/02/02  16:09:03
12938         Log: From: Mark-Jason Dominus <mjd@plover.com>
12939              Date: Sat, 16 Jan 1999 17:22:06 -0500
12940              Subject: Re: DOC PATCH (5.005_54 perlsub.pod)
12941              Message-ID: <19990116222206.3674.qmail@plover.com>
12942      Branch: cfgperl
12943            ! pod/perlsub.pod
12944 ____________________________________________________________________________
12945 [  2784] By: jhi                                   on 1999/02/02  16:01:31
12946         Log: Fix incorrect "used only once" warnings
12947              
12948              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12949              Date: Fri, 8 Jan 1999 04:37:10 -0500
12950              Message-ID: <19990108043710.A14390@monk.mps.ohio-state.edu>
12951              Subject: Re: change#965 flakiness
12952      Branch: cfgperl
12953            ! gv.c
12954 ____________________________________________________________________________
12955 [  2783] By: jhi                                   on 1999/02/02  15:50:38
12956         Log: perldelta updates.
12957      Branch: cfgperl
12958            ! pod/perldelta.pod
12959 ____________________________________________________________________________
12960 [  2782] By: jhi                                   on 1999/02/02  14:28:26
12961         Log: Mirror change #2781.
12962      Branch: cfgperl
12963            ! hints/linux.sh
12964 ____________________________________________________________________________
12965 [  2781] By: jhi                                   on 1999/02/02  14:27:01
12966         Log: Update the MkLinux note.
12967      Branch: maint-5.005/perl
12968            ! hints/linux.sh
12969 ____________________________________________________________________________
12970 [  2780] By: jhi                                   on 1999/02/02  14:10:59
12971         Log: Update todo.
12972      Branch: cfgperl
12973            ! Todo-5.005
12974 ____________________________________________________________________________
12975 [  2779] By: jhi                                   on 1999/02/02  14:00:25
12976         Log: Integrate from mainperl.
12977      Branch: cfgperl
12978            ! t/lib/textfill.t t/lib/textwrap.t
12979           !> (integrate 32 files)
12980 ____________________________________________________________________________
12981 [  2778] By: jhi                                   on 1999/02/02  13:56:23
12982         Log: VMS update, applicable parts of
12983              
12984              From: Dan Sugalski <sugalskd@osshe.edu>
12985              To: perl5-porters@perl.org
12986              Subject: [PATCH 5.005_03MT3]VMS configure tweak
12987              Date: Wed, 20 Jan 1999 12:05:18 -0800
12988              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
12989              
12990              From: Dan Sugalski <sugalskd@osshe.edu>
12991              To: perlbug@perl.com, vmsperl@perl.org
12992              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on VMSAXP (Patch included, of course)
12993              Date: Tue, 26 Jan 1999 14:40:38 -0800
12994              Message-Id: <3.0.6.32.19990126144038.02e5d650@ous.edu>
12995              
12996              From: Dan Sugalski <sugalskd@osshe.edu>
12997              To: perl5-porters@perl.org, vmsperl@perl.org
12998              Subject: [PATCH 5.005_03-MAILT_TRIAL_4]VMS test patches
12999              Date: Tue, 26 Jan 1999 14:55:29 -0800
13000              Message-Id: <3.0.6.32.19990126145529.02f22280@ous.edu>
13001      Branch: cfgperl
13002            ! vms/ext/Stdio/test.pl vms/subconfigure.com
13003 ____________________________________________________________________________
13004 [  2777] By: jhi                                   on 1999/02/02  13:43:24
13005         Log: Synch usethreads parts from maint-5.005.
13006      Branch: cfgperl
13007            ! hints/aix.sh hints/dec_osf.sh hints/dos_djgpp.sh
13008            ! hints/freebsd.sh hints/hpux.sh hints/irix_4.sh hints/irix_5.sh
13009            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
13010            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
13011 ____________________________________________________________________________
13012 [  2776] By: jhi                                   on 1999/02/02  13:17:16
13013         Log: Jumbo FreeBSD update from Anton Berezin <tobez@plab.ku.dk>
13014      Branch: cfgperl
13015            ! Makefile.SH hints/freebsd.sh
13016 ____________________________________________________________________________
13017 [  2774] By: jhi                                   on 1999/02/02  13:10:39
13018         Log: Add perlthrtut, update pod/* machinery.
13019              (a pod/Makefile.SH is sorely needed)
13020      Branch: cfgperl
13021            + pod/perlthrtut.pod
13022            ! MANIFEST pod/Makefile pod/perl.pod pod/roffitall
13023 ____________________________________________________________________________
13024 [  2773] By: jhi                                   on 1999/02/02  12:54:24
13025         Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
13026              To: perl5-porters@perl.org
13027              Subject: Re: [PATCH] perl5.005_03-MAINT_TRIAL_3: clarify Sv[INU]V versus Sv[INU]VX in perlguts
13028              Date: Tue, 26 Jan 1999 22:25:07 +0000
13029              Message-Id: <E105Gux-0000Ac-00@taurus.cus.cam.ac.uk>
13030      Branch: cfgperl
13031            ! pod/perlguts.pod
13032 ____________________________________________________________________________
13033 [  2771] By: jhi                                   on 1999/02/02  12:47:34
13034         Log: Use perlbug instead of personal email address.
13035      Branch: cfgperl
13036            ! Configure
13037 ____________________________________________________________________________
13038 [  2770] By: jhi                                   on 1999/02/02  12:42:06
13039         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
13040              
13041              From: "G. Del Merritt" <del@intranetics.com>
13042              To: perlbug@perl.com
13043              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
13044              Date: Tue, 26 Jan 1999 12:09:09 -0700
13045              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
13046      Branch: cfgperl
13047            ! iperlsys.h
13048 ____________________________________________________________________________
13049 [  2769] By: jhi                                   on 1999/02/02  12:37:57
13050         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13051              To: Mailing list Perl5 <perl5-porters@perl.org>
13052              Subject: [PATCH 5.005_*] OS/2 threads
13053              Date: Tue, 26 Jan 1999 13:39:46 -0500
13054              Message-ID: <19990126133946.A11594@monk.mps.ohio-state.edu>
13055      Branch: cfgperl
13056            ! os2/os2ish.h
13057 ____________________________________________________________________________
13058 [  2768] By: jhi                                   on 1999/02/02  12:36:16
13059         Log: Apply change #2711 from maint-5.005:
13060              
13061              make ok", "make okfile", and "make nok" were broken
13062              with -Duseshrplib, because of a shared typo.
13063              
13064              From: Spider Boardman <spider@web.zk3.dec.com>
13065              To: perlbug@perl.com
13066              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
13067              Date: Wed, 27 Jan 1999 12:27:15 -0500
13068              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
13069      Branch: cfgperl
13070            ! Makefile.SH
13071 ____________________________________________________________________________
13072 [  2766] By: jhi                                   on 1999/02/02  12:27:08
13073         Log: Make Configure use "int main()" instead of bare "main()".
13074              Like maint-5.005 change #2703 but now via metaconfig.
13075      Branch: cfgperl
13076            ! Configure
13077 ____________________________________________________________________________
13078 [  2765] By: jhi                                   on 1999/02/02  11:59:30
13079         Log: Undo part of change #2562.
13080      Branch: cfgperl
13081            ! Configure
13082 ____________________________________________________________________________
13083 [  2764] By: jhi                                   on 1999/02/02  11:52:39
13084         Log: NetBSD synch with maint-5.005.
13085      Branch: cfgperl
13086            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
13087 ____________________________________________________________________________
13088 [  2763] By: jhi                                   on 1999/02/02  11:44:07
13089         Log: $Config{installusrbinperl}
13090              (maint-5.005 changes #2614 and #2709)
13091      Branch: cfgperl
13092            ! Configure installperl
13093 ____________________________________________________________________________
13094 [  2762] By: jhi                                   on 1999/02/02  11:29:13
13095         Log: Errno update from maint-5.005 (changes #2583, #2710).
13096      Branch: cfgperl
13097            ! Configure ext/Errno/Errno_pm.PL
13098 ____________________________________________________________________________
13099 [  2759] By: jhi                                   on 1999/02/02  10:53:20
13100         Log: Update Trig.pm from maint-5.005.
13101      Branch: cfgperl
13102            ! lib/Math/Trig.pm
13103 ____________________________________________________________________________
13104 [  2757] By: jhi                                   on 1999/02/02  10:41:26
13105         Log: MPE/iX update (mirror maint-5.005 change #2715)
13106      Branch: cfgperl
13107            ! hints/mpeix.sh mpeix/relink
13108 ____________________________________________________________________________
13109 [  2756] By: jhi                                   on 1999/02/02  10:38:08
13110         Log: BeOS update (Mirror maint-5.005 change #2727).
13111      Branch: cfgperl
13112            + ext/DynaLoader/dl_beos.xs
13113            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
13114            ! lib/ExtUtils/MM_Unix.pm
13115 ____________________________________________________________________________
13116 [  2754] By: gsar                                  on 1999/02/02  08:52:13
13117         Log: Todo updates from Andy Dougherty <doughera@lafayette.edu>
13118      Branch: perl
13119            ! Porting/pumpkin.pod Todo Todo-5.005
13120 ____________________________________________________________________________
13121 [  2753] By: gsar                                  on 1999/02/02  08:46:21
13122         Log: Todo tweaks
13123      Branch: perl
13124            ! Todo Todo-5.005
13125 ____________________________________________________________________________
13126 [  2752] By: jhi                                   on 1999/02/01  22:15:12
13127         Log: Add perlthrtut.pod.
13128              
13129              From: Dan Sugalski <sugalskd@osshe.edu>
13130              To: perl5-porters@perl.org
13131              Subject: perlthrtut.pod
13132              Date: Mon, 01 Feb 1999 10:57:11 -0800
13133              Message-Id: <3.0.6.32.19990201105711.02e62540@ous.edu>
13134      Branch: maint-5.005/perl
13135            + pod/perlthrtut.pod
13136            ! MANIFEST pod/Makefile pod/buildtoc pod/perldelta.pod
13137            ! pod/roffitall
13138 ____________________________________________________________________________
13139 [  2751] By: gsar                                  on 1999/02/01  07:28:05
13140         Log: devnull() support from Jan Dubois <jan.dubois@ibm.net> and others
13141      Branch: perl
13142            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
13143            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
13144 ____________________________________________________________________________
13145 [  2750] By: gsar                                  on 1999/02/01  07:09:20
13146         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13147              Date: Fri, 4 Dec 1998 01:02:03 -0500 (EST)
13148              Message-Id: <199812040602.BAA07215@monk.mps.ohio-state.edu>
13149              Subject: [PATCH 5.005_53] Debugging REx with lookbehind
13150      Branch: perl
13151            ! regexec.c
13152 ____________________________________________________________________________
13153 [  2749] By: gsar                                  on 1999/02/01  07:07:59
13154         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13155              Date: Fri, 4 Dec 1998 00:05:41 -0500 (EST)
13156              Message-Id: <199812040505.AAA16616@monk.mps.ohio-state.edu>
13157              Subject: [PATCH 5.005_53] Speed up .*? and half-fix UTF lookbehind
13158      Branch: perl
13159            ! regexec.c
13160 ____________________________________________________________________________
13161 [  2748] By: gsar                                  on 1999/02/01  06:47:06
13162         Log: From: "Jonathan I. Kamens" <jik@kamens.brookline.ma.us>
13163              Date: Thu, 3 Dec 1998 15:10:17 -0500
13164              Message-Id: <199812032010.PAA09692@jik.shore.net>
13165              Subject: sample checksum code in "perlfunc" man page is wrong
13166      Branch: perl
13167            ! pod/perlfunc.pod
13168 ____________________________________________________________________________
13169 [  2747] By: gsar                                  on 1999/02/01  06:35:13
13170         Log: typos in Pod/Text.pm
13171              From: "Greg Chapman" <glc@well.com>
13172              Date: Tue, 1 Dec 1998 10:50:18 -0800
13173              Message-Id: <199812011849.KAA08816@smtp.well.com>
13174              Subject: Glitch in Pod::Text
13175      Branch: perl
13176            ! lib/Pod/Text.pm
13177 ____________________________________________________________________________
13178 [  2746] By: gsar                                  on 1999/02/01  06:27:35
13179         Log: various win32-ish changes merged from maint-5.005
13180      Branch: perl
13181            ! README.win32 embedvar.h globvar.sym lib/ExtUtils/MM_Unix.pm
13182            ! objXSUB.h op.c perl.h perlvars.h pp.c sv.c t/io/fs.t toke.c
13183            ! win32/Makefile win32/config.bc win32/config.vc
13184            ! win32/config_sh.PL win32/makefile.mk win32/runperl.c
13185            ! win32/win32.c
13186 ____________________________________________________________________________
13187 [  2745] By: gsar                                  on 1999/02/01  04:51:54
13188         Log: integrate cfgperl changes into mainline
13189      Branch: perl
13190           !> INSTALL hints/aix.sh lib/Time/Local.pm pod/perldelta.pod
13191 ____________________________________________________________________________
13192 [  2744] By: gsar                                  on 1999/02/01  04:31:09
13193         Log: improved diagnostic on syntax errors at EOL
13194      Branch: perl
13195            ! toke.c
13196 ____________________________________________________________________________
13197 [  2743] By: gsar                                  on 1999/02/01  03:59:13
13198         Log: don't attempt connect() to bogus IP addresses
13199              From:    Graham Barr <gbarr@pobox.com>
13200              Date:    Sun, 31 Jan 1999 21:50:45 CST
13201              Message-Id: <19990131215045.A633@pobox.com>
13202      Branch: perl
13203            ! t/lib/io_multihomed.t
13204 ____________________________________________________________________________
13205 [  2742] By: gsar                                  on 1999/02/01  03:08:58
13206         Log: update Changes
13207      Branch: perl
13208            ! Changes pod/perldelta.pod
13209 ____________________________________________________________________________
13210 [  2740] By: gsar                                  on 1999/02/01  02:43:07
13211         Log: CAPI inheritance tweak and doc
13212      Branch: maint-5.005/perl
13213            ! lib/ExtUtils/MakeMaker.pm
13214 ____________________________________________________________________________
13215 [  2739] By: jhi                                   on 1999/01/31  18:31:54
13216         Log: Undo changes #2730 and #2731 and replace them
13217              with an extensively tested patch from
13218              Anton Berezin <tobez@plab.ku.dk> (via private email).
13219      Branch: maint-5.005/perl
13220            ! Makefile.SH hints/freebsd.sh
13221 ____________________________________________________________________________
13222 [  2738] By: gsar                                  on 1999/01/31  05:04:32
13223         Log: fix bogus CAPI inheritance from change#2541
13224      Branch: maint-5.005/perl
13225            ! lib/ExtUtils/MakeMaker.pm
13226 ____________________________________________________________________________
13227 [  2731] By: jhi                                   on 1999/01/29  14:33:12
13228         Log: FreeBSD version numbers can be like "2.2.8-release".
13229      Branch: maint-5.005/perl
13230            ! hints/freebsd.sh
13231 ____________________________________________________________________________
13232 [  2730] By: jhi                                   on 1999/01/29  12:40:38
13233         Log: FreeBSD hints iteration (hopefully convergent).
13234              usethreads: require at least FreeBSD 2.2.8.
13235              signal type: mirror change #2429 in cfgperl.
13236      Branch: maint-5.005/perl
13237            ! hints/freebsd.sh
13238 ____________________________________________________________________________
13239 [  2727] By: gbarr                                 on 1999/01/29  04:09:57
13240         Log: From: Tom Spindler <dogcow@isi.net>
13241              Date: Thu, 28 Jan 1999 17:15:11 -0800
13242              Message-ID: <19990128171510.A11778@isi.net>
13243              Subject: [PATCH] BeOS dynamic loading support for perl5.005_03_MT4
13244      Branch: maint-5.005/perl
13245            + ext/DynaLoader/dl_beos.xs
13246            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
13247            ! lib/ExtUtils/MM_Unix.pm
13248 ____________________________________________________________________________
13249 [  2726] By: gbarr                                 on 1999/01/29  03:30:51
13250         Log: Remove use of File::Slurp in t/lib/textfill.t
13251      Branch: maint-5.005/perl
13252            ! t/lib/textfill.t
13253 ____________________________________________________________________________
13254 [  2725] By: gbarr                                 on 1999/01/29  03:11:41
13255         Log: From: Gurusamy Sarathy <gsar@ActiveState.com>
13256              Date: Wed, 27 Jan 1999 23:14:33 -0800
13257              Message-Id: <199901280714.XAA10176@activestate.com>
13258              Subject: Re: NOT OK: "@INC contains: ." after make install - MAINT_TRIAL_4 - 5.005_03 maintenance trial 4 MSWin32-x86-object
13259      Branch: maint-5.005/perl
13260            ! win32/Makefile win32/makefile.mk
13261 ____________________________________________________________________________
13262 [  2720] By: gsar                                  on 1999/01/27  21:54:42
13263         Log: missing space while munging CCFLAGS for PERL_CAPI
13264      Branch: perl
13265            ! lib/ExtUtils/MM_Unix.pm
13266 ____________________________________________________________________________
13267 [  2718] By: jhi                                   on 1999/01/27  19:46:04
13268         Log: io/fs.t fails test #18 (sense of tests appears to have been
13269              changed incompletely; this patch just skips the test attached,
13270              a la test #17 preceding it).
13271              
13272              From: "G. Del Merritt" <del@intranetics.com>
13273              To: perlbug@perl.com
13274              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
13275              Date: Tue, 26 Jan 1999 12:09:09 -0700
13276              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
13277      Branch: maint-5.005/perl
13278            ! t/io/fs.t
13279 ____________________________________________________________________________
13280 [  2717] By: jhi                                   on 1999/01/27  19:44:46
13281         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
13282              
13283              From: "G. Del Merritt" <del@intranetics.com>
13284              To: perlbug@perl.com
13285              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
13286              Date: Tue, 26 Jan 1999 12:09:09 -0700
13287              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
13288      Branch: maint-5.005/perl
13289            ! iperlsys.h
13290 ____________________________________________________________________________
13291 [  2715] By: jhi                                   on 1999/01/27  19:34:28
13292         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
13293              To: perl5-porters@perl.org
13294              Subject: [PATCH perl5.005_03-MAINT_TRIAL_4] MPE port tweaks
13295              Date: Tue, 26 Jan 1999 16:32:18 -0800 (PST)
13296              Message-Id: <199901270032.QAA13395@spock.dis.cccd.edu>
13297      Branch: maint-5.005/perl
13298            ! hints/mpeix.sh mpeix/relink
13299 ____________________________________________________________________________
13300 [  2710] By: jhi                                   on 1999/01/27  19:22:23
13301         Log: Errno fixes:
13302              
13303              From: Spider Boardman <spider@web.zk3.dec.com>
13304              To: perlbug@perl.com
13305              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
13306              Date: Wed, 27 Jan 1999 12:27:15 -0500
13307              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
13308              
13309              From: Spider Boardman <spider@web.zk3.dec.com>
13310              To: perlbug@perl.com
13311              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
13312              Date: Wed, 27 Jan 1999 13:31:16 -0500
13313              Message-Id: <199901271831.NAA241001@web.zk3.dec.com>
13314      Branch: maint-5.005/perl
13315            ! Configure ext/Errno/Errno_pm.PL
13316 ____________________________________________________________________________
13317 [  2709] By: jhi                                   on 1999/01/27  19:17:35
13318         Log: Fix Configure installusrbinperl:
13319              
13320              From: Spider Boardman <spider@web.zk3.dec.com>
13321              To: jhi@iki.fi
13322              cc: perl5-porters@perl.org
13323              Subject: Re: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
13324              Date: Wed, 27 Jan 1999 13:03:35 -0500
13325              Message-Id: <199901271803.NAA238257@web.zk3.dec.com>
13326      Branch: maint-5.005/perl
13327            ! Configure
13328 ____________________________________________________________________________
13329 [  2707] By: gbarr                                 on 1999/01/26  02:06:17
13330         Log: Add redef IO::Handle::* for setv?buf()
13331      Branch: maint-5.005/perl
13332            ! ext/POSIX/POSIX.pm
13333 ____________________________________________________________________________
13334 [  2705] By: jhi                                   on 1999/01/24  15:14:30
13335         Log: Mention year-1900 and month 0..11.
13336      Branch: cfgperl
13337            ! lib/Time/Local.pm
13338 ____________________________________________________________________________
13339 [  2704] By: jhi                                   on 1999/01/24  15:13:36
13340         Log: Document Configure -Uinstallusrbinperl.
13341      Branch: cfgperl
13342            ! INSTALL pod/perldelta.pod
13343 ____________________________________________________________________________
13344 [  2698] By: jhi                                   on 1999/01/24  12:46:00
13345         Log: Use only xlc_r for usethreads.
13346      Branch: cfgperl
13347            ! hints/aix.sh
13348 ____________________________________________________________________________
13349 [  2695] By: gsar                                  on 1999/01/24  07:09:05
13350         Log: integrate cfgperl changes into mainline
13351      Branch: perl
13352           +> lib/Exporter/Heavy.pm
13353           !> (integrate 65 files)
13354 ____________________________________________________________________________
13355 [  2694] By: gsar                                  on 1999/01/24  01:28:49
13356         Log: better notes on 'make' on win32
13357      Branch: perl
13358            ! README.win32
13359 ____________________________________________________________________________
13360 [  2683] By: jhi                                   on 1999/01/22  15:41:00
13361         Log: More de-cut-and-pastos.
13362      Branch: cfgperl
13363            ! hints/irix_6.sh hints/os2.sh
13364 ____________________________________________________________________________
13365 [  2682] By: jhi                                   on 1999/01/22  15:30:51
13366         Log: usethreads.cbu cut-and-pasto.
13367      Branch: cfgperl
13368            ! hints/solaris_2.sh
13369 ____________________________________________________________________________
13370 [  2681] By: jhi                                   on 1999/01/22  14:54:55
13371         Log: Better (I hope) LANGUAGE documentation.
13372      Branch: cfgperl
13373            ! pod/perllocale.pod
13374 ____________________________________________________________________________
13375 [  2680] By: jhi                                   on 1999/01/22  09:20:29
13376         Log: From: Dan Sugalski <sugalskd@osshe.edu>
13377              To: perl5-porters@perl.org
13378              Subject: [PATCH 5.005_03MT3]VMS configure tweak
13379              Date: Wed, 20 Jan 1999 12:05:18 -0800
13380              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
13381      Branch: cfgperl
13382            ! vms/subconfigure.com
13383 ____________________________________________________________________________
13384 [  2679] By: jhi                                   on 1999/01/22  09:13:18
13385         Log: nosuid getmntent() branch.
13386      Branch: cfgperl
13387            ! perl.c perl.h
13388 ____________________________________________________________________________
13389 [  2678] By: jhi                                   on 1999/01/22  08:54:19
13390         Log: nosuid patch continued: *BSD needs <sys/param.h>.
13391      Branch: cfgperl
13392            ! Configure config_h.SH
13393 ____________________________________________________________________________
13394 [  2676] By: gbarr                                 on 1999/01/22  01:54:02
13395         Log: Fixup FindBin to use File::Spec
13396              
13397              Message-Id: <19990120185157.D24479@west-tip.transeda.com>
13398              Date: Wed, 20 Jan 1999 18:51:57 +0000
13399              From: Paul Johnson <pjcj@transeda.com>
13400              Subject: Re: [PATCH] 5005_54 Make FindBin work with UNC paths
13401      Branch: maint-5.005/perl
13402            ! lib/FindBin.pm
13403 ____________________________________________________________________________
13404 [  2671] By: gbarr                                 on 1999/01/22  00:40:13
13405         Log: Fix win32 for Borland compiler and spaces in paths
13406              
13407              From: Gurusamy Sarathy <gsar@activestate.com>
13408              Date: Mon, 18 Jan 1999 20:33:17 -0800
13409              Message-Id: <199901190433.UAA03656@activestate.com>
13410              Subject: [PATCH] 5.005_03-trial3 win32 issues
13411      Branch: maint-5.005/perl
13412            ! README.win32 win32/Makefile win32/config_sh.PL
13413            ! win32/makefile.mk win32/runperl.c
13414 ____________________________________________________________________________
13415 [  2670] By: jhi                                   on 1999/01/21  16:12:38
13416         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
13417              To: perl5-porters@perl.org
13418              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing
13419              Date: Thu, 21 Jan 1999 12:08:01 +0000
13420              Message-Id: <199901211208.MAA01228@crypt.compulink.co.uk>
13421      Branch: cfgperl
13422            ! pod/perldiag.pod t/op/subst.t toke.c
13423 ____________________________________________________________________________
13424 [  2669] By: jhi                                   on 1999/01/21  16:11:46
13425         Log: To: perl5-porters@perl.org
13426              Subject: [PATCH 5.005_54] hints/freebsd.sh - reflect the birth of version 4.0
13427              From: Anton Berezin <tobez@plab.ku.dk>
13428              Date: 21 Jan 1999 17:07:28 +0100
13429              Message-ID: <86emood2yn.fsf@lion.plab.ku.dk>
13430      Branch: cfgperl
13431            ! hints/freebsd.sh
13432 ____________________________________________________________________________
13433 [  2668] By: jhi                                   on 1999/01/21  15:38:34
13434         Log: Add Daniel Grisinger <dgris@dimensional.com>.
13435      Branch: cfgperl
13436            ! AUTHORS MAINTAIN
13437 ____________________________________________________________________________
13438 [  2667] By: jhi                                   on 1999/01/21  15:32:28
13439         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13440              To: Mailing list Perl5 <perl5-porters@perl.org>
13441              Subject: [PATCH 5.005_53] Lean Exporter.pm
13442              Date: Thu, 21 Jan 1999 03:25:23 -0500
13443              Message-ID: <19990121032523.A25704@monk.mps.ohio-state.edu>
13444      Branch: cfgperl
13445            + lib/Exporter/Heavy.pm
13446            ! MANIFEST lib/Exporter.pm
13447 ____________________________________________________________________________
13448 [  2666] By: jhi                                   on 1999/01/21  15:24:10
13449         Log: From: "W. Phillip Moore" <wpm@ms.com>
13450              To: Graham Barr <gbarr@ti.com>, perlbug@perl.org
13451              Subject: Re: [PATCH] File::Path 1.04 bug (all perl5 core versions)
13452              Date: Tue, 19 Jan 1999 11:39:11 -0500 (EST)
13453              Message-ID: <13988.46383.298992.97303@zappa>
13454      Branch: cfgperl
13455            ! lib/File/Path.pm
13456 ____________________________________________________________________________
13457 [  2665] By: jhi                                   on 1999/01/21  15:20:48
13458         Log: CPAN update (CPAN-1.44_54) from Andreas and
13459              jumbo doc patch from Abigail.
13460              
13461              From: abigail@fnx.com
13462              To: perl5-porters@perl.org (Perl Porters)
13463              Subject: [PATCH 5.005_03 TRIAL 3 lib/AutoLoader.pm]  Typos
13464              Date: Tue, 19 Jan 1999 19:14:10 -0500 (EST)
13465              Message-ID: <19990120001410.19645.qmail@alexandra.wayne.fnx.com>
13466              
13467              From: abigail@fnx.com
13468              To: perl5-porters@perl.org (Perl Porters)
13469              Subject: [PATCH 5.005_03 TRIAL3 lib/CGI.pm] Typos
13470              Date: Tue, 19 Jan 1999 19:32:42 -0500 (EST)
13471              Message-ID: <19990120003242.19938.qmail@alexandra.wayne.fnx.com>
13472              
13473              From: abigail@fnx.com
13474              To: perl5-porters@perl.org (Perl Porters)
13475              Subject: [PATCH 5.005_03 TRIAL3 lib/CPAN.pm] Typos
13476              Date: Tue, 19 Jan 1999 19:40:41 -0500 (EST)
13477              Message-ID: <19990120004041.20052.qmail@alexandra.wayne.fnx.com>
13478              
13479              From: abigail@fnx.com
13480              To: perl5-porters@perl.org (Perl Porters)
13481              Subject: [PATCH 5.005_03 TRIAL3 lib/Carp.pm] Typo
13482              Date: Tue, 19 Jan 1999 19:43:12 -0500 (EST)
13483              Message-ID: <19990120004312.20152.qmail@alexandra.wayne.fnx.com>
13484              
13485              From: abigail@fnx.com
13486              To: perl5-porters@perl.org (Perl Porters)
13487              Subject: [PATCH 5.005_03 TRIAL3 lib/Cwd.pm] Typo
13488              Date: Tue, 19 Jan 1999 19:44:29 -0500 (EST)
13489              Message-ID: <19990120004429.20190.qmail@alexandra.wayne.fnx.com>
13490              
13491              From: abigail@fnx.com
13492              To: perl5-porters@perl.org (Perl Porters)
13493              Subject: [PATCH 5.005_03 TRIAL3 lib/Safe.pm] Typo
13494              Date: Tue, 19 Jan 1999 19:52:41 -0500 (EST)
13495              Message-ID: <19990120005241.20693.qmail@alexandra.wayne.fnx.com>
13496              
13497              From: abigail@fnx.com
13498              To: perl5-porters@perl.org (Perl Porters)
13499              Subject: [PATCH 5.005_03 TRIAL3 lib/SelfLoader.pm] Typos
13500              Date: Tue, 19 Jan 1999 19:55:25 -0500 (EST)
13501              Message-ID: <19990120005525.20788.qmail@alexandra.wayne.fnx.com>
13502              
13503              From: abigail@fnx.com
13504              To: perl5-porters@perl.org (Perl Porters)
13505              Subject: [PATCH 5.005_03 TRIAL3 lib/Symbol.pm] Typo
13506              Date: Tue, 19 Jan 1999 19:58:21 -0500 (EST)
13507              Message-ID: <19990120005821.20926.qmail@alexandra.wayne.fnx.com>
13508              
13509              From: abigail@fnx.com
13510              To: perl5-porters@perl.org (Perl Porters)
13511              Subject: [PATCH 5.005_03 TRIAL3 lib/Test.pm] Typo
13512              Date: Tue, 19 Jan 1999 20:00:02 -0500 (EST)
13513              Message-ID: <19990120010002.20973.qmail@alexandra.wayne.fnx.com>
13514              
13515              From: abigail@fnx.com
13516              To: perl5-porters@perl.org (Perl Porters)
13517              Subject: [PATCH 5.005_03 TRIAL3 lib/ops.pm] Typo
13518              Date: Tue, 19 Jan 1999 20:39:09 -0500 (EST)
13519              Message-ID: <19990120013909.23085.qmail@alexandra.wayne.fnx.com>
13520              
13521              From: abigail@fnx.com
13522              To: perl5-porters@perl.org (Perl Porters)
13523              Subject: [PATCH 5.005_03 TRIAL3 lib/diagnostics.pm] Typos  (ignore previous patch for this file...)
13524              Date: Tue, 19 Jan 1999 20:38:23 -0500 (EST)
13525              Message-ID: <19990120013823.23015.qmail@alexandra.wayne.fnx.com>
13526              
13527              From: abigail@fnx.com
13528              To: perl5-porters@perl.org (Perl Porters)
13529              Subject: [PATCH 5.005_03 TRIAL3 lib/overload.pm] Typos
13530              Date: Tue, 19 Jan 1999 20:58:16 -0500 (EST)
13531              Message-ID: <19990120015817.24306.qmail@alexandra.wayne.fnx.com>
13532              
13533              From: abigail@fnx.com
13534              To: perl5-porters@perl.org (Perl Porters)
13535              Subject: [PATCH 5.005_03 TRIAL3 lib/re.pm] Typos
13536              Date: Tue, 19 Jan 1999 21:03:26 -0500 (EST)
13537              Message-ID: <19990120020326.24373.qmail@alexandra.wayne.fnx.com>
13538      Branch: cfgperl
13539            ! ext/Opcode/Safe.pm ext/Opcode/ops.pm lib/AutoLoader.pm
13540            ! lib/CGI.pm lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
13541            ! lib/Carp.pm lib/Cwd.pm lib/SelfLoader.pm lib/Symbol.pm
13542            ! lib/Test.pm lib/diagnostics.pm lib/fields.pm lib/overload.pm
13543 ____________________________________________________________________________
13544 [  2664] By: jhi                                   on 1999/01/21  14:47:43
13545         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13546              To: Mailing list Perl5 <perl5-porters@perl.org>
13547              Subject: [PATCH 5.005_*] OS2::PrfDB was exploiting a bug in U32 XSUBs
13548              Date: Thu, 21 Jan 1999 03:58:29 -0500
13549              Message-ID: <19990121035829.A25822@monk.mps.ohio-state.edu>
13550      Branch: cfgperl
13551            ! os2/Changes os2/OS2/PrfDB/PrfDB.xs
13552 ____________________________________________________________________________
13553 [  2663] By: jhi                                   on 1999/01/21  14:43:58
13554         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13555              To: Mailing list Perl5 <perl5-porters@perl.org>
13556              Subject: [PATCH 5.005_*] Errno.pm suffers from \\ too
13557              Date: Thu, 21 Jan 1999 02:46:34 -0500
13558              Message-ID: <19990121024634.A25600@monk.mps.ohio-state.edu>
13559      Branch: cfgperl
13560            ! ext/Errno/Errno_pm.PL
13561 ____________________________________________________________________________
13562 [  2662] By: jhi                                   on 1999/01/21  14:42:42
13563         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
13564              To: Francois Desarmenien <desar@club-internet.fr>
13565              Cc: Gurusamy Sarathy <gsar@activestate.com>,
13566              Mailing list Perl5 <perl5-porters@perl.org>, bugmongers@perl.org
13567              Subject: [PATCH] patching.pod, misc fixes (was Re: Which ? What ? Why ? When ?)
13568              Date: 21 Jan 1999 00:17:35 -0700
13569              Message-ID: <m31zkpqels.fsf_-_@moiraine.dimensional.com>
13570      Branch: cfgperl
13571            ! Porting/patching.pod
13572 ____________________________________________________________________________
13573 [  2661] By: jhi                                   on 1999/01/21  14:41:13
13574         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13575              To: Mailing list Perl5 <perl5-porters@perl.org>
13576              Subject: [PATCH 5.00*] makedepend
13577              Date: Thu, 21 Jan 1999 02:08:27 -0500
13578              Message-ID: <19990121020827.A25509@monk.mps.ohio-state.edu>
13579      Branch: cfgperl
13580            ! makedepend.SH
13581 ____________________________________________________________________________
13582 [  2660] By: jhi                                   on 1999/01/21  14:36:45
13583         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13584              To: Mailing list Perl5 <perl5-porters@perl.org>
13585              Subject: [PATCH 5.005_53] Pipes and 2>&1 on OS/2
13586              Date: Tue, 19 Jan 1999 20:06:45 -0500
13587              Message-ID: <19990119200645.A21154@monk.mps.ohio-state.edu>
13588      Branch: cfgperl
13589            ! os2/Changes os2/os2.c
13590 ____________________________________________________________________________
13591 [  2657] By: jhi                                   on 1999/01/21  11:40:35
13592         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
13593              To: perl5-porters@perl.org
13594              Subject: [PATCH 5.005_54]pp_mapstart & pp_grepstart return val (CC.pm)
13595              Date: Mon, 18 Jan 1999 01:32:31 PST
13596              Message-ID: <19990118093231.18443.qmail@hotmail.com>
13597      Branch: cfgperl
13598            ! ext/B/B/CC.pm
13599 ____________________________________________________________________________
13600 [  2656] By: jhi                                   on 1999/01/21  11:35:34
13601         Log: From: Achim Bohnet <ach@mpe.mpg.de>
13602              Subject: [PATCH] Not OK: perl 5.00503 +MAINT_TRIAL_3 on alpha-dec_osf 4.0 (UNINSTALLED) 
13603              Date: Wed, 20 Jan 1999 20:25:53 +0100
13604              Message-Id: <199901201925.UAA16940@o06.xray.mpe.mpg.de>
13605      Branch: cfgperl
13606            ! pp.c
13607 ____________________________________________________________________________
13608 [  2655] By: jhi                                   on 1999/01/21  10:46:01
13609         Log: Handle NIS (and NetInfo) more robustly.
13610      Branch: cfgperl
13611            ! t/op/grent.t t/op/pwent.t
13612 ____________________________________________________________________________
13613 [  2654] By: jhi                                   on 1999/01/21  10:17:20
13614         Log: Two-argument eaccess() of SCO.
13615      Branch: cfgperl
13616            ! pp_sys.c
13617 ____________________________________________________________________________
13618 [  2653] By: jhi                                   on 1999/01/21  08:53:14
13619         Log: -DNO_NOSUID_CHECK for those platforms which have no way
13620              of checking for nosuid but still want suidperl.
13621      Branch: cfgperl
13622            ! perl.c
13623 ____________________________________________________________________________
13624 [  2652] By: jhi                                   on 1999/01/21  08:22:50
13625         Log: The LANGUAGE mirrors LC_ALL usage.
13626      Branch: cfgperl
13627            ! Configure config_h.SH
13628 ____________________________________________________________________________
13629 [  2651] By: jhi                                   on 1999/01/20  22:01:21
13630         Log: I_MNTENT was missing.
13631      Branch: cfgperl
13632            ! Configure config_h.SH
13633 ____________________________________________________________________________
13634 [  2650] By: jhi                                   on 1999/01/19  13:42:03
13635         Log: NetBSD update, based on patches from the NetBSD packages system.
13636      Branch: cfgperl
13637            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
13638 ____________________________________________________________________________
13639 [  2649] By: jhi                                   on 1999/01/19  12:44:02
13640         Log: Jumbo Configure update.
13641              * -Uinstallusrbinperl: disable /usr/bin/perl installation
13642              by installperl
13643              * usethreads.cbu
13644              * use64bits.cbu
13645              * "nosuid"
13646      Branch: cfgperl
13647            ! Configure config_h.SH hints/aix.sh hints/dec_osf.sh
13648            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
13649            ! hints/irix_4.sh hints/irix_5.sh hints/irix_6.sh
13650            ! hints/irix_6_0.sh hints/irix_6_1.sh hints/linux.sh
13651            ! hints/os2.sh hints/solaris_2.sh hints/vmesa.sh perl.c perl.h
13652            ! pod/perldiag.pod
13653 ____________________________________________________________________________
13654 [  2648] By: jhi                                   on 1999/01/19  09:16:44
13655         Log: Mention /usr/share/locale.
13656      Branch: cfgperl
13657            ! pod/perllocale.pod
13658 ____________________________________________________________________________
13659 [  2647] By: jhi                                   on 1999/01/19  09:11:11
13660         Log: SHMLBA strikes back in NetBSD/sparc.
13661              
13662              From: Dave Nelson <David.Nelson@bellcow.com>
13663              To: jhi@iki.fi
13664              Subject: perl5.005_02 + IPC::SysV + NetBSD/Sparc
13665              Date: Mon, 18 Jan 1999 22:07:56 -0600
13666              Message-Id: <199901190407.WAA02543@longhorn.bellcow.com>
13667      Branch: cfgperl
13668            ! ext/IPC/SysV/SysV.xs
13669 ____________________________________________________________________________
13670 [  2646] By: jhi                                   on 1999/01/19  08:58:17
13671         Log: Show LANGUAGE env var when needed. (Augment change #2645).
13672      Branch: cfgperl
13673            ! util.c utils/perlbug.PL
13674 ____________________________________________________________________________
13675 [  2645] By: jhi                                   on 1999/01/19  08:52:15
13676         Log: Document the GNU LANGUAGE env var.
13677      Branch: cfgperl
13678            ! pod/perllocale.pod
13679 ____________________________________________________________________________
13680 [  2644] By: jhi                                   on 1999/01/19  08:42:25
13681         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13682              To: Mailing list Perl5 <perl5-porters@perl.org>
13683              Subject: [PATCH 5.005_53] Fixing \G bug by Francois Desarmenien
13684              Date: Mon, 18 Jan 1999 20:57:02 -0500
13685              Message-ID: <19990118205702.A18379@monk.mps.ohio-state.edu>
13686      Branch: cfgperl
13687            ! pp_hot.c t/op/pat.t
13688 ____________________________________________________________________________
13689 [  2643] By: jhi                                   on 1999/01/18  11:23:41
13690         Log: Add various cruft to "clean" target. (Time for t/Makefile?)
13691      Branch: cfgperl
13692            ! Makefile.SH
13693 ____________________________________________________________________________
13694 [  2642] By: jhi                                   on 1999/01/18  11:03:38
13695         Log: GNU libc locale system has LANGUAGE env var that partly
13696              overrides even LC_ALL.
13697      Branch: cfgperl
13698            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t
13699 ____________________________________________________________________________
13700 [  2641] By: jhi                                   on 1999/01/18  10:55:04
13701         Log: Integrate from mainperl.
13702      Branch: cfgperl
13703           +> ext/B/defsubs.h.PL
13704            ! t/op/groups.t
13705           !> (integrate 38 files)
13706 ____________________________________________________________________________
13707 [  2640] By: gsar                                  on 1999/01/18  10:06:29
13708         Log: a few random cleanups
13709      Branch: perl
13710            ! ext/B/Makefile.PL lib/Test/Harness.pm t/pragma/warn/doio
13711 ____________________________________________________________________________
13712 [  2639] By: gsar                                  on 1999/01/18  05:56:21
13713         Log: From:    "Vishal Bhatia" <vishalb@hotmail.com>
13714              Date:    Sun, 17 Jan 1999 16:41:10 PST
13715              Message-Id: <19990118004111.29667.qmail@hotmail.com>
13716              Subject: [PATCH 5.005_54]Duplicate saved ops (CC.pm)
13717      Branch: perl
13718            ! ext/B/B/C.pm
13719 ____________________________________________________________________________
13720 [  2638] By: gsar                                  on 1999/01/18  05:41:21
13721         Log: From:    jan.dubois@ibm.net (Jan Dubois)
13722              Date:    Mon, 18 Jan 1999 00:37:41 +0100
13723              Message-Id: <36a271cd.2105507@smtp1.ibm.net>
13724              Subject: [PATCH 5.005_54] fix bugs in do_sv_dump() from Devel::Peek integration
13725      Branch: perl
13726            ! dump.c
13727 ____________________________________________________________________________
13728 [  2633] By: gsar                                  on 1999/01/17  13:39:59
13729         Log: bogus assert()
13730      Branch: perl
13731            ! pp.c t/op/groups.t
13732 ____________________________________________________________________________
13733 [  2632] By: gsar                                  on 1999/01/17  13:22:04
13734         Log: various tweaks for clean build and test on win32
13735      Branch: perl
13736            ! embed.h ext/B/Makefile.PL global.sym lib/FindBin.pm objXSUB.h
13737            ! op.c t/pragma/warn/doio
13738 ____________________________________________________________________________
13739 [  2631] By: gsar                                  on 1999/01/17  12:28:06
13740         Log: undo change#2336, and add clarification about subversive
13741              CPAN distributions from Andreas Koenig
13742      Branch: perl
13743            ! Porting/pumpkin.pod lib/CPAN.pm
13744 ____________________________________________________________________________
13745 [  2630] By: gsar                                  on 1999/01/17  12:04:06
13746         Log: fix silent taint failures under -U
13747      Branch: perl
13748            ! doio.c
13749 ____________________________________________________________________________
13750 [  2629] By: gsar                                  on 1999/01/17  12:00:23
13751         Log: sanity check piped opens (tweaked version of patch suggested
13752              by Mark-Jason Dominus)
13753      Branch: perl
13754            ! doio.c pod/perldelta.pod pod/perldiag.pod t/io/pipe.t
13755            ! t/op/taint.t t/pragma/warn/doio
13756 ____________________________________________________________________________
13757 [  2628] By: gsar                                  on 1999/01/17  11:26:21
13758         Log: regen headers
13759      Branch: perl
13760            ! embed.h embedvar.h objXSUB.h
13761 ____________________________________________________________________________
13762 [  2627] By: gsar                                  on 1999/01/17  11:23:37
13763         Log: PERL_OBJECTness for change#2595
13764      Branch: perl
13765            ! embed.pl op.c pod/perlport.pod proto.h
13766 ____________________________________________________________________________
13767 [  2626] By: gsar                                  on 1999/01/17  09:47:07
13768         Log: PERL_OBJECT tweaks for change#2426
13769      Branch: perl
13770            ! embed.pl proto.h regcomp.c
13771 ____________________________________________________________________________
13772 [  2625] By: gsar                                  on 1999/01/17  09:37:58
13773         Log: documentation in change#2596 is not quite right; fix it
13774      Branch: perl
13775            ! lib/Math/BigFloat.pm pod/perlguts.pod
13776 ____________________________________________________________________________
13777 [  2624] By: gsar                                  on 1999/01/17  09:28:34
13778         Log: undo change#2571; C<use File::Spec> instead
13779      Branch: perl
13780            ! lib/FindBin.pm
13781 ____________________________________________________________________________
13782 [  2623] By: gsar                                  on 1999/01/17  09:20:42
13783         Log: change#2572 is not applicable; undo, retaining scan_bin addition
13784              to global.sym
13785      Branch: perl
13786            ! global.sym perl.c proto.h
13787 ____________________________________________________________________________
13788 [  2622] By: gsar                                  on 1999/01/17  09:17:42
13789         Log: change#2576 is based on a wrong premise; undo it
13790      Branch: perl
13791            ! pp_ctl.c
13792 ____________________________________________________________________________
13793 [  2621] By: gsar                                  on 1999/01/17  09:12:42
13794         Log: fix change#2602 to not used hard coded constants
13795      Branch: perl
13796            ! ext/B/B/C.pm ext/B/defsubs.h.PL
13797 ____________________________________________________________________________
13798 [  2620] By: gsar                                  on 1999/01/17  09:02:07
13799         Log: integrate cfgperl changes into mainline, fix conflicts
13800      Branch: perl
13801           +> AUTHORS MAINTAIN README.mint ext/DynaLoader/hints/linux.pl
13802           +> ext/POSIX/hints/mint.pl hints/gnu.sh hints/mint.sh
13803           +> lib/Dumpvalue.pm mint/Makefile mint/README mint/errno.h
13804           +> mint/pwd.c mint/stdio.h mint/sys/time.h mint/time.h
13805           +> pod/perlopentut.pod
13806           !> (integrate 162 files)
13807 ____________________________________________________________________________
13808 [  2619] By: gsar                                  on 1999/01/17  08:42:04
13809         Log: a few doc typos
13810      Branch: perl
13811            ! lib/utf8.pm pod/perlfunc.pod pod/perlre.pod
13812 ____________________________________________________________________________
13813 [  2616] By: gbarr                                 on 1999/01/16  18:59:55
13814         Log: Win32 changes from Jan
13815              
13816              From: jan.dubois@ibm.net (Jan Dubois)
13817              Date: Fri, 15 Jan 1999 23:38:35 +0100
13818              Message-ID: <36a7c10d.16311905@smtp1.ibm.net>
13819              Subject: [PATCH 5.005_03m2] Win32 Makefile patches
13820              
13821              From: jan.dubois@ibm.net (Jan Dubois)
13822              Date: Sat, 16 Jan 1999 13:02:45 +0100
13823              Message-ID: <36a07da6.10722337@smtp1.ibm.net>
13824              Subject: [PATCH 5.005_03m2] minor tweaks to README.win32
13825      Branch: maint-5.005/perl
13826            ! README.win32 win32/Makefile win32/makefile.mk
13827 ____________________________________________________________________________
13828 [  2615] By: gbarr                                 on 1999/01/16  18:48:48
13829         Log: Jumbo patch from Sarathy for PERL_OBJECT & USE_THREADS
13830              
13831              From: Gurusamy Sarathy <gsar@engin.umich.edu>
13832              Date: Thu, 07 Jan 1999 00:12:00 -0500
13833              Message-Id: <199901070512.AAA23568@aatma.engin.umich.edu>
13834              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
13835              
13836              From: Gurusamy Sarathy <gsar@engin.umich.edu>
13837              Date: Thu, 14 Jan 1999 19:21:46 -0500
13838              Message-Id: <199901150021.TAA01886@aatma.engin.umich.edu>
13839              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
13840      Branch: maint-5.005/perl
13841            ! embed.h global.sym lib/ExtUtils/MM_Unix.pm objXSUB.h objpp.h
13842            ! op.c perl.c perl.h perly.c perly.y perly_c.diff pp.c proto.h
13843            ! sv.c t/io/fs.t toke.c win32/GenCAPI.pl win32/config.bc
13844            ! win32/makedef.pl win32/runperl.c win32/win32.c
13845 ____________________________________________________________________________
13846 [  2614] By: gbarr                                 on 1999/01/16  16:48:38
13847         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
13848              Date: Fri, 15 Jan 1999 17:28:34 +0200 (EET)
13849              Message-Id: <199901151528.RAA08785@alpha.hut.fi>
13850              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: NetBSD patches
13851              
13852              From: Jarkko Hietaniemi <jhi@iki.fi>
13853              Date: Fri, 15 Jan 1999 18:44:19 +0200 (EET)
13854              Message-Id: <199901151644.SAA08184@alpha.hut.fi>
13855              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: allow skipping the "install also as /usr/bin/perl" question of installperl
13856              
13857              From: Jarkko Hietaniemi <jhi@iki.fi>
13858              Date: Fri, 15 Jan 1999 18:52:29 +0200 (EET)
13859              Message-Id: <199901151652.SAA11259@alpha.hut.fi>
13860              Subject: the promised "installusrbinperl + NetBSD" fix
13861      Branch: maint-5.005/perl
13862            ! Configure Makefile.SH hints/netbsd.sh installperl
13863            ! makedepend.SH unixish.h
13864 ____________________________________________________________________________
13865 [  2611] By: jhi                                   on 1999/01/14  12:16:14
13866         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
13867              To: pumpkings@jhereg.perl.com
13868              Subject: perlopentut.pod
13869              Date: Sat, 09 Jan 1999 08:13:18 -0700
13870              Message-Id: <199901091513.IAA17512@jhereg.perl.com>
13871      Branch: cfgperl
13872            + pod/perlopentut.pod
13873            ! MANIFEST pod/perl.pod pod/perldelta.pod pod/roffitall
13874 ____________________________________________________________________________
13875 [  2607] By: gbarr                                 on 1999/01/14  02:53:40
13876         Log: Added Carp::cluck to perldelta.pod
13877      Branch: maint-5.005/perl
13878            ! pod/perldelta.pod
13879 ____________________________________________________________________________
13880 [  2605] By: jhi                                   on 1999/01/13  18:26:19
13881         Log: From: "Jonathan Fine (IT- Borders Online)" <jfine@borders.com>
13882              To: "'cpan@perl.org'" <cpan@perl.org>
13883              Subject: "Bug" fix for File::Find.pm
13884              Date:   Thu, 31 Dec 1998 13:01:50 -0500
13885              Message-ID: <311F144DB5E5D011B03F00805FE954B10708BE17@exchange01_ph.borders.com>
13886      Branch: cfgperl
13887            ! lib/File/Find.pm
13888 ____________________________________________________________________________
13889 [  2604] By: jhi                                   on 1999/01/13  18:08:45
13890         Log: From: Peter Wolfe <wolfe@teloseng.com>
13891              Subject: SCO 3.2v5 patch for perl5.005_03-MAINT_TRIAL_1
13892              To: perlbug@perl.com
13893              Date: 11 Jan 1999 23:00:05 +0200
13894              Message-ID: <MLIST_199901111950.LAA01703@titan.teloseng.com>
13895      Branch: cfgperl
13896            ! hints/sco.sh
13897 ____________________________________________________________________________
13898 [  2603] By: jhi                                   on 1999/01/13  18:06:56
13899         Log: From: hans@icgroup.nl (Hans Mulder)
13900              Subject: [Patch for 5.005_54] re::debugcolors dumps core
13901              To: perlbug@perl.com
13902              Cc: hansmu@xs4all.nl
13903              Date: 11 Jan 1999 22:22:45 +0200
13904              Message-ID: <MLIST_9901111947.AA22109@icgned.icgroup.nl>
13905      Branch: cfgperl
13906            ! ext/re/re.pm regcomp.c
13907 ____________________________________________________________________________
13908 [  2602] By: jhi                                   on 1999/01/13  18:05:43
13909         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
13910              Subject: [PATCH 5.005_54]B::MAGIC::PTR doesnot check for valid length.
13911              Date: 11 Jan 1999 08:02:41 +0200
13912              Lines: 134
13913              Message-ID: <MLIST_19990111052126.27966.qmail@hotmail.com>
13914      Branch: cfgperl
13915            ! ext/B/B.xs ext/B/B/C.pm
13916 ____________________________________________________________________________
13917 [  2601] By: jhi                                   on 1999/01/13  18:01:53
13918         Log: From: James FitzGibbon <james@ican.net>
13919              Subject: Trivial patch for HP-UX 11 and shared libperl
13920              To: perl5-porters@perl.org
13921              Date: 8 Jan 1999 19:13:23 +0200
13922              Message-ID: <MLIST_Pine.BSF.4.05.9901081110090.21785-100000@staff1.tor.accglobal.net>
13923      Branch: cfgperl
13924            ! Makefile.SH
13925 ____________________________________________________________________________
13926 [  2600] By: jhi                                   on 1999/01/13  17:59:45
13927         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
13928              Subject: [PATCH 5.005_54] B::CC::pp_rv2cv problem
13929              To: perl5-porters@perl.org
13930              Date: 8 Jan 1999 12:43:36 +0200
13931              Message-ID: <MLIST_19990108101557.4481.qmail@hotmail.com>
13932      Branch: cfgperl
13933            ! ext/B/B/CC.pm
13934 ____________________________________________________________________________
13935 [  2599] By: jhi                                   on 1999/01/13  17:50:11
13936         Log: From: Robin Barker <rmb1@cise.npl.co.uk>
13937              Subject: PATCH to installperl
13938              To: perl5-porters@perl.org
13939              Date: 4 Jan 1999 16:15:18 +0200
13940              Message-ID: <MLIST_199901041350.NAA19665@cyclone.cise.npl.co.uk>
13941      Branch: cfgperl
13942            ! installperl
13943 ____________________________________________________________________________
13944 [  2598] By: jhi                                   on 1999/01/13  17:34:51
13945         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
13946              To: gsar@engin.umich.edu (Gurusamy Sarathy), gbarr@pobox.com
13947              Cc: perl5-porters@perl.org
13948              Subject: PATCH DB_File 1.63 for 5.005_54 & 5.005_03
13949              Date: Tue, 29 Dec 1998 16:23:54 +0000 (GMT)
13950              Message-Id: <9812291623.AA20884@claudius.bfsec.bt.co.uk>
13951      Branch: cfgperl
13952            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
13953            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
13954 ____________________________________________________________________________
13955 [  2597] By: jhi                                   on 1999/01/13  17:30:33
13956         Log: From: David Dyck <dcd@tc.fluke.com>
13957              To: Perl Porters <perl5-porters@perl.org>,
13958              Gurusamy Sarathy <gsar@engin.umich.edu>
13959              Subject: PATCH to perl5.005_54/pod/perldsc.pod (fix typo)
13960              Date: Tue, 12 Jan 1999 11:14:19 -0800 (PST)
13961              Message-ID: <Pine.LNX.4.05.9901121111250.22568-100000@dd.tc.fluke.com>
13962      Branch: cfgperl
13963            ! pod/perldsc.pod
13964 ____________________________________________________________________________
13965 [  2596] By: jhi                                   on 1999/01/13  17:26:44
13966         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
13967              To: perl5-porters@perl.org
13968              Subject: [PATCH] modglobal w/ spelling fixes
13969              Date: Tue, 12 Jan 1999 18:06:01 -0500 (EST)
13970              Message-ID: <Pine.GSO.4.02.9901121805290.625-100000@eq1062.wks.na.deuba.com>
13971      Branch: cfgperl
13972            ! pod/perlguts.pod
13973 ____________________________________________________________________________
13974 [  2595] By: jhi                                   on 1999/01/13  17:24:59
13975         Log: From: Hans Mulder <hansm@icgroup.nl>
13976              Optimize common sort routines.  Thread started by the message
13977              
13978              From: Hans Mulder <hansm@icgroup.nl>
13979              Sender: owner-perl5-porters@perl.org
13980              To: perl5-porters@perl.org
13981              Subject: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=> $b
13982              Message-Id: <9901092156.AA03831@icgned.icgroup.nl>
13983              
13984              and the patch from the message
13985              
13986              From: Hans Mulder <hans@icgroup.nl>
13987              To: jhi@iki.fi
13988              Cc: perl5-porters@perl.org
13989              Subject: Re: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=>
13990              $b }
13991              Date: Wed, 13 Jan 1999 17:39:35 +0100
13992              Message-Id: <9901131639.AA17419@icgned.icgroup.nl>
13993      Branch: cfgperl
13994            ! Todo op.c op.h pp_ctl.c t/op/sort.t
13995 ____________________________________________________________________________
13996 [  2594] By: jhi                                   on 1999/01/13  16:50:17
13997         Log: Atari MiNT port by Guido Flohr <gufl0000@stud.uni-sb.de>
13998              (the diffs were based on 5.004_02).  Tested by Guido
13999              and Frank Naumann <fnaumann@prinz-atm.CS.Uni-Magdeburg.De>.
14000      Branch: cfgperl
14001            + README.mint ext/POSIX/hints/mint.pl hints/mint.sh
14002            + mint/Makefile mint/README mint/errno.h mint/pwd.c mint/stdio.h
14003            + mint/sys/time.h mint/time.h
14004            ! MANIFEST doio.c malloc.c miniperlmain.c perl.c t/io/fs.t
14005            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t t/op/taint.t util.c
14006 ____________________________________________________________________________
14007 [  2593] By: jhi                                   on 1999/01/09  16:54:26
14008         Log: Detypo.
14009      Branch: cfgperl
14010            ! hints/dec_osf.sh
14011 ____________________________________________________________________________
14012 [  2592] By: jhi                                   on 1999/01/09  16:17:13
14013         Log: Move usethreads and use64bits logic from hints to Configure.
14014      Branch: cfgperl
14015            ! Configure hints/README.hints hints/aix.sh hints/dec_osf.sh
14016            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
14017            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
14018            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
14019 ____________________________________________________________________________
14020 [  2591] By: jhi                                   on 1999/01/09  14:45:24
14021         Log: Missing dTHRs added.
14022      Branch: cfgperl
14023            ! regcomp.c toke.c
14024 ____________________________________________________________________________
14025 [  2590] By: jhi                                   on 1999/01/08  15:27:17
14026         Log: Finalize change #2589 and add better AIX nm scanning from:
14027              
14028              Message-Id: <m0zyNW0-00017VC@gentoo.com>
14029              From: bll@gentoo.com (Brad Lanam)
14030              Subject: Re: mailhelp returned a non-zero status
14031              In-Reply-To: <199901072155.WAA14369@hptnocou.grenoble.hp.com> from Raphael Manfredi at "Jan 7, 1999 10:55:24 pm"
14032              To: ram@hptnocou.grenoble.hp.com (Raphael Manfredi)
14033      Branch: cfgperl
14034            ! Configure hints/freebsd.sh hints/linux.sh
14035 ____________________________________________________________________________
14036 [  2589] By: jhi                                   on 1999/01/08  15:14:54
14037         Log: Undo change #2581.
14038      Branch: cfgperl
14039            ! Configure hints/freebsd.sh hints/linux.sh
14040 ____________________________________________________________________________
14041 [  2588] By: jhi                                   on 1999/01/08  11:51:52
14042         Log: FAQ jumbo patch from tchrist.
14043              
14044              Message-Id: <199901080605.XAA20229@jhereg.perl.com>
14045              From: Tom Christiansen <tchrist@jhereg.perl.com>
14046              To: pumpkings@jhereg.perl.com
14047              Subject: newest version of perlfaq.pod
14048              Date: Thu, 7 Jan 1999 23:05:02 -0700
14049              
14050              Message-Id: <199901080605.XAA20231@jhereg.perl.com>
14051              From: Tom Christiansen <tchrist@jhereg.perl.com>
14052              To: pumpkings@jhereg.perl.com
14053              Subject: newest version of perlfaq1.pod
14054              Date: Thu, 7 Jan 1999 23:05:02 -0700
14055              
14056              Message-Id: <199901080605.XAA20233@jhereg.perl.com>
14057              From: Tom Christiansen <tchrist@jhereg.perl.com>
14058              To: pumpkings@jhereg.perl.com
14059              Subject: newest version of perlfaq2.pod
14060              Date: Thu, 7 Jan 1999 23:05:02 -0700
14061              
14062              Message-Id: <199901080605.XAA20235@jhereg.perl.com>
14063              From: Tom Christiansen <tchrist@jhereg.perl.com>
14064              To: pumpkings@jhereg.perl.com
14065              Subject: newest version of perlfaq3.pod
14066              Date: Thu, 7 Jan 1999 23:05:02 -0700
14067              
14068              Message-Id: <199901080605.XAA20237@jhereg.perl.com>
14069              From: Tom Christiansen <tchrist@jhereg.perl.com>
14070              To: pumpkings@jhereg.perl.com
14071              Subject: newest version of perlfaq4.pod
14072              Date: Thu, 7 Jan 1999 23:05:02 -0700
14073              
14074              Message-Id: <199901080605.XAA20239@jhereg.perl.com>
14075              From: Tom Christiansen <tchrist@jhereg.perl.com>
14076              To: pumpkings@jhereg.perl.com
14077              Subject: newest version of perlfaq5.pod
14078              Date: Thu, 7 Jan 1999 23:05:02 -0700
14079              
14080              Message-Id: <199901080605.XAA20241@jhereg.perl.com>
14081              From: Tom Christiansen <tchrist@jhereg.perl.com>
14082              To: pumpkings@jhereg.perl.com
14083              Subject: newest version of perlfaq6.pod
14084              Date: Thu, 7 Jan 1999 23:05:02 -0700
14085              
14086              Message-Id: <199901080605.XAA20243@jhereg.perl.com>
14087              From: Tom Christiansen <tchrist@jhereg.perl.com>
14088              To: pumpkings@jhereg.perl.com
14089              Subject: newest version of perlfaq7.pod
14090              Date: Thu, 7 Jan 1999 23:05:03 -0700
14091              
14092              Message-Id: <199901080605.XAA20245@jhereg.perl.com>
14093              From: Tom Christiansen <tchrist@jhereg.perl.com>
14094              To: pumpkings@jhereg.perl.com
14095              Subject: newest version of perlfaq8.pod
14096              Date: Thu, 7 Jan 1999 23:05:03 -0700
14097              
14098              Message-Id: <199901080605.XAA20257@jhereg.perl.com>
14099              From: Tom Christiansen <tchrist@jhereg.perl.com>
14100              To: pumpkings@jhereg.perl.com
14101              Subject: newest version of perlfaq9.pod
14102              Date: Thu, 7 Jan 1999 23:05:03 -0700
14103      Branch: cfgperl
14104            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
14105            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
14106            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
14107            ! pod/perlfaq9.pod
14108 ____________________________________________________________________________
14109 [  2587] By: jhi                                   on 1999/01/08  11:17:43
14110         Log: More doc fixes from Abigail.
14111      Branch: cfgperl
14112            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
14113            ! lib/User/pwent.pm
14114 ____________________________________________________________________________
14115 [  2585] By: jhi                                   on 1999/01/08  08:31:02
14116         Log: Change #2584 from maint-5.005:
14117              
14118              implemented Ilya's suggested fix, and added a testcase
14119              
14120              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14121              Date: Tue, 5 Jan 1999 00:56:01 -0500 (EST)
14122              Message-Id: <199901050556.AAA02597@monk.mps.ohio-state.edu>
14123              Subject: Re: Text::ParseWords: regex fix
14124      Branch: cfgperl
14125            ! lib/Text/ParseWords.pm t/lib/parsewords.t
14126 ____________________________________________________________________________
14127 [  2583] By: gbarr                                 on 1999/01/08  04:50:03
14128         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
14129              Date: Thu, 7 Jan 1999 12:47:38 +0200 (EET)
14130              Message-Id: <199901071047.MAA24100@alpha.hut.fi>
14131              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: ext/Errno_pm.PL: understand wrapper cppstdins
14132      Branch: maint-5.005/perl
14133            ! ext/Errno/Errno_pm.PL
14134 ____________________________________________________________________________
14135 [  2581] By: jhi                                   on 1999/01/07  16:38:03
14136         Log: Configure update:
14137              - usethreads, use64bits, and usemultiplicity
14138              are no more interactively asked by Configure
14139              - "int main()" (vs bare "main()") enforced in test programs
14140      Branch: cfgperl
14141            ! Configure hints/freebsd.sh hints/linux.sh
14142 ____________________________________________________________________________
14143 [  2580] By: jhi                                   on 1999/01/07  11:19:12
14144         Log: From: Dan Sugalski <sugalskd@osshe.edu>
14145              Date: Wed, 06 Jan 1999 13:47:34 -0800
14146              Message-Id: <3.0.6.32.19990106134734.0334d260@ous.edu>
14147              Subject: [PATCH 5.005_02-MT2, 5.005_5x]VMS.C tweak for occasional system() error
14148      Branch: cfgperl
14149            ! vms/vms.c
14150 ____________________________________________________________________________
14151 [  2579] By: jhi                                   on 1999/01/07  09:08:36
14152         Log: Another set of doc patches from Abigail
14153              
14154              From: abigail@fnx.com
14155              Message-ID: <19990107032132.20124.qmail@alexandra.wayne.fnx.com>
14156              Subject: [PATCH 5.005_03 TRAIL2 lib/Net/hostent.pm] Typo fix
14157              Date: Wed, 6 Jan 1999 22:21:32 -0500 (EST)
14158              
14159              From: abigail@fnx.com
14160              Message-ID: <19990107032445.20178.qmail@alexandra.wayne.fnx.com>
14161              Subject: [PATCH 5.005_03 TRIAL2 lib/Net/netent.pm] Typo fix
14162              Date: Wed, 6 Jan 1999 22:24:45 -0500 (EST)
14163              
14164              From: abigail@fnx.com
14165              Message-ID: <19990107032834.20362.qmail@alexandra.wayne.fnx.com>
14166              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/Complete.pm] Typo fix
14167              Date: Wed, 6 Jan 1999 22:28:34 -0500 (EST)
14168              
14169              From: abigail@fnx.com
14170              Message-ID: <19990107033136.20440.qmail@alexandra.wayne.fnx.com>
14171              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/ReadLine.pm] Typo fix
14172              Date: Wed, 6 Jan 1999 22:31:36 -0500 (EST)
14173              
14174              From: abigail@fnx.com
14175              Message-ID: <19990107033351.20540.qmail@alexandra.wayne.fnx.com>
14176              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Apache.pm] Typo fix
14177              Date: Wed, 6 Jan 1999 22:33:51 -0500 (EST)
14178              
14179              From: abigail@fnx.com
14180              Message-ID: <19990107033933.20707.qmail@alexandra.wayne.fnx.com>
14181              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Push.pm] Typo fix
14182              Date: Wed, 6 Jan 1999 22:39:33 -0500 (EST)
14183              
14184              From: abigail@fnx.com
14185              Message-ID: <19990107034548.20936.qmail@alexandra.wayne.fnx.com>
14186              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Copy.pm] Typo fixes
14187              Date: Wed, 6 Jan 1999 22:45:48 -0500 (EST)
14188              
14189              From: abigail@fnx.com
14190              Message-ID: <19990107034856.21056.qmail@alexandra.wayne.fnx.com>
14191              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec.pm] Typo fix
14192              Date: Wed, 6 Jan 1999 22:48:56 -0500 (EST)
14193              
14194              From: abigail@fnx.com
14195              Message-ID: <19990107035113.21174.qmail@alexandra.wayne.fnx.com>
14196              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec/Mac.pm] Typo fixes
14197              Date: Wed, 6 Jan 1999 22:51:13 -0500 (EST)
14198              
14199              From: abigail@fnx.com
14200              Message-ID: <19990107035612.21522.qmail@alexandra.wayne.fnx.com>
14201              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigFloat.pm] Typo fix
14202              Date: Wed, 6 Jan 1999 22:56:12 -0500 (EST)
14203              
14204              From: abigail@fnx.com
14205              Message-ID: <19990107035842.21585.qmail@alexandra.wayne.fnx.com>
14206              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigInt.pm] Typo fixes
14207              Date: Wed, 6 Jan 1999 22:58:41 -0500 (EST)
14208              
14209              From: abigail@fnx.com
14210              Message-ID: <19990107040644.22009.qmail@alexandra.wayne.fnx.com>
14211              Subject: [PATCH 5.005_03 TRIAL2 lib/Text/Wrap.pm] Typo fixes
14212              Date: Wed, 6 Jan 1999 23:06:44 -0500 (EST)
14213              
14214              From: abigail@fnx.com
14215              Message-ID: <19990107040955.22087.qmail@alexandra.wayne.fnx.com>
14216              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Array.pm] Typo fixes
14217              Date: Wed, 6 Jan 1999 23:09:55 -0500 (EST)
14218              
14219              From: abigail@fnx.com
14220              Message-ID: <19990107041136.22174.qmail@alexandra.wayne.fnx.com>
14221              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Hash.pm] Typo fix
14222              Date: Wed, 6 Jan 1999 23:11:36 -0500 (EST)
14223      Branch: cfgperl
14224            ! lib/CGI/Apache.pm lib/CGI/Push.pm lib/File/Copy.pm
14225            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/Math/BigFloat.pm
14226            ! lib/Math/BigInt.pm lib/Net/hostent.pm lib/Net/netent.pm
14227            ! lib/Term/Complete.pm lib/Term/ReadLine.pm lib/Text/Wrap.pm
14228            ! lib/Tie/Array.pm lib/Tie/Hash.pm
14229 ____________________________________________________________________________
14230 [  2576] By: jhi                                   on 1999/01/06  17:05:20
14231         Log: Change #2582 fallout: the amagic_cmp* are no more file static.
14232      Branch: cfgperl
14233            ! pp_ctl.c
14234 ____________________________________________________________________________
14235 [  2575] By: jhi                                   on 1999/01/06  13:18:56
14236         Log: Enhance the great_circle_distance() documentation.
14237      Branch: cfgperl
14238            ! lib/Math/Trig.pm
14239 ____________________________________________________________________________
14240 [  2574] By: jhi                                   on 1999/01/06  12:58:03
14241         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
14242              To: perlbug@perl.com
14243              Subject: [PATCH 5.005_03-MAINT_TRIAL_2] t/op/sysio.t for MPE/iX
14244              Date: Mon, 4 Jan 1999 13:34:58 -0800 (PST)
14245              Message-Id: <199901042134.NAA18852@spock.dis.cccd.edu>
14246      Branch: cfgperl
14247            ! t/op/sysio.t
14248 ____________________________________________________________________________
14249 [  2573] By: jhi                                   on 1999/01/06  12:40:19
14250         Log: From: "W. Phillip Moore" <wpm@ms.com>
14251              To: perlbug@perl.org
14252              Subject: [PATCH] POSIX getpgrp is not -w clean
14253              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
14254              Message-ID: <13970.20107.190314.549471@zappa>
14255      Branch: cfgperl
14256            ! ext/POSIX/POSIX.pm
14257 ____________________________________________________________________________
14258 [  2572] By: jhi                                   on 1999/01/06  12:25:24
14259         Log: Based on
14260              From: jan.dubois@ibm.net (Jan Dubois)
14261              To: perl5-porters@perl.org
14262              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
14263              Date: Wed, 06 Jan 1999 01:24:09 +0100
14264              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
14265              except that
14266              - objXSUB.h was already okay
14267              - embed.h patching is futile, global.sym patched instead
14268              - objpp.h does not exist
14269              - proto.h addition applied manually
14270              - win32/GenCAPI.pl was already okay
14271              - win32/makedef.pl was already okay
14272      Branch: cfgperl
14273            ! global.sym perl.c proto.h
14274 ____________________________________________________________________________
14275 [  2571] By: jhi                                   on 1999/01/06  11:25:48
14276         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
14277              To: perlbug@perl.com
14278              Subject: FindBin.pm on Win32 systems
14279              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
14280              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
14281      Branch: cfgperl
14282            ! lib/FindBin.pm
14283 ____________________________________________________________________________
14284 [  2570] By: jhi                                   on 1999/01/06  11:21:48
14285         Log: From: Dan Sugalski <sugalskd@osshe.edu>
14286              To: perl5-porters@perl.org, vmsperl@perl.org
14287              Subject: [PATCH 5.005_03-MAINT_TRIAL_2]taint.c fix for VMS
14288              Date: Tue, 05 Jan 1999 16:47:31 -0800
14289              Message-Id: <3.0.6.32.19990105164731.00b5b2d0@ous.edu>
14290              
14291              (the ext/IO/lib/IO/Socket.pm was not really changed here;
14292              it was a leftover from #2569)
14293      Branch: cfgperl
14294            ! ext/IO/lib/IO/Socket.pm taint.c
14295 ____________________________________________________________________________
14296 [  2569] By: jhi                                   on 1999/01/06  11:18:22
14297         Log: Jumbo doc patch from Abigail (almost identical to
14298              the 5.005-maint change #2562 except for the
14299              ext/IO/lib/IO/Socket.pm patch which was not
14300              applicable because the IO version of 5.005-devel
14301              is somewhat different (why?))
14302              
14303              From: abigail@fnx.com
14304              Message-ID: <19990105170142.4889.qmail@alexandra.wayne.fnx.com>
14305              Subject: [PATCH 5.005_03-TRIAL2 lib/ExtUtils/Liblist.pm] pod fixes
14306              Date: Tue, 5 Jan 1999 12:01:42 -0500 (EST)
14307              
14308              From: abigail@fnx.com
14309              Message-ID: <19990105172855.5115.qmail@alexandra.wayne.fnx.com>
14310              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Commands.pm] Typo fix.
14311              Date: Tue, 5 Jan 1999 12:28:55 -0500 (EST)
14312              
14313              From: abigail@fnx.com
14314              Message-ID: <19990105173808.5260.qmail@alexandra.wayne.fnx.com>
14315              Subject: [PATCH perl5.005_03 MAINT3 lib/ExtUtils/Embed.pm] Typo fix
14316              Date: Tue, 5 Jan 1999 12:38:08 -0500 (EST)
14317              
14318              From: abigail@fnx.com
14319              Message-ID: <19990105174859.5533.qmail@alexandra.wayne.fnx.com>
14320              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Install.pm] Typo fix
14321              Date: Tue, 5 Jan 1999 12:48:59 -0500 (EST)
14322              
14323              From: abigail@fnx.com
14324              Message-ID: <19990105174947.5547.qmail@alexandra.wayne.fnx.com>
14325              Subject: [PATCH 5.005_03 lib/ExtUtils/MM_Unix.pm] Typo fixes
14326              Date: Tue, 5 Jan 1999 12:49:46 -0500 (EST)
14327              
14328              From: abigail@fnx.com
14329              Message-ID: <19990105182301.5966.qmail@alexandra.wayne.fnx.com>
14330              Subject: [PATCH 5.005_03 lib/ExtUtils/MakeMaker.pm] Typos fixes.
14331              Date: Tue, 5 Jan 1999 13:23:00 -0500 (EST)
14332              
14333              From: abigail@fnx.com
14334              Message-ID: <19990105183344.6065.qmail@alexandra.wayne.fnx.com>
14335              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Manifest.pm] Typo fixes
14336              Date: Tue, 5 Jan 1999 13:33:44 -0500 (EST)
14337              
14338              From: abigail@fnx.com
14339              Message-ID: <19990105184028.6220.qmail@alexandra.wayne.fnx.com>
14340              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Mksymlists.pm] Typo fix
14341              Date: Tue, 5 Jan 1999 13:40:28 -0500 (EST)
14342              
14343              From: abigail@fnx.com
14344              Message-ID: <19990106012015.9451.qmail@alexandra.wayne.fnx.com>
14345              Subject: [PATCH 5.005_03 TRIAL2 lib/IO/Pipe.pm] Typo fixes.
14346              Date: Tue, 5 Jan 1999 20:20:15 -0500 (EST)
14347              
14348              From: abigail@fnx.com
14349              Message-ID: <19990106012047.9459.qmail@alexandra.wayne.fnx.com>
14350              Subject: [PATCH 5.005_03 TRAIL2 lib/IO/Seekable.pm] Typo fixes
14351              Date: Tue, 5 Jan 1999 20:20:47 -0500 (EST)
14352      Branch: cfgperl
14353            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
14354            ! lib/ExtUtils/Command.pm lib/ExtUtils/Embed.pm
14355            ! lib/ExtUtils/Install.pm lib/ExtUtils/Liblist.pm
14356            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
14357            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mksymlists.pm
14358 ____________________________________________________________________________
14359 [  2568] By: gbarr                                 on 1999/01/06  03:13:15
14360         Log: From: jan.dubois@ibm.net (Jan Dubois)
14361              Date: Wed, 06 Jan 1999 01:24:09 +0100
14362              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
14363              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
14364      Branch: maint-5.005/perl
14365            ! embed.h global.sym objXSUB.h objpp.h perl.c proto.h
14366            ! win32/GenCAPI.pl win32/makedef.pl
14367 ____________________________________________________________________________
14368 [  2566] By: gbarr                                 on 1999/01/06  02:29:05
14369         Log: From: "W. Phillip Moore" <wpm@ms.com>
14370              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
14371              Message-ID: <13970.20107.190314.549471@zappa>
14372              Subject: [PATCH] POSIX getpgrp is not -w clean
14373      Branch: maint-5.005/perl
14374            ! ext/POSIX/POSIX.pm
14375 ____________________________________________________________________________
14376 [  2565] By: gbarr                                 on 1999/01/06  02:19:00
14377         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
14378              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
14379              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
14380              Subject: FindBin.pm on Win32 systems
14381      Branch: maint-5.005/perl
14382            ! lib/FindBin.pm
14383 ____________________________________________________________________________
14384 [  2561] By: jhi                                   on 1999/01/05  10:49:10
14385         Log: Reword the setlocale() 1-arg case better.
14386      Branch: cfgperl
14387            ! ext/POSIX/POSIX.pod
14388 ____________________________________________________________________________
14389 [  2559] By: gbarr                                 on 1999/01/02  15:37:35
14390         Log: From: Blair Zajac <bzajac@geostaff.com>
14391              Date: Wed, 23 Dec 1998 17:13:32 -0800
14392              Message-ID: <3681953C.8B6A90AA@geostaff.com>
14393              Subject: Tie::SubstrHash patch
14394      Branch: maint-5.005/perl
14395            ! lib/Tie/SubstrHash.pm
14396 ____________________________________________________________________________
14397 [  2554] By: jhi                                   on 1999/01/02  14:55:06
14398         Log: Object destruction order testing.
14399      Branch: cfgperl
14400            ! t/op/misc.t
14401 ____________________________________________________________________________
14402 [  2553] By: jhi                                   on 1999/01/02  14:49:40
14403         Log: perldelta the Dumpvalue.pm of change #2513.
14404      Branch: cfgperl
14405            ! lib/Dumpvalue.pm pod/perldelta.pod
14406 ____________________________________________________________________________
14407 [  2552] By: nick                                  on 1999/01/02  14:45:38
14408         Log: Tone down Makefile.PL so it works on Win32
14409      Branch: perl
14410            ! ext/B/Makefile.PL
14411 ____________________________________________________________________________
14412 [  2551] By: nick                                  on 1999/01/02  14:06:30
14413         Log: Export constant subs from B.xs for op.h, cop.h and a few others.
14414              Use them in various B::* rather than have local defs.
14415      Branch: perl
14416            + ext/B/defsubs.h.PL
14417            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bytecode.pm ext/B/B/C.pm
14418            ! ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
14419            ! ext/B/B/Stackobj.pm ext/B/B/Xref.pm ext/B/Makefile.PL
14420 ____________________________________________________________________________
14421 [  2550] By: nick                                  on 1999/01/02  10:04:02
14422         Log: Integrate ext/B changes from //depot/cfgperl
14423      Branch: perl
14424           !> ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
14425 ____________________________________________________________________________
14426 [  2549] By: jhi                                   on 1999/01/01  13:54:16
14427         Log: From: "Paul Holser" <Paul.Holser.pholser@nortelnetworks.com>
14428              To: perlbug@perl.com
14429              Subject: op/groups.t fails test 1 on HP-UX 10.20
14430              Date: Wed, 30 Dec 1998 15:16:12 -0600 (CST)
14431              Message-Id: <199812302116.PAA12439@crchh44c.us.nortel.com>
14432      Branch: cfgperl
14433            ! t/op/groups.t
14434 ____________________________________________________________________________
14435 [  2548] By: jhi                                   on 1999/01/01  13:53:31
14436         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14437              To: perl5-porters@perl.org
14438              cc: hv@crypt0.demon.co.uk
14439              Subject: [bug 5.004_54] duplicate error message
14440              Date: Thu, 31 Dec 1998 04:05:25 +0000
14441              Message-Id: <199812310405.EAA00386@crypt.compulink.co.uk>
14442              
14443              Message-ID: <13963.60672.134591.383377@alias-2.pr.mcs.net>
14444              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
14445              To: hv@crypt0.demon.co.uk
14446              Cc: perl5-porters@perl.org
14447              Subject: [PATCH _54] Re: duplicate error message
14448              Date: Thu, 31 Dec 1998 16:10:13 -0600 (CST)
14449              
14450              Message-Id: <199901010732.HAA02926@crypt.compulink.co.uk>
14451              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14452              To: Stephen McCamant <smccam@uclink4.berkeley.edu>
14453              cc: hv@crypt0.demon.co.uk, perl5-porters@perl.org
14454              Subject: [TEST PATCH _54] Re: duplicate error message 
14455              Date: Fri, 01 Jan 1999 07:32:14 +0000
14456      Branch: cfgperl
14457            ! op.c t/pragma/warn/op
14458 ____________________________________________________________________________
14459 [  2547] By: jhi                                   on 1998/12/31  14:15:04
14460         Log: From: Chris Nandor <pudge@pobox.com>
14461              To: jhi@iki.fi
14462              Cc: perl5-porters@perl.org
14463              Subject: Re: [PATCH] perlport.pod 1.38
14464              Date: Thu, 31 Dec 1998 09:06:48 -0500
14465              Message-Id: <v04020a1db2b1352ec92a@[192.168.0.77]>
14466      Branch: cfgperl
14467            ! pod/perlport.pod
14468 ____________________________________________________________________________
14469 [  2546] By: jhi                                   on 1998/12/31  11:18:17
14470         Log: From: Wilson P. Snyder II
14471              To: perl5-porters@perl.org
14472              Subject: [PATCH v5.5.53] REV2: Binary number support
14473              Date: 1998/11/30
14474              Message-ID: <199811301543.KAA15689@vulcan.maker.com>
14475      Branch: cfgperl
14476            ! pod/perldata.pod pod/perldelta.pod pod/perlfunc.pod pp.c
14477            ! proto.h sv.c t/op/oct.t t/op/sprintf.t t/pragma/warn/util
14478            ! toke.c util.c
14479 ____________________________________________________________________________
14480 [  2545] By: jhi                                   on 1998/12/31  09:27:40
14481         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
14482              To: perlbug@perl.com
14483              Subject: "perl -T -P" dumps core on OpenBSD and Linux
14484              Date: Wed, 30 Dec 1998 21:11:05 -0700 (MST)
14485              Message-Id: <199812310411.VAA37568@xerxes.courtesan.com>
14486      Branch: cfgperl
14487            ! taint.c
14488 ____________________________________________________________________________
14489 [  2544] By: jhi                                   on 1998/12/31  09:21:45
14490         Log: From: Tim Bunce <Tim.Bunce@ig.co.uk> 
14491              To: perlbug@perl.com 
14492              Subject: bug in pod2man search for perl binary [5.005_5x]
14493              Date: Sat, 12 Dec 1998 23:08:51 +0000 
14494              Message-ID: <19981212230851.A20578@ig.co.uk> 
14495      Branch: cfgperl
14496            ! pod/pod2man.PL
14497 ____________________________________________________________________________
14498 [  2541] By: gbarr                                 on 1998/12/30  14:37:14
14499         Log: From: jan.dubois@ibm.net (Jan Dubois)
14500              Date: Wed, 23 Dec 1998 21:26:38 +0100
14501              Message-ID: <36895086.8849224@smtp1.ibm.net>
14502              Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
14503      Branch: maint-5.005/perl
14504            ! lib/ExtUtils/MakeMaker.pm
14505 ____________________________________________________________________________
14506 [  2540] By: jhi                                   on 1998/12/30  08:42:04
14507         Log: Evermore AUTHORS and MAINTAIN.
14508      Branch: cfgperl
14509            ! AUTHORS MAINTAIN
14510 ____________________________________________________________________________
14511 [  2539] By: jhi                                   on 1998/12/29  15:10:34
14512         Log: More AUTHORS and MAINTAIN.
14513      Branch: cfgperl
14514            ! AUTHORS MAINTAIN
14515 ____________________________________________________________________________
14516 [  2537] By: jhi                                   on 1998/12/29  14:34:47
14517         Log: From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
14518              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
14519              Message-ID: <13942.32480.700000.640927@utensil>
14520              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
14521              (mirror change#2531 in the 5.005-maint)
14522      Branch: cfgperl
14523            ! lib/AutoSplit.pm
14524 ____________________________________________________________________________
14525 [  2531] By: gbarr                                 on 1998/12/29  14:12:25
14526         Log: change in_pod pattern to /^=\w/ from /^=/
14527              From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
14528              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
14529              Message-ID: <13942.32480.700000.640927@utensil>
14530              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
14531      Branch: maint-5.005/perl
14532            ! lib/AutoSplit.pm
14533 ____________________________________________________________________________
14534 [  2525] By: jhi                                   on 1998/12/29  13:06:26
14535         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
14536              To: perl5-porters@perl.org
14537              Subject: [PATCH 5.005_54] More minor  Fixes in CC.pm/C.pm
14538              Date: 16 Dec 1998 03:17:03 +0200
14539              Message-ID: <MLIST_199812160055.QAA06272@f10.hotmail.com>
14540      Branch: cfgperl
14541            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
14542 ____________________________________________________________________________
14543 [  2524] By: jhi                                   on 1998/12/29  13:00:06
14544         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
14545              To: perl5-porters@perl.org
14546              Cc: rmb1@cise.npl.co.uk, nick@ni-s.u-net.com
14547              Subject: [PATCH 5.005_54] Re:perlcc -e 'my $x = shift; print +($x ?...' failure
14548              Date: 10 Dec 1998 08:30:02 +0200
14549              Message-ID: <MLIST_19981210061651.29891.qmail@hotmail.com>
14550              
14551              (Nick's part was applied earlier, in change #2460)
14552      Branch: cfgperl
14553            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
14554 ____________________________________________________________________________
14555 [  2523] By: jhi                                   on 1998/12/29  12:41:31
14556         Log: From: "vishal bhatia" <vishalb@hotmail.com>
14557              To: nick@ni-s.u-net.com
14558              Cc: perl5-porters@perl.org
14559              Subject: [PATCH 5.005_54] return value of perlcc/B::CC generated functions.
14560              Date: 9 Dec 1998 06:50:30 +0200
14561              Message-ID: <MLIST_19981209043146.16829.qmail@hotmail.com>
14562      Branch: cfgperl
14563            ! ext/B/B/CC.pm
14564 ____________________________________________________________________________
14565 [  2522] By: jhi                                   on 1998/12/29  12:15:18
14566         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
14567              To: perl5-porters@perl.org (Perl 5 Porters)
14568              Subject: [PATCH 5.005_54] Pod::Text.pm reformating indented paragraphs
14569              Date: 25 Dec 1998 23:02:28 +0200
14570              Message-ID: <MLIST_199812252034.PAA27812@linguist.dartmouth.edu>
14571      Branch: cfgperl
14572            ! lib/Pod/Text.pm
14573 ____________________________________________________________________________
14574 [  2521] By: jhi                                   on 1998/12/29  12:07:54
14575         Log: Undo #2519 (breaks universal.c).
14576      Branch: cfgperl
14577            ! XSUB.h
14578 ____________________________________________________________________________
14579 [  2519] By: jhi                                   on 1998/12/29  11:41:10
14580         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
14581              To: perl5-porters@perl.org
14582              Cc: perl-xs@perl.org
14583              Subject: XSUB.h refinement [PATCH]
14584              Date: 18 Dec 1998 03:58:44 +0200
14585              Message-ID: <MLIST_Pine.GSO.4.02.9812171733330.589-100000@eq1062.wks.na.deuba.com>
14586      Branch: cfgperl
14587            ! XSUB.h
14588 ____________________________________________________________________________
14589 [  2518] By: jhi                                   on 1998/12/29  11:36:19
14590         Log: From: abigail@fnx.com
14591              To: perl5-porters@perl.org (Perl Porters)
14592              Subject: [PATCH 5.005_02; lib/fields.pm] Typos in pod.
14593              Date: 28 Dec 1998 21:39:15 +0200
14594              Message-ID: <MLIST_19981228191612.8380.qmail@alexandra.wayne.fnx.com>
14595      Branch: cfgperl
14596            ! lib/fields.pm
14597 ____________________________________________________________________________
14598 [  2517] By: jhi                                   on 1998/12/29  11:35:03
14599         Log: Document change #2516.
14600      Branch: cfgperl
14601            ! pod/perldelta.pod
14602 ____________________________________________________________________________
14603 [  2516] By: jhi                                   on 1998/12/29  11:32:26
14604         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14605              To: perl5-porters@perl.org (Mailing list Perl5)
14606              Subject: [PATCH 5.005_53] Warn on unrecognized alpha escapes.
14607              Date: 9 Dec 1998 10:39:31 +0200
14608              Message-ID: <MLIST_199812090823.DAA17566@monk.mps.ohio-state.edu>
14609      Branch: cfgperl
14610            ! pod/perldiag.pod regcomp.c toke.c
14611 ____________________________________________________________________________
14612 [  2515] By: jhi                                   on 1998/12/29  11:27:11
14613         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14614              To: perl5-porters@perl.org (Mailing list Perl5)
14615              Subject: [PATCH 5.005_53] Bugs in hairy interactions of feature in REx
14616              Date: 8 Dec 1998 09:02:04 +0200
14617              Message-ID: <MLIST_199812080637.BAA16025@monk.mps.ohio-state.edu>
14618              
14619              \G fixes (wasn't working right with //g, s///, and $_ in (?{})).
14620      Branch: cfgperl
14621            ! pp_ctl.c pp_hot.c regexec.c regexp.h t/op/pat.t t/op/subst.t
14622 ____________________________________________________________________________
14623 [  2514] By: jhi                                   on 1998/12/29  11:21:31
14624         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14625              To: perl5-porters@perl.org (Mailing list Perl5)
14626              Subject: [PATCH 5.005_53] Regexp tests and UTF8
14627              Date: 8 Dec 1998 07:02:01 +0200
14628              Message-ID: <MLIST_199812080447.XAA05297@monk.mps.ohio-state.edu>
14629      Branch: cfgperl
14630            ! regcomp.c
14631 ____________________________________________________________________________
14632 [  2513] By: jhi                                   on 1998/12/29  11:18:34
14633         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14634              Subject: [PATCH 5.005_*] Dumpvar.pm
14635              To: perl5-porters@perl.org (Mailing list Perl5)
14636              Date: 7 Dec 1998 10:17:35 +0200
14637              Message-ID: <MLIST_199812070744.CAA18949@monk.mps.ohio-state.edu>
14638      Branch: cfgperl
14639            + lib/Dumpvalue.pm
14640            ! MANIFEST
14641 ____________________________________________________________________________
14642 [  2511] By: gbarr                                 on 1998/12/28  14:55:28
14643         Log: From: jan.dubois@ibm.net (Jan Dubois)
14644              Date: Tue, 01 Dec 1998 00:07:33 +0100
14645              Message-ID: <366921b5.14512598@smtp1.ibm.net>
14646              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] to compile on Win32
14647              
14648              From: jan.dubois@ibm.net (Jan Dubois)
14649              Date: Wed, 02 Dec 1998 00:24:54 +0100
14650              Message-ID: <366a77bb.19498126@smtp1.ibm.net>
14651              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] spaces in filenames support
14652      Branch: maint-5.005/perl
14653            ! perl.h proto.h taint.c win32/GenCAPI.pl win32/Makefile
14654            ! win32/config.bc win32/config.gc win32/config.vc
14655            ! win32/config_sh.PL win32/makedef.pl
14656 ____________________________________________________________________________
14657 [  2509] By: jhi                                   on 1998/12/28  13:00:31
14658     Log: Kickstart AUTHORS and MAINTAIN.
14659  Branch: cfgperl
14660        + AUTHORS MAINTAIN
14661        ! MANIFEST
14662 ____________________________________________________________________________
14663 [  2508] By: jhi                                   on 1998/12/28  08:04:00
14664     Log: From: Nathan Torkington <gnat@frii.com>
14665          To: perlbug@perl.com
14666          Subject: [PATCH] perlxstut.pod fix
14667          Date: Sat, 26 Dec 1998 14:28:21 +1300 (NZDT)
14668          Message-ID: <13956.15285.933914.320849@localhost.frii.com>
14669  Branch: cfgperl
14670        ! pod/perlxstut.pod
14671 ____________________________________________________________________________
14672 [  2507] By: jhi                                   on 1998/12/28  07:59:00
14673     Log: From: abigail@fnx.com
14674          To: perlbug@perl.com
14675          Subject: [PATCH 5.005_02] Re: m// doc is buggy (was Re: m'$foo' is undocumented)
14676          Date: Wed, 23 Dec 1998 22:59:59 -0500 (EST)
14677          Message-ID: <19981224035959.16994.qmail@alexandra.wayne.fnx.com>
14678          (slightly modified, a part of the patch was rejected)
14679          (strange, I thought I had already submitted this one
14680          but Perforce disagrees with me...)
14681  Branch: cfgperl
14682        ! pod/perlop.pod
14683 ____________________________________________________________________________
14684 [  2506] By: jhi                                   on 1998/12/28  07:56:59
14685     Log: From: Artur <artur@vogon-solutions.com>
14686          To: perlbug@perl.com
14687          Subject: PATCH: perlmodlib.pod
14688          Date: Fri, 25 Dec 1998 00:48:39 +0000
14689          Message-ID: <3682E0E7.EBFB5D65@vogon-solutions.com>
14690  Branch: cfgperl
14691        ! pod/perlmodlib.pod pod/perlop.pod
14692 ____________________________________________________________________________
14693 [  2505] By: jhi                                   on 1998/12/28  07:46:06
14694     Log: From: abigail@fnx.com
14695          To: perl5-porters@perl.org (Perl Porters)
14696          Subject: [PATCH 5.005_02] Typo in documentation of pod2html.
14697          Date: Wed, 23 Dec 1998 22:32:07 -0500 (EST)
14698          Message-ID: <19981224033207.16751.qmail@alexandra.wayne.fnx.com>
14699  Branch: cfgperl
14700        ! pod/pod2html.PL
14701 ____________________________________________________________________________
14702 [  2504] By: jhi                                   on 1998/12/28  07:44:35
14703     Log: From: Jim Avera <avera@fjst.com>
14704          To: perlbug@perl.com
14705          Subject: perlbug bug - shows dates reversed
14706          Date: Wed, 23 Dec 1998 18:08:56 -0800 (PST)
14707          Message-Id: <199812240208.SAA27616@membrane.ssd.hal.com>
14708  Branch: cfgperl
14709        ! utils/perlbug.PL
14710 ____________________________________________________________________________
14711 [  2503] By: jhi                                   on 1998/12/28  07:41:39
14712     Log: From: jan.dubois@ibm.net (Jan Dubois)
14713          To: makemaker@franz.ww.TU-Berlin.DE, perl5-porters@perl.org
14714          Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
14715          Date: Wed, 23 Dec 1998 21:26:38 +0100
14716          Message-ID: <36895086.8849224@smtp1.ibm.net>
14717  Branch: cfgperl
14718        ! lib/ExtUtils/MakeMaker.pm
14719 ____________________________________________________________________________
14720 [  2502] By: jhi                                   on 1998/12/28  07:39:20
14721     Log: From: Blair Zajac <bzajac@geostaff.com>
14722          To: perl5-porters@perl.org
14723          Subject: Tie::SubstrHash patch
14724          Date: Wed, 23 Dec 1998 17:13:32 -0800
14725          Message-ID: <3681953C.8B6A90AA@geostaff.com>
14726  Branch: cfgperl
14727        ! lib/Tie/SubstrHash.pm
14728 ____________________________________________________________________________
14729 [  2501] By: jhi                                   on 1998/12/28  07:37:16
14730     Log: From: Alan.Harder@Ebay.Sun.COM (Alan Harder)
14731          To: perlbug@perl.com
14732          Subject: perlfaq9 minor error
14733          Date: Wed, 23 Dec 1998 14:54:19 -0800
14734          Message-Id: <199812232254.OAA05986@moshpit.EBay.Sun.COM>
14735  Branch: cfgperl
14736        ! pod/perlfaq9.pod
14737 ____________________________________________________________________________
14738 [  2500] By: jhi                                   on 1998/12/23  10:38:18
14739     Log: More porting notes about filesystems, AmigaOS, and MiNT.
14740  Branch: cfgperl
14741        ! pod/perlport.pod
14742 ____________________________________________________________________________
14743 [  2499] By: jhi                                   on 1998/12/22  09:26:49
14744     Log: Add few MSG_ and uio constants.
14745  Branch: cfgperl
14746        ! ext/Socket/Socket.pm ext/Socket/Socket.xs iperlsys.h
14747 ____________________________________________________________________________
14748 [  2498] By: jhi                                   on 1998/12/22  08:39:30
14749     Log: Slight recoding of util.c:repeatcpy() to circumnavigate
14750          a Digital C compiler optimizer bug that broke the 'x'
14751          operator under certain circumstances.  See t/op/repeat.t
14752          test #20 for graphic details.  Reported in
14753          
14754          From: Gisle Aas <gisle@aas.no>
14755          To: Mark Martinec <Mark.Martinec@nsc.ijs.si>
14756          Cc: ach@xray.mpe.mpg.de, cpan-testers@perl.org, perl5-porters@perl.org
14757          Subject: Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch
14758          Date: 18 Dec 1998 14:27:40 +0100
14759          Message-ID: <m37lvpa8c3.fsf@furu.g.aas.no>
14760          
14761          and discussed further in the thread
14762          
14763          From: Jarkko Hietaniemi <jhi@iki.fi>
14764          To: Gisle Aas <gisle@aas.no>
14765          Cc: Mark Martinec <Mark.Martinec@nsc.ijs.si>, ach@xray.mpe.mpg.de,
14766          cpan-testers@perl.org, perl5-porters@perl.org
14767          Subject: x operator broken in DEC Alpha for 8-bit characters (Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch)
14768          Date: Fri, 18 Dec 1998 16:18:37 +0200 (EET)
14769          Message-ID: <13946.25661.193449.138023@alpha.hut.fi>
14770  Branch: cfgperl
14771        ! t/op/repeat.t util.c
14772 ____________________________________________________________________________
14773 [  2497] By: jhi                                   on 1998/12/21  14:18:57
14774     Log: Change #2483 update.
14775  Branch: cfgperl
14776        ! t/op/tr.t
14777 ____________________________________________________________________________
14778 [  2496] By: jhi                                   on 1998/12/21  14:07:41
14779     Log: Update on change #2493.
14780  Branch: cfgperl
14781        ! t/pragma/warn/op
14782 ____________________________________________________________________________
14783 [  2495] By: jhi                                   on 1998/12/21  13:52:00
14784     Log: Change #2487 aftershock.
14785  Branch: cfgperl
14786        ! warning.pl
14787 ____________________________________________________________________________
14788 [  2494] By: jhi                                   on 1998/12/21  12:35:00
14789     Log: From: Chris Nandor <pudge@pobox.com>
14790          To: perl5-porters@perl.org
14791          Subject: [PATCH] perlport.pod v1.37
14792          Date: Sat, 19 Dec 1998 12:54:34 -0500
14793          Message-Id: <v04020a03b2a194aaa676@[192.168.0.77]>
14794  Branch: cfgperl
14795        ! pod/perlport.pod
14796 ____________________________________________________________________________
14797 [  2493] By: jhi                                   on 1998/12/21  12:22:44
14798     Log: From: Mark-Jason Dominus <mjd@plover.com>
14799          To: perl5-porters@perl.com
14800          Subject: PATCH (5.005_02): Dejargonizing
14801          Date: Sun, 20 Dec 1998 14:35:20 -0500
14802          Message-ID: <19981220193520.11230.qmail@plover.com>
14803          
14804          From: Mark-Jason Dominus <mjd@plover.com>
14805          To: perl5-porters@perl.com
14806          Subject: PATCH (5.005_02): Spelling correction in warning message
14807          Date: Sun, 20 Dec 1998 13:51:30 -0500
14808          Message-ID: <19981220185130.11067.qmail@plover.com>
14809  Branch: cfgperl
14810        ! doio.c op.c
14811 ____________________________________________________________________________
14812 [  2492] By: jhi                                   on 1998/12/21  09:00:05
14813     Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
14814          To: perl5-porters@perl.org
14815          Subject: [PATCH 5.005_54] pp_next/pp_last/pp_redo problems
14816          Date: Sun, 20 Dec 1998 19:03:25 PST
14817          Message-ID: <19981221030326.27660.qmail@hotmail.com>
14818          
14819          (slightly reformatted)
14820  Branch: cfgperl
14821        ! ext/B/B/CC.pm
14822 ____________________________________________________________________________
14823 [  2491] By: nick                                  on 1998/12/20  14:21:29
14824     Log: Save _all_ GV's which have SV, AV or HV set.
14825  Branch: perl
14826        ! ext/B/B/C.pm
14827 ____________________________________________________________________________
14828 [  2490] By: jhi                                   on 1998/12/18  15:13:19
14829     Log: Add idea about generalising cpp symbol probing of Errno.
14830  Branch: cfgperl
14831        ! Todo
14832 ____________________________________________________________________________
14833 [  2489] By: jhi                                   on 1998/12/18  14:47:57
14834     Log: Address some of the issues of:
14835          
14836          From: Tom Christiansen <tchrist@jhereg.perl.com>
14837          To: perl-porters-active@jhereg.perl.com
14838          Subject: Undocumentation Issues for 5.005
14839          Date: Thu, 17 Dec 1998 14:46:24 -0700
14840          Message-Id: <199812172146.OAA05316@jhereg.perl.com>
14841  Branch: cfgperl
14842        ! pod/perl5005delta.pod
14843 ____________________________________________________________________________
14844 [  2488] By: jhi                                   on 1998/12/18  11:26:32
14845     Log: From: root <root@dubravka.in-berlin.de>
14846          To: perlbug@perl.com
14847          Cc: k@dubravka.in-berlin.de
14848          Subject: Please add no_modify to PERL_POLLUTE
14849          Date: Fri, 18 Dec 1998 10:45:52 +0100
14850          Message-Id: <199812180945.KAA05275@dubravka.in-berlin.de>
14851          
14852          (Really from Andreas König)
14853  Branch: cfgperl
14854        ! embed.pl
14855 ____________________________________________________________________________
14856 [  2487] By: jhi                                   on 1998/12/17  14:05:52
14857     Log: Some (by far not all) issues of the below message addressed.
14858          
14859          From: Tom Christiansen <tchrist@jhereg.perl.com>
14860          To: The Perl Porters Mailing List <perl5-porters@perl.org>
14861          Subject: important UNDOC issues for 5.005_54
14862          Date: Wed, 16 Dec 1998 21:14:53 -0700
14863          Message-Id: <199812170414.VAA25860@jhereg.perl.com>
14864  Branch: cfgperl
14865        ! lib/warning.pm pod/perl5005delta.pod pod/perldelta.pod
14866 ____________________________________________________________________________
14867 [  2486] By: jhi                                   on 1998/12/17  12:47:15
14868     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14869          To: domo@computer.org
14870          Cc: jhi@iki.fi, perl5-porters@perl.org
14871          Subject: Re: stuff related to malloc.c
14872          Date: Wed, 16 Dec 1998 16:40:27 -0500 (EST)
14873          Message-Id: <199812162140.QAA04925@monk.mps.ohio-state.edu>
14874  Branch: cfgperl
14875        ! malloc.c
14876 ____________________________________________________________________________
14877 [  2485] By: jhi                                   on 1998/12/17  12:17:19
14878     Log: More porting notes.
14879  Branch: cfgperl
14880        ! Porting/pumpkin.pod
14881 ____________________________________________________________________________
14882 [  2484] By: jhi                                   on 1998/12/15  08:38:05
14883     Log: Undo #2386 and #2205.
14884  Branch: cfgperl
14885        ! pod/perlfunc.pod
14886 ____________________________________________________________________________
14887 [  2483] By: jhi                                   on 1998/12/14  17:58:35
14888     Log: lib was missing from @INC.
14889  Branch: cfgperl
14890        ! t/op/tr.t
14891 ____________________________________________________________________________
14892 [  2482] By: jhi                                   on 1998/12/14  17:52:42
14893     Log: Was missing use Text::Wrap.
14894  Branch: cfgperl
14895        ! t/lib/textfill.t
14896 ____________________________________________________________________________
14897 [  2481] By: jhi                                   on 1998/12/14  16:00:22
14898     Log: nlist.h not yet Configure-probed but DynaLoader Linux-hinted.
14899          
14900          From: Jonathan Roy <roy@idle.com>
14901          To: perl5-porters@perl.org
14902          Subject: nlist.h add to Configure checks?
14903          Date: Sun, 13 Dec 1998 22:22:49 -0500
14904          Message-Id: <4.1.19981213221847.00a3e100@pop-server.tampabay.rr.com>
14905  Branch: cfgperl
14906        + ext/DynaLoader/hints/linux.pl
14907        ! MANIFEST
14908 ____________________________________________________________________________
14909 [  2480] By: jhi                                   on 1998/12/14  15:02:44
14910     Log: Give up completely using nm in AIX.
14911          
14912          From: "Kurt D. Starsinic" <kstar@chapin.edu>
14913          To: Gurusamy Sarathy <gsar@engin.umich.edu>, Jarkko Hietaniemi <jhi@iki.fi>
14914          Cc: perl5-porters@perl.org
14915          Subject: [PATCH 5.005_54] AIX 4.3.1.0 fails to locate some functions
14916          Date: Thu, 10 Dec 1998 00:51:46 -0500
14917          Message-ID: <19981210005146.B29986@O2.chapin.edu>
14918  Branch: cfgperl
14919        ! hints/aix.sh
14920 ____________________________________________________________________________
14921 [  2479] By: jhi                                   on 1998/12/14  14:39:52
14922     Log: AIX' error messages are different.
14923          
14924          From: "Kurt D. Starsinic" <kstar@chapin.edu>
14925          To: Gurusamy Sarathy <gsar@engin.umich.edu>
14926          Cc: perl5-porters@perl.org
14927          Subject: [PATCH 5.005_54] AIX 4.1.3.0 fails pragma/warning.t
14928          Date: Thu, 10 Dec 1998 00:42:36 -0500
14929          Message-ID: <19981210004236.A29986@O2.chapin.edu>
14930          
14931          From: Michael Engel <engel@nms1.cc.huji.ac.il>
14932          To: perlbug@perl.com
14933          Subject: erroes in installing perl5*53 on IBM RS6000, aix 4.1
14934          Date: Mon, 14 Dec 1998 16:15:20 +0200 (IST)
14935          Message-ID: <Pine.A41.4.05_heb2.07.9812141609500.58712-300000@nms1.cc.huji.ac.il>
14936  Branch: cfgperl
14937        ! t/pragma/warn/doio
14938 ____________________________________________________________________________
14939 [  2475] By: jhi                                   on 1998/12/13  12:35:55
14940     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14941          To: jhi@iki.fi
14942          Cc: Carl_Adler@idx.com, perl5-porters@perl.org
14943          Subject: Re: stuff related to malloc.c
14944          Date: Sat, 12 Dec 1998 19:39:44 -0500 (EST)
14945          Message-Id: <199812130039.TAA21704@monk.mps.ohio-state.edu>
14946  Branch: cfgperl
14947        ! malloc.c
14948 ____________________________________________________________________________
14949 [  2474] By: jhi                                   on 1998/12/13  12:32:42
14950     Log: Some notes about porting issues.
14951  Branch: cfgperl
14952        ! Porting/pumpkin.pod
14953 ____________________________________________________________________________
14954 [  2473] By: jhi                                   on 1998/12/13  12:03:58
14955     Log: From: Laszlo Molnar <ml1050@freemail.c3.hu>
14956          To: Perl 5 Porters <perl5-porters@perl.org>
14957          Subject: [patch 5.005_02] dos-djgpp update
14958          Date: Sun, 13 Dec 1998 00:08:44 +0100
14959          Message-ID: <19981213000844.C264@beeblebrox>
14960  Branch: cfgperl
14961        ! djgpp/config.over
14962 ____________________________________________________________________________
14963 [  2472] By: gbarr                                 on 1998/12/12  17:12:28
14964     Log: undo changes to Exporter.pm from #2312
14965  Branch: maint-5.005/perl
14966        ! lib/Exporter.pm
14967 ____________________________________________________________________________
14968 [  2465] By: jhi                                   on 1998/12/12  12:31:21
14969     Log: Document that qw() taints.
14970          
14971          From: Christian Burger <burger@terra.mpikg-teltow.mpg.de> 
14972          To: perlbug@perl.com 
14973          Subject: taint problems
14974          Date: Sun, 1 Nov 1998 22:28:41 +0100 (MET) 
14975          Message-Id: <199811012128.WAA23381@terra.mpikg-teltow.mpg.de>
14976  Branch: cfgperl
14977        ! pod/perlop.pod
14978 ____________________________________________________________________________
14979 [  2464] By: jhi                                   on 1998/12/11  14:09:51
14980     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
14981          To: dist-users@foretune.co.jp
14982          Subject: (dist-users 871) dist-3.0@70 generates lots of main() without type
14983          Date: Mon, 07 Dec 1998 20:13:04 -0400
14984          Message-Id: <199812072313.UAA06181@sleipnir.valparaiso.cl>
14985  Branch: cfgperl
14986        ! Configure
14987 ____________________________________________________________________________
14988 [  2463] By: jhi                                   on 1998/12/11  13:29:54
14989     Log: MAXPATHLEN.
14990  Branch: cfgperl
14991        ! perl.h
14992 ____________________________________________________________________________
14993 [  2462] By: jhi                                   on 1998/12/11  08:37:58
14994     Log: From: Mark Kettenis <kettenis@phys.uva.nl>
14995          To: perl5-porters@perl.org
14996          Subject: [PATCH]5.005_54 (CONFIG) Added support for GNU/Hurd
14997          Date: Thu, 10 Dec 1998 22:00:57 +0100 (CET)
14998          Message-Id: <199812102100.WAA00097@delius.kettenis.nl>
14999  Branch: cfgperl
15000        + hints/gnu.sh
15001 ____________________________________________________________________________
15002 [  2461] By: nick                                  on 1998/12/10  21:00:50
15003     Log: Date: Wed, 09 Dec 1998 22:16:50 PST
15004          From: Vishal Bhatia <vishalb@hotmail.com>
15005          1. Fixes the bug  reported by  Robin Barker <rmb1@cise.npl.co.uk> 
15006          2. Fixes the bug  regarding return value of c-functions generated out 
15007          of perl subs. ( Just includes the patch I sent earlier)
15008          3. Incorporates the other changes that need to be done to get CC.pm
15009          use ISA search for packages and methods on the same lines as C.pm
15010          
15011          Vishal would appreciate comments about B::Stackobj changes from 
15012          someone knowing that module well.
15013  Branch: perl
15014        ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
15015 ____________________________________________________________________________
15016 [  2460] By: jhi                                   on 1998/12/08  08:11:27
15017     Log: Integrate from mainperl.
15018  Branch: cfgperl
15019       !> Changes ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
15020       !> ext/B/B/Deparse.pm perl.h pod/perl.pod pod/perl5005delta.pod
15021       !> pod/perldiag.pod pod/perlfunc.pod pp_sys.c t/lib/io_unix.t
15022       !> toke.c util.c
15023 ____________________________________________________________________________
15024 [  2459] By: jhi                                   on 1998/12/07  07:50:11
15025     Log: From: hansm@icgroup.nl 
15026          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on OPENSTEP-Mach 4_1 (UNINSTALLED)
15027          Reply-To: hansmu@xs4all.nl 
15028          To: perlbug@perl.com 
15029          Date: Sun, 6 Dec 98 22:19:54 +0100 
15030          Message-Id: <9812062116.AA26445@icgned.icgroup.nl> 
15031  Branch: cfgperl
15032        ! util.c
15033 ____________________________________________________________________________
15034 [  2458] By: gsar                                  on 1998/12/07  06:00:55
15035     Log: fix dup lexical
15036  Branch: perl
15037        ! ext/B/B/Deparse.pm t/lib/io_unix.t
15038 ____________________________________________________________________________
15039 [  2457] By: gsar                                  on 1998/12/06  14:38:59
15040     Log: mention limit on line numbers reported by diagnostics
15041  Branch: perl
15042        ! pod/perl.pod toke.c
15043 ____________________________________________________________________________
15044 [  2456] By: gsar                                  on 1998/12/06  13:49:02
15045     Log: branch perldelta.pod
15046  Branch: maint-5.005/perl
15047       +> pod/perldelta.pod
15048 ____________________________________________________________________________
15049 [  2455] By: gsar                                  on 1998/12/06  13:47:21
15050     Log: clobber perldelta.pod to reestablish branch from perl5005delta.pod
15051  Branch: maint-5.005/perl
15052        - pod/perldelta.pod
15053 ____________________________________________________________________________
15054 [  2454] By: gsar                                  on 1998/12/06  13:35:31
15055     Log: fix outdated/incorrect info about arbitrary limits
15056  Branch: perl
15057        ! Changes perl.h pod/perl.pod pod/perl5005delta.pod
15058        ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c util.c
15059 ____________________________________________________________________________
15060 [  2453] By: nick                                  on 1998/12/05  16:14:42
15061     Log: Avoid hard-coding op numbers
15062          Update CC.pm to save %INC, and to co-exist with new C.pm
15063  Branch: perl
15064        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
15065 ____________________________________________________________________________
15066 [  2452] By: nick                                  on 1998/12/05  10:44:28
15067     Log: B.xs had its own code to calculate hash() which differed from
15068          PERL_HASH in hv.h - so all saved HV's were mangled - including %INC
15069          which meant that run-time require was re-done.
15070          Removed some debug from C.pm
15071  Branch: perl
15072        ! ext/B/B.xs ext/B/B/C.pm
15073 ____________________________________________________________________________
15074 [  2451] By: nick                                  on 1998/12/04  21:58:49
15075     Log: Snapshot of re-worked B::C which compiles Tk apps at least as
15076          well as _54, but with pre-scan for classes and save the ISA scheme.
15077  Branch: perl
15078        ! ext/B/B/C.pm
15079 ____________________________________________________________________________
15080 [  2450] By: nick                                  on 1998/12/04  17:58:44
15081     Log: Vishal Bhatia's patch as a basis.
15082  Branch: perl
15083        ! ext/B/B/C.pm ext/B/B/CC.pm
15084 ____________________________________________________________________________
15085 [  2449] By: jhi                                   on 1998/12/04  16:39:21
15086     Log: Integrate from mainperl.
15087  Branch: cfgperl
15088       !> t/op/goto.t t/op/tr.t
15089 ____________________________________________________________________________
15090 [  2448] By: gsar                                  on 1998/12/04  06:06:49
15091     Log: tweak test for UTEST
15092  Branch: perl
15093        ! t/op/tr.t
15094 ____________________________________________________________________________
15095 [  2444] By: jhi                                   on 1998/12/03  14:37:22
15096     Log: s/\bthe the\b/the/g *.pod
15097  Branch: cfgperl
15098        ! pod/perlfaq8.pod pod/perlfunc.pod pod/perlguts.pod
15099 ____________________________________________________________________________
15100 [  2443] By: jhi                                   on 1998/12/03  13:39:53
15101     Log: Change#2441 aftermath.
15102  Branch: cfgperl
15103        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15104        ! config_h.SH thread.h vms/subconfigure.com
15105 ____________________________________________________________________________
15106 [  2441] By: jhi                                   on 1998/12/03  08:15:13
15107     Log: From: Dan Sugalski <sugalskd@osshe.edu>
15108          To: perl5-porters@perl.org, vmsperl@cor.newman.upenn.edu
15109          Subject: [PATCH 5.005_54]Initial VMS patches
15110          Date: 3 Dec 1998 01:05:55 +0200
15111          Message-ID: <MLIST_3.0.6.32.19981202141057.0339a7f0@ous.edu>
15112          
15113          The patch to config_h.SH requires more study because
15114          metaconfig needs to agree.
15115  Branch: cfgperl
15116        ! config_h.SH configure.com global.sym lib/ExtUtils/MM_VMS.pm
15117        ! t/lib/textfill.t t/pragma/warning.t vms/descrip_mms.template
15118        ! vms/gen_shrfls.pl vms/subconfigure.com vms/vmsish.h
15119 ____________________________________________________________________________
15120 [  2440] By: gsar                                  on 1998/12/03  01:32:16
15121     Log: add failed check-in of goto.t from change#1867
15122  Branch: perl
15123        ! t/op/goto.t
15124 ____________________________________________________________________________
15125 [  2437] By: jhi                                   on 1998/12/02  18:03:51
15126     Log: Fix most of the bad L<> links of
15127          
15128          From: Tom Christiansen <tchrist@jhereg.perl.com> 
15129          Subject: bad L<> links
15130          Reply-to: tchrist@perl.com 
15131          To: perlbug@jhereg.perl.com 
15132          Date: Tue, 11 Aug 1998 10:58:07 -0500 
15133          Message-Id: <199808111658.KAA00484@jhereg.perl.com> 
15134          
15135          The ones not fixed may require darker Pod::HTML magic,
15136          for example the perlguts.html#tags should work fine, IMHO.
15137  Branch: cfgperl
15138        ! pod/perl5005delta.pod pod/perlcall.pod pod/perldata.pod
15139        ! pod/perldiag.pod pod/perlfaq5.pod pod/perlfaq7.pod
15140        ! pod/perlfunc.pod pod/perlguts.pod pod/perllocale.pod
15141        ! pod/perlobj.pod pod/perlport.pod pod/perlsub.pod
15142        ! pod/perlvar.pod
15143 ____________________________________________________________________________
15144 [  2436] By: jhi                                   on 1998/12/02  16:35:04
15145     Log: One paste too many in #2345.
15146  Branch: cfgperl
15147        ! lib/Pod/Html.pm
15148 ____________________________________________________________________________
15149 [  2435] By: jhi                                   on 1998/12/02  16:32:33
15150     Log: Pod::Html and Pod::Text were not locale-savvy:
15151          for example in =head1 all non-ASCII-\w-runs were
15152          turned into underscores in NAME tags.  This could
15153          result in several NAME tags becoming identical.
15154          Reported by:
15155          
15156          From: Fyodor Krasnov <fyodor@aha.ru> 
15157          Subject: pod2html vs Russian Characters
15158          To: Tom.Christiansen@snn.aha.ru, tchrist@perl.com 
15159          Date: Tue, 24 Nov 1998 19:00:36 +0300 (MSK) 
15160          Message-Id: <199811241600.TAA05149@stat.aha.ru> 
15161  Branch: cfgperl
15162        ! lib/Pod/Html.pm lib/Pod/Text.pm
15163 ____________________________________________________________________________
15164 [  2434] By: jhi                                   on 1998/12/02  10:29:00
15165     Log: The real Mc5_54 integration.
15166  Branch: cfgperl
15167       !> Changes MANIFEST pod/perlhist.pod pp_hot.c
15168 ____________________________________________________________________________
15169 [  2433] By: jhi                                   on 1998/12/02  08:52:13
15170     Log: From: Andy Dougherty <doughera@lafayette.edu>
15171          To: Perl Porters <perl5-porters@perl.org>
15172          Subject: [PATCH 5.005_xx] Missing redirection of simple test program
15173          Date: Tue, 1 Dec 1998 13:40:12 -0500 (EST)
15174          Message-Id: <Pine.SUN.3.96.981201133546.4288K-100000@newton.phys>
15175  Branch: cfgperl
15176        ! Configure
15177 ____________________________________________________________________________
15178 [  2432] By: jhi                                   on 1998/12/02  08:49:47
15179     Log: From: Andy Dougherty <doughera@lafayette.edu>
15180          To: Perl Porters <perl5-porters@perl.org>
15181          Subject: [PATCH 5.005_xx] erroneous 'none' in lddlflags
15182          Date: Tue, 1 Dec 1998 12:50:27 -0500 (EST)
15183          Message-Id: <Pine.SUN.3.96.981201124929.4288H-100000@newton.phys>
15184  Branch: cfgperl
15185        ! Configure
15186 ____________________________________________________________________________
15187 [  2431] By: jhi                                   on 1998/12/01  16:11:50
15188     Log: From: achampio@lehman.com (Alan Champion)
15189          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on sun4-solaris 2.3 (UNINSTALLED)
15190          To: perlbug@perl.com
15191          Date: 1 Dec 1998 17:36:33 +0200
15192          Message-ID: <MLIST_9812011518.AA00005@lonhpov1.lehman.com>
15193          
15194          Skip NIS includes.
15195  Branch: cfgperl
15196        ! t/op/pwent.t
15197 ____________________________________________________________________________
15198 [  2430] By: gsar                                  on 1998/12/01  12:12:50
15199     Log: 5.005_54, as released
15200  Branch: perl
15201        ! Changes MANIFEST pod/perlhist.pod pp_hot.c
15202 ____________________________________________________________________________
15203 [  2429] By: jhi                                   on 1998/12/01  11:28:39
15204     Log: From: Anton Berezin <tobez@plab.ku.dk>
15205          To: perl5-porters@perl.org
15206          Subject: [PATCH 5.005_54] Configure - hints/freebsd.sh signal handler type
15207          Date: 30 Nov 1998 19:46:24 +0100
15208          Message-ID: <864srhhvcv.fsf@lion.plab.ku.dk>
15209  Branch: cfgperl
15210        ! hints/freebsd.sh
15211 ____________________________________________________________________________
15212 [  2428] By: jhi                                   on 1998/12/01  11:08:16
15213     Log: Integrate from _54 mainperl modulo the NetBSD ifdef in util.c.
15214  Branch: cfgperl
15215       +> (branch 30 files)
15216       !> (integrate 71 files)
15217 ____________________________________________________________________________
15218 [  2427] By: jhi                                   on 1998/12/01  10:51:37
15219     Log: Default to accepting a hinted $randfunc even when $csym
15220          does not find it.  (the previous defaylt behaviour was not
15221          to accept).
15222  Branch: cfgperl
15223        ! Configure
15224 ____________________________________________________________________________
15225 [  2426] By: jhi                                   on 1998/12/01  10:13:03
15226     Log: Separated the [:foo:] parsing to its own function.
15227          Passes all tests.
15228  Branch: cfgperl
15229        ! regcomp.c
15230 ____________________________________________________________________________
15231 [  2425] By: jhi                                   on 1998/12/01  08:22:49
15232     Log: Typo in comments.
15233  Branch: cfgperl
15234        ! regexec.c
15235 ____________________________________________________________________________
15236 [  2424] By: jhi                                   on 1998/12/01  08:21:38
15237     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15238          Subject: [PATCH 5.005_*] Debugger 'v' command
15239          To: perl5-porters@perl.org (Mailing list Perl5)
15240          Date: 1 Dec 1998 07:55:11 +0200
15241          Message-ID: <MLIST_199812010534.AAA21371@monk.mps.ohio-state.edu>
15242  Branch: cfgperl
15243        ! lib/perl5db.pl
15244 ____________________________________________________________________________
15245 [  2423] By: jhi                                   on 1998/12/01  08:19:08
15246     Log: From: pvhp@forte.com (Peter Prymmer)
15247          Subject: [PATCH 5.005_03t1 && 5.005_54]dll linkage side decks for OS/390
15248          To: perl5-porters@perl.org
15249          Date: 1 Dec 1998 07:27:11 +0200
15250          Message-ID: <MLIST_9812010508.AA07791@forte.com>
15251  Branch: cfgperl
15252        ! hints/os390.sh
15253 ____________________________________________________________________________
15254 [  2417] By: jhi                                   on 1998/11/30  08:14:00
15255     Log: s/SCM_CREDENTIALSS/SCM_CREDENTIAL/
15256  Branch: cfgperl
15257        ! ext/Socket/Socket.xs
15258 ____________________________________________________________________________
15259 [  2416] By: jhi                                   on 1998/11/30  08:00:15
15260     Log: Undo #2395, seems more like a problem in netbsd-current.
15261  Branch: cfgperl
15262        ! util.c
15263
15264 ----------------
15265 Version 5.005_54
15266 ----------------
15267
15268 ____________________________________________________________________________
15269 [  2414] By: gsar                                  on 1998/11/30  02:23:55
15270     Log: more JPL tweaks
15271  Branch: perl
15272        - jpl/JNI/MANIFEST jpl/PerlInterpreter/Makefile
15273        ! Changes MANIFEST jpl/JNI/JNI.pm jpl/README
15274 ____________________________________________________________________________
15275 [  2413] By: gsar                                  on 1998/11/30  01:35:56
15276     Log: stub bin/jpl that just runs JPL::Compile::files()
15277  Branch: perl
15278        + jpl/bin/jpl
15279 ____________________________________________________________________________
15280 [  2412] By: gsar                                  on 1998/11/30  01:32:14
15281     Log: delete symlink
15282  Branch: perl
15283        - jpl/bin/jpl
15284 ____________________________________________________________________________
15285 [  2410] By: gsar                                  on 1998/11/30  01:30:44
15286     Log: branch jpl from perlext to perl
15287  Branch: perl
15288       +> (branch 30 files)
15289 ____________________________________________________________________________
15290 [  2407] By: gsar                                  on 1998/11/30  01:24:53
15291     Log: JPL tweaks to build with 5.005
15292  Branch: perlext
15293        ! jpl/JNI/JNI.xs jpl/JNI/typemap jpl/JPL/Compile.pm
15294        ! jpl/PerlInterpreter/PerlInterpreter.c jpl/README
15295 ____________________________________________________________________________
15296 [  2406] By: gsar                                  on 1998/11/30  00:55:54
15297     Log: integrate changes#2273,2274,2288,2291 from maint-5.004
15298  Branch: perl
15299        ! Porting/patchls doio.c lib/Sys/Syslog.pm t/op/die_exit.t
15300 ____________________________________________________________________________
15301 [  2405] By: gsar                                  on 1998/11/30  00:28:55
15302     Log: patchlevel up to 54
15303  Branch: perl
15304        ! patchlevel.h win32/Makefile win32/config_H.bc
15305        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
15306 ____________________________________________________________________________
15307 [  2403] By: gsar                                  on 1998/11/29  23:35:50
15308     Log: integrate cfgperl changes into mainline
15309  Branch: perl
15310       !> Configure Porting/Glossary Porting/config.sh Porting/config_H
15311       !> config_h.SH pod/perlfunc.pod t/op/grent.t t/op/pwent.t util.c
15312 ____________________________________________________________________________
15313 [  2402] By: gsar                                  on 1998/11/29  23:08:42
15314     Log: sync Text::Wrap version number
15315  Branch: perl
15316        ! lib/Text/Wrap.pm
15317 ____________________________________________________________________________
15318 [  2401] By: gsar                                  on 1998/11/29  22:56:21
15319     Log: textfill.t tweak
15320  Branch: perl
15321        ! t/lib/textfill.t
15322 ____________________________________________________________________________
15323 [  2400] By: gsar                                  on 1998/11/29  22:50:41
15324     Log: update to Text::Wrap 98.112901 from David Muir Sharnoff
15325          <muir@idiom.com>
15326  Branch: perl
15327        + t/lib/textfill.t
15328        ! MANIFEST lib/Text/Wrap.pm
15329 ____________________________________________________________________________
15330 [  2399] By: gsar                                  on 1998/11/29  22:28:05
15331     Log: updated to Text::Wrap 98.112801 from CPAN; one published change
15332          has happened without the authors knowledge or consent; the subversive
15333          version (which is in 5.00502) breaks one of the tests in the
15334          authors testsuite; attempts are being made to find a fix that
15335          avoids breaking code already running with the 5.005_02 version
15336          From:    David Muir Sharnoff <muir@idiom.com>
15337          Date:    Sat, 28 Nov 1998 04:34:17 PST
15338          Message-Id: <199811281234.EAA03082@idiom.com>
15339          Subject: Updated Text::Wrap, Time::ParseDate, File::Flock
15340  Branch: perl
15341        ! lib/Text/Wrap.pm t/lib/textwrap.t
15342 ____________________________________________________________________________
15343 [  2397] By: nick                                  on 1998/11/29  20:13:58
15344     Log: Update docs and English.pm for $^C
15345  Branch: perl
15346        ! lib/English.pm pod/perlvar.pod
15347 ____________________________________________________________________________
15348 [  2396] By: jhi                                   on 1998/11/29  20:13:03
15349     Log: Mirror #2384.
15350  Branch: cfgperl
15351        ! t/op/pwent.t
15352 ____________________________________________________________________________
15353 [  2395] By: jhi                                   on 1998/11/29  19:59:12
15354     Log: Newer NetBSDs don't have NSIG in <sys/signal.h>, they need <signal.h>.
15355  Branch: cfgperl
15356        ! util.c
15357 ____________________________________________________________________________
15358 [  2394] By: gsar                                  on 1998/11/29  19:49:08
15359     Log: updated perlreftut.pod
15360  Branch: perl
15361        ! pod/perlreftut.pod
15362 ____________________________________________________________________________
15363 [  2393] By: gsar                                  on 1998/11/29  19:31:56
15364     Log: misc tweaks
15365  Branch: perl
15366        ! ext/IO/Makefile.PL lib/Test.pm t/lib/io_poll.t t/op/sort.t
15367 ____________________________________________________________________________
15368 [  2392] By: gsar                                  on 1998/11/29  19:31:18
15369     Log: notes about -DPERL_POLLUTE
15370  Branch: perl
15371        ! INSTALL pod/perldelta.pod win32/Makefile win32/makefile.mk
15372 ____________________________________________________________________________
15373 [  2391] By: gsar                                  on 1998/11/29  19:13:52
15374     Log: explain various win32 build caveats more clearly
15375  Branch: perl
15376        ! README.win32 win32/Makefile win32/makefile.mk
15377 ____________________________________________________________________________
15378 [  2390] By: gsar                                  on 1998/11/29  16:51:59
15379     Log: remove I_POLL detection (Configure will do that now)
15380  Branch: perl
15381        ! ext/IO/Makefile.PL
15382 ____________________________________________________________________________
15383 [  2389] By: jhi                                   on 1998/11/29  16:39:16
15384     Log: Add I_POLL for IO 1.20.
15385  Branch: cfgperl
15386        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15387        ! config_h.SH
15388 ____________________________________________________________________________
15389 [  2388] By: gsar                                  on 1998/11/29  16:23:30
15390     Log: add p4desc (augments 'p4 describe' output with diffs for new files)
15391  Branch: perl
15392        + Porting/p4desc
15393        ! MANIFEST
15394 ____________________________________________________________________________
15395 [  2387] By: gsar                                  on 1998/11/29  16:08:03
15396     Log: another threads reliability fix: serialize writes to thr->threadsv
15397          avoid most uses of PL_na (which is much more inefficient than a
15398          simple local); update docs to suit; PL_na now being thr->Tna may
15399          be a minor compatibility issue for extensions--will require dTHR
15400          outside of XSUBs (those get automatic dTHR)
15401  Branch: perl
15402        ! XSUB.h djgpp/djgpp.c doio.c doop.c dump.c ext/B/B.xs
15403        ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_next.xs
15404        ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
15405        ! ext/attrs/attrs.xs gv.c malloc.c mg.c op.c
15406        ! os2/OS2/REXX/REXX.xs os2/os2.c perl.c perly.c perly.y
15407        ! pod/perlcall.pod pod/perlembed.pod pod/perlguts.pod
15408        ! pod/perlxs.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c run.c sv.c
15409        ! t/op/pwent.t taint.c toke.c universal.c vmesa/vmesa.c
15410        ! vms/ext/Stdio/Stdio.xs vms/perly_c.vms vms/vms.c win32/win32.c
15411 ____________________________________________________________________________
15412 [  2386] By: jhi                                   on 1998/11/29  15:40:42
15413     Log: Tune the "if" entry.
15414  Branch: cfgperl
15415        ! pod/perlfunc.pod
15416 ____________________________________________________________________________
15417 [  2385] By: gsar                                  on 1998/11/29  12:40:28
15418     Log: various fixes for race conditions under threads: mutex locks based
15419          on PL_threadnum were seriously flawed, since it means more than one
15420          thread could enter the critical region; PL_na was global instead of
15421          thread-local; child thread could finish and free thr structures
15422          before Thread->new() got around to creating the Thread object;
15423          cv_clone() needed locking, as it mucks with PL_comppad and other
15424          global data; new_struct_thread() needed to lock template-thread's
15425          mutex while copying its data
15426  Branch: perl
15427        ! embedvar.h ext/Thread/Thread.xs gv.c op.c perl.c perlvars.h
15428        ! pp_hot.c thrdvar.h thread.h util.c win32/win32thread.c
15429 ____________________________________________________________________________
15430 [  2384] By: gsar                                  on 1998/11/29  10:54:38
15431     Log: s/warn/print/ on multiply defined groups
15432  Branch: perl
15433        ! t/op/grent.t
15434 ____________________________________________________________________________
15435 [  2383] By: gsar                                  on 1998/11/29  10:48:39
15436     Log: backout change#2334
15437  Branch: perl
15438        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
15439 ____________________________________________________________________________
15440 [  2382] By: jhi                                   on 1998/11/29  10:33:40
15441     Log: Better NetInfo behaviour.
15442  Branch: cfgperl
15443        ! t/op/grent.t t/op/pwent.t
15444 ____________________________________________________________________________
15445 [  2381] By: jhi                                   on 1998/11/29  10:08:15
15446     Log: Integrate from mainperl.
15447  Branch: cfgperl
15448       +> ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
15449       +> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
15450       +> ext/IO/poll.c ext/IO/poll.h pod/perlreftut.pod
15451       +> t/lib/io_const.t t/lib/io_dir.t t/lib/io_multihomed.t
15452       +> t/lib/io_poll.t t/lib/io_unix.t
15453       !> (integrate 58 files)
15454 ____________________________________________________________________________
15455 [  2380] By: gsar                                  on 1998/11/29  08:22:49
15456     Log: prefer IO::Handle for IO if FileHandle:: is empty (as suggested by
15457          Tim Bunce)
15458  Branch: perl
15459        ! gv.c
15460 ____________________________________________________________________________
15461 [  2379] By: gsar                                  on 1998/11/29  07:06:43
15462     Log: fix for pat.t failure under USE_THREADS
15463  Branch: perl
15464        ! pp_ctl.c regexec.c
15465 ____________________________________________________________________________
15466 [  2378] By: nick                                  on 1998/11/28  22:46:57
15467     Log: More C.pm tweaks
15468          Save globs even if we have saved cv itself before - may be imported.
15469          
15470          While we don't save "bootstrap" CV we need to provide a stub,
15471          so that if we require it later we don't fall through and attempt
15472          to DynaLoad module again.
15473          
15474          Attempt to save %INC so that "require" does not reload things
15475          we have compiled-in (does not work right yet - seems to be due
15476          to PL_incgv being created in perl_parse() current scheme setting 
15477          GvHV() is "better" than saving the glob, but still does not 
15478          work as I expect). 
15479  Branch: perl
15480        ! ext/B/B/C.pm
15481 ____________________________________________________________________________
15482 [  2377] By: gsar                                  on 1998/11/28  22:30:38
15483     Log: various tweaks; result passes all tests for normal build on Solaris;
15484          fails two pat.t tests under USE_THREADS; io_poll.t test#3 fails on
15485          win32 due to lack of select() that works on non-socket fds
15486  Branch: perl
15487        ! ext/IO/poll.c regcomp.c regexec.c scope.c
15488        ! t/lib/io_multihomed.t win32/makefile.mk
15489 ____________________________________________________________________________
15490 [  2376] By: gsar                                  on 1998/11/28  20:44:39
15491     Log: add $config_args to perl -V display (suggested by Ilya Zakharevich)
15492  Branch: perl
15493        ! myconfig
15494 ____________________________________________________________________________
15495 [  2375] By: gsar                                  on 1998/11/28  20:42:58
15496     Log: integrate cfgperl changes into mainline
15497  Branch: perl
15498       !> Configure ext/POSIX/hints/dynixptx.pl myconfig t/op/grent.t
15499       !> t/op/pwent.t t/op/undef.t t/pragma/locale.t util.c
15500 ____________________________________________________________________________
15501 [  2374] By: gsar                                  on 1998/11/28  20:02:03
15502     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15503          Date: Thu, 5 Nov 1998 02:21:12 -0500 (EST)
15504          Message-Id: <199811050721.CAA27998@monk.mps.ohio-state.edu>
15505          Subject: [PATCH 5.00553] Yet another OS/2 patch
15506  Branch: perl
15507        ! os2/Changes os2/Makefile.SHs os2/os2.c t/pragma/warn/op
15508 ____________________________________________________________________________
15509 [  2373] By: gsar                                  on 1998/11/28  19:30:06
15510     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15511          Date: Sat, 28 Nov 1998 01:51:56 -0500 (EST)
15512          Message-Id: <199811280651.BAA18095@monk.mps.ohio-state.edu>
15513          Subject: [PATCH 5.005_53] Change $#+
15514  Branch: perl
15515        ! mg.c pod/perlvar.pod t/op/pat.t
15516 ____________________________________________________________________________
15517 [  2372] By: gsar                                  on 1998/11/28  19:28:00
15518     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15519          Date: Sat, 28 Nov 1998 00:33:17 -0500 (EST)
15520          Message-Id: <199811280533.AAA25654@monk.mps.ohio-state.edu>
15521          Subject: [PATCH 5.005_53] Finishing off SNOBOL: $1 in (?{})
15522  Branch: perl
15523        ! embedvar.h mg.c objXSUB.h perl.c regexec.c t/op/pat.t
15524        ! thrdvar.h
15525 ____________________________________________________________________________
15526 [  2371] By: gsar                                  on 1998/11/28  19:23:53
15527     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15528          Date: Fri, 27 Nov 1998 16:16:48 -0500 (EST)
15529          Message-Id: <199811272116.QAA03502@monk.mps.ohio-state.edu>
15530          Subject: [PATCH 5.005_53] better -Mre=debugcolor
15531  Branch: perl
15532        ! embedvar.h objXSUB.h regexec.c thrdvar.h
15533 ____________________________________________________________________________
15534 [  2370] By: gsar                                  on 1998/11/28  19:21:17
15535     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15536          Date: Fri, 27 Nov 1998 15:22:19 -0500 (EST)
15537          Message-Id: <199811272022.PAA17874@monk.mps.ohio-state.edu>
15538          Subject: [PATCH 5.005_*] regcolors
15539  Branch: perl
15540        ! embed.h global.sym objXSUB.h proto.h regcomp.c regexec.c
15541 ____________________________________________________________________________
15542 [  2369] By: gsar                                  on 1998/11/28  19:00:15
15543     Log: allow final period in a file (not followed by a newline) to
15544          terminate format spec
15545  Branch: perl
15546        ! toke.c
15547 ____________________________________________________________________________
15548 [  2368] By: gsar                                  on 1998/11/28  18:58:25
15549     Log: Liblist tweak suggested by Swen Thuemmler <Swen.Thuemmler@paderlinx.de>;
15550          add C<$Config{installarchlib}/CORE> to the default locations searched
15551          on win32
15552  Branch: perl
15553        ! lib/ExtUtils/Liblist.pm
15554 ____________________________________________________________________________
15555 [  2367] By: gsar                                  on 1998/11/28  18:46:05
15556     Log: applied suggested patch with PERL_OBJECT tweaks
15557          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15558          Date: Thu, 26 Nov 1998 02:46:20 -0500 (EST)
15559          Message-Id: <199811260746.CAA23164@monk.mps.ohio-state.edu>
15560          Subject: [PATCH 5.005_53] Enable $_ and pos() inside (?{ CODE }) in RExen
15561  Branch: perl
15562        ! embed.h embed.pl embedvar.h objXSUB.h pp_ctl.c proto.h
15563        ! regexec.c t/op/pat.t thrdvar.h
15564 ____________________________________________________________________________
15565 [  2366] By: gsar                                  on 1998/11/28  18:38:34
15566     Log: additional documentation for qr//
15567          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15568          Message-Id: <199811260751.CAA24560@monk.mps.ohio-state.edu>
15569          Date: Thu, 26 Nov 1998 02:51:09 -0500 (EST)
15570          Subject: [PATCH 5.005_*] Documentation (fwd)
15571  Branch: perl
15572        ! pod/perlfunc.pod pod/perlop.pod pod/perlpod.pod
15573 ____________________________________________________________________________
15574 [  2365] By: gsar                                  on 1998/11/28  18:35:35
15575     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15576          Date: Wed, 25 Nov 1998 23:33:45 -0500 (EST)
15577          Message-Id: <199811260433.XAA29281@monk.mps.ohio-state.edu>
15578          Subject: [PATCH 5.005_*] Fix \G in REx without //g
15579  Branch: perl
15580        ! cop.h embedvar.h objXSUB.h pp.c pp_ctl.c pp_hot.c regexec.c
15581        ! regexp.h t/op/pat.t thrdvar.h
15582 ____________________________________________________________________________
15583 [  2364] By: gsar                                  on 1998/11/28  18:24:20
15584     Log: update Test.pm to Test-1.12; tweak 're' detection
15585  Branch: perl
15586        ! lib/Test.pm
15587 ____________________________________________________________________________
15588 [  2363] By: gsar                                  on 1998/11/28  18:12:04
15589     Log: avoid command-line quoting portability problems in lex_assign.t
15590  Branch: perl
15591        ! t/op/lex_assign.t
15592 ____________________________________________________________________________
15593 [  2362] By: gsar                                  on 1998/11/28  18:08:50
15594     Log: From: John Tobey <jtobey@channel1.com>
15595          Date: Thu, 19 Nov 1998 14:14:15 -0500 (EST)
15596          Message-Id: <m0zgZWx-000FOgC@feynman.localnet>
15597          Subject: PATCH: document English.pm sawampersand and thread issues
15598  Branch: perl
15599        ! lib/English.pm pod/perlvar.pod
15600 ____________________________________________________________________________
15601 [  2361] By: gsar                                  on 1998/11/28  18:03:04
15602     Log: fix uninitialized warnings
15603          From: Brian Callaghan <callagh@itginc.com>
15604          Date: Thu, 19 Nov 1998 17:49:10 -0800
15605          Message-Id: <3654CA96.B64FCAEB@itginc.com>
15606          Subject: Complete.pm patch (version 1.1)
15607  Branch: perl
15608        ! lib/Term/Complete.pm
15609 ____________________________________________________________________________
15610 [  2360] By: gsar                                  on 1998/11/28  17:59:16
15611     Log: s/Array/List/ suggested by John Tobey
15612  Branch: perl
15613        ! pod/perldata.pod
15614 ____________________________________________________________________________
15615 [  2359] By: gsar                                  on 1998/11/28  17:47:48
15616     Log: update tie() entry in perlfunc to reflect TIEARRAY and TIEHANDLE
15617  Branch: perl
15618        ! lib/Tie/Handle.pm pod/perlfunc.pod
15619 ____________________________________________________________________________
15620 [  2358] By: jhi                                   on 1998/11/28  17:23:15
15621     Log: Revamp the locale tests.
15622          (0) Instead of rewiring a few locales scan for them.
15623          (1) Bogus test #101 removed.
15624          (2) All the locales are checked, the lists of failed
15625          and non-failed ones are displayed.
15626          (3) The test #103 is again 'active' so that it may fail.
15627          (4) To balance (3) a hopefully pacifying message is shown
15628          if the #103 fails.
15629  Branch: cfgperl
15630        ! t/pragma/locale.t
15631 ____________________________________________________________________________
15632 [  2357] By: gsar                                  on 1998/11/28  17:21:07
15633     Log: add perlreftut.pod
15634  Branch: perl
15635        + pod/perlreftut.pod
15636        ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod
15637        ! pod/perlref.pod pod/roffitall vms/descrip_mms.template
15638        ! win32/pod.mak
15639 ____________________________________________________________________________
15640 [  2356] By: jhi                                   on 1998/11/28  16:58:01
15641     Log: Change #2346 fallout.
15642  Branch: cfgperl
15643        ! t/op/undef.t
15644 ____________________________________________________________________________
15645 [  2355] By: gsar                                  on 1998/11/28  16:46:43
15646     Log: IO.xs tweaks; avoid coredump in io_xs.t; remove newCONSTSUB();
15647          ANSI prototypes
15648  Branch: perl
15649        ! ext/IO/IO.xs
15650 ____________________________________________________________________________
15651 [  2354] By: gsar                                  on 1998/11/28  16:08:07
15652     Log: add IO-1.20; mess with t/lib/io_*.t in an attempt to
15653          keep platform hacks that aren't in the 1.20 dist; add new files
15654          to MANIFEST; hack Makefile.PL; result hasn't been tested
15655          anywhere
15656  Branch: perl
15657        + ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
15658        + ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
15659        + ext/IO/poll.c ext/IO/poll.h t/lib/io_const.t t/lib/io_dir.t
15660        + t/lib/io_multihomed.t t/lib/io_poll.t t/lib/io_unix.t
15661        ! MANIFEST ext/IO/IO.pm ext/IO/IO.xs ext/IO/Makefile.PL
15662        ! ext/IO/README ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
15663        ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
15664        ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
15665        ! t/lib/io_sock.t t/lib/io_udp.t
15666 ____________________________________________________________________________
15667 [  2353] By: jhi                                   on 1998/11/28  15:51:03
15668     Log: Locale collation, ctype, and numeric, were initialized wrong
15669          (if LC_ALL or LANG were unset, so were the collation/ctype/numeric),
15670          as reported by
15671          
15672          From: Ilya.Sandler@etak.com (Ilya Sandler)
15673          Subject: a bug in locale handling: LC_COLLATE ignored sometimes
15674          To: perlbug@perl.com
15675          Date: 25 Nov 1998 04:53:52 +0200
15676          Message-ID: <MLIST_199811250226.SAA12590@axi001.etak.sw>
15677  Branch: cfgperl
15678        ! util.c
15679 ____________________________________________________________________________
15680 [  2352] By: nick                                  on 1998/11/28  15:21:59
15681     Log: Implement $^C to allow perl access to -c flag - I think this 
15682          was agreed once...
15683  Branch: perl
15684        ! gv.c mg.c
15685 ____________________________________________________________________________
15686 [  2351] By: jhi                                   on 1998/11/28  15:14:24
15687     Log: Change #2251 fixup.
15688  Branch: cfgperl
15689        ! myconfig
15690 ____________________________________________________________________________
15691 [  2350] By: jhi                                   on 1998/11/28  14:58:19
15692     Log: Integrate from mainperl.
15693  Branch: cfgperl
15694       +> ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
15695       +> ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
15696       +> pod/perl5005delta.pod
15697       !> (integrate 49 files)
15698 ____________________________________________________________________________
15699 [  2349] By: jhi                                   on 1998/11/28  14:27:36
15700     Log: Passwd and group file groveling.
15701  Branch: cfgperl
15702        ! t/op/grent.t t/op/pwent.t
15703 ____________________________________________________________________________
15704 [  2348] By: gsar                                  on 1998/11/28  14:09:50
15705     Log: more conservative version of changes#2345,2346,2347; those break
15706          C<defined(@{"foo::ISA"})> which seems to be extensively used in
15707          the libs :-(
15708  Branch: perl
15709        ! pp.c t/op/method.t
15710 ____________________________________________________________________________
15711 [  2347] By: gsar                                  on 1998/11/28  13:36:08
15712     Log: tweak bogus test
15713  Branch: perl
15714        ! t/op/method.t
15715 ____________________________________________________________________________
15716 [  2346] By: gsar                                  on 1998/11/28  13:20:34
15717     Log: test cases for previous change
15718  Branch: perl
15719        ! t/op/undef.t
15720 ____________________________________________________________________________
15721 [  2345] By: gsar                                  on 1998/11/28  13:07:17
15722     Log: fix typo in pp_defined() causing C<defined %tied> to fail
15723  Branch: perl
15724        ! pp.c
15725 ____________________________________________________________________________
15726 [  2344] By: gsar                                  on 1998/11/28  13:03:29
15727     Log: s/comment/comment_t/ tweak (suggested by John Gorman
15728          <jgorman@webbysoft.com>)
15729  Branch: perl
15730        ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
15731 ____________________________________________________________________________
15732 [  2343] By: gsar                                  on 1998/11/28  12:52:40
15733     Log: add (stub) perldelta.pod
15734  Branch: perl
15735        + pod/perldelta.pod
15736 ____________________________________________________________________________
15737 [  2342] By: gsar                                  on 1998/11/28  12:49:26
15738     Log: rename perldelta.pod to perl5005delta.pod in preparation for
15739          starting a new one
15740  Branch: perl
15741       +> pod/perl5005delta.pod
15742        - pod/perldelta.pod
15743        ! MANIFEST pod/perl.pod
15744 ____________________________________________________________________________
15745 [  2341] By: gsar                                  on 1998/11/28  12:41:55
15746     Log: fix MALLOC_LOCK #define
15747  Branch: perl
15748        ! malloc.c
15749 ____________________________________________________________________________
15750 [  2340] By: gsar                                  on 1998/11/28  12:18:23
15751     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15752          Date: Sun, 15 Nov 1998 20:25:50 -0500 (EST)
15753          Message-Id: <199811160125.UAA05268@monk.mps.ohio-state.edu>
15754          Subject: [PATCH 5.005_53] OS/2 events get closer to Perl
15755  Branch: perl
15756        ! os2/Changes os2/os2.c os2/os2.sym os2/os2ish.h
15757 ____________________________________________________________________________
15758 [  2339] By: jhi                                   on 1998/11/28  11:59:01
15759     Log: Add -lm to dynix/ptx POSIX hints.
15760          From: "Martin J. Bligh" <mbligh@sequent.com>
15761          To: jhi@iki.fi
15762          Subject: Re: Making Perl work on DYNIX/ptx
15763          Date: Wed, 25 Nov 1998 10:34:41 -0800
15764          Message-ID: <1457015007.911990081@w-186d219.rhe.sequent.com>
15765  Branch: cfgperl
15766        ! ext/POSIX/hints/dynixptx.pl
15767 ____________________________________________________________________________
15768 [  2338] By: jhi                                   on 1998/11/28  11:57:19
15769     Log: Detypo.
15770  Branch: cfgperl
15771        ! lib/filetest.pm
15772 ____________________________________________________________________________
15773 [  2337] By: jhi                                   on 1998/11/28  11:56:29
15774     Log: Better LD_LIBRARY_PATH instructions for Bourneists.
15775  Branch: cfgperl
15776        ! Configure
15777 ____________________________________________________________________________
15778 [  2336] By: gsar                                  on 1998/11/28  11:41:14
15779     Log: teach CPAN.pm to ignore beta perl distributions when looking for
15780          modules
15781          From: root@dogberry.rutgers.edu (root)
15782          Date: Thu, 12 Nov 1998 23:08:39 -0500
15783          Message-Id: <199811130408.XAA10578@dogberry.rutgers.edu>
15784          Subject: recompile tries getting a perl distribution
15785  Branch: perl
15786        ! lib/CPAN.pm
15787 ____________________________________________________________________________
15788 [  2335] By: gsar                                  on 1998/11/28  11:27:46
15789     Log: make $1 et al readonly under threads; make C<undef $1> fail like
15790          C<$1 = undef> does
15791  Branch: perl
15792        ! op.c pp.c t/op/undef.t
15793 ____________________________________________________________________________
15794 [  2334] By: gsar                                  on 1998/11/28  10:24:52
15795     Log: s/Regexp/re/ and clarify policy on lowercased object namespaces
15796  Branch: perl
15797        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
15798 ____________________________________________________________________________
15799 [  2333] By: gsar                                  on 1998/11/28  09:36:40
15800     Log: document changed PERL_HASH()
15801  Branch: perl
15802        ! pod/perlfunc.pod pod/perlguts.pod
15803 ____________________________________________________________________________
15804 [  2332] By: nick                                  on 1998/11/27  21:10:27
15805     Log: Handle INIT list in C.pm
15806          1. Provide init_av() from B.xs
15807          2. Export it in B.pm
15808          3. Use it in C.pm
15809          Also disable some pruning in savecv() which seems to undo
15810          my previous patch.
15811          Experimental feature - save pathnames of .so files in easily 
15812          grep-able form for use in wrapper to feed to linker.  
15813  Branch: perl
15814        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
15815 ____________________________________________________________________________
15816 [  2327] By: gsar                                  on 1998/11/27  15:12:01
15817     Log: integrate change#2315 from maint-5.005
15818  Branch: perl
15819        ! t/op/sort.t
15820       !> op.c sv.c
15821 ____________________________________________________________________________
15822 [  2326] By: gsar                                  on 1998/11/27  15:00:42
15823     Log: integrate changes#2304,2305,2306,2308 from maint-5.005
15824  Branch: perl
15825       !> ext/DynaLoader/dl_mpeix.xs installperl lib/ExtUtils/MM_Unix.pm
15826       !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
15827       !> lib/ExtUtils/typemap
15828 ____________________________________________________________________________
15829 [  2325] By: gsar                                  on 1998/11/27  14:46:18
15830     Log: malloc bugfix and documentation from Ilya Zakharevich
15831          Date: Tue, 24 Nov 1998 17:24:55 -0500 (EST)
15832          Message-Id: <199811242224.RAA22618@monk.mps.ohio-state.edu>
15833          Subject: [PATCH 5.005_*] Re: Internal coredump
15834          --
15835          Date: Thu, 26 Nov 1998 03:06:10 -0500 (EST)
15836          Message-Id: <199811260806.DAA28913@monk.mps.ohio-state.edu>
15837          Subject: [PATCH 5.005_*] malloc.c documentation
15838  Branch: perl
15839        ! malloc.c
15840 ____________________________________________________________________________
15841 [  2324] By: gsar                                  on 1998/11/27  14:41:38
15842     Log: B::C tweaks to allow Tk compiles from Nick Ing-Simmons
15843  Branch: perl
15844        ! ext/B/B/C.pm
15845 ____________________________________________________________________________
15846 [  2323] By: gsar                                  on 1998/11/27  14:33:44
15847     Log: From: maeda@src.ricoh.co.jp
15848          Date: Tue, 24 Nov 1998 10:37:45 +0900
15849          Message-Id: <199811240137.KAA05867@luna.src.ricoh.co.jp>
15850          Subject: format "..." bug
15851  Branch: perl
15852        ! pp_ctl.c t/op/write.t
15853 ____________________________________________________________________________
15854 [  2322] By: gsar                                  on 1998/11/27  14:20:12
15855     Log: add ext/Devel/Peek
15856          From: jan.dubois@ibm.net (Jan Dubois)
15857          Date: Mon, 23 Nov 1998 00:48:11 +0100
15858          Message-ID: <36589ec9.49964585@smtp1.ibm.net>
15859          Subject: [PATCH 5.005_53] Devel::Peek integration
15860  Branch: perl
15861        + ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
15862        + ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
15863        ! MANIFEST dump.c embed.h embedvar.h global.sym intrpvar.h
15864        ! objXSUB.h perl.c perl.h proto.h sv.c sv.h thrdvar.h
15865        ! win32/GenCAPI.pl win32/Makefile win32/makefile.mk
15866 ____________________________________________________________________________
15867 [  2321] By: gsar                                  on 1998/11/27  13:03:08
15868     Log: ensure 'make regen_headers' even without perl installed
15869          (suggested by Ilya Zakharevich)
15870  Branch: perl
15871        ! bytecode.pl warning.pl
15872 ____________________________________________________________________________
15873 [  2320] By: gsar                                  on 1998/11/27  12:58:36
15874     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15875          Date: Mon, 9 Nov 1998 19:03:25 -0500 (EST)
15876          Message-Id: <199811100003.TAA05815@monk.mps.ohio-state.edu>
15877          Subject: [PATCH 5.005_*] Cosmetic malloc patch
15878  Branch: perl
15879        ! malloc.c
15880 ____________________________________________________________________________
15881 [  2319] By: gsar                                  on 1998/11/27  12:56:13
15882     Log: eliminate dup hunk from integration
15883  Branch: perl
15884        ! lib/filetest.pm perl.h
15885 ____________________________________________________________________________
15886 [  2318] By: gsar                                  on 1998/11/27  12:50:08
15887     Log: integrate cfgperl changes into mainline
15888  Branch: perl
15889       +> ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
15890        ! pod/perlfaq4.pod
15891       !> (integrate 30 files)
15892 ____________________________________________________________________________
15893 [  2317] By: jhi                                   on 1998/11/27  11:38:13
15894     Log: C<-x>.
15895  Branch: cfgperl
15896        ! lib/filetest.pm
15897 ____________________________________________________________________________
15898 [  2316] By: jhi                                   on 1998/11/27  11:10:22
15899     Log: Integrate from mainperl.
15900  Branch: cfgperl
15901       !> XSUB.h embed.h embed.pl embedvar.h ext/Thread/Thread.xs
15902       !> iperlsys.h mg.c objXSUB.h op.c pp_ctl.c pp_sys.c proto.h
15903       !> t/comp/package.t t/lib/dumper.t t/pragma/warn/pp_ctl
15904       !> universal.c util.c win32/GenCAPI.pl win32/win32.h
15905       !> win32/win32sck.c
15906 ____________________________________________________________________________
15907 [  2315] By: gbarr                                 on 1998/11/27  05:16:50
15908     Log: integrate change#2246 from mainline, while still allowing
15909          C<sort $globref @foo>
15910          
15911          allow C<sort $coderef @foo>
15912  Branch: maint-5.005/perl
15913        ! op.c sv.c
15914       !> t/op/sort.t
15915 ____________________________________________________________________________
15916 [  2308] By: gbarr                                 on 1998/11/27  00:11:44
15917     Log: Updates for MPE/iX DynaLoader and installperl, via private mail
15918          forwarded by Jarkko Hietaniemi from Mark Bixby
15919  Branch: maint-5.005/perl
15920        ! ext/DynaLoader/dl_mpeix.xs installperl
15921 ____________________________________________________________________________
15922 [  2306] By: gbarr                                 on 1998/11/26  23:44:47
15923     Log: Allow PL_FILES to have multiple targets from one source by allowing
15924          an array ref as the value in the hash
15925  Branch: maint-5.005/perl
15926        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
15927        ! lib/ExtUtils/MakeMaker.pm
15928 ____________________________________________________________________________
15929 [  2305] By: gbarr                                 on 1998/11/26  23:38:06
15930     Log: fix unsigned variables to use SvUV and sv_setuv
15931  Branch: maint-5.005/perl
15932        ! lib/ExtUtils/typemap
15933 ____________________________________________________________________________
15934 [  2304] By: gbarr                                 on 1998/11/26  23:36:17
15935     Log: Fix embeded \n in ABSTRACT and <> in AUTHOR
15936  Branch: maint-5.005/perl
15937        ! lib/ExtUtils/MM_Unix.pm
15938 ____________________________________________________________________________
15939 [  2301] By: gsar                                  on 1998/11/26  10:16:54
15940     Log: fix PL_defoutgv leak under threads
15941  Branch: perl
15942        ! ext/Thread/Thread.xs
15943 ____________________________________________________________________________
15944 [  2300] By: gsar                                  on 1998/11/26  09:04:44
15945     Log: properly free temporaries created by threads
15946  Branch: perl
15947        ! ext/Thread/Thread.xs
15948 ____________________________________________________________________________
15949 [  2299] By: gsar                                  on 1998/11/26  06:51:16
15950     Log: fix C<if (...) { package Foo; ... }> misoptimization that fails
15951          to set the package for the block properly
15952  Branch: perl
15953        ! op.c t/comp/package.t t/lib/dumper.t
15954 ____________________________________________________________________________
15955 [  2298] By: nick                                  on 1998/11/24  22:04:20
15956     Log: Part-1 of tweaks to allow Tk to be "compiled"
15957          Make XS_UNIVERSAL_xxx non-static so they can be found in libperl.
15958          (May also need attention to exports etc. - to follow.)
15959  Branch: perl
15960        ! universal.c
15961 ____________________________________________________________________________
15962 [  2294] By: jhi                                   on 1998/11/23  10:44:26
15963     Log: The new socket tests need in some platforms
15964          to #include <sys/types.h>.
15965  Branch: cfgperl
15966        ! Configure
15967 ____________________________________________________________________________
15968 [  2293] By: jhi                                   on 1998/11/23  10:33:42
15969     Log: From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
15970          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
15971          Subject: Re: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
15972          Date: Mon, 23 Nov 1998 10:07:04 +0100
15973          Message-Id: <9811230907.AA06484@AWT.nl>
15974          
15975          NeXTstep NetInfo uses nidump to get the user/group databases.
15976  Branch: cfgperl
15977        ! t/op/grent.t t/op/pwent.t
15978 ____________________________________________________________________________
15979 [  2291] By: TimBunce                              on 1998/11/22  22:23:09
15980     Log: Updated Porting/patchls utility.
15981  Branch: maint-5.004/perl
15982        ! Porting/patchls
15983 ____________________________________________________________________________
15984 [  2288] By: TimBunce                              on 1998/11/22  21:46:11
15985     Log: Title:  "Buglet in Sys::Syslog.pm (with fix)"
15986          From:  Henrik Tougaard <ht.000@foa.dk>
15987          Msg-ID:  <Pine.OSF.3.95.981117092651.1492C-100000@sula.pensam.dk>
15988          Files:  lib/Sys/Syslog.pm
15989  Branch: maint-5.004/perl
15990        ! lib/Sys/Syslog.pm
15991 ____________________________________________________________________________
15992 [  2286] By: jhi                                   on 1998/11/22  19:08:42
15993     Log: Change#2284 aid: allow also for plain old MSG_ and SCM_ #defines.
15994  Branch: cfgperl
15995        ! ext/Socket/Socket.xs
15996 ____________________________________________________________________________
15997 [  2285] By: jhi                                   on 1998/11/22  18:21:07
15998     Log: MSG_PROXY for GNU/Hurd (previously we believed that
15999          all GNU libc platforms have MSG_PROXY.  Untrue).
16000          In fact this ended up as a major MSG_* and SCM_*
16001          update.  The MSG_XXX known to be enums in some
16002          versions of the glibc are now probed for and respective
16003          HAS_MSG_XXX are defined.  While I was at it I noticed
16004          SCM_RIGHTS being similarly an enum.  This reminded me of
16005          an ancient discussion in perl5-porters:
16006          http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/9612/msg01017.html
16007          The BSD socket interface has a nifty feature for passing
16008          file descriptors and credentials--via sockets.  It may be
16009          too late to add this functionality to the CORE but
16010          at least Configure now probes for the functions,
16011          structs, and includes, defining the appropriate
16012          HAS_YYY and I_ZZZ, and the Socket extension exports
16013          the constants, in case somebody wants to write an
16014          extension for this interface.
16015  Branch: cfgperl
16016        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16017        ! config_h.SH ext/Socket/Socket.pm ext/Socket/Socket.xs
16018        ! iperlsys.h
16019 ____________________________________________________________________________
16020 [  2284] By: jhi                                   on 1998/11/22  18:13:21
16021     Log: perlhist.pod 1.54, containing 5_53.
16022  Branch: cfgperl
16023        ! pod/perlhist.pod
16024 ____________________________________________________________________________
16025 [  2274] By: TimBunce                              on 1998/11/22  16:25:46
16026     Log: Preserve errno around fcntl(fd,F_SETFD,fd > maxsysfd) in do_open()
16027  Branch: maint-5.004/perl
16028        ! doio.c
16029 ____________________________________________________________________________
16030 [  2273] By: TimBunce                              on 1998/11/22  16:17:43
16031     Log: Improve op/die_exit.t test for implicit close changing $!
16032  Branch: maint-5.004/perl
16033        ! t/op/die_exit.t
16034 ____________________________________________________________________________
16035 [  2268] By: jhi                                   on 1998/11/22  14:44:11
16036     Log: Fix thinko.
16037  Branch: cfgperl
16038        ! hints/dynixptx.sh
16039 ____________________________________________________________________________
16040 [  2267] By: jhi                                   on 1998/11/22  13:19:41
16041     Log: Document the d_socket override.
16042  Branch: cfgperl
16043        ! hints/dynixptx.sh
16044 ____________________________________________________________________________
16045 [  2266] By: jhi                                   on 1998/11/22  12:12:29
16046     Log: From: John Tobey <jtobey@channel1.com>
16047          Subject: [PATCH] perlfaq typos
16048          To: perl5-porters@perl.com
16049          Date: 22 Nov 1998 04:25:15 +0200
16050          Message-ID: <MLIST_m0zhPeF-000FOgC@feynman.localnet>
16051  Branch: cfgperl
16052        ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
16053        ! pod/perlfaq7.pod pod/perlfaq8.pod
16054 ____________________________________________________________________________
16055 [  2265] By: jhi                                   on 1998/11/22  12:06:29
16056     Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
16057          Subject: DB_File 1.61 patch for 5.005_53 & 5.005_02
16058          Newsgroups: hut.lists.perl5-porters
16059          To: gsar@engin.umich.edu (Gurusamy Sarathy)
16060          Cc: perl5-porters@perl.org (Perl5 Porters)
16061          Date: 20 Nov 1998 12:20:41 +0200
16062  Branch: cfgperl
16063        ! ext/DB_File/Changes ext/DB_File/DB_File.pm
16064        ! ext/DB_File/DB_File.xs
16065 ____________________________________________________________________________
16066 [  2264] By: jhi                                   on 1998/11/22  11:55:09
16067     Log: NeXTstep /etc/group and /etc/passwd are used only at boot time,
16068          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
16069          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
16070          To: perlbug@perl.com
16071          Date: 20 Nov 1998 18:39:06 +0200
16072          Lines: 47
16073          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
16074  Branch: cfgperl
16075        ! t/op/grent.t t/op/pwent.t
16076 ____________________________________________________________________________
16077 [  2263] By: jhi                                   on 1998/11/22  11:42:59
16078     Log: Permission testing is tricky when we have too much power.
16079          Problem reported in
16080          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
16081          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
16082          To: perlbug@perl.com
16083          Date: 20 Nov 1998 18:39:06 +0200
16084          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
16085  Branch: cfgperl
16086        ! t/op/filetest.t
16087 ____________________________________________________________________________
16088 [  2262] By: gsar                                  on 1998/11/22  11:37:02
16089     Log: fix broken CAPI generation
16090  Branch: perl
16091        ! win32/GenCAPI.pl
16092 ____________________________________________________________________________
16093 [  2261] By: jhi                                   on 1998/11/22  11:17:00
16094     Log: -x should be C<-x>, reported by Gerben Wierda.
16095  Branch: cfgperl
16096        ! pod/perlfunc.pod
16097 ____________________________________________________________________________
16098 [  2260] By: gsar                                  on 1998/11/22  11:12:02
16099     Log: phase 2 of PERL_OBJECT cleanup; objXSUB.h autogeneration
16100  Branch: perl
16101        ! XSUB.h embed.h embed.pl embedvar.h iperlsys.h objXSUB.h
16102        ! proto.h
16103 ____________________________________________________________________________
16104 [  2259] By: jhi                                   on 1998/11/22  11:06:40
16105     Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
16106          Subject: Re: [PATCH] Re: pod2man bug in date generated line
16107          To: Albert Dvornik <bert@genscan.com>, "Larry W. Virden" <lvirden@cas.org>
16108          Cc: perlbug@perl.com
16109          Date: 20 Nov 1998 21:30:17 +0200
16110          Message-ID: <MLIST_19981120131523.A464@O2.chapin.edu>
16111  Branch: cfgperl
16112        ! pod/pod2man.PL
16113 ____________________________________________________________________________
16114 [  2256] By: jhi                                   on 1998/11/21  10:44:01
16115     Log: From: Thomas Bowditch <bowditch@inmet.com>
16116          Subject: Benchmark.pm suggestion
16117          To: jhi@iki.fi, Tim.Bunce@ig.co.uk
16118          Date: Fri, 20 Nov 1998 17:43:46 -0500
16119          Message-Id: <199811202243.RAA26252@harp.camb.inmet.com>
16120          
16121          Added timesum().
16122  Branch: cfgperl
16123        ! lib/Benchmark.pm
16124 ____________________________________________________________________________
16125 [  2255] By: gsar                                  on 1998/11/21  08:45:06
16126     Log: another win32 portability fix: make sysread() and syswrite()
16127          work on sockets
16128  Branch: perl
16129        ! pp_sys.c win32/win32.h
16130 ____________________________________________________________________________
16131 [  2254] By: gsar                                  on 1998/11/21  07:49:06
16132     Log: win32_recvfrom() compatibility fix
16133  Branch: perl
16134        ! win32/win32sck.c
16135 ____________________________________________________________________________
16136 [  2253] By: jhi                                   on 1998/11/20  08:22:06
16137     Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
16138          To: jhi@iki.fi
16139          Subject: MPE/iX Perl 5.005_02 oops
16140          Date: Thu, 19 Nov 1998 17:10:45 -0800 (PST)
16141          Message-Id: <199811200110.RAA07395@spock.dis.cccd.edu>
16142  Branch: cfgperl
16143        ! ext/DynaLoader/dl_mpeix.xs installperl
16144 ____________________________________________________________________________
16145 [  2252] By: gsar                                  on 1998/11/19  17:38:03
16146     Log: mess_sv tweak for change#2249
16147  Branch: perl
16148        ! util.c
16149 ____________________________________________________________________________
16150 [  2251] By: jhi                                   on 1998/11/18  12:32:19
16151     Log: Display use64bits and usemultiplicity but only if necessary.
16152  Branch: cfgperl
16153        ! myconfig
16154 ____________________________________________________________________________
16155 [  2250] By: jhi                                   on 1998/11/18  12:26:50
16156     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl> 
16157          Subject: pp.c uses 'unsigned Quad_t'
16158          To: perlbug@perl.com 
16159          Date: Sun, 15 Nov 1998 20:57:05 -0300 
16160          Message-Id: <199811152357.UAA12768@sleipnir.valparaiso.cl>
16161  Branch: cfgperl
16162        ! perl.h pp.c
16163 ____________________________________________________________________________
16164 [  2249] By: gsar                                  on 1998/11/18  05:43:11
16165     Log: use PL_mess_sv only during global destruction (fixes problems with
16166          overlapping invocations of form()/warn()/die()/croak() trampling on
16167          each other's messages)
16168  Branch: perl
16169        ! mg.c util.c
16170 ____________________________________________________________________________
16171 [  2248] By: gsar                                  on 1998/11/18  05:39:36
16172     Log: tweak change#2245 to skip previous message if any
16173  Branch: perl
16174        ! pp_ctl.c t/pragma/warn/pp_ctl
16175 ____________________________________________________________________________
16176 [  2247] By: jhi                                   on 1998/11/17  11:46:56
16177     Log: Integrate from mainperl.
16178  Branch: cfgperl
16179       !> (integrate 26 files)
16180 ____________________________________________________________________________
16181 [  2246] By: gsar                                  on 1998/11/17  09:41:10
16182     Log: allow C<sort $coderef @foo>
16183  Branch: perl
16184        ! op.c t/op/sort.t t/pragma/overload.t
16185 ____________________________________________________________________________
16186 [  2245] By: gsar                                  on 1998/11/17  08:28:26
16187     Log: propagate failures in DESTROY() as (optional) warnings
16188  Branch: perl
16189        ! pod/perldiag.pod pp_ctl.c t/pragma/warn/pp_ctl
16190 ____________________________________________________________________________
16191 [  2244] By: gsar                                  on 1998/11/17  07:43:08
16192     Log: ensure PL_dirty is reinit-ed properly under -DMULTIPLICITY
16193  Branch: perl
16194        ! perl.c thrdvar.h
16195 ____________________________________________________________________________
16196 [  2243] By: gsar                                  on 1998/11/17  07:40:09
16197     Log: sort WARN_FOO symbols to avoid hash traversal order dependency
16198  Branch: perl
16199        ! lib/warning.pm warning.h warning.pl
16200 ____________________________________________________________________________
16201 [  2242] By: gsar                                  on 1998/11/17  06:32:39
16202     Log: fix skipspace() to properly account for newlines in eval''-ed
16203          strings (caused bogus line numbers in diagnostics and debugger)
16204  Branch: perl
16205        ! t/pragma/warn/pp_ctl t/pragma/warn/toke toke.c
16206 ____________________________________________________________________________
16207 [  2241] By: gsar                                  on 1998/11/17  03:48:12
16208     Log: s/Perl_utf8skip/PL_utf8skip/g
16209  Branch: perl
16210        ! embed.h embed.pl global.sym globvar.sym regexec.c utf8.h
16211 ____________________________________________________________________________
16212 [  2240] By: gsar                                  on 1998/11/14  06:09:06
16213     Log: rework op/groups.t
16214  Branch: perl
16215        ! t/op/filetest.t t/op/groups.t
16216 ____________________________________________________________________________
16217 [  2235] By: gsar                                  on 1998/11/14  00:17:05
16218     Log: catch a neophyte trap: open(<FH>), close(<FH>) etc.
16219  Branch: perl
16220        ! op.c
16221 ____________________________________________________________________________
16222 [  2234] By: gsar                                  on 1998/11/14  00:14:02
16223     Log: update Changes
16224  Branch: perl
16225        ! Changes win32/config.bc win32/config.gc win32/config.vc
16226 ____________________________________________________________________________
16227 [  2233] By: gsar                                  on 1998/11/13  09:43:03
16228     Log: doc tweak
16229  Branch: perl
16230        ! README.win32
16231 ____________________________________________________________________________
16232 [  2230] By: jhi                                   on 1998/11/12  17:07:45
16233     Log: Allow hints file override for d_socket
16234          (based on Sequent-induced change #2229).
16235  Branch: cfgperl
16236        ! Configure
16237 ____________________________________________________________________________
16238 [  2229] By: jhi                                   on 1998/11/12  16:32:33
16239     Log: 
16240          From: "Martin J. Bligh" <mbligh@sequent.com>
16241          To: jhi@iki.fi
16242          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
16243          Subject: Re: Making Perl work on DYNIX/ptx
16244          Date: Tue, 10 Nov 1998 16:24:26 -0800
16245          Message-ID: <181999655.910715066@w-186d219.rhe.sequent.com>
16246  Branch: cfgperl
16247        ! hints/dynixptx.sh
16248 ____________________________________________________________________________
16249 [  2228] By: jhi                                   on 1998/11/12  11:40:37
16250     Log: From: "Martin J. Bligh" <mbligh@sequent.com>
16251          Message-ID: <187803647.910720870@w-186d219.rhe.sequent.com>
16252          To: jhi@iki.fi
16253          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
16254          Subject: Re: Making Perl work on DYNIX/ptx
16255          Date: Tue, 10 Nov 1998 18:01:10 -0800
16256  Branch: cfgperl
16257        + ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
16258 ____________________________________________________________________________
16259 [  2227] By: jhi                                   on 1998/11/12  11:17:42
16260     Log: Integrate from mainperl.
16261  Branch: cfgperl
16262       !> Changes XSUB.h av.c embed.h embed.pl embedvar.h
16263       !> ext/IPC/SysV/Msg.pm global.sym hv.c lib/Text/Wrap.pm objXSUB.h
16264       !> perl.c perl.h pod/perlfunc.pod pod/perlvar.pod pp_sys.c
16265       !> proto.h regexec.c t/op/array.t util.c win32/makedef.pl
16266       !> win32/win32.c x2p/s2p.PL
16267 ____________________________________________________________________________
16268 [  2226] By: gsar                                  on 1998/11/11  21:05:42
16269     Log: provide -DPERL_POLLUTE
16270  Branch: perl
16271        ! embed.pl embedvar.h
16272 ____________________________________________________________________________
16273 [  2225] By: jhi                                   on 1998/11/09  07:45:12
16274     Log: From: Hans Mulder <hansm@icgroup.nl>
16275          To: Ilya Zakharevich <ilya@math.ohio-state.edu>
16276          Cc: gsar@engin.umich.edu (Gurusamy Sarathy), jhi@iki.fi,
16277          perl5-porters@perl.org
16278          Subject: Re: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1
16279          (UNINSTALLED)
16280          Date: Sun,  8 Nov 98 22:20:23 +0100
16281          Message-Id: <9811082119.AA11802@icgned.icgroup.nl>
16282  Branch: cfgperl
16283        ! malloc.c perl.h
16284 ____________________________________________________________________________
16285 [  2224] By: gsar                                  on 1998/11/09  03:13:14
16286     Log: avoid endless loops in Text::Wrap (from a suggestion by Lupe
16287          Christoph <lupe@alanya.m.isar.de>)
16288  Branch: perl
16289        ! lib/Text/Wrap.pm
16290 ____________________________________________________________________________
16291 [  2223] By: gsar                                  on 1998/11/09  02:09:06
16292     Log: fix misplaced brace in s2p (as suggested by Lionel Fourquaux
16293          <lionel.fourquaux@wanadoo.fr>)
16294  Branch: perl
16295        ! x2p/s2p.PL
16296 ____________________________________________________________________________
16297 [  2222] By: gsar                                  on 1998/11/09  01:56:24
16298     Log: patches from Hugo van der Sanden <hv@crypt.compulink.co.uk>
16299          Date: Wed, 04 Nov 1998 12:19:44 +0000
16300          Message-Id: <199811041219.MAA05451@crypt.compulink.co.uk>
16301          Subject: [PATCH] Re: [5.005_53] read overflow? 
16302          --
16303          Date: Wed, 04 Nov 1998 13:15:18 +0000
16304          Message-Id: <199811041315.NAA05711@crypt.compulink.co.uk>
16305          Subject: [PATCH 5.005_53] perl -V fix
16306  Branch: perl
16307        ! perl.c regexec.c
16308 ____________________________________________________________________________
16309 [  2221] By: gsar                                  on 1998/11/09  01:34:56
16310     Log: From: jan.dubois@ibm.net (Jan Dubois)
16311          Date: Sun, 01 Nov 1998 00:05:01 +0100
16312          Message-ID: <364294bd.18052307@smtp1.ibm.net>
16313          Subject: [PATCH v5.5.53, WIN32] PL_block_type undefined unless DEBUGGING
16314  Branch: perl
16315        ! Changes win32/makedef.pl
16316 ____________________________________________________________________________
16317 [  2220] By: gsar                                  on 1998/11/08  21:13:07
16318     Log: integrate changes#2120,2168,2218 from maint-5.005;
16319          add new vtbls; s/\bvtbl_/PL_vtbl_/; remove trailing comma in
16320          enum; make regen_headers
16321  Branch: perl
16322        ! XSUB.h embed.h embedvar.h ext/IPC/SysV/Msg.pm global.sym
16323        ! objXSUB.h perl.h pod/perlfunc.pod proto.h util.c win32/win32.c
16324 ____________________________________________________________________________
16325 [  2219] By: gsar                                  on 1998/11/08  19:42:57
16326     Log: integrate cfgperl changes into mainline
16327  Branch: perl
16328       +> README.vmesa
16329       !> Configure MANIFEST Porting/Glossary Porting/config.sh
16330       !> Porting/config_H config_h.SH ext/Thread/Thread.xs
16331       !> hints/hpux.sh hints/vmesa.sh lib/Math/Complex.pm malloc.c
16332       !> perl.h pod/perlfunc.pod pod/perllocale.pod pod/perlport.pod
16333       !> pp_sys.c sv.c t/lib/complex.t t/op/groups.t t/op/lex_assign.t
16334       !> thread.h vms/subconfigure.com vos/config.h
16335 ____________________________________________________________________________
16336 [  2218] By: gbarr                                 on 1998/11/08  16:48:44
16337     Log: From: Graham Barr <gbarr@ti.com>
16338          Date: Mon, 2 Nov 1998 07:38:52 -0600
16339          Message-ID: <19981102073852.A12751@asic.sc.ti.com>
16340          Subject: [PATCH 5.005_*] Re: IPC::Msg 1.03
16341  Branch: maint-5.005/perl
16342        ! ext/IPC/SysV/Msg.pm
16343 ____________________________________________________________________________
16344 [  2215] By: gsar                                  on 1998/11/08  02:52:52
16345     Log: set close-on-exec bit on pipe() FDs
16346  Branch: perl
16347        ! pod/perlfunc.pod pod/perlvar.pod pp_sys.c
16348 ____________________________________________________________________________
16349 [  2214] By: gsar                                  on 1998/11/08  02:27:57
16350     Log: typo in newHVhv()
16351  Branch: perl
16352        ! hv.c
16353 ____________________________________________________________________________
16354 [  2211] By: jhi                                   on 1998/11/07  21:14:18
16355     Log: Finalize the Mach CThreads support.
16356          
16357          From: Hans Mulder <hansm@icgroup.nl>
16358          Date: Sat,  7 Nov 98 22:06:20 +0100
16359          To: Gurusamy Sarathy <gsar@engin.umich.edu>
16360          Cc: jhi@iki.fi, perl5-porters@perl.org
16361          Subject: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED) 
16362          Message-Id: <9811072105.AA07794@icgned.icgroup.nl>
16363  Branch: cfgperl
16364        ! malloc.c perl.h
16365 ____________________________________________________________________________
16366 [  2210] By: gsar                                  on 1998/11/06  20:36:50
16367     Log: fix AvREALISH bogusness
16368  Branch: perl
16369        ! av.c t/op/array.t
16370 ____________________________________________________________________________
16371 [  2209] By: jhi                                   on 1998/11/06  08:05:31
16372     Log: Renamed malloc.c ASSERT() macro to P_ASSERT() because
16373          ASSERT() causes problems in {NeXTStep,OpenStep}.
16374          
16375          From: Hans Mulder <hansm@icgroup.nl>
16376          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
16377          Subject: Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED)
16378          Date: Fri,  6 Nov 98 01:27:41 +0100
16379          Message-Id: <9811060025.AA27389@icgned.icgroup.nl>
16380          
16381          and
16382          
16383          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16384          Subject: Re: ASSERT() in malloc.c
16385          To: jhi@iki.fi
16386          Date: Fri, 6 Nov 1998 02:59:29 -0500 (EST)
16387          Message-Id: <199811060759.CAA18915@monk.mps.ohio-state.edu>
16388  Branch: cfgperl
16389        ! malloc.c
16390 ____________________________________________________________________________
16391 [  2208] By: jhi                                   on 1998/11/06  07:55:38
16392     Log: Mach CThreads needs #include <mach/cthreads.h>.
16393  Branch: cfgperl
16394        ! perl.h
16395 ____________________________________________________________________________
16396 [  2206] By: jhi                                   on 1998/11/05  14:54:52
16397     Log: PERL_BADLANG wrongly documented.
16398          
16399          From: ts <decoux@moulon.inra.fr>
16400          To: jhi@cc.hut.fi
16401          Subject: Re: Locale warning messages
16402          Date: Thu, 5 Nov 1998 14:34:19 +0100 (MET)
16403          Message-Id: <199811051334.OAA24863@moulon.inra.fr>
16404          
16405          and
16406          
16407          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16408          Subject: Re: PERL_BADLANG
16409          To: jhi@iki.fi
16410          Subject: Re: PERL_BADLANG
16411          Date: Thu, 5 Nov 1998 09:49:00 -0500 (EST)
16412          Message-Id: <199811051449.JAA04238@monk.mps.ohio-state.edu>
16413  Branch: cfgperl
16414        ! pod/perllocale.pod
16415 ____________________________________________________________________________
16416 [  2205] By: jhi                                   on 1998/11/05  14:24:33
16417     Log: Document all the control flow keywords in perlfunc
16418          so that "perlfunc -f while" works.
16419  Branch: cfgperl
16420        ! pod/perlfunc.pod
16421 ____________________________________________________________________________
16422 [  2204] By: jhi                                   on 1998/11/05  12:46:02
16423     Log: Configure update.  Remove last trace of PTHREADS_CREATED_JOINABLE
16424          (from vos/config.h).  Update Porting/{Glossary,config*}.
16425  Branch: cfgperl
16426        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16427        ! config_h.SH vos/config.h
16428 ____________________________________________________________________________
16429 [  2203] By: jhi                                   on 1998/11/05  08:34:39
16430     Log: VM/ESA and VMS sig_num_init (change#2101) catchup.
16431  Branch: cfgperl
16432        ! hints/vmesa.sh vms/subconfigure.com
16433 ____________________________________________________________________________
16434 [  2202] By: jhi                                   on 1998/11/05  08:03:20
16435     Log: Integrate from mainperl.
16436  Branch: cfgperl
16437       !> Changes cop.h doop.c gv.c mg.c perl.c pp_ctl.c sv.c util.c
16438       !> win32/Makefile win32/makefile.mk win32/win32.c
16439 ____________________________________________________________________________
16440 [  2201] By: gsar                                  on 1998/11/05  04:40:44
16441     Log: another POPSTACK victim
16442  Branch: perl
16443        ! cop.h sv.c
16444 ____________________________________________________________________________
16445 [  2196] By: gsar                                  on 1998/11/05  02:07:54
16446     Log: fix a location affected by change#2191, add note about POPSTACK
16447  Branch: perl
16448        ! cop.h gv.c pp_ctl.c
16449 ____________________________________________________________________________
16450 [  2195] By: gsar                                  on 1998/11/05  02:04:45
16451     Log: makefile notes
16452  Branch: perl
16453        ! win32/Makefile win32/makefile.mk
16454 ____________________________________________________________________________
16455 [  2192] By: gsar                                  on 1998/11/04  23:48:53
16456     Log: indeterminate order-of-evaluation fixes
16457  Branch: perl
16458        ! mg.c
16459 ____________________________________________________________________________
16460 [  2191] By: gsar                                  on 1998/11/04  23:02:16
16461     Log: refetch local stack pointer in POPSTACK
16462  Branch: perl
16463        ! cop.h perl.c
16464 ____________________________________________________________________________
16465 [  2190] By: jhi                                   on 1998/11/04  08:50:40
16466     Log: Configure update.
16467          Sequent DYNIX/ptx updates: osvers=$4 (instead of $3) of uname -a,
16468          
16469          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
16470          To: Martin Bligh <mbligh@sequent.com>
16471          Cc: Jarkko Hietaniemi <jhi@iki.fi>
16472          Subject: Re: Perl 5's configure on DYNIX/ptx
16473          Message-Id: <Pine.SUN.3.96.981103090824.5533B-100000@newton.phys>
16474          Date: Tue, 3 Nov 1998 09:35:26 -0500 (EST)
16475          
16476          find sockets also from libsocket, not just libnet.
16477          OS390: $compile_ok instead of $compile for <inttypes.h>,
16478          
16479          From: pvhp@forte.com (Peter Prymmer)
16480          To: Thomas.Dorner@start.de, jhi@iki.fi, neale@VMA.TABNSW.COM.AU
16481          Subject: _53 not OK on os390 but looking better than ever
16482          Date: Tue, 3 Nov 98 17:33:22 PST
16483          Message-Id: <9811040133.AA09450@forte.com>
16484  Branch: cfgperl
16485        ! Configure
16486 ____________________________________________________________________________
16487 [  2189] By: jhi                                   on 1998/11/04  07:43:58
16488     Log: sysio.t failure: fix undefined order of evaluation, from
16489          
16490          From: Spider Boardman <spider@web.zk3.dec.com>
16491          Subject: Not OK: perl 5.00553 on alpha-thread 5.0 [PATCH]
16492          To: perlbug@perl.com
16493          Date: 4 Nov 1998 01:22:30 +0200
16494          Message-ID: <MLIST_199811032227.RAA143892@web.zk3.dec.com>
16495  Branch: cfgperl
16496        ! pp_sys.c
16497 ____________________________________________________________________________
16498 [  2188] By: gsar                                  on 1998/11/04  02:59:16
16499     Log: fix return value of win32_pclose()
16500  Branch: perl
16501        ! win32/win32.c
16502 ____________________________________________________________________________
16503 [  2187] By: gsar                                  on 1998/11/04  02:56:34
16504     Log: s/sv_upgrade/SvUPGRADE/ a couple of places
16505  Branch: perl
16506        ! Changes doop.c gv.c util.c
16507 ____________________________________________________________________________
16508 [  2186] By: jhi                                   on 1998/11/03  08:17:52
16509     Log: Document quads in pack.
16510  Branch: cfgperl
16511        ! pod/perlfunc.pod
16512 ____________________________________________________________________________
16513 [  2185] By: jhi                                   on 1998/11/03  07:49:35
16514     Log: (IV) vs (I32) vs I_V()
16515          
16516          Subject: [PATCH 5.005_53] Reverting typecast in sv_upgrade()
16517          From: Anton Berezin <tobez@plab.ku.dk> 
16518          To: "p5p" <perl5-porters@perl.org> 
16519          Date: 01 Nov 1998 15:09:11 +0100 
16520          Message-ID: <86hfwjtshk.fsf@lion.plab.ku.dk>
16521          
16522          and
16523          
16524          From: Andy Dougherty <doughera@lafcol.lafayette.edu> 
16525          Date: Mon, 2 Nov 1998 10:17:34 -0500 (EST) 
16526          Message-Id: <Pine.SUN.3.96.981102101433.4479B-100000@newton.phys>
16527  Branch: cfgperl
16528        ! sv.c
16529 ____________________________________________________________________________
16530 [  2184] By: jhi                                   on 1998/11/03  07:42:46
16531     Log: VM/ESA updates.
16532  Branch: cfgperl
16533        + README.vmesa
16534        ! MANIFEST pod/perlfunc.pod pod/perlport.pod
16535 ____________________________________________________________________________
16536 [  2183] By: jhi                                   on 1998/11/02  12:58:13
16537     Log: The id(1)-parsing is real fun.
16538  Branch: cfgperl
16539        ! t/op/groups.t
16540 ____________________________________________________________________________
16541 [  2182] By: jhi                                   on 1998/11/02  12:07:43
16542     Log: Decommission the symlink test.
16543  Branch: cfgperl
16544        ! t/op/lex_assign.t
16545 ____________________________________________________________________________
16546 [  2181] By: jhi                                   on 1998/11/02  12:03:08
16547     Log: Replace ATTR_JOINABLE with true Configure probe
16548          for PTHREAD_CREATE_JOINABLE (or equivalent:
16549          PTHREAD_CREATE_UNDETACHED or __UNDETACHED).
16550          Remove ATTR_JOINABLE itself: Thread.xs uses
16551          PTHREAD_CREATE_JOINABLE (or equivalent) directly.
16552          
16553          Really scan for <mach/cthreads.h> only if usethreads.
16554  Branch: cfgperl
16555        ! Configure config_h.SH ext/Thread/Thread.xs thread.h
16556 ____________________________________________________________________________
16557 [  2180] By: jhi                                   on 1998/11/02  11:07:34
16558     Log: In HP-UX 10.X usethreads only if the required files are present.
16559  Branch: cfgperl
16560        ! hints/hpux.sh
16561 ____________________________________________________________________________
16562 [  2179] By: jhi                                   on 1998/11/02  09:10:33
16563     Log: Prefer groups(1).
16564          id -Gn can be broken.
16565          id -a can save the day.
16566  Branch: cfgperl
16567        ! t/op/groups.t
16568 ____________________________________________________________________________
16569 [  2178] By: jhi                                   on 1998/11/02  08:35:29
16570     Log: Detrail enum comma.
16571  Branch: cfgperl
16572        ! perl.h
16573 ____________________________________________________________________________
16574 [  2177] By: jhi                                   on 1998/11/02  08:24:12
16575     Log: 0**0 = 1, from
16576          
16577          From: d-lewart@uiuc.edu (Daniel S. Lewart)
16578          Subject: Math::Complex 0**0 patches
16579          Date: Sun, 1 Nov 1998 19:21:48 -0600 (CST)
16580          Message-Id: <199811020121.TAA28310@staff2.cso.uiuc.edu>
16581          To: jhi@iki.fi (Jarkko Hietaniemi),
16582          Raphael_Manfredi@grenoble.hp.com (Raphael Manfredi)
16583  Branch: cfgperl
16584        ! lib/Math/Complex.pm t/lib/complex.t
16585 ____________________________________________________________________________
16586 [  2168] By: gbarr                                 on 1998/11/01  01:58:58
16587     Log: From: jan.dubois@ibm.net (Jan Dubois)   
16588          Date: Fri, 09 Oct 1998 23:28:31 +0200
16589          Message-ID: <36217b7f.3193091@smtp1.ibm.net>
16590          Subject: [PATCH 5.005_02] Allow XS access to vtbl_*s when compiled with PERL_OBJECT
16591  Branch: maint-5.005/perl
16592        ! XSUB.h
16593 ____________________________________________________________________________
16594 [  2164] By: jhi                                   on 1998/10/31  15:50:02
16595     Log: Integrate from mainperl.
16596  Branch: cfgperl
16597       +> t/op/lex_assign.t
16598       !> (integrate 45 files)
16599
16600 ----------------
16601 Version 5.005_53
16602 ----------------
16603
16604 ____________________________________________________________________________
16605 [  2163] By: gsar                                  on 1998/10/31  11:31:12
16606     Log: bump patchlevel; other minor fixes for clean build and test on
16607          Solaris and win32
16608  Branch: perl
16609        ! Changes ext/Data/Dumper/Dumper.xs patchlevel.h pp.h sv.c
16610        ! t/lib/dumper.t t/op/groups.t t/op/lex_assign.t
16611        ! t/pragma/warn/regexec win32/Makefile win32/config_H.bc
16612        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
16613        ! x2p/a2p.c
16614 ____________________________________________________________________________
16615 [  2162] By: gsar                                  on 1998/10/31  09:40:31
16616     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16617          Date: Fri, 30 Oct 1998 18:36:20 -0500 (EST)
16618          Message-Id: <199810302336.SAA17336@monk.mps.ohio-state.edu>
16619          Subject: Re: [PATCH 5.00552] Overloaded <> and deref again
16620  Branch: perl
16621        ! pp.h
16622 ____________________________________________________________________________
16623 [  2161] By: gsar                                  on 1998/10/31  09:39:13
16624     Log: From: Albert Dvornik <bert@genscan.com>
16625          Date: 30 Oct 1998 17:50:04 -0500
16626          Message-Id: <tqd879vf4z.fsf@puma.genscan.com>
16627          Subject: [PATCH perl5.00[45]] a2p: make sprintf less greedy without -o
16628  Branch: perl
16629        ! x2p/Makefile.SH x2p/a2p.c x2p/a2p.pod x2p/a2p.y x2p/a2py.c
16630 ____________________________________________________________________________
16631 [  2160] By: gsar                                  on 1998/10/31  09:35:03
16632     Log: fix for bugs in -x mode
16633          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16634          Date: Sat, 31 Oct 1998 00:30:57 -0500 (EST)
16635          Message-Id: <199810310530.AAA22277@monk.mps.ohio-state.edu>
16636          Subject: [PATCH 5.00552] Fix h2xs
16637  Branch: perl
16638        ! utils/h2xs.PL
16639 ____________________________________________________________________________
16640 [  2159] By: gsar                                  on 1998/10/31  09:31:36
16641     Log: Data::Dumper update
16642  Branch: perl
16643        ! ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
16644        ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo
16645 ____________________________________________________________________________
16646 [  2153] By: gsar                                  on 1998/10/30  21:40:09
16647     Log: add testsuite portion of patch
16648          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16649          Date: Thu, 29 Oct 1998 23:20:01 -0500 (EST)
16650          Message-Id: <199810300420.XAA25651@monk.mps.ohio-state.edu>
16651          Subject: [PATCH 5.00321 ;-)] 87% speedup
16652  Branch: perl
16653        + t/op/lex_assign.t
16654        ! MANIFEST
16655 ____________________________________________________________________________
16656 [  2152] By: gsar                                  on 1998/10/30  21:08:11
16657     Log: mention the C<$SIG{CHLD} = 'IGNORE'> special case
16658  Branch: perl
16659        ! pod/perlfunc.pod pod/perlipc.pod pod/perlvar.pod
16660 ____________________________________________________________________________
16661 [  2151] By: gsar                                  on 1998/10/30  20:18:09
16662     Log: From: Mark-Jason Dominus <mjd@plover.com>
16663          Date: Fri, 30 Oct 1998 14:24:23 EST
16664          Message-Id: <19981030192423.27276.qmail@plover.com>
16665          Subject: PATCH: (5.005_02)  a2p should use `chomp' instead of `chop'
16666  Branch: perl
16667        ! x2p/walk.c
16668 ____________________________________________________________________________
16669 [  2150] By: gsar                                  on 1998/10/30  20:08:57
16670     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16671          Date: Thu, 29 Oct 1998 22:04:54 -0500 (EST)
16672          Message-Id: <199810300304.WAA23291@monk.mps.ohio-state.edu>
16673          Subject: [PATCH 5.00552] Overloaded <> and deref again
16674  Branch: perl
16675        ! gv.c lib/overload.pm perl.h pp.c pp.h pp_hot.c pp_sys.c sv.c
16676        ! t/pragma/overload.t toke.c
16677 ____________________________________________________________________________
16678 [  2149] By: gsar                                  on 1998/10/30  19:38:15
16679     Log: From: Roderick Schertler <roderick@argon.org>
16680          Date: Thu, 29 Oct 1998 14:50:18 -0500
16681          Message-ID: <17625.909690618@eeyore.ibcinc.com>
16682          Subject: patch for daemonization docs in perlipc
16683  Branch: perl
16684        ! pod/perlipc.pod
16685 ____________________________________________________________________________
16686 [  2148] By: gsar                                  on 1998/10/30  19:36:07
16687     Log: From: Anton Berezin <tobez@plab.ku.dk>
16688          Date: 29 Oct 1998 17:06:25 +0100
16689          Message-ID: <86pvbbuzcu.fsf@lion.plab.ku.dk>
16690          Subject: [PATCH 5.005_52] win32_opendir() fails on empty drives
16691  Branch: perl
16692        ! win32/win32.c
16693 ____________________________________________________________________________
16694 [  2147] By: gsar                                  on 1998/10/30  19:31:37
16695     Log: tweaked version of suggested patch
16696          From: Anton Berezin <tobez@plab.ku.dk>
16697          Date: 29 Oct 1998 14:48:54 +0100
16698          Message-ID: <86yapzv5q1.fsf@lion.plab.ku.dk>
16699          Subject: [PATCH 5.005_52] One more problem with win32_stat and MSVC
16700  Branch: perl
16701        ! win32/win32.c
16702 ____________________________________________________________________________
16703 [  2146] By: gsar                                  on 1998/10/30  19:03:50
16704     Log: hand-apply whitespace-mutiliated patch
16705          From: "vishal bhatia" <vishalb@hotmail.com>
16706          Date: Wed, 28 Oct 1998 23:45:32 PST
16707          Message-ID: <19981029074534.2334.qmail@hotmail.com>
16708          Subject: [PATCH 5.005_52]Compiling modules,more bugfixes for B
16709  Branch: perl
16710        ! ext/B/B/C.pm ext/B/B/CC.pm
16711 ____________________________________________________________________________
16712 [  2145] By: gsar                                  on 1998/10/30  18:46:58
16713     Log: remaining PL_foo stragglers
16714  Branch: perl
16715        ! doio.c ext/B/B.pm ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.pm
16716        ! op.h os2/os2.c vms/gen_shrfls.pl
16717 ____________________________________________________________________________
16718 [  2144] By: gsar                                  on 1998/10/30  17:38:36
16719     Log: integrate cfgperl tweaks into mainline
16720  Branch: perl
16721       !> Makefile.SH README.posix-bc doio.c ext/POSIX/POSIX.xs proto.h
16722       !> t/op/misc.t t/pragma/subs.t t/pragma/warning.t
16723 ____________________________________________________________________________
16724 [  2143] By: jhi                                   on 1998/10/30  13:27:39
16725     Log: There can be multiple yacc/bison errors.
16726  Branch: cfgperl
16727        ! t/op/misc.t t/pragma/subs.t t/pragma/warning.t
16728 ____________________________________________________________________________
16729 [  2142] By: jhi                                   on 1998/10/30  13:18:43
16730     Log: README.posix-bc update.
16731  Branch: cfgperl
16732        ! README.posix-bc
16733 ____________________________________________________________________________
16734 [  2141] By: jhi                                   on 1998/10/30  09:12:59
16735     Log: #2133 fallout.
16736  Branch: cfgperl
16737        ! doio.c ext/POSIX/POSIX.xs
16738 ____________________________________________________________________________
16739 [  2140] By: jhi                                   on 1998/10/30  08:43:18
16740     Log: Integrate from mainperl.
16741  Branch: cfgperl
16742       +> globvar.sym pp.sym
16743        - objpp.h thread.sym
16744       !> (integrate 61 files)
16745 ____________________________________________________________________________
16746 [  2133] By: gsar                                  on 1998/10/30  02:51:39
16747     Log: phase 1 of somewhat major rearrangement of PERL_OBJECT stuff
16748          (objpp.h is gone, embed.pl now does some of that); objXSUB.h
16749          should soon be automated also; the global variables that
16750          escaped the PL_foo conversion are now reined in; renamed
16751          MAGIC in regcomp.h to REG_MAGIC to avoid collision with the
16752          type of same name; duplicated lists of pp_things in various
16753          places is now gone; result has only been tested on win32
16754  Branch: perl
16755        + globvar.sym pp.sym
16756        - objpp.h thread.sym
16757        ! MANIFEST Makefile.SH av.c bytecode.h byterun.h cop.h doio.c
16758        ! doop.c dump.c embed.h embed.pl embedvar.h ext/B/B.xs
16759        ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs global.sym globals.c
16760        ! gv.c malloc.c mg.c objXSUB.h op.c opcode.h opcode.pl perl.c
16761        ! perl.h perl_exp.SH perlvars.h perly.c pod/perlguts.pod pp.c
16762        ! pp.h pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h regcomp.c
16763        ! regcomp.h regcomp.pl regcomp.sym regexec.c regnodes.h run.c
16764        ! scope.c sv.c t/op/filetest.t taint.c thrdvar.h toke.c util.c
16765        ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
16766        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
16767        ! win32/makedef.pl win32/makefile.mk win32/perlhost.h
16768 ____________________________________________________________________________
16769 [  2130] By: jhi                                   on 1998/10/29  15:31:26
16770     Log: Pure bison yylex() proto was broken.
16771  Branch: cfgperl
16772        ! proto.h
16773 ____________________________________________________________________________
16774 [  2126] By: jhi                                   on 1998/10/29  08:35:54
16775     Log: Integrate mainperl.
16776  Branch: cfgperl
16777       !> INSTALL README.cygwin32 cygwin32/gcc2 cygwin32/ld2
16778       !> lib/ExtUtils/MakeMaker.pm lib/perl5db.pl malloc.c pp.c
16779       !> pp_ctl.c proto.h regexec.c t/pragma/overload.t
16780       !> t/pragma/warn/doio toke.c win32/makefile.mk
16781 ____________________________________________________________________________
16782 [  2125] By: jhi                                   on 1998/10/29  08:32:38
16783     Log: EBCDIC Makefile.SH iteration converges.  Hopefully.
16784  Branch: cfgperl
16785        ! Makefile.SH
16786 ____________________________________________________________________________
16787 [  2124] By: jhi                                   on 1998/10/29  08:06:44
16788     Log: EBCDIC Makefile.SH tuneup.
16789  Branch: cfgperl
16790        ! Makefile.SH
16791 ____________________________________________________________________________
16792 [  2119] By: gsar                                  on 1998/10/28  23:24:04
16793     Log: remove doubled hunk from integration
16794  Branch: perl
16795        ! pp.c
16796 ____________________________________________________________________________
16797 [  2118] By: gsar                                  on 1998/10/28  22:03:31
16798     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16799          Date: Wed, 28 Oct 1998 01:23:27 -0500 (EST)
16800          Message-Id: <199810280623.BAA06968@monk.mps.ohio-state.edu>
16801          Subject: [PATCH 5.00552] Minor debugger tweaks
16802  Branch: perl
16803        ! lib/perl5db.pl
16804 ____________________________________________________________________________
16805 [  2117] By: gsar                                  on 1998/10/28  22:02:30
16806     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16807          Date: Wed, 28 Oct 1998 01:20:33 -0500 (EST)
16808          Message-Id: <199810280620.BAA06893@monk.mps.ohio-state.edu>
16809          Subject: [PATCH 5.00552] Make sort respect overloading
16810  Branch: perl
16811        ! pp_ctl.c proto.h t/pragma/overload.t
16812 ____________________________________________________________________________
16813 [  2116] By: gsar                                  on 1998/10/28  21:51:11
16814     Log: MM patches from Ilya Zakharevich
16815          Date: Wed, 28 Oct 1998 01:27:04 -0500 (EST)
16816          Message-Id: <199810280627.BAA07053@monk.mps.ohio-state.edu>
16817          Subject: [PATCH 5.00552] Make MakeMaker more verbose
16818          --
16819          Date: Wed, 28 Oct 1998 01:25:36 -0500 (EST)
16820          Message-Id: <199810280625.BAA06980@monk.mps.ohio-state.edu>
16821          Subject: [PATCH 5.00552] Make MakeMaker ignore errors in kid Makefile.PL
16822  Branch: perl
16823        ! lib/ExtUtils/MakeMaker.pm
16824 ____________________________________________________________________________
16825 [  2115] By: gsar                                  on 1998/10/28  21:46:19
16826     Log: add explicit references to perl source path in ld2 and gcc2
16827  Branch: perl
16828        ! README.cygwin32 cygwin32/gcc2 cygwin32/ld2
16829 ____________________________________________________________________________
16830 [  2114] By: gsar                                  on 1998/10/28  21:39:56
16831     Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
16832          Date: Tue, 27 Oct 1998 10:40:41 -0500 (EST)
16833          Message-Id: <Pine.SUN.3.96.981027103726.28498E-100000@newton.phys>
16834          Subject: [PATCH] Re: Problems with: Creating an installable tar archive
16835  Branch: perl
16836        ! INSTALL
16837 ____________________________________________________________________________
16838 [  2113] By: gsar                                  on 1998/10/28  21:21:16
16839     Log: integrate cfgperl into mainline
16840  Branch: perl
16841       +> t/op/filetest.t
16842       !> Configure MANIFEST Makefile.SH config_h.SH perl.h perly.y
16843       !> perly_c.diff pp.c proto.h t/comp/require.t t/io/pipe.t
16844       !> t/op/groups.t t/op/misc.t t/pragma/subs.t t/pragma/warning.t
16845       !> thread.h toke.c vmesa/Makefile
16846 ____________________________________________________________________________
16847 [  2112] By: gsar                                  on 1998/10/28  21:14:18
16848     Log: minor cleanup
16849  Branch: perl
16850        ! malloc.c regexec.c t/pragma/warn/doio win32/makefile.mk
16851 ____________________________________________________________________________
16852 [  2111] By: gsar                                  on 1998/10/28  18:52:10
16853     Log: smarter C<$SIG{FOO} = BAREWORD;> warning
16854  Branch: perl
16855        ! toke.c
16856 ____________________________________________________________________________
16857 [  2110] By: jhi                                   on 1998/10/28  15:07:54
16858     Log: posix-bc doesn't want to regenerate a2p.h from a2p.y.
16859  Branch: cfgperl
16860        ! Makefile.SH
16861 ____________________________________________________________________________
16862 [  2109] By: jhi                                   on 1998/10/28  13:39:54
16863     Log: a2p.y needs to generate also y.tab.h.
16864  Branch: cfgperl
16865        ! Makefile.SH
16866 ____________________________________________________________________________
16867 [  2108] By: jhi                                   on 1998/10/28  10:33:36
16868     Log: The "parse error" must be converted to "syntax error",
16869          just matching it aint' enough.
16870  Branch: cfgperl
16871        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
16872        ! t/pragma/warning.t
16873 ____________________________________________________________________________
16874 [  2107] By: jhi                                   on 1998/10/28  10:23:05
16875     Log: Regen sig_n{ame,umber}* if slightest doubt.
16876  Branch: cfgperl
16877        ! Configure
16878 ____________________________________________________________________________
16879 [  2106] By: jhi                                   on 1998/10/28  08:44:49
16880     Log: Bison says 'parse error', not 'parser error'.
16881  Branch: cfgperl
16882        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
16883        ! t/pragma/warning.t
16884 ____________________________________________________________________________
16885 [  2105] By: jhi                                   on 1998/10/28  08:42:09
16886     Log: yylex() parametrization.
16887  Branch: cfgperl
16888        ! proto.h toke.c
16889 ____________________________________________________________________________
16890 [  2104] By: jhi                                   on 1998/10/28  08:25:09
16891     Log: Bring in #2102.
16892  Branch: cfgperl
16893        ! pp.c
16894 ____________________________________________________________________________
16895 [  2103] By: jhi                                   on 1998/10/28  08:22:04
16896     Log: From: Dominic Dunlop <domo@vo.lu>
16897          Subject: [PATCH 5.005_02]  Re: perl5.004_04 testing problem
16898          Date: 27 Oct 1998 20:47:25 +0200
16899          Message-ID: <MLIST_v03110700b25b7dc95bbc@[212.24.192.87]>
16900  Branch: cfgperl
16901        ! t/op/groups.t
16902 ____________________________________________________________________________
16903 [  2102] By: larry                                 on 1998/10/27  18:58:55
16904     Log: utf8 change to quotemeta broke EBCDIC
16905  Branch: perl
16906        ! pp.c
16907 ____________________________________________________________________________
16908 [  2101] By: jhi                                   on 1998/10/27  12:55:34
16909     Log: $Config{sig_num_init}.
16910          Also, a new approach to the 'pthreads-created-joinable': drop
16911          it and use {PTHREAD_CREATE_{JOINABLE,UNDETACHED},__UNDETACHED}
16912          directly. (See also #2096).
16913  Branch: cfgperl
16914        ! Configure config_h.SH
16915 ____________________________________________________________________________
16916 [  2100] By: jhi                                   on 1998/10/27  10:48:55
16917     Log: Regenerated perly_c.diff.
16918  Branch: cfgperl
16919        ! perly_c.diff
16920 ____________________________________________________________________________
16921 [  2099] By: jhi                                   on 1998/10/27  08:42:25
16922     Log: First the mangler was Netscape, then it was me.
16923  Branch: cfgperl
16924        ! vmesa/Makefile
16925 ____________________________________________________________________________
16926 [  2098] By: jhi                                   on 1998/10/27  08:34:40
16927     Log: `id -Gn` might be available where `groups` is not.
16928  Branch: cfgperl
16929        ! t/op/groups.t
16930 ____________________________________________________________________________
16931 [  2097] By: jhi                                   on 1998/10/27  08:05:17
16932     Log: Netscape had mangled the tabs.
16933  Branch: cfgperl
16934        ! vmesa/Makefile
16935 ____________________________________________________________________________
16936 [  2096] By: jhi                                   on 1998/10/27  08:03:05
16937     Log: ATTR_JOINABLE logic, based on (private email)
16938          
16939          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
16940          Subject: Some little diffs
16941          Message-ID: <36350969.DA33E7B4@mailbox.tabnsw.com.au>
16942          Date: Tue, 27 Oct 1998 13:44:42 +1300
16943  Branch: cfgperl
16944        ! thread.h
16945 ____________________________________________________________________________
16946 [  2095] By: jhi                                   on 1998/10/27  07:56:57
16947     Log: Mach cthreads support based on:
16948          
16949          From: brie@corp.home.net (Brian Harrison)
16950          Subject: perl5.005_02 patch for mthreads
16951          To: perl5-porters@perl.org
16952          Date: 24 Oct 1998 01:01:55 +0300
16953          Message-ID: <MLIST_Pine.GSO.4.04.9810231410220.11111-200000@sulaco.eos.home.net>
16954          
16955          Pthread yield probe (dejavu)
16956          Cosmetic nanochange for the union semun output.
16957          Better inttypes.h probe.
16958          Undo the 'void *' $selecttype probe from #1971 because
16959          it breaks the $selectminbits test.
16960  Branch: cfgperl
16961        ! Configure config_h.SH perl.h thread.h
16962 ____________________________________________________________________________
16963 [  2094] By: jhi                                   on 1998/10/26  13:02:07
16964     Log: Also posix-bc wants to reyacc.
16965  Branch: cfgperl
16966        ! Makefile.SH
16967 ____________________________________________________________________________
16968 [  2093] By: jhi                                   on 1998/10/26  10:17:21
16969     Log: Removed !(*s & 0x80) from pp_quotemeta(), introduced after
16970          5_02 and really breaking things in non-ASCII worlds.
16971  Branch: cfgperl
16972        ! pp.c
16973 ____________________________________________________________________________
16974 [  2092] By: jhi                                   on 1998/10/26  09:08:00
16975     Log: More robustness.
16976  Branch: cfgperl
16977        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
16978        ! t/pragma/warning.t
16979 ____________________________________________________________________________
16980 [  2091] By: jhi                                   on 1998/10/26  08:47:32
16981     Log: s/YYLEXPARAM/PERL_YYLEX_PARAM_DECL/g
16982          Bison really wants YYLEX_PARAM.
16983  Branch: cfgperl
16984        ! perly.y proto.h toke.c
16985 ____________________________________________________________________________
16986 [  2090] By: jhi                                   on 1998/10/26  08:21:25
16987     Log: s/YYLEX_PARAM/YYLEXPARAM/
16988  Branch: cfgperl
16989        ! perly.y
16990 ____________________________________________________________________________
16991 [  2089] By: jhi                                   on 1998/10/26  08:17:33
16992     Log: Indicate skipped subtests.
16993  Branch: cfgperl
16994        ! t/io/pipe.t
16995 ____________________________________________________________________________
16996 [  2088] By: jhi                                   on 1998/10/26  08:11:36
16997     Log: Integrate from mainperl.
16998  Branch: cfgperl
16999       !> (integrate 54 files)
17000 ____________________________________________________________________________
17001 [  2087] By: jhi                                   on 1998/10/26  08:08:02
17002     Log: Add test for filetests.
17003  Branch: cfgperl
17004        + t/op/filetest.t
17005        ! MANIFEST
17006 ____________________________________________________________________________
17007 [  2086] By: gsar                                  on 1998/10/26  02:44:44
17008     Log: various win32 tweaks; disable new xs_cpp section (it creates
17009          ambiguous inference graph for %.xs --> %.o)
17010  Branch: perl
17011        ! ext/Thread/Thread.xs gv.c lib/ExtUtils/MakeMaker.pm mg.c pp.c
17012        ! pp_hot.c proto.h win32/GenCAPI.pl win32/Makefile
17013        ! win32/config.gc win32/config_H.gc win32/makedef.pl
17014        ! win32/makefile.mk win32/win32.h
17015 ____________________________________________________________________________
17016 [  2085] By: gsar                                  on 1998/10/26  00:50:02
17017     Log: sanity-check $Config{drand01} in rand.t
17018  Branch: perl
17019        ! t/op/rand.t win32/config.bc win32/config.gc win32/config.vc
17020        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
17021 ____________________________________________________________________________
17022 [  2078] By: gsar                                  on 1998/10/25  10:22:04
17023     Log: update win32/config*.?c
17024  Branch: perl
17025        ! Changes win32/config.bc win32/config.gc win32/config.vc
17026        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
17027 ____________________________________________________________________________
17028 [  2077] By: gsar                                  on 1998/10/25  08:39:25
17029     Log: From: Graham Barr <gbarr@pobox.com>
17030          Date: Sat, 24 Oct 1998 21:45:50 -0500
17031          Message-ID: <19981024214550.C508@pobox.com>
17032          Subject: Re: die with a reference  should use overload "" operator
17033  Branch: perl
17034        ! pp_ctl.c
17035 ____________________________________________________________________________
17036 [  2076] By: gsar                                  on 1998/10/25  08:37:49
17037     Log: From: Graham Barr <gbarr@pobox.com>
17038          Date: Sat, 24 Oct 1998 12:45:21 -0500
17039          Message-ID: <19981024124521.C512@pobox.com>
17040          Subject: [PATCH 5.005_02] Re: Auto-incrementing tied scalar causes SEGV
17041  Branch: perl
17042        ! sv.c
17043 ____________________________________________________________________________
17044 [  2075] By: gsar                                  on 1998/10/25  08:24:09
17045     Log: fix C<print $n += 5;> etc.
17046  Branch: perl
17047        ! toke.c
17048 ____________________________________________________________________________
17049 [  2074] By: gsar                                  on 1998/10/25  08:12:28
17050     Log: list builtins with portability caveats
17051          From: Jarkko Hietaniemi <jhi@iki.fi>
17052          Date: Fri, 23 Oct 1998 14:05:23 +0300 (EET DST)
17053          Message-Id: <199810231105.OAA02411@alpha.hut.fi>
17054          Subject: [PATCH] 5.005_02 and 5.005_52: perlfunc.pod and perlport.pod
17055  Branch: perl
17056        ! pod/perlfunc.pod
17057 ____________________________________________________________________________
17058 [  2073] By: gsar                                  on 1998/10/25  07:55:43
17059     Log: fix stack overrun in file test operators
17060  Branch: perl
17061        ! pp_sys.c
17062 ____________________________________________________________________________
17063 [  2072] By: gsar                                  on 1998/10/25  07:29:45
17064     Log: implement C<goto &func> and other fixes (via private mail)
17065          From:    "vishal bhatia" <vishalb@hotmail.com>
17066          Date:    Wed, 21 Oct 1998 22:59:03 PDT
17067          Message-Id: <19981022055904.20083.qmail@hotmail.com>
17068          Subject: [PATCH 5.005_52] More fixes for B
17069  Branch: perl
17070        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
17071 ____________________________________________________________________________
17072 [  2071] By: gsar                                  on 1998/10/25  07:14:41
17073     Log: From: Graham Barr <gbarr@pobox.com>
17074          Date: Sat, 17 Oct 1998 20:42:41 -0500
17075          Message-ID: <19981017204241.G510@pobox.com>
17076          Subject: Re: taint checking for: use lib "$ENV{'EVIL'}"
17077  Branch: perl
17078        ! pp_ctl.c
17079 ____________________________________________________________________________
17080 [  2070] By: gsar                                  on 1998/10/25  07:07:29
17081     Log: avoid bogus line number in XSUB redefined warnings
17082  Branch: perl
17083        ! op.c
17084 ____________________________________________________________________________
17085 [  2069] By: gsar                                  on 1998/10/25  06:59:03
17086     Log: From: Martijn Koster <mak@excitecorp.com>
17087          Date: Wed, 21 Oct 1998 13:12:03 +0100
17088          Message-ID: <19981021131203.A15661@excitecorp.com>
17089          Subject: File::Path::mkpath reports the wrong error
17090  Branch: perl
17091        ! lib/File/Path.pm
17092 ____________________________________________________________________________
17093 [  2068] By: gsar                                  on 1998/10/25  06:54:43
17094     Log: From: Zachary Miller <zcmiller@simon.er.usgs.gov>
17095          Date: Tue, 20 Oct 1998 20:52:20 -0500
17096          Message-Id: <199810210152.UAA07792@simon.er.usgs.gov>
17097          Subject: Exporter.pm's export_to_level() argument handling buggy
17098  Branch: perl
17099        ! lib/Exporter.pm
17100 ____________________________________________________________________________
17101 [  2067] By: gsar                                  on 1998/10/25  06:50:19
17102     Log: From: jan.dubois@ibm.net (Jan Dubois)
17103          Date: Wed, 21 Oct 1998 00:55:51 +0200
17104          Message-ID: <36380269.55370608@smtp1.ibm.net>
17105          Subject: Make _really_ sure Dynaloader.xs code is initialized only once
17106  Branch: perl
17107        ! ext/DynaLoader/DynaLoader_pm.PL
17108 ____________________________________________________________________________
17109 [  2066] By: gsar                                  on 1998/10/25  06:48:19
17110     Log: recognize '%' as a shell metachar for win32
17111          From: jan.dubois@ibm.net (Jan Dubois)
17112          Date: Tue, 20 Oct 1998 21:57:35 +0200
17113          Message-ID: <3636ea31.49170453@smtp1.ibm.net>
17114          Subject: [PATCH 5.005_02, Win32]  Re: %ENV% not expanded in backquotes?
17115  Branch: perl
17116        ! win32/win32.c
17117 ____________________________________________________________________________
17118 [  2065] By: gsar                                  on 1998/10/25  06:46:30
17119     Log: remove FAST_SV_GETS remnant (as suggested by Gisle Aas)
17120  Branch: perl
17121        ! sv.c
17122 ____________________________________________________________________________
17123 [  2064] By: gsar                                  on 1998/10/25  06:45:09
17124     Log: From: Gisle Aas <gisle@aas.no>
17125          Date: 20 Oct 1998 14:24:44 +0200
17126          Message-ID: <m34sszctf7.fsf@furu.g.aas.no>
17127          Subject: ord() and unpack("U*",...) should not be negative
17128  Branch: perl
17129        ! pp.c
17130 ____________________________________________________________________________
17131 [  2063] By: gsar                                  on 1998/10/25  06:42:29
17132     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17133          Date: Sun, 18 Oct 1998 23:20:57 -0400 (EDT)
17134          Message-Id: <199810190320.XAA28249@monk.mps.ohio-state.edu>
17135          Subject: [PATCH 5.005_*] Improve sbrk() on OS/2
17136  Branch: perl
17137        ! os2/os2.c
17138 ____________________________________________________________________________
17139 [  2062] By: gsar                                  on 1998/10/25  06:41:26
17140     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17141          Date: Sun, 18 Oct 1998 23:10:29 -0400 (EDT)
17142          Message-Id: <199810190310.XAA28102@monk.mps.ohio-state.edu>
17143          Subject: [PATCH 5.005_*] Speed up aassign
17144  Branch: perl
17145        ! pp_hot.c
17146 ____________________________________________________________________________
17147 [  2061] By: gsar                                  on 1998/10/25  06:39:04
17148     Log: From: Graham Barr <gbarr@pobox.com>
17149          Date: Sat, 17 Oct 1998 22:22:02 -0500
17150          Message-ID: <19981017222202.J510@pobox.com>
17151          Subject: Re: '*' prototype does not allow bareword with strict
17152  Branch: perl
17153        ! toke.c
17154 ____________________________________________________________________________
17155 [  2060] By: gsar                                  on 1998/10/25  06:37:34
17156     Log: handle '::' in section names properly
17157          From: Graham Barr <gbarr@pobox.com>
17158          Date: Sat, 17 Oct 1998 12:57:54 -0500
17159          Message-ID: <19981017125754.C510@pobox.com>
17160          Subject: Re: pod2html
17161  Branch: perl
17162        ! lib/Pod/Html.pm
17163 ____________________________________________________________________________
17164 [  2059] By: gsar                                  on 1998/10/25  06:33:43
17165     Log: integrate changes#1982,2014,2021 (from maint-5.005)
17166  Branch: perl
17167       !> av.c doop.c ext/POSIX/POSIX.xs hv.c lib/ExtUtils/MakeMaker.pm
17168       !> mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c t/op/tie.t
17169 ____________________________________________________________________________
17170 [  2058] By: gsar                                  on 1998/10/25  05:44:17
17171     Log: allow more win32 symbol exports (suggested by Jan Dubois)
17172  Branch: perl
17173        ! win32/makedef.pl
17174 ____________________________________________________________________________
17175 [  2057] By: gsar                                  on 1998/10/25  05:40:40
17176     Log: integrate change#2053 from maint-5.005
17177  Branch: perl
17178       !> cop.h t/cmd/while.t
17179 ____________________________________________________________________________
17180 [  2056] By: gsar                                  on 1998/10/25  05:16:41
17181     Log: commented version of a patch suggested by Drago Goricanec
17182          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
17183          Date: 16 Oct 1998 15:24:45 +0300
17184          Message-ID: <oeeogrc1ype.fsf@alpha.hut.fi>
17185          Subject: Re: [PATCH 5.005_52] Linux select fails with more than 32 FDs
17186  Branch: perl
17187        ! pp_sys.c
17188 ____________________________________________________________________________
17189 [  2055] By: gsar                                  on 1998/10/25  05:11:03
17190     Log: include eof() in description of buffering caveats
17191          From: Anton Berezin <tobez@plab.ku.dk>
17192          Date: Fri, 16 Oct 1998 19:22:41 +0200 (CEST)
17193          Message-Id: <199810161722.TAA28813@lion.plab.ku.dk>
17194          Subject: [DOCPATCH] pod/perlfunc.pod
17195  Branch: perl
17196        ! pod/perlfunc.pod
17197 ____________________________________________________________________________
17198 [  2054] By: gsar                                  on 1998/10/25  05:07:42
17199     Log: disallow 'x' in hex numbers (except leading '0x')
17200          From: Gisle Aas <gisle@aas.no>
17201          Date: 16 Oct 1998 16:33:12 +0200
17202          Message-ID: <m3n26wtw47.fsf@furu.g.aas.no>
17203          Subject: Re: [PATCH 5.005_52] 'x' is not a legal hex digit
17204  Branch: perl
17205        ! perlvars.h t/op/oct.t util.c
17206 ____________________________________________________________________________
17207 [  2052] By: gsar                                  on 1998/10/25  04:49:04
17208     Log: avoid the circular refcnt logic in magic_mutexfree()
17209  Branch: perl
17210        ! mg.c pp.c pp_hot.c
17211 ____________________________________________________________________________
17212 [  2051] By: gsar                                  on 1998/10/25  04:35:07
17213     Log: properly restore PL_rsfp_filters after require
17214  Branch: perl
17215        ! embed.h global.sym objXSUB.h objpp.h pp_ctl.c proto.h scope.c
17216        ! scope.h
17217 ____________________________________________________________________________
17218 [  2050] By: gsar                                  on 1998/10/25  02:42:32
17219     Log: integrate cfgperl changes back into mainline
17220  Branch: perl
17221       +> README.posix-bc hints/posix-bc.sh hints/vmesa.sh
17222       +> vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
17223       !> (integrate 33 files)
17224 ____________________________________________________________________________
17225 [  2049] By: gsar                                  on 1998/10/25  01:30:48
17226     Log: avoid "mysterious" compile-time failures without messages
17227  Branch: perl
17228        ! gv.c
17229 ____________________________________________________________________________
17230 [  2041] By: gsar                                  on 1998/10/23  21:11:56
17231     Log: checkin jpl under //depot/perlext/jpl/...
17232  Branch: perlext
17233        + jpl/JNI/Changes jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/MANIFEST
17234        + jpl/JNI/Makefile.PL jpl/JNI/test.pl jpl/JNI/typemap
17235        + jpl/JPL/AutoLoader.pm jpl/JPL/Class.pm jpl/JPL/Compile.pm
17236        + jpl/JPL/Makefile.PL jpl/JPL_Rolo/JPL_Rolo.jpl
17237        + jpl/JPL_Rolo/Makefile.PL jpl/JPL_Rolo/README
17238        + jpl/JPL_Rolo/cardfile jpl/PerlInterpreter/Makefile
17239        + jpl/PerlInterpreter/Makefile.PL
17240        + jpl/PerlInterpreter/PerlInterpreter.c
17241        + jpl/PerlInterpreter/PerlInterpreter.h
17242        + jpl/PerlInterpreter/PerlInterpreter.java jpl/README
17243        + jpl/Sample/Makefile.PL jpl/Sample/Sample.jpl
17244        + jpl/Test/Makefile.PL jpl/Test/Test.jpl jpl/bin/jpl
17245        + jpl/get_jdk/README jpl/get_jdk/get_jdk.pl
17246        + jpl/get_jdk/jdk_hosts jpl/install-jpl
17247 ____________________________________________________________________________
17248 [  2040] By: larry                                 on 1998/10/23  19:31:42
17249     Log: chr(0xFFFFFFFF) didn't translate to utf8 character
17250  Branch: perl
17251        ! pp.c
17252 ____________________________________________________________________________
17253 [  2039] By: larry                                 on 1998/10/23  18:48:34
17254     Log: tr///d does not seem to work
17255  Branch: perl
17256        ! lib/utf8_heavy.pl
17257 ____________________________________________________________________________
17258 [  2038] By: larry                                 on 1998/10/23  18:00:41
17259     Log: Program with utf8 identifiers fails to compile
17260  Branch: perl
17261        ! doop.c gv.c op.c pp.c pp_hot.c toke.c
17262 ____________________________________________________________________________
17263 [  2037] By: jhi                                   on 1998/10/23  14:04:51
17264     Log: Test suite portability:
17265          - posix-bc does not write to broken pipes
17266          - filehand #11 only iff we have fork
17267          - warning.t can now match $expected using regular expressions
17268  Branch: cfgperl
17269        ! t/io/pipe.t t/lib/filehand.t t/pragma/warn/doio
17270        ! t/pragma/warning.t
17271 ____________________________________________________________________________
17272 [  2036] By: jhi                                   on 1998/10/23  12:12:07
17273     Log: yacc clarification.
17274  Branch: cfgperl
17275        ! README.posix-bc
17276 ____________________________________________________________________________
17277 [  2035] By: jhi                                   on 1998/10/23  12:09:59
17278     Log: Some C compilers get upset about 8-bit characters in /* comments. */
17279  Branch: cfgperl
17280        ! mg.c
17281 ____________________________________________________________________________
17282 [  2034] By: jhi                                   on 1998/10/22  09:11:52
17283     Log: Configure update: both for pthread_yield more robust
17284          testing (all variants of pthread_attr_getdetachstate()) --
17285          and because Configure was broken in major way! About 1000
17286          last lines were truncated.
17287  Branch: cfgperl
17288        ! Configure
17289 ____________________________________________________________________________
17290 [  2033] By: jhi                                   on 1998/10/22  07:47:10
17291     Log: DJGPP feedback for #2028.
17292  Branch: cfgperl
17293        ! thread.h
17294 ____________________________________________________________________________
17295 [  2032] By: jhi                                   on 1998/10/21  13:03:57
17296     Log: yielding, the saga continues.
17297  Branch: cfgperl
17298        ! Configure config_h.SH
17299       !> av.c lib/constant.pm op.c pod/perldiag.pod pp_ctl.c
17300       !> t/op/goto.t t/pragma/constant.t
17301 ____________________________________________________________________________
17302 [  2031] By: jhi                                   on 1998/10/21  09:15:42
17303     Log: VM/ESA feedback for #2028.
17304  Branch: cfgperl
17305        ! Configure config_h.SH thread.h
17306 ____________________________________________________________________________
17307 [  2030] By: gsar                                  on 1998/10/21  04:22:53
17308     Log: fix handling of mayhaps-extended @_ in goto &sub
17309  Branch: perl
17310        ! av.c pp_ctl.c t/op/goto.t
17311 ____________________________________________________________________________
17312 [  2029] By: gsar                                  on 1998/10/21  00:54:14
17313     Log: restore sanity to "constant" references
17314  Branch: perl
17315        ! lib/constant.pm op.c pod/perldiag.pod t/pragma/constant.t
17316 ____________________________________________________________________________
17317 [  2028] By: jhi                                   on 1998/10/20  15:01:20
17318     Log: OLD_PTHREADS_API reorganizing.
17319  Branch: cfgperl
17320        ! dosish.h ext/Thread/Thread.xs perl.h thread.h util.c
17321        ! vmesa/vmesaish.h
17322 ____________________________________________________________________________
17323 [  2027] By: jhi                                   on 1998/10/20  14:14:51
17324     Log: #2026 fallout.
17325  Branch: cfgperl
17326        ! Makefile.SH
17327 ____________________________________________________________________________
17328 [  2026] By: jhi                                   on 1998/10/20  11:47:21
17329     Log: VM/ESA update.
17330  Branch: cfgperl
17331        ! Makefile.SH vmesa/vmesa.c vmesa/vmesaish.h
17332 ____________________________________________________________________________
17333 [  2025] By: jhi                                   on 1998/10/20  08:20:56
17334     Log: 64-bitness, based on
17335          
17336          From: Scott Henry <scotth@sgi.com>
17337          To: perl-64bit@perl.org
17338          Message-ID: <yd8u30zyerl.fsf@hoshi.engr.sgi.com>
17339          Subject: Re: Configure problems/questions...
17340          Date: 19 Oct 1998 22:38:06 -0700
17341  Branch: cfgperl
17342        ! hints/irix_6.sh perl.h
17343 ____________________________________________________________________________
17344 [  2024] By: jhi                                   on 1998/10/20  08:09:07
17345     Log: Add lseeksize.
17346  Branch: cfgperl
17347        ! config_h.SH
17348 ____________________________________________________________________________
17349 [  2023] By: jhi                                   on 1998/10/20  08:08:33
17350     Log: Mumble about _yields() only when threaded.
17351  Branch: cfgperl
17352        ! Configure
17353 ____________________________________________________________________________
17354 [  2022] By: jhi                                   on 1998/10/20  07:46:26
17355     Log: Thinko at PTHREADS_CREATED_JOINABLE.
17356  Branch: cfgperl
17357        ! thread.h
17358 ____________________________________________________________________________
17359 [  2021] By: gbarr                                 on 1998/10/20  01:25:23
17360     Log: From: Chip Salzenberg <chip@perlsupport.com>
17361          Date: Tue, 6 Oct 1998 13:33:05 -0400
17362          Message-ID: <19981006133305.A2348@perlsupport.com>
17363          Subject: [PATCH] 5.005_02: Eliminate leak on self-ties
17364  Branch: maint-5.005/perl
17365        ! av.c doop.c hv.c mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c
17366        ! t/op/tie.t
17367 ____________________________________________________________________________
17368 [  2020] By: jhi                                   on 1998/10/19  09:15:53
17369     Log: YIELD more robustly.
17370  Branch: cfgperl
17371        ! thread.h
17372 ____________________________________________________________________________
17373 [  2019] By: jhi                                   on 1998/10/19  08:48:33
17374     Log: VM/ESA (and OS390) are in between of OLD_PTHREADS_API and
17375          the 'new' one (just like DJGPP, it seems).
17376  Branch: cfgperl
17377        ! thread.h
17378 ____________________________________________________________________________
17379 [  2018] By: jhi                                   on 1998/10/19  07:02:44
17380     Log: vmesaish.h doesn't exclude unixish.h.
17381  Branch: cfgperl
17382        ! perl.h
17383 ____________________________________________________________________________
17384 [  2017] By: jhi                                   on 1998/10/19  06:44:19
17385     Log: 1<<$randbits is not good for randbits=48.
17386  Branch: cfgperl
17387        ! t/op/rand.t
17388 ____________________________________________________________________________
17389 [  2016] By: jhi                                   on 1998/10/19  06:39:47
17390     Log: Make #2012 glob pattern more portable.
17391  Branch: cfgperl
17392        ! Makefile.SH
17393 ____________________________________________________________________________
17394 [  2014] By: gbarr                                 on 1998/10/17  20:31:42
17395     Log: Fix POSIX::sigprocmask not to check type of $old parameter
17396          as it is output only
17397  Branch: maint-5.005/perl
17398        ! ext/POSIX/POSIX.xs
17399 ____________________________________________________________________________
17400 [  2012] By: jhi                                   on 1998/10/17  15:04:23
17401     Log: clean numbered core dumps and t/tmp[0-9]*.
17402  Branch: cfgperl
17403        ! Makefile.SH
17404 ____________________________________________________________________________
17405 [  2011] By: jhi                                   on 1998/10/17  14:59:15
17406     Log: More robust yacc/bison failure output handling.
17407  Branch: cfgperl
17408        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
17409 ____________________________________________________________________________
17410 [  2010] By: jhi                                   on 1998/10/17  14:51:05
17411     Log: BC2000 POSIX update.
17412  Branch: cfgperl
17413        ! MANIFEST
17414 ____________________________________________________________________________
17415 [  2009] By: jhi                                   on 1998/10/17  14:49:46
17416     Log: POSIX BC2000 port from perl-mvs:
17417          
17418          Subject: Ported perl 5.005.02 to BS2000 / POSIX
17419          From: Dorner Thomas <Thomas.Dorner@start.de> 
17420          Date: Tue, 29 Sep 1998 13:29:36 +0100 
17421          Message-ID: <9CE47B416A24D2118BC40000F84009B20B72C5@start.de> 
17422  Branch: cfgperl
17423        + README.posix-bc hints/posix-bc.sh
17424        ! Configure MANIFEST perl.c perly.y proto.h t/lib/cgi-html.t
17425        ! t/op/magic.t t/op/pack.t t/op/quotemeta.t t/op/subst.t toke.c
17426        ! unixish.h
17427 ____________________________________________________________________________
17428 [  2008] By: jhi                                   on 1998/10/17  14:07:49
17429     Log: VM/ESA-update.
17430  Branch: cfgperl
17431        ! MANIFEST
17432 ____________________________________________________________________________
17433 [  2007] By: jhi                                   on 1998/10/17  13:55:34
17434     Log: Forgot few S_I* imports.
17435  Branch: cfgperl
17436        ! t/lib/ipc_sysv.t
17437 ____________________________________________________________________________
17438 [  2006] By: jhi                                   on 1998/10/17  13:43:54
17439     Log: The VM/ESA port essentials, based on
17440          
17441          perl-mvs:
17442          
17443          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
17444          Subject: Re: Can't find Data/Dumper.pm
17445          Date: Mon, 28 Sep 1998 07:40:49 +1300
17446          Message-ID: <360E86B0.23847AF4@mailbox.tabnsw.com.au>
17447          
17448          private email:
17449          
17450          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
17451          Subject: Re: Perl thread problems in VM/ESA
17452          Date: Thu, 15 Oct 1998 07:18:35 +1300
17453          Message-ID: <3624EAFA.16163A2B@mailbox.tabnsw.com.au>
17454          
17455          and private email:
17456          
17457          From: Neale Ferguson <NEALE@PUCC.PRINCETON.EDU>
17458          Subject:  perl archive
17459          Date:  Sun, 11 Oct 1998 19:28:54 EDT
17460          Message-Id: <19981011233112Z67215-26626+1513@outbound.Princeton.EDU>
17461          which gave a pointer to
17462          
17463          http://pucc.princeton.edu/~neale/perl.tar
17464          
17465          (based on Perl 5.005_51)
17466  Branch: cfgperl
17467        + hints/vmesa.sh vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
17468        ! ext/Errno/Errno_pm.PL perl.c perl.h perly.y pp_sys.c
17469        ! t/io/pipe.t t/lib/cgi-html.t t/lib/ipc_sysv.t t/op/magic.t
17470        ! t/op/pack.t t/op/quotemeta.t t/op/subst.t util.c x2p/a2p.h
17471 ____________________________________________________________________________
17472 [  2005] By: jhi                                   on 1998/10/17  13:17:19
17473     Log: Integrate mainperl.
17474  Branch: cfgperl
17475       !> Porting/genlog ext/B/B/CC.pm ext/POSIX/POSIX.pm
17476       !> lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
17477       !> lib/Term/Complete.pm op.c opcode.h opcode.pl os2/Makefile.SHs
17478       !> os2/os2.c pod/perlfunc.pod pod/perlxs.pod pp.c sv.c
17479       !> t/op/grent.t t/op/sysio.t t/op/tiehandle.t toke.c
17480       !> utils/perldoc.PL vms/ext/Stdio/Stdio.pm win32/Makefile
17481       !> win32/makefile.mk
17482 ____________________________________________________________________________
17483 [  2004] By: jhi                                   on 1998/10/17  11:19:06
17484     Log: Removed an extra ' from the int64_t test.
17485  Branch: cfgperl
17486        ! Configure
17487 ____________________________________________________________________________
17488 [  2003] By: gsar                                  on 1998/10/17  04:11:40
17489     Log: silence -w noises (suggested by Greg Bacon)
17490  Branch: perl
17491        ! lib/Term/Complete.pm
17492 ____________________________________________________________________________
17493 [  2002] By: gsar                                  on 1998/10/17  04:07:48
17494     Log: From: Gisle Aas <gisle@aas.no>
17495          Date: 14 Oct 1998 15:53:14 +0200
17496          Message-ID: <m3g1cr9rn9.fsf@furu.g.aas.no>
17497          Subject: Re: chr(0xFFFF_FFFF) and "\x{10_FFFF}" [PATCH 5.005_52]
17498  Branch: perl
17499        ! util.c
17500 ____________________________________________________________________________
17501 [  2001] By: gsar                                  on 1998/10/17  04:06:10
17502     Log: From: Gisle Aas <gisle@aas.no>
17503          Date: 14 Oct 1998 15:17:44 +0200
17504          Message-ID: <m3iuhn9taf.fsf@furu.g.aas.no>
17505          Subject: [PATCH 5.005_52] Core dump from "Missing right brace on \x{}"
17506  Branch: perl
17507        ! toke.c
17508 ____________________________________________________________________________
17509 [  2000] By: gsar                                  on 1998/10/17  03:06:33
17510     Log: From: Gisle Aas <gisle@aas.no>
17511          Date: 14 Oct 1998 00:38:06 +0200
17512          Message-ID: <m3iuhonl4h.fsf@furu.g.aas.no>
17513          Subject: [PATCH 5.005_52] utf8 substr can access memory outside PVX buffer
17514  Branch: perl
17515        ! sv.c
17516 ____________________________________________________________________________
17517 [  1999] By: gsar                                  on 1998/10/17  03:04:48
17518     Log: From: Dan Sugalski <sugalskd@osshe.edu>
17519          Date: Tue, 13 Oct 1998 15:10:57 -0700
17520          Message-Id: <3.0.6.32.19981013151057.00a947a0@ous.edu>
17521          Subject: [PATCH 5.004/5.005/5.006]Doc patch to VMS::Stdio module
17522  Branch: perl
17523        ! vms/ext/Stdio/Stdio.pm
17524 ____________________________________________________________________________
17525 [  1998] By: gsar                                  on 1998/10/17  03:00:40
17526     Log: skip readonly vars and unref references when doing a reset()
17527  Branch: perl
17528        ! sv.c
17529 ____________________________________________________________________________
17530 [  1997] By: gsar                                  on 1998/10/17  02:49:19
17531     Log: fix buggy treatment of large checksums on unicode strings
17532          From: Gisle Aas <gisle@aas.no>
17533          Date: 13 Oct 1998 21:35:39 +0200
17534          Message-ID: <m31zocp850.fsf@furu.g.aas.no>
17535          Subject: unpack("%48U*",...)  [PATCH 5.005_52]
17536  Branch: perl
17537        ! pp.c
17538 ____________________________________________________________________________
17539 [  1996] By: gsar                                  on 1998/10/17  02:43:22
17540     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17541          Date: Tue, 13 Oct 1998 04:46:00 -0400 (EDT)
17542          Message-Id: <199810130846.EAA00769@monk.mps.ohio-state.edu>
17543          Subject: [PATCH 5.005_52] Memory overrun in os2.c
17544  Branch: perl
17545        ! os2/Makefile.SHs os2/os2.c
17546 ____________________________________________________________________________
17547 [  1995] By: gsar                                  on 1998/10/17  02:42:01
17548     Log: clarify section name rules for typemaps
17549  Branch: perl
17550        ! pod/perlxs.pod
17551 ____________________________________________________________________________
17552 [  1994] By: gsar                                  on 1998/10/17  02:33:02
17553     Log: whitespace-proof grent.t
17554  Branch: perl
17555        ! t/op/grent.t
17556 ____________________________________________________________________________
17557 [  1993] By: gsar                                  on 1998/10/17  02:27:29
17558     Log: fix bug in B::CC::pp_sassign()
17559          From: "vishal bhatia" <vishalb@hotmail.com>
17560          Date: Sun, 11 Oct 1998 18:41:38 PDT
17561          Message-ID: <19981012014139.19614.qmail@hotmail.com>
17562          Subject: B::CC problems with pp_sassign routine
17563  Branch: perl
17564        ! ext/B/B/CC.pm
17565 ____________________________________________________________________________
17566 [  1992] By: gsar                                  on 1998/10/17  02:17:49
17567     Log: applied suggested patch with small doc tweak
17568          From: Gisle Aas <gisle@aas.no>
17569          Date: 11 Oct 1998 12:53:13 +0200
17570          Message-ID: <m3u31bfjza.fsf@furu.g.aas.no>
17571          Subject: Re: [PATCH 5.005_52] Optional syswrite LENGTH argument
17572  Branch: perl
17573        ! opcode.h opcode.pl pod/perlfunc.pod pp_sys.c t/op/sysio.t
17574        ! t/op/tiehandle.t
17575 ____________________________________________________________________________
17576 [  1991] By: gsar                                  on 1998/10/17  02:08:30
17577     Log: apply non-conflicting parts from suggested patch
17578          From: jan.dubois@ibm.net (Jan Dubois)
17579          Date: Sat, 10 Oct 1998 13:15:45 +0200
17580          Message-ID: <36223ed7.18279374@smtp1.ibm.net>
17581          Subject: [PATCH 5.005_52] Still more MakeMaker  patches
17582  Branch: perl
17583        ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
17584 ____________________________________________________________________________
17585 [  1990] By: gsar                                  on 1998/10/17  02:01:24
17586     Log: provide option to enable optimization with VC (suggested by Jan
17587          Dubois)
17588  Branch: perl
17589        ! win32/Makefile win32/makefile.mk
17590 ____________________________________________________________________________
17591 [  1989] By: gsar                                  on 1998/10/17  01:55:27
17592     Log: Rhapsody DR2 has bsd/ctypes.h, not objc/NXCType.h (suggested by
17593          Dave Leppik <dleppik@gage.com>
17594  Branch: perl
17595        ! perl.h
17596 ____________________________________________________________________________
17597 [  1988] By: gsar                                  on 1998/10/17  01:49:05
17598     Log: stray typo found by Hugo van der Sanden
17599  Branch: perl
17600        ! op.c
17601 ____________________________________________________________________________
17602 [  1987] By: gsar                                  on 1998/10/17  01:45:52
17603     Log: perldoc pod update
17604          From: Daniel Grisinger <dgris@perrin.dimensional.com>
17605          Date: 06 Oct 1998 23:56:51 -0600
17606          Message-ID: <m3g1d0kj8c.fsf@perrin.dimensional.com>
17607          Subject: [PATCH _02 and _52] perldoc
17608  Branch: perl
17609        ! utils/perldoc.PL
17610 ____________________________________________________________________________
17611 [  1986] By: gsar                                  on 1998/10/17  01:41:40
17612     Log: qualify names of builtins
17613  Branch: perl
17614        ! ext/POSIX/POSIX.pm
17615 ____________________________________________________________________________
17616 [  1982] By: gbarr                                 on 1998/10/17  00:20:57
17617     Log: From: Jochen Wiedmann <joe@ispsoft.de>
17618          Date: Thu, 17 Sep 1998 17:16:06 +0200
17619          Message-ID: <360127B6.E44564A@ispsoft.de>
17620          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
17621  Branch: maint-5.005/perl
17622        ! lib/ExtUtils/MakeMaker.pm
17623 ____________________________________________________________________________
17624 [  1978] By: gsar                                  on 1998/10/16  01:58:58
17625     Log: integrate cfgperl mods into mainline
17626  Branch: perl
17627       +> ext/DynaLoader/dl_vmesa.xs
17628        ! Porting/genlog
17629       !> Configure MANIFEST Makefile.SH config_h.SH
17630       !> ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
17631       !> hints/linux.sh hints/os390.sh op.c t/op/pat.t thread.h
17632       !> x2p/Makefile.SH
17633 ____________________________________________________________________________
17634 [  1976] By: gsar                                  on 1998/10/16  00:10:52
17635     Log: stray tweak
17636  Branch: perl
17637        ! op.c
17638 ____________________________________________________________________________
17639 [  1975] By: gsar                                  on 1998/10/15  23:54:38
17640     Log: propagate typeness of lexicals while cloning them
17641  Branch: perl
17642        ! op.c
17643 ____________________________________________________________________________
17644 [  1974] By: gsar                                  on 1998/10/15  23:53:25
17645     Log: s/last/first/ typo in append_list()
17646  Branch: perl
17647        ! op.c
17648 ____________________________________________________________________________
17649 [  1973] By: gsar                                  on 1998/10/15  20:06:17
17650     Log: nuke confperl branch and contents
17651  Branch: confperl
17652        - (delete 1284 files)
17653 ____________________________________________________________________________
17654 [  1972] By: jhi                                   on 1998/10/15  07:07:35
17655     Log: Test #162 had been added but the "print 1..161" had not been updated.
17656  Branch: cfgperl
17657        ! t/op/pat.t
17658 ____________________________________________________________________________
17659 [  1971] By: gsar                                  on 1998/10/15  03:09:58
17660     Log: check in all confperl changes as of change#1964 into cfgperl
17661  Branch: cfgperl
17662        + ext/DynaLoader/dl_vmesa.xs
17663        ! Configure MANIFEST Makefile.SH config_h.SH
17664        ! ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
17665        ! hints/linux.sh hints/os390.sh op.c thread.h x2p/Makefile.SH
17666 ____________________________________________________________________________
17667 [  1970] By: gsar                                  on 1998/10/15  03:05:59
17668     Log: integrate mainline to get tr.t
17669  Branch: cfgperl
17670       +> t/op/tr.t
17671 ____________________________________________________________________________
17672 [  1969] By: gsar                                  on 1998/10/15  03:04:17
17673     Log: add missing tr.t to repository
17674  Branch: perl
17675        + t/op/tr.t
17676 ____________________________________________________________________________
17677 [  1968] By: gsar                                  on 1998/10/15  03:02:43
17678     Log: create cfgperl branch
17679  Branch: cfgperl
17680       +> (branch 1282 files)
17681 ____________________________________________________________________________
17682 [  1967] By: gsar                                  on 1998/10/15  02:46:08
17683     Log: correct bugs exposed in MM_Unix.pm by commenting out Selfloader
17684          (MAN3PODS cannot be set to ' '; stray stricture violation)
17685  Branch: perl
17686        ! ext/B/Makefile.PL ext/DB_File/Makefile.PL
17687        ! ext/Data/Dumper/Makefile.PL ext/DynaLoader/Makefile.PL
17688        ! ext/Errno/Makefile.PL ext/Fcntl/Makefile.PL
17689        ! ext/GDBM_File/Makefile.PL ext/IO/Makefile.PL
17690        ! ext/IPC/SysV/Makefile.PL ext/NDBM_File/Makefile.PL
17691        ! ext/ODBM_File/Makefile.PL ext/Opcode/Makefile.PL
17692        ! ext/POSIX/Makefile.PL ext/SDBM_File/Makefile.PL
17693        ! ext/Socket/Makefile.PL ext/Thread/Makefile.PL
17694        ! ext/attrs/Makefile.PL ext/re/Makefile.PL
17695        ! lib/ExtUtils/MM_Unix.pm
17696 ____________________________________________________________________________
17697 [  1966] By: gsar                                  on 1998/10/15  02:19:03
17698     Log: tweak to make fix in change#1944 behave correctly for closures
17699          created within eval''
17700  Branch: perl
17701        ! op.c t/op/eval.t
17702 ____________________________________________________________________________
17703 [  1965] By: gsar                                  on 1998/10/14  23:22:41
17704     Log: use better numbers for exitstatus test
17705  Branch: perl
17706        ! t/op/die_exit.t
17707 ____________________________________________________________________________
17708 [  1964] By: jhi                                   on 1998/10/14  17:25:41
17709     Log: Add VM/ESA dynaloading (uses <dll.h>).
17710  Branch: confperl
17711        + ext/DynaLoader/dl_vmesa.xs
17712        ! MANIFEST
17713 ____________________________________________________________________________
17714 [  1963] By: jhi                                   on 1998/10/14  17:17:10
17715     Log: Remove a2p.loadmap in 'clean' target.
17716  Branch: confperl
17717        ! x2p/Makefile.SH
17718 ____________________________________________________________________________
17719 [  1962] By: jhi                                   on 1998/10/14  17:13:11
17720     Log: VM/ESA produces also .prelmaps. (No, not .perlmaps...)
17721  Branch: confperl
17722        ! Makefile.SH
17723 ____________________________________________________________________________
17724 [  1961] By: jhi                                   on 1998/10/14  16:27:39
17725     Log: VM/ESA creates executable.loadmaps.
17726  Branch: confperl
17727        ! Makefile.SH
17728 ____________________________________________________________________________
17729 [  1960] By: jhi                                   on 1998/10/14  15:37:39
17730     Log: Introduce SCHED_YIELD (one of sched_yield(),
17731          pthread_yield(), or pthread_yield(NULL)).
17732          YIELD is then defined using SCHED_YIELD unless
17733          a platform-specific YIELD has already been defined.
17734          
17735          Support pthread_attr_setdetachstate(pthread_attr_t*, int*).
17736          
17737          The need for pthread_yield(NULL) and pthread_attr_setdet...
17738          introduced by (private email)
17739          
17740          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
17741          Date: Sat, 10 Oct 1998 21:08:15 +1300
17742          Message-ID: <361F15EE.47376EC@mailbox.tabnsw.com.au>
17743          Subject: Re: Perl thread problems in VM/ESA
17744          
17745          Better select() protoprobe (for AIX), from (private email)
17746          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
17747          Date: Fri, 2 Oct 1998 14:52:25 -0400 (EDT)
17748          Message-Id: <Pine.SUN.3.96.981002144601.11832D-100000@newton.phys>
17749          Subject: AIX select (fwd)
17750          From: Lars Hecking <lhecking@nmrc.ucc.ie>
17751          To: Andy Dougherty <doughera@lafcol.lafayette.edu>
17752          Date: Fri, 2 Oct 1998 10:40:01 +0100
17753          Subject: AIX select
17754          
17755          Linux-avoid-so.X.Y, based on
17756          From: "Kurt D. Starsinic" <kstar@chapin.edu>
17757          Date: Tue, 13 Oct 1998 15:55:07 -0400
17758          Message-ID: <19981013155507.B4004@O2.chapin.edu>
17759          Subject: Re: [PATCH 5.005_52] [Was: Re: How can Debian accomodate new installation ?]
17760  Branch: confperl
17761        ! Configure config_h.SH ext/Thread/Thread.xs hints/linux.sh
17762        ! thread.h
17763 ____________________________________________________________________________
17764 [  1959] By: jhi                                   on 1998/10/14  12:51:26
17765     Log: Some old pthread implementations have
17766          pthread_attr_setdetachstate(pthread_attr_t*, int*).
17767  Branch: confperl
17768        ! ext/Thread/Thread.xs
17769 ____________________________________________________________________________
17770 [  1958] By: jhi                                   on 1998/10/14  12:41:11
17771     Log: SCHED_YIELD and ATTR_JOINABLE fixes.  Thread.xs and Configure
17772          counterparts will follow soon.
17773  Branch: confperl
17774        ! thread.h
17775 ____________________________________________________________________________
17776 [  1957] By: jhi                                   on 1998/10/14  12:38:11
17777     Log: Add tr.t (MANIFEST already knew about it, strange)
17778  Branch: confperl
17779        + t/op/tr.t
17780 ____________________________________________________________________________
17781 [  1956] By: jhi                                   on 1998/10/14  12:24:35
17782     Log: Mutexen should be initialized only once.
17783  Branch: confperl
17784        ! gv.c op.c
17785 ____________________________________________________________________________
17786 [  1955] By: jhi                                   on 1998/10/14  12:19:38
17787     Log: os390 has its own cppstdin.
17788  Branch: confperl
17789        ! hints/os390.sh
17790 ____________________________________________________________________________
17791 [  1954] By: jhi                                   on 1998/10/14  12:15:06
17792     Log: Integrate with mainperl.
17793  Branch: confperl
17794       !> (integrate 1280 files)
17795 ____________________________________________________________________________
17796 [  1953] By: jhi                                   on 1998/10/14  11:48:08
17797     Log: Removed duplicate CMA threads code for HPUX 10.X.
17798          (probably residue of patch(1) being too understanding)
17799          Enhanced 64-bit settings. (redo change#1940)
17800  Branch: confperl
17801        ! hints/hpux.sh
17802 ____________________________________________________________________________
17803 [  1952] By: jhi                                   on 1998/10/14  11:45:16
17804     Log: (redo change#1949) Detypo in the d_open64 warning about
17805          the impending WHOA.
17806  Branch: confperl
17807        ! hints/irix_6.sh
17808 ____________________________________________________________________________
17809 [  1951] By: jhi                                   on 1998/10/14  10:54:16
17810     Log: Mutexen should only be inited once, after they have been New()ed.
17811  Branch: confperl
17812        ! gv.c op.c
17813 ____________________________________________________________________________
17814 [  1950] By: jhi                                   on 1998/10/14  10:41:43
17815     Log: Own cppstdin.
17816  Branch: confperl
17817        ! hints/os390.sh
17818 ____________________________________________________________________________
17819 [  1949] By: jhi                                   on 1998/10/14  10:34:23
17820     Log: Detypo in the d_open64 warning about the impending WHOA.
17821  Branch: confperl
17822        ! hints/irix_6.sh
17823 ____________________________________________________________________________
17824 [  1948] By: gsar                                  on 1998/10/14  05:38:01
17825     Log: two typos
17826  Branch: perl
17827        ! pp_hot.c t/op/eval.t
17828 ____________________________________________________________________________
17829 [  1947] By: gsar                                  on 1998/10/14  05:37:10
17830     Log: let docatch() pass the buck when restartop turns out to be null,
17831          making exceptions in BEGIN{} propagate as expected
17832  Branch: perl
17833        ! pp_ctl.c t/op/misc.t
17834 ____________________________________________________________________________
17835 [  1946] By: gsar                                  on 1998/10/13  03:41:49
17836     Log: add missing file from change#1943
17837  Branch: perl
17838        ! proto.h
17839 ____________________________________________________________________________
17840 [  1945] By: gsar                                  on 1998/10/13  03:32:02
17841     Log: defer "deep recursion" warnings until CXt_SUB context is properly
17842          set up
17843  Branch: perl
17844        ! pp_hot.c t/pragma/warn/pp_hot
17845 ____________________________________________________________________________
17846 [  1944] By: gsar                                  on 1998/10/13  03:15:50
17847     Log: change#1614 merely disabled earlier fix (doh!); undo it and properly
17848          fixup the cop_seq value that must be seen by lexical lookups that
17849          emanate within eval''
17850  Branch: perl
17851        ! cop.h op.c pp_ctl.c pp_hot.c scope.c t/op/eval.t
17852 ____________________________________________________________________________
17853 [  1943] By: gsar                                  on 1998/10/13  02:06:09
17854     Log: ensure recursive attempts to findlex()icals know enough about where
17855          the last eval'' context was encountered
17856  Branch: perl
17857        ! op.c t/op/eval.t
17858 ____________________________________________________________________________
17859 [  1942] By: gsar                                  on 1998/10/13  02:01:24
17860     Log: force copy of substrings when matching against temporaries
17861  Branch: perl
17862        ! pp_hot.c t/op/pat.t
17863 ____________________________________________________________________________
17864 [  1941] By: gsar                                  on 1998/10/13  01:49:16
17865     Log: don't longjmp() in pp_goto() (regressive bug from old single-stack
17866          implementation)
17867  Branch: perl
17868        ! pp_ctl.c t/op/runlevel.t
17869 ____________________________________________________________________________
17870 [  1940] By: jhi                                   on 1998/10/12  09:57:44
17871     Log: Removed duplicate CMA threads code for HPUX 10.X.
17872          (probably residue of patch(1) being too understanding)
17873          Enhanced 64-bit settings.
17874  Branch: confperl
17875        ! hints/hpux.sh
17876 ____________________________________________________________________________
17877 [  1939] By: jhi                                   on 1998/10/12  09:53:11
17878     Log: Initial sync from mainline perl.
17879  Branch: confperl
17880        + (add 1282 files)
17881 ____________________________________________________________________________
17882 [  1937] By: gsar                                  on 1998/10/06  21:16:34
17883     Log: fix $/ init for USE_THREADS
17884  Branch: perl
17885        ! perl.c
17886 ____________________________________________________________________________
17887 [  1936] By: gsar                                  on 1998/10/06  07:19:39
17888     Log: fix globals caught by change#1927; builds and tests on Solaris
17889  Branch: perl
17890        ! Changes mg.c op.c perl.c pp_ctl.c regcomp.c utf8.c utf8.h
17891        ! warning.h warning.pl
17892 ____________________________________________________________________________
17893 [  1935] By: gsar                                  on 1998/10/06  06:50:35
17894     Log: add test for previous fix
17895  Branch: perl
17896        ! ext/Thread/create.t
17897 ____________________________________________________________________________
17898 [  1934] By: gsar                                  on 1998/10/06  06:37:36
17899     Log: fix USE_THREADS coredump due to uninitialized PL_hv_fetch_ent_mh
17900  Branch: perl
17901        ! util.c
17902 ____________________________________________________________________________
17903 [  1933] By: gsar                                  on 1998/10/06  05:04:20
17904     Log: undo bogus part of change#1903 (as pointed out by Larry)
17905  Branch: perl
17906        ! pp_ctl.c
17907 ____________________________________________________________________________
17908 [  1932] By: gsar                                  on 1998/10/06  04:21:31
17909     Log: added tweaked version of suggested patch
17910          From: jan.dubois@ibm.net (Jan Dubois)
17911          Date: Sat, 03 Oct 1998 19:04:48 +0200
17912          Message-ID: <361d54b2.36841294@smtp1.ibm.net>
17913          Subject: [PATCH 5.005_52] More MakeMaker  patches
17914  Branch: perl
17915        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
17916        ! lib/ExtUtils/Mkbootstrap.pm lib/ExtUtils/Mksymlists.pm
17917 ____________________________________________________________________________
17918 [  1931] By: gsar                                  on 1998/10/06  04:04:33
17919     Log: use cpp symbols instead of hardwired constants
17920          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
17921          Date: Mon, 05 Oct 1998 09:23:33 +0100
17922          Message-Id: <199810050823.JAA00891@crypt.compulink.co.uk>
17923          Subject: [PATCH 5.005_52] By the numbers (resend)
17924  Branch: perl
17925        ! op.c
17926 ____________________________________________________________________________
17927 [  1930] By: gsar                                  on 1998/10/06  04:01:55
17928     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17929          Message-Id: <199810050637.CAA07781@monk.mps.ohio-state.edu>
17930          Date: Mon, 5 Oct 1998 02:37:43 -0400 (EDT)
17931          Subject: [PATCH 5.005_52] Cumulative OS/2-related patch
17932  Branch: perl
17933        ! Makefile.SH hints/os2.sh lib/ExtUtils/MM_OS2.pm mg.c
17934        ! os2/Changes os2/Makefile.SHs os2/os2.c perl_exp.SH util.c
17935 ____________________________________________________________________________
17936 [  1929] By: gsar                                  on 1998/10/06  03:50:36
17937     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17938          Date: Mon, 5 Oct 1998 02:39:00 -0400 (EDT)
17939          Message-Id: <199810050639.CAA07803@monk.mps.ohio-state.edu>
17940          Subject: [PATCH 5.00552] Minor test improvement
17941  Branch: perl
17942        ! t/op/magic.t
17943 ____________________________________________________________________________
17944 [  1928] By: gsar                                  on 1998/10/06  03:49:03
17945     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17946          Date: Mon, 5 Oct 1998 02:38:23 -0400 (EDT)
17947          Message-Id: <199810050638.CAA07792@monk.mps.ohio-state.edu>
17948          Subject: [PATCH 5.00552] emacs/ptags inprovements
17949  Branch: perl
17950        ! emacs/ptags
17951 ____________________________________________________________________________
17952 [  1927] By: gsar                                  on 1998/10/06  03:47:44
17953     Log: disable C<#define dirty PL_dirty> et al.
17954  Branch: perl
17955        ! embed.pl embedvar.h
17956 ____________________________________________________________________________
17957 [  1926] By: gsar                                  on 1998/10/06  03:43:32
17958     Log: From: Mark-Jason Dominus <mjd@plover.com>
17959          Date: Sun, 04 Oct 1998 14:48:11 -0400
17960          Message-ID: <19981004184811.16048.qmail@plover.com>
17961          Subject: PATCH: perldoc -f does not locate -e, -r, -x, etc.
17962  Branch: perl
17963        ! utils/perldoc.PL
17964 ____________________________________________________________________________
17965 [  1925] By: gsar                                  on 1998/10/06  03:27:35
17966     Log: disable USE_THREADS when PERL_OBJECT is enabled
17967  Branch: perl
17968        ! win32/Makefile win32/makefile.mk
17969 ____________________________________________________________________________
17970 [  1924] By: gsar                                  on 1998/10/06  03:26:54
17971     Log: remove spurious unused conflicting globals (PL_yy{v,s}sp)
17972  Branch: perl
17973        ! Makefile.SH Todo-5.005 embedvar.h perlvars.h perly.c toke.c
17974        ! vms/perly_c.vms
17975 ____________________________________________________________________________
17976 [  1923] By: gsar                                  on 1998/10/03  05:19:56
17977     Log: make C<use> recognize C<require> overrides; allow C<do EXPR> to be
17978          overridden
17979  Branch: perl
17980        ! embed.h global.sym objXSUB.h objpp.h op.c perly.c perly.y
17981        ! proto.h vms/perly_c.vms
17982 ____________________________________________________________________________
17983 [  1922] By: gsar                                  on 1998/10/03  03:59:50
17984     Log: suppress manifypods leak in extensions
17985  Branch: perl
17986        ! ext/Errno/Makefile.PL ext/IPC/SysV/Makefile.PL pod/pod2man.PL
17987 ____________________________________________________________________________
17988 [  1921] By: gsar                                  on 1998/10/02  22:30:15
17989     Log: os390 fixes (suggested by Peter Prymmer)
17990  Branch: perl
17991        ! Makefile.SH regcomp.c
17992 ____________________________________________________________________________
17993 [  1920] By: gsar                                  on 1998/10/02  21:41:19
17994     Log: squelch undef warnings
17995          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
17996          Date: Fri, 02 Oct 1998 11:01:14 +0100
17997          Message-Id: <199810021001.LAA19214@crypt.compulink.co.uk>
17998          Subject: [PATCH] Re: Apparent bug in Math::BigInt 
17999  Branch: perl
18000        ! Changes lib/Math/BigInt.pm
18001 ____________________________________________________________________________
18002 [  1919] By: gsar                                  on 1998/10/02  04:59:13
18003     Log: add note to INSTALL about ANSI C
18004  Branch: perl
18005        ! INSTALL
18006 ____________________________________________________________________________
18007 [  1918] By: gsar                                  on 1998/10/02  04:21:10
18008     Log: tolerate spaces when fixing up __cplusplus output by old h2xs
18009          From: jan.dubois@ibm.net (Jan Dubois)
18010          Date: Wed, 30 Sep 1998 23:35:30 +0200
18011          Message-ID: <3619a1e8.12336659@smtp1.ibm.net>
18012          Subject: [PATCH 5.005_52]: xsubpp and PERL_OBJECT
18013  Branch: perl
18014        ! lib/ExtUtils/xsubpp
18015 ____________________________________________________________________________
18016 [  1917] By: gsar                                  on 1998/10/02  04:16:02
18017     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
18018          Date: Thu, 1 Oct 1998 11:37:26 +0300 (EET DST)
18019          Message-Id: <199810010837.LAA31371@alpha.hut.fi>
18020          Subject: Re: Configure test for selectbits busted
18021  Branch: perl
18022        ! Configure
18023 ____________________________________________________________________________
18024 [  1916] By: gsar                                  on 1998/10/02  04:14:17
18025     Log: From: Dan Sugalski <sugalskd@osshe.edu>
18026          Date: Wed, 30 Sep 1998 17:15:20 -0700
18027          Message-Id: <3.0.6.32.19980930171520.00b22eb0@ous.edu>
18028          Subject: [PATCH 5.005_02]VMS config tweaks
18029  Branch: perl
18030        ! vms/descrip_mms.template vms/subconfigure.com
18031 ____________________________________________________________________________
18032 [  1915] By: gsar                                  on 1998/10/02  04:10:47
18033     Log: use Off_t to permit 64-bit seek()
18034          From: Scott Henry <scotth@sgi.com>
18035          Date: 29 Sep 1998 17:38:46 -0700
18036          Message-ID: <yd8lnn2zb6x.fsf_-_@hoshi.engr.sgi.com>
18037          Subject: Re: [PATCH] 5.005_02: Configure "Massive Attack"
18038          --
18039          Date: 28 Sep 1998 18:55:37 -0700
18040          Message-ID: <yd8ogrz1y3q.fsf@hoshi.engr.sgi.com>
18041          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
18042  Branch: perl
18043        ! doio.c pp_sys.c proto.h sv.c
18044 ____________________________________________________________________________
18045 [  1914] By: gsar                                  on 1998/10/02  04:05:36
18046     Log: normalize tm struct passed to strftime() with mktime()
18047          From: Spider Boardman <spider@orb.nashua.nh.us>
18048          Date: Wed, 30 Sep 1998 15:12:09 -0400
18049          Message-Id: <199809301912.PAA26119@Orb.Nashua.NH.US>
18050          Subject: [PATCH 5.005_52] Re: POSIX::strftime returns incorrect date 
18051  Branch: perl
18052        ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
18053 ____________________________________________________________________________
18054 [  1913] By: gsar                                  on 1998/10/02  03:59:46
18055     Log: don't try to run foo_SH.orig etc.
18056  Branch: perl
18057        ! Configure
18058 ____________________________________________________________________________
18059 [  1912] By: gsar                                  on 1998/10/02  03:45:37
18060     Log: make warning about glob process failure optional
18061  Branch: perl
18062        ! pod/perldiag.pod pp_hot.c
18063 ____________________________________________________________________________
18064 [  1911] By: gsar                                  on 1998/10/02  02:52:21
18065     Log: document yet another RE diagnostic, make it consistent with REG_INFTY
18066          From: Dominic Dunlop <domo@vo.lu>
18067          Date: Tue, 29 Sep 1998 21:06:30 +0000
18068          Message-Id: <v03110700b236f60b1375@[212.24.192.106]>
18069          Subject: [PATCH 5.005_52] Fix hard-coded "matches null string many times" limit
18070          --
18071          Date: Wed, 30 Sep 1998 11:46:44 +0000
18072          Message-Id: <v03110702b237beb04830@[212.24.192.74]>
18073          Subject: [PATCH 5.005_52] Add "Strange *+?{} ..." to perldiag
18074  Branch: perl
18075        ! pod/perldiag.pod regcomp.c
18076 ____________________________________________________________________________
18077 [  1910] By: gsar                                  on 1998/10/02  02:48:48
18078     Log: minor Configure tweaks (via private mail)
18079          From: Jarkko Hietaniemi <jhi@iki.fi>
18080          Date: Wed, 30 Sep 1998 02:25:06 +0300 (EET DST)
18081          Message-Id: <199809292325.CAA19737@alpha.hut.fi>
18082          Subject: [PATCH] 5.005_52: the drizzle continues
18083  Branch: perl
18084        ! Configure config_h.SH handy.h
18085 ____________________________________________________________________________
18086 [  1909] By: gsar                                  on 1998/10/02  02:46:39
18087     Log: update SCO hints for dynamic loading
18088          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
18089          Date: Mon, 28 Sep 1998 16:50:38 -0400 (EDT)
18090          Message-Id: <Pine.SUN.3.96.980928164648.8130E-100000@newton.phys>
18091          Subject: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
18092          --
18093          Date: Tue, 29 Sep 1998 16:48:55 -0400 (EDT)
18094          Message-Id: <Pine.SUN.3.96.980929164612.8634A-100000@newton.phys>
18095          Subject: Re: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
18096  Branch: perl
18097        ! hints/sco.sh
18098 ____________________________________________________________________________
18099 [  1908] By: gsar                                  on 1998/10/02  02:33:39
18100     Log: make File::Find work when wanted() is autoloaded or a symbolic ref
18101  Branch: perl
18102        ! lib/File/Find.pm
18103 ____________________________________________________________________________
18104 [  1907] By: gsar                                  on 1998/10/02  02:21:52
18105     Log: applied patches, but retained old behavior for win32 (where compilers
18106          can't read from stdin at all)
18107          From: Graham Barr <gbarr@ti.com>
18108          Date: Mon, 28 Sep 1998 09:41:49 -0500
18109          Message-ID: <19980928094149.B26576@asic.sc.ti.com>
18110          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
18111          --
18112          Date: Tue, 29 Sep 1998 12:35:43 -0500
18113          Message-ID: <19980929123543.Z26576@asic.sc.ti.com>
18114          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
18115  Branch: perl
18116        ! ext/Errno/Errno_pm.PL
18117 ____________________________________________________________________________
18118 [  1906] By: gsar                                  on 1998/10/02  02:02:19
18119     Log: tolerate whitespace in /etc/group entries (suggested by Jarkko
18120          Hietaniemi)
18121  Branch: perl
18122        ! t/op/grent.t
18123 ____________________________________________________________________________
18124 [  1905] By: gsar                                  on 1998/10/02  01:59:56
18125     Log: win32 caveats about truncate()
18126  Branch: perl
18127        ! pod/perlport.pod
18128 ____________________________________________________________________________
18129 [  1904] By: gsar                                  on 1998/10/02  01:53:25
18130     Log: various Configure and hints updates (prefer drand48() or random()
18131          over rand(); add -Dusemultiplicity; enhanced 64-bitness);  patch
18132          applied modulo SCO hints superceded by later patch
18133          From: Jarkko Hietaniemi <jhi@iki.fi>
18134          Date: Tue, 29 Sep 1998 00:56:33 +0300 (EET DST)
18135          Message-Id: <199809282156.AAA18615@alpha.hut.fi>
18136          Subject: [PATCH] 5.005_52: Configure et al:
18137  Branch: perl
18138        + ext/IPC/SysV/hints/next_3.pl
18139        ! Configure INSTALL MANIFEST config_h.SH ext/IPC/SysV/SysV.xs
18140        ! hints/dec_osf.sh hints/irix_6.sh hints/next_3.sh
18141        ! hints/solaris_2.sh perl.h pod/perldiag.pod pp.c pp_sys.c
18142 ____________________________________________________________________________
18143 [  1903] By: gsar                                  on 1998/10/02  01:42:37
18144     Log: fixes for bugs in /RE/p        from Hugo van der Sanden
18145          Date: Mon, 28 Sep 1998 17:41:49 +0100
18146          Message-Id: <199809281641.RAA02450@crypt.compulink.co.uk>
18147          Subject: [PATCH 5.005_52] Re: More on ?p 
18148          --
18149          Date: Thu, 01 Oct 1998 09:10:58 +0100
18150          Message-Id: <199810010810.JAA16426@crypt.compulink.co.uk>
18151          Subject: [PATCH 5.005_52] ?p fix
18152          --
18153          Date: Thu, 01 Oct 1998 10:45:56 +0100
18154          Message-Id: <199810010945.KAA16733@crypt.compulink.co.uk>
18155          Subject: [PATCH 5.005_52] more on ?p
18156  Branch: perl
18157        ! pp_ctl.c
18158 ____________________________________________________________________________
18159 [  1902] By: gsar                                  on 1998/10/02  01:36:14
18160     Log: From: Kenneth Duda <kjd@cisco.com>
18161          Date: Sun, 27 Sep 1998 20:22:12 -0700 (PDT)
18162          Message-Id: <199809280322.UAA01261@scorpion.cisco.com>
18163          Subject: writemain dies when there are more than 4000 characters of extensions
18164  Branch: perl
18165        ! writemain.SH
18166 ____________________________________________________________________________
18167 [  1901] By: gsar                                  on 1998/10/02  01:33:16
18168     Log: tweak run_byacc recipe
18169  Branch: perl
18170        ! Makefile.SH Porting/pumpkin.pod
18171 ____________________________________________________________________________
18172 [  1900] By: gsar                                  on 1998/10/02  01:02:09
18173     Log: use SETERRNO() to reset errno (suggested by Charles Bailey)
18174  Branch: perl
18175        ! perl.h pp_ctl.c
18176 ____________________________________________________________________________
18177 [  1899] By: gsar                                  on 1998/09/28  20:46:30
18178     Log: fix various 5.00552 mishaps (fixes suggested by Jan Dubois,
18179          Kurt Starsinic, Spider Boardman, Dan Sugalski and Albert
18180          Dvornik)
18181  Branch: perl
18182        ! hints/irix_6.sh lib/ExtUtils/MakeMaker.pm mg.c scope.c
18183 ____________________________________________________________________________
18184 [  1898] By: gsar                                  on 1998/09/28  20:42:52
18185     Log: flush unsubmitted 5.00552 change
18186  Branch: perl
18187        ! MANIFEST
18188 ____________________________________________________________________________
18189 [  1897] By: gsar                                  on 1998/09/27  04:43:06
18190     Log: run vms_yfix.pl
18191  Branch: perl
18192        ! vms/perly_c.vms
18193 ____________________________________________________________________________
18194 [  1896] By: gsar                                  on 1998/09/27  03:38:55
18195     Log: small tweak on last change
18196  Branch: perl
18197        ! win32/win32.c
18198 ____________________________________________________________________________
18199 [  1895] By: gsar                                  on 1998/09/27  03:17:17
18200     Log: fix win32_stat() to do the right thing for share names
18201  Branch: perl
18202        ! win32/win32.c
18203 ____________________________________________________________________________
18204 [  1891] By: larry                                 on 1998/09/25  18:50:40
18205     Log: Fixed apostrophe problem from Mark Knutsen.
18206  Branch: perl
18207        ! sv.h
18208
18209 ----------------
18210 Version 5.005_52
18211 ----------------
18212
18213 ____________________________________________________________________________
18214 [  1890] By: gsar                                  on 1998/09/25  10:25:00
18215     Log: update template config.sh, add new config vars to win32 stuff
18216  Branch: perl
18217        ! Changes Porting/config.sh Porting/config_H config_h.SH objpp.h
18218        ! pp_sys.c proto.h win32/config.bc win32/config.gc
18219        ! win32/config.vc win32/config_H.bc win32/config_H.gc
18220        ! win32/config_H.vc win32/win32.h
18221 ____________________________________________________________________________
18222 [  1889] By: gsar                                  on 1998/09/25  07:13:13
18223     Log: big Configure update from Jarkko: sync metaconfig units; d_statblks fix
18224          for Linux; hpux CMA-threads hints; ELF support for FreeBSD; beginnings
18225          of full-fledged 64-bit support (including support for: fseeko/ftello,
18226          Quad_t aka long long, hpux and irix 64-bits hints, new 64-bit constants
18227          in Fcntl)
18228          From: Jarkko Hietaniemi <jhi@iki.fi>
18229          Date: Fri, 11 Sep 1998 23:56:11 +0300 (EET DST)
18230          Message-Id: <199809112056.XAA04720@alpha.hut.fi>
18231          Subject: [PATCH] 5.005_51: Configure "Massive Attack"
18232          --
18233          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
18234          Date: 12 Sep 1998 09:44:25 +0300
18235          Message-ID: <oeeaf45bzjq.fsf@alpha.hut.fi>
18236          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
18237  Branch: perl
18238        + lib/filetest.pm
18239        ! Configure MANIFEST Makefile.SH config_h.SH doio.c embedvar.h
18240        ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs handy.h hints/dec_osf.sh
18241        ! hints/freebsd.sh hints/hpux.sh hints/irix_6.sh objXSUB.h
18242        ! perl.c perl.h perl_exp.SH perlio.c perlvars.h pod/perldiag.pod
18243        ! pod/perlfunc.pod pp_sys.c proto.h win32/GenCAPI.pl
18244        ! win32/makedef.pl
18245 ____________________________________________________________________________
18246 [  1888] By: gsar                                  on 1998/09/25  06:27:12
18247     Log: bump patchlevel to 52; other little tweaks for threads, win32 builds
18248  Branch: perl
18249        ! doop.c mg.c patchlevel.h regexec.c win32/Makefile
18250        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
18251        ! win32/makedef.pl win32/makefile.mk win32/win32.c
18252 ____________________________________________________________________________
18253 [  1887] By: gsar                                  on 1998/09/25  04:50:49
18254     Log: win32.c tweak
18255  Branch: perl
18256        ! win32/win32.c
18257 ____________________________________________________________________________
18258 [  1886] By: gsar                                  on 1998/09/25  04:47:32
18259     Log: s/MAKEMAKEROPT/PERL_MM_OPT/
18260  Branch: perl
18261        ! lib/ExtUtils/MakeMaker.pm
18262 ____________________________________________________________________________
18263 [  1885] By: gsar                                  on 1998/09/25  04:05:09
18264     Log: From: Dominic Dunlop <domo@vo.lu>
18265          Date: Thu, 10 Sep 1998 11:02:46 +0000
18266          Message-Id: <v03110703b21d581d7ef1@[212.24.192.107]>
18267          Subject: MM_Unix::canonpath erroneously turns leading // into /
18268  Branch: perl
18269        ! lib/ExtUtils/MM_Unix.pm
18270 ____________________________________________________________________________
18271 [  1884] By: gsar                                  on 1998/09/25  03:06:10
18272     Log: temporarily disable perl malloc for a2p until we clean up
18273          conflicting malloc() declarations everywhere
18274  Branch: perl
18275        ! x2p/Makefile.SH
18276 ____________________________________________________________________________
18277 [  1883] By: gsar                                  on 1998/09/25  02:27:00
18278     Log: remove obsolete win32/bin/*.pl
18279  Branch: perl
18280        - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
18281        ! Changes MANIFEST win32/Makefile win32/makefile.mk
18282 ____________________________________________________________________________
18283 [  1882] By: gsar                                  on 1998/09/25  02:04:43
18284     Log: missing file in last submit
18285  Branch: perl
18286        ! proto.h
18287 ____________________________________________________________________________
18288 [  1881] By: gsar                                  on 1998/09/25  01:56:54
18289     Log: serial access to PL_x[inpr]v_root for USE_THREADS
18290  Branch: perl
18291        ! sv.c
18292 ____________________________________________________________________________
18293 [  1880] By: gsar                                  on 1998/09/25  01:19:38
18294     Log: lock sv_mutex in new_he() and del_he() for USE_THREADS
18295          From: Drago Goricanec <drago@king.otsd.ts.fujitsu.co.jp>
18296          Date: Thu, 24 Sep 1998 22:01:09 +0900
18297          Message-Id: <19980924220109J.drago@otsd.ts.fujitsu.co.jp>
18298          Subject: [PATCH 5.005_51] Re: Perl 5.005_51 not yet multi Thread safe 
18299  Branch: perl
18300        ! hv.c proto.h
18301 ____________________________________________________________________________
18302 [  1879] By: gsar                                  on 1998/09/25  00:20:07
18303     Log: tweaks to enable PERL_OBJECT to build & test on win32
18304  Branch: perl
18305        ! Changes doop.c mg.c objpp.h proto.h regexec.c util.c
18306        ! win32/GenCAPI.pl
18307 ____________________________________________________________________________
18308 [  1878] By: gsar                                  on 1998/09/25  00:13:36
18309     Log: fix change#1861, which breaks default boot_xxx symbol generation
18310  Branch: perl
18311        ! lib/ExtUtils/Mksymlists.pm
18312 ____________________________________________________________________________
18313 [  1877] By: gsar                                  on 1998/09/24  10:29:54
18314     Log: two tweaks for clean build and test on Solaris
18315  Branch: perl
18316        ! op.c t/op/subst.t
18317 ____________________________________________________________________________
18318 [  1876] By: gsar                                  on 1998/09/24  09:04:43
18319     Log: From: Colin Kuskie <ckuskie@cadence.com>
18320          Date: Wed, 26 Aug 1998 14:53:01 -0700 (PDT)
18321          Message-ID: <Pine.GSO.3.96.980826143507.3258K-100000@pdxmail.cadence.com>
18322          Subject: [PATCH 5.005_51] perlform.pod
18323  Branch: perl
18324        ! pod/perlform.pod
18325 ____________________________________________________________________________
18326 [  1875] By: gsar                                  on 1998/09/24  08:47:47
18327     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18328          Date: Tue, 25 Aug 1998 15:35:58 -0400 (EDT)
18329          Message-Id: <199808251935.PAA11384@monk.mps.ohio-state.edu>
18330          Subject: Re: problem with (?p{}) [PATCH 5.005_5*]
18331  Branch: perl
18332        ! regexec.c
18333 ____________________________________________________________________________
18334 [  1874] By: gsar                                  on 1998/09/24  08:44:55
18335     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18336          Date: Tue, 25 Aug 1998 14:56:06 -0400 (EDT)
18337          Message-Id: <199808251856.OAA10825@monk.mps.ohio-state.edu>
18338          Subject: Re: your Regexp.patch dated 21.8 [PATCH]
18339  Branch: perl
18340        ! toke.c
18341 ____________________________________________________________________________
18342 [  1873] By: gsar                                  on 1998/09/24  08:39:41
18343     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18344          Date: Tue, 25 Aug 1998 04:29:49 -0400 (EDT)
18345          Message-Id: <199808250829.EAA02470@monk.mps.ohio-state.edu>
18346          Subject: [PATCH 5.005_*] Extraneous warning for (?()A|B)
18347  Branch: perl
18348        ! Changes regcomp.c
18349 ____________________________________________________________________________
18350 [  1872] By: gsar                                  on 1998/09/24  08:37:00
18351     Log: From: Krishna Sethuraman <krishpl@shamu.engr.sgi.com>
18352          Date: Sun, 23 Aug 1998 23:18:38 PDT
18353          Message-Id: <199808240618.XAA05329@shamu.engr.sgi.com>
18354          Subject: new irix_6.sh hints file
18355  Branch: perl
18356        ! hints/irix_6.sh
18357 ____________________________________________________________________________
18358 [  1871] By: gsar                                  on 1998/09/24  07:26:37
18359     Log: correct FSF address in various places
18360  Branch: perl
18361        ! Copying README ext/B/README lib/Getopt/Long.pm
18362 ____________________________________________________________________________
18363 [  1870] By: gsar                                  on 1998/09/24  07:11:56
18364     Log: From:    Dan Sugalski <sugalskd@osshe.edu>
18365          Date:    Fri, 14 Aug 1998 09:20:16 PDT
18366          Message-Id: <3.0.5.32.19980814092016.00b37dc0@ous.edu>
18367          Subject: [PATCH 5.005_02] (and _5x I expect) VMS config procedure patch
18368  Branch: perl
18369        ! configure.com
18370 ____________________________________________________________________________
18371 [  1869] By: gsar                                  on 1998/09/24  06:55:59
18372     Log: use STRICT_ALIGNMENT on IRIX to allow usemymalloc=y again
18373          From:    Scott Henry <scotth@sgi.com>
18374          Date:    13 Aug 1998 09:52:15 PDT
18375          Message-Id: <yd8pve46czk.fsf@hoshi.engr.sgi.com>
18376          Subject: [PATCH] Irix USE_LONG_LONG/malloc.c incompatibility (was...)
18377  Branch: perl
18378        ! hints/irix_6.sh
18379 ____________________________________________________________________________
18380 [  1868] By: gsar                                  on 1998/09/24  06:51:23
18381     Log: From:    Nathan Torkington <gnat@frii.com>
18382          Date:    Thu, 13 Aug 1998 10:59:48 MDT
18383          Message-Id: <199808131659.KAA06179@prometheus.frii.com>
18384          Subject: [PATCH] 5.005_02 perlfunc.pod, improve umask entry
18385  Branch: perl
18386        ! pod/perlfunc.pod
18387 ____________________________________________________________________________
18388 [  1867] By: gsar                                  on 1998/09/24  06:45:13
18389     Log: make C<goto &sub> AUTOLOAD-aware (autouse now works for modules
18390          that are autoloaded)
18391  Branch: perl
18392        ! pp_ctl.c
18393 ____________________________________________________________________________
18394 [  1866] By: gsar                                  on 1998/09/24  05:21:19
18395     Log: grandfather deprecated "$$<digit>" no more
18396  Branch: perl
18397        ! pod/perldiag.pod toke.c
18398 ____________________________________________________________________________
18399 [  1865] By: gsar                                  on 1998/09/24  04:52:48
18400     Log: tweak PERL_HASH() to h=h+(h>>5) in order to improve distribution of
18401          low bits (suggested by Ilya Zakharevich)
18402  Branch: perl
18403        ! hv.h
18404 ____________________________________________________________________________
18405 [  1864] By: gsar                                  on 1998/09/24  04:29:14
18406     Log: move yyglobal decls from perly.c to perlvars.h, regen headers, tweak
18407          perly_c.diff
18408  Branch: perl
18409        ! embed.h embedvar.h global.sym perlvars.h perly.c perly.h
18410        ! perly_c.diff toke.c
18411 ____________________________________________________________________________
18412 [  1863] By: gsar                                  on 1998/09/24  03:36:30
18413     Log: provide locked access to string table for USE_THREADS
18414  Branch: perl
18415        ! embedvar.h hv.c intrpvar.h objXSUB.h perl.c thread.h
18416 ____________________________________________________________________________
18417 [  1862] By: gsar                                  on 1998/09/24  03:30:32
18418     Log: remove bogus warn()
18419  Branch: perl
18420        ! embed.pl
18421 ____________________________________________________________________________
18422 [  1861] By: gsar                                  on 1998/09/24  02:58:51
18423     Log: applied suggested patch, adapted for all platforms
18424          From: jan.dubois@ibm.net (Jan Dubois)
18425          Date: Sun, 20 Sep 1998 12:56:38 +0200
18426          Message-ID: <3604de0c.12319885@smtp1.ibm.net>
18427          Subject: [New PATCH 5.005_02] Support Mksymlists FUNCLIST argument in MakeMaker
18428  Branch: perl
18429        ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
18430        ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
18431        ! lib/ExtUtils/MakeMaker.pm
18432 ____________________________________________________________________________
18433 [  1860] By: gsar                                  on 1998/09/24  02:16:14
18434     Log: upgrade to CPAN-1.40
18435  Branch: perl
18436        ! Changes lib/CPAN.pm lib/CPAN/FirstTime.pm
18437 ____________________________________________________________________________
18438 [  1859] By: gsar                                  on 1998/09/24  02:08:59
18439     Log: use $ENV{MAKEMAKEROPT} to set default command line args
18440  Branch: perl
18441        ! lib/ExtUtils/MakeMaker.pm
18442 ____________________________________________________________________________
18443 [  1857] By: gsar                                  on 1998/09/23  10:58:36
18444     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18445          Date: Tue, 22 Sep 1998 17:30:16 -0400 (EDT)
18446          Message-Id: <199809222130.RAA17034@monk.mps.ohio-state.edu>
18447          Subject: More verbose Test::Harness [PATCH]
18448  Branch: perl
18449        ! lib/Test/Harness.pm
18450 ____________________________________________________________________________
18451 [  1856] By: gsar                                  on 1998/09/23  10:56:24
18452     Log: update hints for OPENSTEP 4.2 on i386
18453          From: Gerben Wierda <Gerben_Wierda@RnA.nl>
18454          Date: Sun, 20 Sep 1998 01:03:18 +0200
18455          Message-Id: <9809192303.AA29190@Spike>
18456          Subject: Perl 5.005_02 compilation problems
18457  Branch: perl
18458        ! hints/next_4.sh
18459 ____________________________________________________________________________
18460 [  1855] By: gsar                                  on 1998/09/23  10:52:27
18461     Log: reset errno after C<require> search (as suggested by Larry)
18462  Branch: perl
18463        ! pp_ctl.c
18464 ____________________________________________________________________________
18465 [  1854] By: gsar                                  on 1998/09/23  10:50:26
18466     Log: misc pod tweaks
18467  Branch: perl
18468        ! pod/perldelta.pod pod/perldiag.pod pod/perlport.pod
18469 ____________________________________________________________________________
18470 [  1853] By: gsar                                  on 1998/09/23  10:46:06
18471     Log: make Pod/Html.pm handle the --title option properly (as suggested
18472          by gml4410@ggr.co.uk)
18473  Branch: perl
18474        ! lib/Pod/Html.pm
18475 ____________________________________________________________________________
18476 [  1852] By: gsar                                  on 1998/09/23  10:41:39
18477     Log: SSNEW() API for allocating memory on the savestack
18478          From: Albert Dvornik <bert@genscan.com>
18479          Date: 17 Sep 1998 19:23:07 -0400
18480          Message-Id: <tqemtae338.fsf@puma.genscan.com>
18481          Subject: [PATCH 5.005_51] (was: why SAVEDESTRUCTOR()...)
18482  Branch: perl
18483        ! Changes Changes5.005 embed.h global.sym mg.c objXSUB.h objpp.h
18484        ! perl.h proto.h scope.c scope.h t/io/tell.t
18485 ____________________________________________________________________________
18486 [  1851] By: gsar                                  on 1998/09/23  10:37:05
18487     Log: From: Jochen Wiedmann <joe@ispsoft.de>
18488          Date: Thu, 17 Sep 1998 17:16:06 +0200
18489          Message-ID: <360127B6.E44564A@ispsoft.de>
18490          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
18491  Branch: perl
18492        ! lib/ExtUtils/MakeMaker.pm
18493 ____________________________________________________________________________
18494 [  1850] By: gsar                                  on 1998/09/23  10:33:05
18495     Log: From: andreas.koenig@kulturbox.de (Andreas J. Koenig)
18496          Date: 15 Sep 1998 01:32:31 +0200
18497          Message-ID: <sfchfya46eo.fsf@dubravka.in-berlin.de>
18498          Subject: Re: [PATCH] MakeMaker "test" target doesn't depend on "all"
18499  Branch: perl
18500        ! lib/ExtUtils/MM_Unix.pm
18501 ____________________________________________________________________________
18502 [  1849] By: gsar                                  on 1998/09/23  10:29:04
18503     Log: From: Charles Bailey <BAILEY@newman.upenn.edu>
18504          Date: Sat, 12 Sep 1998 19:25:32 -0400 (EDT)
18505          Message-id: <01J1QBJUAY1I002KOW@cor.newman.upenn.edu>
18506          Subject: Re: extralibs.ld problem in MM_VMS.pm
18507  Branch: perl
18508        ! lib/ExtUtils/MM_VMS.pm
18509 ____________________________________________________________________________
18510 [  1848] By: gsar                                  on 1998/09/23  10:25:24
18511     Log: From: Roderick Schertler <roderick@argon.org>
18512          Date: 11 Sep 1998 16:19:21 -0400
18513          Message-ID: <pzyarqpfli.fsf@eeyore.ibcinc.com>
18514          Subject: Re: Open2 and memory leaks
18515  Branch: perl
18516        ! lib/IPC/Open3.pm
18517 ____________________________________________________________________________
18518 [  1847] By: gsar                                  on 1998/09/23  10:18:31
18519     Log: From: Roderick Schertler <roderick@argon.org>
18520          Date: Wed, 09 Sep 1998 23:52:48 -0400
18521          Message-ID: <20567.905399568@eeyore.ibcinc.com>
18522          Subject: seed srand from /dev/urandom when possible
18523  Branch: perl
18524        ! pod/perlfunc.pod pp.c
18525 ____________________________________________________________________________
18526 [  1846] By: gsar                                  on 1998/09/23  10:12:22
18527     Log: From: Roderick Schertler <roderick@argon.org>
18528          Date: Thu, 10 Sep 1998 00:32:17 -0400
18529          Message-ID: <21142.905401937@eeyore.ibcinc.com>
18530          Subject: doc update for crypt()'s salt
18531  Branch: perl
18532        ! pod/perlfunc.pod
18533 ____________________________________________________________________________
18534 [  1845] By: gsar                                  on 1998/09/23  10:09:23
18535     Log: fix h2ph handling of C<#error "foo">
18536          From: SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
18537          Date: Thu, 10 Sep 1998 09:59:33 +0900
18538          Message-Id: <19980910095933N.ksakai@netwk.ntt-at.co.jp>
18539          Subject: [5.005_02] h2ph problem
18540  Branch: perl
18541        ! utils/h2ph.PL
18542 ____________________________________________________________________________
18543 [  1844] By: gsar                                  on 1998/09/23  10:06:13
18544     Log: plug strictly private function leaks in API listing
18545  Branch: perl
18546        ! pod/perlguts.pod
18547 ____________________________________________________________________________
18548 [  1843] By: gsar                                  on 1998/09/23  10:02:57
18549     Log: hide symbol for static build
18550          From: Dominic Dunlop <domo@vo.lu>
18551          Date: Tue, 8 Sep 1998 21:40:46 +0000
18552          Message-Id: <v03110700b21b52db318d@[212.24.192.111]>
18553          Subject: Not OK: perl 5.00551 on powerpc-machten 4.1.1 [PATCH]
18554  Branch: perl
18555        ! regcomp.c
18556 ____________________________________________________________________________
18557 [  1842] By: gsar                                  on 1998/09/23  09:52:46
18558     Log: define PUT_svindex(), PUT_opindex()
18559  Branch: perl
18560        ! ext/B/B/Assembler.pm
18561 ____________________________________________________________________________
18562 [  1841] By: gsar                                  on 1998/09/23  09:44:25
18563     Log: From: Dominic Dunlop <domo@vo.lu>
18564          Date: Tue, 8 Sep 1998 15:34:53 +0000
18565          Message-Id: <v03110701b21afbdc7cfb@[212.24.192.76]>
18566          Subject: [PATCH 5.005_51] Eliminate pragma/warn-regexec test dependence on REG_INFTY value
18567  Branch: perl
18568        ! t/pragma/warn/regexec
18569 ____________________________________________________________________________
18570 [  1840] By: gsar                                  on 1998/09/23  09:42:17
18571     Log: pl2bat tweak from Tye McQueen <tye@metronet.com>
18572  Branch: perl
18573        ! win32/bin/pl2bat.pl
18574 ____________________________________________________________________________
18575 [  1839] By: gsar                                  on 1998/09/23  09:38:18
18576     Log: From: Drago Goricanec <drago@raptor.otsd.ts.fujitsu.co.jp>
18577          Date: Mon, 7 Sep 1998 17:36:09 +0900
18578          Message-Id: <199809070836.RAA14631@raptor.otsd.ts.fujitsu.co.jp>
18579          Subject: Thread::cond_wait bug in 5.005.51 causes deadlock
18580  Branch: perl
18581        ! ext/Thread/Thread.xs
18582 ____________________________________________________________________________
18583 [  1838] By: gsar                                  on 1998/09/23  09:21:11
18584     Log: From: "Green, Paul" <pgreen@seussnt.stratus.com>
18585          Date: Thu, 10 Sep 1998 00:02:07 -0400
18586          Message-ID: <646CD0392810D211B04A00A024BF26FB1022EB@terminator.sw.stratus.com>
18587          Subject: RE: [PATCH] 5.005_02 and 5.005_51: Stratus VOS port
18588  Branch: perl
18589        + README.vos vos/Changes vos/build.cm vos/compile_perl.cm
18590        + vos/config.h vos/config_h.SH_orig vos/perl.bind
18591        + vos/test_vos_dummies.c vos/vos_dummies.c vos/vosish.h
18592        ! MANIFEST perl.c perl.h pod/perlport.pod
18593 ____________________________________________________________________________
18594 [  1837] By: gsar                                  on 1998/09/23  08:45:58
18595     Log: (via private mail)
18596          From: Charles Bailey <BAILEY@newman.upenn.edu>
18597          Date: Sat, 05 Sep 1998 01:23:58 -0400 (EDT)
18598          Message-id: <01J1FH7R43NS002F14@cor.newman.upenn.edu>
18599          Subject: [Patch 5.005_02] Miscellaneous VMS cleanup
18600  Branch: perl
18601        ! Changes Changes5.005 README.vms ext/DynaLoader/dl_vms.xs
18602        ! lib/Cwd.pm lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
18603        ! lib/ExtUtils/Mksymlists.pm lib/File/Copy.pm lib/File/Path.pm
18604        ! lib/File/Spec.pm pod/perldiag.pod pod/perlfaq1.pod
18605        ! pod/perlport.pod pod/perlrun.pod vms/ext/DCLsym/0README.txt
18606        ! vms/ext/DCLsym/DCLsym.pm vms/ext/DCLsym/DCLsym.xs
18607        ! vms/ext/Filespec.pm vms/ext/XSSymSet.pm vms/gen_shrfls.pl
18608        ! vms/mms2make.pl vms/perly_c.vms vms/sockadapt.c
18609        ! vms/sockadapt.h vms/test.com vms/vms.c vms/vms_yfix.pl
18610        ! vms/writemain.pl
18611 ____________________________________________________________________________
18612 [  1836] By: gsar                                  on 1998/09/23  08:17:42
18613     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18614          Date: Sat, 5 Sep 1998 00:14:51 -0400 (EDT)
18615          Message-Id: <199809050414.AAA19801@monk.mps.ohio-state.edu>
18616          Subject: [PATCH 5.005_*] OS/2 spawning typos
18617  Branch: perl
18618        ! os2/os2.c
18619 ____________________________________________________________________________
18620 [  1835] By: gsar                                  on 1998/09/23  08:09:55
18621     Log: warn on C<my($foo,$foo)>
18622  Branch: perl
18623        ! op.c pod/perldiag.pod
18624 ____________________________________________________________________________
18625 [  1834] By: gsar                                  on 1998/09/23  07:35:56
18626     Log: From: pvhp@forte.com (Peter Prymmer)
18627          Date: Fri, 4 Sep 98 13:27:41 PDT
18628          Message-Id: <9809042027.AA04463@forte.com>
18629          Subject: [PATCH 5.005_02 && 5.005_51] general updates to README.vms
18630  Branch: perl
18631        ! README.vms
18632 ____________________________________________________________________________
18633 [  1833] By: gsar                                  on 1998/09/23  07:27:34
18634     Log: From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
18635          Date: Wed, 2 Sep 1998 10:06:49 -0700 (PDT)
18636          Message-Id: <199809021706.KAA26349@xfiles.intercon.hp.com>
18637          Subject: PATCH: 5.005_02 hint/hpux.sh
18638  Branch: perl
18639        ! hints/hpux.sh
18640 ____________________________________________________________________________
18641 [  1832] By: gsar                                  on 1998/09/23  07:22:40
18642     Log: fix (some) installhtml bugs
18643          From: Larry Parmelee <parmelee@CS.Cornell.EDU>
18644          Date: Tue, 1 Sep 1998 12:43:40 -0400 (EDT)
18645          Message-Id: <199809011643.MAA05702@sundown.cs.cornell.edu>
18646          Subject: installhtml script needs work
18647  Branch: perl
18648        ! installhtml
18649 ____________________________________________________________________________
18650 [  1831] By: gsar                                  on 1998/09/23  07:19:30
18651     Log: document 'U' magic with examples
18652          From: Alan Burlison <Alan.Burlison@UK.Sun.com>
18653          Date: Tue, 1 Sep 1998 15:54:06 +0100 (BST)
18654          Message-Id: <199809011455.PAA00631@sale-wts>
18655          Subject: Re: Looking for some XS MAGIC examples...
18656  Branch: perl
18657        ! pod/perlguts.pod
18658 ____________________________________________________________________________
18659 [  1830] By: gsar                                  on 1998/09/23  07:16:43
18660     Log: From: pvhp@forte.com (Peter Prymmer)
18661          Date: Mon, 31 Aug 98 17:13:49 PDT
18662          Message-Id: <9809010013.AA06737@forte.com>
18663          Subject: [PATCH: 5.005_02; yet another system configuration tip for OS/390]
18664  Branch: perl
18665        ! README.os390
18666 ____________________________________________________________________________
18667 [  1829] By: gsar                                  on 1998/09/23  07:15:08
18668     Log: fix problematic typecast in filter_del()
18669          From: Mark P Lutz <tecmpl1@triton.ca.boeing.com>
18670          Date: Mon, 31 Aug 1998 21:13:11 GMT
18671          Message-Id: <199808312113.VAA53356@triton.ca.boeing.com>
18672          Subject: perl5.005_02 does not build on Cray T90
18673  Branch: perl
18674        ! toke.c
18675 ____________________________________________________________________________
18676 [  1828] By: gsar                                  on 1998/09/23  07:11:34
18677     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18678          Date: Mon, 31 Aug 1998 14:52:10 -0400 (EDT)
18679          Message-Id: <199808311852.OAA24676@monk.mps.ohio-state.edu>
18680          Subject: [PATCH 5.005_5*] (?>) broken in RE
18681  Branch: perl
18682        ! regexec.c t/op/re_tests
18683 ____________________________________________________________________________
18684 [  1827] By: gsar                                  on 1998/09/23  07:09:50
18685     Log: U/WIN testsuite patches from Joe Buehler <jhpb@hekimian.com>
18686  Branch: perl
18687        ! t/op/grent.t t/op/groups.t
18688 ____________________________________________________________________________
18689 [  1826] By: gsar                                  on 1998/09/23  07:03:16
18690     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
18691          Date: Wed, 12 Aug 1998 22:41:37 +0300 (EET DST)
18692          Message-Id: <199808121941.WAA06263@alpha.hut.fi>
18693          Subject: [PATCH] 5.004_50 or 5.005_02: get rid of interp.sym because not even AIX needs it
18694  Branch: perl
18695        - interp.sym
18696        ! MANIFEST Makefile.SH embed.pl perl_exp.SH
18697 ____________________________________________________________________________
18698 [  1825] By: gsar                                  on 1998/09/23  06:56:40
18699     Log: re-introduce change#1703
18700  Branch: perl
18701        ! ext/re/re.pm pod/perlre.pod regcomp.c regexec.c thrdvar.h
18702 ____________________________________________________________________________
18703 [  1824] By: gsar                                  on 1998/09/23  06:44:19
18704     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18705          Date: Sat, 29 Aug 1998 17:38:30 -0400 (EDT)
18706          Message-Id: <199808292138.RAA18359@monk.mps.ohio-state.edu>
18707          Subject: [PATCH 5.005_*] Protect debugger from nonlocal exits
18708  Branch: perl
18709        ! lib/perl5db.pl
18710 ____________________________________________________________________________
18711 [  1823] By: gsar                                  on 1998/09/23  06:41:34
18712         Log: From: Joe Buehler <jhpb@hekimian.com>
18713              Date: 29 Aug 1998 17:13:28 -0400
18714              Message-ID: <yd37lzro5jb.fsf@pandora.hekimian.com>
18715              Subject: patches for perl 5.005_51 under U/WIN
18716      Branch: perl
18717            + hints/uwin.sh
18718            ! Configure installman lib/ExtUtils/MM_Unix.pm makedepend.SH
18719            ! t/lib/posix.t
18720 ____________________________________________________________________________
18721 [  1822] By: gsar                                  on 1998/09/23  06:36:59
18722         Log: add missing C<no utf8;> tweak from Larry
18723      Branch: perl
18724            ! t/op/subst.t
18725 ____________________________________________________________________________
18726 [  1821] By: gsar                                  on 1998/09/23  06:27:51
18727         Log: s/runops/CALLRUNOPS/
18728      Branch: perl
18729            ! cc_runtime.h
18730 ____________________________________________________________________________
18731 [  1820] By: gsar                                  on 1998/09/23  06:24:49
18732         Log: rename t/pragma/warn-* to t/pragma/warn/*, be 8.3-friendly
18733      Branch: perl
18734           +> t/pragma/warn/1global t/pragma/warn/2use t/pragma/warn/3both
18735           +> t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/doio
18736           +> t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
18737           +> t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
18738           +> t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
18739           +> t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
18740           +> t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
18741           +> t/pragma/warn/util
18742            - t/pragma/warn-1global t/pragma/warn-2use t/pragma/warn-3both
18743            - t/pragma/warn-4lint t/pragma/warn-5nolint t/pragma/warn-doio
18744            - t/pragma/warn-gv t/pragma/warn-mg t/pragma/warn-op
18745            - t/pragma/warn-perl t/pragma/warn-perly t/pragma/warn-pp
18746            - t/pragma/warn-pp_ctl t/pragma/warn-pp_hot t/pragma/warn-pp_sys
18747            - t/pragma/warn-regcomp t/pragma/warn-regexec t/pragma/warn-sv
18748            - t/pragma/warn-taint t/pragma/warn-toke t/pragma/warn-universal
18749            - t/pragma/warn-util
18750            ! MANIFEST t/pragma/warning.t
18751 ____________________________________________________________________________
18752 [  1819] By: gsar                                  on 1998/09/23  06:08:46
18753         Log: make \(%foo) return refs to values (not copies of values)
18754              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
18755              Date: Fri, 28 Aug 1998 20:46:10 -0700 (PDT)
18756              Message-ID: <13799.30680.47765.352558@fre-76-120.reshall.berkeley.edu>
18757              --
18758              From: Roderick Schertler <roderick@argon.org>
18759              Date: Sat, 29 Aug 1998 00:58:33 -0400
18760              Message-ID: <29894.904366713@eeyore.ibcinc.com>
18761              Subject: Re: \(%x) problems
18762      Branch: perl
18763            ! doop.c pod/perlref.pod
18764 ____________________________________________________________________________
18765 [  1818] By: gsar                                  on 1998/09/23  06:05:08
18766         Log: make h2xs generate ANSI prototypes
18767      Branch: perl
18768            ! utils/h2xs.PL
18769 ____________________________________________________________________________
18770 [  1817] By: gsar                                  on 1998/09/23  05:57:16
18771         Log: updated usethreads hints for hpux 10.X
18772              From: Matthew T Harden <mthard@mthard1.monsanto.com>
18773              Date: Fri, 28 Aug 1998 14:10:42 GMT
18774              Message-Id: <199808281410.AA11058@mthard1.monsanto.com>
18775              Subject: Re: OK: perl 5.00502 on PA-RISC1.1-thread 10.20 (UNINSTALLED)
18776      Branch: perl
18777            ! hints/hpux.sh perl.h
18778 ____________________________________________________________________________
18779 [  1816] By: gsar                                  on 1998/09/23  05:53:31
18780         Log: don't create empty directories in installperl
18781              From: Robin Barker <rmb1@cise.npl.co.uk>
18782              Date: Fri, 21 Aug 1998 11:29:24 +0100 (BST)
18783              Message-Id: <199808211029.LAA00551@cyclone.cise.npl.co.uk>
18784              Subject: [PATCH 5.005_02] install: empty dirs
18785      Branch: perl
18786            ! installperl
18787 ____________________________________________________________________________
18788 [  1815] By: gsar                                  on 1998/09/23  05:50:36
18789         Log: make behavior of /(a{3})+/ like /(aaa)+/ w.r.t where it matches
18790              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18791              Date: Fri, 21 Aug 1998 05:41:02 -0400 (EDT)
18792              Message-Id: <199808210941.FAA16467@monk.mps.ohio-state.edu>
18793              Subject: Re: your mail
18794      Branch: perl
18795            ! regexec.c t/op/re_tests
18796 ____________________________________________________________________________
18797 [  1814] By: gsar                                  on 1998/09/23  05:45:17
18798         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
18799              Date: Thu, 20 Aug 1998 20:59:03 -0400
18800              Message-ID: <19980820205903.A12908@O2.chapin.edu>
18801              Subject: [PATCH] h2ph misquotes #error directives
18802      Branch: perl
18803            ! t/lib/h2ph.pht utils/h2ph.PL
18804 ____________________________________________________________________________
18805 [  1813] By: gsar                                  on 1998/09/23  05:42:41
18806         Log: patch to support computed regular subexpressions
18807              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18808              Date: Thu, 20 Aug 1998 15:19:50 -0400 (EDT)
18809              Message-Id: <199808201919.PAA04692@monk.mps.ohio-state.edu>
18810              Subject: [5.005_5* PATCH] Postponed RE - now!
18811      Branch: perl
18812            ! embedvar.h objXSUB.h pod/perlre.pod regcomp.c regexec.c
18813            ! t/op/pat.t t/op/re_tests thrdvar.h toke.c
18814 ____________________________________________________________________________
18815 [  1812] By: gsar                                  on 1998/09/23  05:26:26
18816         Log: better CR-handling on shebang line and in formats (fixed variant of
18817              patch suggested by Igor Sysoev <igor@nitek.ru>)
18818      Branch: perl
18819            ! perl.c toke.c
18820 ____________________________________________________________________________
18821 [  1811] By: gsar                                  on 1998/09/23  04:35:46
18822         Log: document non-loopish blocks better
18823              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
18824              Date: Tue, 18 Aug 1998 12:28:36 +0100
18825              Message-Id: <E0z8jwK-00057Z-00@ursa.cus.cam.ac.uk>
18826              Subject: Re: next in do {} while block gives error message
18827      Branch: perl
18828            ! pod/perlfunc.pod
18829 ____________________________________________________________________________
18830 [  1810] By: gsar                                  on 1998/09/23  04:12:05
18831         Log: fix bogus integerization of pop()'s return value
18832              From: Gurusamy Sarathy <gsar@engin.umich.edu>
18833              Date: Sat, 15 Aug 1998 23:27:54 -0400
18834              Message-Id: <199808160327.XAA05186@aatma.engin.umich.edu>
18835              Subject: Re: Complex expression does integer arithmetic 
18836      Branch: perl
18837            ! opcode.h opcode.pl
18838 ____________________________________________________________________________
18839 [  1809] By: gsar                                  on 1998/09/23  04:09:43
18840         Log: tweak README.win32
18841      Branch: perl
18842            ! README.win32
18843 ____________________________________________________________________________
18844 [  1808] By: gsar                                  on 1998/09/23  03:40:57
18845         Log: better diagnostic for do{} used as lvalue
18846      Branch: perl
18847            ! op.c pod/perlport.pod
18848 ____________________________________________________________________________
18849 [  1807] By: gsar                                  on 1998/09/23  03:38:30
18850         Log: enable PERL_SBRK_VIA_MALLOC on OPENSTEP-Mach
18851              From: hansm@icgroup.nl
18852              Date: Tue, 11 Aug 98 21:08:51 +0200
18853              Message-Id: <9808111907.AA21903@icgned.icgroup.nl>
18854              Subject: Not OK: perl 5.00551 on OPENSTEP-Mach 4_1 (UNINSTALLED)
18855      Branch: perl
18856            ! malloc.c
18857 ____________________________________________________________________________
18858 [  1806] By: gsar                                  on 1998/09/23  03:36:08
18859         Log: support make written in perl (aka "pmake") on win32
18860      Branch: perl
18861            ! lib/ExtUtils/MM_Win32.pm
18862 ____________________________________________________________________________
18863 [  1805] By: gsar                                  on 1998/09/23  03:30:07
18864         Log: fix mismatched UV/U32 types for to_utf8_*()
18865      Branch: perl
18866            ! utf8.c
18867 ____________________________________________________________________________
18868 [  1804] By: gsar                                  on 1998/09/23  03:22:22
18869         Log: From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
18870              Date: Sun, 9 Aug 1998 22:38:23 +0200
18871              Message-ID: <19980809223823.A215@cdata.tvnet.hu>
18872              Subject: [PATCH 5.5002] dos-djgpp update
18873      Branch: perl
18874            ! t/io/fs.t
18875 ____________________________________________________________________________
18876 [  1803] By: gsar                                  on 1998/09/23  03:20:13
18877         Log: apply minimal variant of patch (sent via private mail)
18878              From: jarkko.hietaniemi@research.nokia.com (Jarkko Hietaniemi)
18879              Date: Wed, 12 Aug 1998 15:42:35 +0300
18880              Message-Id: <199808121242.PAA29761@comanche.spices>
18881              Subject: [PATCH] 5.004_02 or 5.005_51: fix regexp and tr character ranges in non-ASCII lands
18882      Branch: perl
18883            ! MANIFEST perl.h pod/perllocale.pod pod/perlop.pod
18884            ! pod/perlre.pod regcomp.c t/pragma/locale.t toke.c
18885 ____________________________________________________________________________
18886 [  1802] By: gsar                                  on 1998/09/23  03:03:39
18887         Log: adjust searchdict.t for EBCDIC (still needs documenting)
18888              From: pvhp@forte.com (Peter Prymmer)
18889              Date: Thu, 6 Aug 98 18:09:39 PDT
18890              Message-Id: <9808070109.AA06158@forte.com>
18891              Subject: [PATCH 5.005_02-TRIAL2] potential modification to t/lib/searchdict.t
18892      Branch: perl
18893            ! README.os390 t/lib/searchdict.t
18894 ____________________________________________________________________________
18895 [  1801] By: gsar                                  on 1998/09/23  02:54:15
18896         Log: silence redefined warning for XS(INIT) {}
18897      Branch: perl
18898            ! op.c
18899 ____________________________________________________________________________
18900 [  1800] By: gsar                                  on 1998/09/23  02:42:23
18901         Log: support match indices via special variables @- and @+
18902              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18903              Date: Tue, 21 Jul 1998 23:00:35 -0400 (EDT)
18904              Message-Id: <199807220300.XAA16081@monk.mps.ohio-state.edu>
18905              Subject: [PATCH 5.004_76] @- and @+
18906      Branch: perl
18907            ! av.c embed.h global.sym gv.c mg.c objXSUB.h objpp.h perl.h
18908            ! pod/perlvar.pod proto.h regnodes.h sv.c t/op/pat.t toke.c
18909 ____________________________________________________________________________
18910 [  1799] By: gsar                                  on 1998/09/23  01:44:31
18911         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18912              Date: Tue, 11 Aug 1998 18:43:29 -0400 (EDT)
18913              Message-Id: <199808112243.SAA14243@monk.mps.ohio-state.edu>
18914              Subject: Re: Segmentation fault for /a*abc?xyz+pqr{3}ab{2,}xy{4,5}pq{0,6}AB{0,}zz/
18915      Branch: perl
18916            ! regcomp.c t/op/re_tests
18917 ____________________________________________________________________________
18918 [  1798] By: gsar                                  on 1998/09/23  01:39:23
18919         Log: integrate maint-5.005 changes (except conflicting change#1794)
18920      Branch: perl
18921            ! Changes
18922           !> objXSUB.h op.c pod/perlfunc.pod pp.c regcomp.c t/op/re_tests
18923           !> toke.c util.c win32/config.bc win32/config.gc win32/config.vc
18924           !> win32/win32.h
18925 ____________________________________________________________________________
18926 [  1797] By: gsar                                  on 1998/09/23  01:32:36
18927         Log: add note to win32/Makefile about setting CCHOME
18928      Branch: perl
18929            ! win32/Makefile win32/makefile.mk
18930 ____________________________________________________________________________
18931 [  1796] By: gsar                                  on 1998/09/23  01:31:32
18932         Log: perl.pod tweak
18933      Branch: perl
18934            ! pod/perl.pod
18935 ____________________________________________________________________________
18936 [  1795] By: gsar                                  on 1998/09/21  20:34:10
18937         Log: make xsubpp generate well-formed code with CAPI && !PERL_OBJECT
18938      Branch: perl
18939            ! lib/ExtUtils/xsubpp
18940 ____________________________________________________________________________
18941 [  1789] By: gsar                                  on 1998/09/18  18:01:37
18942         Log: delay freeing itervar so C<for $i (@a) { return($i) }> works
18943      Branch: perl
18944            ! cop.h t/cmd/for.t
18945 ____________________________________________________________________________
18946 [  1788] By: gsar                                  on 1998/09/17  02:19:11
18947         Log: resync win32/config.?c with Porting/config.sh to pick up apiversion
18948      Branch: perl
18949            ! win32/config.bc win32/config.gc win32/config.vc
18950 ____________________________________________________________________________
18951 [  1787] By: gsar                                  on 1998/09/17  01:45:14
18952         Log: suppress bogus warning on C<sub x {} x()>
18953      Branch: perl
18954            ! toke.c
18955 ____________________________________________________________________________
18956 [  1786] By: gsar                                  on 1998/09/17  01:42:51
18957         Log: ntohl typo in objXSUB.h
18958      Branch: perl
18959            ! objXSUB.h
18960 ____________________________________________________________________________
18961 [  1785] By: gsar                                  on 1998/09/17  01:41:48
18962         Log: fill gaps in sig_* entries in win32/config.?c
18963      Branch: perl
18964            ! win32/config.bc win32/config.gc win32/config.vc
18965 ____________________________________________________________________________
18966 [  1781] By: larry                                 on 1998/09/05  23:48:24
18967         Log: tr/// logic was hosed under utf8
18968      Branch: perl
18969            ! doop.c op.c op.h pp.c proto.h
18970 ____________________________________________________________________________
18971 [  1780] By: larry                                 on 1998/09/05  23:44:16
18972         Log: several new tests needed tweaking to work under utf8
18973      Branch: perl
18974            ! t/comp/require.t t/op/pack.t t/op/substr.t
18975 ____________________________________________________________________________
18976 [  1779] By: larry                                 on 1998/09/05  23:41:42
18977         Log: index() applied BM optimization to wrong argument
18978      Branch: perl
18979            ! op.c util.c
18980 ____________________________________________________________________________
18981 [  1778] By: larry                                 on 1998/09/05  23:38:29
18982         Log: Implicit require during compile reset line numbering
18983      Branch: perl
18984            ! pp_ctl.c
18985
18986 ----------------
18987 Version 5.005_51
18988 ----------------
18989
18990 ____________________________________________________________________________
18991 [  1777] By: gsar                                  on 1998/08/10  07:02:38
18992         Log: various tweaks: fix signed vs. unsigned problems that prevented C++
18993              builds; add sundry PERL_OBJECT scaffolding to get it to build; fix
18994              lexical warning testsuite for win32
18995      Branch: perl
18996            ! Changes doop.c embed.h global.sym objXSUB.h objpp.h op.c
18997            ! pod/perlhist.pod pp.c pp_hot.c proto.h regcomp.c regexec.c
18998            ! sv.c t/pragma/warn-doio t/pragma/warn-mg t/pragma/warn-op
18999            ! t/pragma/warn-regexec toke.c utf8.c win32/GenCAPI.pl
19000            ! win32/Makefile win32/makefile.mk
19001 ____________________________________________________________________________
19002 [  1776] By: gsar                                  on 1998/08/09  17:53:48
19003         Log: fix coredump with MULTIPLICITY (ckWARN() needs early curcop init)
19004      Branch: perl
19005            ! Changes MANIFEST perl.c pod/perlhist.pod
19006 ____________________________________________________________________________
19007 [  1775] By: gsar                                  on 1998/08/09  14:35:33
19008         Log: tweak warning test
19009      Branch: perl
19010            ! t/pragma/warn-toke
19011 ____________________________________________________________________________
19012 [  1774] By: gsar                                  on 1998/08/09  14:13:46
19013         Log: add missing dTHR; notes for test failures due to small stacksize
19014      Branch: perl
19015            ! doio.c gv.c op.c sv.c t/pragma/warn-mg t/pragma/warn-regexec
19016            ! toke.c universal.c util.c
19017 ____________________________________________________________________________
19018 [  1773] By: gsar                                  on 1998/08/09  11:31:53
19019         Log: lexical warnings; tweaks to places that didn't apply correctly
19020              From:    pmarquess@bfsec.bt.co.uk (Paul Marquess)
19021              Date:    Wed, 29 Jul 1998 09:28:45 BST
19022              Message-Id: <9807290828.AA26286@claudius.bfsec.bt.co.uk>
19023              Subject: lexical warnings patch for 5.005_50
19024      Branch: perl
19025            + README.lexwarn lib/warning.pm t/pragma/warn-2use
19026            + t/pragma/warn-3both t/pragma/warn-4lint t/pragma/warn-5nolint
19027            + t/pragma/warn-doio t/pragma/warn-gv t/pragma/warn-mg
19028            + t/pragma/warn-op t/pragma/warn-perl t/pragma/warn-perly
19029            + t/pragma/warn-pp t/pragma/warn-pp_ctl t/pragma/warn-pp_hot
19030            + t/pragma/warn-pp_sys t/pragma/warn-regcomp
19031            + t/pragma/warn-regexec t/pragma/warn-sv t/pragma/warn-taint
19032            + t/pragma/warn-toke t/pragma/warn-universal t/pragma/warn-util
19033            + warning.h warning.pl
19034            ! Changes MANIFEST Makefile.SH cop.h doio.c global.sym gv.c
19035            ! lib/diagnostics.pm mg.c op.c op.h perl.c perl.h pp.c pp_ctl.c
19036            ! pp_hot.c pp_sys.c proto.h regcomp.c regexec.c sv.c t/op/tie.t
19037            ! t/pragma/warn-1global t/pragma/warning.t taint.c toke.c
19038            ! universal.c util.c
19039 ____________________________________________________________________________
19040 [  1772] By: gsar                                  on 1998/08/08  23:06:00
19041         Log: bump patchlevel to 5.005_51
19042      Branch: perl
19043            ! patchlevel.h win32/Makefile win32/config_H.bc
19044            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
19045 ____________________________________________________________________________
19046 [  1771] By: gsar                                  on 1998/08/08  23:01:57
19047         Log: fix bogus warning on "\x{123}"
19048              From: pmarquess@claudius.bfsec.bt.co.uk (Paul Marquess)
19049              Date: Mon, 27 Jul 1998 06:16:15 +0100 (BST)
19050              Message-Id: <9807270534.AA11102@claudius.bfsec.bt.co.uk>
19051              Subject: [5.005_50 PATCH] Some unicode problems
19052      Branch: perl
19053            ! regcomp.c toke.c
19054 ____________________________________________________________________________
19055 [  1770] By: gsar                                  on 1998/08/08  22:56:55
19056         Log: hide dup symbol for static build of ext/re
19057              From: Dominic Dunlop <domo@ppp72.vo.lu>
19058              Date: Wed, 29 Jul 1998 11:09:56 +0100 (WET DST)
19059              Message-Id: <199807291009.LAA08935@ppp72.vo.lu>
19060              Subject: Not OK: perl 5.00550 on powerpc-machten 4.1 [BOGUS PATCH]
19061      Branch: perl
19062            ! regcomp.c
19063 ____________________________________________________________________________
19064 [  1769] By: gsar                                  on 1998/08/08  22:45:06
19065         Log: fix double free on -Mutf8 -e '$b=uc("")'
19066              From: larry@wall.org (Larry Wall)
19067              Date: Fri, 7 Aug 1998 14:42:43 -0700
19068              Message-Id: <199808072142.OAA14920@wall.org>
19069              Subject: [PATCH 5.005_50]: uc("") and lc("") under utf8 fails
19070      Branch: perl
19071            ! pp.c
19072 ____________________________________________________________________________
19073 [  1768] By: gsar                                  on 1998/08/08  22:42:29
19074         Log: substr() assumes utf8 without say-so
19075              From: larry@wall.org (Larry Wall)
19076              Date: Fri, 7 Aug 1998 12:25:12 -0700
19077              Message-Id: <199808071925.MAA13436@wall.org>
19078              Subject: [PATCH 5.005_50] substr bug?
19079      Branch: perl
19080            ! pp.c
19081 ____________________________________________________________________________
19082 [  1767] By: gsar                                  on 1998/08/08  22:38:25
19083         Log: fix intolerance of SWASHes for blank lines
19084              From: Gisle Aas <aas@sn.no>
19085              Date: 06 Aug 1998 23:28:57 +0200
19086              Message-ID: <m3emutkdeu.fsf@furu.g.aas.no>
19087              Subject: Re: Re[2]: another joyride begins
19088      Branch: perl
19089            ! lib/utf8_heavy.pl
19090 ____________________________________________________________________________
19091 [  1766] By: gsar                                  on 1998/08/08  22:33:10
19092         Log: utf8 doc tweak
19093              From: Gisle Aas <aas@sn.no>
19094              Date: 05 Aug 1998 00:41:04 +0200
19095              Message-ID: <m3yat4wetb.fsf@furu.g.aas.no>
19096              Subject: Matching clumps
19097      Branch: perl
19098            ! lib/utf8.pm
19099 ____________________________________________________________________________
19100 [  1765] By: gsar                                  on 1998/08/08  22:31:37
19101         Log: kill bogus warning from -we 'use utf8; $_="\x{FF}"'
19102              From: Gisle Aas <aas@sn.no>
19103              Date: 04 Aug 1998 22:56:11 +0200
19104              Message-ID: <m3yat4sbys.fsf@furu.g.aas.no>
19105              Subject: Re: another joyride begins
19106      Branch: perl
19107            ! lib/utf8_heavy.pl
19108 ____________________________________________________________________________
19109 [  1764] By: gsar                                  on 1998/08/08  22:28:43
19110         Log: From: larry@wall.org (Larry Wall)
19111              Date: Tue, 4 Aug 1998 17:04:51 -0700
19112              Message-Id: <199808050004.RAA22592@wall.org>
19113              Subject: [PATCH 5.005_50] \pX not implemented!
19114      Branch: perl
19115            ! regcomp.c
19116 ____________________________________________________________________________
19117 [  1763] By: gsar                                  on 1998/08/08  22:27:15
19118         Log: From: Stephen McCamant <alias@mcs.com>
19119              Date: Sun,  2 Aug 1998 16:33:18 -0500 (CDT)
19120              Message-ID: <13764.55116.921952.837027@alias-2.pr.mcs.net>
19121              Subject: [PATCH] Eliminate superfluous RV2p[AH]Vs in oops[AH]V()
19122      Branch: perl
19123            ! op.c
19124 ____________________________________________________________________________
19125 [  1762] By: gsar                                  on 1998/08/08  22:26:09
19126         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
19127              Date: Sun, 2 Aug 1998 22:05:28 +0300 (EET DST)
19128              Message-Id: <199808021905.WAA10592@alpha.hut.fi>
19129              Subject: [PATCH] 5.005_02-TRIAL1 or 5.004_05-MAINT_TRIAL_5: t/op/{pw,gr}ent.t
19130      Branch: perl
19131            + t/op/grent.t t/op/pwent.t
19132            ! MANIFEST
19133 ____________________________________________________________________________
19134 [  1761] By: gsar                                  on 1998/08/08  22:21:52
19135         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19136              Date: Thu, 30 Jul 1998 19:23:56 -0400 (EDT)
19137              Message-Id: <199807302323.TAA21175@monk.mps.ohio-state.edu>
19138              Subject: [5.005_50 PATCH] misprint in RE engine
19139      Branch: perl
19140            ! regexec.c t/op/re_tests
19141 ____________________________________________________________________________
19142 [  1760] By: gsar                                  on 1998/08/08  22:18:54
19143         Log: integrate maint-5.005 changes into mainline
19144      Branch: perl
19145           +> Porting/fixCORE README.os390 ebcdic.c win32/des_fcrypt.patch
19146           !> (integrate 138 files)
19147 ____________________________________________________________________________
19148 [  1672] By: gsar                                  on 1998/07/27  18:35:28
19149         Log: create new Changes
19150      Branch: perl
19151            + Changes
19152            ! Changes5.005 MANIFEST
19153 ____________________________________________________________________________
19154 [  1671] By: gsar                                  on 1998/07/27  18:30:57
19155         Log: rename Changes --> Changes5.005
19156      Branch: perl
19157           +> Changes5.005
19158            - Changes
19159 ____________________________________________________________________________
19160 [  1670] By: gsar                                  on 1998/07/27  18:10:14
19161         Log: integrate 5.005_01 changes from maint
19162      Branch: perl
19163            ! Changes
19164           !> README.win32 pod/perldelta.pod proto.h toke.c win32/GenCAPI.pl
19165           !> win32/win32.c
19166 ____________________________________________________________________________
19167 [  1667] By: nick                                  on 1998/07/26  14:31:01
19168         Log: Add dTHR so that it compiles miniperl in threaded mode
19169      Branch: perl
19170            ! doop.c mg.c regcomp.c regexec.c
19171 ____________________________________________________________________________
19172 [  1666] By: nick                                  on 1998/07/26  13:01:10
19173         Log: Resolve ansiperl against mainline (@1648?)
19174              Unclear that change number has "taken".
19175      Branch: ansiperl
19176           +> (branch 169 files)
19177            - ObjXSub.h XSLock.h compat3.sym fixvars pod/perld4.pod
19178           !> (integrate 131 files)
19179
19180 ----------------
19181 Version 5.005_50
19182 ----------------
19183
19184 ____________________________________________________________________________
19185 [  1665] By: gsar                                  on 1998/07/26  05:38:48
19186         Log: add trailing newline to file
19187      Branch: perl
19188            ! Changes lib/unicode/blocks.txt
19189 ____________________________________________________________________________
19190 [  1664] By: gsar                                  on 1998/07/26  05:08:48
19191         Log: integrate proto.h additions from maint-5.005
19192      Branch: perl
19193           !> pod/perlhist.pod proto.h
19194 ____________________________________________________________________________
19195 [  1663] By: gsar                                  on 1998/07/26  05:07:05
19196         Log: add new files to MANIFEST; add missing prototypes to proto.h;
19197              s/PL_utf8skip/utf8skip/ for now, or we end up with Perl_PL_;
19198              add typecasts to silence warnings; tweaks for win32 builds
19199      Branch: perl
19200            ! MANIFEST embed.h global.sym proto.h regexec.c toke.c utf8.h
19201            ! win32/Makefile win32/makefile.mk
19202 ____________________________________________________________________________
19203 [  1662] By: gsar                                  on 1998/07/26  05:01:52
19204         Log: add missing sv_*_mg() prototypes in proto.h, update perlhist.pod
19205      Branch: maint-5.005/perl
19206            ! pod/perlhist.pod proto.h
19207 ____________________________________________________________________________
19208 [  1661] By: gsar                                  on 1998/07/26  02:52:48
19209         Log: up patchlevel to 5.005_50
19210      Branch: perl
19211            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
19212            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
19213 ____________________________________________________________________________
19214 [  1660] By: gsar                                  on 1998/07/26  02:43:57
19215         Log: integrate utfperl
19216      Branch: perl
19217           +> (branch 162 files)
19218           !> (integrate 29 files)
19219 ____________________________________________________________________________
19220 [  1659] By: gsar                                  on 1998/07/26  02:38:22
19221         Log: integrate maint-5.005 changes
19222      Branch: perl
19223           !> Changes README.vms djgpp/fixpmain emacs/ptags hints/beos.sh
19224           !> lib/Math/BigInt.pm pod/perldelta.pod pod/perlmodinstall.pod
19225           !> pod/perltoc.pod pp_sys.c t/lib/bigintpm.t
19226           !> vms/descrip_mms.template vms/subconfigure.com
19227 ____________________________________________________________________________
19228 [  1658] By: gsar                                  on 1998/07/26  02:23:46
19229         Log: VMS patches from Dan Sugalski <sugalskd@osshe.edu>
19230              Date: Fri, 24 Jul 1998 11:38:25 -0700
19231              Message-Id: <3.0.5.32.19980724113825.00a067b0@ous.edu>
19232              Subject: [PATCH 5.005] version number problem with VMS (Corrected)
19233              --
19234              Date: Fri, 24 Jul 1998 12:30:36 -0700
19235              Message-Id: <3.0.5.32.19980724123036.009f0390@ous.edu>
19236              Subject: [PATCH 5.005]Tweaks to README.vms
19237              --
19238              Date: Sat, 25 Jul 1998 17:56:55 -0700 (PDT)
19239              Message-ID: <Pine.GSO.3.96.980725175626.15740D-100000@netserve.ous.edu>
19240              Subject: [PATCH 5.005] Final build cleanup patch
19241      Branch: maint-5.005/perl
19242            ! README.vms vms/descrip_mms.template vms/subconfigure.com
19243 ____________________________________________________________________________
19244 [  1657] By: gsar                                  on 1998/07/26  02:19:50
19245         Log: another platform where pp_sselect() needs a whole fd_set buffer
19246              From: Lupe Christoph <lupe@alanya.m.isar.de>
19247              Date: Sat, 25 Jul 1998 19:49:33 +0200 (MET DST)
19248              Message-Id: <199807251749.TAA22347@alanya.m.isar.de>
19249              Subject: Patch for Not OK: perl 5.005 on i86pc-solaris-thread 2.6
19250      Branch: maint-5.005/perl
19251            ! pp_sys.c
19252 ____________________________________________________________________________
19253 [  1656] By: gsar                                  on 1998/07/26  02:12:46
19254         Log: fix problem building modules on dos-djgpp
19255              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
19256              Date: Sat, 25 Jul 1998 00:53:39 +0200
19257              Message-ID: <19980725005339.C222@cdata.tvnet.hu>
19258              Subject: [PATCH 5.005] dos-djgpp and modules problem
19259      Branch: maint-5.005/perl
19260            ! djgpp/fixpmain
19261 ____________________________________________________________________________
19262 [  1655] By: gsar                                  on 1998/07/26  02:11:09
19263         Log: From: Tom Spindler <dogcow@home.merit.edu>
19264              Date: Wed, 22 Jul 1998 16:11:07 -0400
19265              Message-ID: <19980722161107.A16813@home.merit.edu>
19266              Subject: [PATCH 5.005] BeOS tweak
19267      Branch: maint-5.005/perl
19268            ! hints/beos.sh
19269 ____________________________________________________________________________
19270 [  1654] By: gsar                                  on 1998/07/26  02:09:29
19271         Log: various pod tweaks
19272      Branch: maint-5.005/perl
19273            ! Changes pod/perldelta.pod pod/perlmodinstall.pod
19274            ! pod/perltoc.pod
19275 ____________________________________________________________________________
19276 [  1653] By: gsar                                  on 1998/07/26  02:05:46
19277         Log: fix emacs/ptags for PL_* changes
19278              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19279              Date: Fri, 24 Jul 1998 03:12:35 -0400 (EDT)
19280              Message-Id: <199807240712.DAA04204@monk.mps.ohio-state.edu>
19281              Subject: [PATCH 5.004_76] Yet better ptags
19282      Branch: maint-5.005/perl
19283            ! emacs/ptags
19284 ____________________________________________________________________________
19285 [  1652] By: gsar                                  on 1998/07/26  02:03:01
19286         Log: fix behavior of <=> on bigints
19287              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
19288              Message-Id: <E0yzlfF-0004kz-00@taurus.cus.cam.ac.uk>
19289              Date: Fri, 24 Jul 1998 18:29:53 +0100
19290              Subject: [PATCH] Re: Math::BigInt <=> op is not correct.
19291      Branch: maint-5.005/perl
19292            ! lib/Math/BigInt.pm t/lib/bigintpm.t
19293 ____________________________________________________________________________
19294 [  1651] By: larry                                 on 1998/07/24  05:44:33
19295         Log: Here are the long-expected Unicode/UTF-8 modifications.
19296      Branch: utfperl
19297            + lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
19298            + lib/unicode/Bidirectional.pl lib/unicode/Block.pl
19299            + lib/unicode/Category.pl lib/unicode/CombiningClass.pl
19300            + lib/unicode/Decomposition.pl
19301            + lib/unicode/In/AlphabeticPresentationForms.pl
19302            + lib/unicode/In/Arabic.pl
19303            + lib/unicode/In/ArabicPresentationForms-A.pl
19304            + lib/unicode/In/ArabicPresentationForms-B.pl
19305            + lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
19306            + lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
19307            + lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
19308            + lib/unicode/In/BoxDrawing.pl
19309            + lib/unicode/In/CJKCompatibility.pl
19310            + lib/unicode/In/CJKCompatibilityForms.pl
19311            + lib/unicode/In/CJKCompatibilityIdeographs.pl
19312            + lib/unicode/In/CJKSymbolsandPunctuation.pl
19313            + lib/unicode/In/CJKUnifiedIdeographs.pl
19314            + lib/unicode/In/CombiningDiacriticalMarks.pl
19315            + lib/unicode/In/CombiningHalfMarks.pl
19316            + lib/unicode/In/CombiningMarksforSymbols.pl
19317            + lib/unicode/In/ControlPictures.pl
19318            + lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
19319            + lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
19320            + lib/unicode/In/EnclosedAlphanumerics.pl
19321            + lib/unicode/In/EnclosedCJKLettersandMonths.pl
19322            + lib/unicode/In/GeneralPunctuation.pl
19323            + lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
19324            + lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
19325            + lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
19326            + lib/unicode/In/HalfwidthandFullwidthForms.pl
19327            + lib/unicode/In/HangulCompatibilityJamo.pl
19328            + lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
19329            + lib/unicode/In/Hebrew.pl
19330            + lib/unicode/In/HighPrivateUseSurrogates.pl
19331            + lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
19332            + lib/unicode/In/IPAExtensions.pl lib/unicode/In/Kanbun.pl
19333            + lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
19334            + lib/unicode/In/Lao.pl lib/unicode/In/Latin-1Supplement.pl
19335            + lib/unicode/In/LatinExtended-A.pl
19336            + lib/unicode/In/LatinExtended-B.pl
19337            + lib/unicode/In/LatinExtendedAdditional.pl
19338            + lib/unicode/In/LetterlikeSymbols.pl
19339            + lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
19340            + lib/unicode/In/MathematicalOperators.pl
19341            + lib/unicode/In/MiscellaneousSymbols.pl
19342            + lib/unicode/In/MiscellaneousTechnical.pl
19343            + lib/unicode/In/NumberForms.pl
19344            + lib/unicode/In/OpticalCharacterRecognition.pl
19345            + lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
19346            + lib/unicode/In/SmallFormVariants.pl
19347            + lib/unicode/In/SpacingModifierLetters.pl
19348            + lib/unicode/In/Specials.pl
19349            + lib/unicode/In/SuperscriptsandSubscripts.pl
19350            + lib/unicode/In/Tamil.pl lib/unicode/In/Telugu.pl
19351            + lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
19352            + lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
19353            + lib/unicode/Is/BidiAN.pl lib/unicode/Is/BidiB.pl
19354            + lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiEN.pl
19355            + lib/unicode/Is/BidiES.pl lib/unicode/Is/BidiET.pl
19356            + lib/unicode/Is/BidiL.pl lib/unicode/Is/BidiON.pl
19357            + lib/unicode/Is/BidiR.pl lib/unicode/Is/BidiS.pl
19358            + lib/unicode/Is/BidiWS.pl lib/unicode/Is/C.pl
19359            + lib/unicode/Is/Cc.pl lib/unicode/Is/Cn.pl lib/unicode/Is/Co.pl
19360            + lib/unicode/Is/DCcircle.pl lib/unicode/Is/DCcompat.pl
19361            + lib/unicode/Is/DCfinal.pl lib/unicode/Is/DCfont.pl
19362            + lib/unicode/Is/DCinital.pl lib/unicode/Is/DCinitial.pl
19363            + lib/unicode/Is/DCisolated.pl lib/unicode/Is/DCnarrow.pl
19364            + lib/unicode/Is/DCnoBreak.pl lib/unicode/Is/DCsmall.pl
19365            + lib/unicode/Is/DCsquare.pl lib/unicode/Is/DCsub.pl
19366            + lib/unicode/Is/DCsuper.pl lib/unicode/Is/DCvertical.pl
19367            + lib/unicode/Is/DCwide.pl lib/unicode/Is/DecoCanon.pl
19368            + lib/unicode/Is/DecoCompat.pl lib/unicode/Is/Digit.pl
19369            + lib/unicode/Is/L.pl lib/unicode/Is/Ll.pl lib/unicode/Is/Lm.pl
19370            + lib/unicode/Is/Lo.pl lib/unicode/Is/Lower.pl
19371            + lib/unicode/Is/Lt.pl lib/unicode/Is/Lu.pl lib/unicode/Is/M.pl
19372            + lib/unicode/Is/Mc.pl lib/unicode/Is/Mirrored.pl
19373            + lib/unicode/Is/Mn.pl lib/unicode/Is/N.pl lib/unicode/Is/Nd.pl
19374            + lib/unicode/Is/No.pl lib/unicode/Is/P.pl lib/unicode/Is/Pd.pl
19375            + lib/unicode/Is/Pe.pl lib/unicode/Is/Po.pl
19376            + lib/unicode/Is/Print.pl lib/unicode/Is/Ps.pl
19377            + lib/unicode/Is/S.pl lib/unicode/Is/Sc.pl lib/unicode/Is/Sm.pl
19378            + lib/unicode/Is/So.pl lib/unicode/Is/Space.pl
19379            + lib/unicode/Is/Upper.pl lib/unicode/Is/Z.pl
19380            + lib/unicode/Is/Zl.pl lib/unicode/Is/Zp.pl lib/unicode/Is/Zs.pl
19381            + lib/unicode/JamoShort.pl lib/unicode/Makefile
19382            + lib/unicode/Name.pl lib/unicode/Number.pl
19383            + lib/unicode/To/Digit.pl lib/unicode/To/Lower.pl
19384            + lib/unicode/To/Title.pl lib/unicode/To/Upper.pl
19385            + lib/unicode/UnicodeData-Latest.txt lib/unicode/arabshp.txt
19386            + lib/unicode/blocks.txt lib/unicode/index2.txt
19387            + lib/unicode/jamo2.txt lib/unicode/mktables.PL
19388            + lib/unicode/names2.txt lib/unicode/props2.txt
19389            + lib/unicode/readme.txt lib/utf8.pm lib/utf8_heavy.pl t/UTEST
19390            + utf8.c utf8.h
19391            ! Makefile.SH doop.c embed.h embedvar.h global.sym handy.h mg.c
19392            ! op.c op.h perl.h perlvars.h pod/perlfunc.pod pod/perlop.pod
19393            ! pod/perlre.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
19394            ! regcomp.h regcomp.sym regexec.c regexp.h regnodes.h sv.c
19395            ! t/op/vec.t toke.c util.c vms/vmsish.h
19396 ____________________________________________________________________________
19397 [  1650] By: gsar                                  on 1998/07/24  04:06:48
19398         Log: create utfperl branch
19399      Branch: utfperl
19400           +> (branch 1079 files)
19401 ____________________________________________________________________________
19402 [  1649] By: gsar                                  on 1998/07/24  03:56:56
19403         Log: create maint-5.005 branch
19404      Branch: maint-5.005/perl
19405           +> (branch 1079 files)
19406 ____________________________________________________________________________
19407 [  1648] By: gsar                                  on 1998/07/24  03:36:35
19408         Log: un-checked-in 5.005 Changes  (this is 5.005 *exactly*)
19409      Branch: perl
19410            ! Changes
19411