Put back the cygwin32 Configure fix of 3582 undone by 3597.
[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       <molnarl@cdata.tvnet.hu>
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@umich.edu>
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_58        Development release working toward 5.006
79 ----------------
80
81 ____________________________________________________________________________
82 [  3592] By: jhi                                   on 1999/07/05  17:17:22
83         Log: AIX threaded build, plus few more on the side.
84      Branch: cfgperl
85            ! embed.h embed.pl ext/DynaLoader/dl_aix.xs
86            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
87            ! ext/DynaLoader/dl_vms.xs hints/aix.sh objXSUB.h perl.h
88            ! perl_exp.SH pp_ctl.c proto.h toke.c util.c
89 ____________________________________________________________________________
90 [  3591] By: gsar                                  on 1999/07/05  16:52:34
91         Log: "\e" and "\a" didn't produce right escape under EBCDIC
92              From: pvhp@forte.com (Peter Prymmer)
93              Date: Fri, 4 Jun 99 12:00:27 PDT
94              Message-Id: <9906041900.AA28387@forte.com>
95              Subject: [PATCH 5.005_57]lingering ASCIIism in tokener
96      Branch: perl
97            ! toke.c
98 ____________________________________________________________________________
99 [  3590] By: gsar                                  on 1999/07/05  16:40:01
100         Log: s/scalar ref constructor/single ref constructor/ (suggested
101              by Stephen McCamant)
102      Branch: perl
103            ! opcode.h opcode.pl
104 ____________________________________________________________________________
105 [  3589] By: gsar                                  on 1999/07/05  16:34:06
106         Log: no such thing as gdbm_clearerr() (from Andy Dougherty)
107      Branch: perl
108            ! ext/GDBM_File/GDBM_File.xs
109 ____________________________________________________________________________
110 [  3588] By: gsar                                  on 1999/07/05  16:29:39
111         Log: allow C<-foo> under C<use integer> (behavior of C<-$string>
112              is unchanged still)
113      Branch: perl
114            ! op.c
115 ____________________________________________________________________________
116 [  3587] By: jhi                                   on 1999/07/05  10:31:43
117         Log: Make perl_exp.SH smarter about what to include and what to exclude.
118      Branch: cfgperl
119            ! perl_exp.SH
120 ____________________________________________________________________________
121 [  3586] By: jhi                                   on 1999/07/05  09:29:31
122         Log: Remove unnecessary and extraneous my $i = 0.
123      Branch: cfgperl
124            ! bytecode.pl
125 ____________________________________________________________________________
126 [  3585] By: jhi                                   on 1999/07/05  07:28:59
127         Log: Integrate with mainperl.
128      Branch: cfgperl
129           !> (integrate 30 files)
130 ____________________________________________________________________________
131 [  3584] By: gsar                                  on 1999/07/05  05:36:28
132         Log: From: Vishal Bhatia <vishalb@hotmail.com>
133              Date: Thu, 03 Jun 1999 00:57:48 PDT
134              Message-ID: <19990603075749.86665.qmail@hotmail.com>
135              Subject: Re: [PATCH 5.005_57] pp_sort sorted out
136      Branch: perl
137            ! ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
138 ____________________________________________________________________________
139 [  3583] By: gsar                                  on 1999/07/05  05:31:19
140         Log: suppress fancy display when in verbose mode (suggested by
141              Paul Johnson <pjcj@transeda.com>)
142      Branch: perl
143            ! lib/Test/Harness.pm
144 ____________________________________________________________________________
145 [  3582] By: gsar                                  on 1999/07/05  05:17:12
146         Log: cygwin32 update
147              From: "Fifer, Eric" <EFifer@sanwaint.com>
148              Date:  Wed, 2 Jun 1999 15:16:05 +0100
149              Message-Id:  <71E287AB0D94D111BBD600600849EC8185EDD9@POST>
150              Subject:  [ID 19990602.003] perl5.005_03 (CORE) cygwin32 port
151      Branch: perl
152            ! Configure Makefile.SH README.cygwin32 cygwin32/Makefile.SHs
153            ! cygwin32/build-instructions.READFIRST
154            ! cygwin32/build-instructions.charles-wilson
155            ! cygwin32/build-instructions.sebastien-barre
156            ! cygwin32/build-instructions.steven-morlock
157            ! cygwin32/build-instructions.steven-morlock2 doio.c dosish.h
158            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs hints/cygwin32.sh
159            ! lib/Cwd.pm lib/ExtUtils/MM_Cygwin.pm perl.h pp_hot.c
160            ! t/op/magic.t util.c
161 ____________________________________________________________________________
162 [  3581] By: gsar                                  on 1999/07/05  02:46:18
163         Log: NeXT doesn't have FD_CLOEXEC (suggested by Hans Mulder)
164      Branch: perl
165            ! util.c
166 ____________________________________________________________________________
167 [  3580] By: gsar                                  on 1999/07/05  02:38:03
168         Log: From: "Ed Peschko" <ed_peschko@csgsystems.com>
169              Date: Mon, 31 May 1999 18:18:13 -0600
170              Message-ID: <19990601001813.AAA17834@csgsystems.com>
171              Subject: [ PATCH perl5.005_57 ] new perlcc + regression tests
172      Branch: perl
173            ! t/TEST t/UTEST t/harness utils/perlcc.PL
174 ____________________________________________________________________________
175 [  3579] By: gsar                                  on 1999/07/05  01:20:58
176         Log: compatibility tweak for Class::Struct
177      Branch: perl
178            ! lib/Class/Struct.pm
179 ____________________________________________________________________________
180 [  3578] By: jhi                                   on 1999/07/04  23:26:01
181         Log: Miscellaneus AIX fixes + SOCKS support.
182      Branch: cfgperl
183            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
184            ! Porting/config_H config_h.SH doio.c ext/Socket/Socket.xs
185            ! hints/aix.sh pp_sys.c
186 ____________________________________________________________________________
187 [  3577] By: gsar                                  on 1999/07/04  23:07:39
188         Log: test tweak
189      Branch: perl
190            ! t/io/openpid.t
191 ____________________________________________________________________________
192 [  3576] By: jhi                                   on 1999/07/04  22:39:23
193         Log: Integrate with mainperl.
194      Branch: cfgperl
195           +> t/io/openpid.t
196            - win32/perlhost.h
197           !> (integrate 51 files)
198 ____________________________________________________________________________
199 [  3575] By: jhi                                   on 1999/07/04  22:26:48
200         Log: Added 64-bit support for AIX 4.3 or better
201              based on Martin H. Rusoff's observations.
202      Branch: cfgperl
203            ! Configure config_h.SH hints/aix.sh
204 ____________________________________________________________________________
205 [  3574] By: jhi                                   on 1999/07/04  21:34:47
206         Log: Do not throw away gccvers compilation errors.
207              From: Andy Dougherty <doughera@lafayette.edu>
208              To: Ron Seguin <rseguin@on.bell.ca>
209              Cc: Perl Porters <perl5-porters@perl.org>
210              Subject: [PATCH] Re: [ID 19990625.011]  WHOA There
211              Date: Mon, 28 Jun 1999 12:36:38 -0400 (EDT)
212              Message-Id: <Pine.GSU.4.05.9906281230100.6265-100000@newton.phys>
213      Branch: cfgperl
214            ! Configure config_h.SH
215 ____________________________________________________________________________
216 [  3573] By: gsar                                  on 1999/07/04  21:10:32
217         Log: adapted suggested tests for addition to testsuite
218              From: RonaldWS@aol.com
219              Date:  Sun, 30 May 1999 16:27:28 EDT
220              Message-Id:  <25cd799f.2482f930@aol.com>
221              Subject: [19990530.007] Open with pipe | does not return pid under win32
222      Branch: perl
223            + t/io/openpid.t
224            ! MANIFEST win32/win32.c
225 ____________________________________________________________________________
226 [  3572] By: gsar                                  on 1999/07/04  20:29:32
227         Log: perl_run() should call my_exit(0) for normal completion
228      Branch: perl
229            ! perl.c
230 ____________________________________________________________________________
231 [  3571] By: jhi                                   on 1999/07/04  20:10:44
232         Log: Add test for change #3568 plus general cleanup.
233      Branch: cfgperl
234            ! t/pragma/locale.t
235 ____________________________________________________________________________
236 [  3570] By: gsar                                  on 1999/07/04  20:03:21
237         Log: make overload, Data::Dumper, and dumpvar understand qr// stringify
238              overloading
239      Branch: perl
240            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
241            ! lib/Dumpvalue.pm lib/dumpvar.pl lib/overload.pm pp_ctl.c
242 ____________________________________________________________________________
243 [  3569] By: gsar                                  on 1999/07/04  18:04:48
244         Log: make AIX dynaloading work when libperl is shared (and thus under
245              mod_perl etc.)
246              From: Jens-Uwe Mager <jum@helios.de>
247              Date:  Sat, 29 May 1999 17:09:52 +0200
248              Message-Id:  <199905291509.RAA43978@ans.helios.de>
249              Subject: [19990529.002] DynaLoader does not work properly if perl is not the main program (AIX)
250      Branch: perl
251            ! ext/DynaLoader/dl_aix.xs
252 ____________________________________________________________________________
253 [  3568] By: jhi                                   on 1999/07/04  14:54:23
254         Log: pp_lc/pp_lcfirst/pp_quotemeta/pp_uc/pp_ucfirst were not calling mg_set().
255              This resulted for example in the 'o' magic not being cleared by
256              magic_setcollxfrm(), which resulted in strange cmp results.
257              The bug was reported originally in the message
258              Subject: Bug with locale
259              From: Jan Starzynski <jan@planet.de> 
260              To: perlbug@perl.com 
261              Date: Fri, 09 Apr 1999 13:23:07 +0200 
262              Message-ID: <370DE31B.DAEE1332@planet.de> 
263      Branch: cfgperl
264            ! pp.c
265 ____________________________________________________________________________
266 [  3567] By: gsar                                  on 1999/07/04  02:38:34
267         Log: remove misleading info on defined(&func), unclutter deprecation
268              about defined(@array)
269      Branch: perl
270            ! op.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
271            ! t/pragma/warn/op
272 ____________________________________________________________________________
273 [  3566] By: gsar                                  on 1999/07/04  01:46:31
274         Log: From: jan.dubois@ibm.net (Jan Dubois)
275              Date: Wed, 26 May 1999 22:07:17 +0200
276              Message-ID: <374c53ac.10322322@smtp1.ibm.net>
277              Subject: [PATCH 5.005_57] MINGW32 and EGCS 1.1.2 support
278      Branch: perl
279            ! Changes win32/win32.c win32/win32.h
280 ____________________________________________________________________________
281 [  3565] By: gsar                                  on 1999/07/04  01:26:02
282         Log: newer version of perlxstut from Jeff Okamoto (slightly edited
283              for win32 issues)
284      Branch: perl
285            ! pod/perlxstut.pod
286 ____________________________________________________________________________
287 [  3564] By: gsar                                  on 1999/07/02  03:09:04
288         Log: avoid warnings
289      Branch: perl
290            ! ext/Thread/Thread/Specific.pm lib/fields.pm
291 ____________________________________________________________________________
292 [  3563] By: gsar                                  on 1999/06/28  19:23:47
293         Log: inc version (for CPAN.pm sanity)
294      Branch: perl
295            ! lib/Text/ParseWords.pm
296 ____________________________________________________________________________
297 [  3562] By: gsar                                  on 1999/06/28  19:19:01
298         Log: regen perltoc
299      Branch: perl
300            ! pod/perltoc.pod
301 ____________________________________________________________________________
302 [  3561] By: gsar                                  on 1999/06/28  19:08:41
303         Log: From: Damian Conway <damian@cs.monash.edu.au>
304              Date: Wed, 26 May 1999 00:58:35 -0400
305              Message-Id: <199905260458.AAA06411@defender.perl.org>
306              Subject: [19990526.002] Misc. improvements to Class:Struct
307      Branch: perl
308            ! MANIFEST lib/Class/Struct.pm
309 ____________________________________________________________________________
310 [  3560] By: gsar                                  on 1999/06/28  18:50:52
311         Log: remove bogus PL_optype_size
312      Branch: perl
313            ! bytecode.pl ext/ByteLoader/byterun.h
314 ____________________________________________________________________________
315 [  3559] By: gsar                                  on 1999/06/28  18:22:26
316         Log: upgrade CGI.pm to v2.53 (CGI/{Apache,Switch}.pm NOT deleted)
317      Branch: perl
318            + lib/CGI/Pretty.pm
319            ! eg/cgi/file_upload.cgi lib/CGI.pm lib/CGI/Carp.pm
320            ! lib/CGI/Cookie.pm lib/CGI/Fast.pm t/lib/cgi-form.t
321            ! t/lib/cgi-html.t t/lib/cgi-request.t
322 ____________________________________________________________________________
323 [  3558] By: jhi                                   on 1999/06/28  07:30:21
324         Log: Change Olaf Lebbe's email address.
325      Branch: cfgperl
326            ! README.epoc
327 ____________________________________________________________________________
328 [  3557] By: gsar                                  on 1999/06/28  00:07:33
329         Log: make autogenerated files writable
330      Branch: perl
331            - win32/perlhost.h
332            ! MANIFEST Porting/makerel embed.h embedvar.h ext/B/B/Asmdata.pm
333            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
334            ! keywords.h lib/warning.pm objXSUB.h opcode.h pp.sym pp_proto.h
335            ! proto.h regnodes.h warning.h win32/config_H.bc
336            ! win32/config_H.gc win32/config_H.vc
337 ____________________________________________________________________________
338 [  3556] By: jhi                                   on 1999/06/27  19:22:53
339         Log: Update MANIFEST to match #3555.
340      Branch: cfgperl
341            ! MANIFEST
342 ____________________________________________________________________________
343 [  3555] By: jhi                                   on 1999/06/27  19:16:22
344         Log: EPOC port to Psion5.
345              From: Olaf Flebbe <O.Flebbe@science-computing.de>
346              To: Jarkko Hietaniemi <jhi@iki.fi>
347              Cc: perl5-porters@perl.org
348              Subject: Re: Psion5
349              Date: Sun, 27 Jun 1999 20:50:30 +0200 (METDST)
350              Message-ID: <Pine.GHP.4.02.9906272048130.17736-100000@io.science-computing.de>
351      Branch: cfgperl
352            + README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
353            + epoc/perl.mmp epoc/perl.pkg
354            ! MANIFEST doio.c lib/Term/ReadLine.pm lib/perl5db.pl perl.c
355            ! perl.h sv.c util.c
356 ____________________________________________________________________________
357 [  3554] By: jhi                                   on 1999/06/27  18:50:52
358         Log: Integrate from mainperl.
359      Branch: cfgperl
360           !> (integrate 48 files)
361 ____________________________________________________________________________
362 [  3553] By: gsar                                  on 1999/06/27  14:28:49
363         Log: somewhat untested PERL_OBJECT cleanups (C++isms mostly
364              gone from the public API); PERL_OBJECT builds again on
365              windows
366              
367              TODO: namespace-clean the typedefs in iperlsys.h and
368              elsewhere; remove C++ remnants from public headers
369      Branch: perl
370            ! XSUB.h bytecode.pl cv.h embed.h embed.pl ext/B/B.xs
371            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
372            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
373            ! ext/DynaLoader/dlutils.c global.sym globals.c iperlsys.h
374            ! lib/ExtUtils/Embed.pm lib/ExtUtils/xsubpp mg.c objXSUB.h
375            ! opcode.h opcode.pl perl.c perl.h pod/perlhist.pod pp_ctl.c
376            ! pp_hot.c proto.h scope.h sv.h toke.c universal.c util.c
377            ! win32/GenCAPI.pl win32/Makefile win32/config.bc
378            ! win32/config.gc win32/config.vc win32/dl_win32.xs
379            ! win32/makedef.pl win32/makefile.mk win32/perllib.c
380            ! win32/runperl.c win32/win32.c win32/win32.h win32/win32iop.h
381            ! win32/win32sck.c
382 ____________________________________________________________________________
383 [  3552] By: gsar                                  on 1999/06/27  13:49:31
384         Log: integrate cfgperl changes into mainline
385      Branch: perl
386           !> dump.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
387           !> objXSUB.h op.c perl.c perl.h perlvars.h pp.c pp_ctl.c
388           !> pp_proto.h pp_sys.c proto.h sv.c t/pragma/locale.t toke.c
389           !> util.c
390 ____________________________________________________________________________
391 [  3551] By: gsar                                  on 1999/06/27  13:31:11
392         Log: fix indents
393      Branch: perl
394            ! op.c
395 ____________________________________________________________________________
396 [  3550] By: gsar                                  on 1999/06/24  22:42:53
397         Log: update Changes
398      Branch: perl
399            ! Changes
400 ____________________________________________________________________________
401 [  3549] By: gsar                                  on 1999/06/24  22:41:17
402         Log: avoid race condition in the CAPI extension bootstrap handler
403      Branch: perl
404            ! lib/ExtUtils/xsubpp win32/GenCAPI.pl
405 ____________________________________________________________________________
406 [  3548] By: gsar                                  on 1999/06/24  22:39:53
407         Log: sanity check to cover the case when perl is installed into the
408              X:\ (drive root)
409      Branch: perl
410            ! win32/win32.c
411 ____________________________________________________________________________
412 [  3547] By: gsar                                  on 1999/06/22  19:30:32
413         Log: tweak RefHash to make intent clearer (suggested by John Dlugosz)
414      Branch: perl
415            ! lib/Tie/RefHash.pm
416 ____________________________________________________________________________
417 [  3544] By: jhi                                   on 1999/06/18  19:24:28
418         Log: Tidy up #3542 and #3543. 
419      Branch: cfgperl
420            ! t/pragma/locale.t util.c
421 ____________________________________________________________________________
422 [  3543] By: jhi                                   on 1999/06/18  10:28:45
423         Log: Spice up locale.t.
424      Branch: cfgperl
425            ! t/pragma/locale.t
426 ____________________________________________________________________________
427 [  3542] By: jhi                                   on 1999/06/17  22:42:03
428         Log: Fixed two long-standing locale bugs.
429              
430              Both problems were related to numeric locale which
431              controls the radix character aka the decimal separator.
432              (1) printf (and sprintf) were resetting the numeric locale to C.
433              (2) Using locale-numerically formatted floating point
434              numbers (e.g. "1,23") together with -w caused warnings about
435              "isn't numeric".  The operations were working fine, though,
436              because atof() was using the local locale.
437              Both problems reported by Stefan Vogtner.
438              
439              Introduced a wrapper for atof() that attempts to convert
440              the string both ways.  This helps Perl to understand
441              numbers like this "4.56" even when using a local locale
442              makes atof() understand only numbers like this "7,89".
443              
444              Remaining related problems, both of which existed before
445              this patch and continue to exist after this patch:
446              (a) The behaviour of print() is _not_ as documented by perllocale.
447              Instead of always using the C locale, print() does use the
448              local locale, just like the *printf() do.  This may be fixable
449              now that switching to-and-fro between locales has been made
450              more consistent, but fixing print() would change existing
451              behaviour.  perllocale is not changed by this patch.
452              (b) If a number has been stringified (say, via "$number") under
453              a local locale, the cached string value persists even under
454              "no locale".  This may or may not be a problem: operations
455              work fine because the original number is still there, but
456              that the string form keeps its locale-ish outlook may be
457              somewhat confusing.
458      Branch: cfgperl
459            ! dump.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
460            ! objXSUB.h op.c perl.c perl.h perlvars.h pp.c pp_ctl.c
461            ! pp_proto.h pp_sys.c proto.h sv.c t/pragma/locale.t toke.c
462            ! util.c
463 ____________________________________________________________________________
464 [  3541] By: jhi                                   on 1999/06/17  20:00:16
465         Log: Integrate from mainperl.
466      Branch: cfgperl
467           !> ext/Data/Dumper/Dumper.pm op.c
468 ____________________________________________________________________________
469 [  3540] By: gsar                                  on 1999/06/16  16:49:55
470         Log: dump C<0> as such, not C<'0'>
471      Branch: perl
472            ! ext/Data/Dumper/Dumper.pm
473 ____________________________________________________________________________
474 [  3539] By: gsar                                  on 1999/06/13  04:04:40
475         Log: fix coredumper in change#3498
476      Branch: perl
477            ! op.c
478 ____________________________________________________________________________
479 [  3538] By: jhi                                   on 1999/06/12  22:01:26
480         Log: Integrate from mainperl.
481      Branch: cfgperl
482           +> lib/caller.pm
483           !> (integrate 36 files)
484 ____________________________________________________________________________
485 [  3537] By: gsar                                  on 1999/06/12  06:43:03
486         Log: EXTERN_C declarations for global arrays in various
487              headers, so perl can be built even in C++ mode; win32
488              build fixups; regen headers
489      Branch: perl
490            ! XSUB.h embedvar.h ext/B/B.xs objXSUB.h opcode.h opcode.pl
491            ! perl.h regcomp.h regexec.c utf8.h win32/win32.c win32/win32.h
492 ____________________________________________________________________________
493 [  3536] By: gsar                                  on 1999/06/12  06:38:21
494         Log: caller.pm typos
495      Branch: perl
496            ! lib/caller.pm
497 ____________________________________________________________________________
498 [  3535] By: gsar                                  on 1999/06/11  23:13:54
499         Log: various little tweaks; most globals are now in intrpvar.h, ninterps
500              is temporarily gone
501      Branch: perl
502            ! embed.pl intrpvar.h os2/os2.c perl.c perlvars.h
503            ! pod/perldelta.pod proto.h win32/perllib.c
504 ____________________________________________________________________________
505 [  3534] By: gsar                                  on 1999/06/11  20:41:51
506         Log: implement C<use caller 'encoding'>
507      Branch: perl
508            + lib/caller.pm
509            ! MANIFEST perl.h pod/perldelta.pod pod/perlfunc.pod pp_ctl.c
510 ____________________________________________________________________________
511 [  3533] By: gsar                                  on 1999/06/11  16:51:04
512         Log: truncate() has a peculiar exemption from strict barewords, even
513              though it has a non-filehandle prototype
514      Branch: perl
515            ! op.c t/io/fs.t
516 ____________________________________________________________________________
517 [  3532] By: gsar                                  on 1999/06/11  09:09:16
518         Log: GDBM tweak
519      Branch: perl
520            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/typemap
521 ____________________________________________________________________________
522 [  3531] By: gsar                                  on 1999/06/10  23:34:19
523         Log: part of the platform changes for IMPLICIT_CONTEXT
524      Branch: perl
525            ! djgpp/djgpp.c jpl/JNI/JNI.xs jpl/JNI/typemap
526            ! jpl/PerlInterpreter/PerlInterpreter.c
527            ! jpl/PerlInterpreter/PerlInterpreter.h
528            ! os2/OS2/ExtAttr/ExtAttr.xs os2/OS2/PrfDB/PrfDB.xs
529            ! os2/OS2/Process/Process.xs os2/OS2/REXX/REXX.xs perl.h
530 ____________________________________________________________________________
531 [  3530] By: jhi                                   on 1999/06/10  20:55:56
532         Log: Integrate from mainperl.
533      Branch: cfgperl
534           !> ext/DB_File/DB_File.xs ext/DB_File/typemap
535 ____________________________________________________________________________
536 [  3529] By: gsar                                  on 1999/06/10  20:40:01
537         Log: DB_File tweaks for IMPLICIT CONTEXT
538      Branch: perl
539            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
540 ____________________________________________________________________________
541 [  3528] By: jhi                                   on 1999/06/10  10:18:15
542         Log: Integrate from mainperl.
543      Branch: cfgperl
544           !> (integrate 105 files)
545 ____________________________________________________________________________
546 [  3527] By: gsar                                  on 1999/06/10  09:30:35
547         Log: most globals are now interpreter local; locale initialization
548              was too early, defer it until interpreter is allocated and
549              initialized; multiple interpreters should now be
550              concurrency-safe (untested)
551      Branch: perl
552            ! embedvar.h intrpvar.h malloc.c miniperlmain.c perl.c perl.h
553            ! perlvars.h
554 ____________________________________________________________________________
555 [  3526] By: gsar                                  on 1999/06/10  08:38:00
556         Log: fix small nits
557      Branch: perl
558            ! cc_runtime.h ext/B/B/CC.pm run.c
559 ____________________________________________________________________________
560 [  3525] By: gsar                                  on 1999/06/10  04:41:38
561         Log: win32 build fixes
562      Branch: perl
563            ! bytecode.pl dosish.h embed.h embed.pl ext/B/B.xs
564            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
565            ! ext/ByteLoader/byterun.h ext/SDBM_File/sdbm/sdbm.c globals.c
566            ! mg.c objXSUB.h op.h perl.c perl.h pp_sys.c proto.h sv.c util.c
567            ! win32/Makefile win32/config_H.bc win32/config_H.gc
568            ! win32/config_H.vc win32/config_h.PL win32/dl_win32.xs
569            ! win32/makedef.pl win32/makefile.mk win32/perllib.c
570            ! win32/win32.c win32/win32.h win32/win32sck.c
571            ! win32/win32thread.c win32/win32thread.h
572 ____________________________________________________________________________
573 [  3524] By: gsar                                  on 1999/06/09  18:03:01
574         Log: more complete support for implicit thread/interpreter pointer,
575              enabled via -DPERL_IMPLICIT_CONTEXT (all changes are noops
576              without that enabled):
577              - USE_THREADS now enables PERL_IMPLICIT_CONTEXT, so dTHR
578              is a noop; tests pass on Solaris; should be faster now!
579              - MULTIPLICITY has been tested with and without
580              PERL_IMPLICIT_CONTEXT on Solaris
581              - improved function database now merged with embed.pl
582              - everything except the varargs functions have foo(a,b,c) macros
583              to provide compatibility
584              - varargs functions default to compatibility variants that
585              get the context pointer using dTHX
586              - there should be almost no source compatibility issues as a
587              result of all this
588              - dl_foo.xs changes other than dl_dlopen.xs untested
589              - still needs documentation, fixups for win32 etc
590              Next step: migrate most non-mutex variables from perlvars.h
591              to intrpvar.h
592      Branch: perl
593            - proto.pl
594            ! MANIFEST XSUB.h av.c bytecode.pl cv.h doio.c doop.c dump.c
595            ! ebcdic.c embed.h embed.pl embedvar.h ext/B/B.xs ext/B/typemap
596            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
597            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
598            ! ext/Data/Dumper/Dumper.xs ext/Devel/Peek/Peek.xs
599            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
600            ! ext/DynaLoader/dl_cygwin32.xs ext/DynaLoader/dl_dld.xs
601            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
602            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
603            ! ext/DynaLoader/dl_none.xs ext/DynaLoader/dl_rhapsody.xs
604            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
605            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
606            ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs ext/re/re.xs
607            ! global.sym globals.c gv.c hv.c lib/ExtUtils/typemap
608            ! lib/ExtUtils/xsubpp malloc.c mg.c mg.h miniperlmain.c
609            ! objXSUB.h op.c opcode.h opcode.pl perl.c perl.h perlio.c
610            ! perlsfio.h perly.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c
611            ! proto.h regcomp.c regcomp.h regexec.c run.c scope.c scope.h
612            ! sv.c taint.c thrdvar.h thread.h toke.c universal.c utf8.c
613            ! util.c win32/Makefile win32/makefile.mk writemain.SH
614 ____________________________________________________________________________
615 [  3523] By: gsar                                  on 1999/06/07  05:24:13
616         Log: missed a file
617      Branch: perl
618            + proto.pl
619            ! MANIFEST
620 ____________________________________________________________________________
621 [  3522] By: gsar                                  on 1999/06/07  05:18:34
622         Log: initial stub implementation of implicit thread/this
623              pointer    argument; builds/tests on Solaris, win32
624              hasn't been fixed up yet; proto.h, global.sym and
625              static function decls are now generated from a common
626              database in proto.pl; some inconsistently named
627              perl_foo() things are now Perl_foo(), compatibility
628              #defines provided; perl_foo() (lowercase 'p') reserved
629              for functions that take an explicit context argument;
630              next step: generate #define foo(a,b) Perl_foo(aTHX_ a,b)
631      Branch: perl
632            ! XSUB.h av.c cop.h deb.c doio.c doop.c dump.c ebcdic.c embed.h
633            ! embed.pl ext/POSIX/POSIX.xs global.sym globals.c gv.c gv.h
634            ! hv.c malloc.c mg.c miniperlmain.c objXSUB.h op.c opcode.h
635            ! opcode.pl perl.c perl.h perl_exp.SH perlio.c perly.c perly.y
636            ! pp.c pp.sym pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h
637            ! regcomp.c regexec.c run.c scope.c scope.h sv.c taint.c toke.c
638            ! universal.c utf8.c util.c
639 ____________________________________________________________________________
640 [  3521] By: gsar                                  on 1999/06/04  23:00:22
641         Log: clean up some stray "global" symbols
642      Branch: perl
643            ! embed.h embed.pl global.sym objXSUB.h opcode.pl pp.sym
644            ! pp_proto.h proto.h
645 ____________________________________________________________________________
646 [  3520] By: jhi                                   on 1999/06/02  21:33:28
647         Log: Integrate from mainperl.
648      Branch: cfgperl
649           !> (integrate 94 files)
650 ____________________________________________________________________________
651 [  3519] By: gsar                                  on 1999/06/02  07:16:10
652         Log: avoid dereferencing null pointer from getpwent() et al
653      Branch: perl
654            ! pp_sys.c
655 ____________________________________________________________________________
656 [  3518] By: gsar                                  on 1999/06/02  04:47:10
657         Log: remove _() non-ansism
658      Branch: perl
659            ! Porting/config_H XSUB.h config_h.SH cv.h doio.c doop.c
660            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/byteperl.c
661            ! ext/ByteLoader/ByteLoader.xs ext/Data/Dumper/Dumper.xs
662            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_dlopen.xs
663            ! ext/DynaLoader/dl_vmesa.xs ext/IO/poll.h ext/IPC/SysV/SysV.xs
664            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
665            ! ext/re/re.xs handy.h hv.c iperlsys.h
666            ! jpl/PerlInterpreter/PerlInterpreter.c lib/ExtUtils/Embed.pm
667            ! malloc.c mg.c mg.h minimod.pl miniperlmain.c op.c op.h
668            ! opcode.h opcode.pl os2/POSIX.mkfifo perl.c perl.h
669            ! plan9/config.plan9 pod/perlembed.pod pod/perlguts.pod pp.c
670            ! pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c regexec.c run.c
671            ! scope.h sv.c sv.h thread.h toke.c util.c vms/sockadapt.h
672            ! vms/vmsish.h vms/writemain.pl vos/config.h
673            ! vos/config_h.SH_orig win32/GenCAPI.pl win32/config_H.bc
674            ! win32/config_H.gc win32/config_H.vc win32/makemain.pl
675            ! win32/perllib.c win32/runperl.c win32/win32.h
676            ! win32/win32thread.h writemain.SH x2p/a2p.c x2p/a2p.h x2p/a2p.y
677            ! x2p/hash.h x2p/str.h x2p/util.h x2p/walk.c
678 ____________________________________________________________________________
679 [  3517] By: gsar                                  on 1999/06/02  02:17:51
680         Log: missed a few files
681      Branch: perl
682            ! ext/POSIX/POSIX.xs jpl/JNI/JNI.xs
683 ____________________________________________________________________________
684 [  3516] By: gsar                                  on 1999/06/02  01:37:33
685         Log: integrate cfgperl contents into mainline
686      Branch: perl
687           +> ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
688           +> ext/ByteLoader/byterun.h
689            - bytecode.h byterun.c byterun.h
690            ! Changes
691           !> (integrate 58 files)
692 ____________________________________________________________________________
693 [  3515] By: gsar                                  on 1999/06/02  00:48:50
694         Log: remove stray K&R-isms
695      Branch: perl
696            ! ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
697            ! ext/SDBM_File/sdbm/dbe.c ext/SDBM_File/sdbm/dbm.c
698            ! ext/SDBM_File/sdbm/dbu.c mg.c op.c pp_ctl.c pp_sys.c sv.c
699            ! toke.c util.c win32/win32.c x2p/hash.c
700 ____________________________________________________________________________
701 [  3514] By: gsar                                  on 1999/06/01  15:55:55
702         Log: change#3447 didn't do enough to exempt Foo->bar(qw/.../) from
703              strict 'subs'
704      Branch: perl
705            ! op.c t/pragma/strict-subs
706 ____________________________________________________________________________
707 [  3513] By: jhi                                   on 1999/06/01  07:17:05
708         Log: Patch applying of #3499 had gone awry.
709      Branch: cfgperl
710            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.h
711 ____________________________________________________________________________
712 [  3512] By: gsar                                  on 1999/05/31  19:21:30
713         Log: tighter -help output
714      Branch: perl
715            ! perl.c
716 ____________________________________________________________________________
717 [  3511] By: gsar                                  on 1999/05/31  17:18:23
718         Log: fix memory leak in C<eval 'return sub {...}'>
719      Branch: perl
720            ! embed.h embed.pl objXSUB.h pp_ctl.c proto.h
721 ____________________________________________________________________________
722 [  3510] By: gsar                                  on 1999/05/31  14:11:46
723         Log: tweak C++isms
724      Branch: perl
725            ! win32/dl_win32.xs win32/win32.c
726 ____________________________________________________________________________
727 [  3509] By: jhi                                   on 1999/05/30  13:02:26
728         Log: Cleanup of #3488.
729      Branch: cfgperl
730            ! Configure config_h.SH
731 ____________________________________________________________________________
732 [  3508] By: jhi                                   on 1999/05/30  11:16:01
733         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
734              To: Mailing list Perl5 <perl5-porters@perl.org>
735              Subject: [PATCH 5.005_57] Teach Socket and io_unix.t the syntax of OS/2
736              Date: Sat, 29 May 1999 20:18:13 -0400
737              Message-ID: <19990529201813.B9489@monk.mps.ohio-state.edu>
738      Branch: cfgperl
739            ! ext/Socket/Socket.xs os2/os2ish.h t/lib/io_unix.t
740 ____________________________________________________________________________
741 [  3507] By: jhi                                   on 1999/05/29  20:05:40
742         Log: From: Mark-Jason Dominus <mjd@plover.com>
743              To: perl5-porters@perl.com
744              Subject: PATCH (5.005_57): Document use of `SPECIAL' flag for `pushre':
745              Date: Sat, 29 May 1999 14:45:10 -0400
746              Message-ID: <19990529184510.27557.qmail@plover.com>
747      Branch: cfgperl
748            ! op.h
749 ____________________________________________________________________________
750 [  3506] By: gsar                                  on 1999/05/29  16:49:39
751         Log: avoid gv_check() recursive pit
752      Branch: perl
753            ! gv.c
754 ____________________________________________________________________________
755 [  3505] By: jhi                                   on 1999/05/29  11:38:16
756         Log: From: jan.dubois@ibm.net (Jan Dubois)
757              To: Gurusamy Sarathy <gsar@activestate.com>
758              Cc: perl5-porters@perl.org
759              Subject: [PATCH 5.005_57]Safeguard against unimplemented functions in pwuid.t and grent.t
760              Date: Sat, 29 May 1999 08:46:22 +0200
761              Message-ID: <374f8007.2016008@smtp1.ibm.net>
762      Branch: cfgperl
763            ! t/op/grent.t t/op/pwent.t
764 ____________________________________________________________________________
765 [  3504] By: jhi                                   on 1999/05/29  11:07:10
766         Log: QNX needs <sys/select.h> to define fd_set.
767              
768              From: Norton Allen <allen@huarp.harvard.edu>
769              To: perl5-porters@perl.org
770              Subject: [19990526.016] Not OK: perl 5.00503 on x86-qnx 424
771              Date:  Wed, 26 May 1999 13:51:27 -0400 (EDT)
772              Message-Id:  <199905261751.NAA20966@bottesini.harvard.edu>
773      Branch: cfgperl
774            ! ext/IO/poll.c
775 ____________________________________________________________________________
776 [  3503] By: jhi                                   on 1999/05/29  10:53:31
777         Log: From: jan.dubois@ibm.net (Jan Dubois)
778              To: Gurusamy Sarathy <gsar@activestate.com>, perl5-porters@perl.org
779              Subject: [PATCH all versions] (was Re: Unitialized Value Complaints in Math::BigFloat)
780              Date: Fri, 28 May 1999 20:14:35 +0200
781              Message-ID: <3751daa4.7188847@smtp1.ibm.net>
782      Branch: cfgperl
783            ! lib/Math/BigFloat.pm
784 ____________________________________________________________________________
785 [  3502] By: jhi                                   on 1999/05/29  10:44:44
786         Log: Make Configure support the change #3367,
787              SysV shadow passwords.
788      Branch: cfgperl
789            ! Configure config_h.SH pp_sys.c
790 ____________________________________________________________________________
791 [  3501] By: gsar                                  on 1999/05/28  21:22:23
792         Log: add wide versions of win32 system calls (first step in
793              globalization); delayload winsock for performance if compiling
794              with VC 6.0
795      Branch: perl
796            ! win32/Makefile win32/dl_win32.xs win32/makefile.mk
797            ! win32/win32.c win32/win32.h
798 ____________________________________________________________________________
799 [  3500] By: jhi                                   on 1999/05/28  21:17:24
800         Log: The new t/lib/io_linenum.t was using stricture
801              before @INC was set up.
802      Branch: cfgperl
803            ! t/lib/io_linenum.t
804 ____________________________________________________________________________
805 [  3499] By: jhi                                   on 1999/05/28  17:13:23
806         Log: From: Tom Hughes <tom@compton.nu>
807              To: perl5-porters@perl.org
808              Subject: [PATCH 5.005_57] ByteLoader mark 2
809              Date: Wed, 26 May 1999 23:59:49 +0100
810              Message-ID: <bf337a0849.tom@compton.compton.nu>
811              
812              plus resolve tiny conflict with #3479
813              plus regen_headers.
814      Branch: cfgperl
815            + ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
816            + ext/ByteLoader/byterun.h
817            - bytecode.h byterun.c byterun.h
818            ! MANIFEST Makefile.SH bytecode.pl embed.h embedvar.h ext/B/B.pm
819            ! ext/B/B.xs ext/B/B/Bytecode.pm ext/B/Makefile.PL
820            ! ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
821            ! ext/ByteLoader/Makefile.PL global.sym intrpvar.h objXSUB.h
822            ! perl.h perlvars.h proto.h util.c utils/Makefile
823 ____________________________________________________________________________
824 [  3498] By: jhi                                   on 1999/05/28  16:53:04
825         Log: From: Mark-Jason Dominus <mjd@plover.com>
826              To: perl5-porters@perl.com
827              Subject: PATCH (5.005_57): defined(@a) now deprecated
828              Date: Thu, 27 May 1999 16:05:44 -0400
829              Message-ID: <19990527200544.13330.qmail@plover.com>
830      Branch: cfgperl
831            ! lib/Carp.pm op.c opcode.h opcode.pl pod/perldelta.pod
832            ! pod/perldiag.pod pod/perlfunc.pod pp_proto.h t/pragma/warn/op
833 ____________________________________________________________________________
834 [  3497] By: jhi                                   on 1999/05/28  16:50:54
835         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
836              To: perl5-porters@perl.org (Mailing list Perl5)
837              Subject: [PATCH 5.00557] Cosmetic OS/2-related patches
838              Date: Fri, 28 May 1999 12:13:00 -0400 (EDT)
839              Message-Id: <199905281613.MAA02048@monk.mps.ohio-state.edu>
840      Branch: cfgperl
841            ! MANIFEST Makefile.SH ext/POSIX/POSIX.xs hints/os2.sh
842            ! os2/Makefile.SHs t/io/pipe.t t/lib/io_sock.t
843 ____________________________________________________________________________
844 [  3496] By: jhi                                   on 1999/05/28  16:48:39
845         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
846              To: perl5-porters@perl.org (Mailing list Perl5)
847              Subject: [PATCH 5.00557] Required OS/2-related patches
848              Date: Fri, 28 May 1999 12:11:48 -0400 (EDT)
849              Message-Id: <199905281611.MAA02037@monk.mps.ohio-state.edu>
850      Branch: cfgperl
851            ! os2/os2.c t/lib/bigfloatpm.t t/lib/io_unix.t t/op/groups.t
852            ! t/op/stat.t util.c
853 ____________________________________________________________________________
854 [  3495] By: jhi                                   on 1999/05/28  16:45:56
855         Log: From: Paul Johnson <pjcj@transeda.com>
856              To: perl5-porters <perl5-porters@perl.org>
857              Subject: [PATCH 5.005_57] Provide more useful test okay percentage
858              Date: Fri, 28 May 1999 15:13:54 +0100
859              Message-ID: <19990528151354.B289@west-tip.transeda.com>
860      Branch: cfgperl
861            ! t/TEST
862 ____________________________________________________________________________
863 [  3494] By: jhi                                   on 1999/05/28  16:44:34
864         Log: From: Paul Johnson <pjcj@transeda.com>
865              To: perl5-porters <perl5-porters@perl.org>
866              Subject: [PATCH 5.005_57] Fixes related to working local $.
867              Date: Fri, 28 May 1999 15:11:18 +0100
868              Message-ID: <19990528151118.A289@west-tip.transeda.com>
869      Branch: cfgperl
870            ! ext/IO/lib/IO/Handle.pm pod/perlvar.pod t/lib/io_linenum.t
871 ____________________________________________________________________________
872 [  3493] By: gsar                                  on 1999/05/28  16:37:26
873         Log: change#3449 wasn't doing enough
874      Branch: perl
875            ! op.c t/comp/proto.t
876 ____________________________________________________________________________
877 [  3492] By: jhi                                   on 1999/05/28  08:12:23
878         Log: From: paul.marquess@bt.com
879              To: doughera@lafayette.edu
880              Cc: perl5-porters@perl.org
881              Subject: RE: [19990527.002] DBM Filters in _57 cause problems in NDBM_File
882              Date: Thu, 27 May 1999 23:31:38 +0100
883              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C03@mbtlipnt02.btlabs.bt.co.uk>
884              
885              Had to be applied manually; some mailer had munged the patch slightly.
886      Branch: cfgperl
887            ! ext/NDBM_File/NDBM_File.xs
888 ____________________________________________________________________________
889 [  3491] By: jhi                                   on 1999/05/28  07:51:17
890         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
891              To: perl5-porters@perl.org
892              Subject: [PATCH 5.005_57] fixing eval in the compiler
893              Date: Thu, 27 May 1999 07:56:54 -0700
894              Message-ID: <JDIKFDKKLGHHBAAA@my-deja.com>
895      Branch: cfgperl
896            ! cc_runtime.h scope.h
897 ____________________________________________________________________________
898 [  3490] By: jhi                                   on 1999/05/28  07:47:06
899         Log: From: Andy Dougherty <doughera@lafayette.edu>
900              To: perlbug@perl.com
901              Cc: Jarkko Hietaniemi <jhi@iki.fi>
902              Subject: [PATCH] Configure updates for ISC 4.1
903              Date: Thu, 27 May 1999 15:19:21 -0400 (EDT)
904              Message-Id: <Pine.GSU.4.05.9905271513500.22115-100000@newton.phys>
905      Branch: cfgperl
906            ! Configure config_h.SH
907 ____________________________________________________________________________
908 [  3489] By: jhi                                   on 1999/05/28  07:39:17
909         Log: Integrate from mainperl.
910      Branch: cfgperl
911           !> malloc.c win32/makedef.pl win32/win32.c
912 ____________________________________________________________________________
913 [  3488] By: jhi                                   on 1999/05/27  16:57:19
914         Log: From: Andy Dougherty <doughera@lafayette.edu>
915              To: Perl Porters <perl5-porters@perl.org>
916              Subject: [PATCH] Re: 5.005_57 NOT OK on SunOS 4.1.3
917              Date: Thu, 27 May 1999 12:26:28 -0400 (EDT)
918              Message-Id: <Pine.GSU.4.05.9905271120230.22115-100000@newton.phys>
919      Branch: cfgperl
920            ! Configure config_h.SH hints/sunos_4_1.sh util.c
921 ____________________________________________________________________________
922 [  3487] By: gsar                                  on 1999/05/27  03:56:20
923         Log: make win32_spawnvp() inherit standard handles even when they
924              may be redirected
925      Branch: perl
926            ! win32/win32.c
927 ____________________________________________________________________________
928 [  3486] By: jhi                                   on 1999/05/26  19:55:52
929         Log: From: Andy Dougherty <doughera@lafayette.edu>
930              To: perl5-porters@perl.org
931              Subject: Re: BUG -> [19990526.004] perl5.005_57 error in util.c on sun4-solaris2.6
932              Date: Wed, 26 May 1999 14:49:52 -0400 (EDT)
933              Message-Id: <Pine.GSU.4.05.9905261448310.19172-100000@newton.phys>
934      Branch: cfgperl
935            ! util.c
936 ____________________________________________________________________________
937 [  3485] By: chip                                  on 1999/05/26  17:19:11
938         Log: Look for Linux FILE structure in libio.h, for glibc-2.1.
939      Branch: maint-5.004/perl
940            ! Configure
941 ____________________________________________________________________________
942 [  3484] By: gsar                                  on 1999/05/26  01:56:28
943         Log: fix missing exported symbol
944      Branch: perl
945            ! malloc.c win32/makedef.pl
946 ____________________________________________________________________________
947 [  3483] By: jhi                                   on 1999/05/25  23:08:07
948         Log: Configure -Dopenbsd_distribution to build for the OpenBSD tree.
949              
950              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
951              To: perlbug@perl.com
952              Subject: OpenBSD hints file update
953              Date: Tue, 25 May 1999 12:12:38 -0600 (MDT)
954              Message-Id: <199905251812.MAA06032@xerxes.courtesan.com>
955      Branch: cfgperl
956            ! hints/openbsd.sh
957 ____________________________________________________________________________
958 [  3482] By: jhi                                   on 1999/05/25  23:01:25
959         Log: From: Tom Hughes <tom@compton.nu>
960              To: perl5-porters@perl.org
961              Subject: [PATCH 5.005_57] Make Configure recognise glibc 2.1 stdio
962              Date: Tue, 25 May 1999 23:10:23 +0100
963              Message-ID: <1ed7f10749.tom@compton.compton.nu>
964      Branch: cfgperl
965            ! Configure config_h.SH
966 ____________________________________________________________________________
967 [  3481] By: jhi                                   on 1999/05/25  22:31:50
968         Log: 3479, 3480, 3481 seems logical.
969      Branch: cfgperl
970           !> hints/aix.sh
971 ____________________________________________________________________________
972 [  3480] By: jhi                                   on 1999/05/25  22:13:39
973         Log: The change #3479 wasn't perfect.
974      Branch: perl
975            ! hints/aix.sh
976 ____________________________________________________________________________
977 [  3479] By: jhi                                   on 1999/05/25  21:59:21
978         Log: Cures for _57 in AIX 4.1.5.0.
979              (1) The lddlflags lost its -lc by change #3660
980              (and the politeness of change #3257).
981              (2) optype_size must end up in perl.exp (as PL_optype_size).
982              Added it to perlvars.h, fixed bytecode.pl,
983              regen'ed the relevant headers.
984      Branch: cfgperl
985            ! bytecode.h bytecode.pl byterun.h embed.h embedvar.h objXSUB.h
986            ! perlvars.h
987      Branch: perl
988            ! hints/aix.sh
989 ____________________________________________________________________________
990 [  3478] By: jhi                                   on 1999/05/25  20:13:47
991         Log: Integrate from mainperl.
992      Branch: cfgperl
993           +> pod/perltootc.pod
994           !> (integrate 101 files)
995 ____________________________________________________________________________
996 [  3477] By: gsar                                  on 1999/05/25  10:43:48
997         Log: here be 5.005_57
998      Branch: perl
999            ! Changes MANIFEST Porting/makerel
1000           !> Changes5.005
1001
1002 ----------------
1003 Version 5.005_57
1004 ----------------
1005
1006 ____________________________________________________________________________
1007 [  3476] By: gsar                                  on 1999/05/25  09:23:43
1008         Log: up patchlevel &c
1009      Branch: perl
1010            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
1011            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
1012            ! win32/makefile.mk
1013 ____________________________________________________________________________
1014 [  3475] By: gsar                                  on 1999/05/25  09:14:51
1015         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1016              Date: Tue, 25 May 1999 02:42:23 -0400 (EDT)
1017              Message-Id: <199905250642.CAA06208@monk.mps.ohio-state.edu>
1018              Subject: [PATCH 5.005_56] REx engine improvements
1019      Branch: perl
1020            ! embedvar.h mg.c objXSUB.h pp.c pp_ctl.c pp_hot.c regcomp.c
1021            ! regexec.c regexp.h t/op/pat.t t/op/re_tests t/op/regexp.t
1022            ! thrdvar.h util.c
1023 ____________________________________________________________________________
1024 [  3474] By: gsar                                  on 1999/05/25  08:39:56
1025         Log: test case for change#3470
1026      Branch: perl
1027            ! t/lib/bigintpm.t
1028 ____________________________________________________________________________
1029 [  3473] By: gsar                                  on 1999/05/25  08:36:52
1030         Log: perlport 1.43 update from Chris Nandor and Tom Christiansen
1031      Branch: perl
1032            ! Changes pod/perlport.pod
1033 ____________________________________________________________________________
1034 [  3472] By: gsar                                  on 1999/05/25  08:28:57
1035         Log: assorted tweaks
1036      Branch: perl
1037            ! doio.c iperlsys.h win32/config.bc win32/config.gc
1038            ! win32/config.vc win32/config_H.bc win32/config_H.gc
1039            ! win32/config_H.vc win32/makedef.pl
1040 ____________________________________________________________________________
1041 [  3471] By: gsar                                  on 1999/05/25  06:06:04
1042         Log: perlref update from Tom Christiansen
1043      Branch: perl
1044            ! pod/perlref.pod
1045 ____________________________________________________________________________
1046 [  3470] By: gsar                                  on 1999/05/25  06:03:27
1047         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1048              Date: Mon, 24 May 1999 17:43:56 -0400
1049              Message-ID: <19990524174356.A1944@monk.mps.ohio-state.edu>
1050              Subject: [PATCH 5.005_*] hv.c calling negative malloc()
1051      Branch: perl
1052            ! hv.c
1053 ____________________________________________________________________________
1054 [  3469] By: gsar                                  on 1999/05/25  05:59:22
1055         Log: avoid temporary files that have a constant name (from a suggestion
1056              by Anthony J. Lill <ajlill@ajlc.waterloo.on.ca>)
1057      Branch: perl
1058            ! lib/ExtUtils/MM_Unix.pm
1059 ____________________________________________________________________________
1060 [  3468] By: gsar                                  on 1999/05/25  05:54:29
1061         Log: From: pvhp@forte.com (Peter Prymmer)
1062              Date: Mon, 24 May 99 11:20:25 PDT
1063              Message-Id: <9905241820.AA28071@forte.com>
1064              Subject: [PATCH: _56 and _03]EBCDIC %HTML_Escapes for Pod::Text, plus sync patch.
1065      Branch: perl
1066            ! lib/Pod/Text.pm
1067 ____________________________________________________________________________
1068 [  3467] By: gsar                                  on 1999/05/25  04:08:50
1069         Log: fix glob() bug that resulted in missing symlinks that don't point
1070              anywhere
1071      Branch: perl
1072            ! pp_hot.c
1073 ____________________________________________________________________________
1074 [  3466] By: gsar                                  on 1999/05/25  03:00:00
1075         Log: avoid enumerating @INC contents in diagnostic if @INC was never
1076              searched
1077      Branch: perl
1078            ! pod/perldiag.pod pp_ctl.c
1079 ____________________________________________________________________________
1080 [  3465] By: gsar                                  on 1999/05/25  02:24:08
1081         Log: add caveat about close(PIPE) carelessness
1082      Branch: perl
1083            ! pod/perlfunc.pod
1084 ____________________________________________________________________________
1085 [  3464] By: gsar                                  on 1999/05/24  23:55:53
1086         Log: fix bogus line numbers for void context warnings
1087              (change#2548 was overeager)
1088      Branch: perl
1089            ! op.c
1090 ____________________________________________________________________________
1091 [  3463] By: gsar                                  on 1999/05/24  23:31:58
1092         Log: change#3455 had a typo
1093      Branch: perl
1094            ! pp_ctl.c
1095 ____________________________________________________________________________
1096 [  3462] By: gsar                                  on 1999/05/24  17:32:20
1097         Log: more pod updates from Tom Christiansen; regen perltoc
1098      Branch: perl
1099            ! pod/perl.pod pod/perldelta.pod pod/perlmod.pod pod/perlobj.pod
1100            ! pod/perlre.pod pod/perltoc.pod pod/perlvar.pod
1101 ____________________________________________________________________________
1102 [  3461] By: gsar                                  on 1999/05/24  07:41:32
1103         Log: perlmod notes from Damian Conway (via Tom Christiansen)
1104      Branch: perl
1105            ! pod/perlmod.pod
1106 ____________________________________________________________________________
1107 [  3460] By: gsar                                  on 1999/05/24  07:24:11
1108         Log: major pod update from Tom Christiansen
1109      Branch: perl
1110            + pod/perltootc.pod
1111            ! MANIFEST lib/Pod/Functions.pm pod/Makefile pod/buildtoc
1112            ! pod/perl.pod pod/perl5004delta.pod pod/perlcall.pod
1113            ! pod/perldata.pod pod/perldebug.pod pod/perldelta.pod
1114            ! pod/perldsc.pod pod/perlfunc.pod pod/perlipc.pod
1115            ! pod/perllol.pod pod/perlmod.pod pod/perlmodinstall.pod
1116            ! pod/perlmodlib.pod pod/perlobj.pod pod/perlop.pod
1117            ! pod/perlopentut.pod pod/perlpod.pod pod/perlport.pod
1118            ! pod/perlre.pod pod/perlref.pod pod/perlrun.pod pod/perlsec.pod
1119            ! pod/perlsub.pod pod/perlsyn.pod pod/perlthrtut.pod
1120            ! pod/perltie.pod pod/perltrap.pod pod/perlvar.pod
1121            ! pod/perlxs.pod pod/pod2man.PL
1122 ____________________________________________________________________________
1123 [  3459] By: gsar                                  on 1999/05/24  06:26:48
1124         Log: perlfaq update from Tom Christiansen
1125      Branch: perl
1126            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
1127            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
1128            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
1129            ! pod/perlfaq9.pod
1130 ____________________________________________________________________________
1131 [  3458] By: gsar                                  on 1999/05/24  05:55:11
1132         Log: updated to v1.50 from CPAN
1133      Branch: perl
1134            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
1135 ____________________________________________________________________________
1136 [  3457] By: gsar                                  on 1999/05/24  05:46:20
1137         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1138              Date: Sun, 23 May 1999 16:35:07 +0100
1139              Message-Id: <199905231535.QAA00032@crypt.compulink.co.uk>
1140              Subject: [PATCH 5.005_56] name PL_in_eval bits
1141      Branch: perl
1142            ! cop.h op.c perl.c pp_ctl.c toke.c util.c
1143 ____________________________________________________________________________
1144 [  3456] By: gsar                                  on 1999/05/24  05:18:06
1145         Log: make -t mode the default on emacs/dumb terminals
1146      Branch: perl
1147            ! Changes utils/perldoc.PL
1148 ____________________________________________________________________________
1149 [  3455] By: gsar                                  on 1999/05/24  05:05:19
1150         Log: return 0 rather than "" when scalar grep has nothing to iterate
1151              on (brings behavior in line with documentation)
1152      Branch: perl
1153            ! pp_ctl.c
1154 ____________________________________________________________________________
1155 [  3454] By: gsar                                  on 1999/05/24  04:52:52
1156         Log: From: Tim Jenness <t.jenness@jach.hawaii.edu>
1157              Date: Thu, 20 May 1999 13:27:02 -1000
1158              Message-Id: <E10kcDN-0007TA-00@lapaki>
1159              Subject: Problem with MM_Unix in 5.005_03
1160      Branch: perl
1161            ! lib/ExtUtils/MM_Unix.pm
1162 ____________________________________________________________________________
1163 [  3453] By: gsar                                  on 1999/05/24  04:39:49
1164         Log: avoid removing duplicates in user-generated warnings
1165              From: byron@omix.com (Byron Brummer)
1166              Date: Thu, 20 May 1999 04:01:17 -0700 (PDT)
1167              Message-Id: <199905201101.EAA91175@thrush.omix.com>
1168              Subject: [PATCH] Re: warn buffers/loses output in ?? - 5.005_03
1169      Branch: perl
1170            ! lib/diagnostics.pm
1171 ____________________________________________________________________________
1172 [  3452] By: gsar                                  on 1999/05/24  04:23:10
1173         Log: straighten some code to avoid NeXT compiler bugs (from
1174              Geoff Kuenning <geoff@cs.hmc.edu>)
1175      Branch: perl
1176            ! pp_ctl.c
1177 ____________________________________________________________________________
1178 [  3451] By: gsar                                  on 1999/05/24  03:03:05
1179         Log: minor logic tweak for reserved word warning
1180      Branch: perl
1181            ! lib/Test/Harness.pm toke.c
1182 ____________________________________________________________________________
1183 [  3450] By: gsar                                  on 1999/05/24  02:34:20
1184         Log: oops, some files missing in change#3449
1185      Branch: perl
1186            ! op.c op.h toke.c
1187 ____________________________________________________________________________
1188 [  3449] By: gsar                                  on 1999/05/24  02:33:12
1189         Log: allow '*' prototype to autoquote even barewords that happen to be
1190              function names; parens or ampersand continue to force the other
1191              interpretation; makes C<sub Foo {'bar'} CORE::GLOBAL::require Foo;>
1192              do the right thing, for example
1193      Branch: perl
1194            ! t/comp/proto.t
1195 ____________________________________________________________________________
1196 [  3448] By: gsar                                  on 1999/05/24  01:51:24
1197         Log: remove vestiges of PL_last_proto
1198      Branch: perl
1199            ! embedvar.h intrpvar.h objXSUB.h
1200 ____________________________________________________________________________
1201 [  3447] By: gsar                                  on 1999/05/24  01:49:20
1202         Log: redo change#2061 and parts of change#1169 with code in the
1203              parser; PL_last_proto hackery gone, strict 'subs' in now
1204              implemented in the optimizer where specifying the exceptional
1205              cases is much more robust; '*' (bareword) prototype now works
1206              reliably when used in second and subsequent arguments
1207      Branch: perl
1208            ! dump.c embed.h embed.pl objXSUB.h op.c op.h proto.h toke.c
1209 ____________________________________________________________________________
1210 [  3446] By: gsar                                  on 1999/05/23  05:00:55
1211         Log: remove redundant part of change#1169 superceded by change#2061;
1212              avoid "future reserved word" warning on prototypical bearwords
1213      Branch: perl
1214            ! t/lib/fatal.t toke.c
1215 ____________________________________________________________________________
1216 [  3445] By: gsar                                  on 1999/05/21  23:36:49
1217         Log: s/isspace/isSPACE/g and make sure the CRT version is always
1218              passed an unsigned char (fixes random occurrence of spaces in
1219              arguments containing high-bit chars passed to spawned children,
1220              on win32)
1221      Branch: perl
1222            ! ext/SDBM_File/sdbm/dbe.c win32/perlhost.h win32/win32.c
1223 ____________________________________________________________________________
1224 [  3444] By: gsar                                  on 1999/05/21  23:08:55
1225         Log: integrate Configure changes from cfgperl
1226      Branch: perl
1227           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
1228           !> config_h.SH
1229 ____________________________________________________________________________
1230 [  3443] By: jhi                                   on 1999/05/21  22:00:56
1231         Log: Integrate from mainperl.
1232      Branch: cfgperl
1233           !> Changes doop.c ext/SDBM_File/sdbm/dba.c
1234           !> ext/SDBM_File/sdbm/dbd.c ext/SDBM_File/sdbm/dbe.c os2/os2.c
1235           !> perl.h pod/perldiag.pod pod/perlport.pod pp.c t/comp/proto.t
1236           !> win32/perlhost.h win32/win32.c x2p/walk.c
1237 ____________________________________________________________________________
1238 [  3442] By: jhi                                   on 1999/05/21  21:59:46
1239         Log: fflush.
1240      Branch: cfgperl
1241            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1242            ! config_h.SH
1243 ____________________________________________________________________________
1244 [  3441] By: gsar                                  on 1999/05/21  17:48:55
1245         Log: integrate cfgperl changes
1246      Branch: perl
1247           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
1248           !> config_h.SH hints/sunos_4_1.sh installperl
1249 ____________________________________________________________________________
1250 [  3440] By: gsar                                  on 1999/05/21  17:42:49
1251         Log: test tweak
1252      Branch: perl
1253            ! t/comp/proto.t
1254 ____________________________________________________________________________
1255 [  3439] By: gsar                                  on 1999/05/21  17:31:26
1256         Log: fix breakage when neither FFLUSH_ALL nor FFLUSH_NULL are #defined.
1257              (Configure fflush(NULL) detection seems broken on Solaris, which
1258              is why I hit the problem)
1259      Branch: perl
1260            ! Changes perl.h
1261 ____________________________________________________________________________
1262 [  3438] By: gsar                                  on 1999/05/20  16:41:01
1263         Log: perlport 1.41 update from Chris Nandor <pudge@pobox.com>
1264      Branch: perl
1265            ! pod/perlport.pod
1266 ____________________________________________________________________________
1267 [  3437] By: jhi                                   on 1999/05/20  07:14:39
1268         Log: Patches to fflushing in SunOS 4 from Andy Dougherty
1269              (via private email).
1270      Branch: cfgperl
1271            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1272            ! config_h.SH hints/sunos_4_1.sh
1273 ____________________________________________________________________________
1274 [  3436] By: gsar                                  on 1999/05/20  05:18:26
1275         Log: various little nits
1276      Branch: perl
1277            ! doop.c ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
1278            ! ext/SDBM_File/sdbm/dbe.c os2/os2.c pod/perldiag.pod pp.c
1279            ! win32/perlhost.h win32/win32.c x2p/walk.c
1280 ____________________________________________________________________________
1281 [  3435] By: jhi                                   on 1999/05/18  16:25:49
1282         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1283              To: perl5-porters@perl.org
1284              Subject: installperl
1285              Date: Fri, 14 May 1999 21:34:58 +0100
1286              Message-Id: <199905142034.VAA00865@crypt.compulink.co.uk>
1287      Branch: cfgperl
1288            ! installperl
1289 ____________________________________________________________________________
1290 [  3434] By: jhi                                   on 1999/05/17  21:25:54
1291         Log: Integrate from mainperl.
1292      Branch: cfgperl
1293           +> lib/ExtUtils/MM_Cygwin.pm
1294            - cygwin32/impure_ptr.c
1295           !> MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
1296           !> cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
1297           !> ext/POSIX/POSIX.xs gv.c hints/cygwin32.sh installman
1298           !> installperl perl.h pod/perldiag.pod pp.c pp_hot.c util.c
1299           !> x2p/find2perl.PL
1300 ____________________________________________________________________________
1301 [  3433] By: gsar                                  on 1999/05/17  09:49:01
1302         Log: integrate cfgperl changes into mainline
1303      Branch: perl
1304           !> Configure INSTALL config_h.SH configure.com embed.h
1305           !> ext/Devel/Peek/Peek.xs ext/Socket/Socket.xs global.sym
1306           !> hints/dec_osf.sh objXSUB.h perl.h pod/perldiag.pod proto.h
1307           !> util.c
1308 ____________________________________________________________________________
1309 [  3432] By: gsar                                  on 1999/05/17  09:06:45
1310         Log: emit more appropriate diagnostic for failed glob (variant
1311              of patch suggested by Graham Barr)
1312      Branch: perl
1313            ! gv.c pod/perldiag.pod pp.c pp_hot.c
1314 ____________________________________________________________________________
1315 [  3431] By: gsar                                  on 1999/05/17  08:38:09
1316         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
1317              Date: Thu, 13 May 1999 22:18:43 -0600 (MDT)
1318              Message-Id: <199905140418.WAA18826@xerxes.courtesan.com>
1319              Subject: find2perl does not grok the 'c' suffix to the -size argument
1320      Branch: perl
1321            ! x2p/find2perl.PL
1322 ____________________________________________________________________________
1323 [  3430] By: gsar                                  on 1999/05/17  08:26:21
1324         Log: additional cleanups for cygwin32 port
1325              From: "Fifer, Eric" <EFifer@sanwaint.com>
1326              Date: Wed, 12 May 1999 20:25:54 +0100
1327              Message-ID: <71E287AB0D94D111BBD600600849EC8185EDAF@POST>
1328              Subject: [PATCH]perl5.005_03 (CORE) cygwin32 port
1329      Branch: perl
1330            + lib/ExtUtils/MM_Cygwin.pm
1331            - cygwin32/impure_ptr.c
1332            ! MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
1333            ! cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
1334            ! ext/POSIX/POSIX.xs hints/cygwin32.sh installman installperl
1335            ! perl.h util.c
1336 ____________________________________________________________________________
1337 [  3429] By: gsar                                  on 1999/05/17  08:01:04
1338         Log: From: Andy Dougherty <doughera@lafayette.edu>
1339              Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
1340              Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
1341              Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
1342      Branch: perl
1343            ! INSTALL
1344 ____________________________________________________________________________
1345 [  3428] By: jhi                                   on 1999/05/17  07:03:26
1346         Log: Integrate from mainperl modulo the Socket.xs change.
1347      Branch: cfgperl
1348           !> ext/Socket/Socket.xs op.c win32/include/sys/socket.h
1349           !> win32/win32.c win32/win32.h
1350 ____________________________________________________________________________
1351 [  3427] By: jhi                                   on 1999/05/16  22:09:11
1352         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1353              To: perl5-porters@perl.org (Mailing list Perl5)
1354              Subject: [PATCH 5.005_56] Devel::Peek::mstat not working
1355              Date: Sun, 16 May 1999 01:28:18 -0400 (EDT)
1356              Message-Id: <199905160528.BAA23376@monk.mps.ohio-state.edu>
1357      Branch: cfgperl
1358            ! ext/Devel/Peek/Peek.xs
1359 ____________________________________________________________________________
1360 [  3426] By: jhi                                   on 1999/05/16  22:07:11
1361         Log: From: Mark-Jason Dominus <mjd@plover.com>
1362              To: perl5-porters@perl.com
1363              Subject: DOC PATCH (5.005_55): Error message missing from perldiag.pod
1364              Date: Sat, 15 May 1999 12:43:47 -0400
1365              Message-ID: <19990515164348.7313.qmail@plover.com>
1366      Branch: cfgperl
1367            ! pod/perldiag.pod
1368 ____________________________________________________________________________
1369 [  3425] By: nick                                  on 1999/05/15  15:56:10
1370         Log: Mingw32 + w32api-0.1.5 tweaks
1371              - now more like other Win32 compilers
1372      Branch: perl
1373            ! ext/Socket/Socket.xs win32/include/sys/socket.h win32/win32.c
1374            ! win32/win32.h
1375 ____________________________________________________________________________
1376 [  3424] By: nick                                  on 1999/05/14  21:04:22
1377         Log: Experimental "slab" allocator for ops.
1378              To try it -DPL_OP_SLAB_ALLOC for op.c 
1379              This is for proof of concept only, it leaks memory 
1380              (ops are not free'd) so don't use in embedded apps.
1381              If this minimalist version does not show performance 
1382              gain then whole idea is worthless. 
1383              Nick see's approx 12% speed up vs perlmalloc running
1384              perl -Ilib -MCPAN -e '' 
1385              Solaris2.6, gcc-2.8.1 but numbers are not repeatable.
1386      Branch: perl
1387            ! op.c
1388 ____________________________________________________________________________
1389 [  3423] By: gsar                                  on 1999/05/14  19:55:04
1390         Log: on win32, look for "site/5.XXX/lib" if "site/5.XXXYY/lib" isn't
1391              found (brings sitelib intuition in line with privlib)
1392      Branch: perl
1393            ! win32/win32.c
1394 ____________________________________________________________________________
1395 [  3422] By: jhi                                   on 1999/05/14  08:08:01
1396         Log: From: pvhp@forte.com (Peter Prymmer)
1397              To: perl5-porters@perl.org, vmsperl@perl.org
1398              Subject: [PATCH: 5.005_56] add config.msg to VMS configure.com
1399              Date: Thu, 13 May 99 15:29:57 PDT
1400              Message-Id: <9905132229.AA15854@forte.com>
1401      Branch: cfgperl
1402            ! configure.com
1403 ____________________________________________________________________________
1404 [  3421] By: jhi                                   on 1999/05/14  07:34:20
1405         Log: Integrate from mainperl.
1406      Branch: cfgperl
1407           !> lib/ExtUtils/MM_Unix.pm win32/win32.c
1408 ____________________________________________________________________________
1409 [  3420] By: jhi                                   on 1999/05/14  07:33:26
1410         Log: Still fflushing.
1411      Branch: cfgperl
1412            ! Configure config_h.SH util.c
1413 ____________________________________________________________________________
1414 [  3419] By: gsar                                  on 1999/05/14  03:08:29
1415         Log: mortalize string allocations by win32_get_{priv,site}lib()
1416              (fixes small memory leak in interpreter)
1417      Branch: perl
1418            ! win32/win32.c
1419 ____________________________________________________________________________
1420 [  3418] By: gsar                                  on 1999/05/14  03:06:50
1421         Log: make win32_longname() preserve kind of slashes in argument
1422      Branch: perl
1423            ! win32/win32.c
1424 ____________________________________________________________________________
1425 [  3417] By: gsar                                  on 1999/05/14  03:04:44
1426         Log: canonicalize path for $(FULLPERL) and $(PERL) in MakeMaker
1427      Branch: perl
1428            ! lib/ExtUtils/MM_Unix.pm
1429 ____________________________________________________________________________
1430 [  3416] By: jhi                                   on 1999/05/13  21:18:06
1431         Log: Integrate from mainperl.
1432      Branch: cfgperl
1433           !> pp_ctl.c
1434 ____________________________________________________________________________
1435 [  3415] By: jhi                                   on 1999/05/13  21:16:49
1436         Log: Fixes from Andy Dougherty (via private email).
1437      Branch: cfgperl
1438            ! Configure config_h.SH
1439 ____________________________________________________________________________
1440 [  3414] By: nick                                  on 1999/05/13  20:04:26
1441         Log: valist vs va_list typo
1442      Branch: perl
1443            ! pp_ctl.c
1444 ____________________________________________________________________________
1445 [  3413] By: jhi                                   on 1999/05/13  15:04:05
1446         Log: From: Andy Dougherty <doughera@lafayette.edu>
1447              To: perlbug@perl.com
1448              Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
1449              Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
1450              Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
1451      Branch: cfgperl
1452            ! INSTALL
1453 ____________________________________________________________________________
1454 [  3412] By: jhi                                   on 1999/05/13  14:20:17
1455         Log: Integrate from mainperl.
1456      Branch: cfgperl
1457           !> pp_ctl.c
1458 ____________________________________________________________________________
1459 [  3411] By: gsar                                  on 1999/05/13  14:16:56
1460         Log: docatch_body() declaration mismatch
1461      Branch: perl
1462            ! pp_ctl.c
1463 ____________________________________________________________________________
1464 [  3410] By: jhi                                   on 1999/05/13  13:51:44
1465         Log: Add HAS_MEMCHR and make memchr into a cpp macro if it already isn't.
1466      Branch: cfgperl
1467            ! Configure config_h.SH perl.h
1468 ____________________________________________________________________________
1469 [  3409] By: jhi                                   on 1999/05/13  13:31:53
1470         Log: Still fflushing strong.
1471      Branch: cfgperl
1472            ! Configure config_h.SH embed.h global.sym objXSUB.h perl.h
1473            ! proto.h util.c
1474 ____________________________________________________________________________
1475 [  3408] By: jhi                                   on 1999/05/12  14:30:23
1476         Log: Integrate from mainperl.
1477      Branch: cfgperl
1478           !> (integrate 30 files)
1479 ____________________________________________________________________________
1480 [  3407] By: jhi                                   on 1999/05/12  12:28:31
1481         Log: Be tidier with fflush(NULL) testing.
1482      Branch: cfgperl
1483            ! Configure config_h.SH
1484 ____________________________________________________________________________
1485 [  3406] By: gsar                                  on 1999/05/12  11:26:03
1486         Log: better range-checking on list slices, with test
1487              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1488              Date: Sun, 02 May 1999 17:02:53 +0100
1489              Message-Id: <199905021602.RAA13905@crypt.compulink.co.uk>
1490              Subject: Re: List slice of undefs returns 0 items 
1491      Branch: perl
1492            ! pp.c t/op/list.t
1493 ____________________________________________________________________________
1494 [  3405] By: gsar                                  on 1999/05/12  11:22:27
1495         Log: change#3397 needs test tweak
1496      Branch: perl
1497            ! Changes t/pragma/warn/sv
1498 ____________________________________________________________________________
1499 [  3404] By: gsar                                  on 1999/05/12  11:07:44
1500         Log: typo in change#3397
1501      Branch: perl
1502            ! doop.c
1503 ____________________________________________________________________________
1504 [  3403] By: gsar                                  on 1999/05/12  10:49:01
1505         Log: From: Stephen Zander <gibreel@pobox.com>
1506              Date: 12 May 1999 01:22:31 -0700
1507              Message-ID: <87u2tik88o.fsf@pooh.fire-swamp.net>
1508              Subject: Re: Test::Harness runs tainted tests with wrong library path
1509      Branch: perl
1510            ! lib/Test/Harness.pm
1511 ____________________________________________________________________________
1512 [  3402] By: gsar                                  on 1999/05/12  10:42:06
1513         Log: typo in change#3400
1514      Branch: perl
1515            ! ext/B/B/Deparse.pm
1516 ____________________________________________________________________________
1517 [  3401] By: jhi                                   on 1999/05/12  10:40:42
1518         Log: A better, shinier, and possibly even correctly working
1519              reincarnation of #3398.
1520      Branch: cfgperl
1521            ! Configure config_h.SH
1522 ____________________________________________________________________________
1523 [  3400] By: gsar                                  on 1999/05/12  10:40:11
1524         Log: deparse \&func() as \(&func()) for clarity
1525              From: Albert Dvornik <bert@genscan.com>
1526              Date: 11 May 1999 13:32:04 -0400
1527              Message-ID: <tqk8ufwm0b.fsf@puma.genscan.com>
1528              Subject: [PATCH 5.005_56] Deparse and \&func() (was Re: File::Find...)
1529      Branch: perl
1530            ! ext/B/B/Deparse.pm
1531 ____________________________________________________________________________
1532 [  3399] By: gsar                                  on 1999/05/12  10:36:02
1533         Log: more testsuite smarts (many of them courtesy Ilya)
1534      Branch: perl
1535            ! lib/Test/Harness.pm t/comp/cpp.t t/io/pipe.t t/lib/db-btree.t
1536            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/gdbm.t
1537            ! t/lib/io_multihomed.t t/lib/io_pipe.t t/lib/io_sock.t
1538            ! t/lib/io_udp.t t/lib/io_unix.t t/lib/ipc_sysv.t t/lib/ndbm.t
1539            ! t/lib/odbm.t t/lib/thread.t t/op/exec.t t/op/fork.t
1540            ! t/op/grent.t t/op/groups.t t/op/nothread.t t/op/numconvert.t
1541            ! t/op/pwent.t
1542 ____________________________________________________________________________
1543 [  3398] By: jhi                                   on 1999/05/12  09:33:08
1544         Log: Detect whether fflush(NULL) works as per change #3352.
1545      Branch: cfgperl
1546            ! Configure config_h.SH perl.h
1547 ____________________________________________________________________________
1548 [  3397] By: gsar                                  on 1999/05/12  08:56:03
1549         Log: From: jan.dubois@ibm.net (Jan Dubois)
1550              Date: Wed, 12 May 1999 01:01:00 +0200
1551              Message-ID: <3741b5e8.20386944@smtp1.ibm.net>
1552              Subject: [PATCH 5.005_03] chop/chomp modify readonly values
1553      Branch: perl
1554            ! doop.c
1555 ____________________________________________________________________________
1556 [  3396] By: gsar                                  on 1999/05/12  08:23:27
1557         Log: opendir(D,"x:") on win32 opens cwd() for drive rather than root;
1558              stat() behaves similarly
1559      Branch: perl
1560            ! win32/win32.c
1561 ____________________________________________________________________________
1562 [  3395] By: jhi                                   on 1999/05/11  22:21:32
1563         Log: Redo parts of #3341 and #3358 that #3394 undid.
1564      Branch: cfgperl
1565            ! Configure config_h.SH
1566 ____________________________________________________________________________
1567 [  3394] By: jhi                                   on 1999/05/11  22:03:48
1568         Log: Add I_NETINET_TCP to help change #3391.
1569      Branch: cfgperl
1570            ! Configure config_h.SH ext/Socket/Socket.xs
1571 ____________________________________________________________________________
1572 [  3393] By: jhi                                   on 1999/05/11  21:44:59
1573         Log: Integrate from mainperl.
1574      Branch: cfgperl
1575           !> (integrate 55 files)
1576 ____________________________________________________________________________
1577 [  3392] By: gsar                                  on 1999/05/11  20:56:43
1578         Log: update embedvar.h
1579      Branch: perl
1580            ! embedvar.h ext/ByteLoader/ByteLoader.pm pod/perldelta.pod
1581 ____________________________________________________________________________
1582 [  3391] By: gsar                                  on 1999/05/11  16:32:05
1583         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
1584              Date: Tue, 11 May 1999 11:10:13 -0400 (EDT)
1585              Message-ID: <Pine.GSO.4.02.9905111106460.1418-100000@eq1062.wks.na.deuba.com>
1586              Subject: Socket IPPROTO_TCP [PATCH 5.005_5x]
1587      Branch: perl
1588            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
1589 ____________________________________________________________________________
1590 [  3390] By: gsar                                  on 1999/05/11  15:27:40
1591         Log: display more frequent progress messages when STDOUT is a tty
1592      Branch: perl
1593            ! lib/Test/Harness.pm
1594 ____________________________________________________________________________
1595 [  3389] By: gsar                                  on 1999/05/11  14:40:58
1596         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1597              Date: Mon, 10 May 1999 02:07:01 -0400 (EDT)
1598              Message-Id: <199905100607.CAA26045@monk.mps.ohio-state.edu>
1599              Subject: [PATCH 5.005_53] Explanations by Test::Harness
1600      Branch: perl
1601            ! lib/Test/Harness.pm
1602 ____________________________________________________________________________
1603 [  3388] By: gsar                                  on 1999/05/11  14:08:14
1604         Log: avoid creating spurious subroutine stubs on failed subroutine
1605              call and other places of sv_2cv() misuse; fixes problems with
1606              failed subroutine calls "hiding" later attempts to lookup methods
1607              in base classes
1608      Branch: perl
1609            ! gv.c perl.c pod/perlguts.pod pp_hot.c sv.c t/op/method.t
1610 ____________________________________________________________________________
1611 [  3387] By: gsar                                  on 1999/05/11  09:34:13
1612         Log: various fixes for clean build and test on win32; configpm broken,
1613              needed to open myconfig.SH rather than myconfig; sundry adjustments
1614              to bytecode stuff; tweaks to DYNAMIC_ENV_FETCH code to make it
1615              work under win32; getenv_sv() changed to getenv_len() since SVs
1616              aren't visible in the lower echelons; remove bogus exports from
1617              config.sym; PERL_OBJECT-ness for C++ exception support; null out
1618              IoDIRP in filter_del() or sv_free() will attempt to close it
1619      Branch: perl
1620            ! Changes bytecode.pl byterun.c byterun.h configpm embed.h
1621            ! embed.pl ext/B/B/Asmdata.pm ext/ByteLoader/ByteLoader.xs
1622            ! ext/DynaLoader/dlutils.c global.sym hv.c iperlsys.h objXSUB.h
1623            ! op.c perl.c perl.h pp.c pp_ctl.c proto.h scope.c scope.h
1624            ! t/io/open.t t/op/magic.t toke.c util.c vms/vms.c vms/vmsish.h
1625            ! win32/GenCAPI.pl win32/Makefile win32/config.bc
1626            ! win32/config.gc win32/config.vc win32/makedef.pl
1627            ! win32/makefile.mk win32/perlhost.h win32/runperl.c
1628            ! win32/win32.c win32/win32.h
1629 ____________________________________________________________________________
1630 [  3386] By: gsar                                  on 1999/05/11  02:49:07
1631         Log: gutsupport for C++ exceptions
1632              From: Chip Salzenberg <chip@perlsupport.com>
1633              Date: Tue, 9 Mar 1999 11:51:57 -0500
1634              Message-ID: <19990309115157.E7911@perlsupport.com>
1635              Subject: [PATCH 5.005] Flexible Exceptions
1636      Branch: perl
1637            ! embed.h global.sym objXSUB.h perl.c perl.h pp_ctl.c proto.h
1638            ! scope.c scope.h thrdvar.h util.c
1639 ____________________________________________________________________________
1640 [  3385] By: gsar                                  on 1999/05/10  19:33:36
1641         Log: "weak" references internals, still needs perlguts documentation
1642              (somewhat modified version of patch suggested by Tuomas J. Lukka
1643              <lukka@fas.harvard.edu>)
1644      Branch: perl
1645            ! dump.c embed.h embed.pl global.sym mg.c objXSUB.h perl.h
1646            ! pod/perldiag.pod proto.h sv.c sv.h util.c
1647 ____________________________________________________________________________
1648 [  3384] By: jhi                                   on 1999/05/10  18:21:43
1649         Log: Circumnavigate Digital UNIX 4.0D miniperl core dump
1650              (due to QAR 56761) (the bug has been fixed in 4.0E or better)
1651      Branch: cfgperl
1652            ! INSTALL hints/dec_osf.sh
1653 ____________________________________________________________________________
1654 [  3381] By: jhi                                   on 1999/05/10  14:39:28
1655         Log: Integrate from mainperl.
1656      Branch: cfgperl
1657           +> cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
1658           +> cygwin32/build-instructions.charles-wilson
1659           +> cygwin32/build-instructions.sebastien-barre
1660           +> cygwin32/build-instructions.steven-morlock
1661           +> cygwin32/build-instructions.steven-morlock2
1662           +> cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
1663           +> ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
1664           +> ext/ByteLoader/Makefile.PL pod/Win32.pod t/lib/io_linenum.t
1665           +> t/op/numconvert.t utils/perlbc.PL
1666            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
1667            - cygwin32/perlld
1668           !> (integrate 105 files)
1669 ____________________________________________________________________________
1670 [  3380] By: gsar                                  on 1999/05/10  12:27:14
1671         Log: regen regnodes.h
1672      Branch: perl
1673            ! Changes regnodes.h
1674 ____________________________________________________________________________
1675 [  3379] By: gsar                                  on 1999/05/10  12:17:26
1676         Log: From: jan.dubois@ibm.net (Jan Dubois)
1677              Date: Sat, 01 May 1999 22:55:36 +0200
1678              Message-ID: <373067e9.56194713@smtp1.ibm.net>
1679              Subject: [PATCH 5.005_56] Win32 and VC++ 98 doesn't support CASTI
1680      Branch: perl
1681            ! pod/perlfunc.pod pod/perlop.pod win32/config.vc
1682            ! win32/config_H.vc
1683 ____________________________________________________________________________
1684 [  3378] By: gsar                                  on 1999/05/10  12:07:13
1685         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1686              Date: Fri, 30 Apr 1999 22:26:09 -0400 (EDT)
1687              Message-Id: <199905010226.WAA19127@monk.mps.ohio-state.edu>
1688              Subject: [PATCH 5.005_56] Self-consistent numeric conversion again
1689      Branch: perl
1690            + t/op/numconvert.t
1691            ! MANIFEST doio.c dump.c perl.h pp.c pp_hot.c sv.c sv.h toke.c
1692            ! util.c
1693 ____________________________________________________________________________
1694 [  3377] By: gsar                                  on 1999/05/10  11:39:48
1695         Log: pp_modulo comment tweak from Ilya
1696      Branch: perl
1697            ! pp.c
1698 ____________________________________________________________________________
1699 [  3376] By: gsar                                  on 1999/05/10  11:30:40
1700         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
1701              Date: Fri, 7 May 1999 11:31:00 -0400 (EDT)
1702              Message-ID: <Pine.GSO.4.02.9905071127100.1449-100000@eq1062.wks.na.deuba.com>
1703              Subject: Test.pm update [PATCH _56]
1704      Branch: perl
1705            ! lib/Test.pm
1706 ____________________________________________________________________________
1707 [  3375] By: gsar                                  on 1999/05/10  11:28:30
1708         Log: From: jan.dubois@ibm.net (Jan Dubois)
1709              Date: Fri, 07 May 1999 00:59:54 +0200
1710              Message-ID: <373318ae.19292461@smtp1.ibm.net>
1711              Subject: Re: Using existing memory for an SV's PV 
1712      Branch: perl
1713            ! sv.c
1714 ____________________________________________________________________________
1715 [  3374] By: gsar                                  on 1999/05/10  11:23:44
1716         Log: From: jan.dubois@ibm.net (Jan Dubois)
1717              Date: Fri, 07 May 1999 00:59:52 +0200
1718              Message-ID: <37321800.19118320@smtp1.ibm.net>
1719              Subject: [PATCH 5.005_56] Fix -Dm memory debugging for PERL_OBJECT
1720      Branch: perl
1721            ! perl.h
1722 ____________________________________________________________________________
1723 [  3373] By: gsar                                  on 1999/05/10  11:22:10
1724         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1725              Date: Thu, 6 May 1999 18:17:28 -0400
1726              Message-ID: <19990506181728.A12433@monk.mps.ohio-state.edu>
1727              Subject: Re: [PATCH 5.005_56] Make open(F,"command |") return correct err(no)
1728      Branch: perl
1729            ! doio.c embed.h global.sym objXSUB.h pod/perldiag.pod proto.h
1730            ! util.c
1731 ____________________________________________________________________________
1732 [  3372] By: gsar                                  on 1999/05/10  10:57:49
1733         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1734              Date: Thu, 6 May 1999 01:21:05 -0400 (EDT)
1735              Message-Id: <199905060521.BAA03485@monk.mps.ohio-state.edu>
1736              Subject: [PATCH 5.005_56] Cosmetic: data-driven REx-dump
1737      Branch: perl
1738            ! regcomp.c regcomp.pl
1739 ____________________________________________________________________________
1740 [  3371] By: gsar                                  on 1999/05/10  10:54:01
1741         Log: From: lane@duphy4.physics.drexel.edu
1742              Date: Tue, 04 May 1999 10:19:25 -0700
1743              Message-Id: <3.0.6.32.19990504101925.02ecde30@ous.edu>
1744              Subject: [PATCH 5.005.56] pod->html VMS fixes
1745      Branch: perl
1746            ! installhtml lib/Pod/Html.pm
1747 ____________________________________________________________________________
1748 [  3370] By: gsar                                  on 1999/05/10  10:45:52
1749         Log: testsuite nits
1750      Branch: perl
1751            ! t/lib/io_linenum.t t/op/filetest.t
1752 ____________________________________________________________________________
1753 [  3369] By: gsar                                  on 1999/05/10  10:35:22
1754         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1755              Date: Mon, 3 May 1999 22:38:50 -0400 (EDT)
1756              Message-Id: <199905040238.WAA01865@monk.mps.ohio-state.edu>
1757              Subject: [PATCH 5.005_53] Quickier thread-specific data on OS/2
1758      Branch: perl
1759            ! os2/os2ish.h os2/os2thread.h
1760 ____________________________________________________________________________
1761 [  3368] By: gsar                                  on 1999/05/10  10:00:11
1762         Log: From: Albert Dvornik <bert@genscan.com>
1763              Date: 03 May 1999 12:20:57 -0400
1764              Message-ID: <tqlnf6gm52.fsf@puma.genscan.com>
1765              Subject: [PATCH 5.005_56] do_sv_dump does dump (core) on IO handles
1766      Branch: perl
1767            ! dump.c
1768 ____________________________________________________________________________
1769 [  3367] By: gsar                                  on 1999/05/10  09:55:51
1770         Log: shadow password support for Solaris (needs Configure help to
1771              determine HAS_GETSPENT)
1772              From: "Patrick O'Brien" <pdo@cs.umd.edu>
1773              Date: Sat, 01 May 1999 19:41:17 -0400
1774              Message-Id: <199905012341.TAA23989@optimus.cs.umd.edu>
1775              Subject: getpwent() under solaris
1776      Branch: perl
1777            ! pp_sys.c
1778 ____________________________________________________________________________
1779 [  3366] By: gsar                                  on 1999/05/10  09:45:58
1780         Log: From: jan.dubois@ibm.net (Jan Dubois)
1781              Date: Sat, 01 May 1999 23:45:47 +0200
1782              Message-ID: <373373fb.59284266@smtp1.ibm.net>
1783              Subject: [PATCH 5.005_56] Add POLLUTE=1 option to MakeMaker
1784      Branch: perl
1785            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
1786            ! pod/perldelta.pod
1787 ____________________________________________________________________________
1788 [  3365] By: gsar                                  on 1999/05/10  09:34:22
1789         Log: test suite and fix input_line_number()
1790              From: Paul Johnson <pjcj@transeda.com>
1791              Date: Thu, 29 Apr 1999 06:28:14 +0100
1792              Message-ID: <19990429062814.A17906@west-tip.transeda.com>
1793              Subject: [PATCH] IO::Handle 1.20 (was Re: FAIL Gedcom-1.01 i86pc-solaris 2.6)
1794      Branch: perl
1795            + t/lib/io_linenum.t
1796            ! MANIFEST ext/IO/lib/IO/Handle.pm
1797 ____________________________________________________________________________
1798 [  3364] By: gsar                                  on 1999/05/10  09:20:56
1799         Log: fix overeager [:foo:] parsing
1800              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1801              Date: Fri, 30 Apr 1999 09:26:18 +0100
1802              Message-Id: <199904300826.JAA01257@crypt.compulink.co.uk>
1803              Subject: [PATCH 5.005_{56,03}] Re: Regular expression difference b/n 5.004 & 5.005 
1804      Branch: perl
1805            ! regcomp.c t/op/re_tests
1806 ____________________________________________________________________________
1807 [  3363] By: gsar                                  on 1999/05/10  09:09:21
1808         Log: documentation for Win32 builtins (somewhat modified)
1809              From: jan.dubois@ibm.net (Jan Dubois)
1810              Date: Tue, 30 Mar 1999 08:05:03 +0200
1811              Message-ID: <37006783.1926460@smtp1.ibm.net>
1812              Subject: Re: Issues with build 509 
1813      Branch: perl
1814            + pod/Win32.pod
1815            ! MANIFEST
1816 ____________________________________________________________________________
1817 [  3362] By: gsar                                  on 1999/05/10  08:22:07
1818         Log: provide File::Copy::syscopy() via Win32::CopyFile() on win32
1819      Branch: perl
1820            ! lib/File/Copy.pm win32/win32.c
1821 ____________________________________________________________________________
1822 [  3361] By: gsar                                  on 1999/05/10  08:11:29
1823         Log: escape ampersands in <pre> sections
1824      Branch: perl
1825            ! Changes lib/Pod/Html.pm
1826 ____________________________________________________________________________
1827 [  3360] By: gsar                                  on 1999/05/10  08:04:14
1828         Log: AIX hints enhancements (threads build, SOCKS support)
1829              From: "David R. Favor" <dfavor@austin.ibm.com>
1830              Date: Wed, 28 Apr 1999 08:45:28 -0500
1831              Message-ID: <372710F8.B1F73BEB@austin.ibm.com>
1832              Subject: Working build for AIX + gcc + threading
1833      Branch: perl
1834            ! hints/aix.sh
1835 ____________________________________________________________________________
1836 [  3359] By: gsar                                  on 1999/05/10  07:49:26
1837         Log: more Compiler patches from Vishal Bhatia <vishalb@my-dejanews.com>
1838              Date: Tue, 27 Apr 1999 23:47:24 PDT
1839              Message-ID: <19990428064724.95244.qmail@hotmail.com>
1840              Subject: [PATCH 5.005_56] Saving Tied hashes ( C.pm)
1841              --
1842              Date: Thu, 29 Apr 1999 18:21:06 -0700
1843              Message-ID: <GEFPBFDJADFJBAAA@my-dejanews.com>
1844              Subject: [PATCH 5.005_56] double constants ( C.pm)
1845              --
1846              Date: Mon, 03 May 1999 20:21:31 PDT
1847              Message-ID: <19990504032131.81113.qmail@hotmail.com>
1848              Subject: [PATCH 5.005_56] Overloading implementation ( Compiler)
1849              --
1850              Date: Thu, 06 May 1999 17:57:09 -0700
1851              Message-ID: <FCJELBLAJBOBAAAA@my-dejanews.com>
1852              Subject: Stash.pm
1853      Branch: perl
1854            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/C.pm
1855            ! ext/B/B/CC.pm ext/B/B/Stash.pm t/harness
1856 ____________________________________________________________________________
1857 [  3358] By: gsar                                  on 1999/05/10  04:39:15
1858         Log: cygwin32 update (untested adaptation of patch against 5.005_03)
1859              From: alexander smishlajev <als@turnhere.com>
1860              Date: Sun, 25 Apr 1999 14:58:29 +0300
1861              Message-ID: <37230365.5F68B460@turnhere.com>
1862              Subject: [PATCH]5.005_03 (CORE) cygwin32 port
1863      Branch: perl
1864            + cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
1865            + cygwin32/build-instructions.charles-wilson
1866            + cygwin32/build-instructions.sebastien-barre
1867            + cygwin32/build-instructions.steven-morlock
1868            + cygwin32/build-instructions.steven-morlock2
1869            + cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
1870            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
1871            - cygwin32/perlld
1872            ! Configure EXTERN.h MANIFEST Makefile.SH README.cygwin32 XSUB.h
1873            ! cflags.SH config_h.SH dosish.h ext/POSIX/Makefile.PL
1874            ! ext/SDBM_File/sdbm/pair.c hints/cygwin32.sh installperl
1875            ! lib/Cwd.pm lib/ExtUtils/MakeMaker.pm lib/perl5db.pl
1876            ! makedepend.SH perl.h perlvars.h pp_hot.c pp_sys.c regcomp.c
1877            ! t/io/fs.t t/io/tell.t t/lib/anydbm.t t/op/stat.t util.c
1878 ____________________________________________________________________________
1879 [  3357] By: gsar                                  on 1999/05/10  04:07:07
1880         Log: applied suggested patch, modulo already applied parts
1881              From: Charles Bailey <BAILEY@newman.upenn.edu>
1882              Date: Sat, 24 Apr 1999 20:12:43 -0400 (EDT)
1883              Message-id: <01JAF9UAV9XG002O0W@mail.newman.upenn.edu>
1884              Subject: [Patch 5.005_56] VMS consolidated patch #2
1885      Branch: perl
1886            ! configure.com t/op/filetest.t t/op/taint.t t/pragma/warn/doio
1887            ! t/pragma/warn/mg t/pragma/warn/pp_sys t/pragma/warn/sv
1888            ! vms/descrip_mms.template vms/ext/vmsish.t vms/perlvms.pod
1889            ! vms/subconfigure.com vms/test.com vms/vms.c
1890 ____________________________________________________________________________
1891 [  3356] By: gsar                                  on 1999/05/10  03:48:08
1892         Log: applied suggested patch, with win32 and PERL_OBJECT additions
1893              From: Tom Hughes <tom@compton.nu>
1894              Date: Sat, 24 Apr 1999 18:11:59 +0100
1895              Message-ID: <609bdff748.tom@compton.compton.nu>
1896              Subject: ByteLoader patch
1897      Branch: perl
1898            + ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
1899            + ext/ByteLoader/Makefile.PL utils/perlbc.PL
1900            ! MANIFEST bytecode.h bytecode.pl byterun.c byterun.h embed.h
1901            ! embed.pl ext/B/B.xs ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
1902            ! ext/B/B/Debug.pm objXSUB.h op.c pp_ctl.c proto.h
1903            ! utils/Makefile win32/Makefile win32/makefile.mk
1904 ____________________________________________________________________________
1905 [  3355] By: gsar                                  on 1999/05/10  03:22:49
1906         Log: document 'test' attribute (from Andreas Koenig)
1907      Branch: perl
1908            ! lib/ExtUtils/MakeMaker.pm
1909 ____________________________________________________________________________
1910 [  3354] By: gsar                                  on 1999/05/10  03:12:37
1911         Log: From: pmarquess@bfsec.bt.co.uk
1912              Date: Thu, 22 Apr 1999 23:12:08 +0100
1913              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6B45@mbtlipnt02.btlabs.bt.co.uk>
1914              Subject: PATCH for small bug in scan_bin
1915      Branch: perl
1916            ! util.c
1917 ____________________________________________________________________________
1918 [  3353] By: gsar                                  on 1999/05/10  02:39:33
1919         Log: more bulletproof workaround for mangled paths (updates changes#3345,3350);
1920              provide Win32::GetLongPathName() to complement Win32::GetShortPathName()
1921      Branch: perl
1922            ! t/op/magic.t win32/makedef.pl win32/runperl.c win32/win32.c
1923            ! win32/win32iop.h
1924 ____________________________________________________________________________
1925 [  3352] By: gsar                                  on 1999/05/09  22:47:39
1926         Log: flush all open output buffers before fork(), exec(), system, qx//
1927              and pipe open() operations, simplifying buffering headaches faced
1928              by users; uses fflush(NULL), which may need Configure test
1929      Branch: perl
1930            ! perl.h pod/perldelta.pod pod/perlfunc.pod pod/perlipc.pod
1931            ! pp_sys.c util.c vmesa/vmesa.c vms/vms.c win32/win32.c
1932 ____________________________________________________________________________
1933 [  3351] By: gsar                                  on 1999/05/09  21:11:51
1934         Log: perlcc on win32 (correct version of fix suggested by Jean-Louis
1935              Leroy <jll@skynet.be>)
1936      Branch: perl
1937            ! utils/perlcc.PL
1938 ____________________________________________________________________________
1939 [  3350] By: gsar                                  on 1999/05/09  20:39:11
1940         Log: normalize $^X to full pathname on win32
1941      Branch: perl
1942            ! win32/runperl.c
1943 ____________________________________________________________________________
1944 [  3349] By: gsar                                  on 1999/05/09  20:23:07
1945         Log: allow readline($globref), <$globref> already works
1946      Branch: perl
1947            ! pp_hot.c
1948 ____________________________________________________________________________
1949 [  3348] By: gsar                                  on 1999/05/09  20:00:09
1950         Log: perldoc cleanups (variant of changes suggested by Christian Lemburg
1951              <lemburg@online-club.de>)
1952      Branch: perl
1953            ! utils/perldoc.PL
1954 ____________________________________________________________________________
1955 [  3347] By: gsar                                  on 1999/05/09  18:47:21
1956         Log: additions to Thread.pm docs from Tuomas J. Lukka
1957              <lukka@fas.harvard.edu>
1958      Branch: perl
1959            ! ext/Thread/Thread.pm
1960 ____________________________________________________________________________
1961 [  3346] By: gsar                                  on 1999/05/09  18:38:00
1962         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
1963              Date: Sat, 17 Apr 1999 02:46:13 -0700 (PDT)
1964              Message-ID: <14103.57454.614253.598264@fre-76-120.reshall.berkeley.edu>
1965              Subject: [PATCH _56] Re: pdt: Perl Development Tools? 
1966      Branch: perl
1967            ! ext/B/B/Xref.pm
1968 ____________________________________________________________________________
1969 [  3345] By: gsar                                  on 1999/05/09  18:22:43
1970         Log: work around mangled archname on win32 while finding privlib/sitelib;
1971              normalize lib paths to forward slashes internally
1972      Branch: perl
1973            ! win32/win32.c
1974 ____________________________________________________________________________
1975 [  3344] By: gsar                                  on 1999/05/09  03:20:06
1976         Log: fix typo in dbm filters that caused odbm.t to fail
1977      Branch: perl
1978            ! ext/ODBM_File/ODBM_File.xs t/lib/odbm.t
1979 ____________________________________________________________________________
1980 [  3343] By: gsar                                  on 1999/05/09  02:02:59
1981         Log: tweak test totals
1982      Branch: perl
1983            ! Changes t/lib/tie-stdhandle.t
1984 ____________________________________________________________________________
1985 [  3342] By: gsar                                  on 1999/05/09  01:42:06
1986         Log: import list propagation busted (pointed out by Ton Hospel
1987              <thospel@mail.dma.be>)
1988      Branch: perl
1989            ! lib/autouse.pm
1990 ____________________________________________________________________________
1991 [  3341] By: gsar                                  on 1999/05/09  00:54:18
1992         Log: hpux needs {SHLIB_PATH,LDOPTS} rather than LD_{LIBRARY,RUN}_PATH
1993              (as suggested by Eric Boehm <boehm@nortelnetworks.com>)
1994      Branch: perl
1995            ! Configure Makefile.SH
1996 ____________________________________________________________________________
1997 [  3340] By: gsar                                  on 1999/05/09  00:40:41
1998         Log: generate manpages for newly added utils
1999      Branch: perl
2000            ! installman
2001 ____________________________________________________________________________
2002 [  3339] By: gsar                                  on 1999/05/09  00:33:50
2003         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2004              Date: Sun, 02 May 1999 17:59:24 +0100
2005              Message-Id: <199905021659.RAA14016@crypt.compulink.co.uk>
2006              Subject: [PATCH] Re: ptr to realloced memory in yylex
2007      Branch: perl
2008            ! toke.c
2009 ____________________________________________________________________________
2010 [  3338] By: jhi                                   on 1999/05/08  22:40:29
2011         Log: Remove CONFIG item, add Digital UNIX 'ld' bug.
2012      Branch: cfgperl
2013            ! INSTALL
2014 ____________________________________________________________________________
2015 [  3337] By: jhi                                   on 1999/05/08  22:22:26
2016         Log: Integrate from mainperl.
2017      Branch: cfgperl
2018           +> pod/perldbmfilter.pod t/io/open.t t/lib/tie-stdhandle.t
2019           !> (integrate 54 files)
2020 ____________________________________________________________________________
2021 [  3336] By: gsar                                  on 1999/05/08  21:48:22
2022         Log: make perldoc -f grok nested =items
2023      Branch: perl
2024            ! utils/perldoc.PL
2025 ____________________________________________________________________________
2026 [  3335] By: gsar                                  on 1999/05/08  19:48:11
2027         Log: allow AV/HV dereferences on pseudohashes ($ph->{foo}[1], etc.)
2028      Branch: perl
2029            ! op.c t/lib/fields.t
2030 ____________________________________________________________________________
2031 [  3334] By: gsar                                  on 1999/05/08  19:09:41
2032         Log: update test totals
2033      Branch: perl
2034            ! t/lib/bigintpm.t
2035 ____________________________________________________________________________
2036 [  3333] By: gsar                                  on 1999/05/08  16:56:02
2037         Log: mention unpack('pP',...) footshot (from Albert Dvornik <bert@genscan.com>)
2038      Branch: perl
2039            ! pod/perlfunc.pod
2040 ____________________________________________________________________________
2041 [  3332] By: gsar                                  on 1999/05/08  16:46:44
2042         Log: applied suggested patch, added tests
2043              From: William Mann <wmann@avici.com>
2044              Date: Mon, 12 Apr 1999 12:25:22 -0400 (EDT)
2045              Message-Id: <199904121625.MAA00983@hwsrv1.avici.com>
2046              Subject: BigInt.pm extensions for logical operations
2047      Branch: perl
2048            ! lib/Math/BigInt.pm pod/perldelta.pod t/lib/bigintpm.t
2049 ____________________________________________________________________________
2050 [  3331] By: gsar                                  on 1999/05/08  16:09:33
2051         Log: avoid temporary files named 'tmp'
2052      Branch: perl
2053            ! Makefile.SH pp.c
2054 ____________________________________________________________________________
2055 [  3330] By: nick                                  on 1999/05/08  14:16:30
2056         Log: Implement OPEN, EOF, SEEK, TELL, BINMODE and FILENO as TIEHANDLE methods.
2057              Provide Tie::StdHandle
2058              Basic update of docs.
2059      Branch: perl
2060            + t/lib/tie-stdhandle.t
2061            ! lib/Tie/Handle.pm pod/perltie.pod pp_sys.c
2062 ____________________________________________________________________________
2063 [  3329] By: nick                                  on 1999/05/08  12:03:45
2064         Log: Tweaks to open(my $fh,...) stuff
2065      Branch: perl
2066            ! op.c pp.c pp_sys.c t/io/open.t
2067 ____________________________________________________________________________
2068 [  3328] By: nick                                  on 1999/05/08  11:18:42
2069         Log: Bring SDBM_File.xs into line with new typemap
2070      Branch: perl
2071            ! ext/SDBM_File/SDBM_File.xs
2072 ____________________________________________________________________________
2073 [  3327] By: gsar                                  on 1999/05/08  00:07:11
2074         Log: add test case for AUTOLOAD reentrancy fix in change#3279
2075      Branch: perl
2076            ! t/lib/autoloader.t
2077 ____________________________________________________________________________
2078 [  3326] By: nick                                  on 1999/05/07  21:24:50
2079         Log: Implement open( my $fh, ...) and similar.
2080              Set flag in op.c for "constructor ops"
2081              In pp_rv2gv, if flag is set and arg is PADSV and uninit
2082              vivify as reference to a detached GV.
2083              (Name of GV is the pad name.)
2084              This scheme should "just work" for pipe/socket etc. too.
2085              
2086              #if 0 out the open(FH,undef) for now.
2087              Change t/io/open.t to test open(my $fh,...)
2088      Branch: perl
2089            ! op.c pp.c pp_sys.c t/io/open.t
2090 ____________________________________________________________________________
2091 [  3325] By: nick                                  on 1999/05/07  21:18:42
2092         Log: Correct SvLEN vs SvCUR  which leads to odd "chunk" vs "line" in mess().
2093      Branch: perl
2094            ! util.c
2095 ____________________________________________________________________________
2096 [  3324] By: gsar                                  on 1999/05/07  20:28:31
2097         Log: avoid using PL_sv_mutex in condpair_magic() (avoids hangs when
2098              intervening code has to allocate SVs)
2099      Branch: perl
2100            ! util.c
2101 ____________________________________________________________________________
2102 [  3323] By: gsar                                  on 1999/05/07  19:45:08
2103         Log: allow line numbers to show in diagnostics during global destruction
2104      Branch: perl
2105            ! util.c
2106 ____________________________________________________________________________
2107 [  3322] By: gsar                                  on 1999/05/07  09:38:11
2108         Log: From: Dan Sugalski <sugalskd@ous.edu>
2109              Date: Fri, 09 Apr 1999 16:16:39 -0700
2110              Message-Id: <3.0.6.32.19990409161639.02ea1050@ous.edu>
2111              Subject: [PATCH 5.005_03]Bug in MM_VMS.PM
2112      Branch: perl
2113            ! lib/ExtUtils/MM_VMS.pm
2114 ____________________________________________________________________________
2115 [  3321] By: gsar                                  on 1999/05/07  09:08:23
2116         Log: From: kwzh@gnu.org (Karl Heuer)
2117              Date: Wed, 7 Apr 1999 23:58:58 -0400
2118              Message-Id: <199904080358.XAA01192@mescaline.gnu.org>
2119              Subject: [perl-5.005.02] detect lack of /dev/tty
2120      Branch: perl
2121            ! Makefile.SH
2122 ____________________________________________________________________________
2123 [  3320] By: gsar                                  on 1999/05/07  08:52:14
2124         Log: allow distinct prefix for versioned executables
2125              From: Roderick Schertler <roderick@argon.org>
2126              Date: Wed, 07 Apr 1999 15:34:56 -0400
2127              Message-ID: <3003.923513696@eeyore.ibcinc.com>
2128              Subject: perl55.00503 -> perl5.00503 patch for installperl
2129      Branch: perl
2130            ! INSTALL installperl
2131 ____________________________________________________________________________
2132 [  3319] By: gsar                                  on 1999/05/07  08:07:02
2133         Log: From: Dan Sugalski <sugalskd@osshe.edu>
2134              Date: Mon, 05 Apr 1999 15:38:42 -0700
2135              Message-Id: <3.0.6.32.19990405153842.0367b650@ous.edu>
2136              Subject: Re: chomp fails with $/ in fixed-length record mode
2137              --
2138              From: Roderick Schertler <roderick@argon.org>
2139              Date: Tue, 06 Apr 1999 21:11:37 -0400
2140              Message-ID: <2795.923447497@eeyore.ibcinc.com>
2141              Subject: Re: chomp fails with $/ in fixed-length record mode
2142      Branch: perl
2143            ! doop.c pod/perlfunc.pod t/op/chop.t
2144 ____________________________________________________________________________
2145 [  3318] By: gsar                                  on 1999/05/07  07:56:35
2146         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2147              Date: Tue, 6 Apr 1999 01:40:36 -0400
2148              Message-ID: <19990406014035.A1238@monk.mps.ohio-state.edu>
2149              Subject: [PATCH 5.005_*] Make % use fmod()
2150      Branch: perl
2151            ! pp.c t/op/arith.t
2152 ____________________________________________________________________________
2153 [  3317] By: gsar                                  on 1999/05/07  04:18:11
2154         Log: DBM Filters (via private mail)
2155              From: pmarquess@bfsec.bt.co.uk
2156              Date: Sun, 18 Apr 1999 21:05:52 +0100
2157              Message-Id: <199904182009.NAA19152@activestate.com>
2158              Subject: DBM Filters
2159      Branch: perl
2160            + pod/perldbmfilter.pod
2161            ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
2162            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
2163            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
2164            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
2165            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/typemap
2166            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
2167            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
2168            ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/typemap
2169            ! lib/AnyDBM_File.pm pod/Makefile pod/buildtoc pod/perl.pod
2170            ! pod/perldelta.pod t/lib/db-btree.t t/lib/db-hash.t
2171            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
2172            ! t/lib/sdbm.t
2173 ____________________________________________________________________________
2174 [  3316] By: gsar                                  on 1999/05/07  03:28:53
2175         Log: avoid negative return value from Win32::GetTickCount()
2176              From: jan.dubois@ibm.net (Jan Dubois)
2177              Date: Sat, 03 Apr 1999 19:04:18 +0200
2178              Message-ID: <37084742.22824479@smtp1.ibm.net>
2179              Subject: Re: Win32::GetTickCount
2180      Branch: perl
2181            ! win32/win32.c
2182 ____________________________________________________________________________
2183 [  3315] By: nick                                  on 1999/05/06  21:44:38
2184         Log: open(FH,undef) # creates new_tmpfile opened read/write
2185              Add t/io/open.t with test for above.
2186      Branch: perl
2187            + t/io/open.t
2188            ! pp_sys.c
2189 ____________________________________________________________________________
2190 [  3314] By: gsar                                  on 1999/05/06  08:01:23
2191         Log: compiler fixes from Vishal Bhatia <vishalb@hotmail.com>
2192              Date: Tue, 30 Mar 1999 23:40:34 PST
2193              Message-ID: <19990331074034.6117.qmail@hotmail.com>
2194              Subject: [PATCH 5.005_56] pp_entersub and pp_leavewrite(CC.pm)
2195              --
2196              Date: Wed, 07 Apr 1999 00:28:23 -0800
2197              Message-ID: <FGBNLNPOEELFAAAA@my-dejanews.com>
2198              Subject: [PATCH 5.005_56] function prototypes(B.pm)
2199              --
2200              Date: Thu, 22 Apr 1999 23:40:52 -0700
2201              Message-ID: <OEAOMKBMLDADCAAA@my-dejanews.com>
2202              Subject: [PATCH 5.005_56 ] discarding worthless padsvs
2203              --
2204              Date: Tue, 27 Apr 1999 01:14:49 PDT
2205              Message-ID: <19990427081449.28615.qmail@hotmail.com>
2206              Subject: [PATCH 5.005_56] pp_ncmp implementation ( CC.pm)
2207      Branch: perl
2208            ! ext/B/B.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm t/op/gv.t
2209            ! t/op/ref.t
2210 ____________________________________________________________________________
2211 [  3313] By: jhi                                   on 1999/05/06  07:59:52
2212         Log: Integrate from mainperl.
2213      Branch: cfgperl
2214           !> (integrate 33 files)
2215 ____________________________________________________________________________
2216 [  3312] By: gsar                                  on 1999/05/06  07:11:50
2217         Log: add Ethiopic section to unicode master database (from Ken
2218              Whistler <kenw@sybase.com>)
2219      Branch: perl
2220            ! lib/unicode/UnicodeData-Latest.txt
2221 ____________________________________________________________________________
2222 [  3311] By: gsar                                  on 1999/05/06  05:37:55
2223         Log: From: Damon Atkins <n107844@sysmgtdev.nabaus.com.au>
2224              Date: Tue, 30 Mar 1999 11:26:11 +1000 (EST)
2225              Message-Id: <199903300126.LAA20870@sysmgtdev.nabaus.com.au>
2226              Subject: Largefiles for Solaris
2227      Branch: perl
2228            ! hints/solaris_2.sh
2229 ____________________________________________________________________________
2230 [  3310] By: gsar                                  on 1999/05/06  05:14:35
2231         Log: emit more accurate diagnostic for syntax errors involving <>
2232              within eval""
2233      Branch: perl
2234            ! toke.c utils/perldoc.PL
2235 ____________________________________________________________________________
2236 [  3309] By: gsar                                  on 1999/05/06  04:36:31
2237         Log: additional test for IPC::Open3 (courtesy RonaldWS@aol.com)
2238      Branch: perl
2239            ! t/lib/open3.t
2240 ____________________________________________________________________________
2241 [  3308] By: gsar                                  on 1999/05/06  03:19:16
2242         Log: applied first part of suggested patch (bug described cannot be
2243              reproduced any longer, so the second inconclusive part has not
2244              been applied)
2245              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2246              Date: Sun, 28 Mar 1999 04:51:34 +0100
2247              Message-Id: <199903280351.EAA20430@crypt.compulink.co.uk>
2248              Subject: [PATCH 5.005_56] Re: A core dump 
2249      Branch: perl
2250            ! toke.c
2251 ____________________________________________________________________________
2252 [  3307] By: gsar                                  on 1999/05/06  01:56:06
2253         Log: fix bogus OPf_REF context in C<sort BLOCK @foo> (extension of
2254              change#3180)
2255      Branch: perl
2256            ! op.c
2257 ____________________________________________________________________________
2258 [  3306] By: gsar                                  on 1999/05/05  17:17:34
2259         Log: applied non-conflicting parts of suggested patch
2260              From: Charles Bailey <BAILEY@newman.upenn.edu>
2261              Date: Sat, 27 Mar 1999 00:16:51 -0400 (EDT)
2262              Message-id: <01J9AZY8I2PW001O2S@mail.newman.upenn.edu>
2263              Subject: [Patch 5.005_56] Revised VMS patch
2264      Branch: perl
2265            ! Changes ext/B/defsubs.h.PL hv.c iperlsys.h perl.c
2266            ! pod/perldiag.pod proto.h util.c vms/perlvms.pod vms/vms.c
2267 ____________________________________________________________________________
2268 [  3305] By: gsar                                  on 1999/05/05  16:20:19
2269         Log: make perldoc use backslashed pathnames within system() on win32
2270      Branch: perl
2271            ! pod/perldiag.pod pod/perlthrtut.pod utils/perldoc.PL
2272 ____________________________________________________________________________
2273 [  3304] By: gsar                                  on 1999/05/05  07:29:43
2274         Log: upgrade Pod::Parser to v1.081 from CPAN
2275      Branch: perl
2276            ! lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
2277            ! lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
2278            ! t/pod/special_seqs.t t/pod/special_seqs.xr t/pod/testp2pt.pl
2279 ____________________________________________________________________________
2280 [  3303] By: gsar                                  on 1999/05/05  07:02:07
2281         Log: From: Andy Dougherty <doughera@lafayette.edu>
2282              Date: Fri, 19 Mar 1999 12:31:35 -0500 (EST)
2283              Message-Id: <Pine.GSU.4.05.9903191208250.8899-100000@newton.phys>
2284              Subject: [PATCH 5.005_03-MT3] INSTALL patches
2285      Branch: perl
2286            ! INSTALL
2287 ____________________________________________________________________________
2288 [  3302] By: gsar                                  on 1999/05/05  06:55:21
2289         Log: load base packages based on nonexistent $VERSION
2290              From: andreas.koenig@anima.de (Andreas J. Koenig)
2291              Date: 19 Mar 1999 06:00:28 +0100
2292              Message-ID: <sfcsob2m5ub.fsf@dubravka.in-berlin.de>
2293              Subject: Re: base.pm flaw
2294      Branch: perl
2295            ! lib/base.pm lib/locale.pm
2296 ____________________________________________________________________________
2297 [  3301] By: gsar                                  on 1999/05/04  05:41:08
2298         Log: pod2man outputs switched date and revision label (fix suggested by
2299              EthanSasiela@mede.com)
2300      Branch: perl
2301            ! pod/pod2man.PL
2302 ____________________________________________________________________________
2303 [  3300] By: gsar                                  on 1999/05/03  18:48:25
2304         Log: adjust win32_stat() to cope with FindFirstFile() and stat() bugs
2305              (makes opendir(D,"c:") work reliably)
2306      Branch: perl
2307            ! win32/win32.c
2308 ____________________________________________________________________________
2309 [  3299] By: gsar                                  on 1999/05/02  19:39:55
2310         Log: add test case for change#3298
2311      Branch: perl
2312            ! sv.c t/op/readdir.t
2313 ____________________________________________________________________________
2314 [  3298] By: gsar                                  on 1999/05/02  19:24:41
2315         Log: close directory handles properly when localized
2316      Branch: perl
2317            ! sv.c
2318 ____________________________________________________________________________
2319 [  3297] By: jhi                                   on 1999/04/30  11:42:14
2320         Log: Integrate from mainperl.
2321      Branch: cfgperl
2322           !> Changes config_h.SH configure.com lib/AutoLoader.pm
2323           !> lib/AutoSplit.pm lib/File/Path.pm pod/perlre.pod pp.c pp_ctl.c
2324           !> pp_sys.c proto.h regcomp.c t/op/die.t t/op/ref.t util.c
2325           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/munchconfig.c
2326           !> vms/subconfigure.com win32/win32.c
2327 ____________________________________________________________________________
2328 [  3293] By: chip                                  on 1999/04/29  18:50:49
2329         Log: Fix shebang lines.
2330      Branch: maint-5.004/perl
2331            ! Porting/p4d2p h2pl/mksizes pod/checkpods.PL pod/pod2html.PL
2332            ! pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL utils/c2ph.PL
2333            ! utils/h2ph.PL utils/h2xs.PL utils/perlbug.PL utils/perldoc.PL
2334            ! utils/pl2pm.PL utils/splain.PL win32/bin/search.pl
2335            ! x2p/find2perl.PL x2p/s2p.PL
2336 ____________________________________________________________________________
2337 [  3284] By: gsar                                  on 1999/04/27  00:48:42
2338         Log: integrate change#3279 from maint-5.004
2339      Branch: perl
2340            ! lib/AutoLoader.pm
2341 ____________________________________________________________________________
2342 [  3279] By: chip                                  on 1999/04/26  23:09:26
2343         Log: Make &AutoLoad::AUTOLOAD reentrant.
2344      Branch: maint-5.004/perl
2345            ! lib/AutoLoader.pm
2346 ____________________________________________________________________________
2347 [  3276] By: chip                                  on 1999/04/26  22:34:36
2348         Log: Make porting scripts executable.
2349      Branch: maint-5.004/perl
2350            ! Changes Porting/genlog Porting/makerel Porting/p4desc
2351            ! Porting/patchls
2352 ____________________________________________________________________________
2353 [  3274] By: gsar                                  on 1999/04/26  17:30:31
2354         Log: allow embedded null characters in diagnostics
2355      Branch: perl
2356            ! pp_ctl.c pp_sys.c proto.h regcomp.c t/op/die.t util.c
2357 ____________________________________________________________________________
2358 [  3273] By: gsar                                  on 1999/04/26  08:27:22
2359         Log: hand-applied conflicting parts of suggested patch
2360              From: Charles Bailey <BAILEY@newman.upenn.edu>
2361              Date: Wed, 17 Mar 1999 23:55:23 -0400 (EDT)
2362              Message-id: <01J8YELSL7WK001E7S@mail.newman.upenn.edu>
2363              Subject: [PATCH 5.005_56] VMS configuration/build
2364      Branch: perl
2365            ! configure.com vms/descrip_mms.template vms/gen_shrfls.pl
2366            ! vms/munchconfig.c vms/subconfigure.com
2367 ____________________________________________________________________________
2368 [  3272] By: gsar                                  on 1999/04/26  08:25:41
2369         Log: update Changes; tweak minor regressions
2370      Branch: perl
2371            ! Changes lib/AutoSplit.pm lib/File/Path.pm
2372 ____________________________________________________________________________
2373 [  3271] By: gsar                                  on 1999/04/26  07:52:51
2374         Log: integrate change#3229 from maint-5.004
2375      Branch: perl
2376            ! pp_ctl.c util.c
2377 ____________________________________________________________________________
2378 [  3270] By: gsar                                  on 1999/04/25  22:58:27
2379         Log: fix buggy reference count on refs to SVs with autoviv magic
2380              (resulted in C<my @a; $a[1] = 1; print \$_ for @a> and Data::Dumper
2381              accessing free()d memory)
2382      Branch: perl
2383            ! pp.c t/op/ref.t
2384 ____________________________________________________________________________
2385 [  3269] By: gsar                                  on 1999/04/24  17:07:55
2386         Log: fix bug in change#3123 (off-by-one, caused C<qx[noargs]> to fail
2387              on win32)
2388      Branch: perl
2389            ! win32/win32.c
2390 ____________________________________________________________________________
2391 [  3268] By: gsar                                  on 1999/04/24  16:38:25
2392         Log: kill dup hunk
2393      Branch: perl
2394            ! config_h.SH
2395 ____________________________________________________________________________
2396 [  3267] By: gsar                                  on 1999/04/24  16:35:57
2397         Log: integrate cfgperl changes into mainline
2398      Branch: perl
2399           +> myconfig.SH
2400            - myconfig
2401            ! pod/perlre.pod
2402           !> (integrate 38 files)
2403 ____________________________________________________________________________
2404 [  3266] By: jhi                                   on 1999/04/23  18:42:44
2405         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
2406              To: perl5-porters@perl.org, Jarkko Hietaniemi <jhi@iki.fi>,
2407              Graham Barr <gbarr@pobox.com>, Gurusamy Sarathy <gsar@activestate.com>
2408              Cc: Lionel Cons <lionel.cons@cern.ch>,
2409              Ilya Zakharevich <ilya@math.ohio-state.edu>,
2410              David Hayes <david@bdel.com>
2411              Subject: [PATCH] h2ph
2412              Date: Fri, 23 Apr 1999 12:37:23 -0400
2413              Message-ID: <19990423123723.A49550@O2.chapin.edu>
2414      Branch: cfgperl
2415            ! utils/h2ph.PL
2416 ____________________________________________________________________________
2417 [  3265] By: jhi                                   on 1999/04/21  18:17:12
2418         Log: From: lane@duphy4.physics.drexel.edu (by way of Dan Sugalski <sugalskd@ous.edu>)
2419              To: perlbug@perl.org
2420              Subject: [PATCH Perl 5.005.56] descrip_mms.template installed files fix
2421              Date: Wed, 21 Apr 1999 08:17:54 -0700
2422              Message-Id: <3.0.6.32.19990421081754.03127b60@ous.edu>
2423      Branch: cfgperl
2424            ! vms/descrip_mms.template
2425 ____________________________________________________________________________
2426 [  3264] By: jhi                                   on 1999/04/20  08:50:54
2427         Log: From: Andy Dougherty <doughera@lafayette.edu>
2428              To: The Perl Porters Mailing List <perl5-porters@perl.org>
2429              Subject: [PATCH 5.005_56] Re: 5.006 Todo
2430              Date: Mon, 19 Apr 1999 16:27:07 -0400 (EDT)
2431              Message-Id: <Pine.GSU.4.05.9904191623470.7838-100000@newton.phys>
2432      Branch: cfgperl
2433            ! Porting/pumpkin.pod
2434 ____________________________________________________________________________
2435 [  3263] By: jhi                                   on 1999/04/20  08:05:01
2436         Log: From: Chip Salzenberg <chip@perlsupport.com>
2437              To: Perl 5 Porters <perl5-porters@perl.org>
2438              Subject: [PATCH 5.005_56] Configure: $sig_count
2439              Date: Sun, 18 Apr 1999 17:54:36 -0400
2440              Message-ID: <19990418175436.A27496@perlsupport.com>
2441      Branch: cfgperl
2442            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2443            ! config_h.SH
2444 ____________________________________________________________________________
2445 [  3262] By: jhi                                   on 1999/04/19  18:23:50
2446         Log: Subject: PATCH wrong faq reference in perlbook.pod
2447              From: Robin Barker <rmb1@cise.npl.co.uk>
2448              To: perlbug@perl.com
2449              Date: Fri, 9 Apr 1999 16:05:23 +0100 (BST)
2450              Message-Id: <199904091505.QAA03757@cyclone.cise.npl.co.uk>
2451      Branch: cfgperl
2452            ! pod/perlbook.pod
2453 ____________________________________________________________________________
2454 [  3261] By: jhi                                   on 1999/04/15  13:59:04
2455         Log: From: Andy Dougherty <doughera@lafayette.edu>
2456              To: Hugo van der Sanden <hugo@corp.netcom.net.uk>
2457              Cc: Perl Porters <perl5-porters@perl.org>
2458              Subject: [PATCH] Re: 5.005_03 and gcc, GNU ld under Solaris 2.6
2459              Date: Wed, 14 Apr 1999 17:07:43 -0400 (EDT)
2460              Message-Id: <Pine.GSU.4.05.9904141658290.4262-100000@newton.phys>
2461      Branch: cfgperl
2462            ! hints/solaris_2.sh
2463 ____________________________________________________________________________
2464 [  3260] By: jhi                                   on 1999/04/15  13:56:53
2465         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
2466              To: pumpkings@jhereg.perl.com
2467              Subject: PATCH: 5.005_56: perldata.pod (UPDATE)
2468              Date: Thu, 15 Apr 1999 07:13:41 -0600
2469              Message-Id: <199904151313.HAA07682@jhereg.perl.com>
2470      Branch: cfgperl
2471            ! pod/perldata.pod
2472 ____________________________________________________________________________
2473 [  3259] By: jhi                                   on 1999/04/13  23:12:52
2474         Log: LDLIBPTH also on 'clean' targets.
2475      Branch: cfgperl
2476            ! Makefile.SH
2477 ____________________________________________________________________________
2478 [  3258] By: jhi                                   on 1999/04/13  21:38:46
2479         Log: Add information about the two DEC C compiler optimizer bugs
2480              (what patch levels of the compilers fix them).
2481      Branch: cfgperl
2482            ! pp.c t/op/repeat.t
2483 ____________________________________________________________________________
2484 [  3257] By: jhi                                   on 1999/04/13  14:25:08
2485         Log: Be polite about ccdlflags and lddflags, too.
2486              Avoid Perl's malloc only when threaded.
2487      Branch: cfgperl
2488            ! hints/aix.sh
2489 ____________________________________________________________________________
2490 [  3256] By: jhi                                   on 1999/04/13  10:21:33
2491         Log: Croak if no known ways to semctl() (don't assume union semun).
2492      Branch: cfgperl
2493            ! doio.c perl.h
2494 ____________________________________________________________________________
2495 [  3255] By: jhi                                   on 1999/04/13  09:10:26
2496         Log: From: Dan Sugalski <sugalskd@osshe.edu>
2497              To: perl5-porters@perl.org, vmsperl@perl.org
2498              Subject: [Patch 5.005/5.006]Another MM_VMS.pm patch
2499              Date: Mon, 12 Apr 1999 13:36:48 -0700
2500              Message-Id: <3.0.6.32.19990412133648.030e7ec0@ous.edu>
2501      Branch: cfgperl
2502            ! lib/ExtUtils/MM_VMS.pm
2503 ____________________________________________________________________________
2504 [  3254] By: jhi                                   on 1999/04/13  06:56:26
2505         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
2506              To: perlbug@perl.com
2507              Subject: Update for OpenBSD hints
2508              Date: Mon, 12 Apr 1999 23:12:22 -0600 (MDT)
2509              Message-Id: <199904130512.XAA27712@xerxes.courtesan.com>
2510      Branch: cfgperl
2511            ! hints/openbsd.sh
2512 ____________________________________________________________________________
2513 [  3229] By: chip                                  on 1999/04/13  04:04:14
2514         Log: Preserve errno from importunities of sfio.
2515      Branch: maint-5.004/perl
2516            ! pp_ctl.c util.c
2517 ____________________________________________________________________________
2518 [  3226] By: jhi                                   on 1999/04/11  12:52:26
2519         Log: If both ways to call semctl are broken,    skip the tests.
2520      Branch: cfgperl
2521            ! t/lib/ipc_sysv.t
2522 ____________________________________________________________________________
2523 [  3225] By: jhi                                   on 1999/04/10  22:27:28
2524         Log: From: Andy Dougherty <doughera@lafayette.edu>
2525              To: dsembr01@ox.slug.louisville.edu
2526              Cc: perlbug@perl.com
2527              Subject: [PATCH 5.004_05 5.005_03 5.005_56] Re: Misspelled macro in ext/POSIX/POSIX.xs?
2528              Date: Fri, 9 Apr 1999 16:58:08 -0400 (EDT)
2529              Message-Id: <Pine.GSU.4.05.9904091648570.894-100000@newton.phys>
2530      Branch: cfgperl
2531            ! ext/POSIX/POSIX.xs
2532 ____________________________________________________________________________
2533 [  3224] By: jhi                                   on 1999/04/09  18:50:32
2534         Log: From: Andy Dougherty <doughera@lafayette.edu>
2535              To: Perl Porters <perl5-porters@perl.org>
2536              Subject: [PATCH 5.005_56] Re: prefix= in hints
2537              Date: Fri, 9 Apr 1999 14:54:18 -0400 (EDT)
2538              Message-Id: <Pine.GSU.4.05.9904091445280.894-100000@newton.phys>
2539              
2540              (Overrides change #3204 from Kurt)
2541      Branch: cfgperl
2542            ! hints/linux.sh
2543 ____________________________________________________________________________
2544 [  3223] By: jhi                                   on 1999/04/09  18:37:55
2545         Log: Understand Apollo's //node notation.
2546              
2547              From: Johann Klasek <jk@auto.tuwien.ac.at>
2548              To: jhi@iki.fi
2549              Subject: Re: DomainPerl
2550              Date: Fri, 9 Apr 1999 18:21:37 +0200
2551              Message-ID: <19990409182137.A2299@euklid.auto.tuwien.ac.at>
2552      Branch: cfgperl
2553            ! lib/Cwd.pm
2554 ____________________________________________________________________________
2555 [  3220] By: jhi                                   on 1999/04/04  16:33:49
2556         Log: Integrate from mainperl.
2557      Branch: cfgperl
2558           !> (integrate 39 files)
2559 ____________________________________________________________________________
2560 [  3219] By: gsar                                  on 1999/04/04  02:48:17
2561         Log: tweak previous change
2562      Branch: maint-5.005/perl
2563            ! win32/win32.c
2564 ____________________________________________________________________________
2565 [  3218] By: gsar                                  on 1999/04/04  02:44:47
2566         Log: be careful about extending the stack for the Win32:: builtins
2567      Branch: maint-5.005/perl
2568            ! win32/win32.c
2569 ____________________________________________________________________________
2570 [  3217] By: gsar                                  on 1999/04/04  01:59:26
2571         Log: correct places that said newSVpv() when they meant newSVpvn()
2572      Branch: perl
2573            ! XSUB.h dump.c ext/B/B.xs ext/B/defsubs.h.PL
2574            ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_vms.xs
2575            ! ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
2576            ! ext/Socket/Socket.xs ext/attrs/attrs.xs gv.c hv.c hv.h
2577            ! jpl/JNI/JNI.xs mg.c op.c perl.c pod/perlguts.pod pp.c pp_ctl.c
2578            ! pp_sys.c regcomp.c toke.c util.c win32/dl_win32.xs
2579            ! win32/win32.c
2580 ____________________________________________________________________________
2581 [  3216] By: gsar                                  on 1999/04/03  23:58:27
2582         Log: avoid duplicate code
2583      Branch: perl
2584            ! sv.c
2585 ____________________________________________________________________________
2586 [  3215] By: gsar                                  on 1999/04/03  23:14:34
2587         Log: grow PL_tmps_stack more efficiently; make it more amenable to
2588              STRESS_REALLOC testing
2589      Branch: perl
2590            ! embed.h embed.pl global.sym objXSUB.h pp.h proto.h scope.c
2591            ! sv.c
2592 ____________________________________________________________________________
2593 [  3214] By: gsar                                  on 1999/04/03  21:01:09
2594         Log: scrounge and save three extra branches in pp_entersub()
2595      Branch: perl
2596            ! cv.h pp_ctl.c pp_hot.c
2597 ____________________________________________________________________________
2598 [  3213] By: gsar                                  on 1999/04/03  17:43:23
2599         Log: remove duplicate code and an extra branch in sv_setsv() and
2600              other hot code by making SvTHINKFIRST() think about FAKE SVs
2601      Branch: perl
2602            ! doio.c embed.h embed.pl global.sym objXSUB.h pp.c pp_hot.c
2603            ! proto.h scope.c sv.c sv.h
2604 ____________________________________________________________________________
2605 [  3212] By: jhi                                   on 1999/04/03  16:20:09
2606         Log: Fix up some _t nits (Pid_t, Gid_t, Uid_t, etc. instead of int).
2607              
2608              From: John Bley <jbb6@acpub.duke.edu>
2609              To: perlbug@perl.org
2610              Subject: [PATCH]5.005_03 (CORE) Fix some _t nits
2611              Date: Thu, 1 Apr 1999 02:01:47 -0500 (EST)
2612              Message-ID: <Pine.SOL.3.91.990401015805.21458A-100000@soc13.acpub.duke.edu>
2613      Branch: cfgperl
2614            ! doio.c pp_sys.c
2615 ____________________________________________________________________________
2616 [  3211] By: jhi                                   on 1999/04/03  13:27:26
2617         Log: Change #3210 was rather unportable.  This is better.
2618      Branch: cfgperl
2619            ! Configure config_h.SH
2620 ____________________________________________________________________________
2621 [  3210] By: jhi                                   on 1999/04/03  13:16:20
2622         Log: Avoid Digital UNIX' ksh.
2623              
2624              From: Jarkko Hietaniemi <jhi@iki.fi> 
2625              To: Henrik Tougaard <ht000@siberut.foa.dk> 
2626              Cc: perlbug@perl.com, ht000@foa.dk 
2627              Subject: Re: Not OK perl5.005_03-MAINT_TRIAL_4
2628              Date: Wed, 27 Jan 1999 16:52:33 +0200 (EET) 
2629              Message-ID: <13999.10289.319422.239987@alpha.hut.fi> 
2630      Branch: cfgperl
2631            ! Configure config_h.SH
2632 ____________________________________________________________________________
2633 [  3209] By: jhi                                   on 1999/04/03  12:49:04
2634         Log: Integrate from mainperl.
2635      Branch: cfgperl
2636           !> Changes Makefile.SH README installperl t/lib/bigfloatpm.t
2637 ____________________________________________________________________________
2638 [  3208] By: jhi                                   on 1999/04/03  12:27:24
2639         Log: Add -mabi=64 to ccflags for 64-bit IRIX gcc.
2640              
2641              From: Lionel Cons <lionel.cons@cern.ch>
2642              To: jhi@iki.fi
2643              Cc: perlbug@perl.com, kstar@isinet.com,
2644              Philippe Defert <philippe.defert@cern.ch>
2645              Subject: Re: Not OK: perl 5.00503 on IP27-irix 6.5 (UNINSTALLED)
2646              Date: Thu, 1 Apr 1999 14:05:28 +0200 (METDST)
2647              Message-Id: <199904011205.OAA11380@mercury.cern.ch>
2648      Branch: cfgperl
2649            ! hints/irix_6.sh
2650 ____________________________________________________________________________
2651 [  3207] By: jhi                                   on 1999/04/03  12:20:21
2652         Log: Be polite about usemymalloc.
2653      Branch: cfgperl
2654            ! hints/aix.sh
2655 ____________________________________________________________________________
2656 [  3206] By: gsar                                  on 1999/04/02  23:31:59
2657         Log: a typo in change#3205
2658      Branch: perl
2659            ! t/lib/bigfloatpm.t
2660 ____________________________________________________________________________
2661 [  3205] By: gsar                                  on 1999/04/02  23:20:31
2662         Log: make testsuite reflect change#3157  (Math::BigFloat->new now
2663              returns NaNs faithfully)
2664      Branch: perl
2665            ! t/lib/bigfloatpm.t
2666 ____________________________________________________________________________
2667 [  3204] By: jhi                                   on 1999/04/02  22:03:23
2668         Log: On -Uinstallusrbinperl and no -Dprefix, set prefix to /usr/local.
2669              
2670              From: "Kurt D. Starsinic" <kstar@chapin.edu>
2671              To: perl5-porters@perl.org
2672              Subject: linux hints nit
2673              Date: Fri, 2 Apr 1999 16:49:47 -0500
2674              Message-ID: <19990402164947.E80926@O2.chapin.edu>
2675      Branch: cfgperl
2676            ! hints/linux.sh
2677 ____________________________________________________________________________
2678 [  3203] By: jhi                                   on 1999/04/02  22:00:56
2679         Log: Display exact glibc version in Linux. 
2680              
2681              From: Andy Dougherty <doughera@lafayette.edu>
2682              To: Perl Porters <perl5-porters@perl.org>
2683              Subject: Displaying glibc version on Linux
2684              Date: Mon, 29 Mar 1999 15:04:26 -0500 (EST)
2685              Message-Id: <Pine.GSU.4.05.9903291417370.15335-100000@newton.phys>
2686      Branch: cfgperl
2687            ! hints/linux.sh
2688 ____________________________________________________________________________
2689 [  3202] By: gsar                                  on 1999/04/02  21:23:18
2690         Log: various little goofs
2691      Branch: perl
2692            ! Changes Makefile.SH README installperl
2693 ____________________________________________________________________________
2694 [  3201] By: jhi                                   on 1999/04/02  13:13:39
2695         Log: Configure regen.
2696              
2697              Add llseek + offset_t probing.
2698              Change CONFIG to CONFIGDOTSH.
2699              'unset foo' is unportable, use foo=''.
2700      Branch: cfgperl
2701            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
2702            ! configpm makeaperl.SH makedepend.SH makedir.SH myconfig.SH
2703            ! perl_exp.SH writemain.SH
2704 ____________________________________________________________________________
2705 [  3200] By: jhi                                   on 1999/04/02  12:06:22
2706         Log: Introduce myconfig.SH.
2707              
2708              From: Andy Dougherty <doughera@lafayette.edu>
2709              To: Jarkko Hietaniemi <jhi@iki.fi>
2710              Cc: Nick Ing-Simmons <nik@tiuk.ti.com>, Perl Porters <perl5-porters@perl.org>
2711              Subject: [PATCH] myconfig.SH (was Re: perl install bug on AIX 4.3.1.0)
2712              Date: Tue, 30 Mar 1999 12:41:29 -0500 (EST)
2713              Message-Id: <Pine.GSU.4.05.9903301222280.15987-100000@newton.phys>
2714      Branch: cfgperl
2715            + myconfig.SH
2716            - myconfig
2717            ! MANIFEST
2718 ____________________________________________________________________________
2719 [  3195] By: jhi                                   on 1999/03/28  16:42:54
2720         Log: Update perlhist on 5_03.
2721      Branch: maint-5.005/perl
2722            ! pod/perlhist.pod
2723 ____________________________________________________________________________
2724 [  3194] By: jhi                                   on 1999/03/28  12:30:01
2725         Log: Integrate from mainperl.
2726      Branch: cfgperl
2727           +> t/op/grep.t
2728            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
2729            ! t/lib/bigintpm.t
2730           !> MANIFEST Porting/p4desc ext/Thread/Thread.xs op.c
2731           !> t/lib/thread.t
2732 ____________________________________________________________________________
2733 [  3189] By: gsar                                  on 1999/03/28  08:22:00
2734         Log: various pod niggles
2735      Branch: maint-5.005/perl
2736            ! pod/perl.pod pod/perldebug.pod pod/perldiag.pod
2737            ! pod/perlfunc.pod pod/perlhist.pod
2738 ____________________________________________________________________________
2739 [  3187] By: gsar                                  on 1999/03/28  07:31:16
2740         Log: regularize CAPI declarations (CAPI extensions now build under
2741              the Borland compiler)
2742      Branch: maint-5.005/perl
2743            ! win32/GenCAPI.pl
2744 ____________________________________________________________________________
2745 [  3186] By: gsar                                  on 1999/03/28  07:26:33
2746         Log: ensure XS_LOCKS stuff happens *before* XSUB is entered under
2747              -DPERL_CAPI
2748      Branch: maint-5.005/perl
2749            ! XSlock.h win32/GenCAPI.pl win32/Makefile win32/makefile.mk
2750 ____________________________________________________________________________
2751 [  3183] By: gsar                                  on 1999/03/28  06:00:46
2752         Log: update p4 utility to ignore non-text files
2753      Branch: perl
2754            ! Porting/p4desc
2755 ____________________________________________________________________________
2756 [  3181] By: gsar                                  on 1999/03/28  03:37:23
2757         Log: integrate change#3179 from maint-5.005
2758      Branch: perl
2759           !> ext/Thread/Thread.xs t/lib/thread.t
2760 ____________________________________________________________________________
2761 [  3180] By: gsar                                  on 1999/03/28  02:28:20
2762         Log: fix bogus OPf_REF context for the BLOCK in C<grep BLOCK @foo>
2763              (sometimes caused bizarreness in the BLOCK)
2764      Branch: perl
2765            + t/op/grep.t
2766            ! MANIFEST op.c
2767 ____________________________________________________________________________
2768 [  3179] By: gsar                                  on 1999/03/28  02:14:04
2769         Log: fix thread segfault when passing large number of arguments to child
2770              a la C<Thread->new($foo, 1..1000)>
2771      Branch: maint-5.005/perl
2772            ! ext/Thread/Thread.xs t/lib/thread.t
2773 ____________________________________________________________________________
2774 [  3178] By: gbarr                                 on 1999/03/28  01:39:23
2775         Log: fix $Config{'usethreads'} typo in perlthrtut
2776              
2777              From: Ian Maloney <szhmf9@wsblob.ubs.com>
2778              Date: Thu, 25 Mar 1999 16:40:14 +0100 (MET)
2779              Message-Id: <199903251540.QAA02439@wsblob.>
2780              Subject: perlthrtut documentation error
2781      Branch: maint-5.005/perl
2782            ! pod/perlthrtut.pod
2783 ____________________________________________________________________________
2784 [  3173] By: gbarr                                 on 1999/03/27  18:19:47
2785         Log: Update Test.pm to VERSION 1.122 from CPAN
2786      Branch: maint-5.005/perl
2787            ! lib/Test.pm
2788 ____________________________________________________________________________
2789 [  3171] By: jhi                                   on 1999/03/26  22:38:28
2790         Log: Integrate from mainperl.
2791      Branch: cfgperl
2792           !> (integrate 37 files)
2793 ____________________________________________________________________________
2794 [  3170] By: gsar                                  on 1999/03/26  01:30:25
2795         Log: specify type of bracket in "Unmatched bracket" diagnostic;
2796              prefer 'brace' or 'curly bracket' over 'curly brace'
2797      Branch: perl
2798            ! pod/perldiag.pod pod/perlreftut.pod pod/perlstyle.pod
2799            ! t/op/misc.t t/op/re_tests toke.c
2800 ____________________________________________________________________________
2801 [  3169] By: gsar                                  on 1999/03/26  00:50:51
2802         Log: better description of "Integer overflow" diagnostic
2803      Branch: perl
2804            ! pod/perldiag.pod
2805 ____________________________________________________________________________
2806 [  3168] By: gsar                                  on 1999/03/25  11:02:46
2807         Log: applied needful parts of suggested patch
2808              From: "Vishal Bhatia" <vishalb@my-dejanews.com>
2809              Date: Tue, 23 Mar 1999 16:21:43 -0800
2810              Message-ID: <OOOKJGFMLFLHBAAA@my-dejanews.com>
2811              Subject: [PATCH 5.005_56] pp_formline correction
2812      Branch: perl
2813            ! ext/B/B/Bblock.pm ext/B/B/CC.pm
2814 ____________________________________________________________________________
2815 [  3167] By: gsar                                  on 1999/03/25  10:39:02
2816         Log: clarify what a "comment" means (due to Mark-Jason Dominus
2817              <mjd@plover.com>)
2818      Branch: perl
2819            ! pod/perlsyn.pod
2820 ____________________________________________________________________________
2821 [  3166] By: gsar                                  on 1999/03/25  10:33:18
2822         Log: describe current behavior on local($foo{nothere}) (suggested by
2823              Lionel Cons <lionel.cons@cern.ch>)
2824      Branch: perl
2825            ! pod/perlsub.pod
2826 ____________________________________________________________________________
2827 [  3165] By: gsar                                  on 1999/03/25  06:21:05
2828         Log: fix refcnt on PL_main_cv (variant of suggestion by Vishal Bhatia
2829              <vishalb@hotmail.com>)
2830      Branch: perl
2831            ! ext/B/B/C.pm
2832 ____________________________________________________________________________
2833 [  3164] By: gsar                                  on 1999/03/25  06:17:27
2834         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
2835              Date: Tue, 23 Mar 1999 17:47:04 -0800 (PST)
2836              Message-ID: <14072.16859.154428.241373@fre-76-120.reshall.berkeley.edu>
2837              Subject: [PATCH _56] Compiler needs to know about utf8 SVOP tr///s
2838      Branch: perl
2839            ! ext/B/B.xs op.h opcode.pl
2840 ____________________________________________________________________________
2841 [  3163] By: gsar                                  on 1999/03/25  06:15:49
2842         Log: B::Deparse update from Stephen McCamant <smccam@uclink4.berkeley.edu>
2843              Date: Tue, 23 Mar 1999 02:41:34 -0800 (PST)
2844              Message-ID: <14071.27445.867782.852353@fre-76-120.reshall.berkeley.edu>
2845              Subject: [PATCH _56] B::Deparse 0.57
2846              --
2847              Date: Tue, 23 Mar 1999 13:08:12 -0800 (PST)
2848              Message-ID: <14072.502.107712.175179@fre-76-120.reshall.berkeley.edu>
2849              Subject: Re: [PATCH _56] B::Deparse 0.57 
2850      Branch: perl
2851            ! AUTHORS MAINTAIN ext/B/B/Deparse.pm
2852 ____________________________________________________________________________
2853 [  3162] By: gsar                                  on 1999/03/25  06:11:46
2854         Log: fix a few places that said 'int', but meant 'STRLEN'
2855      Branch: perl
2856            ! pod/perlguts.pod proto.h sv.c
2857 ____________________________________________________________________________
2858 [  3161] By: gsar                                  on 1999/03/25  06:01:18
2859         Log: From: Russ Allbery <rra@stanford.edu>
2860              Date: 22 Mar 1999 04:26:26 -0800
2861              Message-ID: <yl4sndr9ql.fsf@windlord.stanford.edu>
2862              Subject: [5.005_56] Add EXISTS to SDBM_File and libsdbm
2863      Branch: perl
2864            ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/sdbm/README.too
2865            ! ext/SDBM_File/sdbm/pair.c ext/SDBM_File/sdbm/pair.h
2866            ! ext/SDBM_File/sdbm/sdbm.3 ext/SDBM_File/sdbm/sdbm.c
2867            ! ext/SDBM_File/sdbm/sdbm.h pod/perldelta.pod t/lib/sdbm.t
2868 ____________________________________________________________________________
2869 [  3160] By: gsar                                  on 1999/03/25  02:26:31
2870         Log: better description of OP_UNSTACK (s/unstack/iteration finalizer/)
2871      Branch: perl
2872            ! opcode.h opcode.pl
2873 ____________________________________________________________________________
2874 [  3159] By: gsar                                  on 1999/03/25  02:18:17
2875         Log: add statement-modifier loops to :base_loop class
2876      Branch: perl
2877            ! ext/Opcode/Opcode.pm
2878 ____________________________________________________________________________
2879 [  3158] By: gsar                                  on 1999/03/25  00:36:57
2880         Log: integrate changes#3105,3130,3154 from maint-5.005
2881      Branch: perl
2882           !> Configure INSTALL hints/dec_osf.sh hints/netbsd.sh
2883 ____________________________________________________________________________
2884 [  3157] By: gsar                                  on 1999/03/25  00:24:17
2885         Log: remove bogus panic()
2886      Branch: perl
2887            ! Changes lib/Math/BigFloat.pm
2888 ____________________________________________________________________________
2889 [  3156] By: jhi                                   on 1999/03/24  22:43:43
2890         Log: Integrate from mainperl.
2891      Branch: cfgperl
2892           +> (branch 38 files)
2893           !> (integrate 68 files)
2894 ____________________________________________________________________________
2895 [  3155] By: jhi                                   on 1999/03/24  22:12:17
2896         Log: Configure regenerated because of changes #3130/#3154 and #3147.
2897      Branch: cfgperl
2898            ! Configure config_h.SH
2899 ____________________________________________________________________________
2900 [  3154] By: jhi                                   on 1999/03/24  21:40:51
2901         Log: Reword the shared library search path (LD_LIBRARY_PATH) info
2902              based on suggestions from Andy Dougherty.
2903      Branch: maint-5.005/perl
2904            ! INSTALL
2905 ____________________________________________________________________________
2906 [  3153] By: gsar                                  on 1999/03/24  10:38:05
2907         Log: applied suggested patch, modulo superceded parts
2908              From: Charles Bailey <BAILEY@newman.upenn.edu>
2909              Date: Thu, 18 Mar 1999 00:10:44 -0400 (EDT)
2910              Message-id: <01J8YFGIHW2W001E7S@mail.newman.upenn.edu>
2911              Subject: [PATCH 5.005_56] Miscellaneous VMS-specific fixes
2912      Branch: perl
2913            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
2914            ! t/comp/require.t t/op/lex_assign.t t/op/taint.t
2915            ! utils/perldoc.PL vms/ext/Stdio/Stdio.pm vms/ext/Stdio/Stdio.xs
2916            ! vms/ext/Stdio/test.pl vms/test.com vms/vmsish.h
2917 ____________________________________________________________________________
2918 [  3152] By: gsar                                  on 1999/03/24  10:30:51
2919         Log: applied suggested patch, modulo superceded parts
2920              From: Charles Bailey <BAILEY@newman.upenn.edu>
2921              Date: Thu, 18 Mar 1999 00:04:31 -0400 (EDT)
2922              Message-id: <01J8YF0EOWLU001E7S@mail.newman.upenn.edu>
2923              Subject: [PATCH 5.005_56] Miscellaneous small fixes
2924      Branch: perl
2925            ! ext/B/defsubs.h.PL ext/re/re.pm lib/ExtUtils/MM_Unix.pm
2926            ! lib/File/Basename.pm
2927 ____________________________________________________________________________
2928 [  3151] By: gsar                                  on 1999/03/24  10:15:00
2929         Log: doc tweak suggested by M.J.T. Guy <mjtg@cus.cam.ac.uk>
2930      Branch: perl
2931            ! pod/perlop.pod
2932 ____________________________________________________________________________
2933 [  3150] By: gsar                                  on 1999/03/24  10:09:13
2934         Log: missing integration in previous change
2935      Branch: perl
2936           !> README.apollo
2937 ____________________________________________________________________________
2938 [  3149] By: gsar                                  on 1999/03/24  10:06:44
2939         Log: integrate changes#3116,3119 from maint-5.005
2940      Branch: perl
2941            + README.apollo
2942           +> apollo/netinet/in.h
2943           !> MANIFEST hints/apollo.sh t/lib/io_udp.t
2944 ____________________________________________________________________________
2945 [  3148] By: gsar                                  on 1999/03/24  10:01:56
2946         Log: integrate changes#3091-3094 from maint-5.005
2947      Branch: perl
2948           !> README.hurd vms/subconfigure.com vos/config.h
2949           !> vos/config_h.SH_orig
2950 ____________________________________________________________________________
2951 [  3147] By: gsar                                  on 1999/03/24  09:31:49
2952         Log: warn about newfangled vfork() caveats
2953      Branch: perl
2954            ! Configure
2955 ____________________________________________________________________________
2956 [  3146] By: jhi                                   on 1999/03/24  09:20:14
2957         Log: Bring in changes #2808 and #2812 (from mainline perl)
2958              that enhance the perlbug checklist.
2959      Branch: maint-5.005/perl
2960            ! utils/perlbug.PL
2961 ____________________________________________________________________________
2962 [  3145] By: gsar                                  on 1999/03/24  08:37:02
2963         Log: integrate change#3115 from maint-5.005
2964      Branch: perl
2965           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
2966           !> ext/DB_File/DB_File.xs ext/DB_File/typemap
2967 ____________________________________________________________________________
2968 [  3144] By: gsar                                  on 1999/03/24  08:33:59
2969         Log: add note about map in scalar context
2970      Branch: perl
2971            ! pod/perlfunc.pod
2972 ____________________________________________________________________________
2973 [  3143] By: gsar                                  on 1999/03/24  08:25:59
2974         Log: doc tweak
2975      Branch: perl
2976            ! lib/Time/Local.pm
2977 ____________________________________________________________________________
2978 [  3142] By: gsar                                  on 1999/03/24  08:20:37
2979         Log: applied suggested patch, modulo bogus hunk
2980              From: "Vishal Bhatia" <vishalb@hotmail.com>
2981              Date: Thu, 11 Mar 1999 07:40:27 PST
2982              Message-ID: <19990311154027.25891.qmail@hotmail.com>
2983              Subject: [PATCH 5.005_56] Minor fixes in perlcc
2984      Branch: perl
2985            ! ext/B/B/C.pm ext/B/B/CC.pm utils/perlcc.PL
2986 ____________________________________________________________________________
2987 [  3141] By: gsar                                  on 1999/03/24  08:06:12
2988         Log: integrate change#3104 from maint-5.005
2989      Branch: perl
2990           !> README.os390 t/lib/posix.t
2991 ____________________________________________________________________________
2992 [  3140] By: gsar                                  on 1999/03/24  06:34:56
2993         Log: fix failure of C<&locked_sub;> under -Dusethreads
2994      Branch: perl
2995            ! pp_hot.c t/lib/thread.t
2996 ____________________________________________________________________________
2997 [  3139] By: gsar                                  on 1999/03/24  05:52:00
2998         Log: debugger tweak (wasn't printing a newline after recalled commands)
2999      Branch: perl
3000            ! lib/perl5db.pl
3001 ____________________________________________________________________________
3002 [  3138] By: gsar                                  on 1999/03/24  05:33:28
3003         Log: document OO exceptions (based on a suggestion by Andreas Koenig
3004              <andreas.koenig@anima.de>)
3005      Branch: perl
3006            ! pod/perlfunc.pod
3007 ____________________________________________________________________________
3008 [  3137] By: gsar                                  on 1999/03/24  02:50:20
3009         Log: better "Illegal %s digit ignored" warnings
3010      Branch: perl
3011            ! MANIFEST pod/perldiag.pod pod/perlfunc.pod t/pragma/warn/util
3012            ! toke.c util.c
3013 ____________________________________________________________________________
3014 [  3136] By: gsar                                  on 1999/03/24  02:26:38
3015         Log: fix off-by-one that resulted in misparse of C</[\x{80}-\x{81}]/>
3016      Branch: perl
3017            + t/pragma/utf8.t
3018            ! regcomp.c
3019 ____________________________________________________________________________
3020 [  3135] By: gsar                                  on 1999/03/24  01:29:09
3021         Log: flip release & version in win32_uname()
3022      Branch: perl
3023            ! win32/win32.c
3024 ____________________________________________________________________________
3025 [  3134] By: gsar                                  on 1999/03/24  01:08:33
3026         Log: support POSIX::uname() via win32_uname()
3027      Branch: perl
3028            ! XSUB.h iperlsys.h win32/GenCAPI.pl win32/config.bc
3029            ! win32/config.gc win32/config.vc win32/config_H.bc
3030            ! win32/config_H.gc win32/config_H.vc win32/makedef.pl
3031            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
3032 ____________________________________________________________________________
3033 [  3133] By: gsar                                  on 1999/03/23  22:20:10
3034         Log: From: jan.dubois@ibm.net (Jan Dubois)
3035              Date: Sat, 06 Mar 1999 21:42:56 +0100
3036              Message-ID: <36e49281.50337171@smtp1.ibm.net>
3037              Subject: [PATCH 5.005_56] perldelta.pod changes for Win32::* functions
3038      Branch: perl
3039            ! pod/perldelta.pod
3040 ____________________________________________________________________________
3041 [  3132] By: gsar                                  on 1999/03/23  22:17:45
3042         Log: File::Spec fixes from Jan Dubois <jan.dubois@ibm.net>
3043              Date: Sat, 06 Mar 1999 17:50:49 +0100
3044              Message-ID: <36e25209.33833760@smtp1.ibm.net>
3045              Subject: [PATCH 5.005_56] Fixes for File::Spec::Functions.pm
3046              --
3047              Date: Sat, 06 Mar 1999 18:15:00 +0100
3048              Message-ID: <36e36222.37954195@smtp1.ibm.net>
3049              Subject: [PATCH 5.005_56] Fix for File::Spec::Win32.pm
3050      Branch: perl
3051            + t/lib/filefunc.t
3052            ! MANIFEST lib/File/Spec/Functions.pm lib/File/Spec/Win32.pm
3053            ! pod/perldelta.pod pod/perlmodlib.pod
3054 ____________________________________________________________________________
3055 [  3131] By: gsar                                  on 1999/03/23  22:07:59
3056         Log: integrate cfgperl changes into mainline
3057      Branch: perl
3058           +> ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
3059           !> Configure Makefile.SH config_h.SH configure.gnu handy.h
3060           !> installperl malloc.c perl.c perl.h pod/perl.pod
3061           !> pod/perldelta.pod pp_sys.c t/op/stat.t x2p/util.c
3062 ____________________________________________________________________________
3063 [  3130] By: jhi                                   on 1999/03/23  22:02:23
3064         Log: Don't use config.msg to remind about the
3065              LD_LIBRARY_PATH because Makefile.SH takes
3066              care of that.
3067              
3068              Use shrplib in DEC O^W^Digital U^W^WTru64 UNIX.
3069              This used to be the default but in some MT or another it
3070              was dropped because of some transient error or another.
3071      Branch: maint-5.005/perl
3072            ! Configure hints/dec_osf.sh
3073 ____________________________________________________________________________
3074 [  3129] By: gsar                                  on 1999/03/23  21:38:03
3075         Log: add Pod-Parser-1.08 (verbatim module =include tests elided owing
3076              to size    and better maintainability)
3077      Branch: perl
3078            + lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
3079            + lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
3080            + pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
3081            + t/pod/emptycmd.t t/pod/emptycmd.xr t/pod/for.t t/pod/for.xr
3082            + t/pod/headings.t t/pod/headings.xr t/pod/include.t
3083            + t/pod/include.xr t/pod/included.t t/pod/included.xr
3084            + t/pod/lref.t t/pod/lref.xr t/pod/nested_items.t
3085            + t/pod/nested_items.xr t/pod/nested_seqs.t t/pod/nested_seqs.xr
3086            + t/pod/oneline_cmds.t t/pod/oneline_cmds.xr t/pod/poderrs.t
3087            + t/pod/poderrs.xr t/pod/special_seqs.t t/pod/special_seqs.xr
3088            + t/pod/testcmp.pl t/pod/testp2pt.pl t/pod/testpchk.pl
3089            ! AUTHORS MAINTAIN MANIFEST installperl pod/Makefile
3090            ! win32/Makefile win32/makefile.mk win32/pod.mak
3091 ____________________________________________________________________________
3092 [  3128] By: jhi                                   on 1999/03/23  10:14:54
3093         Log: Integrate from mainperl.
3094      Branch: cfgperl
3095           !> (integrate 46 files)
3096 ____________________________________________________________________________
3097 [  3127] By: gsar                                  on 1999/03/23  06:57:30
3098         Log: From: Tim Witham - FES <twitham@pcocd2.intel.com>
3099              Date: Thu, 4 Mar 1999 10:54:01 -0800
3100              Message-Id: <9903041854.AA46868@frc0000>
3101              Subject: patch for useless Math::BigInt warnings
3102      Branch: perl
3103            ! lib/Math/BigInt.pm
3104 ____________________________________________________________________________
3105 [  3126] By: gsar                                  on 1999/03/23  05:54:37
3106         Log: avoid literal 'undef' in $lddlflags under `Configure -Uoptimize`
3107              From: "Kurt D. Starsinic" <kstar@chapin.edu>
3108              Date: Fri, 19 Feb 1999 15:47:59 -0500
3109              Message-ID: <19990219154759.A32350@O2.chapin.edu>
3110              Subject: [PATCH] OSF/1 hints
3111      Branch: perl
3112            ! hints/dec_osf.sh
3113 ____________________________________________________________________________
3114 [  3125] By: gsar                                  on 1999/03/23  00:56:38
3115         Log: avoid typeglob persistence in pp_readline()
3116      Branch: perl
3117            ! sv.c t/op/gv.t
3118 ____________________________________________________________________________
3119 [  3124] By: gsar                                  on 1999/03/22  21:12:23
3120         Log: update copyright years
3121      Branch: perl
3122            ! Changes EXTERN.h INTERN.h av.c av.h bytecode.pl cop.h cv.h
3123            ! deb.c doio.c doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h
3124            ! malloc.c mg.c mg.h op.c op.h perl.c perl.h perlio.c pp.c pp.h
3125            ! pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c
3126            ! sv.c sv.h toke.c utf8.c utf8.h util.c
3127 ____________________________________________________________________________
3128 [  3123] By: gsar                                  on 1999/03/22  07:07:06
3129         Log: implement win32_spawnvp() internally, making it return true PIDs
3130              for asynchronous spawns; fix win32_kill() to always deal with
3131              PIDs
3132      Branch: perl
3133            ! win32/win32.c win32/win32.h
3134 ____________________________________________________________________________
3135 [  3122] By: jhi                                   on 1999/03/19  21:12:14
3136         Log: Describe the new Benchmark feature in more detail.
3137      Branch: cfgperl
3138            ! pod/perldelta.pod
3139      Branch: maint-5.005/perl
3140            ! pod/perldelta.pod
3141 ____________________________________________________________________________
3142 [  3121] By: jhi                                   on 1999/03/19  08:16:12
3143         Log: AVAILABILITY tuning.
3144      Branch: cfgperl
3145            ! pod/perl.pod
3146      Branch: maint-5.005/perl
3147            ! pod/perl.pod
3148 ____________________________________________________________________________
3149 [  3120] By: jhi                                   on 1999/03/17  14:52:17
3150         Log: Rhapsody change assumed too much.
3151      Branch: cfgperl
3152            ! t/op/stat.t
3153 ____________________________________________________________________________
3154 [  3119] By: jhi                                   on 1999/03/17  14:33:43
3155         Log: More Apollo fixes.
3156      Branch: maint-5.005/perl
3157            ! README.apollo hints/apollo.sh t/lib/io_udp.t
3158 ____________________________________________________________________________
3159 [  3118] By: jhi                                   on 1999/03/16  17:23:39
3160         Log: Nada.
3161      Branch: maint-5.005/perl
3162            ! README.apollo
3163 ____________________________________________________________________________
3164 [  3117] By: jhi                                   on 1999/03/16  17:18:49
3165         Log: Apollo DomainOS AVAILABILITY.
3166      Branch: cfgperl
3167            ! pod/perl.pod
3168      Branch: maint-5.005/perl
3169            ! pod/perl.pod
3170 ____________________________________________________________________________
3171 [  3116] By: jhi                                   on 1999/03/16  17:14:00
3172         Log: Apollo DomainOS patch
3173              From: Johann Klasek <jk@auto.tuwien.ac.at>
3174              Subject: Re: DomainPerl
3175              Date: Tue, 16 Mar 1999 17:46:32 +0100
3176              Message-ID: <19990316174632.A19759@euklid.auto.tuwien.ac.at>
3177      Branch: maint-5.005/perl
3178            + README.apollo apollo/netinet/in.h
3179            ! MANIFEST hints/apollo.sh
3180 ____________________________________________________________________________
3181 [  3115] By: jhi                                   on 1999/03/16  14:23:54
3182         Log: From: Paul Marquess <pmarquess@bfsec.bt.co.uk>
3183              To: Gurusamy Sarathy <gsar@activestate.com>,
3184              Graham Barr <gbarr@pobox.com>
3185              Cc: Perl5 Porters <perl5-porters@perl.org>,
3186              "Paul.Marquess" <Paul.Marquess@btinternet.com>
3187              Subject: [PATCH 5.005_56 & 5.005_03_T6] Upgrade DB_File to version 1.65
3188              Date: Sun, 14 Mar 1999 14:43:57 -0000
3189              Message-Id: <199903141841.NAA17040@defender.perl.org>
3190      Branch: maint-5.005/perl
3191            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
3192            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
3193 ____________________________________________________________________________
3194 [  3114] By: jhi                                   on 1999/03/16  12:42:20
3195         Log: Mention Rhapsody in 5.005_5X perldelta,
3196              and in Rhapsody and Netware in 5.005_0X and 5.005_5X
3197              *planned* AVAILABILITY.
3198      Branch: cfgperl
3199            ! pod/perl.pod pod/perldelta.pod
3200      Branch: maint-5.005/perl
3201            ! pod/perl.pod
3202 ____________________________________________________________________________
3203 [  3113] By: jhi                                   on 1999/03/16  10:38:53
3204         Log: perldelta niggling.
3205      Branch: cfgperl
3206            ! pod/perldelta.pod
3207      Branch: maint-5.005/perl
3208            ! pod/perldelta.pod
3209 ____________________________________________________________________________
3210 [  3112] By: jhi                                   on 1999/03/16  10:35:21
3211         Log: Integrate from mainperl.
3212      Branch: cfgperl
3213           !> lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
3214           !> pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
3215 ____________________________________________________________________________
3216 [  3111] By: jhi                                   on 1999/03/16  10:28:10
3217         Log: AVAILABILITY update: still mention PowerUX,
3218              Novell Netware now has sources available.
3219      Branch: cfgperl
3220            ! pod/perl.pod
3221      Branch: maint-5.005/perl
3222            ! pod/perl.pod
3223 ____________________________________________________________________________
3224 [  3110] By: gsar                                  on 1999/03/16  04:34:23
3225         Log: sundry pod niggles
3226      Branch: perl
3227            ! lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
3228            ! pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
3229 ____________________________________________________________________________
3230 [  3109] By: jhi                                   on 1999/03/15  17:00:11
3231         Log: Integrate from mainperl.
3232      Branch: cfgperl
3233           +> lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
3234           +> lib/unicode/Is/Syllable.pl
3235           +> lib/unicode/MakeEthiopicSyllables.PL
3236           +> lib/unicode/README.Ethiopic
3237           !> AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
3238           !> lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
3239           !> lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
3240           !> lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
3241           !> lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
3242           !> lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
3243           !> lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
3244           !> lib/unicode/Name.pl lib/unicode/Number.pl op.c
3245 ____________________________________________________________________________
3246 [  3108] By: jhi                                   on 1999/03/15  16:58:12
3247         Log: First pass of integrating the Rhapsody port,
3248              
3249              From: Wilfredo Sanchez <wsanchez@apple.com> 
3250              Subject: Keeping the world in sync.
3251              Reply-To: wsanchez@apple.com 
3252              To: perlbug@perl.com 
3253              Date: Fri, 13 Nov 1998 17:11:30 -0800 
3254              Message-Id: <199811140111.RAA41784@scv4.apple.com> 
3255      Branch: cfgperl
3256            + ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
3257            ! Configure Makefile.SH config_h.SH configure.gnu handy.h
3258            ! installperl malloc.c perl.c perl.h pp_sys.c t/op/stat.t
3259            ! x2p/util.c
3260 ____________________________________________________________________________
3261 [  3107] By: gsar                                  on 1999/03/15  03:22:10
3262         Log: applied suggested patch (mailed to perl-unicode@perl.org) with minor tweaks
3263              From: Daniel Yacob <dmulholl@cs.indiana.edu>
3264              Date: Tue, 23 Feb 1999 16:13:42 -0500 (EST)
3265              Message-Id: <199902232113.QAA26135@drum.cs.indiana.edu>
3266              Subject: ../lib/unicode/ Unicode 3.0 Extensions for Ethiopic
3267      Branch: perl
3268            + lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
3269            + lib/unicode/Is/Syllable.pl
3270            + lib/unicode/MakeEthiopicSyllables.PL
3271            + lib/unicode/README.Ethiopic
3272            ! AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
3273            ! lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
3274            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
3275            ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
3276            ! lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
3277            ! lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
3278            ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
3279            ! lib/unicode/Name.pl lib/unicode/Number.pl
3280 ____________________________________________________________________________
3281 [  3106] By: gsar                                  on 1999/03/12  20:35:36
3282         Log: change#3067 failed package.t due to needless creation of $a and $b;
3283              fixed to do that only for C<sort BLOCK|CODE @foo>, not C<sort(@foo)>
3284      Branch: perl
3285            ! op.c
3286 ____________________________________________________________________________
3287 [  3105] By: jhi                                   on 1999/03/12  15:54:57
3288         Log: Recognize the NetBSD packages collection.
3289      Branch: maint-5.005/perl
3290            ! hints/netbsd.sh
3291 ____________________________________________________________________________
3292 [  3104] By: jhi                                   on 1999/03/12  09:07:04
3293         Log: From: pvhp@forte.com (Peter Prymmer)
3294              To: jhi@iki.fi, perl-mvs@perl.org, perlbug@perl.com
3295              Subject: [PATCH MT6,_56] was Re: Not OK: perl 5.00503 +MAINT_TRIAL_6 on os390 06.00 (UNINSTALLED)
3296              Date: Thu, 11 Mar 99 14:24:54 PST
3297              Message-Id: <9903112224.AA24346@forte.com>
3298      Branch: maint-5.005/perl
3299            ! README.os390 t/lib/posix.t
3300 ____________________________________________________________________________
3301 [  3103] By: jhi                                   on 1999/03/10  11:07:46
3302         Log: Integrate from mainperl.
3303      Branch: cfgperl
3304           !> Changes embed.h embed.pl embedvar.h global.sym objXSUB.h op.c
3305           !> perl.c perl.h pod/perldelta.pod pod/pod2man.PL t/base/lex.t
3306           !> t/pragma/warn/1global toke.c win32/makedef.pl
3307 ____________________________________________________________________________
3308 [  3102] By: jhi                                   on 1999/03/10  11:01:20
3309         Log: From: pvhp@forte.com (Peter Prymmer)
3310              To: perl5-porters@perl.org
3311              Subject: [5.005_03-MT6]Patch: time passes
3312              Date: Tue, 9 Mar 99 18:42:17 PST
3313              Message-Id: <9903100242.AA29057@forte.com>
3314      Branch: maint-5.005/perl
3315            ! perl.c
3316 ____________________________________________________________________________
3317 [  3101] By: jhi                                   on 1999/03/10  10:30:15
3318         Log: From: Mark-Jason Dominus <mjd@plover.com>
3319              To: perl5-porters@perl.com
3320              Subject: Minor fix to perlfunc.pod
3321              Date: Mon, 08 Mar 1999 20:05:53 -0500
3322              Message-ID: <19990309010553.13757.qmail@plover.com>
3323      Branch: maint-5.005/perl
3324            ! pod/perlfunc.pod
3325 ____________________________________________________________________________
3326 [  3100] By: gsar                                  on 1999/03/09  23:04:44
3327         Log: change#3060 had the wrong quotes
3328      Branch: perl
3329            ! pod/pod2man.PL
3330 ____________________________________________________________________________
3331 [  3099] By: jhi                                   on 1999/03/09  12:52:21
3332         Log: d_uname was broken (probably since _53), reported by
3333              
3334              From: Alan Burlison <Alan.Burlison@uk.sun.com>
3335              To: p5p <perl5-porters@perl.org>, Gurusamy Sarathy <gsar@umich.edu>,
3336              cpan-testers@perl.org
3337              Subject: Not OK: perl 5.00556 on sun4-solaris 2.6
3338              Date: Mon, 08 Mar 1999 13:22:31 +0000
3339              Message-ID: <36E3CF17.EA1FEDAA@uk.sun.com>
3340              
3341              and
3342              
3343              From: lvirden@cas.org (Larry W. Virden)
3344              To: perlbug@perl.com
3345              Subject: configure not correctly identifying uname posix compatibility
3346              Date: Mon, 8 Mar 1999 06:36:16 -0500 (EST)
3347              Message-Id: <199903081136.GAA23682@cas.org>
3348      Branch: cfgperl
3349            ! Configure config_h.SH
3350 ____________________________________________________________________________
3351 [  3098] By: gsar                                  on 1999/03/09  03:16:07
3352         Log: fix parsing of here documents in C<eval 's/.../<<FOO/e'>
3353      Branch: perl
3354            ! op.c perl.h pod/perldelta.pod t/base/lex.t toke.c
3355 ____________________________________________________________________________
3356 [  3097] By: gsar                                  on 1999/03/09  02:50:43
3357         Log: use yyerror() instead of croak() so that compile-time failures in
3358              my(LIST) don't confuse globals with lexicals
3359      Branch: perl
3360            ! op.c toke.c
3361 ____________________________________________________________________________
3362 [  3096] By: gsar                                  on 1999/03/09  02:47:36
3363         Log: adjust testsuite for change#3067
3364      Branch: perl
3365            ! t/pragma/warn/1global
3366 ____________________________________________________________________________
3367 [  3095] By: gsar                                  on 1999/03/08  21:04:48
3368         Log: remove bogus symbols from global.sym
3369      Branch: perl
3370            ! Changes embed.h embed.pl embedvar.h global.sym objXSUB.h
3371            ! perl.h win32/makedef.pl
3372 ____________________________________________________________________________
3373 [  3094] By: jhi                                   on 1999/03/06  16:16:15
3374         Log: From: Mark Kettenis <kettenis@wins.uva.nl>
3375              To: jhi@iki.fi
3376              Subject: Oops
3377              Date: Sat, 6 Mar 1999 17:15:35 +0100 (CET)
3378              Message-Id: <199903061615.RAA00207@delius.kettenis.nl>
3379      Branch: maint-5.005/perl
3380            ! README.hurd
3381 ____________________________________________________________________________
3382 [  3093] By: jhi                                   on 1999/03/06  15:59:46
3383         Log: From: Mark Kettenis <kettenis@wins.uva.nl>
3384              To: jhi@iki.fi
3385              Subject: New Hurd README
3386              Date: Sat, 6 Mar 1999 16:46:12 +0100 (CET)
3387              Message-Id: <199903061601.RAA00185@delius.kettenis.nl>
3388      Branch: maint-5.005/perl
3389            ! README.hurd
3390 ____________________________________________________________________________
3391 [  3092] By: jhi                                   on 1999/03/06  12:52:06
3392         Log: From: Paul_Green@stratus.com
3393              To: perl5-porters@perl.org
3394              Cc: jhi@iki.fi, Paul_Green@stratus.com
3395              Subject: [PATCH 5.005_03-MAINT_TRIAL_6]: platform: vos -- updates to VOS port of Perl5
3396              Date: Fri, 5 Mar 1999 18:08:49 -0500 
3397              Message-ID: <1D1A4EF7AD4DD211A80D00A0C9D7DB665A035A@exna1.stratus.com>
3398      Branch: maint-5.005/perl
3399            ! vos/config.h vos/config_h.SH_orig
3400 ____________________________________________________________________________
3401 [  3091] By: jhi                                   on 1999/03/06  12:42:21
3402         Log: From: Dan Sugalski <sugalskd@osshe.edu>
3403              To: perl5-porters@perl.org, vmsperl@perl.org
3404              Subject: [PATCH 5.005_03-MT6]VMS build patch
3405              Date: Fri, 05 Mar 1999 12:36:19 -0800
3406              Message-Id: <3.0.6.32.19990305123619.02d326a0@ous.edu>
3407      Branch: maint-5.005/perl
3408            ! vms/subconfigure.com
3409 ____________________________________________________________________________
3410 [  3090] By: gsar                                  on 1999/03/06  04:40:03
3411         Log: integrate change#3089 from mainline
3412              
3413              tolerate CRs after options
3414      Branch: maint-5.005/perl
3415           !> perl.c
3416 ____________________________________________________________________________
3417 [  3089] By: gsar                                  on 1999/03/06  04:30:40
3418         Log: tolerate CRs after options
3419      Branch: perl
3420            ! perl.c
3421 ____________________________________________________________________________
3422 [  3088] By: jhi                                   on 1999/03/05  12:49:01
3423         Log: Integrate from mainperl.
3424      Branch: cfgperl
3425           +> README.hurd
3426           !> MANIFEST ext/Errno/Errno_pm.PL t/lib/io_sock.t
3427 ____________________________________________________________________________
3428 [  3087] By: gsar                                  on 1999/03/05  06:41:16
3429         Log: adjust timeouts to accomodate slow/busy systems
3430      Branch: perl
3431            ! t/lib/io_sock.t
3432 ____________________________________________________________________________
3433 [  3083] By: gsar                                  on 1999/03/05  01:32:47
3434         Log: integrate change#3081 from maint-5.005
3435      Branch: perl
3436           !> ext/Errno/Errno_pm.PL
3437 ____________________________________________________________________________
3438 [  3082] By: gsar                                  on 1999/03/05  01:31:06
3439         Log: integrate change#2904 from maint-5.005
3440      Branch: perl
3441           +> README.hurd
3442           !> MANIFEST
3443 ____________________________________________________________________________
3444 [  3081] By: gsar                                  on 1999/03/05  00:14:33
3445         Log: protect against doubled backslashes
3446      Branch: maint-5.005/perl
3447            ! ext/Errno/Errno_pm.PL
3448 ____________________________________________________________________________
3449 [  3077] By: jhi                                   on 1999/03/04  08:10:13
3450         Log: Integrate from mainperl.
3451      Branch: cfgperl
3452           +> ext/B/B/Stash.pm
3453           !> MANIFEST README.hpux cc_runtime.h config_h.SH ext/B/B/C.pm
3454           !> ext/B/B/CC.pm gv.c lib/File/Compare.pm lib/Test/Harness.pm
3455           !> op.c pod/perldelta.pod pod/perlfunc.pod pod/pod2man.PL
3456           !> t/lib/bigfloatpm.t t/lib/io_sock.t utils/perlcc.PL
3457 ____________________________________________________________________________
3458 [  3076] By: jhi                                   on 1999/03/04  08:07:59
3459         Log: Regen config_h.SH once more because of *size, 
3460              noticed by
3461              
3462              From: Hans Mulder <hansm@icgned.icgroup.nl>
3463              To: Jarkko Hietaniemi <jhi@iki.fi>
3464              Cc: perl5-porters@perl.org
3465              Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
3466              Date: Thu,  4 Mar 99 00:10:45 +0100
3467              Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
3468      Branch: cfgperl
3469            ! Configure config_h.SH
3470 ____________________________________________________________________________
3471 [  3068] By: gsar                                  on 1999/03/04  05:48:03
3472         Log: From: Hans Mulder <hansm@icgned.icgroup.nl>
3473              Date: Thu,  4 Mar 99 00:10:45 +0100
3474              Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
3475              Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
3476      Branch: perl
3477            ! config_h.SH
3478 ____________________________________________________________________________
3479 [  3067] By: gsar                                  on 1999/03/04  05:44:32
3480         Log: exempt $foo::a,$foo::b from warnings only if sort() was seen in package foo
3481              From: Graham Barr <gbarr@ti.com>
3482              Date: Wed, 3 Mar 1999 17:23:56 -0600
3483              Message-ID: <19990303172356.F7442@dal.asp.ti.com>
3484              Subject: Re: 'use strict' doesn't work for one-letter variables
3485      Branch: perl
3486            ! gv.c op.c
3487 ____________________________________________________________________________
3488 [  3066] By: gsar                                  on 1999/03/04  05:20:50
3489         Log: updates to compiler modules
3490              From: "Vishal Bhatia" <vishalb@hotmail.com>
3491              Date: Tue, 02 Mar 1999 23:27:25 PST
3492              Message-ID: <19990303072725.779.qmail@hotmail.com>
3493              Subject: PATCH 5.005_56 + Test procedure
3494      Branch: perl
3495            + ext/B/B/Stash.pm
3496            ! MANIFEST cc_runtime.h ext/B/B/C.pm ext/B/B/CC.pm
3497            ! lib/Test/Harness.pm utils/perlcc.PL
3498 ____________________________________________________________________________
3499 [  3065] By: gsar                                  on 1999/03/04  05:03:30
3500         Log: more s/s_/s!/ etc.
3501      Branch: perl
3502            ! pod/perldelta.pod pod/perlfunc.pod
3503 ____________________________________________________________________________
3504 [  3064] By: gsar                                  on 1999/03/04  04:50:45
3505         Log: integrate cfgperl contents into mainline
3506      Branch: perl
3507           !> Configure README.vms bytecode.h config_h.SH configure.com
3508           !> ext/B/defsubs.h.PL hints/hpux.sh pod/perldelta.pod
3509           !> pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t thread.h
3510           !> vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
3511 ____________________________________________________________________________
3512 [  3063] By: gsar                                  on 1999/03/04  04:44:13
3513         Log: HP-UX has yet another spelling for /NaNQ?/
3514      Branch: perl
3515            ! t/lib/bigfloatpm.t
3516 ____________________________________________________________________________
3517 [  3062] By: gsar                                  on 1999/03/04  04:36:08
3518         Log: error-check for accept() test
3519      Branch: perl
3520            ! t/lib/io_sock.t
3521 ____________________________________________________________________________
3522 [  3061] By: gsar                                  on 1999/03/04  03:40:25
3523         Log: allow custom comparison function in File::Compare::compare_text()
3524              From: jan.dubois@ibm.net (Jan Dubois)
3525              Date: Fri, 26 Feb 1999 21:56:09 +0100
3526              Message-ID: <36db0838.8805651@smtp1.ibm.net>
3527              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
3528      Branch: perl
3529            ! lib/File/Compare.pm
3530 ____________________________________________________________________________
3531 [  3060] By: gsar                                  on 1999/03/04  03:37:38
3532         Log: better version of change#3038
3533              From: abigail@fnx.com
3534              Date: Mon, 1 Mar 1999 14:11:36 -0500 (EST)
3535              Message-ID: <19990301191136.5557.qmail@alexandra.wayne.fnx.com>
3536              Subject: Re: [PATCH 5.005_03 TRIAL-5 pod/pod2man.PL] Recognize -> and => inside
3537      Branch: perl
3538            ! pod/pod2man.PL
3539 ____________________________________________________________________________
3540 [  3058] By: jhi                                   on 1999/03/03  22:30:40
3541         Log: Configure regen to
3542              (1) match maint-5.005 patches #3056 and #3057
3543              (2) better version of PHOSTNAME of #3050
3544              (3) the crosscompile/multiarch config_h.SH trouble solved for now
3545      Branch: cfgperl
3546            ! Configure config_h.SH
3547 ____________________________________________________________________________
3548 [  3054] By: jhi                                   on 1999/03/03  09:57:59
3549         Log: Change #3053 missed perldelta.
3550      Branch: cfgperl
3551            ! pod/perldelta.pod
3552 ____________________________________________________________________________
3553 [  3053] By: jhi                                   on 1999/03/03  08:29:43
3554         Log: Use '!' to mark native integer packings instead of '_'.
3555      Branch: cfgperl
3556            ! pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t
3557 ____________________________________________________________________________
3558 [  3052] By: jhi                                   on 1999/03/02  23:12:36
3559         Log: The HP-UX threads patch (change #3028) is needed also here.
3560      Branch: cfgperl
3561            ! hints/hpux.sh thread.h
3562 ____________________________________________________________________________
3563 [  3051] By: jhi                                   on 1999/03/02  08:24:52
3564         Log: From: Dan Sugalski <sugalskd@osshe.edu>
3565              To: perl5-porters@perl.org, vmsperl@perl.org
3566              Subject: [PATCH 5.005_0x and 5.005_5x]Minor update to README.VMS
3567              Date: Mon, 01 Mar 1999 16:10:57 -0800
3568              Message-Id: <3.0.6.32.19990301161057.03b1fc00@ous.edu>
3569      Branch: cfgperl
3570            ! README.vms
3571      Branch: maint-5.005/perl
3572            ! README.vms
3573 ____________________________________________________________________________
3574 [  3050] By: jhi                                   on 1999/03/02  08:22:29
3575         Log: From: Dan Sugalski <sugalskd@osshe.edu>
3576              To: perl5-porters@perl.org, vmsperl@perl.org
3577              Subject: [PATCH5.005_56]Diffs to get 5.005_56 building on VMS
3578              Date: Mon, 01 Mar 1999 16:06:29 -0800
3579              Message-Id: <3.0.6.32.19990301160629.02e09ec0@ous.edu>
3580              
3581              From: Dan Sugalski <sugalskd@osshe.edu>
3582              To: perl5-porters@perl.org, vmsperl@perl.org
3583              Subject: [PATCH 5.005_56]vmsish.pm patch
3584              Date: Mon, 01 Mar 1999 20:19:04 -0800
3585              Message-Id: <3.0.6.32.19990301201904.02cff460@ous.edu>
3586              
3587              plus Configure regen containing a "solution" to the
3588              crosscompile/multiarch problem.
3589      Branch: cfgperl
3590            ! Configure config_h.SH configure.com ext/B/defsubs.h.PL
3591            ! vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
3592 ____________________________________________________________________________
3593 [  3049] By: jhi                                   on 1999/03/02  07:34:21
3594         Log: From: Spider Boardman <spider@leggy.zk3.dec.com>
3595              To: perl5-porters@perl.org
3596              Subject: [PATCH] Eliminate (valid) warning in byterun.c
3597              Date: Mon, 01 Mar 1999 17:27:59 -0500
3598              Message-Id: <199903012227.RAA00181@leggy.zk3.dec.com>
3599      Branch: cfgperl
3600            ! bytecode.h
3601      Branch: maint-5.005/perl
3602            ! bytecode.h
3603 ____________________________________________________________________________
3604 [  3048] By: gsar                                  on 1999/03/02  06:41:21
3605         Log: updated HP-UX notes from Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
3606      Branch: perl
3607            ! MANIFEST README.hpux
3608 ____________________________________________________________________________
3609 [  3047] By: jhi                                   on 1999/03/01  06:34:43
3610         Log: Integrate from mainperl.
3611      Branch: cfgperl
3612           +> README.hpux lib/File/Spec/Functions.pm
3613           !> (integrate 28 files)
3614 ____________________________________________________________________________
3615 [  3046] By: gsar                                  on 1999/03/01  05:34:28
3616         Log: this is 5.005_56
3617      Branch: perl
3618            ! Changes
3619
3620 ----------------
3621 Version 5.005_56
3622 ----------------
3623
3624 ____________________________________________________________________________
3625 [  3045] By: gsar                                  on 1999/03/01  03:32:30
3626         Log: destroy PL_svref_mutex in perl_destruct()
3627      Branch: perl
3628            ! perl.c
3629 ____________________________________________________________________________
3630 [  3044] By: gsar                                  on 1999/03/01  00:38:50
3631         Log: up patchlevel &c.
3632      Branch: perl
3633            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
3634            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
3635            ! win32/makefile.mk
3636 ____________________________________________________________________________
3637 [  3043] By: gsar                                  on 1999/03/01  00:14:15
3638         Log: integrate cfgperl contents into mainline
3639      Branch: perl
3640            ! pod/perldelta.pod
3641           !> Configure config_h.SH
3642 ____________________________________________________________________________
3643 [  3042] By: gsar                                  on 1999/02/28  23:55:08
3644         Log: slightly edited version of suggested patch
3645              From: jan.dubois@ibm.net (Jan Dubois)
3646              Date: Mon, 01 Mar 1999 00:32:05 +0100
3647              Message-ID: <36dbcf2c.12325433@smtp1.ibm.net>
3648              Subject: Re: [PATCH 5.005_55] Cleanup of File::Spec module
3649      Branch: perl
3650            + lib/File/Spec/Functions.pm
3651            ! MANIFEST lib/File/Spec.pm
3652 ____________________________________________________________________________
3653 [  3041] By: gsar                                  on 1999/02/28  22:47:19
3654         Log: fix subtle bug in eval'' testsuite
3655      Branch: perl
3656            ! t/op/eval.t
3657 ____________________________________________________________________________
3658 [  3040] By: gsar                                  on 1999/02/28  22:46:24
3659         Log: avoid literal control characters in change#3039
3660      Branch: perl
3661            ! t/base/lex.t
3662 ____________________________________________________________________________
3663 [  3039] By: gsar                                  on 1999/02/28  21:47:18
3664         Log: todo item: permit extended control variables a la ${^Foo} (patch
3665              courtesy Mark-Jason Dominus <mjd@plover.com>)
3666      Branch: perl
3667            ! op.c pod/perldelta.pod pod/perltodo.pod pod/perlvar.pod
3668            ! t/base/lex.t toke.c
3669 ____________________________________________________________________________
3670 [  3038] By: gsar                                  on 1999/02/28  21:21:05
3671         Log: From: abigail@fnx.com
3672              Date: Sun, 28 Feb 1999 10:59:16 -0500 (EST)
3673              Message-ID: <19990228155916.14496.qmail@alexandra.wayne.fnx.com>
3674              Subject: Recognize -> and => inside [A-Z]<> sequences.
3675      Branch: perl
3676            ! pod/pod2man.PL
3677 ____________________________________________________________________________
3678 [  3037] By: gsar                                  on 1999/02/28  21:12:22
3679         Log: fix longstanding bug: searches for lexicals originating within eval''
3680              weren't stopping at the subroutine boundary correctly
3681      Branch: perl
3682            ! op.c proto.h t/op/eval.t
3683 ____________________________________________________________________________
3684 [  3036] By: gsar                                  on 1999/02/28  20:02:29
3685         Log: revert parts of change#2990 to preserve predictable usage of Win32::Foo()
3686              as stacked list values
3687              From: jan.dubois@ibm.net (Jan Dubois)
3688              Date: Sat, 27 Feb 1999 18:24:17 +0100
3689              Message-ID: <36e22849.36531259@smtp1.ibm.net>
3690              Subject: Re: resend [PATCH 5.005_55] Various win32/win32.c cleanup 
3691      Branch: perl
3692            ! win32/win32.c
3693 ____________________________________________________________________________
3694 [  3035] By: gsar                                  on 1999/02/28  19:48:54
3695         Log: remove superfluous stack_sp decl
3696      Branch: perl
3697            ! jpl/JNI/JNI.xs
3698 ____________________________________________________________________________
3699 [  3034] By: gsar                                  on 1999/02/28  19:34:58
3700         Log: s/print STDERR/warn/ suggested by abigail@fnx.com; add $VERSION
3701      Branch: perl
3702            ! lib/Getopt/Std.pm
3703 ____________________________________________________________________________
3704 [  3033] By: gsar                                  on 1999/02/28  19:23:41
3705         Log: add File::Compare::compare_text()
3706              From: jan.dubois@ibm.net (Jan Dubois)
3707              Date: Fri, 26 Feb 1999 00:20:41 +0100
3708              Message-ID: <36dcd8ab.20195659@smtp1.ibm.net>
3709              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
3710      Branch: perl
3711            ! lib/File/Compare.pm pod/perltodo.pod
3712 ____________________________________________________________________________
3713 [  3032] By: gsar                                  on 1999/02/28  19:01:33
3714         Log: add README.hpux
3715      Branch: perl
3716            + README.hpux
3717            ! MAINTAIN MANIFEST
3718 ____________________________________________________________________________
3719 [  3031] By: gsar                                  on 1999/02/28  18:49:08
3720         Log: avoid escaping &amp; et al multiple times (variant of fix suggested by
3721              James Cromie <jcromie@fossil.uswc.uswest.com>
3722      Branch: perl
3723            ! lib/Pod/Html.pm
3724 ____________________________________________________________________________
3725 [  3030] By: gsar                                  on 1999/02/28  18:35:09
3726         Log: From: jan.dubois@ibm.net (Jan Dubois)
3727              Date: Wed, 24 Feb 1999 22:34:56 +0100
3728              Message-ID: <36d86f1e.11495549@smtp1.ibm.net>
3729              Subject: [PATCH 5.005_55] Test::Harness setting $ENV{HARNESS_ACTIVE}
3730      Branch: perl
3731            ! lib/Test/Harness.pm
3732 ____________________________________________________________________________
3733 [  3029] By: gsar                                  on 1999/02/28  18:28:18
3734         Log: add note about env pollution
3735      Branch: perl
3736            ! INSTALL pod/perltodo.pod
3737 ____________________________________________________________________________
3738 [  3028] By: jhi                                   on 1999/02/26  14:40:00
3739         Log: HP-UX 11 threads.
3740              
3741              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
3742              To: perl5-porters@perl.org
3743              Cc: jhi@cc.hut.fi
3744              Subject: Maint 5 and _54 with threading on HP-UX 11.00
3745              Date: Wed, 3 Feb 1999 12:57:18 -0800 (PST)
3746              Message-Id: <199902032057.MAA10218@xfiles.intercon.hp.com>
3747              
3748              NOTE from jhi: the hpux hints could still be more robust by
3749              disabling gdbm when necessary.
3750              
3751              Currently if there's a libgdbm.sl (gdbm 1.7.3) which is pre-11,
3752              linking -lgdbm -lpthread creates an executable that instantly
3753              core dumps on a pthreads internal panic:
3754              
3755              ./gdpt
3756              
3757              Pthread internal error: message: __libc_reinit() failed, file: ../pthreads/pthread.c, line: 1096
3758              Return Pointer is 0xc082bf33
3759              17639 quit (core dumped)  ./gdpt
3760              
3761              You don't have to *use* either gdbm or pthreads in the executable,
3762              just linking them together is enough.  Workaround is to recompile
3763              the GDBM under HP-UX 11, that makes the problem go away.
3764      Branch: maint-5.005/perl
3765            ! hints/hpux.sh thread.h
3766 ____________________________________________________________________________
3767 [  3025] By: jhi                                   on 1999/02/25  20:41:07
3768         Log: Temporary workaround for the config_h.SH versus
3769              crosscompile and multiarch plus introduce 'rt'
3770              to $libswanted: in UNIX98 sched_yield() lives there.
3771      Branch: cfgperl
3772            ! Configure config_h.SH
3773 ____________________________________________________________________________
3774 [  3024] By: jhi                                   on 1999/02/24  12:54:59
3775         Log: Integrate from mainperl.
3776      Branch: cfgperl
3777           +> t/lib/fatal.t
3778           !> (integrate 44 files)
3779 ____________________________________________________________________________
3780 [  3023] By: gsar                                  on 1999/02/24  07:02:12
3781         Log: integrate cfgperl contents
3782      Branch: perl
3783           !> (integrate 30 files)
3784 ____________________________________________________________________________
3785 [  3022] By: gsar                                  on 1999/02/24  05:59:47
3786         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
3787              Date: 23 Feb 1999 17:53:22 -0700
3788              Message-ID: <m3g17w62rh.fsf@moiraine.dimensional.com>
3789              Subject: [PATCH: _55] perldoc -q broken
3790      Branch: perl
3791            ! utils/perldoc.PL
3792 ____________________________________________________________________________
3793 [  3021] By: gsar                                  on 1999/02/24  05:51:53
3794         Log: ansify perlio.c, fix PerlIO-ish typos
3795      Branch: perl
3796            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_cygwin32.xs
3797            ! iperlsys.h perlio.c
3798 ____________________________________________________________________________
3799 [  3020] By: gsar                                  on 1999/02/24  05:28:06
3800         Log: adjust a Perl_malloc() flag for NeXT
3801              From: Hans Mulder <hansm@icgned.icgroup.nl>
3802              Date: Tue, 23 Feb 99 00:26:25 +0100
3803              Message-Id: <9902222329.AA17516@icgned.icgroup.nl>
3804              Subject: [PATCH for _55] MUTEX_INIT_CALLS_MALLOC no longer necessary
3805      Branch: perl
3806            ! perl.h
3807 ____________________________________________________________________________
3808 [  3019] By: gsar                                  on 1999/02/24  05:19:42
3809         Log: perltodo adjustments from Joshua Pritikin <joshua.pritikin@db.com>
3810      Branch: perl
3811            ! pod/perltodo.pod
3812 ____________________________________________________________________________
3813 [  3018] By: gsar                                  on 1999/02/24  04:15:18
3814         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
3815              Date: Mon, 22 Feb 1999 11:29:09 -0500 (EST)
3816              Message-ID: <Pine.GSO.4.02.9902221128200.500-100000@eq1062.wks.na.deuba.com>
3817              Subject: improved error message [PATCH _55] [RESEND]
3818      Branch: perl
3819            ! sv.c
3820 ____________________________________________________________________________
3821 [  3017] By: gsar                                  on 1999/02/24  03:50:34
3822         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
3823              Date: Sun, 21 Feb 1999 20:02:18 -0700
3824              Message-Id: <199902220302.UAA09981@jhereg.perl.com>
3825              Subject: perlfunc updates (against 55)
3826      Branch: perl
3827            ! pod/perlfunc.pod
3828 ____________________________________________________________________________
3829 [  3016] By: gsar                                  on 1999/02/24  03:17:05
3830         Log: testsuite adjustments
3831              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
3832              Date: Sat, 20 Feb 1999 15:24:57 +0000
3833              Message-Id: <E10EEH3-0003Wf-00@taurus.cus.cam.ac.uk>
3834              Subject: Not quite OK: perl5.005_55 on SunOS 4.1.3 / gcc
3835      Branch: perl
3836            ! t/lib/io_sock.t t/op/lex_assign.t
3837 ____________________________________________________________________________
3838 [  3015] By: gsar                                  on 1999/02/24  02:54:47
3839         Log: avoid modifying readonly values from qw()
3840      Branch: perl
3841            ! lib/ExtUtils/MM_Unix.pm
3842 ____________________________________________________________________________
3843 [  3014] By: gsar                                  on 1999/02/24  02:49:04
3844         Log: more "correct" utbuf for utime()
3845      Branch: perl
3846            ! doio.c
3847 ____________________________________________________________________________
3848 [  3013] By: jhi                                   on 1999/02/22  19:27:44
3849         Log: Fix MacPerl version, change PowerUX to PowerMAX.
3850              
3851              From: Chris Nandor <pudge@pobox.com>
3852              To: jhi@iki.fi
3853              Cc: perl5-porters@perl.org
3854              Subject: Re: perl current availability as documented by perl.pod
3855              Date: Sun, 21 Feb 1999 11:06:03 -0500
3856              Message-Id: <v04020a07b2f5df60c9e3@[192.168.0.77]>
3857              
3858              From: Tom Horsley <Tom.Horsley@mail.ccur.com>
3859              To: jhi@iki.fi
3860              Cc: perl5-porters@perl.org
3861              Subject: Re: perl current availability as documented by perl.pod
3862              Date: Mon, 22 Feb 1999 13:08:30 GMT
3863              Message-Id: <199902221308.NAA19971@cleo.ccur.com>
3864      Branch: cfgperl
3865            ! pod/perl.pod
3866      Branch: maint-5.005/perl
3867            ! pod/perl.pod
3868 ____________________________________________________________________________
3869 [  3012] By: jhi                                   on 1999/02/22  10:26:11
3870         Log: Snapshot the cross-compilation/multiarchitecture stuff
3871              (currently broken in next)
3872      Branch: cfgperl
3873            ! Configure config_h.SH pp.c
3874 ____________________________________________________________________________
3875 [  3011] By: jhi                                   on 1999/02/22  10:24:51
3876         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
3877              To: gsar@activestate.com (Gurusamy Sarathy)
3878              Cc: perl5-porters@perl.org (Perl5 Porters)
3879              Subject: [PATCH 5.005_55] DB_File 1.64 patch
3880              Date: Mon, 22 Feb 1999 10:07:00 +0000 (GMT)
3881              Message-Id: <9902221007.AA17751@claudius.bfsec.bt.co.uk>
3882      Branch: cfgperl
3883            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
3884            ! ext/DB_File/DB_File.xs ext/DB_File/typemap t/lib/db-recno.t
3885 ____________________________________________________________________________
3886 [  3009] By: jhi                                   on 1999/02/22  09:14:26
3887         Log: Scratch #3008 and introduce $crosscompile and $multiarch
3888              also in non-Configure lands.
3889      Branch: cfgperl
3890            ! Configure config_h.SH hints/next_3.sh hints/next_3_0.sh
3891            ! hints/next_4.sh vms/subconfigure.com win32/config.bc
3892            ! win32/config.gc win32/config.vc win32/config_H.bc
3893            ! win32/config_H.gc win32/config_H.vc
3894 ____________________________________________________________________________
3895 [  3008] By: jhi                                   on 1999/02/22  08:58:04
3896         Log: Add -DMULTIARCH (see change #3006).
3897      Branch: cfgperl
3898            ! hints/next_3.sh hints/next_3_0.sh hints/next_4.sh
3899 ____________________________________________________________________________
3900 [  3007] By: jhi                                   on 1999/02/22  08:54:06
3901         Log: Undo the references to local{lib,arch} introduced by #3006.
3902      Branch: cfgperl
3903            ! Configure config_h.SH
3904 ____________________________________________________________________________
3905 [  3006] By: jhi                                   on 1999/02/22  08:43:50
3906         Log: From: hansm@icgned.icgroup.nl
3907              To: perlbug@perl.com
3908              Subject: Not OK: perl 5.00555 on OPENSTEP-Mach-thread 4_2 (UNINSTALLED)
3909              Date: Sun, 21 Feb 1999 22:58:55 +0100
3910              Reply-To: hansmu@xs4all.nl
3911              Message-Id: <9902212201.AA13386@icgned.icgroup.nl>
3912              
3913              plus other Configure changes: prepare for cross-compilation/
3914              multiarchitecture builds.
3915      Branch: cfgperl
3916            ! Configure config_h.SH
3917 ____________________________________________________________________________
3918 [  3005] By: jhi                                   on 1999/02/22  08:35:30
3919         Log: Configure/Perl knew how to look for use Mach cthreads
3920              but Configure didn't let them to be used ($osname 'next').
3921      Branch: cfgperl
3922            ! Configure config_h.SH
3923      Branch: maint-5.005/perl
3924            ! Configure
3925 ____________________________________________________________________________
3926 [  3004] By: jhi                                   on 1999/02/21  15:46:02
3927         Log: Update Acorn AVAILABILITY.
3928      Branch: cfgperl
3929            ! pod/perl.pod
3930      Branch: maint-5.005/perl
3931            ! pod/perl.pod
3932 ____________________________________________________________________________
3933 [  3003] By: jhi                                   on 1999/02/21  14:50:42
3934         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
3935              To: perl5-porters@perl.org (Perl 5 Porters)
3936              Subject: PATCH: perlref.pod - symbolic ref example
3937              Date: Sat, 20 Feb 1999 17:32:11 -0500 (EST)
3938              Message-Id: <199902202232.RAA62306@linguist.dartmouth.edu>
3939      Branch: cfgperl
3940            ! pod/perlref.pod
3941      Branch: maint-5.005/perl
3942            ! pod/perlref.pod
3943 ____________________________________________________________________________
3944 [  3002] By: jhi                                   on 1999/02/21  14:35:22
3945         Log: Sync cfgperl with maint-5.005 change #3000.
3946      Branch: cfgperl
3947            ! pod/perlfunc.pod t/op/pack.t
3948 ____________________________________________________________________________
3949 [  2999] By: gsar                                  on 1999/02/20  22:48:30
3950         Log: From:    John Bley <jbb6@acpub.duke.edu>
3951              Date:    Sat, 20 Feb 1999 16:02:34 EST
3952              Message-Id: <Pine.SOL.3.91.990220155832.9913A-100000@soc11.acpub.duke.edu>
3953              Subject: [PATCH]5.005_55 (CORE) Sparse intializer in regcomp.c
3954      Branch: perl
3955            ! regcomp.c
3956 ____________________________________________________________________________
3957 [  2998] By: jhi                                   on 1999/02/20  14:13:06
3958         Log: Enhanced the endianness description.
3959      Branch: cfgperl
3960            ! pod/perlfunc.pod
3961 ____________________________________________________________________________
3962 [  2996] By: jhi                                   on 1999/02/20  13:55:41
3963         Log: Glossary now mostly fixed.
3964      Branch: cfgperl
3965            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3966            ! config_h.SH
3967 ____________________________________________________________________________
3968 [  2994] By: jhi                                   on 1999/02/20  11:58:33
3969         Log: Perldeltify GNU/Hurd.
3970      Branch: cfgperl
3971            ! pod/perldelta.pod
3972 ____________________________________________________________________________
3973 [  2993] By: gsar                                  on 1999/02/20  00:59:10
3974         Log: fix typo in Perl_sbrk()
3975              From: hansm@icgned.icgroup.nl
3976              Date: Fri, 19 Feb 1999 23:19:31 +0100
3977              Message-Id: <9902192221.AA07213@icgned.icgroup.nl>
3978              Subject: Not OK: perl 5.00555 on OPENSTEP-Mach 4_2 (UNINSTALLED)
3979      Branch: perl
3980            ! malloc.c
3981 ____________________________________________________________________________
3982 [  2992] By: gsar                                  on 1999/02/20  00:51:08
3983         Log: integrate change#2980 from maint-5.005
3984      Branch: perl
3985           !> utils/h2xs.PL
3986 ____________________________________________________________________________
3987 [  2991] By: gsar                                  on 1999/02/20  00:34:01
3988         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
3989              Date: Thu, 18 Feb 1999 18:51:38 +0000
3990              Message-Id: <199902181851.SAA14018@crypt.compulink.co.uk>
3991              Subject: [PATCH 5.005_55] test failures with MIME-tools-4.122 and perl 5.005_55 
3992      Branch: perl
3993            ! pp_hot.c t/op/pat.t
3994 ____________________________________________________________________________
3995 [  2990] By: gsar                                  on 1999/02/20  00:30:48
3996         Log: From: jan.dubois@ibm.net (Jan Dubois)
3997              Date: Thu, 18 Feb 1999 19:14:07 +0100
3998              Message-ID: <36d15809.40853323@smtp1.ibm.net>
3999              Subject: resend [PATCH 5.005_55] Various win32/win32.c cleanup
4000      Branch: perl
4001            ! win32/win32.c
4002 ____________________________________________________________________________
4003 [  2989] By: gsar                                  on 1999/02/20  00:27:01
4004         Log: do poll() emulation unless HAS_POLL && I_POLL
4005      Branch: perl
4006            ! ext/IO/poll.h
4007 ____________________________________________________________________________
4008 [  2988] By: gsar                                  on 1999/02/19  23:52:12
4009         Log: tweak RE for NaNQ? recognition
4010      Branch: perl
4011            ! t/lib/bigfloatpm.t
4012 ____________________________________________________________________________
4013 [  2987] By: gsar                                  on 1999/02/19  23:29:59
4014         Log: mention C<use utf8> and C<use warning> in perldelta
4015      Branch: perl
4016            ! pod/perldelta.pod
4017 ____________________________________________________________________________
4018 [  2985] By: jhi                                   on 1999/02/19  20:43:19
4019         Log: pack/unpack better in (network-)short-non-16-bits and
4020              (network-)long-non-32-bits systems such as Cray C90.
4021      Branch: cfgperl
4022            ! perl.h pp.c t/op/pack.t
4023 ____________________________________________________________________________
4024 [  2984] By: jhi                                   on 1999/02/19  20:38:54
4025         Log: Regen Configure.
4026      Branch: cfgperl
4027            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4028            ! perl.c
4029 ____________________________________________________________________________
4030 [  2982] By: jhi                                   on 1999/02/19  19:51:49
4031         Log: Configure update: fstatvfs/fstafs/getmntent/hasmntopt were
4032              not probed for and         
4033              
4034              From: "Kurt D. Starsinic" <kstar@chapin.edu>
4035              To: Chaim Frenkel <chaimf@pobox.com>,
4036              Russ Allbery <rra@stanford.edu>,
4037              Jarkko Hietaniemi <jhi@iki.fi>,
4038              Gurusamy Sarathy <gsar@activestate.com>,
4039              Graham Barr <gbarr@pobox.com>
4040              Cc: bdensch@ameritech.net, perlbug@perl.com
4041              Subject: [PATCH] Re: Solaris 7 for Intel
4042              Message-ID: <19990219124404.A30182@O2.chapin.edu>
4043              
4044              Glossary is still missing some terms because
4045              mkglossary is misbehaving (change #2981 updated
4046              Glossary manually)
4047      Branch: cfgperl
4048            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
4049            ! Porting/config_H
4050 ____________________________________________________________________________
4051 [  2980] By: gbarr                                 on 1999/02/19  16:06:53
4052         Log: Make result of h2xs work when user adds C<use strict>
4053      Branch: maint-5.005/perl
4054            ! utils/h2xs.PL
4055 ____________________________________________________________________________
4056 [  2979] By: gsar                                  on 1999/02/19  05:24:29
4057         Log: doc for change#2978
4058      Branch: perl
4059            ! pod/perlsub.pod
4060 ____________________________________________________________________________
4061 [  2978] By: gsar                                  on 1999/02/19  05:08:29
4062         Log: bring '*' prototype closer to how it behaves internally
4063      Branch: perl
4064            + t/lib/fatal.t
4065            ! MANIFEST lib/Fatal.pm op.c t/comp/proto.t
4066 ____________________________________________________________________________
4067 [  2977] By: gsar                                  on 1999/02/19  02:50:31
4068         Log: stem leakage of perly.h #defines #ifndef PERL_CORE
4069      Branch: perl
4070            ! perly.h
4071 ____________________________________________________________________________
4072 [  2975] By: gsar                                  on 1999/02/18  21:41:57
4073         Log: distinguish eval'' from BEGIN|INIT|END CVs (fixes buggy propagation
4074              of lexical searches in BEGIN|INIT|END)
4075      Branch: perl
4076            ! cop.h cv.h op.c perly.c perly.y pp_ctl.c t/op/misc.t
4077            ! vms/perly_c.vms
4078 ____________________________________________________________________________
4079 [  2974] By: gsar                                  on 1999/02/18  21:03:06
4080         Log: missing PERL_POLLUTE_MALLOC
4081      Branch: perl
4082            ! ext/SDBM_File/sdbm/sdbm.h
4083 ____________________________________________________________________________
4084 [  2973] By: gsar                                  on 1999/02/18  17:10:49
4085         Log: From:    Andy Dougherty <doughera@lafayette.edu>
4086              Date:    Wed, 17 Feb 1999 17:22:50 EST
4087              Message-Id: <Pine.GSU.4.05.9902171720490.17243-100000@newton.phys>
4088              Subject: [PATCH 5.005_xx] dotsh.pl triggers new warnings
4089      Branch: perl
4090            ! lib/dotsh.pl
4091 ____________________________________________________________________________
4092 [  2972] By: gsar                                  on 1999/02/18  17:04:12
4093         Log: s/#defined/#define/
4094      Branch: perl
4095            ! ext/Data/Dumper/Dumper.xs
4096 ____________________________________________________________________________
4097 [  2970] By: gsar                                  on 1999/02/18  03:26:43
4098         Log: ensure is data malloc()ed by GDBM is free()d (not Perl_mfree()d)
4099      Branch: perl
4100            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
4101            ! ext/GDBM_File/typemap
4102 ____________________________________________________________________________
4103 [  2969] By: gsar                                  on 1999/02/17  23:30:47
4104         Log: correct slurp mode doc
4105      Branch: perl
4106            ! pod/perlfunc.pod pod/perlop.pod
4107 ____________________________________________________________________________
4108 [  2968] By: jhi                                   on 1999/02/17  23:15:49
4109         Log: Ultrix hints update.
4110              
4111              From: Spider Boardman <spider@zk3.dec.com>
4112              To: perlbug@perl.com
4113              Subject: Not OK: perl 5.00555 on RISC-ultrix 4.4 (UNINSTALLED)
4114              Date: Tue, 16 Feb 1999 23:04:28 -0500
4115              Message-Id: <9902170404.AA11036@abyss.zk3.dec.com>
4116      Branch: cfgperl
4117            ! hints/ultrix_4.sh
4118 ____________________________________________________________________________
4119 [  2966] By: jhi                                   on 1999/02/17  23:09:21
4120         Log: Change #2965 wiped out some Sarathy's _55 changes.
4121              Now unwiped.
4122      Branch: cfgperl
4123            ! Configure pp.c t/op/pack.t
4124 ____________________________________________________________________________
4125 [  2965] By: jhi                                   on 1999/02/17  23:00:04
4126         Log: Configure tweaks.
4127              
4128              Fix the Unixware/SCO uname scan:
4129              
4130              From: Tom Hughes <thh@cyberscience.com>
4131              To: perlbug@perl.com
4132              Subject: Not OK: perl 5.00555 on i386-svr4 [actually Unixware 2.1] (UNINSTALLED)
4133              Date: 17 Feb 1999 15:34:15 +0000    
4134              Message-ID: <yekg185nix4.fsf@elva.cyberscience.com>
4135              
4136              AIX syscalls.exp scan: the syscall might be marked 32, 3264, or 64
4137              
4138              From: Joe Buehler <jhpb@hekimian.com>
4139              To: perl5-porters@perl.org
4140              Subject: setsid not detected by perl 5.005_02 configure under AIX 4.3
4141              Date: 12 Feb 1999 11:25:21 -0500
4142              Message-ID: <yd3lni3613i.fsf@ganymede.hekimian.com>
4143              
4144              Make the pthreads joinable constant scan to output to fd 4, not 2.
4145      Branch: cfgperl
4146            ! Configure
4147 ____________________________________________________________________________
4148 [  2964] By: gsar                                  on 1999/02/17  21:30:07
4149         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
4150              Date: Wed, 17 Feb 1999 06:53:13 -0700
4151              Message-Id: <199902171353.GAA15682@jhereg.perl.com>
4152              Subject: PATCH: lib/Pod/Functions.pm for perl5.005_55
4153      Branch: perl
4154            ! lib/Pod/Functions.pm
4155 ____________________________________________________________________________
4156 [  2963] By: gsar                                  on 1999/02/17  21:18:21
4157         Log: fix comppad handling for failures in eval 'qr/(?p{...})/'
4158              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
4159              Date: Wed, 17 Feb 1999 10:06:01 +0000
4160              Message-Id: <199902171006.KAA10204@crypt.compulink.co.uk>
4161              Subject: Re: [5.005_53] panic: pad_free curpad 
4162      Branch: perl
4163            ! regcomp.c regexec.c t/op/misc.t
4164 ____________________________________________________________________________
4165 [  2962] By: gsar                                  on 1999/02/16  21:26:28
4166         Log: NaNQ? tweak
4167      Branch: perl
4168            ! t/lib/bigfloatpm.t
4169 ____________________________________________________________________________
4170 [  2961] By: jhi                                   on 1999/02/16  19:26:38
4171         Log: Integrate from mainperl.
4172      Branch: cfgperl
4173           !> (integrate 37 files)
4174 ____________________________________________________________________________
4175 [  2960] By: gsar                                  on 1999/02/16  18:04:29
4176         Log: undo change#2465 (qw[] is a real list now)
4177      Branch: perl
4178            ! pod/perlop.pod
4179 ____________________________________________________________________________
4180 [  2959] By: gsar                                  on 1999/02/16  07:09:33
4181         Log: this was 5.005_55
4182      Branch: perl
4183            ! Changes
4184
4185 ----------------
4186 Version 5.005_55
4187 ----------------
4188
4189 ____________________________________________________________________________
4190 [  2958] By: gsar                                  on 1999/02/16  06:18:27
4191         Log: integrate change#2852 from maint-5.005; integrate cfgperl contents;
4192              elide dups and non-dependents from Changes
4193      Branch: perl
4194            ! Changes pod/perlhist.pod
4195           !> Configure INSTALL README.threads doio.c ext/IPC/SysV/SysV.xs
4196           !> hints/ultrix_4.sh pod/perl.pod pod/perlfunc.pod
4197           !> pod/perlport.pod pp.c t/op/pack.t
4198 ____________________________________________________________________________
4199 [  2957] By: gsar                                  on 1999/02/16  04:09:47
4200         Log: propagate PERL_VERSION everywhere, add to pod
4201      Branch: perl
4202            ! Configure configpm configure.com ext/B/B/C.pm ext/B/byteperl.c
4203            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs ext/IO/IO.xs
4204            ! hints/freebsd.sh hints/os2.sh installman installperl myconfig
4205            ! os2/Makefile.SHs os2/os2.c patchlevel.h perl.c perl.h
4206            ! plan9/genconfig.pl plan9/myconfig.plan9 plan9/versnum
4207            ! pod/perldebug.pod pod/perldelta.pod vms/genconfig.pl
4208            ! vms/myconfig.com vms/subconfigure.com win32/config.bc
4209            ! win32/config.gc win32/config.vc win32/config_sh.PL
4210            ! win32/win32.c x2p/a2py.c
4211 ____________________________________________________________________________
4212 [  2955] By: jhi                                   on 1999/02/15  16:15:03
4213         Log: The pack tests now better in C90 (after the packnative patches).
4214      Branch: cfgperl
4215            ! t/op/pack.t
4216 ____________________________________________________________________________
4217 [  2954] By: gsar                                  on 1999/02/15  14:11:50
4218         Log: tweak Configure to follow new PERL_VERSION etc.
4219      Branch: perl
4220            ! Configure patchlevel.h pod/perlhist.pod
4221 ____________________________________________________________________________
4222 [  2953] By: jhi                                   on 1999/02/15  14:02:21
4223         Log: Integrate from mainperl.
4224      Branch: cfgperl
4225           !> MANIFEST Porting/makerel
4226 ____________________________________________________________________________
4227 [  2952] By: jhi                                   on 1999/02/15  13:50:07
4228         Log: Enhance the packnative patch: use the packnative code
4229              only if required.  Also added hefty testing (hopefully
4230              I didn't assume too much...).  Tested on alpha, ix86, sparc.
4231      Branch: cfgperl
4232            ! pod/perlfunc.pod pp.c t/op/pack.t
4233 ____________________________________________________________________________
4234 [  2951] By: jhi                                   on 1999/02/15  13:46:56
4235         Log: AVAILABILITY from 5.005_03-tobe, will of course
4236              require updating when 5.006 comes out.
4237      Branch: cfgperl
4238            ! pod/perl.pod
4239 ____________________________________________________________________________
4240 [  2949] By: gsar                                  on 1999/02/15  13:28:51
4241         Log: will this be it for 5.005_55?
4242      Branch: perl
4243            ! MANIFEST Porting/makerel
4244 ____________________________________________________________________________
4245 [  2948] By: jhi                                   on 1999/02/15  13:23:52
4246         Log: Integrate from mainperl.
4247      Branch: cfgperl
4248           !> Changes Makefile.SH ext/B/B/C.pm patchlevel.h perl.h
4249           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
4250           !> pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
4251           !> pod/perlmodlib.pod pod/perltoc.pod t/io/argv.t
4252           !> t/lib/bigfloatpm.t t/lib/h2ph.t win32/Makefile win32/config.bc
4253           !> win32/config.gc win32/config.vc win32/config_H.bc
4254           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
4255 ____________________________________________________________________________
4256 [  2947] By: jhi                                   on 1999/02/15  13:20:41
4257         Log: perlport.pod 1.39 from Chris.
4258      Branch: cfgperl
4259            ! pod/perlport.pod
4260 ____________________________________________________________________________
4261 [  2946] By: jhi                                   on 1999/02/15  13:09:58
4262         Log: Import Ultrix update, change #2864, 
4263              
4264              From: Spider Boardman <spider@zk3.dec.com>
4265              To: perlbug@perl.com
4266              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
4267              Date: Wed, 10 Feb 1999 23:33:31 -0500
4268              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
4269      Branch: cfgperl
4270            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
4271 ____________________________________________________________________________
4272 [  2945] By: jhi                                   on 1999/02/15  13:04:50
4273         Log: OpenBSD sparc SHMLBA.
4274      Branch: cfgperl
4275            ! ext/IPC/SysV/SysV.xs
4276 ____________________________________________________________________________
4277 [  2944] By: gsar                                  on 1999/02/15  12:09:52
4278         Log: update win32/config* stuff, Changes
4279      Branch: perl
4280            ! Changes win32/Makefile win32/config.bc win32/config.gc
4281            ! win32/config.vc win32/config_H.bc win32/config_H.gc
4282            ! win32/config_H.vc win32/makefile.mk
4283 ____________________________________________________________________________
4284 [  2943] By: gsar                                  on 1999/02/15  11:54:08
4285         Log: #include patchlevel.h by default, provide
4286              PERL_{REVISION,VERSION,SUBVERSION}
4287      Branch: perl
4288            ! patchlevel.h perl.h
4289 ____________________________________________________________________________
4290 [  2942] By: gsar                                  on 1999/02/15  10:26:59
4291         Log: allow /0|NaN/ on some bigfloatpm.t tests for portability; other
4292              misc fixes
4293      Branch: perl
4294            ! Makefile.SH t/io/argv.t t/lib/bigfloatpm.t t/lib/h2ph.t
4295 ____________________________________________________________________________
4296 [  2941] By: gsar                                  on 1999/02/15  10:24:37
4297         Log: broken URLs fixed (from Michael G Schwern <schwern@pobox.com>)
4298              Message-ID: <19990207002851.B9185@toldyouso.com>
4299              Message-ID: <19990207212152.A9765@toldyouso.com>
4300              Message-ID: <19990207212041.A9622@toldyouso.com>
4301              Message-ID: <19990207213127.A10244@toldyouso.com>
4302              Message-ID: <19990207212559.A9950@toldyouso.com>
4303              Message-ID: <19990207212842.A9994@toldyouso.com>
4304              Message-ID: <19990207212500.A9860@toldyouso.com>
4305              Message-ID: <19990207213013.A10105@toldyouso.com>
4306      Branch: perl
4307            ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
4308            ! pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
4309            ! pod/perlmodlib.pod pod/perltoc.pod
4310 ____________________________________________________________________________
4311 [  2940] By: gsar                                  on 1999/02/15  10:07:08
4312         Log: enable dynaloading in C.pm-compiled programs (non-conflicting part
4313              of suggested patch)
4314              From: "Vishal Bhatia" <vishalb@my-dejanews.com>
4315              Date: Mon, 08 Feb 1999 01:14:41 -0000
4316              Message-ID: <DHIDFFOPMEFDBAAA@my-dejanews.com>
4317              Subject: [PATCH 5.005_54] some pending C.pm stuff 
4318      Branch: perl
4319            ! ext/B/B/C.pm
4320 ____________________________________________________________________________
4321 [  2939] By: jhi                                   on 1999/02/15  08:40:18
4322         Log: Integrate from mainperl.
4323      Branch: cfgperl
4324           +> t/lib/bigfloat.t t/lib/bigfloatpm.t
4325            - lib/File/PathConvert.pm
4326           !> (integrate 81 files)
4327 ____________________________________________________________________________
4328 [  2938] By: gsar                                  on 1999/02/15  06:56:39
4329         Log: change#2839 was bogus, redo
4330      Branch: perl
4331           !> t/lib/h2ph.pht
4332 ____________________________________________________________________________
4333 [  2937] By: gsar                                  on 1999/02/15  06:38:15
4334         Log: support Win32::GetFullPathName() and Win32::SetLastError()
4335              From: jan.dubois@ibm.net (Jan Dubois)
4336              Date: Tue, 09 Feb 1999 22:27:31 +0100
4337              Message-ID: <36c1a2ed.8007554@smtp1.ibm.net>
4338              Subject: [PATCH _54] Win32::GetFullPathName (Re: File::Spec::Win32 and UNCs)
4339      Branch: perl
4340            ! win32/win32.c
4341 ____________________________________________________________________________
4342 [  2936] By: gsar                                  on 1999/02/15  06:26:39
4343         Log: support native integers, pack("L_",...) etc. (via private mail)
4344              From: Jarkko Hietaniemi <jhi@iki.fi>
4345              Date: Wed, 10 Feb 1999 00:04:52 +0200 (EET)
4346              Message-Id: <199902092204.AAA29065@alpha.hut.fi>
4347              Subject: the "packnative" patch
4348      Branch: perl
4349            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pp.c
4350            ! t/lib/ipc_sysv.t t/op/pack.t
4351 ____________________________________________________________________________
4352 [  2935] By: gsar                                  on 1999/02/15  06:04:02
4353         Log: From: Michael G Schwern <schwern@pobox.com>
4354              Date: Tue, 9 Feb 1999 04:13:12 -0500
4355              Message-ID: <19990209041312.A15788@toldyouso.com>
4356              Subject: [PATCH]5.005_03-MAINT_TRIAL_5 utils/h2xs fixing -A & more
4357      Branch: perl
4358            ! utils/h2xs.PL
4359 ____________________________________________________________________________
4360 [  2934] By: gsar                                  on 1999/02/15  05:30:13
4361         Log: fix bugs in the handling of negative numbers, among other things
4362              From: Steven Knight <knight@theopera.baldmt.citilink.com>
4363              Date: Mon, 8 Feb 1999 01:16:24 -0600
4364              Message-Id: <199902080716.BAA24652@theopera.baldmt.citilink.com>
4365              Subject: Math::BigFloat and Math::BigInt
4366      Branch: perl
4367            + t/lib/bigfloat.t t/lib/bigfloatpm.t
4368            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
4369            ! t/lib/bigintpm.t
4370 ____________________________________________________________________________
4371 [  2933] By: gsar                                  on 1999/02/15  04:57:52
4372         Log: From: "J. van Krieken" <John.van.Krieken@ATComputing.nl>
4373              Date: Thu, 4 Feb 1999 17:25:25 +0100 (MET)
4374              Message-Id: <199902041625.RAA14489@atcmpg.ATComputing.nl>
4375              Subject: s2p incorrectly handles hold space commands
4376      Branch: perl
4377            ! x2p/s2p.PL
4378 ____________________________________________________________________________
4379 [  2932] By: gsar                                  on 1999/02/15  04:45:55
4380         Log: clarify what a "line" is
4381      Branch: perl
4382            ! pod/perlfunc.pod pod/perlvar.pod
4383 ____________________________________________________________________________
4384 [  2931] By: gsar                                  on 1999/02/15  04:23:29
4385         Log: backout change#2811 and add newer version based on File::Spec
4386              From: Barrie Slaymaker <rbs@telerama.com>
4387              Date: Thu, 11 Feb 1999 16:29:24 -0500
4388              Message-ID: <36C34BB4.A62090E0@telerama.com>
4389              Subject: [PATCH]5.005_54 (pod2html) Relative URLs using new File::Spec
4390      Branch: perl
4391            - lib/File/PathConvert.pm
4392            ! MANIFEST installhtml lib/Pod/Html.pm
4393 ____________________________________________________________________________
4394 [  2930] By: gsar                                  on 1999/02/15  04:16:25
4395         Log: From: Barrie Slaymaker <rbs@telerama.com>
4396              Date: Thu, 11 Feb 1999 19:39:48 -0500
4397              Message-ID: <36C37854.707D139@telerama.com>
4398              Subject: [PATCH] 5.005_54 #2 Merging File::PathConvert in to File::Spec
4399      Branch: perl
4400            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
4401 ____________________________________________________________________________
4402 [  2929] By: gsar                                  on 1999/02/15  04:06:50
4403         Log: patches suggested by John Bley <jbb6@acpub.duke.edu> (with minor edits)
4404              Date: Wed, 3 Feb 1999 05:24:55 -0500 (EST)
4405              Message-ID: <Pine.SOL.3.91.990203051924.302A-100000@soc11.acpub.duke.edu>
4406              Subject: [PATCH]5.005_54 (DOC) fix many typos
4407              --
4408              Date: Wed, 3 Feb 1999 08:53:53 -0500 (EST)
4409              Message-ID: <Pine.SOL.3.91.990203085157.895A-100000@soc11.acpub.duke.edu>
4410              Subject: [PATCH]5.005_54 (DOC) typos
4411      Branch: perl
4412            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlcall.pod
4413            ! pod/perldebug.pod pod/perlfaq1.pod pod/perlfaq2.pod
4414            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
4415            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
4416            ! pod/perlfaq9.pod pod/perlfunc.pod pod/perlguts.pod
4417            ! pod/perllol.pod pod/perlmod.pod pod/perlref.pod
4418            ! pod/perlrun.pod pod/perlsub.pod pod/perltoc.pod
4419            ! pod/perlvar.pod pod/perlxs.pod
4420 ____________________________________________________________________________
4421 [  2928] By: gsar                                  on 1999/02/15  03:39:53
4422         Log: allow the Carp routines to pass through exception objects
4423      Branch: perl
4424            ! lib/Carp.pm
4425 ____________________________________________________________________________
4426 [  2927] By: gsar                                  on 1999/02/15  03:22:57
4427         Log: mention Proc::Daemon (suggested by Michael G Schwern <schwern@pobox.com>)
4428      Branch: perl
4429            ! pod/perlfaq8.pod
4430 ____________________________________________________________________________
4431 [  2926] By: gsar                                  on 1999/02/15  03:19:39
4432         Log: integrate h2ph.PL fixes from change#2809 (change#2838 was supposed to
4433              have done that, but didn't)
4434      Branch: perl
4435           !> utils/h2ph.PL
4436 ____________________________________________________________________________
4437 [  2925] By: gsar                                  on 1999/02/15  03:17:01
4438         Log: integrate cfgperl changes into mainline
4439      Branch: perl
4440            ! Changes
4441           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
4442           !> config_h.SH hints/openbsd.sh hints/ultrix_4.sh
4443           !> pod/perlport.pod t/lib/h2ph.pht utils/h2ph.PL
4444           !> vms/subconfigure.com
4445 ____________________________________________________________________________
4446 [  2924] By: gsar                                  on 1999/02/15  03:07:08
4447         Log: add const qualifier to most char* prototypes, handle ripple effect
4448      Branch: perl
4449            ! gv.c hv.c hv.h mg.c op.c perl.c pod/perlguts.pod proto.h sv.c
4450            ! universal.c util.c
4451 ____________________________________________________________________________
4452 [  2923] By: gsar                                  on 1999/02/15  01:04:30
4453         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
4454              Date: Thu, 04 Feb 1999 02:37:31 +0000
4455              Message-Id: <199902040237.CAA03255@crypt.compulink.co.uk>
4456              Subject: [PATCH 5.005_54] Re: .. misinterpreted as flipflop 
4457      Branch: perl
4458            ! pp_ctl.c t/op/range.t
4459 ____________________________________________________________________________
4460 [  2922] By: gsar                                  on 1999/02/15  00:24:34
4461         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
4462              Date: Sun, 31 Jan 1999 01:50:06 +0000
4463              Message-Id: <199901310150.BAA16299@crypt.compulink.co.uk>
4464              Subject: [PATCH 5.005_03t4] regexp flags bug
4465      Branch: perl
4466            ! regcomp.c t/op/re_tests
4467 ____________________________________________________________________________
4468 [  2921] By: gsar                                  on 1999/02/15  00:13:02
4469         Log: use New() et al., rather than safemalloc() et al.
4470              From: jan.dubois@ibm.net (Jan Dubois)
4471              Date: Fri, 29 Jan 1999 23:27:22 +0100
4472              Message-ID: <36bd33f2.51029616@smtp1.ibm.net>
4473              Subject: [PATCH _03-MT5] POSIX.xs memory API
4474      Branch: perl
4475            ! ext/POSIX/POSIX.xs
4476 ____________________________________________________________________________
4477 [  2920] By: gsar                                  on 1999/02/15  00:05:33
4478         Log: tweak READ() docs to mention $buffer must be altered by reference
4479      Branch: perl
4480            ! pod/perltie.pod
4481 ____________________________________________________________________________
4482 [  2919] By: gsar                                  on 1999/02/14  23:50:39
4483         Log: applied suggested patch, with several language/readability tweaks
4484              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4485              Date: Fri, 29 Jan 1999 00:25:02 -0500
4486              Message-ID: <19990129002502.C2898@monk.mps.ohio-state.edu>
4487              Subject: Re: [PATCH 5.005_*] Better parsing docs
4488      Branch: perl
4489            ! pod/perlop.pod
4490 ____________________________________________________________________________
4491 [  2918] By: gsar                                  on 1999/02/14  23:20:42
4492         Log: several bug fixes; now croak()s when date exceeds integer limits (instead
4493              of silently returning bogus values)
4494              From: Peter Chines <pchines@nhgri.nih.gov>
4495              Date: Wed, 27 Jan 1999 16:11:31 -0500
4496              Message-Id: <199901272117.QAA21458@kronos.nhgri.nih.gov>
4497              Subject: Time::Local
4498      Branch: perl
4499            ! lib/Time/Local.pm pod/perldelta.pod
4500 ____________________________________________________________________________
4501 [  2917] By: gsar                                  on 1999/02/14  11:21:43
4502         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4503              Date: Thu, 28 Jan 1999 10:02:20 -0500
4504              Message-ID: <19990128100220.A1321@monk.mps.ohio-state.edu>
4505              Subject: Re: [PATCH 5.005_53] Better perldoc
4506      Branch: perl
4507            ! utils/perldoc.PL
4508 ____________________________________________________________________________
4509 [  2916] By: gsar                                  on 1999/02/14  10:59:38
4510         Log: back out change#2751, apply updated version 
4511              From: jan.dubois@ibm.net (Jan Dubois)
4512              Date: Sat, 06 Feb 1999 01:06:29 +0100
4513              Message-ID: <36bc844c.18763049@smtp1.ibm.net>
4514              Subject: [PATCH] Cleanup of File::Spec module
4515      Branch: perl
4516            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
4517            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
4518            ! lib/File/Spec/Win32.pm
4519 ____________________________________________________________________________
4520 [  2915] By: gsar                                  on 1999/02/14  10:48:01
4521         Log: tweak select() test
4522      Branch: perl
4523            ! pod/perlipc.pod t/op/fh.t
4524 ____________________________________________________________________________
4525 [  2914] By: gsar                                  on 1999/02/14  10:25:55
4526         Log: allow C<select('foo')> to autovivify *foo (SelectSaver expects that)
4527      Branch: perl
4528            ! op.c pod/perldiag.pod pp_sys.c t/op/misc.t
4529 ____________________________________________________________________________
4530 [  2913] By: gsar                                  on 1999/02/14  10:03:51
4531         Log: From: Kenneth Albanowski <kjahds@kjahds.com>
4532              Date: Sat, 23 Jan 1999 21:52:15 -0500 (EST)
4533              Message-ID: <Pine.LNX.3.93.990123212857.446B-100000@kjahds.kjahds.com>
4534              Subject: Re: SvOPV() or SvPV_nolen() or ...
4535      Branch: perl
4536            ! pod/perlguts.pod
4537 ____________________________________________________________________________
4538 [  2912] By: gsar                                  on 1999/02/14  09:57:29
4539         Log: provide SvPV_nolen(sv) to avoid use of PL_na
4540              From: jan.dubois@ibm.net (Jan Dubois)
4541              Date: Sun, 24 Jan 1999 02:45:32 +0100
4542              Message-ID: <36bb7ada.68485547@smtp1.ibm.net>
4543              Subject: [PATCH 5.005_54]  _54 version of SvPV_nolen patch
4544      Branch: perl
4545            ! embed.h global.sym objXSUB.h pod/perlguts.pod proto.h sv.c
4546            ! sv.h
4547 ____________________________________________________________________________
4548 [  2911] By: gsar                                  on 1999/02/14  06:51:05
4549         Log: elide stray effluvium
4550      Branch: perl
4551            ! pod/perldelta.pod
4552 ____________________________________________________________________________
4553 [  2910] By: gsar                                  on 1999/02/14  05:51:56
4554         Log: slurping an empty file should return '' rather than undef, with
4555              commensurate effects on ARGV processing
4556      Branch: perl
4557            ! pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
4558            ! pod/perlvar.pod pp_hot.c sv.h t/io/argv.t
4559 ____________________________________________________________________________
4560 [  2909] By: gsar                                  on 1999/02/14  00:02:11
4561         Log: perly_c.diff typo
4562      Branch: perl
4563            ! perly.c perly_c.diff vms/perly_c.vms
4564 ____________________________________________________________________________
4565 [  2908] By: gsar                                  on 1999/02/13  18:20:13
4566         Log: From: jan.dubois@ibm.net (Jan Dubois)
4567              Date: Sat, 13 Feb 1999 13:25:53 +0100
4568              Message-Id: <36c9629c.13334874@smtp1.ibm.net>
4569              Subject: [PATCH 5.005_03-MT5] "goto must have label" message for C<goto ''>
4570      Branch: perl
4571            ! pod/perlfunc.pod pp_ctl.c t/lib/io_unix.t
4572 ____________________________________________________________________________
4573 [  2907] By: jhi                                   on 1999/02/13  15:07:26
4574         Log: Integrate from mainperl.
4575      Branch: cfgperl
4576           +> emacs/e2ctags.pl pod/perltodo.pod t/op/lop.t
4577           !> (integrate 150 files)
4578 ____________________________________________________________________________
4579 [  2903] By: gsar                                  on 1999/02/12  13:25:59
4580         Log: From: jan.dubois@ibm.net (Jan Dubois)
4581              Date: Sun, 24 Jan 1999 01:12:00 +0100
4582              Message-ID: <36b66479.62756298@smtp1.ibm.net>
4583              Subject: [PATCH 5.005_54] remove OVERLOAD conditionals
4584      Branch: perl
4585            ! XSUB.h dump.c gv.c hv.h mg.c perl.h perlvars.h pp.c pp.h
4586            ! proto.h sv.c sv.h
4587 ____________________________________________________________________________
4588 [  2902] By: gsar                                  on 1999/02/12  12:55:11
4589         Log: script to generate ctags from etags
4590              From: Colin Kuskie <ckuskie@cadence.com>
4591              Date: Wed, 20 Jan 1999 16:29:35 -0800 (PST)
4592              Message-ID: <Pine.GSO.3.96.990120160519.5755Q-100000@pdxue150.cadence.com>
4593              Subject: [PATCH 5.005_54] adding ctags to the source, FAQ, make
4594      Branch: perl
4595            + emacs/e2ctags.pl
4596            ! Makefile.SH pod/perlfaq3.pod
4597 ____________________________________________________________________________
4598 [  2901] By: gsar                                  on 1999/02/12  12:40:17
4599         Log: allow boolean assign ops to be lvalues
4600              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
4601              Date: Mon, 11 Jan 1999 16:52:18 -0600 (CST)
4602              Message-ID: <13978.32609.495338.544643@alias-2.pr.mcs.net>
4603              --
4604              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
4605              Date: Mon, 18 Jan 1999 10:04:00 +0000
4606              Message-Id: <199901181004.KAA17471@crypt.compulink.co.uk>
4607              Subject: Re: [inconsistency 5.005_54] ||= not an lvalue 
4608      Branch: perl
4609            + t/op/lop.t
4610            ! MANIFEST op.c
4611 ____________________________________________________________________________
4612 [  2899] By: jhi                                   on 1999/02/12  12:03:48
4613         Log: Configure update: OpenBSD thread-awareness, SCO ODT/OSR osvers.
4614      Branch: cfgperl
4615            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4616            ! config_h.SH hints/openbsd.sh
4617 ____________________________________________________________________________
4618 [  2898] By: gsar                                  on 1999/02/12  11:49:25
4619         Log: support win32_putenv()
4620      Branch: perl
4621            ! mg.c util.c win32/GenCAPI.pl win32/makedef.pl win32/perlhost.h
4622            ! win32/win32.c win32/win32iop.h
4623 ____________________________________________________________________________
4624 [  2894] By: gsar                                  on 1999/02/12  11:09:27
4625         Log: add missing hunk in change#2657
4626      Branch: perl
4627            ! ext/B/B/CC.pm
4628 ____________________________________________________________________________
4629 [  2893] By: gsar                                  on 1999/02/12  11:00:13
4630         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4631              Date: Tue, 19 Jan 1999 20:13:15 -0500
4632              Message-ID: <19990119201315.A21167@monk.mps.ohio-state.edu>
4633              Subject: [PATCH 5.005_53] Remove extraneous sh in test suites
4634      Branch: perl
4635            ! t/op/fh.t t/op/misc.t t/op/runlevel.t t/pragma/strict.t
4636            ! t/pragma/subs.t t/pragma/warning.t
4637 ____________________________________________________________________________
4638 [  2892] By: gsar                                  on 1999/02/12  10:44:38
4639         Log: update change#2670 to later version
4640              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
4641              Date: Sun, 31 Jan 1999 16:16:14 +0000
4642              Message-Id: <199901311616.QAA17673@crypt.compulink.co.uk>
4643              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing 
4644      Branch: perl
4645            ! t/op/subst.t toke.c
4646 ____________________________________________________________________________
4647 [  2891] By: gsar                                  on 1999/02/12  10:31:17
4648         Log: make testsuite somewhat location independent
4649      Branch: perl
4650            ! (edit 117 files)
4651 ____________________________________________________________________________
4652 [  2890] By: gsar                                  on 1999/02/12  10:00:30
4653         Log: add $AutoLoader::VERSION
4654      Branch: perl
4655            ! lib/AutoLoader.pm
4656 ____________________________________________________________________________
4657 [  2889] By: gsar                                  on 1999/02/12  09:55:48
4658         Log: tweak PERL_STRICT_CR notes
4659      Branch: perl
4660            ! pod/perl5005delta.pod
4661 ____________________________________________________________________________
4662 [  2888] By: gsar                                  on 1999/02/12  09:41:45
4663         Log: add note about test-notty target
4664      Branch: perl
4665            ! README.win32
4666 ____________________________________________________________________________
4667 [  2887] By: gsar                                  on 1999/02/12  09:37:37
4668         Log: add perltodo.pod
4669      Branch: perl
4670            + pod/perltodo.pod
4671            ! MANIFEST Todo pod/Makefile pod/perl.pod pod/roffitall
4672            ! win32/pod.mak
4673 ____________________________________________________________________________
4674 [  2886] By: jhi                                   on 1999/02/12  08:52:14
4675         Log: Integrate from mainperl.
4676      Branch: cfgperl
4677           +> t/op/fh.t
4678           !> (integrate 30 files)
4679 ____________________________________________________________________________
4680 [  2885] By: gsar                                  on 1999/02/12  08:42:10
4681         Log: note how to find REG_INFTY limit
4682      Branch: perl
4683            ! pod/perlre.pod
4684 ____________________________________________________________________________
4685 [  2884] By: jhi                                   on 1999/02/12  08:36:14
4686         Log: OpenBSD pthreads awareness, thanks to
4687              David Leonard <david.leonard@csee.uq.edu.au>
4688      Branch: maint-5.005/perl
4689            ! Configure hints/openbsd.sh
4690 ____________________________________________________________________________
4691 [  2882] By: gsar                                  on 1999/02/12  08:05:20
4692         Log: IO is maintained by p5p (per Graham Barr's wishes)
4693      Branch: perl
4694            ! MAINTAIN ext/IO/ChangeLog ext/IO/README ext/IO/lib/IO/Dir.pm
4695            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Poll.pm
4696            ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
4697            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
4698 ____________________________________________________________________________
4699 [  2881] By: gsar                                  on 1999/02/12  07:57:13
4700         Log: fh.t typo
4701      Branch: perl
4702            ! t/op/fh.t
4703 ____________________________________________________________________________
4704 [  2880] By: gsar                                  on 1999/02/12  07:38:16
4705         Log: PERL5OPT=-T enables taint mode (suggested by Jason Riedy <ejr@cise.ufl.edu>)
4706      Branch: perl
4707            ! perl.c pod/perlrun.pod
4708 ____________________________________________________________________________
4709 [  2879] By: gsar                                  on 1999/02/12  05:39:29
4710         Log: fix ops that are not filehandle constructors to not create GV if it
4711              doesn't already exist (avoids leaks); extend semantics of defined()
4712              so that defined(*{$foo}) works (experimental)
4713      Branch: perl
4714            + t/op/fh.t
4715            ! MANIFEST embed.h embed.pl objXSUB.h op.c pod/perldiag.pod pp.c
4716            ! pp_hot.c pp_sys.c proto.h t/op/gv.t t/op/misc.t
4717 ____________________________________________________________________________
4718 [  2877] By: jhi                                   on 1999/02/11  20:44:00
4719         Log: From: Chris Nandor <pudge@pobox.com>
4720              To: perl5-porters@perl.org
4721              Subject: [PATCH] perlport.pod 1.39
4722              Date: Thu, 11 Feb 1999 12:28:35 -0500
4723              Message-Id: <v04020a2db2e8c3177123@[192.168.0.77]>
4724      Branch: cfgperl
4725            ! pod/perlport.pod
4726 ____________________________________________________________________________
4727 [  2870] By: gsar                                  on 1999/02/11  11:17:08
4728         Log: remove double typeglob deref (suggested by RonaldWS <ronaldws@aol.com>)
4729      Branch: perl
4730            ! ext/IO/lib/IO/Pipe.pm
4731 ____________________________________________________________________________
4732 [  2869] By: gsar                                  on 1999/02/11  11:00:56
4733         Log: update win32/pod.mak
4734      Branch: perl
4735            ! win32/pod.mak
4736 ____________________________________________________________________________
4737 [  2868] By: gsar                                  on 1999/02/11  10:42:44
4738         Log: From: Benjamin Low <b.d.low@unsw.edu.au>
4739              Date: Fri, 08 Jan 1999 14:36:53 +1100
4740              Message-ID: <36957D55.1D65A0B2@unsw.edu.au>
4741              Subject: Re: [Fwd: IO::Socket::connect and blocking]
4742      Branch: perl
4743            ! ext/IO/lib/IO/Socket.pm
4744 ____________________________________________________________________________
4745 [  2867] By: gsar                                  on 1999/02/11  09:43:03
4746         Log: av_extend() doc tweak from Jan Dubois
4747      Branch: perl
4748            ! pod/perlguts.pod
4749 ____________________________________________________________________________
4750 [  2866] By: gsar                                  on 1999/02/11  09:27:17
4751         Log: display full pathname of unreadable files
4752      Branch: perl
4753            ! utils/perldoc.PL
4754 ____________________________________________________________________________
4755 [  2865] By: gsar                                  on 1999/02/11  09:02:31
4756         Log: missing patch in change#2522
4757      Branch: perl
4758            ! lib/Pod/Text.pm
4759 ____________________________________________________________________________
4760 [  2864] By: jhi                                   on 1999/02/11  08:45:00
4761         Log: From: Spider Boardman <spider@zk3.dec.com>
4762              To: perlbug@perl.com
4763              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
4764              Date: Wed, 10 Feb 1999 23:33:31 -0500
4765              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
4766      Branch: maint-5.005/perl
4767            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
4768 ____________________________________________________________________________
4769 [  2862] By: gsar                                  on 1999/02/11  08:14:34
4770         Log: integrate changes#2738,2740 from maint-5.005
4771      Branch: perl
4772           !> lib/ExtUtils/MakeMaker.pm
4773 ____________________________________________________________________________
4774 [  2861] By: jhi                                   on 1999/02/11  08:04:25
4775         Log: Integrate from mainperl.
4776      Branch: cfgperl
4777           !> Changes perl.h pod/perl5005delta.pod pp_ctl.c t/op/local.t
4778           !> t/op/range.t win32/config.gc
4779 ____________________________________________________________________________
4780 [  2860] By: gsar                                  on 1999/02/11  07:30:08
4781         Log: binmode() support for cygwin32 (suggested by Steven Morlock
4782              <newspost@morlock.net>)
4783      Branch: perl
4784            ! perl.h
4785 ____________________________________________________________________________
4786 [  2859] By: gsar                                  on 1999/02/11  07:14:21
4787         Log: update Changes
4788      Branch: perl
4789            ! Changes
4790           !> pod/perl5005delta.pod
4791 ____________________________________________________________________________
4792 [  2856] By: gsar                                  on 1999/02/11  07:07:39
4793         Log: integrate perldelta changes from maint-5.005
4794      Branch: perl
4795           !> pod/perl5005delta.pod
4796 ____________________________________________________________________________
4797 [  2855] By: gsar                                  on 1999/02/11  06:31:50
4798         Log: applied suggested patch; added tests
4799              From: Adam Krolnik <adamk@gypsy.cyrix.com>
4800              Date: Sat, 12 Dec 98 15:30:18 -0600
4801              Message-Id: <9812122130.AA03717@gypsy.eng.cyrix.com>
4802              Subject: Range operation doesn't handle IV_MAX
4803      Branch: perl
4804            ! pp_ctl.c t/op/range.t
4805 ____________________________________________________________________________
4806 [  2854] By: gsar                                  on 1999/02/11  05:00:55
4807         Log: compatibility fix: magic non-propagation in foreach implicit localization
4808      Branch: perl
4809            ! pp_ctl.c t/op/local.t win32/config.gc
4810 ____________________________________________________________________________
4811 [  2852] By: gsar                                  on 1999/02/10  23:17:49
4812         Log: fair warning about -Dusethreads
4813      Branch: maint-5.005/perl
4814            ! Configure INSTALL README.threads
4815 ____________________________________________________________________________
4816 [  2847] By: jhi                                   on 1999/02/09  19:13:28
4817         Log: Integrate from mainperl.
4818      Branch: cfgperl
4819           !> pod/perldelta.pod pod/perlfunc.pod pod/perlobj.pod
4820           !> pod/perlop.pod pp.c t/op/method.t t/op/pack.t
4821 ____________________________________________________________________________
4822 [  2846] By: gsar                                  on 1999/02/09  13:53:28
4823         Log: a modified version of suggested patch for pack template 'Z'; added docs
4824              From: "Valeriy E. Ushakov" <uwe@ptc.spbu.ru>
4825              Date: Mon, 16 Jun 1997 03:00:31 +0400 (MSD)
4826              Message-ID: <%lOHpzIuGV@snark.ptc.spbu.ru>
4827              Subject: lack of pack/unpack letter with useful symmetry for C null delimited strings
4828      Branch: perl
4829            ! pod/perldelta.pod pod/perlfunc.pod pp.c t/op/pack.t
4830 ____________________________________________________________________________
4831 [  2845] By: gsar                                  on 1999/02/09  00:03:26
4832         Log: clarify docs for change#2835
4833      Branch: perl
4834            ! pod/perldelta.pod pod/perlop.pod
4835 ____________________________________________________________________________
4836 [  2844] By: gsar                                  on 1999/02/08  23:40:57
4837         Log: addendum to change#2823
4838              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
4839              Date: Sun, 13 Dec 1998 16:06:04 -0800 (PST)
4840              Message-ID: <13940.21805.470054.299@fre-76-120.reshall.berkeley.edu>
4841              Subject: [PATCH] Docs and tests for method-call syntax
4842      Branch: perl
4843            ! pod/perlobj.pod t/op/method.t
4844 ____________________________________________________________________________
4845 [  2843] By: jhi                                   on 1999/02/08  21:06:28
4846         Log: Ultrix mmap tidbit.
4847      Branch: cfgperl
4848            ! hints/ultrix_4.sh
4849 ____________________________________________________________________________
4850 [  2842] By: jhi                                   on 1999/02/08  20:22:55
4851         Log: Integrate from mainperl.
4852      Branch: cfgperl
4853           +> t/op/subst_wamp.t
4854           !> (integrate 35 files)
4855 ____________________________________________________________________________
4856 [  2841] By: jhi                                   on 1999/02/08  18:23:26
4857         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4858              To: Mailing list Perl5 <perl5-porters@perl.org>
4859              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
4860              Date: Sun, 7 Feb 1999 17:25:22 -0500
4861              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
4862      Branch: cfgperl
4863            + t/op/subst_amp.t
4864            ! MANIFEST regcomp.c t/op/subst.t
4865 ____________________________________________________________________________
4866 [  2840] By: jhi                                   on 1999/02/08  18:16:54
4867         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4868              To: Mailing list Perl5 <perl5-porters@perl.org>
4869              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
4870              Date: Sun, 7 Feb 1999 17:00:10 -0500
4871              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
4872      Branch: cfgperl
4873            ! pp_hot.c t/op/pat.t
4874 ____________________________________________________________________________
4875 [  2839] By: jhi                                   on 1999/02/08  17:25:30
4876         Log: A require was missing.
4877      Branch: cfgperl
4878            ! t/lib/h2ph.pht
4879 ____________________________________________________________________________
4880 [  2838] By: jhi                                   on 1999/02/08  16:38:41
4881         Log: Bring in the change #2809 (the Configure part has been
4882              modified rather a lot since the #2809, though.)
4883      Branch: cfgperl
4884            ! Configure utils/h2ph.PL
4885 ____________________________________________________________________________
4886 [  2835] By: gsar                                  on 1999/02/08  14:40:23
4887         Log: make qw() into a true list at compile time (slightly modified
4888              variant of patch suggested by Tom Hughes <tom@compton.demon.co.uk>)
4889      Branch: perl
4890            ! pod/perldelta.pod pod/perlop.pod pp_hot.c toke.c
4891 ____________________________________________________________________________
4892 [  2834] By: gsar                                  on 1999/02/08  13:23:16
4893         Log: make safesysmalloc() etc., always available; safemalloc() et al are
4894              now macros that point to the right malloc; fix various places in
4895              sources that need to always use safesysmalloc() et al
4896      Branch: perl
4897            ! embed.h embedvar.h global.sym iperlsys.h mg.c objXSUB.h perl.h
4898            ! perl_exp.SH proto.h util.c vms/gen_shrfls.pl win32/makedef.pl
4899 ____________________________________________________________________________
4900 [  2833] By: gsar                                  on 1999/02/08  10:56:16
4901         Log: remove spurious #endif in last change
4902      Branch: perl
4903            ! perl.h
4904 ____________________________________________________________________________
4905 [  2832] By: gsar                                  on 1999/02/08  10:34:55
4906         Log: make EMBEDMYMALLOC the default and provide PERL_POLLUTE_MALLOC to let
4907              them ask for insanity (untested)
4908      Branch: perl
4909            ! INSTALL Todo-5.005 ext/SDBM_File/sdbm/sdbm.h hints/machten.sh
4910            ! hints/next_3.sh hints/next_4.sh hints/qnx.sh iperlsys.h
4911            ! malloc.c perl.h pod/perldelta.pod pod/perlguts.pod sv.c
4912 ____________________________________________________________________________
4913 [  2831] By: jhi                                   on 1999/02/08  08:33:33
4914         Log: Update vms/subconfigure.com along the lines of change #2829.
4915      Branch: cfgperl
4916            ! vms/subconfigure.com
4917 ____________________________________________________________________________
4918 [  2830] By: gsar                                  on 1999/02/08  00:19:46
4919         Log: integrate cfgperl changes into mainline
4920      Branch: perl
4921           +> ext/DynaLoader/dl_beos.xs ext/GDBM_File/hints/sco.pl
4922           +> lib/File/PathConvert.pm pod/perlthrtut.pod
4923            ! Changes
4924           !> (integrate 93 files)
4925 ____________________________________________________________________________
4926 [  2829] By: jhi                                   on 1999/02/07  23:49:46
4927         Log: Configure update.
4928              
4929              Probe for mmap() et alia.
4930              The *cc*symbols patch (just Configure, no h2ph).
4931      Branch: cfgperl
4932            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4933            ! config_h.SH perl.h
4934 ____________________________________________________________________________
4935 [  2828] By: gsar                                  on 1999/02/07  23:38:47
4936         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4937              Date: Sun, 7 Feb 1999 17:25:22 -0500
4938              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
4939              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
4940      Branch: perl
4941            + t/op/subst_amp.t t/op/subst_wamp.t
4942            ! MANIFEST regcomp.c t/op/subst.t
4943 ____________________________________________________________________________
4944 [  2827] By: gsar                                  on 1999/02/07  23:27:32
4945         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4946              Date: Sun, 7 Feb 1999 17:00:10 -0500
4947              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
4948              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
4949      Branch: perl
4950            ! pp_hot.c t/op/pat.t
4951 ____________________________________________________________________________
4952 [  2826] By: gsar                                  on 1999/02/07  23:26:04
4953         Log: patch for change#2822, done right; add PERL_OBJECT stuff; regen headers
4954              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4955              Date: Sun, 7 Feb 1999 15:07:27 -0500
4956              Message-ID: <19990207150726.A571@monk.mps.ohio-state.edu>
4957              Subject: Re: fixing memory leaks in REx compilation
4958      Branch: perl
4959            ! embed.h embed.pl objXSUB.h proto.h regcomp.c regcomp.h
4960            ! regexec.c
4961 ____________________________________________________________________________
4962 [  2825] By: jhi                                   on 1999/02/07  18:05:13
4963         Log: Integrate from mainperl.
4964      Branch: cfgperl
4965           +> lib/DB.pm t/comp/bproto.t
4966           !> MANIFEST ext/Data/Dumper/Dumper.pm ext/SDBM_File/sdbm/sdbm.c
4967           !> lib/Pod/Html.pm op.c perly.c perly.y perly_c.diff
4968           !> pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod regcomp.h
4969           !> toke.c vms/perly_c.vms
4970 ____________________________________________________________________________
4971 [  2824] By: gsar                                  on 1999/02/07  14:21:48
4972         Log: tweak doc on bitwise ops
4973      Branch: perl
4974            ! pod/perlop.pod
4975 ____________________________________________________________________________
4976 [  2823] By: gsar                                  on 1999/02/07  13:38:31
4977         Log: applied suggested patch; regen perly* and vms/perly*
4978              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
4979              Date: Sun, 13 Dec 1998 01:10:12 -0800 (PST)
4980              Message-ID: <13939.26706.620683.846776@fre-76-120.reshall.berkeley.edu>
4981              Subject: [PATCH] Re: Suggestion for perlobj man page
4982      Branch: perl
4983            ! perly.c perly.y perly_c.diff toke.c vms/perly_c.vms
4984 ____________________________________________________________________________
4985 [  2822] By: gsar                                  on 1999/02/07  12:39:09
4986         Log: Ilya's idea for cleaning up failed regex allocs (substantive parts
4987              disabled, fails tests)
4988      Branch: perl
4989            ! regcomp.h
4990 ____________________________________________________________________________
4991 [  2821] By: gsar                                  on 1999/02/07  11:09:39
4992         Log: pod2html misinterprets Foo::Bar as a URL (fix suggested by Alexander Barilo
4993              <Alexander.Barilo@aexp.com>)
4994      Branch: perl
4995            ! lib/Pod/Html.pm
4996 ____________________________________________________________________________
4997 [  2820] By: gsar                                  on 1999/02/07  10:20:35
4998         Log: add draft debugging API implementation
4999      Branch: perl
5000            + lib/DB.pm
5001            ! MANIFEST
5002 ____________________________________________________________________________
5003 [  2819] By: gsar                                  on 1999/02/07  09:58:45
5004         Log: avoid garbage in db->dirbuf
5005              From: Masahiro KAJIURA <masahiro.kajiura@toshiba.co.jp>
5006              Date: Sat, 05 Dec 1998 14:14:54 +0900
5007              Message-Id: <199812050514.OAA23268@toshiba.co.jp>
5008              Subject: SDBM bug
5009      Branch: perl
5010            ! ext/SDBM_File/sdbm/sdbm.c
5011 ____________________________________________________________________________
5012 [  2818] By: gsar                                  on 1999/02/07  09:32:24
5013         Log: missing entry
5014      Branch: perl
5015            ! MANIFEST
5016 ____________________________________________________________________________
5017 [  2817] By: gsar                                  on 1999/02/07  09:30:47
5018         Log: properly prototype check parenthesized unary ops (e.g. defined(&a,&b))
5019      Branch: perl
5020            + t/comp/bproto.t
5021            ! op.c pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
5022 ____________________________________________________________________________
5023 [  2816] By: gsar                                  on 1999/02/06  00:14:29
5024         Log: minor bug in dumping blessed subrefs
5025      Branch: perl
5026            ! ext/Data/Dumper/Dumper.pm
5027 ____________________________________________________________________________
5028 [  2812] By: jhi                                   on 1999/02/03  22:02:24
5029         Log: Enhance change #2808.
5030              
5031              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
5032              To: perl5-porters@perl.org
5033              Subject: Re: [PATCH 5.00*]: perlbug checklist
5034              Date: Wed, 3 Feb 1999 19:02:27 +0000
5035              Message-Id: <E1087ZD-0005z1-00@taurus.cus.cam.ac.uk>
5036      Branch: cfgperl
5037            ! utils/perlbug.PL
5038 ____________________________________________________________________________
5039 [  2811] By: jhi                                   on 1999/02/03  21:53:23
5040         Log: From: Barrie Slaymaker <rbs@telerama.com>
5041              To: perl5-porters@perl.org
5042              CC: pod-people@perl.org
5043              Subject: [PATCH]5.005_54 (pod2html) Generate Relative URLs
5044              Date: Wed, 03 Feb 1999 10:34:18 -0500
5045              Message-ID: <36B86C7A.E99EFFF1@telerama.com>
5046              
5047              Add File::PathConvert.pm.
5048              Fix Pod::Html and installhtml to understand relative urls.
5049      Branch: cfgperl
5050            + lib/File/PathConvert.pm
5051            ! MANIFEST installhtml lib/Pod/Html.pm
5052 ____________________________________________________________________________
5053 [  2810] By: jhi                                   on 1999/02/03  20:25:10
5054         Log: From: Francois Desarmenien <desar@club-internet.fr>
5055              To: Mailing list Perl5 <perl5-porters@perl.org>
5056              Subject: [PATCH]5.005_54 (hints) SCO 3/5 hint files and SysV correction
5057              Date: Wed, 03 Feb 1999 13:13:24 +0000
5058              Message-ID: <36B84B74.5EC9B6C8@club-internet.fr>
5059              
5060              (note: this patch completely overrides Tom Wolfe's patch,
5061              change #2604)
5062      Branch: cfgperl
5063            + ext/GDBM_File/hints/sco.pl
5064            ! MANIFEST ext/IPC/SysV/SysV.xs hints/sco.sh
5065 ____________________________________________________________________________
5066 [  2809] By: jhi                                   on 1999/02/03  19:54:16
5067         Log: h2ph fixes + Configure patch to support them.
5068              
5069              From: "Kurt D. Starsinic" <kstar@chapin.edu>
5070              To: Graham Barr <gbarr@pobox.com>, Jarkko Hietaniemi <jhi@iki.fi>,
5071              Gurusamy Sarathy <gsar@engin.umich.edu>
5072              Cc: perl5-porters@perl.org
5073              Subject: [PATCH 5.00503_MT5] h2ph.PL
5074              Date: Tue, 2 Feb 1999 19:48:06 -0500
5075              Message-ID: <19990202194806.E10647@O2.chapin.edu>
5076      Branch: maint-5.005/perl
5077            ! Configure utils/h2ph.PL
5078 ____________________________________________________________________________
5079 [  2808] By: jhi                                   on 1999/02/03  16:59:55
5080         Log: Enhance the perlbug checklist.
5081      Branch: cfgperl
5082            ! utils/perlbug.PL
5083 ____________________________________________________________________________
5084 [  2807] By: jhi                                   on 1999/02/03  14:01:37
5085         Log: Document the standard strftime %formats.
5086              
5087              From: Dominic Dunlop <domo@vo.lu>
5088              To: "Kurt D. Starsinic" <kstar@chapin.edu>, Ben Gertzfield <che@debian.org>
5089              Subject: [PATCH] 5.00[45]*: Re: POSIX's strftime() does not enforce POSIX %C on Solaris
5090              Date: Tue, 2 Feb 1999 15:55:29 +0100
5091              Message-Id: <v0311070cb2dcb3f5f773@[212.24.192.188]>
5092      Branch: cfgperl
5093            ! ext/POSIX/POSIX.pod
5094 ____________________________________________________________________________
5095 [  2806] By: jhi                                   on 1999/02/03  13:58:00
5096         Log: Integrate from mainperl.
5097      Branch: cfgperl
5098           !> perl.h
5099 ____________________________________________________________________________
5100 [  2805] By: gsar                                  on 1999/02/03  03:32:31
5101         Log: PL_uuemap[] init needs help for sizeof()
5102      Branch: perl
5103            ! perl.h
5104 ____________________________________________________________________________
5105 [  2804] By: jhi                                   on 1999/02/02  20:44:30
5106         Log: These should've been already in #2803.
5107      Branch: cfgperl
5108            ! Configure config_h.SH vms/subconfigure.com
5109 ____________________________________________________________________________
5110 [  2803] By: jhi                                   on 1999/02/02  20:38:45
5111         Log: telldir prototype issue, from mists of time...
5112      Branch: cfgperl
5113            ! hints/netbsd.sh pp_sys.c
5114 ____________________________________________________________________________
5115 [  2801] By: jhi                                   on 1999/02/02  17:40:14
5116         Log: From: John Bley <jbb6@acpub.duke.edu>
5117              To: perlbug@perl.org
5118              Subject: [PATCH]5.005_54 (DOC) fix minor typos
5119              Date: Tue, 2 Feb 1999 07:52:52 -0500 (EST)
5120              Message-ID: <Pine.SOL.3.91.990202075115.23589A-100000@soc11.acpub.duke.edu>
5121      Branch: cfgperl
5122            ! pod/perlre.pod
5123 ____________________________________________________________________________
5124 [  2800] By: jhi                                   on 1999/02/02  17:26:49
5125         Log: Update todo with POSIX 1003.1 1996 Edition reminder.
5126      Branch: cfgperl
5127            ! Todo-5.005
5128 ____________________________________________________________________________
5129 [  2799] By: jhi                                   on 1999/02/02  17:18:51
5130         Log: Update FindBin from maint-5.005.
5131      Branch: cfgperl
5132            ! lib/FindBin.pm
5133 ____________________________________________________________________________
5134 [  2798] By: jhi                                   on 1999/02/02  17:16:07
5135         Log: Fix typecasts in #2797
5136              
5137              From: "G. Del Merritt" <del@intranetics.com>
5138              Date: Fri, 29 Jan 1999 11:47:25 -0700
5139              Message-Id: <199901291847.LAA04828@jhereg.perl.com>
5140              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on MSWin32-x86-object 4.0 (PATCH included)
5141      Branch: cfgperl
5142            ! ext/POSIX/POSIX.xs
5143 ____________________________________________________________________________
5144 [  2797] By: jhi                                   on 1999/02/02  17:14:37
5145         Log: From: Ted Law <tedlaw@cibcwg.com>
5146              Date: Wed, 27 Jan 1999 14:54:03 -0500 (EST)
5147              Message-Id: <199901271954.OAA07391@dcm2.cibcwg.com>
5148              Subject: POSIX::strftime buffer overflow problem
5149      Branch: cfgperl
5150            ! ext/POSIX/POSIX.xs
5151 ____________________________________________________________________________
5152 [  2796] By: jhi                                   on 1999/02/02  17:13:23
5153         Log: Do not use File::Slurp.
5154      Branch: cfgperl
5155            ! t/lib/textfill.t
5156 ____________________________________________________________________________
5157 [  2795] By: jhi                                   on 1999/02/02  17:11:48
5158         Log: perlhist update from maint-5.005.
5159      Branch: cfgperl
5160            ! pod/perlhist.pod
5161 ____________________________________________________________________________
5162 [  2794] By: jhi                                   on 1999/02/02  17:10:33
5163         Log: POSIX::redef setv?buf() to IO::Handle:: (by gbarr).
5164      Branch: cfgperl
5165            ! ext/POSIX/POSIX.pm
5166 ____________________________________________________________________________
5167 [  2793] By: jhi                                   on 1999/02/02  17:08:39
5168         Log: Missed the html test from change #2787. 
5169      Branch: cfgperl
5170            ! t/lib/cgi-html.t
5171 ____________________________________________________________________________
5172 [  2792] By: jhi                                   on 1999/02/02  17:01:24
5173         Log: Update Getopt::Long to 2.19.
5174      Branch: cfgperl
5175            ! lib/Getopt/Long.pm
5176 ____________________________________________________________________________
5177 [  2791] By: jhi                                   on 1999/02/02  16:59:13
5178         Log: overload syntax is no longer experimental
5179      Branch: cfgperl
5180            ! lib/overload.pm
5181 ____________________________________________________________________________
5182 [  2789] By: jhi                                   on 1999/02/02  16:47:50
5183         Log: Still doc fixes.
5184      Branch: cfgperl
5185            ! lib/diagnostics.pm
5186 ____________________________________________________________________________
5187 [  2788] By: jhi                                   on 1999/02/02  16:47:07
5188         Log: Doc fixes.
5189      Branch: cfgperl
5190            ! lib/CGI.pm lib/diagnostics.pm
5191 ____________________________________________________________________________
5192 [  2787] By: jhi                                   on 1999/02/02  16:38:55
5193         Log: CGI.pm updated to 2.46 (the CGI docs fixes redone
5194              where applicable).
5195      Branch: cfgperl
5196            ! eg/cgi/RunMeFirst eg/cgi/caution.xbm
5197            ! eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
5198            ! eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
5199            ! eg/cgi/dna.small.gif.uu eg/cgi/file_upload.cgi
5200            ! eg/cgi/frameset.cgi eg/cgi/index.html
5201            ! eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
5202            ! eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
5203            ! eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
5204            ! eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo.gif.uu
5205            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
5206            ! lib/CGI/Fast.pm lib/CGI/Push.pm lib/CGI/Switch.pm
5207 ____________________________________________________________________________
5208 [  2786] By: jhi                                   on 1999/02/02  16:17:52
5209         Log: Update CPAN to 1.47.
5210      Branch: cfgperl
5211            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
5212 ____________________________________________________________________________
5213 [  2785] By: jhi                                   on 1999/02/02  16:09:03
5214         Log: From: Mark-Jason Dominus <mjd@plover.com>
5215              Date: Sat, 16 Jan 1999 17:22:06 -0500
5216              Subject: Re: DOC PATCH (5.005_54 perlsub.pod)
5217              Message-ID: <19990116222206.3674.qmail@plover.com>
5218      Branch: cfgperl
5219            ! pod/perlsub.pod
5220 ____________________________________________________________________________
5221 [  2784] By: jhi                                   on 1999/02/02  16:01:31
5222         Log: Fix incorrect "used only once" warnings
5223              
5224              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5225              Date: Fri, 8 Jan 1999 04:37:10 -0500
5226              Message-ID: <19990108043710.A14390@monk.mps.ohio-state.edu>
5227              Subject: Re: change#965 flakiness
5228      Branch: cfgperl
5229            ! gv.c
5230 ____________________________________________________________________________
5231 [  2783] By: jhi                                   on 1999/02/02  15:50:38
5232         Log: perldelta updates.
5233      Branch: cfgperl
5234            ! pod/perldelta.pod
5235 ____________________________________________________________________________
5236 [  2782] By: jhi                                   on 1999/02/02  14:28:26
5237         Log: Mirror change #2781.
5238      Branch: cfgperl
5239            ! hints/linux.sh
5240 ____________________________________________________________________________
5241 [  2781] By: jhi                                   on 1999/02/02  14:27:01
5242         Log: Update the MkLinux note.
5243      Branch: maint-5.005/perl
5244            ! hints/linux.sh
5245 ____________________________________________________________________________
5246 [  2780] By: jhi                                   on 1999/02/02  14:10:59
5247         Log: Update todo.
5248      Branch: cfgperl
5249            ! Todo-5.005
5250 ____________________________________________________________________________
5251 [  2779] By: jhi                                   on 1999/02/02  14:00:25
5252         Log: Integrate from mainperl.
5253      Branch: cfgperl
5254            ! t/lib/textfill.t t/lib/textwrap.t
5255           !> (integrate 32 files)
5256 ____________________________________________________________________________
5257 [  2778] By: jhi                                   on 1999/02/02  13:56:23
5258         Log: VMS update, applicable parts of
5259              
5260              From: Dan Sugalski <sugalskd@osshe.edu>
5261              To: perl5-porters@perl.org
5262              Subject: [PATCH 5.005_03MT3]VMS configure tweak
5263              Date: Wed, 20 Jan 1999 12:05:18 -0800
5264              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
5265              
5266              From: Dan Sugalski <sugalskd@osshe.edu>
5267              To: perlbug@perl.com, vmsperl@perl.org
5268              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on VMSAXP (Patch included, of course)
5269              Date: Tue, 26 Jan 1999 14:40:38 -0800
5270              Message-Id: <3.0.6.32.19990126144038.02e5d650@ous.edu>
5271              
5272              From: Dan Sugalski <sugalskd@osshe.edu>
5273              To: perl5-porters@perl.org, vmsperl@perl.org
5274              Subject: [PATCH 5.005_03-MAILT_TRIAL_4]VMS test patches
5275              Date: Tue, 26 Jan 1999 14:55:29 -0800
5276              Message-Id: <3.0.6.32.19990126145529.02f22280@ous.edu>
5277      Branch: cfgperl
5278            ! vms/ext/Stdio/test.pl vms/subconfigure.com
5279 ____________________________________________________________________________
5280 [  2777] By: jhi                                   on 1999/02/02  13:43:24
5281         Log: Synch usethreads parts from maint-5.005.
5282      Branch: cfgperl
5283            ! hints/aix.sh hints/dec_osf.sh hints/dos_djgpp.sh
5284            ! hints/freebsd.sh hints/hpux.sh hints/irix_4.sh hints/irix_5.sh
5285            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
5286            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
5287 ____________________________________________________________________________
5288 [  2776] By: jhi                                   on 1999/02/02  13:17:16
5289         Log: Jumbo FreeBSD update from Anton Berezin <tobez@plab.ku.dk>
5290      Branch: cfgperl
5291            ! Makefile.SH hints/freebsd.sh
5292 ____________________________________________________________________________
5293 [  2774] By: jhi                                   on 1999/02/02  13:10:39
5294         Log: Add perlthrtut, update pod/* machinery.
5295              (a pod/Makefile.SH is sorely needed)
5296      Branch: cfgperl
5297            + pod/perlthrtut.pod
5298            ! MANIFEST pod/Makefile pod/perl.pod pod/roffitall
5299 ____________________________________________________________________________
5300 [  2773] By: jhi                                   on 1999/02/02  12:54:24
5301         Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
5302              To: perl5-porters@perl.org
5303              Subject: Re: [PATCH] perl5.005_03-MAINT_TRIAL_3: clarify Sv[INU]V versus Sv[INU]VX in perlguts
5304              Date: Tue, 26 Jan 1999 22:25:07 +0000
5305              Message-Id: <E105Gux-0000Ac-00@taurus.cus.cam.ac.uk>
5306      Branch: cfgperl
5307            ! pod/perlguts.pod
5308 ____________________________________________________________________________
5309 [  2771] By: jhi                                   on 1999/02/02  12:47:34
5310         Log: Use perlbug instead of personal email address.
5311      Branch: cfgperl
5312            ! Configure
5313 ____________________________________________________________________________
5314 [  2770] By: jhi                                   on 1999/02/02  12:42:06
5315         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
5316              
5317              From: "G. Del Merritt" <del@intranetics.com>
5318              To: perlbug@perl.com
5319              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
5320              Date: Tue, 26 Jan 1999 12:09:09 -0700
5321              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
5322      Branch: cfgperl
5323            ! iperlsys.h
5324 ____________________________________________________________________________
5325 [  2769] By: jhi                                   on 1999/02/02  12:37:57
5326         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5327              To: Mailing list Perl5 <perl5-porters@perl.org>
5328              Subject: [PATCH 5.005_*] OS/2 threads
5329              Date: Tue, 26 Jan 1999 13:39:46 -0500
5330              Message-ID: <19990126133946.A11594@monk.mps.ohio-state.edu>
5331      Branch: cfgperl
5332            ! os2/os2ish.h
5333 ____________________________________________________________________________
5334 [  2768] By: jhi                                   on 1999/02/02  12:36:16
5335         Log: Apply change #2711 from maint-5.005:
5336              
5337              make ok", "make okfile", and "make nok" were broken
5338              with -Duseshrplib, because of a shared typo.
5339              
5340              From: Spider Boardman <spider@web.zk3.dec.com>
5341              To: perlbug@perl.com
5342              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
5343              Date: Wed, 27 Jan 1999 12:27:15 -0500
5344              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
5345      Branch: cfgperl
5346            ! Makefile.SH
5347 ____________________________________________________________________________
5348 [  2766] By: jhi                                   on 1999/02/02  12:27:08
5349         Log: Make Configure use "int main()" instead of bare "main()".
5350              Like maint-5.005 change #2703 but now via metaconfig.
5351      Branch: cfgperl
5352            ! Configure
5353 ____________________________________________________________________________
5354 [  2765] By: jhi                                   on 1999/02/02  11:59:30
5355         Log: Undo part of change #2562.
5356      Branch: cfgperl
5357            ! Configure
5358 ____________________________________________________________________________
5359 [  2764] By: jhi                                   on 1999/02/02  11:52:39
5360         Log: NetBSD synch with maint-5.005.
5361      Branch: cfgperl
5362            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
5363 ____________________________________________________________________________
5364 [  2763] By: jhi                                   on 1999/02/02  11:44:07
5365         Log: $Config{installusrbinperl}
5366              (maint-5.005 changes #2614 and #2709)
5367      Branch: cfgperl
5368            ! Configure installperl
5369 ____________________________________________________________________________
5370 [  2762] By: jhi                                   on 1999/02/02  11:29:13
5371         Log: Errno update from maint-5.005 (changes #2583, #2710).
5372      Branch: cfgperl
5373            ! Configure ext/Errno/Errno_pm.PL
5374 ____________________________________________________________________________
5375 [  2759] By: jhi                                   on 1999/02/02  10:53:20
5376         Log: Update Trig.pm from maint-5.005.
5377      Branch: cfgperl
5378            ! lib/Math/Trig.pm
5379 ____________________________________________________________________________
5380 [  2757] By: jhi                                   on 1999/02/02  10:41:26
5381         Log: MPE/iX update (mirror maint-5.005 change #2715)
5382      Branch: cfgperl
5383            ! hints/mpeix.sh mpeix/relink
5384 ____________________________________________________________________________
5385 [  2756] By: jhi                                   on 1999/02/02  10:38:08
5386         Log: BeOS update (Mirror maint-5.005 change #2727).
5387      Branch: cfgperl
5388            + ext/DynaLoader/dl_beos.xs
5389            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
5390            ! lib/ExtUtils/MM_Unix.pm
5391 ____________________________________________________________________________
5392 [  2754] By: gsar                                  on 1999/02/02  08:52:13
5393         Log: Todo updates from Andy Dougherty <doughera@lafayette.edu>
5394      Branch: perl
5395            ! Porting/pumpkin.pod Todo Todo-5.005
5396 ____________________________________________________________________________
5397 [  2753] By: gsar                                  on 1999/02/02  08:46:21
5398         Log: Todo tweaks
5399      Branch: perl
5400            ! Todo Todo-5.005
5401 ____________________________________________________________________________
5402 [  2752] By: jhi                                   on 1999/02/01  22:15:12
5403         Log: Add perlthrtut.pod.
5404              
5405              From: Dan Sugalski <sugalskd@osshe.edu>
5406              To: perl5-porters@perl.org
5407              Subject: perlthrtut.pod
5408              Date: Mon, 01 Feb 1999 10:57:11 -0800
5409              Message-Id: <3.0.6.32.19990201105711.02e62540@ous.edu>
5410      Branch: maint-5.005/perl
5411            + pod/perlthrtut.pod
5412            ! MANIFEST pod/Makefile pod/buildtoc pod/perldelta.pod
5413            ! pod/roffitall
5414 ____________________________________________________________________________
5415 [  2751] By: gsar                                  on 1999/02/01  07:28:05
5416         Log: devnull() support from Jan Dubois <jan.dubois@ibm.net> and others
5417      Branch: perl
5418            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
5419            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
5420 ____________________________________________________________________________
5421 [  2750] By: gsar                                  on 1999/02/01  07:09:20
5422         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5423              Date: Fri, 4 Dec 1998 01:02:03 -0500 (EST)
5424              Message-Id: <199812040602.BAA07215@monk.mps.ohio-state.edu>
5425              Subject: [PATCH 5.005_53] Debugging REx with lookbehind
5426      Branch: perl
5427            ! regexec.c
5428 ____________________________________________________________________________
5429 [  2749] By: gsar                                  on 1999/02/01  07:07:59
5430         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5431              Date: Fri, 4 Dec 1998 00:05:41 -0500 (EST)
5432              Message-Id: <199812040505.AAA16616@monk.mps.ohio-state.edu>
5433              Subject: [PATCH 5.005_53] Speed up .*? and half-fix UTF lookbehind
5434      Branch: perl
5435            ! regexec.c
5436 ____________________________________________________________________________
5437 [  2748] By: gsar                                  on 1999/02/01  06:47:06
5438         Log: From: "Jonathan I. Kamens" <jik@kamens.brookline.ma.us>
5439              Date: Thu, 3 Dec 1998 15:10:17 -0500
5440              Message-Id: <199812032010.PAA09692@jik.shore.net>
5441              Subject: sample checksum code in "perlfunc" man page is wrong
5442      Branch: perl
5443            ! pod/perlfunc.pod
5444 ____________________________________________________________________________
5445 [  2747] By: gsar                                  on 1999/02/01  06:35:13
5446         Log: typos in Pod/Text.pm
5447              From: "Greg Chapman" <glc@well.com>
5448              Date: Tue, 1 Dec 1998 10:50:18 -0800
5449              Message-Id: <199812011849.KAA08816@smtp.well.com>
5450              Subject: Glitch in Pod::Text
5451      Branch: perl
5452            ! lib/Pod/Text.pm
5453 ____________________________________________________________________________
5454 [  2746] By: gsar                                  on 1999/02/01  06:27:35
5455         Log: various win32-ish changes merged from maint-5.005
5456      Branch: perl
5457            ! README.win32 embedvar.h globvar.sym lib/ExtUtils/MM_Unix.pm
5458            ! objXSUB.h op.c perl.h perlvars.h pp.c sv.c t/io/fs.t toke.c
5459            ! win32/Makefile win32/config.bc win32/config.vc
5460            ! win32/config_sh.PL win32/makefile.mk win32/runperl.c
5461            ! win32/win32.c
5462 ____________________________________________________________________________
5463 [  2745] By: gsar                                  on 1999/02/01  04:51:54
5464         Log: integrate cfgperl changes into mainline
5465      Branch: perl
5466           !> INSTALL hints/aix.sh lib/Time/Local.pm pod/perldelta.pod
5467 ____________________________________________________________________________
5468 [  2744] By: gsar                                  on 1999/02/01  04:31:09
5469         Log: improved diagnostic on syntax errors at EOL
5470      Branch: perl
5471            ! toke.c
5472 ____________________________________________________________________________
5473 [  2743] By: gsar                                  on 1999/02/01  03:59:13
5474         Log: don't attempt connect() to bogus IP addresses
5475              From:    Graham Barr <gbarr@pobox.com>
5476              Date:    Sun, 31 Jan 1999 21:50:45 CST
5477              Message-Id: <19990131215045.A633@pobox.com>
5478      Branch: perl
5479            ! t/lib/io_multihomed.t
5480 ____________________________________________________________________________
5481 [  2742] By: gsar                                  on 1999/02/01  03:08:58
5482         Log: update Changes
5483      Branch: perl
5484            ! Changes pod/perldelta.pod
5485 ____________________________________________________________________________
5486 [  2740] By: gsar                                  on 1999/02/01  02:43:07
5487         Log: CAPI inheritance tweak and doc
5488      Branch: maint-5.005/perl
5489            ! lib/ExtUtils/MakeMaker.pm
5490 ____________________________________________________________________________
5491 [  2739] By: jhi                                   on 1999/01/31  18:31:54
5492         Log: Undo changes #2730 and #2731 and replace them
5493              with an extensively tested patch from
5494              Anton Berezin <tobez@plab.ku.dk> (via private email).
5495      Branch: maint-5.005/perl
5496            ! Makefile.SH hints/freebsd.sh
5497 ____________________________________________________________________________
5498 [  2738] By: gsar                                  on 1999/01/31  05:04:32
5499         Log: fix bogus CAPI inheritance from change#2541
5500      Branch: maint-5.005/perl
5501            ! lib/ExtUtils/MakeMaker.pm
5502 ____________________________________________________________________________
5503 [  2731] By: jhi                                   on 1999/01/29  14:33:12
5504         Log: FreeBSD version numbers can be like "2.2.8-release".
5505      Branch: maint-5.005/perl
5506            ! hints/freebsd.sh
5507 ____________________________________________________________________________
5508 [  2730] By: jhi                                   on 1999/01/29  12:40:38
5509         Log: FreeBSD hints iteration (hopefully convergent).
5510              usethreads: require at least FreeBSD 2.2.8.
5511              signal type: mirror change #2429 in cfgperl.
5512      Branch: maint-5.005/perl
5513            ! hints/freebsd.sh
5514 ____________________________________________________________________________
5515 [  2727] By: gbarr                                 on 1999/01/29  04:09:57
5516         Log: From: Tom Spindler <dogcow@isi.net>
5517              Date: Thu, 28 Jan 1999 17:15:11 -0800
5518              Message-ID: <19990128171510.A11778@isi.net>
5519              Subject: [PATCH] BeOS dynamic loading support for perl5.005_03_MT4
5520      Branch: maint-5.005/perl
5521            + ext/DynaLoader/dl_beos.xs
5522            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
5523            ! lib/ExtUtils/MM_Unix.pm
5524 ____________________________________________________________________________
5525 [  2726] By: gbarr                                 on 1999/01/29  03:30:51
5526         Log: Remove use of File::Slurp in t/lib/textfill.t
5527      Branch: maint-5.005/perl
5528            ! t/lib/textfill.t
5529 ____________________________________________________________________________
5530 [  2725] By: gbarr                                 on 1999/01/29  03:11:41
5531         Log: From: Gurusamy Sarathy <gsar@ActiveState.com>
5532              Date: Wed, 27 Jan 1999 23:14:33 -0800
5533              Message-Id: <199901280714.XAA10176@activestate.com>
5534              Subject: Re: NOT OK: "@INC contains: ." after make install - MAINT_TRIAL_4 - 5.005_03 maintenance trial 4 MSWin32-x86-object
5535      Branch: maint-5.005/perl
5536            ! win32/Makefile win32/makefile.mk
5537 ____________________________________________________________________________
5538 [  2720] By: gsar                                  on 1999/01/27  21:54:42
5539         Log: missing space while munging CCFLAGS for PERL_CAPI
5540      Branch: perl
5541            ! lib/ExtUtils/MM_Unix.pm
5542 ____________________________________________________________________________
5543 [  2718] By: jhi                                   on 1999/01/27  19:46:04
5544         Log: io/fs.t fails test #18 (sense of tests appears to have been
5545              changed incompletely; this patch just skips the test attached,
5546              a la test #17 preceding it).
5547              
5548              From: "G. Del Merritt" <del@intranetics.com>
5549              To: perlbug@perl.com
5550              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
5551              Date: Tue, 26 Jan 1999 12:09:09 -0700
5552              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
5553      Branch: maint-5.005/perl
5554            ! t/io/fs.t
5555 ____________________________________________________________________________
5556 [  2717] By: jhi                                   on 1999/01/27  19:44:46
5557         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
5558              
5559              From: "G. Del Merritt" <del@intranetics.com>
5560              To: perlbug@perl.com
5561              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
5562              Date: Tue, 26 Jan 1999 12:09:09 -0700
5563              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
5564      Branch: maint-5.005/perl
5565            ! iperlsys.h
5566 ____________________________________________________________________________
5567 [  2715] By: jhi                                   on 1999/01/27  19:34:28
5568         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
5569              To: perl5-porters@perl.org
5570              Subject: [PATCH perl5.005_03-MAINT_TRIAL_4] MPE port tweaks
5571              Date: Tue, 26 Jan 1999 16:32:18 -0800 (PST)
5572              Message-Id: <199901270032.QAA13395@spock.dis.cccd.edu>
5573      Branch: maint-5.005/perl
5574            ! hints/mpeix.sh mpeix/relink
5575 ____________________________________________________________________________
5576 [  2710] By: jhi                                   on 1999/01/27  19:22:23
5577         Log: Errno fixes:
5578              
5579              From: Spider Boardman <spider@web.zk3.dec.com>
5580              To: perlbug@perl.com
5581              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
5582              Date: Wed, 27 Jan 1999 12:27:15 -0500
5583              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
5584              
5585              From: Spider Boardman <spider@web.zk3.dec.com>
5586              To: perlbug@perl.com
5587              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
5588              Date: Wed, 27 Jan 1999 13:31:16 -0500
5589              Message-Id: <199901271831.NAA241001@web.zk3.dec.com>
5590      Branch: maint-5.005/perl
5591            ! Configure ext/Errno/Errno_pm.PL
5592 ____________________________________________________________________________
5593 [  2709] By: jhi                                   on 1999/01/27  19:17:35
5594         Log: Fix Configure installusrbinperl:
5595              
5596              From: Spider Boardman <spider@web.zk3.dec.com>
5597              To: jhi@iki.fi
5598              cc: perl5-porters@perl.org
5599              Subject: Re: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
5600              Date: Wed, 27 Jan 1999 13:03:35 -0500
5601              Message-Id: <199901271803.NAA238257@web.zk3.dec.com>
5602      Branch: maint-5.005/perl
5603            ! Configure
5604 ____________________________________________________________________________
5605 [  2707] By: gbarr                                 on 1999/01/26  02:06:17
5606         Log: Add redef IO::Handle::* for setv?buf()
5607      Branch: maint-5.005/perl
5608            ! ext/POSIX/POSIX.pm
5609 ____________________________________________________________________________
5610 [  2705] By: jhi                                   on 1999/01/24  15:14:30
5611         Log: Mention year-1900 and month 0..11.
5612      Branch: cfgperl
5613            ! lib/Time/Local.pm
5614 ____________________________________________________________________________
5615 [  2704] By: jhi                                   on 1999/01/24  15:13:36
5616         Log: Document Configure -Uinstallusrbinperl.
5617      Branch: cfgperl
5618            ! INSTALL pod/perldelta.pod
5619 ____________________________________________________________________________
5620 [  2698] By: jhi                                   on 1999/01/24  12:46:00
5621         Log: Use only xlc_r for usethreads.
5622      Branch: cfgperl
5623            ! hints/aix.sh
5624 ____________________________________________________________________________
5625 [  2695] By: gsar                                  on 1999/01/24  07:09:05
5626         Log: integrate cfgperl changes into mainline
5627      Branch: perl
5628           +> lib/Exporter/Heavy.pm
5629           !> (integrate 65 files)
5630 ____________________________________________________________________________
5631 [  2694] By: gsar                                  on 1999/01/24  01:28:49
5632         Log: better notes on 'make' on win32
5633      Branch: perl
5634            ! README.win32
5635 ____________________________________________________________________________
5636 [  2683] By: jhi                                   on 1999/01/22  15:41:00
5637         Log: More de-cut-and-pastos.
5638      Branch: cfgperl
5639            ! hints/irix_6.sh hints/os2.sh
5640 ____________________________________________________________________________
5641 [  2682] By: jhi                                   on 1999/01/22  15:30:51
5642         Log: usethreads.cbu cut-and-pasto.
5643      Branch: cfgperl
5644            ! hints/solaris_2.sh
5645 ____________________________________________________________________________
5646 [  2681] By: jhi                                   on 1999/01/22  14:54:55
5647         Log: Better (I hope) LANGUAGE documentation.
5648      Branch: cfgperl
5649            ! pod/perllocale.pod
5650 ____________________________________________________________________________
5651 [  2680] By: jhi                                   on 1999/01/22  09:20:29
5652         Log: From: Dan Sugalski <sugalskd@osshe.edu>
5653              To: perl5-porters@perl.org
5654              Subject: [PATCH 5.005_03MT3]VMS configure tweak
5655              Date: Wed, 20 Jan 1999 12:05:18 -0800
5656              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
5657      Branch: cfgperl
5658            ! vms/subconfigure.com
5659 ____________________________________________________________________________
5660 [  2679] By: jhi                                   on 1999/01/22  09:13:18
5661         Log: nosuid getmntent() branch.
5662      Branch: cfgperl
5663            ! perl.c perl.h
5664 ____________________________________________________________________________
5665 [  2678] By: jhi                                   on 1999/01/22  08:54:19
5666         Log: nosuid patch continued: *BSD needs <sys/param.h>.
5667      Branch: cfgperl
5668            ! Configure config_h.SH
5669 ____________________________________________________________________________
5670 [  2676] By: gbarr                                 on 1999/01/22  01:54:02
5671         Log: Fixup FindBin to use File::Spec
5672              
5673              Message-Id: <19990120185157.D24479@west-tip.transeda.com>
5674              Date: Wed, 20 Jan 1999 18:51:57 +0000
5675              From: Paul Johnson <pjcj@transeda.com>
5676              Subject: Re: [PATCH] 5005_54 Make FindBin work with UNC paths
5677      Branch: maint-5.005/perl
5678            ! lib/FindBin.pm
5679 ____________________________________________________________________________
5680 [  2671] By: gbarr                                 on 1999/01/22  00:40:13
5681         Log: Fix win32 for Borland compiler and spaces in paths
5682              
5683              From: Gurusamy Sarathy <gsar@activestate.com>
5684              Date: Mon, 18 Jan 1999 20:33:17 -0800
5685              Message-Id: <199901190433.UAA03656@activestate.com>
5686              Subject: [PATCH] 5.005_03-trial3 win32 issues
5687      Branch: maint-5.005/perl
5688            ! README.win32 win32/Makefile win32/config_sh.PL
5689            ! win32/makefile.mk win32/runperl.c
5690 ____________________________________________________________________________
5691 [  2670] By: jhi                                   on 1999/01/21  16:12:38
5692         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5693              To: perl5-porters@perl.org
5694              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing
5695              Date: Thu, 21 Jan 1999 12:08:01 +0000
5696              Message-Id: <199901211208.MAA01228@crypt.compulink.co.uk>
5697      Branch: cfgperl
5698            ! pod/perldiag.pod t/op/subst.t toke.c
5699 ____________________________________________________________________________
5700 [  2669] By: jhi                                   on 1999/01/21  16:11:46
5701         Log: To: perl5-porters@perl.org
5702              Subject: [PATCH 5.005_54] hints/freebsd.sh - reflect the birth of version 4.0
5703              From: Anton Berezin <tobez@plab.ku.dk>
5704              Date: 21 Jan 1999 17:07:28 +0100
5705              Message-ID: <86emood2yn.fsf@lion.plab.ku.dk>
5706      Branch: cfgperl
5707            ! hints/freebsd.sh
5708 ____________________________________________________________________________
5709 [  2668] By: jhi                                   on 1999/01/21  15:38:34
5710         Log: Add Daniel Grisinger <dgris@dimensional.com>.
5711      Branch: cfgperl
5712            ! AUTHORS MAINTAIN
5713 ____________________________________________________________________________
5714 [  2667] By: jhi                                   on 1999/01/21  15:32:28
5715         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5716              To: Mailing list Perl5 <perl5-porters@perl.org>
5717              Subject: [PATCH 5.005_53] Lean Exporter.pm
5718              Date: Thu, 21 Jan 1999 03:25:23 -0500
5719              Message-ID: <19990121032523.A25704@monk.mps.ohio-state.edu>
5720      Branch: cfgperl
5721            + lib/Exporter/Heavy.pm
5722            ! MANIFEST lib/Exporter.pm
5723 ____________________________________________________________________________
5724 [  2666] By: jhi                                   on 1999/01/21  15:24:10
5725         Log: From: "W. Phillip Moore" <wpm@ms.com>
5726              To: Graham Barr <gbarr@ti.com>, perlbug@perl.org
5727              Subject: Re: [PATCH] File::Path 1.04 bug (all perl5 core versions)
5728              Date: Tue, 19 Jan 1999 11:39:11 -0500 (EST)
5729              Message-ID: <13988.46383.298992.97303@zappa>
5730      Branch: cfgperl
5731            ! lib/File/Path.pm
5732 ____________________________________________________________________________
5733 [  2665] By: jhi                                   on 1999/01/21  15:20:48
5734         Log: CPAN update (CPAN-1.44_54) from Andreas and
5735              jumbo doc patch from Abigail.
5736              
5737              From: abigail@fnx.com
5738              To: perl5-porters@perl.org (Perl Porters)
5739              Subject: [PATCH 5.005_03 TRIAL 3 lib/AutoLoader.pm]  Typos
5740              Date: Tue, 19 Jan 1999 19:14:10 -0500 (EST)
5741              Message-ID: <19990120001410.19645.qmail@alexandra.wayne.fnx.com>
5742              
5743              From: abigail@fnx.com
5744              To: perl5-porters@perl.org (Perl Porters)
5745              Subject: [PATCH 5.005_03 TRIAL3 lib/CGI.pm] Typos
5746              Date: Tue, 19 Jan 1999 19:32:42 -0500 (EST)
5747              Message-ID: <19990120003242.19938.qmail@alexandra.wayne.fnx.com>
5748              
5749              From: abigail@fnx.com
5750              To: perl5-porters@perl.org (Perl Porters)
5751              Subject: [PATCH 5.005_03 TRIAL3 lib/CPAN.pm] Typos
5752              Date: Tue, 19 Jan 1999 19:40:41 -0500 (EST)
5753              Message-ID: <19990120004041.20052.qmail@alexandra.wayne.fnx.com>
5754              
5755              From: abigail@fnx.com
5756              To: perl5-porters@perl.org (Perl Porters)
5757              Subject: [PATCH 5.005_03 TRIAL3 lib/Carp.pm] Typo
5758              Date: Tue, 19 Jan 1999 19:43:12 -0500 (EST)
5759              Message-ID: <19990120004312.20152.qmail@alexandra.wayne.fnx.com>
5760              
5761              From: abigail@fnx.com
5762              To: perl5-porters@perl.org (Perl Porters)
5763              Subject: [PATCH 5.005_03 TRIAL3 lib/Cwd.pm] Typo
5764              Date: Tue, 19 Jan 1999 19:44:29 -0500 (EST)
5765              Message-ID: <19990120004429.20190.qmail@alexandra.wayne.fnx.com>
5766              
5767              From: abigail@fnx.com
5768              To: perl5-porters@perl.org (Perl Porters)
5769              Subject: [PATCH 5.005_03 TRIAL3 lib/Safe.pm] Typo
5770              Date: Tue, 19 Jan 1999 19:52:41 -0500 (EST)
5771              Message-ID: <19990120005241.20693.qmail@alexandra.wayne.fnx.com>
5772              
5773              From: abigail@fnx.com
5774              To: perl5-porters@perl.org (Perl Porters)
5775              Subject: [PATCH 5.005_03 TRIAL3 lib/SelfLoader.pm] Typos
5776              Date: Tue, 19 Jan 1999 19:55:25 -0500 (EST)
5777              Message-ID: <19990120005525.20788.qmail@alexandra.wayne.fnx.com>
5778              
5779              From: abigail@fnx.com
5780              To: perl5-porters@perl.org (Perl Porters)
5781              Subject: [PATCH 5.005_03 TRIAL3 lib/Symbol.pm] Typo
5782              Date: Tue, 19 Jan 1999 19:58:21 -0500 (EST)
5783              Message-ID: <19990120005821.20926.qmail@alexandra.wayne.fnx.com>
5784              
5785              From: abigail@fnx.com
5786              To: perl5-porters@perl.org (Perl Porters)
5787              Subject: [PATCH 5.005_03 TRIAL3 lib/Test.pm] Typo
5788              Date: Tue, 19 Jan 1999 20:00:02 -0500 (EST)
5789              Message-ID: <19990120010002.20973.qmail@alexandra.wayne.fnx.com>
5790              
5791              From: abigail@fnx.com
5792              To: perl5-porters@perl.org (Perl Porters)
5793              Subject: [PATCH 5.005_03 TRIAL3 lib/ops.pm] Typo
5794              Date: Tue, 19 Jan 1999 20:39:09 -0500 (EST)
5795              Message-ID: <19990120013909.23085.qmail@alexandra.wayne.fnx.com>
5796              
5797              From: abigail@fnx.com
5798              To: perl5-porters@perl.org (Perl Porters)
5799              Subject: [PATCH 5.005_03 TRIAL3 lib/diagnostics.pm] Typos  (ignore previous patch for this file...)
5800              Date: Tue, 19 Jan 1999 20:38:23 -0500 (EST)
5801              Message-ID: <19990120013823.23015.qmail@alexandra.wayne.fnx.com>
5802              
5803              From: abigail@fnx.com
5804              To: perl5-porters@perl.org (Perl Porters)
5805              Subject: [PATCH 5.005_03 TRIAL3 lib/overload.pm] Typos
5806              Date: Tue, 19 Jan 1999 20:58:16 -0500 (EST)
5807              Message-ID: <19990120015817.24306.qmail@alexandra.wayne.fnx.com>
5808              
5809              From: abigail@fnx.com
5810              To: perl5-porters@perl.org (Perl Porters)
5811              Subject: [PATCH 5.005_03 TRIAL3 lib/re.pm] Typos
5812              Date: Tue, 19 Jan 1999 21:03:26 -0500 (EST)
5813              Message-ID: <19990120020326.24373.qmail@alexandra.wayne.fnx.com>
5814      Branch: cfgperl
5815            ! ext/Opcode/Safe.pm ext/Opcode/ops.pm lib/AutoLoader.pm
5816            ! lib/CGI.pm lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
5817            ! lib/Carp.pm lib/Cwd.pm lib/SelfLoader.pm lib/Symbol.pm
5818            ! lib/Test.pm lib/diagnostics.pm lib/fields.pm lib/overload.pm
5819 ____________________________________________________________________________
5820 [  2664] By: jhi                                   on 1999/01/21  14:47:43
5821         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5822              To: Mailing list Perl5 <perl5-porters@perl.org>
5823              Subject: [PATCH 5.005_*] OS2::PrfDB was exploiting a bug in U32 XSUBs
5824              Date: Thu, 21 Jan 1999 03:58:29 -0500
5825              Message-ID: <19990121035829.A25822@monk.mps.ohio-state.edu>
5826      Branch: cfgperl
5827            ! os2/Changes os2/OS2/PrfDB/PrfDB.xs
5828 ____________________________________________________________________________
5829 [  2663] By: jhi                                   on 1999/01/21  14:43:58
5830         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5831              To: Mailing list Perl5 <perl5-porters@perl.org>
5832              Subject: [PATCH 5.005_*] Errno.pm suffers from \\ too
5833              Date: Thu, 21 Jan 1999 02:46:34 -0500
5834              Message-ID: <19990121024634.A25600@monk.mps.ohio-state.edu>
5835      Branch: cfgperl
5836            ! ext/Errno/Errno_pm.PL
5837 ____________________________________________________________________________
5838 [  2662] By: jhi                                   on 1999/01/21  14:42:42
5839         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
5840              To: Francois Desarmenien <desar@club-internet.fr>
5841              Cc: Gurusamy Sarathy <gsar@activestate.com>,
5842              Mailing list Perl5 <perl5-porters@perl.org>, bugmongers@perl.org
5843              Subject: [PATCH] patching.pod, misc fixes (was Re: Which ? What ? Why ? When ?)
5844              Date: 21 Jan 1999 00:17:35 -0700
5845              Message-ID: <m31zkpqels.fsf_-_@moiraine.dimensional.com>
5846      Branch: cfgperl
5847            ! Porting/patching.pod
5848 ____________________________________________________________________________
5849 [  2661] By: jhi                                   on 1999/01/21  14:41:13
5850         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5851              To: Mailing list Perl5 <perl5-porters@perl.org>
5852              Subject: [PATCH 5.00*] makedepend
5853              Date: Thu, 21 Jan 1999 02:08:27 -0500
5854              Message-ID: <19990121020827.A25509@monk.mps.ohio-state.edu>
5855      Branch: cfgperl
5856            ! makedepend.SH
5857 ____________________________________________________________________________
5858 [  2660] By: jhi                                   on 1999/01/21  14:36:45
5859         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5860              To: Mailing list Perl5 <perl5-porters@perl.org>
5861              Subject: [PATCH 5.005_53] Pipes and 2>&1 on OS/2
5862              Date: Tue, 19 Jan 1999 20:06:45 -0500
5863              Message-ID: <19990119200645.A21154@monk.mps.ohio-state.edu>
5864      Branch: cfgperl
5865            ! os2/Changes os2/os2.c
5866 ____________________________________________________________________________
5867 [  2657] By: jhi                                   on 1999/01/21  11:40:35
5868         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
5869              To: perl5-porters@perl.org
5870              Subject: [PATCH 5.005_54]pp_mapstart & pp_grepstart return val (CC.pm)
5871              Date: Mon, 18 Jan 1999 01:32:31 PST
5872              Message-ID: <19990118093231.18443.qmail@hotmail.com>
5873      Branch: cfgperl
5874            ! ext/B/B/CC.pm
5875 ____________________________________________________________________________
5876 [  2656] By: jhi                                   on 1999/01/21  11:35:34
5877         Log: From: Achim Bohnet <ach@mpe.mpg.de>
5878              Subject: [PATCH] Not OK: perl 5.00503 +MAINT_TRIAL_3 on alpha-dec_osf 4.0 (UNINSTALLED) 
5879              Date: Wed, 20 Jan 1999 20:25:53 +0100
5880              Message-Id: <199901201925.UAA16940@o06.xray.mpe.mpg.de>
5881      Branch: cfgperl
5882            ! pp.c
5883 ____________________________________________________________________________
5884 [  2655] By: jhi                                   on 1999/01/21  10:46:01
5885         Log: Handle NIS (and NetInfo) more robustly.
5886      Branch: cfgperl
5887            ! t/op/grent.t t/op/pwent.t
5888 ____________________________________________________________________________
5889 [  2654] By: jhi                                   on 1999/01/21  10:17:20
5890         Log: Two-argument eaccess() of SCO.
5891      Branch: cfgperl
5892            ! pp_sys.c
5893 ____________________________________________________________________________
5894 [  2653] By: jhi                                   on 1999/01/21  08:53:14
5895         Log: -DNO_NOSUID_CHECK for those platforms which have no way
5896              of checking for nosuid but still want suidperl.
5897      Branch: cfgperl
5898            ! perl.c
5899 ____________________________________________________________________________
5900 [  2652] By: jhi                                   on 1999/01/21  08:22:50
5901         Log: The LANGUAGE mirrors LC_ALL usage.
5902      Branch: cfgperl
5903            ! Configure config_h.SH
5904 ____________________________________________________________________________
5905 [  2651] By: jhi                                   on 1999/01/20  22:01:21
5906         Log: I_MNTENT was missing.
5907      Branch: cfgperl
5908            ! Configure config_h.SH
5909 ____________________________________________________________________________
5910 [  2650] By: jhi                                   on 1999/01/19  13:42:03
5911         Log: NetBSD update, based on patches from the NetBSD packages system.
5912      Branch: cfgperl
5913            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
5914 ____________________________________________________________________________
5915 [  2649] By: jhi                                   on 1999/01/19  12:44:02
5916         Log: Jumbo Configure update.
5917              * -Uinstallusrbinperl: disable /usr/bin/perl installation
5918              by installperl
5919              * usethreads.cbu
5920              * use64bits.cbu
5921              * "nosuid"
5922      Branch: cfgperl
5923            ! Configure config_h.SH hints/aix.sh hints/dec_osf.sh
5924            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
5925            ! hints/irix_4.sh hints/irix_5.sh hints/irix_6.sh
5926            ! hints/irix_6_0.sh hints/irix_6_1.sh hints/linux.sh
5927            ! hints/os2.sh hints/solaris_2.sh hints/vmesa.sh perl.c perl.h
5928            ! pod/perldiag.pod
5929 ____________________________________________________________________________
5930 [  2648] By: jhi                                   on 1999/01/19  09:16:44
5931         Log: Mention /usr/share/locale.
5932      Branch: cfgperl
5933            ! pod/perllocale.pod
5934 ____________________________________________________________________________
5935 [  2647] By: jhi                                   on 1999/01/19  09:11:11
5936         Log: SHMLBA strikes back in NetBSD/sparc.
5937              
5938              From: Dave Nelson <David.Nelson@bellcow.com>
5939              To: jhi@iki.fi
5940              Subject: perl5.005_02 + IPC::SysV + NetBSD/Sparc
5941              Date: Mon, 18 Jan 1999 22:07:56 -0600
5942              Message-Id: <199901190407.WAA02543@longhorn.bellcow.com>
5943      Branch: cfgperl
5944            ! ext/IPC/SysV/SysV.xs
5945 ____________________________________________________________________________
5946 [  2646] By: jhi                                   on 1999/01/19  08:58:17
5947         Log: Show LANGUAGE env var when needed. (Augment change #2645).
5948      Branch: cfgperl
5949            ! util.c utils/perlbug.PL
5950 ____________________________________________________________________________
5951 [  2645] By: jhi                                   on 1999/01/19  08:52:15
5952         Log: Document the GNU LANGUAGE env var.
5953      Branch: cfgperl
5954            ! pod/perllocale.pod
5955 ____________________________________________________________________________
5956 [  2644] By: jhi                                   on 1999/01/19  08:42:25
5957         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5958              To: Mailing list Perl5 <perl5-porters@perl.org>
5959              Subject: [PATCH 5.005_53] Fixing \G bug by Francois Desarmenien
5960              Date: Mon, 18 Jan 1999 20:57:02 -0500
5961              Message-ID: <19990118205702.A18379@monk.mps.ohio-state.edu>
5962      Branch: cfgperl
5963            ! pp_hot.c t/op/pat.t
5964 ____________________________________________________________________________
5965 [  2643] By: jhi                                   on 1999/01/18  11:23:41
5966         Log: Add various cruft to "clean" target. (Time for t/Makefile?)
5967      Branch: cfgperl
5968            ! Makefile.SH
5969 ____________________________________________________________________________
5970 [  2642] By: jhi                                   on 1999/01/18  11:03:38
5971         Log: GNU libc locale system has LANGUAGE env var that partly
5972              overrides even LC_ALL.
5973      Branch: cfgperl
5974            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t
5975 ____________________________________________________________________________
5976 [  2641] By: jhi                                   on 1999/01/18  10:55:04
5977         Log: Integrate from mainperl.
5978      Branch: cfgperl
5979           +> ext/B/defsubs.h.PL
5980            ! t/op/groups.t
5981           !> (integrate 38 files)
5982 ____________________________________________________________________________
5983 [  2640] By: gsar                                  on 1999/01/18  10:06:29
5984         Log: a few random cleanups
5985      Branch: perl
5986            ! ext/B/Makefile.PL lib/Test/Harness.pm t/pragma/warn/doio
5987 ____________________________________________________________________________
5988 [  2639] By: gsar                                  on 1999/01/18  05:56:21
5989         Log: From:    "Vishal Bhatia" <vishalb@hotmail.com>
5990              Date:    Sun, 17 Jan 1999 16:41:10 PST
5991              Message-Id: <19990118004111.29667.qmail@hotmail.com>
5992              Subject: [PATCH 5.005_54]Duplicate saved ops (CC.pm)
5993      Branch: perl
5994            ! ext/B/B/C.pm
5995 ____________________________________________________________________________
5996 [  2638] By: gsar                                  on 1999/01/18  05:41:21
5997         Log: From:    jan.dubois@ibm.net (Jan Dubois)
5998              Date:    Mon, 18 Jan 1999 00:37:41 +0100
5999              Message-Id: <36a271cd.2105507@smtp1.ibm.net>
6000              Subject: [PATCH 5.005_54] fix bugs in do_sv_dump() from Devel::Peek integration
6001      Branch: perl
6002            ! dump.c
6003 ____________________________________________________________________________
6004 [  2633] By: gsar                                  on 1999/01/17  13:39:59
6005         Log: bogus assert()
6006      Branch: perl
6007            ! pp.c t/op/groups.t
6008 ____________________________________________________________________________
6009 [  2632] By: gsar                                  on 1999/01/17  13:22:04
6010         Log: various tweaks for clean build and test on win32
6011      Branch: perl
6012            ! embed.h ext/B/Makefile.PL global.sym lib/FindBin.pm objXSUB.h
6013            ! op.c t/pragma/warn/doio
6014 ____________________________________________________________________________
6015 [  2631] By: gsar                                  on 1999/01/17  12:28:06
6016         Log: undo change#2336, and add clarification about subversive
6017              CPAN distributions from Andreas Koenig
6018      Branch: perl
6019            ! Porting/pumpkin.pod lib/CPAN.pm
6020 ____________________________________________________________________________
6021 [  2630] By: gsar                                  on 1999/01/17  12:04:06
6022         Log: fix silent taint failures under -U
6023      Branch: perl
6024            ! doio.c
6025 ____________________________________________________________________________
6026 [  2629] By: gsar                                  on 1999/01/17  12:00:23
6027         Log: sanity check piped opens (tweaked version of patch suggested
6028              by Mark-Jason Dominus)
6029      Branch: perl
6030            ! doio.c pod/perldelta.pod pod/perldiag.pod t/io/pipe.t
6031            ! t/op/taint.t t/pragma/warn/doio
6032 ____________________________________________________________________________
6033 [  2628] By: gsar                                  on 1999/01/17  11:26:21
6034         Log: regen headers
6035      Branch: perl
6036            ! embed.h embedvar.h objXSUB.h
6037 ____________________________________________________________________________
6038 [  2627] By: gsar                                  on 1999/01/17  11:23:37
6039         Log: PERL_OBJECTness for change#2595
6040      Branch: perl
6041            ! embed.pl op.c pod/perlport.pod proto.h
6042 ____________________________________________________________________________
6043 [  2626] By: gsar                                  on 1999/01/17  09:47:07
6044         Log: PERL_OBJECT tweaks for change#2426
6045      Branch: perl
6046            ! embed.pl proto.h regcomp.c
6047 ____________________________________________________________________________
6048 [  2625] By: gsar                                  on 1999/01/17  09:37:58
6049         Log: documentation in change#2596 is not quite right; fix it
6050      Branch: perl
6051            ! lib/Math/BigFloat.pm pod/perlguts.pod
6052 ____________________________________________________________________________
6053 [  2624] By: gsar                                  on 1999/01/17  09:28:34
6054         Log: undo change#2571; C<use File::Spec> instead
6055      Branch: perl
6056            ! lib/FindBin.pm
6057 ____________________________________________________________________________
6058 [  2623] By: gsar                                  on 1999/01/17  09:20:42
6059         Log: change#2572 is not applicable; undo, retaining scan_bin addition
6060              to global.sym
6061      Branch: perl
6062            ! global.sym perl.c proto.h
6063 ____________________________________________________________________________
6064 [  2622] By: gsar                                  on 1999/01/17  09:17:42
6065         Log: change#2576 is based on a wrong premise; undo it
6066      Branch: perl
6067            ! pp_ctl.c
6068 ____________________________________________________________________________
6069 [  2621] By: gsar                                  on 1999/01/17  09:12:42
6070         Log: fix change#2602 to not used hard coded constants
6071      Branch: perl
6072            ! ext/B/B/C.pm ext/B/defsubs.h.PL
6073 ____________________________________________________________________________
6074 [  2620] By: gsar                                  on 1999/01/17  09:02:07
6075         Log: integrate cfgperl changes into mainline, fix conflicts
6076      Branch: perl
6077           +> AUTHORS MAINTAIN README.mint ext/DynaLoader/hints/linux.pl
6078           +> ext/POSIX/hints/mint.pl hints/gnu.sh hints/mint.sh
6079           +> lib/Dumpvalue.pm mint/Makefile mint/README mint/errno.h
6080           +> mint/pwd.c mint/stdio.h mint/sys/time.h mint/time.h
6081           +> pod/perlopentut.pod
6082           !> (integrate 162 files)
6083 ____________________________________________________________________________
6084 [  2619] By: gsar                                  on 1999/01/17  08:42:04
6085         Log: a few doc typos
6086      Branch: perl
6087            ! lib/utf8.pm pod/perlfunc.pod pod/perlre.pod
6088 ____________________________________________________________________________
6089 [  2616] By: gbarr                                 on 1999/01/16  18:59:55
6090         Log: Win32 changes from Jan
6091              
6092              From: jan.dubois@ibm.net (Jan Dubois)
6093              Date: Fri, 15 Jan 1999 23:38:35 +0100
6094              Message-ID: <36a7c10d.16311905@smtp1.ibm.net>
6095              Subject: [PATCH 5.005_03m2] Win32 Makefile patches
6096              
6097              From: jan.dubois@ibm.net (Jan Dubois)
6098              Date: Sat, 16 Jan 1999 13:02:45 +0100
6099              Message-ID: <36a07da6.10722337@smtp1.ibm.net>
6100              Subject: [PATCH 5.005_03m2] minor tweaks to README.win32
6101      Branch: maint-5.005/perl
6102            ! README.win32 win32/Makefile win32/makefile.mk
6103 ____________________________________________________________________________
6104 [  2615] By: gbarr                                 on 1999/01/16  18:48:48
6105         Log: Jumbo patch from Sarathy for PERL_OBJECT & USE_THREADS
6106              
6107              From: Gurusamy Sarathy <gsar@engin.umich.edu>
6108              Date: Thu, 07 Jan 1999 00:12:00 -0500
6109              Message-Id: <199901070512.AAA23568@aatma.engin.umich.edu>
6110              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
6111              
6112              From: Gurusamy Sarathy <gsar@engin.umich.edu>
6113              Date: Thu, 14 Jan 1999 19:21:46 -0500
6114              Message-Id: <199901150021.TAA01886@aatma.engin.umich.edu>
6115              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
6116      Branch: maint-5.005/perl
6117            ! embed.h global.sym lib/ExtUtils/MM_Unix.pm objXSUB.h objpp.h
6118            ! op.c perl.c perl.h perly.c perly.y perly_c.diff pp.c proto.h
6119            ! sv.c t/io/fs.t toke.c win32/GenCAPI.pl win32/config.bc
6120            ! win32/makedef.pl win32/runperl.c win32/win32.c
6121 ____________________________________________________________________________
6122 [  2614] By: gbarr                                 on 1999/01/16  16:48:38
6123         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
6124              Date: Fri, 15 Jan 1999 17:28:34 +0200 (EET)
6125              Message-Id: <199901151528.RAA08785@alpha.hut.fi>
6126              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: NetBSD patches
6127              
6128              From: Jarkko Hietaniemi <jhi@iki.fi>
6129              Date: Fri, 15 Jan 1999 18:44:19 +0200 (EET)
6130              Message-Id: <199901151644.SAA08184@alpha.hut.fi>
6131              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: allow skipping the "install also as /usr/bin/perl" question of installperl
6132              
6133              From: Jarkko Hietaniemi <jhi@iki.fi>
6134              Date: Fri, 15 Jan 1999 18:52:29 +0200 (EET)
6135              Message-Id: <199901151652.SAA11259@alpha.hut.fi>
6136              Subject: the promised "installusrbinperl + NetBSD" fix
6137      Branch: maint-5.005/perl
6138            ! Configure Makefile.SH hints/netbsd.sh installperl
6139            ! makedepend.SH unixish.h
6140 ____________________________________________________________________________
6141 [  2611] By: jhi                                   on 1999/01/14  12:16:14
6142         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
6143              To: pumpkings@jhereg.perl.com
6144              Subject: perlopentut.pod
6145              Date: Sat, 09 Jan 1999 08:13:18 -0700
6146              Message-Id: <199901091513.IAA17512@jhereg.perl.com>
6147      Branch: cfgperl
6148            + pod/perlopentut.pod
6149            ! MANIFEST pod/perl.pod pod/perldelta.pod pod/roffitall
6150 ____________________________________________________________________________
6151 [  2607] By: gbarr                                 on 1999/01/14  02:53:40
6152         Log: Added Carp::cluck to perldelta.pod
6153      Branch: maint-5.005/perl
6154            ! pod/perldelta.pod
6155 ____________________________________________________________________________
6156 [  2605] By: jhi                                   on 1999/01/13  18:26:19
6157         Log: From: "Jonathan Fine (IT- Borders Online)" <jfine@borders.com>
6158              To: "'cpan@perl.org'" <cpan@perl.org>
6159              Subject: "Bug" fix for File::Find.pm
6160              Date:   Thu, 31 Dec 1998 13:01:50 -0500
6161              Message-ID: <311F144DB5E5D011B03F00805FE954B10708BE17@exchange01_ph.borders.com>
6162      Branch: cfgperl
6163            ! lib/File/Find.pm
6164 ____________________________________________________________________________
6165 [  2604] By: jhi                                   on 1999/01/13  18:08:45
6166         Log: From: Peter Wolfe <wolfe@teloseng.com>
6167              Subject: SCO 3.2v5 patch for perl5.005_03-MAINT_TRIAL_1
6168              To: perlbug@perl.com
6169              Date: 11 Jan 1999 23:00:05 +0200
6170              Message-ID: <MLIST_199901111950.LAA01703@titan.teloseng.com>
6171      Branch: cfgperl
6172            ! hints/sco.sh
6173 ____________________________________________________________________________
6174 [  2603] By: jhi                                   on 1999/01/13  18:06:56
6175         Log: From: hans@icgroup.nl (Hans Mulder)
6176              Subject: [Patch for 5.005_54] re::debugcolors dumps core
6177              To: perlbug@perl.com
6178              Cc: hansmu@xs4all.nl
6179              Date: 11 Jan 1999 22:22:45 +0200
6180              Message-ID: <MLIST_9901111947.AA22109@icgned.icgroup.nl>
6181      Branch: cfgperl
6182            ! ext/re/re.pm regcomp.c
6183 ____________________________________________________________________________
6184 [  2602] By: jhi                                   on 1999/01/13  18:05:43
6185         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
6186              Subject: [PATCH 5.005_54]B::MAGIC::PTR doesnot check for valid length.
6187              Date: 11 Jan 1999 08:02:41 +0200
6188              Lines: 134
6189              Message-ID: <MLIST_19990111052126.27966.qmail@hotmail.com>
6190      Branch: cfgperl
6191            ! ext/B/B.xs ext/B/B/C.pm
6192 ____________________________________________________________________________
6193 [  2601] By: jhi                                   on 1999/01/13  18:01:53
6194         Log: From: James FitzGibbon <james@ican.net>
6195              Subject: Trivial patch for HP-UX 11 and shared libperl
6196              To: perl5-porters@perl.org
6197              Date: 8 Jan 1999 19:13:23 +0200
6198              Message-ID: <MLIST_Pine.BSF.4.05.9901081110090.21785-100000@staff1.tor.accglobal.net>
6199      Branch: cfgperl
6200            ! Makefile.SH
6201 ____________________________________________________________________________
6202 [  2600] By: jhi                                   on 1999/01/13  17:59:45
6203         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
6204              Subject: [PATCH 5.005_54] B::CC::pp_rv2cv problem
6205              To: perl5-porters@perl.org
6206              Date: 8 Jan 1999 12:43:36 +0200
6207              Message-ID: <MLIST_19990108101557.4481.qmail@hotmail.com>
6208      Branch: cfgperl
6209            ! ext/B/B/CC.pm
6210 ____________________________________________________________________________
6211 [  2599] By: jhi                                   on 1999/01/13  17:50:11
6212         Log: From: Robin Barker <rmb1@cise.npl.co.uk>
6213              Subject: PATCH to installperl
6214              To: perl5-porters@perl.org
6215              Date: 4 Jan 1999 16:15:18 +0200
6216              Message-ID: <MLIST_199901041350.NAA19665@cyclone.cise.npl.co.uk>
6217      Branch: cfgperl
6218            ! installperl
6219 ____________________________________________________________________________
6220 [  2598] By: jhi                                   on 1999/01/13  17:34:51
6221         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
6222              To: gsar@engin.umich.edu (Gurusamy Sarathy), gbarr@pobox.com
6223              Cc: perl5-porters@perl.org
6224              Subject: PATCH DB_File 1.63 for 5.005_54 & 5.005_03
6225              Date: Tue, 29 Dec 1998 16:23:54 +0000 (GMT)
6226              Message-Id: <9812291623.AA20884@claudius.bfsec.bt.co.uk>
6227      Branch: cfgperl
6228            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
6229            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
6230 ____________________________________________________________________________
6231 [  2597] By: jhi                                   on 1999/01/13  17:30:33
6232         Log: From: David Dyck <dcd@tc.fluke.com>
6233              To: Perl Porters <perl5-porters@perl.org>,
6234              Gurusamy Sarathy <gsar@engin.umich.edu>
6235              Subject: PATCH to perl5.005_54/pod/perldsc.pod (fix typo)
6236              Date: Tue, 12 Jan 1999 11:14:19 -0800 (PST)
6237              Message-ID: <Pine.LNX.4.05.9901121111250.22568-100000@dd.tc.fluke.com>
6238      Branch: cfgperl
6239            ! pod/perldsc.pod
6240 ____________________________________________________________________________
6241 [  2596] By: jhi                                   on 1999/01/13  17:26:44
6242         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
6243              To: perl5-porters@perl.org
6244              Subject: [PATCH] modglobal w/ spelling fixes
6245              Date: Tue, 12 Jan 1999 18:06:01 -0500 (EST)
6246              Message-ID: <Pine.GSO.4.02.9901121805290.625-100000@eq1062.wks.na.deuba.com>
6247      Branch: cfgperl
6248            ! pod/perlguts.pod
6249 ____________________________________________________________________________
6250 [  2595] By: jhi                                   on 1999/01/13  17:24:59
6251         Log: From: Hans Mulder <hansm@icgroup.nl>
6252              Optimize common sort routines.  Thread started by the message
6253              
6254              From: Hans Mulder <hansm@icgroup.nl>
6255              Sender: owner-perl5-porters@perl.org
6256              To: perl5-porters@perl.org
6257              Subject: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=> $b
6258              Message-Id: <9901092156.AA03831@icgned.icgroup.nl>
6259              
6260              and the patch from the message
6261              
6262              From: Hans Mulder <hans@icgroup.nl>
6263              To: jhi@iki.fi
6264              Cc: perl5-porters@perl.org
6265              Subject: Re: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=>
6266              $b }
6267              Date: Wed, 13 Jan 1999 17:39:35 +0100
6268              Message-Id: <9901131639.AA17419@icgned.icgroup.nl>
6269      Branch: cfgperl
6270            ! Todo op.c op.h pp_ctl.c t/op/sort.t
6271 ____________________________________________________________________________
6272 [  2594] By: jhi                                   on 1999/01/13  16:50:17
6273         Log: Atari MiNT port by Guido Flohr <gufl0000@stud.uni-sb.de>
6274              (the diffs were based on 5.004_02).  Tested by Guido
6275              and Frank Naumann <fnaumann@prinz-atm.CS.Uni-Magdeburg.De>.
6276      Branch: cfgperl
6277            + README.mint ext/POSIX/hints/mint.pl hints/mint.sh
6278            + mint/Makefile mint/README mint/errno.h mint/pwd.c mint/stdio.h
6279            + mint/sys/time.h mint/time.h
6280            ! MANIFEST doio.c malloc.c miniperlmain.c perl.c t/io/fs.t
6281            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t t/op/taint.t util.c
6282 ____________________________________________________________________________
6283 [  2593] By: jhi                                   on 1999/01/09  16:54:26
6284         Log: Detypo.
6285      Branch: cfgperl
6286            ! hints/dec_osf.sh
6287 ____________________________________________________________________________
6288 [  2592] By: jhi                                   on 1999/01/09  16:17:13
6289         Log: Move usethreads and use64bits logic from hints to Configure.
6290      Branch: cfgperl
6291            ! Configure hints/README.hints hints/aix.sh hints/dec_osf.sh
6292            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
6293            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
6294            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
6295 ____________________________________________________________________________
6296 [  2591] By: jhi                                   on 1999/01/09  14:45:24
6297         Log: Missing dTHRs added.
6298      Branch: cfgperl
6299            ! regcomp.c toke.c
6300 ____________________________________________________________________________
6301 [  2590] By: jhi                                   on 1999/01/08  15:27:17
6302         Log: Finalize change #2589 and add better AIX nm scanning from:
6303              
6304              Message-Id: <m0zyNW0-00017VC@gentoo.com>
6305              From: bll@gentoo.com (Brad Lanam)
6306              Subject: Re: mailhelp returned a non-zero status
6307              In-Reply-To: <199901072155.WAA14369@hptnocou.grenoble.hp.com> from Raphael Manfredi at "Jan 7, 1999 10:55:24 pm"
6308              To: ram@hptnocou.grenoble.hp.com (Raphael Manfredi)
6309      Branch: cfgperl
6310            ! Configure hints/freebsd.sh hints/linux.sh
6311 ____________________________________________________________________________
6312 [  2589] By: jhi                                   on 1999/01/08  15:14:54
6313         Log: Undo change #2581.
6314      Branch: cfgperl
6315            ! Configure hints/freebsd.sh hints/linux.sh
6316 ____________________________________________________________________________
6317 [  2588] By: jhi                                   on 1999/01/08  11:51:52
6318         Log: FAQ jumbo patch from tchrist.
6319              
6320              Message-Id: <199901080605.XAA20229@jhereg.perl.com>
6321              From: Tom Christiansen <tchrist@jhereg.perl.com>
6322              To: pumpkings@jhereg.perl.com
6323              Subject: newest version of perlfaq.pod
6324              Date: Thu, 7 Jan 1999 23:05:02 -0700
6325              
6326              Message-Id: <199901080605.XAA20231@jhereg.perl.com>
6327              From: Tom Christiansen <tchrist@jhereg.perl.com>
6328              To: pumpkings@jhereg.perl.com
6329              Subject: newest version of perlfaq1.pod
6330              Date: Thu, 7 Jan 1999 23:05:02 -0700
6331              
6332              Message-Id: <199901080605.XAA20233@jhereg.perl.com>
6333              From: Tom Christiansen <tchrist@jhereg.perl.com>
6334              To: pumpkings@jhereg.perl.com
6335              Subject: newest version of perlfaq2.pod
6336              Date: Thu, 7 Jan 1999 23:05:02 -0700
6337              
6338              Message-Id: <199901080605.XAA20235@jhereg.perl.com>
6339              From: Tom Christiansen <tchrist@jhereg.perl.com>
6340              To: pumpkings@jhereg.perl.com
6341              Subject: newest version of perlfaq3.pod
6342              Date: Thu, 7 Jan 1999 23:05:02 -0700
6343              
6344              Message-Id: <199901080605.XAA20237@jhereg.perl.com>
6345              From: Tom Christiansen <tchrist@jhereg.perl.com>
6346              To: pumpkings@jhereg.perl.com
6347              Subject: newest version of perlfaq4.pod
6348              Date: Thu, 7 Jan 1999 23:05:02 -0700
6349              
6350              Message-Id: <199901080605.XAA20239@jhereg.perl.com>
6351              From: Tom Christiansen <tchrist@jhereg.perl.com>
6352              To: pumpkings@jhereg.perl.com
6353              Subject: newest version of perlfaq5.pod
6354              Date: Thu, 7 Jan 1999 23:05:02 -0700
6355              
6356              Message-Id: <199901080605.XAA20241@jhereg.perl.com>
6357              From: Tom Christiansen <tchrist@jhereg.perl.com>
6358              To: pumpkings@jhereg.perl.com
6359              Subject: newest version of perlfaq6.pod
6360              Date: Thu, 7 Jan 1999 23:05:02 -0700
6361              
6362              Message-Id: <199901080605.XAA20243@jhereg.perl.com>
6363              From: Tom Christiansen <tchrist@jhereg.perl.com>
6364              To: pumpkings@jhereg.perl.com
6365              Subject: newest version of perlfaq7.pod
6366              Date: Thu, 7 Jan 1999 23:05:03 -0700
6367              
6368              Message-Id: <199901080605.XAA20245@jhereg.perl.com>
6369              From: Tom Christiansen <tchrist@jhereg.perl.com>
6370              To: pumpkings@jhereg.perl.com
6371              Subject: newest version of perlfaq8.pod
6372              Date: Thu, 7 Jan 1999 23:05:03 -0700
6373              
6374              Message-Id: <199901080605.XAA20257@jhereg.perl.com>
6375              From: Tom Christiansen <tchrist@jhereg.perl.com>
6376              To: pumpkings@jhereg.perl.com
6377              Subject: newest version of perlfaq9.pod
6378              Date: Thu, 7 Jan 1999 23:05:03 -0700
6379      Branch: cfgperl
6380            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
6381            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
6382            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
6383            ! pod/perlfaq9.pod
6384 ____________________________________________________________________________
6385 [  2587] By: jhi                                   on 1999/01/08  11:17:43
6386         Log: More doc fixes from Abigail.
6387      Branch: cfgperl
6388            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
6389            ! lib/User/pwent.pm
6390 ____________________________________________________________________________
6391 [  2585] By: jhi                                   on 1999/01/08  08:31:02
6392         Log: Change #2584 from maint-5.005:
6393              
6394              implemented Ilya's suggested fix, and added a testcase
6395              
6396              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6397              Date: Tue, 5 Jan 1999 00:56:01 -0500 (EST)
6398              Message-Id: <199901050556.AAA02597@monk.mps.ohio-state.edu>
6399              Subject: Re: Text::ParseWords: regex fix
6400      Branch: cfgperl
6401            ! lib/Text/ParseWords.pm t/lib/parsewords.t
6402 ____________________________________________________________________________
6403 [  2583] By: gbarr                                 on 1999/01/08  04:50:03
6404         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
6405              Date: Thu, 7 Jan 1999 12:47:38 +0200 (EET)
6406              Message-Id: <199901071047.MAA24100@alpha.hut.fi>
6407              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: ext/Errno_pm.PL: understand wrapper cppstdins
6408      Branch: maint-5.005/perl
6409            ! ext/Errno/Errno_pm.PL
6410 ____________________________________________________________________________
6411 [  2581] By: jhi                                   on 1999/01/07  16:38:03
6412         Log: Configure update:
6413              - usethreads, use64bits, and usemultiplicity
6414              are no more interactively asked by Configure
6415              - "int main()" (vs bare "main()") enforced in test programs
6416      Branch: cfgperl
6417            ! Configure hints/freebsd.sh hints/linux.sh
6418 ____________________________________________________________________________
6419 [  2580] By: jhi                                   on 1999/01/07  11:19:12
6420         Log: From: Dan Sugalski <sugalskd@osshe.edu>
6421              Date: Wed, 06 Jan 1999 13:47:34 -0800
6422              Message-Id: <3.0.6.32.19990106134734.0334d260@ous.edu>
6423              Subject: [PATCH 5.005_02-MT2, 5.005_5x]VMS.C tweak for occasional system() error
6424      Branch: cfgperl
6425            ! vms/vms.c
6426 ____________________________________________________________________________
6427 [  2579] By: jhi                                   on 1999/01/07  09:08:36
6428         Log: Another set of doc patches from Abigail
6429              
6430              From: abigail@fnx.com
6431              Message-ID: <19990107032132.20124.qmail@alexandra.wayne.fnx.com>
6432              Subject: [PATCH 5.005_03 TRAIL2 lib/Net/hostent.pm] Typo fix
6433              Date: Wed, 6 Jan 1999 22:21:32 -0500 (EST)
6434              
6435              From: abigail@fnx.com
6436              Message-ID: <19990107032445.20178.qmail@alexandra.wayne.fnx.com>
6437              Subject: [PATCH 5.005_03 TRIAL2 lib/Net/netent.pm] Typo fix
6438              Date: Wed, 6 Jan 1999 22:24:45 -0500 (EST)
6439              
6440              From: abigail@fnx.com
6441              Message-ID: <19990107032834.20362.qmail@alexandra.wayne.fnx.com>
6442              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/Complete.pm] Typo fix
6443              Date: Wed, 6 Jan 1999 22:28:34 -0500 (EST)
6444              
6445              From: abigail@fnx.com
6446              Message-ID: <19990107033136.20440.qmail@alexandra.wayne.fnx.com>
6447              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/ReadLine.pm] Typo fix
6448              Date: Wed, 6 Jan 1999 22:31:36 -0500 (EST)
6449              
6450              From: abigail@fnx.com
6451              Message-ID: <19990107033351.20540.qmail@alexandra.wayne.fnx.com>
6452              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Apache.pm] Typo fix
6453              Date: Wed, 6 Jan 1999 22:33:51 -0500 (EST)
6454              
6455              From: abigail@fnx.com
6456              Message-ID: <19990107033933.20707.qmail@alexandra.wayne.fnx.com>
6457              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Push.pm] Typo fix
6458              Date: Wed, 6 Jan 1999 22:39:33 -0500 (EST)
6459              
6460              From: abigail@fnx.com
6461              Message-ID: <19990107034548.20936.qmail@alexandra.wayne.fnx.com>
6462              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Copy.pm] Typo fixes
6463              Date: Wed, 6 Jan 1999 22:45:48 -0500 (EST)
6464              
6465              From: abigail@fnx.com
6466              Message-ID: <19990107034856.21056.qmail@alexandra.wayne.fnx.com>
6467              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec.pm] Typo fix
6468              Date: Wed, 6 Jan 1999 22:48:56 -0500 (EST)
6469              
6470              From: abigail@fnx.com
6471              Message-ID: <19990107035113.21174.qmail@alexandra.wayne.fnx.com>
6472              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec/Mac.pm] Typo fixes
6473              Date: Wed, 6 Jan 1999 22:51:13 -0500 (EST)
6474              
6475              From: abigail@fnx.com
6476              Message-ID: <19990107035612.21522.qmail@alexandra.wayne.fnx.com>
6477              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigFloat.pm] Typo fix
6478              Date: Wed, 6 Jan 1999 22:56:12 -0500 (EST)
6479              
6480              From: abigail@fnx.com
6481              Message-ID: <19990107035842.21585.qmail@alexandra.wayne.fnx.com>
6482              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigInt.pm] Typo fixes
6483              Date: Wed, 6 Jan 1999 22:58:41 -0500 (EST)
6484              
6485              From: abigail@fnx.com
6486              Message-ID: <19990107040644.22009.qmail@alexandra.wayne.fnx.com>
6487              Subject: [PATCH 5.005_03 TRIAL2 lib/Text/Wrap.pm] Typo fixes
6488              Date: Wed, 6 Jan 1999 23:06:44 -0500 (EST)
6489              
6490              From: abigail@fnx.com
6491              Message-ID: <19990107040955.22087.qmail@alexandra.wayne.fnx.com>
6492              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Array.pm] Typo fixes
6493              Date: Wed, 6 Jan 1999 23:09:55 -0500 (EST)
6494              
6495              From: abigail@fnx.com
6496              Message-ID: <19990107041136.22174.qmail@alexandra.wayne.fnx.com>
6497              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Hash.pm] Typo fix
6498              Date: Wed, 6 Jan 1999 23:11:36 -0500 (EST)
6499      Branch: cfgperl
6500            ! lib/CGI/Apache.pm lib/CGI/Push.pm lib/File/Copy.pm
6501            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/Math/BigFloat.pm
6502            ! lib/Math/BigInt.pm lib/Net/hostent.pm lib/Net/netent.pm
6503            ! lib/Term/Complete.pm lib/Term/ReadLine.pm lib/Text/Wrap.pm
6504            ! lib/Tie/Array.pm lib/Tie/Hash.pm
6505 ____________________________________________________________________________
6506 [  2576] By: jhi                                   on 1999/01/06  17:05:20
6507         Log: Change #2582 fallout: the amagic_cmp* are no more file static.
6508      Branch: cfgperl
6509            ! pp_ctl.c
6510 ____________________________________________________________________________
6511 [  2575] By: jhi                                   on 1999/01/06  13:18:56
6512         Log: Enhance the great_circle_distance() documentation.
6513      Branch: cfgperl
6514            ! lib/Math/Trig.pm
6515 ____________________________________________________________________________
6516 [  2574] By: jhi                                   on 1999/01/06  12:58:03
6517         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
6518              To: perlbug@perl.com
6519              Subject: [PATCH 5.005_03-MAINT_TRIAL_2] t/op/sysio.t for MPE/iX
6520              Date: Mon, 4 Jan 1999 13:34:58 -0800 (PST)
6521              Message-Id: <199901042134.NAA18852@spock.dis.cccd.edu>
6522      Branch: cfgperl
6523            ! t/op/sysio.t
6524 ____________________________________________________________________________
6525 [  2573] By: jhi                                   on 1999/01/06  12:40:19
6526         Log: From: "W. Phillip Moore" <wpm@ms.com>
6527              To: perlbug@perl.org
6528              Subject: [PATCH] POSIX getpgrp is not -w clean
6529              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
6530              Message-ID: <13970.20107.190314.549471@zappa>
6531      Branch: cfgperl
6532            ! ext/POSIX/POSIX.pm
6533 ____________________________________________________________________________
6534 [  2572] By: jhi                                   on 1999/01/06  12:25:24
6535         Log: Based on
6536              From: jan.dubois@ibm.net (Jan Dubois)
6537              To: perl5-porters@perl.org
6538              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
6539              Date: Wed, 06 Jan 1999 01:24:09 +0100
6540              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
6541              except that
6542              - objXSUB.h was already okay
6543              - embed.h patching is futile, global.sym patched instead
6544              - objpp.h does not exist
6545              - proto.h addition applied manually
6546              - win32/GenCAPI.pl was already okay
6547              - win32/makedef.pl was already okay
6548      Branch: cfgperl
6549            ! global.sym perl.c proto.h
6550 ____________________________________________________________________________
6551 [  2571] By: jhi                                   on 1999/01/06  11:25:48
6552         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
6553              To: perlbug@perl.com
6554              Subject: FindBin.pm on Win32 systems
6555              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
6556              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
6557      Branch: cfgperl
6558            ! lib/FindBin.pm
6559 ____________________________________________________________________________
6560 [  2570] By: jhi                                   on 1999/01/06  11:21:48
6561         Log: From: Dan Sugalski <sugalskd@osshe.edu>
6562              To: perl5-porters@perl.org, vmsperl@perl.org
6563              Subject: [PATCH 5.005_03-MAINT_TRIAL_2]taint.c fix for VMS
6564              Date: Tue, 05 Jan 1999 16:47:31 -0800
6565              Message-Id: <3.0.6.32.19990105164731.00b5b2d0@ous.edu>
6566              
6567              (the ext/IO/lib/IO/Socket.pm was not really changed here;
6568              it was a leftover from #2569)
6569      Branch: cfgperl
6570            ! ext/IO/lib/IO/Socket.pm taint.c
6571 ____________________________________________________________________________
6572 [  2569] By: jhi                                   on 1999/01/06  11:18:22
6573         Log: Jumbo doc patch from Abigail (almost identical to
6574              the 5.005-maint change #2562 except for the
6575              ext/IO/lib/IO/Socket.pm patch which was not
6576              applicable because the IO version of 5.005-devel
6577              is somewhat different (why?))
6578              
6579              From: abigail@fnx.com
6580              Message-ID: <19990105170142.4889.qmail@alexandra.wayne.fnx.com>
6581              Subject: [PATCH 5.005_03-TRIAL2 lib/ExtUtils/Liblist.pm] pod fixes
6582              Date: Tue, 5 Jan 1999 12:01:42 -0500 (EST)
6583              
6584              From: abigail@fnx.com
6585              Message-ID: <19990105172855.5115.qmail@alexandra.wayne.fnx.com>
6586              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Commands.pm] Typo fix.
6587              Date: Tue, 5 Jan 1999 12:28:55 -0500 (EST)
6588              
6589              From: abigail@fnx.com
6590              Message-ID: <19990105173808.5260.qmail@alexandra.wayne.fnx.com>
6591              Subject: [PATCH perl5.005_03 MAINT3 lib/ExtUtils/Embed.pm] Typo fix
6592              Date: Tue, 5 Jan 1999 12:38:08 -0500 (EST)
6593              
6594              From: abigail@fnx.com
6595              Message-ID: <19990105174859.5533.qmail@alexandra.wayne.fnx.com>
6596              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Install.pm] Typo fix
6597              Date: Tue, 5 Jan 1999 12:48:59 -0500 (EST)
6598              
6599              From: abigail@fnx.com
6600              Message-ID: <19990105174947.5547.qmail@alexandra.wayne.fnx.com>
6601              Subject: [PATCH 5.005_03 lib/ExtUtils/MM_Unix.pm] Typo fixes
6602              Date: Tue, 5 Jan 1999 12:49:46 -0500 (EST)
6603              
6604              From: abigail@fnx.com
6605              Message-ID: <19990105182301.5966.qmail@alexandra.wayne.fnx.com>
6606              Subject: [PATCH 5.005_03 lib/ExtUtils/MakeMaker.pm] Typos fixes.
6607              Date: Tue, 5 Jan 1999 13:23:00 -0500 (EST)
6608              
6609              From: abigail@fnx.com
6610              Message-ID: <19990105183344.6065.qmail@alexandra.wayne.fnx.com>
6611              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Manifest.pm] Typo fixes
6612              Date: Tue, 5 Jan 1999 13:33:44 -0500 (EST)
6613              
6614              From: abigail@fnx.com
6615              Message-ID: <19990105184028.6220.qmail@alexandra.wayne.fnx.com>
6616              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Mksymlists.pm] Typo fix
6617              Date: Tue, 5 Jan 1999 13:40:28 -0500 (EST)
6618              
6619              From: abigail@fnx.com
6620              Message-ID: <19990106012015.9451.qmail@alexandra.wayne.fnx.com>
6621              Subject: [PATCH 5.005_03 TRIAL2 lib/IO/Pipe.pm] Typo fixes.
6622              Date: Tue, 5 Jan 1999 20:20:15 -0500 (EST)
6623              
6624              From: abigail@fnx.com
6625              Message-ID: <19990106012047.9459.qmail@alexandra.wayne.fnx.com>
6626              Subject: [PATCH 5.005_03 TRAIL2 lib/IO/Seekable.pm] Typo fixes
6627              Date: Tue, 5 Jan 1999 20:20:47 -0500 (EST)
6628      Branch: cfgperl
6629            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
6630            ! lib/ExtUtils/Command.pm lib/ExtUtils/Embed.pm
6631            ! lib/ExtUtils/Install.pm lib/ExtUtils/Liblist.pm
6632            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
6633            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mksymlists.pm
6634 ____________________________________________________________________________
6635 [  2568] By: gbarr                                 on 1999/01/06  03:13:15
6636         Log: From: jan.dubois@ibm.net (Jan Dubois)
6637              Date: Wed, 06 Jan 1999 01:24:09 +0100
6638              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
6639              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
6640      Branch: maint-5.005/perl
6641            ! embed.h global.sym objXSUB.h objpp.h perl.c proto.h
6642            ! win32/GenCAPI.pl win32/makedef.pl
6643 ____________________________________________________________________________
6644 [  2566] By: gbarr                                 on 1999/01/06  02:29:05
6645         Log: From: "W. Phillip Moore" <wpm@ms.com>
6646              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
6647              Message-ID: <13970.20107.190314.549471@zappa>
6648              Subject: [PATCH] POSIX getpgrp is not -w clean
6649      Branch: maint-5.005/perl
6650            ! ext/POSIX/POSIX.pm
6651 ____________________________________________________________________________
6652 [  2565] By: gbarr                                 on 1999/01/06  02:19:00
6653         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
6654              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
6655              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
6656              Subject: FindBin.pm on Win32 systems
6657      Branch: maint-5.005/perl
6658            ! lib/FindBin.pm
6659 ____________________________________________________________________________
6660 [  2561] By: jhi                                   on 1999/01/05  10:49:10
6661         Log: Reword the setlocale() 1-arg case better.
6662      Branch: cfgperl
6663            ! ext/POSIX/POSIX.pod
6664 ____________________________________________________________________________
6665 [  2559] By: gbarr                                 on 1999/01/02  15:37:35
6666         Log: From: Blair Zajac <bzajac@geostaff.com>
6667              Date: Wed, 23 Dec 1998 17:13:32 -0800
6668              Message-ID: <3681953C.8B6A90AA@geostaff.com>
6669              Subject: Tie::SubstrHash patch
6670      Branch: maint-5.005/perl
6671            ! lib/Tie/SubstrHash.pm
6672 ____________________________________________________________________________
6673 [  2554] By: jhi                                   on 1999/01/02  14:55:06
6674         Log: Object destruction order testing.
6675      Branch: cfgperl
6676            ! t/op/misc.t
6677 ____________________________________________________________________________
6678 [  2553] By: jhi                                   on 1999/01/02  14:49:40
6679         Log: perldelta the Dumpvalue.pm of change #2513.
6680      Branch: cfgperl
6681            ! lib/Dumpvalue.pm pod/perldelta.pod
6682 ____________________________________________________________________________
6683 [  2552] By: nick                                  on 1999/01/02  14:45:38
6684         Log: Tone down Makefile.PL so it works on Win32
6685      Branch: perl
6686            ! ext/B/Makefile.PL
6687 ____________________________________________________________________________
6688 [  2551] By: nick                                  on 1999/01/02  14:06:30
6689         Log: Export constant subs from B.xs for op.h, cop.h and a few others.
6690              Use them in various B::* rather than have local defs.
6691      Branch: perl
6692            + ext/B/defsubs.h.PL
6693            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bytecode.pm ext/B/B/C.pm
6694            ! ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
6695            ! ext/B/B/Stackobj.pm ext/B/B/Xref.pm ext/B/Makefile.PL
6696 ____________________________________________________________________________
6697 [  2550] By: nick                                  on 1999/01/02  10:04:02
6698         Log: Integrate ext/B changes from //depot/cfgperl
6699      Branch: perl
6700           !> ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
6701 ____________________________________________________________________________
6702 [  2549] By: jhi                                   on 1999/01/01  13:54:16
6703         Log: From: "Paul Holser" <Paul.Holser.pholser@nortelnetworks.com>
6704              To: perlbug@perl.com
6705              Subject: op/groups.t fails test 1 on HP-UX 10.20
6706              Date: Wed, 30 Dec 1998 15:16:12 -0600 (CST)
6707              Message-Id: <199812302116.PAA12439@crchh44c.us.nortel.com>
6708      Branch: cfgperl
6709            ! t/op/groups.t
6710 ____________________________________________________________________________
6711 [  2548] By: jhi                                   on 1999/01/01  13:53:31
6712         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
6713              To: perl5-porters@perl.org
6714              cc: hv@crypt0.demon.co.uk
6715              Subject: [bug 5.004_54] duplicate error message
6716              Date: Thu, 31 Dec 1998 04:05:25 +0000
6717              Message-Id: <199812310405.EAA00386@crypt.compulink.co.uk>
6718              
6719              Message-ID: <13963.60672.134591.383377@alias-2.pr.mcs.net>
6720              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
6721              To: hv@crypt0.demon.co.uk
6722              Cc: perl5-porters@perl.org
6723              Subject: [PATCH _54] Re: duplicate error message
6724              Date: Thu, 31 Dec 1998 16:10:13 -0600 (CST)
6725              
6726              Message-Id: <199901010732.HAA02926@crypt.compulink.co.uk>
6727              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
6728              To: Stephen McCamant <smccam@uclink4.berkeley.edu>
6729              cc: hv@crypt0.demon.co.uk, perl5-porters@perl.org
6730              Subject: [TEST PATCH _54] Re: duplicate error message 
6731              Date: Fri, 01 Jan 1999 07:32:14 +0000
6732      Branch: cfgperl
6733            ! op.c t/pragma/warn/op
6734 ____________________________________________________________________________
6735 [  2547] By: jhi                                   on 1998/12/31  14:15:04
6736         Log: From: Chris Nandor <pudge@pobox.com>
6737              To: jhi@iki.fi
6738              Cc: perl5-porters@perl.org
6739              Subject: Re: [PATCH] perlport.pod 1.38
6740              Date: Thu, 31 Dec 1998 09:06:48 -0500
6741              Message-Id: <v04020a1db2b1352ec92a@[192.168.0.77]>
6742      Branch: cfgperl
6743            ! pod/perlport.pod
6744 ____________________________________________________________________________
6745 [  2546] By: jhi                                   on 1998/12/31  11:18:17
6746         Log: From: Wilson P. Snyder II
6747              To: perl5-porters@perl.org
6748              Subject: [PATCH v5.5.53] REV2: Binary number support
6749              Date: 1998/11/30
6750              Message-ID: <199811301543.KAA15689@vulcan.maker.com>
6751      Branch: cfgperl
6752            ! pod/perldata.pod pod/perldelta.pod pod/perlfunc.pod pp.c
6753            ! proto.h sv.c t/op/oct.t t/op/sprintf.t t/pragma/warn/util
6754            ! toke.c util.c
6755 ____________________________________________________________________________
6756 [  2545] By: jhi                                   on 1998/12/31  09:27:40
6757         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
6758              To: perlbug@perl.com
6759              Subject: "perl -T -P" dumps core on OpenBSD and Linux
6760              Date: Wed, 30 Dec 1998 21:11:05 -0700 (MST)
6761              Message-Id: <199812310411.VAA37568@xerxes.courtesan.com>
6762      Branch: cfgperl
6763            ! taint.c
6764 ____________________________________________________________________________
6765 [  2544] By: jhi                                   on 1998/12/31  09:21:45
6766         Log: From: Tim Bunce <Tim.Bunce@ig.co.uk> 
6767              To: perlbug@perl.com 
6768              Subject: bug in pod2man search for perl binary [5.005_5x]
6769              Date: Sat, 12 Dec 1998 23:08:51 +0000 
6770              Message-ID: <19981212230851.A20578@ig.co.uk> 
6771      Branch: cfgperl
6772            ! pod/pod2man.PL
6773 ____________________________________________________________________________
6774 [  2541] By: gbarr                                 on 1998/12/30  14:37:14
6775         Log: From: jan.dubois@ibm.net (Jan Dubois)
6776              Date: Wed, 23 Dec 1998 21:26:38 +0100
6777              Message-ID: <36895086.8849224@smtp1.ibm.net>
6778              Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
6779      Branch: maint-5.005/perl
6780            ! lib/ExtUtils/MakeMaker.pm
6781 ____________________________________________________________________________
6782 [  2540] By: jhi                                   on 1998/12/30  08:42:04
6783         Log: Evermore AUTHORS and MAINTAIN.
6784      Branch: cfgperl
6785            ! AUTHORS MAINTAIN
6786 ____________________________________________________________________________
6787 [  2539] By: jhi                                   on 1998/12/29  15:10:34
6788         Log: More AUTHORS and MAINTAIN.
6789      Branch: cfgperl
6790            ! AUTHORS MAINTAIN
6791 ____________________________________________________________________________
6792 [  2537] By: jhi                                   on 1998/12/29  14:34:47
6793         Log: From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
6794              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
6795              Message-ID: <13942.32480.700000.640927@utensil>
6796              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
6797              (mirror change#2531 in the 5.005-maint)
6798      Branch: cfgperl
6799            ! lib/AutoSplit.pm
6800 ____________________________________________________________________________
6801 [  2531] By: gbarr                                 on 1998/12/29  14:12:25
6802         Log: change in_pod pattern to /^=\w/ from /^=/
6803              From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
6804              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
6805              Message-ID: <13942.32480.700000.640927@utensil>
6806              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
6807      Branch: maint-5.005/perl
6808            ! lib/AutoSplit.pm
6809 ____________________________________________________________________________
6810 [  2525] By: jhi                                   on 1998/12/29  13:06:26
6811         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
6812              To: perl5-porters@perl.org
6813              Subject: [PATCH 5.005_54] More minor  Fixes in CC.pm/C.pm
6814              Date: 16 Dec 1998 03:17:03 +0200
6815              Message-ID: <MLIST_199812160055.QAA06272@f10.hotmail.com>
6816      Branch: cfgperl
6817            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
6818 ____________________________________________________________________________
6819 [  2524] By: jhi                                   on 1998/12/29  13:00:06
6820         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
6821              To: perl5-porters@perl.org
6822              Cc: rmb1@cise.npl.co.uk, nick@ni-s.u-net.com
6823              Subject: [PATCH 5.005_54] Re:perlcc -e 'my $x = shift; print +($x ?...' failure
6824              Date: 10 Dec 1998 08:30:02 +0200
6825              Message-ID: <MLIST_19981210061651.29891.qmail@hotmail.com>
6826              
6827              (Nick's part was applied earlier, in change #2460)
6828      Branch: cfgperl
6829            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
6830 ____________________________________________________________________________
6831 [  2523] By: jhi                                   on 1998/12/29  12:41:31
6832         Log: From: "vishal bhatia" <vishalb@hotmail.com>
6833              To: nick@ni-s.u-net.com
6834              Cc: perl5-porters@perl.org
6835              Subject: [PATCH 5.005_54] return value of perlcc/B::CC generated functions.
6836              Date: 9 Dec 1998 06:50:30 +0200
6837              Message-ID: <MLIST_19981209043146.16829.qmail@hotmail.com>
6838      Branch: cfgperl
6839            ! ext/B/B/CC.pm
6840 ____________________________________________________________________________
6841 [  2522] By: jhi                                   on 1998/12/29  12:15:18
6842         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
6843              To: perl5-porters@perl.org (Perl 5 Porters)
6844              Subject: [PATCH 5.005_54] Pod::Text.pm reformating indented paragraphs
6845              Date: 25 Dec 1998 23:02:28 +0200
6846              Message-ID: <MLIST_199812252034.PAA27812@linguist.dartmouth.edu>
6847      Branch: cfgperl
6848            ! lib/Pod/Text.pm
6849 ____________________________________________________________________________
6850 [  2521] By: jhi                                   on 1998/12/29  12:07:54
6851         Log: Undo #2519 (breaks universal.c).
6852      Branch: cfgperl
6853            ! XSUB.h
6854 ____________________________________________________________________________
6855 [  2519] By: jhi                                   on 1998/12/29  11:41:10
6856         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
6857              To: perl5-porters@perl.org
6858              Cc: perl-xs@perl.org
6859              Subject: XSUB.h refinement [PATCH]
6860              Date: 18 Dec 1998 03:58:44 +0200
6861              Message-ID: <MLIST_Pine.GSO.4.02.9812171733330.589-100000@eq1062.wks.na.deuba.com>
6862      Branch: cfgperl
6863            ! XSUB.h
6864 ____________________________________________________________________________
6865 [  2518] By: jhi                                   on 1998/12/29  11:36:19
6866         Log: From: abigail@fnx.com
6867              To: perl5-porters@perl.org (Perl Porters)
6868              Subject: [PATCH 5.005_02; lib/fields.pm] Typos in pod.
6869              Date: 28 Dec 1998 21:39:15 +0200
6870              Message-ID: <MLIST_19981228191612.8380.qmail@alexandra.wayne.fnx.com>
6871      Branch: cfgperl
6872            ! lib/fields.pm
6873 ____________________________________________________________________________
6874 [  2517] By: jhi                                   on 1998/12/29  11:35:03
6875         Log: Document change #2516.
6876      Branch: cfgperl
6877            ! pod/perldelta.pod
6878 ____________________________________________________________________________
6879 [  2516] By: jhi                                   on 1998/12/29  11:32:26
6880         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6881              To: perl5-porters@perl.org (Mailing list Perl5)
6882              Subject: [PATCH 5.005_53] Warn on unrecognized alpha escapes.
6883              Date: 9 Dec 1998 10:39:31 +0200
6884              Message-ID: <MLIST_199812090823.DAA17566@monk.mps.ohio-state.edu>
6885      Branch: cfgperl
6886            ! pod/perldiag.pod regcomp.c toke.c
6887 ____________________________________________________________________________
6888 [  2515] By: jhi                                   on 1998/12/29  11:27:11
6889         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6890              To: perl5-porters@perl.org (Mailing list Perl5)
6891              Subject: [PATCH 5.005_53] Bugs in hairy interactions of feature in REx
6892              Date: 8 Dec 1998 09:02:04 +0200
6893              Message-ID: <MLIST_199812080637.BAA16025@monk.mps.ohio-state.edu>
6894              
6895              \G fixes (wasn't working right with //g, s///, and $_ in (?{})).
6896      Branch: cfgperl
6897            ! pp_ctl.c pp_hot.c regexec.c regexp.h t/op/pat.t t/op/subst.t
6898 ____________________________________________________________________________
6899 [  2514] By: jhi                                   on 1998/12/29  11:21:31
6900         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6901              To: perl5-porters@perl.org (Mailing list Perl5)
6902              Subject: [PATCH 5.005_53] Regexp tests and UTF8
6903              Date: 8 Dec 1998 07:02:01 +0200
6904              Message-ID: <MLIST_199812080447.XAA05297@monk.mps.ohio-state.edu>
6905      Branch: cfgperl
6906            ! regcomp.c
6907 ____________________________________________________________________________
6908 [  2513] By: jhi                                   on 1998/12/29  11:18:34
6909         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6910              Subject: [PATCH 5.005_*] Dumpvar.pm
6911              To: perl5-porters@perl.org (Mailing list Perl5)
6912              Date: 7 Dec 1998 10:17:35 +0200
6913              Message-ID: <MLIST_199812070744.CAA18949@monk.mps.ohio-state.edu>
6914      Branch: cfgperl
6915            + lib/Dumpvalue.pm
6916            ! MANIFEST
6917 ____________________________________________________________________________
6918 [  2511] By: gbarr                                 on 1998/12/28  14:55:28
6919         Log: From: jan.dubois@ibm.net (Jan Dubois)
6920              Date: Tue, 01 Dec 1998 00:07:33 +0100
6921              Message-ID: <366921b5.14512598@smtp1.ibm.net>
6922              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] to compile on Win32
6923              
6924              From: jan.dubois@ibm.net (Jan Dubois)
6925              Date: Wed, 02 Dec 1998 00:24:54 +0100
6926              Message-ID: <366a77bb.19498126@smtp1.ibm.net>
6927              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] spaces in filenames support
6928      Branch: maint-5.005/perl
6929            ! perl.h proto.h taint.c win32/GenCAPI.pl win32/Makefile
6930            ! win32/config.bc win32/config.gc win32/config.vc
6931            ! win32/config_sh.PL win32/makedef.pl
6932 ____________________________________________________________________________
6933 [  2509] By: jhi                                   on 1998/12/28  13:00:31
6934     Log: Kickstart AUTHORS and MAINTAIN.
6935  Branch: cfgperl
6936        + AUTHORS MAINTAIN
6937        ! MANIFEST
6938 ____________________________________________________________________________
6939 [  2508] By: jhi                                   on 1998/12/28  08:04:00
6940     Log: From: Nathan Torkington <gnat@frii.com>
6941          To: perlbug@perl.com
6942          Subject: [PATCH] perlxstut.pod fix
6943          Date: Sat, 26 Dec 1998 14:28:21 +1300 (NZDT)
6944          Message-ID: <13956.15285.933914.320849@localhost.frii.com>
6945  Branch: cfgperl
6946        ! pod/perlxstut.pod
6947 ____________________________________________________________________________
6948 [  2507] By: jhi                                   on 1998/12/28  07:59:00
6949     Log: From: abigail@fnx.com
6950          To: perlbug@perl.com
6951          Subject: [PATCH 5.005_02] Re: m// doc is buggy (was Re: m'$foo' is undocumented)
6952          Date: Wed, 23 Dec 1998 22:59:59 -0500 (EST)
6953          Message-ID: <19981224035959.16994.qmail@alexandra.wayne.fnx.com>
6954          (slightly modified, a part of the patch was rejected)
6955          (strange, I thought I had already submitted this one
6956          but Perforce disagrees with me...)
6957  Branch: cfgperl
6958        ! pod/perlop.pod
6959 ____________________________________________________________________________
6960 [  2506] By: jhi                                   on 1998/12/28  07:56:59
6961     Log: From: Artur <artur@vogon-solutions.com>
6962          To: perlbug@perl.com
6963          Subject: PATCH: perlmodlib.pod
6964          Date: Fri, 25 Dec 1998 00:48:39 +0000
6965          Message-ID: <3682E0E7.EBFB5D65@vogon-solutions.com>
6966  Branch: cfgperl
6967        ! pod/perlmodlib.pod pod/perlop.pod
6968 ____________________________________________________________________________
6969 [  2505] By: jhi                                   on 1998/12/28  07:46:06
6970     Log: From: abigail@fnx.com
6971          To: perl5-porters@perl.org (Perl Porters)
6972          Subject: [PATCH 5.005_02] Typo in documentation of pod2html.
6973          Date: Wed, 23 Dec 1998 22:32:07 -0500 (EST)
6974          Message-ID: <19981224033207.16751.qmail@alexandra.wayne.fnx.com>
6975  Branch: cfgperl
6976        ! pod/pod2html.PL
6977 ____________________________________________________________________________
6978 [  2504] By: jhi                                   on 1998/12/28  07:44:35
6979     Log: From: Jim Avera <avera@fjst.com>
6980          To: perlbug@perl.com
6981          Subject: perlbug bug - shows dates reversed
6982          Date: Wed, 23 Dec 1998 18:08:56 -0800 (PST)
6983          Message-Id: <199812240208.SAA27616@membrane.ssd.hal.com>
6984  Branch: cfgperl
6985        ! utils/perlbug.PL
6986 ____________________________________________________________________________
6987 [  2503] By: jhi                                   on 1998/12/28  07:41:39
6988     Log: From: jan.dubois@ibm.net (Jan Dubois)
6989          To: makemaker@franz.ww.TU-Berlin.DE, perl5-porters@perl.org
6990          Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
6991          Date: Wed, 23 Dec 1998 21:26:38 +0100
6992          Message-ID: <36895086.8849224@smtp1.ibm.net>
6993  Branch: cfgperl
6994        ! lib/ExtUtils/MakeMaker.pm
6995 ____________________________________________________________________________
6996 [  2502] By: jhi                                   on 1998/12/28  07:39:20
6997     Log: From: Blair Zajac <bzajac@geostaff.com>
6998          To: perl5-porters@perl.org
6999          Subject: Tie::SubstrHash patch
7000          Date: Wed, 23 Dec 1998 17:13:32 -0800
7001          Message-ID: <3681953C.8B6A90AA@geostaff.com>
7002  Branch: cfgperl
7003        ! lib/Tie/SubstrHash.pm
7004 ____________________________________________________________________________
7005 [  2501] By: jhi                                   on 1998/12/28  07:37:16
7006     Log: From: Alan.Harder@Ebay.Sun.COM (Alan Harder)
7007          To: perlbug@perl.com
7008          Subject: perlfaq9 minor error
7009          Date: Wed, 23 Dec 1998 14:54:19 -0800
7010          Message-Id: <199812232254.OAA05986@moshpit.EBay.Sun.COM>
7011  Branch: cfgperl
7012        ! pod/perlfaq9.pod
7013 ____________________________________________________________________________
7014 [  2500] By: jhi                                   on 1998/12/23  10:38:18
7015     Log: More porting notes about filesystems, AmigaOS, and MiNT.
7016  Branch: cfgperl
7017        ! pod/perlport.pod
7018 ____________________________________________________________________________
7019 [  2499] By: jhi                                   on 1998/12/22  09:26:49
7020     Log: Add few MSG_ and uio constants.
7021  Branch: cfgperl
7022        ! ext/Socket/Socket.pm ext/Socket/Socket.xs iperlsys.h
7023 ____________________________________________________________________________
7024 [  2498] By: jhi                                   on 1998/12/22  08:39:30
7025     Log: Slight recoding of util.c:repeatcpy() to circumnavigate
7026          a Digital C compiler optimizer bug that broke the 'x'
7027          operator under certain circumstances.  See t/op/repeat.t
7028          test #20 for graphic details.  Reported in
7029          
7030          From: Gisle Aas <gisle@aas.no>
7031          To: Mark Martinec <Mark.Martinec@nsc.ijs.si>
7032          Cc: ach@xray.mpe.mpg.de, cpan-testers@perl.org, perl5-porters@perl.org
7033          Subject: Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch
7034          Date: 18 Dec 1998 14:27:40 +0100
7035          Message-ID: <m37lvpa8c3.fsf@furu.g.aas.no>
7036          
7037          and discussed further in the thread
7038          
7039          From: Jarkko Hietaniemi <jhi@iki.fi>
7040          To: Gisle Aas <gisle@aas.no>
7041          Cc: Mark Martinec <Mark.Martinec@nsc.ijs.si>, ach@xray.mpe.mpg.de,
7042          cpan-testers@perl.org, perl5-porters@perl.org
7043          Subject: x operator broken in DEC Alpha for 8-bit characters (Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch)
7044          Date: Fri, 18 Dec 1998 16:18:37 +0200 (EET)
7045          Message-ID: <13946.25661.193449.138023@alpha.hut.fi>
7046  Branch: cfgperl
7047        ! t/op/repeat.t util.c
7048 ____________________________________________________________________________
7049 [  2497] By: jhi                                   on 1998/12/21  14:18:57
7050     Log: Change #2483 update.
7051  Branch: cfgperl
7052        ! t/op/tr.t
7053 ____________________________________________________________________________
7054 [  2496] By: jhi                                   on 1998/12/21  14:07:41
7055     Log: Update on change #2493.
7056  Branch: cfgperl
7057        ! t/pragma/warn/op
7058 ____________________________________________________________________________
7059 [  2495] By: jhi                                   on 1998/12/21  13:52:00
7060     Log: Change #2487 aftershock.
7061  Branch: cfgperl
7062        ! warning.pl
7063 ____________________________________________________________________________
7064 [  2494] By: jhi                                   on 1998/12/21  12:35:00
7065     Log: From: Chris Nandor <pudge@pobox.com>
7066          To: perl5-porters@perl.org
7067          Subject: [PATCH] perlport.pod v1.37
7068          Date: Sat, 19 Dec 1998 12:54:34 -0500
7069          Message-Id: <v04020a03b2a194aaa676@[192.168.0.77]>
7070  Branch: cfgperl
7071        ! pod/perlport.pod
7072 ____________________________________________________________________________
7073 [  2493] By: jhi                                   on 1998/12/21  12:22:44
7074     Log: From: Mark-Jason Dominus <mjd@plover.com>
7075          To: perl5-porters@perl.com
7076          Subject: PATCH (5.005_02): Dejargonizing
7077          Date: Sun, 20 Dec 1998 14:35:20 -0500
7078          Message-ID: <19981220193520.11230.qmail@plover.com>
7079          
7080          From: Mark-Jason Dominus <mjd@plover.com>
7081          To: perl5-porters@perl.com
7082          Subject: PATCH (5.005_02): Spelling correction in warning message
7083          Date: Sun, 20 Dec 1998 13:51:30 -0500
7084          Message-ID: <19981220185130.11067.qmail@plover.com>
7085  Branch: cfgperl
7086        ! doio.c op.c
7087 ____________________________________________________________________________
7088 [  2492] By: jhi                                   on 1998/12/21  09:00:05
7089     Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
7090          To: perl5-porters@perl.org
7091          Subject: [PATCH 5.005_54] pp_next/pp_last/pp_redo problems
7092          Date: Sun, 20 Dec 1998 19:03:25 PST
7093          Message-ID: <19981221030326.27660.qmail@hotmail.com>
7094          
7095          (slightly reformatted)
7096  Branch: cfgperl
7097        ! ext/B/B/CC.pm
7098 ____________________________________________________________________________
7099 [  2491] By: nick                                  on 1998/12/20  14:21:29
7100     Log: Save _all_ GV's which have SV, AV or HV set.
7101  Branch: perl
7102        ! ext/B/B/C.pm
7103 ____________________________________________________________________________
7104 [  2490] By: jhi                                   on 1998/12/18  15:13:19
7105     Log: Add idea about generalising cpp symbol probing of Errno.
7106  Branch: cfgperl
7107        ! Todo
7108 ____________________________________________________________________________
7109 [  2489] By: jhi                                   on 1998/12/18  14:47:57
7110     Log: Address some of the issues of:
7111          
7112          From: Tom Christiansen <tchrist@jhereg.perl.com>
7113          To: perl-porters-active@jhereg.perl.com
7114          Subject: Undocumentation Issues for 5.005
7115          Date: Thu, 17 Dec 1998 14:46:24 -0700
7116          Message-Id: <199812172146.OAA05316@jhereg.perl.com>
7117  Branch: cfgperl
7118        ! pod/perl5005delta.pod
7119 ____________________________________________________________________________
7120 [  2488] By: jhi                                   on 1998/12/18  11:26:32
7121     Log: From: root <root@dubravka.in-berlin.de>
7122          To: perlbug@perl.com
7123          Cc: k@dubravka.in-berlin.de
7124          Subject: Please add no_modify to PERL_POLLUTE
7125          Date: Fri, 18 Dec 1998 10:45:52 +0100
7126          Message-Id: <199812180945.KAA05275@dubravka.in-berlin.de>
7127          
7128          (Really from Andreas König)
7129  Branch: cfgperl
7130        ! embed.pl
7131 ____________________________________________________________________________
7132 [  2487] By: jhi                                   on 1998/12/17  14:05:52
7133     Log: Some (by far not all) issues of the below message addressed.
7134          
7135          From: Tom Christiansen <tchrist@jhereg.perl.com>
7136          To: The Perl Porters Mailing List <perl5-porters@perl.org>
7137          Subject: important UNDOC issues for 5.005_54
7138          Date: Wed, 16 Dec 1998 21:14:53 -0700
7139          Message-Id: <199812170414.VAA25860@jhereg.perl.com>
7140  Branch: cfgperl
7141        ! lib/warning.pm pod/perl5005delta.pod pod/perldelta.pod
7142 ____________________________________________________________________________
7143 [  2486] By: jhi                                   on 1998/12/17  12:47:15
7144     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7145          To: domo@computer.org
7146          Cc: jhi@iki.fi, perl5-porters@perl.org
7147          Subject: Re: stuff related to malloc.c
7148          Date: Wed, 16 Dec 1998 16:40:27 -0500 (EST)
7149          Message-Id: <199812162140.QAA04925@monk.mps.ohio-state.edu>
7150  Branch: cfgperl
7151        ! malloc.c
7152 ____________________________________________________________________________
7153 [  2485] By: jhi                                   on 1998/12/17  12:17:19
7154     Log: More porting notes.
7155  Branch: cfgperl
7156        ! Porting/pumpkin.pod
7157 ____________________________________________________________________________
7158 [  2484] By: jhi                                   on 1998/12/15  08:38:05
7159     Log: Undo #2386 and #2205.
7160  Branch: cfgperl
7161        ! pod/perlfunc.pod
7162 ____________________________________________________________________________
7163 [  2483] By: jhi                                   on 1998/12/14  17:58:35
7164     Log: lib was missing from @INC.
7165  Branch: cfgperl
7166        ! t/op/tr.t
7167 ____________________________________________________________________________
7168 [  2482] By: jhi                                   on 1998/12/14  17:52:42
7169     Log: Was missing use Text::Wrap.
7170  Branch: cfgperl
7171        ! t/lib/textfill.t
7172 ____________________________________________________________________________
7173 [  2481] By: jhi                                   on 1998/12/14  16:00:22
7174     Log: nlist.h not yet Configure-probed but DynaLoader Linux-hinted.
7175          
7176          From: Jonathan Roy <roy@idle.com>
7177          To: perl5-porters@perl.org
7178          Subject: nlist.h add to Configure checks?
7179          Date: Sun, 13 Dec 1998 22:22:49 -0500
7180          Message-Id: <4.1.19981213221847.00a3e100@pop-server.tampabay.rr.com>
7181  Branch: cfgperl
7182        + ext/DynaLoader/hints/linux.pl
7183        ! MANIFEST
7184 ____________________________________________________________________________
7185 [  2480] By: jhi                                   on 1998/12/14  15:02:44
7186     Log: Give up completely using nm in AIX.
7187          
7188          From: "Kurt D. Starsinic" <kstar@chapin.edu>
7189          To: Gurusamy Sarathy <gsar@engin.umich.edu>, Jarkko Hietaniemi <jhi@iki.fi>
7190          Cc: perl5-porters@perl.org
7191          Subject: [PATCH 5.005_54] AIX 4.3.1.0 fails to locate some functions
7192          Date: Thu, 10 Dec 1998 00:51:46 -0500
7193          Message-ID: <19981210005146.B29986@O2.chapin.edu>
7194  Branch: cfgperl
7195        ! hints/aix.sh
7196 ____________________________________________________________________________
7197 [  2479] By: jhi                                   on 1998/12/14  14:39:52
7198     Log: AIX' error messages are different.
7199          
7200          From: "Kurt D. Starsinic" <kstar@chapin.edu>
7201          To: Gurusamy Sarathy <gsar@engin.umich.edu>
7202          Cc: perl5-porters@perl.org
7203          Subject: [PATCH 5.005_54] AIX 4.1.3.0 fails pragma/warning.t
7204          Date: Thu, 10 Dec 1998 00:42:36 -0500
7205          Message-ID: <19981210004236.A29986@O2.chapin.edu>
7206          
7207          From: Michael Engel <engel@nms1.cc.huji.ac.il>
7208          To: perlbug@perl.com
7209          Subject: erroes in installing perl5*53 on IBM RS6000, aix 4.1
7210          Date: Mon, 14 Dec 1998 16:15:20 +0200 (IST)
7211          Message-ID: <Pine.A41.4.05_heb2.07.9812141609500.58712-300000@nms1.cc.huji.ac.il>
7212  Branch: cfgperl
7213        ! t/pragma/warn/doio
7214 ____________________________________________________________________________
7215 [  2475] By: jhi                                   on 1998/12/13  12:35:55
7216     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7217          To: jhi@iki.fi
7218          Cc: Carl_Adler@idx.com, perl5-porters@perl.org
7219          Subject: Re: stuff related to malloc.c
7220          Date: Sat, 12 Dec 1998 19:39:44 -0500 (EST)
7221          Message-Id: <199812130039.TAA21704@monk.mps.ohio-state.edu>
7222  Branch: cfgperl
7223        ! malloc.c
7224 ____________________________________________________________________________
7225 [  2474] By: jhi                                   on 1998/12/13  12:32:42
7226     Log: Some notes about porting issues.
7227  Branch: cfgperl
7228        ! Porting/pumpkin.pod
7229 ____________________________________________________________________________
7230 [  2473] By: jhi                                   on 1998/12/13  12:03:58
7231     Log: From: Laszlo Molnar <ml1050@freemail.c3.hu>
7232          To: Perl 5 Porters <perl5-porters@perl.org>
7233          Subject: [patch 5.005_02] dos-djgpp update
7234          Date: Sun, 13 Dec 1998 00:08:44 +0100
7235          Message-ID: <19981213000844.C264@beeblebrox>
7236  Branch: cfgperl
7237        ! djgpp/config.over
7238 ____________________________________________________________________________
7239 [  2472] By: gbarr                                 on 1998/12/12  17:12:28
7240     Log: undo changes to Exporter.pm from #2312
7241  Branch: maint-5.005/perl
7242        ! lib/Exporter.pm
7243 ____________________________________________________________________________
7244 [  2465] By: jhi                                   on 1998/12/12  12:31:21
7245     Log: Document that qw() taints.
7246          
7247          From: Christian Burger <burger@terra.mpikg-teltow.mpg.de> 
7248          To: perlbug@perl.com 
7249          Subject: taint problems
7250          Date: Sun, 1 Nov 1998 22:28:41 +0100 (MET) 
7251          Message-Id: <199811012128.WAA23381@terra.mpikg-teltow.mpg.de>
7252  Branch: cfgperl
7253        ! pod/perlop.pod
7254 ____________________________________________________________________________
7255 [  2464] By: jhi                                   on 1998/12/11  14:09:51
7256     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
7257          To: dist-users@foretune.co.jp
7258          Subject: (dist-users 871) dist-3.0@70 generates lots of main() without type
7259          Date: Mon, 07 Dec 1998 20:13:04 -0400
7260          Message-Id: <199812072313.UAA06181@sleipnir.valparaiso.cl>
7261  Branch: cfgperl
7262        ! Configure
7263 ____________________________________________________________________________
7264 [  2463] By: jhi                                   on 1998/12/11  13:29:54
7265     Log: MAXPATHLEN.
7266  Branch: cfgperl
7267        ! perl.h
7268 ____________________________________________________________________________
7269 [  2462] By: jhi                                   on 1998/12/11  08:37:58
7270     Log: From: Mark Kettenis <kettenis@phys.uva.nl>
7271          To: perl5-porters@perl.org
7272          Subject: [PATCH]5.005_54 (CONFIG) Added support for GNU/Hurd
7273          Date: Thu, 10 Dec 1998 22:00:57 +0100 (CET)
7274          Message-Id: <199812102100.WAA00097@delius.kettenis.nl>
7275  Branch: cfgperl
7276        + hints/gnu.sh
7277 ____________________________________________________________________________
7278 [  2461] By: nick                                  on 1998/12/10  21:00:50
7279     Log: Date: Wed, 09 Dec 1998 22:16:50 PST
7280          From: Vishal Bhatia <vishalb@hotmail.com>
7281          1. Fixes the bug  reported by  Robin Barker <rmb1@cise.npl.co.uk> 
7282          2. Fixes the bug  regarding return value of c-functions generated out 
7283          of perl subs. ( Just includes the patch I sent earlier)
7284          3. Incorporates the other changes that need to be done to get CC.pm
7285          use ISA search for packages and methods on the same lines as C.pm
7286          
7287          Vishal would appreciate comments about B::Stackobj changes from 
7288          someone knowing that module well.
7289  Branch: perl
7290        ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
7291 ____________________________________________________________________________
7292 [  2460] By: jhi                                   on 1998/12/08  08:11:27
7293     Log: Integrate from mainperl.
7294  Branch: cfgperl
7295       !> Changes ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
7296       !> ext/B/B/Deparse.pm perl.h pod/perl.pod pod/perl5005delta.pod
7297       !> pod/perldiag.pod pod/perlfunc.pod pp_sys.c t/lib/io_unix.t
7298       !> toke.c util.c
7299 ____________________________________________________________________________
7300 [  2459] By: jhi                                   on 1998/12/07  07:50:11
7301     Log: From: hansm@icgroup.nl 
7302          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on OPENSTEP-Mach 4_1 (UNINSTALLED)
7303          Reply-To: hansmu@xs4all.nl 
7304          To: perlbug@perl.com 
7305          Date: Sun, 6 Dec 98 22:19:54 +0100 
7306          Message-Id: <9812062116.AA26445@icgned.icgroup.nl> 
7307  Branch: cfgperl
7308        ! util.c
7309 ____________________________________________________________________________
7310 [  2458] By: gsar                                  on 1998/12/07  06:00:55
7311     Log: fix dup lexical
7312  Branch: perl
7313        ! ext/B/B/Deparse.pm t/lib/io_unix.t
7314 ____________________________________________________________________________
7315 [  2457] By: gsar                                  on 1998/12/06  14:38:59
7316     Log: mention limit on line numbers reported by diagnostics
7317  Branch: perl
7318        ! pod/perl.pod toke.c
7319 ____________________________________________________________________________
7320 [  2456] By: gsar                                  on 1998/12/06  13:49:02
7321     Log: branch perldelta.pod
7322  Branch: maint-5.005/perl
7323       +> pod/perldelta.pod
7324 ____________________________________________________________________________
7325 [  2455] By: gsar                                  on 1998/12/06  13:47:21
7326     Log: clobber perldelta.pod to reestablish branch from perl5005delta.pod
7327  Branch: maint-5.005/perl
7328        - pod/perldelta.pod
7329 ____________________________________________________________________________
7330 [  2454] By: gsar                                  on 1998/12/06  13:35:31
7331     Log: fix outdated/incorrect info about arbitrary limits
7332  Branch: perl
7333        ! Changes perl.h pod/perl.pod pod/perl5005delta.pod
7334        ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c util.c
7335 ____________________________________________________________________________
7336 [  2453] By: nick                                  on 1998/12/05  16:14:42
7337     Log: Avoid hard-coding op numbers
7338          Update CC.pm to save %INC, and to co-exist with new C.pm
7339  Branch: perl
7340        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
7341 ____________________________________________________________________________
7342 [  2452] By: nick                                  on 1998/12/05  10:44:28
7343     Log: B.xs had its own code to calculate hash() which differed from
7344          PERL_HASH in hv.h - so all saved HV's were mangled - including %INC
7345          which meant that run-time require was re-done.
7346          Removed some debug from C.pm
7347  Branch: perl
7348        ! ext/B/B.xs ext/B/B/C.pm
7349 ____________________________________________________________________________
7350 [  2451] By: nick                                  on 1998/12/04  21:58:49
7351     Log: Snapshot of re-worked B::C which compiles Tk apps at least as
7352          well as _54, but with pre-scan for classes and save the ISA scheme.
7353  Branch: perl
7354        ! ext/B/B/C.pm
7355 ____________________________________________________________________________
7356 [  2450] By: nick                                  on 1998/12/04  17:58:44
7357     Log: Vishal Bhatia's patch as a basis.
7358  Branch: perl
7359        ! ext/B/B/C.pm ext/B/B/CC.pm
7360 ____________________________________________________________________________
7361 [  2449] By: jhi                                   on 1998/12/04  16:39:21
7362     Log: Integrate from mainperl.
7363  Branch: cfgperl
7364       !> t/op/goto.t t/op/tr.t
7365 ____________________________________________________________________________
7366 [  2448] By: gsar                                  on 1998/12/04  06:06:49
7367     Log: tweak test for UTEST
7368  Branch: perl
7369        ! t/op/tr.t
7370 ____________________________________________________________________________
7371 [  2444] By: jhi                                   on 1998/12/03  14:37:22
7372     Log: s/\bthe the\b/the/g *.pod
7373  Branch: cfgperl
7374        ! pod/perlfaq8.pod pod/perlfunc.pod pod/perlguts.pod
7375 ____________________________________________________________________________
7376 [  2443] By: jhi                                   on 1998/12/03  13:39:53
7377     Log: Change#2441 aftermath.
7378  Branch: cfgperl
7379        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7380        ! config_h.SH thread.h vms/subconfigure.com
7381 ____________________________________________________________________________
7382 [  2441] By: jhi                                   on 1998/12/03  08:15:13
7383     Log: From: Dan Sugalski <sugalskd@osshe.edu>
7384          To: perl5-porters@perl.org, vmsperl@cor.newman.upenn.edu
7385          Subject: [PATCH 5.005_54]Initial VMS patches
7386          Date: 3 Dec 1998 01:05:55 +0200
7387          Message-ID: <MLIST_3.0.6.32.19981202141057.0339a7f0@ous.edu>
7388          
7389          The patch to config_h.SH requires more study because
7390          metaconfig needs to agree.
7391  Branch: cfgperl
7392        ! config_h.SH configure.com global.sym lib/ExtUtils/MM_VMS.pm
7393        ! t/lib/textfill.t t/pragma/warning.t vms/descrip_mms.template
7394        ! vms/gen_shrfls.pl vms/subconfigure.com vms/vmsish.h
7395 ____________________________________________________________________________
7396 [  2440] By: gsar                                  on 1998/12/03  01:32:16
7397     Log: add failed check-in of goto.t from change#1867
7398  Branch: perl
7399        ! t/op/goto.t
7400 ____________________________________________________________________________
7401 [  2437] By: jhi                                   on 1998/12/02  18:03:51
7402     Log: Fix most of the bad L<> links of
7403          
7404          From: Tom Christiansen <tchrist@jhereg.perl.com> 
7405          Subject: bad L<> links
7406          Reply-to: tchrist@perl.com 
7407          To: perlbug@jhereg.perl.com 
7408          Date: Tue, 11 Aug 1998 10:58:07 -0500 
7409          Message-Id: <199808111658.KAA00484@jhereg.perl.com> 
7410          
7411          The ones not fixed may require darker Pod::HTML magic,
7412          for example the perlguts.html#tags should work fine, IMHO.
7413  Branch: cfgperl
7414        ! pod/perl5005delta.pod pod/perlcall.pod pod/perldata.pod
7415        ! pod/perldiag.pod pod/perlfaq5.pod pod/perlfaq7.pod
7416        ! pod/perlfunc.pod pod/perlguts.pod pod/perllocale.pod
7417        ! pod/perlobj.pod pod/perlport.pod pod/perlsub.pod
7418        ! pod/perlvar.pod
7419 ____________________________________________________________________________
7420 [  2436] By: jhi                                   on 1998/12/02  16:35:04
7421     Log: One paste too many in #2345.
7422  Branch: cfgperl
7423        ! lib/Pod/Html.pm
7424 ____________________________________________________________________________
7425 [  2435] By: jhi                                   on 1998/12/02  16:32:33
7426     Log: Pod::Html and Pod::Text were not locale-savvy:
7427          for example in =head1 all non-ASCII-\w-runs were
7428          turned into underscores in NAME tags.  This could
7429          result in several NAME tags becoming identical.
7430          Reported by:
7431          
7432          From: Fyodor Krasnov <fyodor@aha.ru> 
7433          Subject: pod2html vs Russian Characters
7434          To: Tom.Christiansen@snn.aha.ru, tchrist@perl.com 
7435          Date: Tue, 24 Nov 1998 19:00:36 +0300 (MSK) 
7436          Message-Id: <199811241600.TAA05149@stat.aha.ru> 
7437  Branch: cfgperl
7438        ! lib/Pod/Html.pm lib/Pod/Text.pm
7439 ____________________________________________________________________________
7440 [  2434] By: jhi                                   on 1998/12/02  10:29:00
7441     Log: The real Mc5_54 integration.
7442  Branch: cfgperl
7443       !> Changes MANIFEST pod/perlhist.pod pp_hot.c
7444 ____________________________________________________________________________
7445 [  2433] By: jhi                                   on 1998/12/02  08:52:13
7446     Log: From: Andy Dougherty <doughera@lafayette.edu>
7447          To: Perl Porters <perl5-porters@perl.org>
7448          Subject: [PATCH 5.005_xx] Missing redirection of simple test program
7449          Date: Tue, 1 Dec 1998 13:40:12 -0500 (EST)
7450          Message-Id: <Pine.SUN.3.96.981201133546.4288K-100000@newton.phys>
7451  Branch: cfgperl
7452        ! Configure
7453 ____________________________________________________________________________
7454 [  2432] By: jhi                                   on 1998/12/02  08:49:47
7455     Log: From: Andy Dougherty <doughera@lafayette.edu>
7456          To: Perl Porters <perl5-porters@perl.org>
7457          Subject: [PATCH 5.005_xx] erroneous 'none' in lddlflags
7458          Date: Tue, 1 Dec 1998 12:50:27 -0500 (EST)
7459          Message-Id: <Pine.SUN.3.96.981201124929.4288H-100000@newton.phys>
7460  Branch: cfgperl
7461        ! Configure
7462 ____________________________________________________________________________
7463 [  2431] By: jhi                                   on 1998/12/01  16:11:50
7464     Log: From: achampio@lehman.com (Alan Champion)
7465          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on sun4-solaris 2.3 (UNINSTALLED)
7466          To: perlbug@perl.com
7467          Date: 1 Dec 1998 17:36:33 +0200
7468          Message-ID: <MLIST_9812011518.AA00005@lonhpov1.lehman.com>
7469          
7470          Skip NIS includes.
7471  Branch: cfgperl
7472        ! t/op/pwent.t
7473 ____________________________________________________________________________
7474 [  2430] By: gsar                                  on 1998/12/01  12:12:50
7475     Log: 5.005_54, as released
7476  Branch: perl
7477        ! Changes MANIFEST pod/perlhist.pod pp_hot.c
7478 ____________________________________________________________________________
7479 [  2429] By: jhi                                   on 1998/12/01  11:28:39
7480     Log: From: Anton Berezin <tobez@plab.ku.dk>
7481          To: perl5-porters@perl.org
7482          Subject: [PATCH 5.005_54] Configure - hints/freebsd.sh signal handler type
7483          Date: 30 Nov 1998 19:46:24 +0100
7484          Message-ID: <864srhhvcv.fsf@lion.plab.ku.dk>
7485  Branch: cfgperl
7486        ! hints/freebsd.sh
7487 ____________________________________________________________________________
7488 [  2428] By: jhi                                   on 1998/12/01  11:08:16
7489     Log: Integrate from _54 mainperl modulo the NetBSD ifdef in util.c.
7490  Branch: cfgperl
7491       +> (branch 30 files)
7492       !> (integrate 71 files)
7493 ____________________________________________________________________________
7494 [  2427] By: jhi                                   on 1998/12/01  10:51:37
7495     Log: Default to accepting a hinted $randfunc even when $csym
7496          does not find it.  (the previous defaylt behaviour was not
7497          to accept).
7498  Branch: cfgperl
7499        ! Configure
7500 ____________________________________________________________________________
7501 [  2426] By: jhi                                   on 1998/12/01  10:13:03
7502     Log: Separated the [:foo:] parsing to its own function.
7503          Passes all tests.
7504  Branch: cfgperl
7505        ! regcomp.c
7506 ____________________________________________________________________________
7507 [  2425] By: jhi                                   on 1998/12/01  08:22:49
7508     Log: Typo in comments.
7509  Branch: cfgperl
7510        ! regexec.c
7511 ____________________________________________________________________________
7512 [  2424] By: jhi                                   on 1998/12/01  08:21:38
7513     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7514          Subject: [PATCH 5.005_*] Debugger 'v' command
7515          To: perl5-porters@perl.org (Mailing list Perl5)
7516          Date: 1 Dec 1998 07:55:11 +0200
7517          Message-ID: <MLIST_199812010534.AAA21371@monk.mps.ohio-state.edu>
7518  Branch: cfgperl
7519        ! lib/perl5db.pl
7520 ____________________________________________________________________________
7521 [  2423] By: jhi                                   on 1998/12/01  08:19:08
7522     Log: From: pvhp@forte.com (Peter Prymmer)
7523          Subject: [PATCH 5.005_03t1 && 5.005_54]dll linkage side decks for OS/390
7524          To: perl5-porters@perl.org
7525          Date: 1 Dec 1998 07:27:11 +0200
7526          Message-ID: <MLIST_9812010508.AA07791@forte.com>
7527  Branch: cfgperl
7528        ! hints/os390.sh
7529 ____________________________________________________________________________
7530 [  2417] By: jhi                                   on 1998/11/30  08:14:00
7531     Log: s/SCM_CREDENTIALSS/SCM_CREDENTIAL/
7532  Branch: cfgperl
7533        ! ext/Socket/Socket.xs
7534 ____________________________________________________________________________
7535 [  2416] By: jhi                                   on 1998/11/30  08:00:15
7536     Log: Undo #2395, seems more like a problem in netbsd-current.
7537  Branch: cfgperl
7538        ! util.c
7539
7540 ----------------
7541 Version 5.005_54
7542 ----------------
7543
7544 ____________________________________________________________________________
7545 [  2414] By: gsar                                  on 1998/11/30  02:23:55
7546     Log: more JPL tweaks
7547  Branch: perl
7548        - jpl/JNI/MANIFEST jpl/PerlInterpreter/Makefile
7549        ! Changes MANIFEST jpl/JNI/JNI.pm jpl/README
7550 ____________________________________________________________________________
7551 [  2413] By: gsar                                  on 1998/11/30  01:35:56
7552     Log: stub bin/jpl that just runs JPL::Compile::files()
7553  Branch: perl
7554        + jpl/bin/jpl
7555 ____________________________________________________________________________
7556 [  2412] By: gsar                                  on 1998/11/30  01:32:14
7557     Log: delete symlink
7558  Branch: perl
7559        - jpl/bin/jpl
7560 ____________________________________________________________________________
7561 [  2410] By: gsar                                  on 1998/11/30  01:30:44
7562     Log: branch jpl from perlext to perl
7563  Branch: perl
7564       +> (branch 30 files)
7565 ____________________________________________________________________________
7566 [  2407] By: gsar                                  on 1998/11/30  01:24:53
7567     Log: JPL tweaks to build with 5.005
7568  Branch: perlext
7569        ! jpl/JNI/JNI.xs jpl/JNI/typemap jpl/JPL/Compile.pm
7570        ! jpl/PerlInterpreter/PerlInterpreter.c jpl/README
7571 ____________________________________________________________________________
7572 [  2406] By: gsar                                  on 1998/11/30  00:55:54
7573     Log: integrate changes#2273,2274,2288,2291 from maint-5.004
7574  Branch: perl
7575        ! Porting/patchls doio.c lib/Sys/Syslog.pm t/op/die_exit.t
7576 ____________________________________________________________________________
7577 [  2405] By: gsar                                  on 1998/11/30  00:28:55
7578     Log: patchlevel up to 54
7579  Branch: perl
7580        ! patchlevel.h win32/Makefile win32/config_H.bc
7581        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
7582 ____________________________________________________________________________
7583 [  2403] By: gsar                                  on 1998/11/29  23:35:50
7584     Log: integrate cfgperl changes into mainline
7585  Branch: perl
7586       !> Configure Porting/Glossary Porting/config.sh Porting/config_H
7587       !> config_h.SH pod/perlfunc.pod t/op/grent.t t/op/pwent.t util.c
7588 ____________________________________________________________________________
7589 [  2402] By: gsar                                  on 1998/11/29  23:08:42
7590     Log: sync Text::Wrap version number
7591  Branch: perl
7592        ! lib/Text/Wrap.pm
7593 ____________________________________________________________________________
7594 [  2401] By: gsar                                  on 1998/11/29  22:56:21
7595     Log: textfill.t tweak
7596  Branch: perl
7597        ! t/lib/textfill.t
7598 ____________________________________________________________________________
7599 [  2400] By: gsar                                  on 1998/11/29  22:50:41
7600     Log: update to Text::Wrap 98.112901 from David Muir Sharnoff
7601          <muir@idiom.com>
7602  Branch: perl
7603        + t/lib/textfill.t
7604        ! MANIFEST lib/Text/Wrap.pm
7605 ____________________________________________________________________________
7606 [  2399] By: gsar                                  on 1998/11/29  22:28:05
7607     Log: updated to Text::Wrap 98.112801 from CPAN; one published change
7608          has happened without the authors knowledge or consent; the subversive
7609          version (which is in 5.00502) breaks one of the tests in the
7610          authors testsuite; attempts are being made to find a fix that
7611          avoids breaking code already running with the 5.005_02 version
7612          From:    David Muir Sharnoff <muir@idiom.com>
7613          Date:    Sat, 28 Nov 1998 04:34:17 PST
7614          Message-Id: <199811281234.EAA03082@idiom.com>
7615          Subject: Updated Text::Wrap, Time::ParseDate, File::Flock
7616  Branch: perl
7617        ! lib/Text/Wrap.pm t/lib/textwrap.t
7618 ____________________________________________________________________________
7619 [  2397] By: nick                                  on 1998/11/29  20:13:58
7620     Log: Update docs and English.pm for $^C
7621  Branch: perl
7622        ! lib/English.pm pod/perlvar.pod
7623 ____________________________________________________________________________
7624 [  2396] By: jhi                                   on 1998/11/29  20:13:03
7625     Log: Mirror #2384.
7626  Branch: cfgperl
7627        ! t/op/pwent.t
7628 ____________________________________________________________________________
7629 [  2395] By: jhi                                   on 1998/11/29  19:59:12
7630     Log: Newer NetBSDs don't have NSIG in <sys/signal.h>, they need <signal.h>.
7631  Branch: cfgperl
7632        ! util.c
7633 ____________________________________________________________________________
7634 [  2394] By: gsar                                  on 1998/11/29  19:49:08
7635     Log: updated perlreftut.pod
7636  Branch: perl
7637        ! pod/perlreftut.pod
7638 ____________________________________________________________________________
7639 [  2393] By: gsar                                  on 1998/11/29  19:31:56
7640     Log: misc tweaks
7641  Branch: perl
7642        ! ext/IO/Makefile.PL lib/Test.pm t/lib/io_poll.t t/op/sort.t
7643 ____________________________________________________________________________
7644 [  2392] By: gsar                                  on 1998/11/29  19:31:18
7645     Log: notes about -DPERL_POLLUTE
7646  Branch: perl
7647        ! INSTALL pod/perldelta.pod win32/Makefile win32/makefile.mk
7648 ____________________________________________________________________________
7649 [  2391] By: gsar                                  on 1998/11/29  19:13:52
7650     Log: explain various win32 build caveats more clearly
7651  Branch: perl
7652        ! README.win32 win32/Makefile win32/makefile.mk
7653 ____________________________________________________________________________
7654 [  2390] By: gsar                                  on 1998/11/29  16:51:59
7655     Log: remove I_POLL detection (Configure will do that now)
7656  Branch: perl
7657        ! ext/IO/Makefile.PL
7658 ____________________________________________________________________________
7659 [  2389] By: jhi                                   on 1998/11/29  16:39:16
7660     Log: Add I_POLL for IO 1.20.
7661  Branch: cfgperl
7662        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7663        ! config_h.SH
7664 ____________________________________________________________________________
7665 [  2388] By: gsar                                  on 1998/11/29  16:23:30
7666     Log: add p4desc (augments 'p4 describe' output with diffs for new files)
7667  Branch: perl
7668        + Porting/p4desc
7669        ! MANIFEST
7670 ____________________________________________________________________________
7671 [  2387] By: gsar                                  on 1998/11/29  16:08:03
7672     Log: another threads reliability fix: serialize writes to thr->threadsv
7673          avoid most uses of PL_na (which is much more inefficient than a
7674          simple local); update docs to suit; PL_na now being thr->Tna may
7675          be a minor compatibility issue for extensions--will require dTHR
7676          outside of XSUBs (those get automatic dTHR)
7677  Branch: perl
7678        ! XSUB.h djgpp/djgpp.c doio.c doop.c dump.c ext/B/B.xs
7679        ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_next.xs
7680        ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
7681        ! ext/attrs/attrs.xs gv.c malloc.c mg.c op.c
7682        ! os2/OS2/REXX/REXX.xs os2/os2.c perl.c perly.c perly.y
7683        ! pod/perlcall.pod pod/perlembed.pod pod/perlguts.pod
7684        ! pod/perlxs.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c run.c sv.c
7685        ! t/op/pwent.t taint.c toke.c universal.c vmesa/vmesa.c
7686        ! vms/ext/Stdio/Stdio.xs vms/perly_c.vms vms/vms.c win32/win32.c
7687 ____________________________________________________________________________
7688 [  2386] By: jhi                                   on 1998/11/29  15:40:42
7689     Log: Tune the "if" entry.
7690  Branch: cfgperl
7691        ! pod/perlfunc.pod
7692 ____________________________________________________________________________
7693 [  2385] By: gsar                                  on 1998/11/29  12:40:28
7694     Log: various fixes for race conditions under threads: mutex locks based
7695          on PL_threadnum were seriously flawed, since it means more than one
7696          thread could enter the critical region; PL_na was global instead of
7697          thread-local; child thread could finish and free thr structures
7698          before Thread->new() got around to creating the Thread object;
7699          cv_clone() needed locking, as it mucks with PL_comppad and other
7700          global data; new_struct_thread() needed to lock template-thread's
7701          mutex while copying its data
7702  Branch: perl
7703        ! embedvar.h ext/Thread/Thread.xs gv.c op.c perl.c perlvars.h
7704        ! pp_hot.c thrdvar.h thread.h util.c win32/win32thread.c
7705 ____________________________________________________________________________
7706 [  2384] By: gsar                                  on 1998/11/29  10:54:38
7707     Log: s/warn/print/ on multiply defined groups
7708  Branch: perl
7709        ! t/op/grent.t
7710 ____________________________________________________________________________
7711 [  2383] By: gsar                                  on 1998/11/29  10:48:39
7712     Log: backout change#2334
7713  Branch: perl
7714        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
7715 ____________________________________________________________________________
7716 [  2382] By: jhi                                   on 1998/11/29  10:33:40
7717     Log: Better NetInfo behaviour.
7718  Branch: cfgperl
7719        ! t/op/grent.t t/op/pwent.t
7720 ____________________________________________________________________________
7721 [  2381] By: jhi                                   on 1998/11/29  10:08:15
7722     Log: Integrate from mainperl.
7723  Branch: cfgperl
7724       +> ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
7725       +> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
7726       +> ext/IO/poll.c ext/IO/poll.h pod/perlreftut.pod
7727       +> t/lib/io_const.t t/lib/io_dir.t t/lib/io_multihomed.t
7728       +> t/lib/io_poll.t t/lib/io_unix.t
7729       !> (integrate 58 files)
7730 ____________________________________________________________________________
7731 [  2380] By: gsar                                  on 1998/11/29  08:22:49
7732     Log: prefer IO::Handle for IO if FileHandle:: is empty (as suggested by
7733          Tim Bunce)
7734  Branch: perl
7735        ! gv.c
7736 ____________________________________________________________________________
7737 [  2379] By: gsar                                  on 1998/11/29  07:06:43
7738     Log: fix for pat.t failure under USE_THREADS
7739  Branch: perl
7740        ! pp_ctl.c regexec.c
7741 ____________________________________________________________________________
7742 [  2378] By: nick                                  on 1998/11/28  22:46:57
7743     Log: More C.pm tweaks
7744          Save globs even if we have saved cv itself before - may be imported.
7745          
7746          While we don't save "bootstrap" CV we need to provide a stub,
7747          so that if we require it later we don't fall through and attempt
7748          to DynaLoad module again.
7749          
7750          Attempt to save %INC so that "require" does not reload things
7751          we have compiled-in (does not work right yet - seems to be due
7752          to PL_incgv being created in perl_parse() current scheme setting 
7753          GvHV() is "better" than saving the glob, but still does not 
7754          work as I expect). 
7755  Branch: perl
7756        ! ext/B/B/C.pm
7757 ____________________________________________________________________________
7758 [  2377] By: gsar                                  on 1998/11/28  22:30:38
7759     Log: various tweaks; result passes all tests for normal build on Solaris;
7760          fails two pat.t tests under USE_THREADS; io_poll.t test#3 fails on
7761          win32 due to lack of select() that works on non-socket fds
7762  Branch: perl
7763        ! ext/IO/poll.c regcomp.c regexec.c scope.c
7764        ! t/lib/io_multihomed.t win32/makefile.mk
7765 ____________________________________________________________________________
7766 [  2376] By: gsar                                  on 1998/11/28  20:44:39
7767     Log: add $config_args to perl -V display (suggested by Ilya Zakharevich)
7768  Branch: perl
7769        ! myconfig
7770 ____________________________________________________________________________
7771 [  2375] By: gsar                                  on 1998/11/28  20:42:58
7772     Log: integrate cfgperl changes into mainline
7773  Branch: perl
7774       !> Configure ext/POSIX/hints/dynixptx.pl myconfig t/op/grent.t
7775       !> t/op/pwent.t t/op/undef.t t/pragma/locale.t util.c
7776 ____________________________________________________________________________
7777 [  2374] By: gsar                                  on 1998/11/28  20:02:03
7778     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7779          Date: Thu, 5 Nov 1998 02:21:12 -0500 (EST)
7780          Message-Id: <199811050721.CAA27998@monk.mps.ohio-state.edu>
7781          Subject: [PATCH 5.00553] Yet another OS/2 patch
7782  Branch: perl
7783        ! os2/Changes os2/Makefile.SHs os2/os2.c t/pragma/warn/op
7784 ____________________________________________________________________________
7785 [  2373] By: gsar                                  on 1998/11/28  19:30:06
7786     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7787          Date: Sat, 28 Nov 1998 01:51:56 -0500 (EST)
7788          Message-Id: <199811280651.BAA18095@monk.mps.ohio-state.edu>
7789          Subject: [PATCH 5.005_53] Change $#+
7790  Branch: perl
7791        ! mg.c pod/perlvar.pod t/op/pat.t
7792 ____________________________________________________________________________
7793 [  2372] By: gsar                                  on 1998/11/28  19:28:00
7794     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7795          Date: Sat, 28 Nov 1998 00:33:17 -0500 (EST)
7796          Message-Id: <199811280533.AAA25654@monk.mps.ohio-state.edu>
7797          Subject: [PATCH 5.005_53] Finishing off SNOBOL: $1 in (?{})
7798  Branch: perl
7799        ! embedvar.h mg.c objXSUB.h perl.c regexec.c t/op/pat.t
7800        ! thrdvar.h
7801 ____________________________________________________________________________
7802 [  2371] By: gsar                                  on 1998/11/28  19:23:53
7803     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7804          Date: Fri, 27 Nov 1998 16:16:48 -0500 (EST)
7805          Message-Id: <199811272116.QAA03502@monk.mps.ohio-state.edu>
7806          Subject: [PATCH 5.005_53] better -Mre=debugcolor
7807  Branch: perl
7808        ! embedvar.h objXSUB.h regexec.c thrdvar.h
7809 ____________________________________________________________________________
7810 [  2370] By: gsar                                  on 1998/11/28  19:21:17
7811     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7812          Date: Fri, 27 Nov 1998 15:22:19 -0500 (EST)
7813          Message-Id: <199811272022.PAA17874@monk.mps.ohio-state.edu>
7814          Subject: [PATCH 5.005_*] regcolors
7815  Branch: perl
7816        ! embed.h global.sym objXSUB.h proto.h regcomp.c regexec.c
7817 ____________________________________________________________________________
7818 [  2369] By: gsar                                  on 1998/11/28  19:00:15
7819     Log: allow final period in a file (not followed by a newline) to
7820          terminate format spec
7821  Branch: perl
7822        ! toke.c
7823 ____________________________________________________________________________
7824 [  2368] By: gsar                                  on 1998/11/28  18:58:25
7825     Log: Liblist tweak suggested by Swen Thuemmler <Swen.Thuemmler@paderlinx.de>;
7826          add C<$Config{installarchlib}/CORE> to the default locations searched
7827          on win32
7828  Branch: perl
7829        ! lib/ExtUtils/Liblist.pm
7830 ____________________________________________________________________________
7831 [  2367] By: gsar                                  on 1998/11/28  18:46:05
7832     Log: applied suggested patch with PERL_OBJECT tweaks
7833          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7834          Date: Thu, 26 Nov 1998 02:46:20 -0500 (EST)
7835          Message-Id: <199811260746.CAA23164@monk.mps.ohio-state.edu>
7836          Subject: [PATCH 5.005_53] Enable $_ and pos() inside (?{ CODE }) in RExen
7837  Branch: perl
7838        ! embed.h embed.pl embedvar.h objXSUB.h pp_ctl.c proto.h
7839        ! regexec.c t/op/pat.t thrdvar.h
7840 ____________________________________________________________________________
7841 [  2366] By: gsar                                  on 1998/11/28  18:38:34
7842     Log: additional documentation for qr//
7843          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7844          Message-Id: <199811260751.CAA24560@monk.mps.ohio-state.edu>
7845          Date: Thu, 26 Nov 1998 02:51:09 -0500 (EST)
7846          Subject: [PATCH 5.005_*] Documentation (fwd)
7847  Branch: perl
7848        ! pod/perlfunc.pod pod/perlop.pod pod/perlpod.pod
7849 ____________________________________________________________________________
7850 [  2365] By: gsar                                  on 1998/11/28  18:35:35
7851     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7852          Date: Wed, 25 Nov 1998 23:33:45 -0500 (EST)
7853          Message-Id: <199811260433.XAA29281@monk.mps.ohio-state.edu>
7854          Subject: [PATCH 5.005_*] Fix \G in REx without //g
7855  Branch: perl
7856        ! cop.h embedvar.h objXSUB.h pp.c pp_ctl.c pp_hot.c regexec.c
7857        ! regexp.h t/op/pat.t thrdvar.h
7858 ____________________________________________________________________________
7859 [  2364] By: gsar                                  on 1998/11/28  18:24:20
7860     Log: update Test.pm to Test-1.12; tweak 're' detection
7861  Branch: perl
7862        ! lib/Test.pm
7863 ____________________________________________________________________________
7864 [  2363] By: gsar                                  on 1998/11/28  18:12:04
7865     Log: avoid command-line quoting portability problems in lex_assign.t
7866  Branch: perl
7867        ! t/op/lex_assign.t
7868 ____________________________________________________________________________
7869 [  2362] By: gsar                                  on 1998/11/28  18:08:50
7870     Log: From: John Tobey <jtobey@channel1.com>
7871          Date: Thu, 19 Nov 1998 14:14:15 -0500 (EST)
7872          Message-Id: <m0zgZWx-000FOgC@feynman.localnet>
7873          Subject: PATCH: document English.pm sawampersand and thread issues
7874  Branch: perl
7875        ! lib/English.pm pod/perlvar.pod
7876 ____________________________________________________________________________
7877 [  2361] By: gsar                                  on 1998/11/28  18:03:04
7878     Log: fix uninitialized warnings
7879          From: Brian Callaghan <callagh@itginc.com>
7880          Date: Thu, 19 Nov 1998 17:49:10 -0800
7881          Message-Id: <3654CA96.B64FCAEB@itginc.com>
7882          Subject: Complete.pm patch (version 1.1)
7883  Branch: perl
7884        ! lib/Term/Complete.pm
7885 ____________________________________________________________________________
7886 [  2360] By: gsar                                  on 1998/11/28  17:59:16
7887     Log: s/Array/List/ suggested by John Tobey
7888  Branch: perl
7889        ! pod/perldata.pod
7890 ____________________________________________________________________________
7891 [  2359] By: gsar                                  on 1998/11/28  17:47:48
7892     Log: update tie() entry in perlfunc to reflect TIEARRAY and TIEHANDLE
7893  Branch: perl
7894        ! lib/Tie/Handle.pm pod/perlfunc.pod
7895 ____________________________________________________________________________
7896 [  2358] By: jhi                                   on 1998/11/28  17:23:15
7897     Log: Revamp the locale tests.
7898          (0) Instead of rewiring a few locales scan for them.
7899          (1) Bogus test #101 removed.
7900          (2) All the locales are checked, the lists of failed
7901          and non-failed ones are displayed.
7902          (3) The test #103 is again 'active' so that it may fail.
7903          (4) To balance (3) a hopefully pacifying message is shown
7904          if the #103 fails.
7905  Branch: cfgperl
7906        ! t/pragma/locale.t
7907 ____________________________________________________________________________
7908 [  2357] By: gsar                                  on 1998/11/28  17:21:07
7909     Log: add perlreftut.pod
7910  Branch: perl
7911        + pod/perlreftut.pod
7912        ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod
7913        ! pod/perlref.pod pod/roffitall vms/descrip_mms.template
7914        ! win32/pod.mak
7915 ____________________________________________________________________________
7916 [  2356] By: jhi                                   on 1998/11/28  16:58:01
7917     Log: Change #2346 fallout.
7918  Branch: cfgperl
7919        ! t/op/undef.t
7920 ____________________________________________________________________________
7921 [  2355] By: gsar                                  on 1998/11/28  16:46:43
7922     Log: IO.xs tweaks; avoid coredump in io_xs.t; remove newCONSTSUB();
7923          ANSI prototypes
7924  Branch: perl
7925        ! ext/IO/IO.xs
7926 ____________________________________________________________________________
7927 [  2354] By: gsar                                  on 1998/11/28  16:08:07
7928     Log: add IO-1.20; mess with t/lib/io_*.t in an attempt to
7929          keep platform hacks that aren't in the 1.20 dist; add new files
7930          to MANIFEST; hack Makefile.PL; result hasn't been tested
7931          anywhere
7932  Branch: perl
7933        + ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
7934        + ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
7935        + ext/IO/poll.c ext/IO/poll.h t/lib/io_const.t t/lib/io_dir.t
7936        + t/lib/io_multihomed.t t/lib/io_poll.t t/lib/io_unix.t
7937        ! MANIFEST ext/IO/IO.pm ext/IO/IO.xs ext/IO/Makefile.PL
7938        ! ext/IO/README ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
7939        ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
7940        ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
7941        ! t/lib/io_sock.t t/lib/io_udp.t
7942 ____________________________________________________________________________
7943 [  2353] By: jhi                                   on 1998/11/28  15:51:03
7944     Log: Locale collation, ctype, and numeric, were initialized wrong
7945          (if LC_ALL or LANG were unset, so were the collation/ctype/numeric),
7946          as reported by
7947          
7948          From: Ilya.Sandler@etak.com (Ilya Sandler)
7949          Subject: a bug in locale handling: LC_COLLATE ignored sometimes
7950          To: perlbug@perl.com
7951          Date: 25 Nov 1998 04:53:52 +0200
7952          Message-ID: <MLIST_199811250226.SAA12590@axi001.etak.sw>
7953  Branch: cfgperl
7954        ! util.c
7955 ____________________________________________________________________________
7956 [  2352] By: nick                                  on 1998/11/28  15:21:59
7957     Log: Implement $^C to allow perl access to -c flag - I think this 
7958          was agreed once...
7959  Branch: perl
7960        ! gv.c mg.c
7961 ____________________________________________________________________________
7962 [  2351] By: jhi                                   on 1998/11/28  15:14:24
7963     Log: Change #2251 fixup.
7964  Branch: cfgperl
7965        ! myconfig
7966 ____________________________________________________________________________
7967 [  2350] By: jhi                                   on 1998/11/28  14:58:19
7968     Log: Integrate from mainperl.
7969  Branch: cfgperl
7970       +> ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
7971       +> ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
7972       +> pod/perl5005delta.pod
7973       !> (integrate 49 files)
7974 ____________________________________________________________________________
7975 [  2349] By: jhi                                   on 1998/11/28  14:27:36
7976     Log: Passwd and group file groveling.
7977  Branch: cfgperl
7978        ! t/op/grent.t t/op/pwent.t
7979 ____________________________________________________________________________
7980 [  2348] By: gsar                                  on 1998/11/28  14:09:50
7981     Log: more conservative version of changes#2345,2346,2347; those break
7982          C<defined(@{"foo::ISA"})> which seems to be extensively used in
7983          the libs :-(
7984  Branch: perl
7985        ! pp.c t/op/method.t
7986 ____________________________________________________________________________
7987 [  2347] By: gsar                                  on 1998/11/28  13:36:08
7988     Log: tweak bogus test
7989  Branch: perl
7990        ! t/op/method.t
7991 ____________________________________________________________________________
7992 [  2346] By: gsar                                  on 1998/11/28  13:20:34
7993     Log: test cases for previous change
7994  Branch: perl
7995        ! t/op/undef.t
7996 ____________________________________________________________________________
7997 [  2345] By: gsar                                  on 1998/11/28  13:07:17
7998     Log: fix typo in pp_defined() causing C<defined %tied> to fail
7999  Branch: perl
8000        ! pp.c
8001 ____________________________________________________________________________
8002 [  2344] By: gsar                                  on 1998/11/28  13:03:29
8003     Log: s/comment/comment_t/ tweak (suggested by John Gorman
8004          <jgorman@webbysoft.com>)
8005  Branch: perl
8006        ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
8007 ____________________________________________________________________________
8008 [  2343] By: gsar                                  on 1998/11/28  12:52:40
8009     Log: add (stub) perldelta.pod
8010  Branch: perl
8011        + pod/perldelta.pod
8012 ____________________________________________________________________________
8013 [  2342] By: gsar                                  on 1998/11/28  12:49:26
8014     Log: rename perldelta.pod to perl5005delta.pod in preparation for
8015          starting a new one
8016  Branch: perl
8017       +> pod/perl5005delta.pod
8018        - pod/perldelta.pod
8019        ! MANIFEST pod/perl.pod
8020 ____________________________________________________________________________
8021 [  2341] By: gsar                                  on 1998/11/28  12:41:55
8022     Log: fix MALLOC_LOCK #define
8023  Branch: perl
8024        ! malloc.c
8025 ____________________________________________________________________________
8026 [  2340] By: gsar                                  on 1998/11/28  12:18:23
8027     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8028          Date: Sun, 15 Nov 1998 20:25:50 -0500 (EST)
8029          Message-Id: <199811160125.UAA05268@monk.mps.ohio-state.edu>
8030          Subject: [PATCH 5.005_53] OS/2 events get closer to Perl
8031  Branch: perl
8032        ! os2/Changes os2/os2.c os2/os2.sym os2/os2ish.h
8033 ____________________________________________________________________________
8034 [  2339] By: jhi                                   on 1998/11/28  11:59:01
8035     Log: Add -lm to dynix/ptx POSIX hints.
8036          From: "Martin J. Bligh" <mbligh@sequent.com>
8037          To: jhi@iki.fi
8038          Subject: Re: Making Perl work on DYNIX/ptx
8039          Date: Wed, 25 Nov 1998 10:34:41 -0800
8040          Message-ID: <1457015007.911990081@w-186d219.rhe.sequent.com>
8041  Branch: cfgperl
8042        ! ext/POSIX/hints/dynixptx.pl
8043 ____________________________________________________________________________
8044 [  2338] By: jhi                                   on 1998/11/28  11:57:19
8045     Log: Detypo.
8046  Branch: cfgperl
8047        ! lib/filetest.pm
8048 ____________________________________________________________________________
8049 [  2337] By: jhi                                   on 1998/11/28  11:56:29
8050     Log: Better LD_LIBRARY_PATH instructions for Bourneists.
8051  Branch: cfgperl
8052        ! Configure
8053 ____________________________________________________________________________
8054 [  2336] By: gsar                                  on 1998/11/28  11:41:14
8055     Log: teach CPAN.pm to ignore beta perl distributions when looking for
8056          modules
8057          From: root@dogberry.rutgers.edu (root)
8058          Date: Thu, 12 Nov 1998 23:08:39 -0500
8059          Message-Id: <199811130408.XAA10578@dogberry.rutgers.edu>
8060          Subject: recompile tries getting a perl distribution
8061  Branch: perl
8062        ! lib/CPAN.pm
8063 ____________________________________________________________________________
8064 [  2335] By: gsar                                  on 1998/11/28  11:27:46
8065     Log: make $1 et al readonly under threads; make C<undef $1> fail like
8066          C<$1 = undef> does
8067  Branch: perl
8068        ! op.c pp.c t/op/undef.t
8069 ____________________________________________________________________________
8070 [  2334] By: gsar                                  on 1998/11/28  10:24:52
8071     Log: s/Regexp/re/ and clarify policy on lowercased object namespaces
8072  Branch: perl
8073        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
8074 ____________________________________________________________________________
8075 [  2333] By: gsar                                  on 1998/11/28  09:36:40
8076     Log: document changed PERL_HASH()
8077  Branch: perl
8078        ! pod/perlfunc.pod pod/perlguts.pod
8079 ____________________________________________________________________________
8080 [  2332] By: nick                                  on 1998/11/27  21:10:27
8081     Log: Handle INIT list in C.pm
8082          1. Provide init_av() from B.xs
8083          2. Export it in B.pm
8084          3. Use it in C.pm
8085          Also disable some pruning in savecv() which seems to undo
8086          my previous patch.
8087          Experimental feature - save pathnames of .so files in easily 
8088          grep-able form for use in wrapper to feed to linker.  
8089  Branch: perl
8090        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
8091 ____________________________________________________________________________
8092 [  2327] By: gsar                                  on 1998/11/27  15:12:01
8093     Log: integrate change#2315 from maint-5.005
8094  Branch: perl
8095        ! t/op/sort.t
8096       !> op.c sv.c
8097 ____________________________________________________________________________
8098 [  2326] By: gsar                                  on 1998/11/27  15:00:42
8099     Log: integrate changes#2304,2305,2306,2308 from maint-5.005
8100  Branch: perl
8101       !> ext/DynaLoader/dl_mpeix.xs installperl lib/ExtUtils/MM_Unix.pm
8102       !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
8103       !> lib/ExtUtils/typemap
8104 ____________________________________________________________________________
8105 [  2325] By: gsar                                  on 1998/11/27  14:46:18
8106     Log: malloc bugfix and documentation from Ilya Zakharevich
8107          Date: Tue, 24 Nov 1998 17:24:55 -0500 (EST)
8108          Message-Id: <199811242224.RAA22618@monk.mps.ohio-state.edu>
8109          Subject: [PATCH 5.005_*] Re: Internal coredump
8110          --
8111          Date: Thu, 26 Nov 1998 03:06:10 -0500 (EST)
8112          Message-Id: <199811260806.DAA28913@monk.mps.ohio-state.edu>
8113          Subject: [PATCH 5.005_*] malloc.c documentation
8114  Branch: perl
8115        ! malloc.c
8116 ____________________________________________________________________________
8117 [  2324] By: gsar                                  on 1998/11/27  14:41:38
8118     Log: B::C tweaks to allow Tk compiles from Nick Ing-Simmons
8119  Branch: perl
8120        ! ext/B/B/C.pm
8121 ____________________________________________________________________________
8122 [  2323] By: gsar                                  on 1998/11/27  14:33:44
8123     Log: From: maeda@src.ricoh.co.jp
8124          Date: Tue, 24 Nov 1998 10:37:45 +0900
8125          Message-Id: <199811240137.KAA05867@luna.src.ricoh.co.jp>
8126          Subject: format "..." bug
8127  Branch: perl
8128        ! pp_ctl.c t/op/write.t
8129 ____________________________________________________________________________
8130 [  2322] By: gsar                                  on 1998/11/27  14:20:12
8131     Log: add ext/Devel/Peek
8132          From: jan.dubois@ibm.net (Jan Dubois)
8133          Date: Mon, 23 Nov 1998 00:48:11 +0100
8134          Message-ID: <36589ec9.49964585@smtp1.ibm.net>
8135          Subject: [PATCH 5.005_53] Devel::Peek integration
8136  Branch: perl
8137        + ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
8138        + ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
8139        ! MANIFEST dump.c embed.h embedvar.h global.sym intrpvar.h
8140        ! objXSUB.h perl.c perl.h proto.h sv.c sv.h thrdvar.h
8141        ! win32/GenCAPI.pl win32/Makefile win32/makefile.mk
8142 ____________________________________________________________________________
8143 [  2321] By: gsar                                  on 1998/11/27  13:03:08
8144     Log: ensure 'make regen_headers' even without perl installed
8145          (suggested by Ilya Zakharevich)
8146  Branch: perl
8147        ! bytecode.pl warning.pl
8148 ____________________________________________________________________________
8149 [  2320] By: gsar                                  on 1998/11/27  12:58:36
8150     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8151          Date: Mon, 9 Nov 1998 19:03:25 -0500 (EST)
8152          Message-Id: <199811100003.TAA05815@monk.mps.ohio-state.edu>
8153          Subject: [PATCH 5.005_*] Cosmetic malloc patch
8154  Branch: perl
8155        ! malloc.c
8156 ____________________________________________________________________________
8157 [  2319] By: gsar                                  on 1998/11/27  12:56:13
8158     Log: eliminate dup hunk from integration
8159  Branch: perl
8160        ! lib/filetest.pm perl.h
8161 ____________________________________________________________________________
8162 [  2318] By: gsar                                  on 1998/11/27  12:50:08
8163     Log: integrate cfgperl changes into mainline
8164  Branch: perl
8165       +> ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
8166        ! pod/perlfaq4.pod
8167       !> (integrate 30 files)
8168 ____________________________________________________________________________
8169 [  2317] By: jhi                                   on 1998/11/27  11:38:13
8170     Log: C<-x>.
8171  Branch: cfgperl
8172        ! lib/filetest.pm
8173 ____________________________________________________________________________
8174 [  2316] By: jhi                                   on 1998/11/27  11:10:22
8175     Log: Integrate from mainperl.
8176  Branch: cfgperl
8177       !> XSUB.h embed.h embed.pl embedvar.h ext/Thread/Thread.xs
8178       !> iperlsys.h mg.c objXSUB.h op.c pp_ctl.c pp_sys.c proto.h
8179       !> t/comp/package.t t/lib/dumper.t t/pragma/warn/pp_ctl
8180       !> universal.c util.c win32/GenCAPI.pl win32/win32.h
8181       !> win32/win32sck.c
8182 ____________________________________________________________________________
8183 [  2315] By: gbarr                                 on 1998/11/27  05:16:50
8184     Log: integrate change#2246 from mainline, while still allowing
8185          C<sort $globref @foo>
8186          
8187          allow C<sort $coderef @foo>
8188  Branch: maint-5.005/perl
8189        ! op.c sv.c
8190       !> t/op/sort.t
8191 ____________________________________________________________________________
8192 [  2308] By: gbarr                                 on 1998/11/27  00:11:44
8193     Log: Updates for MPE/iX DynaLoader and installperl, via private mail
8194          forwarded by Jarkko Hietaniemi from Mark Bixby
8195  Branch: maint-5.005/perl
8196        ! ext/DynaLoader/dl_mpeix.xs installperl
8197 ____________________________________________________________________________
8198 [  2306] By: gbarr                                 on 1998/11/26  23:44:47
8199     Log: Allow PL_FILES to have multiple targets from one source by allowing
8200          an array ref as the value in the hash
8201  Branch: maint-5.005/perl
8202        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
8203        ! lib/ExtUtils/MakeMaker.pm
8204 ____________________________________________________________________________
8205 [  2305] By: gbarr                                 on 1998/11/26  23:38:06
8206     Log: fix unsigned variables to use SvUV and sv_setuv
8207  Branch: maint-5.005/perl
8208        ! lib/ExtUtils/typemap
8209 ____________________________________________________________________________
8210 [  2304] By: gbarr                                 on 1998/11/26  23:36:17
8211     Log: Fix embeded \n in ABSTRACT and <> in AUTHOR
8212  Branch: maint-5.005/perl
8213        ! lib/ExtUtils/MM_Unix.pm
8214 ____________________________________________________________________________
8215 [  2301] By: gsar                                  on 1998/11/26  10:16:54
8216     Log: fix PL_defoutgv leak under threads
8217  Branch: perl
8218        ! ext/Thread/Thread.xs
8219 ____________________________________________________________________________
8220 [  2300] By: gsar                                  on 1998/11/26  09:04:44
8221     Log: properly free temporaries created by threads
8222  Branch: perl
8223        ! ext/Thread/Thread.xs
8224 ____________________________________________________________________________
8225 [  2299] By: gsar                                  on 1998/11/26  06:51:16
8226     Log: fix C<if (...) { package Foo; ... }> misoptimization that fails
8227          to set the package for the block properly
8228  Branch: perl
8229        ! op.c t/comp/package.t t/lib/dumper.t
8230 ____________________________________________________________________________
8231 [  2298] By: nick                                  on 1998/11/24  22:04:20
8232     Log: Part-1 of tweaks to allow Tk to be "compiled"
8233          Make XS_UNIVERSAL_xxx non-static so they can be found in libperl.
8234          (May also need attention to exports etc. - to follow.)
8235  Branch: perl
8236        ! universal.c
8237 ____________________________________________________________________________
8238 [  2294] By: jhi                                   on 1998/11/23  10:44:26
8239     Log: The new socket tests need in some platforms
8240          to #include <sys/types.h>.
8241  Branch: cfgperl
8242        ! Configure
8243 ____________________________________________________________________________
8244 [  2293] By: jhi                                   on 1998/11/23  10:33:42
8245     Log: From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
8246          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
8247          Subject: Re: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
8248          Date: Mon, 23 Nov 1998 10:07:04 +0100
8249          Message-Id: <9811230907.AA06484@AWT.nl>
8250          
8251          NeXTstep NetInfo uses nidump to get the user/group databases.
8252  Branch: cfgperl
8253        ! t/op/grent.t t/op/pwent.t
8254 ____________________________________________________________________________
8255 [  2291] By: TimBunce                              on 1998/11/22  22:23:09
8256     Log: Updated Porting/patchls utility.
8257  Branch: maint-5.004/perl
8258        ! Porting/patchls
8259 ____________________________________________________________________________
8260 [  2288] By: TimBunce                              on 1998/11/22  21:46:11
8261     Log: Title:  "Buglet in Sys::Syslog.pm (with fix)"
8262          From:  Henrik Tougaard <ht.000@foa.dk>
8263          Msg-ID:  <Pine.OSF.3.95.981117092651.1492C-100000@sula.pensam.dk>
8264          Files:  lib/Sys/Syslog.pm
8265  Branch: maint-5.004/perl
8266        ! lib/Sys/Syslog.pm
8267 ____________________________________________________________________________
8268 [  2286] By: jhi                                   on 1998/11/22  19:08:42
8269     Log: Change#2284 aid: allow also for plain old MSG_ and SCM_ #defines.
8270  Branch: cfgperl
8271        ! ext/Socket/Socket.xs
8272 ____________________________________________________________________________
8273 [  2285] By: jhi                                   on 1998/11/22  18:21:07
8274     Log: MSG_PROXY for GNU/Hurd (previously we believed that
8275          all GNU libc platforms have MSG_PROXY.  Untrue).
8276          In fact this ended up as a major MSG_* and SCM_*
8277          update.  The MSG_XXX known to be enums in some
8278          versions of the glibc are now probed for and respective
8279          HAS_MSG_XXX are defined.  While I was at it I noticed
8280          SCM_RIGHTS being similarly an enum.  This reminded me of
8281          an ancient discussion in perl5-porters:
8282          http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/9612/msg01017.html
8283          The BSD socket interface has a nifty feature for passing
8284          file descriptors and credentials--via sockets.  It may be
8285          too late to add this functionality to the CORE but
8286          at least Configure now probes for the functions,
8287          structs, and includes, defining the appropriate
8288          HAS_YYY and I_ZZZ, and the Socket extension exports
8289          the constants, in case somebody wants to write an
8290          extension for this interface.
8291  Branch: cfgperl
8292        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8293        ! config_h.SH ext/Socket/Socket.pm ext/Socket/Socket.xs
8294        ! iperlsys.h
8295 ____________________________________________________________________________
8296 [  2284] By: jhi                                   on 1998/11/22  18:13:21
8297     Log: perlhist.pod 1.54, containing 5_53.
8298  Branch: cfgperl
8299        ! pod/perlhist.pod
8300 ____________________________________________________________________________
8301 [  2274] By: TimBunce                              on 1998/11/22  16:25:46
8302     Log: Preserve errno around fcntl(fd,F_SETFD,fd > maxsysfd) in do_open()
8303  Branch: maint-5.004/perl
8304        ! doio.c
8305 ____________________________________________________________________________
8306 [  2273] By: TimBunce                              on 1998/11/22  16:17:43
8307     Log: Improve op/die_exit.t test for implicit close changing $!
8308  Branch: maint-5.004/perl
8309        ! t/op/die_exit.t
8310 ____________________________________________________________________________
8311 [  2268] By: jhi                                   on 1998/11/22  14:44:11
8312     Log: Fix thinko.
8313  Branch: cfgperl
8314        ! hints/dynixptx.sh
8315 ____________________________________________________________________________
8316 [  2267] By: jhi                                   on 1998/11/22  13:19:41
8317     Log: Document the d_socket override.
8318  Branch: cfgperl
8319        ! hints/dynixptx.sh
8320 ____________________________________________________________________________
8321 [  2266] By: jhi                                   on 1998/11/22  12:12:29
8322     Log: From: John Tobey <jtobey@channel1.com>
8323          Subject: [PATCH] perlfaq typos
8324          To: perl5-porters@perl.com
8325          Date: 22 Nov 1998 04:25:15 +0200
8326          Message-ID: <MLIST_m0zhPeF-000FOgC@feynman.localnet>
8327  Branch: cfgperl
8328        ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
8329        ! pod/perlfaq7.pod pod/perlfaq8.pod
8330 ____________________________________________________________________________
8331 [  2265] By: jhi                                   on 1998/11/22  12:06:29
8332     Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
8333          Subject: DB_File 1.61 patch for 5.005_53 & 5.005_02
8334          Newsgroups: hut.lists.perl5-porters
8335          To: gsar@engin.umich.edu (Gurusamy Sarathy)
8336          Cc: perl5-porters@perl.org (Perl5 Porters)
8337          Date: 20 Nov 1998 12:20:41 +0200
8338  Branch: cfgperl
8339        ! ext/DB_File/Changes ext/DB_File/DB_File.pm
8340        ! ext/DB_File/DB_File.xs
8341 ____________________________________________________________________________
8342 [  2264] By: jhi                                   on 1998/11/22  11:55:09
8343     Log: NeXTstep /etc/group and /etc/passwd are used only at boot time,
8344          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
8345          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
8346          To: perlbug@perl.com
8347          Date: 20 Nov 1998 18:39:06 +0200
8348          Lines: 47
8349          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
8350  Branch: cfgperl
8351        ! t/op/grent.t t/op/pwent.t
8352 ____________________________________________________________________________
8353 [  2263] By: jhi                                   on 1998/11/22  11:42:59
8354     Log: Permission testing is tricky when we have too much power.
8355          Problem reported in
8356          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
8357          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
8358          To: perlbug@perl.com
8359          Date: 20 Nov 1998 18:39:06 +0200
8360          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
8361  Branch: cfgperl
8362        ! t/op/filetest.t
8363 ____________________________________________________________________________
8364 [  2262] By: gsar                                  on 1998/11/22  11:37:02
8365     Log: fix broken CAPI generation
8366  Branch: perl
8367        ! win32/GenCAPI.pl
8368 ____________________________________________________________________________
8369 [  2261] By: jhi                                   on 1998/11/22  11:17:00
8370     Log: -x should be C<-x>, reported by Gerben Wierda.
8371  Branch: cfgperl
8372        ! pod/perlfunc.pod
8373 ____________________________________________________________________________
8374 [  2260] By: gsar                                  on 1998/11/22  11:12:02
8375     Log: phase 2 of PERL_OBJECT cleanup; objXSUB.h autogeneration
8376  Branch: perl
8377        ! XSUB.h embed.h embed.pl embedvar.h iperlsys.h objXSUB.h
8378        ! proto.h
8379 ____________________________________________________________________________
8380 [  2259] By: jhi                                   on 1998/11/22  11:06:40
8381     Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
8382          Subject: Re: [PATCH] Re: pod2man bug in date generated line
8383          To: Albert Dvornik <bert@genscan.com>, "Larry W. Virden" <lvirden@cas.org>
8384          Cc: perlbug@perl.com
8385          Date: 20 Nov 1998 21:30:17 +0200
8386          Message-ID: <MLIST_19981120131523.A464@O2.chapin.edu>
8387  Branch: cfgperl
8388        ! pod/pod2man.PL
8389 ____________________________________________________________________________
8390 [  2256] By: jhi                                   on 1998/11/21  10:44:01
8391     Log: From: Thomas Bowditch <bowditch@inmet.com>
8392          Subject: Benchmark.pm suggestion
8393          To: jhi@iki.fi, Tim.Bunce@ig.co.uk
8394          Date: Fri, 20 Nov 1998 17:43:46 -0500
8395          Message-Id: <199811202243.RAA26252@harp.camb.inmet.com>
8396          
8397          Added timesum().
8398  Branch: cfgperl
8399        ! lib/Benchmark.pm
8400 ____________________________________________________________________________
8401 [  2255] By: gsar                                  on 1998/11/21  08:45:06
8402     Log: another win32 portability fix: make sysread() and syswrite()
8403          work on sockets
8404  Branch: perl
8405        ! pp_sys.c win32/win32.h
8406 ____________________________________________________________________________
8407 [  2254] By: gsar                                  on 1998/11/21  07:49:06
8408     Log: win32_recvfrom() compatibility fix
8409  Branch: perl
8410        ! win32/win32sck.c
8411 ____________________________________________________________________________
8412 [  2253] By: jhi                                   on 1998/11/20  08:22:06
8413     Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
8414          To: jhi@iki.fi
8415          Subject: MPE/iX Perl 5.005_02 oops
8416          Date: Thu, 19 Nov 1998 17:10:45 -0800 (PST)
8417          Message-Id: <199811200110.RAA07395@spock.dis.cccd.edu>
8418  Branch: cfgperl
8419        ! ext/DynaLoader/dl_mpeix.xs installperl
8420 ____________________________________________________________________________
8421 [  2252] By: gsar                                  on 1998/11/19  17:38:03
8422     Log: mess_sv tweak for change#2249
8423  Branch: perl
8424        ! util.c
8425 ____________________________________________________________________________
8426 [  2251] By: jhi                                   on 1998/11/18  12:32:19
8427     Log: Display use64bits and usemultiplicity but only if necessary.
8428  Branch: cfgperl
8429        ! myconfig
8430 ____________________________________________________________________________
8431 [  2250] By: jhi                                   on 1998/11/18  12:26:50
8432     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl> 
8433          Subject: pp.c uses 'unsigned Quad_t'
8434          To: perlbug@perl.com 
8435          Date: Sun, 15 Nov 1998 20:57:05 -0300 
8436          Message-Id: <199811152357.UAA12768@sleipnir.valparaiso.cl>
8437  Branch: cfgperl
8438        ! perl.h pp.c
8439 ____________________________________________________________________________
8440 [  2249] By: gsar                                  on 1998/11/18  05:43:11
8441     Log: use PL_mess_sv only during global destruction (fixes problems with
8442          overlapping invocations of form()/warn()/die()/croak() trampling on
8443          each other's messages)
8444  Branch: perl
8445        ! mg.c util.c
8446 ____________________________________________________________________________
8447 [  2248] By: gsar                                  on 1998/11/18  05:39:36
8448     Log: tweak change#2245 to skip previous message if any
8449  Branch: perl
8450        ! pp_ctl.c t/pragma/warn/pp_ctl
8451 ____________________________________________________________________________
8452 [  2247] By: jhi                                   on 1998/11/17  11:46:56
8453     Log: Integrate from mainperl.
8454  Branch: cfgperl
8455       !> (integrate 26 files)
8456 ____________________________________________________________________________
8457 [  2246] By: gsar                                  on 1998/11/17  09:41:10
8458     Log: allow C<sort $coderef @foo>
8459  Branch: perl
8460        ! op.c t/op/sort.t t/pragma/overload.t
8461 ____________________________________________________________________________
8462 [  2245] By: gsar                                  on 1998/11/17  08:28:26
8463     Log: propagate failures in DESTROY() as (optional) warnings
8464  Branch: perl
8465        ! pod/perldiag.pod pp_ctl.c t/pragma/warn/pp_ctl
8466 ____________________________________________________________________________
8467 [  2244] By: gsar                                  on 1998/11/17  07:43:08
8468     Log: ensure PL_dirty is reinit-ed properly under -DMULTIPLICITY
8469  Branch: perl
8470        ! perl.c thrdvar.h
8471 ____________________________________________________________________________
8472 [  2243] By: gsar                                  on 1998/11/17  07:40:09
8473     Log: sort WARN_FOO symbols to avoid hash traversal order dependency
8474  Branch: perl
8475        ! lib/warning.pm warning.h warning.pl
8476 ____________________________________________________________________________
8477 [  2242] By: gsar                                  on 1998/11/17  06:32:39
8478     Log: fix skipspace() to properly account for newlines in eval''-ed
8479          strings (caused bogus line numbers in diagnostics and debugger)
8480  Branch: perl
8481        ! t/pragma/warn/pp_ctl t/pragma/warn/toke toke.c
8482 ____________________________________________________________________________
8483 [  2241] By: gsar                                  on 1998/11/17  03:48:12
8484     Log: s/Perl_utf8skip/PL_utf8skip/g
8485  Branch: perl
8486        ! embed.h embed.pl global.sym globvar.sym regexec.c utf8.h
8487 ____________________________________________________________________________
8488 [  2240] By: gsar                                  on 1998/11/14  06:09:06
8489     Log: rework op/groups.t
8490  Branch: perl
8491        ! t/op/filetest.t t/op/groups.t
8492 ____________________________________________________________________________
8493 [  2235] By: gsar                                  on 1998/11/14  00:17:05
8494     Log: catch a neophyte trap: open(<FH>), close(<FH>) etc.
8495  Branch: perl
8496        ! op.c
8497 ____________________________________________________________________________
8498 [  2234] By: gsar                                  on 1998/11/14  00:14:02
8499     Log: update Changes
8500  Branch: perl
8501        ! Changes win32/config.bc win32/config.gc win32/config.vc
8502 ____________________________________________________________________________
8503 [  2233] By: gsar                                  on 1998/11/13  09:43:03
8504     Log: doc tweak
8505  Branch: perl
8506        ! README.win32
8507 ____________________________________________________________________________
8508 [  2230] By: jhi                                   on 1998/11/12  17:07:45
8509     Log: Allow hints file override for d_socket
8510          (based on Sequent-induced change #2229).
8511  Branch: cfgperl
8512        ! Configure
8513 ____________________________________________________________________________
8514 [  2229] By: jhi                                   on 1998/11/12  16:32:33
8515     Log: 
8516          From: "Martin J. Bligh" <mbligh@sequent.com>
8517          To: jhi@iki.fi
8518          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
8519          Subject: Re: Making Perl work on DYNIX/ptx
8520          Date: Tue, 10 Nov 1998 16:24:26 -0800
8521          Message-ID: <181999655.910715066@w-186d219.rhe.sequent.com>
8522  Branch: cfgperl
8523        ! hints/dynixptx.sh
8524 ____________________________________________________________________________
8525 [  2228] By: jhi                                   on 1998/11/12  11:40:37
8526     Log: From: "Martin J. Bligh" <mbligh@sequent.com>
8527          Message-ID: <187803647.910720870@w-186d219.rhe.sequent.com>
8528          To: jhi@iki.fi
8529          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
8530          Subject: Re: Making Perl work on DYNIX/ptx
8531          Date: Tue, 10 Nov 1998 18:01:10 -0800
8532  Branch: cfgperl
8533        + ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
8534 ____________________________________________________________________________
8535 [  2227] By: jhi                                   on 1998/11/12  11:17:42
8536     Log: Integrate from mainperl.
8537  Branch: cfgperl
8538       !> Changes XSUB.h av.c embed.h embed.pl embedvar.h
8539       !> ext/IPC/SysV/Msg.pm global.sym hv.c lib/Text/Wrap.pm objXSUB.h
8540       !> perl.c perl.h pod/perlfunc.pod pod/perlvar.pod pp_sys.c
8541       !> proto.h regexec.c t/op/array.t util.c win32/makedef.pl
8542       !> win32/win32.c x2p/s2p.PL
8543 ____________________________________________________________________________
8544 [  2226] By: gsar                                  on 1998/11/11  21:05:42
8545     Log: provide -DPERL_POLLUTE
8546  Branch: perl
8547        ! embed.pl embedvar.h
8548 ____________________________________________________________________________
8549 [  2225] By: jhi                                   on 1998/11/09  07:45:12
8550     Log: From: Hans Mulder <hansm@icgroup.nl>
8551          To: Ilya Zakharevich <ilya@math.ohio-state.edu>
8552          Cc: gsar@engin.umich.edu (Gurusamy Sarathy), jhi@iki.fi,
8553          perl5-porters@perl.org
8554          Subject: Re: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1
8555          (UNINSTALLED)
8556          Date: Sun,  8 Nov 98 22:20:23 +0100
8557          Message-Id: <9811082119.AA11802@icgned.icgroup.nl>
8558  Branch: cfgperl
8559        ! malloc.c perl.h
8560 ____________________________________________________________________________
8561 [  2224] By: gsar                                  on 1998/11/09  03:13:14
8562     Log: avoid endless loops in Text::Wrap (from a suggestion by Lupe
8563          Christoph <lupe@alanya.m.isar.de>)
8564  Branch: perl
8565        ! lib/Text/Wrap.pm
8566 ____________________________________________________________________________
8567 [  2223] By: gsar                                  on 1998/11/09  02:09:06
8568     Log: fix misplaced brace in s2p (as suggested by Lionel Fourquaux
8569          <lionel.fourquaux@wanadoo.fr>)
8570  Branch: perl
8571        ! x2p/s2p.PL
8572 ____________________________________________________________________________
8573 [  2222] By: gsar                                  on 1998/11/09  01:56:24
8574     Log: patches from Hugo van der Sanden <hv@crypt.compulink.co.uk>
8575          Date: Wed, 04 Nov 1998 12:19:44 +0000
8576          Message-Id: <199811041219.MAA05451@crypt.compulink.co.uk>
8577          Subject: [PATCH] Re: [5.005_53] read overflow? 
8578          --
8579          Date: Wed, 04 Nov 1998 13:15:18 +0000
8580          Message-Id: <199811041315.NAA05711@crypt.compulink.co.uk>
8581          Subject: [PATCH 5.005_53] perl -V fix
8582  Branch: perl
8583        ! perl.c regexec.c
8584 ____________________________________________________________________________
8585 [  2221] By: gsar                                  on 1998/11/09  01:34:56
8586     Log: From: jan.dubois@ibm.net (Jan Dubois)
8587          Date: Sun, 01 Nov 1998 00:05:01 +0100
8588          Message-ID: <364294bd.18052307@smtp1.ibm.net>
8589          Subject: [PATCH v5.5.53, WIN32] PL_block_type undefined unless DEBUGGING
8590  Branch: perl
8591        ! Changes win32/makedef.pl
8592 ____________________________________________________________________________
8593 [  2220] By: gsar                                  on 1998/11/08  21:13:07
8594     Log: integrate changes#2120,2168,2218 from maint-5.005;
8595          add new vtbls; s/\bvtbl_/PL_vtbl_/; remove trailing comma in
8596          enum; make regen_headers
8597  Branch: perl
8598        ! XSUB.h embed.h embedvar.h ext/IPC/SysV/Msg.pm global.sym
8599        ! objXSUB.h perl.h pod/perlfunc.pod proto.h util.c win32/win32.c
8600 ____________________________________________________________________________
8601 [  2219] By: gsar                                  on 1998/11/08  19:42:57
8602     Log: integrate cfgperl changes into mainline
8603  Branch: perl
8604       +> README.vmesa
8605       !> Configure MANIFEST Porting/Glossary Porting/config.sh
8606       !> Porting/config_H config_h.SH ext/Thread/Thread.xs
8607       !> hints/hpux.sh hints/vmesa.sh lib/Math/Complex.pm malloc.c
8608       !> perl.h pod/perlfunc.pod pod/perllocale.pod pod/perlport.pod
8609       !> pp_sys.c sv.c t/lib/complex.t t/op/groups.t t/op/lex_assign.t
8610       !> thread.h vms/subconfigure.com vos/config.h
8611 ____________________________________________________________________________
8612 [  2218] By: gbarr                                 on 1998/11/08  16:48:44
8613     Log: From: Graham Barr <gbarr@ti.com>
8614          Date: Mon, 2 Nov 1998 07:38:52 -0600
8615          Message-ID: <19981102073852.A12751@asic.sc.ti.com>
8616          Subject: [PATCH 5.005_*] Re: IPC::Msg 1.03
8617  Branch: maint-5.005/perl
8618        ! ext/IPC/SysV/Msg.pm
8619 ____________________________________________________________________________
8620 [  2215] By: gsar                                  on 1998/11/08  02:52:52
8621     Log: set close-on-exec bit on pipe() FDs
8622  Branch: perl
8623        ! pod/perlfunc.pod pod/perlvar.pod pp_sys.c
8624 ____________________________________________________________________________
8625 [  2214] By: gsar                                  on 1998/11/08  02:27:57
8626     Log: typo in newHVhv()
8627  Branch: perl
8628        ! hv.c
8629 ____________________________________________________________________________
8630 [  2211] By: jhi                                   on 1998/11/07  21:14:18
8631     Log: Finalize the Mach CThreads support.
8632          
8633          From: Hans Mulder <hansm@icgroup.nl>
8634          Date: Sat,  7 Nov 98 22:06:20 +0100
8635          To: Gurusamy Sarathy <gsar@engin.umich.edu>
8636          Cc: jhi@iki.fi, perl5-porters@perl.org
8637          Subject: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED) 
8638          Message-Id: <9811072105.AA07794@icgned.icgroup.nl>
8639  Branch: cfgperl
8640        ! malloc.c perl.h
8641 ____________________________________________________________________________
8642 [  2210] By: gsar                                  on 1998/11/06  20:36:50
8643     Log: fix AvREALISH bogusness
8644  Branch: perl
8645        ! av.c t/op/array.t
8646 ____________________________________________________________________________
8647 [  2209] By: jhi                                   on 1998/11/06  08:05:31
8648     Log: Renamed malloc.c ASSERT() macro to P_ASSERT() because
8649          ASSERT() causes problems in {NeXTStep,OpenStep}.
8650          
8651          From: Hans Mulder <hansm@icgroup.nl>
8652          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
8653          Subject: Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED)
8654          Date: Fri,  6 Nov 98 01:27:41 +0100
8655          Message-Id: <9811060025.AA27389@icgned.icgroup.nl>
8656          
8657          and
8658          
8659          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8660          Subject: Re: ASSERT() in malloc.c
8661          To: jhi@iki.fi
8662          Date: Fri, 6 Nov 1998 02:59:29 -0500 (EST)
8663          Message-Id: <199811060759.CAA18915@monk.mps.ohio-state.edu>
8664  Branch: cfgperl
8665        ! malloc.c
8666 ____________________________________________________________________________
8667 [  2208] By: jhi                                   on 1998/11/06  07:55:38
8668     Log: Mach CThreads needs #include <mach/cthreads.h>.
8669  Branch: cfgperl
8670        ! perl.h
8671 ____________________________________________________________________________
8672 [  2206] By: jhi                                   on 1998/11/05  14:54:52
8673     Log: PERL_BADLANG wrongly documented.
8674          
8675          From: ts <decoux@moulon.inra.fr>
8676          To: jhi@cc.hut.fi
8677          Subject: Re: Locale warning messages
8678          Date: Thu, 5 Nov 1998 14:34:19 +0100 (MET)
8679          Message-Id: <199811051334.OAA24863@moulon.inra.fr>
8680          
8681          and
8682          
8683          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8684          Subject: Re: PERL_BADLANG
8685          To: jhi@iki.fi
8686          Subject: Re: PERL_BADLANG
8687          Date: Thu, 5 Nov 1998 09:49:00 -0500 (EST)
8688          Message-Id: <199811051449.JAA04238@monk.mps.ohio-state.edu>
8689  Branch: cfgperl
8690        ! pod/perllocale.pod
8691 ____________________________________________________________________________
8692 [  2205] By: jhi                                   on 1998/11/05  14:24:33
8693     Log: Document all the control flow keywords in perlfunc
8694          so that "perlfunc -f while" works.
8695  Branch: cfgperl
8696        ! pod/perlfunc.pod
8697 ____________________________________________________________________________
8698 [  2204] By: jhi                                   on 1998/11/05  12:46:02
8699     Log: Configure update.  Remove last trace of PTHREADS_CREATED_JOINABLE
8700          (from vos/config.h).  Update Porting/{Glossary,config*}.
8701  Branch: cfgperl
8702        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8703        ! config_h.SH vos/config.h
8704 ____________________________________________________________________________
8705 [  2203] By: jhi                                   on 1998/11/05  08:34:39
8706     Log: VM/ESA and VMS sig_num_init (change#2101) catchup.
8707  Branch: cfgperl
8708        ! hints/vmesa.sh vms/subconfigure.com
8709 ____________________________________________________________________________
8710 [  2202] By: jhi                                   on 1998/11/05  08:03:20
8711     Log: Integrate from mainperl.
8712  Branch: cfgperl
8713       !> Changes cop.h doop.c gv.c mg.c perl.c pp_ctl.c sv.c util.c
8714       !> win32/Makefile win32/makefile.mk win32/win32.c
8715 ____________________________________________________________________________
8716 [  2201] By: gsar                                  on 1998/11/05  04:40:44
8717     Log: another POPSTACK victim
8718  Branch: perl
8719        ! cop.h sv.c
8720 ____________________________________________________________________________
8721 [  2196] By: gsar                                  on 1998/11/05  02:07:54
8722     Log: fix a location affected by change#2191, add note about POPSTACK
8723  Branch: perl
8724        ! cop.h gv.c pp_ctl.c
8725 ____________________________________________________________________________
8726 [  2195] By: gsar                                  on 1998/11/05  02:04:45
8727     Log: makefile notes
8728  Branch: perl
8729        ! win32/Makefile win32/makefile.mk
8730 ____________________________________________________________________________
8731 [  2192] By: gsar                                  on 1998/11/04  23:48:53
8732     Log: indeterminate order-of-evaluation fixes
8733  Branch: perl
8734        ! mg.c
8735 ____________________________________________________________________________
8736 [  2191] By: gsar                                  on 1998/11/04  23:02:16
8737     Log: refetch local stack pointer in POPSTACK
8738  Branch: perl
8739        ! cop.h perl.c
8740 ____________________________________________________________________________
8741 [  2190] By: jhi                                   on 1998/11/04  08:50:40
8742     Log: Configure update.
8743          Sequent DYNIX/ptx updates: osvers=$4 (instead of $3) of uname -a,
8744          
8745          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
8746          To: Martin Bligh <mbligh@sequent.com>
8747          Cc: Jarkko Hietaniemi <jhi@iki.fi>
8748          Subject: Re: Perl 5's configure on DYNIX/ptx
8749          Message-Id: <Pine.SUN.3.96.981103090824.5533B-100000@newton.phys>
8750          Date: Tue, 3 Nov 1998 09:35:26 -0500 (EST)
8751          
8752          find sockets also from libsocket, not just libnet.
8753          OS390: $compile_ok instead of $compile for <inttypes.h>,
8754          
8755          From: pvhp@forte.com (Peter Prymmer)
8756          To: Thomas.Dorner@start.de, jhi@iki.fi, neale@VMA.TABNSW.COM.AU
8757          Subject: _53 not OK on os390 but looking better than ever
8758          Date: Tue, 3 Nov 98 17:33:22 PST
8759          Message-Id: <9811040133.AA09450@forte.com>
8760  Branch: cfgperl
8761        ! Configure
8762 ____________________________________________________________________________
8763 [  2189] By: jhi                                   on 1998/11/04  07:43:58
8764     Log: sysio.t failure: fix undefined order of evaluation, from
8765          
8766          From: Spider Boardman <spider@web.zk3.dec.com>
8767          Subject: Not OK: perl 5.00553 on alpha-thread 5.0 [PATCH]
8768          To: perlbug@perl.com
8769          Date: 4 Nov 1998 01:22:30 +0200
8770          Message-ID: <MLIST_199811032227.RAA143892@web.zk3.dec.com>
8771  Branch: cfgperl
8772        ! pp_sys.c
8773 ____________________________________________________________________________
8774 [  2188] By: gsar                                  on 1998/11/04  02:59:16
8775     Log: fix return value of win32_pclose()
8776  Branch: perl
8777        ! win32/win32.c
8778 ____________________________________________________________________________
8779 [  2187] By: gsar                                  on 1998/11/04  02:56:34
8780     Log: s/sv_upgrade/SvUPGRADE/ a couple of places
8781  Branch: perl
8782        ! Changes doop.c gv.c util.c
8783 ____________________________________________________________________________
8784 [  2186] By: jhi                                   on 1998/11/03  08:17:52
8785     Log: Document quads in pack.
8786  Branch: cfgperl
8787        ! pod/perlfunc.pod
8788 ____________________________________________________________________________
8789 [  2185] By: jhi                                   on 1998/11/03  07:49:35
8790     Log: (IV) vs (I32) vs I_V()
8791          
8792          Subject: [PATCH 5.005_53] Reverting typecast in sv_upgrade()
8793          From: Anton Berezin <tobez@plab.ku.dk> 
8794          To: "p5p" <perl5-porters@perl.org> 
8795          Date: 01 Nov 1998 15:09:11 +0100 
8796          Message-ID: <86hfwjtshk.fsf@lion.plab.ku.dk>
8797          
8798          and
8799          
8800          From: Andy Dougherty <doughera@lafcol.lafayette.edu> 
8801          Date: Mon, 2 Nov 1998 10:17:34 -0500 (EST) 
8802          Message-Id: <Pine.SUN.3.96.981102101433.4479B-100000@newton.phys>
8803  Branch: cfgperl
8804        ! sv.c
8805 ____________________________________________________________________________
8806 [  2184] By: jhi                                   on 1998/11/03  07:42:46
8807     Log: VM/ESA updates.
8808  Branch: cfgperl
8809        + README.vmesa
8810        ! MANIFEST pod/perlfunc.pod pod/perlport.pod
8811 ____________________________________________________________________________
8812 [  2183] By: jhi                                   on 1998/11/02  12:58:13
8813     Log: The id(1)-parsing is real fun.
8814  Branch: cfgperl
8815        ! t/op/groups.t
8816 ____________________________________________________________________________
8817 [  2182] By: jhi                                   on 1998/11/02  12:07:43
8818     Log: Decommission the symlink test.
8819  Branch: cfgperl
8820        ! t/op/lex_assign.t
8821 ____________________________________________________________________________
8822 [  2181] By: jhi                                   on 1998/11/02  12:03:08
8823     Log: Replace ATTR_JOINABLE with true Configure probe
8824          for PTHREAD_CREATE_JOINABLE (or equivalent:
8825          PTHREAD_CREATE_UNDETACHED or __UNDETACHED).
8826          Remove ATTR_JOINABLE itself: Thread.xs uses
8827          PTHREAD_CREATE_JOINABLE (or equivalent) directly.
8828          
8829          Really scan for <mach/cthreads.h> only if usethreads.
8830  Branch: cfgperl
8831        ! Configure config_h.SH ext/Thread/Thread.xs thread.h
8832 ____________________________________________________________________________
8833 [  2180] By: jhi                                   on 1998/11/02  11:07:34
8834     Log: In HP-UX 10.X usethreads only if the required files are present.
8835  Branch: cfgperl
8836        ! hints/hpux.sh
8837 ____________________________________________________________________________
8838 [  2179] By: jhi                                   on 1998/11/02  09:10:33
8839     Log: Prefer groups(1).
8840          id -Gn can be broken.
8841          id -a can save the day.
8842  Branch: cfgperl
8843        ! t/op/groups.t
8844 ____________________________________________________________________________
8845 [  2178] By: jhi                                   on 1998/11/02  08:35:29
8846     Log: Detrail enum comma.
8847  Branch: cfgperl
8848        ! perl.h
8849 ____________________________________________________________________________
8850 [  2177] By: jhi                                   on 1998/11/02  08:24:12
8851     Log: 0**0 = 1, from
8852          
8853          From: d-lewart@uiuc.edu (Daniel S. Lewart)
8854          Subject: Math::Complex 0**0 patches
8855          Date: Sun, 1 Nov 1998 19:21:48 -0600 (CST)
8856          Message-Id: <199811020121.TAA28310@staff2.cso.uiuc.edu>
8857          To: jhi@iki.fi (Jarkko Hietaniemi),
8858          Raphael_Manfredi@grenoble.hp.com (Raphael Manfredi)
8859  Branch: cfgperl
8860        ! lib/Math/Complex.pm t/lib/complex.t
8861 ____________________________________________________________________________
8862 [  2168] By: gbarr                                 on 1998/11/01  01:58:58
8863     Log: From: jan.dubois@ibm.net (Jan Dubois)   
8864          Date: Fri, 09 Oct 1998 23:28:31 +0200
8865          Message-ID: <36217b7f.3193091@smtp1.ibm.net>
8866          Subject: [PATCH 5.005_02] Allow XS access to vtbl_*s when compiled with PERL_OBJECT
8867  Branch: maint-5.005/perl
8868        ! XSUB.h
8869 ____________________________________________________________________________
8870 [  2164] By: jhi                                   on 1998/10/31  15:50:02
8871     Log: Integrate from mainperl.
8872  Branch: cfgperl
8873       +> t/op/lex_assign.t
8874       !> (integrate 45 files)
8875
8876 ----------------
8877 Version 5.005_53
8878 ----------------
8879
8880 ____________________________________________________________________________
8881 [  2163] By: gsar                                  on 1998/10/31  11:31:12
8882     Log: bump patchlevel; other minor fixes for clean build and test on
8883          Solaris and win32
8884  Branch: perl
8885        ! Changes ext/Data/Dumper/Dumper.xs patchlevel.h pp.h sv.c
8886        ! t/lib/dumper.t t/op/groups.t t/op/lex_assign.t
8887        ! t/pragma/warn/regexec win32/Makefile win32/config_H.bc
8888        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
8889        ! x2p/a2p.c
8890 ____________________________________________________________________________
8891 [  2162] By: gsar                                  on 1998/10/31  09:40:31
8892     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8893          Date: Fri, 30 Oct 1998 18:36:20 -0500 (EST)
8894          Message-Id: <199810302336.SAA17336@monk.mps.ohio-state.edu>
8895          Subject: Re: [PATCH 5.00552] Overloaded <> and deref again
8896  Branch: perl
8897        ! pp.h
8898 ____________________________________________________________________________
8899 [  2161] By: gsar                                  on 1998/10/31  09:39:13
8900     Log: From: Albert Dvornik <bert@genscan.com>
8901          Date: 30 Oct 1998 17:50:04 -0500
8902          Message-Id: <tqd879vf4z.fsf@puma.genscan.com>
8903          Subject: [PATCH perl5.00[45]] a2p: make sprintf less greedy without -o
8904  Branch: perl
8905        ! x2p/Makefile.SH x2p/a2p.c x2p/a2p.pod x2p/a2p.y x2p/a2py.c
8906 ____________________________________________________________________________
8907 [  2160] By: gsar                                  on 1998/10/31  09:35:03
8908     Log: fix for bugs in -x mode
8909          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8910          Date: Sat, 31 Oct 1998 00:30:57 -0500 (EST)
8911          Message-Id: <199810310530.AAA22277@monk.mps.ohio-state.edu>
8912          Subject: [PATCH 5.00552] Fix h2xs
8913  Branch: perl
8914        ! utils/h2xs.PL
8915 ____________________________________________________________________________
8916 [  2159] By: gsar                                  on 1998/10/31  09:31:36
8917     Log: Data::Dumper update
8918  Branch: perl
8919        ! ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
8920        ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo
8921 ____________________________________________________________________________
8922 [  2153] By: gsar                                  on 1998/10/30  21:40:09
8923     Log: add testsuite portion of patch
8924          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8925          Date: Thu, 29 Oct 1998 23:20:01 -0500 (EST)
8926          Message-Id: <199810300420.XAA25651@monk.mps.ohio-state.edu>
8927          Subject: [PATCH 5.00321 ;-)] 87% speedup
8928  Branch: perl
8929        + t/op/lex_assign.t
8930        ! MANIFEST
8931 ____________________________________________________________________________
8932 [  2152] By: gsar                                  on 1998/10/30  21:08:11
8933     Log: mention the C<$SIG{CHLD} = 'IGNORE'> special case
8934  Branch: perl
8935        ! pod/perlfunc.pod pod/perlipc.pod pod/perlvar.pod
8936 ____________________________________________________________________________
8937 [  2151] By: gsar                                  on 1998/10/30  20:18:09
8938     Log: From: Mark-Jason Dominus <mjd@plover.com>
8939          Date: Fri, 30 Oct 1998 14:24:23 EST
8940          Message-Id: <19981030192423.27276.qmail@plover.com>
8941          Subject: PATCH: (5.005_02)  a2p should use `chomp' instead of `chop'
8942  Branch: perl
8943        ! x2p/walk.c
8944 ____________________________________________________________________________
8945 [  2150] By: gsar                                  on 1998/10/30  20:08:57
8946     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8947          Date: Thu, 29 Oct 1998 22:04:54 -0500 (EST)
8948          Message-Id: <199810300304.WAA23291@monk.mps.ohio-state.edu>
8949          Subject: [PATCH 5.00552] Overloaded <> and deref again
8950  Branch: perl
8951        ! gv.c lib/overload.pm perl.h pp.c pp.h pp_hot.c pp_sys.c sv.c
8952        ! t/pragma/overload.t toke.c
8953 ____________________________________________________________________________
8954 [  2149] By: gsar                                  on 1998/10/30  19:38:15
8955     Log: From: Roderick Schertler <roderick@argon.org>
8956          Date: Thu, 29 Oct 1998 14:50:18 -0500
8957          Message-ID: <17625.909690618@eeyore.ibcinc.com>
8958          Subject: patch for daemonization docs in perlipc
8959  Branch: perl
8960        ! pod/perlipc.pod
8961 ____________________________________________________________________________
8962 [  2148] By: gsar                                  on 1998/10/30  19:36:07
8963     Log: From: Anton Berezin <tobez@plab.ku.dk>
8964          Date: 29 Oct 1998 17:06:25 +0100
8965          Message-ID: <86pvbbuzcu.fsf@lion.plab.ku.dk>
8966          Subject: [PATCH 5.005_52] win32_opendir() fails on empty drives
8967  Branch: perl
8968        ! win32/win32.c
8969 ____________________________________________________________________________
8970 [  2147] By: gsar                                  on 1998/10/30  19:31:37
8971     Log: tweaked version of suggested patch
8972          From: Anton Berezin <tobez@plab.ku.dk>
8973          Date: 29 Oct 1998 14:48:54 +0100
8974          Message-ID: <86yapzv5q1.fsf@lion.plab.ku.dk>
8975          Subject: [PATCH 5.005_52] One more problem with win32_stat and MSVC
8976  Branch: perl
8977        ! win32/win32.c
8978 ____________________________________________________________________________
8979 [  2146] By: gsar                                  on 1998/10/30  19:03:50
8980     Log: hand-apply whitespace-mutiliated patch
8981          From: "vishal bhatia" <vishalb@hotmail.com>
8982          Date: Wed, 28 Oct 1998 23:45:32 PST
8983          Message-ID: <19981029074534.2334.qmail@hotmail.com>
8984          Subject: [PATCH 5.005_52]Compiling modules,more bugfixes for B
8985  Branch: perl
8986        ! ext/B/B/C.pm ext/B/B/CC.pm
8987 ____________________________________________________________________________
8988 [  2145] By: gsar                                  on 1998/10/30  18:46:58
8989     Log: remaining PL_foo stragglers
8990  Branch: perl
8991        ! doio.c ext/B/B.pm ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.pm
8992        ! op.h os2/os2.c vms/gen_shrfls.pl
8993 ____________________________________________________________________________
8994 [  2144] By: gsar                                  on 1998/10/30  17:38:36
8995     Log: integrate cfgperl tweaks into mainline
8996  Branch: perl
8997       !> Makefile.SH README.posix-bc doio.c ext/POSIX/POSIX.xs proto.h
8998       !> t/op/misc.t t/pragma/subs.t t/pragma/warning.t
8999 ____________________________________________________________________________
9000 [  2143] By: jhi                                   on 1998/10/30  13:27:39
9001     Log: There can be multiple yacc/bison errors.
9002  Branch: cfgperl
9003        ! t/op/misc.t t/pragma/subs.t t/pragma/warning.t
9004 ____________________________________________________________________________
9005 [  2142] By: jhi                                   on 1998/10/30  13:18:43
9006     Log: README.posix-bc update.
9007  Branch: cfgperl
9008        ! README.posix-bc
9009 ____________________________________________________________________________
9010 [  2141] By: jhi                                   on 1998/10/30  09:12:59
9011     Log: #2133 fallout.
9012  Branch: cfgperl
9013        ! doio.c ext/POSIX/POSIX.xs
9014 ____________________________________________________________________________
9015 [  2140] By: jhi                                   on 1998/10/30  08:43:18
9016     Log: Integrate from mainperl.
9017  Branch: cfgperl
9018       +> globvar.sym pp.sym
9019        - objpp.h thread.sym
9020       !> (integrate 61 files)
9021 ____________________________________________________________________________
9022 [  2133] By: gsar                                  on 1998/10/30  02:51:39
9023     Log: phase 1 of somewhat major rearrangement of PERL_OBJECT stuff
9024          (objpp.h is gone, embed.pl now does some of that); objXSUB.h
9025          should soon be automated also; the global variables that
9026          escaped the PL_foo conversion are now reined in; renamed
9027          MAGIC in regcomp.h to REG_MAGIC to avoid collision with the
9028          type of same name; duplicated lists of pp_things in various
9029          places is now gone; result has only been tested on win32
9030  Branch: perl
9031        + globvar.sym pp.sym
9032        - objpp.h thread.sym
9033        ! MANIFEST Makefile.SH av.c bytecode.h byterun.h cop.h doio.c
9034        ! doop.c dump.c embed.h embed.pl embedvar.h ext/B/B.xs
9035        ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs global.sym globals.c
9036        ! gv.c malloc.c mg.c objXSUB.h op.c opcode.h opcode.pl perl.c
9037        ! perl.h perl_exp.SH perlvars.h perly.c pod/perlguts.pod pp.c
9038        ! pp.h pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h regcomp.c
9039        ! regcomp.h regcomp.pl regcomp.sym regexec.c regnodes.h run.c
9040        ! scope.c sv.c t/op/filetest.t taint.c thrdvar.h toke.c util.c
9041        ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
9042        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
9043        ! win32/makedef.pl win32/makefile.mk win32/perlhost.h
9044 ____________________________________________________________________________
9045 [  2130] By: jhi                                   on 1998/10/29  15:31:26
9046     Log: Pure bison yylex() proto was broken.
9047  Branch: cfgperl
9048        ! proto.h
9049 ____________________________________________________________________________
9050 [  2126] By: jhi                                   on 1998/10/29  08:35:54
9051     Log: Integrate mainperl.
9052  Branch: cfgperl
9053       !> INSTALL README.cygwin32 cygwin32/gcc2 cygwin32/ld2
9054       !> lib/ExtUtils/MakeMaker.pm lib/perl5db.pl malloc.c pp.c
9055       !> pp_ctl.c proto.h regexec.c t/pragma/overload.t
9056       !> t/pragma/warn/doio toke.c win32/makefile.mk
9057 ____________________________________________________________________________
9058 [  2125] By: jhi                                   on 1998/10/29  08:32:38
9059     Log: EBCDIC Makefile.SH iteration converges.  Hopefully.
9060  Branch: cfgperl
9061        ! Makefile.SH
9062 ____________________________________________________________________________
9063 [  2124] By: jhi                                   on 1998/10/29  08:06:44
9064     Log: EBCDIC Makefile.SH tuneup.
9065  Branch: cfgperl
9066        ! Makefile.SH
9067 ____________________________________________________________________________
9068 [  2119] By: gsar                                  on 1998/10/28  23:24:04
9069     Log: remove doubled hunk from integration
9070  Branch: perl
9071        ! pp.c
9072 ____________________________________________________________________________
9073 [  2118] By: gsar                                  on 1998/10/28  22:03:31
9074     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9075          Date: Wed, 28 Oct 1998 01:23:27 -0500 (EST)
9076          Message-Id: <199810280623.BAA06968@monk.mps.ohio-state.edu>
9077          Subject: [PATCH 5.00552] Minor debugger tweaks
9078  Branch: perl
9079        ! lib/perl5db.pl
9080 ____________________________________________________________________________
9081 [  2117] By: gsar                                  on 1998/10/28  22:02:30
9082     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9083          Date: Wed, 28 Oct 1998 01:20:33 -0500 (EST)
9084          Message-Id: <199810280620.BAA06893@monk.mps.ohio-state.edu>
9085          Subject: [PATCH 5.00552] Make sort respect overloading
9086  Branch: perl
9087        ! pp_ctl.c proto.h t/pragma/overload.t
9088 ____________________________________________________________________________
9089 [  2116] By: gsar                                  on 1998/10/28  21:51:11
9090     Log: MM patches from Ilya Zakharevich
9091          Date: Wed, 28 Oct 1998 01:27:04 -0500 (EST)
9092          Message-Id: <199810280627.BAA07053@monk.mps.ohio-state.edu>
9093          Subject: [PATCH 5.00552] Make MakeMaker more verbose
9094          --
9095          Date: Wed, 28 Oct 1998 01:25:36 -0500 (EST)
9096          Message-Id: <199810280625.BAA06980@monk.mps.ohio-state.edu>
9097          Subject: [PATCH 5.00552] Make MakeMaker ignore errors in kid Makefile.PL
9098  Branch: perl
9099        ! lib/ExtUtils/MakeMaker.pm
9100 ____________________________________________________________________________
9101 [  2115] By: gsar                                  on 1998/10/28  21:46:19
9102     Log: add explicit references to perl source path in ld2 and gcc2
9103  Branch: perl
9104        ! README.cygwin32 cygwin32/gcc2 cygwin32/ld2
9105 ____________________________________________________________________________
9106 [  2114] By: gsar                                  on 1998/10/28  21:39:56
9107     Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
9108          Date: Tue, 27 Oct 1998 10:40:41 -0500 (EST)
9109          Message-Id: <Pine.SUN.3.96.981027103726.28498E-100000@newton.phys>
9110          Subject: [PATCH] Re: Problems with: Creating an installable tar archive
9111  Branch: perl
9112        ! INSTALL
9113 ____________________________________________________________________________
9114 [  2113] By: gsar                                  on 1998/10/28  21:21:16
9115     Log: integrate cfgperl into mainline
9116  Branch: perl
9117       +> t/op/filetest.t
9118       !> Configure MANIFEST Makefile.SH config_h.SH perl.h perly.y
9119       !> perly_c.diff pp.c proto.h t/comp/require.t t/io/pipe.t
9120       !> t/op/groups.t t/op/misc.t t/pragma/subs.t t/pragma/warning.t
9121       !> thread.h toke.c vmesa/Makefile
9122 ____________________________________________________________________________
9123 [  2112] By: gsar                                  on 1998/10/28  21:14:18
9124     Log: minor cleanup
9125  Branch: perl
9126        ! malloc.c regexec.c t/pragma/warn/doio win32/makefile.mk
9127 ____________________________________________________________________________
9128 [  2111] By: gsar                                  on 1998/10/28  18:52:10
9129     Log: smarter C<$SIG{FOO} = BAREWORD;> warning
9130  Branch: perl
9131        ! toke.c
9132 ____________________________________________________________________________
9133 [  2110] By: jhi                                   on 1998/10/28  15:07:54
9134     Log: posix-bc doesn't want to regenerate a2p.h from a2p.y.
9135  Branch: cfgperl
9136        ! Makefile.SH
9137 ____________________________________________________________________________
9138 [  2109] By: jhi                                   on 1998/10/28  13:39:54
9139     Log: a2p.y needs to generate also y.tab.h.
9140  Branch: cfgperl
9141        ! Makefile.SH
9142 ____________________________________________________________________________
9143 [  2108] By: jhi                                   on 1998/10/28  10:33:36
9144     Log: The "parse error" must be converted to "syntax error",
9145          just matching it aint' enough.
9146  Branch: cfgperl
9147        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
9148        ! t/pragma/warning.t
9149 ____________________________________________________________________________
9150 [  2107] By: jhi                                   on 1998/10/28  10:23:05
9151     Log: Regen sig_n{ame,umber}* if slightest doubt.
9152  Branch: cfgperl
9153        ! Configure
9154 ____________________________________________________________________________
9155 [  2106] By: jhi                                   on 1998/10/28  08:44:49
9156     Log: Bison says 'parse error', not 'parser error'.
9157  Branch: cfgperl
9158        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
9159        ! t/pragma/warning.t
9160 ____________________________________________________________________________
9161 [  2105] By: jhi                                   on 1998/10/28  08:42:09
9162     Log: yylex() parametrization.
9163  Branch: cfgperl
9164        ! proto.h toke.c
9165 ____________________________________________________________________________
9166 [  2104] By: jhi                                   on 1998/10/28  08:25:09
9167     Log: Bring in #2102.
9168  Branch: cfgperl
9169        ! pp.c
9170 ____________________________________________________________________________
9171 [  2103] By: jhi                                   on 1998/10/28  08:22:04
9172     Log: From: Dominic Dunlop <domo@vo.lu>
9173          Subject: [PATCH 5.005_02]  Re: perl5.004_04 testing problem
9174          Date: 27 Oct 1998 20:47:25 +0200
9175          Message-ID: <MLIST_v03110700b25b7dc95bbc@[212.24.192.87]>
9176  Branch: cfgperl
9177        ! t/op/groups.t
9178 ____________________________________________________________________________
9179 [  2102] By: larry                                 on 1998/10/27  18:58:55
9180     Log: utf8 change to quotemeta broke EBCDIC
9181  Branch: perl
9182        ! pp.c
9183 ____________________________________________________________________________
9184 [  2101] By: jhi                                   on 1998/10/27  12:55:34
9185     Log: $Config{sig_num_init}.
9186          Also, a new approach to the 'pthreads-created-joinable': drop
9187          it and use {PTHREAD_CREATE_{JOINABLE,UNDETACHED},__UNDETACHED}
9188          directly. (See also #2096).
9189  Branch: cfgperl
9190        ! Configure config_h.SH
9191 ____________________________________________________________________________
9192 [  2100] By: jhi                                   on 1998/10/27  10:48:55
9193     Log: Regenerated perly_c.diff.
9194  Branch: cfgperl
9195        ! perly_c.diff
9196 ____________________________________________________________________________
9197 [  2099] By: jhi                                   on 1998/10/27  08:42:25
9198     Log: First the mangler was Netscape, then it was me.
9199  Branch: cfgperl
9200        ! vmesa/Makefile
9201 ____________________________________________________________________________
9202 [  2098] By: jhi                                   on 1998/10/27  08:34:40
9203     Log: `id -Gn` might be available where `groups` is not.
9204  Branch: cfgperl
9205        ! t/op/groups.t
9206 ____________________________________________________________________________
9207 [  2097] By: jhi                                   on 1998/10/27  08:05:17
9208     Log: Netscape had mangled the tabs.
9209  Branch: cfgperl
9210        ! vmesa/Makefile
9211 ____________________________________________________________________________
9212 [  2096] By: jhi                                   on 1998/10/27  08:03:05
9213     Log: ATTR_JOINABLE logic, based on (private email)
9214          
9215          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
9216          Subject: Some little diffs
9217          Message-ID: <36350969.DA33E7B4@mailbox.tabnsw.com.au>
9218          Date: Tue, 27 Oct 1998 13:44:42 +1300
9219  Branch: cfgperl
9220        ! thread.h
9221 ____________________________________________________________________________
9222 [  2095] By: jhi                                   on 1998/10/27  07:56:57
9223     Log: Mach cthreads support based on:
9224          
9225          From: brie@corp.home.net (Brian Harrison)
9226          Subject: perl5.005_02 patch for mthreads
9227          To: perl5-porters@perl.org
9228          Date: 24 Oct 1998 01:01:55 +0300
9229          Message-ID: <MLIST_Pine.GSO.4.04.9810231410220.11111-200000@sulaco.eos.home.net>
9230          
9231          Pthread yield probe (dejavu)
9232          Cosmetic nanochange for the union semun output.
9233          Better inttypes.h probe.
9234          Undo the 'void *' $selecttype probe from #1971 because
9235          it breaks the $selectminbits test.
9236  Branch: cfgperl
9237        ! Configure config_h.SH perl.h thread.h
9238 ____________________________________________________________________________
9239 [  2094] By: jhi                                   on 1998/10/26  13:02:07
9240     Log: Also posix-bc wants to reyacc.
9241  Branch: cfgperl
9242        ! Makefile.SH
9243 ____________________________________________________________________________
9244 [  2093] By: jhi                                   on 1998/10/26  10:17:21
9245     Log: Removed !(*s & 0x80) from pp_quotemeta(), introduced after
9246          5_02 and really breaking things in non-ASCII worlds.
9247  Branch: cfgperl
9248        ! pp.c
9249 ____________________________________________________________________________
9250 [  2092] By: jhi                                   on 1998/10/26  09:08:00
9251     Log: More robustness.
9252  Branch: cfgperl
9253        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
9254        ! t/pragma/warning.t
9255 ____________________________________________________________________________
9256 [  2091] By: jhi                                   on 1998/10/26  08:47:32
9257     Log: s/YYLEXPARAM/PERL_YYLEX_PARAM_DECL/g
9258          Bison really wants YYLEX_PARAM.
9259  Branch: cfgperl
9260        ! perly.y proto.h toke.c
9261 ____________________________________________________________________________
9262 [  2090] By: jhi                                   on 1998/10/26  08:21:25
9263     Log: s/YYLEX_PARAM/YYLEXPARAM/
9264  Branch: cfgperl
9265        ! perly.y
9266 ____________________________________________________________________________
9267 [  2089] By: jhi                                   on 1998/10/26  08:17:33
9268     Log: Indicate skipped subtests.
9269  Branch: cfgperl
9270        ! t/io/pipe.t
9271 ____________________________________________________________________________
9272 [  2088] By: jhi                                   on 1998/10/26  08:11:36
9273     Log: Integrate from mainperl.
9274  Branch: cfgperl
9275       !> (integrate 54 files)
9276 ____________________________________________________________________________
9277 [  2087] By: jhi                                   on 1998/10/26  08:08:02
9278     Log: Add test for filetests.
9279  Branch: cfgperl
9280        + t/op/filetest.t
9281        ! MANIFEST
9282 ____________________________________________________________________________
9283 [  2086] By: gsar                                  on 1998/10/26  02:44:44
9284     Log: various win32 tweaks; disable new xs_cpp section (it creates
9285          ambiguous inference graph for %.xs --> %.o)
9286  Branch: perl
9287        ! ext/Thread/Thread.xs gv.c lib/ExtUtils/MakeMaker.pm mg.c pp.c
9288        ! pp_hot.c proto.h win32/GenCAPI.pl win32/Makefile
9289        ! win32/config.gc win32/config_H.gc win32/makedef.pl
9290        ! win32/makefile.mk win32/win32.h
9291 ____________________________________________________________________________
9292 [  2085] By: gsar                                  on 1998/10/26  00:50:02
9293     Log: sanity-check $Config{drand01} in rand.t
9294  Branch: perl
9295        ! t/op/rand.t win32/config.bc win32/config.gc win32/config.vc
9296        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
9297 ____________________________________________________________________________
9298 [  2078] By: gsar                                  on 1998/10/25  10:22:04
9299     Log: update win32/config*.?c
9300  Branch: perl
9301        ! Changes win32/config.bc win32/config.gc win32/config.vc
9302        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
9303 ____________________________________________________________________________
9304 [  2077] By: gsar                                  on 1998/10/25  08:39:25
9305     Log: From: Graham Barr <gbarr@pobox.com>
9306          Date: Sat, 24 Oct 1998 21:45:50 -0500
9307          Message-ID: <19981024214550.C508@pobox.com>
9308          Subject: Re: die with a reference  should use overload "" operator
9309  Branch: perl
9310        ! pp_ctl.c
9311 ____________________________________________________________________________
9312 [  2076] By: gsar                                  on 1998/10/25  08:37:49
9313     Log: From: Graham Barr <gbarr@pobox.com>
9314          Date: Sat, 24 Oct 1998 12:45:21 -0500
9315          Message-ID: <19981024124521.C512@pobox.com>
9316          Subject: [PATCH 5.005_02] Re: Auto-incrementing tied scalar causes SEGV
9317  Branch: perl
9318        ! sv.c
9319 ____________________________________________________________________________
9320 [  2075] By: gsar                                  on 1998/10/25  08:24:09
9321     Log: fix C<print $n += 5;> etc.
9322  Branch: perl
9323        ! toke.c
9324 ____________________________________________________________________________
9325 [  2074] By: gsar                                  on 1998/10/25  08:12:28
9326     Log: list builtins with portability caveats
9327          From: Jarkko Hietaniemi <jhi@iki.fi>
9328          Date: Fri, 23 Oct 1998 14:05:23 +0300 (EET DST)
9329          Message-Id: <199810231105.OAA02411@alpha.hut.fi>
9330          Subject: [PATCH] 5.005_02 and 5.005_52: perlfunc.pod and perlport.pod
9331  Branch: perl
9332        ! pod/perlfunc.pod
9333 ____________________________________________________________________________
9334 [  2073] By: gsar                                  on 1998/10/25  07:55:43
9335     Log: fix stack overrun in file test operators
9336  Branch: perl
9337        ! pp_sys.c
9338 ____________________________________________________________________________
9339 [  2072] By: gsar                                  on 1998/10/25  07:29:45
9340     Log: implement C<goto &func> and other fixes (via private mail)
9341          From:    "vishal bhatia" <vishalb@hotmail.com>
9342          Date:    Wed, 21 Oct 1998 22:59:03 PDT
9343          Message-Id: <19981022055904.20083.qmail@hotmail.com>
9344          Subject: [PATCH 5.005_52] More fixes for B
9345  Branch: perl
9346        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
9347 ____________________________________________________________________________
9348 [  2071] By: gsar                                  on 1998/10/25  07:14:41
9349     Log: From: Graham Barr <gbarr@pobox.com>
9350          Date: Sat, 17 Oct 1998 20:42:41 -0500
9351          Message-ID: <19981017204241.G510@pobox.com>
9352          Subject: Re: taint checking for: use lib "$ENV{'EVIL'}"
9353  Branch: perl
9354        ! pp_ctl.c
9355 ____________________________________________________________________________
9356 [  2070] By: gsar                                  on 1998/10/25  07:07:29
9357     Log: avoid bogus line number in XSUB redefined warnings
9358  Branch: perl
9359        ! op.c
9360 ____________________________________________________________________________
9361 [  2069] By: gsar                                  on 1998/10/25  06:59:03
9362     Log: From: Martijn Koster <mak@excitecorp.com>
9363          Date: Wed, 21 Oct 1998 13:12:03 +0100
9364          Message-ID: <19981021131203.A15661@excitecorp.com>
9365          Subject: File::Path::mkpath reports the wrong error
9366  Branch: perl
9367        ! lib/File/Path.pm
9368 ____________________________________________________________________________
9369 [  2068] By: gsar                                  on 1998/10/25  06:54:43
9370     Log: From: Zachary Miller <zcmiller@simon.er.usgs.gov>
9371          Date: Tue, 20 Oct 1998 20:52:20 -0500
9372          Message-Id: <199810210152.UAA07792@simon.er.usgs.gov>
9373          Subject: Exporter.pm's export_to_level() argument handling buggy
9374  Branch: perl
9375        ! lib/Exporter.pm
9376 ____________________________________________________________________________
9377 [  2067] By: gsar                                  on 1998/10/25  06:50:19
9378     Log: From: jan.dubois@ibm.net (Jan Dubois)
9379          Date: Wed, 21 Oct 1998 00:55:51 +0200
9380          Message-ID: <36380269.55370608@smtp1.ibm.net>
9381          Subject: Make _really_ sure Dynaloader.xs code is initialized only once
9382  Branch: perl
9383        ! ext/DynaLoader/DynaLoader_pm.PL
9384 ____________________________________________________________________________
9385 [  2066] By: gsar                                  on 1998/10/25  06:48:19
9386     Log: recognize '%' as a shell metachar for win32
9387          From: jan.dubois@ibm.net (Jan Dubois)
9388          Date: Tue, 20 Oct 1998 21:57:35 +0200
9389          Message-ID: <3636ea31.49170453@smtp1.ibm.net>
9390          Subject: [PATCH 5.005_02, Win32]  Re: %ENV% not expanded in backquotes?
9391  Branch: perl
9392        ! win32/win32.c
9393 ____________________________________________________________________________
9394 [  2065] By: gsar                                  on 1998/10/25  06:46:30
9395     Log: remove FAST_SV_GETS remnant (as suggested by Gisle Aas)
9396  Branch: perl
9397        ! sv.c
9398 ____________________________________________________________________________
9399 [  2064] By: gsar                                  on 1998/10/25  06:45:09
9400     Log: From: Gisle Aas <gisle@aas.no>
9401          Date: 20 Oct 1998 14:24:44 +0200
9402          Message-ID: <m34sszctf7.fsf@furu.g.aas.no>
9403          Subject: ord() and unpack("U*",...) should not be negative
9404  Branch: perl
9405        ! pp.c
9406 ____________________________________________________________________________
9407 [  2063] By: gsar                                  on 1998/10/25  06:42:29
9408     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9409          Date: Sun, 18 Oct 1998 23:20:57 -0400 (EDT)
9410          Message-Id: <199810190320.XAA28249@monk.mps.ohio-state.edu>
9411          Subject: [PATCH 5.005_*] Improve sbrk() on OS/2
9412  Branch: perl
9413        ! os2/os2.c
9414 ____________________________________________________________________________
9415 [  2062] By: gsar                                  on 1998/10/25  06:41:26
9416     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9417          Date: Sun, 18 Oct 1998 23:10:29 -0400 (EDT)
9418          Message-Id: <199810190310.XAA28102@monk.mps.ohio-state.edu>
9419          Subject: [PATCH 5.005_*] Speed up aassign
9420  Branch: perl
9421        ! pp_hot.c
9422 ____________________________________________________________________________
9423 [  2061] By: gsar                                  on 1998/10/25  06:39:04
9424     Log: From: Graham Barr <gbarr@pobox.com>
9425          Date: Sat, 17 Oct 1998 22:22:02 -0500
9426          Message-ID: <19981017222202.J510@pobox.com>
9427          Subject: Re: '*' prototype does not allow bareword with strict
9428  Branch: perl
9429        ! toke.c
9430 ____________________________________________________________________________
9431 [  2060] By: gsar                                  on 1998/10/25  06:37:34
9432     Log: handle '::' in section names properly
9433          From: Graham Barr <gbarr@pobox.com>
9434          Date: Sat, 17 Oct 1998 12:57:54 -0500
9435          Message-ID: <19981017125754.C510@pobox.com>
9436          Subject: Re: pod2html
9437  Branch: perl
9438        ! lib/Pod/Html.pm
9439 ____________________________________________________________________________
9440 [  2059] By: gsar                                  on 1998/10/25  06:33:43
9441     Log: integrate changes#1982,2014,2021 (from maint-5.005)
9442  Branch: perl
9443       !> av.c doop.c ext/POSIX/POSIX.xs hv.c lib/ExtUtils/MakeMaker.pm
9444       !> mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c t/op/tie.t
9445 ____________________________________________________________________________
9446 [  2058] By: gsar                                  on 1998/10/25  05:44:17
9447     Log: allow more win32 symbol exports (suggested by Jan Dubois)
9448  Branch: perl
9449        ! win32/makedef.pl
9450 ____________________________________________________________________________
9451 [  2057] By: gsar                                  on 1998/10/25  05:40:40
9452     Log: integrate change#2053 from maint-5.005
9453  Branch: perl
9454       !> cop.h t/cmd/while.t
9455 ____________________________________________________________________________
9456 [  2056] By: gsar                                  on 1998/10/25  05:16:41
9457     Log: commented version of a patch suggested by Drago Goricanec
9458          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
9459          Date: 16 Oct 1998 15:24:45 +0300
9460          Message-ID: <oeeogrc1ype.fsf@alpha.hut.fi>
9461          Subject: Re: [PATCH 5.005_52] Linux select fails with more than 32 FDs
9462  Branch: perl
9463        ! pp_sys.c
9464 ____________________________________________________________________________
9465 [  2055] By: gsar                                  on 1998/10/25  05:11:03
9466     Log: include eof() in description of buffering caveats
9467          From: Anton Berezin <tobez@plab.ku.dk>
9468          Date: Fri, 16 Oct 1998 19:22:41 +0200 (CEST)
9469          Message-Id: <199810161722.TAA28813@lion.plab.ku.dk>
9470          Subject: [DOCPATCH] pod/perlfunc.pod
9471  Branch: perl
9472        ! pod/perlfunc.pod
9473 ____________________________________________________________________________
9474 [  2054] By: gsar                                  on 1998/10/25  05:07:42
9475     Log: disallow 'x' in hex numbers (except leading '0x')
9476          From: Gisle Aas <gisle@aas.no>
9477          Date: 16 Oct 1998 16:33:12 +0200
9478          Message-ID: <m3n26wtw47.fsf@furu.g.aas.no>
9479          Subject: Re: [PATCH 5.005_52] 'x' is not a legal hex digit
9480  Branch: perl
9481        ! perlvars.h t/op/oct.t util.c
9482 ____________________________________________________________________________
9483 [  2052] By: gsar                                  on 1998/10/25  04:49:04
9484     Log: avoid the circular refcnt logic in magic_mutexfree()
9485  Branch: perl
9486        ! mg.c pp.c pp_hot.c
9487 ____________________________________________________________________________
9488 [  2051] By: gsar                                  on 1998/10/25  04:35:07
9489     Log: properly restore PL_rsfp_filters after require
9490  Branch: perl
9491        ! embed.h global.sym objXSUB.h objpp.h pp_ctl.c proto.h scope.c
9492        ! scope.h
9493 ____________________________________________________________________________
9494 [  2050] By: gsar                                  on 1998/10/25  02:42:32
9495     Log: integrate cfgperl changes back into mainline
9496  Branch: perl
9497       +> README.posix-bc hints/posix-bc.sh hints/vmesa.sh
9498       +> vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
9499       !> (integrate 33 files)
9500 ____________________________________________________________________________
9501 [  2049] By: gsar                                  on 1998/10/25  01:30:48
9502     Log: avoid "mysterious" compile-time failures without messages
9503  Branch: perl
9504        ! gv.c
9505 ____________________________________________________________________________
9506 [  2041] By: gsar                                  on 1998/10/23  21:11:56
9507     Log: checkin jpl under //depot/perlext/jpl/...
9508  Branch: perlext
9509        + jpl/JNI/Changes jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/MANIFEST
9510        + jpl/JNI/Makefile.PL jpl/JNI/test.pl jpl/JNI/typemap
9511        + jpl/JPL/AutoLoader.pm jpl/JPL/Class.pm jpl/JPL/Compile.pm
9512        + jpl/JPL/Makefile.PL jpl/JPL_Rolo/JPL_Rolo.jpl
9513        + jpl/JPL_Rolo/Makefile.PL jpl/JPL_Rolo/README
9514        + jpl/JPL_Rolo/cardfile jpl/PerlInterpreter/Makefile
9515        + jpl/PerlInterpreter/Makefile.PL
9516        + jpl/PerlInterpreter/PerlInterpreter.c
9517        + jpl/PerlInterpreter/PerlInterpreter.h
9518        + jpl/PerlInterpreter/PerlInterpreter.java jpl/README
9519        + jpl/Sample/Makefile.PL jpl/Sample/Sample.jpl
9520        + jpl/Test/Makefile.PL jpl/Test/Test.jpl jpl/bin/jpl
9521        + jpl/get_jdk/README jpl/get_jdk/get_jdk.pl
9522        + jpl/get_jdk/jdk_hosts jpl/install-jpl
9523 ____________________________________________________________________________
9524 [  2040] By: larry                                 on 1998/10/23  19:31:42
9525     Log: chr(0xFFFFFFFF) didn't translate to utf8 character
9526  Branch: perl
9527        ! pp.c
9528 ____________________________________________________________________________
9529 [  2039] By: larry                                 on 1998/10/23  18:48:34
9530     Log: tr///d does not seem to work
9531  Branch: perl
9532        ! lib/utf8_heavy.pl
9533 ____________________________________________________________________________
9534 [  2038] By: larry                                 on 1998/10/23  18:00:41
9535     Log: Program with utf8 identifiers fails to compile
9536  Branch: perl
9537        ! doop.c gv.c op.c pp.c pp_hot.c toke.c
9538 ____________________________________________________________________________
9539 [  2037] By: jhi                                   on 1998/10/23  14:04:51
9540     Log: Test suite portability:
9541          - posix-bc does not write to broken pipes
9542          - filehand #11 only iff we have fork
9543          - warning.t can now match $expected using regular expressions
9544  Branch: cfgperl
9545        ! t/io/pipe.t t/lib/filehand.t t/pragma/warn/doio
9546        ! t/pragma/warning.t
9547 ____________________________________________________________________________
9548 [  2036] By: jhi                                   on 1998/10/23  12:12:07
9549     Log: yacc clarification.
9550  Branch: cfgperl
9551        ! README.posix-bc
9552 ____________________________________________________________________________
9553 [  2035] By: jhi                                   on 1998/10/23  12:09:59
9554     Log: Some C compilers get upset about 8-bit characters in /* comments. */
9555  Branch: cfgperl
9556        ! mg.c
9557 ____________________________________________________________________________
9558 [  2034] By: jhi                                   on 1998/10/22  09:11:52
9559     Log: Configure update: both for pthread_yield more robust
9560          testing (all variants of pthread_attr_getdetachstate()) --
9561          and because Configure was broken in major way! About 1000
9562          last lines were truncated.
9563  Branch: cfgperl
9564        ! Configure
9565 ____________________________________________________________________________
9566 [  2033] By: jhi                                   on 1998/10/22  07:47:10
9567     Log: DJGPP feedback for #2028.
9568  Branch: cfgperl
9569        ! thread.h
9570 ____________________________________________________________________________
9571 [  2032] By: jhi                                   on 1998/10/21  13:03:57
9572     Log: yielding, the saga continues.
9573  Branch: cfgperl
9574        ! Configure config_h.SH
9575       !> av.c lib/constant.pm op.c pod/perldiag.pod pp_ctl.c
9576       !> t/op/goto.t t/pragma/constant.t
9577 ____________________________________________________________________________
9578 [  2031] By: jhi                                   on 1998/10/21  09:15:42
9579     Log: VM/ESA feedback for #2028.
9580  Branch: cfgperl
9581        ! Configure config_h.SH thread.h
9582 ____________________________________________________________________________
9583 [  2030] By: gsar                                  on 1998/10/21  04:22:53
9584     Log: fix handling of mayhaps-extended @_ in goto &sub
9585  Branch: perl
9586        ! av.c pp_ctl.c t/op/goto.t
9587 ____________________________________________________________________________
9588 [  2029] By: gsar                                  on 1998/10/21  00:54:14
9589     Log: restore sanity to "constant" references
9590  Branch: perl
9591        ! lib/constant.pm op.c pod/perldiag.pod t/pragma/constant.t
9592 ____________________________________________________________________________
9593 [  2028] By: jhi                                   on 1998/10/20  15:01:20
9594     Log: OLD_PTHREADS_API reorganizing.
9595  Branch: cfgperl
9596        ! dosish.h ext/Thread/Thread.xs perl.h thread.h util.c
9597        ! vmesa/vmesaish.h
9598 ____________________________________________________________________________
9599 [  2027] By: jhi                                   on 1998/10/20  14:14:51
9600     Log: #2026 fallout.
9601  Branch: cfgperl
9602        ! Makefile.SH
9603 ____________________________________________________________________________
9604 [  2026] By: jhi                                   on 1998/10/20  11:47:21
9605     Log: VM/ESA update.
9606  Branch: cfgperl
9607        ! Makefile.SH vmesa/vmesa.c vmesa/vmesaish.h
9608 ____________________________________________________________________________
9609 [  2025] By: jhi                                   on 1998/10/20  08:20:56
9610     Log: 64-bitness, based on
9611          
9612          From: Scott Henry <scotth@sgi.com>
9613          To: perl-64bit@perl.org
9614          Message-ID: <yd8u30zyerl.fsf@hoshi.engr.sgi.com>
9615          Subject: Re: Configure problems/questions...
9616          Date: 19 Oct 1998 22:38:06 -0700
9617  Branch: cfgperl
9618        ! hints/irix_6.sh perl.h
9619 ____________________________________________________________________________
9620 [  2024] By: jhi                                   on 1998/10/20  08:09:07
9621     Log: Add lseeksize.
9622  Branch: cfgperl
9623        ! config_h.SH
9624 ____________________________________________________________________________
9625 [  2023] By: jhi                                   on 1998/10/20  08:08:33
9626     Log: Mumble about _yields() only when threaded.
9627  Branch: cfgperl
9628        ! Configure
9629 ____________________________________________________________________________
9630 [  2022] By: jhi                                   on 1998/10/20  07:46:26
9631     Log: Thinko at PTHREADS_CREATED_JOINABLE.
9632  Branch: cfgperl
9633        ! thread.h
9634 ____________________________________________________________________________
9635 [  2021] By: gbarr                                 on 1998/10/20  01:25:23
9636     Log: From: Chip Salzenberg <chip@perlsupport.com>
9637          Date: Tue, 6 Oct 1998 13:33:05 -0400
9638          Message-ID: <19981006133305.A2348@perlsupport.com>
9639          Subject: [PATCH] 5.005_02: Eliminate leak on self-ties
9640  Branch: maint-5.005/perl
9641        ! av.c doop.c hv.c mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c
9642        ! t/op/tie.t
9643 ____________________________________________________________________________
9644 [  2020] By: jhi                                   on 1998/10/19  09:15:53
9645     Log: YIELD more robustly.
9646  Branch: cfgperl
9647        ! thread.h
9648 ____________________________________________________________________________
9649 [  2019] By: jhi                                   on 1998/10/19  08:48:33
9650     Log: VM/ESA (and OS390) are in between of OLD_PTHREADS_API and
9651          the 'new' one (just like DJGPP, it seems).
9652  Branch: cfgperl
9653        ! thread.h
9654 ____________________________________________________________________________
9655 [  2018] By: jhi                                   on 1998/10/19  07:02:44
9656     Log: vmesaish.h doesn't exclude unixish.h.
9657  Branch: cfgperl
9658        ! perl.h
9659 ____________________________________________________________________________
9660 [  2017] By: jhi                                   on 1998/10/19  06:44:19
9661     Log: 1<<$randbits is not good for randbits=48.
9662  Branch: cfgperl
9663        ! t/op/rand.t
9664 ____________________________________________________________________________
9665 [  2016] By: jhi                                   on 1998/10/19  06:39:47
9666     Log: Make #2012 glob pattern more portable.
9667  Branch: cfgperl
9668        ! Makefile.SH
9669 ____________________________________________________________________________
9670 [  2014] By: gbarr                                 on 1998/10/17  20:31:42
9671     Log: Fix POSIX::sigprocmask not to check type of $old parameter
9672          as it is output only
9673  Branch: maint-5.005/perl
9674        ! ext/POSIX/POSIX.xs
9675 ____________________________________________________________________________
9676 [  2012] By: jhi                                   on 1998/10/17  15:04:23
9677     Log: clean numbered core dumps and t/tmp[0-9]*.
9678  Branch: cfgperl
9679        ! Makefile.SH
9680 ____________________________________________________________________________
9681 [  2011] By: jhi                                   on 1998/10/17  14:59:15
9682     Log: More robust yacc/bison failure output handling.
9683  Branch: cfgperl
9684        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
9685 ____________________________________________________________________________
9686 [  2010] By: jhi                                   on 1998/10/17  14:51:05
9687     Log: BC2000 POSIX update.
9688  Branch: cfgperl
9689        ! MANIFEST
9690 ____________________________________________________________________________
9691 [  2009] By: jhi                                   on 1998/10/17  14:49:46
9692     Log: POSIX BC2000 port from perl-mvs:
9693          
9694          Subject: Ported perl 5.005.02 to BS2000 / POSIX
9695          From: Dorner Thomas <Thomas.Dorner@start.de> 
9696          Date: Tue, 29 Sep 1998 13:29:36 +0100 
9697          Message-ID: <9CE47B416A24D2118BC40000F84009B20B72C5@start.de> 
9698  Branch: cfgperl
9699        + README.posix-bc hints/posix-bc.sh
9700        ! Configure MANIFEST perl.c perly.y proto.h t/lib/cgi-html.t
9701        ! t/op/magic.t t/op/pack.t t/op/quotemeta.t t/op/subst.t toke.c
9702        ! unixish.h
9703 ____________________________________________________________________________
9704 [  2008] By: jhi                                   on 1998/10/17  14:07:49
9705     Log: VM/ESA-update.
9706  Branch: cfgperl
9707        ! MANIFEST
9708 ____________________________________________________________________________
9709 [  2007] By: jhi                                   on 1998/10/17  13:55:34
9710     Log: Forgot few S_I* imports.
9711  Branch: cfgperl
9712        ! t/lib/ipc_sysv.t
9713 ____________________________________________________________________________
9714 [  2006] By: jhi                                   on 1998/10/17  13:43:54
9715     Log: The VM/ESA port essentials, based on
9716          
9717          perl-mvs:
9718          
9719          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
9720          Subject: Re: Can't find Data/Dumper.pm
9721          Date: Mon, 28 Sep 1998 07:40:49 +1300
9722          Message-ID: <360E86B0.23847AF4@mailbox.tabnsw.com.au>
9723          
9724          private email:
9725          
9726          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
9727          Subject: Re: Perl thread problems in VM/ESA
9728          Date: Thu, 15 Oct 1998 07:18:35 +1300
9729          Message-ID: <3624EAFA.16163A2B@mailbox.tabnsw.com.au>
9730          
9731          and private email:
9732          
9733          From: Neale Ferguson <NEALE@PUCC.PRINCETON.EDU>
9734          Subject:  perl archive
9735          Date:  Sun, 11 Oct 1998 19:28:54 EDT
9736          Message-Id: <19981011233112Z67215-26626+1513@outbound.Princeton.EDU>
9737          which gave a pointer to
9738          
9739          http://pucc.princeton.edu/~neale/perl.tar
9740          
9741          (based on Perl 5.005_51)
9742  Branch: cfgperl
9743        + hints/vmesa.sh vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
9744        ! ext/Errno/Errno_pm.PL perl.c perl.h perly.y pp_sys.c
9745        ! t/io/pipe.t t/lib/cgi-html.t t/lib/ipc_sysv.t t/op/magic.t
9746        ! t/op/pack.t t/op/quotemeta.t t/op/subst.t util.c x2p/a2p.h
9747 ____________________________________________________________________________
9748 [  2005] By: jhi                                   on 1998/10/17  13:17:19
9749     Log: Integrate mainperl.
9750  Branch: cfgperl
9751       !> Porting/genlog ext/B/B/CC.pm ext/POSIX/POSIX.pm
9752       !> lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
9753       !> lib/Term/Complete.pm op.c opcode.h opcode.pl os2/Makefile.SHs
9754       !> os2/os2.c pod/perlfunc.pod pod/perlxs.pod pp.c sv.c
9755       !> t/op/grent.t t/op/sysio.t t/op/tiehandle.t toke.c
9756       !> utils/perldoc.PL vms/ext/Stdio/Stdio.pm win32/Makefile
9757       !> win32/makefile.mk
9758 ____________________________________________________________________________
9759 [  2004] By: jhi                                   on 1998/10/17  11:19:06
9760     Log: Removed an extra ' from the int64_t test.
9761  Branch: cfgperl
9762        ! Configure
9763 ____________________________________________________________________________
9764 [  2003] By: gsar                                  on 1998/10/17  04:11:40
9765     Log: silence -w noises (suggested by Greg Bacon)
9766  Branch: perl
9767        ! lib/Term/Complete.pm
9768 ____________________________________________________________________________
9769 [  2002] By: gsar                                  on 1998/10/17  04:07:48
9770     Log: From: Gisle Aas <gisle@aas.no>
9771          Date: 14 Oct 1998 15:53:14 +0200
9772          Message-ID: <m3g1cr9rn9.fsf@furu.g.aas.no>
9773          Subject: Re: chr(0xFFFF_FFFF) and "\x{10_FFFF}" [PATCH 5.005_52]
9774  Branch: perl
9775        ! util.c
9776 ____________________________________________________________________________
9777 [  2001] By: gsar                                  on 1998/10/17  04:06:10
9778     Log: From: Gisle Aas <gisle@aas.no>
9779          Date: 14 Oct 1998 15:17:44 +0200
9780          Message-ID: <m3iuhn9taf.fsf@furu.g.aas.no>
9781          Subject: [PATCH 5.005_52] Core dump from "Missing right brace on \x{}"
9782  Branch: perl
9783        ! toke.c
9784 ____________________________________________________________________________
9785 [  2000] By: gsar                                  on 1998/10/17  03:06:33
9786     Log: From: Gisle Aas <gisle@aas.no>
9787          Date: 14 Oct 1998 00:38:06 +0200
9788          Message-ID: <m3iuhonl4h.fsf@furu.g.aas.no>
9789          Subject: [PATCH 5.005_52] utf8 substr can access memory outside PVX buffer
9790  Branch: perl
9791        ! sv.c
9792 ____________________________________________________________________________
9793 [  1999] By: gsar                                  on 1998/10/17  03:04:48
9794     Log: From: Dan Sugalski <sugalskd@osshe.edu>
9795          Date: Tue, 13 Oct 1998 15:10:57 -0700
9796          Message-Id: <3.0.6.32.19981013151057.00a947a0@ous.edu>
9797          Subject: [PATCH 5.004/5.005/5.006]Doc patch to VMS::Stdio module
9798  Branch: perl
9799        ! vms/ext/Stdio/Stdio.pm
9800 ____________________________________________________________________________
9801 [  1998] By: gsar                                  on 1998/10/17  03:00:40
9802     Log: skip readonly vars and unref references when doing a reset()
9803  Branch: perl
9804        ! sv.c
9805 ____________________________________________________________________________
9806 [  1997] By: gsar                                  on 1998/10/17  02:49:19
9807     Log: fix buggy treatment of large checksums on unicode strings
9808          From: Gisle Aas <gisle@aas.no>
9809          Date: 13 Oct 1998 21:35:39 +0200
9810          Message-ID: <m31zocp850.fsf@furu.g.aas.no>
9811          Subject: unpack("%48U*",...)  [PATCH 5.005_52]
9812  Branch: perl
9813        ! pp.c
9814 ____________________________________________________________________________
9815 [  1996] By: gsar                                  on 1998/10/17  02:43:22
9816     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9817          Date: Tue, 13 Oct 1998 04:46:00 -0400 (EDT)
9818          Message-Id: <199810130846.EAA00769@monk.mps.ohio-state.edu>
9819          Subject: [PATCH 5.005_52] Memory overrun in os2.c
9820  Branch: perl
9821        ! os2/Makefile.SHs os2/os2.c
9822 ____________________________________________________________________________
9823 [  1995] By: gsar                                  on 1998/10/17  02:42:01
9824     Log: clarify section name rules for typemaps
9825  Branch: perl
9826        ! pod/perlxs.pod
9827 ____________________________________________________________________________
9828 [  1994] By: gsar                                  on 1998/10/17  02:33:02
9829     Log: whitespace-proof grent.t
9830  Branch: perl
9831        ! t/op/grent.t
9832 ____________________________________________________________________________
9833 [  1993] By: gsar                                  on 1998/10/17  02:27:29
9834     Log: fix bug in B::CC::pp_sassign()
9835          From: "vishal bhatia" <vishalb@hotmail.com>
9836          Date: Sun, 11 Oct 1998 18:41:38 PDT
9837          Message-ID: <19981012014139.19614.qmail@hotmail.com>
9838          Subject: B::CC problems with pp_sassign routine
9839  Branch: perl
9840        ! ext/B/B/CC.pm
9841 ____________________________________________________________________________
9842 [  1992] By: gsar                                  on 1998/10/17  02:17:49
9843     Log: applied suggested patch with small doc tweak
9844          From: Gisle Aas <gisle@aas.no>
9845          Date: 11 Oct 1998 12:53:13 +0200
9846          Message-ID: <m3u31bfjza.fsf@furu.g.aas.no>
9847          Subject: Re: [PATCH 5.005_52] Optional syswrite LENGTH argument
9848  Branch: perl
9849        ! opcode.h opcode.pl pod/perlfunc.pod pp_sys.c t/op/sysio.t
9850        ! t/op/tiehandle.t
9851 ____________________________________________________________________________
9852 [  1991] By: gsar                                  on 1998/10/17  02:08:30
9853     Log: apply non-conflicting parts from suggested patch
9854          From: jan.dubois@ibm.net (Jan Dubois)
9855          Date: Sat, 10 Oct 1998 13:15:45 +0200
9856          Message-ID: <36223ed7.18279374@smtp1.ibm.net>
9857          Subject: [PATCH 5.005_52] Still more MakeMaker  patches
9858  Branch: perl
9859        ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
9860 ____________________________________________________________________________
9861 [  1990] By: gsar                                  on 1998/10/17  02:01:24
9862     Log: provide option to enable optimization with VC (suggested by Jan
9863          Dubois)
9864  Branch: perl
9865        ! win32/Makefile win32/makefile.mk
9866 ____________________________________________________________________________
9867 [  1989] By: gsar                                  on 1998/10/17  01:55:27
9868     Log: Rhapsody DR2 has bsd/ctypes.h, not objc/NXCType.h (suggested by
9869          Dave Leppik <dleppik@gage.com>
9870  Branch: perl
9871        ! perl.h
9872 ____________________________________________________________________________
9873 [  1988] By: gsar                                  on 1998/10/17  01:49:05
9874     Log: stray typo found by Hugo van der Sanden
9875  Branch: perl
9876        ! op.c
9877 ____________________________________________________________________________
9878 [  1987] By: gsar                                  on 1998/10/17  01:45:52
9879     Log: perldoc pod update
9880          From: Daniel Grisinger <dgris@perrin.dimensional.com>
9881          Date: 06 Oct 1998 23:56:51 -0600
9882          Message-ID: <m3g1d0kj8c.fsf@perrin.dimensional.com>
9883          Subject: [PATCH _02 and _52] perldoc
9884  Branch: perl
9885        ! utils/perldoc.PL
9886 ____________________________________________________________________________
9887 [  1986] By: gsar                                  on 1998/10/17  01:41:40
9888     Log: qualify names of builtins
9889  Branch: perl
9890        ! ext/POSIX/POSIX.pm
9891 ____________________________________________________________________________
9892 [  1982] By: gbarr                                 on 1998/10/17  00:20:57
9893     Log: From: Jochen Wiedmann <joe@ispsoft.de>
9894          Date: Thu, 17 Sep 1998 17:16:06 +0200
9895          Message-ID: <360127B6.E44564A@ispsoft.de>
9896          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
9897  Branch: maint-5.005/perl
9898        ! lib/ExtUtils/MakeMaker.pm
9899 ____________________________________________________________________________
9900 [  1978] By: gsar                                  on 1998/10/16  01:58:58
9901     Log: integrate cfgperl mods into mainline
9902  Branch: perl
9903       +> ext/DynaLoader/dl_vmesa.xs
9904        ! Porting/genlog
9905       !> Configure MANIFEST Makefile.SH config_h.SH
9906       !> ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
9907       !> hints/linux.sh hints/os390.sh op.c t/op/pat.t thread.h
9908       !> x2p/Makefile.SH
9909 ____________________________________________________________________________
9910 [  1976] By: gsar                                  on 1998/10/16  00:10:52
9911     Log: stray tweak
9912  Branch: perl
9913        ! op.c
9914 ____________________________________________________________________________
9915 [  1975] By: gsar                                  on 1998/10/15  23:54:38
9916     Log: propagate typeness of lexicals while cloning them
9917  Branch: perl
9918        ! op.c
9919 ____________________________________________________________________________
9920 [  1974] By: gsar                                  on 1998/10/15  23:53:25
9921     Log: s/last/first/ typo in append_list()
9922  Branch: perl
9923        ! op.c
9924 ____________________________________________________________________________
9925 [  1973] By: gsar                                  on 1998/10/15  20:06:17
9926     Log: nuke confperl branch and contents
9927  Branch: confperl
9928        - (delete 1284 files)
9929 ____________________________________________________________________________
9930 [  1972] By: jhi                                   on 1998/10/15  07:07:35
9931     Log: Test #162 had been added but the "print 1..161" had not been updated.
9932  Branch: cfgperl
9933        ! t/op/pat.t
9934 ____________________________________________________________________________
9935 [  1971] By: gsar                                  on 1998/10/15  03:09:58
9936     Log: check in all confperl changes as of change#1964 into cfgperl
9937  Branch: cfgperl
9938        + ext/DynaLoader/dl_vmesa.xs
9939        ! Configure MANIFEST Makefile.SH config_h.SH
9940        ! ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
9941        ! hints/linux.sh hints/os390.sh op.c thread.h x2p/Makefile.SH
9942 ____________________________________________________________________________
9943 [  1970] By: gsar                                  on 1998/10/15  03:05:59
9944     Log: integrate mainline to get tr.t
9945  Branch: cfgperl
9946       +> t/op/tr.t
9947 ____________________________________________________________________________
9948 [  1969] By: gsar                                  on 1998/10/15  03:04:17
9949     Log: add missing tr.t to repository
9950  Branch: perl
9951        + t/op/tr.t
9952 ____________________________________________________________________________
9953 [  1968] By: gsar                                  on 1998/10/15  03:02:43
9954     Log: create cfgperl branch
9955  Branch: cfgperl
9956       +> (branch 1282 files)
9957 ____________________________________________________________________________
9958 [  1967] By: gsar                                  on 1998/10/15  02:46:08
9959     Log: correct bugs exposed in MM_Unix.pm by commenting out Selfloader
9960          (MAN3PODS cannot be set to ' '; stray stricture violation)
9961  Branch: perl
9962        ! ext/B/Makefile.PL ext/DB_File/Makefile.PL
9963        ! ext/Data/Dumper/Makefile.PL ext/DynaLoader/Makefile.PL
9964        ! ext/Errno/Makefile.PL ext/Fcntl/Makefile.PL
9965        ! ext/GDBM_File/Makefile.PL ext/IO/Makefile.PL
9966        ! ext/IPC/SysV/Makefile.PL ext/NDBM_File/Makefile.PL
9967        ! ext/ODBM_File/Makefile.PL ext/Opcode/Makefile.PL
9968        ! ext/POSIX/Makefile.PL ext/SDBM_File/Makefile.PL
9969        ! ext/Socket/Makefile.PL ext/Thread/Makefile.PL
9970        ! ext/attrs/Makefile.PL ext/re/Makefile.PL
9971        ! lib/ExtUtils/MM_Unix.pm
9972 ____________________________________________________________________________
9973 [  1966] By: gsar                                  on 1998/10/15  02:19:03
9974     Log: tweak to make fix in change#1944 behave correctly for closures
9975          created within eval''
9976  Branch: perl
9977        ! op.c t/op/eval.t
9978 ____________________________________________________________________________
9979 [  1965] By: gsar                                  on 1998/10/14  23:22:41
9980     Log: use better numbers for exitstatus test
9981  Branch: perl
9982        ! t/op/die_exit.t
9983 ____________________________________________________________________________
9984 [  1964] By: jhi                                   on 1998/10/14  17:25:41
9985     Log: Add VM/ESA dynaloading (uses <dll.h>).
9986  Branch: confperl
9987        + ext/DynaLoader/dl_vmesa.xs
9988        ! MANIFEST
9989 ____________________________________________________________________________
9990 [  1963] By: jhi                                   on 1998/10/14  17:17:10
9991     Log: Remove a2p.loadmap in 'clean' target.
9992  Branch: confperl
9993        ! x2p/Makefile.SH
9994 ____________________________________________________________________________
9995 [  1962] By: jhi                                   on 1998/10/14  17:13:11
9996     Log: VM/ESA produces also .prelmaps. (No, not .perlmaps...)
9997  Branch: confperl
9998        ! Makefile.SH
9999 ____________________________________________________________________________
10000 [  1961] By: jhi                                   on 1998/10/14  16:27:39
10001     Log: VM/ESA creates executable.loadmaps.
10002  Branch: confperl
10003        ! Makefile.SH
10004 ____________________________________________________________________________
10005 [  1960] By: jhi                                   on 1998/10/14  15:37:39
10006     Log: Introduce SCHED_YIELD (one of sched_yield(),
10007          pthread_yield(), or pthread_yield(NULL)).
10008          YIELD is then defined using SCHED_YIELD unless
10009          a platform-specific YIELD has already been defined.
10010          
10011          Support pthread_attr_setdetachstate(pthread_attr_t*, int*).
10012          
10013          The need for pthread_yield(NULL) and pthread_attr_setdet...
10014          introduced by (private email)
10015          
10016          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
10017          Date: Sat, 10 Oct 1998 21:08:15 +1300
10018          Message-ID: <361F15EE.47376EC@mailbox.tabnsw.com.au>
10019          Subject: Re: Perl thread problems in VM/ESA
10020          
10021          Better select() protoprobe (for AIX), from (private email)
10022          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
10023          Date: Fri, 2 Oct 1998 14:52:25 -0400 (EDT)
10024          Message-Id: <Pine.SUN.3.96.981002144601.11832D-100000@newton.phys>
10025          Subject: AIX select (fwd)
10026          From: Lars Hecking <lhecking@nmrc.ucc.ie>
10027          To: Andy Dougherty <doughera@lafcol.lafayette.edu>
10028          Date: Fri, 2 Oct 1998 10:40:01 +0100
10029          Subject: AIX select
10030          
10031          Linux-avoid-so.X.Y, based on
10032          From: "Kurt D. Starsinic" <kstar@chapin.edu>
10033          Date: Tue, 13 Oct 1998 15:55:07 -0400
10034          Message-ID: <19981013155507.B4004@O2.chapin.edu>
10035          Subject: Re: [PATCH 5.005_52] [Was: Re: How can Debian accomodate new installation ?]
10036  Branch: confperl
10037        ! Configure config_h.SH ext/Thread/Thread.xs hints/linux.sh
10038        ! thread.h
10039 ____________________________________________________________________________
10040 [  1959] By: jhi                                   on 1998/10/14  12:51:26
10041     Log: Some old pthread implementations have
10042          pthread_attr_setdetachstate(pthread_attr_t*, int*).
10043  Branch: confperl
10044        ! ext/Thread/Thread.xs
10045 ____________________________________________________________________________
10046 [  1958] By: jhi                                   on 1998/10/14  12:41:11
10047     Log: SCHED_YIELD and ATTR_JOINABLE fixes.  Thread.xs and Configure
10048          counterparts will follow soon.
10049  Branch: confperl
10050        ! thread.h
10051 ____________________________________________________________________________
10052 [  1957] By: jhi                                   on 1998/10/14  12:38:11
10053     Log: Add tr.t (MANIFEST already knew about it, strange)
10054  Branch: confperl
10055        + t/op/tr.t
10056 ____________________________________________________________________________
10057 [  1956] By: jhi                                   on 1998/10/14  12:24:35
10058     Log: Mutexen should be initialized only once.
10059  Branch: confperl
10060        ! gv.c op.c
10061 ____________________________________________________________________________
10062 [  1955] By: jhi                                   on 1998/10/14  12:19:38
10063     Log: os390 has its own cppstdin.
10064  Branch: confperl
10065        ! hints/os390.sh
10066 ____________________________________________________________________________
10067 [  1954] By: jhi                                   on 1998/10/14  12:15:06
10068     Log: Integrate with mainperl.
10069  Branch: confperl
10070       !> (integrate 1280 files)
10071 ____________________________________________________________________________
10072 [  1953] By: jhi                                   on 1998/10/14  11:48:08
10073     Log: Removed duplicate CMA threads code for HPUX 10.X.
10074          (probably residue of patch(1) being too understanding)
10075          Enhanced 64-bit settings. (redo change#1940)
10076  Branch: confperl
10077        ! hints/hpux.sh
10078 ____________________________________________________________________________
10079 [  1952] By: jhi                                   on 1998/10/14  11:45:16
10080     Log: (redo change#1949) Detypo in the d_open64 warning about
10081          the impending WHOA.
10082  Branch: confperl
10083        ! hints/irix_6.sh
10084 ____________________________________________________________________________
10085 [  1951] By: jhi                                   on 1998/10/14  10:54:16
10086     Log: Mutexen should only be inited once, after they have been New()ed.
10087  Branch: confperl
10088        ! gv.c op.c
10089 ____________________________________________________________________________
10090 [  1950] By: jhi                                   on 1998/10/14  10:41:43
10091     Log: Own cppstdin.
10092  Branch: confperl
10093        ! hints/os390.sh
10094 ____________________________________________________________________________
10095 [  1949] By: jhi                                   on 1998/10/14  10:34:23
10096     Log: Detypo in the d_open64 warning about the impending WHOA.
10097  Branch: confperl
10098        ! hints/irix_6.sh
10099 ____________________________________________________________________________
10100 [  1948] By: gsar                                  on 1998/10/14  05:38:01
10101     Log: two typos
10102  Branch: perl
10103        ! pp_hot.c t/op/eval.t
10104 ____________________________________________________________________________
10105 [  1947] By: gsar                                  on 1998/10/14  05:37:10
10106     Log: let docatch() pass the buck when restartop turns out to be null,
10107          making exceptions in BEGIN{} propagate as expected
10108  Branch: perl
10109        ! pp_ctl.c t/op/misc.t
10110 ____________________________________________________________________________
10111 [  1946] By: gsar                                  on 1998/10/13  03:41:49
10112     Log: add missing file from change#1943
10113  Branch: perl
10114        ! proto.h
10115 ____________________________________________________________________________
10116 [  1945] By: gsar                                  on 1998/10/13  03:32:02
10117     Log: defer "deep recursion" warnings until CXt_SUB context is properly
10118          set up
10119  Branch: perl
10120        ! pp_hot.c t/pragma/warn/pp_hot
10121 ____________________________________________________________________________
10122 [  1944] By: gsar                                  on 1998/10/13  03:15:50
10123     Log: change#1614 merely disabled earlier fix (doh!); undo it and properly
10124          fixup the cop_seq value that must be seen by lexical lookups that
10125          emanate within eval''
10126  Branch: perl
10127        ! cop.h op.c pp_ctl.c pp_hot.c scope.c t/op/eval.t
10128 ____________________________________________________________________________
10129 [  1943] By: gsar                                  on 1998/10/13  02:06:09
10130     Log: ensure recursive attempts to findlex()icals know enough about where
10131          the last eval'' context was encountered
10132  Branch: perl
10133        ! op.c t/op/eval.t
10134 ____________________________________________________________________________
10135 [  1942] By: gsar                                  on 1998/10/13  02:01:24
10136     Log: force copy of substrings when matching against temporaries
10137  Branch: perl
10138        ! pp_hot.c t/op/pat.t
10139 ____________________________________________________________________________
10140 [  1941] By: gsar                                  on 1998/10/13  01:49:16
10141     Log: don't longjmp() in pp_goto() (regressive bug from old single-stack
10142          implementation)
10143  Branch: perl
10144        ! pp_ctl.c t/op/runlevel.t
10145 ____________________________________________________________________________
10146 [  1940] By: jhi                                   on 1998/10/12  09:57:44
10147     Log: Removed duplicate CMA threads code for HPUX 10.X.
10148          (probably residue of patch(1) being too understanding)
10149          Enhanced 64-bit settings.
10150  Branch: confperl
10151        ! hints/hpux.sh
10152 ____________________________________________________________________________
10153 [  1939] By: jhi                                   on 1998/10/12  09:53:11
10154     Log: Initial sync from mainline perl.
10155  Branch: confperl
10156        + (add 1282 files)
10157 ____________________________________________________________________________
10158 [  1937] By: gsar                                  on 1998/10/06  21:16:34
10159     Log: fix $/ init for USE_THREADS
10160  Branch: perl
10161        ! perl.c
10162 ____________________________________________________________________________
10163 [  1936] By: gsar                                  on 1998/10/06  07:19:39
10164     Log: fix globals caught by change#1927; builds and tests on Solaris
10165  Branch: perl
10166        ! Changes mg.c op.c perl.c pp_ctl.c regcomp.c utf8.c utf8.h
10167        ! warning.h warning.pl
10168 ____________________________________________________________________________
10169 [  1935] By: gsar                                  on 1998/10/06  06:50:35
10170     Log: add test for previous fix
10171  Branch: perl
10172        ! ext/Thread/create.t
10173 ____________________________________________________________________________
10174 [  1934] By: gsar                                  on 1998/10/06  06:37:36
10175     Log: fix USE_THREADS coredump due to uninitialized PL_hv_fetch_ent_mh
10176  Branch: perl
10177        ! util.c
10178 ____________________________________________________________________________
10179 [  1933] By: gsar                                  on 1998/10/06  05:04:20
10180     Log: undo bogus part of change#1903 (as pointed out by Larry)
10181  Branch: perl
10182        ! pp_ctl.c
10183 ____________________________________________________________________________
10184 [  1932] By: gsar                                  on 1998/10/06  04:21:31
10185     Log: added tweaked version of suggested patch
10186          From: jan.dubois@ibm.net (Jan Dubois)
10187          Date: Sat, 03 Oct 1998 19:04:48 +0200
10188          Message-ID: <361d54b2.36841294@smtp1.ibm.net>
10189          Subject: [PATCH 5.005_52] More MakeMaker  patches
10190  Branch: perl
10191        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
10192        ! lib/ExtUtils/Mkbootstrap.pm lib/ExtUtils/Mksymlists.pm
10193 ____________________________________________________________________________
10194 [  1931] By: gsar                                  on 1998/10/06  04:04:33
10195     Log: use cpp symbols instead of hardwired constants
10196          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10197          Date: Mon, 05 Oct 1998 09:23:33 +0100
10198          Message-Id: <199810050823.JAA00891@crypt.compulink.co.uk>
10199          Subject: [PATCH 5.005_52] By the numbers (resend)
10200  Branch: perl
10201        ! op.c
10202 ____________________________________________________________________________
10203 [  1930] By: gsar                                  on 1998/10/06  04:01:55
10204     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10205          Message-Id: <199810050637.CAA07781@monk.mps.ohio-state.edu>
10206          Date: Mon, 5 Oct 1998 02:37:43 -0400 (EDT)
10207          Subject: [PATCH 5.005_52] Cumulative OS/2-related patch
10208  Branch: perl
10209        ! Makefile.SH hints/os2.sh lib/ExtUtils/MM_OS2.pm mg.c
10210        ! os2/Changes os2/Makefile.SHs os2/os2.c perl_exp.SH util.c
10211 ____________________________________________________________________________
10212 [  1929] By: gsar                                  on 1998/10/06  03:50:36
10213     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10214          Date: Mon, 5 Oct 1998 02:39:00 -0400 (EDT)
10215          Message-Id: <199810050639.CAA07803@monk.mps.ohio-state.edu>
10216          Subject: [PATCH 5.00552] Minor test improvement
10217  Branch: perl
10218        ! t/op/magic.t
10219 ____________________________________________________________________________
10220 [  1928] By: gsar                                  on 1998/10/06  03:49:03
10221     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10222          Date: Mon, 5 Oct 1998 02:38:23 -0400 (EDT)
10223          Message-Id: <199810050638.CAA07792@monk.mps.ohio-state.edu>
10224          Subject: [PATCH 5.00552] emacs/ptags inprovements
10225  Branch: perl
10226        ! emacs/ptags
10227 ____________________________________________________________________________
10228 [  1927] By: gsar                                  on 1998/10/06  03:47:44
10229     Log: disable C<#define dirty PL_dirty> et al.
10230  Branch: perl
10231        ! embed.pl embedvar.h
10232 ____________________________________________________________________________
10233 [  1926] By: gsar                                  on 1998/10/06  03:43:32
10234     Log: From: Mark-Jason Dominus <mjd@plover.com>
10235          Date: Sun, 04 Oct 1998 14:48:11 -0400
10236          Message-ID: <19981004184811.16048.qmail@plover.com>
10237          Subject: PATCH: perldoc -f does not locate -e, -r, -x, etc.
10238  Branch: perl
10239        ! utils/perldoc.PL
10240 ____________________________________________________________________________
10241 [  1925] By: gsar                                  on 1998/10/06  03:27:35
10242     Log: disable USE_THREADS when PERL_OBJECT is enabled
10243  Branch: perl
10244        ! win32/Makefile win32/makefile.mk
10245 ____________________________________________________________________________
10246 [  1924] By: gsar                                  on 1998/10/06  03:26:54
10247     Log: remove spurious unused conflicting globals (PL_yy{v,s}sp)
10248  Branch: perl
10249        ! Makefile.SH Todo-5.005 embedvar.h perlvars.h perly.c toke.c
10250        ! vms/perly_c.vms
10251 ____________________________________________________________________________
10252 [  1923] By: gsar                                  on 1998/10/03  05:19:56
10253     Log: make C<use> recognize C<require> overrides; allow C<do EXPR> to be
10254          overridden
10255  Branch: perl
10256        ! embed.h global.sym objXSUB.h objpp.h op.c perly.c perly.y
10257        ! proto.h vms/perly_c.vms
10258 ____________________________________________________________________________
10259 [  1922] By: gsar                                  on 1998/10/03  03:59:50
10260     Log: suppress manifypods leak in extensions
10261  Branch: perl
10262        ! ext/Errno/Makefile.PL ext/IPC/SysV/Makefile.PL pod/pod2man.PL
10263 ____________________________________________________________________________
10264 [  1921] By: gsar                                  on 1998/10/02  22:30:15
10265     Log: os390 fixes (suggested by Peter Prymmer)
10266  Branch: perl
10267        ! Makefile.SH regcomp.c
10268 ____________________________________________________________________________
10269 [  1920] By: gsar                                  on 1998/10/02  21:41:19
10270     Log: squelch undef warnings
10271          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10272          Date: Fri, 02 Oct 1998 11:01:14 +0100
10273          Message-Id: <199810021001.LAA19214@crypt.compulink.co.uk>
10274          Subject: [PATCH] Re: Apparent bug in Math::BigInt 
10275  Branch: perl
10276        ! Changes lib/Math/BigInt.pm
10277 ____________________________________________________________________________
10278 [  1919] By: gsar                                  on 1998/10/02  04:59:13
10279     Log: add note to INSTALL about ANSI C
10280  Branch: perl
10281        ! INSTALL
10282 ____________________________________________________________________________
10283 [  1918] By: gsar                                  on 1998/10/02  04:21:10
10284     Log: tolerate spaces when fixing up __cplusplus output by old h2xs
10285          From: jan.dubois@ibm.net (Jan Dubois)
10286          Date: Wed, 30 Sep 1998 23:35:30 +0200
10287          Message-ID: <3619a1e8.12336659@smtp1.ibm.net>
10288          Subject: [PATCH 5.005_52]: xsubpp and PERL_OBJECT
10289  Branch: perl
10290        ! lib/ExtUtils/xsubpp
10291 ____________________________________________________________________________
10292 [  1917] By: gsar                                  on 1998/10/02  04:16:02
10293     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
10294          Date: Thu, 1 Oct 1998 11:37:26 +0300 (EET DST)
10295          Message-Id: <199810010837.LAA31371@alpha.hut.fi>
10296          Subject: Re: Configure test for selectbits busted
10297  Branch: perl
10298        ! Configure
10299 ____________________________________________________________________________
10300 [  1916] By: gsar                                  on 1998/10/02  04:14:17
10301     Log: From: Dan Sugalski <sugalskd@osshe.edu>
10302          Date: Wed, 30 Sep 1998 17:15:20 -0700
10303          Message-Id: <3.0.6.32.19980930171520.00b22eb0@ous.edu>
10304          Subject: [PATCH 5.005_02]VMS config tweaks
10305  Branch: perl
10306        ! vms/descrip_mms.template vms/subconfigure.com
10307 ____________________________________________________________________________
10308 [  1915] By: gsar                                  on 1998/10/02  04:10:47
10309     Log: use Off_t to permit 64-bit seek()
10310          From: Scott Henry <scotth@sgi.com>
10311          Date: 29 Sep 1998 17:38:46 -0700
10312          Message-ID: <yd8lnn2zb6x.fsf_-_@hoshi.engr.sgi.com>
10313          Subject: Re: [PATCH] 5.005_02: Configure "Massive Attack"
10314          --
10315          Date: 28 Sep 1998 18:55:37 -0700
10316          Message-ID: <yd8ogrz1y3q.fsf@hoshi.engr.sgi.com>
10317          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
10318  Branch: perl
10319        ! doio.c pp_sys.c proto.h sv.c
10320 ____________________________________________________________________________
10321 [  1914] By: gsar                                  on 1998/10/02  04:05:36
10322     Log: normalize tm struct passed to strftime() with mktime()
10323          From: Spider Boardman <spider@orb.nashua.nh.us>
10324          Date: Wed, 30 Sep 1998 15:12:09 -0400
10325          Message-Id: <199809301912.PAA26119@Orb.Nashua.NH.US>
10326          Subject: [PATCH 5.005_52] Re: POSIX::strftime returns incorrect date 
10327  Branch: perl
10328        ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
10329 ____________________________________________________________________________
10330 [  1913] By: gsar                                  on 1998/10/02  03:59:46
10331     Log: don't try to run foo_SH.orig etc.
10332  Branch: perl
10333        ! Configure
10334 ____________________________________________________________________________
10335 [  1912] By: gsar                                  on 1998/10/02  03:45:37
10336     Log: make warning about glob process failure optional
10337  Branch: perl
10338        ! pod/perldiag.pod pp_hot.c
10339 ____________________________________________________________________________
10340 [  1911] By: gsar                                  on 1998/10/02  02:52:21
10341     Log: document yet another RE diagnostic, make it consistent with REG_INFTY
10342          From: Dominic Dunlop <domo@vo.lu>
10343          Date: Tue, 29 Sep 1998 21:06:30 +0000
10344          Message-Id: <v03110700b236f60b1375@[212.24.192.106]>
10345          Subject: [PATCH 5.005_52] Fix hard-coded "matches null string many times" limit
10346          --
10347          Date: Wed, 30 Sep 1998 11:46:44 +0000
10348          Message-Id: <v03110702b237beb04830@[212.24.192.74]>
10349          Subject: [PATCH 5.005_52] Add "Strange *+?{} ..." to perldiag
10350  Branch: perl
10351        ! pod/perldiag.pod regcomp.c
10352 ____________________________________________________________________________
10353 [  1910] By: gsar                                  on 1998/10/02  02:48:48
10354     Log: minor Configure tweaks (via private mail)
10355          From: Jarkko Hietaniemi <jhi@iki.fi>
10356          Date: Wed, 30 Sep 1998 02:25:06 +0300 (EET DST)
10357          Message-Id: <199809292325.CAA19737@alpha.hut.fi>
10358          Subject: [PATCH] 5.005_52: the drizzle continues
10359  Branch: perl
10360        ! Configure config_h.SH handy.h
10361 ____________________________________________________________________________
10362 [  1909] By: gsar                                  on 1998/10/02  02:46:39
10363     Log: update SCO hints for dynamic loading
10364          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
10365          Date: Mon, 28 Sep 1998 16:50:38 -0400 (EDT)
10366          Message-Id: <Pine.SUN.3.96.980928164648.8130E-100000@newton.phys>
10367          Subject: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
10368          --
10369          Date: Tue, 29 Sep 1998 16:48:55 -0400 (EDT)
10370          Message-Id: <Pine.SUN.3.96.980929164612.8634A-100000@newton.phys>
10371          Subject: Re: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
10372  Branch: perl
10373        ! hints/sco.sh
10374 ____________________________________________________________________________
10375 [  1908] By: gsar                                  on 1998/10/02  02:33:39
10376     Log: make File::Find work when wanted() is autoloaded or a symbolic ref
10377  Branch: perl
10378        ! lib/File/Find.pm
10379 ____________________________________________________________________________
10380 [  1907] By: gsar                                  on 1998/10/02  02:21:52
10381     Log: applied patches, but retained old behavior for win32 (where compilers
10382          can't read from stdin at all)
10383          From: Graham Barr <gbarr@ti.com>
10384          Date: Mon, 28 Sep 1998 09:41:49 -0500
10385          Message-ID: <19980928094149.B26576@asic.sc.ti.com>
10386          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
10387          --
10388          Date: Tue, 29 Sep 1998 12:35:43 -0500
10389          Message-ID: <19980929123543.Z26576@asic.sc.ti.com>
10390          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
10391  Branch: perl
10392        ! ext/Errno/Errno_pm.PL
10393 ____________________________________________________________________________
10394 [  1906] By: gsar                                  on 1998/10/02  02:02:19
10395     Log: tolerate whitespace in /etc/group entries (suggested by Jarkko
10396          Hietaniemi)
10397  Branch: perl
10398        ! t/op/grent.t
10399 ____________________________________________________________________________
10400 [  1905] By: gsar                                  on 1998/10/02  01:59:56
10401     Log: win32 caveats about truncate()
10402  Branch: perl
10403        ! pod/perlport.pod
10404 ____________________________________________________________________________
10405 [  1904] By: gsar                                  on 1998/10/02  01:53:25
10406     Log: various Configure and hints updates (prefer drand48() or random()
10407          over rand(); add -Dusemultiplicity; enhanced 64-bitness);  patch
10408          applied modulo SCO hints superceded by later patch
10409          From: Jarkko Hietaniemi <jhi@iki.fi>
10410          Date: Tue, 29 Sep 1998 00:56:33 +0300 (EET DST)
10411          Message-Id: <199809282156.AAA18615@alpha.hut.fi>
10412          Subject: [PATCH] 5.005_52: Configure et al:
10413  Branch: perl
10414        + ext/IPC/SysV/hints/next_3.pl
10415        ! Configure INSTALL MANIFEST config_h.SH ext/IPC/SysV/SysV.xs
10416        ! hints/dec_osf.sh hints/irix_6.sh hints/next_3.sh
10417        ! hints/solaris_2.sh perl.h pod/perldiag.pod pp.c pp_sys.c
10418 ____________________________________________________________________________
10419 [  1903] By: gsar                                  on 1998/10/02  01:42:37
10420     Log: fixes for bugs in /RE/p        from Hugo van der Sanden
10421          Date: Mon, 28 Sep 1998 17:41:49 +0100
10422          Message-Id: <199809281641.RAA02450@crypt.compulink.co.uk>
10423          Subject: [PATCH 5.005_52] Re: More on ?p 
10424          --
10425          Date: Thu, 01 Oct 1998 09:10:58 +0100
10426          Message-Id: <199810010810.JAA16426@crypt.compulink.co.uk>
10427          Subject: [PATCH 5.005_52] ?p fix
10428          --
10429          Date: Thu, 01 Oct 1998 10:45:56 +0100
10430          Message-Id: <199810010945.KAA16733@crypt.compulink.co.uk>
10431          Subject: [PATCH 5.005_52] more on ?p
10432  Branch: perl
10433        ! pp_ctl.c
10434 ____________________________________________________________________________
10435 [  1902] By: gsar                                  on 1998/10/02  01:36:14
10436     Log: From: Kenneth Duda <kjd@cisco.com>
10437          Date: Sun, 27 Sep 1998 20:22:12 -0700 (PDT)
10438          Message-Id: <199809280322.UAA01261@scorpion.cisco.com>
10439          Subject: writemain dies when there are more than 4000 characters of extensions
10440  Branch: perl
10441        ! writemain.SH
10442 ____________________________________________________________________________
10443 [  1901] By: gsar                                  on 1998/10/02  01:33:16
10444     Log: tweak run_byacc recipe
10445  Branch: perl
10446        ! Makefile.SH Porting/pumpkin.pod
10447 ____________________________________________________________________________
10448 [  1900] By: gsar                                  on 1998/10/02  01:02:09
10449     Log: use SETERRNO() to reset errno (suggested by Charles Bailey)
10450  Branch: perl
10451        ! perl.h pp_ctl.c
10452 ____________________________________________________________________________
10453 [  1899] By: gsar                                  on 1998/09/28  20:46:30
10454     Log: fix various 5.00552 mishaps (fixes suggested by Jan Dubois,
10455          Kurt Starsinic, Spider Boardman, Dan Sugalski and Albert
10456          Dvornik)
10457  Branch: perl
10458        ! hints/irix_6.sh lib/ExtUtils/MakeMaker.pm mg.c scope.c
10459 ____________________________________________________________________________
10460 [  1898] By: gsar                                  on 1998/09/28  20:42:52
10461     Log: flush unsubmitted 5.00552 change
10462  Branch: perl
10463        ! MANIFEST
10464 ____________________________________________________________________________
10465 [  1897] By: gsar                                  on 1998/09/27  04:43:06
10466     Log: run vms_yfix.pl
10467  Branch: perl
10468        ! vms/perly_c.vms
10469 ____________________________________________________________________________
10470 [  1896] By: gsar                                  on 1998/09/27  03:38:55
10471     Log: small tweak on last change
10472  Branch: perl
10473        ! win32/win32.c
10474 ____________________________________________________________________________
10475 [  1895] By: gsar                                  on 1998/09/27  03:17:17
10476     Log: fix win32_stat() to do the right thing for share names
10477  Branch: perl
10478        ! win32/win32.c
10479 ____________________________________________________________________________
10480 [  1891] By: larry                                 on 1998/09/25  18:50:40
10481     Log: Fixed apostrophe problem from Mark Knutsen.
10482  Branch: perl
10483        ! sv.h
10484
10485 ----------------
10486 Version 5.005_52
10487 ----------------
10488
10489 ____________________________________________________________________________
10490 [  1890] By: gsar                                  on 1998/09/25  10:25:00
10491     Log: update template config.sh, add new config vars to win32 stuff
10492  Branch: perl
10493        ! Changes Porting/config.sh Porting/config_H config_h.SH objpp.h
10494        ! pp_sys.c proto.h win32/config.bc win32/config.gc
10495        ! win32/config.vc win32/config_H.bc win32/config_H.gc
10496        ! win32/config_H.vc win32/win32.h
10497 ____________________________________________________________________________
10498 [  1889] By: gsar                                  on 1998/09/25  07:13:13
10499     Log: big Configure update from Jarkko: sync metaconfig units; d_statblks fix
10500          for Linux; hpux CMA-threads hints; ELF support for FreeBSD; beginnings
10501          of full-fledged 64-bit support (including support for: fseeko/ftello,
10502          Quad_t aka long long, hpux and irix 64-bits hints, new 64-bit constants
10503          in Fcntl)
10504          From: Jarkko Hietaniemi <jhi@iki.fi>
10505          Date: Fri, 11 Sep 1998 23:56:11 +0300 (EET DST)
10506          Message-Id: <199809112056.XAA04720@alpha.hut.fi>
10507          Subject: [PATCH] 5.005_51: Configure "Massive Attack"
10508          --
10509          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
10510          Date: 12 Sep 1998 09:44:25 +0300
10511          Message-ID: <oeeaf45bzjq.fsf@alpha.hut.fi>
10512          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
10513  Branch: perl
10514        + lib/filetest.pm
10515        ! Configure MANIFEST Makefile.SH config_h.SH doio.c embedvar.h
10516        ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs handy.h hints/dec_osf.sh
10517        ! hints/freebsd.sh hints/hpux.sh hints/irix_6.sh objXSUB.h
10518        ! perl.c perl.h perl_exp.SH perlio.c perlvars.h pod/perldiag.pod
10519        ! pod/perlfunc.pod pp_sys.c proto.h win32/GenCAPI.pl
10520        ! win32/makedef.pl
10521 ____________________________________________________________________________
10522 [  1888] By: gsar                                  on 1998/09/25  06:27:12
10523     Log: bump patchlevel to 52; other little tweaks for threads, win32 builds
10524  Branch: perl
10525        ! doop.c mg.c patchlevel.h regexec.c win32/Makefile
10526        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
10527        ! win32/makedef.pl win32/makefile.mk win32/win32.c
10528 ____________________________________________________________________________
10529 [  1887] By: gsar                                  on 1998/09/25  04:50:49
10530     Log: win32.c tweak
10531  Branch: perl
10532        ! win32/win32.c
10533 ____________________________________________________________________________
10534 [  1886] By: gsar                                  on 1998/09/25  04:47:32
10535     Log: s/MAKEMAKEROPT/PERL_MM_OPT/
10536  Branch: perl
10537        ! lib/ExtUtils/MakeMaker.pm
10538 ____________________________________________________________________________
10539 [  1885] By: gsar                                  on 1998/09/25  04:05:09
10540     Log: From: Dominic Dunlop <domo@vo.lu>
10541          Date: Thu, 10 Sep 1998 11:02:46 +0000
10542          Message-Id: <v03110703b21d581d7ef1@[212.24.192.107]>
10543          Subject: MM_Unix::canonpath erroneously turns leading // into /
10544  Branch: perl
10545        ! lib/ExtUtils/MM_Unix.pm
10546 ____________________________________________________________________________
10547 [  1884] By: gsar                                  on 1998/09/25  03:06:10
10548     Log: temporarily disable perl malloc for a2p until we clean up
10549          conflicting malloc() declarations everywhere
10550  Branch: perl
10551        ! x2p/Makefile.SH
10552 ____________________________________________________________________________
10553 [  1883] By: gsar                                  on 1998/09/25  02:27:00
10554     Log: remove obsolete win32/bin/*.pl
10555  Branch: perl
10556        - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
10557        ! Changes MANIFEST win32/Makefile win32/makefile.mk
10558 ____________________________________________________________________________
10559 [  1882] By: gsar                                  on 1998/09/25  02:04:43
10560     Log: missing file in last submit
10561  Branch: perl
10562        ! proto.h
10563 ____________________________________________________________________________
10564 [  1881] By: gsar                                  on 1998/09/25  01:56:54
10565     Log: serial access to PL_x[inpr]v_root for USE_THREADS
10566  Branch: perl
10567        ! sv.c
10568 ____________________________________________________________________________
10569 [  1880] By: gsar                                  on 1998/09/25  01:19:38
10570     Log: lock sv_mutex in new_he() and del_he() for USE_THREADS
10571          From: Drago Goricanec <drago@king.otsd.ts.fujitsu.co.jp>
10572          Date: Thu, 24 Sep 1998 22:01:09 +0900
10573          Message-Id: <19980924220109J.drago@otsd.ts.fujitsu.co.jp>
10574          Subject: [PATCH 5.005_51] Re: Perl 5.005_51 not yet multi Thread safe 
10575  Branch: perl
10576        ! hv.c proto.h
10577 ____________________________________________________________________________
10578 [  1879] By: gsar                                  on 1998/09/25  00:20:07
10579     Log: tweaks to enable PERL_OBJECT to build & test on win32
10580  Branch: perl
10581        ! Changes doop.c mg.c objpp.h proto.h regexec.c util.c
10582        ! win32/GenCAPI.pl
10583 ____________________________________________________________________________
10584 [  1878] By: gsar                                  on 1998/09/25  00:13:36
10585     Log: fix change#1861, which breaks default boot_xxx symbol generation
10586  Branch: perl
10587        ! lib/ExtUtils/Mksymlists.pm
10588 ____________________________________________________________________________
10589 [  1877] By: gsar                                  on 1998/09/24  10:29:54
10590     Log: two tweaks for clean build and test on Solaris
10591  Branch: perl
10592        ! op.c t/op/subst.t
10593 ____________________________________________________________________________
10594 [  1876] By: gsar                                  on 1998/09/24  09:04:43
10595     Log: From: Colin Kuskie <ckuskie@cadence.com>
10596          Date: Wed, 26 Aug 1998 14:53:01 -0700 (PDT)
10597          Message-ID: <Pine.GSO.3.96.980826143507.3258K-100000@pdxmail.cadence.com>
10598          Subject: [PATCH 5.005_51] perlform.pod
10599  Branch: perl
10600        ! pod/perlform.pod
10601 ____________________________________________________________________________
10602 [  1875] By: gsar                                  on 1998/09/24  08:47:47
10603     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10604          Date: Tue, 25 Aug 1998 15:35:58 -0400 (EDT)
10605          Message-Id: <199808251935.PAA11384@monk.mps.ohio-state.edu>
10606          Subject: Re: problem with (?p{}) [PATCH 5.005_5*]
10607  Branch: perl
10608        ! regexec.c
10609 ____________________________________________________________________________
10610 [  1874] By: gsar                                  on 1998/09/24  08:44:55
10611     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10612          Date: Tue, 25 Aug 1998 14:56:06 -0400 (EDT)
10613          Message-Id: <199808251856.OAA10825@monk.mps.ohio-state.edu>
10614          Subject: Re: your Regexp.patch dated 21.8 [PATCH]
10615  Branch: perl
10616        ! toke.c
10617 ____________________________________________________________________________
10618 [  1873] By: gsar                                  on 1998/09/24  08:39:41
10619     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10620          Date: Tue, 25 Aug 1998 04:29:49 -0400 (EDT)
10621          Message-Id: <199808250829.EAA02470@monk.mps.ohio-state.edu>
10622          Subject: [PATCH 5.005_*] Extraneous warning for (?()A|B)
10623  Branch: perl
10624        ! Changes regcomp.c
10625 ____________________________________________________________________________
10626 [  1872] By: gsar                                  on 1998/09/24  08:37:00
10627     Log: From: Krishna Sethuraman <krishpl@shamu.engr.sgi.com>
10628          Date: Sun, 23 Aug 1998 23:18:38 PDT
10629          Message-Id: <199808240618.XAA05329@shamu.engr.sgi.com>
10630          Subject: new irix_6.sh hints file
10631  Branch: perl
10632        ! hints/irix_6.sh
10633 ____________________________________________________________________________
10634 [  1871] By: gsar                                  on 1998/09/24  07:26:37
10635     Log: correct FSF address in various places
10636  Branch: perl
10637        ! Copying README ext/B/README lib/Getopt/Long.pm
10638 ____________________________________________________________________________
10639 [  1870] By: gsar                                  on 1998/09/24  07:11:56
10640     Log: From:    Dan Sugalski <sugalskd@osshe.edu>
10641          Date:    Fri, 14 Aug 1998 09:20:16 PDT
10642          Message-Id: <3.0.5.32.19980814092016.00b37dc0@ous.edu>
10643          Subject: [PATCH 5.005_02] (and _5x I expect) VMS config procedure patch
10644  Branch: perl
10645        ! configure.com
10646 ____________________________________________________________________________
10647 [  1869] By: gsar                                  on 1998/09/24  06:55:59
10648     Log: use STRICT_ALIGNMENT on IRIX to allow usemymalloc=y again
10649          From:    Scott Henry <scotth@sgi.com>
10650          Date:    13 Aug 1998 09:52:15 PDT
10651          Message-Id: <yd8pve46czk.fsf@hoshi.engr.sgi.com>
10652          Subject: [PATCH] Irix USE_LONG_LONG/malloc.c incompatibility (was...)
10653  Branch: perl
10654        ! hints/irix_6.sh
10655 ____________________________________________________________________________
10656 [  1868] By: gsar                                  on 1998/09/24  06:51:23
10657     Log: From:    Nathan Torkington <gnat@frii.com>
10658          Date:    Thu, 13 Aug 1998 10:59:48 MDT
10659          Message-Id: <199808131659.KAA06179@prometheus.frii.com>
10660          Subject: [PATCH] 5.005_02 perlfunc.pod, improve umask entry
10661  Branch: perl
10662        ! pod/perlfunc.pod
10663 ____________________________________________________________________________
10664 [  1867] By: gsar                                  on 1998/09/24  06:45:13
10665     Log: make C<goto &sub> AUTOLOAD-aware (autouse now works for modules
10666          that are autoloaded)
10667  Branch: perl
10668        ! pp_ctl.c
10669 ____________________________________________________________________________
10670 [  1866] By: gsar                                  on 1998/09/24  05:21:19
10671     Log: grandfather deprecated "$$<digit>" no more
10672  Branch: perl
10673        ! pod/perldiag.pod toke.c
10674 ____________________________________________________________________________
10675 [  1865] By: gsar                                  on 1998/09/24  04:52:48
10676     Log: tweak PERL_HASH() to h=h+(h>>5) in order to improve distribution of
10677          low bits (suggested by Ilya Zakharevich)
10678  Branch: perl
10679        ! hv.h
10680 ____________________________________________________________________________
10681 [  1864] By: gsar                                  on 1998/09/24  04:29:14
10682     Log: move yyglobal decls from perly.c to perlvars.h, regen headers, tweak
10683          perly_c.diff
10684  Branch: perl
10685        ! embed.h embedvar.h global.sym perlvars.h perly.c perly.h
10686        ! perly_c.diff toke.c
10687 ____________________________________________________________________________
10688 [  1863] By: gsar                                  on 1998/09/24  03:36:30
10689     Log: provide locked access to string table for USE_THREADS
10690  Branch: perl
10691        ! embedvar.h hv.c intrpvar.h objXSUB.h perl.c thread.h
10692 ____________________________________________________________________________
10693 [  1862] By: gsar                                  on 1998/09/24  03:30:32
10694     Log: remove bogus warn()
10695  Branch: perl
10696        ! embed.pl
10697 ____________________________________________________________________________
10698 [  1861] By: gsar                                  on 1998/09/24  02:58:51
10699     Log: applied suggested patch, adapted for all platforms
10700          From: jan.dubois@ibm.net (Jan Dubois)
10701          Date: Sun, 20 Sep 1998 12:56:38 +0200
10702          Message-ID: <3604de0c.12319885@smtp1.ibm.net>
10703          Subject: [New PATCH 5.005_02] Support Mksymlists FUNCLIST argument in MakeMaker
10704  Branch: perl
10705        ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
10706        ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
10707        ! lib/ExtUtils/MakeMaker.pm
10708 ____________________________________________________________________________
10709 [  1860] By: gsar                                  on 1998/09/24  02:16:14
10710     Log: upgrade to CPAN-1.40
10711  Branch: perl
10712        ! Changes lib/CPAN.pm lib/CPAN/FirstTime.pm
10713 ____________________________________________________________________________
10714 [  1859] By: gsar                                  on 1998/09/24  02:08:59
10715     Log: use $ENV{MAKEMAKEROPT} to set default command line args
10716  Branch: perl
10717        ! lib/ExtUtils/MakeMaker.pm
10718 ____________________________________________________________________________
10719 [  1857] By: gsar                                  on 1998/09/23  10:58:36
10720     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10721          Date: Tue, 22 Sep 1998 17:30:16 -0400 (EDT)
10722          Message-Id: <199809222130.RAA17034@monk.mps.ohio-state.edu>
10723          Subject: More verbose Test::Harness [PATCH]
10724  Branch: perl
10725        ! lib/Test/Harness.pm
10726 ____________________________________________________________________________
10727 [  1856] By: gsar                                  on 1998/09/23  10:56:24
10728     Log: update hints for OPENSTEP 4.2 on i386
10729          From: Gerben Wierda <Gerben_Wierda@RnA.nl>
10730          Date: Sun, 20 Sep 1998 01:03:18 +0200
10731          Message-Id: <9809192303.AA29190@Spike>
10732          Subject: Perl 5.005_02 compilation problems
10733  Branch: perl
10734        ! hints/next_4.sh
10735 ____________________________________________________________________________
10736 [  1855] By: gsar                                  on 1998/09/23  10:52:27
10737     Log: reset errno after C<require> search (as suggested by Larry)
10738  Branch: perl
10739        ! pp_ctl.c
10740 ____________________________________________________________________________
10741 [  1854] By: gsar                                  on 1998/09/23  10:50:26
10742     Log: misc pod tweaks
10743  Branch: perl
10744        ! pod/perldelta.pod pod/perldiag.pod pod/perlport.pod
10745 ____________________________________________________________________________
10746 [  1853] By: gsar                                  on 1998/09/23  10:46:06
10747     Log: make Pod/Html.pm handle the --title option properly (as suggested
10748          by gml4410@ggr.co.uk)
10749  Branch: perl
10750        ! lib/Pod/Html.pm
10751 ____________________________________________________________________________
10752 [  1852] By: gsar                                  on 1998/09/23  10:41:39
10753     Log: SSNEW() API for allocating memory on the savestack
10754          From: Albert Dvornik <bert@genscan.com>
10755          Date: 17 Sep 1998 19:23:07 -0400
10756          Message-Id: <tqemtae338.fsf@puma.genscan.com>
10757          Subject: [PATCH 5.005_51] (was: why SAVEDESTRUCTOR()...)
10758  Branch: perl
10759        ! Changes Changes5.005 embed.h global.sym mg.c objXSUB.h objpp.h
10760        ! perl.h proto.h scope.c scope.h t/io/tell.t
10761 ____________________________________________________________________________
10762 [  1851] By: gsar                                  on 1998/09/23  10:37:05
10763     Log: From: Jochen Wiedmann <joe@ispsoft.de>
10764          Date: Thu, 17 Sep 1998 17:16:06 +0200
10765          Message-ID: <360127B6.E44564A@ispsoft.de>
10766          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
10767  Branch: perl
10768        ! lib/ExtUtils/MakeMaker.pm
10769 ____________________________________________________________________________
10770 [  1850] By: gsar                                  on 1998/09/23  10:33:05
10771     Log: From: andreas.koenig@kulturbox.de (Andreas J. Koenig)
10772          Date: 15 Sep 1998 01:32:31 +0200
10773          Message-ID: <sfchfya46eo.fsf@dubravka.in-berlin.de>
10774          Subject: Re: [PATCH] MakeMaker "test" target doesn't depend on "all"
10775  Branch: perl
10776        ! lib/ExtUtils/MM_Unix.pm
10777 ____________________________________________________________________________
10778 [  1849] By: gsar                                  on 1998/09/23  10:29:04
10779     Log: From: Charles Bailey <BAILEY@newman.upenn.edu>
10780          Date: Sat, 12 Sep 1998 19:25:32 -0400 (EDT)
10781          Message-id: <01J1QBJUAY1I002KOW@cor.newman.upenn.edu>
10782          Subject: Re: extralibs.ld problem in MM_VMS.pm
10783  Branch: perl
10784        ! lib/ExtUtils/MM_VMS.pm
10785 ____________________________________________________________________________
10786 [  1848] By: gsar                                  on 1998/09/23  10:25:24
10787     Log: From: Roderick Schertler <roderick@argon.org>
10788          Date: 11 Sep 1998 16:19:21 -0400
10789          Message-ID: <pzyarqpfli.fsf@eeyore.ibcinc.com>
10790          Subject: Re: Open2 and memory leaks
10791  Branch: perl
10792        ! lib/IPC/Open3.pm
10793 ____________________________________________________________________________
10794 [  1847] By: gsar                                  on 1998/09/23  10:18:31
10795     Log: From: Roderick Schertler <roderick@argon.org>
10796          Date: Wed, 09 Sep 1998 23:52:48 -0400
10797          Message-ID: <20567.905399568@eeyore.ibcinc.com>
10798          Subject: seed srand from /dev/urandom when possible
10799  Branch: perl
10800        ! pod/perlfunc.pod pp.c
10801 ____________________________________________________________________________
10802 [  1846] By: gsar                                  on 1998/09/23  10:12:22
10803     Log: From: Roderick Schertler <roderick@argon.org>
10804          Date: Thu, 10 Sep 1998 00:32:17 -0400
10805          Message-ID: <21142.905401937@eeyore.ibcinc.com>
10806          Subject: doc update for crypt()'s salt
10807  Branch: perl
10808        ! pod/perlfunc.pod
10809 ____________________________________________________________________________
10810 [  1845] By: gsar                                  on 1998/09/23  10:09:23
10811     Log: fix h2ph handling of C<#error "foo">
10812          From: SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
10813          Date: Thu, 10 Sep 1998 09:59:33 +0900
10814          Message-Id: <19980910095933N.ksakai@netwk.ntt-at.co.jp>
10815          Subject: [5.005_02] h2ph problem
10816  Branch: perl
10817        ! utils/h2ph.PL
10818 ____________________________________________________________________________
10819 [  1844] By: gsar                                  on 1998/09/23  10:06:13
10820     Log: plug strictly private function leaks in API listing
10821  Branch: perl
10822        ! pod/perlguts.pod
10823 ____________________________________________________________________________
10824 [  1843] By: gsar                                  on 1998/09/23  10:02:57
10825     Log: hide symbol for static build
10826          From: Dominic Dunlop <domo@vo.lu>
10827          Date: Tue, 8 Sep 1998 21:40:46 +0000
10828          Message-Id: <v03110700b21b52db318d@[212.24.192.111]>
10829          Subject: Not OK: perl 5.00551 on powerpc-machten 4.1.1 [PATCH]
10830  Branch: perl
10831        ! regcomp.c
10832 ____________________________________________________________________________
10833 [  1842] By: gsar                                  on 1998/09/23  09:52:46
10834     Log: define PUT_svindex(), PUT_opindex()
10835  Branch: perl
10836        ! ext/B/B/Assembler.pm
10837 ____________________________________________________________________________
10838 [  1841] By: gsar                                  on 1998/09/23  09:44:25
10839     Log: From: Dominic Dunlop <domo@vo.lu>
10840          Date: Tue, 8 Sep 1998 15:34:53 +0000
10841          Message-Id: <v03110701b21afbdc7cfb@[212.24.192.76]>
10842          Subject: [PATCH 5.005_51] Eliminate pragma/warn-regexec test dependence on REG_INFTY value
10843  Branch: perl
10844        ! t/pragma/warn/regexec
10845 ____________________________________________________________________________
10846 [  1840] By: gsar                                  on 1998/09/23  09:42:17
10847     Log: pl2bat tweak from Tye McQueen <tye@metronet.com>
10848  Branch: perl
10849        ! win32/bin/pl2bat.pl
10850 ____________________________________________________________________________
10851 [  1839] By: gsar                                  on 1998/09/23  09:38:18
10852     Log: From: Drago Goricanec <drago@raptor.otsd.ts.fujitsu.co.jp>
10853          Date: Mon, 7 Sep 1998 17:36:09 +0900
10854          Message-Id: <199809070836.RAA14631@raptor.otsd.ts.fujitsu.co.jp>
10855          Subject: Thread::cond_wait bug in 5.005.51 causes deadlock
10856  Branch: perl
10857        ! ext/Thread/Thread.xs
10858 ____________________________________________________________________________
10859 [  1838] By: gsar                                  on 1998/09/23  09:21:11
10860     Log: From: "Green, Paul" <pgreen@seussnt.stratus.com>
10861          Date: Thu, 10 Sep 1998 00:02:07 -0400
10862          Message-ID: <646CD0392810D211B04A00A024BF26FB1022EB@terminator.sw.stratus.com>
10863          Subject: RE: [PATCH] 5.005_02 and 5.005_51: Stratus VOS port
10864  Branch: perl
10865        + README.vos vos/Changes vos/build.cm vos/compile_perl.cm
10866        + vos/config.h vos/config_h.SH_orig vos/perl.bind
10867        + vos/test_vos_dummies.c vos/vos_dummies.c vos/vosish.h
10868        ! MANIFEST perl.c perl.h pod/perlport.pod
10869 ____________________________________________________________________________
10870 [  1837] By: gsar                                  on 1998/09/23  08:45:58
10871     Log: (via private mail)
10872          From: Charles Bailey <BAILEY@newman.upenn.edu>
10873          Date: Sat, 05 Sep 1998 01:23:58 -0400 (EDT)
10874          Message-id: <01J1FH7R43NS002F14@cor.newman.upenn.edu>
10875          Subject: [Patch 5.005_02] Miscellaneous VMS cleanup
10876  Branch: perl
10877        ! Changes Changes5.005 README.vms ext/DynaLoader/dl_vms.xs
10878        ! lib/Cwd.pm lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
10879        ! lib/ExtUtils/Mksymlists.pm lib/File/Copy.pm lib/File/Path.pm
10880        ! lib/File/Spec.pm pod/perldiag.pod pod/perlfaq1.pod
10881        ! pod/perlport.pod pod/perlrun.pod vms/ext/DCLsym/0README.txt
10882        ! vms/ext/DCLsym/DCLsym.pm vms/ext/DCLsym/DCLsym.xs
10883        ! vms/ext/Filespec.pm vms/ext/XSSymSet.pm vms/gen_shrfls.pl
10884        ! vms/mms2make.pl vms/perly_c.vms vms/sockadapt.c
10885        ! vms/sockadapt.h vms/test.com vms/vms.c vms/vms_yfix.pl
10886        ! vms/writemain.pl
10887 ____________________________________________________________________________
10888 [  1836] By: gsar                                  on 1998/09/23  08:17:42
10889     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10890          Date: Sat, 5 Sep 1998 00:14:51 -0400 (EDT)
10891          Message-Id: <199809050414.AAA19801@monk.mps.ohio-state.edu>
10892          Subject: [PATCH 5.005_*] OS/2 spawning typos
10893  Branch: perl
10894        ! os2/os2.c
10895 ____________________________________________________________________________
10896 [  1835] By: gsar                                  on 1998/09/23  08:09:55
10897     Log: warn on C<my($foo,$foo)>
10898  Branch: perl
10899        ! op.c pod/perldiag.pod
10900 ____________________________________________________________________________
10901 [  1834] By: gsar                                  on 1998/09/23  07:35:56
10902     Log: From: pvhp@forte.com (Peter Prymmer)
10903          Date: Fri, 4 Sep 98 13:27:41 PDT
10904          Message-Id: <9809042027.AA04463@forte.com>
10905          Subject: [PATCH 5.005_02 && 5.005_51] general updates to README.vms
10906  Branch: perl
10907        ! README.vms
10908 ____________________________________________________________________________
10909 [  1833] By: gsar                                  on 1998/09/23  07:27:34
10910     Log: From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
10911          Date: Wed, 2 Sep 1998 10:06:49 -0700 (PDT)
10912          Message-Id: <199809021706.KAA26349@xfiles.intercon.hp.com>
10913          Subject: PATCH: 5.005_02 hint/hpux.sh
10914  Branch: perl
10915        ! hints/hpux.sh
10916 ____________________________________________________________________________
10917 [  1832] By: gsar                                  on 1998/09/23  07:22:40
10918     Log: fix (some) installhtml bugs
10919          From: Larry Parmelee <parmelee@CS.Cornell.EDU>
10920          Date: Tue, 1 Sep 1998 12:43:40 -0400 (EDT)
10921          Message-Id: <199809011643.MAA05702@sundown.cs.cornell.edu>
10922          Subject: installhtml script needs work
10923  Branch: perl
10924        ! installhtml
10925 ____________________________________________________________________________
10926 [  1831] By: gsar                                  on 1998/09/23  07:19:30
10927     Log: document 'U' magic with examples
10928          From: Alan Burlison <Alan.Burlison@UK.Sun.com>
10929          Date: Tue, 1 Sep 1998 15:54:06 +0100 (BST)
10930          Message-Id: <199809011455.PAA00631@sale-wts>
10931          Subject: Re: Looking for some XS MAGIC examples...
10932  Branch: perl
10933        ! pod/perlguts.pod
10934 ____________________________________________________________________________
10935 [  1830] By: gsar                                  on 1998/09/23  07:16:43
10936     Log: From: pvhp@forte.com (Peter Prymmer)
10937          Date: Mon, 31 Aug 98 17:13:49 PDT
10938          Message-Id: <9809010013.AA06737@forte.com>
10939          Subject: [PATCH: 5.005_02; yet another system configuration tip for OS/390]
10940  Branch: perl
10941        ! README.os390
10942 ____________________________________________________________________________
10943 [  1829] By: gsar                                  on 1998/09/23  07:15:08
10944     Log: fix problematic typecast in filter_del()
10945          From: Mark P Lutz <tecmpl1@triton.ca.boeing.com>
10946          Date: Mon, 31 Aug 1998 21:13:11 GMT
10947          Message-Id: <199808312113.VAA53356@triton.ca.boeing.com>
10948          Subject: perl5.005_02 does not build on Cray T90
10949  Branch: perl
10950        ! toke.c
10951 ____________________________________________________________________________
10952 [  1828] By: gsar                                  on 1998/09/23  07:11:34
10953     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10954          Date: Mon, 31 Aug 1998 14:52:10 -0400 (EDT)
10955          Message-Id: <199808311852.OAA24676@monk.mps.ohio-state.edu>
10956          Subject: [PATCH 5.005_5*] (?>) broken in RE
10957  Branch: perl
10958        ! regexec.c t/op/re_tests
10959 ____________________________________________________________________________
10960 [  1827] By: gsar                                  on 1998/09/23  07:09:50
10961     Log: U/WIN testsuite patches from Joe Buehler <jhpb@hekimian.com>
10962  Branch: perl
10963        ! t/op/grent.t t/op/groups.t
10964 ____________________________________________________________________________
10965 [  1826] By: gsar                                  on 1998/09/23  07:03:16
10966     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
10967          Date: Wed, 12 Aug 1998 22:41:37 +0300 (EET DST)
10968          Message-Id: <199808121941.WAA06263@alpha.hut.fi>
10969          Subject: [PATCH] 5.004_50 or 5.005_02: get rid of interp.sym because not even AIX needs it
10970  Branch: perl
10971        - interp.sym
10972        ! MANIFEST Makefile.SH embed.pl perl_exp.SH
10973 ____________________________________________________________________________
10974 [  1825] By: gsar                                  on 1998/09/23  06:56:40
10975     Log: re-introduce change#1703
10976  Branch: perl
10977        ! ext/re/re.pm pod/perlre.pod regcomp.c regexec.c thrdvar.h
10978 ____________________________________________________________________________
10979 [  1824] By: gsar                                  on 1998/09/23  06:44:19
10980     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10981          Date: Sat, 29 Aug 1998 17:38:30 -0400 (EDT)
10982          Message-Id: <199808292138.RAA18359@monk.mps.ohio-state.edu>
10983          Subject: [PATCH 5.005_*] Protect debugger from nonlocal exits
10984  Branch: perl
10985        ! lib/perl5db.pl
10986 ____________________________________________________________________________
10987 [  1823] By: gsar                                  on 1998/09/23  06:41:34
10988         Log: From: Joe Buehler <jhpb@hekimian.com>
10989              Date: 29 Aug 1998 17:13:28 -0400
10990              Message-ID: <yd37lzro5jb.fsf@pandora.hekimian.com>
10991              Subject: patches for perl 5.005_51 under U/WIN
10992      Branch: perl
10993            + hints/uwin.sh
10994            ! Configure installman lib/ExtUtils/MM_Unix.pm makedepend.SH
10995            ! t/lib/posix.t
10996 ____________________________________________________________________________
10997 [  1822] By: gsar                                  on 1998/09/23  06:36:59
10998         Log: add missing C<no utf8;> tweak from Larry
10999      Branch: perl
11000            ! t/op/subst.t
11001 ____________________________________________________________________________
11002 [  1821] By: gsar                                  on 1998/09/23  06:27:51
11003         Log: s/runops/CALLRUNOPS/
11004      Branch: perl
11005            ! cc_runtime.h
11006 ____________________________________________________________________________
11007 [  1820] By: gsar                                  on 1998/09/23  06:24:49
11008         Log: rename t/pragma/warn-* to t/pragma/warn/*, be 8.3-friendly
11009      Branch: perl
11010           +> t/pragma/warn/1global t/pragma/warn/2use t/pragma/warn/3both
11011           +> t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/doio
11012           +> t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
11013           +> t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
11014           +> t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
11015           +> t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
11016           +> t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
11017           +> t/pragma/warn/util
11018            - t/pragma/warn-1global t/pragma/warn-2use t/pragma/warn-3both
11019            - t/pragma/warn-4lint t/pragma/warn-5nolint t/pragma/warn-doio
11020            - t/pragma/warn-gv t/pragma/warn-mg t/pragma/warn-op
11021            - t/pragma/warn-perl t/pragma/warn-perly t/pragma/warn-pp
11022            - t/pragma/warn-pp_ctl t/pragma/warn-pp_hot t/pragma/warn-pp_sys
11023            - t/pragma/warn-regcomp t/pragma/warn-regexec t/pragma/warn-sv
11024            - t/pragma/warn-taint t/pragma/warn-toke t/pragma/warn-universal
11025            - t/pragma/warn-util
11026            ! MANIFEST t/pragma/warning.t
11027 ____________________________________________________________________________
11028 [  1819] By: gsar                                  on 1998/09/23  06:08:46
11029         Log: make \(%foo) return refs to values (not copies of values)
11030              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
11031              Date: Fri, 28 Aug 1998 20:46:10 -0700 (PDT)
11032              Message-ID: <13799.30680.47765.352558@fre-76-120.reshall.berkeley.edu>
11033              --
11034              From: Roderick Schertler <roderick@argon.org>
11035              Date: Sat, 29 Aug 1998 00:58:33 -0400
11036              Message-ID: <29894.904366713@eeyore.ibcinc.com>
11037              Subject: Re: \(%x) problems
11038      Branch: perl
11039            ! doop.c pod/perlref.pod
11040 ____________________________________________________________________________
11041 [  1818] By: gsar                                  on 1998/09/23  06:05:08
11042         Log: make h2xs generate ANSI prototypes
11043      Branch: perl
11044            ! utils/h2xs.PL
11045 ____________________________________________________________________________
11046 [  1817] By: gsar                                  on 1998/09/23  05:57:16
11047         Log: updated usethreads hints for hpux 10.X
11048              From: Matthew T Harden <mthard@mthard1.monsanto.com>
11049              Date: Fri, 28 Aug 1998 14:10:42 GMT
11050              Message-Id: <199808281410.AA11058@mthard1.monsanto.com>
11051              Subject: Re: OK: perl 5.00502 on PA-RISC1.1-thread 10.20 (UNINSTALLED)
11052      Branch: perl
11053            ! hints/hpux.sh perl.h
11054 ____________________________________________________________________________
11055 [  1816] By: gsar                                  on 1998/09/23  05:53:31
11056         Log: don't create empty directories in installperl
11057              From: Robin Barker <rmb1@cise.npl.co.uk>
11058              Date: Fri, 21 Aug 1998 11:29:24 +0100 (BST)
11059              Message-Id: <199808211029.LAA00551@cyclone.cise.npl.co.uk>
11060              Subject: [PATCH 5.005_02] install: empty dirs
11061      Branch: perl
11062            ! installperl
11063 ____________________________________________________________________________
11064 [  1815] By: gsar                                  on 1998/09/23  05:50:36
11065         Log: make behavior of /(a{3})+/ like /(aaa)+/ w.r.t where it matches
11066              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11067              Date: Fri, 21 Aug 1998 05:41:02 -0400 (EDT)
11068              Message-Id: <199808210941.FAA16467@monk.mps.ohio-state.edu>
11069              Subject: Re: your mail
11070      Branch: perl
11071            ! regexec.c t/op/re_tests
11072 ____________________________________________________________________________
11073 [  1814] By: gsar                                  on 1998/09/23  05:45:17
11074         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
11075              Date: Thu, 20 Aug 1998 20:59:03 -0400
11076              Message-ID: <19980820205903.A12908@O2.chapin.edu>
11077              Subject: [PATCH] h2ph misquotes #error directives
11078      Branch: perl
11079            ! t/lib/h2ph.pht utils/h2ph.PL
11080 ____________________________________________________________________________
11081 [  1813] By: gsar                                  on 1998/09/23  05:42:41
11082         Log: patch to support computed regular subexpressions
11083              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11084              Date: Thu, 20 Aug 1998 15:19:50 -0400 (EDT)
11085              Message-Id: <199808201919.PAA04692@monk.mps.ohio-state.edu>
11086              Subject: [5.005_5* PATCH] Postponed RE - now!
11087      Branch: perl
11088            ! embedvar.h objXSUB.h pod/perlre.pod regcomp.c regexec.c
11089            ! t/op/pat.t t/op/re_tests thrdvar.h toke.c
11090 ____________________________________________________________________________
11091 [  1812] By: gsar                                  on 1998/09/23  05:26:26
11092         Log: better CR-handling on shebang line and in formats (fixed variant of
11093              patch suggested by Igor Sysoev <igor@nitek.ru>)
11094      Branch: perl
11095            ! perl.c toke.c
11096 ____________________________________________________________________________
11097 [  1811] By: gsar                                  on 1998/09/23  04:35:46
11098         Log: document non-loopish blocks better
11099              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
11100              Date: Tue, 18 Aug 1998 12:28:36 +0100
11101              Message-Id: <E0z8jwK-00057Z-00@ursa.cus.cam.ac.uk>
11102              Subject: Re: next in do {} while block gives error message
11103      Branch: perl
11104            ! pod/perlfunc.pod
11105 ____________________________________________________________________________
11106 [  1810] By: gsar                                  on 1998/09/23  04:12:05
11107         Log: fix bogus integerization of pop()'s return value
11108              From: Gurusamy Sarathy <gsar@engin.umich.edu>
11109              Date: Sat, 15 Aug 1998 23:27:54 -0400
11110              Message-Id: <199808160327.XAA05186@aatma.engin.umich.edu>
11111              Subject: Re: Complex expression does integer arithmetic 
11112      Branch: perl
11113            ! opcode.h opcode.pl
11114 ____________________________________________________________________________
11115 [  1809] By: gsar                                  on 1998/09/23  04:09:43
11116         Log: tweak README.win32
11117      Branch: perl
11118            ! README.win32
11119 ____________________________________________________________________________
11120 [  1808] By: gsar                                  on 1998/09/23  03:40:57
11121         Log: better diagnostic for do{} used as lvalue
11122      Branch: perl
11123            ! op.c pod/perlport.pod
11124 ____________________________________________________________________________
11125 [  1807] By: gsar                                  on 1998/09/23  03:38:30
11126         Log: enable PERL_SBRK_VIA_MALLOC on OPENSTEP-Mach
11127              From: hansm@icgroup.nl
11128              Date: Tue, 11 Aug 98 21:08:51 +0200
11129              Message-Id: <9808111907.AA21903@icgned.icgroup.nl>
11130              Subject: Not OK: perl 5.00551 on OPENSTEP-Mach 4_1 (UNINSTALLED)
11131      Branch: perl
11132            ! malloc.c
11133 ____________________________________________________________________________
11134 [  1806] By: gsar                                  on 1998/09/23  03:36:08
11135         Log: support make written in perl (aka "pmake") on win32
11136      Branch: perl
11137            ! lib/ExtUtils/MM_Win32.pm
11138 ____________________________________________________________________________
11139 [  1805] By: gsar                                  on 1998/09/23  03:30:07
11140         Log: fix mismatched UV/U32 types for to_utf8_*()
11141      Branch: perl
11142            ! utf8.c
11143 ____________________________________________________________________________
11144 [  1804] By: gsar                                  on 1998/09/23  03:22:22
11145         Log: From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
11146              Date: Sun, 9 Aug 1998 22:38:23 +0200
11147              Message-ID: <19980809223823.A215@cdata.tvnet.hu>
11148              Subject: [PATCH 5.5002] dos-djgpp update
11149      Branch: perl
11150            ! t/io/fs.t
11151 ____________________________________________________________________________
11152 [  1803] By: gsar                                  on 1998/09/23  03:20:13
11153         Log: apply minimal variant of patch (sent via private mail)
11154              From: jarkko.hietaniemi@research.nokia.com (Jarkko Hietaniemi)
11155              Date: Wed, 12 Aug 1998 15:42:35 +0300
11156              Message-Id: <199808121242.PAA29761@comanche.spices>
11157              Subject: [PATCH] 5.004_02 or 5.005_51: fix regexp and tr character ranges in non-ASCII lands
11158      Branch: perl
11159            ! MANIFEST perl.h pod/perllocale.pod pod/perlop.pod
11160            ! pod/perlre.pod regcomp.c t/pragma/locale.t toke.c
11161 ____________________________________________________________________________
11162 [  1802] By: gsar                                  on 1998/09/23  03:03:39
11163         Log: adjust searchdict.t for EBCDIC (still needs documenting)
11164              From: pvhp@forte.com (Peter Prymmer)
11165              Date: Thu, 6 Aug 98 18:09:39 PDT
11166              Message-Id: <9808070109.AA06158@forte.com>
11167              Subject: [PATCH 5.005_02-TRIAL2] potential modification to t/lib/searchdict.t
11168      Branch: perl
11169            ! README.os390 t/lib/searchdict.t
11170 ____________________________________________________________________________
11171 [  1801] By: gsar                                  on 1998/09/23  02:54:15
11172         Log: silence redefined warning for XS(INIT) {}
11173      Branch: perl
11174            ! op.c
11175 ____________________________________________________________________________
11176 [  1800] By: gsar                                  on 1998/09/23  02:42:23
11177         Log: support match indices via special variables @- and @+
11178              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11179              Date: Tue, 21 Jul 1998 23:00:35 -0400 (EDT)
11180              Message-Id: <199807220300.XAA16081@monk.mps.ohio-state.edu>
11181              Subject: [PATCH 5.004_76] @- and @+
11182      Branch: perl
11183            ! av.c embed.h global.sym gv.c mg.c objXSUB.h objpp.h perl.h
11184            ! pod/perlvar.pod proto.h regnodes.h sv.c t/op/pat.t toke.c
11185 ____________________________________________________________________________
11186 [  1799] By: gsar                                  on 1998/09/23  01:44:31
11187         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11188              Date: Tue, 11 Aug 1998 18:43:29 -0400 (EDT)
11189              Message-Id: <199808112243.SAA14243@monk.mps.ohio-state.edu>
11190              Subject: Re: Segmentation fault for /a*abc?xyz+pqr{3}ab{2,}xy{4,5}pq{0,6}AB{0,}zz/
11191      Branch: perl
11192            ! regcomp.c t/op/re_tests
11193 ____________________________________________________________________________
11194 [  1798] By: gsar                                  on 1998/09/23  01:39:23
11195         Log: integrate maint-5.005 changes (except conflicting change#1794)
11196      Branch: perl
11197            ! Changes
11198           !> objXSUB.h op.c pod/perlfunc.pod pp.c regcomp.c t/op/re_tests
11199           !> toke.c util.c win32/config.bc win32/config.gc win32/config.vc
11200           !> win32/win32.h
11201 ____________________________________________________________________________
11202 [  1797] By: gsar                                  on 1998/09/23  01:32:36
11203         Log: add note to win32/Makefile about setting CCHOME
11204      Branch: perl
11205            ! win32/Makefile win32/makefile.mk
11206 ____________________________________________________________________________
11207 [  1796] By: gsar                                  on 1998/09/23  01:31:32
11208         Log: perl.pod tweak
11209      Branch: perl
11210            ! pod/perl.pod
11211 ____________________________________________________________________________
11212 [  1795] By: gsar                                  on 1998/09/21  20:34:10
11213         Log: make xsubpp generate well-formed code with CAPI && !PERL_OBJECT
11214      Branch: perl
11215            ! lib/ExtUtils/xsubpp
11216 ____________________________________________________________________________
11217 [  1789] By: gsar                                  on 1998/09/18  18:01:37
11218         Log: delay freeing itervar so C<for $i (@a) { return($i) }> works
11219      Branch: perl
11220            ! cop.h t/cmd/for.t
11221 ____________________________________________________________________________
11222 [  1788] By: gsar                                  on 1998/09/17  02:19:11
11223         Log: resync win32/config.?c with Porting/config.sh to pick up apiversion
11224      Branch: perl
11225            ! win32/config.bc win32/config.gc win32/config.vc
11226 ____________________________________________________________________________
11227 [  1787] By: gsar                                  on 1998/09/17  01:45:14
11228         Log: suppress bogus warning on C<sub x {} x()>
11229      Branch: perl
11230            ! toke.c
11231 ____________________________________________________________________________
11232 [  1786] By: gsar                                  on 1998/09/17  01:42:51
11233         Log: ntohl typo in objXSUB.h
11234      Branch: perl
11235            ! objXSUB.h
11236 ____________________________________________________________________________
11237 [  1785] By: gsar                                  on 1998/09/17  01:41:48
11238         Log: fill gaps in sig_* entries in win32/config.?c
11239      Branch: perl
11240            ! win32/config.bc win32/config.gc win32/config.vc
11241 ____________________________________________________________________________
11242 [  1781] By: larry                                 on 1998/09/05  23:48:24
11243         Log: tr/// logic was hosed under utf8
11244      Branch: perl
11245            ! doop.c op.c op.h pp.c proto.h
11246 ____________________________________________________________________________
11247 [  1780] By: larry                                 on 1998/09/05  23:44:16
11248         Log: several new tests needed tweaking to work under utf8
11249      Branch: perl
11250            ! t/comp/require.t t/op/pack.t t/op/substr.t
11251 ____________________________________________________________________________
11252 [  1779] By: larry                                 on 1998/09/05  23:41:42
11253         Log: index() applied BM optimization to wrong argument
11254      Branch: perl
11255            ! op.c util.c
11256 ____________________________________________________________________________
11257 [  1778] By: larry                                 on 1998/09/05  23:38:29
11258         Log: Implicit require during compile reset line numbering
11259      Branch: perl
11260            ! pp_ctl.c
11261
11262 ----------------
11263 Version 5.005_51
11264 ----------------
11265
11266 ____________________________________________________________________________
11267 [  1777] By: gsar                                  on 1998/08/10  07:02:38
11268         Log: various tweaks: fix signed vs. unsigned problems that prevented C++
11269              builds; add sundry PERL_OBJECT scaffolding to get it to build; fix
11270              lexical warning testsuite for win32
11271      Branch: perl
11272            ! Changes doop.c embed.h global.sym objXSUB.h objpp.h op.c
11273            ! pod/perlhist.pod pp.c pp_hot.c proto.h regcomp.c regexec.c
11274            ! sv.c t/pragma/warn-doio t/pragma/warn-mg t/pragma/warn-op
11275            ! t/pragma/warn-regexec toke.c utf8.c win32/GenCAPI.pl
11276            ! win32/Makefile win32/makefile.mk
11277 ____________________________________________________________________________
11278 [  1776] By: gsar                                  on 1998/08/09  17:53:48
11279         Log: fix coredump with MULTIPLICITY (ckWARN() needs early curcop init)
11280      Branch: perl
11281            ! Changes MANIFEST perl.c pod/perlhist.pod
11282 ____________________________________________________________________________
11283 [  1775] By: gsar                                  on 1998/08/09  14:35:33
11284         Log: tweak warning test
11285      Branch: perl
11286            ! t/pragma/warn-toke
11287 ____________________________________________________________________________
11288 [  1774] By: gsar                                  on 1998/08/09  14:13:46
11289         Log: add missing dTHR; notes for test failures due to small stacksize
11290      Branch: perl
11291            ! doio.c gv.c op.c sv.c t/pragma/warn-mg t/pragma/warn-regexec
11292            ! toke.c universal.c util.c
11293 ____________________________________________________________________________
11294 [  1773] By: gsar                                  on 1998/08/09  11:31:53
11295         Log: lexical warnings; tweaks to places that didn't apply correctly
11296              From:    pmarquess@bfsec.bt.co.uk (Paul Marquess)
11297              Date:    Wed, 29 Jul 1998 09:28:45 BST
11298              Message-Id: <9807290828.AA26286@claudius.bfsec.bt.co.uk>
11299              Subject: lexical warnings patch for 5.005_50
11300      Branch: perl
11301            + README.lexwarn lib/warning.pm t/pragma/warn-2use
11302            + t/pragma/warn-3both t/pragma/warn-4lint t/pragma/warn-5nolint
11303            + t/pragma/warn-doio t/pragma/warn-gv t/pragma/warn-mg
11304            + t/pragma/warn-op t/pragma/warn-perl t/pragma/warn-perly
11305            + t/pragma/warn-pp t/pragma/warn-pp_ctl t/pragma/warn-pp_hot
11306            + t/pragma/warn-pp_sys t/pragma/warn-regcomp
11307            + t/pragma/warn-regexec t/pragma/warn-sv t/pragma/warn-taint
11308            + t/pragma/warn-toke t/pragma/warn-universal t/pragma/warn-util
11309            + warning.h warning.pl
11310            ! Changes MANIFEST Makefile.SH cop.h doio.c global.sym gv.c
11311            ! lib/diagnostics.pm mg.c op.c op.h perl.c perl.h pp.c pp_ctl.c
11312            ! pp_hot.c pp_sys.c proto.h regcomp.c regexec.c sv.c t/op/tie.t
11313            ! t/pragma/warn-1global t/pragma/warning.t taint.c toke.c
11314            ! universal.c util.c
11315 ____________________________________________________________________________
11316 [  1772] By: gsar                                  on 1998/08/08  23:06:00
11317         Log: bump patchlevel to 5.005_51
11318      Branch: perl
11319            ! patchlevel.h win32/Makefile win32/config_H.bc
11320            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
11321 ____________________________________________________________________________
11322 [  1771] By: gsar                                  on 1998/08/08  23:01:57
11323         Log: fix bogus warning on "\x{123}"
11324              From: pmarquess@claudius.bfsec.bt.co.uk (Paul Marquess)
11325              Date: Mon, 27 Jul 1998 06:16:15 +0100 (BST)
11326              Message-Id: <9807270534.AA11102@claudius.bfsec.bt.co.uk>
11327              Subject: [5.005_50 PATCH] Some unicode problems
11328      Branch: perl
11329            ! regcomp.c toke.c
11330 ____________________________________________________________________________
11331 [  1770] By: gsar                                  on 1998/08/08  22:56:55
11332         Log: hide dup symbol for static build of ext/re
11333              From: Dominic Dunlop <domo@ppp72.vo.lu>
11334              Date: Wed, 29 Jul 1998 11:09:56 +0100 (WET DST)
11335              Message-Id: <199807291009.LAA08935@ppp72.vo.lu>
11336              Subject: Not OK: perl 5.00550 on powerpc-machten 4.1 [BOGUS PATCH]
11337      Branch: perl
11338            ! regcomp.c
11339 ____________________________________________________________________________
11340 [  1769] By: gsar                                  on 1998/08/08  22:45:06
11341         Log: fix double free on -Mutf8 -e '$b=uc("")'
11342              From: larry@wall.org (Larry Wall)
11343              Date: Fri, 7 Aug 1998 14:42:43 -0700
11344              Message-Id: <199808072142.OAA14920@wall.org>
11345              Subject: [PATCH 5.005_50]: uc("") and lc("") under utf8 fails
11346      Branch: perl
11347            ! pp.c
11348 ____________________________________________________________________________
11349 [  1768] By: gsar                                  on 1998/08/08  22:42:29
11350         Log: substr() assumes utf8 without say-so
11351              From: larry@wall.org (Larry Wall)
11352              Date: Fri, 7 Aug 1998 12:25:12 -0700
11353              Message-Id: <199808071925.MAA13436@wall.org>
11354              Subject: [PATCH 5.005_50] substr bug?
11355      Branch: perl
11356            ! pp.c
11357 ____________________________________________________________________________
11358 [  1767] By: gsar                                  on 1998/08/08  22:38:25
11359         Log: fix intolerance of SWASHes for blank lines
11360              From: Gisle Aas <aas@sn.no>
11361              Date: 06 Aug 1998 23:28:57 +0200
11362              Message-ID: <m3emutkdeu.fsf@furu.g.aas.no>
11363              Subject: Re: Re[2]: another joyride begins
11364      Branch: perl
11365            ! lib/utf8_heavy.pl
11366 ____________________________________________________________________________
11367 [  1766] By: gsar                                  on 1998/08/08  22:33:10
11368         Log: utf8 doc tweak
11369              From: Gisle Aas <aas@sn.no>
11370              Date: 05 Aug 1998 00:41:04 +0200
11371              Message-ID: <m3yat4wetb.fsf@furu.g.aas.no>
11372              Subject: Matching clumps
11373      Branch: perl
11374            ! lib/utf8.pm
11375 ____________________________________________________________________________
11376 [  1765] By: gsar                                  on 1998/08/08  22:31:37
11377         Log: kill bogus warning from -we 'use utf8; $_="\x{FF}"'
11378              From: Gisle Aas <aas@sn.no>
11379              Date: 04 Aug 1998 22:56:11 +0200
11380              Message-ID: <m3yat4sbys.fsf@furu.g.aas.no>
11381              Subject: Re: another joyride begins
11382      Branch: perl
11383            ! lib/utf8_heavy.pl
11384 ____________________________________________________________________________
11385 [  1764] By: gsar                                  on 1998/08/08  22:28:43
11386         Log: From: larry@wall.org (Larry Wall)
11387              Date: Tue, 4 Aug 1998 17:04:51 -0700
11388              Message-Id: <199808050004.RAA22592@wall.org>
11389              Subject: [PATCH 5.005_50] \pX not implemented!
11390      Branch: perl
11391            ! regcomp.c
11392 ____________________________________________________________________________
11393 [  1763] By: gsar                                  on 1998/08/08  22:27:15
11394         Log: From: Stephen McCamant <alias@mcs.com>
11395              Date: Sun,  2 Aug 1998 16:33:18 -0500 (CDT)
11396              Message-ID: <13764.55116.921952.837027@alias-2.pr.mcs.net>
11397              Subject: [PATCH] Eliminate superfluous RV2p[AH]Vs in oops[AH]V()
11398      Branch: perl
11399            ! op.c
11400 ____________________________________________________________________________
11401 [  1762] By: gsar                                  on 1998/08/08  22:26:09
11402         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
11403              Date: Sun, 2 Aug 1998 22:05:28 +0300 (EET DST)
11404              Message-Id: <199808021905.WAA10592@alpha.hut.fi>
11405              Subject: [PATCH] 5.005_02-TRIAL1 or 5.004_05-MAINT_TRIAL_5: t/op/{pw,gr}ent.t
11406      Branch: perl
11407            + t/op/grent.t t/op/pwent.t
11408            ! MANIFEST
11409 ____________________________________________________________________________
11410 [  1761] By: gsar                                  on 1998/08/08  22:21:52
11411         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11412              Date: Thu, 30 Jul 1998 19:23:56 -0400 (EDT)
11413              Message-Id: <199807302323.TAA21175@monk.mps.ohio-state.edu>
11414              Subject: [5.005_50 PATCH] misprint in RE engine
11415      Branch: perl
11416            ! regexec.c t/op/re_tests
11417 ____________________________________________________________________________
11418 [  1760] By: gsar                                  on 1998/08/08  22:18:54
11419         Log: integrate maint-5.005 changes into mainline
11420      Branch: perl
11421           +> Porting/fixCORE README.os390 ebcdic.c win32/des_fcrypt.patch
11422           !> (integrate 138 files)
11423 ____________________________________________________________________________
11424 [  1672] By: gsar                                  on 1998/07/27  18:35:28
11425         Log: create new Changes
11426      Branch: perl
11427            + Changes
11428            ! Changes5.005 MANIFEST
11429 ____________________________________________________________________________
11430 [  1671] By: gsar                                  on 1998/07/27  18:30:57
11431         Log: rename Changes --> Changes5.005
11432      Branch: perl
11433           +> Changes5.005
11434            - Changes
11435 ____________________________________________________________________________
11436 [  1670] By: gsar                                  on 1998/07/27  18:10:14
11437         Log: integrate 5.005_01 changes from maint
11438      Branch: perl
11439            ! Changes
11440           !> README.win32 pod/perldelta.pod proto.h toke.c win32/GenCAPI.pl
11441           !> win32/win32.c
11442 ____________________________________________________________________________
11443 [  1667] By: nick                                  on 1998/07/26  14:31:01
11444         Log: Add dTHR so that it compiles miniperl in threaded mode
11445      Branch: perl
11446            ! doop.c mg.c regcomp.c regexec.c
11447 ____________________________________________________________________________
11448 [  1666] By: nick                                  on 1998/07/26  13:01:10
11449         Log: Resolve ansiperl against mainline (@1648?)
11450              Unclear that change number has "taken".
11451      Branch: ansiperl
11452           +> (branch 169 files)
11453            - ObjXSub.h XSLock.h compat3.sym fixvars pod/perld4.pod
11454           !> (integrate 131 files)
11455
11456 ----------------
11457 Version 5.005_50
11458 ----------------
11459
11460 ____________________________________________________________________________
11461 [  1665] By: gsar                                  on 1998/07/26  05:38:48
11462         Log: add trailing newline to file
11463      Branch: perl
11464            ! Changes lib/unicode/blocks.txt
11465 ____________________________________________________________________________
11466 [  1664] By: gsar                                  on 1998/07/26  05:08:48
11467         Log: integrate proto.h additions from maint-5.005
11468      Branch: perl
11469           !> pod/perlhist.pod proto.h
11470 ____________________________________________________________________________
11471 [  1663] By: gsar                                  on 1998/07/26  05:07:05
11472         Log: add new files to MANIFEST; add missing prototypes to proto.h;
11473              s/PL_utf8skip/utf8skip/ for now, or we end up with Perl_PL_;
11474              add typecasts to silence warnings; tweaks for win32 builds
11475      Branch: perl
11476            ! MANIFEST embed.h global.sym proto.h regexec.c toke.c utf8.h
11477            ! win32/Makefile win32/makefile.mk
11478 ____________________________________________________________________________
11479 [  1662] By: gsar                                  on 1998/07/26  05:01:52
11480         Log: add missing sv_*_mg() prototypes in proto.h, update perlhist.pod
11481      Branch: maint-5.005/perl
11482            ! pod/perlhist.pod proto.h
11483 ____________________________________________________________________________
11484 [  1661] By: gsar                                  on 1998/07/26  02:52:48
11485         Log: up patchlevel to 5.005_50
11486      Branch: perl
11487            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
11488            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
11489 ____________________________________________________________________________
11490 [  1660] By: gsar                                  on 1998/07/26  02:43:57
11491         Log: integrate utfperl
11492      Branch: perl
11493           +> (branch 162 files)
11494           !> (integrate 29 files)
11495 ____________________________________________________________________________
11496 [  1659] By: gsar                                  on 1998/07/26  02:38:22
11497         Log: integrate maint-5.005 changes
11498      Branch: perl
11499           !> Changes README.vms djgpp/fixpmain emacs/ptags hints/beos.sh
11500           !> lib/Math/BigInt.pm pod/perldelta.pod pod/perlmodinstall.pod
11501           !> pod/perltoc.pod pp_sys.c t/lib/bigintpm.t
11502           !> vms/descrip_mms.template vms/subconfigure.com
11503 ____________________________________________________________________________
11504 [  1658] By: gsar                                  on 1998/07/26  02:23:46
11505         Log: VMS patches from Dan Sugalski <sugalskd@osshe.edu>
11506              Date: Fri, 24 Jul 1998 11:38:25 -0700
11507              Message-Id: <3.0.5.32.19980724113825.00a067b0@ous.edu>
11508              Subject: [PATCH 5.005] version number problem with VMS (Corrected)
11509              --
11510              Date: Fri, 24 Jul 1998 12:30:36 -0700
11511              Message-Id: <3.0.5.32.19980724123036.009f0390@ous.edu>
11512              Subject: [PATCH 5.005]Tweaks to README.vms
11513              --
11514              Date: Sat, 25 Jul 1998 17:56:55 -0700 (PDT)
11515              Message-ID: <Pine.GSO.3.96.980725175626.15740D-100000@netserve.ous.edu>
11516              Subject: [PATCH 5.005] Final build cleanup patch
11517      Branch: maint-5.005/perl
11518            ! README.vms vms/descrip_mms.template vms/subconfigure.com
11519 ____________________________________________________________________________
11520 [  1657] By: gsar                                  on 1998/07/26  02:19:50
11521         Log: another platform where pp_sselect() needs a whole fd_set buffer
11522              From: Lupe Christoph <lupe@alanya.m.isar.de>
11523              Date: Sat, 25 Jul 1998 19:49:33 +0200 (MET DST)
11524              Message-Id: <199807251749.TAA22347@alanya.m.isar.de>
11525              Subject: Patch for Not OK: perl 5.005 on i86pc-solaris-thread 2.6
11526      Branch: maint-5.005/perl
11527            ! pp_sys.c
11528 ____________________________________________________________________________
11529 [  1656] By: gsar                                  on 1998/07/26  02:12:46
11530         Log: fix problem building modules on dos-djgpp
11531              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
11532              Date: Sat, 25 Jul 1998 00:53:39 +0200
11533              Message-ID: <19980725005339.C222@cdata.tvnet.hu>
11534              Subject: [PATCH 5.005] dos-djgpp and modules problem
11535      Branch: maint-5.005/perl
11536            ! djgpp/fixpmain
11537 ____________________________________________________________________________
11538 [  1655] By: gsar                                  on 1998/07/26  02:11:09
11539         Log: From: Tom Spindler <dogcow@home.merit.edu>
11540              Date: Wed, 22 Jul 1998 16:11:07 -0400
11541              Message-ID: <19980722161107.A16813@home.merit.edu>
11542              Subject: [PATCH 5.005] BeOS tweak
11543      Branch: maint-5.005/perl
11544            ! hints/beos.sh
11545 ____________________________________________________________________________
11546 [  1654] By: gsar                                  on 1998/07/26  02:09:29
11547         Log: various pod tweaks
11548      Branch: maint-5.005/perl
11549            ! Changes pod/perldelta.pod pod/perlmodinstall.pod
11550            ! pod/perltoc.pod
11551 ____________________________________________________________________________
11552 [  1653] By: gsar                                  on 1998/07/26  02:05:46
11553         Log: fix emacs/ptags for PL_* changes
11554              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11555              Date: Fri, 24 Jul 1998 03:12:35 -0400 (EDT)
11556              Message-Id: <199807240712.DAA04204@monk.mps.ohio-state.edu>
11557              Subject: [PATCH 5.004_76] Yet better ptags
11558      Branch: maint-5.005/perl
11559            ! emacs/ptags
11560 ____________________________________________________________________________
11561 [  1652] By: gsar                                  on 1998/07/26  02:03:01
11562         Log: fix behavior of <=> on bigints
11563              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
11564              Message-Id: <E0yzlfF-0004kz-00@taurus.cus.cam.ac.uk>
11565              Date: Fri, 24 Jul 1998 18:29:53 +0100
11566              Subject: [PATCH] Re: Math::BigInt <=> op is not correct.
11567      Branch: maint-5.005/perl
11568            ! lib/Math/BigInt.pm t/lib/bigintpm.t
11569 ____________________________________________________________________________
11570 [  1651] By: larry                                 on 1998/07/24  05:44:33
11571         Log: Here are the long-expected Unicode/UTF-8 modifications.
11572      Branch: utfperl
11573            + lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
11574            + lib/unicode/Bidirectional.pl lib/unicode/Block.pl
11575            + lib/unicode/Category.pl lib/unicode/CombiningClass.pl
11576            + lib/unicode/Decomposition.pl
11577            + lib/unicode/In/AlphabeticPresentationForms.pl
11578            + lib/unicode/In/Arabic.pl
11579            + lib/unicode/In/ArabicPresentationForms-A.pl
11580            + lib/unicode/In/ArabicPresentationForms-B.pl
11581            + lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
11582            + lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
11583            + lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
11584            + lib/unicode/In/BoxDrawing.pl
11585            + lib/unicode/In/CJKCompatibility.pl
11586            + lib/unicode/In/CJKCompatibilityForms.pl
11587            + lib/unicode/In/CJKCompatibilityIdeographs.pl
11588            + lib/unicode/In/CJKSymbolsandPunctuation.pl
11589            + lib/unicode/In/CJKUnifiedIdeographs.pl
11590            + lib/unicode/In/CombiningDiacriticalMarks.pl
11591            + lib/unicode/In/CombiningHalfMarks.pl
11592            + lib/unicode/In/CombiningMarksforSymbols.pl
11593            + lib/unicode/In/ControlPictures.pl
11594            + lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
11595            + lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
11596            + lib/unicode/In/EnclosedAlphanumerics.pl
11597            + lib/unicode/In/EnclosedCJKLettersandMonths.pl
11598            + lib/unicode/In/GeneralPunctuation.pl
11599            + lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
11600            + lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
11601            + lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
11602            + lib/unicode/In/HalfwidthandFullwidthForms.pl
11603            + lib/unicode/In/HangulCompatibilityJamo.pl
11604            + lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
11605            + lib/unicode/In/Hebrew.pl
11606            + lib/unicode/In/HighPrivateUseSurrogates.pl
11607            + lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
11608            + lib/unicode/In/IPAExtensions.pl lib/unicode/In/Kanbun.pl
11609            + lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
11610            + lib/unicode/In/Lao.pl lib/unicode/In/Latin-1Supplement.pl
11611            + lib/unicode/In/LatinExtended-A.pl
11612            + lib/unicode/In/LatinExtended-B.pl
11613            + lib/unicode/In/LatinExtendedAdditional.pl
11614            + lib/unicode/In/LetterlikeSymbols.pl
11615            + lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
11616            + lib/unicode/In/MathematicalOperators.pl
11617            + lib/unicode/In/MiscellaneousSymbols.pl
11618            + lib/unicode/In/MiscellaneousTechnical.pl
11619            + lib/unicode/In/NumberForms.pl
11620            + lib/unicode/In/OpticalCharacterRecognition.pl
11621            + lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
11622            + lib/unicode/In/SmallFormVariants.pl
11623            + lib/unicode/In/SpacingModifierLetters.pl
11624            + lib/unicode/In/Specials.pl
11625            + lib/unicode/In/SuperscriptsandSubscripts.pl
11626            + lib/unicode/In/Tamil.pl lib/unicode/In/Telugu.pl
11627            + lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
11628            + lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
11629            + lib/unicode/Is/BidiAN.pl lib/unicode/Is/BidiB.pl
11630            + lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiEN.pl
11631            + lib/unicode/Is/BidiES.pl lib/unicode/Is/BidiET.pl
11632            + lib/unicode/Is/BidiL.pl lib/unicode/Is/BidiON.pl
11633            + lib/unicode/Is/BidiR.pl lib/unicode/Is/BidiS.pl
11634            + lib/unicode/Is/BidiWS.pl lib/unicode/Is/C.pl
11635            + lib/unicode/Is/Cc.pl lib/unicode/Is/Cn.pl lib/unicode/Is/Co.pl
11636            + lib/unicode/Is/DCcircle.pl lib/unicode/Is/DCcompat.pl
11637            + lib/unicode/Is/DCfinal.pl lib/unicode/Is/DCfont.pl
11638            + lib/unicode/Is/DCinital.pl lib/unicode/Is/DCinitial.pl
11639            + lib/unicode/Is/DCisolated.pl lib/unicode/Is/DCnarrow.pl
11640            + lib/unicode/Is/DCnoBreak.pl lib/unicode/Is/DCsmall.pl
11641            + lib/unicode/Is/DCsquare.pl lib/unicode/Is/DCsub.pl
11642            + lib/unicode/Is/DCsuper.pl lib/unicode/Is/DCvertical.pl
11643            + lib/unicode/Is/DCwide.pl lib/unicode/Is/DecoCanon.pl
11644            + lib/unicode/Is/DecoCompat.pl lib/unicode/Is/Digit.pl
11645            + lib/unicode/Is/L.pl lib/unicode/Is/Ll.pl lib/unicode/Is/Lm.pl
11646            + lib/unicode/Is/Lo.pl lib/unicode/Is/Lower.pl
11647            + lib/unicode/Is/Lt.pl lib/unicode/Is/Lu.pl lib/unicode/Is/M.pl
11648            + lib/unicode/Is/Mc.pl lib/unicode/Is/Mirrored.pl
11649            + lib/unicode/Is/Mn.pl lib/unicode/Is/N.pl lib/unicode/Is/Nd.pl
11650            + lib/unicode/Is/No.pl lib/unicode/Is/P.pl lib/unicode/Is/Pd.pl
11651            + lib/unicode/Is/Pe.pl lib/unicode/Is/Po.pl
11652            + lib/unicode/Is/Print.pl lib/unicode/Is/Ps.pl
11653            + lib/unicode/Is/S.pl lib/unicode/Is/Sc.pl lib/unicode/Is/Sm.pl
11654            + lib/unicode/Is/So.pl lib/unicode/Is/Space.pl
11655            + lib/unicode/Is/Upper.pl lib/unicode/Is/Z.pl
11656            + lib/unicode/Is/Zl.pl lib/unicode/Is/Zp.pl lib/unicode/Is/Zs.pl
11657            + lib/unicode/JamoShort.pl lib/unicode/Makefile
11658            + lib/unicode/Name.pl lib/unicode/Number.pl
11659            + lib/unicode/To/Digit.pl lib/unicode/To/Lower.pl
11660            + lib/unicode/To/Title.pl lib/unicode/To/Upper.pl
11661            + lib/unicode/UnicodeData-Latest.txt lib/unicode/arabshp.txt
11662            + lib/unicode/blocks.txt lib/unicode/index2.txt
11663            + lib/unicode/jamo2.txt lib/unicode/mktables.PL
11664            + lib/unicode/names2.txt lib/unicode/props2.txt
11665            + lib/unicode/readme.txt lib/utf8.pm lib/utf8_heavy.pl t/UTEST
11666            + utf8.c utf8.h
11667            ! Makefile.SH doop.c embed.h embedvar.h global.sym handy.h mg.c
11668            ! op.c op.h perl.h perlvars.h pod/perlfunc.pod pod/perlop.pod
11669            ! pod/perlre.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
11670            ! regcomp.h regcomp.sym regexec.c regexp.h regnodes.h sv.c
11671            ! t/op/vec.t toke.c util.c vms/vmsish.h
11672 ____________________________________________________________________________
11673 [  1650] By: gsar                                  on 1998/07/24  04:06:48
11674         Log: create utfperl branch
11675      Branch: utfperl
11676           +> (branch 1079 files)
11677 ____________________________________________________________________________
11678 [  1649] By: gsar                                  on 1998/07/24  03:56:56
11679         Log: create maint-5.005 branch
11680      Branch: maint-5.005/perl
11681           +> (branch 1079 files)
11682 ____________________________________________________________________________
11683 [  1648] By: gsar                                  on 1998/07/24  03:36:35
11684         Log: un-checked-in 5.005 Changes  (this is 5.005 *exactly*)
11685      Branch: perl
11686            ! Changes
11687