This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fix prototype mismatch (from Hans Mulder <hansm@xs4all.nl>)
[perl5.git] / Changes
1 Please note: This file provides a summary of significant changes
2 between versions and sub-versions of Perl, not necessarily a complete
3 list of each modification.  If you'd like more detailed information,
4 please consult the comments in the patches on which the relevant
5 release of Perl is based.  (Patches can be found on any CPAN
6 site, in the .../src/5.0 directory for full version releases,
7 or in the .../src/5/0/unsupported directory for sub-version
8 releases.)
9
10
11                            ---------------
12                             CAST AND CREW
13                            ---------------
14
15 To give due honor to those who have made Perl what is is today,
16 here are some of the more common names in the Changes file, and their
17 current addresses (as of July 1998):
18
19     Gisle Aas           <gisle@aas.no>
20     Abigail             <abigail@fnx.com>
21     Kenneth Albanowski  <kjahds@kjahds.com>
22     Russ Allbery        <rra@stanford.edu>
23     Spider Boardman     <spider@orb.nashua.nh.us>
24     Tom Christiansen    <tchrist@perl.com>
25     Jan Dubois          <jan.dubois@ibm.net>
26     Hallvard B Furuseth <h.b.furuseth@usit.uio.no>
27     M. J. T. Guy        <mjtg@cus.cam.ac.uk>
28     Jarkko Hietaniemi   <jhi@iki.fi>
29     Nick Ing-Simmons    <nik@tiuk.ti.com>
30     Andreas Koenig      <a.koenig@mind.de>
31     Doug MacEachern     <dougm@opengroup.org>
32     Paul Marquess       <pmarquess@bfsec.bt.co.uk>
33     Stephen McCamant    <alias@mcs.com>
34     Laszlo Molnar       <laszlo.molnar@eth.ericsson.se>
35     Hans Mulder         <hansmu@xs4all.nl>
36     Matthias Neeracher  <neeri@iis.ee.ethz.ch>
37     Jeff Okamoto        <okamoto@hpcc123.corp.hp.com>
38     Ulrich Pfeifer      <pfeifer@charly.informatik.uni-dortmund.de>
39     Tom Phoenix         <rootbeer@teleport.com>
40     Joshua Pritikin     <joshua.pritikin@db.com>
41     Norbert Pueschel    <pueschel@imsdd.meb.uni-bonn.de>
42     Dean Roehrich       <roehrich@cray.com>
43     Hugo van der Sanden <hv@crypt0.demon.co.uk>
44     Roderick Schertler  <roderick@argon.org>
45     Kurt D. Starsinic   <kstar@isinet.com>
46     Dan Sugalski        <sugalskd@osshe.edu>
47     Larry W. Virden     <lvirden@cas.org>
48     Ilya Zakharevich    <ilya@math.ohio-state.edu>
49
50 And the Keepers of the Patch Pumpkin:
51
52     Charles Bailey      <bailey@newman.upenn.edu>
53     Graham Barr         <gbarr@ti.com>
54     Malcolm Beattie     <mbeattie@sable.ox.ac.uk>
55     Tim Bunce           <Tim.Bunce@ig.co.uk>
56     Andy Dougherty      <doughera@lafcol.lafayette.edu>
57     Gurusamy Sarathy    <gsar@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_62        Development release working toward 5.006
79 ----------------
80
81 ____________________________________________________________________________
82 [  4390] By: gsar                                  on 1999/10/15  09:45:51
83         Log: lvalue subs patch (change#4081) breaks C<\(Foo->Bar())>;
84              avoid tickling it in Pod::Man for now; other nits in
85              Pod::*
86      Branch: perl
87            ! lib/Pod/Man.pm lib/Pod/Parser.pm pod/perldelta.pod
88            ! pod/perlopentut.pod
89 ____________________________________________________________________________
90 [  4389] By: gsar                                  on 1999/10/15  08:55:01
91         Log: disable internal globbing for miniperl (or build breaks out
92              in a rash of failed dependencies)
93      Branch: perl
94            ! Makefile.SH op.c win32/Makefile win32/makefile.mk
95 ____________________________________________________________________________
96 [  4388] By: jhi                                   on 1999/10/15  08:07:49
97         Log: Integrate with Sarathy.
98      Branch: cfgperl
99           !> Changes ext/POSIX/POSIX.xs lib/Benchmark.pm pod/perldelta.pod
100           !> pod/perlfaq2.pod win32/include/dirent.h win32/win32.c
101 ____________________________________________________________________________
102 [  4387] By: gsar                                  on 1999/10/15  07:46:24
103         Log: integrate cfgperl contents into mainline
104      Branch: perl
105            ! Changes
106           !> pod/perldelta.pod pod/perldiag.pod regcomp.c
107           !> t/pragma/warn/regcomp
108 ____________________________________________________________________________
109 [  4386] By: gsar                                  on 1999/10/15  05:45:36
110         Log: various little goofs in change#4385
111      Branch: perl
112            ! win32/include/dirent.h win32/win32.c
113 ____________________________________________________________________________
114 [  4385] By: gsar                                  on 1999/10/15  04:49:09
115         Log: win32_*dir() cleanup; win32_readdir() iterates as necessary
116              rather than win32_opendir() reading all files up front (untested)
117      Branch: perl
118            ! win32/include/dirent.h win32/win32.c
119 ____________________________________________________________________________
120 [  4384] By: gsar                                  on 1999/10/15  01:34:09
121         Log: Benchmark notes (from Barrie Slaymaker <barries@slaysys.com>)
122      Branch: perl
123            ! lib/Benchmark.pm pod/perldelta.pod
124 ____________________________________________________________________________
125 [  4383] By: gsar                                  on 1999/10/15  01:22:32
126         Log: include info about Perl Mongers in perlfaq2 (from David H. Adler
127              <dha@panix.com>)
128      Branch: perl
129            ! pod/perlfaq2.pod
130 ____________________________________________________________________________
131 [  4382] By: gsar                                  on 1999/10/15  01:14:22
132         Log: From: jand@ActiveState.com (Jan Dubois)
133              Date: Fri, 15 Oct 1999 01:14:23 +0200
134              Message-ID: <380f61ae.18202914@smtprelay.t-online.de>
135              Subject: [PATCH 5.005_61] Prevent "Out of memory" error in POSIX's strftime()
136      Branch: perl
137            ! ext/POSIX/POSIX.xs
138 ____________________________________________________________________________
139 [  4381] By: jhi                                   on 1999/10/14  22:11:36
140         Log: Integrate with Sarathy.
141      Branch: cfgperl
142           !> XSUB.h cop.h embed.h embed.pl ext/File/Glob/bsd_glob.c
143           !> lib/Time/Local.pm perl.c perlapi.c pod/perlop.pod pp_ctl.c
144           !> proto.h scope.c scope.h t/op/runlevel.t util.c win32/Makefile
145           !> win32/makefile.mk
146 ____________________________________________________________________________
147 [  4380] By: jhi                                   on 1999/10/14  22:08:22
148         Log: Warn inside character classes about unknown backslash escapes
149              (that are not caught earlier because of being completely unknown,
150              such as \m), such as \z (because they make do sense inside regexen,
151              but not inside character classes).
152      Branch: cfgperl
153            ! pod/perldelta.pod pod/perldiag.pod regcomp.c
154            ! t/pragma/warn/regcomp
155 ____________________________________________________________________________
156 [  4379] By: gsar                                  on 1999/10/14  18:26:56
157         Log: clarify significance of parens for "x" (from M.J.T. Guy
158              <mjtg@cus.cam.ac.uk>)
159      Branch: perl
160            ! pod/perlop.pod
161 ____________________________________________________________________________
162 [  4378] By: gsar                                  on 1999/10/14  18:25:20
163         Log: make timelocal work better when time is close to the epoch
164              east of GMT (from Keiki SATOH <kki@wakusei.ne.jp>)
165      Branch: perl
166            ! lib/Time/Local.pm
167 ____________________________________________________________________________
168 [  4377] By: gsar                                  on 1999/10/14  18:15:11
169         Log: integrate cfgperl contents into mainline
170      Branch: perl
171           +> ext/DB_File/hints/sco.pl
172           !> MANIFEST hints/aix.sh hints/linux.sh hints/svr5.sh
173           !> pod/perldelta.pod pod/perldiag.pod pod/perlop.pod
174           !> pod/perlre.pod regcomp.c t/op/re_tests t/pragma/warn/regcomp
175 ____________________________________________________________________________
176 [  4376] By: gsar                                  on 1999/10/14  17:47:35
177         Log: fix POPSTACK panics that ensued from bad interaction between
178              runlevels and stack of stacks (change#3988 done right);
179              basically, we pop the runlevel if the stacklevel is not the
180              same one we started the runlevel with
181      Branch: perl
182            ! cop.h perl.c pp_ctl.c t/op/runlevel.t util.c
183 ____________________________________________________________________________
184 [  4375] By: gsar                                  on 1999/10/14  15:54:48
185         Log: avoid warnings
186      Branch: perl
187            ! ext/File/Glob/bsd_glob.c
188 ____________________________________________________________________________
189 [  4374] By: jhi                                   on 1999/10/14  10:08:44
190         Log: Warn about false ranges like \d-\w (see the change #4355).
191              The invalid ranges (b-a) warning message also enhanced.
192      Branch: cfgperl
193            ! pod/perldelta.pod pod/perldiag.pod regcomp.c t/op/re_tests
194            ! t/pragma/warn/regcomp
195 ____________________________________________________________________________
196 [  4373] By: gsar                                  on 1999/10/14  03:49:54
197         Log: File::Glob fixes for Windows
198      Branch: perl
199            ! XSUB.h ext/File/Glob/bsd_glob.c win32/Makefile
200            ! win32/makefile.mk
201 ____________________________________________________________________________
202 [  4372] By: gsar                                  on 1999/10/14  02:21:31
203         Log: avoid inefficiency in change#3386 (every longjmp() was followed
204              by an avoidable call to setjmp())
205      Branch: perl
206            ! embed.h embed.pl perl.c perlapi.c pod/perldelta.pod pp_ctl.c
207            ! proto.h scope.c scope.h
208 ____________________________________________________________________________
209 [  4371] By: jhi                                   on 1999/10/13  21:17:17
210         Log: Integrate with Sarathy.
211      Branch: cfgperl
212           !> op.c pod/perldelta.pod
213 ____________________________________________________________________________
214 [  4370] By: gsar                                  on 1999/10/13  18:08:45
215         Log: misc tweaks
216      Branch: perl
217            ! op.c pod/perldelta.pod
218 ____________________________________________________________________________
219 [  4369] By: jhi                                   on 1999/10/13  16:18:58
220         Log: Integrate with Sarathy.
221      Branch: cfgperl
222           !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
223 ____________________________________________________________________________
224 [  4368] By: gsar                                  on 1999/10/13  16:14:16
225         Log: pod nits from various perl porters
226      Branch: perl
227            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
228 ____________________________________________________________________________
229 [  4367] By: jhi                                   on 1999/10/13  12:10:30
230         Log: From: Vlad Harchev <hvv@hippo.ru>
231              To: perl5-porters@perl.org
232              Subject: [ID 19991013.002] fix for 'perlop.pod' shipped with perl5.00503
233              Date: Wed, 13 Oct 1999 15:48:59 +0500 (SAMST)
234              Message-Id: <Pine.LNX.4.10.9910131546580.3542-100000@localhost.localdomain>
235      Branch: cfgperl
236            ! pod/perlop.pod
237 ____________________________________________________________________________
238 [  4366] By: gsar                                  on 1999/10/13  08:11:11
239         Log: typos and language goofs pointed out by Hugo van der Sanden
240              <hv@crypt.compulink.co.uk>
241      Branch: perl
242            ! pod/perldelta.pod pod/perldiag.pod
243 ____________________________________________________________________________
244 [  4365] By: jhi                                   on 1999/10/13  07:27:44
245         Log: Integrate with Sarathy.
246      Branch: cfgperl
247           +> ext/File/Glob/Changes ext/File/Glob/Glob.pm
248           +> ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
249           +> ext/File/Glob/TODO ext/File/Glob/bsd_glob.c
250           +> ext/File/Glob/bsd_glob.h ext/NDBM_File/hints/sco.pl
251           +> t/lib/glob-basic.t t/lib/glob-global.t t/lib/glob-taint.t
252           !> Changes MANIFEST README.win32 ext/ODBM_File/hints/sco.pl
253           !> lib/perl5db.pl op.c pod/perldelta.pod pod/perlfaq8.pod
254           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod t/op/glob.t
255           !> t/op/readdir.t t/op/taint.t t/pragma/overload.t util.c
256 ____________________________________________________________________________
257 [  4364] By: gsar                                  on 1999/10/13  07:06:04
258         Log: debugger tweak (from M.J.T. Guy <mjtg@cus.cam.ac.uk>)
259      Branch: perl
260            ! lib/perl5db.pl
261 ____________________________________________________________________________
262 [  4363] By: jhi                                   on 1999/10/13  07:03:43
263         Log: From: Mike Hopkirk (hops) <hops@scoot.pdev.sco.com>
264              To: perl5-porters@perl.org
265              Subject: [ID 19991012.002] Latest UnixWare7 (svr5.sh) hints file
266              Date: Tue, 12 Oct 1999 19:48:11 -0700 (PDT)
267              Message-Id: <199910130248.TAA14636@scoot.pdev.sco.com>
268      Branch: cfgperl
269            ! hints/svr5.sh
270 ____________________________________________________________________________
271 [  4362] By: jhi                                   on 1999/10/13  06:57:16
272         Log: Add DB_File hint for SCO ODT.
273              From: hops@sco.com
274              To: perl5-porters@perl.org
275              Subject: [ID 19991012.004] Build patch for perl5.005_03 on ODT3 ( 3.2v4.2)
276              Date: Tue, 12 Oct 1999 20:16:04 PDT
277              Message-Id: <199910122016.aa18415@charmstr.pdev.sco.com>
278      Branch: cfgperl
279            + ext/DB_File/hints/sco.pl
280            ! MANIFEST
281 ____________________________________________________________________________
282 [  4361] By: gsar                                  on 1999/10/13  06:56:08
283         Log: PL_numeric_radix used without being defined (from Ilya
284              Zakharevich)
285      Branch: perl
286            ! util.c
287 ____________________________________________________________________________
288 [  4360] By: gsar                                  on 1999/10/13  06:43:03
289         Log: use libdbm.nfs.a if available (libdbm.a is missing dbmclose())
290              From: hops@sco.com
291              Date: Tue, 12 Oct 1999 20:16:04 PDT
292              Message-Id: <199910122016.aa18415@charmstr.pdev.sco.com>
293              Subject: [ID 19991012.004] Build patch for perl5.005_03 on ODT3 ( 3.2v4.2)
294      Branch: perl
295            + ext/NDBM_File/hints/sco.pl
296            ! MANIFEST ext/ODBM_File/hints/sco.pl
297 ____________________________________________________________________________
298 [  4359] By: gsar                                  on 1999/10/13  06:34:53
299         Log: various pod tweaks (from M.J.T. Guy <mjtg@cus.cam.ac.uk>)
300      Branch: perl
301            ! README.win32 pod/perlfaq8.pod pod/perlfunc.pod pod/perlop.pod
302            ! pod/perlport.pod
303 ____________________________________________________________________________
304 [  4358] By: gsar                                  on 1999/10/12  19:10:27
305         Log: perldelta updates
306      Branch: perl
307            ! pod/perldelta.pod
308 ____________________________________________________________________________
309 [  4357] By: gsar                                  on 1999/10/12  17:11:18
310         Log: update perldelta for change#4356
311      Branch: perl
312            ! Changes pod/perldelta.pod
313 ____________________________________________________________________________
314 [  4356] By: gsar                                  on 1999/10/12  16:53:31
315         Log: add File::BSDGlob as File::Glob and load it at compile-time
316              if perl was built with -DPERL_INTERNAL_GLOB
317              
318              TODO: we currently get a compile-time failure if File/Glob.pm
319              can't be found; such failure needs to be made to emit a warning
320              and use the csh implementation instead
321      Branch: perl
322            + ext/File/Glob/Changes ext/File/Glob/Glob.pm
323            + ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
324            + ext/File/Glob/TODO ext/File/Glob/bsd_glob.c
325            + ext/File/Glob/bsd_glob.h t/lib/glob-basic.t
326            + t/lib/glob-global.t t/lib/glob-taint.t
327            ! MANIFEST op.c t/op/glob.t t/op/readdir.t t/op/taint.t
328            ! t/pragma/overload.t
329 ____________________________________________________________________________
330 [  4355] By: jhi                                   on 1999/10/12  15:30:05
331         Log: Revert the parts of #3926 that outlawed character ranges
332              that have character classes such as \w as either endpoint.
333              This change re-establishes the old behavior which meant that
334              such ranges weren't really ranges, the "-" was literal.
335              Moreover, this change also fixes the old behavior to be
336              more consistent: [\w-.] and [\s-\w] worked, but [.-\w] didn't.
337              Now they all do work as described above.  The #3926 outlawed
338              all of those.
339      Branch: cfgperl
340            ! pod/perldiag.pod pod/perlre.pod regcomp.c t/op/re_tests
341 ____________________________________________________________________________
342 [  4354] By: jhi                                   on 1999/10/12  09:58:59
343         Log: Integrate with Sarathy.
344      Branch: cfgperl
345           !> (integrate 33 files)
346 ____________________________________________________________________________
347 [  4353] By: gsar                                  on 1999/10/12  05:53:40
348         Log: apply parts of LynxOS patches from Alan Johnson
349              <johnson@alonn.gemse.fr>
350      Branch: perl
351            ! Changes hints/lynxos.sh pod/perldelta.pod t/lib/safe2.t
352            ! t/op/groups.t
353 ____________________________________________________________________________
354 [  4352] By: gsar                                  on 1999/10/12  05:24:39
355         Log: allow any unpack specifier to take a count via '/'
356              (from Ilya Zakharevich)
357      Branch: perl
358            ! pp.c t/op/pack.t
359 ____________________________________________________________________________
360 [  4351] By: gsar                                  on 1999/10/12  05:02:35
361         Log: avoid warnings
362      Branch: perl
363            ! malloc.c
364 ____________________________________________________________________________
365 [  4350] By: gsar                                  on 1999/10/12  04:50:52
366         Log: various cleanups
367      Branch: perl
368            ! ext/Devel/DProf/DProf.xs op.c perl.c perly.c perly.y
369            ! perly_c.diff pp_hot.c toke.c vms/perly_c.vms win32/config.bc
370            ! win32/config.gc win32/config.vc win32/config_H.bc
371            ! win32/config_H.gc win32/config_H.vc win32/config_sh.PL
372 ____________________________________________________________________________
373 [  4349] By: gsar                                  on 1999/10/12  00:23:11
374         Log: update Changes, patchlevel etc.
375      Branch: perl
376            ! Changes Porting/findvars patchlevel.h win32/Makefile
377            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
378            ! win32/makefile.mk
379 ____________________________________________________________________________
380 [  4348] By: gsar                                  on 1999/10/11  23:11:57
381         Log: add vec() example from Chaim Frenkel <chaimf@pobox.com>
382      Branch: perl
383            ! pod/perlfunc.pod
384 ____________________________________________________________________________
385 [  4347] By: jhi                                   on 1999/10/11  21:25:03
386         Log: Sparc Linux -Duseshrplib fix.
387              
388              From: Brian Jepson <bjepson@home.com>
389              To: Nick Ing-Simmons <nick@ing-simmons.net>
390              cc: perl5-porters@perl.org
391              Subject: Re: [ID 19990813.002] Can't build Perl 5.005_60 on SPARC/Linux with -Duseshrplib
392              Date: Fri, 20 Aug 1999 11:25:17 -0500 (EST)
393              Message-ID: <Pine.LNX.4.10.9908201123570.5116-100000@cx384756-a.sking1.ri.home.com>
394      Branch: cfgperl
395            ! hints/linux.sh
396 ____________________________________________________________________________
397 [  4346] By: gsar                                  on 1999/10/11  20:28:32
398         Log: more pack/unpack documentation (from Ilya Zakharevich); changed
399              the behavior of 'Z*' and 'Z3' to always pack a trailing
400              null byte; changed documentation to suit; added test
401      Branch: perl
402            ! pod/perlfunc.pod pp.c t/op/pack.t
403 ____________________________________________________________________________
404 [  4345] By: gsar                                  on 1999/10/11  19:15:46
405         Log: writing to perllocal.pod fails if it was never created;
406              tweak pseudo-hash example (both suggested by Michael G Schwern
407              <schwern@pobox.com>)
408      Branch: perl
409            ! lib/ExtUtils/MM_Unix.pm pod/perlref.pod
410 ____________________________________________________________________________
411 [  4344] By: gsar                                  on 1999/10/11  17:57:31
412         Log: slightly edited variant of suggested patch
413              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
414              Date: Thu, 9 Sep 1999 18:35:37 -0400
415              Message-ID: <19990909183537.A28682@monk.mps.ohio-state.edu>
416              Subject: [PATCH 5.005_58] How RExen match?
417      Branch: perl
418            ! pod/perlre.pod
419 ____________________________________________________________________________
420 [  4343] By: gsar                                  on 1999/10/11  16:55:48
421         Log: change#4327 was inefficient
422      Branch: perl
423            ! lib/lib.pm
424 ____________________________________________________________________________
425 [  4342] By: jhi                                   on 1999/10/11  07:01:46
426         Log: Integrate with Sarathy.
427      Branch: cfgperl
428           +> pod/perlhack.pod
429           !> (integrate 28 files)
430 ____________________________________________________________________________
431 [  4341] By: jhi                                   on 1999/10/11  06:37:47
432         Log: The 2.5th cut at the AIX C++ extension problems.
433      Branch: cfgperl
434            ! hints/aix.sh
435 ____________________________________________________________________________
436 [  4340] By: gsar                                  on 1999/10/10  23:48:07
437         Log: add perlhack.pod from Nathan Torkington <gnat@frii.com>
438      Branch: perl
439            + pod/perlhack.pod
440            ! MANIFEST pod/Makefile pod/perl.pod pod/roffitall
441 ____________________________________________________________________________
442 [  4339] By: gsar                                  on 1999/10/10  20:42:40
443         Log: revert SAVEDESTRUCTOR() to accepting void(*)(void*) for source
444              compatibility; introduce SAVEDESTRUCTOR_X() that accepts
445              void(*)(pTHX_ void*)
446      Branch: perl
447            ! embed.h embed.pl ext/Devel/DProf/DProf.xs global.sym mg.c
448            ! objXSUB.h perl.h perlapi.c perly.c perly.y perly_c.diff
449            ! pod/perlguts.pod pod/perltoc.pod pp.c pp_hot.c proto.h
450            ! regcomp.h regexec.c scope.c scope.h toke.c vms/perly_c.vms
451 ____________________________________________________________________________
452 [  4338] By: gsar                                  on 1999/10/10  20:38:59
453         Log: add missing new diagnostics to perldelta
454      Branch: perl
455            ! pod/perldelta.pod
456 ____________________________________________________________________________
457 [  4337] By: gsar                                  on 1999/10/10  17:40:13
458         Log: update perldelta for change#3406
459      Branch: perl
460            ! embed.pl pod/perldata.pod pod/perldelta.pod
461 ____________________________________________________________________________
462 [  4336] By: gsar                                  on 1999/10/10  16:33:14
463         Log: integrate cfgperl contents into mainline
464      Branch: perl
465           +> ext/DynaLoader/hints/aix.pl
466           !> MANIFEST ext/DynaLoader/dl_aix.xs hints/aix.sh hints/irix_6.sh
467           !> makedef.pl perl.h pod/perldelta.pod
468 ____________________________________________________________________________
469 [  4335] By: jhi                                   on 1999/10/10  11:09:48
470         Log: Update perldelta.
471      Branch: cfgperl
472            ! pod/perldelta.pod
473 ____________________________________________________________________________
474 [  4334] By: jhi                                   on 1999/10/10  10:31:46
475         Log: Integrate with Sarathy.
476      Branch: cfgperl
477           +> win32/genmk95.pl
478           !> Changes MANIFEST README.win32 cop.h ext/Thread/Thread.pm
479           !> ext/Thread/Thread.xs ext/Thread/Thread/Queue.pm
480           !> ext/Thread/Thread/Semaphore.pm ext/Thread/Thread/Specific.pm
481           !> ext/Thread/sync.t ext/Thread/sync2.t installperl
482           !> lib/Exporter.pm lib/ExtUtils/MM_Unix.pm
483           !> lib/ExtUtils/MM_Win32.pm lib/diagnostics.pm lib/lib.pm perl.c
484           !> pod/perldelta.pod pod/perlfunc.pod pp_ctl.c pp_hot.c pp_sys.c
485           !> utils/perldoc.PL win32/makefile.mk
486 ____________________________________________________________________________
487 [  4333] By: gsar                                  on 1999/10/10  06:33:15
488         Log: install pods to 'pods' rather than 'pod' on cygwin (modified
489              a patch suggested by cwilson@cc865179-c.chmbl1.ga.home.com)
490      Branch: perl
491            ! installperl lib/diagnostics.pm utils/perldoc.PL
492 ____________________________________________________________________________
493 [  4332] By: gsar                                  on 1999/10/10  05:15:26
494         Log: add $VERSION
495      Branch: perl
496            ! lib/Exporter.pm
497 ____________________________________________________________________________
498 [  4331] By: gsar                                  on 1999/10/10  05:10:22
499         Log: describe what can go in an export list (from Anno Siegel
500              <anno4000@lublin.zrz.tu-berlin.de>)
501      Branch: perl
502            ! lib/Exporter.pm
503 ____________________________________________________________________________
504 [  4330] By: gsar                                  on 1999/10/10  04:50:43
505         Log: more basic support for building modules under Windows 95/98
506              (applied relevant parts from a patch suggested by
507              Jochen Wiedmann <joe@ispsoft.de>)
508      Branch: perl
509            ! lib/ExtUtils/MM_Unix.pm
510 ____________________________________________________________________________
511 [  4329] By: gsar                                  on 1999/10/10  04:28:38
512         Log: rudimentary support for building under Windows 95/98 (from
513              Benjamin Stuhl <sho_pi@hotmail.com>)
514      Branch: perl
515            + win32/genmk95.pl
516            ! MANIFEST README.win32 lib/ExtUtils/MM_Win32.pm
517            ! win32/makefile.mk
518 ____________________________________________________________________________
519 [  4328] By: gsar                                  on 1999/10/10  03:37:21
520         Log: fix two leaks in Thread.xs (from Eugene Alterman
521              <Eugene.Alterman@bremer-inc.com>); convert places with
522              'use attrs' to new attributes syntax
523      Branch: perl
524            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
525            ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
526            ! ext/Thread/Thread/Specific.pm ext/Thread/sync.t
527            ! ext/Thread/sync2.t
528 ____________________________________________________________________________
529 [  4327] By: gsar                                  on 1999/10/10  02:23:52
530         Log: avoid duplicates in @INC, they cause leaks in mod_perl etc
531              (suggested by Tod Irwin <irwin@stockmaster.com>)
532      Branch: perl
533            ! lib/lib.pm
534 ____________________________________________________________________________
535 [  4326] By: gsar                                  on 1999/10/10  00:51:48
536         Log: better documentation for recv() (from Anton Berezin
537              <tobez@plab.ku.dk>)
538      Branch: perl
539            ! pod/perlfunc.pod
540 ____________________________________________________________________________
541 [  4325] By: gsar                                  on 1999/10/09  22:46:23
542         Log: perldelta updates (see TODO markers)
543      Branch: perl
544            ! Changes pod/perldelta.pod pp_sys.c
545 ____________________________________________________________________________
546 [  4324] By: gsar                                  on 1999/10/09  19:43:10
547         Log: fix Exporter::export_to_level() documentation
548      Branch: perl
549            ! lib/Exporter.pm
550 ____________________________________________________________________________
551 [  4323] By: gsar                                  on 1999/10/09  18:48:31
552         Log: don't run END blocks when running under -c switch (older,
553              rarely useful behavior may still be obtained by putting
554              BEGIN { $^C = 0; exit; } at the end of the script)
555      Branch: perl
556            ! perl.c
557 ____________________________________________________________________________
558 [  4322] By: jhi                                   on 1999/10/09  05:31:26
559         Log: While awaiting a good test program to detect the broken gcc.
560              From: Thomas Conté <tom@fr.uu.net>
561              To: <jhi@iki.fi>
562              Cc: <perl5-porters@perl.org>
563              Subject: Re: [ID 19990825.007] test t/lib/ipc_sysv.t failing under irix 6.4
564              Date: Wed, 6 Oct 1999 19:56:29 +0200
565              Message-ID: <000a01bf1024$1d938f20$252ad0d4@eng.iway.fr>
566      Branch: cfgperl
567            ! hints/irix_6.sh perl.h
568 ____________________________________________________________________________
569 [  4321] By: gsar                                  on 1999/10/09  00:41:02
570         Log: POPSUB() gave up the refcount to the CV before LEAVE had a chance to
571              clear entries in the CV's pad, leading to coredumps when CV had no
572              other references to it; this is a slightly edited version of the
573              patch suggested by Russel O'Connor <roconnor@world.std.com>
574      Branch: perl
575            ! cop.h pp_ctl.c pp_hot.c
576 ____________________________________________________________________________
577 [  4320] By: gsar                                  on 1999/10/08  22:50:51
578         Log: revert POP{SUB,LOOP}{1,2} logic to the simpler pre-5.003_24
579              situation (assumptions about cx invalidation are not valid
580              anymore)
581      Branch: perl
582            ! cop.h pp_ctl.c pp_hot.c
583 ____________________________________________________________________________
584 [  4319] By: jhi                                   on 1999/10/08  14:33:31
585         Log: Integrate with Sarathy.
586      Branch: cfgperl
587           !> cop.h ext/Thread/Thread.xs op.c opcode.h perl.c perl.h perly.c
588           !> perly.y pod/perldiag.pod pod/perlfunc.pod pp_ctl.c pp_sys.c
589           !> t/comp/bproto.t thrdvar.h toke.c util.c
590 ____________________________________________________________________________
591 [  4318] By: jhi                                   on 1999/10/08  13:51:34
592         Log: The second cut at AIX C++ extension troubles.
593      Branch: cfgperl
594            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
595            ! hints/aix.sh
596 ____________________________________________________________________________
597 [  4317] By: jhi                                   on 1999/10/08  10:44:13
598         Log: The first cut at fixing Perl extensions written in C++ in AIX,
599              statics don't get initialized right.  This patch at least
600              doesn't seem to break the build in my AIX, but unfortunately
601              I don't have the IBM C++ to do further testing.
602              
603              Problem reported by Stephanie Beals in
604              From: bealzy@us.ibm.com
605              To: perl5-porters@perl.org
606              Subject: [ID 19991007.005] DynaLoader/dl_aix.xs problem using load and unload on AIX
607              Date: Thu, 7 Oct 1999 15:05:54 -0400
608              Message-Id: <85256803.0068E70D.00@D51MTA03.pok.ibm.com>
609      Branch: cfgperl
610            + ext/DynaLoader/hints/aix.pl
611            ! MANIFEST ext/DynaLoader/dl_aix.xs hints/aix.sh
612 ____________________________________________________________________________
613 [  4316] By: gsar                                  on 1999/10/08  10:26:15
614         Log: remove kludgey duplicate background error avoidance (caused
615              "leaks"; %@ wasn't even user-visible under -Dusethreads);
616              only repeats of most recent error are now avoided
617      Branch: perl
618            ! ext/Thread/Thread.xs perl.c perl.h pp_ctl.c thrdvar.h util.c
619 ____________________________________________________________________________
620 [  4315] By: jhi                                   on 1999/10/08  09:48:59
621         Log: Fix omission.
622      Branch: cfgperl
623            ! makedef.pl
624 ____________________________________________________________________________
625 [  4314] By: gsar                                  on 1999/10/08  07:17:01
626         Log: extend change#2299 to C<use> (fixes scoping problems in
627              C<if (...) { use foo; ... }>)
628      Branch: perl
629            ! op.c
630 ____________________________________________________________________________
631 [  4313] By: gsar                                  on 1999/10/08  04:52:19
632         Log: small tweak for change#4309
633      Branch: perl
634            ! op.c
635 ____________________________________________________________________________
636 [  4312] By: gsar                                  on 1999/10/08  02:31:13
637         Log: add suggested patch =~ s/NOTOP/OP_NOT/ with tests
638              From: Larry Wall <larry@wall.org>
639              Date: Wed, 6 Oct 1999 09:55:57 -0700 (PDT)
640              Message-Id: <199910061655.JAA11333@kiev.wall.org>
641              Subject: Re: [ID 19991001.004] apparent parsing error with not(arg)
642      Branch: perl
643            ! opcode.h t/comp/bproto.t toke.c
644 ____________________________________________________________________________
645 [  4311] By: gsar                                  on 1999/10/08  00:58:19
646         Log: typo
647      Branch: perl
648            ! pp_sys.c
649 ____________________________________________________________________________
650 [  4310] By: gsar                                  on 1999/10/07  23:51:38
651         Log: fix setpgrp vs getpgrp and POSIX vs BSD confusion (spotted by
652              Brian Mitchell <brian@chele.cais.net>)
653      Branch: perl
654            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
655 ____________________________________________________________________________
656 [  4309] By: gsar                                  on 1999/10/07  22:57:52
657         Log: change#3728 was flawed (loop contexts saw the wrong statement
658              info, causing loop control constructs to not find the label);
659              disable OP_SETSTATE entirely and add a fix that is specifically
660              targetted at disabling the OP_LINESEQ optimization in else BLOCK,
661              which was what the original patch was supposed to fix
662              
663              TODO: remove the remainder of the setstate logic if it can't
664              be used anywhere else (it isn't used anywhere now)
665      Branch: perl
666            ! cop.h op.c perly.c perly.y
667 ____________________________________________________________________________
668 [  4308] By: jhi                                   on 1999/10/07  19:21:27
669         Log: Integrate with Sarathy.
670      Branch: cfgperl
671           !> lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
672 ____________________________________________________________________________
673 [  4307] By: gsar                                  on 1999/10/07  15:12:24
674         Log: update to podlators-0.08 from Russ Allbery
675      Branch: perl
676            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
677 ____________________________________________________________________________
678 [  4306] By: jhi                                   on 1999/10/06  17:20:34
679         Log: Integrate with Sarathy.
680      Branch: cfgperl
681           !> (integrate 45 files)
682 ____________________________________________________________________________
683 [  4305] By: gsar                                  on 1999/10/06  16:55:45
684         Log: some versions of mingw32 have __int64, define iff it isn't
685      Branch: perl
686            ! win32/win32.h
687 ____________________________________________________________________________
688 [  4304] By: gsar                                  on 1999/10/06  03:45:44
689         Log: fix typos in change#4288
690      Branch: perl
691            ! Changes dump.c sv.c
692 ____________________________________________________________________________
693 [  4303] By: gsar                                  on 1999/10/06  03:22:46
694         Log: integrate cfgperl contents into mainline
695      Branch: perl
696           +> eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
697            - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
698           !> (integrate 31 files)
699 ____________________________________________________________________________
700 [  4302] By: gsar                                  on 1999/10/06  02:36:53
701         Log: make die/warn and other diagnostics go to wherever STDERR happens
702              to point at; change places that meant Perl_debug_log rather than
703              PerlIO_stderr()
704      Branch: perl
705            ! cop.h doio.c embedvar.h ext/Devel/Peek/Peek.xs
706            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
707            ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
708            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
709            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
710            ! ext/DynaLoader/dl_rhapsody.xs ext/DynaLoader/dl_vmesa.xs
711            ! ext/DynaLoader/dl_vms.xs ext/DynaLoader/dlutils.c
712            ! ext/Thread/Thread.xs ext/Thread/typemap intrpvar.h malloc.c
713            ! mg.c objXSUB.h op.c perl.c perl.h perlio.c pp.c pp_ctl.c
714            ! pp_hot.c regexec.c scope.c scope.h sv.c thread.h toke.c util.c
715            ! win32/dl_win32.xs win32/win32.c win32/win32thread.c
716 ____________________________________________________________________________
717 [  4301] By: jhi                                   on 1999/10/05  23:03:46
718         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
719              To: François Désarménien <desar@club-internet.fr>
720              Cc: "perl5-porters@perl.org" <perl5-porters@perl.org>
721              Subject: Re: Strange RE engine breakage in 5_61
722              Date: Mon, 4 Oct 1999 19:58:03 -0400
723              Message-ID: <19991004195803.A21760@monk.mps.ohio-state.edu>
724              
725              (had to apply pat.t part manually because there
726              already were more tests than there was in _61)
727      Branch: cfgperl
728            ! regcomp.c regexec.c t/op/pat.t t/op/re_tests
729 ____________________________________________________________________________
730 [  4300] By: jhi                                   on 1999/10/04  17:03:18
731         Log: From: Andy Dougherty <doughera@lafayette.edu>
732              To: Jarkko Hietaniemi <jhi@iki.fi>
733              cc: Perl Porters <perl5-porters@perl.org>, jhi@cc.hut.fi
734              Subject: Re: [ID 19991001.005] [_61] [PATCH] tarball fine on win32, zip isn't
735              Date: Mon, 4 Oct 1999 13:05:08 -0400 (EDT)
736              Message-ID: <Pine.SOL.4.10.9910041302550.6502-100000@maxwell.phys.lafayette.edu>
737      Branch: cfgperl
738            + eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
739            - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
740            ! MANIFEST ext/B/defsubs_h.PL
741 ____________________________________________________________________________
742 [  4299] By: jhi                                   on 1999/10/04  07:15:16
743         Log: From: Michael G Schwern <schwern@pobox.com>
744              To: perl5-porters@perl.org
745              Subject: Re: [PATCH av.c, op.c, perldiag.pod] "array field" -> "pseudo-hash field"
746              Date: Sun, 3 Oct 1999 17:34:17 -0400
747              Message-ID: <19991003173417.A4351@blackrider>
748      Branch: cfgperl
749            ! t/lib/fields.t t/pragma/constant.t
750 ____________________________________________________________________________
751 [  4298] By: gsar                                  on 1999/10/04  04:57:53
752         Log: some compatibility macros were busted
753      Branch: perl
754            ! embed.h embed.pl toke.c
755 ____________________________________________________________________________
756 [  4297] By: jhi                                   on 1999/10/03  17:50:59
757         Log: A better version of #4296.
758              
759              From: Michael G Schwern <schwern@pobox.com>
760              To: perl5-porters@perl.org
761              Subject: [PATCH av.c, op.c, perldiag.pod] "array field" -> "pseudo-hash field"
762              Date: Sun, 3 Oct 1999 13:54:23 -0400
763              Message-ID: <19991003135423.A3050@blackrider>
764      Branch: cfgperl
765            ! av.c op.c pod/perldiag.pod
766 ____________________________________________________________________________
767 [  4296] By: jhi                                   on 1999/10/03  17:21:01
768         Log: (Replaced by #4297.)
769              
770              From: Michael G Schwern <schwern@pobox.com>
771              To: perl5-porters@perl.org
772              Subject: [PATCH av.c, perldiag.pod] Added field name to "No such array field"
773              Date: Sun, 3 Oct 1999 13:16:47 -0400
774              Message-ID: <19991003131647.A2816@blackrider>
775              
776              plus changed the error message to say "No such pseudo-hash field"
777              as discussed in the above mail message.
778      Branch: cfgperl
779            ! av.c pod/perldiag.pod
780 ____________________________________________________________________________
781 [  4295] By: gsar                                  on 1999/10/03  16:09:36
782         Log: avoid doing irrelevant things on 'make perl'
783      Branch: perl
784            ! Makefile.SH
785 ____________________________________________________________________________
786 [  4294] By: jhi                                   on 1999/10/03  14:16:24
787         Log: Fix a typo in #4293 spotted by Graham Barr.
788      Branch: cfgperl
789            ! pod/perlref.pod
790 ____________________________________________________________________________
791 [  4293] By: jhi                                   on 1999/10/03  11:31:22
792         Log: From: Michael G Schwern <schwern@blackrider.aocn.com>
793              To: perl5-porters@perl.org
794              Subject: Re: Should keys in pseudo-hashes -always- exist? [DOC PATCH]
795              Date: Sun, 3 Oct 1999 02:34:01 -0400
796              Message-ID: <19991003023401.A1520@blackrider>
797      Branch: cfgperl
798            ! pod/perlfunc.pod pod/perlref.pod
799 ____________________________________________________________________________
800 [  4292] By: jhi                                   on 1999/10/03  09:23:16
801         Log: From: Barrie Slaymaker <barries@slaysys.com>
802              To: perl5-porters@perl.org
803              Subject: [PATCH 5.005_61] Benchmark.pm bugfix, tweaks
804              Date: Sun, 3 Oct 1999 00:09:51 -0400
805              Message-Id: <199910030409.AAA18228@jester.slaysys.com>
806      Branch: cfgperl
807            ! lib/Benchmark.pm
808 ____________________________________________________________________________
809 [  4291] By: jhi                                   on 1999/10/02  23:43:53
810         Log: Be understanding about large file systems.
811      Branch: cfgperl
812            ! t/lib/syslfs.t t/op/lfs.t
813 ____________________________________________________________________________
814 [  4290] By: jhi                                   on 1999/10/02  23:39:16
815         Log: Configure fixfest continues.
816      Branch: cfgperl
817            ! Configure config_h.SH
818      Branch: metaconfig
819            ! U/modified/d_longdbl.U U/modified/d_longlong.U
820            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
821            ! U/typedefs/gidsize.U U/typedefs/pidsign.U U/typedefs/pidsize.U
822            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
823      Branch: metaconfig/U/perl
824            ! i_inttypes.U io64.U
825 ____________________________________________________________________________
826 [  4289] By: jhi                                   on 1999/10/02  23:12:54
827         Log: Regen Porting stuff.
828      Branch: cfgperl
829            ! Porting/Glossary Porting/config.sh Porting/config_H
830 ____________________________________________________________________________
831 [  4288] By: jhi                                   on 1999/10/02  23:05:50
832         Log: Untangle the IV_IS_QUAD jungle by introduding
833              macros to be used when doing formatted printing:
834              IVdf, UVuf, UVxf, UVof.  Also introduce Uid_t_SIGN.
835      Branch: cfgperl
836            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
837            ! config_h.SH doio.c dump.c op.c perl.h pp_hot.c pp_sys.c
838            ! regcomp.c sv.c taint.c toke.c util.c
839 ____________________________________________________________________________
840 [  4287] By: jhi                                   on 1999/10/02  22:54:18
841         Log: metaconfig maintenance.
842      Branch: metaconfig
843            ! U/ebcdic/ebcdic.U U/typedefs/gidsign.U U/typedefs/gidsize.U
844            ! U/typedefs/pidsign.U U/typedefs/pidsize.U U/typedefs/uidsign.U
845            ! U/typedefs/uidsize.U
846 ____________________________________________________________________________
847 [  4286] By: nick                                  on 1999/10/02  11:11:44
848         Log: Incremental merge of mainline
849      Branch: utfperl
850           +> README.Y2K hints/svr5.sh lib/Pod/Man.pm
851           +> lib/unicode/Unicode.html t/op/args.t t/pod/multiline_items.t
852           +> t/pod/multiline_items.xr t/pod/pod2usage.t t/pod/pod2usage.xr
853           +> t/pod/podselect.t t/pod/podselect.xr
854            - lib/Pod/PlainText.pm
855           !> (integrate 148 files)
856 ____________________________________________________________________________
857 [  4285] By: jhi                                   on 1999/10/02  10:16:15
858         Log: Battle namespace pollution.
859      Branch: cfgperl
860            ! lib/Benchmark.pm
861 ____________________________________________________________________________
862 [  4284] By: jhi                                   on 1999/10/02  10:11:20
863         Log: Regen Configure, all of xs_apiversion didn't take.
864      Branch: cfgperl
865            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
866            ! config_h.SH patchlevel.h
867 ____________________________________________________________________________
868 [  4283] By: jhi                                   on 1999/10/02  09:48:17
869         Log: Integrate with Sarathy.
870      Branch: cfgperl
871           +> lib/Pod/Man.pm t/pod/multiline_items.t
872           +> t/pod/multiline_items.xr t/pod/pod2usage.t t/pod/pod2usage.xr
873           +> t/pod/podselect.t t/pod/podselect.xr
874            - lib/Pod/PlainText.pm
875           !> (integrate 50 files)
876 ____________________________________________________________________________
877 [  4282] By: gsar                                  on 1999/10/02  06:39:14
878         Log: update pod2man, pod2text and related Pod:: modules with the
879              ones in podlators-0.07 from Russ Allbery
880      Branch: perl
881            + lib/Pod/Man.pm
882            ! lib/Pod/Text.pm lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
883            ! pod/pod2man.PL pod/pod2text.PL
884 ____________________________________________________________________________
885 [  4281] By: gsar                                  on 1999/10/02  06:14:44
886         Log: fix PodParser testsuite; Pod::Text subsumes Pod::PlainText
887      Branch: perl
888            - lib/Pod/PlainText.pm
889            ! MANIFEST lib/Pod/Text.pm lib/Pod/Usage.pm pod/pod2usage.PL
890            ! pod/podchecker.PL pod/podselect.PL t/pod/emptycmd.t
891            ! t/pod/for.t t/pod/headings.t t/pod/include.t t/pod/included.t
892            ! t/pod/lref.t t/pod/multiline_items.t t/pod/nested_items.t
893            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
894            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
895            ! t/pod/special_seqs.t t/pod/testp2pt.pl t/pod/testpchk.pl
896 ____________________________________________________________________________
897 [  4280] By: gsar                                  on 1999/10/02  04:39:38
898         Log: upgrade to PodParser-1.085 from Brad Appleton <bradapp@enteract.com>
899      Branch: perl
900            + t/pod/multiline_items.t t/pod/multiline_items.xr
901            + t/pod/pod2usage.t t/pod/pod2usage.xr t/pod/podselect.t
902            + t/pod/podselect.xr
903            ! MANIFEST lib/Pod/Checker.pm lib/Pod/InputObjects.pm
904            ! lib/Pod/Parser.pm lib/Pod/PlainText.pm lib/Pod/Select.pm
905            ! lib/Pod/Usage.pm t/pod/for.xr t/pod/headings.xr
906            ! t/pod/include.xr t/pod/included.xr t/pod/lref.xr
907            ! t/pod/nested_items.xr t/pod/nested_seqs.xr
908            ! t/pod/oneline_cmds.xr t/pod/poderrs.xr t/pod/special_seqs.xr
909            ! t/pod/testp2pt.pl
910 ____________________________________________________________________________
911 [  4279] By: gsar                                  on 1999/10/02  03:36:41
912         Log: make exists() work better on pseudo-hashes (reworked a patch suggested
913              by Michael G Schwern <schwern@pobox.com>)
914      Branch: perl
915            ! av.c t/op/avhv.t
916 ____________________________________________________________________________
917 [  4278] By: gsar                                  on 1999/10/02  02:36:55
918         Log: deprecate C<use attrs>
919      Branch: perl
920            ! ext/attrs/attrs.pm ext/attrs/attrs.xs t/lib/attrs.t
921            ! t/lib/thread.t t/pragma/sub_lval.t
922 ____________________________________________________________________________
923 [  4277] By: gsar                                  on 1999/10/02  01:43:25
924         Log: add notes about effect of loop control statements inside
925              LABEL BLOCK continue BLOCK
926      Branch: perl
927            ! pod/perlfunc.pod
928 ____________________________________________________________________________
929 [  4276] By: gsar                                  on 1999/10/02  01:23:02
930         Log: indent nested =items properly (suggested by Bill Fenner
931              <fenner@research.att.com>)
932      Branch: perl
933            ! pod/pod2man.PL
934 ____________________________________________________________________________
935 [  4275] By: gsar                                  on 1999/10/02  01:09:16
936         Log: updated ptags generator from Ilya Zakharevich
937      Branch: perl
938            ! emacs/ptags
939 ____________________________________________________________________________
940 [  4274] By: gsar                                  on 1999/10/01  23:08:52
941         Log: update Changes
942      Branch: perl
943            ! Changes
944 ____________________________________________________________________________
945 [  4273] By: gsar                                  on 1999/10/01  22:58:55
946         Log: typo, whitespace adjustments
947      Branch: perl
948            ! utils/h2xs.PL
949 ____________________________________________________________________________
950 [  4272] By: gsar                                  on 1999/10/01  22:46:06
951         Log: remove dup hunks
952      Branch: perl
953            ! configure.com vms/vms.c
954 ____________________________________________________________________________
955 [  4271] By: gsar                                  on 1999/10/01  22:33:02
956         Log: integrate cfgperl contents into mainline; resolve h2xs.PL conflict
957              by declaring new globals "our" (XXX this means h2xs generated code
958              won't run on earlier versions; a switch to generate compatible
959              source is needed)
960      Branch: perl
961           !> (integrate 35 files)
962 ____________________________________________________________________________
963 [  4270] By: jhi                                   on 1999/10/01  12:05:56
964         Log: Integrate with Sarathy.
965      Branch: cfgperl
966           !> ext/B/B/C.pm lib/ExtUtils/typemap lib/ExtUtils/xsubpp
967           !> pod/perldiag.pod util.c
968 ____________________________________________________________________________
969 [  4269] By: jhi                                   on 1999/10/01  10:26:19
970         Log: From: Piotr Klaban <makler@oryl.man.torun.pl>
971              To: perl5-porters@perl.org
972              Subject: [ID 19991001.001] perlguts man page error
973              Date: Fri, 1 Oct 1999 10:23:49 +0200 (MET DST)
974              Message-Id: <199910010823.KAA05796@oryl.man.torun.pl>
975      Branch: cfgperl
976            ! pod/perlguts.pod
977 ____________________________________________________________________________
978 [  4268] By: jhi                                   on 1999/10/01  07:32:33
979         Log: There *is* a month called October.
980      Branch: cfgperl
981            ! t/op/time.t
982 ____________________________________________________________________________
983 [  4267] By: jhi                                   on 1999/10/01  06:58:10
984         Log: Temp file cleanliness.
985      Branch: cfgperl
986            ! t/lib/filecopy.t
987 ____________________________________________________________________________
988 [  4266] By: jhi                                   on 1999/10/01  06:46:56
989         Log: From: Barrie Slaymaker <barries@slaysys.com>
990              To: perl5-porters@perl.org
991              Subject: [PATCH 5.005_61] Benchmark.pm: Export countit(), cmpthese() by default
992              Date: Thu, 30 Sep 1999 22:16:26 -0400
993              Message-Id: <199910010216.WAA08309@jester.slaysys.com>
994      Branch: cfgperl
995            ! lib/Benchmark.pm
996 ____________________________________________________________________________
997 [  4265] By: jhi                                   on 1999/09/30  20:25:35
998         Log: From: Barrie Slaymaker <barries@slaysys.com>
999              To: perl5-porters@perl.org
1000              Subject: [PATCH 5.005_61] Benchmark tweaks, fixes, cmpthese()
1001              Date: Thu, 30 Sep 1999 15:44:00 -0400
1002              Message-Id: <199909301944.PAA07166@jester.slaysys.com>
1003              (Replaces #4175.)
1004      Branch: cfgperl
1005            ! lib/Benchmark.pm
1006 ____________________________________________________________________________
1007 [  4264] By: gsar                                  on 1999/09/30  17:59:26
1008         Log: re-add missing "Out of memory!" entry
1009      Branch: perl
1010            ! pod/perldiag.pod
1011 ____________________________________________________________________________
1012 [  4263] By: jhi                                   on 1999/09/30  17:05:43
1013         Log: Regenerate Configure.
1014      Branch: cfgperl
1015            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1016            ! config_h.SH
1017 ____________________________________________________________________________
1018 [  4261] By: jhi                                   on 1999/09/30  16:15:05
1019         Log: From: Andy Dougherty <doughera@lafayette.edu>
1020              To: Perl Porters <perl5-porters@perl.org>
1021              Subject: [PATCH 5.005_61] rand() advisory for perldelta.pod
1022              Date: Thu, 30 Sep 1999 12:24:00 -0400 (EDT)
1023              Message-ID: <Pine.SOL.4.10.9909301218390.3343-100000@maxwell.phys.lafayette.edu>
1024      Branch: cfgperl
1025            ! pod/perldelta.pod
1026 ____________________________________________________________________________
1027 [  4260] By: jhi                                   on 1999/09/30  15:48:56
1028         Log: From: Andy Dougherty <doughera@lafayette.edu>
1029              To: Jarkko Hietaniemi <jhi@iki.fi>, Gurusamy Sarathy <gsar@activestate.com>
1030              Subject: Re: Possible skeletal structure for searching multiple versions
1031              Date: Thu, 30 Sep 1999 11:52:00 -0400 (EDT)
1032              Message-ID: <Pine.SOL.4.10.9909301149090.3343-100000@maxwell.phys.lafayette.edu>
1033      Branch: metaconfig
1034            ! U/mkglossary
1035      Branch: metaconfig/U/perl
1036            + xs_apiversion.U
1037            ! patchlevel.U
1038 ____________________________________________________________________________
1039 [  4259] By: jhi                                   on 1999/09/30  15:07:16
1040         Log: Further ?idsize.U fixing.
1041      Branch: metaconfig
1042            ! U/typedefs/gidsize.U U/typedefs/pidsize.U U/typedefs/uidsize.U
1043 ____________________________________________________________________________
1044 [  4258] By: jhi                                   on 1999/09/30  15:00:14
1045         Log: Fix the ?idsi{gn,ze} units, from Andy Dougherty.
1046      Branch: metaconfig
1047            ! U/typedefs/gidsign.U U/typedefs/gidsize.U U/typedefs/pidsign.U
1048            ! U/typedefs/pidsize.U U/typedefs/uidsign.U U/typedefs/uidsize.U
1049 ____________________________________________________________________________
1050 [  4257] By: jhi                                   on 1999/09/30  09:48:33
1051         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
1052              To: Gurusamy Sarathy <gsar@ActiveState.com>
1053              Cc: tchrist@perl.com, Larry Wall <larry@wall.org>,
1054              The Perl Porters Mailing List <perl5-porters@perl.org>
1055              Subject: [PATCH] (Was: deprecating SIGDIE)
1056              Date: Wed, 29 Sep 1999 15:16:50 -0400
1057              Message-ID: <19990929151650.E26675@O2.chapin.edu>
1058      Branch: cfgperl
1059            ! Porting/findvars embedvar.h intrpvar.h mg.c objXSUB.h perl.c
1060 ____________________________________________________________________________
1061 [  4256] By: jhi                                   on 1999/09/30  09:45:22
1062         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1063              To: Gurusamy Sarathy <gsar@activestate.com>
1064              Cc: Barrie Slaymaker <barries@slaysys.com>, perl5-porters@perl.org
1065              Subject: Re: _58, _61 Argument "" is not numeric in sprintf
1066              Date: Wed, 29 Sep 1999 18:58:23 -0400
1067              Message-ID: <19990929185823.A22099@monk.mps.ohio-state.edu>
1068      Branch: cfgperl
1069            ! Makefile.SH opcode.pl
1070 ____________________________________________________________________________
1071 [  4255] By: gsar                                  on 1999/09/30  09:03:48
1072         Log: remove prehistoric XFree() gunk
1073      Branch: perl
1074            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
1075 ____________________________________________________________________________
1076 [  4254] By: gsar                                  on 1999/09/30  08:40:14
1077         Log: From: Vishal Bhatia <vishal@gol.com>
1078              Date: Wed, 29 Sep 1999 23:27:28 +0900 (JST)
1079              Message-ID: <Pine.LNX.4.10.9909292326280.5599-100000@localhost.localdomain>
1080              Subject: [patch _61] Minor corrections in C.pm
1081      Branch: perl
1082            ! ext/B/B/C.pm
1083 ____________________________________________________________________________
1084 [  4253] By: gsar                                  on 1999/09/30  08:36:27
1085         Log: off-by-one in fbm_compile() (spotted by John Bley
1086              <jbley@cs.cmu.edu>); whitespace adjustments
1087      Branch: perl
1088            ! util.c
1089 ____________________________________________________________________________
1090 [  4251] By: jhi                                   on 1999/09/30  08:09:13
1091         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1092              To: perl5-porters@perl.org (Mailing list Perl5)
1093              Subject: [PATCH 5.00561+]  Followup h2xs patch
1094              Date: Thu, 30 Sep 1999 04:15:52 -0400 (EDT)
1095              Message-Id: <199909300815.EAA25425@monk.mps.ohio-state.edu>
1096      Branch: cfgperl
1097            ! utils/h2xs.PL
1098 ____________________________________________________________________________
1099 [  4250] By: jhi                                   on 1999/09/29  19:11:32
1100         Log: Integrate with Sarathy.
1101      Branch: cfgperl
1102           !> djgpp/configure.bat embed.h embed.pl lib/Exporter/Heavy.pm
1103           !> lib/ExtUtils/MM_Unix.pm lib/Time/Local.pm proto.h
1104           !> t/pragma/locale/latin1 win32/Makefile win32/makefile.mk
1105 ____________________________________________________________________________
1106 [  4249] By: bailey                                on 1999/09/29  02:21:31
1107         Log: resync with mainline
1108      Branch: vmsperl
1109           +> (branch 32 files)
1110            - ext/B/defsubs.h.PL lib/unicode/arabshp.txt
1111            - lib/unicode/blocks.txt lib/unicode/index2.txt
1112            - lib/unicode/jamo2.txt lib/unicode/names2.txt
1113            - lib/unicode/props2.txt lib/unicode/readme.txt
1114            - t/lib/bigfloatpm.t
1115           !> (integrate 240 files)
1116 ____________________________________________________________________________
1117 [  4248] By: jhi                                   on 1999/09/28  18:14:39
1118         Log: From: Andy Dougherty <doughera@lafayette.edu>
1119              To: Perl Porters <perl5-porters@perl.org>
1120              Subject: [PATCH 5.005_xx] Re: [Config 5.005_03] -DDEBUGGING
1121              Date: Tue, 28 Sep 1999 12:20:50 -0400 (EDT)
1122              Message-ID: <Pine.SOL.4.10.9909281019360.1890-100000@maxwell.phys.lafayette.edu>
1123              
1124              From: Andy Dougherty <doughera@lafayette.edu>
1125              To: Perl Porters <perl5-porters@perl.org>
1126              Subject: [ANOTHER PATCH 5.005_61] Re: [Config 5.005_03] -DDEBUGGING
1127              Date: Tue, 28 Sep 1999 13:39:49 -0400 (EDT)
1128              Message-ID: <Pine.SOL.4.10.9909281338180.2012-100000@maxwell.phys.lafayette.edu>
1129      Branch: cfgperl
1130            ! hints/README.hints hints/amigaos.sh hints/cygwin.sh
1131            ! hints/dynixptx.sh hints/epix.sh hints/esix4.sh hints/mint.sh
1132            ! hints/mpeix.sh hints/next_3.sh hints/next_3_0.sh
1133            ! hints/next_4.sh
1134 ____________________________________________________________________________
1135 [  4247] By: gsar                                  on 1999/09/28  17:36:59
1136         Log: revert change#4115 (breaks libwww's base/date.t); could be 
1137              reworked to enable it conditional on $Time::Local::nocroak
1138              or some such
1139      Branch: perl
1140            ! lib/Time/Local.pm
1141 ____________________________________________________________________________
1142 [  4246] By: gsar                                  on 1999/09/28  17:33:14
1143         Log: tweak for win32 build
1144      Branch: perl
1145            ! win32/Makefile win32/makefile.mk
1146 ____________________________________________________________________________
1147 [  4245] By: gsar                                  on 1999/09/28  17:31:34
1148         Log: change#4236 fallout
1149      Branch: perl
1150            ! lib/ExtUtils/MM_Unix.pm
1151 ____________________________________________________________________________
1152 [  4244] By: gsar                                  on 1999/09/28  17:29:31
1153         Log: remove doubled new_xpv
1154      Branch: perl
1155            ! embed.h embed.pl proto.h
1156 ____________________________________________________________________________
1157 [  4243] By: jhi                                   on 1999/09/27  19:13:20
1158         Log: Artistic fine-tuning.
1159      Branch: cfgperl
1160            ! ext/B/defsubs_h.PL
1161 ____________________________________________________________________________
1162 [  4242] By: gsar                                  on 1999/09/27  17:05:22
1163         Log: avoid implicit split to @_ in change#4181; binary -> text file
1164              types in p4
1165      Branch: perl
1166            ! djgpp/configure.bat lib/Exporter/Heavy.pm
1167            ! t/pragma/locale/latin1
1168 ____________________________________________________________________________
1169 [  4241] By: jhi                                   on 1999/09/27  07:48:19
1170         Log: Integrate with Sarathy.
1171      Branch: cfgperl
1172           !> INSTALL embed.h embed.pl malloc.c pod/perldiag.pod pp.c
1173           !> pp_ctl.c pp_hot.c pp_sys.c win32/Makefile win32/makefile.mk
1174 ____________________________________________________________________________
1175 [  4240] By: jhi                                   on 1999/09/27  07:47:11
1176         Log: Finalize change #4232.
1177              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1178              To: Jarkko Hietaniemi <jhi@iki.fi>
1179              Cc: gsar@activestate.com, Mailing list Perl5 <perl5-porters@perl.org>
1180              Subject: Re: xsubpp change breaks B, DB_File, POSIX builds
1181              Date: Sun, 26 Sep 1999 16:52:31 -0400
1182              Message-ID: <19990926165230.A26933@monk.mps.ohio-state.edu>
1183      Branch: cfgperl
1184            ! lib/ExtUtils/xsubpp
1185 ____________________________________________________________________________
1186 [  4239] By: gsar                                  on 1999/09/27  02:48:42
1187         Log: add notes in INSTALL about Configure -Accflags=-DFOO
1188      Branch: perl
1189            ! INSTALL
1190 ____________________________________________________________________________
1191 [  4238] By: gsar                                  on 1999/09/27  02:03:48
1192         Log: PERL_POLLUTE isn't required for bincompat, so don't enable
1193              it automatically
1194      Branch: perl
1195            ! embed.h embed.pl
1196 ____________________________________________________________________________
1197 [  4237] By: gsar                                  on 1999/09/27  01:52:47
1198         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1199              Date: Fri, 24 Sep 1999 23:25:36 -0400
1200              Message-ID: <19990924232536.A16257@monk.mps.ohio-state.edu>
1201              Subject: [PATCH 5.005_61] Malloc fixes and docs
1202      Branch: perl
1203            ! malloc.c pod/perldiag.pod
1204 ____________________________________________________________________________
1205 [  4236] By: gsar                                  on 1999/09/27  01:31:32
1206         Log: avoid .exe in $Config{cc} (spotted by Vadim Konovalov
1207              <vkonovalov@lucent.com>)
1208      Branch: perl
1209            ! win32/Makefile win32/makefile.mk
1210 ____________________________________________________________________________
1211 [  4235] By: gsar                                  on 1999/09/26  17:02:03
1212         Log: fix buggy popping of subroutine contexts in the lvalue
1213              subroutines implementation (change#4081); correct the
1214              plethora of cases where DIE() was more appropriate than
1215              croak()
1216      Branch: perl
1217            ! pp.c pp_ctl.c pp_hot.c pp_sys.c
1218 ____________________________________________________________________________
1219 [  4234] By: jhi                                   on 1999/09/26  12:06:28
1220         Log: Fix #endif.
1221      Branch: cfgperl
1222            ! XSUB.h
1223 ____________________________________________________________________________
1224 [  4233] By: jhi                                   on 1999/09/26  11:59:18
1225         Log: Integrate with Sarathy. h2xs.PL had to be manually resolved,
1226              I kept my (Ilya's) version.
1227      Branch: cfgperl
1228           !> gv.c gv.h intrpvar.h keywords.h keywords.pl lib/Shell.pm op.c
1229           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
1230           !> pod/perlfaq7.pod pod/perlfunc.pod pod/perlmod.pod
1231           !> pod/perlmodlib.pod pod/perlsub.pod pod/perltoot.pod
1232           !> pod/perlxstut.pod sv.h t/pragma/strict-vars toke.c
1233           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
1234 ____________________________________________________________________________
1235 [  4232] By: jhi                                   on 1999/09/26  09:53:43
1236         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1237              To: Mailing list Perl5 <perl5-porters@perl.org>
1238              Subject: [PATCH 5.005_61] teach xsubpp function pointers
1239              Date: Sun, 26 Sep 1999 01:36:09 -0400
1240              Message-ID: <19990926013609.A21148@monk.mps.ohio-state.edu>
1241              
1242              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1243              To: Mailing list Perl5 <perl5-porters@perl.org>
1244              Subject: [PATCH 5.005_61] Make h2xs -x almost bullet-proof
1245              Date: Sun, 26 Sep 1999 03:00:50 -0400
1246              Message-ID: <19990926030050.A21498@monk.mps.ohio-state.edu>
1247      Branch: cfgperl
1248            ! lib/ExtUtils/xsubpp utils/h2xs.PL
1249 ____________________________________________________________________________
1250 [  4231] By: jhi                                   on 1999/09/26  09:48:49
1251         Log: From: "Konovalov, Vadim" <vkonovalov@lucent.com>
1252              To: perl5-porters@perl.org
1253              Subject: misprint in perlguts
1254              Date: Sun, 26 Sep 1999 12:48:36 +0400
1255              Message-ID: <402099F49BEED211999700805FC7359F20D7A5@ru0028exch01.spb.lucent.com>
1256      Branch: cfgperl
1257            ! pod/perlguts.pod
1258 ____________________________________________________________________________
1259 [  4230] By: gsar                                  on 1999/09/26  00:50:08
1260         Log: add $installarchlib/CORE to default linker search path on windows
1261      Branch: perl
1262            ! win32/Makefile win32/makefile.mk
1263 ____________________________________________________________________________
1264 [  4229] By: gsar                                  on 1999/09/25  20:05:03
1265         Log: support C<use Shell> on Windows (reworked a patch suggested
1266              by Jenda Krynicky <Jenda@McCann.cz>)
1267      Branch: perl
1268            ! lib/Shell.pm
1269 ____________________________________________________________________________
1270 [  4228] By: gsar                                  on 1999/09/25  07:03:34
1271         Log: integrate cfgperl contents into mainline
1272      Branch: perl
1273           +> hints/svr5.sh
1274           !> Configure MANIFEST Makefile.SH config_h.SH hints/sco.sh
1275           !> lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
1276           !> lib/unicode/mktables.PL pod/perldelta.pod pod/perlfaq9.pod
1277           !> regcomp.c regexec.c t/lib/syslfs.t t/op/lfs.t
1278 ____________________________________________________________________________
1279 [  4227] By: gsar                                  on 1999/09/25  06:44:47
1280         Log: From: Larry Wall <larry@wall.org>
1281              Date: Fri, 24 Sep 1999 21:59:37 PDT
1282              Message-Id: <199909250459.VAA27506@kiev.wall.org>
1283              Subject: Re: [PATCH 5.005_61] "our" declarations
1284      Branch: perl
1285            ! gv.c gv.h intrpvar.h keywords.h keywords.pl op.c
1286            ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
1287            ! pod/perlfaq7.pod pod/perlfunc.pod pod/perlmod.pod
1288            ! pod/perlmodlib.pod pod/perlsub.pod pod/perltoot.pod
1289            ! pod/perlxstut.pod sv.h t/pragma/strict-vars toke.c
1290            ! utils/h2xs.PL
1291 ____________________________________________________________________________
1292 [  4226] By: jhi                                   on 1999/09/24  23:10:52
1293         Log: Integrate with Sarathy.
1294      Branch: cfgperl
1295           !> XSUB.h ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
1296           !> ext/POSIX/hints/linux.pl pod/perldiag.pod pod/perlfunc.pod
1297           !> pp.c t/lib/posix.t t/op/pack.t toke.c utils/perlcc.PL
1298 ____________________________________________________________________________
1299 [  4225] By: gsar                                  on 1999/09/24  18:19:54
1300         Log: avoid infinite recursive exec()s of perl.exe when shebang
1301              contains "Perl" rather than "perl" on DOSISH platforms
1302      Branch: perl
1303            ! toke.c
1304 ____________________________________________________________________________
1305 [  4224] By: gsar                                  on 1999/09/24  16:09:23
1306         Log: support cygwin and other platforms that link to import libraries
1307              rather than directly with shared libraries (from a suggestion
1308              by Lucian Cionca <Lucian.Cionca@algoritma.ro>)
1309      Branch: perl
1310            ! utils/perlcc.PL
1311 ____________________________________________________________________________
1312 [  4223] By: gsar                                  on 1999/09/24  05:05:06
1313         Log: normalize time for strftime() (without the isdst effects of
1314              mktime()) using a custom mini_mktime()
1315              From: spider-perl@Orb.Nashua.NH.US
1316              Date: Thu, 23 Sep 1999 17:54:53 -0400
1317              Message-Id: <199909232154.RAA25151@leggy.zk3.dec.com>
1318              Subject: Re: [ID 19990913.003] Possible bug using POSIX::strftime Digital UNIX Perl 5.005_03 
1319      Branch: perl
1320            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
1321            ! ext/POSIX/hints/linux.pl t/lib/posix.t
1322 ____________________________________________________________________________
1323 [  4222] By: gsar                                  on 1999/09/23  06:44:42
1324         Log: change "#" to a comment starter in pack templates; "/" now
1325              used for specifying counted types
1326              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1327              Date: Wed, 22 Sep 1999 19:41:30 -0400
1328              Message-ID: <19990922194130.A864@monk.mps.ohio-state.edu>
1329              Subject: [PATCH 5.005_61] Enable comments in pack()/unpack() templates
1330      Branch: perl
1331            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/pack.t
1332 ____________________________________________________________________________
1333 [  4221] By: gsar                                  on 1999/09/23  06:26:54
1334         Log: From: Vishal Bhatia <vishal@gol.com>
1335              Date: Thu, 23 Sep 1999 12:45:19 +0900 (JST)
1336              Message-ID: <Pine.LNX.4.10.9909231218360.3428-100000@localhost.localdomain>
1337              Subject: [patch _61] perlcc changes
1338      Branch: perl
1339            ! utils/perlcc.PL
1340 ____________________________________________________________________________
1341 [  4220] By: gsar                                  on 1999/09/23  01:12:24
1342         Log: add include guard
1343      Branch: perl
1344            ! XSUB.h
1345 ____________________________________________________________________________
1346 [  4219] By: jhi                                   on 1999/09/22  20:38:15
1347         Log: Cleanup cleanup.
1348      Branch: cfgperl
1349            ! Makefile.SH t/lib/syslfs.t t/op/lfs.t
1350 ____________________________________________________________________________
1351 [  4218] By: jhi                                   on 1999/09/22  19:26:58
1352         Log: Tweak the equivalence tables once again.
1353      Branch: cfgperl
1354            ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
1355            ! lib/unicode/mktables.PL
1356 ____________________________________________________________________________
1357 [  4215] By: jhi                                   on 1999/09/22  06:47:03
1358         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1359              To: Mailing list Perl5 <perl5-porters@perl.org>
1360              Subject: [PATCH 5.005_61] regfree could segfault with -Mre=debug
1361              Date: Tue, 21 Sep 1999 19:50:00 -0400
1362              Message-ID: <19990921195000.A23938@monk.mps.ohio-state.edu>
1363              
1364              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1365              To: Mailing list Perl5 <perl5-porters@perl.org>
1366              Subject: [PATCH 5.005_61] More verbose -Mre=debug
1367              Date: Tue, 21 Sep 1999 22:29:55 -0400
1368              Message-ID: <19990921222955.A25094@monk.mps.ohio-state.edu>
1369      Branch: cfgperl
1370            ! regcomp.c regexec.c
1371 ____________________________________________________________________________
1372 [  4214] By: jhi                                   on 1999/09/21  21:08:43
1373         Log: From: 0000-Admin (0000) <root@devsys0.zenez.com>
1374              Reply-To: gerberb@zenez.com
1375              To: perl5-porters@perl.org
1376              Subject: [ID 19990921.004] Changes for SCO OpenServer and UnixWare 7
1377              Date: Tue, 21 Sep 1999 11:07:46 -0600 (MDT)
1378              Message-Id: <199909211707.LAA23611@devsys0.zenez.com>
1379              
1380              (Snipped away the last lines of svr5.sh a la change #3725)
1381      Branch: cfgperl
1382            + hints/svr5.sh
1383            ! Configure MANIFEST config_h.SH hints/sco.sh
1384      Branch: metaconfig
1385            ! U/modified/Cppsym.U U/modified/Oldconfig.U
1386 ____________________________________________________________________________
1387 [  4213] By: jhi                                   on 1999/09/21  20:48:01
1388         Log: From: Kragen Sitaker <kragen@dnaco.net>
1389              To: perl5-porters@perl.org
1390              Subject: [ID 19990921.013] accidental list context in perlfaq9
1391              Date: Tue, 21 Sep 1999 16:27:53 -0400 (EDT)
1392              Reply-To: kragen@pobox.com
1393              Message-Id: <199909212027.QAA03450@kirk.dnaco.net>
1394      Branch: cfgperl
1395            ! pod/perlfaq9.pod
1396 ____________________________________________________________________________
1397 [  4212] By: jhi                                   on 1999/09/20  19:55:42
1398         Log: Integrate with Sarathy.
1399      Branch: cfgperl
1400           +> README.Y2K
1401           !> Changes MANIFEST
1402 ____________________________________________________________________________
1403 [  4211] By: jhi                                   on 1999/09/20  19:44:44
1404         Log: Rename -Duselfs to -Duselargefiles.  We don't need no stnkngbbrvtns.
1405      Branch: cfgperl
1406            ! Configure config_h.SH pod/perldelta.pod
1407      Branch: metaconfig/U/perl
1408            ! use64bits.U uselfs.U uselongdbl.U
1409 ____________________________________________________________________________
1410 [  4210] By: jhi                                   on 1999/09/20  19:38:26
1411         Log: Configure -A change: -Afoo=bar is equal to -Aappend:foo=" bar".
1412      Branch: cfgperl
1413            ! Configure config_h.SH
1414      Branch: metaconfig
1415            ! U/modified/Options.U
1416 ____________________________________________________________________________
1417 [  4209] By: gsar                                  on 1999/09/20  19:35:39
1418         Log: integrate cfgperl changes into mainline
1419      Branch: perl
1420           +> lib/unicode/Unicode.html
1421            ! Changes
1422           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
1423           !> config_h.SH doio.c perl.h pod/perldelta.pod pod/perlfunc.pod
1424 ____________________________________________________________________________
1425 [  4208] By: gsar                                  on 1999/09/20  18:28:44
1426         Log: add README.Y2K (from Dominic Dunlop <domo@vo.lu>)
1427      Branch: perl
1428            + README.Y2K
1429            ! MANIFEST
1430 ____________________________________________________________________________
1431 [  4207] By: jhi                                   on 1999/09/20  11:06:13
1432         Log: Document -Duselfs, -Duselongdouble, and -Dusemorebits.
1433      Branch: cfgperl
1434            ! pod/perldelta.pod
1435 ____________________________________________________________________________
1436 [  4206] By: jhi                                   on 1999/09/20  09:53:15
1437         Log: Do not test for gccish things in non-gccish platforms.
1438      Branch: cfgperl
1439            ! Configure config_h.SH
1440      Branch: metaconfig
1441            ! U/compline/ccflags.U
1442 ____________________________________________________________________________
1443 [  4205] By: jhi                                   on 1999/09/20  09:41:22
1444         Log: Prompt for uselfs.
1445      Branch: cfgperl
1446            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1447            ! config_h.SH
1448      Branch: metaconfig
1449            ! U/mksample
1450      Branch: metaconfig/U/perl
1451            ! use64bits.U uselfs.U
1452 ____________________________________________________________________________
1453 [  4204] By: jhi                                   on 1999/09/20  09:09:29
1454         Log: Add usemorebits and uselfs.
1455      Branch: cfgperl
1456            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1457            ! config_h.SH doio.c perl.h
1458      Branch: metaconfig/U/perl
1459            + uselfs.U usemorebits.U
1460            ! use64bits.U uselongdbl.U
1461 ____________________________________________________________________________
1462 [  4203] By: jhi                                   on 1999/09/20  07:48:48
1463         Log: Dethinko.
1464      Branch: cfgperl
1465            ! pod/perlfunc.pod
1466 ____________________________________________________________________________
1467 [  4202] By: jhi                                   on 1999/09/20  07:33:32
1468         Log: Fix a bug in the description of endianness.  Reported in
1469              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
1470              To: perl5-porters@perl.org
1471              Subject: BUG: perldoc -f pack
1472              Date: Mon, 20 Sep 1999 09:43:49 +0400
1473              Message-ID: <402099F49BEED211999700805FC7359F20D3F5@ru0028exch01.spb.lucent.com>
1474      Branch: cfgperl
1475            ! pod/perlfunc.pod
1476 ____________________________________________________________________________
1477 [  4201] By: jhi                                   on 1999/09/20  07:01:26
1478         Log: Integrate with Sarathy.
1479      Branch: cfgperl
1480           +> t/op/args.t
1481           !> (integrate 31 files)
1482 ____________________________________________________________________________
1483 [  4200] By: gsar                                  on 1999/09/20  03:45:06
1484         Log: From: Russ Allbery <rra@stanford.edu>
1485              Date: 19 Aug 1999 04:35:44 -0700
1486              Message-Id: <yl7lms9f5b.fsf@windlord.stanford.edu>
1487              Subject: [ID 19990819.002] File::Find error when pruning top-level directories
1488      Branch: perl
1489            ! lib/File/Find.pm
1490 ____________________________________________________________________________
1491 [  4199] By: gsar                                  on 1999/09/20  03:27:49
1492         Log: suppress warning (from John Tobey <jtobey@epsilondev.com>)
1493      Branch: perl
1494            ! ext/B/B/Terse.pm
1495 ____________________________________________________________________________
1496 [  4198] By: gsar                                  on 1999/09/20  03:25:25
1497         Log: add arenas for managing allocations of remaining xpv*v structures
1498              From: Vishal Bhatia <vishal@gol.com>
1499              Date: Wed, 25 Aug 1999 00:31:33 +0900 (JST)
1500              Message-ID: <Pine.LNX.4.10.9908250031000.11727-100000@localhost.localdomain>
1501              Subject: [PATCH 5.005_60] removing extra ref count (compiler) 
1502      Branch: perl
1503            ! embed.h embed.pl embedvar.h ext/B/B/C.pm intrpvar.h objXSUB.h
1504            ! proto.h sv.c
1505 ____________________________________________________________________________
1506 [  4197] By: gsar                                  on 1999/09/20  03:06:10
1507         Log: queue errors due to strictures rather than printing them as
1508              warnings; symbols that violate strictures do *not* end up in
1509              the symbol table anyway, making multiple evals of the same piece
1510              of code produce the same errors; errors indicate all locations
1511              of a global symbol rather than just the first one; these
1512              changes make compile-time failures within evals reliably
1513              visible via the return value or contents of $@, and trappable
1514              using __DIE__ hooks
1515      Branch: perl
1516            ! embed.h embed.pl embedvar.h ext/DynaLoader/dlutils.c
1517            ! ext/Thread/Thread.xs global.sym gv.c objXSUB.h op.c perl.c
1518            ! perlapi.c pp_ctl.c proto.h regcomp.c t/pragma/strict-refs
1519            ! t/pragma/strict-vars thrdvar.h toke.c util.c
1520 ____________________________________________________________________________
1521 [  4196] By: gsar                                  on 1999/09/19  22:14:29
1522         Log: control change#1914 via hints (causes problems on some platforms)
1523      Branch: perl
1524            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
1525            ! ext/POSIX/hints/linux.pl
1526 ____________________________________________________________________________
1527 [  4195] By: gsar                                  on 1999/09/19  21:30:18
1528         Log: avoid clearing @_ at all for faster subroutine calls; fix bugs
1529              in passing around references to @_, eg C<sub foo { \@_ }>; add
1530              tests for the same
1531      Branch: perl
1532            + t/op/args.t
1533            ! MANIFEST cop.h pp.c pp_ctl.c pp_hot.c
1534 ____________________________________________________________________________
1535 [  4194] By: jhi                                   on 1999/09/18  18:57:45
1536         Log: Integrate with Sarathy.
1537      Branch: cfgperl
1538           !> opcode.h opcode.pl
1539 ____________________________________________________________________________
1540 [  4193] By: nick                                  on 1999/09/18  15:24:56
1541         Log: Re-integrate mainline
1542              Basic SvUTF8 stuff in headers, no functional changes yet.
1543      Branch: utfperl
1544            + lib/byte.pm lib/byte_heavy.pl
1545           +> ext/B/defsubs_h.PL ext/DB_File/version.c jpl/JNI/Closer.java
1546           +> jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
1547           +> jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
1548           +> jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
1549           +> jpl/JNI/typemap.win32 jpl/SETVARS.PL lib/unicode/ArabShap.txt
1550           +> lib/unicode/Blocks.txt lib/unicode/CompExcl.txt
1551           +> lib/unicode/EAWidth.txt lib/unicode/Index.txt
1552           +> lib/unicode/Jamo-2.txt lib/unicode/LineBrk.txt
1553           +> lib/unicode/Names.txt lib/unicode/Props.txt
1554           +> lib/unicode/ReadMe.txt lib/unicode/SpecCase.txt
1555           +> t/lib/bigfltpm.t
1556            - ext/B/defsubs.h.PL lib/unicode/arabshp.txt
1557            - lib/unicode/blocks.txt lib/unicode/index2.txt
1558            - lib/unicode/jamo2.txt lib/unicode/names2.txt
1559            - lib/unicode/props2.txt lib/unicode/readme.txt
1560            - t/lib/bigfloatpm.t
1561            ! doop.c embed.h embed.pl gv.c mg.c objXSUB.h op.c op.h perl.h
1562            ! perlapi.c pp.c pp_ctl.c pp_hot.c proto.h regcomp.c regcomp.h
1563            ! regexec.c regexp.h regnodes.h sv.c sv.h toke.c utf8.c utf8.h
1564            ! warnings.h
1565           !> (integrate 142 files)
1566 ____________________________________________________________________________
1567 [  4192] By: gsar                                  on 1999/09/18  15:11:47
1568         Log: more op description tweaks
1569      Branch: perl
1570            ! opcode.h opcode.pl
1571 ____________________________________________________________________________
1572 [  4191] By: jhi                                   on 1999/09/18  07:47:16
1573         Log: Integrate with Sarathy.
1574      Branch: cfgperl
1575           !> Changes opcode.h opcode.pl t/io/open.t t/op/misc.t
1576           !> t/pragma/warn/op
1577 ____________________________________________________________________________
1578 [  4190] By: jhi                                   on 1999/09/18  07:35:45
1579         Log: Add description of the Unicode database files.
1580      Branch: cfgperl
1581            + lib/unicode/Unicode.html
1582 ____________________________________________________________________________
1583 [  4189] By: gsar                                  on 1999/09/18  03:14:58
1584         Log: tweak some op names in change#4177 (will any of this break code that
1585              gropes $@ ?)
1586      Branch: perl
1587            ! Changes opcode.h opcode.pl t/io/open.t t/op/misc.t
1588            ! t/pragma/warn/op
1589 ____________________________________________________________________________
1590 [  4188] By: jhi                                   on 1999/09/17  21:30:08
1591         Log: Pick up the typo fix.
1592      Branch: cfgperl
1593           !> t/io/open.t
1594 ____________________________________________________________________________
1595 [  4187] By: gsar                                  on 1999/09/17  21:13:55
1596         Log: fix typo
1597      Branch: perl
1598            ! t/io/open.t
1599 ____________________________________________________________________________
1600 [  4186] By: gsar                                  on 1999/09/17  20:57:29
1601         Log: integrate cfgperl change
1602      Branch: perl
1603           !> vms/subconfigure.com
1604 ____________________________________________________________________________
1605 [  4185] By: jhi                                   on 1999/09/17  20:46:41
1606         Log: Re-apply applicable parts of #3993, #3994, and #3995.
1607      Branch: cfgperl
1608            ! vms/subconfigure.com
1609 ____________________________________________________________________________
1610 [  4184] By: gsar                                  on 1999/09/17  20:26:02
1611         Log: integrate cfgperl contents into mainline
1612      Branch: perl
1613           +> lib/unicode/ArabShap.txt lib/unicode/Blocks.txt
1614           +> lib/unicode/CompExcl.txt lib/unicode/EAWidth.txt
1615           +> lib/unicode/Index.txt lib/unicode/Jamo-2.txt
1616           +> lib/unicode/LineBrk.txt lib/unicode/Names.txt
1617           +> lib/unicode/Props.txt lib/unicode/ReadMe.txt
1618           +> lib/unicode/SpecCase.txt
1619            - lib/unicode/arabshp.txt lib/unicode/blocks.txt
1620            - lib/unicode/index2.txt lib/unicode/jamo2.txt
1621            - lib/unicode/names2.txt lib/unicode/props2.txt
1622            - lib/unicode/readme.txt
1623           !> (integrate 73 files)
1624 ____________________________________________________________________________
1625 [  4183] By: jhi                                   on 1999/09/17  20:25:51
1626         Log: Integrate with Sarathy.
1627      Branch: cfgperl
1628           !> configure.com ext/ByteLoader/byterun.h
1629           !> ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_VMS.pm
1630           !> lib/File/Spec/VMS.pm pod/perlhist.pod t/io/open.t
1631           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/perly_c.vms
1632           !> vms/perly_h.vms vms/subconfigure.com vms/vms.c vms/vmsish.h
1633 ____________________________________________________________________________
1634 [  4182] By: gsar                                  on 1999/09/17  20:16:28
1635         Log: integrate vmsperl contents into mainline (where VMS files conflicted,
1636              vmsperl contents have prevailed)
1637      Branch: perl
1638           !> configure.com ext/ByteLoader/byterun.h
1639           !> ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_VMS.pm
1640           !> lib/File/Spec/VMS.pm t/io/open.t vms/descrip_mms.template
1641           !> vms/gen_shrfls.pl vms/perly_c.vms vms/perly_h.vms
1642           !> vms/subconfigure.com vms/vms.c vms/vmsish.h
1643 ____________________________________________________________________________
1644 [  4181] By: jhi                                   on 1999/09/17  20:12:37
1645         Log: From: Michael G Schwern <schwern@pobox.com>
1646              To: perl5-porters@perl.org
1647              Subject: [PATCH 5.005_60 lib/Exporter/Heavy.pm] export_to_level()
1648              Date: Thu, 19 Aug 1999 21:30:01 -0400
1649              Message-ID: <19990819213001.A22512@athens.aocn.com>
1650      Branch: cfgperl
1651            ! lib/Exporter/Heavy.pm
1652 ____________________________________________________________________________
1653 [  4180] By: gsar                                  on 1999/09/17  20:11:00
1654         Log: perlhist additions
1655      Branch: perl
1656            ! pod/perlhist.pod
1657 ____________________________________________________________________________
1658 [  4179] By: jhi                                   on 1999/09/17  20:08:00
1659         Log: The change #4176 should've undone only the test, not the code patch.
1660      Branch: cfgperl
1661            ! doio.c
1662 ____________________________________________________________________________
1663 [  4178] By: jhi                                   on 1999/09/17  20:06:08
1664         Log: From: Ian Phillipps <ian@dial.pipex.com>
1665              To: Hans GINZEL <hgin2088@mail.kolej.mff.cuni.cz>, perl5-porters@perl.org
1666              Subject: [PATCH 5.005_59] Re: [ID 19990820.007] Small typo in perlsyn.pod
1667              Date: Sat, 21 Aug 1999 12:36:12 +0100
1668              Message-ID: <19990821123612.A9955@homer.diplex.co.uk>
1669      Branch: cfgperl
1670            ! pod/perlsyn.pod
1671 ____________________________________________________________________________
1672 [  4177] By: jhi                                   on 1999/09/17  20:00:19
1673         Log: More descriptive names for operators.
1674              
1675              From: Michael G Schwern <schwern@pobox.com>
1676              To: Ilya Zakharevich <ilya@math.ohio-state.edu>
1677              Cc: perl5-porters@perl.org
1678              Subject: Re: [ID 19990817.009] [BUG 5.005_60 & 5.005_03] == reported as eq in
1679              Date: Tue, 17 Aug 1999 18:35:45 -0400
1680              Message-ID: <19990817183545.A23073@toldyouso.com>
1681              
1682              From: Michael G Schwern <schwern@pobox.com>
1683              To: perl5-porters@perl.org
1684              Subject: [PATCH 5.005_60 opcode.pl and friends] Improved opcode descriptions
1685              Date: Wed, 18 Aug 1999 03:53:38 -0400
1686              Message-ID: <19990818035337.A31505@athens.aocn.com>
1687      Branch: cfgperl
1688            ! opcode.h opcode.pl pp.sym pp_proto.h sv.c t/op/misc.t
1689            ! t/pragma/warn/op t/pragma/warn/sv
1690 ____________________________________________________________________________
1691 [  4176] By: jhi                                   on 1999/09/17  18:19:18
1692         Log: Take away the infamous io/dup.t #7.
1693              It seems there simply is no way to portably
1694              "flush" an input file handle.
1695      Branch: cfgperl
1696            ! doio.c t/io/dup.t
1697 ____________________________________________________________________________
1698 [  4175] By: jhi                                   on 1999/09/17  14:45:08
1699         Log: From: Barrie Slaymaker <barries@slaysys.com>
1700              To: perl5-porters@perl.org
1701              Subject: [PATCH 5.005_61] Benchmark: screwed patch format, try this instead
1702              Date: Fri, 17 Sep 1999 11:16:48 -0400
1703              Message-Id: <199909171516.LAA30887@jester.slaysys.com>
1704      Branch: cfgperl
1705            ! lib/Benchmark.pm
1706 ____________________________________________________________________________
1707 [  4174] By: jhi                                   on 1999/09/17  14:07:16
1708         Log: UNICOS does support large files but doesn't support sparse files
1709              so we cannot easily test for large file support.
1710      Branch: cfgperl
1711            ! t/lib/syslfs.t t/op/lfs.t
1712 ____________________________________________________________________________
1713 [  4173] By: jhi                                   on 1999/09/17  14:03:44
1714         Log: UNICOS has sloppy division/modulo for floating point numbers.
1715      Branch: cfgperl
1716            ! t/op/arith.t
1717 ____________________________________________________________________________
1718 [  4172] By: jhi                                   on 1999/09/17  13:47:49
1719         Log: Portable blocksize (replaces #4171).
1720      Branch: cfgperl
1721            ! t/lib/syslfs.t t/op/lfs.t
1722 ____________________________________________________________________________
1723 [  4171] By: jhi                                   on 1999/09/17  13:08:54
1724         Log: (replaced by #4172)
1725      Branch: cfgperl
1726            ! t/lib/syslfs.t t/op/lfs.t
1727 ____________________________________________________________________________
1728 [  4170] By: jhi                                   on 1999/09/17  12:59:11
1729         Log: Detypo #4169.
1730      Branch: cfgperl
1731            ! t/lib/syslfs.t t/op/lfs.t
1732 ____________________________________________________________________________
1733 [  4169] By: jhi                                   on 1999/09/17  12:16:34
1734         Log: Diagnose possible quota limits.
1735      Branch: cfgperl
1736            ! t/lib/syslfs.t t/op/lfs.t
1737 ____________________________________________________________________________
1738 [  4168] By: jhi                                   on 1999/09/17  12:10:43
1739         Log: UNICOS doesn't have getpgid().  Or, at least 9.0.1ai
1740              doesn't have one that wouldn't cause SIGSYS.  UNICOS
1741              does have getpgrp(void) so Perl getpgrp() is happy.
1742      Branch: cfgperl
1743            ! hints/unicos.sh
1744 ____________________________________________________________________________
1745 [  4167] By: jhi                                   on 1999/09/17  11:49:30
1746         Log: Filesystem quotas may stop you from using large files.
1747      Branch: cfgperl
1748            ! pod/perldelta.pod t/lib/syslfs.t t/op/lfs.t
1749 ____________________________________________________________________________
1750 [  4166] By: jhi                                   on 1999/09/17  11:36:01
1751         Log: Too strict pattern for parsing group lists.
1752      Branch: cfgperl
1753            ! t/op/groups.t
1754 ____________________________________________________________________________
1755 [  4165] By: jhi                                   on 1999/09/17  09:06:18
1756         Log: Configure maintenance. It's sigaction.sa_flags
1757              and the Glossary regen'ed.
1758      Branch: cfgperl
1759            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1760            ! config_h.SH
1761      Branch: metaconfig
1762            ! U/compline/d_sigaction.U
1763 ____________________________________________________________________________
1764 [  4164] By: jhi                                   on 1999/09/15  06:57:51
1765         Log: Integrate with Sarathy.
1766      Branch: cfgperl
1767           +> jpl/JNI/Closer.java jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
1768           +> jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
1769           +> jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
1770           +> jpl/JNI/typemap.win32 jpl/SETVARS.PL
1771           !> Changes MANIFEST embed.h embed.pl jpl/JNI/JNI.pm
1772           !> jpl/JNI/JNI.xs jpl/JNI/Makefile.PL jpl/JNI/test.pl
1773           !> jpl/JNI/typemap jpl/JPL/Makefile.PL
1774           !> jpl/PerlInterpreter/Makefile.PL
1775           !> jpl/PerlInterpreter/PerlInterpreter.c
1776           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
1777           !> jpl/Sample/Makefile.PL jpl/install-jpl
1778           !> lib/File/Spec/Functions.pm pod/perlhist.pod regexec.c
1779           !> t/op/pat.t
1780 ____________________________________________________________________________
1781 [  4163] By: gsar                                  on 1999/09/15  05:17:27
1782         Log: add :ALL export tag (from Chris Nandor <pudge@pobox.com>)
1783      Branch: perl
1784            ! lib/File/Spec/Functions.pm
1785 ____________________________________________________________________________
1786 [  4162] By: gsar                                  on 1999/09/15  05:09:14
1787         Log: addendum to change#4136 (from Robin Barker <rmb1@cise.npl.co.uk>)
1788      Branch: perl
1789            ! Changes embed.h embed.pl
1790 ____________________________________________________________________________
1791 [  4161] By: gsar                                  on 1999/09/15  04:08:25
1792         Log: missing perlhist dates from Jeff Okamoto
1793      Branch: perl
1794            ! pod/perlhist.pod
1795 ____________________________________________________________________________
1796 [  4160] By: gsar                                  on 1999/09/15  03:13:08
1797         Log: jpl tweak
1798      Branch: perl
1799            ! MANIFEST jpl/JNI/Makefile.PL
1800 ____________________________________________________________________________
1801 [  4159] By: gsar                                  on 1999/09/15  02:57:08
1802         Log: update to JPL snapshot v09141999, with minor tweaks (from Brian
1803              Jepson <bjepson@home.com>)
1804      Branch: perl
1805            + jpl/JNI/Closer.java jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
1806            + jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
1807            + jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
1808            + jpl/JNI/typemap.win32 jpl/SETVARS.PL
1809            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
1810            ! jpl/JNI/test.pl jpl/JNI/typemap jpl/JPL/Makefile.PL
1811            ! jpl/PerlInterpreter/Makefile.PL
1812            ! jpl/PerlInterpreter/PerlInterpreter.c
1813            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
1814            ! jpl/Sample/Makefile.PL jpl/install-jpl
1815 ____________________________________________________________________________
1816 [  4158] By: gsar                                  on 1999/09/15  01:27:14
1817         Log: From:    Ilya Zakharevich <ilya@math.ohio-state.edu>
1818              Date:    Tue, 14 Sep 1999 21:26:15 EDT
1819              Message-Id: <199909150126.VAA24720@monk.mps.ohio-state.edu>
1820              Subject: [PATCH 5.005_58+] Re: [ID 19990914.001] Perl_re_intuit_start() hangs in a loop
1821      Branch: perl
1822            ! regexec.c t/op/pat.t
1823 ____________________________________________________________________________
1824 [  4157] By: jhi                                   on 1999/09/14  21:18:09
1825         Log: config.h will define USE_64_BITS if need be.
1826      Branch: cfgperl
1827            ! hints/irix_6.sh
1828 ____________________________________________________________________________
1829 [  4156] By: jhi                                   on 1999/09/14  20:30:00
1830         Log: Change #4149 necessitates also a small code change.
1831      Branch: cfgperl
1832            ! ext/B/defsubs_h.PL
1833 ____________________________________________________________________________
1834 [  4155] By: jhi                                   on 1999/09/14  20:15:53
1835         Log: Update EPOC libdir names.
1836      Branch: cfgperl
1837            ! epoc/config.h
1838 ____________________________________________________________________________
1839 [  4154] By: jhi                                   on 1999/09/14  20:13:41
1840         Log: Obsolete epoc/config.h caused #4153 to re-introduce already
1841              deceased HAS.*DBM.*64 mumblings.
1842      Branch: cfgperl
1843            ! Configure config_h.SH epoc/config.h
1844 ____________________________________________________________________________
1845 [  4153] By: jhi                                   on 1999/09/14  20:04:53
1846         Log: Configure nits.
1847      Branch: cfgperl
1848            ! Configure config_h.SH
1849      Branch: metaconfig
1850            ! U/compline/d_sigaction.U U/threads/i_pthread.U
1851 ____________________________________________________________________________
1852 [  4152] By: jhi                                   on 1999/09/14  19:30:22
1853         Log: Integrate with Sarathy.
1854      Branch: cfgperl
1855           +> ext/B/defsubs_h.PL t/lib/bigfltpm.t
1856            - ext/B/defsubs.h.PL t/lib/bigfloatpm.t
1857           !> INSTALL MANIFEST ext/B/Makefile.PL pod/perldiag.pod
1858           !> win32/config_sh.PL
1859 ____________________________________________________________________________
1860 [  4151] By: jhi                                   on 1999/09/14  10:25:01
1861         Log: Update Unicode database and recompute the tables.
1862              Rename the .txt files to be more Unicode 3.0-like.
1863              Unihan-3.0.txt not included because it is 16 MB.
1864              syllables.txt is manually maintained.
1865              See ReadMe.txt for description of the .txt files.
1866              (not all of them are used yet)
1867      Branch: cfgperl
1868            + lib/unicode/ArabShap.txt lib/unicode/Blocks.txt
1869            + lib/unicode/CompExcl.txt lib/unicode/EAWidth.txt
1870            + lib/unicode/Index.txt lib/unicode/Jamo-2.txt
1871            + lib/unicode/LineBrk.txt lib/unicode/Names.txt
1872            + lib/unicode/Props.txt lib/unicode/ReadMe.txt
1873            + lib/unicode/SpecCase.txt
1874            - lib/unicode/arabshp.txt lib/unicode/blocks.txt
1875            - lib/unicode/index2.txt lib/unicode/jamo2.txt
1876            - lib/unicode/names2.txt lib/unicode/props2.txt
1877            - lib/unicode/readme.txt
1878            ! MANIFEST lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
1879            ! lib/unicode/Bidirectional.pl lib/unicode/Block.pl
1880            ! lib/unicode/Category.pl lib/unicode/CombiningClass.pl
1881            ! lib/unicode/Decomposition.pl
1882            ! lib/unicode/In/ArabicPresentationForms-B.pl
1883            ! lib/unicode/In/Specials.pl lib/unicode/In/Tibetan.pl
1884            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
1885            ! lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiL.pl
1886            ! lib/unicode/Is/BidiON.pl lib/unicode/Is/BidiWS.pl
1887            ! lib/unicode/Is/DCcompat.pl lib/unicode/Is/DecoCanon.pl
1888            ! lib/unicode/Is/DecoCompat.pl lib/unicode/Is/L.pl
1889            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lo.pl
1890            ! lib/unicode/Is/Lower.pl lib/unicode/Is/Lu.pl
1891            ! lib/unicode/Is/Pd.pl lib/unicode/Is/Po.pl lib/unicode/Is/S.pl
1892            ! lib/unicode/Is/Sm.pl lib/unicode/Is/So.pl
1893            ! lib/unicode/Is/Upper.pl lib/unicode/Is/Word.pl
1894            ! lib/unicode/JamoShort.pl lib/unicode/UnicodeData-Latest.txt
1895            ! lib/unicode/mktables.PL
1896 ____________________________________________________________________________
1897 [  4150] By: gsar                                  on 1999/09/14  09:31:57
1898         Log: INSTALL tweak
1899      Branch: perl
1900            ! INSTALL
1901 ____________________________________________________________________________
1902 [  4149] By: gsar                                  on 1999/09/14  09:00:45
1903         Log: change some filenames to be 8.3-friendly
1904      Branch: perl
1905           +> ext/B/defsubs_h.PL t/lib/bigfltpm.t
1906            - ext/B/defsubs.h.PL t/lib/bigfloatpm.t
1907            ! MANIFEST ext/B/Makefile.PL pod/perldiag.pod
1908 ____________________________________________________________________________
1909 [  4148] By: gsar                                  on 1999/09/14  08:35:00
1910         Log: win32 config tweak (suggested by Greg Chapman <glc@well.com>)
1911      Branch: perl
1912            ! win32/config_sh.PL
1913 ____________________________________________________________________________
1914 [  4147] By: jhi                                   on 1999/09/14  08:07:49
1915         Log: Not that UVSIZE normally differs that much from IVSIZE...
1916      Branch: cfgperl
1917            ! perl.h
1918 ____________________________________________________________________________
1919 [  4146] By: jhi                                   on 1999/09/14  08:04:40
1920         Log: Integrate with Sarathy.
1921      Branch: cfgperl
1922           !> Changes ext/DB_File/DB_File.xs
1923 ____________________________________________________________________________
1924 [  4145] By: jhi                                   on 1999/09/14  07:10:02
1925         Log: I_PTHREAD was PTHREADEAD.
1926      Branch: cfgperl
1927            ! Configure config_h.SH
1928      Branch: metaconfig
1929            ! U/threads/i_pthread.U
1930 ____________________________________________________________________________
1931 [  4144] By: gsar                                  on 1999/09/14  06:46:47
1932         Log: change#4113 was missing DB_File.xs changes
1933      Branch: perl
1934            ! ext/DB_File/DB_File.xs
1935 ____________________________________________________________________________
1936 [  4143] By: jhi                                   on 1999/09/13  20:16:20
1937         Log: Small doc and whitespace edits.
1938      Branch: cfgperl
1939            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
1940            ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
1941            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mpeix.xs
1942            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
1943            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
1944            ! pod/perldelta.pod
1945 ____________________________________________________________________________
1946 [  4142] By: gsar                                  on 1999/09/13  19:32:31
1947         Log: integrate cfgperl contents into mainline, update Changes
1948      Branch: perl
1949           +> ext/DB_File/version.c
1950            ! Changes
1951           !> (integrate 44 files)
1952 ____________________________________________________________________________
1953 [  4141] By: jhi                                   on 1999/09/13  16:16:56
1954         Log: Scan for <pthread.h> always.
1955      Branch: cfgperl
1956            ! Configure config_h.SH perl.h
1957      Branch: metaconfig
1958            ! U/threads/i_pthread.U
1959 ____________________________________________________________________________
1960 [  4140] By: jhi                                   on 1999/09/13  16:00:08
1961         Log: Integrate with Sarathy.
1962      Branch: cfgperl
1963           !> (integrate 27 files)
1964 ____________________________________________________________________________
1965 [  4139] By: jhi                                   on 1999/09/13  15:35:18
1966         Log: Add -A option to Configure to diddle with variables
1967              after the hints file has been applied.
1968      Branch: cfgperl
1969            ! Configure config_h.SH
1970      Branch: metaconfig
1971            ! U/modified/Oldconfig.U U/modified/Options.U
1972 ____________________________________________________________________________
1973 [  4138] By: jhi                                   on 1999/09/13  13:42:56
1974         Log: Change #4136 edited DynaLoader.xs which is kind of fruitless.
1975      Branch: cfgperl
1976            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
1977            ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
1978            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mpeix.xs
1979            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
1980            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
1981 ____________________________________________________________________________
1982 [  4137] By: jhi                                   on 1999/09/13  13:25:31
1983         Log: Applying change #4136 manually introduced patch residue.
1984      Branch: cfgperl
1985            ! perl.h
1986 ____________________________________________________________________________
1987 [  4136] By: jhi                                   on 1999/09/13  13:23:04
1988         Log: Replace change #4100 with
1989              From: Robin Barker <rmb1@cise.npl.co.uk>
1990              To: gsar@activestate.com
1991              Cc: perl5-porters@perl.org
1992              Subject: Re: [ID 19990907.004] [PATCH perl5.005_61] compiler warnings with -Duse64bits
1993              Date: Mon, 13 Sep 1999 14:15:11 +0100 (BST)
1994              Message-Id: <199909131315.OAA24012@tempest.npl.co.uk>
1995      Branch: cfgperl
1996            ! doio.c dump.c ext/B/B.xs ext/B/typemap
1997            ! ext/ByteLoader/bytecode.h ext/Devel/DProf/DProf.xs
1998            ! ext/DynaLoader/dl_dlopen.xs ext/ODBM_File/ODBM_File.xs
1999            ! ext/POSIX/POSIX.xs lib/ExtUtils/typemap malloc.c perl.h pp.c
2000            ! pp_ctl.c pp_hot.c pp_sys.c sv.c
2001 ____________________________________________________________________________
2002 [  4135] By: jhi                                   on 1999/09/13  10:22:31
2003         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2004              To: perl5-porters@perl.org (Mailing list Perl5)
2005              Subject: [PATCH 5.005_61] MakeMaker supports uninstalled Perls
2006              Date: Sat, 11 Sep 1999 05:31:03 -0400 (EDT)
2007              Message-Id: <199909110931.FAA11036@monk.mps.ohio-state.edu>
2008              
2009              From: andreas.koenig@anima.de (Andreas J. Koenig)
2010              To: Ilya Zakharevich <ilya@math.ohio-state.edu>
2011              Cc: perl5-porters@perl.org (Mailing list Perl5)
2012              Subject: Re: [PATCH 5.005_61] MakeMaker supports uninstalled Perls
2013              Date: 11 Sep 1999 15:36:26 +0200
2014              Message-ID: <sfc906dr2n9.fsf@hohenstaufen.in-berlin.de>
2015      Branch: cfgperl
2016            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
2017 ____________________________________________________________________________
2018 [  4134] By: jhi                                   on 1999/09/13  10:20:14
2019         Log: From: Tom Phoenix <rootbeer@redcat.com>
2020              To: Perl Porters Mailing List <perl5-porters@perl.org>
2021              Subject: [DOCPATCH] Server errors and perldiag
2022              Date: Fri, 10 Sep 1999 16:45:02 -0700 (PDT)
2023              Message-ID: <Pine.GSO.4.10.9909101639490.16999-100000@user2.teleport.com>
2024      Branch: cfgperl
2025            ! pod/perldiag.pod
2026 ____________________________________________________________________________
2027 [  4133] By: gsar                                  on 1999/09/13  03:25:43
2028         Log: avoid assertion failure on C<@a'>
2029      Branch: perl
2030            ! toke.c
2031 ____________________________________________________________________________
2032 [  4132] By: gsar                                  on 1999/09/13  03:03:57
2033         Log: add -DPERL_Y2KWARN build option that will generate additional
2034              warnings on "19$yy" etc (reworked a patch suggested by
2035              Ulrich Pfeifer <upf@de.uu.net>)
2036      Branch: perl
2037            ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod
2038            ! pp_hot.c sv.c t/pragma/warn/pp_hot t/pragma/warn/sv
2039 ____________________________________________________________________________
2040 [  4131] By: gsar                                  on 1999/09/12  22:06:25
2041         Log: fix DATA leaks; reword documentation about the DATA filehandle
2042      Branch: perl
2043            ! ext/Opcode/Safe.pm lib/Pod/Functions.pm pod/perldata.pod
2044 ____________________________________________________________________________
2045 [  4130] By: gsar                                  on 1999/09/12  20:08:56
2046         Log: make sprintf("%g",...) threadsafe; only taint its result iff the
2047              formatted result looks nonstandard
2048      Branch: perl
2049            ! embed.pl embedvar.h intrpvar.h objXSUB.h perl.c perlapi.c
2050            ! pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
2051            ! t/pragma/locale.t thrdvar.h
2052 ____________________________________________________________________________
2053 [  4129] By: gsar                                  on 1999/09/12  17:04:11
2054         Log: From: Doug MacEachern <dougm@cp.net>
2055              Date: Sun, 25 Jul 1999 15:49:00 -0700 (PDT)
2056              Message-ID: <Pine.LNX.4.10.9907251538380.373-100000@mojo.eng.cp.net>
2057              Subject: [PATCH 5.005_57] B::clearsym
2058      Branch: perl
2059            ! ext/B/B.pm ext/B/B/Bblock.pm ext/B/B/Debug.pm ext/B/B/Terse.pm
2060 ____________________________________________________________________________
2061 [  4128] By: gsar                                  on 1999/09/12  16:59:12
2062         Log: better debugger help output (from Ilya Zakharevich)
2063      Branch: perl
2064            ! lib/perl5db.pl
2065 ____________________________________________________________________________
2066 [  4127] By: jhi                                   on 1999/09/11  20:50:37
2067         Log: Integrate with Sarathy.
2068      Branch: cfgperl
2069           +> pod/perlcompile.pod t/lib/gol-basic.t t/lib/gol-compat.t
2070           +> t/lib/gol-linkage.t
2071           !> (integrate 43 files)
2072 ____________________________________________________________________________
2073 [  4126] By: nick                                  on 1999/09/10  20:44:22
2074         Log: Get resolve -at mainline
2075      Branch: utfperl
2076           +> (branch 297 files)
2077            - README.cygwin32 XSlock.h bytecode.h byterun.c byterun.h
2078            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
2079            - cygwin32/perlld ext/B/byteperl.c ext/DynaLoader/dl_cygwin32.xs
2080            - hints/cygwin32.sh interp.sym myconfig objpp.h perl_exp.SH
2081            - t/pragma/warn-1global t/pragma/warning.t thread.sym
2082            - win32/GenCAPI.pl win32/TEST win32/autosplit.pl
2083            - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
2084            - win32/genxsdef.pl win32/makedef.pl win32/makemain.pl
2085            - win32/makeperldef.pl win32/perlhost.h
2086           !> (integrate 847 files)
2087 ____________________________________________________________________________
2088 [  4125] By: gsar                                  on 1999/09/10  19:22:14
2089         Log: s/dXS_TARGET/dXSTARG/ in change#4044 (to match dARGS vs dXSARGS
2090              etc.)
2091      Branch: perl
2092            ! XSUB.h pp.h
2093 ____________________________________________________________________________
2094 [  4124] By: gsar                                  on 1999/09/10  19:14:35
2095         Log: rewrote substantive parts of patch
2096              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2097              Date: Fri, 27 Aug 1999 19:02:18 -0400
2098              Message-ID: <19990827190218.A19561@monk.mps.ohio-state.edu>
2099              Subject: [PATCH 5.005_58] REx documentation
2100      Branch: perl
2101            ! pod/perlre.pod
2102 ____________________________________________________________________________
2103 [  4123] By: gsar                                  on 1999/09/10  18:21:53
2104         Log: note about AVf_*
2105      Branch: perl
2106            ! av.h
2107 ____________________________________________________________________________
2108 [  4122] By: gsar                                  on 1999/09/10  17:55:42
2109         Log: allow 'text' in L<text|A::B/"C"> (from Martin Lichtin
2110              <lichtin@bivio.com>)
2111      Branch: perl
2112            ! lib/Pod/Html.pm
2113 ____________________________________________________________________________
2114 [  4121] By: gsar                                  on 1999/09/10  17:49:35
2115         Log: dos-djgpp update (from Laszlo Molnar <laszlo.molnar@eth.ericsson.se>)
2116      Branch: perl
2117            ! AUTHORS Changes README.dos djgpp/config.over
2118            ! djgpp/configure.bat djgpp/djgpp.c djgpp/djgppsed.sh dosish.h
2119            ! lib/ExtUtils/MM_Unix.pm pod/pod2usage.PL pod/podchecker.PL
2120            ! pod/podselect.PL sv.h t/io/openpid.t util.c
2121 ____________________________________________________________________________
2122 [  4120] By: gsar                                  on 1999/09/10  12:25:01
2123         Log: add perlcompile.pod (edited content from Nathan Torkington
2124              <gnat@frii.com> and others)
2125      Branch: perl
2126            + pod/perlcompile.pod
2127            ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod pod/roffitall
2128 ____________________________________________________________________________
2129 [  4119] By: gsar                                  on 1999/09/10  11:05:13
2130         Log: avoid leaking static local_patches unless patchlevel.h is
2131              explicitly included
2132      Branch: perl
2133            ! patchlevel.h perl.c
2134 ____________________________________________________________________________
2135 [  4118] By: gsar                                  on 1999/09/10  10:44:54
2136         Log: upgrade to Getopt::Long v2.20 (from Johan Vromans
2137              <jvromans@squirrel.nl>)
2138      Branch: perl
2139            + t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
2140            ! Changes MANIFEST lib/Getopt/Long.pm
2141 ____________________________________________________________________________
2142 [  4116] By: jhi                                   on 1999/09/09  15:56:52
2143         Log: perldeltify change #4115.
2144      Branch: cfgperl
2145            ! pod/perldelta.pod
2146 ____________________________________________________________________________
2147 [  4115] By: jhi                                   on 1999/09/09  15:48:56
2148         Log: From: "John L. Allen" <allen@grumman.com> 
2149              To: perl5-porters@perl.org 
2150              Subject: [ID 19990901.003] Time::Local should not croak on "out-of-range" days
2151              Date: Wed, 1 Sep 1999 13:33:39 -0400 (EDT) 
2152              Message-Id: <199909011733.NAA17356@gateway.grumman.com> 
2153      Branch: cfgperl
2154            ! lib/Time/Local.pm
2155 ____________________________________________________________________________
2156 [  4114] By: jhi                                   on 1999/09/09  15:42:30
2157         Log: From: "Daniel S. Lewart" <lewart@www.cvm.uiuc.edu>
2158              To: perl5-porters@perl.org
2159              Subject: [ID 19990909.003] MAXINT redefined warning on HP-UX 10.20
2160              Date: Thu, 9 Sep 1999 10:33:37 -0500 (CDT)
2161              Message-Id: <199909091533.KAA01242@www.cvm.uiuc.edu>
2162      Branch: cfgperl
2163            ! pp_sys.c
2164 ____________________________________________________________________________
2165 [  4113] By: jhi                                   on 1999/09/09  10:17:45
2166         Log: From: paul.marquess@bt.com
2167              To: gsar@ActiveState.com
2168              Cc: perl5-porters@perl.org
2169              Subject: [PATCH 5.005_61] DB_File 1.71
2170              Date: Thu, 9 Sep 1999 11:20:13 +0100
2171              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49BBE@mbtlipnt02.btlabs.bt.co.uk>
2172      Branch: cfgperl
2173            + ext/DB_File/version.c
2174            ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
2175            ! ext/DB_File/Makefile.PL ext/DB_File/dbinfo ext/DB_File/typemap
2176            ! t/lib/db-btree.t
2177 ____________________________________________________________________________
2178 [  4112] By: jhi                                   on 1999/09/09  09:05:32
2179         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2180              To: perl5-porters@perl.org (Mailing list Perl5)
2181              Subject: [PATCH 5.005_58] Fix interaction of (?p{}) and (?>)
2182              Date: Thu, 9 Sep 1999 04:40:11 -0400 (EDT)
2183              Message-Id: <199909090840.EAA26471@monk.mps.ohio-state.edu>
2184      Branch: cfgperl
2185            ! regexec.c t/op/pat.t
2186 ____________________________________________________________________________
2187 [  4110] By: jhi                                   on 1999/09/09  07:29:17
2188         Log: Tidy up 64-bit situation in perldelta.
2189      Branch: cfgperl
2190            ! pod/perldelta.pod
2191 ____________________________________________________________________________
2192 [  4109] By: jhi                                   on 1999/09/09  07:26:53
2193         Log: Clear up PL_regcc issues.
2194              
2195              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2196              To: perl5-porters@perl.org (Mailing list Perl5)
2197              Subject: [PATCH 5.005_60] Another regexec.c unobfuscation
2198              Date: Thu, 9 Sep 1999 02:49:49 -0400 (EDT)
2199              Message-Id: <199909090649.CAA26119@monk.mps.ohio-state.edu>
2200      Branch: cfgperl
2201            ! regexec.c
2202 ____________________________________________________________________________
2203 [  4108] By: gsar                                  on 1999/09/08  20:52:51
2204         Log: avoid ass_u_ming uppercase types are not user objects (spotted
2205              by Kurt Starsinic)
2206      Branch: perl
2207            ! ext/Data/Dumper/Dumper.pm
2208 ____________________________________________________________________________
2209 [  4107] By: gsar                                  on 1999/09/08  20:35:18
2210         Log: From: akim@epita.fr (DEMAILLE Akim)
2211              Date: Wed, 8 Sep 1999 18:18:44 +0200 (CEST)
2212              Message-Id: <m11OkQm-003A4IC@beyrouth.lrde.epita.fr>
2213              Subject: [ID 19990908.014] s2p does not quote @
2214      Branch: perl
2215            ! x2p/s2p.PL
2216 ____________________________________________________________________________
2217 [  4106] By: gsar                                  on 1999/09/08  20:25:12
2218         Log: integrate cfgperl contents into mainline
2219      Branch: perl
2220           !> (integrate 30 files)
2221 ____________________________________________________________________________
2222 [  4105] By: jhi                                   on 1999/09/08  09:02:37
2223         Log: Minor touches at the [:class:] description.
2224      Branch: cfgperl
2225            ! pod/perlre.pod
2226 ____________________________________________________________________________
2227 [  4104] By: jhi                                   on 1999/09/08  08:57:58
2228         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2229              To: Mailing list Perl5 <perl5-porters@perl.org>
2230              Subject: [PATCH 5.005_58] Fix debugging output for REx
2231              Date: Wed, 8 Sep 1999 05:02:02 -0400
2232              Message-ID: <19990908050201.A17682@monk.mps.ohio-state.edu>
2233      Branch: cfgperl
2234            ! regcomp.c
2235 ____________________________________________________________________________
2236 [  4103] By: gsar                                  on 1999/09/08  00:53:50
2237         Log: fix memory leak in C<sub f { split ' ', "a b" } f() while 1>
2238      Branch: perl
2239            ! pp.c
2240 ____________________________________________________________________________
2241 [  4102] By: gsar                                  on 1999/09/08  00:52:50
2242         Log: fix memory leak in C<sub f { @_ = 1 } f() while 1>
2243      Branch: perl
2244            ! cop.h pp_hot.c
2245 ____________________________________________________________________________
2246 [  4101] By: gsar                                  on 1999/09/07  17:25:07
2247         Log: various fixups for windows
2248      Branch: perl
2249            ! embed.h embed.pl objXSUB.h op.c perlapi.c proto.h
2250            ! win32/Makefile win32/makefile.mk xsutils.c
2251 ____________________________________________________________________________
2252 [  4100] By: jhi                                   on 1999/09/07  12:49:15
2253         Log: Fix pointer casts.
2254              
2255              From: Robin Barker <rmb1@cise.npl.co.uk>
2256              To: perl5-porters@perl.org
2257              Subject: [ID 19990907.004] [PATCH perl5.005_61] compiler warnings with
2258              -Duse64bits
2259              Date: Tue, 7 Sep 1999 12:30:18 +0100 (BST)
2260              Message-Id: <199909071130.MAA11435@tempest.npl.co.uk>
2261      Branch: cfgperl
2262            ! doio.c dump.c ext/B/B.xs ext/B/typemap
2263            ! ext/ByteLoader/bytecode.h ext/Devel/DProf/DProf.xs
2264            ! ext/DynaLoader/dl_dlopen.xs ext/ODBM_File/ODBM_File.xs
2265            ! ext/POSIX/POSIX.xs lib/ExtUtils/typemap malloc.c perl.h pp.c
2266            ! pp_ctl.c pp_hot.c pp_sys.c sv.c
2267 ____________________________________________________________________________
2268 [  4099] By: jhi                                   on 1999/09/07  10:29:04
2269         Log: Add sig/pid/uid size and sign probes.
2270      Branch: metaconfig
2271            + U/typedefs/gidsign.U U/typedefs/gidsize.U U/typedefs/pidsign.U
2272            + U/typedefs/pidsize.U U/typedefs/uidsign.U U/typedefs/uidsize.U
2273 ____________________________________________________________________________
2274 [  4098] By: jhi                                   on 1999/09/07  10:27:06
2275         Log: Band-aid until we've got %{Uid_t} or something similar
2276              for sv_catpvfn().
2277      Branch: cfgperl
2278            ! taint.c
2279 ____________________________________________________________________________
2280 [  4097] By: jhi                                   on 1999/09/07  09:41:23
2281         Log: Fix a printf thinko: now quads must have the ll L q prefix.
2282              (in other words, a bare %d is an int/unsigned)
2283      Branch: cfgperl
2284            ! pp_sys.c sv.c t/op/64bit.t
2285 ____________________________________________________________________________
2286 [  4096] By: jhi                                   on 1999/09/07  07:36:17
2287         Log: HP-UX 10.20 and gcc 2.8.1 break UINT32_MAX.
2288              
2289              From: "Daniel S. Lewart" <lewart@www.cvm.uiuc.edu>
2290              To: perl5-porters@perl.org
2291              Subject: [ID 19990906.007] Not OK: perl 5.00561 on PA-RISC1.1 10.20
2292              Date: Mon, 6 Sep 1999 21:18:12 -0500 (CDT)
2293              Message-Id: <199909070218.VAA29232@www.cvm.uiuc.edu>
2294      Branch: cfgperl
2295            ! hints/hpux.sh perl.h
2296 ____________________________________________________________________________
2297 [  4095] By: gsar                                  on 1999/09/06  20:47:02
2298         Log: applied suggested patch with suitable test to detect MSVC
2299              From: "Vishal Bhatia" <vishalb@my-deja.com>
2300              Date: Wed, 11 Aug 1999 01:43:28 -0700
2301              Message-ID: <GFCJELIOGEENAAAA@my-deja.com>
2302              Subject: compiler on  win32
2303      Branch: perl
2304            ! ext/B/B/C.pm
2305 ____________________________________________________________________________
2306 [  4094] By: jhi                                   on 1999/09/06  20:34:44
2307         Log: Integrate with Sarathy.
2308      Branch: cfgperl
2309           !> ext/B/B/Bytecode.pm lib/Test/Harness.pm t/TEST t/UTEST
2310           !> t/harness t/pragma/sub_lval.t utils/Makefile utils/perlcc.PL
2311 ____________________________________________________________________________
2312 [  4093] By: jhi                                   on 1999/09/06  20:33:43
2313         Log: Fix UV_SIZEOF to UVSIZE; change the overflow tests
2314              so that they overflow also on 64-bit platforms.
2315      Branch: cfgperl
2316            ! t/pragma/warn/toke t/pragma/warn/util toke.c util.c
2317 ____________________________________________________________________________
2318 [  4092] By: gsar                                  on 1999/09/06  20:16:58
2319         Log: support bytecode and C backends in perlcc (patch suggested
2320              by Tom Hughes <tom@compton.au>); s/-opt/-noopt/ and make the
2321              C backend the default; describe new switches in pod; introduce
2322              PERLCC_OPTS and s/COMPILE_TIMEOUT/PERLCC_TIMEOUT/;
2323              s/COMPILE_TEST/HARNESS_COMPILE_TEST/; document these %ENV
2324              entries
2325      Branch: perl
2326            ! ext/B/B/Bytecode.pm lib/Test/Harness.pm t/TEST t/UTEST
2327            ! t/harness utils/Makefile utils/perlcc.PL
2328 ____________________________________________________________________________
2329 [  4091] By: jhi                                   on 1999/09/06  19:10:41
2330         Log: Integrate with Sarathy.
2331      Branch: cfgperl
2332           +> t/pragma/sub_lval.t
2333           !> (integrate 52 files)
2334 ____________________________________________________________________________
2335 [  4090] By: gsar                                  on 1999/09/06  19:09:06
2336         Log: propagate changed error text
2337      Branch: perl
2338            ! t/pragma/sub_lval.t
2339 ____________________________________________________________________________
2340 [  4089] By: gsar                                  on 1999/09/06  18:54:43
2341         Log: sprintf doc tweak (from Ian Phillipps <ian@dial.pipex.com>)
2342      Branch: perl
2343            ! pod/perlfunc.pod
2344 ____________________________________________________________________________
2345 [  4088] By: gsar                                  on 1999/09/06  18:52:10
2346         Log: From: paul.marquess@bt.com
2347              Date: Sun, 5 Sep 1999 15:11:08 +0100 
2348              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49BAB@mbtlipnt02.btlabs.bt.co.uk>
2349              Subject: [PATCH 5.005_61] Another patch for Lexical Warnings
2350      Branch: perl
2351            ! pp_sys.c t/pragma/warn/doio t/pragma/warn/op
2352            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys
2353            ! t/pragma/warn/regcomp t/pragma/warn/sv t/pragma/warn/toke
2354            ! t/pragma/warn/universal t/pragma/warn/utf8 t/pragma/warn/util
2355            ! toke.c
2356 ____________________________________________________________________________
2357 [  4087] By: gsar                                  on 1999/09/06  18:06:06
2358         Log: change#3612 is buggy when quotemeta argument matches target
2359              (hope this is the last of the optimized-OP_SASSIGN bugs)
2360              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2361              Date: Sun, 5 Sep 1999 06:07:42 -0400 (EDT)
2362              Message-Id: <199909051007.GAA06423@monk.mps.ohio-state.edu>
2363              Subject: Re: [BUG: quotemeta]
2364      Branch: perl
2365            ! Changes op.c t/op/lex_assign.t
2366 ____________________________________________________________________________
2367 [  4086] By: gsar                                  on 1999/09/06  17:57:52
2368         Log: misc tweaks
2369      Branch: perl
2370            ! bytecode.pl ext/ByteLoader/byterun.h pod/perlsyn.pod toke.c
2371 ____________________________________________________________________________
2372 [  4085] By: gsar                                  on 1999/09/06  03:54:23
2373         Log: applied patch suggested by Hans Mulder to fix problems on
2374              OPENSTEP-Mach; be more careful about PERL_POLLUTE_MALLOC
2375              when they ask for bincompat (platforms that used to default
2376              to EMBEDMYMALLOC continue to do so); disable warnings.t#192
2377              (appears unsalvageable on some platforms)
2378      Branch: perl
2379            ! embed.h embed.pl handy.h perl.h pp_sys.c t/pragma/warn/pp_hot
2380 ____________________________________________________________________________
2381 [  4084] By: bailey                                on 1999/09/06  02:39:11
2382         Log: Integrate mainline 5.05_61
2383      Branch: vmsperl
2384           +> (branch 32 files)
2385            - lib/unicode/EthiopicSyllables.txt
2386            - lib/unicode/MakeEthiopicSyllables.PL t/pragma/warning.t
2387            - warning.pl
2388            ! vms/descrip_mms.template vms/gen_shrfls.pl vms/perly_c.vms
2389            ! vms/perly_h.vms vms/vms.c
2390           !> (integrate 346 files)
2391 ____________________________________________________________________________
2392 [  4083] By: gsar                                  on 1999/09/06  00:10:40
2393         Log: optional warning on join(/foo/...) (reworked suggested patch
2394              by Mark-Jason Dominus <mjd@plover.com>)
2395      Branch: perl
2396            ! embed.h objXSUB.h op.c opcode.h opcode.pl perlapi.c
2397            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pp.sym
2398            ! pp_proto.h t/pragma/warn/op
2399 ____________________________________________________________________________
2400 [  4082] By: gsar                                  on 1999/09/05  22:28:57
2401         Log: fix data loss when more than one block is read from SDBM
2402              *.dir file (suggested by Uwe Ohse <uwe@ohse.de>)
2403      Branch: perl
2404            ! ext/SDBM_File/sdbm/sdbm.c
2405 ____________________________________________________________________________
2406 [  4081] By: gsar                                  on 1999/09/05  22:07:18
2407         Log: initial implementation of lvalue subroutines (slightly fixed
2408              version of patch suggested by Ilya Zakharevich, which in turn
2409              is based on the one suggested by Tuomas J. Lukka <lukka@iki.fi>)
2410      Branch: perl
2411            + t/pragma/sub_lval.t
2412            ! MANIFEST cop.h cv.h dump.c embed.h ext/Opcode/Opcode.pm
2413            ! ext/attrs/attrs.pm ext/attrs/attrs.xs global.sym objXSUB.h
2414            ! op.c op.h opcode.h opcode.pl opnames.h perlapi.c
2415            ! pod/perldiag.pod pod/perlsub.pod pp.c pp.sym pp_hot.c
2416            ! pp_proto.h proto.h t/pragma/warn/pp_ctl
2417 ____________________________________________________________________________
2418 [  4080] By: jhi                                   on 1999/09/05  22:02:18
2419         Log: Undo #4055 (related to #4079).
2420      Branch: cfgperl
2421            ! pod/perlop.pod
2422 ____________________________________________________________________________
2423 [  4079] By: jhi                                   on 1999/09/05  21:30:54
2424         Log: Time is not yet ripe.
2425      Branch: cfgperl
2426            ! pod/perldelta.pod pod/perlop.pod pp.c t/op/64bit.t t/op/misc.t
2427 ____________________________________________________________________________
2428 [  4078] By: gsar                                  on 1999/09/05  18:17:32
2429         Log: modified suggested patch to handle cross-refs and qr// objects
2430              correctly; unfollowed refs are represented as simple string
2431              value, not just the bare type; $VERSION stays the same until
2432              it is ready for prime time (avoids CPAN confustication)
2433              From:    John Nolan <jpnolan@Op.Net>
2434              Date:    Wed, 04 Aug 1999 20:21:10 EDT
2435              Message-Id: <199908050021.UAA09693@monet.op.net>
2436              Subject: [ID 19990804.006] [PATCH]5.005_60 (Data::Dumper) - implements Maxdepth setting
2437      Branch: perl
2438            ! Changes ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
2439            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo t/lib/dumper.t
2440 ____________________________________________________________________________
2441 [  4077] By: jhi                                   on 1999/09/04  21:54:42
2442         Log: timesum() wasn't @EXPORTed as promised by the documentation.
2443              Bug reported by Alex Efros <powerman@inart.kharkov.com>.
2444      Branch: cfgperl
2445            ! lib/Benchmark.pm
2446 ____________________________________________________________________________
2447 [  4076] By: gsar                                  on 1999/09/04  20:21:59
2448         Log: integrate cfgperl contents into mainline
2449      Branch: perl
2450           +> lib/attributes.pm lib/warnings.pm t/lib/attrs.t t/op/attrs.t
2451           +> t/pragma/warn/7fatal t/pragma/warn/8signal t/pragma/warnings.t
2452           +> warnings.h warnings.pl xsutils.c
2453            - lib/warning.pm t/pragma/warning.t warning.h warning.pl
2454           !> (integrate 109 files)
2455 ____________________________________________________________________________
2456 [  4075] By: jhi                                   on 1999/09/04  18:04:47
2457         Log: use integer on the problematic subtest.
2458      Branch: cfgperl
2459            ! t/op/misc.t
2460 ____________________________________________________________________________
2461 [  4074] By: jhi                                   on 1999/09/04  17:57:40
2462         Log: Warn about numconvert.t in case somebody
2463              wants to make sv_2pv more 64-bit aware.
2464      Branch: cfgperl
2465            ! sv.c
2466 ____________________________________________________________________________
2467 [  4073] By: jhi                                   on 1999/09/04  17:54:51
2468         Log: Comment upgrading: the quad situation isn't quite as
2469              bad as it used to be.
2470      Branch: cfgperl
2471            ! perl.h
2472 ____________________________________________________________________________
2473 [  4072] By: jhi                                   on 1999/09/04  15:35:37
2474         Log: Integrate with Sarathy.
2475      Branch: cfgperl
2476           !> win32/win32.c
2477 ____________________________________________________________________________
2478 [  4071] By: jhi                                   on 1999/09/04  15:28:11
2479         Log: Fix LFS with -Duseperlio in Solaris.  Reported in
2480              
2481              From: Robin Barker <rmb1@cise.npl.co.uk>
2482              To: perl5-porters@perl.org
2483              Subject: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
2484              Date: Mon, 23 Aug 1999 16:41:11 +0100 (BST)
2485              Message-Id: <199908231541.QAA10043@tempest.npl.co.uk>
2486              
2487              and later (in private email) found to be dependent
2488              on useperlio.
2489              
2490              Mental note: the cpp magic done in perlsdio.h (and assumedly
2491              also in perlsfio.h) may cause trouble later with lfs because
2492              both the perlio scheme by Perl and the lfs support by vendors
2493              like to play cpp games to map the stdio namespace back and forth.
2494              The problem fixed here (fseek vs fseeko, ftell vs ftello) may be
2495              just the beginning.
2496      Branch: cfgperl
2497            ! perlio.c
2498 ____________________________________________________________________________
2499 [  4070] By: jhi                                   on 1999/09/04  13:12:14
2500         Log: Enable 64-bit clean bit ops.
2501              (Disables the t/op/misc.t substest 3 in 64-bit platforms.)
2502      Branch: cfgperl
2503            ! pod/perldelta.pod pod/perlop.pod pp.c pp_hot.c t/op/64bit.t
2504            ! t/op/misc.t
2505 ____________________________________________________________________________
2506 [  4069] By: jhi                                   on 1999/09/03  21:17:30
2507         Log: Turn on USE_64_BIT_OFFSETS implicitly.
2508      Branch: cfgperl
2509            ! perl.h
2510 ____________________________________________________________________________
2511 [  4068] By: jhi                                   on 1999/09/03  08:19:59
2512         Log: Fix from Spider for the sub attributes (there was an undocumented
2513              dependency between force_word() and skipspace()).
2514      Branch: cfgperl
2515            ! toke.c
2516 ____________________________________________________________________________
2517 [  4067] By: jhi                                   on 1999/09/01  23:17:06
2518         Log: From: John Tobey <spam@john-edwin-tobey.org>
2519              To: ilya@math.ohio-state.edu
2520              CC: perl5-porters@perl.org
2521              Subject: Re: [PATCH 5.005_60] distclean forgot two
2522              Date: Mon, 23 Aug 1999 02:10:11 -0400 (EDT)
2523              Message-Id: <m11InJ5-000FPCC@feynman.localnet>
2524      Branch: cfgperl
2525            ! t/lib/dprof.t
2526 ____________________________________________________________________________
2527 [  4066] By: jhi                                   on 1999/09/01  23:14:50
2528         Log: From: "Fifer, Eric" <EFifer@sanwaint.com>
2529              To: perl5-porters@perl.org
2530              Subject: [ID 19990821.001] [PATCH] perl5.005_60 cygwin port
2531              Date: Fri, 20 Aug 1999 15:37:27 +0100
2532              Message-Id: <8A160D637356D311BC4300600849EC8122E217@POST>
2533      Branch: cfgperl
2534            ! cygwin/Makefile.SHs ext/ByteLoader/byterun.h
2535            ! ext/SDBM_File/sdbm/sdbm.c hints/cygwin.sh perl.h pp_sys.c
2536            ! t/io/fs.t t/io/tell.t t/lib/anydbm.t t/op/stat.t
2537 ____________________________________________________________________________
2538 [  4065] By: jhi                                   on 1999/09/01  22:06:43
2539         Log: From: Dominic Dunlop <domo@vo.lu>
2540              To: perl5-porters@perl.org
2541              Subject: [ID 19990819.001] Not OK: perl 5.00560 on powerpc-machten 4.1.1
2542              (UNINSTALLED) [PATCH]
2543              Date: Thu, 19 Aug 1999 09:48:03 +0200
2544              Message-Id: <v03110709b3e165b51dda@[212.24.192.132]>
2545              
2546              The PERL_POLLUTE_MALLOC part had to be manually applied.
2547      Branch: cfgperl
2548            ! hints/machten.sh perl.h
2549 ____________________________________________________________________________
2550 [  4064] By: jhi                                   on 1999/09/01  13:56:14
2551         Log: From: Martin Lichtin <lichtin@bivio.com>
2552              To: jhi@iki.fi
2553              CC: perl5-porters@perl.org
2554              Subject: Re: [ID 19990829.001] ExtUtils::Install.pm, minor umask problem
2555              Date: Wed, 01 Sep 1999 15:50:04 +0200
2556              Message-ID: <37CD2F0C.944BFACE@bivio.com>
2557      Branch: cfgperl
2558            ! lib/ExtUtils/Install.pm
2559 ____________________________________________________________________________
2560 [  4063] By: jhi                                   on 1999/09/01  13:16:11
2561         Log: Enhance lfs tests: check every seek and sysseek
2562              and test also that -e and -f detect largefiles.
2563      Branch: cfgperl
2564            ! t/lib/syslfs.t t/op/lfs.t
2565 ____________________________________________________________________________
2566 [  4062] By: jhi                                   on 1999/09/01  12:08:04
2567         Log: From: Colin Kuskie <ckuskie@Cadence.COM>
2568              To: Ronald J Kimball <rjk@linguist.dartmouth.edu>
2569              cc: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>,
2570              The Perl Porters Mailing List <perl5-porters@perl.org>
2571              Subject: [REPATCH 5.005_61] Re: perldiag.pod omissions
2572              Date: Tue, 31 Aug 1999 11:24:31 -0700 (PDT)
2573              Message-ID: <Pine.GSO.4.10.9908311055460.11290-100000@pdxult10a.cadence.com>
2574      Branch: cfgperl
2575            ! pod/perldiag.pod
2576 ____________________________________________________________________________
2577 [  4061] By: jhi                                   on 1999/09/01  12:03:03
2578         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2579              To: ilya@math.ohio-state.edu (Ilya Zakharevich)
2580              Cc: perl5-porters@perl.org, cloos@adamsmith.ai
2581              Subject: Re: [ID 19990830.005] Assigning value of an op on an SV to said SV
2582              Date: Wed, 1 Sep 1999 02:56:06 -0400 (EDT)
2583              Message-Id: <199909010656.CAA04478@monk.mps.ohio-state.edu>
2584      Branch: cfgperl
2585            ! op.c t/op/join.t
2586 ____________________________________________________________________________
2587 [  4060] By: jhi                                   on 1999/09/01  07:59:42
2588         Log: IV_DIG and NV_DIG fixes.
2589      Branch: cfgperl
2590            ! perl.h
2591 ____________________________________________________________________________
2592 [  4059] By: jhi                                   on 1999/08/31  14:47:18
2593         Log: \C{} -> \N{} residue.
2594      Branch: cfgperl
2595            ! toke.c
2596 ____________________________________________________________________________
2597 [  4057] By: gsar                                  on 1999/08/30  22:08:19
2598         Log: avoid hiding child process window
2599      Branch: perl
2600            ! win32/win32.c
2601 ____________________________________________________________________________
2602 [  4055] By: jhi                                   on 1999/08/30  21:20:50
2603         Log: Document the undefinedness of overshifting.
2604      Branch: cfgperl
2605            ! pod/perlop.pod
2606 ____________________________________________________________________________
2607 [  4054] By: jhi                                   on 1999/08/30  20:18:18
2608         Log: History fixes and updates.
2609      Branch: cfgperl
2610            ! pod/perlhist.pod
2611 ____________________________________________________________________________
2612 [  4053] By: jhi                                   on 1999/08/30  19:34:02
2613         Log: Shell quoting thinko broke installdirs.
2614              From: JVromans@Squirrel.nl (Johan Vromans)
2615              To: perl5-porters@perl.org
2616              Subject: [ID 19990830.001] 5.005_61 Configure does not substitute
2617              installprefix
2618              Date: Mon, 30 Aug 1999 16:10:10 +0200 (MEST)
2619              Message-Id: <14282.37058.934928.805633@plume.nl.compuware.com>
2620      Branch: cfgperl
2621            ! Configure config_h.SH
2622      Branch: metaconfig
2623            ! U/installdirs/archlib.U U/installdirs/bin.U
2624            ! U/installdirs/html1dir.U U/installdirs/html3dir.U
2625            ! U/installdirs/installprefix.U U/installdirs/man1dir.U
2626            ! U/installdirs/man3dir.U U/installdirs/privlib.U
2627            ! U/installdirs/scriptdir.U U/installdirs/sitearch.U
2628            ! U/installdirs/sitebin.U U/installdirs/sitehtml1dir.U
2629            ! U/installdirs/sitehtml3dir.U U/installdirs/sitelib.U
2630            ! U/installdirs/siteman1dir.U U/installdirs/siteman3dir.U
2631            ! U/installdirs/sitescriptdir.U U/installdirs/vendorarch.U
2632            ! U/installdirs/vendorbin.U U/installdirs/vendorhtml1dir.U
2633            ! U/installdirs/vendorhtml3dir.U U/installdirs/vendorlib.U
2634            ! U/installdirs/vendorman1dir.U U/installdirs/vendorman3dir.U
2635            ! U/installdirs/vendorscriptdir.U
2636 ____________________________________________________________________________
2637 [  4052] By: jhi                                   on 1999/08/30  02:57:05
2638         Log: Use \N{named characters} instead of \C.
2639              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2640              To: jhi@iki.fi
2641              Cc: larry@wall.org (Larry Wall), Tim.Bunce@ig.co.uk (Tim Bunce),
2642              perl5-porters@perl.org (Mailing list Perl5)
2643              Subject: Re: [PATCH 5.005_58] Named characters in Perl
2644              Date: Sun, 29 Aug 1999 16:46:53 -0400 (EDT)
2645              Message-Id: <199908292046.QAA05510@monk.mps.ohio-state.edu>
2646      Branch: cfgperl
2647            ! lib/charnames.pm lib/utf8.pm pod/perldiag.pod pod/perlop.pod
2648            ! pod/perlre.pod regcomp.c t/lib/charnames.t toke.c
2649 ____________________________________________________________________________
2650 [  4051] By: jhi                                   on 1999/08/30  02:54:20
2651         Log: From: Spider Boardman <spider@Orb.Nashua.NH.US>
2652              To: perl5-porters@perl.org
2653              Subject: [ID 19990829.004] Autoloaded &VERSION and UNIVERSAL::VERSION
2654              don't mix
2655              Date: Sun, 29 Aug 1999 19:04:53 -0400
2656              Message-Id: <199908292304.TAA13738@Orb.Nashua.NH.US>
2657      Branch: cfgperl
2658            ! universal.c
2659 ____________________________________________________________________________
2660 [  4050] By: jhi                                   on 1999/08/29  16:38:58
2661         Log: Conditionally socksify the LIBS of Socket.
2662      Branch: cfgperl
2663            ! ext/Socket/Makefile.PL
2664 ____________________________________________________________________________
2665 [  4049] By: jhi                                   on 1999/08/29  15:33:30
2666         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2667              To: Mailing list Perl5 <perl5-porters@perl.org>
2668              Subject: Re: [PATCH 5.005_60] fix @DB::typeahead
2669              Date: Wed, 25 Aug 1999 16:19:58 -0400
2670              Message-ID: <19990825161958.A4658@monk.mps.ohio-state.edu>
2671      Branch: cfgperl
2672            ! lib/perl5db.pl
2673 ____________________________________________________________________________
2674 [  4048] By: jhi                                   on 1999/08/29  15:31:36
2675         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
2676              To: perl5-porters@perl.org
2677              Subject: [PATCH _61] Lost arguments to simplified sort
2678              Date: Wed, 25 Aug 1999 23:22:32 -0700 (PDT)
2679              Message-ID: <14276.56616.879390.562685@metonymy.hip.berkeley.edu>
2680      Branch: cfgperl
2681            ! op.c t/op/sort.t
2682 ____________________________________________________________________________
2683 [  4047] By: jhi                                   on 1999/08/29  15:29:29
2684         Log: From: Olaf Flebbe <olaf@science-computing.de>
2685              Sender: owner-perl5-porters@perl.org
2686              To: perl5-porters@perl.org
2687              Subject: [ID 19990827.003] [PATCH]5.005_60 Patch for EPOC Support
2688              Date: Fri, 27 Aug 1999 21:50:41 +0200 (MEST)
2689      Branch: cfgperl
2690            ! README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
2691            ! epoc/perl.mmp epoc/perl.pkg
2692 ____________________________________________________________________________
2693 [  4046] By: jhi                                   on 1999/08/29  15:21:18
2694         Log: From: pvhp@forte.com (Peter Prymmer)
2695              To: perl5-porters@perl.org
2696              Subject: [PATCH: 5.005_61] an EBCDIC friendly cgi-html.t test
2697              Date: Fri, 27 Aug 99 18:51:04 PDT
2698              Message-Id: <9908280151.AA05010@forte.com>
2699      Branch: cfgperl
2700            ! t/lib/cgi-html.t
2701 ____________________________________________________________________________
2702 [  4045] By: jhi                                   on 1999/08/29  15:18:38
2703         Log: Fix scalar gmtime (and localtime) in quad environments,
2704              bug reported by Robin Parker.
2705              
2706              From: Robin Barker <rmb1@cise.npl.co.uk>
2707              To: jhi@iki.fi
2708              Cc: perl5-porters@perl.org
2709              Subject: Re: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
2710              Date: Tue, 24 Aug 1999 11:09:24 +0100 (BST)
2711              Message-Id: <199908241009.LAA24394@tempest.npl.co.uk>
2712      Branch: cfgperl
2713            ! pp_sys.c t/op/time.t
2714 ____________________________________________________________________________
2715 [  4044] By: jhi                                   on 1999/08/29  11:24:03
2716         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2717              To: perl5-porters@perl.org (Mailing list Perl5)
2718              Subject: [PATCH 5.005_60] Speeding up XSUB calls up to 66%
2719              Date: Fri, 27 Aug 1999 03:33:01 -0400 (EDT)
2720              Message-Id: <199908270733.DAA16927@monk.mps.ohio-state.edu>
2721              
2722              Addendum: it's "only" 33% speedup.
2723      Branch: cfgperl
2724            ! dump.c op.c op.h pp.h
2725 ____________________________________________________________________________
2726 [  4043] By: jhi                                   on 1999/08/29  11:10:33
2727         Log: From: spider-perl@Orb.Nashua.NH.US
2728              To: Mailing list Perl5 <perl5-porters@perl.org>
2729              Subject: [PATCH 5.005_61 CORE] sub : attrlist
2730              Date: Sun, 29 Aug 1999 03:02:11 -0400
2731              Message-Id: <199908290702.DAA32191@Orb.Nashua.NH.US>
2732      Branch: cfgperl
2733            + lib/attributes.pm t/lib/attrs.t t/op/attrs.t xsutils.c
2734            ! MANIFEST Makefile.SH embed.h embed.pl embedvar.h global.sym
2735            ! gv.c lib/AutoSplit.pm lib/SelfLoader.pm objXSUB.h op.c perl.c
2736            ! perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
2737            ! perly_c.diff pod/perldelta.pod pod/perldiag.pod
2738            ! pod/perlfunc.pod pod/perlmodlib.pod pod/perlsub.pod proto.h
2739            ! toke.c vms/perly_c.vms vms/perly_h.vms warnings.h
2740 ____________________________________________________________________________
2741 [  4042] By: jhi                                   on 1999/08/29  11:08:50
2742         Log: Turn off gcc-2.95's strict-alias optimization.
2743              This, of course, should be only temporary.
2744              From Andy Dougherty.
2745      Branch: cfgperl
2746            ! Configure config_h.SH
2747      Branch: metaconfig
2748            ! U/compline/ccflags.U U/modified/cc.U
2749 ____________________________________________________________________________
2750 [  4041] By: jhi                                   on 1999/08/29  10:47:30
2751         Log: Fix a typo in #4036.
2752      Branch: cfgperl
2753            ! mg.c
2754 ____________________________________________________________________________
2755 [  4040] By: jhi                                   on 1999/08/29  10:34:58
2756         Log: Add a missing #endif forgotten by #4035.
2757      Branch: cfgperl
2758            ! doop.c
2759 ____________________________________________________________________________
2760 [  4039] By: jhi                                   on 1999/08/29  10:31:19
2761         Log: Remove an extra #endif introduced by #4036.
2762      Branch: cfgperl
2763            ! perl.h
2764 ____________________________________________________________________________
2765 [  4038] By: jhi                                   on 1999/08/29  10:18:59
2766         Log: Rename warning to warnings, from Paul Marquess.
2767      Branch: cfgperl
2768            + lib/warnings.pm t/pragma/warn/7fatal t/pragma/warn/8signal
2769            + t/pragma/warnings.t warnings.h warnings.pl
2770            - lib/warning.pm t/pragma/warning.t warning.h warning.pl
2771            ! MANIFEST Makefile.SH gv.c mg.c perl.h pod/perldelta.pod
2772            ! pod/perldiag.pod pod/perlfunc.pod pod/perllexwarn.pod
2773            ! pod/perlmodlib.pod pod/perlrun.pod pod/perltoc.pod
2774            ! pod/perlvar.pod t/op/64bit.t t/op/tie.t t/pragma/warn/2use
2775            ! t/pragma/warn/3both t/pragma/warn/4lint t/pragma/warn/5nolint
2776            ! t/pragma/warn/6default t/pragma/warn/doio t/pragma/warn/doop
2777            ! t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
2778            ! t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
2779            ! t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
2780            ! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
2781            ! t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
2782            ! t/pragma/warn/utf8 t/pragma/warn/util toke.c
2783 ____________________________________________________________________________
2784 [  4037] By: jhi                                   on 1999/08/29  10:08:47
2785         Log: Create the equivalence tables based on
2786              the real Unicode decomposition, not on
2787              the character name.
2788      Branch: cfgperl
2789            ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
2790            ! lib/unicode/mktables.PL
2791 ____________________________________________________________________________
2792 [  4036] By: jhi                                   on 1999/08/29  09:29:08
2793         Log: Integrate with Sarathy.
2794      Branch: cfgperl
2795           +> lib/unicode/Is/SylA.pl lib/unicode/Is/SylC.pl
2796           +> lib/unicode/Is/SylE.pl lib/unicode/Is/SylI.pl
2797           +> lib/unicode/Is/SylO.pl lib/unicode/Is/SylU.pl
2798           +> lib/unicode/Is/SylV.pl lib/unicode/Is/SylWA.pl
2799           +> lib/unicode/Is/SylWC.pl lib/unicode/Is/SylWE.pl
2800           +> lib/unicode/Is/SylWI.pl lib/unicode/Is/SylWV.pl
2801           !> (integrate 190 files)
2802 ____________________________________________________________________________
2803 [  4035] By: jhi                                   on 1999/08/29  08:56:15
2804         Log: Implement 64-bit vec().
2805      Branch: cfgperl
2806            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
2807            ! pp.h t/op/64bit.t
2808 ____________________________________________________________________________
2809 [  4034] By: gsar                                  on 1999/08/29  03:35:18
2810         Log: deadcode removal
2811      Branch: perl
2812            ! XSUB.h embed.h embed.pl global.sym mg.c op.c perl.h perlapi.h
2813            ! pp_ctl.c proto.h run.c sv.c
2814 ____________________________________________________________________________
2815 [  4033] By: jhi                                   on 1999/08/28  17:31:07
2816         Log: From: Robin Barker <rmb1@cise.npl.co.uk>
2817              To: perl5-porters@perl.org
2818              Subject: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
2819              Date: Mon, 23 Aug 1999 16:41:11 +0100 (BST)
2820              Message-Id: <199908231541.QAA10043@tempest.npl.co.uk>
2821      Branch: cfgperl
2822            ! perl.h
2823 ____________________________________________________________________________
2824 [  4032] By: gsar                                  on 1999/08/26  23:53:33
2825         Log: new thread should set current interp in TLS
2826      Branch: perl
2827            ! ext/Thread/Thread.xs
2828 ____________________________________________________________________________
2829 [  4031] By: bailey                                on 1999/08/23  03:40:07
2830         Log: When extension doesn't have a "main" object file to anchor linker search, pull in all objct files
2831      Branch: vmsperl
2832            ! lib/ExtUtils/MM_VMS.pm
2833 ____________________________________________________________________________
2834 [  4030] By: bailey                                on 1999/08/23  03:37:43
2835         Log: Patch up holes in realclean target
2836      Branch: vmsperl
2837            ! vms/descrip_mms.template
2838 ____________________________________________________________________________
2839 [  4029] By: bailey                                on 1999/08/23  03:36:24
2840         Log: Fix handling of PERL_POLLUTE
2841      Branch: vmsperl
2842            ! lib/ExtUtils/MM_VMS.pm
2843 ____________________________________________________________________________
2844 [  4028] By: bailey                                on 1999/08/23  03:34:08
2845         Log: Update VMS version of perly.h
2846      Branch: vmsperl
2847            ! vms/perly_h.vms
2848 ____________________________________________________________________________
2849 [  4027] By: bailey                                on 1999/08/23  03:32:45
2850         Log: Update dependencies in Descrip.MMS
2851      Branch: vmsperl
2852            ! vms/descrip_mms.template
2853 ____________________________________________________________________________
2854 [  4026] By: bailey                                on 1999/08/23  03:30:01
2855         Log: Fix prototypes in perlapi.c (64-bit?)
2856              Clear prior definition of getenv_len before defining VMS-specific macro
2857      Branch: vmsperl
2858            ! perlapi.c vms/vmsish.h
2859 ____________________________________________________________________________
2860 [  4025] By: bailey                                on 1999/08/23  03:25:51
2861         Log: Add '-m' option to Configure.com which skips the MANIFEST check
2862      Branch: vmsperl
2863            ! configure.com
2864 ____________________________________________________________________________
2865 [  4024] By: bailey                                on 1999/08/23  03:23:34
2866         Log: Skip open() tests that rely on Unix fork semantics
2867      Branch: vmsperl
2868            ! t/io/open.t
2869 ____________________________________________________________________________
2870 [  4023] By: bailey                                on 1999/08/23  03:21:46
2871         Log: Loosen conditons for recognizing a function name in perl.h to accomodate revisions
2872      Branch: vmsperl
2873            ! vms/gen_shrfls.pl
2874 ____________________________________________________________________________
2875 [  4022] By: bailey                                on 1999/08/23  03:17:33
2876         Log: update MM_VMS to use new File::Spec routines
2877      Branch: vmsperl
2878            ! lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm
2879 ____________________________________________________________________________
2880 [  4021] By: bailey                                on 1999/08/23  03:13:40
2881         Log: byteperl is now part of the ByteLoader ext
2882      Branch: vmsperl
2883            ! ext/ByteLoader/byterun.h vms/descrip_mms.template
2884 ____________________________________________________________________________
2885 [  4020] By: bailey                                on 1999/08/23  03:10:41
2886         Log: Allow option to treat barewords at start of Unix paths as simple words rather than logicals
2887      Branch: vmsperl
2888            ! vms/vms.c
2889 ____________________________________________________________________________
2890 [  4019] By: bailey                                on 1999/08/23  03:07:28
2891         Log: Update calls for new thread context handling
2892      Branch: vmsperl
2893            ! ext/Devel/DProf/DProf.xs ext/DynaLoader/dl_vms.xs
2894            ! ext/POSIX/POSIX.xs vms/vms.c vms/vmsish.h vms/writemain.pl
2895 ____________________________________________________________________________
2896 [  4018] By: bailey                                on 1999/08/23  03:01:31
2897         Log: Allow for file versions in library when looking for .bs files
2898      Branch: vmsperl
2899            ! ext/DynaLoader/DynaLoader_pm.PL
2900 ____________________________________________________________________________
2901 [  4017] By: bailey                                on 1999/08/23  02:58:55
2902         Log: Update VMS configuration procedures for 5.005_60
2903      Branch: vmsperl
2904            ! configure.com vms/subconfigure.com
2905 ____________________________________________________________________________
2906 [  4016] By: gsar                                  on 1999/08/20  22:19:56
2907         Log: update Changes
2908      Branch: perl
2909            ! Changes
2910
2911 ----------------
2912 Version 5.005_61
2913 ----------------
2914
2915 ____________________________________________________________________________
2916 [  4015] By: gsar                                  on 1999/08/20  22:17:41
2917         Log: perl_free() should use PerlMem_free()
2918      Branch: perl
2919            ! perl.c
2920 ____________________________________________________________________________
2921 [  4014] By: gsar                                  on 1999/08/20  22:10:46
2922         Log: win32 tweaks
2923      Branch: perl
2924            ! XSUB.h mg.c perl.c win32/config.bc win32/config.gc
2925            ! win32/config.vc win32/config_H.bc win32/config_H.gc
2926            ! win32/config_H.vc
2927 ____________________________________________________________________________
2928 [  4013] By: gsar                                  on 1999/08/20  22:09:56
2929         Log: DEBUG_m() adjusted to internalize dTHX
2930      Branch: perl
2931            ! malloc.c perl.h util.c
2932 ____________________________________________________________________________
2933 [  4012] By: gsar                                  on 1999/08/20  17:51:06
2934         Log: make autogenerated files writable
2935      Branch: perl
2936            ! (edit 171 files)
2937 ____________________________________________________________________________
2938 [  4011] By: gsar                                  on 1999/08/20  17:43:47
2939         Log: update Changes
2940      Branch: perl
2941            ! Changes perl.h pod/perldelta.pod pod/perlguts.pod
2942 ____________________________________________________________________________
2943 [  4010] By: gsar                                  on 1999/08/20  17:21:53
2944         Log: up patchlevel &c
2945      Branch: perl
2946            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
2947            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
2948 ____________________________________________________________________________
2949 [  4009] By: gsar                                  on 1999/08/20  16:46:26
2950         Log: add missing Is/Syl*.pl files
2951      Branch: perl
2952            + lib/unicode/Is/SylA.pl lib/unicode/Is/SylC.pl
2953            + lib/unicode/Is/SylE.pl lib/unicode/Is/SylI.pl
2954            + lib/unicode/Is/SylO.pl lib/unicode/Is/SylU.pl
2955            + lib/unicode/Is/SylV.pl lib/unicode/Is/SylWA.pl
2956            + lib/unicode/Is/SylWC.pl lib/unicode/Is/SylWE.pl
2957            + lib/unicode/Is/SylWI.pl lib/unicode/Is/SylWV.pl
2958 ____________________________________________________________________________
2959 [  4008] By: gsar                                  on 1999/08/20  16:31:02
2960         Log: integrate cfgperl contents into mainline
2961      Branch: perl
2962           +> ext/ByteLoader/hints/sunos.pl lib/charnames.pm
2963           +> lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
2964           +> lib/unicode/syllables.txt t/lib/charnames.t t/lib/syslfs.t
2965           +> t/op/lfs.t
2966            - lib/unicode/EthiopicSyllables.txt
2967            - lib/unicode/MakeEthiopicSyllables.PL
2968           !> (integrate 261 files)
2969 ____________________________________________________________________________
2970 [  4007] By: gsar                                  on 1999/08/20  15:24:08
2971         Log: support USE_THREADS+MULTIPLICITY; source compat tweaks for
2972              USE_THREADS and MULTIPLICITY; minor pod adjustments
2973      Branch: perl
2974            ! Porting/patching.pod Todo Todo-5.005 XSUB.h embed.pl
2975            ! embedvar.h perl.c perl.h pod/perlguts.pod util.c
2976 ____________________________________________________________________________
2977 [  4006] By: jhi                                   on 1999/08/19  19:01:41
2978         Log: Tighten the vec() code so that naughty BITS cause an error.
2979      Branch: cfgperl
2980            ! doop.c
2981 ____________________________________________________________________________
2982 [  4005] By: jhi                                   on 1999/08/19  15:55:09
2983         Log: Don't document ill-defined vec() bits cases
2984              (for which the code doesn't work right in any case)
2985      Branch: cfgperl
2986            ! pod/perldiag.pod pod/perlfunc.pod
2987 ____________________________________________________________________________
2988 [  4004] By: jhi                                   on 1999/08/19  12:49:41
2989         Log: Removed duplicated code (in pp.c and mg.c) by introducing
2990              do_vecget().  NOTE: the calling convention of do_vecset()
2991              changes, too: the `offset' that is assigned to LvTARGOFF(TARG)
2992              in pp_vec() is no more multiplied by `size' in pp_vec(),
2993              the multiplication is now done in do_vecset().
2994              
2995              Also fix a cpp thinko in change #4002.
2996      Branch: cfgperl
2997            ! doop.c embed.h embed.pl embedvar.h global.sym mg.c objXSUB.h
2998            ! perl.h perlapi.c pod/perldiag.pod pod/perlfunc.pod pp.c
2999            ! proto.h
3000 ____________________________________________________________________________
3001 [  4003] By: jhi                                   on 1999/08/18  08:27:22
3002         Log: Warn about small spherical distances.
3003      Branch: cfgperl
3004            ! lib/Math/Trig.pm
3005 ____________________________________________________________________________
3006 [  4002] By: jhi                                   on 1999/08/17  09:11:51
3007         Log: Enhance IV_FITS_IN_IV (though it's still unused).
3008      Branch: cfgperl
3009            ! perl.h
3010 ____________________________________________________________________________
3011 [  4001] By: jhi                                   on 1999/08/17  08:13:34
3012         Log: From: andreas.koenig@anima.de (Andreas J. Koenig)
3013              Message-ID: <sfcogg7ylk7.fsf@hohenstaufen.in-berlin.de>
3014              To: The Perl5 Porters Mailing List <perl5-porters@perl.org>
3015              Subject: [PATCH] overload.pm str/num confu
3016              Date: 17 Aug 1999 08:21:12 +0200
3017      Branch: cfgperl
3018            ! lib/overload.pm
3019 ____________________________________________________________________________
3020 [  4000] By: jhi                                   on 1999/08/17  07:20:23
3021         Log: From: merlyn@stonehenge.com (Randal L. Schwartz)
3022              To: perl5-porters@perl.org
3023              Subject: [ID 19990816.006] small patch to perlobj.pod from 5.005_03
3024              Date: 16 Aug 1999 14:24:28 -0700
3025              Message-Id: <m1ogg7to4z.fsf@halfdome.holdit.com>
3026      Branch: cfgperl
3027            ! pod/perlobj.pod
3028 ____________________________________________________________________________
3029 [  3999] By: jhi                                   on 1999/08/16  19:49:09
3030         Log: Integrate with Nick.
3031      Branch: cfgperl
3032           !> cop.h op.c perl.c t/op/eval.t t/pragma/warn/op util.c
3033 ____________________________________________________________________________
3034 [  3998] By: jhi                                   on 1999/08/16  19:44:29
3035         Log: Fix most of the pod2man moanings reported in
3036              
3037              From: "Larry W. Virden" <lvirden@cas.org>
3038              To: perl5-porters@perl.org
3039              Subject: [ID 19990803.011] Not OK: perl 5.00560 on sun4-solaris 2.6
3040              (UNINSTALLED)
3041              Date: Tue, 3 Aug 1999 15:35:06 -0400 (EDT)
3042              Message-Id: <199908031935.PAA27692@cas.org>
3043              
3044              Configure regen'ed.
3045      Branch: cfgperl
3046            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3047            ! config_h.SH ext/B/B/Stash.pm lib/Carp/Heavy.pm
3048            ! lib/Dumpvalue.pm lib/Exporter/Heavy.pm lib/filetest.pm
3049            ! lib/utf8.pm pod/perllexwarn.pod pod/perlxstut.pod
3050            ! utils/h2xs.PL utils/perlcc.PL
3051 ____________________________________________________________________________
3052 [  3997] By: jhi                                   on 1999/08/16  19:20:37
3053         Log: A fix of sorts for the flush-before-dup scenario.
3054      Branch: cfgperl
3055            ! doio.c
3056 ____________________________________________________________________________
3057 [  3996] By: jhi                                   on 1999/08/16  19:14:37
3058         Log: More paranoia.
3059      Branch: cfgperl
3060            ! sv.c
3061 ____________________________________________________________________________
3062 [  3995] By: jhi                                   on 1999/08/16  18:55:35
3063         Log: Batch of small 64-bit/long double/large file support tweaks:
3064              - scan for LDBL_DIG
3065              - from DBL_DIG and LDBL_DIG select NV_DIG
3066              - introduce IVSIZE, UVSIZE, NVSIZE
3067              - introduce IV_DIG
3068              - remove stdio64
3069              - AIX uses `oslevel` when others use `uname -r`
3070              - already AIX 4.2 goes 64-bit
3071              - in HP-UX require the 64-bit libc, just the directory isn't enough
3072              - group ids are not NVs
3073              - #undef USE_LONG_DOUBLE if long double is no better than double
3074              - introduce NV_WITHIN_*() and IV_FITS_IN_IV
3075              - mention large file support in perldelta
3076              - introduce quad TOPpin' and POPpin'
3077              - the svcat... buffer was tiny for printing quads in %b
3078              - fix the multiplication test in 64bit.t
3079              - try to make VMS to comply with all this removal and "introducal"
3080              of symbols
3081      Branch: cfgperl
3082            ! Configure config_h.SH dump.c hints/aix.sh hints/hpux.sh mg.c
3083            ! perl.h perlio.c pod/perldelta.pod pp.h sv.c t/lib/syslfs.t
3084            ! t/op/64bit.t t/op/lfs.t utf8.c vms/subconfigure.com
3085      Branch: metaconfig
3086            ! U/modified/d_longdbl.U
3087      Branch: metaconfig/U/perl
3088            + d_ldbl_dig.U
3089 ____________________________________________________________________________
3090 [  3994] By: jhi                                   on 1999/08/16  07:53:44
3091         Log: More Configure/subconfigure.com syncing.
3092      Branch: cfgperl
3093            ! vms/subconfigure.com
3094 ____________________________________________________________________________
3095 [  3993] By: jhi                                   on 1999/08/14  22:09:26
3096         Log: Remove from VMS what the change #3982 took away from Configure lands.
3097      Branch: cfgperl
3098            ! vms/subconfigure.com
3099 ____________________________________________________________________________
3100 [  3992] By: jhi                                   on 1999/08/14  13:29:13
3101         Log: Small test tweaks.
3102      Branch: cfgperl
3103            ! t/io/dup.t t/lib/dprof.t t/lib/odbm.t
3104 ____________________________________________________________________________
3105 [  3991] By: jhi                                   on 1999/08/14  13:08:41
3106         Log: Augment filesize limit note.
3107      Branch: cfgperl
3108            ! doio.c
3109 ____________________________________________________________________________
3110 [  3990] By: jhi                                   on 1999/08/14  13:06:12
3111         Log: Note about filesize limits.
3112      Branch: cfgperl
3113            ! doio.c pp_sys.c
3114 ____________________________________________________________________________
3115 [  3989] By: jhi                                   on 1999/08/14  11:31:58
3116         Log: Catch the case of filesize limits.
3117      Branch: cfgperl
3118            ! t/lib/syslfs.t t/op/lfs.t
3119 ____________________________________________________________________________
3120 [  3988] By: nick                                  on 1999/08/14  09:20:58
3121         Log: New lightweight Carp has a require. If Carp is used in a __DIE__ handler
3122              this causes a POPSTACK panic. The problem seems to be that although
3123              die_where() has unwound the tail of perl_vdie() top_env setjmp has been
3124              set to resume execution there. Avoiding setting CATCH_SET(TRUE) in 
3125              call_sv() avoids this. So invent a new G_NOCATCH flag to disable
3126              messing with CATCH_SET() in call_sv, use it in perl_vdie().
3127              Add test to op/eval.t which will fail (panic) if bug comes back.
3128              >>> I AM NOT CONVINCED THIS IS CORRECT LONG TERM FIX <<<
3129      Branch: perl
3130            ! cop.h perl.c t/op/eval.t util.c
3131 ____________________________________________________________________________
3132 [  3987] By: jhi                                   on 1999/08/13  23:57:52
3133         Log: From: "Craig A. Berry" <craig.berry@metamor.com>
3134              To: perl5-porters@perl.org, vmsperl@perl.org, sarathy@activestate.com
3135              Subject: [PATCH 5.005_60] fix MM_VMS.pm for space-delimited lists
3136              Date: Fri, 13 Aug 1999 17:42:47 -0500
3137              Message-Id: <v04210105b3da3ed9599d@[172.16.246.133]>
3138      Branch: cfgperl
3139            ! lib/ExtUtils/MM_VMS.pm
3140 ____________________________________________________________________________
3141 [  3986] By: jhi                                   on 1999/08/13  23:56:44
3142         Log: Don't quit before printing out the message.
3143      Branch: cfgperl
3144            ! t/lib/syslfs.t t/op/lfs.t
3145 ____________________________________________________________________________
3146 [  3985] By: jhi                                   on 1999/08/13  23:35:49
3147         Log: Remove more t/ trash on target "clean".
3148      Branch: cfgperl
3149            ! Makefile.SH
3150 ____________________________________________________________________________
3151 [  3984] By: jhi                                   on 1999/08/13  23:02:53
3152         Log: Avoid double long double. 
3153      Branch: cfgperl
3154            ! Configure config_h.SH
3155      Branch: metaconfig/U/perl
3156            ! uselongdbl.U
3157 ____________________________________________________________________________
3158 [  3983] By: jhi                                   on 1999/08/13  22:59:56
3159         Log: BYTEORDER fix.
3160      Branch: cfgperl
3161            ! Configure config_h.SH
3162      Branch: metaconfig
3163            ! U/compline/byteorder.U
3164 ____________________________________________________________________________
3165 [  3982] By: jhi                                   on 1999/08/13  22:48:40
3166         Log: Jumbo Configure and large file support update.
3167              Remove a lot of unneeded 64-bitness cruft;
3168              re-introduce BYTEORDER; update 64-bitness hints;
3169              lfs should now work in Solaris; long doubles in AIX.
3170      Branch: cfgperl
3171            ! Configure config_h.SH doio.c hints/aix.sh hints/hpux.sh
3172            ! hints/irix_6.sh hints/solaris_2.sh iperlsys.h perl.h perlio.c
3173            ! perlsdio.h pp.h pp_sys.c
3174      Branch: metaconfig
3175            ! U/compline/byteorder.U U/compline/ccflags.U
3176      Branch: metaconfig/U/perl
3177            ! d_dlsymun.U io64.U uselongdbl.U
3178 ____________________________________________________________________________
3179 [  3980] By: jhi                                   on 1999/08/13  15:09:11
3180         Log: Introduce HAS_LLSEEK.
3181      Branch: cfgperl
3182            ! Configure config_h.SH perl.h
3183 ____________________________________________________________________________
3184 [  3979] By: jhi                                   on 1999/08/13  14:29:47
3185         Log: From: <dan@sidhe.org>
3186              To: perl5-porters@perl.org, vmsperl@perl.org, bailey@newman.upenn.edu,
3187              sarathy@activestate.com
3188              Subject: [PATCH 5.005_60]fix up VMS->unix filename translation a bit
3189              Date: Fri, 13 Aug 1999 09:00:42 -0700 (PDT)
3190              Message-ID: <Pine.LNX.4.10.9908130849390.3950-100000@tuatha.sidhe.org>
3191      Branch: cfgperl
3192            ! vms/vms.c
3193 ____________________________________________________________________________
3194 [  3978] By: jhi                                   on 1999/08/13  09:56:46
3195         Log: Make the 64-bit tests more paranoid.
3196      Branch: cfgperl
3197            ! t/op/64bit.t
3198 ____________________________________________________________________________
3199 [  3976] By: jhi                                   on 1999/08/12  21:49:16
3200         Log: IRIX64 needs more -mabi=64 with gcc.
3201      Branch: cfgperl
3202            ! hints/irix_6.sh
3203 ____________________________________________________________________________
3204 [  3975] By: jhi                                   on 1999/08/12  21:02:03
3205         Log: Reincarnate change #3967, now in more modest form.
3206      Branch: cfgperl
3207            ! hints/irix_6.sh
3208 ____________________________________________________________________________
3209 [  3974] By: jhi                                   on 1999/08/12  20:49:36
3210         Log: Remove rt from libswanted (I added it many moons ago
3211              when I thought it would be useful in Digital UNIX,
3212              I was wrong); undo the recent IRIX hints changes,
3213              getting rid of one warning brought new ones.
3214      Branch: cfgperl
3215            ! Configure config_h.SH hints/irix_6.sh
3216      Branch: metaconfig
3217            ! U/modified/Myinit.U
3218 ____________________________________________________________________________
3219 [  3973] By: jhi                                   on 1999/08/12  19:42:53
3220         Log: st_blocks is in 512 byte blocks.
3221      Branch: cfgperl
3222            ! t/lib/syslfs.t t/op/lfs.t
3223 ____________________________________________________________________________
3224 [  3972] By: jhi                                   on 1999/08/12  19:27:31
3225         Log: Don't claim defeat too early.
3226      Branch: cfgperl
3227            ! Configure config_h.SH
3228      Branch: metaconfig/U/perl
3229            ! longdblfio.U
3230 ____________________________________________________________________________
3231 [  3971] By: jhi                                   on 1999/08/12  19:24:14
3232         Log: IRIX 64-bit hint tweak. 
3233      Branch: cfgperl
3234            ! hints/irix_6.sh
3235 ____________________________________________________________________________
3236 [  3970] By: nick                                  on 1999/08/12  19:17:20
3237         Log: Turn of deprecated warnings for defined(@Sompack::ISA) type
3238              tests i.e. RV2AV and RV2HV
3239      Branch: perl
3240            ! op.c t/pragma/warn/op
3241 ____________________________________________________________________________
3242 [  3969] By: jhi                                   on 1999/08/12  19:06:17
3243         Log: Add Configure -Duselongdouble and add a missing semicolon.
3244      Branch: cfgperl
3245            ! Configure config_h.SH sv.c
3246      Branch: metaconfig/U/perl
3247            + uselongdbl.U
3248 ____________________________________________________________________________
3249 [  3968] By: jhi                                   on 1999/08/12  18:46:00
3250         Log: Simply exit() early if lfs support seems unlikely.
3251      Branch: cfgperl
3252            ! t/lib/syslfs.t t/op/lfs.t
3253 ____________________________________________________________________________
3254 [  3967] By: jhi                                   on 1999/08/12  18:44:05
3255         Log: Suffer silently for unused libraries.
3256      Branch: cfgperl
3257            ! hints/irix_6.sh
3258 ____________________________________________________________________________
3259 [  3966] By: jhi                                   on 1999/08/12  13:18:44
3260         Log: Update MANIFEST to follow change #3965.
3261      Branch: cfgperl
3262            ! MANIFEST
3263 ____________________________________________________________________________
3264 [  3965] By: jhi                                   on 1999/08/12  13:15:38
3265         Log: Regenerate Unicode tables based on new syllable lists
3266              from Daniel Yacob.
3267      Branch: cfgperl
3268            ! (edit 159 files)
3269 ____________________________________________________________________________
3270 [  3964] By: jhi                                   on 1999/08/12  10:06:24
3271         Log: Remove more spurious casting.
3272      Branch: cfgperl
3273            ! pp_sys.c
3274 ____________________________________________________________________________
3275 [  3963] By: jhi                                   on 1999/08/12  08:18:53
3276         Log: Minor niggles on the lfs tests.
3277      Branch: cfgperl
3278            ! t/lib/syslfs.t t/op/lfs.t
3279 ____________________________________________________________________________
3280 [  3962] By: jhi                                   on 1999/08/11  22:48:25
3281         Log: Don't bother with lfs testing if off_t is too small.
3282      Branch: cfgperl
3283            ! t/lib/syslfs.t t/op/lfs.t
3284 ____________________________________________________________________________
3285 [  3961] By: jhi                                   on 1999/08/11  22:22:54
3286         Log: Long double patches from Dan Sugalski.
3287      Branch: cfgperl
3288            ! sv.c
3289 ____________________________________________________________________________
3290 [  3960] By: jhi                                   on 1999/08/11  22:17:55
3291         Log: Flush buffer before duplicating file descriptor.
3292              
3293              From: Mark-Jason Dominus <mjd@plover.com>
3294              To: Graham Barr <gbarr@pobox.com>
3295              cc: Vicki Brown <vlb@cfcl.com>, perl5-porters@perl.org, mjd@plover.com
3296              Subject: Re: [ID 19990811.002] can't dup DATA? (PATCH (5.005_57))
3297              Date: Wed, 11 Aug 1999 15:56:09 -0400
3298              Message-ID: <19990811195610.5933.qmail@plover.com>
3299              
3300              From: Mark-Jason Dominus <mjd@plover.com>
3301              To: perl5-porters@perl.org
3302              Subject: Re: [ID 19990811.002] can't dup DATA? (PATCH (5.005_57)) 
3303              Date: Wed, 11 Aug 1999 16:05:46 -0400
3304              Message-ID: <19990811200546.6165.qmail@plover.com>
3305      Branch: cfgperl
3306            ! doio.c pod/perldelta.pod
3307 ____________________________________________________________________________
3308 [  3959] By: jhi                                   on 1999/08/11  22:11:35
3309         Log: Bypass fsync(NULL) (crashes miniperl compiled with DEC C 5.2)
3310              
3311              From: "Craig A. Berry" <craig.berry@metamor.com>
3312              Sender: owner-perl5-porters@perl.org
3313              To: vmsperl@perl.org, perl5-porters@perl.org, sarathy@activestate.com,
3314              bailey@newman.upenn.edu
3315              Subject: [PATCH 5.005_60] vms.c my_flush patch to circumvent fileno
3316              problem
3317              Date: Wed, 11 Aug 1999 14:31:11 -0500
3318              Message-Id: <4.2.0.58.19990811141007.00b8f8a0@mmtnt11.metamor.com>
3319      Branch: cfgperl
3320            ! vms/vms.c
3321 ____________________________________________________________________________
3322 [  3958] By: jhi                                   on 1999/08/11  15:35:45
3323         Log: Add a hopefully comforting message if there seems to be no LFS. 
3324              This seems to be the case with e.g. ext2fs, a somewhat popular fs.
3325              The tests will fail on lfs tests only if quad is available,
3326              if ENOQUAD, the lfs tests will be skipped.
3327      Branch: cfgperl
3328            ! t/lib/syslfs.t t/op/lfs.t
3329 ____________________________________________________________________________
3330 [  3957] By: jhi                                   on 1999/08/11  12:25:59
3331         Log: Unapply an experimental patch that accidentally escaped
3332              from the lab by piggybacking with the change #3955.
3333      Branch: cfgperl
3334            ! pp.c pp.h pp_hot.c
3335 ____________________________________________________________________________
3336 [  3956] By: jhi                                   on 1999/08/11  08:19:23
3337         Log: Add sysio large file support testing.
3338      Branch: cfgperl
3339            + t/lib/syslfs.t
3340            ! MANIFEST pod/perlfunc.pod t/op/64bit.t t/op/lfs.t
3341 ____________________________________________________________________________
3342 [  3955] By: jhi                                   on 1999/08/10  22:39:11
3343         Log: From: <dan@sidhe.org>
3344              To: vmsperl@perl.org, perl5-porters@perl.org,
3345              sarathy@activestate.com, bailey@newman.upenn.edu
3346              Subject: [PATCH 5.005_60]Patches needed to get _60 building with
3347              threads on VMS
3348              Date: Tue, 10 Aug 1999 16:34:56 -0700 (PDT)
3349              Message-ID: <Pine.LNX.4.10.9908101631030.18266-100000@tuatha.sidhe.org>
3350      Branch: cfgperl
3351            ! ext/Devel/DProf/DProf.xs ext/DynaLoader/dl_vms.xs
3352            ! ext/POSIX/POSIX.xs pp.c pp.h pp_hot.c vms/vms.c vms/vmsish.h
3353            ! vms/writemain.pl
3354 ____________________________________________________________________________
3355 [  3954] By: jhi                                   on 1999/08/10  20:37:55
3356         Log: LFS testing robustness.
3357      Branch: cfgperl
3358            ! t/op/lfs.t
3359 ____________________________________________________________________________
3360 [  3953] By: jhi                                   on 1999/08/10  19:54:50
3361         Log: From: <dan@sidhe.org>
3362              To: vmsperl@perl.org, perp5-porters@perl.org, bailey@newman.upenn.edu,
3363              sarathy@activestate.com
3364              Subject: [PATCH 5.005_60]Pathces to get _60 building on VMS
3365              Date: Tue, 10 Aug 1999 13:28:18 -0700 (PDT)
3366              Message-ID: <Pine.LNX.4.10.9908101323130.18266-100000@tuatha.sidhe.org>
3367      Branch: cfgperl
3368            ! configure.com vms/descrip_mms.template vms/gen_shrfls.pl
3369            ! vms/subconfigure.com vms/vmsish.h
3370 ____________________________________________________________________________
3371 [  3952] By: jhi                                   on 1999/08/10  17:18:57
3372         Log: AIX is different, again.  Now in cc -E output.
3373      Branch: cfgperl
3374            ! Configure config_h.SH
3375      Branch: metaconfig
3376            ! U/modified/cppstdin.U
3377 ____________________________________________________________________________
3378 [  3951] By: jhi                                   on 1999/08/10  14:37:08
3379         Log: Use Pid_t on pgrp matters.
3380      Branch: cfgperl
3381            ! pp_sys.c
3382 ____________________________________________________________________________
3383 [  3950] By: jhi                                   on 1999/08/10  14:35:30
3384         Log: Use Pid_t.
3385      Branch: cfgperl
3386            ! doio.c embed.h embed.pl embedvar.h global.sym perlapi.c
3387            ! pp_sys.c proto.h util.c
3388 ____________________________________________________________________________
3389 [  3949] By: jhi                                   on 1999/08/10  14:11:15
3390         Log: Use Mode_t.
3391      Branch: cfgperl
3392            ! doio.c embed.h embed.pl embedvar.h global.sym perlapi.c
3393            ! perlapi.h pp_sys.c proto.h
3394 ____________________________________________________________________________
3395 [  3948] By: jhi                                   on 1999/08/10  13:53:19
3396         Log: Small perlbug doc tweaks from Jon Orwant.
3397      Branch: cfgperl
3398            ! utils/perlbug.PL
3399 ____________________________________________________________________________
3400 [  3947] By: jhi                                   on 1999/08/10  09:55:11
3401         Log: Large file support testing.
3402      Branch: cfgperl
3403            + t/op/lfs.t
3404            ! MANIFEST t/op/64bit.t
3405 ____________________________________________________________________________
3406 [  3946] By: jhi                                   on 1999/08/10  09:13:54
3407         Log: Remove I32 casting from time-related functions.
3408      Branch: cfgperl
3409            ! pp_sys.c
3410 ____________________________________________________________________________
3411 [  3945] By: jhi                                   on 1999/08/10  09:06:42
3412         Log: Gratuitous uid and gid casts to I32s and ints removed.
3413              There are still problem spots in printfing such ids:
3414              width (%d vs %ld) and signedness %d vs %u.
3415      Branch: cfgperl
3416            ! doio.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
3417            ! perl.c perlapi.c pp_hot.c proto.h
3418 ____________________________________________________________________________
3419 [  3944] By: jhi                                   on 1999/08/10  07:43:03
3420         Log: Remove I32 casts from pp_stat, these make stat()
3421              very broken e.g. on files larger than 2 gigabytes.
3422              Reported by
3423              From: Phil Lobbes <phil@finchcomputer.com>
3424              To: perl5-porters@perl.org
3425              Subject: [ID 19990810.001] Possible bug using stat w/large files Digital
3426              UNIX Perl 5.005_03
3427              Date: Mon, 09 Aug 1999 21:38:54 -0700
3428              Message-Id: <199908100438.VAA08292@ultra.finchcomputer.com>
3429              
3430              There are more of these I32 casts all over pp_sys.c,
3431              all of them should be checked.
3432      Branch: cfgperl
3433            ! pp_sys.c
3434 ____________________________________________________________________________
3435 [  3943] By: jhi                                   on 1999/08/10  07:38:30
3436         Log: Remove blathering.
3437      Branch: cfgperl
3438            ! lib/unicode/mktables.PL
3439 ____________________________________________________________________________
3440 [  3942] By: jhi                                   on 1999/08/09  20:35:13
3441         Log: lexwarn maintenance: new warning class unsafe
3442              subclasses 'overflow' and 'portable' created,
3443              used by the recent integer overflow warnings.
3444              Class syntax subclass 'octal' renamed to 'digit',
3445              binary and hexadecimal parsing errors also 'digit' warnings.
3446      Branch: cfgperl
3447            ! lib/warning.pm pod/perllexwarn.pod t/pragma/warn/util toke.c
3448            ! util.c warning.h warning.pl
3449 ____________________________________________________________________________
3450 [  3941] By: jhi                                   on 1999/08/09  10:40:47
3451         Log: Integrate with Nick.
3452      Branch: cfgperl
3453           +> opnames.h
3454           !> Changes MANIFEST embed.h embed.pl ext/B/B/C.pm ext/B/B/CC.pm
3455           !> global.sym opcode.h opcode.pl perl.h perlapi.c pp.c
3456 ____________________________________________________________________________
3457 [  3940] By: jhi                                   on 1999/08/09  10:32:43
3458         Log: Regenerate the Unicode tables after having updated the Unicode
3459              database (change #3939).
3460      Branch: cfgperl
3461            ! (edit 157 files)
3462 ____________________________________________________________________________
3463 [  3939] By: jhi                                   on 1999/08/09  10:27:22
3464         Log: Unicode data updated to be the latest beta of the Unicode 3.0.
3465      Branch: cfgperl
3466            ! lib/unicode/UnicodeData-Latest.txt
3467 ____________________________________________________________________________
3468 [  3938] By: jhi                                   on 1999/08/09  10:25:54
3469         Log: Ethiopic changes via private email from Daniel Yacob,
3470              <dmulholl@cs.indiana.edu>.  Ethiopic and Cherokee done,
3471              Canadian Syllabics and Yi under construction.
3472      Branch: cfgperl
3473            + lib/unicode/syllables.txt
3474            - lib/unicode/EthiopicSyllables.txt
3475            - lib/unicode/MakeEthiopicSyllables.PL
3476            ! MANIFEST lib/unicode/UnicodeData-Latest.txt
3477            ! lib/unicode/mktables.PL
3478 ____________________________________________________________________________
3479 [  3937] By: jhi                                   on 1999/08/09  10:21:51
3480         Log: Move the equivalence class creation last.
3481      Branch: cfgperl
3482            ! lib/unicode/mktables.PL
3483 ____________________________________________________________________________
3484 [  3936] By: jhi                                   on 1999/08/09  10:20:40
3485         Log: Compute equivalence classes (diacritics stripping) only
3486              for letters, not for ligatures.
3487      Branch: cfgperl
3488            ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
3489            ! lib/unicode/mktables.PL
3490 ____________________________________________________________________________
3491 [  3935] By: nick                                  on 1999/08/08  13:53:57
3492         Log: Will now correctly re-call 
3493              bootstrap "Foo";
3494              if requested. This should allow build on Win32 and other
3495              platforms where you cannot link to loadables directly.
3496      Branch: perl
3497            ! ext/B/B/C.pm
3498 ____________________________________________________________________________
3499 [  3934] By: nick                                  on 1999/08/07  12:23:55
3500         Log: Vishal Bhatia <vishalb@my-deja.com>
3501              Subject: [PATCH 5.005_60] fix for some obscure bugs (compiler)
3502              Message-ID: <HLPEBPHPAKHKAAAA@my-deja.com>
3503      Branch: perl
3504            ! ext/B/B/CC.pm
3505 ____________________________________________________________________________
3506 [  3933] By: nick                                  on 1999/08/07  12:19:46
3507         Log: B::C changes to get simple Tk app. compiling again
3508      Branch: perl
3509            ! ext/B/B/C.pm
3510 ____________________________________________________________________________
3511 [  3932] By: jhi                                   on 1999/08/06  21:17:16
3512         Log: Regen Configure to include change #3915.
3513      Branch: cfgperl
3514            ! Configure config_h.SH
3515 ____________________________________________________________________________
3516 [  3931] By: jhi                                   on 1999/08/06  18:52:57
3517         Log: Todo update.
3518      Branch: cfgperl
3519            ! Todo Todo-5.005 lib/unicode/mktables.PL
3520 ____________________________________________________________________________
3521 [  3930] By: jhi                                   on 1999/08/06  13:13:05
3522         Log: Character class equivalence tables.
3523      Branch: cfgperl
3524            + lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
3525            ! MANIFEST lib/unicode/mktables.PL
3526 ____________________________________________________________________________
3527 [  3929] By: jhi                                   on 1999/08/06  11:59:11
3528         Log: More Fcntl constants.  (This process really needs
3529              to be automated, at least partly, see the Errno extension.)
3530              Now also the SEEK_ constants are available via the Fcntl.
3531              Yes, this is redundant (IO::Seekable and POSIX supply them already),
3532              but now Fcntl is a one-stop shopping mall for all your
3533              file-related constants.    
3534      Branch: cfgperl
3535            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs pod/perlfunc.pod
3536 ____________________________________________________________________________
3537 [  3928] By: jhi                                   on 1999/08/06  08:08:03
3538         Log: Protect against pack/unpack repeat count overflows,
3539              based on:
3540              
3541              From: Nathan Torkington <gnat@frii.com>
3542              To: Brian Keefer <mgomes@cwix.com>
3543              Cc: perl5-porters@perl.org
3544              Subject: Re: [ID 19990806.001] Core dump with obfuscated code
3545              Date: Thu, 5 Aug 1999 23:01:51 -0600 (MDT)
3546              Message-ID: <14250.27711.769942.100675@localhost.frii.com>
3547      Branch: cfgperl
3548            ! pod/perldiag.pod pp.c
3549 ____________________________________________________________________________
3550 [  3927] By: jhi                                   on 1999/08/06  07:32:20
3551         Log: Fix for Nathan's fix (#3920) from Guy Decoux.
3552              
3553              From: Nathan Torkington <gnat@frii.com>
3554              To: perl5-porters@perl.org
3555              Subject: Bugfix for my bugfix
3556              Date: Thu, 5 Aug 1999 21:25:47 -0600 (MDT)
3557              Message-ID: <14250.21947.765134.940583@localhost.frii.com>
3558      Branch: cfgperl
3559            ! ext/B/B/Assembler.pm
3560 ____________________________________________________________________________
3561 [  3926] By: jhi                                   on 1999/08/05  17:25:19
3562         Log: Fix regex charclass parsing so that bogus ranges
3563              like [0-\d] and [[:word:]-z] are no more allowed.
3564              The anomaly was noticed by Guy Decoux.
3565      Branch: cfgperl
3566            ! pod/perldiag.pod pod/perlre.pod regcomp.c t/op/re_tests
3567 ____________________________________________________________________________
3568 [  3925] By: jhi                                   on 1999/08/05  10:31:47
3569         Log: split /^/ deprecation warning should not be on by default.
3570      Branch: cfgperl
3571            ! pp.c
3572 ____________________________________________________________________________
3573 [  3923] By: jhi                                   on 1999/08/05  09:16:57
3574         Log: From: paul.marquess@bt.com
3575              To: jhi@iki.fi, paul.marquess@bt.com
3576              Cc: gsar@ActiveState.com, perl5-porters@perl.org
3577              Subject: RE: [PATCH 5.005_60] anydbm.t + DB_File + Berkeley DB >= 2.4.10
3578              Date: Thu, 5 Aug 1999 09:33:14 +0100
3579              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49B26@mbtlipnt02.btlabs.bt.co.uk>
3580      Branch: cfgperl
3581            ! t/lib/anydbm.t
3582 ____________________________________________________________________________
3583 [  3921] By: jhi                                   on 1999/08/05  08:05:13
3584         Log: From: paul.marquess@bt.com
3585              To: perl5-porters@perl.org
3586              Cc: gsar@activestate.com, nik@tiuk.ti.com, jhi@iki.fi,
3587              randy@theoryx5.uwinnipeg.ca
3588              Subject:  [PATCH 5.005_60] DB_File 1.70
3589              Date: Wed, 4 Aug 1999 23:22:22 +0100
3590              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49B21@mbtlipnt02.btlabs.bt.co.uk>
3591              
3592              (Replaces change #3917)
3593      Branch: cfgperl
3594            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
3595            ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
3596 ____________________________________________________________________________
3597 [  3920] By: jhi                                   on 1999/08/04  19:02:58
3598         Log: From: Nathan Torkington <gnat@frii.com>
3599              To: perl5-porters@perl.org
3600              Subject: [5.005_60 PATCH] Make B::Bytecode work
3601              Date: Wed, 4 Aug 1999 11:24:56 -0600 (MDT)
3602              Message-ID: <14248.30568.769427.216092@localhost.frii.com>
3603      Branch: cfgperl
3604            ! ext/B/B/Assembler.pm
3605 ____________________________________________________________________________
3606 [  3919] By: jhi                                   on 1999/08/04  10:56:26
3607         Log: Update history records.
3608      Branch: cfgperl
3609            ! pod/perlhist.pod
3610 ____________________________________________________________________________
3611 [  3918] By: jhi                                   on 1999/08/04  09:36:13
3612         Log: Minor fixes to linux -Dusethreads -Duseperlio.
3613      Branch: cfgperl
3614            ! perlio.c
3615 ____________________________________________________________________________
3616 [  3917] By: jhi                                   on 1999/08/04  08:13:20
3617         Log: (Replaced by change #3921)
3618              From: paul.marquess@bt.com
3619              To: gsar@activestate.com
3620              Cc: perl5-porters@perl.org
3621              Subject: [PATCH 5.005_60] DB_File 1.69
3622              Date: Tue, 3 Aug 1999 22:55:00 +0100
3623              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6D04@mbtlipnt02.btlabs.bt.co.uk>
3624      Branch: cfgperl
3625            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
3626            ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
3627 ____________________________________________________________________________
3628 [  3916] By: jhi                                   on 1999/08/04  07:59:05
3629         Log: Introduce the charnames pragma.
3630              
3631              Subject: [PATCH 5.005_58] Free \C (for named chars), move to \O
3632              From: Ilya Zakharevich <[9]ilya@math.ohio-state.edu>
3633              To: Chip Salzenberg <[11]chip@perlsupport.com>
3634              Cc: Mailing list Perl5 <[12]perl5-porters@perl.org>
3635              Date: Sat, 31 Jul 1999 05:44:05 -0400
3636              Message-Id: <[13]199907311407.IAA25042@localhost.frii.com>
3637              
3638              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3639              To: Mailing list Perl5 <perl5-porters@perl.org>
3640              Subject: [PATCH 5.005_58] Named characters in Perl
3641              Date: Mon, 2 Aug 1999 19:25:40 -0400
3642              Message-ID: <19990802192540.B24407@monk.mps.ohio-state.edu>
3643      Branch: cfgperl
3644            + lib/charnames.pm t/lib/charnames.t
3645            ! MAINTAIN MANIFEST lib/utf8.pm pod/perldiag.pod pod/perlop.pod
3646            ! pod/perlre.pod regcomp.c toke.c
3647 ____________________________________________________________________________
3648 [  3915] By: jhi                                   on 1999/08/03  21:18:49
3649         Log: Support Configure -Dmake=pmake.
3650              Via private email from Andy.
3651              NOTE: assumes "basename" command.
3652      Branch: metaconfig
3653            ! U/modified/Config_sh.U
3654 ____________________________________________________________________________
3655 [  3914] By: jhi                                   on 1999/08/03  21:11:11
3656         Log: The op/filetest.t failed subtest 7 if testing as root.
3657              
3658              From: =?iso-8859-1?Q?Fran=E7ois=20D=E9sarm=E9nien?= <desar@club-internet.fr>
3659              To: perl5-porters@perl.org
3660              Subject: [ID 19990727.039] Not OK: perl 5.00558 on i386-sco 3.2v5.0.4
3661              Date: Tue, 27 Jul 1999 22:54:05 +0200
3662              Message-Id: <379E1C6D.626DC765@club-internet.fr>
3663      Branch: cfgperl
3664            ! t/op/filetest.t
3665 ____________________________________________________________________________
3666 [  3911] By: jhi                                   on 1999/08/03  19:52:38
3667         Log: The "-Dusethreads -Duseperlio" combination failed.
3668              
3669              From: Spider Boardman <spider@leggy.zk3.dec.com>
3670              To: perl5-porters@perl.org
3671              Subject: [ID 19990803.007] Not OK: perl 5.00560 on alpha-dec_osf-thread
3672              4.0 (UNINSTALLED)
3673              Date: Tue, 3 Aug 1999 14:25:00 -0400
3674              Message-Id: <199908031825.OAA29254@leggy.zk3.dec.com>
3675              
3676              See also change #3912.
3677      Branch: cfgperl
3678            ! perlio.c
3679 ____________________________________________________________________________
3680 [  3910] By: jhi                                   on 1999/08/03  10:44:24
3681         Log: From: Chris Nandor <pudge@pobox.com>
3682              To: perl5-porters@perl.org
3683              Subject: [PATCH 5.005_58] perlbug.PL 1.27
3684              Date: Wed, 28 Jul 1999 23:42:49 -0400
3685              Message-Id: <v04210104b3c57ce9e3de@[152.167.11.247]>
3686      Branch: cfgperl
3687            ! utils/perlbug.PL
3688 ____________________________________________________________________________
3689 [  3909] By: jhi                                   on 1999/08/03  10:41:04
3690         Log: Hints for building ByteLoader in SunoS.  Based on
3691              From: Andy Dougherty <doughera@lafayette.edu>
3692              To: Gurusamy Sarathy <gsar@activestate.com>
3693              Cc: Perl Porters <perl5-porters@perl.org>
3694              Subject: Re: 5.005_58 Not OK SunOS 4.1.3
3695              Date: Mon, 2 Aug 1999 14:01:58 -0400 (EDT)
3696              Message-Id: <Pine.GSU.4.05.9908021357410.5873-100000@newton.phys>
3697      Branch: cfgperl
3698            + ext/ByteLoader/hints/sunos.pl
3699            ! MANIFEST ext/ByteLoader/ByteLoader.xs
3700 ____________________________________________________________________________
3701 [  3908] By: jhi                                   on 1999/08/03  09:29:22
3702         Log: Clarify RE engine code; inline a static function to a macro;
3703              make exact string nodes smaller.
3704              
3705              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3706              To: perl5-porters@perl.org (Mailing list Perl5)
3707              Subject: [PATCH 5.005_60] Cosmetic change to REx engine
3708              Date: Mon, 2 Aug 1999 21:53:36 -0400 (EDT)
3709              Message-Id: <199908030153.VAA10542@monk.mps.ohio-state.edu>
3710      Branch: cfgperl
3711            ! Makefile.SH embed.pl global.sym keywords.h lib/warning.pm
3712            ! opcode.h pp.sym pp_proto.h regcomp.c regcomp.h regexec.c
3713            ! regnodes.h warning.h
3714 ____________________________________________________________________________
3715 [  3907] By: jhi                                   on 1999/08/03  08:11:49
3716         Log: 5_59 configured with -Dd_bincompat5005 can't be made
3717              binary compatible with a 5_03 which was built with -DEMBEDMYMALLOC.
3718              
3719              From: Spider Boardman <spider@leggy.zk3.dec.com>
3720              To: perl5-porters@perl.org
3721              Subject: [ID 19990802.016] Not OK: perl 5.00559
3722              Date: Mon, 2 Aug 1999 16:11:13 -0400
3723              Message-Id: <199908022011.QAA30224@leggy.zk3.dec.com>
3724      Branch: cfgperl
3725            ! embed.pl
3726 ____________________________________________________________________________
3727 [  3906] By: jhi                                   on 1999/08/03  07:48:59
3728         Log: Change #3790 redemption: with a little additional
3729              patch from Ilya it works okay.
3730      Branch: cfgperl
3731            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
3732            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
3733 ____________________________________________________________________________
3734 [  3905] By: gsar                                  on 1999/08/02  21:03:23
3735         Log: this will be 5.005_60
3736      Branch: perl
3737            ! Changes
3738
3739 ----------------
3740 Version 5.005_60
3741 ----------------
3742
3743 ____________________________________________________________________________
3744 [  3904] By: gsar                                  on 1999/08/02  20:30:23
3745         Log: don't enable PERL_POLLUTE_MALLOC when EMBEDMYMALLOC is
3746              in effect (from Spider Boardman <spider@leggy.zk3.dec.com>);
3747              regen headers
3748      Branch: perl
3749            ! embed.h embed.pl global.sym opcode.h perlapi.c
3750 ____________________________________________________________________________
3751 [  3903] By: gsar                                  on 1999/08/02  20:26:07
3752         Log: native int pack/unpack fixes (from Spider Boardman
3753              <spider@leggy.zk3.dec.com>)
3754      Branch: perl
3755            ! pp.c
3756 ____________________________________________________________________________
3757 [  3902] By: gsar                                  on 1999/08/02  20:24:41
3758         Log: fix broken -DDEBUGGING_OPS (from Spider Boardman
3759              <spider@leggy.zk3.dec.com>)
3760      Branch: perl
3761            + opnames.h
3762            ! Changes MANIFEST opcode.pl perl.h
3763 ____________________________________________________________________________
3764 [  3901] By: gsar                                  on 1999/08/02  18:51:18
3765         Log: integrate cfgperl contents
3766      Branch: perl
3767           !> INSTALL README pod/perldelta.pod
3768 ____________________________________________________________________________
3769 [  3900] By: jhi                                   on 1999/08/02  18:46:21
3770         Log: Update README and INSTALL; partly based on the message
3771              
3772              From: "John L. Allen" <allen@grumman.com>
3773              To: Jarkko Hietaniemi <jhi@iki.fi>
3774              cc: perl5-porters@perl.org
3775              Subject: Re: Perl Installation Problem
3776              Date: Thu, 29 Jul 1999 14:55:05 -0400 (EDT)
3777              Message-ID: <Pine.SOL.3.91.990729144440.1035A-100000@gateway.grumman.com>
3778              
3779              and private email from Andy Dougherty.
3780      Branch: cfgperl
3781            ! INSTALL README
3782 ____________________________________________________________________________
3783 [  3899] By: jhi                                   on 1999/08/02  18:36:35
3784         Log: Integrate with Sarathy.
3785      Branch: cfgperl
3786           !> op.c
3787 ____________________________________________________________________________
3788 [  3898] By: jhi                                   on 1999/08/02  18:34:49
3789         Log: Update PERL_BINCOMPAT_5005; update 64-bitness.
3790      Branch: cfgperl
3791            ! pod/perldelta.pod
3792 ____________________________________________________________________________
3793 [  3897] By: gsar                                  on 1999/08/02  18:18:37
3794         Log: optimizations could sometimes bypass bareword check
3795      Branch: perl
3796            ! op.c
3797 ____________________________________________________________________________
3798 [  3896] By: jhi                                   on 1999/08/02  18:18:34
3799         Log: Integrate with Sarathy.
3800      Branch: cfgperl
3801           !> Changes makedef.pl patchlevel.h win32/Makefile
3802           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
3803           !> win32/makefile.mk
3804 ____________________________________________________________________________
3805 [  3895] By: gsar                                  on 1999/08/02  17:22:40
3806         Log: up patchlevel etc.
3807      Branch: perl
3808            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
3809            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
3810 ____________________________________________________________________________
3811 [  3894] By: gsar                                  on 1999/08/02  17:12:31
3812         Log: integrate change#3893, make it conditional on bincompat5005
3813      Branch: perl
3814            ! makedef.pl
3815 ____________________________________________________________________________
3816 [  3893] By: jhi                                   on 1999/08/02  16:49:08
3817         Log: PERL_BINCOMPAT_5005 symbol translation.
3818              (AIX wouldn't link neither perl nor extensions.)
3819      Branch: cfgperl
3820            ! makedef.pl
3821 ____________________________________________________________________________
3822 [  3892] By: gsar                                  on 1999/08/02  16:09:13
3823         Log: integrate cfgperl contents into mainline
3824      Branch: perl
3825           +> t/op/64bit.t
3826            ! Changes
3827           !> Configure MANIFEST config_h.SH doio.c dump.c hints/aix.sh op.c
3828           !> pod/perlfunc.pod pp_hot.c pp_sys.c regcomp.c sv.c t/io/open.t
3829           !> t/pragma/utf8.t t/pragma/warn/pp_hot toke.c util.c
3830 ____________________________________________________________________________
3831 [  3891] By: jhi                                   on 1999/08/02  14:52:40
3832         Log: AIX long long probing requires LL suffix for
3833              the ll constant.  The suffix doesn't seem
3834              to bother other ll platforms.
3835      Branch: cfgperl
3836            ! Configure config_h.SH hints/aix.sh
3837      Branch: metaconfig/U/perl
3838            ! quadfio.U
3839 ____________________________________________________________________________
3840 [  3890] By: jhi                                   on 1999/08/02  14:21:55
3841         Log: Exact path to perl for open -|.
3842      Branch: cfgperl
3843            ! t/io/open.t
3844 ____________________________________________________________________________
3845 [  3889] By: jhi                                   on 1999/08/02  14:18:03
3846         Log: Integrate with Sarathy.
3847      Branch: cfgperl
3848           !> Changes patchlevel.h pod/perlhist.pod pp_ctl.c util.c
3849           !> win32/Makefile win32/config_H.bc win32/config_H.gc
3850           !> win32/config_H.vc win32/makefile.mk win32/win32.c
3851 ____________________________________________________________________________
3852 [  3888] By: jhi                                   on 1999/08/02  14:14:29
3853         Log: AIX -Duse64bits: old AIXen do not have the getconf variables.
3854      Branch: cfgperl
3855            ! hints/aix.sh
3856 ____________________________________________________________________________
3857 [  3887] By: jhi                                   on 1999/08/02  12:53:10
3858         Log: Fix some of the {IV_IS_QUAD,UV_IS_QUAD} cases so that
3859              emacs code indentation doesn't get wrong ideas--
3860              in other words, introduce a couple of "redundant" if:s.
3861      Branch: cfgperl
3862            ! doio.c dump.c op.c pp_hot.c pp_sys.c regcomp.c sv.c toke.c
3863            ! util.c
3864 ____________________________________________________________________________
3865 [  3886] By: jhi                                   on 1999/08/02  12:43:16
3866         Log: Mention that also *BSD systems with glibc are known to stumble.
3867      Branch: cfgperl
3868            ! t/pragma/warn/pp_hot
3869 ____________________________________________________________________________
3870 [  3885] By: jhi                                   on 1999/08/02  12:34:15
3871         Log: Allow also non-long long but still quad platforms print quads.
3872      Branch: cfgperl
3873            ! Configure config_h.SH
3874      Branch: metaconfig/U/perl
3875            ! longdblfio.U quadfio.U
3876 ____________________________________________________________________________
3877 [  3884] By: jhi                                   on 1999/08/02  11:56:14
3878         Log: Fix regclass utf8 hex ranges for quads.
3879      Branch: cfgperl
3880            ! regcomp.c
3881 ____________________________________________________________________________
3882 [  3883] By: jhi                                   on 1999/08/02  11:42:14
3883         Log: Enhance the description of how to detect quad support.
3884      Branch: cfgperl
3885            ! pod/perlfunc.pod
3886 ____________________________________________________________________________
3887 [  3882] By: jhi                                   on 1999/08/02  11:22:19
3888         Log: Fix printf %D %U %O for quads.
3889      Branch: cfgperl
3890            ! sv.c t/op/64bit.t
3891 ____________________________________________________________________________
3892 [  3881] By: jhi                                   on 1999/08/02  11:16:12
3893         Log: Document quad printing.
3894      Branch: cfgperl
3895            ! pod/perlfunc.pod
3896 ____________________________________________________________________________
3897 [  3880] By: jhi                                   on 1999/08/02  10:32:01
3898         Log: More 64-bit fixing.  One known bug of that kind
3899              remains, 32-bit platforms using long long in
3900              the test t/pragma/utf8 subtests 1-3 fail.
3901              (Update: change    #3884 fixed that one.)
3902      Branch: cfgperl
3903            + t/op/64bit.t
3904            ! Configure MANIFEST config_h.SH regcomp.c sv.c t/pragma/utf8.t
3905
3906 ----------------
3907 Version 5.005_59
3908 ----------------
3909
3910 ____________________________________________________________________________
3911 [  3879] By: gsar                                  on 1999/08/02  08:18:58
3912         Log: integrate cfgperl changes into mainline
3913      Branch: perl
3914           !> Configure config_h.SH sv.c
3915 ____________________________________________________________________________
3916 [  3878] By: gsar                                  on 1999/08/02  08:13:16
3917         Log: change#3692 had an unintentional patch leak through!
3918              (this would explain the mysterious C<next LABEL> failures
3919              people have seen)
3920      Branch: perl
3921            ! pp_ctl.c
3922 ____________________________________________________________________________
3923 [  3877] By: gsar                                  on 1999/08/02  08:00:29
3924         Log: up patchlevel to 59
3925      Branch: perl
3926            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
3927            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
3928            ! win32/makefile.mk
3929 ____________________________________________________________________________
3930 [  3876] By: gsar                                  on 1999/08/02  07:51:18
3931         Log: fix coredump under usethreads+debug
3932      Branch: perl
3933            ! util.c
3934 ____________________________________________________________________________
3935 [  3875] By: jhi                                   on 1999/08/02  07:50:51
3936         Log: d_bincompat5005 could be left empty.
3937      Branch: cfgperl
3938            ! Configure config_h.SH
3939      Branch: metaconfig/U/perl
3940            ! bincompat5005.U
3941 ____________________________________________________________________________
3942 [  3874] By: jhi                                   on 1999/08/02  07:42:45
3943         Log: Fix printf %d when IV is quad.
3944      Branch: cfgperl
3945            ! sv.c
3946 ____________________________________________________________________________
3947 [  3873] By: gsar                                  on 1999/08/02  07:41:03
3948         Log: fix d_bincompat5005='' junking config.h
3949      Branch: perl
3950            ! Configure
3951 ____________________________________________________________________________
3952 [  3872] By: gsar                                  on 1999/08/02  07:38:48
3953         Log: C needs parameter list, not merely type
3954      Branch: perl
3955            ! win32/win32.c
3956 ____________________________________________________________________________
3957 [  3871] By: jhi                                   on 1999/08/02  07:20:51
3958         Log: Integrate with Sarathy.
3959      Branch: cfgperl
3960           !> Changes ext/B/B/C.pm ext/B/B/CC.pm regexec.c
3961 ____________________________________________________________________________
3962 [  3870] By: gsar                                  on 1999/08/02  07:12:18
3963         Log: integrate cfgperl changes into mainline
3964      Branch: perl
3965            ! Changes
3966           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
3967           !> Porting/config_H config_h.SH doio.c dump.c mg.c op.c perl.h
3968           !> pp_ctl.c pp_hot.c pp_sys.c scope.c sv.c t/pragma/warn/sv
3969           !> toke.c util.c
3970 ____________________________________________________________________________
3971 [  3869] By: gsar                                  on 1999/08/02  06:59:09
3972         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
3973              Date: Sat, 31 Jul 1999 19:08:33 -0700
3974              Message-ID: <LAONLKLELDJAFAAA@my-deja.com>
3975              Subject: [PATCH 5.005_58] "use constant" in the compiler
3976      Branch: perl
3977            ! ext/B/B/C.pm ext/B/B/CC.pm
3978 ____________________________________________________________________________
3979 [  3868] By: gsar                                  on 1999/08/02  06:55:51
3980         Log: debug build tweak
3981      Branch: perl
3982            ! regexec.c
3983 ____________________________________________________________________________
3984 [  3867] By: gsar                                  on 1999/08/02  06:35:18
3985         Log: create vmsperl branch (to be owned and operated by: cbailey)
3986      Branch: vmsperl
3987           +> (branch 1476 files)
3988 ____________________________________________________________________________
3989 [  3866] By: jhi                                   on 1999/08/01  23:34:40
3990         Log: so_locations once is enough.
3991      Branch: cfgperl
3992            ! Makefile.SH
3993 ____________________________________________________________________________
3994 [  3865] By: jhi                                   on 1999/08/01  23:13:05
3995         Log: Simplicate duplicated code.
3996      Branch: cfgperl
3997            ! util.c
3998 ____________________________________________________________________________
3999 [  3864] By: jhi                                   on 1999/08/01  22:41:41
4000         Log: Integrate with Sarathy.  perl.h and util.c required manual resolving.
4001      Branch: cfgperl
4002           +> README.cygwin cygwin/Makefile.SHs cygwin/ld2.in
4003           +> cygwin/perlld.in ext/DynaLoader/dl_cygwin.xs hints/cygwin.sh
4004            - README.cygwin32 cygwin32/Makefile.SHs
4005            - cygwin32/build-instructions.READFIRST
4006            - cygwin32/build-instructions.charles-wilson
4007            - cygwin32/build-instructions.sebastien-barre
4008            - cygwin32/build-instructions.steven-morlock
4009            - cygwin32/build-instructions.steven-morlock2 cygwin32/ld2.in
4010            - cygwin32/perlld.in ext/DynaLoader/dl_cygwin32.xs
4011            - hints/cygwin32.sh
4012           !> (integrate 61 files)
4013 ____________________________________________________________________________
4014 [  3863] By: jhi                                   on 1999/08/01  22:36:02
4015         Log: Regen Configure and Glossary once again.
4016      Branch: cfgperl
4017            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4018            ! config_h.SH
4019 ____________________________________________________________________________
4020 [  3862] By: jhi                                   on 1999/08/01  22:26:09
4021         Log: Glossary update for #3861.
4022      Branch: cfgperl
4023            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4024            ! config_h.SH
4025 ____________________________________________________________________________
4026 [  3861] By: jhi                                   on 1999/08/01  22:22:51
4027         Log: 64-bit work.  Now 32-bit platforms get a 100% make test
4028              with -Duse64bits (using long long).
4029              Tested in Solaris 2.6 sparc  RH Linux 6.0 x86
4030              (and Digital IX 4.0D, to get a true 64-bit opinion).  Now e.g.
4031              'print unpack "q", pack "q", 12345678901'
4032              should work on such 32-bit platforms.
4033              Still a lot of printf()s behind -D which wrongly assume
4034              that %ld/%lx and (long) are a good combination.
4035              Introducing a slew of new macros intended to be used in printf()
4036              format strings: e. g. PERL_PRId64 is the string to be used
4037              when printing an IV, printf("%" PERL_PRId64 "\n", iv).
4038              The PRI... naming follows the C9X naming of <inttypes.h> macros.
4039      Branch: cfgperl
4040            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4041            ! config_h.SH doio.c dump.c mg.c op.c perl.h pp_ctl.c pp_hot.c
4042            ! pp_sys.c scope.c sv.c t/pragma/warn/sv toke.c util.c
4043      Branch: metaconfig/U/perl
4044            + atolf.U atoll.U longdblfio.U quadfio.U strtoull.U
4045 ____________________________________________________________________________
4046 [  3860] By: gsar                                  on 1999/08/01  21:23:18
4047         Log: integrate cfgperl contents into mainline
4048      Branch: perl
4049            ! toke.c
4050           !> (integrate 29 files)
4051 ____________________________________________________________________________
4052 [  3859] By: gsar                                  on 1999/08/01  21:13:09
4053         Log: From: Nathan Torkington <gnat@frii.com>
4054              Date: Sun, 1 Aug 1999 11:23:35 -0600 (MDT)
4055              Message-ID: <14244.33431.739419.806927@localhost.frii.com>
4056              Subject: [PATCH 5.005_58] ext/B/B/Disassembler.pm patch
4057      Branch: perl
4058            ! ext/B/B/Disassembler.pm
4059 ____________________________________________________________________________
4060 [  3858] By: gsar                                  on 1999/08/01  21:09:15
4061         Log: DB_File 1.68 update from Paul Marquess
4062      Branch: perl
4063            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
4064            ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
4065            ! t/lib/db-recno.t
4066 ____________________________________________________________________________
4067 [  3857] By: gsar                                  on 1999/08/01  21:05:54
4068         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4069              Date: Sat, 31 Jul 1999 05:13:38 -0400
4070              Message-Id: <199907311407.IAA25038@localhost.frii.com>
4071              Subject: [PATCH 5.005_58] More optimizations to REx engine
4072      Branch: perl
4073            ! embed.pl embedvar.h ext/Thread/Thread.xs objXSUB.h perl.c
4074            ! perl.h proto.h regcomp.c regexec.c t/op/re_tests thrdvar.h
4075 ____________________________________________________________________________
4076 [  3856] By: gsar                                  on 1999/08/01  20:59:59
4077         Log: slightly modified version of suggested patch
4078              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4079              Date: Sat, 31 Jul 1999 04:45:12 -0400
4080              Message-Id: <199907311406.IAA25034@localhost.frii.com>
4081              Subject: [PATCH 5.005_58] Fix OS/2 build
4082      Branch: perl
4083            ! Makefile.SH lib/ExtUtils/MM_OS2.pm lib/ExtUtils/Mksymlists.pm
4084            ! makedef.pl os2/Makefile.SHs os2/diff.configure perl.h sv.h
4085 ____________________________________________________________________________
4086 [  3855] By: gsar                                  on 1999/08/01  20:49:06
4087         Log: cygwin update
4088              From: "Fifer, Eric" <EFifer@sanwaint.com>
4089              Date: Fri, 30 Jul 1999 18:31:48 +0100
4090              Message-Id: <71E287AB0D94D111BBD600600849EC8185EE06@POST>
4091              Subject: [ID 19990730.003] PATCH] perl5.005_58 cygwin port
4092      Branch: perl
4093            ! doio.c dosish.h lib/File/Spec/Unix.pm mg.c perl.h perlsdio.h
4094            ! pp_sys.c unixish.h util.c
4095 ____________________________________________________________________________
4096 [  3854] By: gsar                                  on 1999/08/01  20:41:53
4097         Log: fixes from Stephen McCamant that address bugs in change#3612
4098              (the optimization shouldn't be enabled in expressions where
4099              the variable is introduced), and fix Deparse to grok the
4100              optimization
4101              Date: Thu, 29 Jul 1999 21:21:49 -0500 (CDT)
4102              Message-ID: <14241.3133.979257.953396@alias-2.pr.mcs.net>
4103              Subject: [PATCH _58] Set OPpTARGET_MY more consistently
4104              --
4105              Date: Thu, 29 Jul 1999 22:31:16 -0500 (CDT)
4106              Message-ID: <14241.7300.181386.763503@alias-2.pr.mcs.net>
4107              Subject: [PATCH _58] Disable TARGET_MY-ization on variable introduction
4108              --
4109              Date: Fri, 30 Jul 1999 22:25:27 -0500 (CDT)
4110              Message-Id: <199907310326.VAA24376@localhost.frii.com>
4111              Subject: [PATCH _58, long] B::Deparse (was Re: New warning 'Useless use of...')
4112      Branch: perl
4113            ! ext/B/B/Deparse.pm op.c
4114 ____________________________________________________________________________
4115 [  3853] By: gsar                                  on 1999/08/01  20:31:32
4116         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
4117              Date: Thu, 29 Jul 1999 14:08:50 -0500 (CDT)
4118              Message-ID: <14240.42690.292893.605292@alias-2.pr.mcs.net>
4119              Subject: [PATCH _58] Two one-liner LOGOP tweaks
4120      Branch: perl
4121            ! op.c opcode.h opcode.pl
4122 ____________________________________________________________________________
4123 [  3852] By: gsar                                  on 1999/08/01  20:29:17
4124         Log: rename cygwin32 to cygwin (from Eric Fifer <EFifer@sanwaint.com>)
4125      Branch: perl
4126            ! AUTHORS EXTERN.h INSTALL MAINTAIN Makefile.SH Porting/patchls
4127            ! README.cygwin README.win32 XSUB.h cygwin/Makefile.SHs
4128            ! ext/DynaLoader/dl_cygwin.xs ext/POSIX/POSIX.xs
4129            ! ext/SDBM_File/sdbm/pair.c hints/cygwin.sh
4130            ! lib/ExtUtils/MM_Cygwin.pm makedepend.SH perl.h pod/perl.pod
4131            ! pod/perlport.pod pp_sys.c util.c
4132 ____________________________________________________________________________
4133 [  3851] By: gsar                                  on 1999/08/01  20:20:05
4134         Log: move files around for s/cygwin32/cygwin/ renaming
4135      Branch: perl
4136           +> README.cygwin cygwin/Makefile.SHs cygwin/ld2.in
4137           +> cygwin/perlld.in ext/DynaLoader/dl_cygwin.xs hints/cygwin.sh
4138            - README.cygwin32 cygwin32/Makefile.SHs
4139            - cygwin32/build-instructions.READFIRST
4140            - cygwin32/build-instructions.charles-wilson
4141            - cygwin32/build-instructions.sebastien-barre
4142            - cygwin32/build-instructions.steven-morlock
4143            - cygwin32/build-instructions.steven-morlock2 cygwin32/ld2.in
4144            - cygwin32/perlld.in ext/DynaLoader/dl_cygwin32.xs
4145            - hints/cygwin32.sh
4146            ! MANIFEST
4147 ____________________________________________________________________________
4148 [  3850] By: gsar                                  on 1999/08/01  20:05:14
4149         Log: posix-bc hints tweak (via private mail from Thomas Dorner
4150              <Thomas.Dorner@start.de>)
4151      Branch: perl
4152            ! Changes hints/posix-bc.sh
4153 ____________________________________________________________________________
4154 [  3849] By: gsar                                  on 1999/08/01  19:50:20
4155         Log: notes on PERL_IMPLICIT_CONTEXT (from a version by Nathan Torkington
4156              <gnat@frii.com>)
4157      Branch: perl
4158            ! perl.h pod/perldelta.pod pod/perlguts.pod
4159 ____________________________________________________________________________
4160 [  3848] By: gsar                                  on 1999/08/01  18:34:41
4161         Log: fix defined(@foo) encarpments
4162      Branch: perl
4163            ! ext/B/B/C.pm lib/CGI.pm lib/Dumpvalue.pm lib/dumpvar.pl
4164            ! pod/perltrap.pod
4165 ____________________________________________________________________________
4166 [  3847] By: jhi                                   on 1999/08/01  17:17:07
4167         Log: Undo #3790 and the patches that attempted to fix it
4168              (#3837, #3838, #3845).  The #3790 caused linkage failures
4169              and/or core dumps in Solaris 2.6, Digital UNIX 4.0D, and
4170              IRIX 6.5.
4171      Branch: cfgperl
4172            - ext/SDBM_File/hints/dec_osf.pl ext/SDBM_File/hints/solaris.pl
4173            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
4174            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
4175 ____________________________________________________________________________
4176 [  3846] By: jhi                                   on 1999/08/01  11:41:52
4177         Log: Reading 64-bit decimal numbers was broken because
4178              the NV was cast to an I32, not an IV.
4179      Branch: cfgperl
4180            ! toke.c
4181 ____________________________________________________________________________
4182 [  3845] By: jhi                                   on 1999/08/01  11:00:24
4183         Log: Solaris doesn't like PERL_MALLOC_OK in SDBM_File.
4184      Branch: cfgperl
4185            + ext/SDBM_File/hints/solaris.pl
4186 ____________________________________________________________________________
4187 [  3844] By: jhi                                   on 1999/08/01  10:55:44
4188         Log: Enable Solaris largefiles support only if -Duse64bits is used.
4189              (Effectively removes #3311).
4190      Branch: cfgperl
4191            ! hints/solaris_2.sh
4192 ____________________________________________________________________________
4193 [  3843] By: jhi                                   on 1999/07/31  22:44:56
4194         Log: Integer overflow iteration.
4195      Branch: cfgperl
4196            ! t/op/oct.t toke.c util.c
4197 ____________________________________________________________________________
4198 [  3842] By: jhi                                   on 1999/07/31  22:11:03
4199         Log: Remove a lot of unused regnode codes.
4200              Noticed by Ilya.
4201      Branch: cfgperl
4202            ! regcomp.c regcomp.sym regexec.c regnodes.h
4203 ____________________________________________________________________________
4204 [  3841] By: jhi                                   on 1999/07/31  21:53:54
4205         Log: Make the use64bits and usethreads friendlier/braver;
4206              they no more wimp out if the platform is unknown.
4207              On use64bits if gcc used -DUSE_LONG_LONG is added
4208              to the ccflags (this dependency on gcc caused a slightly weird
4209              reordering of Configure, but things still seem to work.)
4210      Branch: cfgperl
4211            ! Configure README.threads config_h.SH
4212      Branch: metaconfig
4213            ! U/threads/usethreads.U
4214      Branch: metaconfig/U/perl
4215            ! use64bits.U
4216 ____________________________________________________________________________
4217 [  3840] By: jhi                                   on 1999/07/31  20:26:22
4218         Log: Hack the "integer overflow" code some more.
4219      Branch: cfgperl
4220            ! perl.h toke.c util.c
4221 ____________________________________________________________________________
4222 [  3839] By: jhi                                   on 1999/07/31  20:22:00
4223         Log: Test oct() at the 2^32-1 limit.
4224      Branch: cfgperl
4225            ! t/op/oct.t
4226 ____________________________________________________________________________
4227 [  3838] By: jhi                                   on 1999/07/31  20:08:43
4228         Log: Update MANIFEST for #3837.
4229      Branch: cfgperl
4230            ! MANIFEST
4231 ____________________________________________________________________________
4232 [  3837] By: jhi                                   on 1999/07/31  20:02:40
4233         Log: Digital UNIX 4.0D doesn't like perl malloc on sdbm
4234              (a core dump with a corrput stack ensues).
4235      Branch: cfgperl
4236            + ext/SDBM_File/hints/dec_osf.pl
4237 ____________________________________________________________________________
4238 [  3836] By: jhi                                   on 1999/07/29  21:09:01
4239         Log: Allow for Configure -Ubincompat5005 override.
4240      Branch: cfgperl
4241            ! Configure config_h.SH
4242      Branch: metaconfig/U/perl
4243            ! bincompat5005.U
4244 ____________________________________________________________________________
4245 [  3835] By: jhi                                   on 1999/07/29  21:04:02
4246         Log: Make Configure support PERL_BINCOMPAT_5005.
4247      Branch: cfgperl
4248            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4249            ! config_h.SH
4250      Branch: metaconfig/U/perl
4251            + bincompat5005.U
4252 ____________________________________________________________________________
4253 [  3834] By: jhi                                   on 1999/07/29  19:25:35
4254         Log: AIX tweak, need reported by David R. Fravor <dfavor@austin.ibm.com> 
4255      Branch: cfgperl
4256            ! Makefile.SH
4257 ____________________________________________________________________________
4258 [  3833] By: jhi                                   on 1999/07/29  14:07:09
4259         Log: Integrate with Sarathy.  I overruled on perldelta
4260              and perldiag.
4261      Branch: cfgperl
4262           !> README.win32 emacs/cperl-mode.el globals.c installperl
4263           !> iperlsys.h makedef.pl perl.h pod/perldelta.pod
4264           !> pod/perldiag.pod pod/perllexwarn.pod toke.c utils/perldoc.PL
4265           !> win32/Makefile win32/bin/pl2bat.pl win32/makefile.mk
4266           !> win32/perllib.c win32/win32.c
4267 ____________________________________________________________________________
4268 [  3832] By: jhi                                   on 1999/07/29  14:02:50
4269         Log: Repent and make overly large integerish
4270              constants non-fatal.  They are now promoted
4271              to NVs, accompanied by an overflow warning that
4272              is by default on.
4273      Branch: cfgperl
4274            ! embed.pl global.sym pod/perldelta.pod pod/perldiag.pod pp.c
4275            ! proto.h t/op/oct.t t/pragma/warn/6default t/pragma/warn/util
4276            ! toke.c util.c
4277 ____________________________________________________________________________
4278 [  3831] By: jhi                                   on 1999/07/29  11:40:04
4279         Log: AIX exhibits different error on failed system().
4280              Slightly modified patch via private email from
4281              David R. Favor <dfavor@austin.ibm.com>
4282      Branch: cfgperl
4283            ! t/op/exec.t
4284 ____________________________________________________________________________
4285 [  3830] By: gsar                                  on 1999/07/29  07:46:11
4286         Log: cperl-mode.el v4.19
4287      Branch: perl
4288            ! emacs/cperl-mode.el
4289 ____________________________________________________________________________
4290 [  3829] By: gsar                                  on 1999/07/29  07:30:35
4291         Log: From: jan.dubois@ibm.net (Jan Dubois)
4292              Date: Wed, 28 Jul 1999 22:01:42 +0200
4293              Message-ID: <37aa5f9b.12941448@smtp1.ibm.net>
4294              Subject: [PATCH 5.005_58] win32/bin/pl2bat.pl doesn't work correctly
4295      Branch: perl
4296            ! win32/bin/pl2bat.pl
4297 ____________________________________________________________________________
4298 [  3828] By: gsar                                  on 1999/07/29  07:19:27
4299         Log: tweak previous change for multiple hits
4300      Branch: perl
4301            ! utils/perldoc.PL
4302 ____________________________________________________________________________
4303 [  3827] By: gsar                                  on 1999/07/29  07:10:00
4304         Log: band-aid for perldoc -t broken-ness (the new Pod::Text
4305              really needs a pod2text() compatibility function)
4306      Branch: perl
4307            ! utils/perldoc.PL
4308 ____________________________________________________________________________
4309 [  3826] By: gsar                                  on 1999/07/29  01:33:46
4310         Log: minor tweaks to pods and toke.c comments
4311      Branch: perl
4312            ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod toke.c
4313 ____________________________________________________________________________
4314 [  3825] By: gsar                                  on 1999/07/29  00:12:52
4315         Log: integrate cfgperl changes into mainline
4316      Branch: perl
4317           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
4318           !> README.threads config_h.SH ext/IO/lib/IO/Handle.pm
4319           !> ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
4320           !> ext/POSIX/POSIX.xs lib/ExtUtils/Install.pm perl.h
4321           !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
4322           !> pod/perllexwarn.pod pod/perlre.pod pp.c pp_sys.c
4323           !> t/lib/io_unix.t t/op/oct.t t/pragma/warn/6default
4324           !> t/pragma/warn/util toke.c util.c
4325 ____________________________________________________________________________
4326 [  3824] By: jhi                                   on 1999/07/28  21:15:04
4327         Log: Tiny patch to go over #3820 (via private mail from Lincoln).
4328      Branch: cfgperl
4329            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
4330            ! ext/IO/lib/IO/Socket/INET.pm
4331 ____________________________________________________________________________
4332 [  3823] By: jhi                                   on 1999/07/28  20:29:17
4333         Log: Continue pack() doc honing.
4334      Branch: cfgperl
4335            ! pod/perlfunc.pod
4336 ____________________________________________________________________________
4337 [  3822] By: jhi                                   on 1999/07/28  20:17:37
4338         Log: Enhance pack() doc.
4339      Branch: cfgperl
4340            ! pod/perlfunc.pod
4341 ____________________________________________________________________________
4342 [  3821] By: jhi                                   on 1999/07/28  18:34:50
4343         Log: UNIX Domain Sockets are not implemented under QNX.
4344              
4345              From: Norton Allen <allen@huarp.harvard.edu>
4346              To: perl5-porters@perl.org
4347              Subject: [ID 19990728.010] Patch:t/lib/io_unix.t _58 QNX
4348              Date: Wed, 28 Jul 1999 14:07:16 -0400 (edt)
4349              Message-Id: <199907281807.OAA13167@bottesini.harvard.edu>
4350      Branch: cfgperl
4351            ! t/lib/io_unix.t
4352 ____________________________________________________________________________
4353 [  3820] By: jhi                                   on 1999/07/28  18:13:37
4354         Log: IO::* enhancements.
4355              
4356              1) write() and syswrite() will now accept a single-argument
4357              form of the call, for consistency with Perl's syswrite().
4358              2) You can create a TCP-based IO::Socket::INET without forcing
4359              a connect attempt.  This allows you to configure its options
4360              (like making it non-blocking) and then call connect() manually.
4361              3) Fixed a bug that prevented the IO::Socket::protocol() accessor
4362              from ever returning the correct value.
4363              
4364              From: Lincoln Stein <lstein@formaggio.cshl.org>
4365              To: Graham Barr <gbarr@pobox.com>
4366              Cc: Lincoln Stein <lstein@cshl.org>, perl5-porters@perl.org
4367              Subject: Re: patch for IO::*
4368              Date: Wed, 28 Jul 1999 13:55:05 -0400 (EDT)
4369              Message-ID: <14239.17401.330408.145295@formaggio.cshl.org>
4370      Branch: cfgperl
4371            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
4372            ! ext/IO/lib/IO/Socket/INET.pm
4373 ____________________________________________________________________________
4374 [  3819] By: gsar                                  on 1999/07/28  18:08:06
4375         Log: misc PERL_OBJECT tweaks; perlcore.dll is now perl56.dll
4376      Branch: perl
4377            ! README.win32 globals.c installperl iperlsys.h makedef.pl
4378            ! perl.h win32/Makefile win32/makefile.mk win32/perllib.c
4379            ! win32/win32.c
4380 ____________________________________________________________________________
4381 [  3818] By: jhi                                   on 1999/07/28  17:48:16
4382         Log: Need to add QNX to the list for DONT_DECLARE_STD.
4383              (The elimination of use of the _() macro apparently triggered
4384              an incompatability with a #define of atof)
4385              
4386              From: Norton Allen <allen@huarp.harvard.edu>
4387              To: perl5-porters@perl.org
4388              Subject: [ID 19990728.008] Patch:perl.h _58 QNX
4389              Date: Wed, 28 Jul 1999 13:06:23 -0400 (edt)
4390              Message-Id: <199907281706.NAA07617@bottesini.harvard.edu>
4391      Branch: cfgperl
4392            ! perl.h
4393 ____________________________________________________________________________
4394 [  3817] By: jhi                                   on 1999/07/28  17:46:30
4395         Log: Need to add some more conditions to deal with the case
4396              defined(HAS_GETSPNAM) && ! defined(HAS_GETSPENT)
4397              which is true for QNX4.
4398              From: Norton Allen <allen@huarp.harvard.edu>
4399              To: perl5-porters@perl.org
4400              Subject: [ID 19990728.009] Patch:pp_sys.c _58 QNX
4401              Date: Wed, 28 Jul 1999 13:08:42 -0400 (edt)
4402              Message-Id: <199907281708.NAA07947@bottesini.harvard.edu>
4403      Branch: cfgperl
4404            ! pp_sys.c
4405 ____________________________________________________________________________
4406 [  3816] By: jhi                                   on 1999/07/28  17:43:40
4407         Log: The QNX shell needs a couple more semicolons.
4408              
4409              From: Norton Allen <allen@huarp.harvard.edu>
4410              To: perl5-porters@perl.org
4411              Subject: [ID 19990728.007] Patch:Configure _58 QNX
4412              Date: Wed, 28 Jul 1999 13:03:00 -0400 (edt)
4413              Message-Id: <199907281703.NAA07363@bottesini.harvard.edu>
4414              
4415              plus silence metalint moanings on vendorprefix.
4416      Branch: cfgperl
4417            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4418            ! config_h.SH
4419 ____________________________________________________________________________
4420 [  3815] By: jhi                                   on 1999/07/28  17:31:11
4421         Log: Silence metalint on vendorprefix.U.
4422      Branch: metaconfig
4423            ! U/installdirs/vendorprefix.U
4424 ____________________________________________________________________________
4425 [  3814] By: jhi                                   on 1999/07/28  17:13:29
4426         Log: QNX shell needs more semicolons.
4427      Branch: metaconfig/U/perl
4428            ! Extensions.U
4429 ____________________________________________________________________________
4430 [  3813] By: jhi                                   on 1999/07/28  17:05:08
4431         Log: Integrate with Sarathy.
4432      Branch: cfgperl
4433           !> lib/ExtUtils/MM_Unix.pm
4434 ____________________________________________________________________________
4435 [  3812] By: jhi                                   on 1999/07/28  16:20:17
4436         Log: Fix a typo, un-shout, and reformat the installation output.
4437      Branch: cfgperl
4438            ! lib/ExtUtils/Install.pm
4439 ____________________________________________________________________________
4440 [  3811] By: gsar                                  on 1999/07/28  15:41:11
4441         Log: fix typo that caused INSTALLPRIVLIB to have doubled 'perl5'
4442      Branch: perl
4443            ! lib/ExtUtils/MM_Unix.pm
4444 ____________________________________________________________________________
4445 [  3810] By: jhi                                   on 1999/07/28  13:55:57
4446         Log: Talk more about subsecond things in perlfunc.
4447              (Yes, redundant with perlfaq8.)
4448      Branch: cfgperl
4449            ! pod/perlfunc.pod
4450 ____________________________________________________________________________
4451 [  3809] By: jhi                                   on 1999/07/28  07:23:48
4452         Log: Integrate with Sarathy.
4453      Branch: cfgperl
4454           !> configpm hints/freebsd.sh lib/Pod/Html.pm perl.h t/op/grent.t
4455           !> t/op/pwent.t
4456 ____________________________________________________________________________
4457 [  3808] By: jhi                                   on 1999/07/28  07:23:03
4458         Log: Document toke.c.
4459              From: Nathan Torkington <gnat@frii.com>
4460              To: perl5-porters@perl.org
4461              Subject: Re: toke.c patch, work in progress
4462              Date: Tue, 27 Jul 1999 23:02:09 -0600 (MDT)
4463              Message-ID: <14238.36561.979473.667842@localhost.frii.com>
4464      Branch: cfgperl
4465            ! toke.c
4466 ____________________________________________________________________________
4467 [  3807] By: jhi                                   on 1999/07/28  07:10:56
4468         Log: perlre clarification.
4469              
4470              From: Ian Phillipps <ian@dial.pipex.com>
4471              To: Perl 5 Porters <perl5-porters@perl.org>
4472              Subject: [PATCH 5.00557] Add definite article to perlre.pod
4473              Date: Tue, 27 Jul 1999 10:46:29 +0100
4474              Message-ID: <19990727104629.A10074@homer.diplex.co.uk>
4475      Branch: cfgperl
4476            ! pod/perlre.pod
4477 ____________________________________________________________________________
4478 [  3806] By: gsar                                  on 1999/07/28  07:07:46
4479         Log: fix the perl -V breakage
4480              
4481              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4482              To: Jarkko Hietaniemi <jhi@iki.fi>
4483              Cc: "John L. Allen" <allen@grumman.com>, perl5-porters@perl.org,
4484              gsar@activestate.com
4485              Subject: Re: Follow up to: _58 on AIX 431
4486              Date: Tue, 27 Jul 1999 17:42:00 -0400
4487              Message-ID: <19990727174200.A12775@monk.mps.ohio-state.edu>
4488      Branch: perl
4489            ! configpm
4490 ____________________________________________________________________________
4491 [  3805] By: gsar                                  on 1999/07/28  07:03:34
4492         Log: avoid warning (from Doug MacEachern)
4493      Branch: perl
4494            ! perl.h
4495 ____________________________________________________________________________
4496 [  3804] By: gsar                                  on 1999/07/28  06:59:30
4497         Log: Pod::Html tweak
4498              
4499              From: jan.dubois@ibm.net (Jan Dubois)
4500              To: perl5-porters@perl.org
4501              Subject: [PATCH 5.005_58] pod2html: Missing chunk for VMS filenames
4502              Date: Tue, 27 Jul 1999 22:14:12 +0200
4503              Message-ID: <37a50af0.46171380@smtp1.ibm.net>
4504      Branch: perl
4505            ! lib/Pod/Html.pm
4506 ____________________________________________________________________________
4507 [  3803] By: gsar                                  on 1999/07/28  06:56:38
4508         Log: freebsd hints update
4509              
4510              From: Anton Berezin <tobez@plab.ku.dk>
4511              To: perl5-porters@perl.org
4512              Subject: [ID 19990727.034] Not OK: perl 5.00558 on i386-freebsd-thread4.0-current (UNINSTALLED)
4513              Date: Tue, 27 Jul 1999 20:29:39 +0200 (CEST)
4514              Message-Id: <199907271829.UAA62861@lion.plab.ku.dk>
4515      Branch: perl
4516            ! hints/freebsd.sh
4517 ____________________________________________________________________________
4518 [  3802] By: gsar                                  on 1999/07/28  06:51:32
4519         Log: cosmetic testsuite patch
4520              
4521              From: Graham Barr <gbarr@ti.com>
4522              To: Perl5 Porters <perl5-porters@perl.org>
4523              Subject: 5.005_58 build
4524              Date: Tue, 27 Jul 1999 08:09:25 -0500
4525              Message-ID: <19990727080925.F4683@dal.asp.ti.com>
4526      Branch: perl
4527            ! t/op/grent.t t/op/pwent.t
4528 ____________________________________________________________________________
4529 [  3801] By: jhi                                   on 1999/07/27  13:49:39
4530         Log: Minuscule cleanup of the integer overflow patch.
4531      Branch: cfgperl
4532            ! util.c
4533 ____________________________________________________________________________
4534 [  3800] By: jhi                                   on 1999/07/27  13:37:23
4535         Log: Test hex('x...').
4536      Branch: cfgperl
4537            ! t/op/oct.t
4538 ____________________________________________________________________________
4539 [  3799] By: jhi                                   on 1999/07/27  12:45:45
4540         Log: Integrate with Sarathy (5.005_58).
4541      Branch: cfgperl
4542            - ext/B/byteperl.c
4543           !> Changes MANIFEST Porting/makerel configpm embed.h embed.pl
4544           !> ext/Devel/DProf/DProf.xs ext/POSIX/POSIX.pm
4545           !> ext/SDBM_File/Makefile.PL lib/AutoLoader.pm
4546           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
4547           !> lib/Pod/Parser.pm lib/SelfLoader.pm os2/OS2/REXX/Makefile.PL
4548           !> perl.h pod/perldelta.pod pod/perlfaq9.pod pod/perlhist.pod
4549           !> win32/bin/pl2bat.pl win32/config_H.bc win32/config_H.gc
4550           !> win32/config_H.vc
4551 ____________________________________________________________________________
4552 [  3798] By: jhi                                   on 1999/07/27  12:42:43
4553         Log: Integer constants (0x, 0[0-7], 0b) now overflow fatally,
4554              they used to be just optional lexical warnings.
4555              Also, with warnings turned on, constants > 2**32-1
4556              trigger a non-portability warning.
4557      Branch: cfgperl
4558            ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod pp.c
4559            ! t/op/oct.t t/pragma/warn/6default t/pragma/warn/util toke.c
4560            ! util.c
4561 ____________________________________________________________________________
4562 [  3797] By: gsar                                  on 1999/07/27  10:48:27
4563         Log: here lies 5.005_58
4564      Branch: perl
4565            - ext/B/byteperl.c
4566            ! Changes MANIFEST Porting/makerel pod/perldelta.pod
4567            ! pod/perlfaq9.pod pod/perlhist.pod
4568
4569 ----------------
4570 Version 5.005_58
4571 ----------------
4572
4573 ____________________________________________________________________________
4574 [  3796] By: gsar                                  on 1999/07/27  09:23:42
4575         Log: regenerate win32/config_H.?c
4576      Branch: perl
4577            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
4578 ____________________________________________________________________________
4579 [  3795] By: gsar                                  on 1999/07/27  09:02:31
4580         Log: From: Tye McQueen <tye@metronet.com>
4581              Date: Mon, 26 Jul 1999 19:19:22 -0500 (CDT)
4582              Message-Id: <199907270019.AA08223@metronet.com>
4583              Subject: Patch pl2bat.pl so batch file can fail
4584      Branch: perl
4585            ! win32/bin/pl2bat.pl
4586 ____________________________________________________________________________
4587 [  3794] By: gsar                                  on 1999/07/27  08:59:58
4588         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4589              Date: Mon, 26 Jul 1999 01:09:00 -0400 (EDT)
4590              Message-Id: <199907260509.BAA26303@monk.mps.ohio-state.edu>
4591              Subject: [PATCH 5.005_57] decrease memory footprint of standard modules
4592      Branch: perl
4593            ! configpm ext/POSIX/POSIX.pm lib/AutoLoader.pm
4594            ! lib/SelfLoader.pm
4595 ____________________________________________________________________________
4596 [  3793] By: gsar                                  on 1999/07/27  08:19:16
4597         Log: support -DPERL_BINCOMPAT_5005, still needs a Configure test
4598              (from Andy Dougherty)
4599      Branch: perl
4600            ! embed.h embed.pl
4601 ____________________________________________________________________________
4602 [  3792] By: gsar                                  on 1999/07/27  08:04:19
4603         Log: recognize more constructs such as C<$-> in pod (from Russ Allbery
4604              and Brad Appleton)
4605      Branch: perl
4606            ! lib/Pod/Parser.pm
4607 ____________________________________________________________________________
4608 [  3791] By: gsar                                  on 1999/07/27  07:50:54
4609         Log: cover case where CLK_TCK is a float, not integer (from
4610              alexander smishlajev <als@turnhere.com>)
4611      Branch: perl
4612            ! ext/Devel/DProf/DProf.xs
4613 ____________________________________________________________________________
4614 [  3790] By: gsar                                  on 1999/07/27  07:45:08
4615         Log: provide MakeMaker attribute PERL_MALLOC_OK that allows extensions
4616              to call Perl_malloc() as malloc() (from Ilya Zakharevich)
4617      Branch: perl
4618            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
4619            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
4620 ____________________________________________________________________________
4621 [  3789] By: jhi                                   on 1999/07/27  07:44:55
4622         Log: Integrate with Sarathy.
4623      Branch: cfgperl
4624           +> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
4625           !> MANIFEST doio.c embed.h embed.pl ext/B/B/CC.pm
4626           !> ext/SDBM_File/sdbm/sdbm.h global.sym lib/Pod/Html.pm
4627           !> lib/Pod/Text.pm objXSUB.h opcode.h opcode.pl perlapi.c
4628           !> pod/perldiag.pod pod/perlfunc.pod pod/pod2text.PL pp_sys.c
4629           !> proto.h t/comp/proto.t t/io/open.t
4630 ____________________________________________________________________________
4631 [  3788] By: gsar                                  on 1999/07/27  07:29:59
4632         Log: replace Pod::Text with Pod::SimpleText v0.01 (thanks
4633              to Russ Allbery <rra@stanford.edu>); s/Simple// and
4634              s/pod2txt/pod2text/ etc.
4635      Branch: perl
4636            + lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
4637            ! MANIFEST lib/Pod/Text.pm pod/pod2text.PL
4638 ____________________________________________________________________________
4639 [  3787] By: gsar                                  on 1999/07/27  06:48:40
4640         Log: From: Andy Dougherty <doughera@lafayette.edu>
4641              Date: Wed, 16 Jun 1999 14:40:09 -0400 (EDT)
4642              Message-Id: <Pine.GSU.4.05.9906161435390.248-100000@newton.phys>
4643              Subject: Re: [ID 19990608.003] my_bcopy problem; Unixware 2.0.3
4644      Branch: perl
4645            ! ext/SDBM_File/sdbm/sdbm.h
4646 ____________________________________________________________________________
4647 [  3786] By: gsar                                  on 1999/07/27  06:30:09
4648         Log: applied suggested patch; added missing prototype changes to
4649              opcode.pl along with documentation typos (feature still needs
4650              to be described in perlopentut.pod and summarized in
4651              perldelta.pod)
4652              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4653              Date: Thu, 17 Jun 1999 00:39:34 -0400 (EDT)
4654              Message-Id: <199906170439.AAA18154@monk.mps.ohio-state.edu>
4655              Subject: [PATCH 5.00557] 3-arg open
4656      Branch: perl
4657            ! doio.c embed.h embed.pl global.sym objXSUB.h opcode.h
4658            ! opcode.pl perlapi.c pod/perldiag.pod pod/perlfunc.pod pp_sys.c
4659            ! proto.h t/comp/proto.t t/io/open.t
4660 ____________________________________________________________________________
4661 [  3785] By: gsar                                  on 1999/07/27  04:36:39
4662         Log: don't quit if =head* wasn't found (suggested by Roland Bauer
4663              <roland.bauer@fff.at>)
4664      Branch: perl
4665            ! lib/Pod/Html.pm
4666 ____________________________________________________________________________
4667 [  3784] By: gsar                                  on 1999/07/27  03:56:17
4668         Log: change#3762 wasn't needed
4669      Branch: perl
4670            ! ext/B/B/CC.pm
4671 ____________________________________________________________________________
4672 [  3783] By: jhi                                   on 1999/07/26  19:08:21
4673         Log: Integrate with Sarathy.
4674      Branch: cfgperl
4675           !> Changes makedef.pl patchlevel.h pod/perlfunc.pod pp_ctl.c
4676           !> toke.c utils/dprofpp.PL win32/Makefile win32/config_H.bc
4677           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
4678 ____________________________________________________________________________
4679 [  3782] By: gsar                                  on 1999/07/26  18:16:50
4680         Log: update Changes, patchlevel &c.
4681      Branch: perl
4682            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
4683            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
4684 ____________________________________________________________________________
4685 [  3781] By: gsar                                  on 1999/07/26  17:54:47
4686         Log: a more correct fix for change#2744
4687              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
4688              Date: Sun, 25 Jul 1999 14:02:25 -0500 (CDT)
4689              Message-ID: <14235.24385.671437.246345@alias-2.pr.mcs.net>
4690              Subject: [PATCH _57] Re: toke.c questions 
4691      Branch: perl
4692            ! toke.c
4693 ____________________________________________________________________________
4694 [  3780] By: gsar                                  on 1999/07/26  17:37:04
4695         Log: utime() doc typo from Greg Bacon <gbacon@itsc.uah.edu>
4696      Branch: perl
4697            ! pod/perlfunc.pod
4698 ____________________________________________________________________________
4699 [  3779] By: jhi                                   on 1999/07/26  16:37:23
4700         Log: Dusting off.
4701      Branch: cfgperl
4702            ! README.threads
4703 ____________________________________________________________________________
4704 [  3778] By: gsar                                  on 1999/07/26  13:28:46
4705         Log: avoid DIVZERO
4706      Branch: perl
4707            ! utils/dprofpp.PL
4708 ____________________________________________________________________________
4709 [  3777] By: gsar                                  on 1999/07/26  13:18:53
4710         Log: warnings identified by Borland compiler
4711      Branch: perl
4712            ! makedef.pl pp_ctl.c
4713 ____________________________________________________________________________
4714 [  3776] By: jhi                                   on 1999/07/26  13:07:36
4715         Log: Integrate with Sarathy.
4716      Branch: cfgperl
4717           !> lib/Carp/Heavy.pm pp_ctl.c pp_hot.c
4718 ____________________________________________________________________________
4719 [  3775] By: gsar                                  on 1999/07/26  12:55:43
4720         Log: avoid infinite recursion when Thread.pm croaks during
4721              bootstrap
4722      Branch: perl
4723            ! lib/Carp/Heavy.pm
4724 ____________________________________________________________________________
4725 [  3774] By: gsar                                  on 1999/07/26  12:43:02
4726         Log: integrate cfgperl contents into mainline
4727      Branch: perl
4728           +> lib/Carp/Heavy.pm
4729           !> MANIFEST Makefile.SH cflags.SH configpm ext/util/make_ext
4730           !> lib/AutoSplit.pm lib/Carp.pm makedepend.SH pod/pod2html.PL
4731           !> pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL
4732           !> pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
4733           !> writemain.SH x2p/Makefile.SH x2p/cflags.SH
4734 ____________________________________________________________________________
4735 [  3773] By: jhi                                   on 1999/07/26  12:40:29
4736         Log: Use long doubles only if they are useful.
4737      Branch: cfgperl
4738            ! ext/POSIX/POSIX.xs
4739 ____________________________________________________________________________
4740 [  3772] By: gsar                                  on 1999/07/26  12:33:11
4741         Log: typo in change#3768
4742      Branch: perl
4743            ! pp_hot.c
4744 ____________________________________________________________________________
4745 [  3771] By: gsar                                  on 1999/07/26  12:08:27
4746         Log: alpha-stage support for user-hooks in @INC
4747              From: Ken Fox <kfox@ford.com>
4748              Date: Mon, 19 Jul 1999 22:12:29 -0400 (EDT)
4749              Message-Id: <199907200213.WAA02816@mailfw2.ford.com>
4750              Subject: Re: loading remote modules
4751      Branch: perl
4752            ! pp_ctl.c
4753 ____________________________________________________________________________
4754 [  3770] By: jhi                                   on 1999/07/26  11:38:36
4755         Log: Back out #3735.  Needs more work.
4756      Branch: cfgperl
4757            ! Makefile.SH cflags.SH configpm ext/util/make_ext
4758            ! lib/AutoSplit.pm makedepend.SH pod/pod2html.PL
4759            ! pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL
4760            ! pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
4761            ! writemain.SH x2p/Makefile.SH x2p/cflags.SH
4762 ____________________________________________________________________________
4763 [  3769] By: jhi                                   on 1999/07/26  11:24:45
4764         Log: Integrate with Sarathy.
4765      Branch: cfgperl
4766           !> (integrate 35 files)
4767 ____________________________________________________________________________
4768 [  3768] By: gsar                                  on 1999/07/26  11:03:07
4769         Log: optimize method name lookup
4770              From: Chip Salzenberg <chip@perlsupport.com>
4771              Date: Thu, 22 Jul 1999 13:43:36 -0400
4772              Message-ID: <19990722134336.Q391@perlsupport.com>
4773              Subject: [PATCH] OP_METHOD_NAMED
4774      Branch: perl
4775            ! dump.c embed.h embed.pl ext/Opcode/Opcode.pm objXSUB.h op.c
4776            ! opcode.h opcode.pl perlapi.c pp.sym pp_hot.c pp_proto.h
4777            ! proto.h
4778 ____________________________________________________________________________
4779 [  3767] By: gsar                                  on 1999/07/26  10:44:11
4780         Log: allow arrow omission in $foo[10]->('foo') etc. (but not in
4781              foo()->()); rework grammar to remove conflicts
4782              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
4783              Date: Fri, 23 Jul 1999 15:55:22 -0500 (CDT)
4784              Message-ID: <14232.54970.771570.548676@alias-2.pr.mcs.net>
4785              Subject: [PATCH _57, long] Re: optional arrow asymmetry
4786      Branch: perl
4787            ! Makefile.SH embed.h embed.pl global.sym objXSUB.h op.c
4788            ! perlapi.c perly.c perly.h perly.y perly_c.diff proto.h
4789            ! vms/perly_c.vms vms/perly_h.vms
4790 ____________________________________________________________________________
4791 [  3766] By: jhi                                   on 1999/07/26  10:18:56
4792         Log: Use $< instead of $*.c in *perlmain.o rules.
4793      Branch: cfgperl
4794            ! Makefile.SH
4795 ____________________________________________________________________________
4796 [  3765] By: gsar                                  on 1999/07/26  09:28:48
4797         Log: From: Ian Phillipps <ian@dial.pipex.com>
4798              Date: Fri, 23 Jul 1999 23:35:56 +0100
4799              Message-ID: <19990723233556.B2435@homer.diplex.co.uk>
4800              Subject: (Version 2) Extending unpack to deal with counted strings
4801      Branch: perl
4802            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/pack.t
4803 ____________________________________________________________________________
4804 [  3764] By: jhi                                   on 1999/07/26  09:17:26
4805         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4806              To: perl5-porters@perl.org (Mailing list Perl5)
4807              Subject: [PATCH 5.005_57] Lean Carp.pm with Carp/Heavy.pm
4808              Date: Mon, 26 Jul 1999 04:05:27 -0400 (EDT)
4809              Message-Id: <199907260805.EAA26888@monk.mps.ohio-state.edu>
4810              
4811              The patch was based on 5_57 so had to re-apply lib/Carp.pm
4812              parts of changes #3498, #3696, and #3702 for the new
4813              lib/Carp/Heavy.pm.
4814      Branch: cfgperl
4815            + lib/Carp/Heavy.pm
4816            ! MANIFEST lib/Carp.pm
4817 ____________________________________________________________________________
4818 [  3763] By: gsar                                  on 1999/07/26  09:03:17
4819         Log: ~ isn't valid in VMS filenames
4820      Branch: perl
4821            ! lib/Pod/Html.pm
4822 ____________________________________________________________________________
4823 [  3762] By: gsar                                  on 1999/07/26  08:59:47
4824         Log: setstate stop-gap from Vishal Bhatia
4825      Branch: perl
4826            ! ext/B/B/CC.pm
4827 ____________________________________________________________________________
4828 [  3761] By: gsar                                  on 1999/07/26  08:06:39
4829         Log: patch for pp_foo -> Perl_pp_foo changes from Vishal Bhatia;
4830              add B::OP::name() method that returns just the op_name;
4831              convert Deparse et all to use that instead of B::OP::ppaddr();
4832              add support for OP_SETSTATE in Deparse
4833      Branch: perl
4834            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/Bytecode.pm
4835            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
4836            ! ext/B/B/Xref.pm opcode.h opcode.pl
4837 ____________________________________________________________________________
4838 [  3760] By: jhi                                   on 1999/07/26  07:14:43
4839         Log: Integrate with Sarathy.
4840      Branch: cfgperl
4841           !> (integrate 43 files)
4842 ____________________________________________________________________________
4843 [  3759] By: gsar                                  on 1999/07/26  05:12:24
4844         Log: add disclaimer about perl 4 libraries (modified version of
4845              patch suggested by Clinton Pierce <cpierce1@ford.com>)
4846      Branch: perl
4847            ! lib/abbrev.pl lib/bigfloat.pl lib/bigint.pl lib/bigrat.pl
4848            ! lib/cacheout.pl lib/chat2.pl lib/complete.pl lib/ctime.pl
4849            ! lib/dotsh.pl lib/exceptions.pl lib/fastcwd.pl lib/flush.pl
4850            ! lib/ftp.pl lib/getcwd.pl lib/getopt.pl lib/getopts.pl
4851            ! lib/hostname.pl lib/look.pl lib/pwd.pl lib/termcap.pl
4852 ____________________________________________________________________________
4853 [  3758] By: gsar                                  on 1999/07/26  04:48:35
4854         Log: make reset() behave with high-bit characters
4855              From: Ian Phillipps <ian@dial.pipex.com>
4856              Date: Thu, 22 Jul 1999 22:48:59 +0100
4857              Message-ID: <19990722224859.A27987@homer.diplex.co.uk>
4858              Subject: [PATCH 5.005_57] sv_reset can cause stack corruption
4859      Branch: perl
4860            ! sv.c
4861 ____________________________________________________________________________
4862 [  3757] By: gsar                                  on 1999/07/26  04:40:32
4863         Log: update to perlport-1.44 from Chris Nandor <pudge@pobox.com>
4864      Branch: perl
4865            ! pod/perlport.pod
4866 ____________________________________________________________________________
4867 [  3756] By: gsar                                  on 1999/07/26  04:20:37
4868         Log: dprofpp pod additions from Nathan Torkington <gnat@frii.com>
4869      Branch: perl
4870            ! utils/dprofpp.PL
4871 ____________________________________________________________________________
4872 [  3755] By: gsar                                  on 1999/07/26  04:18:00
4873         Log: disable VPATH for now (breaks x2p build)
4874      Branch: perl
4875            ! x2p/Makefile.SH
4876 ____________________________________________________________________________
4877 [  3754] By: gsar                                  on 1999/07/26  03:15:33
4878         Log: INSTALL =~ s/5.006/5.6/; delay loading Errno until needed
4879              (%! has the necessary magic); misc typos
4880      Branch: perl
4881            ! INSTALL ext/DB_File/DB_File.pm ext/Fcntl/Fcntl.pm
4882            ! ext/GDBM_File/GDBM_File.pm gv.c jpl/JNI/JNI.pm
4883            ! lib/AutoLoader.pm lib/CPAN.pm perl.c pod/perllocale.pod
4884            ! utils/h2xs.PL
4885 ____________________________________________________________________________
4886 [  3753] By: gsar                                  on 1999/07/26  02:38:28
4887         Log: integrate cfgperl contents into mainline
4888      Branch: perl
4889           +> t/pragma/locale/latin1 t/pragma/locale/utf8
4890           !> (integrate 53 files)
4891 ____________________________________________________________________________
4892 [  3752] By: gsar                                  on 1999/07/26  02:11:31
4893         Log: ensure implicitly closed handles don't set $? or $!
4894      Branch: perl
4895            ! doio.c embed.h embed.pl perlapi.c proto.h sv.c t/io/pipe.t
4896 ____________________________________________________________________________
4897 [  3751] By: gsar                                  on 1999/07/26  01:28:34
4898         Log: change#3534 didn't preserve undef return values from caller()
4899      Branch: perl
4900            ! Changes pp_ctl.c
4901 ____________________________________________________________________________
4902 [  3750] By: jhi                                   on 1999/07/25  20:59:29
4903         Log: Back up a tiny bit from #3735.
4904              This may break builds outside the source directory
4905              but then again, they do not work that ell yet anyway.
4906      Branch: cfgperl
4907            ! Makefile.SH
4908 ____________________________________________________________________________
4909 [  3750] By: jhi                                   on 1999/07/25  20:59:29
4910         Log: Back up a tiny bit from #3735.
4911              This may break builds outside the source directory
4912              but then again, they do not work that ell yet anyway.
4913      Branch: cfgperl
4914            ! Makefile.SH
4915 ____________________________________________________________________________
4916 [  3749] By: jhi                                   on 1999/07/25  19:15:55
4917         Log: Integrate with Sarathy.
4918      Branch: cfgperl
4919           !> lib/ExtUtils/MM_Unix.pm toke.c utils/h2xs.PL
4920 ____________________________________________________________________________
4921 [  3748] By: jhi                                   on 1999/07/25  19:06:59
4922         Log: Recode locale.t so that the change in #3730
4923              is not needed and locale.t works both without
4924              and with the utf8 pragma.
4925      Branch: cfgperl
4926            + t/pragma/locale/latin1 t/pragma/locale/utf8
4927            ! MANIFEST t/pragma/locale.t
4928 ____________________________________________________________________________
4929 [  3747] By: jhi                                   on 1999/07/25  19:01:46
4930         Log: Like #3743.
4931      Branch: cfgperl
4932            ! utils/perlbug.PL
4933 ____________________________________________________________________________
4934 [  3746] By: gsar                                  on 1999/07/25  18:08:58
4935         Log: add option to omit Changes file, from Abigail <abigail@delanet.com>;
4936              append a HISTORY section to POD if option is used
4937      Branch: perl
4938            ! utils/h2xs.PL
4939 ____________________________________________________________________________
4940 [  3745] By: gsar                                  on 1999/07/25  17:40:03
4941         Log: warn rather than die when parse_version() can't cut it (from
4942              Michael G Schwern <schwern@pobox.com>)
4943      Branch: perl
4944            ! lib/ExtUtils/MM_Unix.pm
4945 ____________________________________________________________________________
4946 [  3744] By: gsar                                  on 1999/07/25  16:32:48
4947         Log: make map behave like grep wrt indirect object slot when
4948              there are parentheses; revert an experimental mod by Larry
4949              in change#2038 that failed to parse %{{qw(a b c)}} properly
4950              (this means C<map {use Foo; ...} ...> still needs a proper
4951              fix)
4952      Branch: perl
4953            ! toke.c
4954 ____________________________________________________________________________
4955 [  3743] By: jhi                                   on 1999/07/25  16:24:55
4956         Log: Fix a typo in #3725.
4957      Branch: cfgperl
4958            ! utils/perlbug.PL
4959 ____________________________________________________________________________
4960 [  3742] By: jhi                                   on 1999/07/25  16:14:39
4961         Log: Integrate with Sarathy.
4962      Branch: cfgperl
4963           !> (integrate 26 files)
4964 ____________________________________________________________________________
4965 [  3741] By: jhi                                   on 1999/07/25  16:02:28
4966         Log: Cut-and-pasto in #3737.
4967      Branch: cfgperl
4968            ! perl.c
4969 ____________________________________________________________________________
4970 [  3740] By: gsar                                  on 1999/07/25  15:59:34
4971         Log: add note about glibc bug
4972      Branch: perl
4973            ! t/pragma/warn/pp_hot
4974 ____________________________________________________________________________
4975 [  3739] By: gsar                                  on 1999/07/25  15:48:40
4976         Log: fix bug in change#3728 that might free COPs prematurely;
4977              null(op) now does more thorough scrubbing of the op, which
4978              fixes a few compile-time memory "leaks"
4979      Branch: perl
4980            ! dump.c embed.h embed.pl op.c proto.h
4981 ____________________________________________________________________________
4982 [  3738] By: jhi                                   on 1999/07/25  14:15:26
4983         Log: In accordance with #3737.
4984      Branch: metaconfig
4985            ! U/installdirs/sitelib.U U/installdirs/vendorprefix.U
4986            ! U/modified/Oldconfig.U
4987      Branch: metaconfig/U/perl
4988            ! Extensions.U
4989 ____________________________________________________________________________
4990 [  3737] By: jhi                                   on 1999/07/25  14:12:34
4991         Log: Use vendorprefixlib.
4992      Branch: cfgperl
4993            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4994            ! config_h.SH perl.c
4995 ____________________________________________________________________________
4996 [  3736] By: jhi                                   on 1999/07/25  13:10:03
4997         Log: Populate metaconfig branch.
4998      Branch: metaconfig
4999            + (add 1468 files)
5000      Branch: metaconfig/U/perl
5001            + (add 101 files)
5002 ____________________________________________________________________________
5003 [  3735] By: jhi                                   on 1999/07/25  12:27:20
5004         Log: First steps of making builds outside the source
5005              directory possible.  These should get us as far
5006              as miniperl, then building DynaLoader falls into
5007              tiny twinkling pieces as MakeMaker knows nothing
5008              of VPATH mindset.
5009      Branch: cfgperl
5010            ! Configure Makefile.SH cflags.SH config_h.SH configpm
5011            ! ext/util/make_ext lib/AutoSplit.pm makedepend.SH
5012            ! pod/pod2html.PL pod/pod2latex.PL pod/pod2man.PL
5013            ! pod/pod2text.PL pod/pod2usage.PL pod/podchecker.PL
5014            ! pod/podselect.PL writemain.SH x2p/Makefile.SH x2p/cflags.SH
5015 ____________________________________________________________________________
5016 [  3734] By: jhi                                   on 1999/07/25  11:19:28
5017         Log: Poor Glossary--are we fixed yet?
5018      Branch: cfgperl
5019            ! Porting/Glossary
5020 ____________________________________________________________________________
5021 [  3733] By: jhi                                   on 1999/07/25  11:15:06
5022         Log: Change #3732 mistakenly clobbered Glossary.
5023      Branch: cfgperl
5024            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5025            ! config_h.SH
5026 ____________________________________________________________________________
5027 [  3732] By: jhi                                   on 1999/07/25  10:46:39
5028         Log: Andy's new installation scheme (note: a lot of this
5029              leaked in already with change #3731).  The vendor*
5030              stuff is not used anywhere (in *.SH, say), so it
5031              isn't in Configure, either.
5032      Branch: cfgperl
5033            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5034            ! config_h.SH
5035 ____________________________________________________________________________
5036 [  3731] By: jhi                                   on 1999/07/25  10:12:07
5037         Log: Circumcode a strange shell(?) bug in AIX found
5038              while trying to do -Duse64bits (which I couldn't do
5039              in the end because the CPU isn't 64-bit in that box,
5040              but at least now the probing doesn't crash.)
5041      Branch: cfgperl
5042            ! Configure config_h.SH hints/aix.sh
5043 ____________________________________________________________________________
5044 [  3730] By: gsar                                  on 1999/07/25  04:56:56
5045         Log: fix little utf8 nits in testsuite; add patch from Ilya that cures
5046              a utf8 bug in one of the new RE optimizations
5047      Branch: perl
5048            ! regcomp.c regexec.c t/harness t/lib/io_udp.t t/op/re_tests
5049            ! t/pragma/locale.t
5050 ____________________________________________________________________________
5051 [  3729] By: jhi                                   on 1999/07/23  19:56:27
5052         Log: From: Andy Dougherty <doughera@lafayette.edu>
5053              To: Perl Porters <perl5-porters@perl.org>
5054              Subject: [PATCH 5.005_57] INSTALL-1.58
5055              Date: Fri, 23 Jul 1999 10:50:13 -0400 (EDT)
5056              Message-Id: <Pine.GSU.4.05.9907231033190.3555-100000@newton.phys>
5057              
5058              plus
5059              
5060              From: "Kurt D. Starsinic" <kstar@chapin.edu>
5061              To: Andy Dougherty <doughera@lafayette.edu>
5062              Cc: Perl Porters <perl5-porters@perl.org>
5063              Subject: Re: [PATCH 5.005_57] INSTALL-1.58
5064              Date: Fri, 23 Jul 1999 13:38:25 -0400
5065              Message-ID: <19990723133825.A12033@O2.chapin.edu>
5066      Branch: cfgperl
5067            ! INSTALL
5068 ____________________________________________________________________________
5069 [  3728] By: gsar                                  on 1999/07/23  17:24:42
5070         Log: applied suggested patch for tracking line numbers correctly in
5071              optimized blocks with a single statement; changed setcop to
5072              setstate and added code for -Dx dumps
5073              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5074              Date: Wed, 23 Jun 1999 17:27:42 +0100
5075              Message-Id: <199906231627.RAA24033@crypt.compulink.co.uk>
5076              Subject: [PATCH 5.005_57] Line number error in optimised else() 
5077      Branch: perl
5078            ! dump.c embed.h ext/Devel/DProf/DProf.xs ext/Opcode/Opcode.pm
5079            ! objXSUB.h op.c opcode.h opcode.pl perlapi.c pp.sym pp_hot.c
5080            ! pp_proto.h t/op/misc.t
5081 ____________________________________________________________________________
5082 [  3727] By: gsar                                  on 1999/07/23  15:56:04
5083         Log: avoid useless use of target for pp_each(); also fixes bugs due to
5084              refcount held by the target
5085      Branch: perl
5086            ! opcode.h opcode.pl pp.c t/op/each.t
5087 ____________________________________________________________________________
5088 [  3726] By: jhi                                   on 1999/07/23  12:08:30
5089         Log: Change #3725 aftershock.
5090      Branch: cfgperl
5091            ! INSTALL jpl/JNI/JNI.pm
5092 ____________________________________________________________________________
5093 [  3725] By: jhi                                   on 1999/07/23  11:58:49
5094         Log: Introduce $Config{ldlibpthname} which contains
5095              the name of the environment variable holding the
5096              dynamic library search path, often LD_LIBRARY_PATH.
5097              Use this new feature all over.
5098              Also removed remnants of admonition "add LD_LIBRARY_PATH
5099              before running make" because Makefile.SH does this for you. 
5100      Branch: cfgperl
5101            ! Configure Makefile.SH config_h.SH
5102            ! ext/DynaLoader/DynaLoader_pm.PL hints/README.hints
5103            ! hints/aix.sh hints/beos.sh hints/cygwin32.sh hints/dgux.sh
5104            ! hints/epix.sh hints/esix4.sh hints/hpux.sh hints/next_4.sh
5105            ! hints/os2.sh hints/rhapsody.sh hints/svr4.sh jpl/JNI/JNI.pm
5106            ! jpl/install-jpl utils/perlbug.PL
5107 ____________________________________________________________________________
5108 [  3724] By: jhi                                   on 1999/07/23  08:03:36
5109         Log: From: Spider Boardman <spider@orb.nashua.nh.us>
5110              To: perl5-porters@perl.org
5111              Subject: [PATCH] Re: [ID 19990715.003] [BUG] all perl5 versions: segfault on $# 
5112              Date: Thu, 22 Jul 1999 19:58:34 -0400
5113              Message-Id: <199907222358.TAA27354@Orb.Nashua.NH.US>
5114      Branch: cfgperl
5115            ! av.c
5116 ____________________________________________________________________________
5117 [  3723] By: gsar                                  on 1999/07/23  00:01:29
5118         Log: emit warning about function calls that were encountered too early
5119              to enforce their prototype
5120      Branch: perl
5121            ! op.c op.h pod/perldiag.pod
5122 ____________________________________________________________________________
5123 [  3722] By: jhi                                   on 1999/07/22  21:19:59
5124         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
5125              To: perl5-porters@perl.org
5126              Cc: Chip Salzenberg <chip@perlsupport.com>, Gurusamy Sarathy <gsar@activestate.com>
5127              Subject: [PATCH] MakeMaker documentation
5128              Date: Wed, 21 Jul 1999 14:15:42 -0400
5129              Message-ID: <19990721141542.A1800@O2.chapin.edu>
5130      Branch: cfgperl
5131            ! lib/ExtUtils/MakeMaker.pm
5132 ____________________________________________________________________________
5133 [  3721] By: jhi                                   on 1999/07/22  21:05:19
5134         Log: From: pvhp@forte.com (Peter Prymmer)
5135              To: chip@perlsupport.com, gsar@activestate.com, perl-mvs@perl.org, perl5-porters@perl.org
5136              Subject: [PATCH: 5.005_03 && 5.005_57]os390 hints file appendix stops bad builds
5137              Date: Wed, 21 Jul 99 17:15:39 PDT
5138              Message-Id: <9907220015.AA11931@forte.com>
5139      Branch: cfgperl
5140            ! hints/os390.sh
5141 ____________________________________________________________________________
5142 [  3720] By: jhi                                   on 1999/07/22  20:51:17
5143         Log: AIX magic: ccdlflags needs to be different for
5144              Perl itself and for extra-core extensions
5145              (as used by ExtUtilss::embed::ldopts).
5146              Based on the problems described in
5147              
5148              From: Mike W Ellwood <mwe@rl.ac.uk>
5149              To: perl5-porters@perl.org
5150              Subject: [ID 19990722.002] Perl 5.00503 and AIX 4.1.5; perl.exp; build errors. Also Imagemagick...
5151              Date: Thu, 22 Jul 1999 14:28:19 +0100 (BST)
5152              Reply-To: m.w.ellwood@rl.ac.uk
5153              Message-Id: <Pine.A41.3.96.990722141209.72660V-100000@unixfe.rl.ac.uk>
5154      Branch: cfgperl
5155            ! Configure Makefile.SH config_h.SH hints/aix.sh
5156 ____________________________________________________________________________
5157 [  3719] By: jhi                                   on 1999/07/22  08:23:53
5158         Log: Update history records.
5159      Branch: cfgperl
5160            ! pod/perlhist.pod
5161 ____________________________________________________________________________
5162 [  3718] By: jhi                                   on 1999/07/21  13:54:42
5163         Log: Todododobedobedo.
5164      Branch: cfgperl
5165            ! Todo
5166 ____________________________________________________________________________
5167 [  3717] By: jhi                                   on 1999/07/21  12:10:48
5168         Log: Even more Todo.
5169      Branch: cfgperl
5170            ! Todo
5171 ____________________________________________________________________________
5172 [  3716] By: jhi                                   on 1999/07/21  11:40:39
5173         Log: Use Errno more extensively so that error
5174              messages are more portable (another way
5175              would be to muck around with LC_MESSAGES).
5176              Problem reported in
5177              
5178              From: oracle@pcr8.pcr.com
5179              To: perl5-porters@perl.org
5180              Subject: [ID 19990719.003] LC_MESSAGES breaks h2xs autoloaded constants on AIX 4.1.4
5181              Date: Mon, 19 Jul 1999 18:39:13 -0400
5182              Message-Id: <9907192239.AA44990@pcr8.pcr.com>
5183      Branch: cfgperl
5184            ! ext/DB_File/DB_File.pm ext/Fcntl/Fcntl.pm
5185            ! ext/GDBM_File/GDBM_File.pm jpl/JNI/JNI.pm lib/AutoLoader.pm
5186            ! lib/CPAN.pm pod/perllocale.pod utils/h2xs.PL
5187 ____________________________________________________________________________
5188 [  3715] By: jhi                                   on 1999/07/21  11:05:36
5189         Log: Slightly modified patch.
5190              From: Sean Sheedy <seans@ncube.com>
5191              To: perl5-porters@perl.org
5192              Subject: [ID 19990720.003] Perl 5.005_3 patch: Non-standard object extensions
5193              Date: Tue, 20 Jul 1999 09:52:06 -0700
5194              Message-Id: <3794A935.1C150E54@ncube.com>
5195      Branch: cfgperl
5196            ! cflags.SH x2p/cflags.SH
5197 ____________________________________________________________________________
5198 [  3714] By: jhi                                   on 1999/07/20  21:26:19
5199         Log: More Todo.
5200      Branch: cfgperl
5201            ! Todo
5202 ____________________________________________________________________________
5203 [  3713] By: jhi                                   on 1999/07/20  18:02:45
5204         Log: Integrate with Sarathy.
5205      Branch: cfgperl
5206           +> ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
5207           +> ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
5208           +> ext/Devel/DProf/Todo t/lib/dprof.t t/lib/dprof/V.pm
5209           +> t/lib/dprof/test1_t t/lib/dprof/test1_v t/lib/dprof/test2_t
5210           +> t/lib/dprof/test2_v t/lib/dprof/test3_t t/lib/dprof/test3_v
5211           +> t/lib/dprof/test4_t t/lib/dprof/test4_v t/lib/dprof/test5_t
5212           +> t/lib/dprof/test5_v t/lib/dprof/test6_t t/lib/dprof/test6_v
5213           +> utils/dprofpp.PL
5214           !> INSTALL MAINTAIN MANIFEST configure.com
5215           !> ext/Devel/Peek/Makefile.PL installman installperl
5216           !> pod/roffitall utils/Makefile vms/descrip_mms.template
5217           !> win32/Makefile win32/makefile.mk win32/win32.h
5218 ____________________________________________________________________________
5219 [  3712] By: gsar                                  on 1999/07/20  15:29:01
5220         Log: DProf tweak
5221      Branch: perl
5222            ! ext/Devel/DProf/DProf.xs
5223 ____________________________________________________________________________
5224 [  3711] By: gsar                                  on 1999/07/20  07:56:19
5225         Log: another DProf build tweak
5226      Branch: perl
5227            ! utils/dprofpp.PL
5228 ____________________________________________________________________________
5229 [  3710] By: gsar                                  on 1999/07/20  07:36:36
5230         Log: move DProf things around to where they are supposed to be
5231      Branch: perl
5232            + t/lib/dprof.t t/lib/dprof/V.pm t/lib/dprof/test1_t
5233            + t/lib/dprof/test1_v t/lib/dprof/test2_t t/lib/dprof/test2_v
5234            + t/lib/dprof/test3_t t/lib/dprof/test3_v t/lib/dprof/test4_t
5235            + t/lib/dprof/test4_v t/lib/dprof/test5_t t/lib/dprof/test5_v
5236            + t/lib/dprof/test6_t t/lib/dprof/test6_v
5237           +> utils/dprofpp.PL
5238            - ext/Devel/DProf/dprofpp.PL ext/Devel/DProf/t/V.pm
5239            - ext/Devel/DProf/t/test1.pl ext/Devel/DProf/t/test1.t
5240            - ext/Devel/DProf/t/test1.v ext/Devel/DProf/t/test2.t
5241            - ext/Devel/DProf/t/test2.v ext/Devel/DProf/t/test3.t
5242            - ext/Devel/DProf/t/test3.v ext/Devel/DProf/t/test4.t
5243            - ext/Devel/DProf/t/test4.v ext/Devel/DProf/t/test5.t
5244            - ext/Devel/DProf/t/test5.v ext/Devel/DProf/t/test6.t
5245            - ext/Devel/DProf/t/test6.v ext/Devel/DProf/test.pl
5246            ! INSTALL MANIFEST ext/Devel/DProf/Makefile.PL installman
5247            ! installperl pod/roffitall utils/Makefile
5248            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
5249 ____________________________________________________________________________
5250 [  3709] By: gsar                                  on 1999/07/20  06:13:16
5251         Log: DProf fixups for PERL_IMPLICIT_CONTEXT
5252      Branch: perl
5253            ! ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
5254            ! ext/Devel/Peek/Makefile.PL
5255 ____________________________________________________________________________
5256 [  3708] By: gsar                                  on 1999/07/20  06:01:22
5257         Log: move DProf to Devel/DProf
5258      Branch: perl
5259           +> ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
5260           +> ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
5261           +> ext/Devel/DProf/Todo ext/Devel/DProf/dprofpp.PL
5262           +> ext/Devel/DProf/t/V.pm ext/Devel/DProf/t/test1.pl
5263           +> ext/Devel/DProf/t/test1.t ext/Devel/DProf/t/test1.v
5264           +> ext/Devel/DProf/t/test2.t ext/Devel/DProf/t/test2.v
5265           +> ext/Devel/DProf/t/test3.t ext/Devel/DProf/t/test3.v
5266           +> ext/Devel/DProf/t/test4.t ext/Devel/DProf/t/test4.v
5267           +> ext/Devel/DProf/t/test5.t ext/Devel/DProf/t/test5.v
5268           +> ext/Devel/DProf/t/test6.t ext/Devel/DProf/t/test6.v
5269           +> ext/Devel/DProf/test.pl
5270            - ext/DProf/Changes ext/DProf/DProf.pm ext/DProf/DProf.xs
5271            - ext/DProf/Makefile.PL ext/DProf/Todo ext/DProf/dprofpp.PL
5272            - ext/DProf/t/V.pm ext/DProf/t/test1.pl ext/DProf/t/test1.t
5273            - ext/DProf/t/test1.v ext/DProf/t/test2.t ext/DProf/t/test2.v
5274            - ext/DProf/t/test3.t ext/DProf/t/test3.v ext/DProf/t/test4.t
5275            - ext/DProf/t/test4.v ext/DProf/t/test5.t ext/DProf/t/test5.v
5276            - ext/DProf/t/test6.t ext/DProf/t/test6.v ext/DProf/test.pl
5277            ! MAINTAIN MANIFEST configure.com win32/Makefile
5278            ! win32/makefile.mk
5279 ____________________________________________________________________________
5280 [  3707] By: gsar                                  on 1999/07/20  05:39:11
5281         Log: add Devel::DProf v19990108 from CPAN, as it was
5282      Branch: perl
5283            + ext/DProf/Changes ext/DProf/DProf.pm ext/DProf/DProf.xs
5284            + ext/DProf/Makefile.PL ext/DProf/Todo ext/DProf/dprofpp.PL
5285            + ext/DProf/t/V.pm ext/DProf/t/test1.pl ext/DProf/t/test1.t
5286            + ext/DProf/t/test1.v ext/DProf/t/test2.t ext/DProf/t/test2.v
5287            + ext/DProf/t/test3.t ext/DProf/t/test3.v ext/DProf/t/test4.t
5288            + ext/DProf/t/test4.v ext/DProf/t/test5.t ext/DProf/t/test5.v
5289            + ext/DProf/t/test6.t ext/DProf/t/test6.v ext/DProf/test.pl
5290            ! MANIFEST
5291 ____________________________________________________________________________
5292 [  3706] By: gsar                                  on 1999/07/20  04:52:25
5293         Log: C<union any> needs no PERL_OBJECT-treatment
5294      Branch: perl
5295            ! win32/win32.h
5296 ____________________________________________________________________________
5297 [  3705] By: gsar                                  on 1999/07/20  04:11:54
5298         Log: fix problem in default build
5299      Branch: perl
5300            ! win32/Makefile win32/makefile.mk
5301 ____________________________________________________________________________
5302 [  3704] By: jhi                                   on 1999/07/19  07:06:36
5303         Log: Integrate with Sarathy.
5304      Branch: cfgperl
5305           !> Changes lib/Carp.pm makedef.pl pod/perldiag.pod sv.h util.c
5306           !> win32/win32.c
5307 ____________________________________________________________________________
5308 [  3703] By: gsar                                  on 1999/07/19  05:55:57
5309         Log: win32 nits
5310      Branch: perl
5311            ! makedef.pl sv.h
5312 ____________________________________________________________________________
5313 [  3702] By: gsar                                  on 1999/07/19  04:29:34
5314         Log: don't display tid from main thread (or testsuite breaks)
5315      Branch: perl
5316            ! lib/Carp.pm util.c
5317 ____________________________________________________________________________
5318 [  3701] By: gsar                                  on 1999/07/19  00:47:52
5319         Log: remove several doubled (and tripled!) entries
5320      Branch: perl
5321            ! pod/perldiag.pod
5322 ____________________________________________________________________________
5323 [  3700] By: gsar                                  on 1999/07/19  00:42:34
5324         Log: integrate cfgperl contents into mainline
5325      Branch: perl
5326           +> makedef.pl
5327            - perl_exp.SH win32/makedef.pl
5328           !> MANIFEST Makefile.SH ext/DynaLoader/DynaLoader_pm.PL
5329           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_vms.xs hints/aix.sh
5330           !> pod/perldiag.pod pp.c regexec.c t/pragma/warn/util toke.c
5331           !> utf8.c util.c win32/Makefile win32/makefile.mk
5332 ____________________________________________________________________________
5333 [  3699] By: gsar                                  on 1999/07/19  00:33:59
5334         Log: avoid bug in win32_str_os_error() (from Jan Dubois)
5335      Branch: perl
5336            ! Changes win32/win32.c
5337 ____________________________________________________________________________
5338 [  3698] By: jhi                                   on 1999/07/18  21:33:57
5339         Log: Integrate with Sarathy.
5340      Branch: cfgperl
5341           +> t/op/chars.t
5342           !> (integrate 57 files)
5343 ____________________________________________________________________________
5344 [  3697] By: gsar                                  on 1999/07/18  05:22:36
5345         Log: From: pvhp@forte.com (Peter Prymmer)
5346              Date: Thu, 1 Jul 99 19:31:24 PDT
5347              Message-Id: <9907020231.AA16942@forte.com>
5348              Subject: [ID 19990701.031] 4 ctl chars on EBCDIC not asciiish enough
5349      Branch: perl
5350            + t/op/chars.t
5351            ! MANIFEST ebcdic.c t/op/ord.t
5352 ____________________________________________________________________________
5353 [  3696] By: gsar                                  on 1999/07/18  05:11:02
5354         Log: display thread id in diagnostics (suggested by Dan Sugalski)
5355      Branch: perl
5356            ! lib/Carp.pm util.c
5357 ____________________________________________________________________________
5358 [  3695] By: gsar                                  on 1999/07/18  04:57:47
5359         Log: missing perldiag entry (from Dan Sugalski <sugalskd@osshe.edu>)
5360      Branch: perl
5361            ! pod/perldiag.pod
5362 ____________________________________________________________________________
5363 [  3694] By: gsar                                  on 1999/07/18  04:56:28
5364         Log: cache [NIUP]V conversions of defined READONLY values
5365              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5366              Date: Sun, 11 Jul 1999 04:39:44 -0400
5367              Message-ID: <19990711043944.A25944@monk.mps.ohio-state.edu>
5368              Subject: [PATCH 5.005_57] Allow caching of numeric/string conversion
5369      Branch: perl
5370            ! sv.c
5371 ____________________________________________________________________________
5372 [  3693] By: gsar                                  on 1999/07/18  03:53:38
5373         Log: From: jan.dubois@ibm.net (Jan Dubois)
5374              Date: Sat, 17 Jul 1999 10:58:29 +0200
5375              Message-ID: <379144ad.13616689@smtp1.ibm.net>
5376              Subject: [PATCH 5.005] Some lib/ExtUtils/Manifest.pm POD fixes
5377      Branch: perl
5378            ! lib/ExtUtils/Manifest.pm
5379 ____________________________________________________________________________
5380 [  3692] By: gsar                                  on 1999/07/18  03:51:03
5381         Log: remove spurious newSTATEOP() that causes goto to enter one too many
5382              contexts when jumping between if and elsif blocks
5383      Branch: perl
5384            ! perly.c perly.y pp_ctl.c t/op/goto.t
5385 ____________________________________________________________________________
5386 [  3691] By: gsar                                  on 1999/07/18  01:49:59
5387         Log: detypo, update Changes
5388      Branch: perl
5389            ! Changes doio.c
5390 ____________________________________________________________________________
5391 [  3690] By: gsar                                  on 1999/07/18  01:16:59
5392         Log: mention the -Minteger effect on modulus (from Nathan Torkington)
5393      Branch: perl
5394            ! lib/integer.pm
5395 ____________________________________________________________________________
5396 [  3689] By: gsar                                  on 1999/07/18  00:47:17
5397         Log: ensure __END__ appears on a line by itself in wrapped
5398              scripts (thanks to Steve Tolkin <tolkin@mediaone.net>);
5399              mention caveat about successfull kill()
5400      Branch: perl
5401            ! pod/perlfunc.pod win32/bin/pl2bat.pl
5402 ____________________________________________________________________________
5403 [  3688] By: gsar                                  on 1999/07/17  20:47:44
5404         Log: noecho noops (from Nicholas Clark <nick@flirble.org>)
5405      Branch: perl
5406            ! ext/SDBM_File/sdbm/Makefile.PL
5407 ____________________________________________________________________________
5408 [  3687] By: gsar                                  on 1999/07/17  20:43:27
5409         Log: make CC.pm use a distinct CCPP() macro rather than PP()
5410              (suggested by Vishal Bhatia <vishalb@my-deja.com>)
5411      Branch: perl
5412            ! cc_runtime.h ext/B/B/CC.pm
5413 ____________________________________________________________________________
5414 [  3686] By: gsar                                  on 1999/07/17  20:39:08
5415         Log: tiny bug in vars.pm (from John Dlugosz)
5416      Branch: perl
5417            ! lib/vars.pm
5418 ____________________________________________________________________________
5419 [  3685] By: gsar                                  on 1999/07/17  20:37:27
5420         Log: applied suggested patch, along with later tweak
5421              From: jan.dubois@ibm.net (Jan Dubois)
5422              Date: Wed, 14 Jul 1999 23:53:43 +0200
5423              Message-ID: <37a902e7.15977234@smtp1.ibm.net>
5424              Subject: Merge ActivePerl Stylesheet support etc into Pod::Html.pm
5425      Branch: perl
5426            ! lib/Pod/Html.pm
5427 ____________________________________________________________________________
5428 [  3684] By: gsar                                  on 1999/07/17  20:24:32
5429         Log: avoid #ifdef DEBUGGING in thrdvar.h (from Dominic Dunlop <domo@vo.lu>)
5430      Branch: perl
5431            ! thrdvar.h
5432 ____________________________________________________________________________
5433 [  3683] By: gsar                                  on 1999/07/17  20:21:01
5434         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5435              Date: Tue, 13 Jul 1999 05:44:28 -0400 (EDT)
5436              Message-Id: <199907130944.FAA04473@monk.mps.ohio-state.edu>
5437              Subject: [PATCH 5.005_57] Segfaults if $^P
5438      Branch: perl
5439            ! embed.h embed.pl global.sym mg.c objXSUB.h perl.c perlapi.c
5440            ! proto.h
5441 ____________________________________________________________________________
5442 [  3682] By: gsar                                  on 1999/07/17  20:04:17
5443         Log: use a better prefixify() heuristic than m/perl/ (prefix/lib/perl5
5444              and prefix/lib/perl5/man are ass_u_med only if those directories
5445              actually exist; else prefix/{lib,man} are used)
5446      Branch: perl
5447            ! lib/ExtUtils/MM_Unix.pm
5448 ____________________________________________________________________________
5449 [  3681] By: gsar                                  on 1999/07/17  19:12:33
5450         Log: allow $foo{$x} and $bar[$i] for (\$) prototype
5451      Branch: perl
5452            ! op.c t/comp/proto.t
5453 ____________________________________________________________________________
5454 [  3680] By: gsar                                  on 1999/07/17  18:23:55
5455         Log: fix vec() on magic values
5456              From: Ian Phillipps <ian@dial.pipex.com>
5457              Date: Mon, 12 Jul 1999 12:30:05 +0100
5458              Message-ID: <19990712123005.A11355@homer.diplex.co.uk>
5459              Subject: [PATCH 5.005_57] Re: do_vecset is broken.  Re: [ID 19990703.003].
5460      Branch: perl
5461            ! doop.c t/op/tie.t
5462 ____________________________________________________________________________
5463 [  3679] By: gsar                                  on 1999/07/17  18:10:44
5464         Log: make system() return -1 and set $! if exec of child failed
5465              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5466              Date: Fri, 9 Jul 1999 05:21:13 -0400
5467              Message-ID: <19990709052113.A6201@monk.mps.ohio-state.edu>
5468              Subject: [PATCH 5.005_57] system()==-1 and $! from failing fork/exec
5469      Branch: perl
5470            ! doio.c embed.h embed.pl global.sym objXSUB.h perlapi.c
5471            ! pod/perlfunc.pod pp_sys.c proto.h t/op/exec.t
5472 ____________________________________________________________________________
5473 [  3678] By: gsar                                  on 1999/07/17  17:54:01
5474         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5475              Date: Fri, 9 Jul 1999 04:27:51 -0400 (EDT)
5476              Message-Id: <199907090827.EAA03321@monk.mps.ohio-state.edu>
5477              Subject: [PATCH 5.005_57] File descriptor leak in do_exec3
5478      Branch: perl
5479            ! util.c
5480 ____________________________________________________________________________
5481 [  3677] By: gsar                                  on 1999/07/17  17:34:38
5482         Log: a modernized version of find2perl from Ken Pizzini <ken@halcyon.com>;
5483              converted Ken's documentation outline into pod
5484      Branch: perl
5485            ! x2p/find2perl.PL
5486 ____________________________________________________________________________
5487 [  3676] By: gsar                                  on 1999/07/17  16:34:09
5488         Log: pod fixes (with minor edits) from Abigail, Ronald Kimball, Jon
5489              Waddington, Tuomas Lukka, Steven Tolkin, Ian Phillipps, and
5490              Steve Lidie
5491      Branch: perl
5492            ! pod/Win32.pod pod/perldelta.pod pod/perlfaq.pod
5493            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
5494            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfunc.pod
5495            ! pod/perlguts.pod pod/perlhist.pod pod/perlop.pod
5496            ! pod/perlport.pod pod/perltoc.pod pod/perltodo.pod
5497            ! pod/perltoot.pod pod/perltootc.pod pod/perlvar.pod
5498 ____________________________________________________________________________
5499 [  3675] By: gsar                                  on 1999/07/17  00:16:53
5500         Log: backout redundant change#3628
5501      Branch: perl
5502            ! Changes hints/bsdos.sh
5503 ____________________________________________________________________________
5504 [  3674] By: jhi                                   on 1999/07/15  14:26:03
5505         Log: Fix the bin/oct/hex constant overflow tests for
5506              long long platforms.
5507      Branch: cfgperl
5508            ! t/pragma/warn/util
5509 ____________________________________________________________________________
5510 [  3673] By: jhi                                   on 1999/07/14  21:59:11
5511         Log: Fixed AIX dynamic loading and AIX shared Perl library.
5512              Tested in: AIX 4.1.5 cc+useshrplib+usethreads, 4.1.5 cc,
5513              4.1.5 gcc+useshrplib+usethreads, 4.3.1 cc+useshrplib.
5514              Hijacked win32/makedef.pl for more general purpose export
5515              list building, now it is used (as toplevel makedef.pl)
5516              for win32 and AIX (perl_exp.SH made unnecessary).
5517              Because the export lists are now correct in AIX, no more linker
5518              warnings about "Exported symbol not defined" should appear.
5519      Branch: cfgperl
5520            + makedef.pl
5521            - perl_exp.SH win32/makedef.pl
5522            ! MANIFEST Makefile.SH ext/DynaLoader/DynaLoader_pm.PL
5523            ! ext/DynaLoader/dl_aix.xs hints/aix.sh win32/Makefile
5524            ! win32/makefile.mk
5525 ____________________________________________________________________________
5526 [  3672] By: gsar                                  on 1999/07/14  17:12:13
5527         Log: minor efficiency tweak
5528      Branch: perl
5529            ! pp_ctl.c
5530 ____________________________________________________________________________
5531 [  3671] By: jhi                                   on 1999/07/14  16:22:39
5532         Log: The regexec.c change of #3606 caused a core dump in fbm_instr()
5533              if its caller re_intuit_start() was entered with strend == strpos
5534              because end_shift ended up as -1.  The patch ain't necessarily
5535              correct but least the core dump is avoided.
5536      Branch: cfgperl
5537            ! regexec.c
5538 ____________________________________________________________________________
5539 [  3670] By: jhi                                   on 1999/07/13  07:59:09
5540         Log: Integrate with Sarathy.
5541      Branch: cfgperl
5542            - XSlock.h win32/GenCAPI.pl win32/TEST win32/autosplit.pl
5543            - win32/genxsdef.pl win32/makemain.pl win32/makeperldef.pl
5544           !> (integrate 67 files)
5545 ____________________________________________________________________________
5546 [  3669] By: gsar                                  on 1999/07/12  06:14:54
5547         Log: fixups for sundry warnings about function pointers
5548      Branch: perl
5549            ! ext/re/re.xs intrpvar.h op.c perl.c perl.h pp_ctl.c scope.h
5550            ! sv.c thrdvar.h util.c win32/Makefile win32/makefile.mk
5551            ! win32/win32.c win32/win32.h
5552 ____________________________________________________________________________
5553 [  3668] By: gsar                                  on 1999/07/12  04:11:58
5554         Log: tweaks for win32/borland
5555      Branch: perl
5556            ! t/pragma/locale.t win32/makedef.pl win32/makefile.mk
5557 ____________________________________________________________________________
5558 [  3667] By: gsar                                  on 1999/07/12  01:55:15
5559         Log: yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADS
5560              builds; passing the implicit context is unified among the three
5561              flavors; PERL_IMPLICIT_CONTEXT is auto-enabled under all three
5562              flavors (see the top of perl.h) for testing; all varargs functions
5563              foo() have a va_list-taking variant vfoo() for generating the
5564              context-free versions; the PERL_OBJECT build should now be
5565              hyper-compatible with CPAN extensions (C++ is totally out of
5566              the picture)
5567              
5568              result has only been tested on Windows
5569              
5570              TODO: write docs on the THX rationale and idiomatic usage of
5571              the Perl API
5572      Branch: perl
5573            - XSlock.h win32/GenCAPI.pl win32/TEST win32/autosplit.pl
5574            - win32/genxsdef.pl win32/makemain.pl win32/makeperldef.pl
5575            ! MANIFEST XSUB.h bytecode.pl deb.c dump.c embed.h embed.pl
5576            ! embedvar.h ext/B/B.xs ext/ByteLoader/ByteLoader.xs
5577            ! ext/ByteLoader/byterun.c ext/Data/Dumper/Dumper.xs
5578            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs ext/IO/IO.xs
5579            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
5580            ! ext/SDBM_File/SDBM_File.xs ext/Socket/Socket.xs
5581            ! ext/Thread/Thread.xs ext/attrs/attrs.xs ext/re/re.xs
5582            ! global.sym globals.c intrpvar.h iperlsys.h
5583            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
5584            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/xsubpp lib/base.pm
5585            ! lib/warning.pm malloc.c objXSUB.h perl.c perl.h perlapi.c
5586            ! perlapi.h perlio.c pp_sys.c proto.h regcomp.c regexec.c
5587            ! scope.c sv.c thrdvar.h util.c win32/Makefile win32/config_H.bc
5588            ! win32/config_H.gc win32/config_H.vc win32/config_h.PL
5589            ! win32/dl_win32.xs win32/include/dirent.h
5590            ! win32/include/sys/socket.h win32/makedef.pl win32/makefile.mk
5591            ! win32/perllib.c win32/runperl.c win32/win32.c win32/win32.h
5592            ! win32/win32iop.h win32/win32sck.c
5593 ____________________________________________________________________________
5594 [  3666] By: jhi                                   on 1999/07/11  22:00:13
5595         Log: Integrate with Sarathy.
5596      Branch: cfgperl
5597           !> op.c t/op/lex_assign.t
5598 ____________________________________________________________________________
5599 [  3665] By: jhi                                   on 1999/07/11  21:59:01
5600         Log: More manual sync.
5601      Branch: cfgperl
5602            ! pod/perldelta.pod
5603 ____________________________________________________________________________
5604 [  3664] By: gsar                                  on 1999/07/11  19:11:07
5605         Log: change#3612 was buggy and failed to build Tk; applied Ilya's
5606              remedy and related tests via private mail
5607      Branch: perl
5608            ! op.c t/op/lex_assign.t
5609 ____________________________________________________________________________
5610 [  3663] By: jhi                                   on 1999/07/11  15:04:37
5611         Log: Manual synchronization with Sarathy (some files
5612              had drifted apart for no apparent reason), plus
5613              I had a typo in dl_vms.xs Sarathy had fixed.
5614      Branch: cfgperl
5615            ! ext/DynaLoader/dl_vms.xs pod/perldelta.pod pp.c pp_sys.c
5616 ____________________________________________________________________________
5617 [  3662] By: jhi                                   on 1999/07/10  12:23:21
5618         Log: Change t/pragma/warn oct()/hex() overflow tests to use %Config
5619              to adapt to the underlying platform (the binary, 0b1..., test
5620              was broken in 64-bit platforms).  Also change "hex" in the
5621              warning messages to "hexadecimal" to match "binary" and "octal".
5622      Branch: cfgperl
5623            ! pod/perldiag.pod t/pragma/warn/util util.c
5624 ____________________________________________________________________________
5625 [  3661] By: jhi                                   on 1999/07/08  21:54:55
5626         Log: Integrate with Sarathy.
5627      Branch: cfgperl
5628           +> perlapi.c perlapi.h
5629           !> (integrate 43 files)
5630 ____________________________________________________________________________
5631 [  3660] By: gsar                                  on 1999/07/08  18:47:35
5632         Log: more PERL_OBJECT cleanups (changes still untested on Unix!)
5633      Branch: perl
5634            + perlapi.c perlapi.h
5635            ! MANIFEST XSUB.h emacs/ptags embed.h embed.pl embedvar.h
5636            ! ext/Opcode/Opcode.xs global.sym globals.c intrpvar.h
5637            ! iperlsys.h mg.c miniperlmain.c objXSUB.h perl.c perl.h perly.c
5638            ! pp.c pp_ctl.c pp_hot.c proto.h regcomp.c regcomp.h regexec.c
5639            ! scope.c scope.h sv.c thrdvar.h toke.c util.c win32/GenCAPI.pl
5640            ! win32/Makefile win32/makedef.pl win32/perllib.c win32/win32.c
5641            ! win32/win32.h
5642 ____________________________________________________________________________
5643 [  3659] By: gsar                                  on 1999/07/08  18:41:45
5644         Log: sundry cleanups for clean build on windows
5645      Branch: perl
5646            ! doio.c regcomp.c regcomp.h t/io/openpid.t utf8.c
5647 ____________________________________________________________________________
5648 [  3658] By: gsar                                  on 1999/07/08  01:24:25
5649         Log: fixes for logical bugs in the lexwarn patch; other tweaks to avoid
5650              type mismatch problems
5651      Branch: perl
5652            ! doio.c gv.c op.c pp.c regcomp.c regexec.c run.c sv.c
5653            ! t/pragma/warn/op toke.c utf8.c util.c
5654 ____________________________________________________________________________
5655 [  3657] By: jhi                                   on 1999/07/07  23:01:16
5656         Log: Integrate with Sarathy.  perldiag.pod required manual editing.
5657      Branch: cfgperl
5658            ! pod/perldiag.pod
5659           !> Changes configure.com ext/B/B/Deparse.pm
5660           !> ext/ByteLoader/Makefile.PL ext/Fcntl/Fcntl.xs
5661           !> ext/IO/lib/IO/File.pm gv.c iperlsys.h lib/ExtUtils/MM_VMS.pm
5662           !> lib/File/Basename.pm lib/File/Spec/VMS.pm perlsfio.h
5663           !> t/base/rs.t t/lib/io_multihomed.t t/lib/textfill.t
5664           !> t/lib/textwrap.t t/op/filetest.t t/op/mkdir.t
5665           !> t/pragma/overload.t thread.h vms/vms.c
5666 ____________________________________________________________________________
5667 [  3656] By: gsar                                  on 1999/07/07  21:04:38
5668         Log: integrate cfgperl contents
5669      Branch: perl
5670           +> lib/unicode/Is/ASCII.pl lib/unicode/Is/Cntrl.pl
5671           +> lib/unicode/Is/Graph.pl lib/unicode/Is/Punct.pl
5672           +> lib/unicode/Is/Word.pl lib/unicode/Is/XDigit.pl
5673            ! Changes
5674           !> (integrate 45 files)
5675 ____________________________________________________________________________
5676 [  3655] By: gsar                                  on 1999/07/07  18:55:45
5677         Log: filetest.t and ByteLoader build tweaks from Peter Prymmer
5678              <pvhp@forte.com>
5679      Branch: perl
5680            ! ext/ByteLoader/Makefile.PL t/op/filetest.t
5681 ____________________________________________________________________________
5682 [  3654] By: gsar                                  on 1999/07/07  18:47:03
5683         Log: change#1889 mistakenly removed F_SETLK
5684      Branch: perl
5685            ! ext/Fcntl/Fcntl.xs
5686 ____________________________________________________________________________
5687 [  3653] By: gsar                                  on 1999/07/07  18:42:42
5688         Log: B::Deparse update
5689              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
5690              Date: Mon,  5 Jul 1999 17:57:03 -0500 (CDT)
5691              Message-ID: <14209.13729.738691.610723@alias-2.pr.mcs.net>
5692              Subject: [PATCH _57, long] B::Deparse 0.58
5693      Branch: perl
5694            ! ext/B/B/Deparse.pm
5695 ____________________________________________________________________________
5696 [  3652] By: gsar                                  on 1999/07/07  18:41:07
5697         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5698              Date: Mon, 5 Jul 1999 18:24:19 -0400 (EDT)
5699              Message-Id: <199907052224.SAA10454@monk.mps.ohio-state.edu>
5700              Subject: Re: [ID 19990705.001] Overloading boolean conversion
5701      Branch: perl
5702            ! gv.c t/pragma/overload.t
5703 ____________________________________________________________________________
5704 [  3651] By: gsar                                  on 1999/07/07  17:47:30
5705         Log: missing PerlIO_reopen() (suggested by sam@daemoninc.com)
5706      Branch: perl
5707            ! perlsfio.h
5708 ____________________________________________________________________________
5709 [  3650] By: gsar                                  on 1999/07/07  17:45:52
5710         Log: applied new parts of suggested patch
5711              From: Charles Bailey <BAILEY@newman.upenn.edu>
5712              Date: Fri, 02 Jul 1999 19:18:41 -0400 (EDT)
5713              Message-id: <01JD3M8W1VXS000S5G@mail.newman.upenn.edu>
5714              Subject: [PATCH 5.005_57] Consolidated VMS patch
5715      Branch: perl
5716            ! configure.com ext/IO/lib/IO/File.pm iperlsys.h
5717            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm
5718            ! lib/File/Spec/VMS.pm pod/perldiag.pod t/base/rs.t
5719            ! t/lib/io_multihomed.t t/lib/textfill.t t/lib/textwrap.t
5720            ! t/op/filetest.t t/op/mkdir.t thread.h vms/vms.c
5721 ____________________________________________________________________________
5722 [  3649] By: jhi                                   on 1999/07/07  13:38:02
5723         Log: Sync regcomp warn with reality.
5724      Branch: cfgperl
5725            ! t/pragma/warn/regcomp
5726 ____________________________________________________________________________
5727 [  3648] By: jhi                                   on 1999/07/07  13:04:55
5728         Log: Integrate with Sarathy; one conflict in t/pragma/warn/recgomp
5729              resolved manually.
5730      Branch: cfgperl
5731           +> pod/perllexwarn.pod t/pragma/warn/6default t/pragma/warn/av
5732           +> t/pragma/warn/doop t/pragma/warn/hv t/pragma/warn/malloc
5733           +> t/pragma/warn/perlio t/pragma/warn/run t/pragma/warn/utf8
5734            - README.lexwarn
5735           !> (integrate 79 files)
5736 ____________________________________________________________________________
5737 [  3647] By: gsar                                  on 1999/07/07  10:32:03
5738         Log: From: jan.dubois@ibm.net (Jan Dubois)
5739              Date: Thu, 01 Jul 1999 11:17:53 +0200
5740              Message-ID: <377b2ca4.14467042@smtp1.ibm.net>
5741              Subject: [PATCH 5.005_57] MakeMaker support for pod2html
5742      Branch: perl
5743            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
5744            ! lib/ExtUtils/MakeMaker.pm
5745 ____________________________________________________________________________
5746 [  3646] By: gsar                                  on 1999/07/07  10:27:55
5747         Log: fix undocumented IO::Handle functions as suggested
5748              by cj10@cam.ac.uk
5749      Branch: perl
5750            ! ext/IO/lib/IO/Handle.pm
5751 ____________________________________________________________________________
5752 [  3645] By: gsar                                  on 1999/07/07  10:18:55
5753         Log: prohibit thread join()ing itself (from Dan Sugalski)
5754      Branch: perl
5755            ! ext/Thread/Thread.xs
5756 ____________________________________________________________________________
5757 [  3644] By: gsar                                  on 1999/07/07  10:14:26
5758         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
5759              Date: Wed, 30 Jun 1999 14:02:42 -0700
5760              Message-ID: <LJHFKBDHMHHJDAAA@my-deja.com>
5761              Subject:  [PATCH 5.005_57] Compiler and XSUBS
5762      Branch: perl
5763            ! ext/B/B/C.pm
5764 ____________________________________________________________________________
5765 [  3643] By: gsar                                  on 1999/07/07  10:08:38
5766         Log: mention C<foreach VAR (LIST) BLOCK continue BLOCK> syntax
5767              (from François Désarménien <desar@club-internet.fr>)
5768      Branch: perl
5769            ! pod/perlsyn.pod
5770 ____________________________________________________________________________
5771 [  3642] By: gsar                                  on 1999/07/07  10:03:24
5772         Log: From: Doug MacEachern <dougm@cp.net>
5773              Date: Sun, 27 Jun 1999 22:43:25 -0700 (PDT)
5774              Message-ID: <Pine.LNX.4.10.9906272236430.389-100000@mojo.eng.cp.net>
5775              Subject: [PATCH 5.005_57] add B::PV::{LEN,CUR}
5776      Branch: perl
5777            ! ext/B/B.xs
5778 ____________________________________________________________________________
5779 [  3641] By: gsar                                  on 1999/07/07  10:00:57
5780         Log: slightly modified version of suggested patch
5781              From: Steven N. Hirsch <hirschs@stargate.btv.ibm.com>
5782              Date: Mon, 28 Jun 1999 14:23:59 -0400
5783              Message-Id: <199906281823.OAA24912@stargate.btv.ibm.com>
5784              Subject: [ID 19990628.007] POSIX::tmpnam() broken for threaded 5.00503
5785      Branch: perl
5786            ! ext/POSIX/POSIX.xs
5787 ____________________________________________________________________________
5788 [  3640] By: gsar                                  on 1999/07/07  09:45:43
5789         Log: lexical warnings update (warning.t fails one test
5790              due to leaked scalar, investigation pending)
5791              From: paul.marquess@bt.com
5792              Date: Sat, 26 Jun 1999 23:19:52 +0100
5793              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C8E@mbtlipnt02.btlabs.bt.co.uk>
5794              Subject: [PATCH 5.005_57] Lexical Warnings - mandatory warning are now default warnings
5795      Branch: perl
5796            + pod/perllexwarn.pod t/pragma/warn/6default t/pragma/warn/av
5797            + t/pragma/warn/doop t/pragma/warn/hv t/pragma/warn/malloc
5798            + t/pragma/warn/perlio t/pragma/warn/run t/pragma/warn/utf8
5799            - README.lexwarn
5800            ! Changes MANIFEST av.c djgpp/djgpp.c doio.c doop.c
5801            ! ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
5802            ! ext/ByteLoader/byterun.h gv.c hv.c jpl/JNI/JNI.xs
5803            ! lib/warning.pm mg.c op.c os2/os2.c perl.c perlio.c
5804            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
5805            ! pod/perlmodlib.pod pod/perlrun.pod pod/perlvar.pod pp.c
5806            ! pp_ctl.c run.c sv.c t/pragma/warn/3both t/pragma/warn/doio
5807            ! t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
5808            ! t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
5809            ! t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
5810            ! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
5811            ! t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
5812            ! t/pragma/warn/util t/pragma/warning.t toke.c utf8.c util.c
5813            ! warning.h warning.pl win32/win32.c
5814 ____________________________________________________________________________
5815 [  3639] By: gsar                                  on 1999/07/07  08:09:30
5816         Log: From: Brian Jepson <bjepson@home.com>
5817              Date: Sat, 26 Jun 1999 10:47:45 -0500 (EST)
5818              Message-ID: <Pine.LNX.4.10.9906261044180.659-100000@cx384756-a.sking1.ri.home.com>
5819              Subject: Patch to JPL example program
5820      Branch: perl
5821            ! jpl/JPL_Rolo/JPL_Rolo.jpl
5822 ____________________________________________________________________________
5823 [  3638] By: jhi                                   on 1999/07/07  08:07:58
5824         Log: Integrate with Sarathy.
5825      Branch: cfgperl
5826           !> (integrate 34 files)
5827 ____________________________________________________________________________
5828 [  3637] By: gsar                                  on 1999/07/07  08:07:49
5829         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
5830              Date: Fri, 25 Jun 1999 13:38:44 -0500 (CDT)
5831              Message-ID: <14193.25034.113373.245377@alias-2.pr.mcs.net>
5832              Subject: [PATCH _57, long] Eliminate CONDOPs
5833      Branch: perl
5834            ! bytecode.pl dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm
5835            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
5836            ! ext/B/B/Debug.pm ext/B/B/Xref.pm ext/B/ramblings/flip-flop
5837            ! ext/B/typemap op.c op.h opcode.h opcode.pl perl.h
5838            ! pod/perltoc.pod pp_ctl.c pp_hot.c
5839 ____________________________________________________________________________
5840 [  3636] By: gsar                                  on 1999/07/07  07:50:51
5841         Log: adapted suggested patch for IO-1.20x
5842              From: ian@dial.pipex.com
5843              Date:  Fri, 25 Jun 1999 10:39:42 +0100
5844              Message-Id:  <199906250939.KAA02152@homer.diplex.co.uk>
5845              Subject: [ID 19990625.001]  Minor fixes for IO::Socket.pm
5846      Branch: perl
5847            ! ext/IO/lib/IO/Socket.pm
5848 ____________________________________________________________________________
5849 [  3635] By: gsar                                  on 1999/07/07  07:26:05
5850         Log: PowerMAX hints update from Tom Horsley <Tom.Horsley@mail.ccur.com>
5851      Branch: perl
5852            ! hints/powerux.sh
5853 ____________________________________________________________________________
5854 [  3634] By: gsar                                  on 1999/07/07  07:20:02
5855         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5856              Date: Wed, 23 Jun 1999 16:16:05 +0100
5857              Message-Id: <199906231516.QAA23851@crypt.compulink.co.uk>
5858              Subject: [PATCH 5.005_57] memleak in optimizer
5859      Branch: perl
5860            ! embed.h embed.pl objXSUB.h op.c proto.h
5861 ____________________________________________________________________________
5862 [  3633] By: gsar                                  on 1999/07/07  07:10:52
5863         Log: add do-not-edit caveats for files generated by opcode.pl
5864              (suggested by Hugo van der Sanden)
5865      Branch: perl
5866            ! opcode.h opcode.pl pp.sym pp_proto.h
5867 ____________________________________________________________________________
5868 [  3632] By: gsar                                  on 1999/07/07  06:41:13
5869         Log: better diagnostics on read operations from write-only
5870              filehandles
5871      Branch: perl
5872            ! doio.c perl.c pod/perldelta.pod pod/perldiag.pod pp_hot.c
5873            ! pp_sys.c t/pragma/warn/pp_hot t/pragma/warn/pp_sys
5874 ____________________________________________________________________________
5875 [  3631] By: gsar                                  on 1999/07/07  02:03:34
5876         Log: make Sys::Hostname safe against C<$SIG{CHLD}='IGNORE'> (suggested
5877              by David Muir Sharnoff <muir@idiom.com>)
5878      Branch: perl
5879            ! lib/Sys/Hostname.pm
5880 ____________________________________________________________________________
5881 [  3630] By: gsar                                  on 1999/07/07  01:57:16
5882         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
5883              Date: Sun, 20 Jun 1999 17:17:17 -0700
5884              Message-ID: <AEBDBGKPMEAJAAAA@my-deja.com>
5885              Subject: [PATCH 5.005_57] Minor bug fix in pp_require
5886      Branch: perl
5887            ! ext/B/B/CC.pm
5888 ____________________________________________________________________________
5889 [  3629] By: gsar                                  on 1999/07/07  01:46:03
5890         Log: installperl should write normal messages to STDOUT, not STDERR
5891      Branch: perl
5892            ! installperl
5893 ____________________________________________________________________________
5894 [  3628] By: gsar                                  on 1999/07/07  01:41:25
5895         Log: BSD/OS needs -DSTRUCT_TM_HASZONE as of 4.0.1 (from mab@alink.net)
5896      Branch: perl
5897            ! hints/bsdos.sh
5898 ____________________________________________________________________________
5899 [  3627] By: gsar                                  on 1999/07/07  00:27:10
5900         Log: make diagnostic on C<my $^I> etc., more readable
5901      Branch: perl
5902            ! op.c
5903 ____________________________________________________________________________
5904 [  3626] By: gsar                                  on 1999/07/06  23:47:27
5905         Log: From: Andy Dougherty <doughera@lafayette.edu>
5906              Date:  Thu, 17 Jun 1999 12:07:11 -0400 (EDT)
5907              Message-Id:  <Pine.GSU.4.05.9906171204580.937-100000@newton.phys>
5908              Subject: [ID 19990617.004  [PATCH 5.005_57] make distclean fixes]
5909      Branch: perl
5910            ! Makefile.SH utils/Makefile
5911 ____________________________________________________________________________
5912 [  3625] By: jhi                                   on 1999/07/06  21:50:46
5913         Log: Some new files of #3624 missing from MANIFEST.
5914      Branch: cfgperl
5915            ! MANIFEST
5916 ____________________________________________________________________________
5917 [  3624] By: jhi                                   on 1999/07/06  21:47:04
5918         Log: POSIX [[:character class:]] support for standard, locale,
5919              and utf8.  If both utf8 and locale are on, utf8 wins.
5920              I don't fully understand why so many tables changed in
5921              lib/unicode because of "make" -- maybe it was just overdue.
5922      Branch: cfgperl
5923            + lib/unicode/Is/ASCII.pl lib/unicode/Is/Cntrl.pl
5924            + lib/unicode/Is/Graph.pl lib/unicode/Is/Punct.pl
5925            + lib/unicode/Is/Word.pl lib/unicode/Is/XDigit.pl
5926            ! MANIFEST Todo-5.005 embed.h embed.pl embedvar.h global.sym
5927            ! handy.h intrpvar.h lib/unicode/Bidirectional.pl
5928            ! lib/unicode/Block.pl lib/unicode/Category.pl
5929            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
5930            ! lib/unicode/Is/BidiL.pl lib/unicode/Is/Digit.pl
5931            ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl
5932            ! lib/unicode/Is/Lower.pl lib/unicode/Is/Print.pl
5933            ! lib/unicode/Is/Space.pl lib/unicode/Is/Upper.pl
5934            ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Name.pl
5935            ! lib/unicode/To/Digit.pl lib/unicode/mktables.PL objXSUB.h
5936            ! pod/perldelta.pod pod/perldiag.pod pod/perlre.pod proto.h
5937            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h
5938            ! t/op/pat.t t/op/re_tests t/op/regexp.t t/pragma/utf8.t
5939            ! t/pragma/warn/regcomp utf8.c
5940 ____________________________________________________________________________
5941 [  3623] By: gsar                                  on 1999/07/06  20:52:48
5942         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5943              Date: Wed, 16 Jun 1999 14:57:22 -0400
5944              Message-ID: <19990616145722.B16258@monk.mps.ohio-state.edu>
5945              Subject: [PATCH 5.00557] Devel::Peek
5946      Branch: perl
5947            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
5948 ____________________________________________________________________________
5949 [  3622] By: gsar                                  on 1999/07/06  20:22:59
5950         Log: applied patch after demunging headers with appropriate paths
5951              From: "Vishal Bhatia" <vishalb@my-deja.com>
5952              Date: Sat, 12 Jun 1999 08:23:59 -0700
5953              Message-ID: <JIHEJPFDFKIBDAAA@my-deja.com>
5954              Subject: [Patch 5.005_57] unsigned arithmetic (Compiler)
5955      Branch: perl
5956            ! cc_runtime.h ext/B/B.xs ext/B/B/CC.pm ext/B/B/Stackobj.pm
5957            ! ext/B/defsubs.h.PL lib/ExtUtils/typemap t/harness
5958 ____________________________________________________________________________
5959 [  3621] By: gsar                                  on 1999/07/06  20:10:50
5960         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5961              Date: Thu, 10 Jun 1999 04:05:22 -0400 (EDT)
5962              Message-Id: <199906100805.EAA18216@monk.mps.ohio-state.edu>
5963              Subject: [PATCH 5.005_57] Optimize 2>&1 in commands
5964      Branch: perl
5965            ! doio.c
5966 ____________________________________________________________________________
5967 [  3620] By: jhi                                   on 1999/07/06  19:16:47
5968         Log: Mention EPOC and SOCKS.
5969      Branch: cfgperl
5970            ! pod/perldelta.pod
5971 ____________________________________________________________________________
5972 [  3619] By: gsar                                  on 1999/07/06  16:52:37
5973         Log: fix int vs STRLEN issue
5974      Branch: perl
5975            ! pp.c
5976 ____________________________________________________________________________
5977 [  3618] By: jhi                                   on 1999/07/06  16:52:20
5978         Log: There ain't Perl_atonv().
5979      Branch: cfgperl
5980            ! ext/ByteLoader/bytecode.h
5981 ____________________________________________________________________________
5982 [  3617] By: jhi                                   on 1999/07/06  15:55:22
5983         Log: Integrate with Sarathy.
5984      Branch: cfgperl
5985           !> Makefile.SH
5986 ____________________________________________________________________________
5987 [  3616] By: jhi                                   on 1999/07/06  15:54:09
5988         Log: Tweak for #3613.
5989      Branch: cfgperl
5990            ! Configure config_h.SH
5991 ____________________________________________________________________________
5992 [  3615] By: gsar                                  on 1999/07/06  11:00:21
5993         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
5994              Date:  Sun, 13 Jun 1999 17:46:13 -0600 (MDT)
5995              Message-Id:  <199906132346.RAA26632@xerxes.courtesan.com>
5996              Subject: [ID 19990613.003  linklibperl set incorrectly in Makefile.SH for OpenBSD]
5997      Branch: perl
5998            ! Makefile.SH
5999 ____________________________________________________________________________
6000 [  3614] By: jhi                                   on 1999/07/06  10:44:48
6001         Log: Integrate with Sarathy.
6002      Branch: cfgperl
6003           !> ext/IO/lib/IO/File.pm op.c op.h opcode.h opcode.pl perl.h pp.h
6004           !> pp.sym pp_proto.h t/base/rs.t t/pragma/warn/op
6005 ____________________________________________________________________________
6006 [  3613] By: jhi                                   on 1999/07/06  10:43:20
6007         Log: From: Nathan Kurz <nate@valleytel.net>
6008              Subject: [ID 19990612.001 compiling three deep modules within ext/]
6009              ply-To: nate@valleytel.net
6010              erl5-porters@perl.org
6011              Date: Sat, 12 Jun 1999 01:26:04 -0500
6012              Message-Id: <199906120626.BAA04996@trinkpad.valleytel.net>
6013      Branch: cfgperl
6014            ! Configure config_h.SH
6015 ____________________________________________________________________________
6016 [  3612] By: gsar                                  on 1999/07/06  10:17:52
6017         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6018              Date: Sat, 12 Jun 1999 04:49:09 -0400 (EDT)
6019              Message-Id: <199906120849.EAA26986@monk.mps.ohio-state.edu>
6020              Subject: [PATCH 5.005_57] Optimize away OP_SASSIGN
6021      Branch: perl
6022            ! op.c op.h opcode.h opcode.pl pp.h pp.sym pp_proto.h
6023 ____________________________________________________________________________
6024 [  3611] By: gsar                                  on 1999/07/06  09:51:20
6025         Log: From: pvhp@forte.com (Peter Prymmer)
6026              Date: Fri, 11 Jun 99 17:07:19 PDT
6027              Message-Id: <9906120007.AA13802@forte.com>
6028              Subject: [PATCH _03 && _57]portability fix for IO::File and FileHandle
6029      Branch: perl
6030            ! ext/IO/lib/IO/File.pm
6031 ____________________________________________________________________________
6032 [  3610] By: gsar                                  on 1999/07/06  09:37:37
6033         Log: fix for C<$/ = 42> setting paragraph mode (applied with small
6034              tweak)
6035              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6036              Date: Wed, 09 Jun 1999 18:27:51 +0100
6037              Message-Id: <E10rm8l-00023T-00@ursa.cus.cam.ac.uk>
6038              Subject: Re: [ID 19990608.002] Possible bug with binmode and <FH> on Perl 5.005_03 Win32
6039      Branch: perl
6040            ! perl.h t/base/rs.t
6041 ____________________________________________________________________________
6042 [  3609] By: jhi                                   on 1999/07/06  09:28:48
6043         Log: Integrate with Sarathy.
6044      Branch: cfgperl
6045           !> (integrate 49 files)
6046 ____________________________________________________________________________
6047 [  3608] By: gsar                                  on 1999/07/06  09:28:21
6048         Log: test tweak
6049      Branch: perl
6050            ! t/pragma/warn/op
6051 ____________________________________________________________________________
6052 [  3607] By: jhi                                   on 1999/07/06  09:22:48
6053         Log: Put back the cygwin32 Configure fix of 3582 undone by 3597.
6054      Branch: cfgperl
6055            ! Configure config_h.SH
6056 ____________________________________________________________________________
6057 [  3606] By: gsar                                  on 1999/07/06  09:05:02
6058         Log: applied slightly tweaked version of suggested patch for
6059              improved RE API
6060              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6061              Date: Wed, 9 Jun 1999 18:14:27 -0400 (EDT)
6062              Message-Id: <199906092214.SAA14126@monk.mps.ohio-state.edu>
6063              Subject: [PATCH 5.005_57] REx engine rehash
6064      Branch: perl
6065            ! Changes dump.c embed.h embed.pl embedvar.h ext/re/Makefile.PL
6066            ! ext/re/re.xs global.sym objXSUB.h perl.c perl.h pp.c pp_hot.c
6067            ! proto.h regcomp.c regcomp.h regexec.c regexp.h thrdvar.h
6068            ! util.c
6069 ____________________________________________________________________________
6070 [  3605] By: gsar                                  on 1999/07/06  08:54:03
6071         Log: bug in change#3602 (cpp conditionals not allowed inside macro args)
6072      Branch: perl
6073            ! sv.c
6074 ____________________________________________________________________________
6075 [  3604] By: gsar                                  on 1999/07/06  07:08:30
6076         Log: From: paul.marquess@bt.com
6077              Date: Tue, 8 Jun 1999 22:37:58 +0100 
6078              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3C@mbtlipnt02.btlabs.bt.co.uk>
6079              Subject: [PATCH 5.005_57] DB_File 1.67
6080      Branch: perl
6081            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
6082            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
6083 ____________________________________________________________________________
6084 [  3603] By: gsar                                  on 1999/07/06  07:04:50
6085         Log: From: paul.marquess@bt.com
6086              Date: Tue, 8 Jun 1999 22:34:01 +0100 
6087              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3B@mbtlipnt02.btlabs.bt.co.uk>
6088              Subject: [PATCH 5.005_57] DBM Filters
6089      Branch: perl
6090            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
6091            ! ext/NDBM_File/NDBM_File.pm ext/NDBM_File/NDBM_File.xs
6092            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
6093            ! ext/SDBM_File/SDBM_File.pm ext/SDBM_File/SDBM_File.xs
6094 ____________________________________________________________________________
6095 [  3602] By: gsar                                  on 1999/07/06  07:00:01
6096         Log: slightly tweaked version of suggested patch
6097              From: Dan Sugalski <sugalskd@ous.edu>
6098              Date: Tue, 08 Jun 1999 14:09:38 -0700
6099              Message-Id: <3.0.6.32.19990608140938.030f12e0@ous.edu>
6100              Subject: [PATCH 5.005_57]Use NV instead of double in the core
6101      Branch: perl
6102            ! av.h bytecode.pl cv.h doio.c dump.c embed.pl
6103            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c hv.h
6104            ! intrpvar.h mg.c op.c perl.h pp.c pp.h pp_ctl.c pp_sys.c
6105            ! proto.h sv.c sv.h toke.c universal.c util.c
6106 ____________________________________________________________________________
6107 [  3601] By: gsar                                  on 1999/07/06  06:52:57
6108         Log: integrate cfgperl contents into mainline
6109      Branch: perl
6110           +> README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
6111           +> epoc/perl.mmp epoc/perl.pkg
6112           !> (integrate 30 files)
6113 ____________________________________________________________________________
6114 [  3598] By: jhi                                   on 1999/07/05  20:02:55
6115         Log: Integrate with mainperl.
6116      Branch: cfgperl
6117           +> lib/CGI/Pretty.pm
6118           !> Changes ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
6119           !> ext/B/B/Stackobj.pm ext/GDBM_File/GDBM_File.xs mg.c op.c
6120           !> opcode.h opcode.pl pp_sys.c t/lib/io_udp.t thread.h toke.c
6121           !> vms/descrip_mms.template vms/subconfigure.com vms/vms.c
6122           !> vms/vmsish.h
6123 ____________________________________________________________________________
6124 [  3597] By: jhi                                   on 1999/07/05  19:59:48
6125         Log: Hack SOCKS support some more plus a patch from Andy Dougherty
6126              that addresses the notorious "Additional libraries" question.
6127      Branch: cfgperl
6128            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6129            ! config_h.SH doio.c ext/Socket/Socket.xs hints/aix.sh perl.c
6130            ! pp_sys.c
6131 ____________________________________________________________________________
6132 [  3596] By: gsar                                  on 1999/07/05  18:30:51
6133         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6134              Date: Tue, 8 Jun 1999 04:47:58 -0400 (EDT)
6135              Message-Id: <199906080847.EAA03810@monk.mps.ohio-state.edu>
6136              Subject: [PATCH 5.00557] Long-standing UDP sockets bug on OS/2
6137      Branch: perl
6138            ! pp_sys.c t/lib/io_udp.t
6139 ____________________________________________________________________________
6140 [  3595] By: gsar                                  on 1999/07/05  18:29:08
6141         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6142              Date: Tue, 8 Jun 1999 04:44:58 -0400 (EDT)
6143              Message-Id: <199906080844.EAA03784@monk.mps.ohio-state.edu>
6144              Subject: [PATCH 5.00557] Setting $^E wipes out $!
6145      Branch: perl
6146            ! mg.c
6147 ____________________________________________________________________________
6148 [  3594] By: gsar                                  on 1999/07/05  18:24:53
6149         Log: hand-apply whitespace mutiliated patch
6150              From: Dan Sugalski <sugalskd@osshe.edu>
6151              Date: Mon, 07 Jun 1999 14:46:42 -0700
6152              Message-Id: <3.0.6.32.19990607144642.03079100@ous.edu>
6153              Subject: [PATCH 5.005_57]Updated VMS patch
6154      Branch: perl
6155            ! thread.h vms/descrip_mms.template vms/subconfigure.com
6156            ! vms/vms.c vms/vmsish.h
6157 ____________________________________________________________________________
6158 [  3593] By: gsar                                  on 1999/07/05  17:53:04
6159         Log: applied parts not duplicated by previous patches
6160              From: "Vishal Bhatia" <vishalb@my-deja.com>
6161              Date: Sat, 05 Jun 1999 08:42:17 -0700
6162              Message-ID: <JAMCAJKJEJDPAAAA@my-deja.com>
6163              Subject: Fwd: [PATCH 5.005_57] consolidated compiler changes
6164      Branch: perl
6165            ! Changes ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
6166            ! ext/B/B/Stackobj.pm
6167 ____________________________________________________________________________
6168 [  3592] By: jhi                                   on 1999/07/05  17:17:22
6169         Log: AIX threaded build, plus few more on the side.
6170      Branch: cfgperl
6171            ! embed.h embed.pl ext/DynaLoader/dl_aix.xs
6172            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
6173            ! ext/DynaLoader/dl_vms.xs hints/aix.sh objXSUB.h perl.h
6174            ! perl_exp.SH pp_ctl.c proto.h toke.c util.c
6175 ____________________________________________________________________________
6176 [  3591] By: gsar                                  on 1999/07/05  16:52:34
6177         Log: "\e" and "\a" didn't produce right escape under EBCDIC
6178              From: pvhp@forte.com (Peter Prymmer)
6179              Date: Fri, 4 Jun 99 12:00:27 PDT
6180              Message-Id: <9906041900.AA28387@forte.com>
6181              Subject: [PATCH 5.005_57]lingering ASCIIism in tokener
6182      Branch: perl
6183            ! toke.c
6184 ____________________________________________________________________________
6185 [  3590] By: gsar                                  on 1999/07/05  16:40:01
6186         Log: s/scalar ref constructor/single ref constructor/ (suggested
6187              by Stephen McCamant)
6188      Branch: perl
6189            ! opcode.h opcode.pl
6190 ____________________________________________________________________________
6191 [  3589] By: gsar                                  on 1999/07/05  16:34:06
6192         Log: no such thing as gdbm_clearerr() (from Andy Dougherty)
6193      Branch: perl
6194            ! ext/GDBM_File/GDBM_File.xs
6195 ____________________________________________________________________________
6196 [  3588] By: gsar                                  on 1999/07/05  16:29:39
6197         Log: allow C<-foo> under C<use integer> (behavior of C<-$string>
6198              is unchanged still)
6199      Branch: perl
6200            ! op.c
6201 ____________________________________________________________________________
6202 [  3587] By: jhi                                   on 1999/07/05  10:31:43
6203         Log: Make perl_exp.SH smarter about what to include and what to exclude.
6204      Branch: cfgperl
6205            ! perl_exp.SH
6206 ____________________________________________________________________________
6207 [  3586] By: jhi                                   on 1999/07/05  09:29:31
6208         Log: Remove unnecessary and extraneous my $i = 0.
6209      Branch: cfgperl
6210            ! bytecode.pl
6211 ____________________________________________________________________________
6212 [  3585] By: jhi                                   on 1999/07/05  07:28:59
6213         Log: Integrate with mainperl.
6214      Branch: cfgperl
6215           !> (integrate 30 files)
6216 ____________________________________________________________________________
6217 [  3584] By: gsar                                  on 1999/07/05  05:36:28
6218         Log: From: Vishal Bhatia <vishalb@hotmail.com>
6219              Date: Thu, 03 Jun 1999 00:57:48 PDT
6220              Message-ID: <19990603075749.86665.qmail@hotmail.com>
6221              Subject: Re: [PATCH 5.005_57] pp_sort sorted out
6222      Branch: perl
6223            ! ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
6224 ____________________________________________________________________________
6225 [  3583] By: gsar                                  on 1999/07/05  05:31:19
6226         Log: suppress fancy display when in verbose mode (suggested by
6227              Paul Johnson <pjcj@transeda.com>)
6228      Branch: perl
6229            ! lib/Test/Harness.pm
6230 ____________________________________________________________________________
6231 [  3582] By: gsar                                  on 1999/07/05  05:17:12
6232         Log: cygwin32 update
6233              From: "Fifer, Eric" <EFifer@sanwaint.com>
6234              Date:  Wed, 2 Jun 1999 15:16:05 +0100
6235              Message-Id:  <71E287AB0D94D111BBD600600849EC8185EDD9@POST>
6236              Subject:  [ID 19990602.003] perl5.005_03 (CORE) cygwin32 port
6237      Branch: perl
6238            ! Configure Makefile.SH README.cygwin32 cygwin32/Makefile.SHs
6239            ! cygwin32/build-instructions.READFIRST
6240            ! cygwin32/build-instructions.charles-wilson
6241            ! cygwin32/build-instructions.sebastien-barre
6242            ! cygwin32/build-instructions.steven-morlock
6243            ! cygwin32/build-instructions.steven-morlock2 doio.c dosish.h
6244            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs hints/cygwin32.sh
6245            ! lib/Cwd.pm lib/ExtUtils/MM_Cygwin.pm perl.h pp_hot.c
6246            ! t/op/magic.t util.c
6247 ____________________________________________________________________________
6248 [  3581] By: gsar                                  on 1999/07/05  02:46:18
6249         Log: NeXT doesn't have FD_CLOEXEC (suggested by Hans Mulder)
6250      Branch: perl
6251            ! util.c
6252 ____________________________________________________________________________
6253 [  3580] By: gsar                                  on 1999/07/05  02:38:03
6254         Log: From: "Ed Peschko" <ed_peschko@csgsystems.com>
6255              Date: Mon, 31 May 1999 18:18:13 -0600
6256              Message-ID: <19990601001813.AAA17834@csgsystems.com>
6257              Subject: [ PATCH perl5.005_57 ] new perlcc + regression tests
6258      Branch: perl
6259            ! t/TEST t/UTEST t/harness utils/perlcc.PL
6260 ____________________________________________________________________________
6261 [  3579] By: gsar                                  on 1999/07/05  01:20:58
6262         Log: compatibility tweak for Class::Struct
6263      Branch: perl
6264            ! lib/Class/Struct.pm
6265 ____________________________________________________________________________
6266 [  3578] By: jhi                                   on 1999/07/04  23:26:01
6267         Log: Miscellaneus AIX fixes + SOCKS support.
6268      Branch: cfgperl
6269            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
6270            ! Porting/config_H config_h.SH doio.c ext/Socket/Socket.xs
6271            ! hints/aix.sh pp_sys.c
6272 ____________________________________________________________________________
6273 [  3577] By: gsar                                  on 1999/07/04  23:07:39
6274         Log: test tweak
6275      Branch: perl
6276            ! t/io/openpid.t
6277 ____________________________________________________________________________
6278 [  3576] By: jhi                                   on 1999/07/04  22:39:23
6279         Log: Integrate with mainperl.
6280      Branch: cfgperl
6281           +> t/io/openpid.t
6282            - win32/perlhost.h
6283           !> (integrate 51 files)
6284 ____________________________________________________________________________
6285 [  3575] By: jhi                                   on 1999/07/04  22:26:48
6286         Log: Added 64-bit support for AIX 4.3 or better
6287              based on Martin H. Rusoff's observations.
6288      Branch: cfgperl
6289            ! Configure config_h.SH hints/aix.sh
6290 ____________________________________________________________________________
6291 [  3574] By: jhi                                   on 1999/07/04  21:34:47
6292         Log: Do not throw away gccvers compilation errors.
6293              From: Andy Dougherty <doughera@lafayette.edu>
6294              To: Ron Seguin <rseguin@on.bell.ca>
6295              Cc: Perl Porters <perl5-porters@perl.org>
6296              Subject: [PATCH] Re: [ID 19990625.011]  WHOA There
6297              Date: Mon, 28 Jun 1999 12:36:38 -0400 (EDT)
6298              Message-Id: <Pine.GSU.4.05.9906281230100.6265-100000@newton.phys>
6299      Branch: cfgperl
6300            ! Configure config_h.SH
6301 ____________________________________________________________________________
6302 [  3573] By: gsar                                  on 1999/07/04  21:10:32
6303         Log: adapted suggested tests for addition to testsuite
6304              From: RonaldWS@aol.com
6305              Date:  Sun, 30 May 1999 16:27:28 EDT
6306              Message-Id:  <25cd799f.2482f930@aol.com>
6307              Subject: [19990530.007] Open with pipe | does not return pid under win32
6308      Branch: perl
6309            + t/io/openpid.t
6310            ! MANIFEST win32/win32.c
6311 ____________________________________________________________________________
6312 [  3572] By: gsar                                  on 1999/07/04  20:29:32
6313         Log: perl_run() should call my_exit(0) for normal completion
6314      Branch: perl
6315            ! perl.c
6316 ____________________________________________________________________________
6317 [  3571] By: jhi                                   on 1999/07/04  20:10:44
6318         Log: Add test for change #3568 plus general cleanup.
6319      Branch: cfgperl
6320            ! t/pragma/locale.t
6321 ____________________________________________________________________________
6322 [  3570] By: gsar                                  on 1999/07/04  20:03:21
6323         Log: make overload, Data::Dumper, and dumpvar understand qr// stringify
6324              overloading
6325      Branch: perl
6326            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
6327            ! lib/Dumpvalue.pm lib/dumpvar.pl lib/overload.pm pp_ctl.c
6328 ____________________________________________________________________________
6329 [  3569] By: gsar                                  on 1999/07/04  18:04:48
6330         Log: make AIX dynaloading work when libperl is shared (and thus under
6331              mod_perl etc.)
6332              From: Jens-Uwe Mager <jum@helios.de>
6333              Date:  Sat, 29 May 1999 17:09:52 +0200
6334              Message-Id:  <199905291509.RAA43978@ans.helios.de>
6335              Subject: [19990529.002] DynaLoader does not work properly if perl is not the main program (AIX)
6336      Branch: perl
6337            ! ext/DynaLoader/dl_aix.xs
6338 ____________________________________________________________________________
6339 [  3568] By: jhi                                   on 1999/07/04  14:54:23
6340         Log: pp_lc/pp_lcfirst/pp_quotemeta/pp_uc/pp_ucfirst were not calling mg_set().
6341              This resulted for example in the 'o' magic not being cleared by
6342              magic_setcollxfrm(), which resulted in strange cmp results.
6343              The bug was reported originally in the message
6344              Subject: Bug with locale
6345              From: Jan Starzynski <jan@planet.de> 
6346              To: perlbug@perl.com 
6347              Date: Fri, 09 Apr 1999 13:23:07 +0200 
6348              Message-ID: <370DE31B.DAEE1332@planet.de> 
6349      Branch: cfgperl
6350            ! pp.c
6351 ____________________________________________________________________________
6352 [  3567] By: gsar                                  on 1999/07/04  02:38:34
6353         Log: remove misleading info on defined(&func), unclutter deprecation
6354              about defined(@array)
6355      Branch: perl
6356            ! op.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
6357            ! t/pragma/warn/op
6358 ____________________________________________________________________________
6359 [  3566] By: gsar                                  on 1999/07/04  01:46:31
6360         Log: From: jan.dubois@ibm.net (Jan Dubois)
6361              Date: Wed, 26 May 1999 22:07:17 +0200
6362              Message-ID: <374c53ac.10322322@smtp1.ibm.net>
6363              Subject: [PATCH 5.005_57] MINGW32 and EGCS 1.1.2 support
6364      Branch: perl
6365            ! Changes win32/win32.c win32/win32.h
6366 ____________________________________________________________________________
6367 [  3565] By: gsar                                  on 1999/07/04  01:26:02
6368         Log: newer version of perlxstut from Jeff Okamoto (slightly edited
6369              for win32 issues)
6370      Branch: perl
6371            ! pod/perlxstut.pod
6372 ____________________________________________________________________________
6373 [  3564] By: gsar                                  on 1999/07/02  03:09:04
6374         Log: avoid warnings
6375      Branch: perl
6376            ! ext/Thread/Thread/Specific.pm lib/fields.pm
6377 ____________________________________________________________________________
6378 [  3563] By: gsar                                  on 1999/06/28  19:23:47
6379         Log: inc version (for CPAN.pm sanity)
6380      Branch: perl
6381            ! lib/Text/ParseWords.pm
6382 ____________________________________________________________________________
6383 [  3562] By: gsar                                  on 1999/06/28  19:19:01
6384         Log: regen perltoc
6385      Branch: perl
6386            ! pod/perltoc.pod
6387 ____________________________________________________________________________
6388 [  3561] By: gsar                                  on 1999/06/28  19:08:41
6389         Log: From: Damian Conway <damian@cs.monash.edu.au>
6390              Date: Wed, 26 May 1999 00:58:35 -0400
6391              Message-Id: <199905260458.AAA06411@defender.perl.org>
6392              Subject: [19990526.002] Misc. improvements to Class:Struct
6393      Branch: perl
6394            ! MANIFEST lib/Class/Struct.pm
6395 ____________________________________________________________________________
6396 [  3560] By: gsar                                  on 1999/06/28  18:50:52
6397         Log: remove bogus PL_optype_size
6398      Branch: perl
6399            ! bytecode.pl ext/ByteLoader/byterun.h
6400 ____________________________________________________________________________
6401 [  3559] By: gsar                                  on 1999/06/28  18:22:26
6402         Log: upgrade CGI.pm to v2.53 (CGI/{Apache,Switch}.pm NOT deleted)
6403      Branch: perl
6404            + lib/CGI/Pretty.pm
6405            ! eg/cgi/file_upload.cgi lib/CGI.pm lib/CGI/Carp.pm
6406            ! lib/CGI/Cookie.pm lib/CGI/Fast.pm t/lib/cgi-form.t
6407            ! t/lib/cgi-html.t t/lib/cgi-request.t
6408 ____________________________________________________________________________
6409 [  3558] By: jhi                                   on 1999/06/28  07:30:21
6410         Log: Change Olaf Lebbe's email address.
6411      Branch: cfgperl
6412            ! README.epoc
6413 ____________________________________________________________________________
6414 [  3557] By: gsar                                  on 1999/06/28  00:07:33
6415         Log: make autogenerated files writable
6416      Branch: perl
6417            - win32/perlhost.h
6418            ! MANIFEST Porting/makerel embed.h embedvar.h ext/B/B/Asmdata.pm
6419            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
6420            ! keywords.h lib/warning.pm objXSUB.h opcode.h pp.sym pp_proto.h
6421            ! proto.h regnodes.h warning.h win32/config_H.bc
6422            ! win32/config_H.gc win32/config_H.vc
6423 ____________________________________________________________________________
6424 [  3556] By: jhi                                   on 1999/06/27  19:22:53
6425         Log: Update MANIFEST to match #3555.
6426      Branch: cfgperl
6427            ! MANIFEST
6428 ____________________________________________________________________________
6429 [  3555] By: jhi                                   on 1999/06/27  19:16:22
6430         Log: EPOC port to Psion5.
6431              From: Olaf Flebbe <O.Flebbe@science-computing.de>
6432              To: Jarkko Hietaniemi <jhi@iki.fi>
6433              Cc: perl5-porters@perl.org
6434              Subject: Re: Psion5
6435              Date: Sun, 27 Jun 1999 20:50:30 +0200 (METDST)
6436              Message-ID: <Pine.GHP.4.02.9906272048130.17736-100000@io.science-computing.de>
6437      Branch: cfgperl
6438            + README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
6439            + epoc/perl.mmp epoc/perl.pkg
6440            ! MANIFEST doio.c lib/Term/ReadLine.pm lib/perl5db.pl perl.c
6441            ! perl.h sv.c util.c
6442 ____________________________________________________________________________
6443 [  3554] By: jhi                                   on 1999/06/27  18:50:52
6444         Log: Integrate from mainperl.
6445      Branch: cfgperl
6446           !> (integrate 48 files)
6447 ____________________________________________________________________________
6448 [  3553] By: gsar                                  on 1999/06/27  14:28:49
6449         Log: somewhat untested PERL_OBJECT cleanups (C++isms mostly
6450              gone from the public API); PERL_OBJECT builds again on
6451              windows
6452              
6453              TODO: namespace-clean the typedefs in iperlsys.h and
6454              elsewhere; remove C++ remnants from public headers
6455      Branch: perl
6456            ! XSUB.h bytecode.pl cv.h embed.h embed.pl ext/B/B.xs
6457            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
6458            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
6459            ! ext/DynaLoader/dlutils.c global.sym globals.c iperlsys.h
6460            ! lib/ExtUtils/Embed.pm lib/ExtUtils/xsubpp mg.c objXSUB.h
6461            ! opcode.h opcode.pl perl.c perl.h pod/perlhist.pod pp_ctl.c
6462            ! pp_hot.c proto.h scope.h sv.h toke.c universal.c util.c
6463            ! win32/GenCAPI.pl win32/Makefile win32/config.bc
6464            ! win32/config.gc win32/config.vc win32/dl_win32.xs
6465            ! win32/makedef.pl win32/makefile.mk win32/perllib.c
6466            ! win32/runperl.c win32/win32.c win32/win32.h win32/win32iop.h
6467            ! win32/win32sck.c
6468 ____________________________________________________________________________
6469 [  3552] By: gsar                                  on 1999/06/27  13:49:31
6470         Log: integrate cfgperl changes into mainline
6471      Branch: perl
6472           !> dump.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
6473           !> objXSUB.h op.c perl.c perl.h perlvars.h pp.c pp_ctl.c
6474           !> pp_proto.h pp_sys.c proto.h sv.c t/pragma/locale.t toke.c
6475           !> util.c
6476 ____________________________________________________________________________
6477 [  3551] By: gsar                                  on 1999/06/27  13:31:11
6478         Log: fix indents
6479      Branch: perl
6480            ! op.c
6481 ____________________________________________________________________________
6482 [  3550] By: gsar                                  on 1999/06/24  22:42:53
6483         Log: update Changes
6484      Branch: perl
6485            ! Changes
6486 ____________________________________________________________________________
6487 [  3549] By: gsar                                  on 1999/06/24  22:41:17
6488         Log: avoid race condition in the CAPI extension bootstrap handler
6489      Branch: perl
6490            ! lib/ExtUtils/xsubpp win32/GenCAPI.pl
6491 ____________________________________________________________________________
6492 [  3548] By: gsar                                  on 1999/06/24  22:39:53
6493         Log: sanity check to cover the case when perl is installed into the
6494              X:\ (drive root)
6495      Branch: perl
6496            ! win32/win32.c
6497 ____________________________________________________________________________
6498 [  3547] By: gsar                                  on 1999/06/22  19:30:32
6499         Log: tweak RefHash to make intent clearer (suggested by John Dlugosz)
6500      Branch: perl
6501            ! lib/Tie/RefHash.pm
6502 ____________________________________________________________________________
6503 [  3544] By: jhi                                   on 1999/06/18  19:24:28
6504         Log: Tidy up #3542 and #3543. 
6505      Branch: cfgperl
6506            ! t/pragma/locale.t util.c
6507 ____________________________________________________________________________
6508 [  3543] By: jhi                                   on 1999/06/18  10:28:45
6509         Log: Spice up locale.t.
6510      Branch: cfgperl
6511            ! t/pragma/locale.t
6512 ____________________________________________________________________________
6513 [  3542] By: jhi                                   on 1999/06/17  22:42:03
6514         Log: Fixed two long-standing locale bugs.
6515              
6516              Both problems were related to numeric locale which
6517              controls the radix character aka the decimal separator.
6518              (1) printf (and sprintf) were resetting the numeric locale to C.
6519              (2) Using locale-numerically formatted floating point
6520              numbers (e.g. "1,23") together with -w caused warnings about
6521              "isn't numeric".  The operations were working fine, though,
6522              because atof() was using the local locale.
6523              Both problems reported by Stefan Vogtner.
6524              
6525              Introduced a wrapper for atof() that attempts to convert
6526              the string both ways.  This helps Perl to understand
6527              numbers like this "4.56" even when using a local locale
6528              makes atof() understand only numbers like this "7,89".
6529              
6530              Remaining related problems, both of which existed before
6531              this patch and continue to exist after this patch:
6532              (a) The behaviour of print() is _not_ as documented by perllocale.
6533              Instead of always using the C locale, print() does use the
6534              local locale, just like the *printf() do.  This may be fixable
6535              now that switching to-and-fro between locales has been made
6536              more consistent, but fixing print() would change existing
6537              behaviour.  perllocale is not changed by this patch.
6538              (b) If a number has been stringified (say, via "$number") under
6539              a local locale, the cached string value persists even under
6540              "no locale".  This may or may not be a problem: operations
6541              work fine because the original number is still there, but
6542              that the string form keeps its locale-ish outlook may be
6543              somewhat confusing.
6544      Branch: cfgperl
6545            ! dump.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
6546            ! objXSUB.h op.c perl.c perl.h perlvars.h pp.c pp_ctl.c
6547            ! pp_proto.h pp_sys.c proto.h sv.c t/pragma/locale.t toke.c
6548            ! util.c
6549 ____________________________________________________________________________
6550 [  3541] By: jhi                                   on 1999/06/17  20:00:16
6551         Log: Integrate from mainperl.
6552      Branch: cfgperl
6553           !> ext/Data/Dumper/Dumper.pm op.c
6554 ____________________________________________________________________________
6555 [  3540] By: gsar                                  on 1999/06/16  16:49:55
6556         Log: dump C<0> as such, not C<'0'>
6557      Branch: perl
6558            ! ext/Data/Dumper/Dumper.pm
6559 ____________________________________________________________________________
6560 [  3539] By: gsar                                  on 1999/06/13  04:04:40
6561         Log: fix coredumper in change#3498
6562      Branch: perl
6563            ! op.c
6564 ____________________________________________________________________________
6565 [  3538] By: jhi                                   on 1999/06/12  22:01:26
6566         Log: Integrate from mainperl.
6567      Branch: cfgperl
6568           +> lib/caller.pm
6569           !> (integrate 36 files)
6570 ____________________________________________________________________________
6571 [  3537] By: gsar                                  on 1999/06/12  06:43:03
6572         Log: EXTERN_C declarations for global arrays in various
6573              headers, so perl can be built even in C++ mode; win32
6574              build fixups; regen headers
6575      Branch: perl
6576            ! XSUB.h embedvar.h ext/B/B.xs objXSUB.h opcode.h opcode.pl
6577            ! perl.h regcomp.h regexec.c utf8.h win32/win32.c win32/win32.h
6578 ____________________________________________________________________________
6579 [  3536] By: gsar                                  on 1999/06/12  06:38:21
6580         Log: caller.pm typos
6581      Branch: perl
6582            ! lib/caller.pm
6583 ____________________________________________________________________________
6584 [  3535] By: gsar                                  on 1999/06/11  23:13:54
6585         Log: various little tweaks; most globals are now in intrpvar.h, ninterps
6586              is temporarily gone
6587      Branch: perl
6588            ! embed.pl intrpvar.h os2/os2.c perl.c perlvars.h
6589            ! pod/perldelta.pod proto.h win32/perllib.c
6590 ____________________________________________________________________________
6591 [  3534] By: gsar                                  on 1999/06/11  20:41:51
6592         Log: implement C<use caller 'encoding'>
6593      Branch: perl
6594            + lib/caller.pm
6595            ! MANIFEST perl.h pod/perldelta.pod pod/perlfunc.pod pp_ctl.c
6596 ____________________________________________________________________________
6597 [  3533] By: gsar                                  on 1999/06/11  16:51:04
6598         Log: truncate() has a peculiar exemption from strict barewords, even
6599              though it has a non-filehandle prototype
6600      Branch: perl
6601            ! op.c t/io/fs.t
6602 ____________________________________________________________________________
6603 [  3532] By: gsar                                  on 1999/06/11  09:09:16
6604         Log: GDBM tweak
6605      Branch: perl
6606            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/typemap
6607 ____________________________________________________________________________
6608 [  3531] By: gsar                                  on 1999/06/10  23:34:19
6609         Log: part of the platform changes for IMPLICIT_CONTEXT
6610      Branch: perl
6611            ! djgpp/djgpp.c jpl/JNI/JNI.xs jpl/JNI/typemap
6612            ! jpl/PerlInterpreter/PerlInterpreter.c
6613            ! jpl/PerlInterpreter/PerlInterpreter.h
6614            ! os2/OS2/ExtAttr/ExtAttr.xs os2/OS2/PrfDB/PrfDB.xs
6615            ! os2/OS2/Process/Process.xs os2/OS2/REXX/REXX.xs perl.h
6616 ____________________________________________________________________________
6617 [  3530] By: jhi                                   on 1999/06/10  20:55:56
6618         Log: Integrate from mainperl.
6619      Branch: cfgperl
6620           !> ext/DB_File/DB_File.xs ext/DB_File/typemap
6621 ____________________________________________________________________________
6622 [  3529] By: gsar                                  on 1999/06/10  20:40:01
6623         Log: DB_File tweaks for IMPLICIT CONTEXT
6624      Branch: perl
6625            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
6626 ____________________________________________________________________________
6627 [  3528] By: jhi                                   on 1999/06/10  10:18:15
6628         Log: Integrate from mainperl.
6629      Branch: cfgperl
6630           !> (integrate 105 files)
6631 ____________________________________________________________________________
6632 [  3527] By: gsar                                  on 1999/06/10  09:30:35
6633         Log: most globals are now interpreter local; locale initialization
6634              was too early, defer it until interpreter is allocated and
6635              initialized; multiple interpreters should now be
6636              concurrency-safe (untested)
6637      Branch: perl
6638            ! embedvar.h intrpvar.h malloc.c miniperlmain.c perl.c perl.h
6639            ! perlvars.h
6640 ____________________________________________________________________________
6641 [  3526] By: gsar                                  on 1999/06/10  08:38:00
6642         Log: fix small nits
6643      Branch: perl
6644            ! cc_runtime.h ext/B/B/CC.pm run.c
6645 ____________________________________________________________________________
6646 [  3525] By: gsar                                  on 1999/06/10  04:41:38
6647         Log: win32 build fixes
6648      Branch: perl
6649            ! bytecode.pl dosish.h embed.h embed.pl ext/B/B.xs
6650            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
6651            ! ext/ByteLoader/byterun.h ext/SDBM_File/sdbm/sdbm.c globals.c
6652            ! mg.c objXSUB.h op.h perl.c perl.h pp_sys.c proto.h sv.c util.c
6653            ! win32/Makefile win32/config_H.bc win32/config_H.gc
6654            ! win32/config_H.vc win32/config_h.PL win32/dl_win32.xs
6655            ! win32/makedef.pl win32/makefile.mk win32/perllib.c
6656            ! win32/win32.c win32/win32.h win32/win32sck.c
6657            ! win32/win32thread.c win32/win32thread.h
6658 ____________________________________________________________________________
6659 [  3524] By: gsar                                  on 1999/06/09  18:03:01
6660         Log: more complete support for implicit thread/interpreter pointer,
6661              enabled via -DPERL_IMPLICIT_CONTEXT (all changes are noops
6662              without that enabled):
6663              - USE_THREADS now enables PERL_IMPLICIT_CONTEXT, so dTHR
6664              is a noop; tests pass on Solaris; should be faster now!
6665              - MULTIPLICITY has been tested with and without
6666              PERL_IMPLICIT_CONTEXT on Solaris
6667              - improved function database now merged with embed.pl
6668              - everything except the varargs functions have foo(a,b,c) macros
6669              to provide compatibility
6670              - varargs functions default to compatibility variants that
6671              get the context pointer using dTHX
6672              - there should be almost no source compatibility issues as a
6673              result of all this
6674              - dl_foo.xs changes other than dl_dlopen.xs untested
6675              - still needs documentation, fixups for win32 etc
6676              Next step: migrate most non-mutex variables from perlvars.h
6677              to intrpvar.h
6678      Branch: perl
6679            - proto.pl
6680            ! MANIFEST XSUB.h av.c bytecode.pl cv.h doio.c doop.c dump.c
6681            ! ebcdic.c embed.h embed.pl embedvar.h ext/B/B.xs ext/B/typemap
6682            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
6683            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
6684            ! ext/Data/Dumper/Dumper.xs ext/Devel/Peek/Peek.xs
6685            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
6686            ! ext/DynaLoader/dl_cygwin32.xs ext/DynaLoader/dl_dld.xs
6687            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
6688            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
6689            ! ext/DynaLoader/dl_none.xs ext/DynaLoader/dl_rhapsody.xs
6690            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
6691            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
6692            ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs ext/re/re.xs
6693            ! global.sym globals.c gv.c hv.c lib/ExtUtils/typemap
6694            ! lib/ExtUtils/xsubpp malloc.c mg.c mg.h miniperlmain.c
6695            ! objXSUB.h op.c opcode.h opcode.pl perl.c perl.h perlio.c
6696            ! perlsfio.h perly.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c
6697            ! proto.h regcomp.c regcomp.h regexec.c run.c scope.c scope.h
6698            ! sv.c taint.c thrdvar.h thread.h toke.c universal.c utf8.c
6699            ! util.c win32/Makefile win32/makefile.mk writemain.SH
6700 ____________________________________________________________________________
6701 [  3523] By: gsar                                  on 1999/06/07  05:24:13
6702         Log: missed a file
6703      Branch: perl
6704            + proto.pl
6705            ! MANIFEST
6706 ____________________________________________________________________________
6707 [  3522] By: gsar                                  on 1999/06/07  05:18:34
6708         Log: initial stub implementation of implicit thread/this
6709              pointer    argument; builds/tests on Solaris, win32
6710              hasn't been fixed up yet; proto.h, global.sym and
6711              static function decls are now generated from a common
6712              database in proto.pl; some inconsistently named
6713              perl_foo() things are now Perl_foo(), compatibility
6714              #defines provided; perl_foo() (lowercase 'p') reserved
6715              for functions that take an explicit context argument;
6716              next step: generate #define foo(a,b) Perl_foo(aTHX_ a,b)
6717      Branch: perl
6718            ! XSUB.h av.c cop.h deb.c doio.c doop.c dump.c ebcdic.c embed.h
6719            ! embed.pl ext/POSIX/POSIX.xs global.sym globals.c gv.c gv.h
6720            ! hv.c malloc.c mg.c miniperlmain.c objXSUB.h op.c opcode.h
6721            ! opcode.pl perl.c perl.h perl_exp.SH perlio.c perly.c perly.y
6722            ! pp.c pp.sym pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h
6723            ! regcomp.c regexec.c run.c scope.c scope.h sv.c taint.c toke.c
6724            ! universal.c utf8.c util.c
6725 ____________________________________________________________________________
6726 [  3521] By: gsar                                  on 1999/06/04  23:00:22
6727         Log: clean up some stray "global" symbols
6728      Branch: perl
6729            ! embed.h embed.pl global.sym objXSUB.h opcode.pl pp.sym
6730            ! pp_proto.h proto.h
6731 ____________________________________________________________________________
6732 [  3520] By: jhi                                   on 1999/06/02  21:33:28
6733         Log: Integrate from mainperl.
6734      Branch: cfgperl
6735           !> (integrate 94 files)
6736 ____________________________________________________________________________
6737 [  3519] By: gsar                                  on 1999/06/02  07:16:10
6738         Log: avoid dereferencing null pointer from getpwent() et al
6739      Branch: perl
6740            ! pp_sys.c
6741 ____________________________________________________________________________
6742 [  3518] By: gsar                                  on 1999/06/02  04:47:10
6743         Log: remove _() non-ansism
6744      Branch: perl
6745            ! Porting/config_H XSUB.h config_h.SH cv.h doio.c doop.c
6746            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/byteperl.c
6747            ! ext/ByteLoader/ByteLoader.xs ext/Data/Dumper/Dumper.xs
6748            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_dlopen.xs
6749            ! ext/DynaLoader/dl_vmesa.xs ext/IO/poll.h ext/IPC/SysV/SysV.xs
6750            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
6751            ! ext/re/re.xs handy.h hv.c iperlsys.h
6752            ! jpl/PerlInterpreter/PerlInterpreter.c lib/ExtUtils/Embed.pm
6753            ! malloc.c mg.c mg.h minimod.pl miniperlmain.c op.c op.h
6754            ! opcode.h opcode.pl os2/POSIX.mkfifo perl.c perl.h
6755            ! plan9/config.plan9 pod/perlembed.pod pod/perlguts.pod pp.c
6756            ! pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c regexec.c run.c
6757            ! scope.h sv.c sv.h thread.h toke.c util.c vms/sockadapt.h
6758            ! vms/vmsish.h vms/writemain.pl vos/config.h
6759            ! vos/config_h.SH_orig win32/GenCAPI.pl win32/config_H.bc
6760            ! win32/config_H.gc win32/config_H.vc win32/makemain.pl
6761            ! win32/perllib.c win32/runperl.c win32/win32.h
6762            ! win32/win32thread.h writemain.SH x2p/a2p.c x2p/a2p.h x2p/a2p.y
6763            ! x2p/hash.h x2p/str.h x2p/util.h x2p/walk.c
6764 ____________________________________________________________________________
6765 [  3517] By: gsar                                  on 1999/06/02  02:17:51
6766         Log: missed a few files
6767      Branch: perl
6768            ! ext/POSIX/POSIX.xs jpl/JNI/JNI.xs
6769 ____________________________________________________________________________
6770 [  3516] By: gsar                                  on 1999/06/02  01:37:33
6771         Log: integrate cfgperl contents into mainline
6772      Branch: perl
6773           +> ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
6774           +> ext/ByteLoader/byterun.h
6775            - bytecode.h byterun.c byterun.h
6776            ! Changes
6777           !> (integrate 58 files)
6778 ____________________________________________________________________________
6779 [  3515] By: gsar                                  on 1999/06/02  00:48:50
6780         Log: remove stray K&R-isms
6781      Branch: perl
6782            ! ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
6783            ! ext/SDBM_File/sdbm/dbe.c ext/SDBM_File/sdbm/dbm.c
6784            ! ext/SDBM_File/sdbm/dbu.c mg.c op.c pp_ctl.c pp_sys.c sv.c
6785            ! toke.c util.c win32/win32.c x2p/hash.c
6786 ____________________________________________________________________________
6787 [  3514] By: gsar                                  on 1999/06/01  15:55:55
6788         Log: change#3447 didn't do enough to exempt Foo->bar(qw/.../) from
6789              strict 'subs'
6790      Branch: perl
6791            ! op.c t/pragma/strict-subs
6792 ____________________________________________________________________________
6793 [  3513] By: jhi                                   on 1999/06/01  07:17:05
6794         Log: Patch applying of #3499 had gone awry.
6795      Branch: cfgperl
6796            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.h
6797 ____________________________________________________________________________
6798 [  3512] By: gsar                                  on 1999/05/31  19:21:30
6799         Log: tighter -help output
6800      Branch: perl
6801            ! perl.c
6802 ____________________________________________________________________________
6803 [  3511] By: gsar                                  on 1999/05/31  17:18:23
6804         Log: fix memory leak in C<eval 'return sub {...}'>
6805      Branch: perl
6806            ! embed.h embed.pl objXSUB.h pp_ctl.c proto.h
6807 ____________________________________________________________________________
6808 [  3510] By: gsar                                  on 1999/05/31  14:11:46
6809         Log: tweak C++isms
6810      Branch: perl
6811            ! win32/dl_win32.xs win32/win32.c
6812 ____________________________________________________________________________
6813 [  3509] By: jhi                                   on 1999/05/30  13:02:26
6814         Log: Cleanup of #3488.
6815      Branch: cfgperl
6816            ! Configure config_h.SH
6817 ____________________________________________________________________________
6818 [  3508] By: jhi                                   on 1999/05/30  11:16:01
6819         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6820              To: Mailing list Perl5 <perl5-porters@perl.org>
6821              Subject: [PATCH 5.005_57] Teach Socket and io_unix.t the syntax of OS/2
6822              Date: Sat, 29 May 1999 20:18:13 -0400
6823              Message-ID: <19990529201813.B9489@monk.mps.ohio-state.edu>
6824      Branch: cfgperl
6825            ! ext/Socket/Socket.xs os2/os2ish.h t/lib/io_unix.t
6826 ____________________________________________________________________________
6827 [  3507] By: jhi                                   on 1999/05/29  20:05:40
6828         Log: From: Mark-Jason Dominus <mjd@plover.com>
6829              To: perl5-porters@perl.com
6830              Subject: PATCH (5.005_57): Document use of `SPECIAL' flag for `pushre':
6831              Date: Sat, 29 May 1999 14:45:10 -0400
6832              Message-ID: <19990529184510.27557.qmail@plover.com>
6833      Branch: cfgperl
6834            ! op.h
6835 ____________________________________________________________________________
6836 [  3506] By: gsar                                  on 1999/05/29  16:49:39
6837         Log: avoid gv_check() recursive pit
6838      Branch: perl
6839            ! gv.c
6840 ____________________________________________________________________________
6841 [  3505] By: jhi                                   on 1999/05/29  11:38:16
6842         Log: From: jan.dubois@ibm.net (Jan Dubois)
6843              To: Gurusamy Sarathy <gsar@activestate.com>
6844              Cc: perl5-porters@perl.org
6845              Subject: [PATCH 5.005_57]Safeguard against unimplemented functions in pwuid.t and grent.t
6846              Date: Sat, 29 May 1999 08:46:22 +0200
6847              Message-ID: <374f8007.2016008@smtp1.ibm.net>
6848      Branch: cfgperl
6849            ! t/op/grent.t t/op/pwent.t
6850 ____________________________________________________________________________
6851 [  3504] By: jhi                                   on 1999/05/29  11:07:10
6852         Log: QNX needs <sys/select.h> to define fd_set.
6853              
6854              From: Norton Allen <allen@huarp.harvard.edu>
6855              To: perl5-porters@perl.org
6856              Subject: [19990526.016] Not OK: perl 5.00503 on x86-qnx 424
6857              Date:  Wed, 26 May 1999 13:51:27 -0400 (EDT)
6858              Message-Id:  <199905261751.NAA20966@bottesini.harvard.edu>
6859      Branch: cfgperl
6860            ! ext/IO/poll.c
6861 ____________________________________________________________________________
6862 [  3503] By: jhi                                   on 1999/05/29  10:53:31
6863         Log: From: jan.dubois@ibm.net (Jan Dubois)
6864              To: Gurusamy Sarathy <gsar@activestate.com>, perl5-porters@perl.org
6865              Subject: [PATCH all versions] (was Re: Unitialized Value Complaints in Math::BigFloat)
6866              Date: Fri, 28 May 1999 20:14:35 +0200
6867              Message-ID: <3751daa4.7188847@smtp1.ibm.net>
6868      Branch: cfgperl
6869            ! lib/Math/BigFloat.pm
6870 ____________________________________________________________________________
6871 [  3502] By: jhi                                   on 1999/05/29  10:44:44
6872         Log: Make Configure support the change #3367,
6873              SysV shadow passwords.
6874      Branch: cfgperl
6875            ! Configure config_h.SH pp_sys.c
6876 ____________________________________________________________________________
6877 [  3501] By: gsar                                  on 1999/05/28  21:22:23
6878         Log: add wide versions of win32 system calls (first step in
6879              globalization); delayload winsock for performance if compiling
6880              with VC 6.0
6881      Branch: perl
6882            ! win32/Makefile win32/dl_win32.xs win32/makefile.mk
6883            ! win32/win32.c win32/win32.h
6884 ____________________________________________________________________________
6885 [  3500] By: jhi                                   on 1999/05/28  21:17:24
6886         Log: The new t/lib/io_linenum.t was using stricture
6887              before @INC was set up.
6888      Branch: cfgperl
6889            ! t/lib/io_linenum.t
6890 ____________________________________________________________________________
6891 [  3499] By: jhi                                   on 1999/05/28  17:13:23
6892         Log: From: Tom Hughes <tom@compton.nu>
6893              To: perl5-porters@perl.org
6894              Subject: [PATCH 5.005_57] ByteLoader mark 2
6895              Date: Wed, 26 May 1999 23:59:49 +0100
6896              Message-ID: <bf337a0849.tom@compton.compton.nu>
6897              
6898              plus resolve tiny conflict with #3479
6899              plus regen_headers.
6900      Branch: cfgperl
6901            + ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
6902            + ext/ByteLoader/byterun.h
6903            - bytecode.h byterun.c byterun.h
6904            ! MANIFEST Makefile.SH bytecode.pl embed.h embedvar.h ext/B/B.pm
6905            ! ext/B/B.xs ext/B/B/Bytecode.pm ext/B/Makefile.PL
6906            ! ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
6907            ! ext/ByteLoader/Makefile.PL global.sym intrpvar.h objXSUB.h
6908            ! perl.h perlvars.h proto.h util.c utils/Makefile
6909 ____________________________________________________________________________
6910 [  3498] By: jhi                                   on 1999/05/28  16:53:04
6911         Log: From: Mark-Jason Dominus <mjd@plover.com>
6912              To: perl5-porters@perl.com
6913              Subject: PATCH (5.005_57): defined(@a) now deprecated
6914              Date: Thu, 27 May 1999 16:05:44 -0400
6915              Message-ID: <19990527200544.13330.qmail@plover.com>
6916      Branch: cfgperl
6917            ! lib/Carp.pm op.c opcode.h opcode.pl pod/perldelta.pod
6918            ! pod/perldiag.pod pod/perlfunc.pod pp_proto.h t/pragma/warn/op
6919 ____________________________________________________________________________
6920 [  3497] By: jhi                                   on 1999/05/28  16:50:54
6921         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6922              To: perl5-porters@perl.org (Mailing list Perl5)
6923              Subject: [PATCH 5.00557] Cosmetic OS/2-related patches
6924              Date: Fri, 28 May 1999 12:13:00 -0400 (EDT)
6925              Message-Id: <199905281613.MAA02048@monk.mps.ohio-state.edu>
6926      Branch: cfgperl
6927            ! MANIFEST Makefile.SH ext/POSIX/POSIX.xs hints/os2.sh
6928            ! os2/Makefile.SHs t/io/pipe.t t/lib/io_sock.t
6929 ____________________________________________________________________________
6930 [  3496] By: jhi                                   on 1999/05/28  16:48:39
6931         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6932              To: perl5-porters@perl.org (Mailing list Perl5)
6933              Subject: [PATCH 5.00557] Required OS/2-related patches
6934              Date: Fri, 28 May 1999 12:11:48 -0400 (EDT)
6935              Message-Id: <199905281611.MAA02037@monk.mps.ohio-state.edu>
6936      Branch: cfgperl
6937            ! os2/os2.c t/lib/bigfloatpm.t t/lib/io_unix.t t/op/groups.t
6938            ! t/op/stat.t util.c
6939 ____________________________________________________________________________
6940 [  3495] By: jhi                                   on 1999/05/28  16:45:56
6941         Log: From: Paul Johnson <pjcj@transeda.com>
6942              To: perl5-porters <perl5-porters@perl.org>
6943              Subject: [PATCH 5.005_57] Provide more useful test okay percentage
6944              Date: Fri, 28 May 1999 15:13:54 +0100
6945              Message-ID: <19990528151354.B289@west-tip.transeda.com>
6946      Branch: cfgperl
6947            ! t/TEST
6948 ____________________________________________________________________________
6949 [  3494] By: jhi                                   on 1999/05/28  16:44:34
6950         Log: From: Paul Johnson <pjcj@transeda.com>
6951              To: perl5-porters <perl5-porters@perl.org>
6952              Subject: [PATCH 5.005_57] Fixes related to working local $.
6953              Date: Fri, 28 May 1999 15:11:18 +0100
6954              Message-ID: <19990528151118.A289@west-tip.transeda.com>
6955      Branch: cfgperl
6956            ! ext/IO/lib/IO/Handle.pm pod/perlvar.pod t/lib/io_linenum.t
6957 ____________________________________________________________________________
6958 [  3493] By: gsar                                  on 1999/05/28  16:37:26
6959         Log: change#3449 wasn't doing enough
6960      Branch: perl
6961            ! op.c t/comp/proto.t
6962 ____________________________________________________________________________
6963 [  3492] By: jhi                                   on 1999/05/28  08:12:23
6964         Log: From: paul.marquess@bt.com
6965              To: doughera@lafayette.edu
6966              Cc: perl5-porters@perl.org
6967              Subject: RE: [19990527.002] DBM Filters in _57 cause problems in NDBM_File
6968              Date: Thu, 27 May 1999 23:31:38 +0100
6969              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C03@mbtlipnt02.btlabs.bt.co.uk>
6970              
6971              Had to be applied manually; some mailer had munged the patch slightly.
6972      Branch: cfgperl
6973            ! ext/NDBM_File/NDBM_File.xs
6974 ____________________________________________________________________________
6975 [  3491] By: jhi                                   on 1999/05/28  07:51:17
6976         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
6977              To: perl5-porters@perl.org
6978              Subject: [PATCH 5.005_57] fixing eval in the compiler
6979              Date: Thu, 27 May 1999 07:56:54 -0700
6980              Message-ID: <JDIKFDKKLGHHBAAA@my-deja.com>
6981      Branch: cfgperl
6982            ! cc_runtime.h scope.h
6983 ____________________________________________________________________________
6984 [  3490] By: jhi                                   on 1999/05/28  07:47:06
6985         Log: From: Andy Dougherty <doughera@lafayette.edu>
6986              To: perlbug@perl.com
6987              Cc: Jarkko Hietaniemi <jhi@iki.fi>
6988              Subject: [PATCH] Configure updates for ISC 4.1
6989              Date: Thu, 27 May 1999 15:19:21 -0400 (EDT)
6990              Message-Id: <Pine.GSU.4.05.9905271513500.22115-100000@newton.phys>
6991      Branch: cfgperl
6992            ! Configure config_h.SH
6993 ____________________________________________________________________________
6994 [  3489] By: jhi                                   on 1999/05/28  07:39:17
6995         Log: Integrate from mainperl.
6996      Branch: cfgperl
6997           !> malloc.c win32/makedef.pl win32/win32.c
6998 ____________________________________________________________________________
6999 [  3488] By: jhi                                   on 1999/05/27  16:57:19
7000         Log: From: Andy Dougherty <doughera@lafayette.edu>
7001              To: Perl Porters <perl5-porters@perl.org>
7002              Subject: [PATCH] Re: 5.005_57 NOT OK on SunOS 4.1.3
7003              Date: Thu, 27 May 1999 12:26:28 -0400 (EDT)
7004              Message-Id: <Pine.GSU.4.05.9905271120230.22115-100000@newton.phys>
7005      Branch: cfgperl
7006            ! Configure config_h.SH hints/sunos_4_1.sh util.c
7007 ____________________________________________________________________________
7008 [  3487] By: gsar                                  on 1999/05/27  03:56:20
7009         Log: make win32_spawnvp() inherit standard handles even when they
7010              may be redirected
7011      Branch: perl
7012            ! win32/win32.c
7013 ____________________________________________________________________________
7014 [  3486] By: jhi                                   on 1999/05/26  19:55:52
7015         Log: From: Andy Dougherty <doughera@lafayette.edu>
7016              To: perl5-porters@perl.org
7017              Subject: Re: BUG -> [19990526.004] perl5.005_57 error in util.c on sun4-solaris2.6
7018              Date: Wed, 26 May 1999 14:49:52 -0400 (EDT)
7019              Message-Id: <Pine.GSU.4.05.9905261448310.19172-100000@newton.phys>
7020      Branch: cfgperl
7021            ! util.c
7022 ____________________________________________________________________________
7023 [  3485] By: chip                                  on 1999/05/26  17:19:11
7024         Log: Look for Linux FILE structure in libio.h, for glibc-2.1.
7025      Branch: maint-5.004/perl
7026            ! Configure
7027 ____________________________________________________________________________
7028 [  3484] By: gsar                                  on 1999/05/26  01:56:28
7029         Log: fix missing exported symbol
7030      Branch: perl
7031            ! malloc.c win32/makedef.pl
7032 ____________________________________________________________________________
7033 [  3483] By: jhi                                   on 1999/05/25  23:08:07
7034         Log: Configure -Dopenbsd_distribution to build for the OpenBSD tree.
7035              
7036              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
7037              To: perlbug@perl.com
7038              Subject: OpenBSD hints file update
7039              Date: Tue, 25 May 1999 12:12:38 -0600 (MDT)
7040              Message-Id: <199905251812.MAA06032@xerxes.courtesan.com>
7041      Branch: cfgperl
7042            ! hints/openbsd.sh
7043 ____________________________________________________________________________
7044 [  3482] By: jhi                                   on 1999/05/25  23:01:25
7045         Log: From: Tom Hughes <tom@compton.nu>
7046              To: perl5-porters@perl.org
7047              Subject: [PATCH 5.005_57] Make Configure recognise glibc 2.1 stdio
7048              Date: Tue, 25 May 1999 23:10:23 +0100
7049              Message-ID: <1ed7f10749.tom@compton.compton.nu>
7050      Branch: cfgperl
7051            ! Configure config_h.SH
7052 ____________________________________________________________________________
7053 [  3481] By: jhi                                   on 1999/05/25  22:31:50
7054         Log: 3479, 3480, 3481 seems logical.
7055      Branch: cfgperl
7056           !> hints/aix.sh
7057 ____________________________________________________________________________
7058 [  3480] By: jhi                                   on 1999/05/25  22:13:39
7059         Log: The change #3479 wasn't perfect.
7060      Branch: perl
7061            ! hints/aix.sh
7062 ____________________________________________________________________________
7063 [  3479] By: jhi                                   on 1999/05/25  21:59:21
7064         Log: Cures for _57 in AIX 4.1.5.0.
7065              (1) The lddlflags lost its -lc by change #3660
7066              (and the politeness of change #3257).
7067              (2) optype_size must end up in perl.exp (as PL_optype_size).
7068              Added it to perlvars.h, fixed bytecode.pl,
7069              regen'ed the relevant headers.
7070      Branch: cfgperl
7071            ! bytecode.h bytecode.pl byterun.h embed.h embedvar.h objXSUB.h
7072            ! perlvars.h
7073      Branch: perl
7074            ! hints/aix.sh
7075 ____________________________________________________________________________
7076 [  3478] By: jhi                                   on 1999/05/25  20:13:47
7077         Log: Integrate from mainperl.
7078      Branch: cfgperl
7079           +> pod/perltootc.pod
7080           !> (integrate 101 files)
7081 ____________________________________________________________________________
7082 [  3477] By: gsar                                  on 1999/05/25  10:43:48
7083         Log: here be 5.005_57
7084      Branch: perl
7085            ! Changes MANIFEST Porting/makerel
7086           !> Changes5.005
7087
7088 ----------------
7089 Version 5.005_57
7090 ----------------
7091
7092 ____________________________________________________________________________
7093 [  3476] By: gsar                                  on 1999/05/25  09:23:43
7094         Log: up patchlevel &c
7095      Branch: perl
7096            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
7097            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
7098            ! win32/makefile.mk
7099 ____________________________________________________________________________
7100 [  3475] By: gsar                                  on 1999/05/25  09:14:51
7101         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7102              Date: Tue, 25 May 1999 02:42:23 -0400 (EDT)
7103              Message-Id: <199905250642.CAA06208@monk.mps.ohio-state.edu>
7104              Subject: [PATCH 5.005_56] REx engine improvements
7105      Branch: perl
7106            ! embedvar.h mg.c objXSUB.h pp.c pp_ctl.c pp_hot.c regcomp.c
7107            ! regexec.c regexp.h t/op/pat.t t/op/re_tests t/op/regexp.t
7108            ! thrdvar.h util.c
7109 ____________________________________________________________________________
7110 [  3474] By: gsar                                  on 1999/05/25  08:39:56
7111         Log: test case for change#3470
7112      Branch: perl
7113            ! t/lib/bigintpm.t
7114 ____________________________________________________________________________
7115 [  3473] By: gsar                                  on 1999/05/25  08:36:52
7116         Log: perlport 1.43 update from Chris Nandor and Tom Christiansen
7117      Branch: perl
7118            ! Changes pod/perlport.pod
7119 ____________________________________________________________________________
7120 [  3472] By: gsar                                  on 1999/05/25  08:28:57
7121         Log: assorted tweaks
7122      Branch: perl
7123            ! doio.c iperlsys.h win32/config.bc win32/config.gc
7124            ! win32/config.vc win32/config_H.bc win32/config_H.gc
7125            ! win32/config_H.vc win32/makedef.pl
7126 ____________________________________________________________________________
7127 [  3471] By: gsar                                  on 1999/05/25  06:06:04
7128         Log: perlref update from Tom Christiansen
7129      Branch: perl
7130            ! pod/perlref.pod
7131 ____________________________________________________________________________
7132 [  3470] By: gsar                                  on 1999/05/25  06:03:27
7133         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7134              Date: Mon, 24 May 1999 17:43:56 -0400
7135              Message-ID: <19990524174356.A1944@monk.mps.ohio-state.edu>
7136              Subject: [PATCH 5.005_*] hv.c calling negative malloc()
7137      Branch: perl
7138            ! hv.c
7139 ____________________________________________________________________________
7140 [  3469] By: gsar                                  on 1999/05/25  05:59:22
7141         Log: avoid temporary files that have a constant name (from a suggestion
7142              by Anthony J. Lill <ajlill@ajlc.waterloo.on.ca>)
7143      Branch: perl
7144            ! lib/ExtUtils/MM_Unix.pm
7145 ____________________________________________________________________________
7146 [  3468] By: gsar                                  on 1999/05/25  05:54:29
7147         Log: From: pvhp@forte.com (Peter Prymmer)
7148              Date: Mon, 24 May 99 11:20:25 PDT
7149              Message-Id: <9905241820.AA28071@forte.com>
7150              Subject: [PATCH: _56 and _03]EBCDIC %HTML_Escapes for Pod::Text, plus sync patch.
7151      Branch: perl
7152            ! lib/Pod/Text.pm
7153 ____________________________________________________________________________
7154 [  3467] By: gsar                                  on 1999/05/25  04:08:50
7155         Log: fix glob() bug that resulted in missing symlinks that don't point
7156              anywhere
7157      Branch: perl
7158            ! pp_hot.c
7159 ____________________________________________________________________________
7160 [  3466] By: gsar                                  on 1999/05/25  03:00:00
7161         Log: avoid enumerating @INC contents in diagnostic if @INC was never
7162              searched
7163      Branch: perl
7164            ! pod/perldiag.pod pp_ctl.c
7165 ____________________________________________________________________________
7166 [  3465] By: gsar                                  on 1999/05/25  02:24:08
7167         Log: add caveat about close(PIPE) carelessness
7168      Branch: perl
7169            ! pod/perlfunc.pod
7170 ____________________________________________________________________________
7171 [  3464] By: gsar                                  on 1999/05/24  23:55:53
7172         Log: fix bogus line numbers for void context warnings
7173              (change#2548 was overeager)
7174      Branch: perl
7175            ! op.c
7176 ____________________________________________________________________________
7177 [  3463] By: gsar                                  on 1999/05/24  23:31:58
7178         Log: change#3455 had a typo
7179      Branch: perl
7180            ! pp_ctl.c
7181 ____________________________________________________________________________
7182 [  3462] By: gsar                                  on 1999/05/24  17:32:20
7183         Log: more pod updates from Tom Christiansen; regen perltoc
7184      Branch: perl
7185            ! pod/perl.pod pod/perldelta.pod pod/perlmod.pod pod/perlobj.pod
7186            ! pod/perlre.pod pod/perltoc.pod pod/perlvar.pod
7187 ____________________________________________________________________________
7188 [  3461] By: gsar                                  on 1999/05/24  07:41:32
7189         Log: perlmod notes from Damian Conway (via Tom Christiansen)
7190      Branch: perl
7191            ! pod/perlmod.pod
7192 ____________________________________________________________________________
7193 [  3460] By: gsar                                  on 1999/05/24  07:24:11
7194         Log: major pod update from Tom Christiansen
7195      Branch: perl
7196            + pod/perltootc.pod
7197            ! MANIFEST lib/Pod/Functions.pm pod/Makefile pod/buildtoc
7198            ! pod/perl.pod pod/perl5004delta.pod pod/perlcall.pod
7199            ! pod/perldata.pod pod/perldebug.pod pod/perldelta.pod
7200            ! pod/perldsc.pod pod/perlfunc.pod pod/perlipc.pod
7201            ! pod/perllol.pod pod/perlmod.pod pod/perlmodinstall.pod
7202            ! pod/perlmodlib.pod pod/perlobj.pod pod/perlop.pod
7203            ! pod/perlopentut.pod pod/perlpod.pod pod/perlport.pod
7204            ! pod/perlre.pod pod/perlref.pod pod/perlrun.pod pod/perlsec.pod
7205            ! pod/perlsub.pod pod/perlsyn.pod pod/perlthrtut.pod
7206            ! pod/perltie.pod pod/perltrap.pod pod/perlvar.pod
7207            ! pod/perlxs.pod pod/pod2man.PL
7208 ____________________________________________________________________________
7209 [  3459] By: gsar                                  on 1999/05/24  06:26:48
7210         Log: perlfaq update from Tom Christiansen
7211      Branch: perl
7212            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
7213            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
7214            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
7215            ! pod/perlfaq9.pod
7216 ____________________________________________________________________________
7217 [  3458] By: gsar                                  on 1999/05/24  05:55:11
7218         Log: updated to v1.50 from CPAN
7219      Branch: perl
7220            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
7221 ____________________________________________________________________________
7222 [  3457] By: gsar                                  on 1999/05/24  05:46:20
7223         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
7224              Date: Sun, 23 May 1999 16:35:07 +0100
7225              Message-Id: <199905231535.QAA00032@crypt.compulink.co.uk>
7226              Subject: [PATCH 5.005_56] name PL_in_eval bits
7227      Branch: perl
7228            ! cop.h op.c perl.c pp_ctl.c toke.c util.c
7229 ____________________________________________________________________________
7230 [  3456] By: gsar                                  on 1999/05/24  05:18:06
7231         Log: make -t mode the default on emacs/dumb terminals
7232      Branch: perl
7233            ! Changes utils/perldoc.PL
7234 ____________________________________________________________________________
7235 [  3455] By: gsar                                  on 1999/05/24  05:05:19
7236         Log: return 0 rather than "" when scalar grep has nothing to iterate
7237              on (brings behavior in line with documentation)
7238      Branch: perl
7239            ! pp_ctl.c
7240 ____________________________________________________________________________
7241 [  3454] By: gsar                                  on 1999/05/24  04:52:52
7242         Log: From: Tim Jenness <t.jenness@jach.hawaii.edu>
7243              Date: Thu, 20 May 1999 13:27:02 -1000
7244              Message-Id: <E10kcDN-0007TA-00@lapaki>
7245              Subject: Problem with MM_Unix in 5.005_03
7246      Branch: perl
7247            ! lib/ExtUtils/MM_Unix.pm
7248 ____________________________________________________________________________
7249 [  3453] By: gsar                                  on 1999/05/24  04:39:49
7250         Log: avoid removing duplicates in user-generated warnings
7251              From: byron@omix.com (Byron Brummer)
7252              Date: Thu, 20 May 1999 04:01:17 -0700 (PDT)
7253              Message-Id: <199905201101.EAA91175@thrush.omix.com>
7254              Subject: [PATCH] Re: warn buffers/loses output in ?? - 5.005_03
7255      Branch: perl
7256            ! lib/diagnostics.pm
7257 ____________________________________________________________________________
7258 [  3452] By: gsar                                  on 1999/05/24  04:23:10
7259         Log: straighten some code to avoid NeXT compiler bugs (from
7260              Geoff Kuenning <geoff@cs.hmc.edu>)
7261      Branch: perl
7262            ! pp_ctl.c
7263 ____________________________________________________________________________
7264 [  3451] By: gsar                                  on 1999/05/24  03:03:05
7265         Log: minor logic tweak for reserved word warning
7266      Branch: perl
7267            ! lib/Test/Harness.pm toke.c
7268 ____________________________________________________________________________
7269 [  3450] By: gsar                                  on 1999/05/24  02:34:20
7270         Log: oops, some files missing in change#3449
7271      Branch: perl
7272            ! op.c op.h toke.c
7273 ____________________________________________________________________________
7274 [  3449] By: gsar                                  on 1999/05/24  02:33:12
7275         Log: allow '*' prototype to autoquote even barewords that happen to be
7276              function names; parens or ampersand continue to force the other
7277              interpretation; makes C<sub Foo {'bar'} CORE::GLOBAL::require Foo;>
7278              do the right thing, for example
7279      Branch: perl
7280            ! t/comp/proto.t
7281 ____________________________________________________________________________
7282 [  3448] By: gsar                                  on 1999/05/24  01:51:24
7283         Log: remove vestiges of PL_last_proto
7284      Branch: perl
7285            ! embedvar.h intrpvar.h objXSUB.h
7286 ____________________________________________________________________________
7287 [  3447] By: gsar                                  on 1999/05/24  01:49:20
7288         Log: redo change#2061 and parts of change#1169 with code in the
7289              parser; PL_last_proto hackery gone, strict 'subs' in now
7290              implemented in the optimizer where specifying the exceptional
7291              cases is much more robust; '*' (bareword) prototype now works
7292              reliably when used in second and subsequent arguments
7293      Branch: perl
7294            ! dump.c embed.h embed.pl objXSUB.h op.c op.h proto.h toke.c
7295 ____________________________________________________________________________
7296 [  3446] By: gsar                                  on 1999/05/23  05:00:55
7297         Log: remove redundant part of change#1169 superceded by change#2061;
7298              avoid "future reserved word" warning on prototypical bearwords
7299      Branch: perl
7300            ! t/lib/fatal.t toke.c
7301 ____________________________________________________________________________
7302 [  3445] By: gsar                                  on 1999/05/21  23:36:49
7303         Log: s/isspace/isSPACE/g and make sure the CRT version is always
7304              passed an unsigned char (fixes random occurrence of spaces in
7305              arguments containing high-bit chars passed to spawned children,
7306              on win32)
7307      Branch: perl
7308            ! ext/SDBM_File/sdbm/dbe.c win32/perlhost.h win32/win32.c
7309 ____________________________________________________________________________
7310 [  3444] By: gsar                                  on 1999/05/21  23:08:55
7311         Log: integrate Configure changes from cfgperl
7312      Branch: perl
7313           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
7314           !> config_h.SH
7315 ____________________________________________________________________________
7316 [  3443] By: jhi                                   on 1999/05/21  22:00:56
7317         Log: Integrate from mainperl.
7318      Branch: cfgperl
7319           !> Changes doop.c ext/SDBM_File/sdbm/dba.c
7320           !> ext/SDBM_File/sdbm/dbd.c ext/SDBM_File/sdbm/dbe.c os2/os2.c
7321           !> perl.h pod/perldiag.pod pod/perlport.pod pp.c t/comp/proto.t
7322           !> win32/perlhost.h win32/win32.c x2p/walk.c
7323 ____________________________________________________________________________
7324 [  3442] By: jhi                                   on 1999/05/21  21:59:46
7325         Log: fflush.
7326      Branch: cfgperl
7327            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7328            ! config_h.SH
7329 ____________________________________________________________________________
7330 [  3441] By: gsar                                  on 1999/05/21  17:48:55
7331         Log: integrate cfgperl changes
7332      Branch: perl
7333           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
7334           !> config_h.SH hints/sunos_4_1.sh installperl
7335 ____________________________________________________________________________
7336 [  3440] By: gsar                                  on 1999/05/21  17:42:49
7337         Log: test tweak
7338      Branch: perl
7339            ! t/comp/proto.t
7340 ____________________________________________________________________________
7341 [  3439] By: gsar                                  on 1999/05/21  17:31:26
7342         Log: fix breakage when neither FFLUSH_ALL nor FFLUSH_NULL are #defined.
7343              (Configure fflush(NULL) detection seems broken on Solaris, which
7344              is why I hit the problem)
7345      Branch: perl
7346            ! Changes perl.h
7347 ____________________________________________________________________________
7348 [  3438] By: gsar                                  on 1999/05/20  16:41:01
7349         Log: perlport 1.41 update from Chris Nandor <pudge@pobox.com>
7350      Branch: perl
7351            ! pod/perlport.pod
7352 ____________________________________________________________________________
7353 [  3437] By: jhi                                   on 1999/05/20  07:14:39
7354         Log: Patches to fflushing in SunOS 4 from Andy Dougherty
7355              (via private email).
7356      Branch: cfgperl
7357            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7358            ! config_h.SH hints/sunos_4_1.sh
7359 ____________________________________________________________________________
7360 [  3436] By: gsar                                  on 1999/05/20  05:18:26
7361         Log: various little nits
7362      Branch: perl
7363            ! doop.c ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
7364            ! ext/SDBM_File/sdbm/dbe.c os2/os2.c pod/perldiag.pod pp.c
7365            ! win32/perlhost.h win32/win32.c x2p/walk.c
7366 ____________________________________________________________________________
7367 [  3435] By: jhi                                   on 1999/05/18  16:25:49
7368         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
7369              To: perl5-porters@perl.org
7370              Subject: installperl
7371              Date: Fri, 14 May 1999 21:34:58 +0100
7372              Message-Id: <199905142034.VAA00865@crypt.compulink.co.uk>
7373      Branch: cfgperl
7374            ! installperl
7375 ____________________________________________________________________________
7376 [  3434] By: jhi                                   on 1999/05/17  21:25:54
7377         Log: Integrate from mainperl.
7378      Branch: cfgperl
7379           +> lib/ExtUtils/MM_Cygwin.pm
7380            - cygwin32/impure_ptr.c
7381           !> MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
7382           !> cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
7383           !> ext/POSIX/POSIX.xs gv.c hints/cygwin32.sh installman
7384           !> installperl perl.h pod/perldiag.pod pp.c pp_hot.c util.c
7385           !> x2p/find2perl.PL
7386 ____________________________________________________________________________
7387 [  3433] By: gsar                                  on 1999/05/17  09:49:01
7388         Log: integrate cfgperl changes into mainline
7389      Branch: perl
7390           !> Configure INSTALL config_h.SH configure.com embed.h
7391           !> ext/Devel/Peek/Peek.xs ext/Socket/Socket.xs global.sym
7392           !> hints/dec_osf.sh objXSUB.h perl.h pod/perldiag.pod proto.h
7393           !> util.c
7394 ____________________________________________________________________________
7395 [  3432] By: gsar                                  on 1999/05/17  09:06:45
7396         Log: emit more appropriate diagnostic for failed glob (variant
7397              of patch suggested by Graham Barr)
7398      Branch: perl
7399            ! gv.c pod/perldiag.pod pp.c pp_hot.c
7400 ____________________________________________________________________________
7401 [  3431] By: gsar                                  on 1999/05/17  08:38:09
7402         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
7403              Date: Thu, 13 May 1999 22:18:43 -0600 (MDT)
7404              Message-Id: <199905140418.WAA18826@xerxes.courtesan.com>
7405              Subject: find2perl does not grok the 'c' suffix to the -size argument
7406      Branch: perl
7407            ! x2p/find2perl.PL
7408 ____________________________________________________________________________
7409 [  3430] By: gsar                                  on 1999/05/17  08:26:21
7410         Log: additional cleanups for cygwin32 port
7411              From: "Fifer, Eric" <EFifer@sanwaint.com>
7412              Date: Wed, 12 May 1999 20:25:54 +0100
7413              Message-ID: <71E287AB0D94D111BBD600600849EC8185EDAF@POST>
7414              Subject: [PATCH]perl5.005_03 (CORE) cygwin32 port
7415      Branch: perl
7416            + lib/ExtUtils/MM_Cygwin.pm
7417            - cygwin32/impure_ptr.c
7418            ! MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
7419            ! cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
7420            ! ext/POSIX/POSIX.xs hints/cygwin32.sh installman installperl
7421            ! perl.h util.c
7422 ____________________________________________________________________________
7423 [  3429] By: gsar                                  on 1999/05/17  08:01:04
7424         Log: From: Andy Dougherty <doughera@lafayette.edu>
7425              Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
7426              Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
7427              Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
7428      Branch: perl
7429            ! INSTALL
7430 ____________________________________________________________________________
7431 [  3428] By: jhi                                   on 1999/05/17  07:03:26
7432         Log: Integrate from mainperl modulo the Socket.xs change.
7433      Branch: cfgperl
7434           !> ext/Socket/Socket.xs op.c win32/include/sys/socket.h
7435           !> win32/win32.c win32/win32.h
7436 ____________________________________________________________________________
7437 [  3427] By: jhi                                   on 1999/05/16  22:09:11
7438         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7439              To: perl5-porters@perl.org (Mailing list Perl5)
7440              Subject: [PATCH 5.005_56] Devel::Peek::mstat not working
7441              Date: Sun, 16 May 1999 01:28:18 -0400 (EDT)
7442              Message-Id: <199905160528.BAA23376@monk.mps.ohio-state.edu>
7443      Branch: cfgperl
7444            ! ext/Devel/Peek/Peek.xs
7445 ____________________________________________________________________________
7446 [  3426] By: jhi                                   on 1999/05/16  22:07:11
7447         Log: From: Mark-Jason Dominus <mjd@plover.com>
7448              To: perl5-porters@perl.com
7449              Subject: DOC PATCH (5.005_55): Error message missing from perldiag.pod
7450              Date: Sat, 15 May 1999 12:43:47 -0400
7451              Message-ID: <19990515164348.7313.qmail@plover.com>
7452      Branch: cfgperl
7453            ! pod/perldiag.pod
7454 ____________________________________________________________________________
7455 [  3425] By: nick                                  on 1999/05/15  15:56:10
7456         Log: Mingw32 + w32api-0.1.5 tweaks
7457              - now more like other Win32 compilers
7458      Branch: perl
7459            ! ext/Socket/Socket.xs win32/include/sys/socket.h win32/win32.c
7460            ! win32/win32.h
7461 ____________________________________________________________________________
7462 [  3424] By: nick                                  on 1999/05/14  21:04:22
7463         Log: Experimental "slab" allocator for ops.
7464              To try it -DPL_OP_SLAB_ALLOC for op.c 
7465              This is for proof of concept only, it leaks memory 
7466              (ops are not free'd) so don't use in embedded apps.
7467              If this minimalist version does not show performance 
7468              gain then whole idea is worthless. 
7469              Nick see's approx 12% speed up vs perlmalloc running
7470              perl -Ilib -MCPAN -e '' 
7471              Solaris2.6, gcc-2.8.1 but numbers are not repeatable.
7472      Branch: perl
7473            ! op.c
7474 ____________________________________________________________________________
7475 [  3423] By: gsar                                  on 1999/05/14  19:55:04
7476         Log: on win32, look for "site/5.XXX/lib" if "site/5.XXXYY/lib" isn't
7477              found (brings sitelib intuition in line with privlib)
7478      Branch: perl
7479            ! win32/win32.c
7480 ____________________________________________________________________________
7481 [  3422] By: jhi                                   on 1999/05/14  08:08:01
7482         Log: From: pvhp@forte.com (Peter Prymmer)
7483              To: perl5-porters@perl.org, vmsperl@perl.org
7484              Subject: [PATCH: 5.005_56] add config.msg to VMS configure.com
7485              Date: Thu, 13 May 99 15:29:57 PDT
7486              Message-Id: <9905132229.AA15854@forte.com>
7487      Branch: cfgperl
7488            ! configure.com
7489 ____________________________________________________________________________
7490 [  3421] By: jhi                                   on 1999/05/14  07:34:20
7491         Log: Integrate from mainperl.
7492      Branch: cfgperl
7493           !> lib/ExtUtils/MM_Unix.pm win32/win32.c
7494 ____________________________________________________________________________
7495 [  3420] By: jhi                                   on 1999/05/14  07:33:26
7496         Log: Still fflushing.
7497      Branch: cfgperl
7498            ! Configure config_h.SH util.c
7499 ____________________________________________________________________________
7500 [  3419] By: gsar                                  on 1999/05/14  03:08:29
7501         Log: mortalize string allocations by win32_get_{priv,site}lib()
7502              (fixes small memory leak in interpreter)
7503      Branch: perl
7504            ! win32/win32.c
7505 ____________________________________________________________________________
7506 [  3418] By: gsar                                  on 1999/05/14  03:06:50
7507         Log: make win32_longname() preserve kind of slashes in argument
7508      Branch: perl
7509            ! win32/win32.c
7510 ____________________________________________________________________________
7511 [  3417] By: gsar                                  on 1999/05/14  03:04:44
7512         Log: canonicalize path for $(FULLPERL) and $(PERL) in MakeMaker
7513      Branch: perl
7514            ! lib/ExtUtils/MM_Unix.pm
7515 ____________________________________________________________________________
7516 [  3416] By: jhi                                   on 1999/05/13  21:18:06
7517         Log: Integrate from mainperl.
7518      Branch: cfgperl
7519           !> pp_ctl.c
7520 ____________________________________________________________________________
7521 [  3415] By: jhi                                   on 1999/05/13  21:16:49
7522         Log: Fixes from Andy Dougherty (via private email).
7523      Branch: cfgperl
7524            ! Configure config_h.SH
7525 ____________________________________________________________________________
7526 [  3414] By: nick                                  on 1999/05/13  20:04:26
7527         Log: valist vs va_list typo
7528      Branch: perl
7529            ! pp_ctl.c
7530 ____________________________________________________________________________
7531 [  3413] By: jhi                                   on 1999/05/13  15:04:05
7532         Log: From: Andy Dougherty <doughera@lafayette.edu>
7533              To: perlbug@perl.com
7534              Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
7535              Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
7536              Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
7537      Branch: cfgperl
7538            ! INSTALL
7539 ____________________________________________________________________________
7540 [  3412] By: jhi                                   on 1999/05/13  14:20:17
7541         Log: Integrate from mainperl.
7542      Branch: cfgperl
7543           !> pp_ctl.c
7544 ____________________________________________________________________________
7545 [  3411] By: gsar                                  on 1999/05/13  14:16:56
7546         Log: docatch_body() declaration mismatch
7547      Branch: perl
7548            ! pp_ctl.c
7549 ____________________________________________________________________________
7550 [  3410] By: jhi                                   on 1999/05/13  13:51:44
7551         Log: Add HAS_MEMCHR and make memchr into a cpp macro if it already isn't.
7552      Branch: cfgperl
7553            ! Configure config_h.SH perl.h
7554 ____________________________________________________________________________
7555 [  3409] By: jhi                                   on 1999/05/13  13:31:53
7556         Log: Still fflushing strong.
7557      Branch: cfgperl
7558            ! Configure config_h.SH embed.h global.sym objXSUB.h perl.h
7559            ! proto.h util.c
7560 ____________________________________________________________________________
7561 [  3408] By: jhi                                   on 1999/05/12  14:30:23
7562         Log: Integrate from mainperl.
7563      Branch: cfgperl
7564           !> (integrate 30 files)
7565 ____________________________________________________________________________
7566 [  3407] By: jhi                                   on 1999/05/12  12:28:31
7567         Log: Be tidier with fflush(NULL) testing.
7568      Branch: cfgperl
7569            ! Configure config_h.SH
7570 ____________________________________________________________________________
7571 [  3406] By: gsar                                  on 1999/05/12  11:26:03
7572         Log: better range-checking on list slices, with test
7573              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
7574              Date: Sun, 02 May 1999 17:02:53 +0100
7575              Message-Id: <199905021602.RAA13905@crypt.compulink.co.uk>
7576              Subject: Re: List slice of undefs returns 0 items 
7577      Branch: perl
7578            ! pp.c t/op/list.t
7579 ____________________________________________________________________________
7580 [  3405] By: gsar                                  on 1999/05/12  11:22:27
7581         Log: change#3397 needs test tweak
7582      Branch: perl
7583            ! Changes t/pragma/warn/sv
7584 ____________________________________________________________________________
7585 [  3404] By: gsar                                  on 1999/05/12  11:07:44
7586         Log: typo in change#3397
7587      Branch: perl
7588            ! doop.c
7589 ____________________________________________________________________________
7590 [  3403] By: gsar                                  on 1999/05/12  10:49:01
7591         Log: From: Stephen Zander <gibreel@pobox.com>
7592              Date: 12 May 1999 01:22:31 -0700
7593              Message-ID: <87u2tik88o.fsf@pooh.fire-swamp.net>
7594              Subject: Re: Test::Harness runs tainted tests with wrong library path
7595      Branch: perl
7596            ! lib/Test/Harness.pm
7597 ____________________________________________________________________________
7598 [  3402] By: gsar                                  on 1999/05/12  10:42:06
7599         Log: typo in change#3400
7600      Branch: perl
7601            ! ext/B/B/Deparse.pm
7602 ____________________________________________________________________________
7603 [  3401] By: jhi                                   on 1999/05/12  10:40:42
7604         Log: A better, shinier, and possibly even correctly working
7605              reincarnation of #3398.
7606      Branch: cfgperl
7607            ! Configure config_h.SH
7608 ____________________________________________________________________________
7609 [  3400] By: gsar                                  on 1999/05/12  10:40:11
7610         Log: deparse \&func() as \(&func()) for clarity
7611              From: Albert Dvornik <bert@genscan.com>
7612              Date: 11 May 1999 13:32:04 -0400
7613              Message-ID: <tqk8ufwm0b.fsf@puma.genscan.com>
7614              Subject: [PATCH 5.005_56] Deparse and \&func() (was Re: File::Find...)
7615      Branch: perl
7616            ! ext/B/B/Deparse.pm
7617 ____________________________________________________________________________
7618 [  3399] By: gsar                                  on 1999/05/12  10:36:02
7619         Log: more testsuite smarts (many of them courtesy Ilya)
7620      Branch: perl
7621            ! lib/Test/Harness.pm t/comp/cpp.t t/io/pipe.t t/lib/db-btree.t
7622            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/gdbm.t
7623            ! t/lib/io_multihomed.t t/lib/io_pipe.t t/lib/io_sock.t
7624            ! t/lib/io_udp.t t/lib/io_unix.t t/lib/ipc_sysv.t t/lib/ndbm.t
7625            ! t/lib/odbm.t t/lib/thread.t t/op/exec.t t/op/fork.t
7626            ! t/op/grent.t t/op/groups.t t/op/nothread.t t/op/numconvert.t
7627            ! t/op/pwent.t
7628 ____________________________________________________________________________
7629 [  3398] By: jhi                                   on 1999/05/12  09:33:08
7630         Log: Detect whether fflush(NULL) works as per change #3352.
7631      Branch: cfgperl
7632            ! Configure config_h.SH perl.h
7633 ____________________________________________________________________________
7634 [  3397] By: gsar                                  on 1999/05/12  08:56:03
7635         Log: From: jan.dubois@ibm.net (Jan Dubois)
7636              Date: Wed, 12 May 1999 01:01:00 +0200
7637              Message-ID: <3741b5e8.20386944@smtp1.ibm.net>
7638              Subject: [PATCH 5.005_03] chop/chomp modify readonly values
7639      Branch: perl
7640            ! doop.c
7641 ____________________________________________________________________________
7642 [  3396] By: gsar                                  on 1999/05/12  08:23:27
7643         Log: opendir(D,"x:") on win32 opens cwd() for drive rather than root;
7644              stat() behaves similarly
7645      Branch: perl
7646            ! win32/win32.c
7647 ____________________________________________________________________________
7648 [  3395] By: jhi                                   on 1999/05/11  22:21:32
7649         Log: Redo parts of #3341 and #3358 that #3394 undid.
7650      Branch: cfgperl
7651            ! Configure config_h.SH
7652 ____________________________________________________________________________
7653 [  3394] By: jhi                                   on 1999/05/11  22:03:48
7654         Log: Add I_NETINET_TCP to help change #3391.
7655      Branch: cfgperl
7656            ! Configure config_h.SH ext/Socket/Socket.xs
7657 ____________________________________________________________________________
7658 [  3393] By: jhi                                   on 1999/05/11  21:44:59
7659         Log: Integrate from mainperl.
7660      Branch: cfgperl
7661           !> (integrate 55 files)
7662 ____________________________________________________________________________
7663 [  3392] By: gsar                                  on 1999/05/11  20:56:43
7664         Log: update embedvar.h
7665      Branch: perl
7666            ! embedvar.h ext/ByteLoader/ByteLoader.pm pod/perldelta.pod
7667 ____________________________________________________________________________
7668 [  3391] By: gsar                                  on 1999/05/11  16:32:05
7669         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
7670              Date: Tue, 11 May 1999 11:10:13 -0400 (EDT)
7671              Message-ID: <Pine.GSO.4.02.9905111106460.1418-100000@eq1062.wks.na.deuba.com>
7672              Subject: Socket IPPROTO_TCP [PATCH 5.005_5x]
7673      Branch: perl
7674            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
7675 ____________________________________________________________________________
7676 [  3390] By: gsar                                  on 1999/05/11  15:27:40
7677         Log: display more frequent progress messages when STDOUT is a tty
7678      Branch: perl
7679            ! lib/Test/Harness.pm
7680 ____________________________________________________________________________
7681 [  3389] By: gsar                                  on 1999/05/11  14:40:58
7682         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7683              Date: Mon, 10 May 1999 02:07:01 -0400 (EDT)
7684              Message-Id: <199905100607.CAA26045@monk.mps.ohio-state.edu>
7685              Subject: [PATCH 5.005_53] Explanations by Test::Harness
7686      Branch: perl
7687            ! lib/Test/Harness.pm
7688 ____________________________________________________________________________
7689 [  3388] By: gsar                                  on 1999/05/11  14:08:14
7690         Log: avoid creating spurious subroutine stubs on failed subroutine
7691              call and other places of sv_2cv() misuse; fixes problems with
7692              failed subroutine calls "hiding" later attempts to lookup methods
7693              in base classes
7694      Branch: perl
7695            ! gv.c perl.c pod/perlguts.pod pp_hot.c sv.c t/op/method.t
7696 ____________________________________________________________________________
7697 [  3387] By: gsar                                  on 1999/05/11  09:34:13
7698         Log: various fixes for clean build and test on win32; configpm broken,
7699              needed to open myconfig.SH rather than myconfig; sundry adjustments
7700              to bytecode stuff; tweaks to DYNAMIC_ENV_FETCH code to make it
7701              work under win32; getenv_sv() changed to getenv_len() since SVs
7702              aren't visible in the lower echelons; remove bogus exports from
7703              config.sym; PERL_OBJECT-ness for C++ exception support; null out
7704              IoDIRP in filter_del() or sv_free() will attempt to close it
7705      Branch: perl
7706            ! Changes bytecode.pl byterun.c byterun.h configpm embed.h
7707            ! embed.pl ext/B/B/Asmdata.pm ext/ByteLoader/ByteLoader.xs
7708            ! ext/DynaLoader/dlutils.c global.sym hv.c iperlsys.h objXSUB.h
7709            ! op.c perl.c perl.h pp.c pp_ctl.c proto.h scope.c scope.h
7710            ! t/io/open.t t/op/magic.t toke.c util.c vms/vms.c vms/vmsish.h
7711            ! win32/GenCAPI.pl win32/Makefile win32/config.bc
7712            ! win32/config.gc win32/config.vc win32/makedef.pl
7713            ! win32/makefile.mk win32/perlhost.h win32/runperl.c
7714            ! win32/win32.c win32/win32.h
7715 ____________________________________________________________________________
7716 [  3386] By: gsar                                  on 1999/05/11  02:49:07
7717         Log: gutsupport for C++ exceptions
7718              From: Chip Salzenberg <chip@perlsupport.com>
7719              Date: Tue, 9 Mar 1999 11:51:57 -0500
7720              Message-ID: <19990309115157.E7911@perlsupport.com>
7721              Subject: [PATCH 5.005] Flexible Exceptions
7722      Branch: perl
7723            ! embed.h global.sym objXSUB.h perl.c perl.h pp_ctl.c proto.h
7724            ! scope.c scope.h thrdvar.h util.c
7725 ____________________________________________________________________________
7726 [  3385] By: gsar                                  on 1999/05/10  19:33:36
7727         Log: "weak" references internals, still needs perlguts documentation
7728              (somewhat modified version of patch suggested by Tuomas J. Lukka
7729              <lukka@fas.harvard.edu>)
7730      Branch: perl
7731            ! dump.c embed.h embed.pl global.sym mg.c objXSUB.h perl.h
7732            ! pod/perldiag.pod proto.h sv.c sv.h util.c
7733 ____________________________________________________________________________
7734 [  3384] By: jhi                                   on 1999/05/10  18:21:43
7735         Log: Circumnavigate Digital UNIX 4.0D miniperl core dump
7736              (due to QAR 56761) (the bug has been fixed in 4.0E or better)
7737      Branch: cfgperl
7738            ! INSTALL hints/dec_osf.sh
7739 ____________________________________________________________________________
7740 [  3381] By: jhi                                   on 1999/05/10  14:39:28
7741         Log: Integrate from mainperl.
7742      Branch: cfgperl
7743           +> cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
7744           +> cygwin32/build-instructions.charles-wilson
7745           +> cygwin32/build-instructions.sebastien-barre
7746           +> cygwin32/build-instructions.steven-morlock
7747           +> cygwin32/build-instructions.steven-morlock2
7748           +> cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
7749           +> ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
7750           +> ext/ByteLoader/Makefile.PL pod/Win32.pod t/lib/io_linenum.t
7751           +> t/op/numconvert.t utils/perlbc.PL
7752            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
7753            - cygwin32/perlld
7754           !> (integrate 105 files)
7755 ____________________________________________________________________________
7756 [  3380] By: gsar                                  on 1999/05/10  12:27:14
7757         Log: regen regnodes.h
7758      Branch: perl
7759            ! Changes regnodes.h
7760 ____________________________________________________________________________
7761 [  3379] By: gsar                                  on 1999/05/10  12:17:26
7762         Log: From: jan.dubois@ibm.net (Jan Dubois)
7763              Date: Sat, 01 May 1999 22:55:36 +0200
7764              Message-ID: <373067e9.56194713@smtp1.ibm.net>
7765              Subject: [PATCH 5.005_56] Win32 and VC++ 98 doesn't support CASTI
7766      Branch: perl
7767            ! pod/perlfunc.pod pod/perlop.pod win32/config.vc
7768            ! win32/config_H.vc
7769 ____________________________________________________________________________
7770 [  3378] By: gsar                                  on 1999/05/10  12:07:13
7771         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7772              Date: Fri, 30 Apr 1999 22:26:09 -0400 (EDT)
7773              Message-Id: <199905010226.WAA19127@monk.mps.ohio-state.edu>
7774              Subject: [PATCH 5.005_56] Self-consistent numeric conversion again
7775      Branch: perl
7776            + t/op/numconvert.t
7777            ! MANIFEST doio.c dump.c perl.h pp.c pp_hot.c sv.c sv.h toke.c
7778            ! util.c
7779 ____________________________________________________________________________
7780 [  3377] By: gsar                                  on 1999/05/10  11:39:48
7781         Log: pp_modulo comment tweak from Ilya
7782      Branch: perl
7783            ! pp.c
7784 ____________________________________________________________________________
7785 [  3376] By: gsar                                  on 1999/05/10  11:30:40
7786         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
7787              Date: Fri, 7 May 1999 11:31:00 -0400 (EDT)
7788              Message-ID: <Pine.GSO.4.02.9905071127100.1449-100000@eq1062.wks.na.deuba.com>
7789              Subject: Test.pm update [PATCH _56]
7790      Branch: perl
7791            ! lib/Test.pm
7792 ____________________________________________________________________________
7793 [  3375] By: gsar                                  on 1999/05/10  11:28:30
7794         Log: From: jan.dubois@ibm.net (Jan Dubois)
7795              Date: Fri, 07 May 1999 00:59:54 +0200
7796              Message-ID: <373318ae.19292461@smtp1.ibm.net>
7797              Subject: Re: Using existing memory for an SV's PV 
7798      Branch: perl
7799            ! sv.c
7800 ____________________________________________________________________________
7801 [  3374] By: gsar                                  on 1999/05/10  11:23:44
7802         Log: From: jan.dubois@ibm.net (Jan Dubois)
7803              Date: Fri, 07 May 1999 00:59:52 +0200
7804              Message-ID: <37321800.19118320@smtp1.ibm.net>
7805              Subject: [PATCH 5.005_56] Fix -Dm memory debugging for PERL_OBJECT
7806      Branch: perl
7807            ! perl.h
7808 ____________________________________________________________________________
7809 [  3373] By: gsar                                  on 1999/05/10  11:22:10
7810         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7811              Date: Thu, 6 May 1999 18:17:28 -0400
7812              Message-ID: <19990506181728.A12433@monk.mps.ohio-state.edu>
7813              Subject: Re: [PATCH 5.005_56] Make open(F,"command |") return correct err(no)
7814      Branch: perl
7815            ! doio.c embed.h global.sym objXSUB.h pod/perldiag.pod proto.h
7816            ! util.c
7817 ____________________________________________________________________________
7818 [  3372] By: gsar                                  on 1999/05/10  10:57:49
7819         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7820              Date: Thu, 6 May 1999 01:21:05 -0400 (EDT)
7821              Message-Id: <199905060521.BAA03485@monk.mps.ohio-state.edu>
7822              Subject: [PATCH 5.005_56] Cosmetic: data-driven REx-dump
7823      Branch: perl
7824            ! regcomp.c regcomp.pl
7825 ____________________________________________________________________________
7826 [  3371] By: gsar                                  on 1999/05/10  10:54:01
7827         Log: From: lane@duphy4.physics.drexel.edu
7828              Date: Tue, 04 May 1999 10:19:25 -0700
7829              Message-Id: <3.0.6.32.19990504101925.02ecde30@ous.edu>
7830              Subject: [PATCH 5.005.56] pod->html VMS fixes
7831      Branch: perl
7832            ! installhtml lib/Pod/Html.pm
7833 ____________________________________________________________________________
7834 [  3370] By: gsar                                  on 1999/05/10  10:45:52
7835         Log: testsuite nits
7836      Branch: perl
7837            ! t/lib/io_linenum.t t/op/filetest.t
7838 ____________________________________________________________________________
7839 [  3369] By: gsar                                  on 1999/05/10  10:35:22
7840         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7841              Date: Mon, 3 May 1999 22:38:50 -0400 (EDT)
7842              Message-Id: <199905040238.WAA01865@monk.mps.ohio-state.edu>
7843              Subject: [PATCH 5.005_53] Quickier thread-specific data on OS/2
7844      Branch: perl
7845            ! os2/os2ish.h os2/os2thread.h
7846 ____________________________________________________________________________
7847 [  3368] By: gsar                                  on 1999/05/10  10:00:11
7848         Log: From: Albert Dvornik <bert@genscan.com>
7849              Date: 03 May 1999 12:20:57 -0400
7850              Message-ID: <tqlnf6gm52.fsf@puma.genscan.com>
7851              Subject: [PATCH 5.005_56] do_sv_dump does dump (core) on IO handles
7852      Branch: perl
7853            ! dump.c
7854 ____________________________________________________________________________
7855 [  3367] By: gsar                                  on 1999/05/10  09:55:51
7856         Log: shadow password support for Solaris (needs Configure help to
7857              determine HAS_GETSPENT)
7858              From: "Patrick O'Brien" <pdo@cs.umd.edu>
7859              Date: Sat, 01 May 1999 19:41:17 -0400
7860              Message-Id: <199905012341.TAA23989@optimus.cs.umd.edu>
7861              Subject: getpwent() under solaris
7862      Branch: perl
7863            ! pp_sys.c
7864 ____________________________________________________________________________
7865 [  3366] By: gsar                                  on 1999/05/10  09:45:58
7866         Log: From: jan.dubois@ibm.net (Jan Dubois)
7867              Date: Sat, 01 May 1999 23:45:47 +0200
7868              Message-ID: <373373fb.59284266@smtp1.ibm.net>
7869              Subject: [PATCH 5.005_56] Add POLLUTE=1 option to MakeMaker
7870      Branch: perl
7871            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
7872            ! pod/perldelta.pod
7873 ____________________________________________________________________________
7874 [  3365] By: gsar                                  on 1999/05/10  09:34:22
7875         Log: test suite and fix input_line_number()
7876              From: Paul Johnson <pjcj@transeda.com>
7877              Date: Thu, 29 Apr 1999 06:28:14 +0100
7878              Message-ID: <19990429062814.A17906@west-tip.transeda.com>
7879              Subject: [PATCH] IO::Handle 1.20 (was Re: FAIL Gedcom-1.01 i86pc-solaris 2.6)
7880      Branch: perl
7881            + t/lib/io_linenum.t
7882            ! MANIFEST ext/IO/lib/IO/Handle.pm
7883 ____________________________________________________________________________
7884 [  3364] By: gsar                                  on 1999/05/10  09:20:56
7885         Log: fix overeager [:foo:] parsing
7886              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
7887              Date: Fri, 30 Apr 1999 09:26:18 +0100
7888              Message-Id: <199904300826.JAA01257@crypt.compulink.co.uk>
7889              Subject: [PATCH 5.005_{56,03}] Re: Regular expression difference b/n 5.004 & 5.005 
7890      Branch: perl
7891            ! regcomp.c t/op/re_tests
7892 ____________________________________________________________________________
7893 [  3363] By: gsar                                  on 1999/05/10  09:09:21
7894         Log: documentation for Win32 builtins (somewhat modified)
7895              From: jan.dubois@ibm.net (Jan Dubois)
7896              Date: Tue, 30 Mar 1999 08:05:03 +0200
7897              Message-ID: <37006783.1926460@smtp1.ibm.net>
7898              Subject: Re: Issues with build 509 
7899      Branch: perl
7900            + pod/Win32.pod
7901            ! MANIFEST
7902 ____________________________________________________________________________
7903 [  3362] By: gsar                                  on 1999/05/10  08:22:07
7904         Log: provide File::Copy::syscopy() via Win32::CopyFile() on win32
7905      Branch: perl
7906            ! lib/File/Copy.pm win32/win32.c
7907 ____________________________________________________________________________
7908 [  3361] By: gsar                                  on 1999/05/10  08:11:29
7909         Log: escape ampersands in <pre> sections
7910      Branch: perl
7911            ! Changes lib/Pod/Html.pm
7912 ____________________________________________________________________________
7913 [  3360] By: gsar                                  on 1999/05/10  08:04:14
7914         Log: AIX hints enhancements (threads build, SOCKS support)
7915              From: "David R. Favor" <dfavor@austin.ibm.com>
7916              Date: Wed, 28 Apr 1999 08:45:28 -0500
7917              Message-ID: <372710F8.B1F73BEB@austin.ibm.com>
7918              Subject: Working build for AIX + gcc + threading
7919      Branch: perl
7920            ! hints/aix.sh
7921 ____________________________________________________________________________
7922 [  3359] By: gsar                                  on 1999/05/10  07:49:26
7923         Log: more Compiler patches from Vishal Bhatia <vishalb@my-dejanews.com>
7924              Date: Tue, 27 Apr 1999 23:47:24 PDT
7925              Message-ID: <19990428064724.95244.qmail@hotmail.com>
7926              Subject: [PATCH 5.005_56] Saving Tied hashes ( C.pm)
7927              --
7928              Date: Thu, 29 Apr 1999 18:21:06 -0700
7929              Message-ID: <GEFPBFDJADFJBAAA@my-dejanews.com>
7930              Subject: [PATCH 5.005_56] double constants ( C.pm)
7931              --
7932              Date: Mon, 03 May 1999 20:21:31 PDT
7933              Message-ID: <19990504032131.81113.qmail@hotmail.com>
7934              Subject: [PATCH 5.005_56] Overloading implementation ( Compiler)
7935              --
7936              Date: Thu, 06 May 1999 17:57:09 -0700
7937              Message-ID: <FCJELBLAJBOBAAAA@my-dejanews.com>
7938              Subject: Stash.pm
7939      Branch: perl
7940            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/C.pm
7941            ! ext/B/B/CC.pm ext/B/B/Stash.pm t/harness
7942 ____________________________________________________________________________
7943 [  3358] By: gsar                                  on 1999/05/10  04:39:15
7944         Log: cygwin32 update (untested adaptation of patch against 5.005_03)
7945              From: alexander smishlajev <als@turnhere.com>
7946              Date: Sun, 25 Apr 1999 14:58:29 +0300
7947              Message-ID: <37230365.5F68B460@turnhere.com>
7948              Subject: [PATCH]5.005_03 (CORE) cygwin32 port
7949      Branch: perl
7950            + cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
7951            + cygwin32/build-instructions.charles-wilson
7952            + cygwin32/build-instructions.sebastien-barre
7953            + cygwin32/build-instructions.steven-morlock
7954            + cygwin32/build-instructions.steven-morlock2
7955            + cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
7956            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
7957            - cygwin32/perlld
7958            ! Configure EXTERN.h MANIFEST Makefile.SH README.cygwin32 XSUB.h
7959            ! cflags.SH config_h.SH dosish.h ext/POSIX/Makefile.PL
7960            ! ext/SDBM_File/sdbm/pair.c hints/cygwin32.sh installperl
7961            ! lib/Cwd.pm lib/ExtUtils/MakeMaker.pm lib/perl5db.pl
7962            ! makedepend.SH perl.h perlvars.h pp_hot.c pp_sys.c regcomp.c
7963            ! t/io/fs.t t/io/tell.t t/lib/anydbm.t t/op/stat.t util.c
7964 ____________________________________________________________________________
7965 [  3357] By: gsar                                  on 1999/05/10  04:07:07
7966         Log: applied suggested patch, modulo already applied parts
7967              From: Charles Bailey <BAILEY@newman.upenn.edu>
7968              Date: Sat, 24 Apr 1999 20:12:43 -0400 (EDT)
7969              Message-id: <01JAF9UAV9XG002O0W@mail.newman.upenn.edu>
7970              Subject: [Patch 5.005_56] VMS consolidated patch #2
7971      Branch: perl
7972            ! configure.com t/op/filetest.t t/op/taint.t t/pragma/warn/doio
7973            ! t/pragma/warn/mg t/pragma/warn/pp_sys t/pragma/warn/sv
7974            ! vms/descrip_mms.template vms/ext/vmsish.t vms/perlvms.pod
7975            ! vms/subconfigure.com vms/test.com vms/vms.c
7976 ____________________________________________________________________________
7977 [  3356] By: gsar                                  on 1999/05/10  03:48:08
7978         Log: applied suggested patch, with win32 and PERL_OBJECT additions
7979              From: Tom Hughes <tom@compton.nu>
7980              Date: Sat, 24 Apr 1999 18:11:59 +0100
7981              Message-ID: <609bdff748.tom@compton.compton.nu>
7982              Subject: ByteLoader patch
7983      Branch: perl
7984            + ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
7985            + ext/ByteLoader/Makefile.PL utils/perlbc.PL
7986            ! MANIFEST bytecode.h bytecode.pl byterun.c byterun.h embed.h
7987            ! embed.pl ext/B/B.xs ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
7988            ! ext/B/B/Debug.pm objXSUB.h op.c pp_ctl.c proto.h
7989            ! utils/Makefile win32/Makefile win32/makefile.mk
7990 ____________________________________________________________________________
7991 [  3355] By: gsar                                  on 1999/05/10  03:22:49
7992         Log: document 'test' attribute (from Andreas Koenig)
7993      Branch: perl
7994            ! lib/ExtUtils/MakeMaker.pm
7995 ____________________________________________________________________________
7996 [  3354] By: gsar                                  on 1999/05/10  03:12:37
7997         Log: From: pmarquess@bfsec.bt.co.uk
7998              Date: Thu, 22 Apr 1999 23:12:08 +0100
7999              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6B45@mbtlipnt02.btlabs.bt.co.uk>
8000              Subject: PATCH for small bug in scan_bin
8001      Branch: perl
8002            ! util.c
8003 ____________________________________________________________________________
8004 [  3353] By: gsar                                  on 1999/05/10  02:39:33
8005         Log: more bulletproof workaround for mangled paths (updates changes#3345,3350);
8006              provide Win32::GetLongPathName() to complement Win32::GetShortPathName()
8007      Branch: perl
8008            ! t/op/magic.t win32/makedef.pl win32/runperl.c win32/win32.c
8009            ! win32/win32iop.h
8010 ____________________________________________________________________________
8011 [  3352] By: gsar                                  on 1999/05/09  22:47:39
8012         Log: flush all open output buffers before fork(), exec(), system, qx//
8013              and pipe open() operations, simplifying buffering headaches faced
8014              by users; uses fflush(NULL), which may need Configure test
8015      Branch: perl
8016            ! perl.h pod/perldelta.pod pod/perlfunc.pod pod/perlipc.pod
8017            ! pp_sys.c util.c vmesa/vmesa.c vms/vms.c win32/win32.c
8018 ____________________________________________________________________________
8019 [  3351] By: gsar                                  on 1999/05/09  21:11:51
8020         Log: perlcc on win32 (correct version of fix suggested by Jean-Louis
8021              Leroy <jll@skynet.be>)
8022      Branch: perl
8023            ! utils/perlcc.PL
8024 ____________________________________________________________________________
8025 [  3350] By: gsar                                  on 1999/05/09  20:39:11
8026         Log: normalize $^X to full pathname on win32
8027      Branch: perl
8028            ! win32/runperl.c
8029 ____________________________________________________________________________
8030 [  3349] By: gsar                                  on 1999/05/09  20:23:07
8031         Log: allow readline($globref), <$globref> already works
8032      Branch: perl
8033            ! pp_hot.c
8034 ____________________________________________________________________________
8035 [  3348] By: gsar                                  on 1999/05/09  20:00:09
8036         Log: perldoc cleanups (variant of changes suggested by Christian Lemburg
8037              <lemburg@online-club.de>)
8038      Branch: perl
8039            ! utils/perldoc.PL
8040 ____________________________________________________________________________
8041 [  3347] By: gsar                                  on 1999/05/09  18:47:21
8042         Log: additions to Thread.pm docs from Tuomas J. Lukka
8043              <lukka@fas.harvard.edu>
8044      Branch: perl
8045            ! ext/Thread/Thread.pm
8046 ____________________________________________________________________________
8047 [  3346] By: gsar                                  on 1999/05/09  18:38:00
8048         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
8049              Date: Sat, 17 Apr 1999 02:46:13 -0700 (PDT)
8050              Message-ID: <14103.57454.614253.598264@fre-76-120.reshall.berkeley.edu>
8051              Subject: [PATCH _56] Re: pdt: Perl Development Tools? 
8052      Branch: perl
8053            ! ext/B/B/Xref.pm
8054 ____________________________________________________________________________
8055 [  3345] By: gsar                                  on 1999/05/09  18:22:43
8056         Log: work around mangled archname on win32 while finding privlib/sitelib;
8057              normalize lib paths to forward slashes internally
8058      Branch: perl
8059            ! win32/win32.c
8060 ____________________________________________________________________________
8061 [  3344] By: gsar                                  on 1999/05/09  03:20:06
8062         Log: fix typo in dbm filters that caused odbm.t to fail
8063      Branch: perl
8064            ! ext/ODBM_File/ODBM_File.xs t/lib/odbm.t
8065 ____________________________________________________________________________
8066 [  3343] By: gsar                                  on 1999/05/09  02:02:59
8067         Log: tweak test totals
8068      Branch: perl
8069            ! Changes t/lib/tie-stdhandle.t
8070 ____________________________________________________________________________
8071 [  3342] By: gsar                                  on 1999/05/09  01:42:06
8072         Log: import list propagation busted (pointed out by Ton Hospel
8073              <thospel@mail.dma.be>)
8074      Branch: perl
8075            ! lib/autouse.pm
8076 ____________________________________________________________________________
8077 [  3341] By: gsar                                  on 1999/05/09  00:54:18
8078         Log: hpux needs {SHLIB_PATH,LDOPTS} rather than LD_{LIBRARY,RUN}_PATH
8079              (as suggested by Eric Boehm <boehm@nortelnetworks.com>)
8080      Branch: perl
8081            ! Configure Makefile.SH
8082 ____________________________________________________________________________
8083 [  3340] By: gsar                                  on 1999/05/09  00:40:41
8084         Log: generate manpages for newly added utils
8085      Branch: perl
8086            ! installman
8087 ____________________________________________________________________________
8088 [  3339] By: gsar                                  on 1999/05/09  00:33:50
8089         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
8090              Date: Sun, 02 May 1999 17:59:24 +0100
8091              Message-Id: <199905021659.RAA14016@crypt.compulink.co.uk>
8092              Subject: [PATCH] Re: ptr to realloced memory in yylex
8093      Branch: perl
8094            ! toke.c
8095 ____________________________________________________________________________
8096 [  3338] By: jhi                                   on 1999/05/08  22:40:29
8097         Log: Remove CONFIG item, add Digital UNIX 'ld' bug.
8098      Branch: cfgperl
8099            ! INSTALL
8100 ____________________________________________________________________________
8101 [  3337] By: jhi                                   on 1999/05/08  22:22:26
8102         Log: Integrate from mainperl.
8103      Branch: cfgperl
8104           +> pod/perldbmfilter.pod t/io/open.t t/lib/tie-stdhandle.t
8105           !> (integrate 54 files)
8106 ____________________________________________________________________________
8107 [  3336] By: gsar                                  on 1999/05/08  21:48:22
8108         Log: make perldoc -f grok nested =items
8109      Branch: perl
8110            ! utils/perldoc.PL
8111 ____________________________________________________________________________
8112 [  3335] By: gsar                                  on 1999/05/08  19:48:11
8113         Log: allow AV/HV dereferences on pseudohashes ($ph->{foo}[1], etc.)
8114      Branch: perl
8115            ! op.c t/lib/fields.t
8116 ____________________________________________________________________________
8117 [  3334] By: gsar                                  on 1999/05/08  19:09:41
8118         Log: update test totals
8119      Branch: perl
8120            ! t/lib/bigintpm.t
8121 ____________________________________________________________________________
8122 [  3333] By: gsar                                  on 1999/05/08  16:56:02
8123         Log: mention unpack('pP',...) footshot (from Albert Dvornik <bert@genscan.com>)
8124      Branch: perl
8125            ! pod/perlfunc.pod
8126 ____________________________________________________________________________
8127 [  3332] By: gsar                                  on 1999/05/08  16:46:44
8128         Log: applied suggested patch, added tests
8129              From: William Mann <wmann@avici.com>
8130              Date: Mon, 12 Apr 1999 12:25:22 -0400 (EDT)
8131              Message-Id: <199904121625.MAA00983@hwsrv1.avici.com>
8132              Subject: BigInt.pm extensions for logical operations
8133      Branch: perl
8134            ! lib/Math/BigInt.pm pod/perldelta.pod t/lib/bigintpm.t
8135 ____________________________________________________________________________
8136 [  3331] By: gsar                                  on 1999/05/08  16:09:33
8137         Log: avoid temporary files named 'tmp'
8138      Branch: perl
8139            ! Makefile.SH pp.c
8140 ____________________________________________________________________________
8141 [  3330] By: nick                                  on 1999/05/08  14:16:30
8142         Log: Implement OPEN, EOF, SEEK, TELL, BINMODE and FILENO as TIEHANDLE methods.
8143              Provide Tie::StdHandle
8144              Basic update of docs.
8145      Branch: perl
8146            + t/lib/tie-stdhandle.t
8147            ! lib/Tie/Handle.pm pod/perltie.pod pp_sys.c
8148 ____________________________________________________________________________
8149 [  3329] By: nick                                  on 1999/05/08  12:03:45
8150         Log: Tweaks to open(my $fh,...) stuff
8151      Branch: perl
8152            ! op.c pp.c pp_sys.c t/io/open.t
8153 ____________________________________________________________________________
8154 [  3328] By: nick                                  on 1999/05/08  11:18:42
8155         Log: Bring SDBM_File.xs into line with new typemap
8156      Branch: perl
8157            ! ext/SDBM_File/SDBM_File.xs
8158 ____________________________________________________________________________
8159 [  3327] By: gsar                                  on 1999/05/08  00:07:11
8160         Log: add test case for AUTOLOAD reentrancy fix in change#3279
8161      Branch: perl
8162            ! t/lib/autoloader.t
8163 ____________________________________________________________________________
8164 [  3326] By: nick                                  on 1999/05/07  21:24:50
8165         Log: Implement open( my $fh, ...) and similar.
8166              Set flag in op.c for "constructor ops"
8167              In pp_rv2gv, if flag is set and arg is PADSV and uninit
8168              vivify as reference to a detached GV.
8169              (Name of GV is the pad name.)
8170              This scheme should "just work" for pipe/socket etc. too.
8171              
8172              #if 0 out the open(FH,undef) for now.
8173              Change t/io/open.t to test open(my $fh,...)
8174      Branch: perl
8175            ! op.c pp.c pp_sys.c t/io/open.t
8176 ____________________________________________________________________________
8177 [  3325] By: nick                                  on 1999/05/07  21:18:42
8178         Log: Correct SvLEN vs SvCUR  which leads to odd "chunk" vs "line" in mess().
8179      Branch: perl
8180            ! util.c
8181 ____________________________________________________________________________
8182 [  3324] By: gsar                                  on 1999/05/07  20:28:31
8183         Log: avoid using PL_sv_mutex in condpair_magic() (avoids hangs when
8184              intervening code has to allocate SVs)
8185      Branch: perl
8186            ! util.c
8187 ____________________________________________________________________________
8188 [  3323] By: gsar                                  on 1999/05/07  19:45:08
8189         Log: allow line numbers to show in diagnostics during global destruction
8190      Branch: perl
8191            ! util.c
8192 ____________________________________________________________________________
8193 [  3322] By: gsar                                  on 1999/05/07  09:38:11
8194         Log: From: Dan Sugalski <sugalskd@ous.edu>
8195              Date: Fri, 09 Apr 1999 16:16:39 -0700
8196              Message-Id: <3.0.6.32.19990409161639.02ea1050@ous.edu>
8197              Subject: [PATCH 5.005_03]Bug in MM_VMS.PM
8198      Branch: perl
8199            ! lib/ExtUtils/MM_VMS.pm
8200 ____________________________________________________________________________
8201 [  3321] By: gsar                                  on 1999/05/07  09:08:23
8202         Log: From: kwzh@gnu.org (Karl Heuer)
8203              Date: Wed, 7 Apr 1999 23:58:58 -0400
8204              Message-Id: <199904080358.XAA01192@mescaline.gnu.org>
8205              Subject: [perl-5.005.02] detect lack of /dev/tty
8206      Branch: perl
8207            ! Makefile.SH
8208 ____________________________________________________________________________
8209 [  3320] By: gsar                                  on 1999/05/07  08:52:14
8210         Log: allow distinct prefix for versioned executables
8211              From: Roderick Schertler <roderick@argon.org>
8212              Date: Wed, 07 Apr 1999 15:34:56 -0400
8213              Message-ID: <3003.923513696@eeyore.ibcinc.com>
8214              Subject: perl55.00503 -> perl5.00503 patch for installperl
8215      Branch: perl
8216            ! INSTALL installperl
8217 ____________________________________________________________________________
8218 [  3319] By: gsar                                  on 1999/05/07  08:07:02
8219         Log: From: Dan Sugalski <sugalskd@osshe.edu>
8220              Date: Mon, 05 Apr 1999 15:38:42 -0700
8221              Message-Id: <3.0.6.32.19990405153842.0367b650@ous.edu>
8222              Subject: Re: chomp fails with $/ in fixed-length record mode
8223              --
8224              From: Roderick Schertler <roderick@argon.org>
8225              Date: Tue, 06 Apr 1999 21:11:37 -0400
8226              Message-ID: <2795.923447497@eeyore.ibcinc.com>
8227              Subject: Re: chomp fails with $/ in fixed-length record mode
8228      Branch: perl
8229            ! doop.c pod/perlfunc.pod t/op/chop.t
8230 ____________________________________________________________________________
8231 [  3318] By: gsar                                  on 1999/05/07  07:56:35
8232         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8233              Date: Tue, 6 Apr 1999 01:40:36 -0400
8234              Message-ID: <19990406014035.A1238@monk.mps.ohio-state.edu>
8235              Subject: [PATCH 5.005_*] Make % use fmod()
8236      Branch: perl
8237            ! pp.c t/op/arith.t
8238 ____________________________________________________________________________
8239 [  3317] By: gsar                                  on 1999/05/07  04:18:11
8240         Log: DBM Filters (via private mail)
8241              From: pmarquess@bfsec.bt.co.uk
8242              Date: Sun, 18 Apr 1999 21:05:52 +0100
8243              Message-Id: <199904182009.NAA19152@activestate.com>
8244              Subject: DBM Filters
8245      Branch: perl
8246            + pod/perldbmfilter.pod
8247            ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
8248            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
8249            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
8250            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
8251            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/typemap
8252            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
8253            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
8254            ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/typemap
8255            ! lib/AnyDBM_File.pm pod/Makefile pod/buildtoc pod/perl.pod
8256            ! pod/perldelta.pod t/lib/db-btree.t t/lib/db-hash.t
8257            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
8258            ! t/lib/sdbm.t
8259 ____________________________________________________________________________
8260 [  3316] By: gsar                                  on 1999/05/07  03:28:53
8261         Log: avoid negative return value from Win32::GetTickCount()
8262              From: jan.dubois@ibm.net (Jan Dubois)
8263              Date: Sat, 03 Apr 1999 19:04:18 +0200
8264              Message-ID: <37084742.22824479@smtp1.ibm.net>
8265              Subject: Re: Win32::GetTickCount
8266      Branch: perl
8267            ! win32/win32.c
8268 ____________________________________________________________________________
8269 [  3314] By: gsar                                  on 1999/05/06  08:01:23
8270         Log: compiler fixes from Vishal Bhatia <vishalb@hotmail.com>
8271              Date: Tue, 30 Mar 1999 23:40:34 PST
8272              Message-ID: <19990331074034.6117.qmail@hotmail.com>
8273              Subject: [PATCH 5.005_56] pp_entersub and pp_leavewrite(CC.pm)
8274              --
8275              Date: Wed, 07 Apr 1999 00:28:23 -0800
8276              Message-ID: <FGBNLNPOEELFAAAA@my-dejanews.com>
8277              Subject: [PATCH 5.005_56] function prototypes(B.pm)
8278              --
8279              Date: Thu, 22 Apr 1999 23:40:52 -0700
8280              Message-ID: <OEAOMKBMLDADCAAA@my-dejanews.com>
8281              Subject: [PATCH 5.005_56 ] discarding worthless padsvs
8282              --
8283              Date: Tue, 27 Apr 1999 01:14:49 PDT
8284              Message-ID: <19990427081449.28615.qmail@hotmail.com>
8285              Subject: [PATCH 5.005_56] pp_ncmp implementation ( CC.pm)
8286      Branch: perl
8287            ! ext/B/B.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm t/op/gv.t
8288            ! t/op/ref.t
8289 ____________________________________________________________________________
8290 [  3313] By: jhi                                   on 1999/05/06  07:59:52
8291         Log: Integrate from mainperl.
8292      Branch: cfgperl
8293           !> (integrate 33 files)
8294 ____________________________________________________________________________
8295 [  3312] By: gsar                                  on 1999/05/06  07:11:50
8296         Log: add Ethiopic section to unicode master database (from Ken
8297              Whistler <kenw@sybase.com>)
8298      Branch: perl
8299            ! lib/unicode/UnicodeData-Latest.txt
8300 ____________________________________________________________________________
8301 [  3311] By: gsar                                  on 1999/05/06  05:37:55
8302         Log: From: Damon Atkins <n107844@sysmgtdev.nabaus.com.au>
8303              Date: Tue, 30 Mar 1999 11:26:11 +1000 (EST)
8304              Message-Id: <199903300126.LAA20870@sysmgtdev.nabaus.com.au>
8305              Subject: Largefiles for Solaris
8306      Branch: perl
8307            ! hints/solaris_2.sh
8308 ____________________________________________________________________________
8309 [  3310] By: gsar                                  on 1999/05/06  05:14:35
8310         Log: emit more accurate diagnostic for syntax errors involving <>
8311              within eval""
8312      Branch: perl
8313            ! toke.c utils/perldoc.PL
8314 ____________________________________________________________________________
8315 [  3309] By: gsar                                  on 1999/05/06  04:36:31
8316         Log: additional test for IPC::Open3 (courtesy RonaldWS@aol.com)
8317      Branch: perl
8318            ! t/lib/open3.t
8319 ____________________________________________________________________________
8320 [  3308] By: gsar                                  on 1999/05/06  03:19:16
8321         Log: applied first part of suggested patch (bug described cannot be
8322              reproduced any longer, so the second inconclusive part has not
8323              been applied)
8324              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
8325              Date: Sun, 28 Mar 1999 04:51:34 +0100
8326              Message-Id: <199903280351.EAA20430@crypt.compulink.co.uk>
8327              Subject: [PATCH 5.005_56] Re: A core dump 
8328      Branch: perl
8329            ! toke.c
8330 ____________________________________________________________________________
8331 [  3307] By: gsar                                  on 1999/05/06  01:56:06
8332         Log: fix bogus OPf_REF context in C<sort BLOCK @foo> (extension of
8333              change#3180)
8334      Branch: perl
8335            ! op.c
8336 ____________________________________________________________________________
8337 [  3306] By: gsar                                  on 1999/05/05  17:17:34
8338         Log: applied non-conflicting parts of suggested patch
8339              From: Charles Bailey <BAILEY@newman.upenn.edu>
8340              Date: Sat, 27 Mar 1999 00:16:51 -0400 (EDT)
8341              Message-id: <01J9AZY8I2PW001O2S@mail.newman.upenn.edu>
8342              Subject: [Patch 5.005_56] Revised VMS patch
8343      Branch: perl
8344            ! Changes ext/B/defsubs.h.PL hv.c iperlsys.h perl.c
8345            ! pod/perldiag.pod proto.h util.c vms/perlvms.pod vms/vms.c
8346 ____________________________________________________________________________
8347 [  3305] By: gsar                                  on 1999/05/05  16:20:19
8348         Log: make perldoc use backslashed pathnames within system() on win32
8349      Branch: perl
8350            ! pod/perldiag.pod pod/perlthrtut.pod utils/perldoc.PL
8351 ____________________________________________________________________________
8352 [  3304] By: gsar                                  on 1999/05/05  07:29:43
8353         Log: upgrade Pod::Parser to v1.081 from CPAN
8354      Branch: perl
8355            ! lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
8356            ! lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
8357            ! t/pod/special_seqs.t t/pod/special_seqs.xr t/pod/testp2pt.pl
8358 ____________________________________________________________________________
8359 [  3303] By: gsar                                  on 1999/05/05  07:02:07
8360         Log: From: Andy Dougherty <doughera@lafayette.edu>
8361              Date: Fri, 19 Mar 1999 12:31:35 -0500 (EST)
8362              Message-Id: <Pine.GSU.4.05.9903191208250.8899-100000@newton.phys>
8363              Subject: [PATCH 5.005_03-MT3] INSTALL patches
8364      Branch: perl
8365            ! INSTALL
8366 ____________________________________________________________________________
8367 [  3302] By: gsar                                  on 1999/05/05  06:55:21
8368         Log: load base packages based on nonexistent $VERSION
8369              From: andreas.koenig@anima.de (Andreas J. Koenig)
8370              Date: 19 Mar 1999 06:00:28 +0100
8371              Message-ID: <sfcsob2m5ub.fsf@dubravka.in-berlin.de>
8372              Subject: Re: base.pm flaw
8373      Branch: perl
8374            ! lib/base.pm lib/locale.pm
8375 ____________________________________________________________________________
8376 [  3301] By: gsar                                  on 1999/05/04  05:41:08
8377         Log: pod2man outputs switched date and revision label (fix suggested by
8378              EthanSasiela@mede.com)
8379      Branch: perl
8380            ! pod/pod2man.PL
8381 ____________________________________________________________________________
8382 [  3300] By: gsar                                  on 1999/05/03  18:48:25
8383         Log: adjust win32_stat() to cope with FindFirstFile() and stat() bugs
8384              (makes opendir(D,"c:") work reliably)
8385      Branch: perl
8386            ! win32/win32.c
8387 ____________________________________________________________________________
8388 [  3299] By: gsar                                  on 1999/05/02  19:39:55
8389         Log: add test case for change#3298
8390      Branch: perl
8391            ! sv.c t/op/readdir.t
8392 ____________________________________________________________________________
8393 [  3298] By: gsar                                  on 1999/05/02  19:24:41
8394         Log: close directory handles properly when localized
8395      Branch: perl
8396            ! sv.c
8397 ____________________________________________________________________________
8398 [  3297] By: jhi                                   on 1999/04/30  11:42:14
8399         Log: Integrate from mainperl.
8400      Branch: cfgperl
8401           !> Changes config_h.SH configure.com lib/AutoLoader.pm
8402           !> lib/AutoSplit.pm lib/File/Path.pm pod/perlre.pod pp.c pp_ctl.c
8403           !> pp_sys.c proto.h regcomp.c t/op/die.t t/op/ref.t util.c
8404           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/munchconfig.c
8405           !> vms/subconfigure.com win32/win32.c
8406 ____________________________________________________________________________
8407 [  3293] By: chip                                  on 1999/04/29  18:50:49
8408         Log: Fix shebang lines.
8409      Branch: maint-5.004/perl
8410            ! Porting/p4d2p h2pl/mksizes pod/checkpods.PL pod/pod2html.PL
8411            ! pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL utils/c2ph.PL
8412            ! utils/h2ph.PL utils/h2xs.PL utils/perlbug.PL utils/perldoc.PL
8413            ! utils/pl2pm.PL utils/splain.PL win32/bin/search.pl
8414            ! x2p/find2perl.PL x2p/s2p.PL
8415 ____________________________________________________________________________
8416 [  3284] By: gsar                                  on 1999/04/27  00:48:42
8417         Log: integrate change#3279 from maint-5.004
8418      Branch: perl
8419            ! lib/AutoLoader.pm
8420 ____________________________________________________________________________
8421 [  3279] By: chip                                  on 1999/04/26  23:09:26
8422         Log: Make &AutoLoad::AUTOLOAD reentrant.
8423      Branch: maint-5.004/perl
8424            ! lib/AutoLoader.pm
8425 ____________________________________________________________________________
8426 [  3276] By: chip                                  on 1999/04/26  22:34:36
8427         Log: Make porting scripts executable.
8428      Branch: maint-5.004/perl
8429            ! Changes Porting/genlog Porting/makerel Porting/p4desc
8430            ! Porting/patchls
8431 ____________________________________________________________________________
8432 [  3274] By: gsar                                  on 1999/04/26  17:30:31
8433         Log: allow embedded null characters in diagnostics
8434      Branch: perl
8435            ! pp_ctl.c pp_sys.c proto.h regcomp.c t/op/die.t util.c
8436 ____________________________________________________________________________
8437 [  3273] By: gsar                                  on 1999/04/26  08:27:22
8438         Log: hand-applied conflicting parts of suggested patch
8439              From: Charles Bailey <BAILEY@newman.upenn.edu>
8440              Date: Wed, 17 Mar 1999 23:55:23 -0400 (EDT)
8441              Message-id: <01J8YELSL7WK001E7S@mail.newman.upenn.edu>
8442              Subject: [PATCH 5.005_56] VMS configuration/build
8443      Branch: perl
8444            ! configure.com vms/descrip_mms.template vms/gen_shrfls.pl
8445            ! vms/munchconfig.c vms/subconfigure.com
8446 ____________________________________________________________________________
8447 [  3272] By: gsar                                  on 1999/04/26  08:25:41
8448         Log: update Changes; tweak minor regressions
8449      Branch: perl
8450            ! Changes lib/AutoSplit.pm lib/File/Path.pm
8451 ____________________________________________________________________________
8452 [  3271] By: gsar                                  on 1999/04/26  07:52:51
8453         Log: integrate change#3229 from maint-5.004
8454      Branch: perl
8455            ! pp_ctl.c util.c
8456 ____________________________________________________________________________
8457 [  3270] By: gsar                                  on 1999/04/25  22:58:27
8458         Log: fix buggy reference count on refs to SVs with autoviv magic
8459              (resulted in C<my @a; $a[1] = 1; print \$_ for @a> and Data::Dumper
8460              accessing free()d memory)
8461      Branch: perl
8462            ! pp.c t/op/ref.t
8463 ____________________________________________________________________________
8464 [  3269] By: gsar                                  on 1999/04/24  17:07:55
8465         Log: fix bug in change#3123 (off-by-one, caused C<qx[noargs]> to fail
8466              on win32)
8467      Branch: perl
8468            ! win32/win32.c
8469 ____________________________________________________________________________
8470 [  3268] By: gsar                                  on 1999/04/24  16:38:25
8471         Log: kill dup hunk
8472      Branch: perl
8473            ! config_h.SH
8474 ____________________________________________________________________________
8475 [  3267] By: gsar                                  on 1999/04/24  16:35:57
8476         Log: integrate cfgperl changes into mainline
8477      Branch: perl
8478           +> myconfig.SH
8479            - myconfig
8480            ! pod/perlre.pod
8481           !> (integrate 38 files)
8482 ____________________________________________________________________________
8483 [  3266] By: jhi                                   on 1999/04/23  18:42:44
8484         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
8485              To: perl5-porters@perl.org, Jarkko Hietaniemi <jhi@iki.fi>,
8486              Graham Barr <gbarr@pobox.com>, Gurusamy Sarathy <gsar@activestate.com>
8487              Cc: Lionel Cons <lionel.cons@cern.ch>,
8488              Ilya Zakharevich <ilya@math.ohio-state.edu>,
8489              David Hayes <david@bdel.com>
8490              Subject: [PATCH] h2ph
8491              Date: Fri, 23 Apr 1999 12:37:23 -0400
8492              Message-ID: <19990423123723.A49550@O2.chapin.edu>
8493      Branch: cfgperl
8494            ! utils/h2ph.PL
8495 ____________________________________________________________________________
8496 [  3265] By: jhi                                   on 1999/04/21  18:17:12
8497         Log: From: lane@duphy4.physics.drexel.edu (by way of Dan Sugalski <sugalskd@ous.edu>)
8498              To: perlbug@perl.org
8499              Subject: [PATCH Perl 5.005.56] descrip_mms.template installed files fix
8500              Date: Wed, 21 Apr 1999 08:17:54 -0700
8501              Message-Id: <3.0.6.32.19990421081754.03127b60@ous.edu>
8502      Branch: cfgperl
8503            ! vms/descrip_mms.template
8504 ____________________________________________________________________________
8505 [  3264] By: jhi                                   on 1999/04/20  08:50:54
8506         Log: From: Andy Dougherty <doughera@lafayette.edu>
8507              To: The Perl Porters Mailing List <perl5-porters@perl.org>
8508              Subject: [PATCH 5.005_56] Re: 5.006 Todo
8509              Date: Mon, 19 Apr 1999 16:27:07 -0400 (EDT)
8510              Message-Id: <Pine.GSU.4.05.9904191623470.7838-100000@newton.phys>
8511      Branch: cfgperl
8512            ! Porting/pumpkin.pod
8513 ____________________________________________________________________________
8514 [  3263] By: jhi                                   on 1999/04/20  08:05:01
8515         Log: From: Chip Salzenberg <chip@perlsupport.com>
8516              To: Perl 5 Porters <perl5-porters@perl.org>
8517              Subject: [PATCH 5.005_56] Configure: $sig_count
8518              Date: Sun, 18 Apr 1999 17:54:36 -0400
8519              Message-ID: <19990418175436.A27496@perlsupport.com>
8520      Branch: cfgperl
8521            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8522            ! config_h.SH
8523 ____________________________________________________________________________
8524 [  3262] By: jhi                                   on 1999/04/19  18:23:50
8525         Log: Subject: PATCH wrong faq reference in perlbook.pod
8526              From: Robin Barker <rmb1@cise.npl.co.uk>
8527              To: perlbug@perl.com
8528              Date: Fri, 9 Apr 1999 16:05:23 +0100 (BST)
8529              Message-Id: <199904091505.QAA03757@cyclone.cise.npl.co.uk>
8530      Branch: cfgperl
8531            ! pod/perlbook.pod
8532 ____________________________________________________________________________
8533 [  3261] By: jhi                                   on 1999/04/15  13:59:04
8534         Log: From: Andy Dougherty <doughera@lafayette.edu>
8535              To: Hugo van der Sanden <hugo@corp.netcom.net.uk>
8536              Cc: Perl Porters <perl5-porters@perl.org>
8537              Subject: [PATCH] Re: 5.005_03 and gcc, GNU ld under Solaris 2.6
8538              Date: Wed, 14 Apr 1999 17:07:43 -0400 (EDT)
8539              Message-Id: <Pine.GSU.4.05.9904141658290.4262-100000@newton.phys>
8540      Branch: cfgperl
8541            ! hints/solaris_2.sh
8542 ____________________________________________________________________________
8543 [  3260] By: jhi                                   on 1999/04/15  13:56:53
8544         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
8545              To: pumpkings@jhereg.perl.com
8546              Subject: PATCH: 5.005_56: perldata.pod (UPDATE)
8547              Date: Thu, 15 Apr 1999 07:13:41 -0600
8548              Message-Id: <199904151313.HAA07682@jhereg.perl.com>
8549      Branch: cfgperl
8550            ! pod/perldata.pod
8551 ____________________________________________________________________________
8552 [  3259] By: jhi                                   on 1999/04/13  23:12:52
8553         Log: LDLIBPTH also on 'clean' targets.
8554      Branch: cfgperl
8555            ! Makefile.SH
8556 ____________________________________________________________________________
8557 [  3258] By: jhi                                   on 1999/04/13  21:38:46
8558         Log: Add information about the two DEC C compiler optimizer bugs
8559              (what patch levels of the compilers fix them).
8560      Branch: cfgperl
8561            ! pp.c t/op/repeat.t
8562 ____________________________________________________________________________
8563 [  3257] By: jhi                                   on 1999/04/13  14:25:08
8564         Log: Be polite about ccdlflags and lddflags, too.
8565              Avoid Perl's malloc only when threaded.
8566      Branch: cfgperl
8567            ! hints/aix.sh
8568 ____________________________________________________________________________
8569 [  3256] By: jhi                                   on 1999/04/13  10:21:33
8570         Log: Croak if no known ways to semctl() (don't assume union semun).
8571      Branch: cfgperl
8572            ! doio.c perl.h
8573 ____________________________________________________________________________
8574 [  3255] By: jhi                                   on 1999/04/13  09:10:26
8575         Log: From: Dan Sugalski <sugalskd@osshe.edu>
8576              To: perl5-porters@perl.org, vmsperl@perl.org
8577              Subject: [Patch 5.005/5.006]Another MM_VMS.pm patch
8578              Date: Mon, 12 Apr 1999 13:36:48 -0700
8579              Message-Id: <3.0.6.32.19990412133648.030e7ec0@ous.edu>
8580      Branch: cfgperl
8581            ! lib/ExtUtils/MM_VMS.pm
8582 ____________________________________________________________________________
8583 [  3254] By: jhi                                   on 1999/04/13  06:56:26
8584         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
8585              To: perlbug@perl.com
8586              Subject: Update for OpenBSD hints
8587              Date: Mon, 12 Apr 1999 23:12:22 -0600 (MDT)
8588              Message-Id: <199904130512.XAA27712@xerxes.courtesan.com>
8589      Branch: cfgperl
8590            ! hints/openbsd.sh
8591 ____________________________________________________________________________
8592 [  3229] By: chip                                  on 1999/04/13  04:04:14
8593         Log: Preserve errno from importunities of sfio.
8594      Branch: maint-5.004/perl
8595            ! pp_ctl.c util.c
8596 ____________________________________________________________________________
8597 [  3226] By: jhi                                   on 1999/04/11  12:52:26
8598         Log: If both ways to call semctl are broken,    skip the tests.
8599      Branch: cfgperl
8600            ! t/lib/ipc_sysv.t
8601 ____________________________________________________________________________
8602 [  3225] By: jhi                                   on 1999/04/10  22:27:28
8603         Log: From: Andy Dougherty <doughera@lafayette.edu>
8604              To: dsembr01@ox.slug.louisville.edu
8605              Cc: perlbug@perl.com
8606              Subject: [PATCH 5.004_05 5.005_03 5.005_56] Re: Misspelled macro in ext/POSIX/POSIX.xs?
8607              Date: Fri, 9 Apr 1999 16:58:08 -0400 (EDT)
8608              Message-Id: <Pine.GSU.4.05.9904091648570.894-100000@newton.phys>
8609      Branch: cfgperl
8610            ! ext/POSIX/POSIX.xs
8611 ____________________________________________________________________________
8612 [  3224] By: jhi                                   on 1999/04/09  18:50:32
8613         Log: From: Andy Dougherty <doughera@lafayette.edu>
8614              To: Perl Porters <perl5-porters@perl.org>
8615              Subject: [PATCH 5.005_56] Re: prefix= in hints
8616              Date: Fri, 9 Apr 1999 14:54:18 -0400 (EDT)
8617              Message-Id: <Pine.GSU.4.05.9904091445280.894-100000@newton.phys>
8618              
8619              (Overrides change #3204 from Kurt)
8620      Branch: cfgperl
8621            ! hints/linux.sh
8622 ____________________________________________________________________________
8623 [  3223] By: jhi                                   on 1999/04/09  18:37:55
8624         Log: Understand Apollo's //node notation.
8625              
8626              From: Johann Klasek <jk@auto.tuwien.ac.at>
8627              To: jhi@iki.fi
8628              Subject: Re: DomainPerl
8629              Date: Fri, 9 Apr 1999 18:21:37 +0200
8630              Message-ID: <19990409182137.A2299@euklid.auto.tuwien.ac.at>
8631      Branch: cfgperl
8632            ! lib/Cwd.pm
8633 ____________________________________________________________________________
8634 [  3220] By: jhi                                   on 1999/04/04  16:33:49
8635         Log: Integrate from mainperl.
8636      Branch: cfgperl
8637           !> (integrate 39 files)
8638 ____________________________________________________________________________
8639 [  3219] By: gsar                                  on 1999/04/04  02:48:17
8640         Log: tweak previous change
8641      Branch: maint-5.005/perl
8642            ! win32/win32.c
8643 ____________________________________________________________________________
8644 [  3218] By: gsar                                  on 1999/04/04  02:44:47
8645         Log: be careful about extending the stack for the Win32:: builtins
8646      Branch: maint-5.005/perl
8647            ! win32/win32.c
8648 ____________________________________________________________________________
8649 [  3217] By: gsar                                  on 1999/04/04  01:59:26
8650         Log: correct places that said newSVpv() when they meant newSVpvn()
8651      Branch: perl
8652            ! XSUB.h dump.c ext/B/B.xs ext/B/defsubs.h.PL
8653            ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_vms.xs
8654            ! ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
8655            ! ext/Socket/Socket.xs ext/attrs/attrs.xs gv.c hv.c hv.h
8656            ! jpl/JNI/JNI.xs mg.c op.c perl.c pod/perlguts.pod pp.c pp_ctl.c
8657            ! pp_sys.c regcomp.c toke.c util.c win32/dl_win32.xs
8658            ! win32/win32.c
8659 ____________________________________________________________________________
8660 [  3216] By: gsar                                  on 1999/04/03  23:58:27
8661         Log: avoid duplicate code
8662      Branch: perl
8663            ! sv.c
8664 ____________________________________________________________________________
8665 [  3215] By: gsar                                  on 1999/04/03  23:14:34
8666         Log: grow PL_tmps_stack more efficiently; make it more amenable to
8667              STRESS_REALLOC testing
8668      Branch: perl
8669            ! embed.h embed.pl global.sym objXSUB.h pp.h proto.h scope.c
8670            ! sv.c
8671 ____________________________________________________________________________
8672 [  3214] By: gsar                                  on 1999/04/03  21:01:09
8673         Log: scrounge and save three extra branches in pp_entersub()
8674      Branch: perl
8675            ! cv.h pp_ctl.c pp_hot.c
8676 ____________________________________________________________________________
8677 [  3213] By: gsar                                  on 1999/04/03  17:43:23
8678         Log: remove duplicate code and an extra branch in sv_setsv() and
8679              other hot code by making SvTHINKFIRST() think about FAKE SVs
8680      Branch: perl
8681            ! doio.c embed.h embed.pl global.sym objXSUB.h pp.c pp_hot.c
8682            ! proto.h scope.c sv.c sv.h
8683 ____________________________________________________________________________
8684 [  3212] By: jhi                                   on 1999/04/03  16:20:09
8685         Log: Fix up some _t nits (Pid_t, Gid_t, Uid_t, etc. instead of int).
8686              
8687              From: John Bley <jbb6@acpub.duke.edu>
8688              To: perlbug@perl.org
8689              Subject: [PATCH]5.005_03 (CORE) Fix some _t nits
8690              Date: Thu, 1 Apr 1999 02:01:47 -0500 (EST)
8691              Message-ID: <Pine.SOL.3.91.990401015805.21458A-100000@soc13.acpub.duke.edu>
8692      Branch: cfgperl
8693            ! doio.c pp_sys.c
8694 ____________________________________________________________________________
8695 [  3211] By: jhi                                   on 1999/04/03  13:27:26
8696         Log: Change #3210 was rather unportable.  This is better.
8697      Branch: cfgperl
8698            ! Configure config_h.SH
8699 ____________________________________________________________________________
8700 [  3210] By: jhi                                   on 1999/04/03  13:16:20
8701         Log: Avoid Digital UNIX' ksh.
8702              
8703              From: Jarkko Hietaniemi <jhi@iki.fi> 
8704              To: Henrik Tougaard <ht000@siberut.foa.dk> 
8705              Cc: perlbug@perl.com, ht000@foa.dk 
8706              Subject: Re: Not OK perl5.005_03-MAINT_TRIAL_4
8707              Date: Wed, 27 Jan 1999 16:52:33 +0200 (EET) 
8708              Message-ID: <13999.10289.319422.239987@alpha.hut.fi> 
8709      Branch: cfgperl
8710            ! Configure config_h.SH
8711 ____________________________________________________________________________
8712 [  3209] By: jhi                                   on 1999/04/03  12:49:04
8713         Log: Integrate from mainperl.
8714      Branch: cfgperl
8715           !> Changes Makefile.SH README installperl t/lib/bigfloatpm.t
8716 ____________________________________________________________________________
8717 [  3208] By: jhi                                   on 1999/04/03  12:27:24
8718         Log: Add -mabi=64 to ccflags for 64-bit IRIX gcc.
8719              
8720              From: Lionel Cons <lionel.cons@cern.ch>
8721              To: jhi@iki.fi
8722              Cc: perlbug@perl.com, kstar@isinet.com,
8723              Philippe Defert <philippe.defert@cern.ch>
8724              Subject: Re: Not OK: perl 5.00503 on IP27-irix 6.5 (UNINSTALLED)
8725              Date: Thu, 1 Apr 1999 14:05:28 +0200 (METDST)
8726              Message-Id: <199904011205.OAA11380@mercury.cern.ch>
8727      Branch: cfgperl
8728            ! hints/irix_6.sh
8729 ____________________________________________________________________________
8730 [  3207] By: jhi                                   on 1999/04/03  12:20:21
8731         Log: Be polite about usemymalloc.
8732      Branch: cfgperl
8733            ! hints/aix.sh
8734 ____________________________________________________________________________
8735 [  3206] By: gsar                                  on 1999/04/02  23:31:59
8736         Log: a typo in change#3205
8737      Branch: perl
8738            ! t/lib/bigfloatpm.t
8739 ____________________________________________________________________________
8740 [  3205] By: gsar                                  on 1999/04/02  23:20:31
8741         Log: make testsuite reflect change#3157  (Math::BigFloat->new now
8742              returns NaNs faithfully)
8743      Branch: perl
8744            ! t/lib/bigfloatpm.t
8745 ____________________________________________________________________________
8746 [  3204] By: jhi                                   on 1999/04/02  22:03:23
8747         Log: On -Uinstallusrbinperl and no -Dprefix, set prefix to /usr/local.
8748              
8749              From: "Kurt D. Starsinic" <kstar@chapin.edu>
8750              To: perl5-porters@perl.org
8751              Subject: linux hints nit
8752              Date: Fri, 2 Apr 1999 16:49:47 -0500
8753              Message-ID: <19990402164947.E80926@O2.chapin.edu>
8754      Branch: cfgperl
8755            ! hints/linux.sh
8756 ____________________________________________________________________________
8757 [  3203] By: jhi                                   on 1999/04/02  22:00:56
8758         Log: Display exact glibc version in Linux. 
8759              
8760              From: Andy Dougherty <doughera@lafayette.edu>
8761              To: Perl Porters <perl5-porters@perl.org>
8762              Subject: Displaying glibc version on Linux
8763              Date: Mon, 29 Mar 1999 15:04:26 -0500 (EST)
8764              Message-Id: <Pine.GSU.4.05.9903291417370.15335-100000@newton.phys>
8765      Branch: cfgperl
8766            ! hints/linux.sh
8767 ____________________________________________________________________________
8768 [  3202] By: gsar                                  on 1999/04/02  21:23:18
8769         Log: various little goofs
8770      Branch: perl
8771            ! Changes Makefile.SH README installperl
8772 ____________________________________________________________________________
8773 [  3201] By: jhi                                   on 1999/04/02  13:13:39
8774         Log: Configure regen.
8775              
8776              Add llseek + offset_t probing.
8777              Change CONFIG to CONFIGDOTSH.
8778              'unset foo' is unportable, use foo=''.
8779      Branch: cfgperl
8780            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
8781            ! configpm makeaperl.SH makedepend.SH makedir.SH myconfig.SH
8782            ! perl_exp.SH writemain.SH
8783 ____________________________________________________________________________
8784 [  3200] By: jhi                                   on 1999/04/02  12:06:22
8785         Log: Introduce myconfig.SH.
8786              
8787              From: Andy Dougherty <doughera@lafayette.edu>
8788              To: Jarkko Hietaniemi <jhi@iki.fi>
8789              Cc: Nick Ing-Simmons <nik@tiuk.ti.com>, Perl Porters <perl5-porters@perl.org>
8790              Subject: [PATCH] myconfig.SH (was Re: perl install bug on AIX 4.3.1.0)
8791              Date: Tue, 30 Mar 1999 12:41:29 -0500 (EST)
8792              Message-Id: <Pine.GSU.4.05.9903301222280.15987-100000@newton.phys>
8793      Branch: cfgperl
8794            + myconfig.SH
8795            - myconfig
8796            ! MANIFEST
8797 ____________________________________________________________________________
8798 [  3195] By: jhi                                   on 1999/03/28  16:42:54
8799         Log: Update perlhist on 5_03.
8800      Branch: maint-5.005/perl
8801            ! pod/perlhist.pod
8802 ____________________________________________________________________________
8803 [  3194] By: jhi                                   on 1999/03/28  12:30:01
8804         Log: Integrate from mainperl.
8805      Branch: cfgperl
8806           +> t/op/grep.t
8807            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
8808            ! t/lib/bigintpm.t
8809           !> MANIFEST Porting/p4desc ext/Thread/Thread.xs op.c
8810           !> t/lib/thread.t
8811 ____________________________________________________________________________
8812 [  3189] By: gsar                                  on 1999/03/28  08:22:00
8813         Log: various pod niggles
8814      Branch: maint-5.005/perl
8815            ! pod/perl.pod pod/perldebug.pod pod/perldiag.pod
8816            ! pod/perlfunc.pod pod/perlhist.pod
8817 ____________________________________________________________________________
8818 [  3187] By: gsar                                  on 1999/03/28  07:31:16
8819         Log: regularize CAPI declarations (CAPI extensions now build under
8820              the Borland compiler)
8821      Branch: maint-5.005/perl
8822            ! win32/GenCAPI.pl
8823 ____________________________________________________________________________
8824 [  3186] By: gsar                                  on 1999/03/28  07:26:33
8825         Log: ensure XS_LOCKS stuff happens *before* XSUB is entered under
8826              -DPERL_CAPI
8827      Branch: maint-5.005/perl
8828            ! XSlock.h win32/GenCAPI.pl win32/Makefile win32/makefile.mk
8829 ____________________________________________________________________________
8830 [  3183] By: gsar                                  on 1999/03/28  06:00:46
8831         Log: update p4 utility to ignore non-text files
8832      Branch: perl
8833            ! Porting/p4desc
8834 ____________________________________________________________________________
8835 [  3181] By: gsar                                  on 1999/03/28  03:37:23
8836         Log: integrate change#3179 from maint-5.005
8837      Branch: perl
8838           !> ext/Thread/Thread.xs t/lib/thread.t
8839 ____________________________________________________________________________
8840 [  3180] By: gsar                                  on 1999/03/28  02:28:20
8841         Log: fix bogus OPf_REF context for the BLOCK in C<grep BLOCK @foo>
8842              (sometimes caused bizarreness in the BLOCK)
8843      Branch: perl
8844            + t/op/grep.t
8845            ! MANIFEST op.c
8846 ____________________________________________________________________________
8847 [  3179] By: gsar                                  on 1999/03/28  02:14:04
8848         Log: fix thread segfault when passing large number of arguments to child
8849              a la C<Thread->new($foo, 1..1000)>
8850      Branch: maint-5.005/perl
8851            ! ext/Thread/Thread.xs t/lib/thread.t
8852 ____________________________________________________________________________
8853 [  3178] By: gbarr                                 on 1999/03/28  01:39:23
8854         Log: fix $Config{'usethreads'} typo in perlthrtut
8855              
8856              From: Ian Maloney <szhmf9@wsblob.ubs.com>
8857              Date: Thu, 25 Mar 1999 16:40:14 +0100 (MET)
8858              Message-Id: <199903251540.QAA02439@wsblob.>
8859              Subject: perlthrtut documentation error
8860      Branch: maint-5.005/perl
8861            ! pod/perlthrtut.pod
8862 ____________________________________________________________________________
8863 [  3173] By: gbarr                                 on 1999/03/27  18:19:47
8864         Log: Update Test.pm to VERSION 1.122 from CPAN
8865      Branch: maint-5.005/perl
8866            ! lib/Test.pm
8867 ____________________________________________________________________________
8868 [  3171] By: jhi                                   on 1999/03/26  22:38:28
8869         Log: Integrate from mainperl.
8870      Branch: cfgperl
8871           !> (integrate 37 files)
8872 ____________________________________________________________________________
8873 [  3170] By: gsar                                  on 1999/03/26  01:30:25
8874         Log: specify type of bracket in "Unmatched bracket" diagnostic;
8875              prefer 'brace' or 'curly bracket' over 'curly brace'
8876      Branch: perl
8877            ! pod/perldiag.pod pod/perlreftut.pod pod/perlstyle.pod
8878            ! t/op/misc.t t/op/re_tests toke.c
8879 ____________________________________________________________________________
8880 [  3169] By: gsar                                  on 1999/03/26  00:50:51
8881         Log: better description of "Integer overflow" diagnostic
8882      Branch: perl
8883            ! pod/perldiag.pod
8884 ____________________________________________________________________________
8885 [  3168] By: gsar                                  on 1999/03/25  11:02:46
8886         Log: applied needful parts of suggested patch
8887              From: "Vishal Bhatia" <vishalb@my-dejanews.com>
8888              Date: Tue, 23 Mar 1999 16:21:43 -0800
8889              Message-ID: <OOOKJGFMLFLHBAAA@my-dejanews.com>
8890              Subject: [PATCH 5.005_56] pp_formline correction
8891      Branch: perl
8892            ! ext/B/B/Bblock.pm ext/B/B/CC.pm
8893 ____________________________________________________________________________
8894 [  3167] By: gsar                                  on 1999/03/25  10:39:02
8895         Log: clarify what a "comment" means (due to Mark-Jason Dominus
8896              <mjd@plover.com>)
8897      Branch: perl
8898            ! pod/perlsyn.pod
8899 ____________________________________________________________________________
8900 [  3166] By: gsar                                  on 1999/03/25  10:33:18
8901         Log: describe current behavior on local($foo{nothere}) (suggested by
8902              Lionel Cons <lionel.cons@cern.ch>)
8903      Branch: perl
8904            ! pod/perlsub.pod
8905 ____________________________________________________________________________
8906 [  3165] By: gsar                                  on 1999/03/25  06:21:05
8907         Log: fix refcnt on PL_main_cv (variant of suggestion by Vishal Bhatia
8908              <vishalb@hotmail.com>)
8909      Branch: perl
8910            ! ext/B/B/C.pm
8911 ____________________________________________________________________________
8912 [  3164] By: gsar                                  on 1999/03/25  06:17:27
8913         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
8914              Date: Tue, 23 Mar 1999 17:47:04 -0800 (PST)
8915              Message-ID: <14072.16859.154428.241373@fre-76-120.reshall.berkeley.edu>
8916              Subject: [PATCH _56] Compiler needs to know about utf8 SVOP tr///s
8917      Branch: perl
8918            ! ext/B/B.xs op.h opcode.pl
8919 ____________________________________________________________________________
8920 [  3163] By: gsar                                  on 1999/03/25  06:15:49
8921         Log: B::Deparse update from Stephen McCamant <smccam@uclink4.berkeley.edu>
8922              Date: Tue, 23 Mar 1999 02:41:34 -0800 (PST)
8923              Message-ID: <14071.27445.867782.852353@fre-76-120.reshall.berkeley.edu>
8924              Subject: [PATCH _56] B::Deparse 0.57
8925              --
8926              Date: Tue, 23 Mar 1999 13:08:12 -0800 (PST)
8927              Message-ID: <14072.502.107712.175179@fre-76-120.reshall.berkeley.edu>
8928              Subject: Re: [PATCH _56] B::Deparse 0.57 
8929      Branch: perl
8930            ! AUTHORS MAINTAIN ext/B/B/Deparse.pm
8931 ____________________________________________________________________________
8932 [  3162] By: gsar                                  on 1999/03/25  06:11:46
8933         Log: fix a few places that said 'int', but meant 'STRLEN'
8934      Branch: perl
8935            ! pod/perlguts.pod proto.h sv.c
8936 ____________________________________________________________________________
8937 [  3161] By: gsar                                  on 1999/03/25  06:01:18
8938         Log: From: Russ Allbery <rra@stanford.edu>
8939              Date: 22 Mar 1999 04:26:26 -0800
8940              Message-ID: <yl4sndr9ql.fsf@windlord.stanford.edu>
8941              Subject: [5.005_56] Add EXISTS to SDBM_File and libsdbm
8942      Branch: perl
8943            ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/sdbm/README.too
8944            ! ext/SDBM_File/sdbm/pair.c ext/SDBM_File/sdbm/pair.h
8945            ! ext/SDBM_File/sdbm/sdbm.3 ext/SDBM_File/sdbm/sdbm.c
8946            ! ext/SDBM_File/sdbm/sdbm.h pod/perldelta.pod t/lib/sdbm.t
8947 ____________________________________________________________________________
8948 [  3160] By: gsar                                  on 1999/03/25  02:26:31
8949         Log: better description of OP_UNSTACK (s/unstack/iteration finalizer/)
8950      Branch: perl
8951            ! opcode.h opcode.pl
8952 ____________________________________________________________________________
8953 [  3159] By: gsar                                  on 1999/03/25  02:18:17
8954         Log: add statement-modifier loops to :base_loop class
8955      Branch: perl
8956            ! ext/Opcode/Opcode.pm
8957 ____________________________________________________________________________
8958 [  3158] By: gsar                                  on 1999/03/25  00:36:57
8959         Log: integrate changes#3105,3130,3154 from maint-5.005
8960      Branch: perl
8961           !> Configure INSTALL hints/dec_osf.sh hints/netbsd.sh
8962 ____________________________________________________________________________
8963 [  3157] By: gsar                                  on 1999/03/25  00:24:17
8964         Log: remove bogus panic()
8965      Branch: perl
8966            ! Changes lib/Math/BigFloat.pm
8967 ____________________________________________________________________________
8968 [  3156] By: jhi                                   on 1999/03/24  22:43:43
8969         Log: Integrate from mainperl.
8970      Branch: cfgperl
8971           +> (branch 38 files)
8972           !> (integrate 68 files)
8973 ____________________________________________________________________________
8974 [  3155] By: jhi                                   on 1999/03/24  22:12:17
8975         Log: Configure regenerated because of changes #3130/#3154 and #3147.
8976      Branch: cfgperl
8977            ! Configure config_h.SH
8978 ____________________________________________________________________________
8979 [  3154] By: jhi                                   on 1999/03/24  21:40:51
8980         Log: Reword the shared library search path (LD_LIBRARY_PATH) info
8981              based on suggestions from Andy Dougherty.
8982      Branch: maint-5.005/perl
8983            ! INSTALL
8984 ____________________________________________________________________________
8985 [  3153] By: gsar                                  on 1999/03/24  10:38:05
8986         Log: applied suggested patch, modulo superceded parts
8987              From: Charles Bailey <BAILEY@newman.upenn.edu>
8988              Date: Thu, 18 Mar 1999 00:10:44 -0400 (EDT)
8989              Message-id: <01J8YFGIHW2W001E7S@mail.newman.upenn.edu>
8990              Subject: [PATCH 5.005_56] Miscellaneous VMS-specific fixes
8991      Branch: perl
8992            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
8993            ! t/comp/require.t t/op/lex_assign.t t/op/taint.t
8994            ! utils/perldoc.PL vms/ext/Stdio/Stdio.pm vms/ext/Stdio/Stdio.xs
8995            ! vms/ext/Stdio/test.pl vms/test.com vms/vmsish.h
8996 ____________________________________________________________________________
8997 [  3152] By: gsar                                  on 1999/03/24  10:30:51
8998         Log: applied suggested patch, modulo superceded parts
8999              From: Charles Bailey <BAILEY@newman.upenn.edu>
9000              Date: Thu, 18 Mar 1999 00:04:31 -0400 (EDT)
9001              Message-id: <01J8YF0EOWLU001E7S@mail.newman.upenn.edu>
9002              Subject: [PATCH 5.005_56] Miscellaneous small fixes
9003      Branch: perl
9004            ! ext/B/defsubs.h.PL ext/re/re.pm lib/ExtUtils/MM_Unix.pm
9005            ! lib/File/Basename.pm
9006 ____________________________________________________________________________
9007 [  3151] By: gsar                                  on 1999/03/24  10:15:00
9008         Log: doc tweak suggested by M.J.T. Guy <mjtg@cus.cam.ac.uk>
9009      Branch: perl
9010            ! pod/perlop.pod
9011 ____________________________________________________________________________
9012 [  3150] By: gsar                                  on 1999/03/24  10:09:13
9013         Log: missing integration in previous change
9014      Branch: perl
9015           !> README.apollo
9016 ____________________________________________________________________________
9017 [  3149] By: gsar                                  on 1999/03/24  10:06:44
9018         Log: integrate changes#3116,3119 from maint-5.005
9019      Branch: perl
9020            + README.apollo
9021           +> apollo/netinet/in.h
9022           !> MANIFEST hints/apollo.sh t/lib/io_udp.t
9023 ____________________________________________________________________________
9024 [  3148] By: gsar                                  on 1999/03/24  10:01:56
9025         Log: integrate changes#3091-3094 from maint-5.005
9026      Branch: perl
9027           !> README.hurd vms/subconfigure.com vos/config.h
9028           !> vos/config_h.SH_orig
9029 ____________________________________________________________________________
9030 [  3147] By: gsar                                  on 1999/03/24  09:31:49
9031         Log: warn about newfangled vfork() caveats
9032      Branch: perl
9033            ! Configure
9034 ____________________________________________________________________________
9035 [  3146] By: jhi                                   on 1999/03/24  09:20:14
9036         Log: Bring in changes #2808 and #2812 (from mainline perl)
9037              that enhance the perlbug checklist.
9038      Branch: maint-5.005/perl
9039            ! utils/perlbug.PL
9040 ____________________________________________________________________________
9041 [  3145] By: gsar                                  on 1999/03/24  08:37:02
9042         Log: integrate change#3115 from maint-5.005
9043      Branch: perl
9044           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
9045           !> ext/DB_File/DB_File.xs ext/DB_File/typemap
9046 ____________________________________________________________________________
9047 [  3144] By: gsar                                  on 1999/03/24  08:33:59
9048         Log: add note about map in scalar context
9049      Branch: perl
9050            ! pod/perlfunc.pod
9051 ____________________________________________________________________________
9052 [  3143] By: gsar                                  on 1999/03/24  08:25:59
9053         Log: doc tweak
9054      Branch: perl
9055            ! lib/Time/Local.pm
9056 ____________________________________________________________________________
9057 [  3142] By: gsar                                  on 1999/03/24  08:20:37
9058         Log: applied suggested patch, modulo bogus hunk
9059              From: "Vishal Bhatia" <vishalb@hotmail.com>
9060              Date: Thu, 11 Mar 1999 07:40:27 PST
9061              Message-ID: <19990311154027.25891.qmail@hotmail.com>
9062              Subject: [PATCH 5.005_56] Minor fixes in perlcc
9063      Branch: perl
9064            ! ext/B/B/C.pm ext/B/B/CC.pm utils/perlcc.PL
9065 ____________________________________________________________________________
9066 [  3141] By: gsar                                  on 1999/03/24  08:06:12
9067         Log: integrate change#3104 from maint-5.005
9068      Branch: perl
9069           !> README.os390 t/lib/posix.t
9070 ____________________________________________________________________________
9071 [  3140] By: gsar                                  on 1999/03/24  06:34:56
9072         Log: fix failure of C<&locked_sub;> under -Dusethreads
9073      Branch: perl
9074            ! pp_hot.c t/lib/thread.t
9075 ____________________________________________________________________________
9076 [  3139] By: gsar                                  on 1999/03/24  05:52:00
9077         Log: debugger tweak (wasn't printing a newline after recalled commands)
9078      Branch: perl
9079            ! lib/perl5db.pl
9080 ____________________________________________________________________________
9081 [  3138] By: gsar                                  on 1999/03/24  05:33:28
9082         Log: document OO exceptions (based on a suggestion by Andreas Koenig
9083              <andreas.koenig@anima.de>)
9084      Branch: perl
9085            ! pod/perlfunc.pod
9086 ____________________________________________________________________________
9087 [  3137] By: gsar                                  on 1999/03/24  02:50:20
9088         Log: better "Illegal %s digit ignored" warnings
9089      Branch: perl
9090            ! MANIFEST pod/perldiag.pod pod/perlfunc.pod t/pragma/warn/util
9091            ! toke.c util.c
9092 ____________________________________________________________________________
9093 [  3136] By: gsar                                  on 1999/03/24  02:26:38
9094         Log: fix off-by-one that resulted in misparse of C</[\x{80}-\x{81}]/>
9095      Branch: perl
9096            + t/pragma/utf8.t
9097            ! regcomp.c
9098 ____________________________________________________________________________
9099 [  3135] By: gsar                                  on 1999/03/24  01:29:09
9100         Log: flip release & version in win32_uname()
9101      Branch: perl
9102            ! win32/win32.c
9103 ____________________________________________________________________________
9104 [  3134] By: gsar                                  on 1999/03/24  01:08:33
9105         Log: support POSIX::uname() via win32_uname()
9106      Branch: perl
9107            ! XSUB.h iperlsys.h win32/GenCAPI.pl win32/config.bc
9108            ! win32/config.gc win32/config.vc win32/config_H.bc
9109            ! win32/config_H.gc win32/config_H.vc win32/makedef.pl
9110            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
9111 ____________________________________________________________________________
9112 [  3133] By: gsar                                  on 1999/03/23  22:20:10
9113         Log: From: jan.dubois@ibm.net (Jan Dubois)
9114              Date: Sat, 06 Mar 1999 21:42:56 +0100
9115              Message-ID: <36e49281.50337171@smtp1.ibm.net>
9116              Subject: [PATCH 5.005_56] perldelta.pod changes for Win32::* functions
9117      Branch: perl
9118            ! pod/perldelta.pod
9119 ____________________________________________________________________________
9120 [  3132] By: gsar                                  on 1999/03/23  22:17:45
9121         Log: File::Spec fixes from Jan Dubois <jan.dubois@ibm.net>
9122              Date: Sat, 06 Mar 1999 17:50:49 +0100
9123              Message-ID: <36e25209.33833760@smtp1.ibm.net>
9124              Subject: [PATCH 5.005_56] Fixes for File::Spec::Functions.pm
9125              --
9126              Date: Sat, 06 Mar 1999 18:15:00 +0100
9127              Message-ID: <36e36222.37954195@smtp1.ibm.net>
9128              Subject: [PATCH 5.005_56] Fix for File::Spec::Win32.pm
9129      Branch: perl
9130            + t/lib/filefunc.t
9131            ! MANIFEST lib/File/Spec/Functions.pm lib/File/Spec/Win32.pm
9132            ! pod/perldelta.pod pod/perlmodlib.pod
9133 ____________________________________________________________________________
9134 [  3131] By: gsar                                  on 1999/03/23  22:07:59
9135         Log: integrate cfgperl changes into mainline
9136      Branch: perl
9137           +> ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
9138           !> Configure Makefile.SH config_h.SH configure.gnu handy.h
9139           !> installperl malloc.c perl.c perl.h pod/perl.pod
9140           !> pod/perldelta.pod pp_sys.c t/op/stat.t x2p/util.c
9141 ____________________________________________________________________________
9142 [  3130] By: jhi                                   on 1999/03/23  22:02:23
9143         Log: Don't use config.msg to remind about the
9144              LD_LIBRARY_PATH because Makefile.SH takes
9145              care of that.
9146              
9147              Use shrplib in DEC O^W^Digital U^W^WTru64 UNIX.
9148              This used to be the default but in some MT or another it
9149              was dropped because of some transient error or another.
9150      Branch: maint-5.005/perl
9151            ! Configure hints/dec_osf.sh
9152 ____________________________________________________________________________
9153 [  3129] By: gsar                                  on 1999/03/23  21:38:03
9154         Log: add Pod-Parser-1.08 (verbatim module =include tests elided owing
9155              to size    and better maintainability)
9156      Branch: perl
9157            + lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
9158            + lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
9159            + pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
9160            + t/pod/emptycmd.t t/pod/emptycmd.xr t/pod/for.t t/pod/for.xr
9161            + t/pod/headings.t t/pod/headings.xr t/pod/include.t
9162            + t/pod/include.xr t/pod/included.t t/pod/included.xr
9163            + t/pod/lref.t t/pod/lref.xr t/pod/nested_items.t
9164            + t/pod/nested_items.xr t/pod/nested_seqs.t t/pod/nested_seqs.xr
9165            + t/pod/oneline_cmds.t t/pod/oneline_cmds.xr t/pod/poderrs.t
9166            + t/pod/poderrs.xr t/pod/special_seqs.t t/pod/special_seqs.xr
9167            + t/pod/testcmp.pl t/pod/testp2pt.pl t/pod/testpchk.pl
9168            ! AUTHORS MAINTAIN MANIFEST installperl pod/Makefile
9169            ! win32/Makefile win32/makefile.mk win32/pod.mak
9170 ____________________________________________________________________________
9171 [  3128] By: jhi                                   on 1999/03/23  10:14:54
9172         Log: Integrate from mainperl.
9173      Branch: cfgperl
9174           !> (integrate 46 files)
9175 ____________________________________________________________________________
9176 [  3127] By: gsar                                  on 1999/03/23  06:57:30
9177         Log: From: Tim Witham - FES <twitham@pcocd2.intel.com>
9178              Date: Thu, 4 Mar 1999 10:54:01 -0800
9179              Message-Id: <9903041854.AA46868@frc0000>
9180              Subject: patch for useless Math::BigInt warnings
9181      Branch: perl
9182            ! lib/Math/BigInt.pm
9183 ____________________________________________________________________________
9184 [  3126] By: gsar                                  on 1999/03/23  05:54:37
9185         Log: avoid literal 'undef' in $lddlflags under `Configure -Uoptimize`
9186              From: "Kurt D. Starsinic" <kstar@chapin.edu>
9187              Date: Fri, 19 Feb 1999 15:47:59 -0500
9188              Message-ID: <19990219154759.A32350@O2.chapin.edu>
9189              Subject: [PATCH] OSF/1 hints
9190      Branch: perl
9191            ! hints/dec_osf.sh
9192 ____________________________________________________________________________
9193 [  3125] By: gsar                                  on 1999/03/23  00:56:38
9194         Log: avoid typeglob persistence in pp_readline()
9195      Branch: perl
9196            ! sv.c t/op/gv.t
9197 ____________________________________________________________________________
9198 [  3124] By: gsar                                  on 1999/03/22  21:12:23
9199         Log: update copyright years
9200      Branch: perl
9201            ! Changes EXTERN.h INTERN.h av.c av.h bytecode.pl cop.h cv.h
9202            ! deb.c doio.c doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h
9203            ! malloc.c mg.c mg.h op.c op.h perl.c perl.h perlio.c pp.c pp.h
9204            ! pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c
9205            ! sv.c sv.h toke.c utf8.c utf8.h util.c
9206 ____________________________________________________________________________
9207 [  3123] By: gsar                                  on 1999/03/22  07:07:06
9208         Log: implement win32_spawnvp() internally, making it return true PIDs
9209              for asynchronous spawns; fix win32_kill() to always deal with
9210              PIDs
9211      Branch: perl
9212            ! win32/win32.c win32/win32.h
9213 ____________________________________________________________________________
9214 [  3122] By: jhi                                   on 1999/03/19  21:12:14
9215         Log: Describe the new Benchmark feature in more detail.
9216      Branch: cfgperl
9217            ! pod/perldelta.pod
9218      Branch: maint-5.005/perl
9219            ! pod/perldelta.pod
9220 ____________________________________________________________________________
9221 [  3121] By: jhi                                   on 1999/03/19  08:16:12
9222         Log: AVAILABILITY tuning.
9223      Branch: cfgperl
9224            ! pod/perl.pod
9225      Branch: maint-5.005/perl
9226            ! pod/perl.pod
9227 ____________________________________________________________________________
9228 [  3120] By: jhi                                   on 1999/03/17  14:52:17
9229         Log: Rhapsody change assumed too much.
9230      Branch: cfgperl
9231            ! t/op/stat.t
9232 ____________________________________________________________________________
9233 [  3119] By: jhi                                   on 1999/03/17  14:33:43
9234         Log: More Apollo fixes.
9235      Branch: maint-5.005/perl
9236            ! README.apollo hints/apollo.sh t/lib/io_udp.t
9237 ____________________________________________________________________________
9238 [  3118] By: jhi                                   on 1999/03/16  17:23:39
9239         Log: Nada.
9240      Branch: maint-5.005/perl
9241            ! README.apollo
9242 ____________________________________________________________________________
9243 [  3117] By: jhi                                   on 1999/03/16  17:18:49
9244         Log: Apollo DomainOS AVAILABILITY.
9245      Branch: cfgperl
9246            ! pod/perl.pod
9247      Branch: maint-5.005/perl
9248            ! pod/perl.pod
9249 ____________________________________________________________________________
9250 [  3116] By: jhi                                   on 1999/03/16  17:14:00
9251         Log: Apollo DomainOS patch
9252              From: Johann Klasek <jk@auto.tuwien.ac.at>
9253              Subject: Re: DomainPerl
9254              Date: Tue, 16 Mar 1999 17:46:32 +0100
9255              Message-ID: <19990316174632.A19759@euklid.auto.tuwien.ac.at>
9256      Branch: maint-5.005/perl
9257            + README.apollo apollo/netinet/in.h
9258            ! MANIFEST hints/apollo.sh
9259 ____________________________________________________________________________
9260 [  3115] By: jhi                                   on 1999/03/16  14:23:54
9261         Log: From: Paul Marquess <pmarquess@bfsec.bt.co.uk>
9262              To: Gurusamy Sarathy <gsar@activestate.com>,
9263              Graham Barr <gbarr@pobox.com>
9264              Cc: Perl5 Porters <perl5-porters@perl.org>,
9265              "Paul.Marquess" <Paul.Marquess@btinternet.com>
9266              Subject: [PATCH 5.005_56 & 5.005_03_T6] Upgrade DB_File to version 1.65
9267              Date: Sun, 14 Mar 1999 14:43:57 -0000
9268              Message-Id: <199903141841.NAA17040@defender.perl.org>
9269      Branch: maint-5.005/perl
9270            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
9271            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
9272 ____________________________________________________________________________
9273 [  3114] By: jhi                                   on 1999/03/16  12:42:20
9274         Log: Mention Rhapsody in 5.005_5X perldelta,
9275              and in Rhapsody and Netware in 5.005_0X and 5.005_5X
9276              *planned* AVAILABILITY.
9277      Branch: cfgperl
9278            ! pod/perl.pod pod/perldelta.pod
9279      Branch: maint-5.005/perl
9280            ! pod/perl.pod
9281 ____________________________________________________________________________
9282 [  3113] By: jhi                                   on 1999/03/16  10:38:53
9283         Log: perldelta niggling.
9284      Branch: cfgperl
9285            ! pod/perldelta.pod
9286      Branch: maint-5.005/perl
9287            ! pod/perldelta.pod
9288 ____________________________________________________________________________
9289 [  3112] By: jhi                                   on 1999/03/16  10:35:21
9290         Log: Integrate from mainperl.
9291      Branch: cfgperl
9292           !> lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
9293           !> pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
9294 ____________________________________________________________________________
9295 [  3111] By: jhi                                   on 1999/03/16  10:28:10
9296         Log: AVAILABILITY update: still mention PowerUX,
9297              Novell Netware now has sources available.
9298      Branch: cfgperl
9299            ! pod/perl.pod
9300      Branch: maint-5.005/perl
9301            ! pod/perl.pod
9302 ____________________________________________________________________________
9303 [  3110] By: gsar                                  on 1999/03/16  04:34:23
9304         Log: sundry pod niggles
9305      Branch: perl
9306            ! lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
9307            ! pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
9308 ____________________________________________________________________________
9309 [  3109] By: jhi                                   on 1999/03/15  17:00:11
9310         Log: Integrate from mainperl.
9311      Branch: cfgperl
9312           +> lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
9313           +> lib/unicode/Is/Syllable.pl
9314           +> lib/unicode/MakeEthiopicSyllables.PL
9315           +> lib/unicode/README.Ethiopic
9316           !> AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
9317           !> lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
9318           !> lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
9319           !> lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
9320           !> lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
9321           !> lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
9322           !> lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
9323           !> lib/unicode/Name.pl lib/unicode/Number.pl op.c
9324 ____________________________________________________________________________
9325 [  3108] By: jhi                                   on 1999/03/15  16:58:12
9326         Log: First pass of integrating the Rhapsody port,
9327              
9328              From: Wilfredo Sanchez <wsanchez@apple.com> 
9329              Subject: Keeping the world in sync.
9330              Reply-To: wsanchez@apple.com 
9331              To: perlbug@perl.com 
9332              Date: Fri, 13 Nov 1998 17:11:30 -0800 
9333              Message-Id: <199811140111.RAA41784@scv4.apple.com> 
9334      Branch: cfgperl
9335            + ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
9336            ! Configure Makefile.SH config_h.SH configure.gnu handy.h
9337            ! installperl malloc.c perl.c perl.h pp_sys.c t/op/stat.t
9338            ! x2p/util.c
9339 ____________________________________________________________________________
9340 [  3107] By: gsar                                  on 1999/03/15  03:22:10
9341         Log: applied suggested patch (mailed to perl-unicode@perl.org) with minor tweaks
9342              From: Daniel Yacob <dmulholl@cs.indiana.edu>
9343              Date: Tue, 23 Feb 1999 16:13:42 -0500 (EST)
9344              Message-Id: <199902232113.QAA26135@drum.cs.indiana.edu>
9345              Subject: ../lib/unicode/ Unicode 3.0 Extensions for Ethiopic
9346      Branch: perl
9347            + lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
9348            + lib/unicode/Is/Syllable.pl
9349            + lib/unicode/MakeEthiopicSyllables.PL
9350            + lib/unicode/README.Ethiopic
9351            ! AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
9352            ! lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
9353            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
9354            ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
9355            ! lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
9356            ! lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
9357            ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
9358            ! lib/unicode/Name.pl lib/unicode/Number.pl
9359 ____________________________________________________________________________
9360 [  3106] By: gsar                                  on 1999/03/12  20:35:36
9361         Log: change#3067 failed package.t due to needless creation of $a and $b;
9362              fixed to do that only for C<sort BLOCK|CODE @foo>, not C<sort(@foo)>
9363      Branch: perl
9364            ! op.c
9365 ____________________________________________________________________________
9366 [  3105] By: jhi                                   on 1999/03/12  15:54:57
9367         Log: Recognize the NetBSD packages collection.
9368      Branch: maint-5.005/perl
9369            ! hints/netbsd.sh
9370 ____________________________________________________________________________
9371 [  3104] By: jhi                                   on 1999/03/12  09:07:04
9372         Log: From: pvhp@forte.com (Peter Prymmer)
9373              To: jhi@iki.fi, perl-mvs@perl.org, perlbug@perl.com
9374              Subject: [PATCH MT6,_56] was Re: Not OK: perl 5.00503 +MAINT_TRIAL_6 on os390 06.00 (UNINSTALLED)
9375              Date: Thu, 11 Mar 99 14:24:54 PST
9376              Message-Id: <9903112224.AA24346@forte.com>
9377      Branch: maint-5.005/perl
9378            ! README.os390 t/lib/posix.t
9379 ____________________________________________________________________________
9380 [  3103] By: jhi                                   on 1999/03/10  11:07:46
9381         Log: Integrate from mainperl.
9382      Branch: cfgperl
9383           !> Changes embed.h embed.pl embedvar.h global.sym objXSUB.h op.c
9384           !> perl.c perl.h pod/perldelta.pod pod/pod2man.PL t/base/lex.t
9385           !> t/pragma/warn/1global toke.c win32/makedef.pl
9386 ____________________________________________________________________________
9387 [  3102] By: jhi                                   on 1999/03/10  11:01:20
9388         Log: From: pvhp@forte.com (Peter Prymmer)
9389              To: perl5-porters@perl.org
9390              Subject: [5.005_03-MT6]Patch: time passes
9391              Date: Tue, 9 Mar 99 18:42:17 PST
9392              Message-Id: <9903100242.AA29057@forte.com>
9393      Branch: maint-5.005/perl
9394            ! perl.c
9395 ____________________________________________________________________________
9396 [  3101] By: jhi                                   on 1999/03/10  10:30:15
9397         Log: From: Mark-Jason Dominus <mjd@plover.com>
9398              To: perl5-porters@perl.com
9399              Subject: Minor fix to perlfunc.pod
9400              Date: Mon, 08 Mar 1999 20:05:53 -0500
9401              Message-ID: <19990309010553.13757.qmail@plover.com>
9402      Branch: maint-5.005/perl
9403            ! pod/perlfunc.pod
9404 ____________________________________________________________________________
9405 [  3100] By: gsar                                  on 1999/03/09  23:04:44
9406         Log: change#3060 had the wrong quotes
9407      Branch: perl
9408            ! pod/pod2man.PL
9409 ____________________________________________________________________________
9410 [  3099] By: jhi                                   on 1999/03/09  12:52:21
9411         Log: d_uname was broken (probably since _53), reported by
9412              
9413              From: Alan Burlison <Alan.Burlison@uk.sun.com>
9414              To: p5p <perl5-porters@perl.org>, Gurusamy Sarathy <gsar@umich.edu>,
9415              cpan-testers@perl.org
9416              Subject: Not OK: perl 5.00556 on sun4-solaris 2.6
9417              Date: Mon, 08 Mar 1999 13:22:31 +0000
9418              Message-ID: <36E3CF17.EA1FEDAA@uk.sun.com>
9419              
9420              and
9421              
9422              From: lvirden@cas.org (Larry W. Virden)
9423              To: perlbug@perl.com
9424              Subject: configure not correctly identifying uname posix compatibility
9425              Date: Mon, 8 Mar 1999 06:36:16 -0500 (EST)
9426              Message-Id: <199903081136.GAA23682@cas.org>
9427      Branch: cfgperl
9428            ! Configure config_h.SH
9429 ____________________________________________________________________________
9430 [  3098] By: gsar                                  on 1999/03/09  03:16:07
9431         Log: fix parsing of here documents in C<eval 's/.../<<FOO/e'>
9432      Branch: perl
9433            ! op.c perl.h pod/perldelta.pod t/base/lex.t toke.c
9434 ____________________________________________________________________________
9435 [  3097] By: gsar                                  on 1999/03/09  02:50:43
9436         Log: use yyerror() instead of croak() so that compile-time failures in
9437              my(LIST) don't confuse globals with lexicals
9438      Branch: perl
9439            ! op.c toke.c
9440 ____________________________________________________________________________
9441 [  3096] By: gsar                                  on 1999/03/09  02:47:36
9442         Log: adjust testsuite for change#3067
9443      Branch: perl
9444            ! t/pragma/warn/1global
9445 ____________________________________________________________________________
9446 [  3095] By: gsar                                  on 1999/03/08  21:04:48
9447         Log: remove bogus symbols from global.sym
9448      Branch: perl
9449            ! Changes embed.h embed.pl embedvar.h global.sym objXSUB.h
9450            ! perl.h win32/makedef.pl
9451 ____________________________________________________________________________
9452 [  3094] By: jhi                                   on 1999/03/06  16:16:15
9453         Log: From: Mark Kettenis <kettenis@wins.uva.nl>
9454              To: jhi@iki.fi
9455              Subject: Oops
9456              Date: Sat, 6 Mar 1999 17:15:35 +0100 (CET)
9457              Message-Id: <199903061615.RAA00207@delius.kettenis.nl>
9458      Branch: maint-5.005/perl
9459            ! README.hurd
9460 ____________________________________________________________________________
9461 [  3093] By: jhi                                   on 1999/03/06  15:59:46
9462         Log: From: Mark Kettenis <kettenis@wins.uva.nl>
9463              To: jhi@iki.fi
9464              Subject: New Hurd README
9465              Date: Sat, 6 Mar 1999 16:46:12 +0100 (CET)
9466              Message-Id: <199903061601.RAA00185@delius.kettenis.nl>
9467      Branch: maint-5.005/perl
9468            ! README.hurd
9469 ____________________________________________________________________________
9470 [  3092] By: jhi                                   on 1999/03/06  12:52:06
9471         Log: From: Paul_Green@stratus.com
9472              To: perl5-porters@perl.org
9473              Cc: jhi@iki.fi, Paul_Green@stratus.com
9474              Subject: [PATCH 5.005_03-MAINT_TRIAL_6]: platform: vos -- updates to VOS port of Perl5
9475              Date: Fri, 5 Mar 1999 18:08:49 -0500 
9476              Message-ID: <1D1A4EF7AD4DD211A80D00A0C9D7DB665A035A@exna1.stratus.com>
9477      Branch: maint-5.005/perl
9478            ! vos/config.h vos/config_h.SH_orig
9479 ____________________________________________________________________________
9480 [  3091] By: jhi                                   on 1999/03/06  12:42:21
9481         Log: From: Dan Sugalski <sugalskd@osshe.edu>
9482              To: perl5-porters@perl.org, vmsperl@perl.org
9483              Subject: [PATCH 5.005_03-MT6]VMS build patch
9484              Date: Fri, 05 Mar 1999 12:36:19 -0800
9485              Message-Id: <3.0.6.32.19990305123619.02d326a0@ous.edu>
9486      Branch: maint-5.005/perl
9487            ! vms/subconfigure.com
9488 ____________________________________________________________________________
9489 [  3090] By: gsar                                  on 1999/03/06  04:40:03
9490         Log: integrate change#3089 from mainline
9491              
9492              tolerate CRs after options
9493      Branch: maint-5.005/perl
9494           !> perl.c
9495 ____________________________________________________________________________
9496 [  3089] By: gsar                                  on 1999/03/06  04:30:40
9497         Log: tolerate CRs after options
9498      Branch: perl
9499            ! perl.c
9500 ____________________________________________________________________________
9501 [  3088] By: jhi                                   on 1999/03/05  12:49:01
9502         Log: Integrate from mainperl.
9503      Branch: cfgperl
9504           +> README.hurd
9505           !> MANIFEST ext/Errno/Errno_pm.PL t/lib/io_sock.t
9506 ____________________________________________________________________________
9507 [  3087] By: gsar                                  on 1999/03/05  06:41:16
9508         Log: adjust timeouts to accomodate slow/busy systems
9509      Branch: perl
9510            ! t/lib/io_sock.t
9511 ____________________________________________________________________________
9512 [  3083] By: gsar                                  on 1999/03/05  01:32:47
9513         Log: integrate change#3081 from maint-5.005
9514      Branch: perl
9515           !> ext/Errno/Errno_pm.PL
9516 ____________________________________________________________________________
9517 [  3082] By: gsar                                  on 1999/03/05  01:31:06
9518         Log: integrate change#2904 from maint-5.005
9519      Branch: perl
9520           +> README.hurd
9521           !> MANIFEST
9522 ____________________________________________________________________________
9523 [  3081] By: gsar                                  on 1999/03/05  00:14:33
9524         Log: protect against doubled backslashes
9525      Branch: maint-5.005/perl
9526            ! ext/Errno/Errno_pm.PL
9527 ____________________________________________________________________________
9528 [  3077] By: jhi                                   on 1999/03/04  08:10:13
9529         Log: Integrate from mainperl.
9530      Branch: cfgperl
9531           +> ext/B/B/Stash.pm
9532           !> MANIFEST README.hpux cc_runtime.h config_h.SH ext/B/B/C.pm
9533           !> ext/B/B/CC.pm gv.c lib/File/Compare.pm lib/Test/Harness.pm
9534           !> op.c pod/perldelta.pod pod/perlfunc.pod pod/pod2man.PL
9535           !> t/lib/bigfloatpm.t t/lib/io_sock.t utils/perlcc.PL
9536 ____________________________________________________________________________
9537 [  3076] By: jhi                                   on 1999/03/04  08:07:59
9538         Log: Regen config_h.SH once more because of *size, 
9539              noticed by
9540              
9541              From: Hans Mulder <hansm@icgned.icgroup.nl>
9542              To: Jarkko Hietaniemi <jhi@iki.fi>
9543              Cc: perl5-porters@perl.org
9544              Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
9545              Date: Thu,  4 Mar 99 00:10:45 +0100
9546              Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
9547      Branch: cfgperl
9548            ! Configure config_h.SH
9549 ____________________________________________________________________________
9550 [  3068] By: gsar                                  on 1999/03/04  05:48:03
9551         Log: From: Hans Mulder <hansm@icgned.icgroup.nl>
9552              Date: Thu,  4 Mar 99 00:10:45 +0100
9553              Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
9554              Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
9555      Branch: perl
9556            ! config_h.SH
9557 ____________________________________________________________________________
9558 [  3067] By: gsar                                  on 1999/03/04  05:44:32
9559         Log: exempt $foo::a,$foo::b from warnings only if sort() was seen in package foo
9560              From: Graham Barr <gbarr@ti.com>
9561              Date: Wed, 3 Mar 1999 17:23:56 -0600
9562              Message-ID: <19990303172356.F7442@dal.asp.ti.com>
9563              Subject: Re: 'use strict' doesn't work for one-letter variables
9564      Branch: perl
9565            ! gv.c op.c
9566 ____________________________________________________________________________
9567 [  3066] By: gsar                                  on 1999/03/04  05:20:50
9568         Log: updates to compiler modules
9569              From: "Vishal Bhatia" <vishalb@hotmail.com>
9570              Date: Tue, 02 Mar 1999 23:27:25 PST
9571              Message-ID: <19990303072725.779.qmail@hotmail.com>
9572              Subject: PATCH 5.005_56 + Test procedure
9573      Branch: perl
9574            + ext/B/B/Stash.pm
9575            ! MANIFEST cc_runtime.h ext/B/B/C.pm ext/B/B/CC.pm
9576            ! lib/Test/Harness.pm utils/perlcc.PL
9577 ____________________________________________________________________________
9578 [  3065] By: gsar                                  on 1999/03/04  05:03:30
9579         Log: more s/s_/s!/ etc.
9580      Branch: perl
9581            ! pod/perldelta.pod pod/perlfunc.pod
9582 ____________________________________________________________________________
9583 [  3064] By: gsar                                  on 1999/03/04  04:50:45
9584         Log: integrate cfgperl contents into mainline
9585      Branch: perl
9586           !> Configure README.vms bytecode.h config_h.SH configure.com
9587           !> ext/B/defsubs.h.PL hints/hpux.sh pod/perldelta.pod
9588           !> pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t thread.h
9589           !> vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
9590 ____________________________________________________________________________
9591 [  3063] By: gsar                                  on 1999/03/04  04:44:13
9592         Log: HP-UX has yet another spelling for /NaNQ?/
9593      Branch: perl
9594            ! t/lib/bigfloatpm.t
9595 ____________________________________________________________________________
9596 [  3062] By: gsar                                  on 1999/03/04  04:36:08
9597         Log: error-check for accept() test
9598      Branch: perl
9599            ! t/lib/io_sock.t
9600 ____________________________________________________________________________
9601 [  3061] By: gsar                                  on 1999/03/04  03:40:25
9602         Log: allow custom comparison function in File::Compare::compare_text()
9603              From: jan.dubois@ibm.net (Jan Dubois)
9604              Date: Fri, 26 Feb 1999 21:56:09 +0100
9605              Message-ID: <36db0838.8805651@smtp1.ibm.net>
9606              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
9607      Branch: perl
9608            ! lib/File/Compare.pm
9609 ____________________________________________________________________________
9610 [  3060] By: gsar                                  on 1999/03/04  03:37:38
9611         Log: better version of change#3038
9612              From: abigail@fnx.com
9613              Date: Mon, 1 Mar 1999 14:11:36 -0500 (EST)
9614              Message-ID: <19990301191136.5557.qmail@alexandra.wayne.fnx.com>
9615              Subject: Re: [PATCH 5.005_03 TRIAL-5 pod/pod2man.PL] Recognize -> and => inside
9616      Branch: perl
9617            ! pod/pod2man.PL
9618 ____________________________________________________________________________
9619 [  3058] By: jhi                                   on 1999/03/03  22:30:40
9620         Log: Configure regen to
9621              (1) match maint-5.005 patches #3056 and #3057
9622              (2) better version of PHOSTNAME of #3050
9623              (3) the crosscompile/multiarch config_h.SH trouble solved for now
9624      Branch: cfgperl
9625            ! Configure config_h.SH
9626 ____________________________________________________________________________
9627 [  3054] By: jhi                                   on 1999/03/03  09:57:59
9628         Log: Change #3053 missed perldelta.
9629      Branch: cfgperl
9630            ! pod/perldelta.pod
9631 ____________________________________________________________________________
9632 [  3053] By: jhi                                   on 1999/03/03  08:29:43
9633         Log: Use '!' to mark native integer packings instead of '_'.
9634      Branch: cfgperl
9635            ! pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t
9636 ____________________________________________________________________________
9637 [  3052] By: jhi                                   on 1999/03/02  23:12:36
9638         Log: The HP-UX threads patch (change #3028) is needed also here.
9639      Branch: cfgperl
9640            ! hints/hpux.sh thread.h
9641 ____________________________________________________________________________
9642 [  3051] By: jhi                                   on 1999/03/02  08:24:52
9643         Log: From: Dan Sugalski <sugalskd@osshe.edu>
9644              To: perl5-porters@perl.org, vmsperl@perl.org
9645              Subject: [PATCH 5.005_0x and 5.005_5x]Minor update to README.VMS
9646              Date: Mon, 01 Mar 1999 16:10:57 -0800
9647              Message-Id: <3.0.6.32.19990301161057.03b1fc00@ous.edu>
9648      Branch: cfgperl
9649            ! README.vms
9650      Branch: maint-5.005/perl
9651            ! README.vms
9652 ____________________________________________________________________________
9653 [  3050] By: jhi                                   on 1999/03/02  08:22:29
9654         Log: From: Dan Sugalski <sugalskd@osshe.edu>
9655              To: perl5-porters@perl.org, vmsperl@perl.org
9656              Subject: [PATCH5.005_56]Diffs to get 5.005_56 building on VMS
9657              Date: Mon, 01 Mar 1999 16:06:29 -0800
9658              Message-Id: <3.0.6.32.19990301160629.02e09ec0@ous.edu>
9659              
9660              From: Dan Sugalski <sugalskd@osshe.edu>
9661              To: perl5-porters@perl.org, vmsperl@perl.org
9662              Subject: [PATCH 5.005_56]vmsish.pm patch
9663              Date: Mon, 01 Mar 1999 20:19:04 -0800
9664              Message-Id: <3.0.6.32.19990301201904.02cff460@ous.edu>
9665              
9666              plus Configure regen containing a "solution" to the
9667              crosscompile/multiarch problem.
9668      Branch: cfgperl
9669            ! Configure config_h.SH configure.com ext/B/defsubs.h.PL
9670            ! vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
9671 ____________________________________________________________________________
9672 [  3049] By: jhi                                   on 1999/03/02  07:34:21
9673         Log: From: Spider Boardman <spider@leggy.zk3.dec.com>
9674              To: perl5-porters@perl.org
9675              Subject: [PATCH] Eliminate (valid) warning in byterun.c
9676              Date: Mon, 01 Mar 1999 17:27:59 -0500
9677              Message-Id: <199903012227.RAA00181@leggy.zk3.dec.com>
9678      Branch: cfgperl
9679            ! bytecode.h
9680      Branch: maint-5.005/perl
9681            ! bytecode.h
9682 ____________________________________________________________________________
9683 [  3048] By: gsar                                  on 1999/03/02  06:41:21
9684         Log: updated HP-UX notes from Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
9685      Branch: perl
9686            ! MANIFEST README.hpux
9687 ____________________________________________________________________________
9688 [  3047] By: jhi                                   on 1999/03/01  06:34:43
9689         Log: Integrate from mainperl.
9690      Branch: cfgperl
9691           +> README.hpux lib/File/Spec/Functions.pm
9692           !> (integrate 28 files)
9693 ____________________________________________________________________________
9694 [  3046] By: gsar                                  on 1999/03/01  05:34:28
9695         Log: this is 5.005_56
9696      Branch: perl
9697            ! Changes
9698
9699 ----------------
9700 Version 5.005_56
9701 ----------------
9702
9703 ____________________________________________________________________________
9704 [  3045] By: gsar                                  on 1999/03/01  03:32:30
9705         Log: destroy PL_svref_mutex in perl_destruct()
9706      Branch: perl
9707            ! perl.c
9708 ____________________________________________________________________________
9709 [  3044] By: gsar                                  on 1999/03/01  00:38:50
9710         Log: up patchlevel &c.
9711      Branch: perl
9712            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
9713            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
9714            ! win32/makefile.mk
9715 ____________________________________________________________________________
9716 [  3043] By: gsar                                  on 1999/03/01  00:14:15
9717         Log: integrate cfgperl contents into mainline
9718      Branch: perl
9719            ! pod/perldelta.pod
9720           !> Configure config_h.SH
9721 ____________________________________________________________________________
9722 [  3042] By: gsar                                  on 1999/02/28  23:55:08
9723         Log: slightly edited version of suggested patch
9724              From: jan.dubois@ibm.net (Jan Dubois)
9725              Date: Mon, 01 Mar 1999 00:32:05 +0100
9726              Message-ID: <36dbcf2c.12325433@smtp1.ibm.net>
9727              Subject: Re: [PATCH 5.005_55] Cleanup of File::Spec module
9728      Branch: perl
9729            + lib/File/Spec/Functions.pm
9730            ! MANIFEST lib/File/Spec.pm
9731 ____________________________________________________________________________
9732 [  3041] By: gsar                                  on 1999/02/28  22:47:19
9733         Log: fix subtle bug in eval'' testsuite
9734      Branch: perl
9735            ! t/op/eval.t
9736 ____________________________________________________________________________
9737 [  3040] By: gsar                                  on 1999/02/28  22:46:24
9738         Log: avoid literal control characters in change#3039
9739      Branch: perl
9740            ! t/base/lex.t
9741 ____________________________________________________________________________
9742 [  3039] By: gsar                                  on 1999/02/28  21:47:18
9743         Log: todo item: permit extended control variables a la ${^Foo} (patch
9744              courtesy Mark-Jason Dominus <mjd@plover.com>)
9745      Branch: perl
9746            ! op.c pod/perldelta.pod pod/perltodo.pod pod/perlvar.pod
9747            ! t/base/lex.t toke.c
9748 ____________________________________________________________________________
9749 [  3038] By: gsar                                  on 1999/02/28  21:21:05
9750         Log: From: abigail@fnx.com
9751              Date: Sun, 28 Feb 1999 10:59:16 -0500 (EST)
9752              Message-ID: <19990228155916.14496.qmail@alexandra.wayne.fnx.com>
9753              Subject: Recognize -> and => inside [A-Z]<> sequences.
9754      Branch: perl
9755            ! pod/pod2man.PL
9756 ____________________________________________________________________________
9757 [  3037] By: gsar                                  on 1999/02/28  21:12:22
9758         Log: fix longstanding bug: searches for lexicals originating within eval''
9759              weren't stopping at the subroutine boundary correctly
9760      Branch: perl
9761            ! op.c proto.h t/op/eval.t
9762 ____________________________________________________________________________
9763 [  3036] By: gsar                                  on 1999/02/28  20:02:29
9764         Log: revert parts of change#2990 to preserve predictable usage of Win32::Foo()
9765              as stacked list values
9766              From: jan.dubois@ibm.net (Jan Dubois)
9767              Date: Sat, 27 Feb 1999 18:24:17 +0100
9768              Message-ID: <36e22849.36531259@smtp1.ibm.net>
9769              Subject: Re: resend [PATCH 5.005_55] Various win32/win32.c cleanup 
9770      Branch: perl
9771            ! win32/win32.c
9772 ____________________________________________________________________________
9773 [  3035] By: gsar                                  on 1999/02/28  19:48:54
9774         Log: remove superfluous stack_sp decl
9775      Branch: perl
9776            ! jpl/JNI/JNI.xs
9777 ____________________________________________________________________________
9778 [  3034] By: gsar                                  on 1999/02/28  19:34:58
9779         Log: s/print STDERR/warn/ suggested by abigail@fnx.com; add $VERSION
9780      Branch: perl
9781            ! lib/Getopt/Std.pm
9782 ____________________________________________________________________________
9783 [  3033] By: gsar                                  on 1999/02/28  19:23:41
9784         Log: add File::Compare::compare_text()
9785              From: jan.dubois@ibm.net (Jan Dubois)
9786              Date: Fri, 26 Feb 1999 00:20:41 +0100
9787              Message-ID: <36dcd8ab.20195659@smtp1.ibm.net>
9788              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
9789      Branch: perl
9790            ! lib/File/Compare.pm pod/perltodo.pod
9791 ____________________________________________________________________________
9792 [  3032] By: gsar                                  on 1999/02/28  19:01:33
9793         Log: add README.hpux
9794      Branch: perl
9795            + README.hpux
9796            ! MAINTAIN MANIFEST
9797 ____________________________________________________________________________
9798 [  3031] By: gsar                                  on 1999/02/28  18:49:08
9799         Log: avoid escaping &amp; et al multiple times (variant of fix suggested by
9800              James Cromie <jcromie@fossil.uswc.uswest.com>
9801      Branch: perl
9802            ! lib/Pod/Html.pm
9803 ____________________________________________________________________________
9804 [  3030] By: gsar                                  on 1999/02/28  18:35:09
9805         Log: From: jan.dubois@ibm.net (Jan Dubois)
9806              Date: Wed, 24 Feb 1999 22:34:56 +0100
9807              Message-ID: <36d86f1e.11495549@smtp1.ibm.net>
9808              Subject: [PATCH 5.005_55] Test::Harness setting $ENV{HARNESS_ACTIVE}
9809      Branch: perl
9810            ! lib/Test/Harness.pm
9811 ____________________________________________________________________________
9812 [  3029] By: gsar                                  on 1999/02/28  18:28:18
9813         Log: add note about env pollution
9814      Branch: perl
9815            ! INSTALL pod/perltodo.pod
9816 ____________________________________________________________________________
9817 [  3028] By: jhi                                   on 1999/02/26  14:40:00
9818         Log: HP-UX 11 threads.
9819              
9820              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
9821              To: perl5-porters@perl.org
9822              Cc: jhi@cc.hut.fi
9823              Subject: Maint 5 and _54 with threading on HP-UX 11.00
9824              Date: Wed, 3 Feb 1999 12:57:18 -0800 (PST)
9825              Message-Id: <199902032057.MAA10218@xfiles.intercon.hp.com>
9826              
9827              NOTE from jhi: the hpux hints could still be more robust by
9828              disabling gdbm when necessary.
9829              
9830              Currently if there's a libgdbm.sl (gdbm 1.7.3) which is pre-11,
9831              linking -lgdbm -lpthread creates an executable that instantly
9832              core dumps on a pthreads internal panic:
9833              
9834              ./gdpt
9835              
9836              Pthread internal error: message: __libc_reinit() failed, file: ../pthreads/pthread.c, line: 1096
9837              Return Pointer is 0xc082bf33
9838              17639 quit (core dumped)  ./gdpt
9839              
9840              You don't have to *use* either gdbm or pthreads in the executable,
9841              just linking them together is enough.  Workaround is to recompile
9842              the GDBM under HP-UX 11, that makes the problem go away.
9843      Branch: maint-5.005/perl
9844            ! hints/hpux.sh thread.h
9845 ____________________________________________________________________________
9846 [  3025] By: jhi                                   on 1999/02/25  20:41:07
9847         Log: Temporary workaround for the config_h.SH versus
9848              crosscompile and multiarch plus introduce 'rt'
9849              to $libswanted: in UNIX98 sched_yield() lives there.
9850      Branch: cfgperl
9851            ! Configure config_h.SH
9852 ____________________________________________________________________________
9853 [  3024] By: jhi                                   on 1999/02/24  12:54:59
9854         Log: Integrate from mainperl.
9855      Branch: cfgperl
9856           +> t/lib/fatal.t
9857           !> (integrate 44 files)
9858 ____________________________________________________________________________
9859 [  3023] By: gsar                                  on 1999/02/24  07:02:12
9860         Log: integrate cfgperl contents
9861      Branch: perl
9862           !> (integrate 30 files)
9863 ____________________________________________________________________________
9864 [  3022] By: gsar                                  on 1999/02/24  05:59:47
9865         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
9866              Date: 23 Feb 1999 17:53:22 -0700
9867              Message-ID: <m3g17w62rh.fsf@moiraine.dimensional.com>
9868              Subject: [PATCH: _55] perldoc -q broken
9869      Branch: perl
9870            ! utils/perldoc.PL
9871 ____________________________________________________________________________
9872 [  3021] By: gsar                                  on 1999/02/24  05:51:53
9873         Log: ansify perlio.c, fix PerlIO-ish typos
9874      Branch: perl
9875            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_cygwin32.xs
9876            ! iperlsys.h perlio.c
9877 ____________________________________________________________________________
9878 [  3020] By: gsar                                  on 1999/02/24  05:28:06
9879         Log: adjust a Perl_malloc() flag for NeXT
9880              From: Hans Mulder <hansm@icgned.icgroup.nl>
9881              Date: Tue, 23 Feb 99 00:26:25 +0100
9882              Message-Id: <9902222329.AA17516@icgned.icgroup.nl>
9883              Subject: [PATCH for _55] MUTEX_INIT_CALLS_MALLOC no longer necessary
9884      Branch: perl
9885            ! perl.h
9886 ____________________________________________________________________________
9887 [  3019] By: gsar                                  on 1999/02/24  05:19:42
9888         Log: perltodo adjustments from Joshua Pritikin <joshua.pritikin@db.com>
9889      Branch: perl
9890            ! pod/perltodo.pod
9891 ____________________________________________________________________________
9892 [  3018] By: gsar                                  on 1999/02/24  04:15:18
9893         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
9894              Date: Mon, 22 Feb 1999 11:29:09 -0500 (EST)
9895              Message-ID: <Pine.GSO.4.02.9902221128200.500-100000@eq1062.wks.na.deuba.com>
9896              Subject: improved error message [PATCH _55] [RESEND]
9897      Branch: perl
9898            ! sv.c
9899 ____________________________________________________________________________
9900 [  3017] By: gsar                                  on 1999/02/24  03:50:34
9901         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
9902              Date: Sun, 21 Feb 1999 20:02:18 -0700
9903              Message-Id: <199902220302.UAA09981@jhereg.perl.com>
9904              Subject: perlfunc updates (against 55)
9905      Branch: perl
9906            ! pod/perlfunc.pod
9907 ____________________________________________________________________________
9908 [  3016] By: gsar                                  on 1999/02/24  03:17:05
9909         Log: testsuite adjustments
9910              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
9911              Date: Sat, 20 Feb 1999 15:24:57 +0000
9912              Message-Id: <E10EEH3-0003Wf-00@taurus.cus.cam.ac.uk>
9913              Subject: Not quite OK: perl5.005_55 on SunOS 4.1.3 / gcc
9914      Branch: perl
9915            ! t/lib/io_sock.t t/op/lex_assign.t
9916 ____________________________________________________________________________
9917 [  3015] By: gsar                                  on 1999/02/24  02:54:47
9918         Log: avoid modifying readonly values from qw()
9919      Branch: perl
9920            ! lib/ExtUtils/MM_Unix.pm
9921 ____________________________________________________________________________
9922 [  3014] By: gsar                                  on 1999/02/24  02:49:04
9923         Log: more "correct" utbuf for utime()
9924      Branch: perl
9925            ! doio.c
9926 ____________________________________________________________________________
9927 [  3013] By: jhi                                   on 1999/02/22  19:27:44
9928         Log: Fix MacPerl version, change PowerUX to PowerMAX.
9929              
9930              From: Chris Nandor <pudge@pobox.com>
9931              To: jhi@iki.fi
9932              Cc: perl5-porters@perl.org
9933              Subject: Re: perl current availability as documented by perl.pod
9934              Date: Sun, 21 Feb 1999 11:06:03 -0500
9935              Message-Id: <v04020a07b2f5df60c9e3@[192.168.0.77]>
9936              
9937              From: Tom Horsley <Tom.Horsley@mail.ccur.com>
9938              To: jhi@iki.fi
9939              Cc: perl5-porters@perl.org
9940              Subject: Re: perl current availability as documented by perl.pod
9941              Date: Mon, 22 Feb 1999 13:08:30 GMT
9942              Message-Id: <199902221308.NAA19971@cleo.ccur.com>
9943      Branch: cfgperl
9944            ! pod/perl.pod
9945      Branch: maint-5.005/perl
9946            ! pod/perl.pod
9947 ____________________________________________________________________________
9948 [  3012] By: jhi                                   on 1999/02/22  10:26:11
9949         Log: Snapshot the cross-compilation/multiarchitecture stuff
9950              (currently broken in next)
9951      Branch: cfgperl
9952            ! Configure config_h.SH pp.c
9953 ____________________________________________________________________________
9954 [  3011] By: jhi                                   on 1999/02/22  10:24:51
9955         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
9956              To: gsar@activestate.com (Gurusamy Sarathy)
9957              Cc: perl5-porters@perl.org (Perl5 Porters)
9958              Subject: [PATCH 5.005_55] DB_File 1.64 patch
9959              Date: Mon, 22 Feb 1999 10:07:00 +0000 (GMT)
9960              Message-Id: <9902221007.AA17751@claudius.bfsec.bt.co.uk>
9961      Branch: cfgperl
9962            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
9963            ! ext/DB_File/DB_File.xs ext/DB_File/typemap t/lib/db-recno.t
9964 ____________________________________________________________________________
9965 [  3009] By: jhi                                   on 1999/02/22  09:14:26
9966         Log: Scratch #3008 and introduce $crosscompile and $multiarch
9967              also in non-Configure lands.
9968      Branch: cfgperl
9969            ! Configure config_h.SH hints/next_3.sh hints/next_3_0.sh
9970            ! hints/next_4.sh vms/subconfigure.com win32/config.bc
9971            ! win32/config.gc win32/config.vc win32/config_H.bc
9972            ! win32/config_H.gc win32/config_H.vc
9973 ____________________________________________________________________________
9974 [  3008] By: jhi                                   on 1999/02/22  08:58:04
9975         Log: Add -DMULTIARCH (see change #3006).
9976      Branch: cfgperl
9977            ! hints/next_3.sh hints/next_3_0.sh hints/next_4.sh
9978 ____________________________________________________________________________
9979 [  3007] By: jhi                                   on 1999/02/22  08:54:06
9980         Log: Undo the references to local{lib,arch} introduced by #3006.
9981      Branch: cfgperl
9982            ! Configure config_h.SH
9983 ____________________________________________________________________________
9984 [  3006] By: jhi                                   on 1999/02/22  08:43:50
9985         Log: From: hansm@icgned.icgroup.nl
9986              To: perlbug@perl.com
9987              Subject: Not OK: perl 5.00555 on OPENSTEP-Mach-thread 4_2 (UNINSTALLED)
9988              Date: Sun, 21 Feb 1999 22:58:55 +0100
9989              Reply-To: hansmu@xs4all.nl
9990              Message-Id: <9902212201.AA13386@icgned.icgroup.nl>
9991              
9992              plus other Configure changes: prepare for cross-compilation/
9993              multiarchitecture builds.
9994      Branch: cfgperl
9995            ! Configure config_h.SH
9996 ____________________________________________________________________________
9997 [  3005] By: jhi                                   on 1999/02/22  08:35:30
9998         Log: Configure/Perl knew how to look for use Mach cthreads
9999              but Configure didn't let them to be used ($osname 'next').
10000      Branch: cfgperl
10001            ! Configure config_h.SH
10002      Branch: maint-5.005/perl
10003            ! Configure
10004 ____________________________________________________________________________
10005 [  3004] By: jhi                                   on 1999/02/21  15:46:02
10006         Log: Update Acorn AVAILABILITY.
10007      Branch: cfgperl
10008            ! pod/perl.pod
10009      Branch: maint-5.005/perl
10010            ! pod/perl.pod
10011 ____________________________________________________________________________
10012 [  3003] By: jhi                                   on 1999/02/21  14:50:42
10013         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
10014              To: perl5-porters@perl.org (Perl 5 Porters)
10015              Subject: PATCH: perlref.pod - symbolic ref example
10016              Date: Sat, 20 Feb 1999 17:32:11 -0500 (EST)
10017              Message-Id: <199902202232.RAA62306@linguist.dartmouth.edu>
10018      Branch: cfgperl
10019            ! pod/perlref.pod
10020      Branch: maint-5.005/perl
10021            ! pod/perlref.pod
10022 ____________________________________________________________________________
10023 [  3002] By: jhi                                   on 1999/02/21  14:35:22
10024         Log: Sync cfgperl with maint-5.005 change #3000.
10025      Branch: cfgperl
10026            ! pod/perlfunc.pod t/op/pack.t
10027 ____________________________________________________________________________
10028 [  2999] By: gsar                                  on 1999/02/20  22:48:30
10029         Log: From:    John Bley <jbb6@acpub.duke.edu>
10030              Date:    Sat, 20 Feb 1999 16:02:34 EST
10031              Message-Id: <Pine.SOL.3.91.990220155832.9913A-100000@soc11.acpub.duke.edu>
10032              Subject: [PATCH]5.005_55 (CORE) Sparse intializer in regcomp.c
10033      Branch: perl
10034            ! regcomp.c
10035 ____________________________________________________________________________
10036 [  2998] By: jhi                                   on 1999/02/20  14:13:06
10037         Log: Enhanced the endianness description.
10038      Branch: cfgperl
10039            ! pod/perlfunc.pod
10040 ____________________________________________________________________________
10041 [  2996] By: jhi                                   on 1999/02/20  13:55:41
10042         Log: Glossary now mostly fixed.
10043      Branch: cfgperl
10044            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10045            ! config_h.SH
10046 ____________________________________________________________________________
10047 [  2994] By: jhi                                   on 1999/02/20  11:58:33
10048         Log: Perldeltify GNU/Hurd.
10049      Branch: cfgperl
10050            ! pod/perldelta.pod
10051 ____________________________________________________________________________
10052 [  2993] By: gsar                                  on 1999/02/20  00:59:10
10053         Log: fix typo in Perl_sbrk()
10054              From: hansm@icgned.icgroup.nl
10055              Date: Fri, 19 Feb 1999 23:19:31 +0100
10056              Message-Id: <9902192221.AA07213@icgned.icgroup.nl>
10057              Subject: Not OK: perl 5.00555 on OPENSTEP-Mach 4_2 (UNINSTALLED)
10058      Branch: perl
10059            ! malloc.c
10060 ____________________________________________________________________________
10061 [  2992] By: gsar                                  on 1999/02/20  00:51:08
10062         Log: integrate change#2980 from maint-5.005
10063      Branch: perl
10064           !> utils/h2xs.PL
10065 ____________________________________________________________________________
10066 [  2991] By: gsar                                  on 1999/02/20  00:34:01
10067         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10068              Date: Thu, 18 Feb 1999 18:51:38 +0000
10069              Message-Id: <199902181851.SAA14018@crypt.compulink.co.uk>
10070              Subject: [PATCH 5.005_55] test failures with MIME-tools-4.122 and perl 5.005_55 
10071      Branch: perl
10072            ! pp_hot.c t/op/pat.t
10073 ____________________________________________________________________________
10074 [  2990] By: gsar                                  on 1999/02/20  00:30:48
10075         Log: From: jan.dubois@ibm.net (Jan Dubois)
10076              Date: Thu, 18 Feb 1999 19:14:07 +0100
10077              Message-ID: <36d15809.40853323@smtp1.ibm.net>
10078              Subject: resend [PATCH 5.005_55] Various win32/win32.c cleanup
10079      Branch: perl
10080            ! win32/win32.c
10081 ____________________________________________________________________________
10082 [  2989] By: gsar                                  on 1999/02/20  00:27:01
10083         Log: do poll() emulation unless HAS_POLL && I_POLL
10084      Branch: perl
10085            ! ext/IO/poll.h
10086 ____________________________________________________________________________
10087 [  2988] By: gsar                                  on 1999/02/19  23:52:12
10088         Log: tweak RE for NaNQ? recognition
10089      Branch: perl
10090            ! t/lib/bigfloatpm.t
10091 ____________________________________________________________________________
10092 [  2987] By: gsar                                  on 1999/02/19  23:29:59
10093         Log: mention C<use utf8> and C<use warning> in perldelta
10094      Branch: perl
10095            ! pod/perldelta.pod
10096 ____________________________________________________________________________
10097 [  2985] By: jhi                                   on 1999/02/19  20:43:19
10098         Log: pack/unpack better in (network-)short-non-16-bits and
10099              (network-)long-non-32-bits systems such as Cray C90.
10100      Branch: cfgperl
10101            ! perl.h pp.c t/op/pack.t
10102 ____________________________________________________________________________
10103 [  2984] By: jhi                                   on 1999/02/19  20:38:54
10104         Log: Regen Configure.
10105      Branch: cfgperl
10106            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10107            ! perl.c
10108 ____________________________________________________________________________
10109 [  2982] By: jhi                                   on 1999/02/19  19:51:49
10110         Log: Configure update: fstatvfs/fstafs/getmntent/hasmntopt were
10111              not probed for and         
10112              
10113              From: "Kurt D. Starsinic" <kstar@chapin.edu>
10114              To: Chaim Frenkel <chaimf@pobox.com>,
10115              Russ Allbery <rra@stanford.edu>,
10116              Jarkko Hietaniemi <jhi@iki.fi>,
10117              Gurusamy Sarathy <gsar@activestate.com>,
10118              Graham Barr <gbarr@pobox.com>
10119              Cc: bdensch@ameritech.net, perlbug@perl.com
10120              Subject: [PATCH] Re: Solaris 7 for Intel
10121              Message-ID: <19990219124404.A30182@O2.chapin.edu>
10122              
10123              Glossary is still missing some terms because
10124              mkglossary is misbehaving (change #2981 updated
10125              Glossary manually)
10126      Branch: cfgperl
10127            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
10128            ! Porting/config_H
10129 ____________________________________________________________________________
10130 [  2980] By: gbarr                                 on 1999/02/19  16:06:53
10131         Log: Make result of h2xs work when user adds C<use strict>
10132      Branch: maint-5.005/perl
10133            ! utils/h2xs.PL
10134 ____________________________________________________________________________
10135 [  2979] By: gsar                                  on 1999/02/19  05:24:29
10136         Log: doc for change#2978
10137      Branch: perl
10138            ! pod/perlsub.pod
10139 ____________________________________________________________________________
10140 [  2978] By: gsar                                  on 1999/02/19  05:08:29
10141         Log: bring '*' prototype closer to how it behaves internally
10142      Branch: perl
10143            + t/lib/fatal.t
10144            ! MANIFEST lib/Fatal.pm op.c t/comp/proto.t
10145 ____________________________________________________________________________
10146 [  2977] By: gsar                                  on 1999/02/19  02:50:31
10147         Log: stem leakage of perly.h #defines #ifndef PERL_CORE
10148      Branch: perl
10149            ! perly.h
10150 ____________________________________________________________________________
10151 [  2975] By: gsar                                  on 1999/02/18  21:41:57
10152         Log: distinguish eval'' from BEGIN|INIT|END CVs (fixes buggy propagation
10153              of lexical searches in BEGIN|INIT|END)
10154      Branch: perl
10155            ! cop.h cv.h op.c perly.c perly.y pp_ctl.c t/op/misc.t
10156            ! vms/perly_c.vms
10157 ____________________________________________________________________________
10158 [  2974] By: gsar                                  on 1999/02/18  21:03:06
10159         Log: missing PERL_POLLUTE_MALLOC
10160      Branch: perl
10161            ! ext/SDBM_File/sdbm/sdbm.h
10162 ____________________________________________________________________________
10163 [  2973] By: gsar                                  on 1999/02/18  17:10:49
10164         Log: From:    Andy Dougherty <doughera@lafayette.edu>
10165              Date:    Wed, 17 Feb 1999 17:22:50 EST
10166              Message-Id: <Pine.GSU.4.05.9902171720490.17243-100000@newton.phys>
10167              Subject: [PATCH 5.005_xx] dotsh.pl triggers new warnings
10168      Branch: perl
10169            ! lib/dotsh.pl
10170 ____________________________________________________________________________
10171 [  2972] By: gsar                                  on 1999/02/18  17:04:12
10172         Log: s/#defined/#define/
10173      Branch: perl
10174            ! ext/Data/Dumper/Dumper.xs
10175 ____________________________________________________________________________
10176 [  2970] By: gsar                                  on 1999/02/18  03:26:43
10177         Log: ensure is data malloc()ed by GDBM is free()d (not Perl_mfree()d)
10178      Branch: perl
10179            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
10180            ! ext/GDBM_File/typemap
10181 ____________________________________________________________________________
10182 [  2969] By: gsar                                  on 1999/02/17  23:30:47
10183         Log: correct slurp mode doc
10184      Branch: perl
10185            ! pod/perlfunc.pod pod/perlop.pod
10186 ____________________________________________________________________________
10187 [  2968] By: jhi                                   on 1999/02/17  23:15:49
10188         Log: Ultrix hints update.
10189              
10190              From: Spider Boardman <spider@zk3.dec.com>
10191              To: perlbug@perl.com
10192              Subject: Not OK: perl 5.00555 on RISC-ultrix 4.4 (UNINSTALLED)
10193              Date: Tue, 16 Feb 1999 23:04:28 -0500
10194              Message-Id: <9902170404.AA11036@abyss.zk3.dec.com>
10195      Branch: cfgperl
10196            ! hints/ultrix_4.sh
10197 ____________________________________________________________________________
10198 [  2966] By: jhi                                   on 1999/02/17  23:09:21
10199         Log: Change #2965 wiped out some Sarathy's _55 changes.
10200              Now unwiped.
10201      Branch: cfgperl
10202            ! Configure pp.c t/op/pack.t
10203 ____________________________________________________________________________
10204 [  2965] By: jhi                                   on 1999/02/17  23:00:04
10205         Log: Configure tweaks.
10206              
10207              Fix the Unixware/SCO uname scan:
10208              
10209              From: Tom Hughes <thh@cyberscience.com>
10210              To: perlbug@perl.com
10211              Subject: Not OK: perl 5.00555 on i386-svr4 [actually Unixware 2.1] (UNINSTALLED)
10212              Date: 17 Feb 1999 15:34:15 +0000    
10213              Message-ID: <yekg185nix4.fsf@elva.cyberscience.com>
10214              
10215              AIX syscalls.exp scan: the syscall might be marked 32, 3264, or 64
10216              
10217              From: Joe Buehler <jhpb@hekimian.com>
10218              To: perl5-porters@perl.org
10219              Subject: setsid not detected by perl 5.005_02 configure under AIX 4.3
10220              Date: 12 Feb 1999 11:25:21 -0500
10221              Message-ID: <yd3lni3613i.fsf@ganymede.hekimian.com>
10222              
10223              Make the pthreads joinable constant scan to output to fd 4, not 2.
10224      Branch: cfgperl
10225            ! Configure
10226 ____________________________________________________________________________
10227 [  2964] By: gsar                                  on 1999/02/17  21:30:07
10228         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
10229              Date: Wed, 17 Feb 1999 06:53:13 -0700
10230              Message-Id: <199902171353.GAA15682@jhereg.perl.com>
10231              Subject: PATCH: lib/Pod/Functions.pm for perl5.005_55
10232      Branch: perl
10233            ! lib/Pod/Functions.pm
10234 ____________________________________________________________________________
10235 [  2963] By: gsar                                  on 1999/02/17  21:18:21
10236         Log: fix comppad handling for failures in eval 'qr/(?p{...})/'
10237              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10238              Date: Wed, 17 Feb 1999 10:06:01 +0000
10239              Message-Id: <199902171006.KAA10204@crypt.compulink.co.uk>
10240              Subject: Re: [5.005_53] panic: pad_free curpad 
10241      Branch: perl
10242            ! regcomp.c regexec.c t/op/misc.t
10243 ____________________________________________________________________________
10244 [  2962] By: gsar                                  on 1999/02/16  21:26:28
10245         Log: NaNQ? tweak
10246      Branch: perl
10247            ! t/lib/bigfloatpm.t
10248 ____________________________________________________________________________
10249 [  2961] By: jhi                                   on 1999/02/16  19:26:38
10250         Log: Integrate from mainperl.
10251      Branch: cfgperl
10252           !> (integrate 37 files)
10253 ____________________________________________________________________________
10254 [  2960] By: gsar                                  on 1999/02/16  18:04:29
10255         Log: undo change#2465 (qw[] is a real list now)
10256      Branch: perl
10257            ! pod/perlop.pod
10258 ____________________________________________________________________________
10259 [  2959] By: gsar                                  on 1999/02/16  07:09:33
10260         Log: this was 5.005_55
10261      Branch: perl
10262            ! Changes
10263
10264 ----------------
10265 Version 5.005_55
10266 ----------------
10267
10268 ____________________________________________________________________________
10269 [  2958] By: gsar                                  on 1999/02/16  06:18:27
10270         Log: integrate change#2852 from maint-5.005; integrate cfgperl contents;
10271              elide dups and non-dependents from Changes
10272      Branch: perl
10273            ! Changes pod/perlhist.pod
10274           !> Configure INSTALL README.threads doio.c ext/IPC/SysV/SysV.xs
10275           !> hints/ultrix_4.sh pod/perl.pod pod/perlfunc.pod
10276           !> pod/perlport.pod pp.c t/op/pack.t
10277 ____________________________________________________________________________
10278 [  2957] By: gsar                                  on 1999/02/16  04:09:47
10279         Log: propagate PERL_VERSION everywhere, add to pod
10280      Branch: perl
10281            ! Configure configpm configure.com ext/B/B/C.pm ext/B/byteperl.c
10282            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs ext/IO/IO.xs
10283            ! hints/freebsd.sh hints/os2.sh installman installperl myconfig
10284            ! os2/Makefile.SHs os2/os2.c patchlevel.h perl.c perl.h
10285            ! plan9/genconfig.pl plan9/myconfig.plan9 plan9/versnum
10286            ! pod/perldebug.pod pod/perldelta.pod vms/genconfig.pl
10287            ! vms/myconfig.com vms/subconfigure.com win32/config.bc
10288            ! win32/config.gc win32/config.vc win32/config_sh.PL
10289            ! win32/win32.c x2p/a2py.c
10290 ____________________________________________________________________________
10291 [  2955] By: jhi                                   on 1999/02/15  16:15:03
10292         Log: The pack tests now better in C90 (after the packnative patches).
10293      Branch: cfgperl
10294            ! t/op/pack.t
10295 ____________________________________________________________________________
10296 [  2954] By: gsar                                  on 1999/02/15  14:11:50
10297         Log: tweak Configure to follow new PERL_VERSION etc.
10298      Branch: perl
10299            ! Configure patchlevel.h pod/perlhist.pod
10300 ____________________________________________________________________________
10301 [  2953] By: jhi                                   on 1999/02/15  14:02:21
10302         Log: Integrate from mainperl.
10303      Branch: cfgperl
10304           !> MANIFEST Porting/makerel
10305 ____________________________________________________________________________
10306 [  2952] By: jhi                                   on 1999/02/15  13:50:07
10307         Log: Enhance the packnative patch: use the packnative code
10308              only if required.  Also added hefty testing (hopefully
10309              I didn't assume too much...).  Tested on alpha, ix86, sparc.
10310      Branch: cfgperl
10311            ! pod/perlfunc.pod pp.c t/op/pack.t
10312 ____________________________________________________________________________
10313 [  2951] By: jhi                                   on 1999/02/15  13:46:56
10314         Log: AVAILABILITY from 5.005_03-tobe, will of course
10315              require updating when 5.006 comes out.
10316      Branch: cfgperl
10317            ! pod/perl.pod
10318 ____________________________________________________________________________
10319 [  2949] By: gsar                                  on 1999/02/15  13:28:51
10320         Log: will this be it for 5.005_55?
10321      Branch: perl
10322            ! MANIFEST Porting/makerel
10323 ____________________________________________________________________________
10324 [  2948] By: jhi                                   on 1999/02/15  13:23:52
10325         Log: Integrate from mainperl.
10326      Branch: cfgperl
10327           !> Changes Makefile.SH ext/B/B/C.pm patchlevel.h perl.h
10328           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
10329           !> pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
10330           !> pod/perlmodlib.pod pod/perltoc.pod t/io/argv.t
10331           !> t/lib/bigfloatpm.t t/lib/h2ph.t win32/Makefile win32/config.bc
10332           !> win32/config.gc win32/config.vc win32/config_H.bc
10333           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
10334 ____________________________________________________________________________
10335 [  2947] By: jhi                                   on 1999/02/15  13:20:41
10336         Log: perlport.pod 1.39 from Chris.
10337      Branch: cfgperl
10338            ! pod/perlport.pod
10339 ____________________________________________________________________________
10340 [  2946] By: jhi                                   on 1999/02/15  13:09:58
10341         Log: Import Ultrix update, change #2864, 
10342              
10343              From: Spider Boardman <spider@zk3.dec.com>
10344              To: perlbug@perl.com
10345              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
10346              Date: Wed, 10 Feb 1999 23:33:31 -0500
10347              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
10348      Branch: cfgperl
10349            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
10350 ____________________________________________________________________________
10351 [  2945] By: jhi                                   on 1999/02/15  13:04:50
10352         Log: OpenBSD sparc SHMLBA.
10353      Branch: cfgperl
10354            ! ext/IPC/SysV/SysV.xs
10355 ____________________________________________________________________________
10356 [  2944] By: gsar                                  on 1999/02/15  12:09:52
10357         Log: update win32/config* stuff, Changes
10358      Branch: perl
10359            ! Changes win32/Makefile win32/config.bc win32/config.gc
10360            ! win32/config.vc win32/config_H.bc win32/config_H.gc
10361            ! win32/config_H.vc win32/makefile.mk
10362 ____________________________________________________________________________
10363 [  2943] By: gsar                                  on 1999/02/15  11:54:08
10364         Log: #include patchlevel.h by default, provide
10365              PERL_{REVISION,VERSION,SUBVERSION}
10366      Branch: perl
10367            ! patchlevel.h perl.h
10368 ____________________________________________________________________________
10369 [  2942] By: gsar                                  on 1999/02/15  10:26:59
10370         Log: allow /0|NaN/ on some bigfloatpm.t tests for portability; other
10371              misc fixes
10372      Branch: perl
10373            ! Makefile.SH t/io/argv.t t/lib/bigfloatpm.t t/lib/h2ph.t
10374 ____________________________________________________________________________
10375 [  2941] By: gsar                                  on 1999/02/15  10:24:37
10376         Log: broken URLs fixed (from Michael G Schwern <schwern@pobox.com>)
10377              Message-ID: <19990207002851.B9185@toldyouso.com>
10378              Message-ID: <19990207212152.A9765@toldyouso.com>
10379              Message-ID: <19990207212041.A9622@toldyouso.com>
10380              Message-ID: <19990207213127.A10244@toldyouso.com>
10381              Message-ID: <19990207212559.A9950@toldyouso.com>
10382              Message-ID: <19990207212842.A9994@toldyouso.com>
10383              Message-ID: <19990207212500.A9860@toldyouso.com>
10384              Message-ID: <19990207213013.A10105@toldyouso.com>
10385      Branch: perl
10386            ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
10387            ! pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
10388            ! pod/perlmodlib.pod pod/perltoc.pod
10389 ____________________________________________________________________________
10390 [  2940] By: gsar                                  on 1999/02/15  10:07:08
10391         Log: enable dynaloading in C.pm-compiled programs (non-conflicting part
10392              of suggested patch)
10393              From: "Vishal Bhatia" <vishalb@my-dejanews.com>
10394              Date: Mon, 08 Feb 1999 01:14:41 -0000
10395              Message-ID: <DHIDFFOPMEFDBAAA@my-dejanews.com>
10396              Subject: [PATCH 5.005_54] some pending C.pm stuff 
10397      Branch: perl
10398            ! ext/B/B/C.pm
10399 ____________________________________________________________________________
10400 [  2939] By: jhi                                   on 1999/02/15  08:40:18
10401         Log: Integrate from mainperl.
10402      Branch: cfgperl
10403           +> t/lib/bigfloat.t t/lib/bigfloatpm.t
10404            - lib/File/PathConvert.pm
10405           !> (integrate 81 files)
10406 ____________________________________________________________________________
10407 [  2938] By: gsar                                  on 1999/02/15  06:56:39
10408         Log: change#2839 was bogus, redo
10409      Branch: perl
10410           !> t/lib/h2ph.pht
10411 ____________________________________________________________________________
10412 [  2937] By: gsar                                  on 1999/02/15  06:38:15
10413         Log: support Win32::GetFullPathName() and Win32::SetLastError()
10414              From: jan.dubois@ibm.net (Jan Dubois)
10415              Date: Tue, 09 Feb 1999 22:27:31 +0100
10416              Message-ID: <36c1a2ed.8007554@smtp1.ibm.net>
10417              Subject: [PATCH _54] Win32::GetFullPathName (Re: File::Spec::Win32 and UNCs)
10418      Branch: perl
10419            ! win32/win32.c
10420 ____________________________________________________________________________
10421 [  2936] By: gsar                                  on 1999/02/15  06:26:39
10422         Log: support native integers, pack("L_",...) etc. (via private mail)
10423              From: Jarkko Hietaniemi <jhi@iki.fi>
10424              Date: Wed, 10 Feb 1999 00:04:52 +0200 (EET)
10425              Message-Id: <199902092204.AAA29065@alpha.hut.fi>
10426              Subject: the "packnative" patch
10427      Branch: perl
10428            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pp.c
10429            ! t/lib/ipc_sysv.t t/op/pack.t
10430 ____________________________________________________________________________
10431 [  2935] By: gsar                                  on 1999/02/15  06:04:02
10432         Log: From: Michael G Schwern <schwern@pobox.com>
10433              Date: Tue, 9 Feb 1999 04:13:12 -0500
10434              Message-ID: <19990209041312.A15788@toldyouso.com>
10435              Subject: [PATCH]5.005_03-MAINT_TRIAL_5 utils/h2xs fixing -A & more
10436      Branch: perl
10437            ! utils/h2xs.PL
10438 ____________________________________________________________________________
10439 [  2934] By: gsar                                  on 1999/02/15  05:30:13
10440         Log: fix bugs in the handling of negative numbers, among other things
10441              From: Steven Knight <knight@theopera.baldmt.citilink.com>
10442              Date: Mon, 8 Feb 1999 01:16:24 -0600
10443              Message-Id: <199902080716.BAA24652@theopera.baldmt.citilink.com>
10444              Subject: Math::BigFloat and Math::BigInt
10445      Branch: perl
10446            + t/lib/bigfloat.t t/lib/bigfloatpm.t
10447            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
10448            ! t/lib/bigintpm.t
10449 ____________________________________________________________________________
10450 [  2933] By: gsar                                  on 1999/02/15  04:57:52
10451         Log: From: "J. van Krieken" <John.van.Krieken@ATComputing.nl>
10452              Date: Thu, 4 Feb 1999 17:25:25 +0100 (MET)
10453              Message-Id: <199902041625.RAA14489@atcmpg.ATComputing.nl>
10454              Subject: s2p incorrectly handles hold space commands
10455      Branch: perl
10456            ! x2p/s2p.PL
10457 ____________________________________________________________________________
10458 [  2932] By: gsar                                  on 1999/02/15  04:45:55
10459         Log: clarify what a "line" is
10460      Branch: perl
10461            ! pod/perlfunc.pod pod/perlvar.pod
10462 ____________________________________________________________________________
10463 [  2931] By: gsar                                  on 1999/02/15  04:23:29
10464         Log: backout change#2811 and add newer version based on File::Spec
10465              From: Barrie Slaymaker <rbs@telerama.com>
10466              Date: Thu, 11 Feb 1999 16:29:24 -0500
10467              Message-ID: <36C34BB4.A62090E0@telerama.com>
10468              Subject: [PATCH]5.005_54 (pod2html) Relative URLs using new File::Spec
10469      Branch: perl
10470            - lib/File/PathConvert.pm
10471            ! MANIFEST installhtml lib/Pod/Html.pm
10472 ____________________________________________________________________________
10473 [  2930] By: gsar                                  on 1999/02/15  04:16:25
10474         Log: From: Barrie Slaymaker <rbs@telerama.com>
10475              Date: Thu, 11 Feb 1999 19:39:48 -0500
10476              Message-ID: <36C37854.707D139@telerama.com>
10477              Subject: [PATCH] 5.005_54 #2 Merging File::PathConvert in to File::Spec
10478      Branch: perl
10479            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
10480 ____________________________________________________________________________
10481 [  2929] By: gsar                                  on 1999/02/15  04:06:50
10482         Log: patches suggested by John Bley <jbb6@acpub.duke.edu> (with minor edits)
10483              Date: Wed, 3 Feb 1999 05:24:55 -0500 (EST)
10484              Message-ID: <Pine.SOL.3.91.990203051924.302A-100000@soc11.acpub.duke.edu>
10485              Subject: [PATCH]5.005_54 (DOC) fix many typos
10486              --
10487              Date: Wed, 3 Feb 1999 08:53:53 -0500 (EST)
10488              Message-ID: <Pine.SOL.3.91.990203085157.895A-100000@soc11.acpub.duke.edu>
10489              Subject: [PATCH]5.005_54 (DOC) typos
10490      Branch: perl
10491            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlcall.pod
10492            ! pod/perldebug.pod pod/perlfaq1.pod pod/perlfaq2.pod
10493            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
10494            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
10495            ! pod/perlfaq9.pod pod/perlfunc.pod pod/perlguts.pod
10496            ! pod/perllol.pod pod/perlmod.pod pod/perlref.pod
10497            ! pod/perlrun.pod pod/perlsub.pod pod/perltoc.pod
10498            ! pod/perlvar.pod pod/perlxs.pod
10499 ____________________________________________________________________________
10500 [  2928] By: gsar                                  on 1999/02/15  03:39:53
10501         Log: allow the Carp routines to pass through exception objects
10502      Branch: perl
10503            ! lib/Carp.pm
10504 ____________________________________________________________________________
10505 [  2927] By: gsar                                  on 1999/02/15  03:22:57
10506         Log: mention Proc::Daemon (suggested by Michael G Schwern <schwern@pobox.com>)
10507      Branch: perl
10508            ! pod/perlfaq8.pod
10509 ____________________________________________________________________________
10510 [  2926] By: gsar                                  on 1999/02/15  03:19:39
10511         Log: integrate h2ph.PL fixes from change#2809 (change#2838 was supposed to
10512              have done that, but didn't)
10513      Branch: perl
10514           !> utils/h2ph.PL
10515 ____________________________________________________________________________
10516 [  2925] By: gsar                                  on 1999/02/15  03:17:01
10517         Log: integrate cfgperl changes into mainline
10518      Branch: perl
10519            ! Changes
10520           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
10521           !> config_h.SH hints/openbsd.sh hints/ultrix_4.sh
10522           !> pod/perlport.pod t/lib/h2ph.pht utils/h2ph.PL
10523           !> vms/subconfigure.com
10524 ____________________________________________________________________________
10525 [  2924] By: gsar                                  on 1999/02/15  03:07:08
10526         Log: add const qualifier to most char* prototypes, handle ripple effect
10527      Branch: perl
10528            ! gv.c hv.c hv.h mg.c op.c perl.c pod/perlguts.pod proto.h sv.c
10529            ! universal.c util.c
10530 ____________________________________________________________________________
10531 [  2923] By: gsar                                  on 1999/02/15  01:04:30
10532         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10533              Date: Thu, 04 Feb 1999 02:37:31 +0000
10534              Message-Id: <199902040237.CAA03255@crypt.compulink.co.uk>
10535              Subject: [PATCH 5.005_54] Re: .. misinterpreted as flipflop 
10536      Branch: perl
10537            ! pp_ctl.c t/op/range.t
10538 ____________________________________________________________________________
10539 [  2922] By: gsar                                  on 1999/02/15  00:24:34
10540         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10541              Date: Sun, 31 Jan 1999 01:50:06 +0000
10542              Message-Id: <199901310150.BAA16299@crypt.compulink.co.uk>
10543              Subject: [PATCH 5.005_03t4] regexp flags bug
10544      Branch: perl
10545            ! regcomp.c t/op/re_tests
10546 ____________________________________________________________________________
10547 [  2921] By: gsar                                  on 1999/02/15  00:13:02
10548         Log: use New() et al., rather than safemalloc() et al.
10549              From: jan.dubois@ibm.net (Jan Dubois)
10550              Date: Fri, 29 Jan 1999 23:27:22 +0100
10551              Message-ID: <36bd33f2.51029616@smtp1.ibm.net>
10552              Subject: [PATCH _03-MT5] POSIX.xs memory API
10553      Branch: perl
10554            ! ext/POSIX/POSIX.xs
10555 ____________________________________________________________________________
10556 [  2920] By: gsar                                  on 1999/02/15  00:05:33
10557         Log: tweak READ() docs to mention $buffer must be altered by reference
10558      Branch: perl
10559            ! pod/perltie.pod
10560 ____________________________________________________________________________
10561 [  2919] By: gsar                                  on 1999/02/14  23:50:39
10562         Log: applied suggested patch, with several language/readability tweaks
10563              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10564              Date: Fri, 29 Jan 1999 00:25:02 -0500
10565              Message-ID: <19990129002502.C2898@monk.mps.ohio-state.edu>
10566              Subject: Re: [PATCH 5.005_*] Better parsing docs
10567      Branch: perl
10568            ! pod/perlop.pod
10569 ____________________________________________________________________________
10570 [  2918] By: gsar                                  on 1999/02/14  23:20:42
10571         Log: several bug fixes; now croak()s when date exceeds integer limits (instead
10572              of silently returning bogus values)
10573              From: Peter Chines <pchines@nhgri.nih.gov>
10574              Date: Wed, 27 Jan 1999 16:11:31 -0500
10575              Message-Id: <199901272117.QAA21458@kronos.nhgri.nih.gov>
10576              Subject: Time::Local
10577      Branch: perl
10578            ! lib/Time/Local.pm pod/perldelta.pod
10579 ____________________________________________________________________________
10580 [  2917] By: gsar                                  on 1999/02/14  11:21:43
10581         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10582              Date: Thu, 28 Jan 1999 10:02:20 -0500
10583              Message-ID: <19990128100220.A1321@monk.mps.ohio-state.edu>
10584              Subject: Re: [PATCH 5.005_53] Better perldoc
10585      Branch: perl
10586            ! utils/perldoc.PL
10587 ____________________________________________________________________________
10588 [  2916] By: gsar                                  on 1999/02/14  10:59:38
10589         Log: back out change#2751, apply updated version 
10590              From: jan.dubois@ibm.net (Jan Dubois)
10591              Date: Sat, 06 Feb 1999 01:06:29 +0100
10592              Message-ID: <36bc844c.18763049@smtp1.ibm.net>
10593              Subject: [PATCH] Cleanup of File::Spec module
10594      Branch: perl
10595            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
10596            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
10597            ! lib/File/Spec/Win32.pm
10598 ____________________________________________________________________________
10599 [  2915] By: gsar                                  on 1999/02/14  10:48:01
10600         Log: tweak select() test
10601      Branch: perl
10602            ! pod/perlipc.pod t/op/fh.t
10603 ____________________________________________________________________________
10604 [  2914] By: gsar                                  on 1999/02/14  10:25:55
10605         Log: allow C<select('foo')> to autovivify *foo (SelectSaver expects that)
10606      Branch: perl
10607            ! op.c pod/perldiag.pod pp_sys.c t/op/misc.t
10608 ____________________________________________________________________________
10609 [  2913] By: gsar                                  on 1999/02/14  10:03:51
10610         Log: From: Kenneth Albanowski <kjahds@kjahds.com>
10611              Date: Sat, 23 Jan 1999 21:52:15 -0500 (EST)
10612              Message-ID: <Pine.LNX.3.93.990123212857.446B-100000@kjahds.kjahds.com>
10613              Subject: Re: SvOPV() or SvPV_nolen() or ...
10614      Branch: perl
10615            ! pod/perlguts.pod
10616 ____________________________________________________________________________
10617 [  2912] By: gsar                                  on 1999/02/14  09:57:29
10618         Log: provide SvPV_nolen(sv) to avoid use of PL_na
10619              From: jan.dubois@ibm.net (Jan Dubois)
10620              Date: Sun, 24 Jan 1999 02:45:32 +0100
10621              Message-ID: <36bb7ada.68485547@smtp1.ibm.net>
10622              Subject: [PATCH 5.005_54]  _54 version of SvPV_nolen patch
10623      Branch: perl
10624            ! embed.h global.sym objXSUB.h pod/perlguts.pod proto.h sv.c
10625            ! sv.h
10626 ____________________________________________________________________________
10627 [  2911] By: gsar                                  on 1999/02/14  06:51:05
10628         Log: elide stray effluvium
10629      Branch: perl
10630            ! pod/perldelta.pod
10631 ____________________________________________________________________________
10632 [  2910] By: gsar                                  on 1999/02/14  05:51:56
10633         Log: slurping an empty file should return '' rather than undef, with
10634              commensurate effects on ARGV processing
10635      Branch: perl
10636            ! pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
10637            ! pod/perlvar.pod pp_hot.c sv.h t/io/argv.t
10638 ____________________________________________________________________________
10639 [  2909] By: gsar                                  on 1999/02/14  00:02:11
10640         Log: perly_c.diff typo
10641      Branch: perl
10642            ! perly.c perly_c.diff vms/perly_c.vms
10643 ____________________________________________________________________________
10644 [  2908] By: gsar                                  on 1999/02/13  18:20:13
10645         Log: From: jan.dubois@ibm.net (Jan Dubois)
10646              Date: Sat, 13 Feb 1999 13:25:53 +0100
10647              Message-Id: <36c9629c.13334874@smtp1.ibm.net>
10648              Subject: [PATCH 5.005_03-MT5] "goto must have label" message for C<goto ''>
10649      Branch: perl
10650            ! pod/perlfunc.pod pp_ctl.c t/lib/io_unix.t
10651 ____________________________________________________________________________
10652 [  2907] By: jhi                                   on 1999/02/13  15:07:26
10653         Log: Integrate from mainperl.
10654      Branch: cfgperl
10655           +> emacs/e2ctags.pl pod/perltodo.pod t/op/lop.t
10656           !> (integrate 150 files)
10657 ____________________________________________________________________________
10658 [  2903] By: gsar                                  on 1999/02/12  13:25:59
10659         Log: From: jan.dubois@ibm.net (Jan Dubois)
10660              Date: Sun, 24 Jan 1999 01:12:00 +0100
10661              Message-ID: <36b66479.62756298@smtp1.ibm.net>
10662              Subject: [PATCH 5.005_54] remove OVERLOAD conditionals
10663      Branch: perl
10664            ! XSUB.h dump.c gv.c hv.h mg.c perl.h perlvars.h pp.c pp.h
10665            ! proto.h sv.c sv.h
10666 ____________________________________________________________________________
10667 [  2902] By: gsar                                  on 1999/02/12  12:55:11
10668         Log: script to generate ctags from etags
10669              From: Colin Kuskie <ckuskie@cadence.com>
10670              Date: Wed, 20 Jan 1999 16:29:35 -0800 (PST)
10671              Message-ID: <Pine.GSO.3.96.990120160519.5755Q-100000@pdxue150.cadence.com>
10672              Subject: [PATCH 5.005_54] adding ctags to the source, FAQ, make
10673      Branch: perl
10674            + emacs/e2ctags.pl
10675            ! Makefile.SH pod/perlfaq3.pod
10676 ____________________________________________________________________________
10677 [  2901] By: gsar                                  on 1999/02/12  12:40:17
10678         Log: allow boolean assign ops to be lvalues
10679              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
10680              Date: Mon, 11 Jan 1999 16:52:18 -0600 (CST)
10681              Message-ID: <13978.32609.495338.544643@alias-2.pr.mcs.net>
10682              --
10683              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10684              Date: Mon, 18 Jan 1999 10:04:00 +0000
10685              Message-Id: <199901181004.KAA17471@crypt.compulink.co.uk>
10686              Subject: Re: [inconsistency 5.005_54] ||= not an lvalue 
10687      Branch: perl
10688            + t/op/lop.t
10689            ! MANIFEST op.c
10690 ____________________________________________________________________________
10691 [  2899] By: jhi                                   on 1999/02/12  12:03:48
10692         Log: Configure update: OpenBSD thread-awareness, SCO ODT/OSR osvers.
10693      Branch: cfgperl
10694            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10695            ! config_h.SH hints/openbsd.sh
10696 ____________________________________________________________________________
10697 [  2898] By: gsar                                  on 1999/02/12  11:49:25
10698         Log: support win32_putenv()
10699      Branch: perl
10700            ! mg.c util.c win32/GenCAPI.pl win32/makedef.pl win32/perlhost.h
10701            ! win32/win32.c win32/win32iop.h
10702 ____________________________________________________________________________
10703 [  2894] By: gsar                                  on 1999/02/12  11:09:27
10704         Log: add missing hunk in change#2657
10705      Branch: perl
10706            ! ext/B/B/CC.pm
10707 ____________________________________________________________________________
10708 [  2893] By: gsar                                  on 1999/02/12  11:00:13
10709         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10710              Date: Tue, 19 Jan 1999 20:13:15 -0500
10711              Message-ID: <19990119201315.A21167@monk.mps.ohio-state.edu>
10712              Subject: [PATCH 5.005_53] Remove extraneous sh in test suites
10713      Branch: perl
10714            ! t/op/fh.t t/op/misc.t t/op/runlevel.t t/pragma/strict.t
10715            ! t/pragma/subs.t t/pragma/warning.t
10716 ____________________________________________________________________________
10717 [  2892] By: gsar                                  on 1999/02/12  10:44:38
10718         Log: update change#2670 to later version
10719              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10720              Date: Sun, 31 Jan 1999 16:16:14 +0000
10721              Message-Id: <199901311616.QAA17673@crypt.compulink.co.uk>
10722              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing 
10723      Branch: perl
10724            ! t/op/subst.t toke.c
10725 ____________________________________________________________________________
10726 [  2891] By: gsar                                  on 1999/02/12  10:31:17
10727         Log: make testsuite somewhat location independent
10728      Branch: perl
10729            ! (edit 117 files)
10730 ____________________________________________________________________________
10731 [  2890] By: gsar                                  on 1999/02/12  10:00:30
10732         Log: add $AutoLoader::VERSION
10733      Branch: perl
10734            ! lib/AutoLoader.pm
10735 ____________________________________________________________________________
10736 [  2889] By: gsar                                  on 1999/02/12  09:55:48
10737         Log: tweak PERL_STRICT_CR notes
10738      Branch: perl
10739            ! pod/perl5005delta.pod
10740 ____________________________________________________________________________
10741 [  2888] By: gsar                                  on 1999/02/12  09:41:45
10742         Log: add note about test-notty target
10743      Branch: perl
10744            ! README.win32
10745 ____________________________________________________________________________
10746 [  2887] By: gsar                                  on 1999/02/12  09:37:37
10747         Log: add perltodo.pod
10748      Branch: perl
10749            + pod/perltodo.pod
10750            ! MANIFEST Todo pod/Makefile pod/perl.pod pod/roffitall
10751            ! win32/pod.mak
10752 ____________________________________________________________________________
10753 [  2886] By: jhi                                   on 1999/02/12  08:52:14
10754         Log: Integrate from mainperl.
10755      Branch: cfgperl
10756           +> t/op/fh.t
10757           !> (integrate 30 files)
10758 ____________________________________________________________________________
10759 [  2885] By: gsar                                  on 1999/02/12  08:42:10
10760         Log: note how to find REG_INFTY limit
10761      Branch: perl
10762            ! pod/perlre.pod
10763 ____________________________________________________________________________
10764 [  2884] By: jhi                                   on 1999/02/12  08:36:14
10765         Log: OpenBSD pthreads awareness, thanks to
10766              David Leonard <david.leonard@csee.uq.edu.au>
10767      Branch: maint-5.005/perl
10768            ! Configure hints/openbsd.sh
10769 ____________________________________________________________________________
10770 [  2882] By: gsar                                  on 1999/02/12  08:05:20
10771         Log: IO is maintained by p5p (per Graham Barr's wishes)
10772      Branch: perl
10773            ! MAINTAIN ext/IO/ChangeLog ext/IO/README ext/IO/lib/IO/Dir.pm
10774            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Poll.pm
10775            ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
10776            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
10777 ____________________________________________________________________________
10778 [  2881] By: gsar                                  on 1999/02/12  07:57:13
10779         Log: fh.t typo
10780      Branch: perl
10781            ! t/op/fh.t
10782 ____________________________________________________________________________
10783 [  2880] By: gsar                                  on 1999/02/12  07:38:16
10784         Log: PERL5OPT=-T enables taint mode (suggested by Jason Riedy <ejr@cise.ufl.edu>)
10785      Branch: perl
10786            ! perl.c pod/perlrun.pod
10787 ____________________________________________________________________________
10788 [  2879] By: gsar                                  on 1999/02/12  05:39:29
10789         Log: fix ops that are not filehandle constructors to not create GV if it
10790              doesn't already exist (avoids leaks); extend semantics of defined()
10791              so that defined(*{$foo}) works (experimental)
10792      Branch: perl
10793            + t/op/fh.t
10794            ! MANIFEST embed.h embed.pl objXSUB.h op.c pod/perldiag.pod pp.c
10795            ! pp_hot.c pp_sys.c proto.h t/op/gv.t t/op/misc.t
10796 ____________________________________________________________________________
10797 [  2877] By: jhi                                   on 1999/02/11  20:44:00
10798         Log: From: Chris Nandor <pudge@pobox.com>
10799              To: perl5-porters@perl.org
10800              Subject: [PATCH] perlport.pod 1.39
10801              Date: Thu, 11 Feb 1999 12:28:35 -0500
10802              Message-Id: <v04020a2db2e8c3177123@[192.168.0.77]>
10803      Branch: cfgperl
10804            ! pod/perlport.pod
10805 ____________________________________________________________________________
10806 [  2870] By: gsar                                  on 1999/02/11  11:17:08
10807         Log: remove double typeglob deref (suggested by RonaldWS <ronaldws@aol.com>)
10808      Branch: perl
10809            ! ext/IO/lib/IO/Pipe.pm
10810 ____________________________________________________________________________
10811 [  2869] By: gsar                                  on 1999/02/11  11:00:56
10812         Log: update win32/pod.mak
10813      Branch: perl
10814            ! win32/pod.mak
10815 ____________________________________________________________________________
10816 [  2868] By: gsar                                  on 1999/02/11  10:42:44
10817         Log: From: Benjamin Low <b.d.low@unsw.edu.au>
10818              Date: Fri, 08 Jan 1999 14:36:53 +1100
10819              Message-ID: <36957D55.1D65A0B2@unsw.edu.au>
10820              Subject: Re: [Fwd: IO::Socket::connect and blocking]
10821      Branch: perl
10822            ! ext/IO/lib/IO/Socket.pm
10823 ____________________________________________________________________________
10824 [  2867] By: gsar                                  on 1999/02/11  09:43:03
10825         Log: av_extend() doc tweak from Jan Dubois
10826      Branch: perl
10827            ! pod/perlguts.pod
10828 ____________________________________________________________________________
10829 [  2866] By: gsar                                  on 1999/02/11  09:27:17
10830         Log: display full pathname of unreadable files
10831      Branch: perl
10832            ! utils/perldoc.PL
10833 ____________________________________________________________________________
10834 [  2865] By: gsar                                  on 1999/02/11  09:02:31
10835         Log: missing patch in change#2522
10836      Branch: perl
10837            ! lib/Pod/Text.pm
10838 ____________________________________________________________________________
10839 [  2864] By: jhi                                   on 1999/02/11  08:45:00
10840         Log: From: Spider Boardman <spider@zk3.dec.com>
10841              To: perlbug@perl.com
10842              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
10843              Date: Wed, 10 Feb 1999 23:33:31 -0500
10844              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
10845      Branch: maint-5.005/perl
10846            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
10847 ____________________________________________________________________________
10848 [  2862] By: gsar                                  on 1999/02/11  08:14:34
10849         Log: integrate changes#2738,2740 from maint-5.005
10850      Branch: perl
10851           !> lib/ExtUtils/MakeMaker.pm
10852 ____________________________________________________________________________
10853 [  2861] By: jhi                                   on 1999/02/11  08:04:25
10854         Log: Integrate from mainperl.
10855      Branch: cfgperl
10856           !> Changes perl.h pod/perl5005delta.pod pp_ctl.c t/op/local.t
10857           !> t/op/range.t win32/config.gc
10858 ____________________________________________________________________________
10859 [  2860] By: gsar                                  on 1999/02/11  07:30:08
10860         Log: binmode() support for cygwin32 (suggested by Steven Morlock
10861              <newspost@morlock.net>)
10862      Branch: perl
10863            ! perl.h
10864 ____________________________________________________________________________
10865 [  2859] By: gsar                                  on 1999/02/11  07:14:21
10866         Log: update Changes
10867      Branch: perl
10868            ! Changes
10869           !> pod/perl5005delta.pod
10870 ____________________________________________________________________________
10871 [  2856] By: gsar                                  on 1999/02/11  07:07:39
10872         Log: integrate perldelta changes from maint-5.005
10873      Branch: perl
10874           !> pod/perl5005delta.pod
10875 ____________________________________________________________________________
10876 [  2855] By: gsar                                  on 1999/02/11  06:31:50
10877         Log: applied suggested patch; added tests
10878              From: Adam Krolnik <adamk@gypsy.cyrix.com>
10879              Date: Sat, 12 Dec 98 15:30:18 -0600
10880              Message-Id: <9812122130.AA03717@gypsy.eng.cyrix.com>
10881              Subject: Range operation doesn't handle IV_MAX
10882      Branch: perl
10883            ! pp_ctl.c t/op/range.t
10884 ____________________________________________________________________________
10885 [  2854] By: gsar                                  on 1999/02/11  05:00:55
10886         Log: compatibility fix: magic non-propagation in foreach implicit localization
10887      Branch: perl
10888            ! pp_ctl.c t/op/local.t win32/config.gc
10889 ____________________________________________________________________________
10890 [  2852] By: gsar                                  on 1999/02/10  23:17:49
10891         Log: fair warning about -Dusethreads
10892      Branch: maint-5.005/perl
10893            ! Configure INSTALL README.threads
10894 ____________________________________________________________________________
10895 [  2847] By: jhi                                   on 1999/02/09  19:13:28
10896         Log: Integrate from mainperl.
10897      Branch: cfgperl
10898           !> pod/perldelta.pod pod/perlfunc.pod pod/perlobj.pod
10899           !> pod/perlop.pod pp.c t/op/method.t t/op/pack.t
10900 ____________________________________________________________________________
10901 [  2846] By: gsar                                  on 1999/02/09  13:53:28
10902         Log: a modified version of suggested patch for pack template 'Z'; added docs
10903              From: "Valeriy E. Ushakov" <uwe@ptc.spbu.ru>
10904              Date: Mon, 16 Jun 1997 03:00:31 +0400 (MSD)
10905              Message-ID: <%lOHpzIuGV@snark.ptc.spbu.ru>
10906              Subject: lack of pack/unpack letter with useful symmetry for C null delimited strings
10907      Branch: perl
10908            ! pod/perldelta.pod pod/perlfunc.pod pp.c t/op/pack.t
10909 ____________________________________________________________________________
10910 [  2845] By: gsar                                  on 1999/02/09  00:03:26
10911         Log: clarify docs for change#2835
10912      Branch: perl
10913            ! pod/perldelta.pod pod/perlop.pod
10914 ____________________________________________________________________________
10915 [  2844] By: gsar                                  on 1999/02/08  23:40:57
10916         Log: addendum to change#2823
10917              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
10918              Date: Sun, 13 Dec 1998 16:06:04 -0800 (PST)
10919              Message-ID: <13940.21805.470054.299@fre-76-120.reshall.berkeley.edu>
10920              Subject: [PATCH] Docs and tests for method-call syntax
10921      Branch: perl
10922            ! pod/perlobj.pod t/op/method.t
10923 ____________________________________________________________________________
10924 [  2843] By: jhi                                   on 1999/02/08  21:06:28
10925         Log: Ultrix mmap tidbit.
10926      Branch: cfgperl
10927            ! hints/ultrix_4.sh
10928 ____________________________________________________________________________
10929 [  2842] By: jhi                                   on 1999/02/08  20:22:55
10930         Log: Integrate from mainperl.
10931      Branch: cfgperl
10932           +> t/op/subst_wamp.t
10933           !> (integrate 35 files)
10934 ____________________________________________________________________________
10935 [  2841] By: jhi                                   on 1999/02/08  18:23:26
10936         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10937              To: Mailing list Perl5 <perl5-porters@perl.org>
10938              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
10939              Date: Sun, 7 Feb 1999 17:25:22 -0500
10940              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
10941      Branch: cfgperl
10942            + t/op/subst_amp.t
10943            ! MANIFEST regcomp.c t/op/subst.t
10944 ____________________________________________________________________________
10945 [  2840] By: jhi                                   on 1999/02/08  18:16:54
10946         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10947              To: Mailing list Perl5 <perl5-porters@perl.org>
10948              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
10949              Date: Sun, 7 Feb 1999 17:00:10 -0500
10950              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
10951      Branch: cfgperl
10952            ! pp_hot.c t/op/pat.t
10953 ____________________________________________________________________________
10954 [  2839] By: jhi                                   on 1999/02/08  17:25:30
10955         Log: A require was missing.
10956      Branch: cfgperl
10957            ! t/lib/h2ph.pht
10958 ____________________________________________________________________________
10959 [  2838] By: jhi                                   on 1999/02/08  16:38:41
10960         Log: Bring in the change #2809 (the Configure part has been
10961              modified rather a lot since the #2809, though.)
10962      Branch: cfgperl
10963            ! Configure utils/h2ph.PL
10964 ____________________________________________________________________________
10965 [  2835] By: gsar                                  on 1999/02/08  14:40:23
10966         Log: make qw() into a true list at compile time (slightly modified
10967              variant of patch suggested by Tom Hughes <tom@compton.demon.co.uk>)
10968      Branch: perl
10969            ! pod/perldelta.pod pod/perlop.pod pp_hot.c toke.c
10970 ____________________________________________________________________________
10971 [  2834] By: gsar                                  on 1999/02/08  13:23:16
10972         Log: make safesysmalloc() etc., always available; safemalloc() et al are
10973              now macros that point to the right malloc; fix various places in
10974              sources that need to always use safesysmalloc() et al
10975      Branch: perl
10976            ! embed.h embedvar.h global.sym iperlsys.h mg.c objXSUB.h perl.h
10977            ! perl_exp.SH proto.h util.c vms/gen_shrfls.pl win32/makedef.pl
10978 ____________________________________________________________________________
10979 [  2833] By: gsar                                  on 1999/02/08  10:56:16
10980         Log: remove spurious #endif in last change
10981      Branch: perl
10982            ! perl.h
10983 ____________________________________________________________________________
10984 [  2832] By: gsar                                  on 1999/02/08  10:34:55
10985         Log: make EMBEDMYMALLOC the default and provide PERL_POLLUTE_MALLOC to let
10986              them ask for insanity (untested)
10987      Branch: perl
10988            ! INSTALL Todo-5.005 ext/SDBM_File/sdbm/sdbm.h hints/machten.sh
10989            ! hints/next_3.sh hints/next_4.sh hints/qnx.sh iperlsys.h
10990            ! malloc.c perl.h pod/perldelta.pod pod/perlguts.pod sv.c
10991 ____________________________________________________________________________
10992 [  2831] By: jhi                                   on 1999/02/08  08:33:33
10993         Log: Update vms/subconfigure.com along the lines of change #2829.
10994      Branch: cfgperl
10995            ! vms/subconfigure.com
10996 ____________________________________________________________________________
10997 [  2830] By: gsar                                  on 1999/02/08  00:19:46
10998         Log: integrate cfgperl changes into mainline
10999      Branch: perl
11000           +> ext/DynaLoader/dl_beos.xs ext/GDBM_File/hints/sco.pl
11001           +> lib/File/PathConvert.pm pod/perlthrtut.pod
11002            ! Changes
11003           !> (integrate 93 files)
11004 ____________________________________________________________________________
11005 [  2829] By: jhi                                   on 1999/02/07  23:49:46
11006         Log: Configure update.
11007              
11008              Probe for mmap() et alia.
11009              The *cc*symbols patch (just Configure, no h2ph).
11010      Branch: cfgperl
11011            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11012            ! config_h.SH perl.h
11013 ____________________________________________________________________________
11014 [  2828] By: gsar                                  on 1999/02/07  23:38:47
11015         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11016              Date: Sun, 7 Feb 1999 17:25:22 -0500
11017              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
11018              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
11019      Branch: perl
11020            + t/op/subst_amp.t t/op/subst_wamp.t
11021            ! MANIFEST regcomp.c t/op/subst.t
11022 ____________________________________________________________________________
11023 [  2827] By: gsar                                  on 1999/02/07  23:27:32
11024         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11025              Date: Sun, 7 Feb 1999 17:00:10 -0500
11026              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
11027              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
11028      Branch: perl
11029            ! pp_hot.c t/op/pat.t
11030 ____________________________________________________________________________
11031 [  2826] By: gsar                                  on 1999/02/07  23:26:04
11032         Log: patch for change#2822, done right; add PERL_OBJECT stuff; regen headers
11033              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11034              Date: Sun, 7 Feb 1999 15:07:27 -0500
11035              Message-ID: <19990207150726.A571@monk.mps.ohio-state.edu>
11036              Subject: Re: fixing memory leaks in REx compilation
11037      Branch: perl
11038            ! embed.h embed.pl objXSUB.h proto.h regcomp.c regcomp.h
11039            ! regexec.c
11040 ____________________________________________________________________________
11041 [  2825] By: jhi                                   on 1999/02/07  18:05:13
11042         Log: Integrate from mainperl.
11043      Branch: cfgperl
11044           +> lib/DB.pm t/comp/bproto.t
11045           !> MANIFEST ext/Data/Dumper/Dumper.pm ext/SDBM_File/sdbm/sdbm.c
11046           !> lib/Pod/Html.pm op.c perly.c perly.y perly_c.diff
11047           !> pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod regcomp.h
11048           !> toke.c vms/perly_c.vms
11049 ____________________________________________________________________________
11050 [  2824] By: gsar                                  on 1999/02/07  14:21:48
11051         Log: tweak doc on bitwise ops
11052      Branch: perl
11053            ! pod/perlop.pod
11054 ____________________________________________________________________________
11055 [  2823] By: gsar                                  on 1999/02/07  13:38:31
11056         Log: applied suggested patch; regen perly* and vms/perly*
11057              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
11058              Date: Sun, 13 Dec 1998 01:10:12 -0800 (PST)
11059              Message-ID: <13939.26706.620683.846776@fre-76-120.reshall.berkeley.edu>
11060              Subject: [PATCH] Re: Suggestion for perlobj man page
11061      Branch: perl
11062            ! perly.c perly.y perly_c.diff toke.c vms/perly_c.vms
11063 ____________________________________________________________________________
11064 [  2822] By: gsar                                  on 1999/02/07  12:39:09
11065         Log: Ilya's idea for cleaning up failed regex allocs (substantive parts
11066              disabled, fails tests)
11067      Branch: perl
11068            ! regcomp.h
11069 ____________________________________________________________________________
11070 [  2821] By: gsar                                  on 1999/02/07  11:09:39
11071         Log: pod2html misinterprets Foo::Bar as a URL (fix suggested by Alexander Barilo
11072              <Alexander.Barilo@aexp.com>)
11073      Branch: perl
11074            ! lib/Pod/Html.pm
11075 ____________________________________________________________________________
11076 [  2820] By: gsar                                  on 1999/02/07  10:20:35
11077         Log: add draft debugging API implementation
11078      Branch: perl
11079            + lib/DB.pm
11080            ! MANIFEST
11081 ____________________________________________________________________________
11082 [  2819] By: gsar                                  on 1999/02/07  09:58:45
11083         Log: avoid garbage in db->dirbuf
11084              From: Masahiro KAJIURA <masahiro.kajiura@toshiba.co.jp>
11085              Date: Sat, 05 Dec 1998 14:14:54 +0900
11086              Message-Id: <199812050514.OAA23268@toshiba.co.jp>
11087              Subject: SDBM bug
11088      Branch: perl
11089            ! ext/SDBM_File/sdbm/sdbm.c
11090 ____________________________________________________________________________
11091 [  2818] By: gsar                                  on 1999/02/07  09:32:24
11092         Log: missing entry
11093      Branch: perl
11094            ! MANIFEST
11095 ____________________________________________________________________________
11096 [  2817] By: gsar                                  on 1999/02/07  09:30:47
11097         Log: properly prototype check parenthesized unary ops (e.g. defined(&a,&b))
11098      Branch: perl
11099            + t/comp/bproto.t
11100            ! op.c pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
11101 ____________________________________________________________________________
11102 [  2816] By: gsar                                  on 1999/02/06  00:14:29
11103         Log: minor bug in dumping blessed subrefs
11104      Branch: perl
11105            ! ext/Data/Dumper/Dumper.pm
11106 ____________________________________________________________________________
11107 [  2812] By: jhi                                   on 1999/02/03  22:02:24
11108         Log: Enhance change #2808.
11109              
11110              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
11111              To: perl5-porters@perl.org
11112              Subject: Re: [PATCH 5.00*]: perlbug checklist
11113              Date: Wed, 3 Feb 1999 19:02:27 +0000
11114              Message-Id: <E1087ZD-0005z1-00@taurus.cus.cam.ac.uk>
11115      Branch: cfgperl
11116            ! utils/perlbug.PL
11117 ____________________________________________________________________________
11118 [  2811] By: jhi                                   on 1999/02/03  21:53:23
11119         Log: From: Barrie Slaymaker <rbs@telerama.com>
11120              To: perl5-porters@perl.org
11121              CC: pod-people@perl.org
11122              Subject: [PATCH]5.005_54 (pod2html) Generate Relative URLs
11123              Date: Wed, 03 Feb 1999 10:34:18 -0500
11124              Message-ID: <36B86C7A.E99EFFF1@telerama.com>
11125              
11126              Add File::PathConvert.pm.
11127              Fix Pod::Html and installhtml to understand relative urls.
11128      Branch: cfgperl
11129            + lib/File/PathConvert.pm
11130            ! MANIFEST installhtml lib/Pod/Html.pm
11131 ____________________________________________________________________________
11132 [  2810] By: jhi                                   on 1999/02/03  20:25:10
11133         Log: From: Francois Desarmenien <desar@club-internet.fr>
11134              To: Mailing list Perl5 <perl5-porters@perl.org>
11135              Subject: [PATCH]5.005_54 (hints) SCO 3/5 hint files and SysV correction
11136              Date: Wed, 03 Feb 1999 13:13:24 +0000
11137              Message-ID: <36B84B74.5EC9B6C8@club-internet.fr>
11138              
11139              (note: this patch completely overrides Tom Wolfe's patch,
11140              change #2604)
11141      Branch: cfgperl
11142            + ext/GDBM_File/hints/sco.pl
11143            ! MANIFEST ext/IPC/SysV/SysV.xs hints/sco.sh
11144 ____________________________________________________________________________
11145 [  2809] By: jhi                                   on 1999/02/03  19:54:16
11146         Log: h2ph fixes + Configure patch to support them.
11147              
11148              From: "Kurt D. Starsinic" <kstar@chapin.edu>
11149              To: Graham Barr <gbarr@pobox.com>, Jarkko Hietaniemi <jhi@iki.fi>,
11150              Gurusamy Sarathy <gsar@engin.umich.edu>
11151              Cc: perl5-porters@perl.org
11152              Subject: [PATCH 5.00503_MT5] h2ph.PL
11153              Date: Tue, 2 Feb 1999 19:48:06 -0500
11154              Message-ID: <19990202194806.E10647@O2.chapin.edu>
11155      Branch: maint-5.005/perl
11156            ! Configure utils/h2ph.PL
11157 ____________________________________________________________________________
11158 [  2808] By: jhi                                   on 1999/02/03  16:59:55
11159         Log: Enhance the perlbug checklist.
11160      Branch: cfgperl
11161            ! utils/perlbug.PL
11162 ____________________________________________________________________________
11163 [  2807] By: jhi                                   on 1999/02/03  14:01:37
11164         Log: Document the standard strftime %formats.
11165              
11166              From: Dominic Dunlop <domo@vo.lu>
11167              To: "Kurt D. Starsinic" <kstar@chapin.edu>, Ben Gertzfield <che@debian.org>
11168              Subject: [PATCH] 5.00[45]*: Re: POSIX's strftime() does not enforce POSIX %C on Solaris
11169              Date: Tue, 2 Feb 1999 15:55:29 +0100
11170              Message-Id: <v0311070cb2dcb3f5f773@[212.24.192.188]>
11171      Branch: cfgperl
11172            ! ext/POSIX/POSIX.pod
11173 ____________________________________________________________________________
11174 [  2806] By: jhi                                   on 1999/02/03  13:58:00
11175         Log: Integrate from mainperl.
11176      Branch: cfgperl
11177           !> perl.h
11178 ____________________________________________________________________________
11179 [  2805] By: gsar                                  on 1999/02/03  03:32:31
11180         Log: PL_uuemap[] init needs help for sizeof()
11181      Branch: perl
11182            ! perl.h
11183 ____________________________________________________________________________
11184 [  2804] By: jhi                                   on 1999/02/02  20:44:30
11185         Log: These should've been already in #2803.
11186      Branch: cfgperl
11187            ! Configure config_h.SH vms/subconfigure.com
11188 ____________________________________________________________________________
11189 [  2803] By: jhi                                   on 1999/02/02  20:38:45
11190         Log: telldir prototype issue, from mists of time...
11191      Branch: cfgperl
11192            ! hints/netbsd.sh pp_sys.c
11193 ____________________________________________________________________________
11194 [  2801] By: jhi                                   on 1999/02/02  17:40:14
11195         Log: From: John Bley <jbb6@acpub.duke.edu>
11196              To: perlbug@perl.org
11197              Subject: [PATCH]5.005_54 (DOC) fix minor typos
11198              Date: Tue, 2 Feb 1999 07:52:52 -0500 (EST)
11199              Message-ID: <Pine.SOL.3.91.990202075115.23589A-100000@soc11.acpub.duke.edu>
11200      Branch: cfgperl
11201            ! pod/perlre.pod
11202 ____________________________________________________________________________
11203 [  2800] By: jhi                                   on 1999/02/02  17:26:49
11204         Log: Update todo with POSIX 1003.1 1996 Edition reminder.
11205      Branch: cfgperl
11206            ! Todo-5.005
11207 ____________________________________________________________________________
11208 [  2799] By: jhi                                   on 1999/02/02  17:18:51
11209         Log: Update FindBin from maint-5.005.
11210      Branch: cfgperl
11211            ! lib/FindBin.pm
11212 ____________________________________________________________________________
11213 [  2798] By: jhi                                   on 1999/02/02  17:16:07
11214         Log: Fix typecasts in #2797
11215              
11216              From: "G. Del Merritt" <del@intranetics.com>
11217              Date: Fri, 29 Jan 1999 11:47:25 -0700
11218              Message-Id: <199901291847.LAA04828@jhereg.perl.com>
11219              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on MSWin32-x86-object 4.0 (PATCH included)
11220      Branch: cfgperl
11221            ! ext/POSIX/POSIX.xs
11222 ____________________________________________________________________________
11223 [  2797] By: jhi                                   on 1999/02/02  17:14:37
11224         Log: From: Ted Law <tedlaw@cibcwg.com>
11225              Date: Wed, 27 Jan 1999 14:54:03 -0500 (EST)
11226              Message-Id: <199901271954.OAA07391@dcm2.cibcwg.com>
11227              Subject: POSIX::strftime buffer overflow problem
11228      Branch: cfgperl
11229            ! ext/POSIX/POSIX.xs
11230 ____________________________________________________________________________
11231 [  2796] By: jhi                                   on 1999/02/02  17:13:23
11232         Log: Do not use File::Slurp.
11233      Branch: cfgperl
11234            ! t/lib/textfill.t
11235 ____________________________________________________________________________
11236 [  2795] By: jhi                                   on 1999/02/02  17:11:48
11237         Log: perlhist update from maint-5.005.
11238      Branch: cfgperl
11239            ! pod/perlhist.pod
11240 ____________________________________________________________________________
11241 [  2794] By: jhi                                   on 1999/02/02  17:10:33
11242         Log: POSIX::redef setv?buf() to IO::Handle:: (by gbarr).
11243      Branch: cfgperl
11244            ! ext/POSIX/POSIX.pm
11245 ____________________________________________________________________________
11246 [  2793] By: jhi                                   on 1999/02/02  17:08:39
11247         Log: Missed the html test from change #2787. 
11248      Branch: cfgperl
11249            ! t/lib/cgi-html.t
11250 ____________________________________________________________________________
11251 [  2792] By: jhi                                   on 1999/02/02  17:01:24
11252         Log: Update Getopt::Long to 2.19.
11253      Branch: cfgperl
11254            ! lib/Getopt/Long.pm
11255 ____________________________________________________________________________
11256 [  2791] By: jhi                                   on 1999/02/02  16:59:13
11257         Log: overload syntax is no longer experimental
11258      Branch: cfgperl
11259            ! lib/overload.pm
11260 ____________________________________________________________________________
11261 [  2789] By: jhi                                   on 1999/02/02  16:47:50
11262         Log: Still doc fixes.
11263      Branch: cfgperl
11264            ! lib/diagnostics.pm
11265 ____________________________________________________________________________
11266 [  2788] By: jhi                                   on 1999/02/02  16:47:07
11267         Log: Doc fixes.
11268      Branch: cfgperl
11269            ! lib/CGI.pm lib/diagnostics.pm
11270 ____________________________________________________________________________
11271 [  2787] By: jhi                                   on 1999/02/02  16:38:55
11272         Log: CGI.pm updated to 2.46 (the CGI docs fixes redone
11273              where applicable).
11274      Branch: cfgperl
11275            ! eg/cgi/RunMeFirst eg/cgi/caution.xbm
11276            ! eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
11277            ! eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
11278            ! eg/cgi/dna.small.gif.uu eg/cgi/file_upload.cgi
11279            ! eg/cgi/frameset.cgi eg/cgi/index.html
11280            ! eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
11281            ! eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
11282            ! eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
11283            ! eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo.gif.uu
11284            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
11285            ! lib/CGI/Fast.pm lib/CGI/Push.pm lib/CGI/Switch.pm
11286 ____________________________________________________________________________
11287 [  2786] By: jhi                                   on 1999/02/02  16:17:52
11288         Log: Update CPAN to 1.47.
11289      Branch: cfgperl
11290            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
11291 ____________________________________________________________________________
11292 [  2785] By: jhi                                   on 1999/02/02  16:09:03
11293         Log: From: Mark-Jason Dominus <mjd@plover.com>
11294              Date: Sat, 16 Jan 1999 17:22:06 -0500
11295              Subject: Re: DOC PATCH (5.005_54 perlsub.pod)
11296              Message-ID: <19990116222206.3674.qmail@plover.com>
11297      Branch: cfgperl
11298            ! pod/perlsub.pod
11299 ____________________________________________________________________________
11300 [  2784] By: jhi                                   on 1999/02/02  16:01:31
11301         Log: Fix incorrect "used only once" warnings
11302              
11303              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11304              Date: Fri, 8 Jan 1999 04:37:10 -0500
11305              Message-ID: <19990108043710.A14390@monk.mps.ohio-state.edu>
11306              Subject: Re: change#965 flakiness
11307      Branch: cfgperl
11308            ! gv.c
11309 ____________________________________________________________________________
11310 [  2783] By: jhi                                   on 1999/02/02  15:50:38
11311         Log: perldelta updates.
11312      Branch: cfgperl
11313            ! pod/perldelta.pod
11314 ____________________________________________________________________________
11315 [  2782] By: jhi                                   on 1999/02/02  14:28:26
11316         Log: Mirror change #2781.
11317      Branch: cfgperl
11318            ! hints/linux.sh
11319 ____________________________________________________________________________
11320 [  2781] By: jhi                                   on 1999/02/02  14:27:01
11321         Log: Update the MkLinux note.
11322      Branch: maint-5.005/perl
11323            ! hints/linux.sh
11324 ____________________________________________________________________________
11325 [  2780] By: jhi                                   on 1999/02/02  14:10:59
11326         Log: Update todo.
11327      Branch: cfgperl
11328            ! Todo-5.005
11329 ____________________________________________________________________________
11330 [  2779] By: jhi                                   on 1999/02/02  14:00:25
11331         Log: Integrate from mainperl.
11332      Branch: cfgperl
11333            ! t/lib/textfill.t t/lib/textwrap.t
11334           !> (integrate 32 files)
11335 ____________________________________________________________________________
11336 [  2778] By: jhi                                   on 1999/02/02  13:56:23
11337         Log: VMS update, applicable parts of
11338              
11339              From: Dan Sugalski <sugalskd@osshe.edu>
11340              To: perl5-porters@perl.org
11341              Subject: [PATCH 5.005_03MT3]VMS configure tweak
11342              Date: Wed, 20 Jan 1999 12:05:18 -0800
11343              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
11344              
11345              From: Dan Sugalski <sugalskd@osshe.edu>
11346              To: perlbug@perl.com, vmsperl@perl.org
11347              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on VMSAXP (Patch included, of course)
11348              Date: Tue, 26 Jan 1999 14:40:38 -0800
11349              Message-Id: <3.0.6.32.19990126144038.02e5d650@ous.edu>
11350              
11351              From: Dan Sugalski <sugalskd@osshe.edu>
11352              To: perl5-porters@perl.org, vmsperl@perl.org
11353              Subject: [PATCH 5.005_03-MAILT_TRIAL_4]VMS test patches
11354              Date: Tue, 26 Jan 1999 14:55:29 -0800
11355              Message-Id: <3.0.6.32.19990126145529.02f22280@ous.edu>
11356      Branch: cfgperl
11357            ! vms/ext/Stdio/test.pl vms/subconfigure.com
11358 ____________________________________________________________________________
11359 [  2777] By: jhi                                   on 1999/02/02  13:43:24
11360         Log: Synch usethreads parts from maint-5.005.
11361      Branch: cfgperl
11362            ! hints/aix.sh hints/dec_osf.sh hints/dos_djgpp.sh
11363            ! hints/freebsd.sh hints/hpux.sh hints/irix_4.sh hints/irix_5.sh
11364            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
11365            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
11366 ____________________________________________________________________________
11367 [  2776] By: jhi                                   on 1999/02/02  13:17:16
11368         Log: Jumbo FreeBSD update from Anton Berezin <tobez@plab.ku.dk>
11369      Branch: cfgperl
11370            ! Makefile.SH hints/freebsd.sh
11371 ____________________________________________________________________________
11372 [  2774] By: jhi                                   on 1999/02/02  13:10:39
11373         Log: Add perlthrtut, update pod/* machinery.
11374              (a pod/Makefile.SH is sorely needed)
11375      Branch: cfgperl
11376            + pod/perlthrtut.pod
11377            ! MANIFEST pod/Makefile pod/perl.pod pod/roffitall
11378 ____________________________________________________________________________
11379 [  2773] By: jhi                                   on 1999/02/02  12:54:24
11380         Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
11381              To: perl5-porters@perl.org
11382              Subject: Re: [PATCH] perl5.005_03-MAINT_TRIAL_3: clarify Sv[INU]V versus Sv[INU]VX in perlguts
11383              Date: Tue, 26 Jan 1999 22:25:07 +0000
11384              Message-Id: <E105Gux-0000Ac-00@taurus.cus.cam.ac.uk>
11385      Branch: cfgperl
11386            ! pod/perlguts.pod
11387 ____________________________________________________________________________
11388 [  2771] By: jhi                                   on 1999/02/02  12:47:34
11389         Log: Use perlbug instead of personal email address.
11390      Branch: cfgperl
11391            ! Configure
11392 ____________________________________________________________________________
11393 [  2770] By: jhi                                   on 1999/02/02  12:42:06
11394         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
11395              
11396              From: "G. Del Merritt" <del@intranetics.com>
11397              To: perlbug@perl.com
11398              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
11399              Date: Tue, 26 Jan 1999 12:09:09 -0700
11400              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
11401      Branch: cfgperl
11402            ! iperlsys.h
11403 ____________________________________________________________________________
11404 [  2769] By: jhi                                   on 1999/02/02  12:37:57
11405         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11406              To: Mailing list Perl5 <perl5-porters@perl.org>
11407              Subject: [PATCH 5.005_*] OS/2 threads
11408              Date: Tue, 26 Jan 1999 13:39:46 -0500
11409              Message-ID: <19990126133946.A11594@monk.mps.ohio-state.edu>
11410      Branch: cfgperl
11411            ! os2/os2ish.h
11412 ____________________________________________________________________________
11413 [  2768] By: jhi                                   on 1999/02/02  12:36:16
11414         Log: Apply change #2711 from maint-5.005:
11415              
11416              make ok", "make okfile", and "make nok" were broken
11417              with -Duseshrplib, because of a shared typo.
11418              
11419              From: Spider Boardman <spider@web.zk3.dec.com>
11420              To: perlbug@perl.com
11421              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
11422              Date: Wed, 27 Jan 1999 12:27:15 -0500
11423              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
11424      Branch: cfgperl
11425            ! Makefile.SH
11426 ____________________________________________________________________________
11427 [  2766] By: jhi                                   on 1999/02/02  12:27:08
11428         Log: Make Configure use "int main()" instead of bare "main()".
11429              Like maint-5.005 change #2703 but now via metaconfig.
11430      Branch: cfgperl
11431            ! Configure
11432 ____________________________________________________________________________
11433 [  2765] By: jhi                                   on 1999/02/02  11:59:30
11434         Log: Undo part of change #2562.
11435      Branch: cfgperl
11436            ! Configure
11437 ____________________________________________________________________________
11438 [  2764] By: jhi                                   on 1999/02/02  11:52:39
11439         Log: NetBSD synch with maint-5.005.
11440      Branch: cfgperl
11441            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
11442 ____________________________________________________________________________
11443 [  2763] By: jhi                                   on 1999/02/02  11:44:07
11444         Log: $Config{installusrbinperl}
11445              (maint-5.005 changes #2614 and #2709)
11446      Branch: cfgperl
11447            ! Configure installperl
11448 ____________________________________________________________________________
11449 [  2762] By: jhi                                   on 1999/02/02  11:29:13
11450         Log: Errno update from maint-5.005 (changes #2583, #2710).
11451      Branch: cfgperl
11452            ! Configure ext/Errno/Errno_pm.PL
11453 ____________________________________________________________________________
11454 [  2759] By: jhi                                   on 1999/02/02  10:53:20
11455         Log: Update Trig.pm from maint-5.005.
11456      Branch: cfgperl
11457            ! lib/Math/Trig.pm
11458 ____________________________________________________________________________
11459 [  2757] By: jhi                                   on 1999/02/02  10:41:26
11460         Log: MPE/iX update (mirror maint-5.005 change #2715)
11461      Branch: cfgperl
11462            ! hints/mpeix.sh mpeix/relink
11463 ____________________________________________________________________________
11464 [  2756] By: jhi                                   on 1999/02/02  10:38:08
11465         Log: BeOS update (Mirror maint-5.005 change #2727).
11466      Branch: cfgperl
11467            + ext/DynaLoader/dl_beos.xs
11468            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
11469            ! lib/ExtUtils/MM_Unix.pm
11470 ____________________________________________________________________________
11471 [  2754] By: gsar                                  on 1999/02/02  08:52:13
11472         Log: Todo updates from Andy Dougherty <doughera@lafayette.edu>
11473      Branch: perl
11474            ! Porting/pumpkin.pod Todo Todo-5.005
11475 ____________________________________________________________________________
11476 [  2753] By: gsar                                  on 1999/02/02  08:46:21
11477         Log: Todo tweaks
11478      Branch: perl
11479            ! Todo Todo-5.005
11480 ____________________________________________________________________________
11481 [  2752] By: jhi                                   on 1999/02/01  22:15:12
11482         Log: Add perlthrtut.pod.
11483              
11484              From: Dan Sugalski <sugalskd@osshe.edu>
11485              To: perl5-porters@perl.org
11486              Subject: perlthrtut.pod
11487              Date: Mon, 01 Feb 1999 10:57:11 -0800
11488              Message-Id: <3.0.6.32.19990201105711.02e62540@ous.edu>
11489      Branch: maint-5.005/perl
11490            + pod/perlthrtut.pod
11491            ! MANIFEST pod/Makefile pod/buildtoc pod/perldelta.pod
11492            ! pod/roffitall
11493 ____________________________________________________________________________
11494 [  2751] By: gsar                                  on 1999/02/01  07:28:05
11495         Log: devnull() support from Jan Dubois <jan.dubois@ibm.net> and others
11496      Branch: perl
11497            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
11498            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
11499 ____________________________________________________________________________
11500 [  2750] By: gsar                                  on 1999/02/01  07:09:20
11501         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11502              Date: Fri, 4 Dec 1998 01:02:03 -0500 (EST)
11503              Message-Id: <199812040602.BAA07215@monk.mps.ohio-state.edu>
11504              Subject: [PATCH 5.005_53] Debugging REx with lookbehind
11505      Branch: perl
11506            ! regexec.c
11507 ____________________________________________________________________________
11508 [  2749] By: gsar                                  on 1999/02/01  07:07:59
11509         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11510              Date: Fri, 4 Dec 1998 00:05:41 -0500 (EST)
11511              Message-Id: <199812040505.AAA16616@monk.mps.ohio-state.edu>
11512              Subject: [PATCH 5.005_53] Speed up .*? and half-fix UTF lookbehind
11513      Branch: perl
11514            ! regexec.c
11515 ____________________________________________________________________________
11516 [  2748] By: gsar                                  on 1999/02/01  06:47:06
11517         Log: From: "Jonathan I. Kamens" <jik@kamens.brookline.ma.us>
11518              Date: Thu, 3 Dec 1998 15:10:17 -0500
11519              Message-Id: <199812032010.PAA09692@jik.shore.net>
11520              Subject: sample checksum code in "perlfunc" man page is wrong
11521      Branch: perl
11522            ! pod/perlfunc.pod
11523 ____________________________________________________________________________
11524 [  2747] By: gsar                                  on 1999/02/01  06:35:13
11525         Log: typos in Pod/Text.pm
11526              From: "Greg Chapman" <glc@well.com>
11527              Date: Tue, 1 Dec 1998 10:50:18 -0800
11528              Message-Id: <199812011849.KAA08816@smtp.well.com>
11529              Subject: Glitch in Pod::Text
11530      Branch: perl
11531            ! lib/Pod/Text.pm
11532 ____________________________________________________________________________
11533 [  2746] By: gsar                                  on 1999/02/01  06:27:35
11534         Log: various win32-ish changes merged from maint-5.005
11535      Branch: perl
11536            ! README.win32 embedvar.h globvar.sym lib/ExtUtils/MM_Unix.pm
11537            ! objXSUB.h op.c perl.h perlvars.h pp.c sv.c t/io/fs.t toke.c
11538            ! win32/Makefile win32/config.bc win32/config.vc
11539            ! win32/config_sh.PL win32/makefile.mk win32/runperl.c
11540            ! win32/win32.c
11541 ____________________________________________________________________________
11542 [  2745] By: gsar                                  on 1999/02/01  04:51:54
11543         Log: integrate cfgperl changes into mainline
11544      Branch: perl
11545           !> INSTALL hints/aix.sh lib/Time/Local.pm pod/perldelta.pod
11546 ____________________________________________________________________________
11547 [  2744] By: gsar                                  on 1999/02/01  04:31:09
11548         Log: improved diagnostic on syntax errors at EOL
11549      Branch: perl
11550            ! toke.c
11551 ____________________________________________________________________________
11552 [  2743] By: gsar                                  on 1999/02/01  03:59:13
11553         Log: don't attempt connect() to bogus IP addresses
11554              From:    Graham Barr <gbarr@pobox.com>
11555              Date:    Sun, 31 Jan 1999 21:50:45 CST
11556              Message-Id: <19990131215045.A633@pobox.com>
11557      Branch: perl
11558            ! t/lib/io_multihomed.t
11559 ____________________________________________________________________________
11560 [  2742] By: gsar                                  on 1999/02/01  03:08:58
11561         Log: update Changes
11562      Branch: perl
11563            ! Changes pod/perldelta.pod
11564 ____________________________________________________________________________
11565 [  2740] By: gsar                                  on 1999/02/01  02:43:07
11566         Log: CAPI inheritance tweak and doc
11567      Branch: maint-5.005/perl
11568            ! lib/ExtUtils/MakeMaker.pm
11569 ____________________________________________________________________________
11570 [  2739] By: jhi                                   on 1999/01/31  18:31:54
11571         Log: Undo changes #2730 and #2731 and replace them
11572              with an extensively tested patch from
11573              Anton Berezin <tobez@plab.ku.dk> (via private email).
11574      Branch: maint-5.005/perl
11575            ! Makefile.SH hints/freebsd.sh
11576 ____________________________________________________________________________
11577 [  2738] By: gsar                                  on 1999/01/31  05:04:32
11578         Log: fix bogus CAPI inheritance from change#2541
11579      Branch: maint-5.005/perl
11580            ! lib/ExtUtils/MakeMaker.pm
11581 ____________________________________________________________________________
11582 [  2731] By: jhi                                   on 1999/01/29  14:33:12
11583         Log: FreeBSD version numbers can be like "2.2.8-release".
11584      Branch: maint-5.005/perl
11585            ! hints/freebsd.sh
11586 ____________________________________________________________________________
11587 [  2730] By: jhi                                   on 1999/01/29  12:40:38
11588         Log: FreeBSD hints iteration (hopefully convergent).
11589              usethreads: require at least FreeBSD 2.2.8.
11590              signal type: mirror change #2429 in cfgperl.
11591      Branch: maint-5.005/perl
11592            ! hints/freebsd.sh
11593 ____________________________________________________________________________
11594 [  2727] By: gbarr                                 on 1999/01/29  04:09:57
11595         Log: From: Tom Spindler <dogcow@isi.net>
11596              Date: Thu, 28 Jan 1999 17:15:11 -0800
11597              Message-ID: <19990128171510.A11778@isi.net>
11598              Subject: [PATCH] BeOS dynamic loading support for perl5.005_03_MT4
11599      Branch: maint-5.005/perl
11600            + ext/DynaLoader/dl_beos.xs
11601            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
11602            ! lib/ExtUtils/MM_Unix.pm
11603 ____________________________________________________________________________
11604 [  2726] By: gbarr                                 on 1999/01/29  03:30:51
11605         Log: Remove use of File::Slurp in t/lib/textfill.t
11606      Branch: maint-5.005/perl
11607            ! t/lib/textfill.t
11608 ____________________________________________________________________________
11609 [  2725] By: gbarr                                 on 1999/01/29  03:11:41
11610         Log: From: Gurusamy Sarathy <gsar@ActiveState.com>
11611              Date: Wed, 27 Jan 1999 23:14:33 -0800
11612              Message-Id: <199901280714.XAA10176@activestate.com>
11613              Subject: Re: NOT OK: "@INC contains: ." after make install - MAINT_TRIAL_4 - 5.005_03 maintenance trial 4 MSWin32-x86-object
11614      Branch: maint-5.005/perl
11615            ! win32/Makefile win32/makefile.mk
11616 ____________________________________________________________________________
11617 [  2720] By: gsar                                  on 1999/01/27  21:54:42
11618         Log: missing space while munging CCFLAGS for PERL_CAPI
11619      Branch: perl
11620            ! lib/ExtUtils/MM_Unix.pm
11621 ____________________________________________________________________________
11622 [  2718] By: jhi                                   on 1999/01/27  19:46:04
11623         Log: io/fs.t fails test #18 (sense of tests appears to have been
11624              changed incompletely; this patch just skips the test attached,
11625              a la test #17 preceding it).
11626              
11627              From: "G. Del Merritt" <del@intranetics.com>
11628              To: perlbug@perl.com
11629              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
11630              Date: Tue, 26 Jan 1999 12:09:09 -0700
11631              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
11632      Branch: maint-5.005/perl
11633            ! t/io/fs.t
11634 ____________________________________________________________________________
11635 [  2717] By: jhi                                   on 1999/01/27  19:44:46
11636         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
11637              
11638              From: "G. Del Merritt" <del@intranetics.com>
11639              To: perlbug@perl.com
11640              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
11641              Date: Tue, 26 Jan 1999 12:09:09 -0700
11642              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
11643      Branch: maint-5.005/perl
11644            ! iperlsys.h
11645 ____________________________________________________________________________
11646 [  2715] By: jhi                                   on 1999/01/27  19:34:28
11647         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
11648              To: perl5-porters@perl.org
11649              Subject: [PATCH perl5.005_03-MAINT_TRIAL_4] MPE port tweaks
11650              Date: Tue, 26 Jan 1999 16:32:18 -0800 (PST)
11651              Message-Id: <199901270032.QAA13395@spock.dis.cccd.edu>
11652      Branch: maint-5.005/perl
11653            ! hints/mpeix.sh mpeix/relink
11654 ____________________________________________________________________________
11655 [  2710] By: jhi                                   on 1999/01/27  19:22:23
11656         Log: Errno fixes:
11657              
11658              From: Spider Boardman <spider@web.zk3.dec.com>
11659              To: perlbug@perl.com
11660              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
11661              Date: Wed, 27 Jan 1999 12:27:15 -0500
11662              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
11663              
11664              From: Spider Boardman <spider@web.zk3.dec.com>
11665              To: perlbug@perl.com
11666              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
11667              Date: Wed, 27 Jan 1999 13:31:16 -0500
11668              Message-Id: <199901271831.NAA241001@web.zk3.dec.com>
11669      Branch: maint-5.005/perl
11670            ! Configure ext/Errno/Errno_pm.PL
11671 ____________________________________________________________________________
11672 [  2709] By: jhi                                   on 1999/01/27  19:17:35
11673         Log: Fix Configure installusrbinperl:
11674              
11675              From: Spider Boardman <spider@web.zk3.dec.com>
11676              To: jhi@iki.fi
11677              cc: perl5-porters@perl.org
11678              Subject: Re: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
11679              Date: Wed, 27 Jan 1999 13:03:35 -0500
11680              Message-Id: <199901271803.NAA238257@web.zk3.dec.com>
11681      Branch: maint-5.005/perl
11682            ! Configure
11683 ____________________________________________________________________________
11684 [  2707] By: gbarr                                 on 1999/01/26  02:06:17
11685         Log: Add redef IO::Handle::* for setv?buf()
11686      Branch: maint-5.005/perl
11687            ! ext/POSIX/POSIX.pm
11688 ____________________________________________________________________________
11689 [  2705] By: jhi                                   on 1999/01/24  15:14:30
11690         Log: Mention year-1900 and month 0..11.
11691      Branch: cfgperl
11692            ! lib/Time/Local.pm
11693 ____________________________________________________________________________
11694 [  2704] By: jhi                                   on 1999/01/24  15:13:36
11695         Log: Document Configure -Uinstallusrbinperl.
11696      Branch: cfgperl
11697            ! INSTALL pod/perldelta.pod
11698 ____________________________________________________________________________
11699 [  2698] By: jhi                                   on 1999/01/24  12:46:00
11700         Log: Use only xlc_r for usethreads.
11701      Branch: cfgperl
11702            ! hints/aix.sh
11703 ____________________________________________________________________________
11704 [  2695] By: gsar                                  on 1999/01/24  07:09:05
11705         Log: integrate cfgperl changes into mainline
11706      Branch: perl
11707           +> lib/Exporter/Heavy.pm
11708           !> (integrate 65 files)
11709 ____________________________________________________________________________
11710 [  2694] By: gsar                                  on 1999/01/24  01:28:49
11711         Log: better notes on 'make' on win32
11712      Branch: perl
11713            ! README.win32
11714 ____________________________________________________________________________
11715 [  2683] By: jhi                                   on 1999/01/22  15:41:00
11716         Log: More de-cut-and-pastos.
11717      Branch: cfgperl
11718            ! hints/irix_6.sh hints/os2.sh
11719 ____________________________________________________________________________
11720 [  2682] By: jhi                                   on 1999/01/22  15:30:51
11721         Log: usethreads.cbu cut-and-pasto.
11722      Branch: cfgperl
11723            ! hints/solaris_2.sh
11724 ____________________________________________________________________________
11725 [  2681] By: jhi                                   on 1999/01/22  14:54:55
11726         Log: Better (I hope) LANGUAGE documentation.
11727      Branch: cfgperl
11728            ! pod/perllocale.pod
11729 ____________________________________________________________________________
11730 [  2680] By: jhi                                   on 1999/01/22  09:20:29
11731         Log: From: Dan Sugalski <sugalskd@osshe.edu>
11732              To: perl5-porters@perl.org
11733              Subject: [PATCH 5.005_03MT3]VMS configure tweak
11734              Date: Wed, 20 Jan 1999 12:05:18 -0800
11735              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
11736      Branch: cfgperl
11737            ! vms/subconfigure.com
11738 ____________________________________________________________________________
11739 [  2679] By: jhi                                   on 1999/01/22  09:13:18
11740         Log: nosuid getmntent() branch.
11741      Branch: cfgperl
11742            ! perl.c perl.h
11743 ____________________________________________________________________________
11744 [  2678] By: jhi                                   on 1999/01/22  08:54:19
11745         Log: nosuid patch continued: *BSD needs <sys/param.h>.
11746      Branch: cfgperl
11747            ! Configure config_h.SH
11748 ____________________________________________________________________________
11749 [  2676] By: gbarr                                 on 1999/01/22  01:54:02
11750         Log: Fixup FindBin to use File::Spec
11751              
11752              Message-Id: <19990120185157.D24479@west-tip.transeda.com>
11753              Date: Wed, 20 Jan 1999 18:51:57 +0000
11754              From: Paul Johnson <pjcj@transeda.com>
11755              Subject: Re: [PATCH] 5005_54 Make FindBin work with UNC paths
11756      Branch: maint-5.005/perl
11757            ! lib/FindBin.pm
11758 ____________________________________________________________________________
11759 [  2671] By: gbarr                                 on 1999/01/22  00:40:13
11760         Log: Fix win32 for Borland compiler and spaces in paths
11761              
11762              From: Gurusamy Sarathy <gsar@activestate.com>
11763              Date: Mon, 18 Jan 1999 20:33:17 -0800
11764              Message-Id: <199901190433.UAA03656@activestate.com>
11765              Subject: [PATCH] 5.005_03-trial3 win32 issues
11766      Branch: maint-5.005/perl
11767            ! README.win32 win32/Makefile win32/config_sh.PL
11768            ! win32/makefile.mk win32/runperl.c
11769 ____________________________________________________________________________
11770 [  2670] By: jhi                                   on 1999/01/21  16:12:38
11771         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
11772              To: perl5-porters@perl.org
11773              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing
11774              Date: Thu, 21 Jan 1999 12:08:01 +0000
11775              Message-Id: <199901211208.MAA01228@crypt.compulink.co.uk>
11776      Branch: cfgperl
11777            ! pod/perldiag.pod t/op/subst.t toke.c
11778 ____________________________________________________________________________
11779 [  2669] By: jhi                                   on 1999/01/21  16:11:46
11780         Log: To: perl5-porters@perl.org
11781              Subject: [PATCH 5.005_54] hints/freebsd.sh - reflect the birth of version 4.0
11782              From: Anton Berezin <tobez@plab.ku.dk>
11783              Date: 21 Jan 1999 17:07:28 +0100
11784              Message-ID: <86emood2yn.fsf@lion.plab.ku.dk>
11785      Branch: cfgperl
11786            ! hints/freebsd.sh
11787 ____________________________________________________________________________
11788 [  2668] By: jhi                                   on 1999/01/21  15:38:34
11789         Log: Add Daniel Grisinger <dgris@dimensional.com>.
11790      Branch: cfgperl
11791            ! AUTHORS MAINTAIN
11792 ____________________________________________________________________________
11793 [  2667] By: jhi                                   on 1999/01/21  15:32:28
11794         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11795              To: Mailing list Perl5 <perl5-porters@perl.org>
11796              Subject: [PATCH 5.005_53] Lean Exporter.pm
11797              Date: Thu, 21 Jan 1999 03:25:23 -0500
11798              Message-ID: <19990121032523.A25704@monk.mps.ohio-state.edu>
11799      Branch: cfgperl
11800            + lib/Exporter/Heavy.pm
11801            ! MANIFEST lib/Exporter.pm
11802 ____________________________________________________________________________
11803 [  2666] By: jhi                                   on 1999/01/21  15:24:10
11804         Log: From: "W. Phillip Moore" <wpm@ms.com>
11805              To: Graham Barr <gbarr@ti.com>, perlbug@perl.org
11806              Subject: Re: [PATCH] File::Path 1.04 bug (all perl5 core versions)
11807              Date: Tue, 19 Jan 1999 11:39:11 -0500 (EST)
11808              Message-ID: <13988.46383.298992.97303@zappa>
11809      Branch: cfgperl
11810            ! lib/File/Path.pm
11811 ____________________________________________________________________________
11812 [  2665] By: jhi                                   on 1999/01/21  15:20:48
11813         Log: CPAN update (CPAN-1.44_54) from Andreas and
11814              jumbo doc patch from Abigail.
11815              
11816              From: abigail@fnx.com
11817              To: perl5-porters@perl.org (Perl Porters)
11818              Subject: [PATCH 5.005_03 TRIAL 3 lib/AutoLoader.pm]  Typos
11819              Date: Tue, 19 Jan 1999 19:14:10 -0500 (EST)
11820              Message-ID: <19990120001410.19645.qmail@alexandra.wayne.fnx.com>
11821              
11822              From: abigail@fnx.com
11823              To: perl5-porters@perl.org (Perl Porters)
11824              Subject: [PATCH 5.005_03 TRIAL3 lib/CGI.pm] Typos
11825              Date: Tue, 19 Jan 1999 19:32:42 -0500 (EST)
11826              Message-ID: <19990120003242.19938.qmail@alexandra.wayne.fnx.com>
11827              
11828              From: abigail@fnx.com
11829              To: perl5-porters@perl.org (Perl Porters)
11830              Subject: [PATCH 5.005_03 TRIAL3 lib/CPAN.pm] Typos
11831              Date: Tue, 19 Jan 1999 19:40:41 -0500 (EST)
11832              Message-ID: <19990120004041.20052.qmail@alexandra.wayne.fnx.com>
11833              
11834              From: abigail@fnx.com
11835              To: perl5-porters@perl.org (Perl Porters)
11836              Subject: [PATCH 5.005_03 TRIAL3 lib/Carp.pm] Typo
11837              Date: Tue, 19 Jan 1999 19:43:12 -0500 (EST)
11838              Message-ID: <19990120004312.20152.qmail@alexandra.wayne.fnx.com>
11839              
11840              From: abigail@fnx.com
11841              To: perl5-porters@perl.org (Perl Porters)
11842              Subject: [PATCH 5.005_03 TRIAL3 lib/Cwd.pm] Typo
11843              Date: Tue, 19 Jan 1999 19:44:29 -0500 (EST)
11844              Message-ID: <19990120004429.20190.qmail@alexandra.wayne.fnx.com>
11845              
11846              From: abigail@fnx.com
11847              To: perl5-porters@perl.org (Perl Porters)
11848              Subject: [PATCH 5.005_03 TRIAL3 lib/Safe.pm] Typo
11849              Date: Tue, 19 Jan 1999 19:52:41 -0500 (EST)
11850              Message-ID: <19990120005241.20693.qmail@alexandra.wayne.fnx.com>
11851              
11852              From: abigail@fnx.com
11853              To: perl5-porters@perl.org (Perl Porters)
11854              Subject: [PATCH 5.005_03 TRIAL3 lib/SelfLoader.pm] Typos
11855              Date: Tue, 19 Jan 1999 19:55:25 -0500 (EST)
11856              Message-ID: <19990120005525.20788.qmail@alexandra.wayne.fnx.com>
11857              
11858              From: abigail@fnx.com
11859              To: perl5-porters@perl.org (Perl Porters)
11860              Subject: [PATCH 5.005_03 TRIAL3 lib/Symbol.pm] Typo
11861              Date: Tue, 19 Jan 1999 19:58:21 -0500 (EST)
11862              Message-ID: <19990120005821.20926.qmail@alexandra.wayne.fnx.com>
11863              
11864              From: abigail@fnx.com
11865              To: perl5-porters@perl.org (Perl Porters)
11866              Subject: [PATCH 5.005_03 TRIAL3 lib/Test.pm] Typo
11867              Date: Tue, 19 Jan 1999 20:00:02 -0500 (EST)
11868              Message-ID: <19990120010002.20973.qmail@alexandra.wayne.fnx.com>
11869              
11870              From: abigail@fnx.com
11871              To: perl5-porters@perl.org (Perl Porters)
11872              Subject: [PATCH 5.005_03 TRIAL3 lib/ops.pm] Typo
11873              Date: Tue, 19 Jan 1999 20:39:09 -0500 (EST)
11874              Message-ID: <19990120013909.23085.qmail@alexandra.wayne.fnx.com>
11875              
11876              From: abigail@fnx.com
11877              To: perl5-porters@perl.org (Perl Porters)
11878              Subject: [PATCH 5.005_03 TRIAL3 lib/diagnostics.pm] Typos  (ignore previous patch for this file...)
11879              Date: Tue, 19 Jan 1999 20:38:23 -0500 (EST)
11880              Message-ID: <19990120013823.23015.qmail@alexandra.wayne.fnx.com>
11881              
11882              From: abigail@fnx.com
11883              To: perl5-porters@perl.org (Perl Porters)
11884              Subject: [PATCH 5.005_03 TRIAL3 lib/overload.pm] Typos
11885              Date: Tue, 19 Jan 1999 20:58:16 -0500 (EST)
11886              Message-ID: <19990120015817.24306.qmail@alexandra.wayne.fnx.com>
11887              
11888              From: abigail@fnx.com
11889              To: perl5-porters@perl.org (Perl Porters)
11890              Subject: [PATCH 5.005_03 TRIAL3 lib/re.pm] Typos
11891              Date: Tue, 19 Jan 1999 21:03:26 -0500 (EST)
11892              Message-ID: <19990120020326.24373.qmail@alexandra.wayne.fnx.com>
11893      Branch: cfgperl
11894            ! ext/Opcode/Safe.pm ext/Opcode/ops.pm lib/AutoLoader.pm
11895            ! lib/CGI.pm lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
11896            ! lib/Carp.pm lib/Cwd.pm lib/SelfLoader.pm lib/Symbol.pm
11897            ! lib/Test.pm lib/diagnostics.pm lib/fields.pm lib/overload.pm
11898 ____________________________________________________________________________
11899 [  2664] By: jhi                                   on 1999/01/21  14:47:43
11900         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11901              To: Mailing list Perl5 <perl5-porters@perl.org>
11902              Subject: [PATCH 5.005_*] OS2::PrfDB was exploiting a bug in U32 XSUBs
11903              Date: Thu, 21 Jan 1999 03:58:29 -0500
11904              Message-ID: <19990121035829.A25822@monk.mps.ohio-state.edu>
11905      Branch: cfgperl
11906            ! os2/Changes os2/OS2/PrfDB/PrfDB.xs
11907 ____________________________________________________________________________
11908 [  2663] By: jhi                                   on 1999/01/21  14:43:58
11909         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11910              To: Mailing list Perl5 <perl5-porters@perl.org>
11911              Subject: [PATCH 5.005_*] Errno.pm suffers from \\ too
11912              Date: Thu, 21 Jan 1999 02:46:34 -0500
11913              Message-ID: <19990121024634.A25600@monk.mps.ohio-state.edu>
11914      Branch: cfgperl
11915            ! ext/Errno/Errno_pm.PL
11916 ____________________________________________________________________________
11917 [  2662] By: jhi                                   on 1999/01/21  14:42:42
11918         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
11919              To: Francois Desarmenien <desar@club-internet.fr>
11920              Cc: Gurusamy Sarathy <gsar@activestate.com>,
11921              Mailing list Perl5 <perl5-porters@perl.org>, bugmongers@perl.org
11922              Subject: [PATCH] patching.pod, misc fixes (was Re: Which ? What ? Why ? When ?)
11923              Date: 21 Jan 1999 00:17:35 -0700
11924              Message-ID: <m31zkpqels.fsf_-_@moiraine.dimensional.com>
11925      Branch: cfgperl
11926            ! Porting/patching.pod
11927 ____________________________________________________________________________
11928 [  2661] By: jhi                                   on 1999/01/21  14:41:13
11929         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11930              To: Mailing list Perl5 <perl5-porters@perl.org>
11931              Subject: [PATCH 5.00*] makedepend
11932              Date: Thu, 21 Jan 1999 02:08:27 -0500
11933              Message-ID: <19990121020827.A25509@monk.mps.ohio-state.edu>
11934      Branch: cfgperl
11935            ! makedepend.SH
11936 ____________________________________________________________________________
11937 [  2660] By: jhi                                   on 1999/01/21  14:36:45
11938         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11939              To: Mailing list Perl5 <perl5-porters@perl.org>
11940              Subject: [PATCH 5.005_53] Pipes and 2>&1 on OS/2
11941              Date: Tue, 19 Jan 1999 20:06:45 -0500
11942              Message-ID: <19990119200645.A21154@monk.mps.ohio-state.edu>
11943      Branch: cfgperl
11944            ! os2/Changes os2/os2.c
11945 ____________________________________________________________________________
11946 [  2657] By: jhi                                   on 1999/01/21  11:40:35
11947         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
11948              To: perl5-porters@perl.org
11949              Subject: [PATCH 5.005_54]pp_mapstart & pp_grepstart return val (CC.pm)
11950              Date: Mon, 18 Jan 1999 01:32:31 PST
11951              Message-ID: <19990118093231.18443.qmail@hotmail.com>
11952      Branch: cfgperl
11953            ! ext/B/B/CC.pm
11954 ____________________________________________________________________________
11955 [  2656] By: jhi                                   on 1999/01/21  11:35:34
11956         Log: From: Achim Bohnet <ach@mpe.mpg.de>
11957              Subject: [PATCH] Not OK: perl 5.00503 +MAINT_TRIAL_3 on alpha-dec_osf 4.0 (UNINSTALLED) 
11958              Date: Wed, 20 Jan 1999 20:25:53 +0100
11959              Message-Id: <199901201925.UAA16940@o06.xray.mpe.mpg.de>
11960      Branch: cfgperl
11961            ! pp.c
11962 ____________________________________________________________________________
11963 [  2655] By: jhi                                   on 1999/01/21  10:46:01
11964         Log: Handle NIS (and NetInfo) more robustly.
11965      Branch: cfgperl
11966            ! t/op/grent.t t/op/pwent.t
11967 ____________________________________________________________________________
11968 [  2654] By: jhi                                   on 1999/01/21  10:17:20
11969         Log: Two-argument eaccess() of SCO.
11970      Branch: cfgperl
11971            ! pp_sys.c
11972 ____________________________________________________________________________
11973 [  2653] By: jhi                                   on 1999/01/21  08:53:14
11974         Log: -DNO_NOSUID_CHECK for those platforms which have no way
11975              of checking for nosuid but still want suidperl.
11976      Branch: cfgperl
11977            ! perl.c
11978 ____________________________________________________________________________
11979 [  2652] By: jhi                                   on 1999/01/21  08:22:50
11980         Log: The LANGUAGE mirrors LC_ALL usage.
11981      Branch: cfgperl
11982            ! Configure config_h.SH
11983 ____________________________________________________________________________
11984 [  2651] By: jhi                                   on 1999/01/20  22:01:21
11985         Log: I_MNTENT was missing.
11986      Branch: cfgperl
11987            ! Configure config_h.SH
11988 ____________________________________________________________________________
11989 [  2650] By: jhi                                   on 1999/01/19  13:42:03
11990         Log: NetBSD update, based on patches from the NetBSD packages system.
11991      Branch: cfgperl
11992            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
11993 ____________________________________________________________________________
11994 [  2649] By: jhi                                   on 1999/01/19  12:44:02
11995         Log: Jumbo Configure update.
11996              * -Uinstallusrbinperl: disable /usr/bin/perl installation
11997              by installperl
11998              * usethreads.cbu
11999              * use64bits.cbu
12000              * "nosuid"
12001      Branch: cfgperl
12002            ! Configure config_h.SH hints/aix.sh hints/dec_osf.sh
12003            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
12004            ! hints/irix_4.sh hints/irix_5.sh hints/irix_6.sh
12005            ! hints/irix_6_0.sh hints/irix_6_1.sh hints/linux.sh
12006            ! hints/os2.sh hints/solaris_2.sh hints/vmesa.sh perl.c perl.h
12007            ! pod/perldiag.pod
12008 ____________________________________________________________________________
12009 [  2648] By: jhi                                   on 1999/01/19  09:16:44
12010         Log: Mention /usr/share/locale.
12011      Branch: cfgperl
12012            ! pod/perllocale.pod
12013 ____________________________________________________________________________
12014 [  2647] By: jhi                                   on 1999/01/19  09:11:11
12015         Log: SHMLBA strikes back in NetBSD/sparc.
12016              
12017              From: Dave Nelson <David.Nelson@bellcow.com>
12018              To: jhi@iki.fi
12019              Subject: perl5.005_02 + IPC::SysV + NetBSD/Sparc
12020              Date: Mon, 18 Jan 1999 22:07:56 -0600
12021              Message-Id: <199901190407.WAA02543@longhorn.bellcow.com>
12022      Branch: cfgperl
12023            ! ext/IPC/SysV/SysV.xs
12024 ____________________________________________________________________________
12025 [  2646] By: jhi                                   on 1999/01/19  08:58:17
12026         Log: Show LANGUAGE env var when needed. (Augment change #2645).
12027      Branch: cfgperl
12028            ! util.c utils/perlbug.PL
12029 ____________________________________________________________________________
12030 [  2645] By: jhi                                   on 1999/01/19  08:52:15
12031         Log: Document the GNU LANGUAGE env var.
12032      Branch: cfgperl
12033            ! pod/perllocale.pod
12034 ____________________________________________________________________________
12035 [  2644] By: jhi                                   on 1999/01/19  08:42:25
12036         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12037              To: Mailing list Perl5 <perl5-porters@perl.org>
12038              Subject: [PATCH 5.005_53] Fixing \G bug by Francois Desarmenien
12039              Date: Mon, 18 Jan 1999 20:57:02 -0500
12040              Message-ID: <19990118205702.A18379@monk.mps.ohio-state.edu>
12041      Branch: cfgperl
12042            ! pp_hot.c t/op/pat.t
12043 ____________________________________________________________________________
12044 [  2643] By: jhi                                   on 1999/01/18  11:23:41
12045         Log: Add various cruft to "clean" target. (Time for t/Makefile?)
12046      Branch: cfgperl
12047            ! Makefile.SH
12048 ____________________________________________________________________________
12049 [  2642] By: jhi                                   on 1999/01/18  11:03:38
12050         Log: GNU libc locale system has LANGUAGE env var that partly
12051              overrides even LC_ALL.
12052      Branch: cfgperl
12053            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t
12054 ____________________________________________________________________________
12055 [  2641] By: jhi                                   on 1999/01/18  10:55:04
12056         Log: Integrate from mainperl.
12057      Branch: cfgperl
12058           +> ext/B/defsubs.h.PL
12059            ! t/op/groups.t
12060           !> (integrate 38 files)
12061 ____________________________________________________________________________
12062 [  2640] By: gsar                                  on 1999/01/18  10:06:29
12063         Log: a few random cleanups
12064      Branch: perl
12065            ! ext/B/Makefile.PL lib/Test/Harness.pm t/pragma/warn/doio
12066 ____________________________________________________________________________
12067 [  2639] By: gsar                                  on 1999/01/18  05:56:21
12068         Log: From:    "Vishal Bhatia" <vishalb@hotmail.com>
12069              Date:    Sun, 17 Jan 1999 16:41:10 PST
12070              Message-Id: <19990118004111.29667.qmail@hotmail.com>
12071              Subject: [PATCH 5.005_54]Duplicate saved ops (CC.pm)
12072      Branch: perl
12073            ! ext/B/B/C.pm
12074 ____________________________________________________________________________
12075 [  2638] By: gsar                                  on 1999/01/18  05:41:21
12076         Log: From:    jan.dubois@ibm.net (Jan Dubois)
12077              Date:    Mon, 18 Jan 1999 00:37:41 +0100
12078              Message-Id: <36a271cd.2105507@smtp1.ibm.net>
12079              Subject: [PATCH 5.005_54] fix bugs in do_sv_dump() from Devel::Peek integration
12080      Branch: perl
12081            ! dump.c
12082 ____________________________________________________________________________
12083 [  2633] By: gsar                                  on 1999/01/17  13:39:59
12084         Log: bogus assert()
12085      Branch: perl
12086            ! pp.c t/op/groups.t
12087 ____________________________________________________________________________
12088 [  2632] By: gsar                                  on 1999/01/17  13:22:04
12089         Log: various tweaks for clean build and test on win32
12090      Branch: perl
12091            ! embed.h ext/B/Makefile.PL global.sym lib/FindBin.pm objXSUB.h
12092            ! op.c t/pragma/warn/doio
12093 ____________________________________________________________________________
12094 [  2631] By: gsar                                  on 1999/01/17  12:28:06
12095         Log: undo change#2336, and add clarification about subversive
12096              CPAN distributions from Andreas Koenig
12097      Branch: perl
12098            ! Porting/pumpkin.pod lib/CPAN.pm
12099 ____________________________________________________________________________
12100 [  2630] By: gsar                                  on 1999/01/17  12:04:06
12101         Log: fix silent taint failures under -U
12102      Branch: perl
12103            ! doio.c
12104 ____________________________________________________________________________
12105 [  2629] By: gsar                                  on 1999/01/17  12:00:23
12106         Log: sanity check piped opens (tweaked version of patch suggested
12107              by Mark-Jason Dominus)
12108      Branch: perl
12109            ! doio.c pod/perldelta.pod pod/perldiag.pod t/io/pipe.t
12110            ! t/op/taint.t t/pragma/warn/doio
12111 ____________________________________________________________________________
12112 [  2628] By: gsar                                  on 1999/01/17  11:26:21
12113         Log: regen headers
12114      Branch: perl
12115            ! embed.h embedvar.h objXSUB.h
12116 ____________________________________________________________________________
12117 [  2627] By: gsar                                  on 1999/01/17  11:23:37
12118         Log: PERL_OBJECTness for change#2595
12119      Branch: perl
12120            ! embed.pl op.c pod/perlport.pod proto.h
12121 ____________________________________________________________________________
12122 [  2626] By: gsar                                  on 1999/01/17  09:47:07
12123         Log: PERL_OBJECT tweaks for change#2426
12124      Branch: perl
12125            ! embed.pl proto.h regcomp.c
12126 ____________________________________________________________________________
12127 [  2625] By: gsar                                  on 1999/01/17  09:37:58
12128         Log: documentation in change#2596 is not quite right; fix it
12129      Branch: perl
12130            ! lib/Math/BigFloat.pm pod/perlguts.pod
12131 ____________________________________________________________________________
12132 [  2624] By: gsar                                  on 1999/01/17  09:28:34
12133         Log: undo change#2571; C<use File::Spec> instead
12134      Branch: perl
12135            ! lib/FindBin.pm
12136 ____________________________________________________________________________
12137 [  2623] By: gsar                                  on 1999/01/17  09:20:42
12138         Log: change#2572 is not applicable; undo, retaining scan_bin addition
12139              to global.sym
12140      Branch: perl
12141            ! global.sym perl.c proto.h
12142 ____________________________________________________________________________
12143 [  2622] By: gsar                                  on 1999/01/17  09:17:42
12144         Log: change#2576 is based on a wrong premise; undo it
12145      Branch: perl
12146            ! pp_ctl.c
12147 ____________________________________________________________________________
12148 [  2621] By: gsar                                  on 1999/01/17  09:12:42
12149         Log: fix change#2602 to not used hard coded constants
12150      Branch: perl
12151            ! ext/B/B/C.pm ext/B/defsubs.h.PL
12152 ____________________________________________________________________________
12153 [  2620] By: gsar                                  on 1999/01/17  09:02:07
12154         Log: integrate cfgperl changes into mainline, fix conflicts
12155      Branch: perl
12156           +> AUTHORS MAINTAIN README.mint ext/DynaLoader/hints/linux.pl
12157           +> ext/POSIX/hints/mint.pl hints/gnu.sh hints/mint.sh
12158           +> lib/Dumpvalue.pm mint/Makefile mint/README mint/errno.h
12159           +> mint/pwd.c mint/stdio.h mint/sys/time.h mint/time.h
12160           +> pod/perlopentut.pod
12161           !> (integrate 162 files)
12162 ____________________________________________________________________________
12163 [  2619] By: gsar                                  on 1999/01/17  08:42:04
12164         Log: a few doc typos
12165      Branch: perl
12166            ! lib/utf8.pm pod/perlfunc.pod pod/perlre.pod
12167 ____________________________________________________________________________
12168 [  2616] By: gbarr                                 on 1999/01/16  18:59:55
12169         Log: Win32 changes from Jan
12170              
12171              From: jan.dubois@ibm.net (Jan Dubois)
12172              Date: Fri, 15 Jan 1999 23:38:35 +0100
12173              Message-ID: <36a7c10d.16311905@smtp1.ibm.net>
12174              Subject: [PATCH 5.005_03m2] Win32 Makefile patches
12175              
12176              From: jan.dubois@ibm.net (Jan Dubois)
12177              Date: Sat, 16 Jan 1999 13:02:45 +0100
12178              Message-ID: <36a07da6.10722337@smtp1.ibm.net>
12179              Subject: [PATCH 5.005_03m2] minor tweaks to README.win32
12180      Branch: maint-5.005/perl
12181            ! README.win32 win32/Makefile win32/makefile.mk
12182 ____________________________________________________________________________
12183 [  2615] By: gbarr                                 on 1999/01/16  18:48:48
12184         Log: Jumbo patch from Sarathy for PERL_OBJECT & USE_THREADS
12185              
12186              From: Gurusamy Sarathy <gsar@engin.umich.edu>
12187              Date: Thu, 07 Jan 1999 00:12:00 -0500
12188              Message-Id: <199901070512.AAA23568@aatma.engin.umich.edu>
12189              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
12190              
12191              From: Gurusamy Sarathy <gsar@engin.umich.edu>
12192              Date: Thu, 14 Jan 1999 19:21:46 -0500
12193              Message-Id: <199901150021.TAA01886@aatma.engin.umich.edu>
12194              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
12195      Branch: maint-5.005/perl
12196            ! embed.h global.sym lib/ExtUtils/MM_Unix.pm objXSUB.h objpp.h
12197            ! op.c perl.c perl.h perly.c perly.y perly_c.diff pp.c proto.h
12198            ! sv.c t/io/fs.t toke.c win32/GenCAPI.pl win32/config.bc
12199            ! win32/makedef.pl win32/runperl.c win32/win32.c
12200 ____________________________________________________________________________
12201 [  2614] By: gbarr                                 on 1999/01/16  16:48:38
12202         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
12203              Date: Fri, 15 Jan 1999 17:28:34 +0200 (EET)
12204              Message-Id: <199901151528.RAA08785@alpha.hut.fi>
12205              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: NetBSD patches
12206              
12207              From: Jarkko Hietaniemi <jhi@iki.fi>
12208              Date: Fri, 15 Jan 1999 18:44:19 +0200 (EET)
12209              Message-Id: <199901151644.SAA08184@alpha.hut.fi>
12210              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: allow skipping the "install also as /usr/bin/perl" question of installperl
12211              
12212              From: Jarkko Hietaniemi <jhi@iki.fi>
12213              Date: Fri, 15 Jan 1999 18:52:29 +0200 (EET)
12214              Message-Id: <199901151652.SAA11259@alpha.hut.fi>
12215              Subject: the promised "installusrbinperl + NetBSD" fix
12216      Branch: maint-5.005/perl
12217            ! Configure Makefile.SH hints/netbsd.sh installperl
12218            ! makedepend.SH unixish.h
12219 ____________________________________________________________________________
12220 [  2611] By: jhi                                   on 1999/01/14  12:16:14
12221         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
12222              To: pumpkings@jhereg.perl.com
12223              Subject: perlopentut.pod
12224              Date: Sat, 09 Jan 1999 08:13:18 -0700
12225              Message-Id: <199901091513.IAA17512@jhereg.perl.com>
12226      Branch: cfgperl
12227            + pod/perlopentut.pod
12228            ! MANIFEST pod/perl.pod pod/perldelta.pod pod/roffitall
12229 ____________________________________________________________________________
12230 [  2607] By: gbarr                                 on 1999/01/14  02:53:40
12231         Log: Added Carp::cluck to perldelta.pod
12232      Branch: maint-5.005/perl
12233            ! pod/perldelta.pod
12234 ____________________________________________________________________________
12235 [  2605] By: jhi                                   on 1999/01/13  18:26:19
12236         Log: From: "Jonathan Fine (IT- Borders Online)" <jfine@borders.com>
12237              To: "'cpan@perl.org'" <cpan@perl.org>
12238              Subject: "Bug" fix for File::Find.pm
12239              Date:   Thu, 31 Dec 1998 13:01:50 -0500
12240              Message-ID: <311F144DB5E5D011B03F00805FE954B10708BE17@exchange01_ph.borders.com>
12241      Branch: cfgperl
12242            ! lib/File/Find.pm
12243 ____________________________________________________________________________
12244 [  2604] By: jhi                                   on 1999/01/13  18:08:45
12245         Log: From: Peter Wolfe <wolfe@teloseng.com>
12246              Subject: SCO 3.2v5 patch for perl5.005_03-MAINT_TRIAL_1
12247              To: perlbug@perl.com
12248              Date: 11 Jan 1999 23:00:05 +0200
12249              Message-ID: <MLIST_199901111950.LAA01703@titan.teloseng.com>
12250      Branch: cfgperl
12251            ! hints/sco.sh
12252 ____________________________________________________________________________
12253 [  2603] By: jhi                                   on 1999/01/13  18:06:56
12254         Log: From: hans@icgroup.nl (Hans Mulder)
12255              Subject: [Patch for 5.005_54] re::debugcolors dumps core
12256              To: perlbug@perl.com
12257              Cc: hansmu@xs4all.nl
12258              Date: 11 Jan 1999 22:22:45 +0200
12259              Message-ID: <MLIST_9901111947.AA22109@icgned.icgroup.nl>
12260      Branch: cfgperl
12261            ! ext/re/re.pm regcomp.c
12262 ____________________________________________________________________________
12263 [  2602] By: jhi                                   on 1999/01/13  18:05:43
12264         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
12265              Subject: [PATCH 5.005_54]B::MAGIC::PTR doesnot check for valid length.
12266              Date: 11 Jan 1999 08:02:41 +0200
12267              Lines: 134
12268              Message-ID: <MLIST_19990111052126.27966.qmail@hotmail.com>
12269      Branch: cfgperl
12270            ! ext/B/B.xs ext/B/B/C.pm
12271 ____________________________________________________________________________
12272 [  2601] By: jhi                                   on 1999/01/13  18:01:53
12273         Log: From: James FitzGibbon <james@ican.net>
12274              Subject: Trivial patch for HP-UX 11 and shared libperl
12275              To: perl5-porters@perl.org
12276              Date: 8 Jan 1999 19:13:23 +0200
12277              Message-ID: <MLIST_Pine.BSF.4.05.9901081110090.21785-100000@staff1.tor.accglobal.net>
12278      Branch: cfgperl
12279            ! Makefile.SH
12280 ____________________________________________________________________________
12281 [  2600] By: jhi                                   on 1999/01/13  17:59:45
12282         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
12283              Subject: [PATCH 5.005_54] B::CC::pp_rv2cv problem
12284              To: perl5-porters@perl.org
12285              Date: 8 Jan 1999 12:43:36 +0200
12286              Message-ID: <MLIST_19990108101557.4481.qmail@hotmail.com>
12287      Branch: cfgperl
12288            ! ext/B/B/CC.pm
12289 ____________________________________________________________________________
12290 [  2599] By: jhi                                   on 1999/01/13  17:50:11
12291         Log: From: Robin Barker <rmb1@cise.npl.co.uk>
12292              Subject: PATCH to installperl
12293              To: perl5-porters@perl.org
12294              Date: 4 Jan 1999 16:15:18 +0200
12295              Message-ID: <MLIST_199901041350.NAA19665@cyclone.cise.npl.co.uk>
12296      Branch: cfgperl
12297            ! installperl
12298 ____________________________________________________________________________
12299 [  2598] By: jhi                                   on 1999/01/13  17:34:51
12300         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
12301              To: gsar@engin.umich.edu (Gurusamy Sarathy), gbarr@pobox.com
12302              Cc: perl5-porters@perl.org
12303              Subject: PATCH DB_File 1.63 for 5.005_54 & 5.005_03
12304              Date: Tue, 29 Dec 1998 16:23:54 +0000 (GMT)
12305              Message-Id: <9812291623.AA20884@claudius.bfsec.bt.co.uk>
12306      Branch: cfgperl
12307            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
12308            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
12309 ____________________________________________________________________________
12310 [  2597] By: jhi                                   on 1999/01/13  17:30:33
12311         Log: From: David Dyck <dcd@tc.fluke.com>
12312              To: Perl Porters <perl5-porters@perl.org>,
12313              Gurusamy Sarathy <gsar@engin.umich.edu>
12314              Subject: PATCH to perl5.005_54/pod/perldsc.pod (fix typo)
12315              Date: Tue, 12 Jan 1999 11:14:19 -0800 (PST)
12316              Message-ID: <Pine.LNX.4.05.9901121111250.22568-100000@dd.tc.fluke.com>
12317      Branch: cfgperl
12318            ! pod/perldsc.pod
12319 ____________________________________________________________________________
12320 [  2596] By: jhi                                   on 1999/01/13  17:26:44
12321         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
12322              To: perl5-porters@perl.org
12323              Subject: [PATCH] modglobal w/ spelling fixes
12324              Date: Tue, 12 Jan 1999 18:06:01 -0500 (EST)
12325              Message-ID: <Pine.GSO.4.02.9901121805290.625-100000@eq1062.wks.na.deuba.com>
12326      Branch: cfgperl
12327            ! pod/perlguts.pod
12328 ____________________________________________________________________________
12329 [  2595] By: jhi                                   on 1999/01/13  17:24:59
12330         Log: From: Hans Mulder <hansm@icgroup.nl>
12331              Optimize common sort routines.  Thread started by the message
12332              
12333              From: Hans Mulder <hansm@icgroup.nl>
12334              Sender: owner-perl5-porters@perl.org
12335              To: perl5-porters@perl.org
12336              Subject: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=> $b
12337              Message-Id: <9901092156.AA03831@icgned.icgroup.nl>
12338              
12339              and the patch from the message
12340              
12341              From: Hans Mulder <hans@icgroup.nl>
12342              To: jhi@iki.fi
12343              Cc: perl5-porters@perl.org
12344              Subject: Re: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=>
12345              $b }
12346              Date: Wed, 13 Jan 1999 17:39:35 +0100
12347              Message-Id: <9901131639.AA17419@icgned.icgroup.nl>
12348      Branch: cfgperl
12349            ! Todo op.c op.h pp_ctl.c t/op/sort.t
12350 ____________________________________________________________________________
12351 [  2594] By: jhi                                   on 1999/01/13  16:50:17
12352         Log: Atari MiNT port by Guido Flohr <gufl0000@stud.uni-sb.de>
12353              (the diffs were based on 5.004_02).  Tested by Guido
12354              and Frank Naumann <fnaumann@prinz-atm.CS.Uni-Magdeburg.De>.
12355      Branch: cfgperl
12356            + README.mint ext/POSIX/hints/mint.pl hints/mint.sh
12357            + mint/Makefile mint/README mint/errno.h mint/pwd.c mint/stdio.h
12358            + mint/sys/time.h mint/time.h
12359            ! MANIFEST doio.c malloc.c miniperlmain.c perl.c t/io/fs.t
12360            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t t/op/taint.t util.c
12361 ____________________________________________________________________________
12362 [  2593] By: jhi                                   on 1999/01/09  16:54:26
12363         Log: Detypo.
12364      Branch: cfgperl
12365            ! hints/dec_osf.sh
12366 ____________________________________________________________________________
12367 [  2592] By: jhi                                   on 1999/01/09  16:17:13
12368         Log: Move usethreads and use64bits logic from hints to Configure.
12369      Branch: cfgperl
12370            ! Configure hints/README.hints hints/aix.sh hints/dec_osf.sh
12371            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
12372            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
12373            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
12374 ____________________________________________________________________________
12375 [  2591] By: jhi                                   on 1999/01/09  14:45:24
12376         Log: Missing dTHRs added.
12377      Branch: cfgperl
12378            ! regcomp.c toke.c
12379 ____________________________________________________________________________
12380 [  2590] By: jhi                                   on 1999/01/08  15:27:17
12381         Log: Finalize change #2589 and add better AIX nm scanning from:
12382              
12383              Message-Id: <m0zyNW0-00017VC@gentoo.com>
12384              From: bll@gentoo.com (Brad Lanam)
12385              Subject: Re: mailhelp returned a non-zero status
12386              In-Reply-To: <199901072155.WAA14369@hptnocou.grenoble.hp.com> from Raphael Manfredi at "Jan 7, 1999 10:55:24 pm"
12387              To: ram@hptnocou.grenoble.hp.com (Raphael Manfredi)
12388      Branch: cfgperl
12389            ! Configure hints/freebsd.sh hints/linux.sh
12390 ____________________________________________________________________________
12391 [  2589] By: jhi                                   on 1999/01/08  15:14:54
12392         Log: Undo change #2581.
12393      Branch: cfgperl
12394            ! Configure hints/freebsd.sh hints/linux.sh
12395 ____________________________________________________________________________
12396 [  2588] By: jhi                                   on 1999/01/08  11:51:52
12397         Log: FAQ jumbo patch from tchrist.
12398              
12399              Message-Id: <199901080605.XAA20229@jhereg.perl.com>
12400              From: Tom Christiansen <tchrist@jhereg.perl.com>
12401              To: pumpkings@jhereg.perl.com
12402              Subject: newest version of perlfaq.pod
12403              Date: Thu, 7 Jan 1999 23:05:02 -0700
12404              
12405              Message-Id: <199901080605.XAA20231@jhereg.perl.com>
12406              From: Tom Christiansen <tchrist@jhereg.perl.com>
12407              To: pumpkings@jhereg.perl.com
12408              Subject: newest version of perlfaq1.pod
12409              Date: Thu, 7 Jan 1999 23:05:02 -0700
12410              
12411              Message-Id: <199901080605.XAA20233@jhereg.perl.com>
12412              From: Tom Christiansen <tchrist@jhereg.perl.com>
12413              To: pumpkings@jhereg.perl.com
12414              Subject: newest version of perlfaq2.pod
12415              Date: Thu, 7 Jan 1999 23:05:02 -0700
12416              
12417              Message-Id: <199901080605.XAA20235@jhereg.perl.com>
12418              From: Tom Christiansen <tchrist@jhereg.perl.com>
12419              To: pumpkings@jhereg.perl.com
12420              Subject: newest version of perlfaq3.pod
12421              Date: Thu, 7 Jan 1999 23:05:02 -0700
12422              
12423              Message-Id: <199901080605.XAA20237@jhereg.perl.com>
12424              From: Tom Christiansen <tchrist@jhereg.perl.com>
12425              To: pumpkings@jhereg.perl.com
12426              Subject: newest version of perlfaq4.pod
12427              Date: Thu, 7 Jan 1999 23:05:02 -0700
12428              
12429              Message-Id: <199901080605.XAA20239@jhereg.perl.com>
12430              From: Tom Christiansen <tchrist@jhereg.perl.com>
12431              To: pumpkings@jhereg.perl.com
12432              Subject: newest version of perlfaq5.pod
12433              Date: Thu, 7 Jan 1999 23:05:02 -0700
12434              
12435              Message-Id: <199901080605.XAA20241@jhereg.perl.com>
12436              From: Tom Christiansen <tchrist@jhereg.perl.com>
12437              To: pumpkings@jhereg.perl.com
12438              Subject: newest version of perlfaq6.pod
12439              Date: Thu, 7 Jan 1999 23:05:02 -0700
12440              
12441              Message-Id: <199901080605.XAA20243@jhereg.perl.com>
12442              From: Tom Christiansen <tchrist@jhereg.perl.com>
12443              To: pumpkings@jhereg.perl.com
12444              Subject: newest version of perlfaq7.pod
12445              Date: Thu, 7 Jan 1999 23:05:03 -0700
12446              
12447              Message-Id: <199901080605.XAA20245@jhereg.perl.com>
12448              From: Tom Christiansen <tchrist@jhereg.perl.com>
12449              To: pumpkings@jhereg.perl.com
12450              Subject: newest version of perlfaq8.pod
12451              Date: Thu, 7 Jan 1999 23:05:03 -0700
12452              
12453              Message-Id: <199901080605.XAA20257@jhereg.perl.com>
12454              From: Tom Christiansen <tchrist@jhereg.perl.com>
12455              To: pumpkings@jhereg.perl.com
12456              Subject: newest version of perlfaq9.pod
12457              Date: Thu, 7 Jan 1999 23:05:03 -0700
12458      Branch: cfgperl
12459            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
12460            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
12461            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
12462            ! pod/perlfaq9.pod
12463 ____________________________________________________________________________
12464 [  2587] By: jhi                                   on 1999/01/08  11:17:43
12465         Log: More doc fixes from Abigail.
12466      Branch: cfgperl
12467            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
12468            ! lib/User/pwent.pm
12469 ____________________________________________________________________________
12470 [  2585] By: jhi                                   on 1999/01/08  08:31:02
12471         Log: Change #2584 from maint-5.005:
12472              
12473              implemented Ilya's suggested fix, and added a testcase
12474              
12475              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12476              Date: Tue, 5 Jan 1999 00:56:01 -0500 (EST)
12477              Message-Id: <199901050556.AAA02597@monk.mps.ohio-state.edu>
12478              Subject: Re: Text::ParseWords: regex fix
12479      Branch: cfgperl
12480            ! lib/Text/ParseWords.pm t/lib/parsewords.t
12481 ____________________________________________________________________________
12482 [  2583] By: gbarr                                 on 1999/01/08  04:50:03
12483         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
12484              Date: Thu, 7 Jan 1999 12:47:38 +0200 (EET)
12485              Message-Id: <199901071047.MAA24100@alpha.hut.fi>
12486              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: ext/Errno_pm.PL: understand wrapper cppstdins
12487      Branch: maint-5.005/perl
12488            ! ext/Errno/Errno_pm.PL
12489 ____________________________________________________________________________
12490 [  2581] By: jhi                                   on 1999/01/07  16:38:03
12491         Log: Configure update:
12492              - usethreads, use64bits, and usemultiplicity
12493              are no more interactively asked by Configure
12494              - "int main()" (vs bare "main()") enforced in test programs
12495      Branch: cfgperl
12496            ! Configure hints/freebsd.sh hints/linux.sh
12497 ____________________________________________________________________________
12498 [  2580] By: jhi                                   on 1999/01/07  11:19:12
12499         Log: From: Dan Sugalski <sugalskd@osshe.edu>
12500              Date: Wed, 06 Jan 1999 13:47:34 -0800
12501              Message-Id: <3.0.6.32.19990106134734.0334d260@ous.edu>
12502              Subject: [PATCH 5.005_02-MT2, 5.005_5x]VMS.C tweak for occasional system() error
12503      Branch: cfgperl
12504            ! vms/vms.c
12505 ____________________________________________________________________________
12506 [  2579] By: jhi                                   on 1999/01/07  09:08:36
12507         Log: Another set of doc patches from Abigail
12508              
12509              From: abigail@fnx.com
12510              Message-ID: <19990107032132.20124.qmail@alexandra.wayne.fnx.com>
12511              Subject: [PATCH 5.005_03 TRAIL2 lib/Net/hostent.pm] Typo fix
12512              Date: Wed, 6 Jan 1999 22:21:32 -0500 (EST)
12513              
12514              From: abigail@fnx.com
12515              Message-ID: <19990107032445.20178.qmail@alexandra.wayne.fnx.com>
12516              Subject: [PATCH 5.005_03 TRIAL2 lib/Net/netent.pm] Typo fix
12517              Date: Wed, 6 Jan 1999 22:24:45 -0500 (EST)
12518              
12519              From: abigail@fnx.com
12520              Message-ID: <19990107032834.20362.qmail@alexandra.wayne.fnx.com>
12521              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/Complete.pm] Typo fix
12522              Date: Wed, 6 Jan 1999 22:28:34 -0500 (EST)
12523              
12524              From: abigail@fnx.com
12525              Message-ID: <19990107033136.20440.qmail@alexandra.wayne.fnx.com>
12526              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/ReadLine.pm] Typo fix
12527              Date: Wed, 6 Jan 1999 22:31:36 -0500 (EST)
12528              
12529              From: abigail@fnx.com
12530              Message-ID: <19990107033351.20540.qmail@alexandra.wayne.fnx.com>
12531              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Apache.pm] Typo fix
12532              Date: Wed, 6 Jan 1999 22:33:51 -0500 (EST)
12533              
12534              From: abigail@fnx.com
12535              Message-ID: <19990107033933.20707.qmail@alexandra.wayne.fnx.com>
12536              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Push.pm] Typo fix
12537              Date: Wed, 6 Jan 1999 22:39:33 -0500 (EST)
12538              
12539              From: abigail@fnx.com
12540              Message-ID: <19990107034548.20936.qmail@alexandra.wayne.fnx.com>
12541              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Copy.pm] Typo fixes
12542              Date: Wed, 6 Jan 1999 22:45:48 -0500 (EST)
12543              
12544              From: abigail@fnx.com
12545              Message-ID: <19990107034856.21056.qmail@alexandra.wayne.fnx.com>
12546              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec.pm] Typo fix
12547              Date: Wed, 6 Jan 1999 22:48:56 -0500 (EST)
12548              
12549              From: abigail@fnx.com
12550              Message-ID: <19990107035113.21174.qmail@alexandra.wayne.fnx.com>
12551              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec/Mac.pm] Typo fixes
12552              Date: Wed, 6 Jan 1999 22:51:13 -0500 (EST)
12553              
12554              From: abigail@fnx.com
12555              Message-ID: <19990107035612.21522.qmail@alexandra.wayne.fnx.com>
12556              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigFloat.pm] Typo fix
12557              Date: Wed, 6 Jan 1999 22:56:12 -0500 (EST)
12558              
12559              From: abigail@fnx.com
12560              Message-ID: <19990107035842.21585.qmail@alexandra.wayne.fnx.com>
12561              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigInt.pm] Typo fixes
12562              Date: Wed, 6 Jan 1999 22:58:41 -0500 (EST)
12563              
12564              From: abigail@fnx.com
12565              Message-ID: <19990107040644.22009.qmail@alexandra.wayne.fnx.com>
12566              Subject: [PATCH 5.005_03 TRIAL2 lib/Text/Wrap.pm] Typo fixes
12567              Date: Wed, 6 Jan 1999 23:06:44 -0500 (EST)
12568              
12569              From: abigail@fnx.com
12570              Message-ID: <19990107040955.22087.qmail@alexandra.wayne.fnx.com>
12571              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Array.pm] Typo fixes
12572              Date: Wed, 6 Jan 1999 23:09:55 -0500 (EST)
12573              
12574              From: abigail@fnx.com
12575              Message-ID: <19990107041136.22174.qmail@alexandra.wayne.fnx.com>
12576              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Hash.pm] Typo fix
12577              Date: Wed, 6 Jan 1999 23:11:36 -0500 (EST)
12578      Branch: cfgperl
12579            ! lib/CGI/Apache.pm lib/CGI/Push.pm lib/File/Copy.pm
12580            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/Math/BigFloat.pm
12581            ! lib/Math/BigInt.pm lib/Net/hostent.pm lib/Net/netent.pm
12582            ! lib/Term/Complete.pm lib/Term/ReadLine.pm lib/Text/Wrap.pm
12583            ! lib/Tie/Array.pm lib/Tie/Hash.pm
12584 ____________________________________________________________________________
12585 [  2576] By: jhi                                   on 1999/01/06  17:05:20
12586         Log: Change #2582 fallout: the amagic_cmp* are no more file static.
12587      Branch: cfgperl
12588            ! pp_ctl.c
12589 ____________________________________________________________________________
12590 [  2575] By: jhi                                   on 1999/01/06  13:18:56
12591         Log: Enhance the great_circle_distance() documentation.
12592      Branch: cfgperl
12593            ! lib/Math/Trig.pm
12594 ____________________________________________________________________________
12595 [  2574] By: jhi                                   on 1999/01/06  12:58:03
12596         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
12597              To: perlbug@perl.com
12598              Subject: [PATCH 5.005_03-MAINT_TRIAL_2] t/op/sysio.t for MPE/iX
12599              Date: Mon, 4 Jan 1999 13:34:58 -0800 (PST)
12600              Message-Id: <199901042134.NAA18852@spock.dis.cccd.edu>
12601      Branch: cfgperl
12602            ! t/op/sysio.t
12603 ____________________________________________________________________________
12604 [  2573] By: jhi                                   on 1999/01/06  12:40:19
12605         Log: From: "W. Phillip Moore" <wpm@ms.com>
12606              To: perlbug@perl.org
12607              Subject: [PATCH] POSIX getpgrp is not -w clean
12608              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
12609              Message-ID: <13970.20107.190314.549471@zappa>
12610      Branch: cfgperl
12611            ! ext/POSIX/POSIX.pm
12612 ____________________________________________________________________________
12613 [  2572] By: jhi                                   on 1999/01/06  12:25:24
12614         Log: Based on
12615              From: jan.dubois@ibm.net (Jan Dubois)
12616              To: perl5-porters@perl.org
12617              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
12618              Date: Wed, 06 Jan 1999 01:24:09 +0100
12619              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
12620              except that
12621              - objXSUB.h was already okay
12622              - embed.h patching is futile, global.sym patched instead
12623              - objpp.h does not exist
12624              - proto.h addition applied manually
12625              - win32/GenCAPI.pl was already okay
12626              - win32/makedef.pl was already okay
12627      Branch: cfgperl
12628            ! global.sym perl.c proto.h
12629 ____________________________________________________________________________
12630 [  2571] By: jhi                                   on 1999/01/06  11:25:48
12631         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
12632              To: perlbug@perl.com
12633              Subject: FindBin.pm on Win32 systems
12634              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
12635              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
12636      Branch: cfgperl
12637            ! lib/FindBin.pm
12638 ____________________________________________________________________________
12639 [  2570] By: jhi                                   on 1999/01/06  11:21:48
12640         Log: From: Dan Sugalski <sugalskd@osshe.edu>
12641              To: perl5-porters@perl.org, vmsperl@perl.org
12642              Subject: [PATCH 5.005_03-MAINT_TRIAL_2]taint.c fix for VMS
12643              Date: Tue, 05 Jan 1999 16:47:31 -0800
12644              Message-Id: <3.0.6.32.19990105164731.00b5b2d0@ous.edu>
12645              
12646              (the ext/IO/lib/IO/Socket.pm was not really changed here;
12647              it was a leftover from #2569)
12648      Branch: cfgperl
12649            ! ext/IO/lib/IO/Socket.pm taint.c
12650 ____________________________________________________________________________
12651 [  2569] By: jhi                                   on 1999/01/06  11:18:22
12652         Log: Jumbo doc patch from Abigail (almost identical to
12653              the 5.005-maint change #2562 except for the
12654              ext/IO/lib/IO/Socket.pm patch which was not
12655              applicable because the IO version of 5.005-devel
12656              is somewhat different (why?))
12657              
12658              From: abigail@fnx.com
12659              Message-ID: <19990105170142.4889.qmail@alexandra.wayne.fnx.com>
12660              Subject: [PATCH 5.005_03-TRIAL2 lib/ExtUtils/Liblist.pm] pod fixes
12661              Date: Tue, 5 Jan 1999 12:01:42 -0500 (EST)
12662              
12663              From: abigail@fnx.com
12664              Message-ID: <19990105172855.5115.qmail@alexandra.wayne.fnx.com>
12665              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Commands.pm] Typo fix.
12666              Date: Tue, 5 Jan 1999 12:28:55 -0500 (EST)
12667              
12668              From: abigail@fnx.com
12669              Message-ID: <19990105173808.5260.qmail@alexandra.wayne.fnx.com>
12670              Subject: [PATCH perl5.005_03 MAINT3 lib/ExtUtils/Embed.pm] Typo fix
12671              Date: Tue, 5 Jan 1999 12:38:08 -0500 (EST)
12672              
12673              From: abigail@fnx.com
12674              Message-ID: <19990105174859.5533.qmail@alexandra.wayne.fnx.com>
12675              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Install.pm] Typo fix
12676              Date: Tue, 5 Jan 1999 12:48:59 -0500 (EST)
12677              
12678              From: abigail@fnx.com
12679              Message-ID: <19990105174947.5547.qmail@alexandra.wayne.fnx.com>
12680              Subject: [PATCH 5.005_03 lib/ExtUtils/MM_Unix.pm] Typo fixes
12681              Date: Tue, 5 Jan 1999 12:49:46 -0500 (EST)
12682              
12683              From: abigail@fnx.com
12684              Message-ID: <19990105182301.5966.qmail@alexandra.wayne.fnx.com>
12685              Subject: [PATCH 5.005_03 lib/ExtUtils/MakeMaker.pm] Typos fixes.
12686              Date: Tue, 5 Jan 1999 13:23:00 -0500 (EST)
12687              
12688              From: abigail@fnx.com
12689              Message-ID: <19990105183344.6065.qmail@alexandra.wayne.fnx.com>
12690              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Manifest.pm] Typo fixes
12691              Date: Tue, 5 Jan 1999 13:33:44 -0500 (EST)
12692              
12693              From: abigail@fnx.com
12694              Message-ID: <19990105184028.6220.qmail@alexandra.wayne.fnx.com>
12695              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Mksymlists.pm] Typo fix
12696              Date: Tue, 5 Jan 1999 13:40:28 -0500 (EST)
12697              
12698              From: abigail@fnx.com
12699              Message-ID: <19990106012015.9451.qmail@alexandra.wayne.fnx.com>
12700              Subject: [PATCH 5.005_03 TRIAL2 lib/IO/Pipe.pm] Typo fixes.
12701              Date: Tue, 5 Jan 1999 20:20:15 -0500 (EST)
12702              
12703              From: abigail@fnx.com
12704              Message-ID: <19990106012047.9459.qmail@alexandra.wayne.fnx.com>
12705              Subject: [PATCH 5.005_03 TRAIL2 lib/IO/Seekable.pm] Typo fixes
12706              Date: Tue, 5 Jan 1999 20:20:47 -0500 (EST)
12707      Branch: cfgperl
12708            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
12709            ! lib/ExtUtils/Command.pm lib/ExtUtils/Embed.pm
12710            ! lib/ExtUtils/Install.pm lib/ExtUtils/Liblist.pm
12711            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
12712            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mksymlists.pm
12713 ____________________________________________________________________________
12714 [  2568] By: gbarr                                 on 1999/01/06  03:13:15
12715         Log: From: jan.dubois@ibm.net (Jan Dubois)
12716              Date: Wed, 06 Jan 1999 01:24:09 +0100
12717              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
12718              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
12719      Branch: maint-5.005/perl
12720            ! embed.h global.sym objXSUB.h objpp.h perl.c proto.h
12721            ! win32/GenCAPI.pl win32/makedef.pl
12722 ____________________________________________________________________________
12723 [  2566] By: gbarr                                 on 1999/01/06  02:29:05
12724         Log: From: "W. Phillip Moore" <wpm@ms.com>
12725              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
12726              Message-ID: <13970.20107.190314.549471@zappa>
12727              Subject: [PATCH] POSIX getpgrp is not -w clean
12728      Branch: maint-5.005/perl
12729            ! ext/POSIX/POSIX.pm
12730 ____________________________________________________________________________
12731 [  2565] By: gbarr                                 on 1999/01/06  02:19:00
12732         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
12733              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
12734              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
12735              Subject: FindBin.pm on Win32 systems
12736      Branch: maint-5.005/perl
12737            ! lib/FindBin.pm
12738 ____________________________________________________________________________
12739 [  2561] By: jhi                                   on 1999/01/05  10:49:10
12740         Log: Reword the setlocale() 1-arg case better.
12741      Branch: cfgperl
12742            ! ext/POSIX/POSIX.pod
12743 ____________________________________________________________________________
12744 [  2559] By: gbarr                                 on 1999/01/02  15:37:35
12745         Log: From: Blair Zajac <bzajac@geostaff.com>
12746              Date: Wed, 23 Dec 1998 17:13:32 -0800
12747              Message-ID: <3681953C.8B6A90AA@geostaff.com>
12748              Subject: Tie::SubstrHash patch
12749      Branch: maint-5.005/perl
12750            ! lib/Tie/SubstrHash.pm
12751 ____________________________________________________________________________
12752 [  2554] By: jhi                                   on 1999/01/02  14:55:06
12753         Log: Object destruction order testing.
12754      Branch: cfgperl
12755            ! t/op/misc.t
12756 ____________________________________________________________________________
12757 [  2553] By: jhi                                   on 1999/01/02  14:49:40
12758         Log: perldelta the Dumpvalue.pm of change #2513.
12759      Branch: cfgperl
12760            ! lib/Dumpvalue.pm pod/perldelta.pod
12761 ____________________________________________________________________________
12762 [  2552] By: nick                                  on 1999/01/02  14:45:38
12763         Log: Tone down Makefile.PL so it works on Win32
12764      Branch: perl
12765            ! ext/B/Makefile.PL
12766 ____________________________________________________________________________
12767 [  2551] By: nick                                  on 1999/01/02  14:06:30
12768         Log: Export constant subs from B.xs for op.h, cop.h and a few others.
12769              Use them in various B::* rather than have local defs.
12770      Branch: perl
12771            + ext/B/defsubs.h.PL
12772            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bytecode.pm ext/B/B/C.pm
12773            ! ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
12774            ! ext/B/B/Stackobj.pm ext/B/B/Xref.pm ext/B/Makefile.PL
12775 ____________________________________________________________________________
12776 [  2550] By: nick                                  on 1999/01/02  10:04:02
12777         Log: Integrate ext/B changes from //depot/cfgperl
12778      Branch: perl
12779           !> ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
12780 ____________________________________________________________________________
12781 [  2549] By: jhi                                   on 1999/01/01  13:54:16
12782         Log: From: "Paul Holser" <Paul.Holser.pholser@nortelnetworks.com>
12783              To: perlbug@perl.com
12784              Subject: op/groups.t fails test 1 on HP-UX 10.20
12785              Date: Wed, 30 Dec 1998 15:16:12 -0600 (CST)
12786              Message-Id: <199812302116.PAA12439@crchh44c.us.nortel.com>
12787      Branch: cfgperl
12788            ! t/op/groups.t
12789 ____________________________________________________________________________
12790 [  2548] By: jhi                                   on 1999/01/01  13:53:31
12791         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12792              To: perl5-porters@perl.org
12793              cc: hv@crypt0.demon.co.uk
12794              Subject: [bug 5.004_54] duplicate error message
12795              Date: Thu, 31 Dec 1998 04:05:25 +0000
12796              Message-Id: <199812310405.EAA00386@crypt.compulink.co.uk>
12797              
12798              Message-ID: <13963.60672.134591.383377@alias-2.pr.mcs.net>
12799              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
12800              To: hv@crypt0.demon.co.uk
12801              Cc: perl5-porters@perl.org
12802              Subject: [PATCH _54] Re: duplicate error message
12803              Date: Thu, 31 Dec 1998 16:10:13 -0600 (CST)
12804              
12805              Message-Id: <199901010732.HAA02926@crypt.compulink.co.uk>
12806              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12807              To: Stephen McCamant <smccam@uclink4.berkeley.edu>
12808              cc: hv@crypt0.demon.co.uk, perl5-porters@perl.org
12809              Subject: [TEST PATCH _54] Re: duplicate error message 
12810              Date: Fri, 01 Jan 1999 07:32:14 +0000
12811      Branch: cfgperl
12812            ! op.c t/pragma/warn/op
12813 ____________________________________________________________________________
12814 [  2547] By: jhi                                   on 1998/12/31  14:15:04
12815         Log: From: Chris Nandor <pudge@pobox.com>
12816              To: jhi@iki.fi
12817              Cc: perl5-porters@perl.org
12818              Subject: Re: [PATCH] perlport.pod 1.38
12819              Date: Thu, 31 Dec 1998 09:06:48 -0500
12820              Message-Id: <v04020a1db2b1352ec92a@[192.168.0.77]>
12821      Branch: cfgperl
12822            ! pod/perlport.pod
12823 ____________________________________________________________________________
12824 [  2546] By: jhi                                   on 1998/12/31  11:18:17
12825         Log: From: Wilson P. Snyder II
12826              To: perl5-porters@perl.org
12827              Subject: [PATCH v5.5.53] REV2: Binary number support
12828              Date: 1998/11/30
12829              Message-ID: <199811301543.KAA15689@vulcan.maker.com>
12830      Branch: cfgperl
12831            ! pod/perldata.pod pod/perldelta.pod pod/perlfunc.pod pp.c
12832            ! proto.h sv.c t/op/oct.t t/op/sprintf.t t/pragma/warn/util
12833            ! toke.c util.c
12834 ____________________________________________________________________________
12835 [  2545] By: jhi                                   on 1998/12/31  09:27:40
12836         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
12837              To: perlbug@perl.com
12838              Subject: "perl -T -P" dumps core on OpenBSD and Linux
12839              Date: Wed, 30 Dec 1998 21:11:05 -0700 (MST)
12840              Message-Id: <199812310411.VAA37568@xerxes.courtesan.com>
12841      Branch: cfgperl
12842            ! taint.c
12843 ____________________________________________________________________________
12844 [  2544] By: jhi                                   on 1998/12/31  09:21:45
12845         Log: From: Tim Bunce <Tim.Bunce@ig.co.uk> 
12846              To: perlbug@perl.com 
12847              Subject: bug in pod2man search for perl binary [5.005_5x]
12848              Date: Sat, 12 Dec 1998 23:08:51 +0000 
12849              Message-ID: <19981212230851.A20578@ig.co.uk> 
12850      Branch: cfgperl
12851            ! pod/pod2man.PL
12852 ____________________________________________________________________________
12853 [  2541] By: gbarr                                 on 1998/12/30  14:37:14
12854         Log: From: jan.dubois@ibm.net (Jan Dubois)
12855              Date: Wed, 23 Dec 1998 21:26:38 +0100
12856              Message-ID: <36895086.8849224@smtp1.ibm.net>
12857              Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
12858      Branch: maint-5.005/perl
12859            ! lib/ExtUtils/MakeMaker.pm
12860 ____________________________________________________________________________
12861 [  2540] By: jhi                                   on 1998/12/30  08:42:04
12862         Log: Evermore AUTHORS and MAINTAIN.
12863      Branch: cfgperl
12864            ! AUTHORS MAINTAIN
12865 ____________________________________________________________________________
12866 [  2539] By: jhi                                   on 1998/12/29  15:10:34
12867         Log: More AUTHORS and MAINTAIN.
12868      Branch: cfgperl
12869            ! AUTHORS MAINTAIN
12870 ____________________________________________________________________________
12871 [  2537] By: jhi                                   on 1998/12/29  14:34:47
12872         Log: From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
12873              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
12874              Message-ID: <13942.32480.700000.640927@utensil>
12875              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
12876              (mirror change#2531 in the 5.005-maint)
12877      Branch: cfgperl
12878            ! lib/AutoSplit.pm
12879 ____________________________________________________________________________
12880 [  2531] By: gbarr                                 on 1998/12/29  14:12:25
12881         Log: change in_pod pattern to /^=\w/ from /^=/
12882              From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
12883              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
12884              Message-ID: <13942.32480.700000.640927@utensil>
12885              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
12886      Branch: maint-5.005/perl
12887            ! lib/AutoSplit.pm
12888 ____________________________________________________________________________
12889 [  2525] By: jhi                                   on 1998/12/29  13:06:26
12890         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
12891              To: perl5-porters@perl.org
12892              Subject: [PATCH 5.005_54] More minor  Fixes in CC.pm/C.pm
12893              Date: 16 Dec 1998 03:17:03 +0200
12894              Message-ID: <MLIST_199812160055.QAA06272@f10.hotmail.com>
12895      Branch: cfgperl
12896            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
12897 ____________________________________________________________________________
12898 [  2524] By: jhi                                   on 1998/12/29  13:00:06
12899         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
12900              To: perl5-porters@perl.org
12901              Cc: rmb1@cise.npl.co.uk, nick@ni-s.u-net.com
12902              Subject: [PATCH 5.005_54] Re:perlcc -e 'my $x = shift; print +($x ?...' failure
12903              Date: 10 Dec 1998 08:30:02 +0200
12904              Message-ID: <MLIST_19981210061651.29891.qmail@hotmail.com>
12905              
12906              (Nick's part was applied earlier, in change #2460)
12907      Branch: cfgperl
12908            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
12909 ____________________________________________________________________________
12910 [  2523] By: jhi                                   on 1998/12/29  12:41:31
12911         Log: From: "vishal bhatia" <vishalb@hotmail.com>
12912              To: nick@ni-s.u-net.com
12913              Cc: perl5-porters@perl.org
12914              Subject: [PATCH 5.005_54] return value of perlcc/B::CC generated functions.
12915              Date: 9 Dec 1998 06:50:30 +0200
12916              Message-ID: <MLIST_19981209043146.16829.qmail@hotmail.com>
12917      Branch: cfgperl
12918            ! ext/B/B/CC.pm
12919 ____________________________________________________________________________
12920 [  2522] By: jhi                                   on 1998/12/29  12:15:18
12921         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
12922              To: perl5-porters@perl.org (Perl 5 Porters)
12923              Subject: [PATCH 5.005_54] Pod::Text.pm reformating indented paragraphs
12924              Date: 25 Dec 1998 23:02:28 +0200
12925              Message-ID: <MLIST_199812252034.PAA27812@linguist.dartmouth.edu>
12926      Branch: cfgperl
12927            ! lib/Pod/Text.pm
12928 ____________________________________________________________________________
12929 [  2521] By: jhi                                   on 1998/12/29  12:07:54
12930         Log: Undo #2519 (breaks universal.c).
12931      Branch: cfgperl
12932            ! XSUB.h
12933 ____________________________________________________________________________
12934 [  2519] By: jhi                                   on 1998/12/29  11:41:10
12935         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
12936              To: perl5-porters@perl.org
12937              Cc: perl-xs@perl.org
12938              Subject: XSUB.h refinement [PATCH]
12939              Date: 18 Dec 1998 03:58:44 +0200
12940              Message-ID: <MLIST_Pine.GSO.4.02.9812171733330.589-100000@eq1062.wks.na.deuba.com>
12941      Branch: cfgperl
12942            ! XSUB.h
12943 ____________________________________________________________________________
12944 [  2518] By: jhi                                   on 1998/12/29  11:36:19
12945         Log: From: abigail@fnx.com
12946              To: perl5-porters@perl.org (Perl Porters)
12947              Subject: [PATCH 5.005_02; lib/fields.pm] Typos in pod.
12948              Date: 28 Dec 1998 21:39:15 +0200
12949              Message-ID: <MLIST_19981228191612.8380.qmail@alexandra.wayne.fnx.com>
12950      Branch: cfgperl
12951            ! lib/fields.pm
12952 ____________________________________________________________________________
12953 [  2517] By: jhi                                   on 1998/12/29  11:35:03
12954         Log: Document change #2516.
12955      Branch: cfgperl
12956            ! pod/perldelta.pod
12957 ____________________________________________________________________________
12958 [  2516] By: jhi                                   on 1998/12/29  11:32:26
12959         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12960              To: perl5-porters@perl.org (Mailing list Perl5)
12961              Subject: [PATCH 5.005_53] Warn on unrecognized alpha escapes.
12962              Date: 9 Dec 1998 10:39:31 +0200
12963              Message-ID: <MLIST_199812090823.DAA17566@monk.mps.ohio-state.edu>
12964      Branch: cfgperl
12965            ! pod/perldiag.pod regcomp.c toke.c
12966 ____________________________________________________________________________
12967 [  2515] By: jhi                                   on 1998/12/29  11:27:11
12968         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12969              To: perl5-porters@perl.org (Mailing list Perl5)
12970              Subject: [PATCH 5.005_53] Bugs in hairy interactions of feature in REx
12971              Date: 8 Dec 1998 09:02:04 +0200
12972              Message-ID: <MLIST_199812080637.BAA16025@monk.mps.ohio-state.edu>
12973              
12974              \G fixes (wasn't working right with //g, s///, and $_ in (?{})).
12975      Branch: cfgperl
12976            ! pp_ctl.c pp_hot.c regexec.c regexp.h t/op/pat.t t/op/subst.t
12977 ____________________________________________________________________________
12978 [  2514] By: jhi                                   on 1998/12/29  11:21:31
12979         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12980              To: perl5-porters@perl.org (Mailing list Perl5)
12981              Subject: [PATCH 5.005_53] Regexp tests and UTF8
12982              Date: 8 Dec 1998 07:02:01 +0200
12983              Message-ID: <MLIST_199812080447.XAA05297@monk.mps.ohio-state.edu>
12984      Branch: cfgperl
12985            ! regcomp.c
12986 ____________________________________________________________________________
12987 [  2513] By: jhi                                   on 1998/12/29  11:18:34
12988         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12989              Subject: [PATCH 5.005_*] Dumpvar.pm
12990              To: perl5-porters@perl.org (Mailing list Perl5)
12991              Date: 7 Dec 1998 10:17:35 +0200
12992              Message-ID: <MLIST_199812070744.CAA18949@monk.mps.ohio-state.edu>
12993      Branch: cfgperl
12994            + lib/Dumpvalue.pm
12995            ! MANIFEST
12996 ____________________________________________________________________________
12997 [  2511] By: gbarr                                 on 1998/12/28  14:55:28
12998         Log: From: jan.dubois@ibm.net (Jan Dubois)
12999              Date: Tue, 01 Dec 1998 00:07:33 +0100
13000              Message-ID: <366921b5.14512598@smtp1.ibm.net>
13001              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] to compile on Win32
13002              
13003              From: jan.dubois@ibm.net (Jan Dubois)
13004              Date: Wed, 02 Dec 1998 00:24:54 +0100
13005              Message-ID: <366a77bb.19498126@smtp1.ibm.net>
13006              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] spaces in filenames support
13007      Branch: maint-5.005/perl
13008            ! perl.h proto.h taint.c win32/GenCAPI.pl win32/Makefile
13009            ! win32/config.bc win32/config.gc win32/config.vc
13010            ! win32/config_sh.PL win32/makedef.pl
13011 ____________________________________________________________________________
13012 [  2509] By: jhi                                   on 1998/12/28  13:00:31
13013     Log: Kickstart AUTHORS and MAINTAIN.
13014  Branch: cfgperl
13015        + AUTHORS MAINTAIN
13016        ! MANIFEST
13017 ____________________________________________________________________________
13018 [  2508] By: jhi                                   on 1998/12/28  08:04:00
13019     Log: From: Nathan Torkington <gnat@frii.com>
13020          To: perlbug@perl.com
13021          Subject: [PATCH] perlxstut.pod fix
13022          Date: Sat, 26 Dec 1998 14:28:21 +1300 (NZDT)
13023          Message-ID: <13956.15285.933914.320849@localhost.frii.com>
13024  Branch: cfgperl
13025        ! pod/perlxstut.pod
13026 ____________________________________________________________________________
13027 [  2507] By: jhi                                   on 1998/12/28  07:59:00
13028     Log: From: abigail@fnx.com
13029          To: perlbug@perl.com
13030          Subject: [PATCH 5.005_02] Re: m// doc is buggy (was Re: m'$foo' is undocumented)
13031          Date: Wed, 23 Dec 1998 22:59:59 -0500 (EST)
13032          Message-ID: <19981224035959.16994.qmail@alexandra.wayne.fnx.com>
13033          (slightly modified, a part of the patch was rejected)
13034          (strange, I thought I had already submitted this one
13035          but Perforce disagrees with me...)
13036  Branch: cfgperl
13037        ! pod/perlop.pod
13038 ____________________________________________________________________________
13039 [  2506] By: jhi                                   on 1998/12/28  07:56:59
13040     Log: From: Artur <artur@vogon-solutions.com>
13041          To: perlbug@perl.com
13042          Subject: PATCH: perlmodlib.pod
13043          Date: Fri, 25 Dec 1998 00:48:39 +0000
13044          Message-ID: <3682E0E7.EBFB5D65@vogon-solutions.com>
13045  Branch: cfgperl
13046        ! pod/perlmodlib.pod pod/perlop.pod
13047 ____________________________________________________________________________
13048 [  2505] By: jhi                                   on 1998/12/28  07:46:06
13049     Log: From: abigail@fnx.com
13050          To: perl5-porters@perl.org (Perl Porters)
13051          Subject: [PATCH 5.005_02] Typo in documentation of pod2html.
13052          Date: Wed, 23 Dec 1998 22:32:07 -0500 (EST)
13053          Message-ID: <19981224033207.16751.qmail@alexandra.wayne.fnx.com>
13054  Branch: cfgperl
13055        ! pod/pod2html.PL
13056 ____________________________________________________________________________
13057 [  2504] By: jhi                                   on 1998/12/28  07:44:35
13058     Log: From: Jim Avera <avera@fjst.com>
13059          To: perlbug@perl.com
13060          Subject: perlbug bug - shows dates reversed
13061          Date: Wed, 23 Dec 1998 18:08:56 -0800 (PST)
13062          Message-Id: <199812240208.SAA27616@membrane.ssd.hal.com>
13063  Branch: cfgperl
13064        ! utils/perlbug.PL
13065 ____________________________________________________________________________
13066 [  2503] By: jhi                                   on 1998/12/28  07:41:39
13067     Log: From: jan.dubois@ibm.net (Jan Dubois)
13068          To: makemaker@franz.ww.TU-Berlin.DE, perl5-porters@perl.org
13069          Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
13070          Date: Wed, 23 Dec 1998 21:26:38 +0100
13071          Message-ID: <36895086.8849224@smtp1.ibm.net>
13072  Branch: cfgperl
13073        ! lib/ExtUtils/MakeMaker.pm
13074 ____________________________________________________________________________
13075 [  2502] By: jhi                                   on 1998/12/28  07:39:20
13076     Log: From: Blair Zajac <bzajac@geostaff.com>
13077          To: perl5-porters@perl.org
13078          Subject: Tie::SubstrHash patch
13079          Date: Wed, 23 Dec 1998 17:13:32 -0800
13080          Message-ID: <3681953C.8B6A90AA@geostaff.com>
13081  Branch: cfgperl
13082        ! lib/Tie/SubstrHash.pm
13083 ____________________________________________________________________________
13084 [  2501] By: jhi                                   on 1998/12/28  07:37:16
13085     Log: From: Alan.Harder@Ebay.Sun.COM (Alan Harder)
13086          To: perlbug@perl.com
13087          Subject: perlfaq9 minor error
13088          Date: Wed, 23 Dec 1998 14:54:19 -0800
13089          Message-Id: <199812232254.OAA05986@moshpit.EBay.Sun.COM>
13090  Branch: cfgperl
13091        ! pod/perlfaq9.pod
13092 ____________________________________________________________________________
13093 [  2500] By: jhi                                   on 1998/12/23  10:38:18
13094     Log: More porting notes about filesystems, AmigaOS, and MiNT.
13095  Branch: cfgperl
13096        ! pod/perlport.pod
13097 ____________________________________________________________________________
13098 [  2499] By: jhi                                   on 1998/12/22  09:26:49
13099     Log: Add few MSG_ and uio constants.
13100  Branch: cfgperl
13101        ! ext/Socket/Socket.pm ext/Socket/Socket.xs iperlsys.h
13102 ____________________________________________________________________________
13103 [  2498] By: jhi                                   on 1998/12/22  08:39:30
13104     Log: Slight recoding of util.c:repeatcpy() to circumnavigate
13105          a Digital C compiler optimizer bug that broke the 'x'
13106          operator under certain circumstances.  See t/op/repeat.t
13107          test #20 for graphic details.  Reported in
13108          
13109          From: Gisle Aas <gisle@aas.no>
13110          To: Mark Martinec <Mark.Martinec@nsc.ijs.si>
13111          Cc: ach@xray.mpe.mpg.de, cpan-testers@perl.org, perl5-porters@perl.org
13112          Subject: Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch
13113          Date: 18 Dec 1998 14:27:40 +0100
13114          Message-ID: <m37lvpa8c3.fsf@furu.g.aas.no>
13115          
13116          and discussed further in the thread
13117          
13118          From: Jarkko Hietaniemi <jhi@iki.fi>
13119          To: Gisle Aas <gisle@aas.no>
13120          Cc: Mark Martinec <Mark.Martinec@nsc.ijs.si>, ach@xray.mpe.mpg.de,
13121          cpan-testers@perl.org, perl5-porters@perl.org
13122          Subject: x operator broken in DEC Alpha for 8-bit characters (Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch)
13123          Date: Fri, 18 Dec 1998 16:18:37 +0200 (EET)
13124          Message-ID: <13946.25661.193449.138023@alpha.hut.fi>
13125  Branch: cfgperl
13126        ! t/op/repeat.t util.c
13127 ____________________________________________________________________________
13128 [  2497] By: jhi                                   on 1998/12/21  14:18:57
13129     Log: Change #2483 update.
13130  Branch: cfgperl
13131        ! t/op/tr.t
13132 ____________________________________________________________________________
13133 [  2496] By: jhi                                   on 1998/12/21  14:07:41
13134     Log: Update on change #2493.
13135  Branch: cfgperl
13136        ! t/pragma/warn/op
13137 ____________________________________________________________________________
13138 [  2495] By: jhi                                   on 1998/12/21  13:52:00
13139     Log: Change #2487 aftershock.
13140  Branch: cfgperl
13141        ! warning.pl
13142 ____________________________________________________________________________
13143 [  2494] By: jhi                                   on 1998/12/21  12:35:00
13144     Log: From: Chris Nandor <pudge@pobox.com>
13145          To: perl5-porters@perl.org
13146          Subject: [PATCH] perlport.pod v1.37
13147          Date: Sat, 19 Dec 1998 12:54:34 -0500
13148          Message-Id: <v04020a03b2a194aaa676@[192.168.0.77]>
13149  Branch: cfgperl
13150        ! pod/perlport.pod
13151 ____________________________________________________________________________
13152 [  2493] By: jhi                                   on 1998/12/21  12:22:44
13153     Log: From: Mark-Jason Dominus <mjd@plover.com>
13154          To: perl5-porters@perl.com
13155          Subject: PATCH (5.005_02): Dejargonizing
13156          Date: Sun, 20 Dec 1998 14:35:20 -0500
13157          Message-ID: <19981220193520.11230.qmail@plover.com>
13158          
13159          From: Mark-Jason Dominus <mjd@plover.com>
13160          To: perl5-porters@perl.com
13161          Subject: PATCH (5.005_02): Spelling correction in warning message
13162          Date: Sun, 20 Dec 1998 13:51:30 -0500
13163          Message-ID: <19981220185130.11067.qmail@plover.com>
13164  Branch: cfgperl
13165        ! doio.c op.c
13166 ____________________________________________________________________________
13167 [  2492] By: jhi                                   on 1998/12/21  09:00:05
13168     Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
13169          To: perl5-porters@perl.org
13170          Subject: [PATCH 5.005_54] pp_next/pp_last/pp_redo problems
13171          Date: Sun, 20 Dec 1998 19:03:25 PST
13172          Message-ID: <19981221030326.27660.qmail@hotmail.com>
13173          
13174          (slightly reformatted)
13175  Branch: cfgperl
13176        ! ext/B/B/CC.pm
13177 ____________________________________________________________________________
13178 [  2491] By: nick                                  on 1998/12/20  14:21:29
13179     Log: Save _all_ GV's which have SV, AV or HV set.
13180  Branch: perl
13181        ! ext/B/B/C.pm
13182 ____________________________________________________________________________
13183 [  2490] By: jhi                                   on 1998/12/18  15:13:19
13184     Log: Add idea about generalising cpp symbol probing of Errno.
13185  Branch: cfgperl
13186        ! Todo
13187 ____________________________________________________________________________
13188 [  2489] By: jhi                                   on 1998/12/18  14:47:57
13189     Log: Address some of the issues of:
13190          
13191          From: Tom Christiansen <tchrist@jhereg.perl.com>
13192          To: perl-porters-active@jhereg.perl.com
13193          Subject: Undocumentation Issues for 5.005
13194          Date: Thu, 17 Dec 1998 14:46:24 -0700
13195          Message-Id: <199812172146.OAA05316@jhereg.perl.com>
13196  Branch: cfgperl
13197        ! pod/perl5005delta.pod
13198 ____________________________________________________________________________
13199 [  2488] By: jhi                                   on 1998/12/18  11:26:32
13200     Log: From: root <root@dubravka.in-berlin.de>
13201          To: perlbug@perl.com
13202          Cc: k@dubravka.in-berlin.de
13203          Subject: Please add no_modify to PERL_POLLUTE
13204          Date: Fri, 18 Dec 1998 10:45:52 +0100
13205          Message-Id: <199812180945.KAA05275@dubravka.in-berlin.de>
13206          
13207          (Really from Andreas König)
13208  Branch: cfgperl
13209        ! embed.pl
13210 ____________________________________________________________________________
13211 [  2487] By: jhi                                   on 1998/12/17  14:05:52
13212     Log: Some (by far not all) issues of the below message addressed.
13213          
13214          From: Tom Christiansen <tchrist@jhereg.perl.com>
13215          To: The Perl Porters Mailing List <perl5-porters@perl.org>
13216          Subject: important UNDOC issues for 5.005_54
13217          Date: Wed, 16 Dec 1998 21:14:53 -0700
13218          Message-Id: <199812170414.VAA25860@jhereg.perl.com>
13219  Branch: cfgperl
13220        ! lib/warning.pm pod/perl5005delta.pod pod/perldelta.pod
13221 ____________________________________________________________________________
13222 [  2486] By: jhi                                   on 1998/12/17  12:47:15
13223     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13224          To: domo@computer.org
13225          Cc: jhi@iki.fi, perl5-porters@perl.org
13226          Subject: Re: stuff related to malloc.c
13227          Date: Wed, 16 Dec 1998 16:40:27 -0500 (EST)
13228          Message-Id: <199812162140.QAA04925@monk.mps.ohio-state.edu>
13229  Branch: cfgperl
13230        ! malloc.c
13231 ____________________________________________________________________________
13232 [  2485] By: jhi                                   on 1998/12/17  12:17:19
13233     Log: More porting notes.
13234  Branch: cfgperl
13235        ! Porting/pumpkin.pod
13236 ____________________________________________________________________________
13237 [  2484] By: jhi                                   on 1998/12/15  08:38:05
13238     Log: Undo #2386 and #2205.
13239  Branch: cfgperl
13240        ! pod/perlfunc.pod
13241 ____________________________________________________________________________
13242 [  2483] By: jhi                                   on 1998/12/14  17:58:35
13243     Log: lib was missing from @INC.
13244  Branch: cfgperl
13245        ! t/op/tr.t
13246 ____________________________________________________________________________
13247 [  2482] By: jhi                                   on 1998/12/14  17:52:42
13248     Log: Was missing use Text::Wrap.
13249  Branch: cfgperl
13250        ! t/lib/textfill.t
13251 ____________________________________________________________________________
13252 [  2481] By: jhi                                   on 1998/12/14  16:00:22
13253     Log: nlist.h not yet Configure-probed but DynaLoader Linux-hinted.
13254          
13255          From: Jonathan Roy <roy@idle.com>
13256          To: perl5-porters@perl.org
13257          Subject: nlist.h add to Configure checks?
13258          Date: Sun, 13 Dec 1998 22:22:49 -0500
13259          Message-Id: <4.1.19981213221847.00a3e100@pop-server.tampabay.rr.com>
13260  Branch: cfgperl
13261        + ext/DynaLoader/hints/linux.pl
13262        ! MANIFEST
13263 ____________________________________________________________________________
13264 [  2480] By: jhi                                   on 1998/12/14  15:02:44
13265     Log: Give up completely using nm in AIX.
13266          
13267          From: "Kurt D. Starsinic" <kstar@chapin.edu>
13268          To: Gurusamy Sarathy <gsar@engin.umich.edu>, Jarkko Hietaniemi <jhi@iki.fi>
13269          Cc: perl5-porters@perl.org
13270          Subject: [PATCH 5.005_54] AIX 4.3.1.0 fails to locate some functions
13271          Date: Thu, 10 Dec 1998 00:51:46 -0500
13272          Message-ID: <19981210005146.B29986@O2.chapin.edu>
13273  Branch: cfgperl
13274        ! hints/aix.sh
13275 ____________________________________________________________________________
13276 [  2479] By: jhi                                   on 1998/12/14  14:39:52
13277     Log: AIX' error messages are different.
13278          
13279          From: "Kurt D. Starsinic" <kstar@chapin.edu>
13280          To: Gurusamy Sarathy <gsar@engin.umich.edu>
13281          Cc: perl5-porters@perl.org
13282          Subject: [PATCH 5.005_54] AIX 4.1.3.0 fails pragma/warning.t
13283          Date: Thu, 10 Dec 1998 00:42:36 -0500
13284          Message-ID: <19981210004236.A29986@O2.chapin.edu>
13285          
13286          From: Michael Engel <engel@nms1.cc.huji.ac.il>
13287          To: perlbug@perl.com
13288          Subject: erroes in installing perl5*53 on IBM RS6000, aix 4.1
13289          Date: Mon, 14 Dec 1998 16:15:20 +0200 (IST)
13290          Message-ID: <Pine.A41.4.05_heb2.07.9812141609500.58712-300000@nms1.cc.huji.ac.il>
13291  Branch: cfgperl
13292        ! t/pragma/warn/doio
13293 ____________________________________________________________________________
13294 [  2475] By: jhi                                   on 1998/12/13  12:35:55
13295     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13296          To: jhi@iki.fi
13297          Cc: Carl_Adler@idx.com, perl5-porters@perl.org
13298          Subject: Re: stuff related to malloc.c
13299          Date: Sat, 12 Dec 1998 19:39:44 -0500 (EST)
13300          Message-Id: <199812130039.TAA21704@monk.mps.ohio-state.edu>
13301  Branch: cfgperl
13302        ! malloc.c
13303 ____________________________________________________________________________
13304 [  2474] By: jhi                                   on 1998/12/13  12:32:42
13305     Log: Some notes about porting issues.
13306  Branch: cfgperl
13307        ! Porting/pumpkin.pod
13308 ____________________________________________________________________________
13309 [  2473] By: jhi                                   on 1998/12/13  12:03:58
13310     Log: From: Laszlo Molnar <ml1050@freemail.c3.hu>
13311          To: Perl 5 Porters <perl5-porters@perl.org>
13312          Subject: [patch 5.005_02] dos-djgpp update
13313          Date: Sun, 13 Dec 1998 00:08:44 +0100
13314          Message-ID: <19981213000844.C264@beeblebrox>
13315  Branch: cfgperl
13316        ! djgpp/config.over
13317 ____________________________________________________________________________
13318 [  2472] By: gbarr                                 on 1998/12/12  17:12:28
13319     Log: undo changes to Exporter.pm from #2312
13320  Branch: maint-5.005/perl
13321        ! lib/Exporter.pm
13322 ____________________________________________________________________________
13323 [  2465] By: jhi                                   on 1998/12/12  12:31:21
13324     Log: Document that qw() taints.
13325          
13326          From: Christian Burger <burger@terra.mpikg-teltow.mpg.de> 
13327          To: perlbug@perl.com 
13328          Subject: taint problems
13329          Date: Sun, 1 Nov 1998 22:28:41 +0100 (MET) 
13330          Message-Id: <199811012128.WAA23381@terra.mpikg-teltow.mpg.de>
13331  Branch: cfgperl
13332        ! pod/perlop.pod
13333 ____________________________________________________________________________
13334 [  2464] By: jhi                                   on 1998/12/11  14:09:51
13335     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
13336          To: dist-users@foretune.co.jp
13337          Subject: (dist-users 871) dist-3.0@70 generates lots of main() without type
13338          Date: Mon, 07 Dec 1998 20:13:04 -0400
13339          Message-Id: <199812072313.UAA06181@sleipnir.valparaiso.cl>
13340  Branch: cfgperl
13341        ! Configure
13342 ____________________________________________________________________________
13343 [  2463] By: jhi                                   on 1998/12/11  13:29:54
13344     Log: MAXPATHLEN.
13345  Branch: cfgperl
13346        ! perl.h
13347 ____________________________________________________________________________
13348 [  2462] By: jhi                                   on 1998/12/11  08:37:58
13349     Log: From: Mark Kettenis <kettenis@phys.uva.nl>
13350          To: perl5-porters@perl.org
13351          Subject: [PATCH]5.005_54 (CONFIG) Added support for GNU/Hurd
13352          Date: Thu, 10 Dec 1998 22:00:57 +0100 (CET)
13353          Message-Id: <199812102100.WAA00097@delius.kettenis.nl>
13354  Branch: cfgperl
13355        + hints/gnu.sh
13356 ____________________________________________________________________________
13357 [  2461] By: nick                                  on 1998/12/10  21:00:50
13358     Log: Date: Wed, 09 Dec 1998 22:16:50 PST
13359          From: Vishal Bhatia <vishalb@hotmail.com>
13360          1. Fixes the bug  reported by  Robin Barker <rmb1@cise.npl.co.uk> 
13361          2. Fixes the bug  regarding return value of c-functions generated out 
13362          of perl subs. ( Just includes the patch I sent earlier)
13363          3. Incorporates the other changes that need to be done to get CC.pm
13364          use ISA search for packages and methods on the same lines as C.pm
13365          
13366          Vishal would appreciate comments about B::Stackobj changes from 
13367          someone knowing that module well.
13368  Branch: perl
13369        ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
13370 ____________________________________________________________________________
13371 [  2460] By: jhi                                   on 1998/12/08  08:11:27
13372     Log: Integrate from mainperl.
13373  Branch: cfgperl
13374       !> Changes ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
13375       !> ext/B/B/Deparse.pm perl.h pod/perl.pod pod/perl5005delta.pod
13376       !> pod/perldiag.pod pod/perlfunc.pod pp_sys.c t/lib/io_unix.t
13377       !> toke.c util.c
13378 ____________________________________________________________________________
13379 [  2459] By: jhi                                   on 1998/12/07  07:50:11
13380     Log: From: hansm@icgroup.nl 
13381          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on OPENSTEP-Mach 4_1 (UNINSTALLED)
13382          Reply-To: hansmu@xs4all.nl 
13383          To: perlbug@perl.com 
13384          Date: Sun, 6 Dec 98 22:19:54 +0100 
13385          Message-Id: <9812062116.AA26445@icgned.icgroup.nl> 
13386  Branch: cfgperl
13387        ! util.c
13388 ____________________________________________________________________________
13389 [  2458] By: gsar                                  on 1998/12/07  06:00:55
13390     Log: fix dup lexical
13391  Branch: perl
13392        ! ext/B/B/Deparse.pm t/lib/io_unix.t
13393 ____________________________________________________________________________
13394 [  2457] By: gsar                                  on 1998/12/06  14:38:59
13395     Log: mention limit on line numbers reported by diagnostics
13396  Branch: perl
13397        ! pod/perl.pod toke.c
13398 ____________________________________________________________________________
13399 [  2456] By: gsar                                  on 1998/12/06  13:49:02
13400     Log: branch perldelta.pod
13401  Branch: maint-5.005/perl
13402       +> pod/perldelta.pod
13403 ____________________________________________________________________________
13404 [  2455] By: gsar                                  on 1998/12/06  13:47:21
13405     Log: clobber perldelta.pod to reestablish branch from perl5005delta.pod
13406  Branch: maint-5.005/perl
13407        - pod/perldelta.pod
13408 ____________________________________________________________________________
13409 [  2454] By: gsar                                  on 1998/12/06  13:35:31
13410     Log: fix outdated/incorrect info about arbitrary limits
13411  Branch: perl
13412        ! Changes perl.h pod/perl.pod pod/perl5005delta.pod
13413        ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c util.c
13414 ____________________________________________________________________________
13415 [  2453] By: nick                                  on 1998/12/05  16:14:42
13416     Log: Avoid hard-coding op numbers
13417          Update CC.pm to save %INC, and to co-exist with new C.pm
13418  Branch: perl
13419        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
13420 ____________________________________________________________________________
13421 [  2452] By: nick                                  on 1998/12/05  10:44:28
13422     Log: B.xs had its own code to calculate hash() which differed from
13423          PERL_HASH in hv.h - so all saved HV's were mangled - including %INC
13424          which meant that run-time require was re-done.
13425          Removed some debug from C.pm
13426  Branch: perl
13427        ! ext/B/B.xs ext/B/B/C.pm
13428 ____________________________________________________________________________
13429 [  2451] By: nick                                  on 1998/12/04  21:58:49
13430     Log: Snapshot of re-worked B::C which compiles Tk apps at least as
13431          well as _54, but with pre-scan for classes and save the ISA scheme.
13432  Branch: perl
13433        ! ext/B/B/C.pm
13434 ____________________________________________________________________________
13435 [  2450] By: nick                                  on 1998/12/04  17:58:44
13436     Log: Vishal Bhatia's patch as a basis.
13437  Branch: perl
13438        ! ext/B/B/C.pm ext/B/B/CC.pm
13439 ____________________________________________________________________________
13440 [  2449] By: jhi                                   on 1998/12/04  16:39:21
13441     Log: Integrate from mainperl.
13442  Branch: cfgperl
13443       !> t/op/goto.t t/op/tr.t
13444 ____________________________________________________________________________
13445 [  2448] By: gsar                                  on 1998/12/04  06:06:49
13446     Log: tweak test for UTEST
13447  Branch: perl
13448        ! t/op/tr.t
13449 ____________________________________________________________________________
13450 [  2444] By: jhi                                   on 1998/12/03  14:37:22
13451     Log: s/\bthe the\b/the/g *.pod
13452  Branch: cfgperl
13453        ! pod/perlfaq8.pod pod/perlfunc.pod pod/perlguts.pod
13454 ____________________________________________________________________________
13455 [  2443] By: jhi                                   on 1998/12/03  13:39:53
13456     Log: Change#2441 aftermath.
13457  Branch: cfgperl
13458        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13459        ! config_h.SH thread.h vms/subconfigure.com
13460 ____________________________________________________________________________
13461 [  2441] By: jhi                                   on 1998/12/03  08:15:13
13462     Log: From: Dan Sugalski <sugalskd@osshe.edu>
13463          To: perl5-porters@perl.org, vmsperl@cor.newman.upenn.edu
13464          Subject: [PATCH 5.005_54]Initial VMS patches
13465          Date: 3 Dec 1998 01:05:55 +0200
13466          Message-ID: <MLIST_3.0.6.32.19981202141057.0339a7f0@ous.edu>
13467          
13468          The patch to config_h.SH requires more study because
13469          metaconfig needs to agree.
13470  Branch: cfgperl
13471        ! config_h.SH configure.com global.sym lib/ExtUtils/MM_VMS.pm
13472        ! t/lib/textfill.t t/pragma/warning.t vms/descrip_mms.template
13473        ! vms/gen_shrfls.pl vms/subconfigure.com vms/vmsish.h
13474 ____________________________________________________________________________
13475 [  2440] By: gsar                                  on 1998/12/03  01:32:16
13476     Log: add failed check-in of goto.t from change#1867
13477  Branch: perl
13478        ! t/op/goto.t
13479 ____________________________________________________________________________
13480 [  2437] By: jhi                                   on 1998/12/02  18:03:51
13481     Log: Fix most of the bad L<> links of
13482          
13483          From: Tom Christiansen <tchrist@jhereg.perl.com> 
13484          Subject: bad L<> links
13485          Reply-to: tchrist@perl.com 
13486          To: perlbug@jhereg.perl.com 
13487          Date: Tue, 11 Aug 1998 10:58:07 -0500 
13488          Message-Id: <199808111658.KAA00484@jhereg.perl.com> 
13489          
13490          The ones not fixed may require darker Pod::HTML magic,
13491          for example the perlguts.html#tags should work fine, IMHO.
13492  Branch: cfgperl
13493        ! pod/perl5005delta.pod pod/perlcall.pod pod/perldata.pod
13494        ! pod/perldiag.pod pod/perlfaq5.pod pod/perlfaq7.pod
13495        ! pod/perlfunc.pod pod/perlguts.pod pod/perllocale.pod
13496        ! pod/perlobj.pod pod/perlport.pod pod/perlsub.pod
13497        ! pod/perlvar.pod
13498 ____________________________________________________________________________
13499 [  2436] By: jhi                                   on 1998/12/02  16:35:04
13500     Log: One paste too many in #2345.
13501  Branch: cfgperl
13502        ! lib/Pod/Html.pm
13503 ____________________________________________________________________________
13504 [  2435] By: jhi                                   on 1998/12/02  16:32:33
13505     Log: Pod::Html and Pod::Text were not locale-savvy:
13506          for example in =head1 all non-ASCII-\w-runs were
13507          turned into underscores in NAME tags.  This could
13508          result in several NAME tags becoming identical.
13509          Reported by:
13510          
13511          From: Fyodor Krasnov <fyodor@aha.ru> 
13512          Subject: pod2html vs Russian Characters
13513          To: Tom.Christiansen@snn.aha.ru, tchrist@perl.com 
13514          Date: Tue, 24 Nov 1998 19:00:36 +0300 (MSK) 
13515          Message-Id: <199811241600.TAA05149@stat.aha.ru> 
13516  Branch: cfgperl
13517        ! lib/Pod/Html.pm lib/Pod/Text.pm
13518 ____________________________________________________________________________
13519 [  2434] By: jhi                                   on 1998/12/02  10:29:00
13520     Log: The real Mc5_54 integration.
13521  Branch: cfgperl
13522       !> Changes MANIFEST pod/perlhist.pod pp_hot.c
13523 ____________________________________________________________________________
13524 [  2433] By: jhi                                   on 1998/12/02  08:52:13
13525     Log: From: Andy Dougherty <doughera@lafayette.edu>
13526          To: Perl Porters <perl5-porters@perl.org>
13527          Subject: [PATCH 5.005_xx] Missing redirection of simple test program
13528          Date: Tue, 1 Dec 1998 13:40:12 -0500 (EST)
13529          Message-Id: <Pine.SUN.3.96.981201133546.4288K-100000@newton.phys>
13530  Branch: cfgperl
13531        ! Configure
13532 ____________________________________________________________________________
13533 [  2432] By: jhi                                   on 1998/12/02  08:49:47
13534     Log: From: Andy Dougherty <doughera@lafayette.edu>
13535          To: Perl Porters <perl5-porters@perl.org>
13536          Subject: [PATCH 5.005_xx] erroneous 'none' in lddlflags
13537          Date: Tue, 1 Dec 1998 12:50:27 -0500 (EST)
13538          Message-Id: <Pine.SUN.3.96.981201124929.4288H-100000@newton.phys>
13539  Branch: cfgperl
13540        ! Configure
13541 ____________________________________________________________________________
13542 [  2431] By: jhi                                   on 1998/12/01  16:11:50
13543     Log: From: achampio@lehman.com (Alan Champion)
13544          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on sun4-solaris 2.3 (UNINSTALLED)
13545          To: perlbug@perl.com
13546          Date: 1 Dec 1998 17:36:33 +0200
13547          Message-ID: <MLIST_9812011518.AA00005@lonhpov1.lehman.com>
13548          
13549          Skip NIS includes.
13550  Branch: cfgperl
13551        ! t/op/pwent.t
13552 ____________________________________________________________________________
13553 [  2430] By: gsar                                  on 1998/12/01  12:12:50
13554     Log: 5.005_54, as released
13555  Branch: perl
13556        ! Changes MANIFEST pod/perlhist.pod pp_hot.c
13557 ____________________________________________________________________________
13558 [  2429] By: jhi                                   on 1998/12/01  11:28:39
13559     Log: From: Anton Berezin <tobez@plab.ku.dk>
13560          To: perl5-porters@perl.org
13561          Subject: [PATCH 5.005_54] Configure - hints/freebsd.sh signal handler type
13562          Date: 30 Nov 1998 19:46:24 +0100
13563          Message-ID: <864srhhvcv.fsf@lion.plab.ku.dk>
13564  Branch: cfgperl
13565        ! hints/freebsd.sh
13566 ____________________________________________________________________________
13567 [  2428] By: jhi                                   on 1998/12/01  11:08:16
13568     Log: Integrate from _54 mainperl modulo the NetBSD ifdef in util.c.
13569  Branch: cfgperl
13570       +> (branch 30 files)
13571       !> (integrate 71 files)
13572 ____________________________________________________________________________
13573 [  2427] By: jhi                                   on 1998/12/01  10:51:37
13574     Log: Default to accepting a hinted $randfunc even when $csym
13575          does not find it.  (the previous defaylt behaviour was not
13576          to accept).
13577  Branch: cfgperl
13578        ! Configure
13579 ____________________________________________________________________________
13580 [  2426] By: jhi                                   on 1998/12/01  10:13:03
13581     Log: Separated the [:foo:] parsing to its own function.
13582          Passes all tests.
13583  Branch: cfgperl
13584        ! regcomp.c
13585 ____________________________________________________________________________
13586 [  2425] By: jhi                                   on 1998/12/01  08:22:49
13587     Log: Typo in comments.
13588  Branch: cfgperl
13589        ! regexec.c
13590 ____________________________________________________________________________
13591 [  2424] By: jhi                                   on 1998/12/01  08:21:38
13592     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13593          Subject: [PATCH 5.005_*] Debugger 'v' command
13594          To: perl5-porters@perl.org (Mailing list Perl5)
13595          Date: 1 Dec 1998 07:55:11 +0200
13596          Message-ID: <MLIST_199812010534.AAA21371@monk.mps.ohio-state.edu>
13597  Branch: cfgperl
13598        ! lib/perl5db.pl
13599 ____________________________________________________________________________
13600 [  2423] By: jhi                                   on 1998/12/01  08:19:08
13601     Log: From: pvhp@forte.com (Peter Prymmer)
13602          Subject: [PATCH 5.005_03t1 && 5.005_54]dll linkage side decks for OS/390
13603          To: perl5-porters@perl.org
13604          Date: 1 Dec 1998 07:27:11 +0200
13605          Message-ID: <MLIST_9812010508.AA07791@forte.com>
13606  Branch: cfgperl
13607        ! hints/os390.sh
13608 ____________________________________________________________________________
13609 [  2417] By: jhi                                   on 1998/11/30  08:14:00
13610     Log: s/SCM_CREDENTIALSS/SCM_CREDENTIAL/
13611  Branch: cfgperl
13612        ! ext/Socket/Socket.xs
13613 ____________________________________________________________________________
13614 [  2416] By: jhi                                   on 1998/11/30  08:00:15
13615     Log: Undo #2395, seems more like a problem in netbsd-current.
13616  Branch: cfgperl
13617        ! util.c
13618
13619 ----------------
13620 Version 5.005_54
13621 ----------------
13622
13623 ____________________________________________________________________________
13624 [  2414] By: gsar                                  on 1998/11/30  02:23:55
13625     Log: more JPL tweaks
13626  Branch: perl
13627        - jpl/JNI/MANIFEST jpl/PerlInterpreter/Makefile
13628        ! Changes MANIFEST jpl/JNI/JNI.pm jpl/README
13629 ____________________________________________________________________________
13630 [  2413] By: gsar                                  on 1998/11/30  01:35:56
13631     Log: stub bin/jpl that just runs JPL::Compile::files()
13632  Branch: perl
13633        + jpl/bin/jpl
13634 ____________________________________________________________________________
13635 [  2412] By: gsar                                  on 1998/11/30  01:32:14
13636     Log: delete symlink
13637  Branch: perl
13638        - jpl/bin/jpl
13639 ____________________________________________________________________________
13640 [  2410] By: gsar                                  on 1998/11/30  01:30:44
13641     Log: branch jpl from perlext to perl
13642  Branch: perl
13643       +> (branch 30 files)
13644 ____________________________________________________________________________
13645 [  2407] By: gsar                                  on 1998/11/30  01:24:53
13646     Log: JPL tweaks to build with 5.005
13647  Branch: perlext
13648        ! jpl/JNI/JNI.xs jpl/JNI/typemap jpl/JPL/Compile.pm
13649        ! jpl/PerlInterpreter/PerlInterpreter.c jpl/README
13650 ____________________________________________________________________________
13651 [  2406] By: gsar                                  on 1998/11/30  00:55:54
13652     Log: integrate changes#2273,2274,2288,2291 from maint-5.004
13653  Branch: perl
13654        ! Porting/patchls doio.c lib/Sys/Syslog.pm t/op/die_exit.t
13655 ____________________________________________________________________________
13656 [  2405] By: gsar                                  on 1998/11/30  00:28:55
13657     Log: patchlevel up to 54
13658  Branch: perl
13659        ! patchlevel.h win32/Makefile win32/config_H.bc
13660        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
13661 ____________________________________________________________________________
13662 [  2403] By: gsar                                  on 1998/11/29  23:35:50
13663     Log: integrate cfgperl changes into mainline
13664  Branch: perl
13665       !> Configure Porting/Glossary Porting/config.sh Porting/config_H
13666       !> config_h.SH pod/perlfunc.pod t/op/grent.t t/op/pwent.t util.c
13667 ____________________________________________________________________________
13668 [  2402] By: gsar                                  on 1998/11/29  23:08:42
13669     Log: sync Text::Wrap version number
13670  Branch: perl
13671        ! lib/Text/Wrap.pm
13672 ____________________________________________________________________________
13673 [  2401] By: gsar                                  on 1998/11/29  22:56:21
13674     Log: textfill.t tweak
13675  Branch: perl
13676        ! t/lib/textfill.t
13677 ____________________________________________________________________________
13678 [  2400] By: gsar                                  on 1998/11/29  22:50:41
13679     Log: update to Text::Wrap 98.112901 from David Muir Sharnoff
13680          <muir@idiom.com>
13681  Branch: perl
13682        + t/lib/textfill.t
13683        ! MANIFEST lib/Text/Wrap.pm
13684 ____________________________________________________________________________
13685 [  2399] By: gsar                                  on 1998/11/29  22:28:05
13686     Log: updated to Text::Wrap 98.112801 from CPAN; one published change
13687          has happened without the authors knowledge or consent; the subversive
13688          version (which is in 5.00502) breaks one of the tests in the
13689          authors testsuite; attempts are being made to find a fix that
13690          avoids breaking code already running with the 5.005_02 version
13691          From:    David Muir Sharnoff <muir@idiom.com>
13692          Date:    Sat, 28 Nov 1998 04:34:17 PST
13693          Message-Id: <199811281234.EAA03082@idiom.com>
13694          Subject: Updated Text::Wrap, Time::ParseDate, File::Flock
13695  Branch: perl
13696        ! lib/Text/Wrap.pm t/lib/textwrap.t
13697 ____________________________________________________________________________
13698 [  2397] By: nick                                  on 1998/11/29  20:13:58
13699     Log: Update docs and English.pm for $^C
13700  Branch: perl
13701        ! lib/English.pm pod/perlvar.pod
13702 ____________________________________________________________________________
13703 [  2396] By: jhi                                   on 1998/11/29  20:13:03
13704     Log: Mirror #2384.
13705  Branch: cfgperl
13706        ! t/op/pwent.t
13707 ____________________________________________________________________________
13708 [  2395] By: jhi                                   on 1998/11/29  19:59:12
13709     Log: Newer NetBSDs don't have NSIG in <sys/signal.h>, they need <signal.h>.
13710  Branch: cfgperl
13711        ! util.c
13712 ____________________________________________________________________________
13713 [  2394] By: gsar                                  on 1998/11/29  19:49:08
13714     Log: updated perlreftut.pod
13715  Branch: perl
13716        ! pod/perlreftut.pod
13717 ____________________________________________________________________________
13718 [  2393] By: gsar                                  on 1998/11/29  19:31:56
13719     Log: misc tweaks
13720  Branch: perl
13721        ! ext/IO/Makefile.PL lib/Test.pm t/lib/io_poll.t t/op/sort.t
13722 ____________________________________________________________________________
13723 [  2392] By: gsar                                  on 1998/11/29  19:31:18
13724     Log: notes about -DPERL_POLLUTE
13725  Branch: perl
13726        ! INSTALL pod/perldelta.pod win32/Makefile win32/makefile.mk
13727 ____________________________________________________________________________
13728 [  2391] By: gsar                                  on 1998/11/29  19:13:52
13729     Log: explain various win32 build caveats more clearly
13730  Branch: perl
13731        ! README.win32 win32/Makefile win32/makefile.mk
13732 ____________________________________________________________________________
13733 [  2390] By: gsar                                  on 1998/11/29  16:51:59
13734     Log: remove I_POLL detection (Configure will do that now)
13735  Branch: perl
13736        ! ext/IO/Makefile.PL
13737 ____________________________________________________________________________
13738 [  2389] By: jhi                                   on 1998/11/29  16:39:16
13739     Log: Add I_POLL for IO 1.20.
13740  Branch: cfgperl
13741        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13742        ! config_h.SH
13743 ____________________________________________________________________________
13744 [  2388] By: gsar                                  on 1998/11/29  16:23:30
13745     Log: add p4desc (augments 'p4 describe' output with diffs for new files)
13746  Branch: perl
13747        + Porting/p4desc
13748        ! MANIFEST
13749 ____________________________________________________________________________
13750 [  2387] By: gsar                                  on 1998/11/29  16:08:03
13751     Log: another threads reliability fix: serialize writes to thr->threadsv
13752          avoid most uses of PL_na (which is much more inefficient than a
13753          simple local); update docs to suit; PL_na now being thr->Tna may
13754          be a minor compatibility issue for extensions--will require dTHR
13755          outside of XSUBs (those get automatic dTHR)
13756  Branch: perl
13757        ! XSUB.h djgpp/djgpp.c doio.c doop.c dump.c ext/B/B.xs
13758        ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_next.xs
13759        ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
13760        ! ext/attrs/attrs.xs gv.c malloc.c mg.c op.c
13761        ! os2/OS2/REXX/REXX.xs os2/os2.c perl.c perly.c perly.y
13762        ! pod/perlcall.pod pod/perlembed.pod pod/perlguts.pod
13763        ! pod/perlxs.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c run.c sv.c
13764        ! t/op/pwent.t taint.c toke.c universal.c vmesa/vmesa.c
13765        ! vms/ext/Stdio/Stdio.xs vms/perly_c.vms vms/vms.c win32/win32.c
13766 ____________________________________________________________________________
13767 [  2386] By: jhi                                   on 1998/11/29  15:40:42
13768     Log: Tune the "if" entry.
13769  Branch: cfgperl
13770        ! pod/perlfunc.pod
13771 ____________________________________________________________________________
13772 [  2385] By: gsar                                  on 1998/11/29  12:40:28
13773     Log: various fixes for race conditions under threads: mutex locks based
13774          on PL_threadnum were seriously flawed, since it means more than one
13775          thread could enter the critical region; PL_na was global instead of
13776          thread-local; child thread could finish and free thr structures
13777          before Thread->new() got around to creating the Thread object;
13778          cv_clone() needed locking, as it mucks with PL_comppad and other
13779          global data; new_struct_thread() needed to lock template-thread's
13780          mutex while copying its data
13781  Branch: perl
13782        ! embedvar.h ext/Thread/Thread.xs gv.c op.c perl.c perlvars.h
13783        ! pp_hot.c thrdvar.h thread.h util.c win32/win32thread.c
13784 ____________________________________________________________________________
13785 [  2384] By: gsar                                  on 1998/11/29  10:54:38
13786     Log: s/warn/print/ on multiply defined groups
13787  Branch: perl
13788        ! t/op/grent.t
13789 ____________________________________________________________________________
13790 [  2383] By: gsar                                  on 1998/11/29  10:48:39
13791     Log: backout change#2334
13792  Branch: perl
13793        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
13794 ____________________________________________________________________________
13795 [  2382] By: jhi                                   on 1998/11/29  10:33:40
13796     Log: Better NetInfo behaviour.
13797  Branch: cfgperl
13798        ! t/op/grent.t t/op/pwent.t
13799 ____________________________________________________________________________
13800 [  2381] By: jhi                                   on 1998/11/29  10:08:15
13801     Log: Integrate from mainperl.
13802  Branch: cfgperl
13803       +> ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
13804       +> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
13805       +> ext/IO/poll.c ext/IO/poll.h pod/perlreftut.pod
13806       +> t/lib/io_const.t t/lib/io_dir.t t/lib/io_multihomed.t
13807       +> t/lib/io_poll.t t/lib/io_unix.t
13808       !> (integrate 58 files)
13809 ____________________________________________________________________________
13810 [  2380] By: gsar                                  on 1998/11/29  08:22:49
13811     Log: prefer IO::Handle for IO if FileHandle:: is empty (as suggested by
13812          Tim Bunce)
13813  Branch: perl
13814        ! gv.c
13815 ____________________________________________________________________________
13816 [  2379] By: gsar                                  on 1998/11/29  07:06:43
13817     Log: fix for pat.t failure under USE_THREADS
13818  Branch: perl
13819        ! pp_ctl.c regexec.c
13820 ____________________________________________________________________________
13821 [  2378] By: nick                                  on 1998/11/28  22:46:57
13822     Log: More C.pm tweaks
13823          Save globs even if we have saved cv itself before - may be imported.
13824          
13825          While we don't save "bootstrap" CV we need to provide a stub,
13826          so that if we require it later we don't fall through and attempt
13827          to DynaLoad module again.
13828          
13829          Attempt to save %INC so that "require" does not reload things
13830          we have compiled-in (does not work right yet - seems to be due
13831          to PL_incgv being created in perl_parse() current scheme setting 
13832          GvHV() is "better" than saving the glob, but still does not 
13833          work as I expect). 
13834  Branch: perl
13835        ! ext/B/B/C.pm
13836 ____________________________________________________________________________
13837 [  2377] By: gsar                                  on 1998/11/28  22:30:38
13838     Log: various tweaks; result passes all tests for normal build on Solaris;
13839          fails two pat.t tests under USE_THREADS; io_poll.t test#3 fails on
13840          win32 due to lack of select() that works on non-socket fds
13841  Branch: perl
13842        ! ext/IO/poll.c regcomp.c regexec.c scope.c
13843        ! t/lib/io_multihomed.t win32/makefile.mk
13844 ____________________________________________________________________________
13845 [  2376] By: gsar                                  on 1998/11/28  20:44:39
13846     Log: add $config_args to perl -V display (suggested by Ilya Zakharevich)
13847  Branch: perl
13848        ! myconfig
13849 ____________________________________________________________________________
13850 [  2375] By: gsar                                  on 1998/11/28  20:42:58
13851     Log: integrate cfgperl changes into mainline
13852  Branch: perl
13853       !> Configure ext/POSIX/hints/dynixptx.pl myconfig t/op/grent.t
13854       !> t/op/pwent.t t/op/undef.t t/pragma/locale.t util.c
13855 ____________________________________________________________________________
13856 [  2374] By: gsar                                  on 1998/11/28  20:02:03
13857     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13858          Date: Thu, 5 Nov 1998 02:21:12 -0500 (EST)
13859          Message-Id: <199811050721.CAA27998@monk.mps.ohio-state.edu>
13860          Subject: [PATCH 5.00553] Yet another OS/2 patch
13861  Branch: perl
13862        ! os2/Changes os2/Makefile.SHs os2/os2.c t/pragma/warn/op
13863 ____________________________________________________________________________
13864 [  2373] By: gsar                                  on 1998/11/28  19:30:06
13865     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13866          Date: Sat, 28 Nov 1998 01:51:56 -0500 (EST)
13867          Message-Id: <199811280651.BAA18095@monk.mps.ohio-state.edu>
13868          Subject: [PATCH 5.005_53] Change $#+
13869  Branch: perl
13870        ! mg.c pod/perlvar.pod t/op/pat.t
13871 ____________________________________________________________________________
13872 [  2372] By: gsar                                  on 1998/11/28  19:28:00
13873     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13874          Date: Sat, 28 Nov 1998 00:33:17 -0500 (EST)
13875          Message-Id: <199811280533.AAA25654@monk.mps.ohio-state.edu>
13876          Subject: [PATCH 5.005_53] Finishing off SNOBOL: $1 in (?{})
13877  Branch: perl
13878        ! embedvar.h mg.c objXSUB.h perl.c regexec.c t/op/pat.t
13879        ! thrdvar.h
13880 ____________________________________________________________________________
13881 [  2371] By: gsar                                  on 1998/11/28  19:23:53
13882     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13883          Date: Fri, 27 Nov 1998 16:16:48 -0500 (EST)
13884          Message-Id: <199811272116.QAA03502@monk.mps.ohio-state.edu>
13885          Subject: [PATCH 5.005_53] better -Mre=debugcolor
13886  Branch: perl
13887        ! embedvar.h objXSUB.h regexec.c thrdvar.h
13888 ____________________________________________________________________________
13889 [  2370] By: gsar                                  on 1998/11/28  19:21:17
13890     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13891          Date: Fri, 27 Nov 1998 15:22:19 -0500 (EST)
13892          Message-Id: <199811272022.PAA17874@monk.mps.ohio-state.edu>
13893          Subject: [PATCH 5.005_*] regcolors
13894  Branch: perl
13895        ! embed.h global.sym objXSUB.h proto.h regcomp.c regexec.c
13896 ____________________________________________________________________________
13897 [  2369] By: gsar                                  on 1998/11/28  19:00:15
13898     Log: allow final period in a file (not followed by a newline) to
13899          terminate format spec
13900  Branch: perl
13901        ! toke.c
13902 ____________________________________________________________________________
13903 [  2368] By: gsar                                  on 1998/11/28  18:58:25
13904     Log: Liblist tweak suggested by Swen Thuemmler <Swen.Thuemmler@paderlinx.de>;
13905          add C<$Config{installarchlib}/CORE> to the default locations searched
13906          on win32
13907  Branch: perl
13908        ! lib/ExtUtils/Liblist.pm
13909 ____________________________________________________________________________
13910 [  2367] By: gsar                                  on 1998/11/28  18:46:05
13911     Log: applied suggested patch with PERL_OBJECT tweaks
13912          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13913          Date: Thu, 26 Nov 1998 02:46:20 -0500 (EST)
13914          Message-Id: <199811260746.CAA23164@monk.mps.ohio-state.edu>
13915          Subject: [PATCH 5.005_53] Enable $_ and pos() inside (?{ CODE }) in RExen
13916  Branch: perl
13917        ! embed.h embed.pl embedvar.h objXSUB.h pp_ctl.c proto.h
13918        ! regexec.c t/op/pat.t thrdvar.h
13919 ____________________________________________________________________________
13920 [  2366] By: gsar                                  on 1998/11/28  18:38:34
13921     Log: additional documentation for qr//
13922          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13923          Message-Id: <199811260751.CAA24560@monk.mps.ohio-state.edu>
13924          Date: Thu, 26 Nov 1998 02:51:09 -0500 (EST)
13925          Subject: [PATCH 5.005_*] Documentation (fwd)
13926  Branch: perl
13927        ! pod/perlfunc.pod pod/perlop.pod pod/perlpod.pod
13928 ____________________________________________________________________________
13929 [  2365] By: gsar                                  on 1998/11/28  18:35:35
13930     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13931          Date: Wed, 25 Nov 1998 23:33:45 -0500 (EST)
13932          Message-Id: <199811260433.XAA29281@monk.mps.ohio-state.edu>
13933          Subject: [PATCH 5.005_*] Fix \G in REx without //g
13934  Branch: perl
13935        ! cop.h embedvar.h objXSUB.h pp.c pp_ctl.c pp_hot.c regexec.c
13936        ! regexp.h t/op/pat.t thrdvar.h
13937 ____________________________________________________________________________
13938 [  2364] By: gsar                                  on 1998/11/28  18:24:20
13939     Log: update Test.pm to Test-1.12; tweak 're' detection
13940  Branch: perl
13941        ! lib/Test.pm
13942 ____________________________________________________________________________
13943 [  2363] By: gsar                                  on 1998/11/28  18:12:04
13944     Log: avoid command-line quoting portability problems in lex_assign.t
13945  Branch: perl
13946        ! t/op/lex_assign.t
13947 ____________________________________________________________________________
13948 [  2362] By: gsar                                  on 1998/11/28  18:08:50
13949     Log: From: John Tobey <jtobey@channel1.com>
13950          Date: Thu, 19 Nov 1998 14:14:15 -0500 (EST)
13951          Message-Id: <m0zgZWx-000FOgC@feynman.localnet>
13952          Subject: PATCH: document English.pm sawampersand and thread issues
13953  Branch: perl
13954        ! lib/English.pm pod/perlvar.pod
13955 ____________________________________________________________________________
13956 [  2361] By: gsar                                  on 1998/11/28  18:03:04
13957     Log: fix uninitialized warnings
13958          From: Brian Callaghan <callagh@itginc.com>
13959          Date: Thu, 19 Nov 1998 17:49:10 -0800
13960          Message-Id: <3654CA96.B64FCAEB@itginc.com>
13961          Subject: Complete.pm patch (version 1.1)
13962  Branch: perl
13963        ! lib/Term/Complete.pm
13964 ____________________________________________________________________________
13965 [  2360] By: gsar                                  on 1998/11/28  17:59:16
13966     Log: s/Array/List/ suggested by John Tobey
13967  Branch: perl
13968        ! pod/perldata.pod
13969 ____________________________________________________________________________
13970 [  2359] By: gsar                                  on 1998/11/28  17:47:48
13971     Log: update tie() entry in perlfunc to reflect TIEARRAY and TIEHANDLE
13972  Branch: perl
13973        ! lib/Tie/Handle.pm pod/perlfunc.pod
13974 ____________________________________________________________________________
13975 [  2358] By: jhi                                   on 1998/11/28  17:23:15
13976     Log: Revamp the locale tests.
13977          (0) Instead of rewiring a few locales scan for them.
13978          (1) Bogus test #101 removed.
13979          (2) All the locales are checked, the lists of failed
13980          and non-failed ones are displayed.
13981          (3) The test #103 is again 'active' so that it may fail.
13982          (4) To balance (3) a hopefully pacifying message is shown
13983          if the #103 fails.
13984  Branch: cfgperl
13985        ! t/pragma/locale.t
13986 ____________________________________________________________________________
13987 [  2357] By: gsar                                  on 1998/11/28  17:21:07
13988     Log: add perlreftut.pod
13989  Branch: perl
13990        + pod/perlreftut.pod
13991        ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod
13992        ! pod/perlref.pod pod/roffitall vms/descrip_mms.template
13993        ! win32/pod.mak
13994 ____________________________________________________________________________
13995 [  2356] By: jhi                                   on 1998/11/28  16:58:01
13996     Log: Change #2346 fallout.
13997  Branch: cfgperl
13998        ! t/op/undef.t
13999 ____________________________________________________________________________
14000 [  2355] By: gsar                                  on 1998/11/28  16:46:43
14001     Log: IO.xs tweaks; avoid coredump in io_xs.t; remove newCONSTSUB();
14002          ANSI prototypes
14003  Branch: perl
14004        ! ext/IO/IO.xs
14005 ____________________________________________________________________________
14006 [  2354] By: gsar                                  on 1998/11/28  16:08:07
14007     Log: add IO-1.20; mess with t/lib/io_*.t in an attempt to
14008          keep platform hacks that aren't in the 1.20 dist; add new files
14009          to MANIFEST; hack Makefile.PL; result hasn't been tested
14010          anywhere
14011  Branch: perl
14012        + ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
14013        + ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
14014        + ext/IO/poll.c ext/IO/poll.h t/lib/io_const.t t/lib/io_dir.t
14015        + t/lib/io_multihomed.t t/lib/io_poll.t t/lib/io_unix.t
14016        ! MANIFEST ext/IO/IO.pm ext/IO/IO.xs ext/IO/Makefile.PL
14017        ! ext/IO/README ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
14018        ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
14019        ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
14020        ! t/lib/io_sock.t t/lib/io_udp.t
14021 ____________________________________________________________________________
14022 [  2353] By: jhi                                   on 1998/11/28  15:51:03
14023     Log: Locale collation, ctype, and numeric, were initialized wrong
14024          (if LC_ALL or LANG were unset, so were the collation/ctype/numeric),
14025          as reported by
14026          
14027          From: Ilya.Sandler@etak.com (Ilya Sandler)
14028          Subject: a bug in locale handling: LC_COLLATE ignored sometimes
14029          To: perlbug@perl.com
14030          Date: 25 Nov 1998 04:53:52 +0200
14031          Message-ID: <MLIST_199811250226.SAA12590@axi001.etak.sw>
14032  Branch: cfgperl
14033        ! util.c
14034 ____________________________________________________________________________
14035 [  2352] By: nick                                  on 1998/11/28  15:21:59
14036     Log: Implement $^C to allow perl access to -c flag - I think this 
14037          was agreed once...
14038  Branch: perl
14039        ! gv.c mg.c
14040 ____________________________________________________________________________
14041 [  2351] By: jhi                                   on 1998/11/28  15:14:24
14042     Log: Change #2251 fixup.
14043  Branch: cfgperl
14044        ! myconfig
14045 ____________________________________________________________________________
14046 [  2350] By: jhi                                   on 1998/11/28  14:58:19
14047     Log: Integrate from mainperl.
14048  Branch: cfgperl
14049       +> ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
14050       +> ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
14051       +> pod/perl5005delta.pod
14052       !> (integrate 49 files)
14053 ____________________________________________________________________________
14054 [  2349] By: jhi                                   on 1998/11/28  14:27:36
14055     Log: Passwd and group file groveling.
14056  Branch: cfgperl
14057        ! t/op/grent.t t/op/pwent.t
14058 ____________________________________________________________________________
14059 [  2348] By: gsar                                  on 1998/11/28  14:09:50
14060     Log: more conservative version of changes#2345,2346,2347; those break
14061          C<defined(@{"foo::ISA"})> which seems to be extensively used in
14062          the libs :-(
14063  Branch: perl
14064        ! pp.c t/op/method.t
14065 ____________________________________________________________________________
14066 [  2347] By: gsar                                  on 1998/11/28  13:36:08
14067     Log: tweak bogus test
14068  Branch: perl
14069        ! t/op/method.t
14070 ____________________________________________________________________________
14071 [  2346] By: gsar                                  on 1998/11/28  13:20:34
14072     Log: test cases for previous change
14073  Branch: perl
14074        ! t/op/undef.t
14075 ____________________________________________________________________________
14076 [  2345] By: gsar                                  on 1998/11/28  13:07:17
14077     Log: fix typo in pp_defined() causing C<defined %tied> to fail
14078  Branch: perl
14079        ! pp.c
14080 ____________________________________________________________________________
14081 [  2344] By: gsar                                  on 1998/11/28  13:03:29
14082     Log: s/comment/comment_t/ tweak (suggested by John Gorman
14083          <jgorman@webbysoft.com>)
14084  Branch: perl
14085        ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
14086 ____________________________________________________________________________
14087 [  2343] By: gsar                                  on 1998/11/28  12:52:40
14088     Log: add (stub) perldelta.pod
14089  Branch: perl
14090        + pod/perldelta.pod
14091 ____________________________________________________________________________
14092 [  2342] By: gsar                                  on 1998/11/28  12:49:26
14093     Log: rename perldelta.pod to perl5005delta.pod in preparation for
14094          starting a new one
14095  Branch: perl
14096       +> pod/perl5005delta.pod
14097        - pod/perldelta.pod
14098        ! MANIFEST pod/perl.pod
14099 ____________________________________________________________________________
14100 [  2341] By: gsar                                  on 1998/11/28  12:41:55
14101     Log: fix MALLOC_LOCK #define
14102  Branch: perl
14103        ! malloc.c
14104 ____________________________________________________________________________
14105 [  2340] By: gsar                                  on 1998/11/28  12:18:23
14106     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14107          Date: Sun, 15 Nov 1998 20:25:50 -0500 (EST)
14108          Message-Id: <199811160125.UAA05268@monk.mps.ohio-state.edu>
14109          Subject: [PATCH 5.005_53] OS/2 events get closer to Perl
14110  Branch: perl
14111        ! os2/Changes os2/os2.c os2/os2.sym os2/os2ish.h
14112 ____________________________________________________________________________
14113 [  2339] By: jhi                                   on 1998/11/28  11:59:01
14114     Log: Add -lm to dynix/ptx POSIX hints.
14115          From: "Martin J. Bligh" <mbligh@sequent.com>
14116          To: jhi@iki.fi
14117          Subject: Re: Making Perl work on DYNIX/ptx
14118          Date: Wed, 25 Nov 1998 10:34:41 -0800
14119          Message-ID: <1457015007.911990081@w-186d219.rhe.sequent.com>
14120  Branch: cfgperl
14121        ! ext/POSIX/hints/dynixptx.pl
14122 ____________________________________________________________________________
14123 [  2338] By: jhi                                   on 1998/11/28  11:57:19
14124     Log: Detypo.
14125  Branch: cfgperl
14126        ! lib/filetest.pm
14127 ____________________________________________________________________________
14128 [  2337] By: jhi                                   on 1998/11/28  11:56:29
14129     Log: Better LD_LIBRARY_PATH instructions for Bourneists.
14130  Branch: cfgperl
14131        ! Configure
14132 ____________________________________________________________________________
14133 [  2336] By: gsar                                  on 1998/11/28  11:41:14
14134     Log: teach CPAN.pm to ignore beta perl distributions when looking for
14135          modules
14136          From: root@dogberry.rutgers.edu (root)
14137          Date: Thu, 12 Nov 1998 23:08:39 -0500
14138          Message-Id: <199811130408.XAA10578@dogberry.rutgers.edu>
14139          Subject: recompile tries getting a perl distribution
14140  Branch: perl
14141        ! lib/CPAN.pm
14142 ____________________________________________________________________________
14143 [  2335] By: gsar                                  on 1998/11/28  11:27:46
14144     Log: make $1 et al readonly under threads; make C<undef $1> fail like
14145          C<$1 = undef> does
14146  Branch: perl
14147        ! op.c pp.c t/op/undef.t
14148 ____________________________________________________________________________
14149 [  2334] By: gsar                                  on 1998/11/28  10:24:52
14150     Log: s/Regexp/re/ and clarify policy on lowercased object namespaces
14151  Branch: perl
14152        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
14153 ____________________________________________________________________________
14154 [  2333] By: gsar                                  on 1998/11/28  09:36:40
14155     Log: document changed PERL_HASH()
14156  Branch: perl
14157        ! pod/perlfunc.pod pod/perlguts.pod
14158 ____________________________________________________________________________
14159 [  2332] By: nick                                  on 1998/11/27  21:10:27
14160     Log: Handle INIT list in C.pm
14161          1. Provide init_av() from B.xs
14162          2. Export it in B.pm
14163          3. Use it in C.pm
14164          Also disable some pruning in savecv() which seems to undo
14165          my previous patch.
14166          Experimental feature - save pathnames of .so files in easily 
14167          grep-able form for use in wrapper to feed to linker.  
14168  Branch: perl
14169        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
14170 ____________________________________________________________________________
14171 [  2327] By: gsar                                  on 1998/11/27  15:12:01
14172     Log: integrate change#2315 from maint-5.005
14173  Branch: perl
14174        ! t/op/sort.t
14175       !> op.c sv.c
14176 ____________________________________________________________________________
14177 [  2326] By: gsar                                  on 1998/11/27  15:00:42
14178     Log: integrate changes#2304,2305,2306,2308 from maint-5.005
14179  Branch: perl
14180       !> ext/DynaLoader/dl_mpeix.xs installperl lib/ExtUtils/MM_Unix.pm
14181       !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
14182       !> lib/ExtUtils/typemap
14183 ____________________________________________________________________________
14184 [  2325] By: gsar                                  on 1998/11/27  14:46:18
14185     Log: malloc bugfix and documentation from Ilya Zakharevich
14186          Date: Tue, 24 Nov 1998 17:24:55 -0500 (EST)
14187          Message-Id: <199811242224.RAA22618@monk.mps.ohio-state.edu>
14188          Subject: [PATCH 5.005_*] Re: Internal coredump
14189          --
14190          Date: Thu, 26 Nov 1998 03:06:10 -0500 (EST)
14191          Message-Id: <199811260806.DAA28913@monk.mps.ohio-state.edu>
14192          Subject: [PATCH 5.005_*] malloc.c documentation
14193  Branch: perl
14194        ! malloc.c
14195 ____________________________________________________________________________
14196 [  2324] By: gsar                                  on 1998/11/27  14:41:38
14197     Log: B::C tweaks to allow Tk compiles from Nick Ing-Simmons
14198  Branch: perl
14199        ! ext/B/B/C.pm
14200 ____________________________________________________________________________
14201 [  2323] By: gsar                                  on 1998/11/27  14:33:44
14202     Log: From: maeda@src.ricoh.co.jp
14203          Date: Tue, 24 Nov 1998 10:37:45 +0900
14204          Message-Id: <199811240137.KAA05867@luna.src.ricoh.co.jp>
14205          Subject: format "..." bug
14206  Branch: perl
14207        ! pp_ctl.c t/op/write.t
14208 ____________________________________________________________________________
14209 [  2322] By: gsar                                  on 1998/11/27  14:20:12
14210     Log: add ext/Devel/Peek
14211          From: jan.dubois@ibm.net (Jan Dubois)
14212          Date: Mon, 23 Nov 1998 00:48:11 +0100
14213          Message-ID: <36589ec9.49964585@smtp1.ibm.net>
14214          Subject: [PATCH 5.005_53] Devel::Peek integration
14215  Branch: perl
14216        + ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
14217        + ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
14218        ! MANIFEST dump.c embed.h embedvar.h global.sym intrpvar.h
14219        ! objXSUB.h perl.c perl.h proto.h sv.c sv.h thrdvar.h
14220        ! win32/GenCAPI.pl win32/Makefile win32/makefile.mk
14221 ____________________________________________________________________________
14222 [  2321] By: gsar                                  on 1998/11/27  13:03:08
14223     Log: ensure 'make regen_headers' even without perl installed
14224          (suggested by Ilya Zakharevich)
14225  Branch: perl
14226        ! bytecode.pl warning.pl
14227 ____________________________________________________________________________
14228 [  2320] By: gsar                                  on 1998/11/27  12:58:36
14229     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14230          Date: Mon, 9 Nov 1998 19:03:25 -0500 (EST)
14231          Message-Id: <199811100003.TAA05815@monk.mps.ohio-state.edu>
14232          Subject: [PATCH 5.005_*] Cosmetic malloc patch
14233  Branch: perl
14234        ! malloc.c
14235 ____________________________________________________________________________
14236 [  2319] By: gsar                                  on 1998/11/27  12:56:13
14237     Log: eliminate dup hunk from integration
14238  Branch: perl
14239        ! lib/filetest.pm perl.h
14240 ____________________________________________________________________________
14241 [  2318] By: gsar                                  on 1998/11/27  12:50:08
14242     Log: integrate cfgperl changes into mainline
14243  Branch: perl
14244       +> ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
14245        ! pod/perlfaq4.pod
14246       !> (integrate 30 files)
14247 ____________________________________________________________________________
14248 [  2317] By: jhi                                   on 1998/11/27  11:38:13
14249     Log: C<-x>.
14250  Branch: cfgperl
14251        ! lib/filetest.pm
14252 ____________________________________________________________________________
14253 [  2316] By: jhi                                   on 1998/11/27  11:10:22
14254     Log: Integrate from mainperl.
14255  Branch: cfgperl
14256       !> XSUB.h embed.h embed.pl embedvar.h ext/Thread/Thread.xs
14257       !> iperlsys.h mg.c objXSUB.h op.c pp_ctl.c pp_sys.c proto.h
14258       !> t/comp/package.t t/lib/dumper.t t/pragma/warn/pp_ctl
14259       !> universal.c util.c win32/GenCAPI.pl win32/win32.h
14260       !> win32/win32sck.c
14261 ____________________________________________________________________________
14262 [  2315] By: gbarr                                 on 1998/11/27  05:16:50
14263     Log: integrate change#2246 from mainline, while still allowing
14264          C<sort $globref @foo>
14265          
14266          allow C<sort $coderef @foo>
14267  Branch: maint-5.005/perl
14268        ! op.c sv.c
14269       !> t/op/sort.t
14270 ____________________________________________________________________________
14271 [  2308] By: gbarr                                 on 1998/11/27  00:11:44
14272     Log: Updates for MPE/iX DynaLoader and installperl, via private mail
14273          forwarded by Jarkko Hietaniemi from Mark Bixby
14274  Branch: maint-5.005/perl
14275        ! ext/DynaLoader/dl_mpeix.xs installperl
14276 ____________________________________________________________________________
14277 [  2306] By: gbarr                                 on 1998/11/26  23:44:47
14278     Log: Allow PL_FILES to have multiple targets from one source by allowing
14279          an array ref as the value in the hash
14280  Branch: maint-5.005/perl
14281        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
14282        ! lib/ExtUtils/MakeMaker.pm
14283 ____________________________________________________________________________
14284 [  2305] By: gbarr                                 on 1998/11/26  23:38:06
14285     Log: fix unsigned variables to use SvUV and sv_setuv
14286  Branch: maint-5.005/perl
14287        ! lib/ExtUtils/typemap
14288 ____________________________________________________________________________
14289 [  2304] By: gbarr                                 on 1998/11/26  23:36:17
14290     Log: Fix embeded \n in ABSTRACT and <> in AUTHOR
14291  Branch: maint-5.005/perl
14292        ! lib/ExtUtils/MM_Unix.pm
14293 ____________________________________________________________________________
14294 [  2301] By: gsar                                  on 1998/11/26  10:16:54
14295     Log: fix PL_defoutgv leak under threads
14296  Branch: perl
14297        ! ext/Thread/Thread.xs
14298 ____________________________________________________________________________
14299 [  2300] By: gsar                                  on 1998/11/26  09:04:44
14300     Log: properly free temporaries created by threads
14301  Branch: perl
14302        ! ext/Thread/Thread.xs
14303 ____________________________________________________________________________
14304 [  2299] By: gsar                                  on 1998/11/26  06:51:16
14305     Log: fix C<if (...) { package Foo; ... }> misoptimization that fails
14306          to set the package for the block properly
14307  Branch: perl
14308        ! op.c t/comp/package.t t/lib/dumper.t
14309 ____________________________________________________________________________
14310 [  2298] By: nick                                  on 1998/11/24  22:04:20
14311     Log: Part-1 of tweaks to allow Tk to be "compiled"
14312          Make XS_UNIVERSAL_xxx non-static so they can be found in libperl.
14313          (May also need attention to exports etc. - to follow.)
14314  Branch: perl
14315        ! universal.c
14316 ____________________________________________________________________________
14317 [  2294] By: jhi                                   on 1998/11/23  10:44:26
14318     Log: The new socket tests need in some platforms
14319          to #include <sys/types.h>.
14320  Branch: cfgperl
14321        ! Configure
14322 ____________________________________________________________________________
14323 [  2293] By: jhi                                   on 1998/11/23  10:33:42
14324     Log: From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
14325          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
14326          Subject: Re: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
14327          Date: Mon, 23 Nov 1998 10:07:04 +0100
14328          Message-Id: <9811230907.AA06484@AWT.nl>
14329          
14330          NeXTstep NetInfo uses nidump to get the user/group databases.
14331  Branch: cfgperl
14332        ! t/op/grent.t t/op/pwent.t
14333 ____________________________________________________________________________
14334 [  2291] By: TimBunce                              on 1998/11/22  22:23:09
14335     Log: Updated Porting/patchls utility.
14336  Branch: maint-5.004/perl
14337        ! Porting/patchls
14338 ____________________________________________________________________________
14339 [  2288] By: TimBunce                              on 1998/11/22  21:46:11
14340     Log: Title:  "Buglet in Sys::Syslog.pm (with fix)"
14341          From:  Henrik Tougaard <ht.000@foa.dk>
14342          Msg-ID:  <Pine.OSF.3.95.981117092651.1492C-100000@sula.pensam.dk>
14343          Files:  lib/Sys/Syslog.pm
14344  Branch: maint-5.004/perl
14345        ! lib/Sys/Syslog.pm
14346 ____________________________________________________________________________
14347 [  2286] By: jhi                                   on 1998/11/22  19:08:42
14348     Log: Change#2284 aid: allow also for plain old MSG_ and SCM_ #defines.
14349  Branch: cfgperl
14350        ! ext/Socket/Socket.xs
14351 ____________________________________________________________________________
14352 [  2285] By: jhi                                   on 1998/11/22  18:21:07
14353     Log: MSG_PROXY for GNU/Hurd (previously we believed that
14354          all GNU libc platforms have MSG_PROXY.  Untrue).
14355          In fact this ended up as a major MSG_* and SCM_*
14356          update.  The MSG_XXX known to be enums in some
14357          versions of the glibc are now probed for and respective
14358          HAS_MSG_XXX are defined.  While I was at it I noticed
14359          SCM_RIGHTS being similarly an enum.  This reminded me of
14360          an ancient discussion in perl5-porters:
14361          http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/9612/msg01017.html
14362          The BSD socket interface has a nifty feature for passing
14363          file descriptors and credentials--via sockets.  It may be
14364          too late to add this functionality to the CORE but
14365          at least Configure now probes for the functions,
14366          structs, and includes, defining the appropriate
14367          HAS_YYY and I_ZZZ, and the Socket extension exports
14368          the constants, in case somebody wants to write an
14369          extension for this interface.
14370  Branch: cfgperl
14371        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14372        ! config_h.SH ext/Socket/Socket.pm ext/Socket/Socket.xs
14373        ! iperlsys.h
14374 ____________________________________________________________________________
14375 [  2284] By: jhi                                   on 1998/11/22  18:13:21
14376     Log: perlhist.pod 1.54, containing 5_53.
14377  Branch: cfgperl
14378        ! pod/perlhist.pod
14379 ____________________________________________________________________________
14380 [  2274] By: TimBunce                              on 1998/11/22  16:25:46
14381     Log: Preserve errno around fcntl(fd,F_SETFD,fd > maxsysfd) in do_open()
14382  Branch: maint-5.004/perl
14383        ! doio.c
14384 ____________________________________________________________________________
14385 [  2273] By: TimBunce                              on 1998/11/22  16:17:43
14386     Log: Improve op/die_exit.t test for implicit close changing $!
14387  Branch: maint-5.004/perl
14388        ! t/op/die_exit.t
14389 ____________________________________________________________________________
14390 [  2268] By: jhi                                   on 1998/11/22  14:44:11
14391     Log: Fix thinko.
14392  Branch: cfgperl
14393        ! hints/dynixptx.sh
14394 ____________________________________________________________________________
14395 [  2267] By: jhi                                   on 1998/11/22  13:19:41
14396     Log: Document the d_socket override.
14397  Branch: cfgperl
14398        ! hints/dynixptx.sh
14399 ____________________________________________________________________________
14400 [  2266] By: jhi                                   on 1998/11/22  12:12:29
14401     Log: From: John Tobey <jtobey@channel1.com>
14402          Subject: [PATCH] perlfaq typos
14403          To: perl5-porters@perl.com
14404          Date: 22 Nov 1998 04:25:15 +0200
14405          Message-ID: <MLIST_m0zhPeF-000FOgC@feynman.localnet>
14406  Branch: cfgperl
14407        ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
14408        ! pod/perlfaq7.pod pod/perlfaq8.pod
14409 ____________________________________________________________________________
14410 [  2265] By: jhi                                   on 1998/11/22  12:06:29
14411     Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
14412          Subject: DB_File 1.61 patch for 5.005_53 & 5.005_02
14413          Newsgroups: hut.lists.perl5-porters
14414          To: gsar@engin.umich.edu (Gurusamy Sarathy)
14415          Cc: perl5-porters@perl.org (Perl5 Porters)
14416          Date: 20 Nov 1998 12:20:41 +0200
14417  Branch: cfgperl
14418        ! ext/DB_File/Changes ext/DB_File/DB_File.pm
14419        ! ext/DB_File/DB_File.xs
14420 ____________________________________________________________________________
14421 [  2264] By: jhi                                   on 1998/11/22  11:55:09
14422     Log: NeXTstep /etc/group and /etc/passwd are used only at boot time,
14423          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
14424          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
14425          To: perlbug@perl.com
14426          Date: 20 Nov 1998 18:39:06 +0200
14427          Lines: 47
14428          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
14429  Branch: cfgperl
14430        ! t/op/grent.t t/op/pwent.t
14431 ____________________________________________________________________________
14432 [  2263] By: jhi                                   on 1998/11/22  11:42:59
14433     Log: Permission testing is tricky when we have too much power.
14434          Problem reported in
14435          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
14436          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
14437          To: perlbug@perl.com
14438          Date: 20 Nov 1998 18:39:06 +0200
14439          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
14440  Branch: cfgperl
14441        ! t/op/filetest.t
14442 ____________________________________________________________________________
14443 [  2262] By: gsar                                  on 1998/11/22  11:37:02
14444     Log: fix broken CAPI generation
14445  Branch: perl
14446        ! win32/GenCAPI.pl
14447 ____________________________________________________________________________
14448 [  2261] By: jhi                                   on 1998/11/22  11:17:00
14449     Log: -x should be C<-x>, reported by Gerben Wierda.
14450  Branch: cfgperl
14451        ! pod/perlfunc.pod
14452 ____________________________________________________________________________
14453 [  2260] By: gsar                                  on 1998/11/22  11:12:02
14454     Log: phase 2 of PERL_OBJECT cleanup; objXSUB.h autogeneration
14455  Branch: perl
14456        ! XSUB.h embed.h embed.pl embedvar.h iperlsys.h objXSUB.h
14457        ! proto.h
14458 ____________________________________________________________________________
14459 [  2259] By: jhi                                   on 1998/11/22  11:06:40
14460     Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
14461          Subject: Re: [PATCH] Re: pod2man bug in date generated line
14462          To: Albert Dvornik <bert@genscan.com>, "Larry W. Virden" <lvirden@cas.org>
14463          Cc: perlbug@perl.com
14464          Date: 20 Nov 1998 21:30:17 +0200
14465          Message-ID: <MLIST_19981120131523.A464@O2.chapin.edu>
14466  Branch: cfgperl
14467        ! pod/pod2man.PL
14468 ____________________________________________________________________________
14469 [  2256] By: jhi                                   on 1998/11/21  10:44:01
14470     Log: From: Thomas Bowditch <bowditch@inmet.com>
14471          Subject: Benchmark.pm suggestion
14472          To: jhi@iki.fi, Tim.Bunce@ig.co.uk
14473          Date: Fri, 20 Nov 1998 17:43:46 -0500
14474          Message-Id: <199811202243.RAA26252@harp.camb.inmet.com>
14475          
14476          Added timesum().
14477  Branch: cfgperl
14478        ! lib/Benchmark.pm
14479 ____________________________________________________________________________
14480 [  2255] By: gsar                                  on 1998/11/21  08:45:06
14481     Log: another win32 portability fix: make sysread() and syswrite()
14482          work on sockets
14483  Branch: perl
14484        ! pp_sys.c win32/win32.h
14485 ____________________________________________________________________________
14486 [  2254] By: gsar                                  on 1998/11/21  07:49:06
14487     Log: win32_recvfrom() compatibility fix
14488  Branch: perl
14489        ! win32/win32sck.c
14490 ____________________________________________________________________________
14491 [  2253] By: jhi                                   on 1998/11/20  08:22:06
14492     Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
14493          To: jhi@iki.fi
14494          Subject: MPE/iX Perl 5.005_02 oops
14495          Date: Thu, 19 Nov 1998 17:10:45 -0800 (PST)
14496          Message-Id: <199811200110.RAA07395@spock.dis.cccd.edu>
14497  Branch: cfgperl
14498        ! ext/DynaLoader/dl_mpeix.xs installperl
14499 ____________________________________________________________________________
14500 [  2252] By: gsar                                  on 1998/11/19  17:38:03
14501     Log: mess_sv tweak for change#2249
14502  Branch: perl
14503        ! util.c
14504 ____________________________________________________________________________
14505 [  2251] By: jhi                                   on 1998/11/18  12:32:19
14506     Log: Display use64bits and usemultiplicity but only if necessary.
14507  Branch: cfgperl
14508        ! myconfig
14509 ____________________________________________________________________________
14510 [  2250] By: jhi                                   on 1998/11/18  12:26:50
14511     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl> 
14512          Subject: pp.c uses 'unsigned Quad_t'
14513          To: perlbug@perl.com 
14514          Date: Sun, 15 Nov 1998 20:57:05 -0300 
14515          Message-Id: <199811152357.UAA12768@sleipnir.valparaiso.cl>
14516  Branch: cfgperl
14517        ! perl.h pp.c
14518 ____________________________________________________________________________
14519 [  2249] By: gsar                                  on 1998/11/18  05:43:11
14520     Log: use PL_mess_sv only during global destruction (fixes problems with
14521          overlapping invocations of form()/warn()/die()/croak() trampling on
14522          each other's messages)
14523  Branch: perl
14524        ! mg.c util.c
14525 ____________________________________________________________________________
14526 [  2248] By: gsar                                  on 1998/11/18  05:39:36
14527     Log: tweak change#2245 to skip previous message if any
14528  Branch: perl
14529        ! pp_ctl.c t/pragma/warn/pp_ctl
14530 ____________________________________________________________________________
14531 [  2247] By: jhi                                   on 1998/11/17  11:46:56
14532     Log: Integrate from mainperl.
14533  Branch: cfgperl
14534       !> (integrate 26 files)
14535 ____________________________________________________________________________
14536 [  2246] By: gsar                                  on 1998/11/17  09:41:10
14537     Log: allow C<sort $coderef @foo>
14538  Branch: perl
14539        ! op.c t/op/sort.t t/pragma/overload.t
14540 ____________________________________________________________________________
14541 [  2245] By: gsar                                  on 1998/11/17  08:28:26
14542     Log: propagate failures in DESTROY() as (optional) warnings
14543  Branch: perl
14544        ! pod/perldiag.pod pp_ctl.c t/pragma/warn/pp_ctl
14545 ____________________________________________________________________________
14546 [  2244] By: gsar                                  on 1998/11/17  07:43:08
14547     Log: ensure PL_dirty is reinit-ed properly under -DMULTIPLICITY
14548  Branch: perl
14549        ! perl.c thrdvar.h
14550 ____________________________________________________________________________
14551 [  2243] By: gsar                                  on 1998/11/17  07:40:09
14552     Log: sort WARN_FOO symbols to avoid hash traversal order dependency
14553  Branch: perl
14554        ! lib/warning.pm warning.h warning.pl
14555 ____________________________________________________________________________
14556 [  2242] By: gsar                                  on 1998/11/17  06:32:39
14557     Log: fix skipspace() to properly account for newlines in eval''-ed
14558          strings (caused bogus line numbers in diagnostics and debugger)
14559  Branch: perl
14560        ! t/pragma/warn/pp_ctl t/pragma/warn/toke toke.c
14561 ____________________________________________________________________________
14562 [  2241] By: gsar                                  on 1998/11/17  03:48:12
14563     Log: s/Perl_utf8skip/PL_utf8skip/g
14564  Branch: perl
14565        ! embed.h embed.pl global.sym globvar.sym regexec.c utf8.h
14566 ____________________________________________________________________________
14567 [  2240] By: gsar                                  on 1998/11/14  06:09:06
14568     Log: rework op/groups.t
14569  Branch: perl
14570        ! t/op/filetest.t t/op/groups.t
14571 ____________________________________________________________________________
14572 [  2235] By: gsar                                  on 1998/11/14  00:17:05
14573     Log: catch a neophyte trap: open(<FH>), close(<FH>) etc.
14574  Branch: perl
14575        ! op.c
14576 ____________________________________________________________________________
14577 [  2234] By: gsar                                  on 1998/11/14  00:14:02
14578     Log: update Changes
14579  Branch: perl
14580        ! Changes win32/config.bc win32/config.gc win32/config.vc
14581 ____________________________________________________________________________
14582 [  2233] By: gsar                                  on 1998/11/13  09:43:03
14583     Log: doc tweak
14584  Branch: perl
14585        ! README.win32
14586 ____________________________________________________________________________
14587 [  2230] By: jhi                                   on 1998/11/12  17:07:45
14588     Log: Allow hints file override for d_socket
14589          (based on Sequent-induced change #2229).
14590  Branch: cfgperl
14591        ! Configure
14592 ____________________________________________________________________________
14593 [  2229] By: jhi                                   on 1998/11/12  16:32:33
14594     Log: 
14595          From: "Martin J. Bligh" <mbligh@sequent.com>
14596          To: jhi@iki.fi
14597          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
14598          Subject: Re: Making Perl work on DYNIX/ptx
14599          Date: Tue, 10 Nov 1998 16:24:26 -0800
14600          Message-ID: <181999655.910715066@w-186d219.rhe.sequent.com>
14601  Branch: cfgperl
14602        ! hints/dynixptx.sh
14603 ____________________________________________________________________________
14604 [  2228] By: jhi                                   on 1998/11/12  11:40:37
14605     Log: From: "Martin J. Bligh" <mbligh@sequent.com>
14606          Message-ID: <187803647.910720870@w-186d219.rhe.sequent.com>
14607          To: jhi@iki.fi
14608          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
14609          Subject: Re: Making Perl work on DYNIX/ptx
14610          Date: Tue, 10 Nov 1998 18:01:10 -0800
14611  Branch: cfgperl
14612        + ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
14613 ____________________________________________________________________________
14614 [  2227] By: jhi                                   on 1998/11/12  11:17:42
14615     Log: Integrate from mainperl.
14616  Branch: cfgperl
14617       !> Changes XSUB.h av.c embed.h embed.pl embedvar.h
14618       !> ext/IPC/SysV/Msg.pm global.sym hv.c lib/Text/Wrap.pm objXSUB.h
14619       !> perl.c perl.h pod/perlfunc.pod pod/perlvar.pod pp_sys.c
14620       !> proto.h regexec.c t/op/array.t util.c win32/makedef.pl
14621       !> win32/win32.c x2p/s2p.PL
14622 ____________________________________________________________________________
14623 [  2226] By: gsar                                  on 1998/11/11  21:05:42
14624     Log: provide -DPERL_POLLUTE
14625  Branch: perl
14626        ! embed.pl embedvar.h
14627 ____________________________________________________________________________
14628 [  2225] By: jhi                                   on 1998/11/09  07:45:12
14629     Log: From: Hans Mulder <hansm@icgroup.nl>
14630          To: Ilya Zakharevich <ilya@math.ohio-state.edu>
14631          Cc: gsar@engin.umich.edu (Gurusamy Sarathy), jhi@iki.fi,
14632          perl5-porters@perl.org
14633          Subject: Re: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1
14634          (UNINSTALLED)
14635          Date: Sun,  8 Nov 98 22:20:23 +0100
14636          Message-Id: <9811082119.AA11802@icgned.icgroup.nl>
14637  Branch: cfgperl
14638        ! malloc.c perl.h
14639 ____________________________________________________________________________
14640 [  2224] By: gsar                                  on 1998/11/09  03:13:14
14641     Log: avoid endless loops in Text::Wrap (from a suggestion by Lupe
14642          Christoph <lupe@alanya.m.isar.de>)
14643  Branch: perl
14644        ! lib/Text/Wrap.pm
14645 ____________________________________________________________________________
14646 [  2223] By: gsar                                  on 1998/11/09  02:09:06
14647     Log: fix misplaced brace in s2p (as suggested by Lionel Fourquaux
14648          <lionel.fourquaux@wanadoo.fr>)
14649  Branch: perl
14650        ! x2p/s2p.PL
14651 ____________________________________________________________________________
14652 [  2222] By: gsar                                  on 1998/11/09  01:56:24
14653     Log: patches from Hugo van der Sanden <hv@crypt.compulink.co.uk>
14654          Date: Wed, 04 Nov 1998 12:19:44 +0000
14655          Message-Id: <199811041219.MAA05451@crypt.compulink.co.uk>
14656          Subject: [PATCH] Re: [5.005_53] read overflow? 
14657          --
14658          Date: Wed, 04 Nov 1998 13:15:18 +0000
14659          Message-Id: <199811041315.NAA05711@crypt.compulink.co.uk>
14660          Subject: [PATCH 5.005_53] perl -V fix
14661  Branch: perl
14662        ! perl.c regexec.c
14663 ____________________________________________________________________________
14664 [  2221] By: gsar                                  on 1998/11/09  01:34:56
14665     Log: From: jan.dubois@ibm.net (Jan Dubois)
14666          Date: Sun, 01 Nov 1998 00:05:01 +0100
14667          Message-ID: <364294bd.18052307@smtp1.ibm.net>
14668          Subject: [PATCH v5.5.53, WIN32] PL_block_type undefined unless DEBUGGING
14669  Branch: perl
14670        ! Changes win32/makedef.pl
14671 ____________________________________________________________________________
14672 [  2220] By: gsar                                  on 1998/11/08  21:13:07
14673     Log: integrate changes#2120,2168,2218 from maint-5.005;
14674          add new vtbls; s/\bvtbl_/PL_vtbl_/; remove trailing comma in
14675          enum; make regen_headers
14676  Branch: perl
14677        ! XSUB.h embed.h embedvar.h ext/IPC/SysV/Msg.pm global.sym
14678        ! objXSUB.h perl.h pod/perlfunc.pod proto.h util.c win32/win32.c
14679 ____________________________________________________________________________
14680 [  2219] By: gsar                                  on 1998/11/08  19:42:57
14681     Log: integrate cfgperl changes into mainline
14682  Branch: perl
14683       +> README.vmesa
14684       !> Configure MANIFEST Porting/Glossary Porting/config.sh
14685       !> Porting/config_H config_h.SH ext/Thread/Thread.xs
14686       !> hints/hpux.sh hints/vmesa.sh lib/Math/Complex.pm malloc.c
14687       !> perl.h pod/perlfunc.pod pod/perllocale.pod pod/perlport.pod
14688       !> pp_sys.c sv.c t/lib/complex.t t/op/groups.t t/op/lex_assign.t
14689       !> thread.h vms/subconfigure.com vos/config.h
14690 ____________________________________________________________________________
14691 [  2218] By: gbarr                                 on 1998/11/08  16:48:44
14692     Log: From: Graham Barr <gbarr@ti.com>
14693          Date: Mon, 2 Nov 1998 07:38:52 -0600
14694          Message-ID: <19981102073852.A12751@asic.sc.ti.com>
14695          Subject: [PATCH 5.005_*] Re: IPC::Msg 1.03
14696  Branch: maint-5.005/perl
14697        ! ext/IPC/SysV/Msg.pm
14698 ____________________________________________________________________________
14699 [  2215] By: gsar                                  on 1998/11/08  02:52:52
14700     Log: set close-on-exec bit on pipe() FDs
14701  Branch: perl
14702        ! pod/perlfunc.pod pod/perlvar.pod pp_sys.c
14703 ____________________________________________________________________________
14704 [  2214] By: gsar                                  on 1998/11/08  02:27:57
14705     Log: typo in newHVhv()
14706  Branch: perl
14707        ! hv.c
14708 ____________________________________________________________________________
14709 [  2211] By: jhi                                   on 1998/11/07  21:14:18
14710     Log: Finalize the Mach CThreads support.
14711          
14712          From: Hans Mulder <hansm@icgroup.nl>
14713          Date: Sat,  7 Nov 98 22:06:20 +0100
14714          To: Gurusamy Sarathy <gsar@engin.umich.edu>
14715          Cc: jhi@iki.fi, perl5-porters@perl.org
14716          Subject: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED) 
14717          Message-Id: <9811072105.AA07794@icgned.icgroup.nl>
14718  Branch: cfgperl
14719        ! malloc.c perl.h
14720 ____________________________________________________________________________
14721 [  2210] By: gsar                                  on 1998/11/06  20:36:50
14722     Log: fix AvREALISH bogusness
14723  Branch: perl
14724        ! av.c t/op/array.t
14725 ____________________________________________________________________________
14726 [  2209] By: jhi                                   on 1998/11/06  08:05:31
14727     Log: Renamed malloc.c ASSERT() macro to P_ASSERT() because
14728          ASSERT() causes problems in {NeXTStep,OpenStep}.
14729          
14730          From: Hans Mulder <hansm@icgroup.nl>
14731          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
14732          Subject: Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED)
14733          Date: Fri,  6 Nov 98 01:27:41 +0100
14734          Message-Id: <9811060025.AA27389@icgned.icgroup.nl>
14735          
14736          and
14737          
14738          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14739          Subject: Re: ASSERT() in malloc.c
14740          To: jhi@iki.fi
14741          Date: Fri, 6 Nov 1998 02:59:29 -0500 (EST)
14742          Message-Id: <199811060759.CAA18915@monk.mps.ohio-state.edu>
14743  Branch: cfgperl
14744        ! malloc.c
14745 ____________________________________________________________________________
14746 [  2208] By: jhi                                   on 1998/11/06  07:55:38
14747     Log: Mach CThreads needs #include <mach/cthreads.h>.
14748  Branch: cfgperl
14749        ! perl.h
14750 ____________________________________________________________________________
14751 [  2206] By: jhi                                   on 1998/11/05  14:54:52
14752     Log: PERL_BADLANG wrongly documented.
14753          
14754          From: ts <decoux@moulon.inra.fr>
14755          To: jhi@cc.hut.fi
14756          Subject: Re: Locale warning messages
14757          Date: Thu, 5 Nov 1998 14:34:19 +0100 (MET)
14758          Message-Id: <199811051334.OAA24863@moulon.inra.fr>
14759          
14760          and
14761          
14762          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14763          Subject: Re: PERL_BADLANG
14764          To: jhi@iki.fi
14765          Subject: Re: PERL_BADLANG
14766          Date: Thu, 5 Nov 1998 09:49:00 -0500 (EST)
14767          Message-Id: <199811051449.JAA04238@monk.mps.ohio-state.edu>
14768  Branch: cfgperl
14769        ! pod/perllocale.pod
14770 ____________________________________________________________________________
14771 [  2205] By: jhi                                   on 1998/11/05  14:24:33
14772     Log: Document all the control flow keywords in perlfunc
14773          so that "perlfunc -f while" works.
14774  Branch: cfgperl
14775        ! pod/perlfunc.pod
14776 ____________________________________________________________________________
14777 [  2204] By: jhi                                   on 1998/11/05  12:46:02
14778     Log: Configure update.  Remove last trace of PTHREADS_CREATED_JOINABLE
14779          (from vos/config.h).  Update Porting/{Glossary,config*}.
14780  Branch: cfgperl
14781        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14782        ! config_h.SH vos/config.h
14783 ____________________________________________________________________________
14784 [  2203] By: jhi                                   on 1998/11/05  08:34:39
14785     Log: VM/ESA and VMS sig_num_init (change#2101) catchup.
14786  Branch: cfgperl
14787        ! hints/vmesa.sh vms/subconfigure.com
14788 ____________________________________________________________________________
14789 [  2202] By: jhi                                   on 1998/11/05  08:03:20
14790     Log: Integrate from mainperl.
14791  Branch: cfgperl
14792       !> Changes cop.h doop.c gv.c mg.c perl.c pp_ctl.c sv.c util.c
14793       !> win32/Makefile win32/makefile.mk win32/win32.c
14794 ____________________________________________________________________________
14795 [  2201] By: gsar                                  on 1998/11/05  04:40:44
14796     Log: another POPSTACK victim
14797  Branch: perl
14798        ! cop.h sv.c
14799 ____________________________________________________________________________
14800 [  2196] By: gsar                                  on 1998/11/05  02:07:54
14801     Log: fix a location affected by change#2191, add note about POPSTACK
14802  Branch: perl
14803        ! cop.h gv.c pp_ctl.c
14804 ____________________________________________________________________________
14805 [  2195] By: gsar                                  on 1998/11/05  02:04:45
14806     Log: makefile notes
14807  Branch: perl
14808        ! win32/Makefile win32/makefile.mk
14809 ____________________________________________________________________________
14810 [  2192] By: gsar                                  on 1998/11/04  23:48:53
14811     Log: indeterminate order-of-evaluation fixes
14812  Branch: perl
14813        ! mg.c
14814 ____________________________________________________________________________
14815 [  2191] By: gsar                                  on 1998/11/04  23:02:16
14816     Log: refetch local stack pointer in POPSTACK
14817  Branch: perl
14818        ! cop.h perl.c
14819 ____________________________________________________________________________
14820 [  2190] By: jhi                                   on 1998/11/04  08:50:40
14821     Log: Configure update.
14822          Sequent DYNIX/ptx updates: osvers=$4 (instead of $3) of uname -a,
14823          
14824          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
14825          To: Martin Bligh <mbligh@sequent.com>
14826          Cc: Jarkko Hietaniemi <jhi@iki.fi>
14827          Subject: Re: Perl 5's configure on DYNIX/ptx
14828          Message-Id: <Pine.SUN.3.96.981103090824.5533B-100000@newton.phys>
14829          Date: Tue, 3 Nov 1998 09:35:26 -0500 (EST)
14830          
14831          find sockets also from libsocket, not just libnet.
14832          OS390: $compile_ok instead of $compile for <inttypes.h>,
14833          
14834          From: pvhp@forte.com (Peter Prymmer)
14835          To: Thomas.Dorner@start.de, jhi@iki.fi, neale@VMA.TABNSW.COM.AU
14836          Subject: _53 not OK on os390 but looking better than ever
14837          Date: Tue, 3 Nov 98 17:33:22 PST
14838          Message-Id: <9811040133.AA09450@forte.com>
14839  Branch: cfgperl
14840        ! Configure
14841 ____________________________________________________________________________
14842 [  2189] By: jhi                                   on 1998/11/04  07:43:58
14843     Log: sysio.t failure: fix undefined order of evaluation, from
14844          
14845          From: Spider Boardman <spider@web.zk3.dec.com>
14846          Subject: Not OK: perl 5.00553 on alpha-thread 5.0 [PATCH]
14847          To: perlbug@perl.com
14848          Date: 4 Nov 1998 01:22:30 +0200
14849          Message-ID: <MLIST_199811032227.RAA143892@web.zk3.dec.com>
14850  Branch: cfgperl
14851        ! pp_sys.c
14852 ____________________________________________________________________________
14853 [  2188] By: gsar                                  on 1998/11/04  02:59:16
14854     Log: fix return value of win32_pclose()
14855  Branch: perl
14856        ! win32/win32.c
14857 ____________________________________________________________________________
14858 [  2187] By: gsar                                  on 1998/11/04  02:56:34
14859     Log: s/sv_upgrade/SvUPGRADE/ a couple of places
14860  Branch: perl
14861        ! Changes doop.c gv.c util.c
14862 ____________________________________________________________________________
14863 [  2186] By: jhi                                   on 1998/11/03  08:17:52
14864     Log: Document quads in pack.
14865  Branch: cfgperl
14866        ! pod/perlfunc.pod
14867 ____________________________________________________________________________
14868 [  2185] By: jhi                                   on 1998/11/03  07:49:35
14869     Log: (IV) vs (I32) vs I_V()
14870          
14871          Subject: [PATCH 5.005_53] Reverting typecast in sv_upgrade()
14872          From: Anton Berezin <tobez@plab.ku.dk> 
14873          To: "p5p" <perl5-porters@perl.org> 
14874          Date: 01 Nov 1998 15:09:11 +0100 
14875          Message-ID: <86hfwjtshk.fsf@lion.plab.ku.dk>
14876          
14877          and
14878          
14879          From: Andy Dougherty <doughera@lafcol.lafayette.edu> 
14880          Date: Mon, 2 Nov 1998 10:17:34 -0500 (EST) 
14881          Message-Id: <Pine.SUN.3.96.981102101433.4479B-100000@newton.phys>
14882  Branch: cfgperl
14883        ! sv.c
14884 ____________________________________________________________________________
14885 [  2184] By: jhi                                   on 1998/11/03  07:42:46
14886     Log: VM/ESA updates.
14887  Branch: cfgperl
14888        + README.vmesa
14889        ! MANIFEST pod/perlfunc.pod pod/perlport.pod
14890 ____________________________________________________________________________
14891 [  2183] By: jhi                                   on 1998/11/02  12:58:13
14892     Log: The id(1)-parsing is real fun.
14893  Branch: cfgperl
14894        ! t/op/groups.t
14895 ____________________________________________________________________________
14896 [  2182] By: jhi                                   on 1998/11/02  12:07:43
14897     Log: Decommission the symlink test.
14898  Branch: cfgperl
14899        ! t/op/lex_assign.t
14900 ____________________________________________________________________________
14901 [  2181] By: jhi                                   on 1998/11/02  12:03:08
14902     Log: Replace ATTR_JOINABLE with true Configure probe
14903          for PTHREAD_CREATE_JOINABLE (or equivalent:
14904          PTHREAD_CREATE_UNDETACHED or __UNDETACHED).
14905          Remove ATTR_JOINABLE itself: Thread.xs uses
14906          PTHREAD_CREATE_JOINABLE (or equivalent) directly.
14907          
14908          Really scan for <mach/cthreads.h> only if usethreads.
14909  Branch: cfgperl
14910        ! Configure config_h.SH ext/Thread/Thread.xs thread.h
14911 ____________________________________________________________________________
14912 [  2180] By: jhi                                   on 1998/11/02  11:07:34
14913     Log: In HP-UX 10.X usethreads only if the required files are present.
14914  Branch: cfgperl
14915        ! hints/hpux.sh
14916 ____________________________________________________________________________
14917 [  2179] By: jhi                                   on 1998/11/02  09:10:33
14918     Log: Prefer groups(1).
14919          id -Gn can be broken.
14920          id -a can save the day.
14921  Branch: cfgperl
14922        ! t/op/groups.t
14923 ____________________________________________________________________________
14924 [  2178] By: jhi                                   on 1998/11/02  08:35:29
14925     Log: Detrail enum comma.
14926  Branch: cfgperl
14927        ! perl.h
14928 ____________________________________________________________________________
14929 [  2177] By: jhi                                   on 1998/11/02  08:24:12
14930     Log: 0**0 = 1, from
14931          
14932          From: d-lewart@uiuc.edu (Daniel S. Lewart)
14933          Subject: Math::Complex 0**0 patches
14934          Date: Sun, 1 Nov 1998 19:21:48 -0600 (CST)
14935          Message-Id: <199811020121.TAA28310@staff2.cso.uiuc.edu>
14936          To: jhi@iki.fi (Jarkko Hietaniemi),
14937          Raphael_Manfredi@grenoble.hp.com (Raphael Manfredi)
14938  Branch: cfgperl
14939        ! lib/Math/Complex.pm t/lib/complex.t
14940 ____________________________________________________________________________
14941 [  2168] By: gbarr                                 on 1998/11/01  01:58:58
14942     Log: From: jan.dubois@ibm.net (Jan Dubois)   
14943          Date: Fri, 09 Oct 1998 23:28:31 +0200
14944          Message-ID: <36217b7f.3193091@smtp1.ibm.net>
14945          Subject: [PATCH 5.005_02] Allow XS access to vtbl_*s when compiled with PERL_OBJECT
14946  Branch: maint-5.005/perl
14947        ! XSUB.h
14948 ____________________________________________________________________________
14949 [  2164] By: jhi                                   on 1998/10/31  15:50:02
14950     Log: Integrate from mainperl.
14951  Branch: cfgperl
14952       +> t/op/lex_assign.t
14953       !> (integrate 45 files)
14954
14955 ----------------
14956 Version 5.005_53
14957 ----------------
14958
14959 ____________________________________________________________________________
14960 [  2163] By: gsar                                  on 1998/10/31  11:31:12
14961     Log: bump patchlevel; other minor fixes for clean build and test on
14962          Solaris and win32
14963  Branch: perl
14964        ! Changes ext/Data/Dumper/Dumper.xs patchlevel.h pp.h sv.c
14965        ! t/lib/dumper.t t/op/groups.t t/op/lex_assign.t
14966        ! t/pragma/warn/regexec win32/Makefile win32/config_H.bc
14967        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
14968        ! x2p/a2p.c
14969 ____________________________________________________________________________
14970 [  2162] By: gsar                                  on 1998/10/31  09:40:31
14971     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14972          Date: Fri, 30 Oct 1998 18:36:20 -0500 (EST)
14973          Message-Id: <199810302336.SAA17336@monk.mps.ohio-state.edu>
14974          Subject: Re: [PATCH 5.00552] Overloaded <> and deref again
14975  Branch: perl
14976        ! pp.h
14977 ____________________________________________________________________________
14978 [  2161] By: gsar                                  on 1998/10/31  09:39:13
14979     Log: From: Albert Dvornik <bert@genscan.com>
14980          Date: 30 Oct 1998 17:50:04 -0500
14981          Message-Id: <tqd879vf4z.fsf@puma.genscan.com>
14982          Subject: [PATCH perl5.00[45]] a2p: make sprintf less greedy without -o
14983  Branch: perl
14984        ! x2p/Makefile.SH x2p/a2p.c x2p/a2p.pod x2p/a2p.y x2p/a2py.c
14985 ____________________________________________________________________________
14986 [  2160] By: gsar                                  on 1998/10/31  09:35:03
14987     Log: fix for bugs in -x mode
14988          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14989          Date: Sat, 31 Oct 1998 00:30:57 -0500 (EST)
14990          Message-Id: <199810310530.AAA22277@monk.mps.ohio-state.edu>
14991          Subject: [PATCH 5.00552] Fix h2xs
14992  Branch: perl
14993        ! utils/h2xs.PL
14994 ____________________________________________________________________________
14995 [  2159] By: gsar                                  on 1998/10/31  09:31:36
14996     Log: Data::Dumper update
14997  Branch: perl
14998        ! ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
14999        ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo
15000 ____________________________________________________________________________
15001 [  2153] By: gsar                                  on 1998/10/30  21:40:09
15002     Log: add testsuite portion of patch
15003          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15004          Date: Thu, 29 Oct 1998 23:20:01 -0500 (EST)
15005          Message-Id: <199810300420.XAA25651@monk.mps.ohio-state.edu>
15006          Subject: [PATCH 5.00321 ;-)] 87% speedup
15007  Branch: perl
15008        + t/op/lex_assign.t
15009        ! MANIFEST
15010 ____________________________________________________________________________
15011 [  2152] By: gsar                                  on 1998/10/30  21:08:11
15012     Log: mention the C<$SIG{CHLD} = 'IGNORE'> special case
15013  Branch: perl
15014        ! pod/perlfunc.pod pod/perlipc.pod pod/perlvar.pod
15015 ____________________________________________________________________________
15016 [  2151] By: gsar                                  on 1998/10/30  20:18:09
15017     Log: From: Mark-Jason Dominus <mjd@plover.com>
15018          Date: Fri, 30 Oct 1998 14:24:23 EST
15019          Message-Id: <19981030192423.27276.qmail@plover.com>
15020          Subject: PATCH: (5.005_02)  a2p should use `chomp' instead of `chop'
15021  Branch: perl
15022        ! x2p/walk.c
15023 ____________________________________________________________________________
15024 [  2150] By: gsar                                  on 1998/10/30  20:08:57
15025     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15026          Date: Thu, 29 Oct 1998 22:04:54 -0500 (EST)
15027          Message-Id: <199810300304.WAA23291@monk.mps.ohio-state.edu>
15028          Subject: [PATCH 5.00552] Overloaded <> and deref again
15029  Branch: perl
15030        ! gv.c lib/overload.pm perl.h pp.c pp.h pp_hot.c pp_sys.c sv.c
15031        ! t/pragma/overload.t toke.c
15032 ____________________________________________________________________________
15033 [  2149] By: gsar                                  on 1998/10/30  19:38:15
15034     Log: From: Roderick Schertler <roderick@argon.org>
15035          Date: Thu, 29 Oct 1998 14:50:18 -0500
15036          Message-ID: <17625.909690618@eeyore.ibcinc.com>
15037          Subject: patch for daemonization docs in perlipc
15038  Branch: perl
15039        ! pod/perlipc.pod
15040 ____________________________________________________________________________
15041 [  2148] By: gsar                                  on 1998/10/30  19:36:07
15042     Log: From: Anton Berezin <tobez@plab.ku.dk>
15043          Date: 29 Oct 1998 17:06:25 +0100
15044          Message-ID: <86pvbbuzcu.fsf@lion.plab.ku.dk>
15045          Subject: [PATCH 5.005_52] win32_opendir() fails on empty drives
15046  Branch: perl
15047        ! win32/win32.c
15048 ____________________________________________________________________________
15049 [  2147] By: gsar                                  on 1998/10/30  19:31:37
15050     Log: tweaked version of suggested patch
15051          From: Anton Berezin <tobez@plab.ku.dk>
15052          Date: 29 Oct 1998 14:48:54 +0100
15053          Message-ID: <86yapzv5q1.fsf@lion.plab.ku.dk>
15054          Subject: [PATCH 5.005_52] One more problem with win32_stat and MSVC
15055  Branch: perl
15056        ! win32/win32.c
15057 ____________________________________________________________________________
15058 [  2146] By: gsar                                  on 1998/10/30  19:03:50
15059     Log: hand-apply whitespace-mutiliated patch
15060          From: "vishal bhatia" <vishalb@hotmail.com>
15061          Date: Wed, 28 Oct 1998 23:45:32 PST
15062          Message-ID: <19981029074534.2334.qmail@hotmail.com>
15063          Subject: [PATCH 5.005_52]Compiling modules,more bugfixes for B
15064  Branch: perl
15065        ! ext/B/B/C.pm ext/B/B/CC.pm
15066 ____________________________________________________________________________
15067 [  2145] By: gsar                                  on 1998/10/30  18:46:58
15068     Log: remaining PL_foo stragglers
15069  Branch: perl
15070        ! doio.c ext/B/B.pm ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.pm
15071        ! op.h os2/os2.c vms/gen_shrfls.pl
15072 ____________________________________________________________________________
15073 [  2144] By: gsar                                  on 1998/10/30  17:38:36
15074     Log: integrate cfgperl tweaks into mainline
15075  Branch: perl
15076       !> Makefile.SH README.posix-bc doio.c ext/POSIX/POSIX.xs proto.h
15077       !> t/op/misc.t t/pragma/subs.t t/pragma/warning.t
15078 ____________________________________________________________________________
15079 [  2143] By: jhi                                   on 1998/10/30  13:27:39
15080     Log: There can be multiple yacc/bison errors.
15081  Branch: cfgperl
15082        ! t/op/misc.t t/pragma/subs.t t/pragma/warning.t
15083 ____________________________________________________________________________
15084 [  2142] By: jhi                                   on 1998/10/30  13:18:43
15085     Log: README.posix-bc update.
15086  Branch: cfgperl
15087        ! README.posix-bc
15088 ____________________________________________________________________________
15089 [  2141] By: jhi                                   on 1998/10/30  09:12:59
15090     Log: #2133 fallout.
15091  Branch: cfgperl
15092        ! doio.c ext/POSIX/POSIX.xs
15093 ____________________________________________________________________________
15094 [  2140] By: jhi                                   on 1998/10/30  08:43:18
15095     Log: Integrate from mainperl.
15096  Branch: cfgperl
15097       +> globvar.sym pp.sym
15098        - objpp.h thread.sym
15099       !> (integrate 61 files)
15100 ____________________________________________________________________________
15101 [  2133] By: gsar                                  on 1998/10/30  02:51:39
15102     Log: phase 1 of somewhat major rearrangement of PERL_OBJECT stuff
15103          (objpp.h is gone, embed.pl now does some of that); objXSUB.h
15104          should soon be automated also; the global variables that
15105          escaped the PL_foo conversion are now reined in; renamed
15106          MAGIC in regcomp.h to REG_MAGIC to avoid collision with the
15107          type of same name; duplicated lists of pp_things in various
15108          places is now gone; result has only been tested on win32
15109  Branch: perl
15110        + globvar.sym pp.sym
15111        - objpp.h thread.sym
15112        ! MANIFEST Makefile.SH av.c bytecode.h byterun.h cop.h doio.c
15113        ! doop.c dump.c embed.h embed.pl embedvar.h ext/B/B.xs
15114        ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs global.sym globals.c
15115        ! gv.c malloc.c mg.c objXSUB.h op.c opcode.h opcode.pl perl.c
15116        ! perl.h perl_exp.SH perlvars.h perly.c pod/perlguts.pod pp.c
15117        ! pp.h pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h regcomp.c
15118        ! regcomp.h regcomp.pl regcomp.sym regexec.c regnodes.h run.c
15119        ! scope.c sv.c t/op/filetest.t taint.c thrdvar.h toke.c util.c
15120        ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
15121        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
15122        ! win32/makedef.pl win32/makefile.mk win32/perlhost.h
15123 ____________________________________________________________________________
15124 [  2130] By: jhi                                   on 1998/10/29  15:31:26
15125     Log: Pure bison yylex() proto was broken.
15126  Branch: cfgperl
15127        ! proto.h
15128 ____________________________________________________________________________
15129 [  2126] By: jhi                                   on 1998/10/29  08:35:54
15130     Log: Integrate mainperl.
15131  Branch: cfgperl
15132       !> INSTALL README.cygwin32 cygwin32/gcc2 cygwin32/ld2
15133       !> lib/ExtUtils/MakeMaker.pm lib/perl5db.pl malloc.c pp.c
15134       !> pp_ctl.c proto.h regexec.c t/pragma/overload.t
15135       !> t/pragma/warn/doio toke.c win32/makefile.mk
15136 ____________________________________________________________________________
15137 [  2125] By: jhi                                   on 1998/10/29  08:32:38
15138     Log: EBCDIC Makefile.SH iteration converges.  Hopefully.
15139  Branch: cfgperl
15140        ! Makefile.SH
15141 ____________________________________________________________________________
15142 [  2124] By: jhi                                   on 1998/10/29  08:06:44
15143     Log: EBCDIC Makefile.SH tuneup.
15144  Branch: cfgperl
15145        ! Makefile.SH
15146 ____________________________________________________________________________
15147 [  2119] By: gsar                                  on 1998/10/28  23:24:04
15148     Log: remove doubled hunk from integration
15149  Branch: perl
15150        ! pp.c
15151 ____________________________________________________________________________
15152 [  2118] By: gsar                                  on 1998/10/28  22:03:31
15153     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15154          Date: Wed, 28 Oct 1998 01:23:27 -0500 (EST)
15155          Message-Id: <199810280623.BAA06968@monk.mps.ohio-state.edu>
15156          Subject: [PATCH 5.00552] Minor debugger tweaks
15157  Branch: perl
15158        ! lib/perl5db.pl
15159 ____________________________________________________________________________
15160 [  2117] By: gsar                                  on 1998/10/28  22:02:30
15161     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15162          Date: Wed, 28 Oct 1998 01:20:33 -0500 (EST)
15163          Message-Id: <199810280620.BAA06893@monk.mps.ohio-state.edu>
15164          Subject: [PATCH 5.00552] Make sort respect overloading
15165  Branch: perl
15166        ! pp_ctl.c proto.h t/pragma/overload.t
15167 ____________________________________________________________________________
15168 [  2116] By: gsar                                  on 1998/10/28  21:51:11
15169     Log: MM patches from Ilya Zakharevich
15170          Date: Wed, 28 Oct 1998 01:27:04 -0500 (EST)
15171          Message-Id: <199810280627.BAA07053@monk.mps.ohio-state.edu>
15172          Subject: [PATCH 5.00552] Make MakeMaker more verbose
15173          --
15174          Date: Wed, 28 Oct 1998 01:25:36 -0500 (EST)
15175          Message-Id: <199810280625.BAA06980@monk.mps.ohio-state.edu>
15176          Subject: [PATCH 5.00552] Make MakeMaker ignore errors in kid Makefile.PL
15177  Branch: perl
15178        ! lib/ExtUtils/MakeMaker.pm
15179 ____________________________________________________________________________
15180 [  2115] By: gsar                                  on 1998/10/28  21:46:19
15181     Log: add explicit references to perl source path in ld2 and gcc2
15182  Branch: perl
15183        ! README.cygwin32 cygwin32/gcc2 cygwin32/ld2
15184 ____________________________________________________________________________
15185 [  2114] By: gsar                                  on 1998/10/28  21:39:56
15186     Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
15187          Date: Tue, 27 Oct 1998 10:40:41 -0500 (EST)
15188          Message-Id: <Pine.SUN.3.96.981027103726.28498E-100000@newton.phys>
15189          Subject: [PATCH] Re: Problems with: Creating an installable tar archive
15190  Branch: perl
15191        ! INSTALL
15192 ____________________________________________________________________________
15193 [  2113] By: gsar                                  on 1998/10/28  21:21:16
15194     Log: integrate cfgperl into mainline
15195  Branch: perl
15196       +> t/op/filetest.t
15197       !> Configure MANIFEST Makefile.SH config_h.SH perl.h perly.y
15198       !> perly_c.diff pp.c proto.h t/comp/require.t t/io/pipe.t
15199       !> t/op/groups.t t/op/misc.t t/pragma/subs.t t/pragma/warning.t
15200       !> thread.h toke.c vmesa/Makefile
15201 ____________________________________________________________________________
15202 [  2112] By: gsar                                  on 1998/10/28  21:14:18
15203     Log: minor cleanup
15204  Branch: perl
15205        ! malloc.c regexec.c t/pragma/warn/doio win32/makefile.mk
15206 ____________________________________________________________________________
15207 [  2111] By: gsar                                  on 1998/10/28  18:52:10
15208     Log: smarter C<$SIG{FOO} = BAREWORD;> warning
15209  Branch: perl
15210        ! toke.c
15211 ____________________________________________________________________________
15212 [  2110] By: jhi                                   on 1998/10/28  15:07:54
15213     Log: posix-bc doesn't want to regenerate a2p.h from a2p.y.
15214  Branch: cfgperl
15215        ! Makefile.SH
15216 ____________________________________________________________________________
15217 [  2109] By: jhi                                   on 1998/10/28  13:39:54
15218     Log: a2p.y needs to generate also y.tab.h.
15219  Branch: cfgperl
15220        ! Makefile.SH
15221 ____________________________________________________________________________
15222 [  2108] By: jhi                                   on 1998/10/28  10:33:36
15223     Log: The "parse error" must be converted to "syntax error",
15224          just matching it aint' enough.
15225  Branch: cfgperl
15226        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
15227        ! t/pragma/warning.t
15228 ____________________________________________________________________________
15229 [  2107] By: jhi                                   on 1998/10/28  10:23:05
15230     Log: Regen sig_n{ame,umber}* if slightest doubt.
15231  Branch: cfgperl
15232        ! Configure
15233 ____________________________________________________________________________
15234 [  2106] By: jhi                                   on 1998/10/28  08:44:49
15235     Log: Bison says 'parse error', not 'parser error'.
15236  Branch: cfgperl
15237        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
15238        ! t/pragma/warning.t
15239 ____________________________________________________________________________
15240 [  2105] By: jhi                                   on 1998/10/28  08:42:09
15241     Log: yylex() parametrization.
15242  Branch: cfgperl
15243        ! proto.h toke.c
15244 ____________________________________________________________________________
15245 [  2104] By: jhi                                   on 1998/10/28  08:25:09
15246     Log: Bring in #2102.
15247  Branch: cfgperl
15248        ! pp.c
15249 ____________________________________________________________________________
15250 [  2103] By: jhi                                   on 1998/10/28  08:22:04
15251     Log: From: Dominic Dunlop <domo@vo.lu>
15252          Subject: [PATCH 5.005_02]  Re: perl5.004_04 testing problem
15253          Date: 27 Oct 1998 20:47:25 +0200
15254          Message-ID: <MLIST_v03110700b25b7dc95bbc@[212.24.192.87]>
15255  Branch: cfgperl
15256        ! t/op/groups.t
15257 ____________________________________________________________________________
15258 [  2102] By: larry                                 on 1998/10/27  18:58:55
15259     Log: utf8 change to quotemeta broke EBCDIC
15260  Branch: perl
15261        ! pp.c
15262 ____________________________________________________________________________
15263 [  2101] By: jhi                                   on 1998/10/27  12:55:34
15264     Log: $Config{sig_num_init}.
15265          Also, a new approach to the 'pthreads-created-joinable': drop
15266          it and use {PTHREAD_CREATE_{JOINABLE,UNDETACHED},__UNDETACHED}
15267          directly. (See also #2096).
15268  Branch: cfgperl
15269        ! Configure config_h.SH
15270 ____________________________________________________________________________
15271 [  2100] By: jhi                                   on 1998/10/27  10:48:55
15272     Log: Regenerated perly_c.diff.
15273  Branch: cfgperl
15274        ! perly_c.diff
15275 ____________________________________________________________________________
15276 [  2099] By: jhi                                   on 1998/10/27  08:42:25
15277     Log: First the mangler was Netscape, then it was me.
15278  Branch: cfgperl
15279        ! vmesa/Makefile
15280 ____________________________________________________________________________
15281 [  2098] By: jhi                                   on 1998/10/27  08:34:40
15282     Log: `id -Gn` might be available where `groups` is not.
15283  Branch: cfgperl
15284        ! t/op/groups.t
15285 ____________________________________________________________________________
15286 [  2097] By: jhi                                   on 1998/10/27  08:05:17
15287     Log: Netscape had mangled the tabs.
15288  Branch: cfgperl
15289        ! vmesa/Makefile
15290 ____________________________________________________________________________
15291 [  2096] By: jhi                                   on 1998/10/27  08:03:05
15292     Log: ATTR_JOINABLE logic, based on (private email)
15293          
15294          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
15295          Subject: Some little diffs
15296          Message-ID: <36350969.DA33E7B4@mailbox.tabnsw.com.au>
15297          Date: Tue, 27 Oct 1998 13:44:42 +1300
15298  Branch: cfgperl
15299        ! thread.h
15300 ____________________________________________________________________________
15301 [  2095] By: jhi                                   on 1998/10/27  07:56:57
15302     Log: Mach cthreads support based on:
15303          
15304          From: brie@corp.home.net (Brian Harrison)
15305          Subject: perl5.005_02 patch for mthreads
15306          To: perl5-porters@perl.org
15307          Date: 24 Oct 1998 01:01:55 +0300
15308          Message-ID: <MLIST_Pine.GSO.4.04.9810231410220.11111-200000@sulaco.eos.home.net>
15309          
15310          Pthread yield probe (dejavu)
15311          Cosmetic nanochange for the union semun output.
15312          Better inttypes.h probe.
15313          Undo the 'void *' $selecttype probe from #1971 because
15314          it breaks the $selectminbits test.
15315  Branch: cfgperl
15316        ! Configure config_h.SH perl.h thread.h
15317 ____________________________________________________________________________
15318 [  2094] By: jhi                                   on 1998/10/26  13:02:07
15319     Log: Also posix-bc wants to reyacc.
15320  Branch: cfgperl
15321        ! Makefile.SH
15322 ____________________________________________________________________________
15323 [  2093] By: jhi                                   on 1998/10/26  10:17:21
15324     Log: Removed !(*s & 0x80) from pp_quotemeta(), introduced after
15325          5_02 and really breaking things in non-ASCII worlds.
15326  Branch: cfgperl
15327        ! pp.c
15328 ____________________________________________________________________________
15329 [  2092] By: jhi                                   on 1998/10/26  09:08:00
15330     Log: More robustness.
15331  Branch: cfgperl
15332        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
15333        ! t/pragma/warning.t
15334 ____________________________________________________________________________
15335 [  2091] By: jhi                                   on 1998/10/26  08:47:32
15336     Log: s/YYLEXPARAM/PERL_YYLEX_PARAM_DECL/g
15337          Bison really wants YYLEX_PARAM.
15338  Branch: cfgperl
15339        ! perly.y proto.h toke.c
15340 ____________________________________________________________________________
15341 [  2090] By: jhi                                   on 1998/10/26  08:21:25
15342     Log: s/YYLEX_PARAM/YYLEXPARAM/
15343  Branch: cfgperl
15344        ! perly.y
15345 ____________________________________________________________________________
15346 [  2089] By: jhi                                   on 1998/10/26  08:17:33
15347     Log: Indicate skipped subtests.
15348  Branch: cfgperl
15349        ! t/io/pipe.t
15350 ____________________________________________________________________________
15351 [  2088] By: jhi                                   on 1998/10/26  08:11:36
15352     Log: Integrate from mainperl.
15353  Branch: cfgperl
15354       !> (integrate 54 files)
15355 ____________________________________________________________________________
15356 [  2087] By: jhi                                   on 1998/10/26  08:08:02
15357     Log: Add test for filetests.
15358  Branch: cfgperl
15359        + t/op/filetest.t
15360        ! MANIFEST
15361 ____________________________________________________________________________
15362 [  2086] By: gsar                                  on 1998/10/26  02:44:44
15363     Log: various win32 tweaks; disable new xs_cpp section (it creates
15364          ambiguous inference graph for %.xs --> %.o)
15365  Branch: perl
15366        ! ext/Thread/Thread.xs gv.c lib/ExtUtils/MakeMaker.pm mg.c pp.c
15367        ! pp_hot.c proto.h win32/GenCAPI.pl win32/Makefile
15368        ! win32/config.gc win32/config_H.gc win32/makedef.pl
15369        ! win32/makefile.mk win32/win32.h
15370 ____________________________________________________________________________
15371 [  2085] By: gsar                                  on 1998/10/26  00:50:02
15372     Log: sanity-check $Config{drand01} in rand.t
15373  Branch: perl
15374        ! t/op/rand.t win32/config.bc win32/config.gc win32/config.vc
15375        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
15376 ____________________________________________________________________________
15377 [  2078] By: gsar                                  on 1998/10/25  10:22:04
15378     Log: update win32/config*.?c
15379  Branch: perl
15380        ! Changes win32/config.bc win32/config.gc win32/config.vc
15381        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
15382 ____________________________________________________________________________
15383 [  2077] By: gsar                                  on 1998/10/25  08:39:25
15384     Log: From: Graham Barr <gbarr@pobox.com>
15385          Date: Sat, 24 Oct 1998 21:45:50 -0500
15386          Message-ID: <19981024214550.C508@pobox.com>
15387          Subject: Re: die with a reference  should use overload "" operator
15388  Branch: perl
15389        ! pp_ctl.c
15390 ____________________________________________________________________________
15391 [  2076] By: gsar                                  on 1998/10/25  08:37:49
15392     Log: From: Graham Barr <gbarr@pobox.com>
15393          Date: Sat, 24 Oct 1998 12:45:21 -0500
15394          Message-ID: <19981024124521.C512@pobox.com>
15395          Subject: [PATCH 5.005_02] Re: Auto-incrementing tied scalar causes SEGV
15396  Branch: perl
15397        ! sv.c
15398 ____________________________________________________________________________
15399 [  2075] By: gsar                                  on 1998/10/25  08:24:09
15400     Log: fix C<print $n += 5;> etc.
15401  Branch: perl
15402        ! toke.c
15403 ____________________________________________________________________________
15404 [  2074] By: gsar                                  on 1998/10/25  08:12:28
15405     Log: list builtins with portability caveats
15406          From: Jarkko Hietaniemi <jhi@iki.fi>
15407          Date: Fri, 23 Oct 1998 14:05:23 +0300 (EET DST)
15408          Message-Id: <199810231105.OAA02411@alpha.hut.fi>
15409          Subject: [PATCH] 5.005_02 and 5.005_52: perlfunc.pod and perlport.pod
15410  Branch: perl
15411        ! pod/perlfunc.pod
15412 ____________________________________________________________________________
15413 [  2073] By: gsar                                  on 1998/10/25  07:55:43
15414     Log: fix stack overrun in file test operators
15415  Branch: perl
15416        ! pp_sys.c
15417 ____________________________________________________________________________
15418 [  2072] By: gsar                                  on 1998/10/25  07:29:45
15419     Log: implement C<goto &func> and other fixes (via private mail)
15420          From:    "vishal bhatia" <vishalb@hotmail.com>
15421          Date:    Wed, 21 Oct 1998 22:59:03 PDT
15422          Message-Id: <19981022055904.20083.qmail@hotmail.com>
15423          Subject: [PATCH 5.005_52] More fixes for B
15424  Branch: perl
15425        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
15426 ____________________________________________________________________________
15427 [  2071] By: gsar                                  on 1998/10/25  07:14:41
15428     Log: From: Graham Barr <gbarr@pobox.com>
15429          Date: Sat, 17 Oct 1998 20:42:41 -0500
15430          Message-ID: <19981017204241.G510@pobox.com>
15431          Subject: Re: taint checking for: use lib "$ENV{'EVIL'}"
15432  Branch: perl
15433        ! pp_ctl.c
15434 ____________________________________________________________________________
15435 [  2070] By: gsar                                  on 1998/10/25  07:07:29
15436     Log: avoid bogus line number in XSUB redefined warnings
15437  Branch: perl
15438        ! op.c
15439 ____________________________________________________________________________
15440 [  2069] By: gsar                                  on 1998/10/25  06:59:03
15441     Log: From: Martijn Koster <mak@excitecorp.com>
15442          Date: Wed, 21 Oct 1998 13:12:03 +0100
15443          Message-ID: <19981021131203.A15661@excitecorp.com>
15444          Subject: File::Path::mkpath reports the wrong error
15445  Branch: perl
15446        ! lib/File/Path.pm
15447 ____________________________________________________________________________
15448 [  2068] By: gsar                                  on 1998/10/25  06:54:43
15449     Log: From: Zachary Miller <zcmiller@simon.er.usgs.gov>
15450          Date: Tue, 20 Oct 1998 20:52:20 -0500
15451          Message-Id: <199810210152.UAA07792@simon.er.usgs.gov>
15452          Subject: Exporter.pm's export_to_level() argument handling buggy
15453  Branch: perl
15454        ! lib/Exporter.pm
15455 ____________________________________________________________________________
15456 [  2067] By: gsar                                  on 1998/10/25  06:50:19
15457     Log: From: jan.dubois@ibm.net (Jan Dubois)
15458          Date: Wed, 21 Oct 1998 00:55:51 +0200
15459          Message-ID: <36380269.55370608@smtp1.ibm.net>
15460          Subject: Make _really_ sure Dynaloader.xs code is initialized only once
15461  Branch: perl
15462        ! ext/DynaLoader/DynaLoader_pm.PL
15463 ____________________________________________________________________________
15464 [  2066] By: gsar                                  on 1998/10/25  06:48:19
15465     Log: recognize '%' as a shell metachar for win32
15466          From: jan.dubois@ibm.net (Jan Dubois)
15467          Date: Tue, 20 Oct 1998 21:57:35 +0200
15468          Message-ID: <3636ea31.49170453@smtp1.ibm.net>
15469          Subject: [PATCH 5.005_02, Win32]  Re: %ENV% not expanded in backquotes?
15470  Branch: perl
15471        ! win32/win32.c
15472 ____________________________________________________________________________
15473 [  2065] By: gsar                                  on 1998/10/25  06:46:30
15474     Log: remove FAST_SV_GETS remnant (as suggested by Gisle Aas)
15475  Branch: perl
15476        ! sv.c
15477 ____________________________________________________________________________
15478 [  2064] By: gsar                                  on 1998/10/25  06:45:09
15479     Log: From: Gisle Aas <gisle@aas.no>
15480          Date: 20 Oct 1998 14:24:44 +0200
15481          Message-ID: <m34sszctf7.fsf@furu.g.aas.no>
15482          Subject: ord() and unpack("U*",...) should not be negative
15483  Branch: perl
15484        ! pp.c
15485 ____________________________________________________________________________
15486 [  2063] By: gsar                                  on 1998/10/25  06:42:29
15487     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15488          Date: Sun, 18 Oct 1998 23:20:57 -0400 (EDT)
15489          Message-Id: <199810190320.XAA28249@monk.mps.ohio-state.edu>
15490          Subject: [PATCH 5.005_*] Improve sbrk() on OS/2
15491  Branch: perl
15492        ! os2/os2.c
15493 ____________________________________________________________________________
15494 [  2062] By: gsar                                  on 1998/10/25  06:41:26
15495     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15496          Date: Sun, 18 Oct 1998 23:10:29 -0400 (EDT)
15497          Message-Id: <199810190310.XAA28102@monk.mps.ohio-state.edu>
15498          Subject: [PATCH 5.005_*] Speed up aassign
15499  Branch: perl
15500        ! pp_hot.c
15501 ____________________________________________________________________________
15502 [  2061] By: gsar                                  on 1998/10/25  06:39:04
15503     Log: From: Graham Barr <gbarr@pobox.com>
15504          Date: Sat, 17 Oct 1998 22:22:02 -0500
15505          Message-ID: <19981017222202.J510@pobox.com>
15506          Subject: Re: '*' prototype does not allow bareword with strict
15507  Branch: perl
15508        ! toke.c
15509 ____________________________________________________________________________
15510 [  2060] By: gsar                                  on 1998/10/25  06:37:34
15511     Log: handle '::' in section names properly
15512          From: Graham Barr <gbarr@pobox.com>
15513          Date: Sat, 17 Oct 1998 12:57:54 -0500
15514          Message-ID: <19981017125754.C510@pobox.com>
15515          Subject: Re: pod2html
15516  Branch: perl
15517        ! lib/Pod/Html.pm
15518 ____________________________________________________________________________
15519 [  2059] By: gsar                                  on 1998/10/25  06:33:43
15520     Log: integrate changes#1982,2014,2021 (from maint-5.005)
15521  Branch: perl
15522       !> av.c doop.c ext/POSIX/POSIX.xs hv.c lib/ExtUtils/MakeMaker.pm
15523       !> mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c t/op/tie.t
15524 ____________________________________________________________________________
15525 [  2058] By: gsar                                  on 1998/10/25  05:44:17
15526     Log: allow more win32 symbol exports (suggested by Jan Dubois)
15527  Branch: perl
15528        ! win32/makedef.pl
15529 ____________________________________________________________________________
15530 [  2057] By: gsar                                  on 1998/10/25  05:40:40
15531     Log: integrate change#2053 from maint-5.005
15532  Branch: perl
15533       !> cop.h t/cmd/while.t
15534 ____________________________________________________________________________
15535 [  2056] By: gsar                                  on 1998/10/25  05:16:41
15536     Log: commented version of a patch suggested by Drago Goricanec
15537          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
15538          Date: 16 Oct 1998 15:24:45 +0300
15539          Message-ID: <oeeogrc1ype.fsf@alpha.hut.fi>
15540          Subject: Re: [PATCH 5.005_52] Linux select fails with more than 32 FDs
15541  Branch: perl
15542        ! pp_sys.c
15543 ____________________________________________________________________________
15544 [  2055] By: gsar                                  on 1998/10/25  05:11:03
15545     Log: include eof() in description of buffering caveats
15546          From: Anton Berezin <tobez@plab.ku.dk>
15547          Date: Fri, 16 Oct 1998 19:22:41 +0200 (CEST)
15548          Message-Id: <199810161722.TAA28813@lion.plab.ku.dk>
15549          Subject: [DOCPATCH] pod/perlfunc.pod
15550  Branch: perl
15551        ! pod/perlfunc.pod
15552 ____________________________________________________________________________
15553 [  2054] By: gsar                                  on 1998/10/25  05:07:42
15554     Log: disallow 'x' in hex numbers (except leading '0x')
15555          From: Gisle Aas <gisle@aas.no>
15556          Date: 16 Oct 1998 16:33:12 +0200
15557          Message-ID: <m3n26wtw47.fsf@furu.g.aas.no>
15558          Subject: Re: [PATCH 5.005_52] 'x' is not a legal hex digit
15559  Branch: perl
15560        ! perlvars.h t/op/oct.t util.c
15561 ____________________________________________________________________________
15562 [  2052] By: gsar                                  on 1998/10/25  04:49:04
15563     Log: avoid the circular refcnt logic in magic_mutexfree()
15564  Branch: perl
15565        ! mg.c pp.c pp_hot.c
15566 ____________________________________________________________________________
15567 [  2051] By: gsar                                  on 1998/10/25  04:35:07
15568     Log: properly restore PL_rsfp_filters after require
15569  Branch: perl
15570        ! embed.h global.sym objXSUB.h objpp.h pp_ctl.c proto.h scope.c
15571        ! scope.h
15572 ____________________________________________________________________________
15573 [  2050] By: gsar                                  on 1998/10/25  02:42:32
15574     Log: integrate cfgperl changes back into mainline
15575  Branch: perl
15576       +> README.posix-bc hints/posix-bc.sh hints/vmesa.sh
15577       +> vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
15578       !> (integrate 33 files)
15579 ____________________________________________________________________________
15580 [  2049] By: gsar                                  on 1998/10/25  01:30:48
15581     Log: avoid "mysterious" compile-time failures without messages
15582  Branch: perl
15583        ! gv.c
15584 ____________________________________________________________________________
15585 [  2041] By: gsar                                  on 1998/10/23  21:11:56
15586     Log: checkin jpl under //depot/perlext/jpl/...
15587  Branch: perlext
15588        + jpl/JNI/Changes jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/MANIFEST
15589        + jpl/JNI/Makefile.PL jpl/JNI/test.pl jpl/JNI/typemap
15590        + jpl/JPL/AutoLoader.pm jpl/JPL/Class.pm jpl/JPL/Compile.pm
15591        + jpl/JPL/Makefile.PL jpl/JPL_Rolo/JPL_Rolo.jpl
15592        + jpl/JPL_Rolo/Makefile.PL jpl/JPL_Rolo/README
15593        + jpl/JPL_Rolo/cardfile jpl/PerlInterpreter/Makefile
15594        + jpl/PerlInterpreter/Makefile.PL
15595        + jpl/PerlInterpreter/PerlInterpreter.c
15596        + jpl/PerlInterpreter/PerlInterpreter.h
15597        + jpl/PerlInterpreter/PerlInterpreter.java jpl/README
15598        + jpl/Sample/Makefile.PL jpl/Sample/Sample.jpl
15599        + jpl/Test/Makefile.PL jpl/Test/Test.jpl jpl/bin/jpl
15600        + jpl/get_jdk/README jpl/get_jdk/get_jdk.pl
15601        + jpl/get_jdk/jdk_hosts jpl/install-jpl
15602 ____________________________________________________________________________
15603 [  2040] By: larry                                 on 1998/10/23  19:31:42
15604     Log: chr(0xFFFFFFFF) didn't translate to utf8 character
15605  Branch: perl
15606        ! pp.c
15607 ____________________________________________________________________________
15608 [  2039] By: larry                                 on 1998/10/23  18:48:34
15609     Log: tr///d does not seem to work
15610  Branch: perl
15611        ! lib/utf8_heavy.pl
15612 ____________________________________________________________________________
15613 [  2038] By: larry                                 on 1998/10/23  18:00:41
15614     Log: Program with utf8 identifiers fails to compile
15615  Branch: perl
15616        ! doop.c gv.c op.c pp.c pp_hot.c toke.c
15617 ____________________________________________________________________________
15618 [  2037] By: jhi                                   on 1998/10/23  14:04:51
15619     Log: Test suite portability:
15620          - posix-bc does not write to broken pipes
15621          - filehand #11 only iff we have fork
15622          - warning.t can now match $expected using regular expressions
15623  Branch: cfgperl
15624        ! t/io/pipe.t t/lib/filehand.t t/pragma/warn/doio
15625        ! t/pragma/warning.t
15626 ____________________________________________________________________________
15627 [  2036] By: jhi                                   on 1998/10/23  12:12:07
15628     Log: yacc clarification.
15629  Branch: cfgperl
15630        ! README.posix-bc
15631 ____________________________________________________________________________
15632 [  2035] By: jhi                                   on 1998/10/23  12:09:59
15633     Log: Some C compilers get upset about 8-bit characters in /* comments. */
15634  Branch: cfgperl
15635        ! mg.c
15636 ____________________________________________________________________________
15637 [  2034] By: jhi                                   on 1998/10/22  09:11:52
15638     Log: Configure update: both for pthread_yield more robust
15639          testing (all variants of pthread_attr_getdetachstate()) --
15640          and because Configure was broken in major way! About 1000
15641          last lines were truncated.
15642  Branch: cfgperl
15643        ! Configure
15644 ____________________________________________________________________________
15645 [  2033] By: jhi                                   on 1998/10/22  07:47:10
15646     Log: DJGPP feedback for #2028.
15647  Branch: cfgperl
15648        ! thread.h
15649 ____________________________________________________________________________
15650 [  2032] By: jhi                                   on 1998/10/21  13:03:57
15651     Log: yielding, the saga continues.
15652  Branch: cfgperl
15653        ! Configure config_h.SH
15654       !> av.c lib/constant.pm op.c pod/perldiag.pod pp_ctl.c
15655       !> t/op/goto.t t/pragma/constant.t
15656 ____________________________________________________________________________
15657 [  2031] By: jhi                                   on 1998/10/21  09:15:42
15658     Log: VM/ESA feedback for #2028.
15659  Branch: cfgperl
15660        ! Configure config_h.SH thread.h
15661 ____________________________________________________________________________
15662 [  2030] By: gsar                                  on 1998/10/21  04:22:53
15663     Log: fix handling of mayhaps-extended @_ in goto &sub
15664  Branch: perl
15665        ! av.c pp_ctl.c t/op/goto.t
15666 ____________________________________________________________________________
15667 [  2029] By: gsar                                  on 1998/10/21  00:54:14
15668     Log: restore sanity to "constant" references
15669  Branch: perl
15670        ! lib/constant.pm op.c pod/perldiag.pod t/pragma/constant.t
15671 ____________________________________________________________________________
15672 [  2028] By: jhi                                   on 1998/10/20  15:01:20
15673     Log: OLD_PTHREADS_API reorganizing.
15674  Branch: cfgperl
15675        ! dosish.h ext/Thread/Thread.xs perl.h thread.h util.c
15676        ! vmesa/vmesaish.h
15677 ____________________________________________________________________________
15678 [  2027] By: jhi                                   on 1998/10/20  14:14:51
15679     Log: #2026 fallout.
15680  Branch: cfgperl
15681        ! Makefile.SH
15682 ____________________________________________________________________________
15683 [  2026] By: jhi                                   on 1998/10/20  11:47:21
15684     Log: VM/ESA update.
15685  Branch: cfgperl
15686        ! Makefile.SH vmesa/vmesa.c vmesa/vmesaish.h
15687 ____________________________________________________________________________
15688 [  2025] By: jhi                                   on 1998/10/20  08:20:56
15689     Log: 64-bitness, based on
15690          
15691          From: Scott Henry <scotth@sgi.com>
15692          To: perl-64bit@perl.org
15693          Message-ID: <yd8u30zyerl.fsf@hoshi.engr.sgi.com>
15694          Subject: Re: Configure problems/questions...
15695          Date: 19 Oct 1998 22:38:06 -0700
15696  Branch: cfgperl
15697        ! hints/irix_6.sh perl.h
15698 ____________________________________________________________________________
15699 [  2024] By: jhi                                   on 1998/10/20  08:09:07
15700     Log: Add lseeksize.
15701  Branch: cfgperl
15702        ! config_h.SH
15703 ____________________________________________________________________________
15704 [  2023] By: jhi                                   on 1998/10/20  08:08:33
15705     Log: Mumble about _yields() only when threaded.
15706  Branch: cfgperl
15707        ! Configure
15708 ____________________________________________________________________________
15709 [  2022] By: jhi                                   on 1998/10/20  07:46:26
15710     Log: Thinko at PTHREADS_CREATED_JOINABLE.
15711  Branch: cfgperl
15712        ! thread.h
15713 ____________________________________________________________________________
15714 [  2021] By: gbarr                                 on 1998/10/20  01:25:23
15715     Log: From: Chip Salzenberg <chip@perlsupport.com>
15716          Date: Tue, 6 Oct 1998 13:33:05 -0400
15717          Message-ID: <19981006133305.A2348@perlsupport.com>
15718          Subject: [PATCH] 5.005_02: Eliminate leak on self-ties
15719  Branch: maint-5.005/perl
15720        ! av.c doop.c hv.c mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c
15721        ! t/op/tie.t
15722 ____________________________________________________________________________
15723 [  2020] By: jhi                                   on 1998/10/19  09:15:53
15724     Log: YIELD more robustly.
15725  Branch: cfgperl
15726        ! thread.h
15727 ____________________________________________________________________________
15728 [  2019] By: jhi                                   on 1998/10/19  08:48:33
15729     Log: VM/ESA (and OS390) are in between of OLD_PTHREADS_API and
15730          the 'new' one (just like DJGPP, it seems).
15731  Branch: cfgperl
15732        ! thread.h
15733 ____________________________________________________________________________
15734 [  2018] By: jhi                                   on 1998/10/19  07:02:44
15735     Log: vmesaish.h doesn't exclude unixish.h.
15736  Branch: cfgperl
15737        ! perl.h
15738 ____________________________________________________________________________
15739 [  2017] By: jhi                                   on 1998/10/19  06:44:19
15740     Log: 1<<$randbits is not good for randbits=48.
15741  Branch: cfgperl
15742        ! t/op/rand.t
15743 ____________________________________________________________________________
15744 [  2016] By: jhi                                   on 1998/10/19  06:39:47
15745     Log: Make #2012 glob pattern more portable.
15746  Branch: cfgperl
15747        ! Makefile.SH
15748 ____________________________________________________________________________
15749 [  2014] By: gbarr                                 on 1998/10/17  20:31:42
15750     Log: Fix POSIX::sigprocmask not to check type of $old parameter
15751          as it is output only
15752  Branch: maint-5.005/perl
15753        ! ext/POSIX/POSIX.xs
15754 ____________________________________________________________________________
15755 [  2012] By: jhi                                   on 1998/10/17  15:04:23
15756     Log: clean numbered core dumps and t/tmp[0-9]*.
15757  Branch: cfgperl
15758        ! Makefile.SH
15759 ____________________________________________________________________________
15760 [  2011] By: jhi                                   on 1998/10/17  14:59:15
15761     Log: More robust yacc/bison failure output handling.
15762  Branch: cfgperl
15763        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
15764 ____________________________________________________________________________
15765 [  2010] By: jhi                                   on 1998/10/17  14:51:05
15766     Log: BC2000 POSIX update.
15767  Branch: cfgperl
15768        ! MANIFEST
15769 ____________________________________________________________________________
15770 [  2009] By: jhi                                   on 1998/10/17  14:49:46
15771     Log: POSIX BC2000 port from perl-mvs:
15772          
15773          Subject: Ported perl 5.005.02 to BS2000 / POSIX
15774          From: Dorner Thomas <Thomas.Dorner@start.de> 
15775          Date: Tue, 29 Sep 1998 13:29:36 +0100 
15776          Message-ID: <9CE47B416A24D2118BC40000F84009B20B72C5@start.de> 
15777  Branch: cfgperl
15778        + README.posix-bc hints/posix-bc.sh
15779        ! Configure MANIFEST perl.c perly.y proto.h t/lib/cgi-html.t
15780        ! t/op/magic.t t/op/pack.t t/op/quotemeta.t t/op/subst.t toke.c
15781        ! unixish.h
15782 ____________________________________________________________________________
15783 [  2008] By: jhi                                   on 1998/10/17  14:07:49
15784     Log: VM/ESA-update.
15785  Branch: cfgperl
15786        ! MANIFEST
15787 ____________________________________________________________________________
15788 [  2007] By: jhi                                   on 1998/10/17  13:55:34
15789     Log: Forgot few S_I* imports.
15790  Branch: cfgperl
15791        ! t/lib/ipc_sysv.t
15792 ____________________________________________________________________________
15793 [  2006] By: jhi                                   on 1998/10/17  13:43:54
15794     Log: The VM/ESA port essentials, based on
15795          
15796          perl-mvs:
15797          
15798          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
15799          Subject: Re: Can't find Data/Dumper.pm
15800          Date: Mon, 28 Sep 1998 07:40:49 +1300
15801          Message-ID: <360E86B0.23847AF4@mailbox.tabnsw.com.au>
15802          
15803          private email:
15804          
15805          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
15806          Subject: Re: Perl thread problems in VM/ESA
15807          Date: Thu, 15 Oct 1998 07:18:35 +1300
15808          Message-ID: <3624EAFA.16163A2B@mailbox.tabnsw.com.au>
15809          
15810          and private email:
15811          
15812          From: Neale Ferguson <NEALE@PUCC.PRINCETON.EDU>
15813          Subject:  perl archive
15814          Date:  Sun, 11 Oct 1998 19:28:54 EDT
15815          Message-Id: <19981011233112Z67215-26626+1513@outbound.Princeton.EDU>
15816          which gave a pointer to
15817          
15818          http://pucc.princeton.edu/~neale/perl.tar
15819          
15820          (based on Perl 5.005_51)
15821  Branch: cfgperl
15822        + hints/vmesa.sh vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
15823        ! ext/Errno/Errno_pm.PL perl.c perl.h perly.y pp_sys.c
15824        ! t/io/pipe.t t/lib/cgi-html.t t/lib/ipc_sysv.t t/op/magic.t
15825        ! t/op/pack.t t/op/quotemeta.t t/op/subst.t util.c x2p/a2p.h
15826 ____________________________________________________________________________
15827 [  2005] By: jhi                                   on 1998/10/17  13:17:19
15828     Log: Integrate mainperl.
15829  Branch: cfgperl
15830       !> Porting/genlog ext/B/B/CC.pm ext/POSIX/POSIX.pm
15831       !> lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
15832       !> lib/Term/Complete.pm op.c opcode.h opcode.pl os2/Makefile.SHs
15833       !> os2/os2.c pod/perlfunc.pod pod/perlxs.pod pp.c sv.c
15834       !> t/op/grent.t t/op/sysio.t t/op/tiehandle.t toke.c
15835       !> utils/perldoc.PL vms/ext/Stdio/Stdio.pm win32/Makefile
15836       !> win32/makefile.mk
15837 ____________________________________________________________________________
15838 [  2004] By: jhi                                   on 1998/10/17  11:19:06
15839     Log: Removed an extra ' from the int64_t test.
15840  Branch: cfgperl
15841        ! Configure
15842 ____________________________________________________________________________
15843 [  2003] By: gsar                                  on 1998/10/17  04:11:40
15844     Log: silence -w noises (suggested by Greg Bacon)
15845  Branch: perl
15846        ! lib/Term/Complete.pm
15847 ____________________________________________________________________________
15848 [  2002] By: gsar                                  on 1998/10/17  04:07:48
15849     Log: From: Gisle Aas <gisle@aas.no>
15850          Date: 14 Oct 1998 15:53:14 +0200
15851          Message-ID: <m3g1cr9rn9.fsf@furu.g.aas.no>
15852          Subject: Re: chr(0xFFFF_FFFF) and "\x{10_FFFF}" [PATCH 5.005_52]
15853  Branch: perl
15854        ! util.c
15855 ____________________________________________________________________________
15856 [  2001] By: gsar                                  on 1998/10/17  04:06:10
15857     Log: From: Gisle Aas <gisle@aas.no>
15858          Date: 14 Oct 1998 15:17:44 +0200
15859          Message-ID: <m3iuhn9taf.fsf@furu.g.aas.no>
15860          Subject: [PATCH 5.005_52] Core dump from "Missing right brace on \x{}"
15861  Branch: perl
15862        ! toke.c
15863 ____________________________________________________________________________
15864 [  2000] By: gsar                                  on 1998/10/17  03:06:33
15865     Log: From: Gisle Aas <gisle@aas.no>
15866          Date: 14 Oct 1998 00:38:06 +0200
15867          Message-ID: <m3iuhonl4h.fsf@furu.g.aas.no>
15868          Subject: [PATCH 5.005_52] utf8 substr can access memory outside PVX buffer
15869  Branch: perl
15870        ! sv.c
15871 ____________________________________________________________________________
15872 [  1999] By: gsar                                  on 1998/10/17  03:04:48
15873     Log: From: Dan Sugalski <sugalskd@osshe.edu>
15874          Date: Tue, 13 Oct 1998 15:10:57 -0700
15875          Message-Id: <3.0.6.32.19981013151057.00a947a0@ous.edu>
15876          Subject: [PATCH 5.004/5.005/5.006]Doc patch to VMS::Stdio module
15877  Branch: perl
15878        ! vms/ext/Stdio/Stdio.pm
15879 ____________________________________________________________________________
15880 [  1998] By: gsar                                  on 1998/10/17  03:00:40
15881     Log: skip readonly vars and unref references when doing a reset()
15882  Branch: perl
15883        ! sv.c
15884 ____________________________________________________________________________
15885 [  1997] By: gsar                                  on 1998/10/17  02:49:19
15886     Log: fix buggy treatment of large checksums on unicode strings
15887          From: Gisle Aas <gisle@aas.no>
15888          Date: 13 Oct 1998 21:35:39 +0200
15889          Message-ID: <m31zocp850.fsf@furu.g.aas.no>
15890          Subject: unpack("%48U*",...)  [PATCH 5.005_52]
15891  Branch: perl
15892        ! pp.c
15893 ____________________________________________________________________________
15894 [  1996] By: gsar                                  on 1998/10/17  02:43:22
15895     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15896          Date: Tue, 13 Oct 1998 04:46:00 -0400 (EDT)
15897          Message-Id: <199810130846.EAA00769@monk.mps.ohio-state.edu>
15898          Subject: [PATCH 5.005_52] Memory overrun in os2.c
15899  Branch: perl
15900        ! os2/Makefile.SHs os2/os2.c
15901 ____________________________________________________________________________
15902 [  1995] By: gsar                                  on 1998/10/17  02:42:01
15903     Log: clarify section name rules for typemaps
15904  Branch: perl
15905        ! pod/perlxs.pod
15906 ____________________________________________________________________________
15907 [  1994] By: gsar                                  on 1998/10/17  02:33:02
15908     Log: whitespace-proof grent.t
15909  Branch: perl
15910        ! t/op/grent.t
15911 ____________________________________________________________________________
15912 [  1993] By: gsar                                  on 1998/10/17  02:27:29
15913     Log: fix bug in B::CC::pp_sassign()
15914          From: "vishal bhatia" <vishalb@hotmail.com>
15915          Date: Sun, 11 Oct 1998 18:41:38 PDT
15916          Message-ID: <19981012014139.19614.qmail@hotmail.com>
15917          Subject: B::CC problems with pp_sassign routine
15918  Branch: perl
15919        ! ext/B/B/CC.pm
15920 ____________________________________________________________________________
15921 [  1992] By: gsar                                  on 1998/10/17  02:17:49
15922     Log: applied suggested patch with small doc tweak
15923          From: Gisle Aas <gisle@aas.no>
15924          Date: 11 Oct 1998 12:53:13 +0200
15925          Message-ID: <m3u31bfjza.fsf@furu.g.aas.no>
15926          Subject: Re: [PATCH 5.005_52] Optional syswrite LENGTH argument
15927  Branch: perl
15928        ! opcode.h opcode.pl pod/perlfunc.pod pp_sys.c t/op/sysio.t
15929        ! t/op/tiehandle.t
15930 ____________________________________________________________________________
15931 [  1991] By: gsar                                  on 1998/10/17  02:08:30
15932     Log: apply non-conflicting parts from suggested patch
15933          From: jan.dubois@ibm.net (Jan Dubois)
15934          Date: Sat, 10 Oct 1998 13:15:45 +0200
15935          Message-ID: <36223ed7.18279374@smtp1.ibm.net>
15936          Subject: [PATCH 5.005_52] Still more MakeMaker  patches
15937  Branch: perl
15938        ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
15939 ____________________________________________________________________________
15940 [  1990] By: gsar                                  on 1998/10/17  02:01:24
15941     Log: provide option to enable optimization with VC (suggested by Jan
15942          Dubois)
15943  Branch: perl
15944        ! win32/Makefile win32/makefile.mk
15945 ____________________________________________________________________________
15946 [  1989] By: gsar                                  on 1998/10/17  01:55:27
15947     Log: Rhapsody DR2 has bsd/ctypes.h, not objc/NXCType.h (suggested by
15948          Dave Leppik <dleppik@gage.com>
15949  Branch: perl
15950        ! perl.h
15951 ____________________________________________________________________________
15952 [  1988] By: gsar                                  on 1998/10/17  01:49:05
15953     Log: stray typo found by Hugo van der Sanden
15954  Branch: perl
15955        ! op.c
15956 ____________________________________________________________________________
15957 [  1987] By: gsar                                  on 1998/10/17  01:45:52
15958     Log: perldoc pod update
15959          From: Daniel Grisinger <dgris@perrin.dimensional.com>
15960          Date: 06 Oct 1998 23:56:51 -0600
15961          Message-ID: <m3g1d0kj8c.fsf@perrin.dimensional.com>
15962          Subject: [PATCH _02 and _52] perldoc
15963  Branch: perl
15964        ! utils/perldoc.PL
15965 ____________________________________________________________________________
15966 [  1986] By: gsar                                  on 1998/10/17  01:41:40
15967     Log: qualify names of builtins
15968  Branch: perl
15969        ! ext/POSIX/POSIX.pm
15970 ____________________________________________________________________________
15971 [  1982] By: gbarr                                 on 1998/10/17  00:20:57
15972     Log: From: Jochen Wiedmann <joe@ispsoft.de>
15973          Date: Thu, 17 Sep 1998 17:16:06 +0200
15974          Message-ID: <360127B6.E44564A@ispsoft.de>
15975          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
15976  Branch: maint-5.005/perl
15977        ! lib/ExtUtils/MakeMaker.pm
15978 ____________________________________________________________________________
15979 [  1978] By: gsar                                  on 1998/10/16  01:58:58
15980     Log: integrate cfgperl mods into mainline
15981  Branch: perl
15982       +> ext/DynaLoader/dl_vmesa.xs
15983        ! Porting/genlog
15984       !> Configure MANIFEST Makefile.SH config_h.SH
15985       !> ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
15986       !> hints/linux.sh hints/os390.sh op.c t/op/pat.t thread.h
15987       !> x2p/Makefile.SH
15988 ____________________________________________________________________________
15989 [  1976] By: gsar                                  on 1998/10/16  00:10:52
15990     Log: stray tweak
15991  Branch: perl
15992        ! op.c
15993 ____________________________________________________________________________
15994 [  1975] By: gsar                                  on 1998/10/15  23:54:38
15995     Log: propagate typeness of lexicals while cloning them
15996  Branch: perl
15997        ! op.c
15998 ____________________________________________________________________________
15999 [  1974] By: gsar                                  on 1998/10/15  23:53:25
16000     Log: s/last/first/ typo in append_list()
16001  Branch: perl
16002        ! op.c
16003 ____________________________________________________________________________
16004 [  1973] By: gsar                                  on 1998/10/15  20:06:17
16005     Log: nuke confperl branch and contents
16006  Branch: confperl
16007        - (delete 1284 files)
16008 ____________________________________________________________________________
16009 [  1972] By: jhi                                   on 1998/10/15  07:07:35
16010     Log: Test #162 had been added but the "print 1..161" had not been updated.
16011  Branch: cfgperl
16012        ! t/op/pat.t
16013 ____________________________________________________________________________
16014 [  1971] By: gsar                                  on 1998/10/15  03:09:58
16015     Log: check in all confperl changes as of change#1964 into cfgperl
16016  Branch: cfgperl
16017        + ext/DynaLoader/dl_vmesa.xs
16018        ! Configure MANIFEST Makefile.SH config_h.SH
16019        ! ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
16020        ! hints/linux.sh hints/os390.sh op.c thread.h x2p/Makefile.SH
16021 ____________________________________________________________________________
16022 [  1970] By: gsar                                  on 1998/10/15  03:05:59
16023     Log: integrate mainline to get tr.t
16024  Branch: cfgperl
16025       +> t/op/tr.t
16026 ____________________________________________________________________________
16027 [  1969] By: gsar                                  on 1998/10/15  03:04:17
16028     Log: add missing tr.t to repository
16029  Branch: perl
16030        + t/op/tr.t
16031 ____________________________________________________________________________
16032 [  1968] By: gsar                                  on 1998/10/15  03:02:43
16033     Log: create cfgperl branch
16034  Branch: cfgperl
16035       +> (branch 1282 files)
16036 ____________________________________________________________________________
16037 [  1967] By: gsar                                  on 1998/10/15  02:46:08
16038     Log: correct bugs exposed in MM_Unix.pm by commenting out Selfloader
16039          (MAN3PODS cannot be set to ' '; stray stricture violation)
16040  Branch: perl
16041        ! ext/B/Makefile.PL ext/DB_File/Makefile.PL
16042        ! ext/Data/Dumper/Makefile.PL ext/DynaLoader/Makefile.PL
16043        ! ext/Errno/Makefile.PL ext/Fcntl/Makefile.PL
16044        ! ext/GDBM_File/Makefile.PL ext/IO/Makefile.PL
16045        ! ext/IPC/SysV/Makefile.PL ext/NDBM_File/Makefile.PL
16046        ! ext/ODBM_File/Makefile.PL ext/Opcode/Makefile.PL
16047        ! ext/POSIX/Makefile.PL ext/SDBM_File/Makefile.PL
16048        ! ext/Socket/Makefile.PL ext/Thread/Makefile.PL
16049        ! ext/attrs/Makefile.PL ext/re/Makefile.PL
16050        ! lib/ExtUtils/MM_Unix.pm
16051 ____________________________________________________________________________
16052 [  1966] By: gsar                                  on 1998/10/15  02:19:03
16053     Log: tweak to make fix in change#1944 behave correctly for closures
16054          created within eval''
16055  Branch: perl
16056        ! op.c t/op/eval.t
16057 ____________________________________________________________________________
16058 [  1965] By: gsar                                  on 1998/10/14  23:22:41
16059     Log: use better numbers for exitstatus test
16060  Branch: perl
16061        ! t/op/die_exit.t
16062 ____________________________________________________________________________
16063 [  1964] By: jhi                                   on 1998/10/14  17:25:41
16064     Log: Add VM/ESA dynaloading (uses <dll.h>).
16065  Branch: confperl
16066        + ext/DynaLoader/dl_vmesa.xs
16067        ! MANIFEST
16068 ____________________________________________________________________________
16069 [  1963] By: jhi                                   on 1998/10/14  17:17:10
16070     Log: Remove a2p.loadmap in 'clean' target.
16071  Branch: confperl
16072        ! x2p/Makefile.SH
16073 ____________________________________________________________________________
16074 [  1962] By: jhi                                   on 1998/10/14  17:13:11
16075     Log: VM/ESA produces also .prelmaps. (No, not .perlmaps...)
16076  Branch: confperl
16077        ! Makefile.SH
16078 ____________________________________________________________________________
16079 [  1961] By: jhi                                   on 1998/10/14  16:27:39
16080     Log: VM/ESA creates executable.loadmaps.
16081  Branch: confperl
16082        ! Makefile.SH
16083 ____________________________________________________________________________
16084 [  1960] By: jhi                                   on 1998/10/14  15:37:39
16085     Log: Introduce SCHED_YIELD (one of sched_yield(),
16086          pthread_yield(), or pthread_yield(NULL)).
16087          YIELD is then defined using SCHED_YIELD unless
16088          a platform-specific YIELD has already been defined.
16089          
16090          Support pthread_attr_setdetachstate(pthread_attr_t*, int*).
16091          
16092          The need for pthread_yield(NULL) and pthread_attr_setdet...
16093          introduced by (private email)
16094          
16095          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
16096          Date: Sat, 10 Oct 1998 21:08:15 +1300
16097          Message-ID: <361F15EE.47376EC@mailbox.tabnsw.com.au>
16098          Subject: Re: Perl thread problems in VM/ESA
16099          
16100          Better select() protoprobe (for AIX), from (private email)
16101          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
16102          Date: Fri, 2 Oct 1998 14:52:25 -0400 (EDT)
16103          Message-Id: <Pine.SUN.3.96.981002144601.11832D-100000@newton.phys>
16104          Subject: AIX select (fwd)
16105          From: Lars Hecking <lhecking@nmrc.ucc.ie>
16106          To: Andy Dougherty <doughera@lafcol.lafayette.edu>
16107          Date: Fri, 2 Oct 1998 10:40:01 +0100
16108          Subject: AIX select
16109          
16110          Linux-avoid-so.X.Y, based on
16111          From: "Kurt D. Starsinic" <kstar@chapin.edu>
16112          Date: Tue, 13 Oct 1998 15:55:07 -0400
16113          Message-ID: <19981013155507.B4004@O2.chapin.edu>
16114          Subject: Re: [PATCH 5.005_52] [Was: Re: How can Debian accomodate new installation ?]
16115  Branch: confperl
16116        ! Configure config_h.SH ext/Thread/Thread.xs hints/linux.sh
16117        ! thread.h
16118 ____________________________________________________________________________
16119 [  1959] By: jhi                                   on 1998/10/14  12:51:26
16120     Log: Some old pthread implementations have
16121          pthread_attr_setdetachstate(pthread_attr_t*, int*).
16122  Branch: confperl
16123        ! ext/Thread/Thread.xs
16124 ____________________________________________________________________________
16125 [  1958] By: jhi                                   on 1998/10/14  12:41:11
16126     Log: SCHED_YIELD and ATTR_JOINABLE fixes.  Thread.xs and Configure
16127          counterparts will follow soon.
16128  Branch: confperl
16129        ! thread.h
16130 ____________________________________________________________________________
16131 [  1957] By: jhi                                   on 1998/10/14  12:38:11
16132     Log: Add tr.t (MANIFEST already knew about it, strange)
16133  Branch: confperl
16134        + t/op/tr.t
16135 ____________________________________________________________________________
16136 [  1956] By: jhi                                   on 1998/10/14  12:24:35
16137     Log: Mutexen should be initialized only once.
16138  Branch: confperl
16139        ! gv.c op.c
16140 ____________________________________________________________________________
16141 [  1955] By: jhi                                   on 1998/10/14  12:19:38
16142     Log: os390 has its own cppstdin.
16143  Branch: confperl
16144        ! hints/os390.sh
16145 ____________________________________________________________________________
16146 [  1954] By: jhi                                   on 1998/10/14  12:15:06
16147     Log: Integrate with mainperl.
16148  Branch: confperl
16149       !> (integrate 1280 files)
16150 ____________________________________________________________________________
16151 [  1953] By: jhi                                   on 1998/10/14  11:48:08
16152     Log: Removed duplicate CMA threads code for HPUX 10.X.
16153          (probably residue of patch(1) being too understanding)
16154          Enhanced 64-bit settings. (redo change#1940)
16155  Branch: confperl
16156        ! hints/hpux.sh
16157 ____________________________________________________________________________
16158 [  1952] By: jhi                                   on 1998/10/14  11:45:16
16159     Log: (redo change#1949) Detypo in the d_open64 warning about
16160          the impending WHOA.
16161  Branch: confperl
16162        ! hints/irix_6.sh
16163 ____________________________________________________________________________
16164 [  1951] By: jhi                                   on 1998/10/14  10:54:16
16165     Log: Mutexen should only be inited once, after they have been New()ed.
16166  Branch: confperl
16167        ! gv.c op.c
16168 ____________________________________________________________________________
16169 [  1950] By: jhi                                   on 1998/10/14  10:41:43
16170     Log: Own cppstdin.
16171  Branch: confperl
16172        ! hints/os390.sh
16173 ____________________________________________________________________________
16174 [  1949] By: jhi                                   on 1998/10/14  10:34:23
16175     Log: Detypo in the d_open64 warning about the impending WHOA.
16176  Branch: confperl
16177        ! hints/irix_6.sh
16178 ____________________________________________________________________________
16179 [  1948] By: gsar                                  on 1998/10/14  05:38:01
16180     Log: two typos
16181  Branch: perl
16182        ! pp_hot.c t/op/eval.t
16183 ____________________________________________________________________________
16184 [  1947] By: gsar                                  on 1998/10/14  05:37:10
16185     Log: let docatch() pass the buck when restartop turns out to be null,
16186          making exceptions in BEGIN{} propagate as expected
16187  Branch: perl
16188        ! pp_ctl.c t/op/misc.t
16189 ____________________________________________________________________________
16190 [  1946] By: gsar                                  on 1998/10/13  03:41:49
16191     Log: add missing file from change#1943
16192  Branch: perl
16193        ! proto.h
16194 ____________________________________________________________________________
16195 [  1945] By: gsar                                  on 1998/10/13  03:32:02
16196     Log: defer "deep recursion" warnings until CXt_SUB context is properly
16197          set up
16198  Branch: perl
16199        ! pp_hot.c t/pragma/warn/pp_hot
16200 ____________________________________________________________________________
16201 [  1944] By: gsar                                  on 1998/10/13  03:15:50
16202     Log: change#1614 merely disabled earlier fix (doh!); undo it and properly
16203          fixup the cop_seq value that must be seen by lexical lookups that
16204          emanate within eval''
16205  Branch: perl
16206        ! cop.h op.c pp_ctl.c pp_hot.c scope.c t/op/eval.t
16207 ____________________________________________________________________________
16208 [  1943] By: gsar                                  on 1998/10/13  02:06:09
16209     Log: ensure recursive attempts to findlex()icals know enough about where
16210          the last eval'' context was encountered
16211  Branch: perl
16212        ! op.c t/op/eval.t
16213 ____________________________________________________________________________
16214 [  1942] By: gsar                                  on 1998/10/13  02:01:24
16215     Log: force copy of substrings when matching against temporaries
16216  Branch: perl
16217        ! pp_hot.c t/op/pat.t
16218 ____________________________________________________________________________
16219 [  1941] By: gsar                                  on 1998/10/13  01:49:16
16220     Log: don't longjmp() in pp_goto() (regressive bug from old single-stack
16221          implementation)
16222  Branch: perl
16223        ! pp_ctl.c t/op/runlevel.t
16224 ____________________________________________________________________________
16225 [  1940] By: jhi                                   on 1998/10/12  09:57:44
16226     Log: Removed duplicate CMA threads code for HPUX 10.X.
16227          (probably residue of patch(1) being too understanding)
16228          Enhanced 64-bit settings.
16229  Branch: confperl
16230        ! hints/hpux.sh
16231 ____________________________________________________________________________
16232 [  1939] By: jhi                                   on 1998/10/12  09:53:11
16233     Log: Initial sync from mainline perl.
16234  Branch: confperl
16235        + (add 1282 files)
16236 ____________________________________________________________________________
16237 [  1937] By: gsar                                  on 1998/10/06  21:16:34
16238     Log: fix $/ init for USE_THREADS
16239  Branch: perl
16240        ! perl.c
16241 ____________________________________________________________________________
16242 [  1936] By: gsar                                  on 1998/10/06  07:19:39
16243     Log: fix globals caught by change#1927; builds and tests on Solaris
16244  Branch: perl
16245        ! Changes mg.c op.c perl.c pp_ctl.c regcomp.c utf8.c utf8.h
16246        ! warning.h warning.pl
16247 ____________________________________________________________________________
16248 [  1935] By: gsar                                  on 1998/10/06  06:50:35
16249     Log: add test for previous fix
16250  Branch: perl
16251        ! ext/Thread/create.t
16252 ____________________________________________________________________________
16253 [  1934] By: gsar                                  on 1998/10/06  06:37:36
16254     Log: fix USE_THREADS coredump due to uninitialized PL_hv_fetch_ent_mh
16255  Branch: perl
16256        ! util.c
16257 ____________________________________________________________________________
16258 [  1933] By: gsar                                  on 1998/10/06  05:04:20
16259     Log: undo bogus part of change#1903 (as pointed out by Larry)
16260  Branch: perl
16261        ! pp_ctl.c
16262 ____________________________________________________________________________
16263 [  1932] By: gsar                                  on 1998/10/06  04:21:31
16264     Log: added tweaked version of suggested patch
16265          From: jan.dubois@ibm.net (Jan Dubois)
16266          Date: Sat, 03 Oct 1998 19:04:48 +0200
16267          Message-ID: <361d54b2.36841294@smtp1.ibm.net>
16268          Subject: [PATCH 5.005_52] More MakeMaker  patches
16269  Branch: perl
16270        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
16271        ! lib/ExtUtils/Mkbootstrap.pm lib/ExtUtils/Mksymlists.pm
16272 ____________________________________________________________________________
16273 [  1931] By: gsar                                  on 1998/10/06  04:04:33
16274     Log: use cpp symbols instead of hardwired constants
16275          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
16276          Date: Mon, 05 Oct 1998 09:23:33 +0100
16277          Message-Id: <199810050823.JAA00891@crypt.compulink.co.uk>
16278          Subject: [PATCH 5.005_52] By the numbers (resend)
16279  Branch: perl
16280        ! op.c
16281 ____________________________________________________________________________
16282 [  1930] By: gsar                                  on 1998/10/06  04:01:55
16283     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16284          Message-Id: <199810050637.CAA07781@monk.mps.ohio-state.edu>
16285          Date: Mon, 5 Oct 1998 02:37:43 -0400 (EDT)
16286          Subject: [PATCH 5.005_52] Cumulative OS/2-related patch
16287  Branch: perl
16288        ! Makefile.SH hints/os2.sh lib/ExtUtils/MM_OS2.pm mg.c
16289        ! os2/Changes os2/Makefile.SHs os2/os2.c perl_exp.SH util.c
16290 ____________________________________________________________________________
16291 [  1929] By: gsar                                  on 1998/10/06  03:50:36
16292     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16293          Date: Mon, 5 Oct 1998 02:39:00 -0400 (EDT)
16294          Message-Id: <199810050639.CAA07803@monk.mps.ohio-state.edu>
16295          Subject: [PATCH 5.00552] Minor test improvement
16296  Branch: perl
16297        ! t/op/magic.t
16298 ____________________________________________________________________________
16299 [  1928] By: gsar                                  on 1998/10/06  03:49:03
16300     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16301          Date: Mon, 5 Oct 1998 02:38:23 -0400 (EDT)
16302          Message-Id: <199810050638.CAA07792@monk.mps.ohio-state.edu>
16303          Subject: [PATCH 5.00552] emacs/ptags inprovements
16304  Branch: perl
16305        ! emacs/ptags
16306 ____________________________________________________________________________
16307 [  1927] By: gsar                                  on 1998/10/06  03:47:44
16308     Log: disable C<#define dirty PL_dirty> et al.
16309  Branch: perl
16310        ! embed.pl embedvar.h
16311 ____________________________________________________________________________
16312 [  1926] By: gsar                                  on 1998/10/06  03:43:32
16313     Log: From: Mark-Jason Dominus <mjd@plover.com>
16314          Date: Sun, 04 Oct 1998 14:48:11 -0400
16315          Message-ID: <19981004184811.16048.qmail@plover.com>
16316          Subject: PATCH: perldoc -f does not locate -e, -r, -x, etc.
16317  Branch: perl
16318        ! utils/perldoc.PL
16319 ____________________________________________________________________________
16320 [  1925] By: gsar                                  on 1998/10/06  03:27:35
16321     Log: disable USE_THREADS when PERL_OBJECT is enabled
16322  Branch: perl
16323        ! win32/Makefile win32/makefile.mk
16324 ____________________________________________________________________________
16325 [  1924] By: gsar                                  on 1998/10/06  03:26:54
16326     Log: remove spurious unused conflicting globals (PL_yy{v,s}sp)
16327  Branch: perl
16328        ! Makefile.SH Todo-5.005 embedvar.h perlvars.h perly.c toke.c
16329        ! vms/perly_c.vms
16330 ____________________________________________________________________________
16331 [  1923] By: gsar                                  on 1998/10/03  05:19:56
16332     Log: make C<use> recognize C<require> overrides; allow C<do EXPR> to be
16333          overridden
16334  Branch: perl
16335        ! embed.h global.sym objXSUB.h objpp.h op.c perly.c perly.y
16336        ! proto.h vms/perly_c.vms
16337 ____________________________________________________________________________
16338 [  1922] By: gsar                                  on 1998/10/03  03:59:50
16339     Log: suppress manifypods leak in extensions
16340  Branch: perl
16341        ! ext/Errno/Makefile.PL ext/IPC/SysV/Makefile.PL pod/pod2man.PL
16342 ____________________________________________________________________________
16343 [  1921] By: gsar                                  on 1998/10/02  22:30:15
16344     Log: os390 fixes (suggested by Peter Prymmer)
16345  Branch: perl
16346        ! Makefile.SH regcomp.c
16347 ____________________________________________________________________________
16348 [  1920] By: gsar                                  on 1998/10/02  21:41:19
16349     Log: squelch undef warnings
16350          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
16351          Date: Fri, 02 Oct 1998 11:01:14 +0100
16352          Message-Id: <199810021001.LAA19214@crypt.compulink.co.uk>
16353          Subject: [PATCH] Re: Apparent bug in Math::BigInt 
16354  Branch: perl
16355        ! Changes lib/Math/BigInt.pm
16356 ____________________________________________________________________________
16357 [  1919] By: gsar                                  on 1998/10/02  04:59:13
16358     Log: add note to INSTALL about ANSI C
16359  Branch: perl
16360        ! INSTALL
16361 ____________________________________________________________________________
16362 [  1918] By: gsar                                  on 1998/10/02  04:21:10
16363     Log: tolerate spaces when fixing up __cplusplus output by old h2xs
16364          From: jan.dubois@ibm.net (Jan Dubois)
16365          Date: Wed, 30 Sep 1998 23:35:30 +0200
16366          Message-ID: <3619a1e8.12336659@smtp1.ibm.net>
16367          Subject: [PATCH 5.005_52]: xsubpp and PERL_OBJECT
16368  Branch: perl
16369        ! lib/ExtUtils/xsubpp
16370 ____________________________________________________________________________
16371 [  1917] By: gsar                                  on 1998/10/02  04:16:02
16372     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
16373          Date: Thu, 1 Oct 1998 11:37:26 +0300 (EET DST)
16374          Message-Id: <199810010837.LAA31371@alpha.hut.fi>
16375          Subject: Re: Configure test for selectbits busted
16376  Branch: perl
16377        ! Configure
16378 ____________________________________________________________________________
16379 [  1916] By: gsar                                  on 1998/10/02  04:14:17
16380     Log: From: Dan Sugalski <sugalskd@osshe.edu>
16381          Date: Wed, 30 Sep 1998 17:15:20 -0700
16382          Message-Id: <3.0.6.32.19980930171520.00b22eb0@ous.edu>
16383          Subject: [PATCH 5.005_02]VMS config tweaks
16384  Branch: perl
16385        ! vms/descrip_mms.template vms/subconfigure.com
16386 ____________________________________________________________________________
16387 [  1915] By: gsar                                  on 1998/10/02  04:10:47
16388     Log: use Off_t to permit 64-bit seek()
16389          From: Scott Henry <scotth@sgi.com>
16390          Date: 29 Sep 1998 17:38:46 -0700
16391          Message-ID: <yd8lnn2zb6x.fsf_-_@hoshi.engr.sgi.com>
16392          Subject: Re: [PATCH] 5.005_02: Configure "Massive Attack"
16393          --
16394          Date: 28 Sep 1998 18:55:37 -0700
16395          Message-ID: <yd8ogrz1y3q.fsf@hoshi.engr.sgi.com>
16396          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
16397  Branch: perl
16398        ! doio.c pp_sys.c proto.h sv.c
16399 ____________________________________________________________________________
16400 [  1914] By: gsar                                  on 1998/10/02  04:05:36
16401     Log: normalize tm struct passed to strftime() with mktime()
16402          From: Spider Boardman <spider@orb.nashua.nh.us>
16403          Date: Wed, 30 Sep 1998 15:12:09 -0400
16404          Message-Id: <199809301912.PAA26119@Orb.Nashua.NH.US>
16405          Subject: [PATCH 5.005_52] Re: POSIX::strftime returns incorrect date 
16406  Branch: perl
16407        ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
16408 ____________________________________________________________________________
16409 [  1913] By: gsar                                  on 1998/10/02  03:59:46
16410     Log: don't try to run foo_SH.orig etc.
16411  Branch: perl
16412        ! Configure
16413 ____________________________________________________________________________
16414 [  1912] By: gsar                                  on 1998/10/02  03:45:37
16415     Log: make warning about glob process failure optional
16416  Branch: perl
16417        ! pod/perldiag.pod pp_hot.c
16418 ____________________________________________________________________________
16419 [  1911] By: gsar                                  on 1998/10/02  02:52:21
16420     Log: document yet another RE diagnostic, make it consistent with REG_INFTY
16421          From: Dominic Dunlop <domo@vo.lu>
16422          Date: Tue, 29 Sep 1998 21:06:30 +0000
16423          Message-Id: <v03110700b236f60b1375@[212.24.192.106]>
16424          Subject: [PATCH 5.005_52] Fix hard-coded "matches null string many times" limit
16425          --
16426          Date: Wed, 30 Sep 1998 11:46:44 +0000
16427          Message-Id: <v03110702b237beb04830@[212.24.192.74]>
16428          Subject: [PATCH 5.005_52] Add "Strange *+?{} ..." to perldiag
16429  Branch: perl
16430        ! pod/perldiag.pod regcomp.c
16431 ____________________________________________________________________________
16432 [  1910] By: gsar                                  on 1998/10/02  02:48:48
16433     Log: minor Configure tweaks (via private mail)
16434          From: Jarkko Hietaniemi <jhi@iki.fi>
16435          Date: Wed, 30 Sep 1998 02:25:06 +0300 (EET DST)
16436          Message-Id: <199809292325.CAA19737@alpha.hut.fi>
16437          Subject: [PATCH] 5.005_52: the drizzle continues
16438  Branch: perl
16439        ! Configure config_h.SH handy.h
16440 ____________________________________________________________________________
16441 [  1909] By: gsar                                  on 1998/10/02  02:46:39
16442     Log: update SCO hints for dynamic loading
16443          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
16444          Date: Mon, 28 Sep 1998 16:50:38 -0400 (EDT)
16445          Message-Id: <Pine.SUN.3.96.980928164648.8130E-100000@newton.phys>
16446          Subject: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
16447          --
16448          Date: Tue, 29 Sep 1998 16:48:55 -0400 (EDT)
16449          Message-Id: <Pine.SUN.3.96.980929164612.8634A-100000@newton.phys>
16450          Subject: Re: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
16451  Branch: perl
16452        ! hints/sco.sh
16453 ____________________________________________________________________________
16454 [  1908] By: gsar                                  on 1998/10/02  02:33:39
16455     Log: make File::Find work when wanted() is autoloaded or a symbolic ref
16456  Branch: perl
16457        ! lib/File/Find.pm
16458 ____________________________________________________________________________
16459 [  1907] By: gsar                                  on 1998/10/02  02:21:52
16460     Log: applied patches, but retained old behavior for win32 (where compilers
16461          can't read from stdin at all)
16462          From: Graham Barr <gbarr@ti.com>
16463          Date: Mon, 28 Sep 1998 09:41:49 -0500
16464          Message-ID: <19980928094149.B26576@asic.sc.ti.com>
16465          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
16466          --
16467          Date: Tue, 29 Sep 1998 12:35:43 -0500
16468          Message-ID: <19980929123543.Z26576@asic.sc.ti.com>
16469          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
16470  Branch: perl
16471        ! ext/Errno/Errno_pm.PL
16472 ____________________________________________________________________________
16473 [  1906] By: gsar                                  on 1998/10/02  02:02:19
16474     Log: tolerate whitespace in /etc/group entries (suggested by Jarkko
16475          Hietaniemi)
16476  Branch: perl
16477        ! t/op/grent.t
16478 ____________________________________________________________________________
16479 [  1905] By: gsar                                  on 1998/10/02  01:59:56
16480     Log: win32 caveats about truncate()
16481  Branch: perl
16482        ! pod/perlport.pod
16483 ____________________________________________________________________________
16484 [  1904] By: gsar                                  on 1998/10/02  01:53:25
16485     Log: various Configure and hints updates (prefer drand48() or random()
16486          over rand(); add -Dusemultiplicity; enhanced 64-bitness);  patch
16487          applied modulo SCO hints superceded by later patch
16488          From: Jarkko Hietaniemi <jhi@iki.fi>
16489          Date: Tue, 29 Sep 1998 00:56:33 +0300 (EET DST)
16490          Message-Id: <199809282156.AAA18615@alpha.hut.fi>
16491          Subject: [PATCH] 5.005_52: Configure et al:
16492  Branch: perl
16493        + ext/IPC/SysV/hints/next_3.pl
16494        ! Configure INSTALL MANIFEST config_h.SH ext/IPC/SysV/SysV.xs
16495        ! hints/dec_osf.sh hints/irix_6.sh hints/next_3.sh
16496        ! hints/solaris_2.sh perl.h pod/perldiag.pod pp.c pp_sys.c
16497 ____________________________________________________________________________
16498 [  1903] By: gsar                                  on 1998/10/02  01:42:37
16499     Log: fixes for bugs in /RE/p        from Hugo van der Sanden
16500          Date: Mon, 28 Sep 1998 17:41:49 +0100
16501          Message-Id: <199809281641.RAA02450@crypt.compulink.co.uk>
16502          Subject: [PATCH 5.005_52] Re: More on ?p 
16503          --
16504          Date: Thu, 01 Oct 1998 09:10:58 +0100
16505          Message-Id: <199810010810.JAA16426@crypt.compulink.co.uk>
16506          Subject: [PATCH 5.005_52] ?p fix
16507          --
16508          Date: Thu, 01 Oct 1998 10:45:56 +0100
16509          Message-Id: <199810010945.KAA16733@crypt.compulink.co.uk>
16510          Subject: [PATCH 5.005_52] more on ?p
16511  Branch: perl
16512        ! pp_ctl.c
16513 ____________________________________________________________________________
16514 [  1902] By: gsar                                  on 1998/10/02  01:36:14
16515     Log: From: Kenneth Duda <kjd@cisco.com>
16516          Date: Sun, 27 Sep 1998 20:22:12 -0700 (PDT)
16517          Message-Id: <199809280322.UAA01261@scorpion.cisco.com>
16518          Subject: writemain dies when there are more than 4000 characters of extensions
16519  Branch: perl
16520        ! writemain.SH
16521 ____________________________________________________________________________
16522 [  1901] By: gsar                                  on 1998/10/02  01:33:16
16523     Log: tweak run_byacc recipe
16524  Branch: perl
16525        ! Makefile.SH Porting/pumpkin.pod
16526 ____________________________________________________________________________
16527 [  1900] By: gsar                                  on 1998/10/02  01:02:09
16528     Log: use SETERRNO() to reset errno (suggested by Charles Bailey)
16529  Branch: perl
16530        ! perl.h pp_ctl.c
16531 ____________________________________________________________________________
16532 [  1899] By: gsar                                  on 1998/09/28  20:46:30
16533     Log: fix various 5.00552 mishaps (fixes suggested by Jan Dubois,
16534          Kurt Starsinic, Spider Boardman, Dan Sugalski and Albert
16535          Dvornik)
16536  Branch: perl
16537        ! hints/irix_6.sh lib/ExtUtils/MakeMaker.pm mg.c scope.c
16538 ____________________________________________________________________________
16539 [  1898] By: gsar                                  on 1998/09/28  20:42:52
16540     Log: flush unsubmitted 5.00552 change
16541  Branch: perl
16542        ! MANIFEST
16543 ____________________________________________________________________________
16544 [  1897] By: gsar                                  on 1998/09/27  04:43:06
16545     Log: run vms_yfix.pl
16546  Branch: perl
16547        ! vms/perly_c.vms
16548 ____________________________________________________________________________
16549 [  1896] By: gsar                                  on 1998/09/27  03:38:55
16550     Log: small tweak on last change
16551  Branch: perl
16552        ! win32/win32.c
16553 ____________________________________________________________________________
16554 [  1895] By: gsar                                  on 1998/09/27  03:17:17
16555     Log: fix win32_stat() to do the right thing for share names
16556  Branch: perl
16557        ! win32/win32.c
16558 ____________________________________________________________________________
16559 [  1891] By: larry                                 on 1998/09/25  18:50:40
16560     Log: Fixed apostrophe problem from Mark Knutsen.
16561  Branch: perl
16562        ! sv.h
16563
16564 ----------------
16565 Version 5.005_52
16566 ----------------
16567
16568 ____________________________________________________________________________
16569 [  1890] By: gsar                                  on 1998/09/25  10:25:00
16570     Log: update template config.sh, add new config vars to win32 stuff
16571  Branch: perl
16572        ! Changes Porting/config.sh Porting/config_H config_h.SH objpp.h
16573        ! pp_sys.c proto.h win32/config.bc win32/config.gc
16574        ! win32/config.vc win32/config_H.bc win32/config_H.gc
16575        ! win32/config_H.vc win32/win32.h
16576 ____________________________________________________________________________
16577 [  1889] By: gsar                                  on 1998/09/25  07:13:13
16578     Log: big Configure update from Jarkko: sync metaconfig units; d_statblks fix
16579          for Linux; hpux CMA-threads hints; ELF support for FreeBSD; beginnings
16580          of full-fledged 64-bit support (including support for: fseeko/ftello,
16581          Quad_t aka long long, hpux and irix 64-bits hints, new 64-bit constants
16582          in Fcntl)
16583          From: Jarkko Hietaniemi <jhi@iki.fi>
16584          Date: Fri, 11 Sep 1998 23:56:11 +0300 (EET DST)
16585          Message-Id: <199809112056.XAA04720@alpha.hut.fi>
16586          Subject: [PATCH] 5.005_51: Configure "Massive Attack"
16587          --
16588          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
16589          Date: 12 Sep 1998 09:44:25 +0300
16590          Message-ID: <oeeaf45bzjq.fsf@alpha.hut.fi>
16591          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
16592  Branch: perl
16593        + lib/filetest.pm
16594        ! Configure MANIFEST Makefile.SH config_h.SH doio.c embedvar.h
16595        ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs handy.h hints/dec_osf.sh
16596        ! hints/freebsd.sh hints/hpux.sh hints/irix_6.sh objXSUB.h
16597        ! perl.c perl.h perl_exp.SH perlio.c perlvars.h pod/perldiag.pod
16598        ! pod/perlfunc.pod pp_sys.c proto.h win32/GenCAPI.pl
16599        ! win32/makedef.pl
16600 ____________________________________________________________________________
16601 [  1888] By: gsar                                  on 1998/09/25  06:27:12
16602     Log: bump patchlevel to 52; other little tweaks for threads, win32 builds
16603  Branch: perl
16604        ! doop.c mg.c patchlevel.h regexec.c win32/Makefile
16605        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
16606        ! win32/makedef.pl win32/makefile.mk win32/win32.c
16607 ____________________________________________________________________________
16608 [  1887] By: gsar                                  on 1998/09/25  04:50:49
16609     Log: win32.c tweak
16610  Branch: perl
16611        ! win32/win32.c
16612 ____________________________________________________________________________
16613 [  1886] By: gsar                                  on 1998/09/25  04:47:32
16614     Log: s/MAKEMAKEROPT/PERL_MM_OPT/
16615  Branch: perl
16616        ! lib/ExtUtils/MakeMaker.pm
16617 ____________________________________________________________________________
16618 [  1885] By: gsar                                  on 1998/09/25  04:05:09
16619     Log: From: Dominic Dunlop <domo@vo.lu>
16620          Date: Thu, 10 Sep 1998 11:02:46 +0000
16621          Message-Id: <v03110703b21d581d7ef1@[212.24.192.107]>
16622          Subject: MM_Unix::canonpath erroneously turns leading // into /
16623  Branch: perl
16624        ! lib/ExtUtils/MM_Unix.pm
16625 ____________________________________________________________________________
16626 [  1884] By: gsar                                  on 1998/09/25  03:06:10
16627     Log: temporarily disable perl malloc for a2p until we clean up
16628          conflicting malloc() declarations everywhere
16629  Branch: perl
16630        ! x2p/Makefile.SH
16631 ____________________________________________________________________________
16632 [  1883] By: gsar                                  on 1998/09/25  02:27:00
16633     Log: remove obsolete win32/bin/*.pl
16634  Branch: perl
16635        - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
16636        ! Changes MANIFEST win32/Makefile win32/makefile.mk
16637 ____________________________________________________________________________
16638 [  1882] By: gsar                                  on 1998/09/25  02:04:43
16639     Log: missing file in last submit
16640  Branch: perl
16641        ! proto.h
16642 ____________________________________________________________________________
16643 [  1881] By: gsar                                  on 1998/09/25  01:56:54
16644     Log: serial access to PL_x[inpr]v_root for USE_THREADS
16645  Branch: perl
16646        ! sv.c
16647 ____________________________________________________________________________
16648 [  1880] By: gsar                                  on 1998/09/25  01:19:38
16649     Log: lock sv_mutex in new_he() and del_he() for USE_THREADS
16650          From: Drago Goricanec <drago@king.otsd.ts.fujitsu.co.jp>
16651          Date: Thu, 24 Sep 1998 22:01:09 +0900
16652          Message-Id: <19980924220109J.drago@otsd.ts.fujitsu.co.jp>
16653          Subject: [PATCH 5.005_51] Re: Perl 5.005_51 not yet multi Thread safe 
16654  Branch: perl
16655        ! hv.c proto.h
16656 ____________________________________________________________________________
16657 [  1879] By: gsar                                  on 1998/09/25  00:20:07
16658     Log: tweaks to enable PERL_OBJECT to build & test on win32
16659  Branch: perl
16660        ! Changes doop.c mg.c objpp.h proto.h regexec.c util.c
16661        ! win32/GenCAPI.pl
16662 ____________________________________________________________________________
16663 [  1878] By: gsar                                  on 1998/09/25  00:13:36
16664     Log: fix change#1861, which breaks default boot_xxx symbol generation
16665  Branch: perl
16666        ! lib/ExtUtils/Mksymlists.pm
16667 ____________________________________________________________________________
16668 [  1877] By: gsar                                  on 1998/09/24  10:29:54
16669     Log: two tweaks for clean build and test on Solaris
16670  Branch: perl
16671        ! op.c t/op/subst.t
16672 ____________________________________________________________________________
16673 [  1876] By: gsar                                  on 1998/09/24  09:04:43
16674     Log: From: Colin Kuskie <ckuskie@cadence.com>
16675          Date: Wed, 26 Aug 1998 14:53:01 -0700 (PDT)
16676          Message-ID: <Pine.GSO.3.96.980826143507.3258K-100000@pdxmail.cadence.com>
16677          Subject: [PATCH 5.005_51] perlform.pod
16678  Branch: perl
16679        ! pod/perlform.pod
16680 ____________________________________________________________________________
16681 [  1875] By: gsar                                  on 1998/09/24  08:47:47
16682     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16683          Date: Tue, 25 Aug 1998 15:35:58 -0400 (EDT)
16684          Message-Id: <199808251935.PAA11384@monk.mps.ohio-state.edu>
16685          Subject: Re: problem with (?p{}) [PATCH 5.005_5*]
16686  Branch: perl
16687        ! regexec.c
16688 ____________________________________________________________________________
16689 [  1874] By: gsar                                  on 1998/09/24  08:44:55
16690     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16691          Date: Tue, 25 Aug 1998 14:56:06 -0400 (EDT)
16692          Message-Id: <199808251856.OAA10825@monk.mps.ohio-state.edu>
16693          Subject: Re: your Regexp.patch dated 21.8 [PATCH]
16694  Branch: perl
16695        ! toke.c
16696 ____________________________________________________________________________
16697 [  1873] By: gsar                                  on 1998/09/24  08:39:41
16698     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16699          Date: Tue, 25 Aug 1998 04:29:49 -0400 (EDT)
16700          Message-Id: <199808250829.EAA02470@monk.mps.ohio-state.edu>
16701          Subject: [PATCH 5.005_*] Extraneous warning for (?()A|B)
16702  Branch: perl
16703        ! Changes regcomp.c
16704 ____________________________________________________________________________
16705 [  1872] By: gsar                                  on 1998/09/24  08:37:00
16706     Log: From: Krishna Sethuraman <krishpl@shamu.engr.sgi.com>
16707          Date: Sun, 23 Aug 1998 23:18:38 PDT
16708          Message-Id: <199808240618.XAA05329@shamu.engr.sgi.com>
16709          Subject: new irix_6.sh hints file
16710  Branch: perl
16711        ! hints/irix_6.sh
16712 ____________________________________________________________________________
16713 [  1871] By: gsar                                  on 1998/09/24  07:26:37
16714     Log: correct FSF address in various places
16715  Branch: perl
16716        ! Copying README ext/B/README lib/Getopt/Long.pm
16717 ____________________________________________________________________________
16718 [  1870] By: gsar                                  on 1998/09/24  07:11:56
16719     Log: From:    Dan Sugalski <sugalskd@osshe.edu>
16720          Date:    Fri, 14 Aug 1998 09:20:16 PDT
16721          Message-Id: <3.0.5.32.19980814092016.00b37dc0@ous.edu>
16722          Subject: [PATCH 5.005_02] (and _5x I expect) VMS config procedure patch
16723  Branch: perl
16724        ! configure.com
16725 ____________________________________________________________________________
16726 [  1869] By: gsar                                  on 1998/09/24  06:55:59
16727     Log: use STRICT_ALIGNMENT on IRIX to allow usemymalloc=y again
16728          From:    Scott Henry <scotth@sgi.com>
16729          Date:    13 Aug 1998 09:52:15 PDT
16730          Message-Id: <yd8pve46czk.fsf@hoshi.engr.sgi.com>
16731          Subject: [PATCH] Irix USE_LONG_LONG/malloc.c incompatibility (was...)
16732  Branch: perl
16733        ! hints/irix_6.sh
16734 ____________________________________________________________________________
16735 [  1868] By: gsar                                  on 1998/09/24  06:51:23
16736     Log: From:    Nathan Torkington <gnat@frii.com>
16737          Date:    Thu, 13 Aug 1998 10:59:48 MDT
16738          Message-Id: <199808131659.KAA06179@prometheus.frii.com>
16739          Subject: [PATCH] 5.005_02 perlfunc.pod, improve umask entry
16740  Branch: perl
16741        ! pod/perlfunc.pod
16742 ____________________________________________________________________________
16743 [  1867] By: gsar                                  on 1998/09/24  06:45:13
16744     Log: make C<goto &sub> AUTOLOAD-aware (autouse now works for modules
16745          that are autoloaded)
16746  Branch: perl
16747        ! pp_ctl.c
16748 ____________________________________________________________________________
16749 [  1866] By: gsar                                  on 1998/09/24  05:21:19
16750     Log: grandfather deprecated "$$<digit>" no more
16751  Branch: perl
16752        ! pod/perldiag.pod toke.c
16753 ____________________________________________________________________________
16754 [  1865] By: gsar                                  on 1998/09/24  04:52:48
16755     Log: tweak PERL_HASH() to h=h+(h>>5) in order to improve distribution of
16756          low bits (suggested by Ilya Zakharevich)
16757  Branch: perl
16758        ! hv.h
16759 ____________________________________________________________________________
16760 [  1864] By: gsar                                  on 1998/09/24  04:29:14
16761     Log: move yyglobal decls from perly.c to perlvars.h, regen headers, tweak
16762          perly_c.diff
16763  Branch: perl
16764        ! embed.h embedvar.h global.sym perlvars.h perly.c perly.h
16765        ! perly_c.diff toke.c
16766 ____________________________________________________________________________
16767 [  1863] By: gsar                                  on 1998/09/24  03:36:30
16768     Log: provide locked access to string table for USE_THREADS
16769  Branch: perl
16770        ! embedvar.h hv.c intrpvar.h objXSUB.h perl.c thread.h
16771 ____________________________________________________________________________
16772 [  1862] By: gsar                                  on 1998/09/24  03:30:32
16773     Log: remove bogus warn()
16774  Branch: perl
16775        ! embed.pl
16776 ____________________________________________________________________________
16777 [  1861] By: gsar                                  on 1998/09/24  02:58:51
16778     Log: applied suggested patch, adapted for all platforms
16779          From: jan.dubois@ibm.net (Jan Dubois)
16780          Date: Sun, 20 Sep 1998 12:56:38 +0200
16781          Message-ID: <3604de0c.12319885@smtp1.ibm.net>
16782          Subject: [New PATCH 5.005_02] Support Mksymlists FUNCLIST argument in MakeMaker
16783  Branch: perl
16784        ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
16785        ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
16786        ! lib/ExtUtils/MakeMaker.pm
16787 ____________________________________________________________________________
16788 [  1860] By: gsar                                  on 1998/09/24  02:16:14
16789     Log: upgrade to CPAN-1.40
16790  Branch: perl
16791        ! Changes lib/CPAN.pm lib/CPAN/FirstTime.pm
16792 ____________________________________________________________________________
16793 [  1859] By: gsar                                  on 1998/09/24  02:08:59
16794     Log: use $ENV{MAKEMAKEROPT} to set default command line args
16795  Branch: perl
16796        ! lib/ExtUtils/MakeMaker.pm
16797 ____________________________________________________________________________
16798 [  1857] By: gsar                                  on 1998/09/23  10:58:36
16799     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16800          Date: Tue, 22 Sep 1998 17:30:16 -0400 (EDT)
16801          Message-Id: <199809222130.RAA17034@monk.mps.ohio-state.edu>
16802          Subject: More verbose Test::Harness [PATCH]
16803  Branch: perl
16804        ! lib/Test/Harness.pm
16805 ____________________________________________________________________________
16806 [  1856] By: gsar                                  on 1998/09/23  10:56:24
16807     Log: update hints for OPENSTEP 4.2 on i386
16808          From: Gerben Wierda <Gerben_Wierda@RnA.nl>
16809          Date: Sun, 20 Sep 1998 01:03:18 +0200
16810          Message-Id: <9809192303.AA29190@Spike>
16811          Subject: Perl 5.005_02 compilation problems
16812  Branch: perl
16813        ! hints/next_4.sh
16814 ____________________________________________________________________________
16815 [  1855] By: gsar                                  on 1998/09/23  10:52:27
16816     Log: reset errno after C<require> search (as suggested by Larry)
16817  Branch: perl
16818        ! pp_ctl.c
16819 ____________________________________________________________________________
16820 [  1854] By: gsar                                  on 1998/09/23  10:50:26
16821     Log: misc pod tweaks
16822  Branch: perl
16823        ! pod/perldelta.pod pod/perldiag.pod pod/perlport.pod
16824 ____________________________________________________________________________
16825 [  1853] By: gsar                                  on 1998/09/23  10:46:06
16826     Log: make Pod/Html.pm handle the --title option properly (as suggested
16827          by gml4410@ggr.co.uk)
16828  Branch: perl
16829        ! lib/Pod/Html.pm
16830 ____________________________________________________________________________
16831 [  1852] By: gsar                                  on 1998/09/23  10:41:39
16832     Log: SSNEW() API for allocating memory on the savestack
16833          From: Albert Dvornik <bert@genscan.com>
16834          Date: 17 Sep 1998 19:23:07 -0400
16835          Message-Id: <tqemtae338.fsf@puma.genscan.com>
16836          Subject: [PATCH 5.005_51] (was: why SAVEDESTRUCTOR()...)
16837  Branch: perl
16838        ! Changes Changes5.005 embed.h global.sym mg.c objXSUB.h objpp.h
16839        ! perl.h proto.h scope.c scope.h t/io/tell.t
16840 ____________________________________________________________________________
16841 [  1851] By: gsar                                  on 1998/09/23  10:37:05
16842     Log: From: Jochen Wiedmann <joe@ispsoft.de>
16843          Date: Thu, 17 Sep 1998 17:16:06 +0200
16844          Message-ID: <360127B6.E44564A@ispsoft.de>
16845          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
16846  Branch: perl
16847        ! lib/ExtUtils/MakeMaker.pm
16848 ____________________________________________________________________________
16849 [  1850] By: gsar                                  on 1998/09/23  10:33:05
16850     Log: From: andreas.koenig@kulturbox.de (Andreas J. Koenig)
16851          Date: 15 Sep 1998 01:32:31 +0200
16852          Message-ID: <sfchfya46eo.fsf@dubravka.in-berlin.de>
16853          Subject: Re: [PATCH] MakeMaker "test" target doesn't depend on "all"
16854  Branch: perl
16855        ! lib/ExtUtils/MM_Unix.pm
16856 ____________________________________________________________________________
16857 [  1849] By: gsar                                  on 1998/09/23  10:29:04
16858     Log: From: Charles Bailey <BAILEY@newman.upenn.edu>
16859          Date: Sat, 12 Sep 1998 19:25:32 -0400 (EDT)
16860          Message-id: <01J1QBJUAY1I002KOW@cor.newman.upenn.edu>
16861          Subject: Re: extralibs.ld problem in MM_VMS.pm
16862  Branch: perl
16863        ! lib/ExtUtils/MM_VMS.pm
16864 ____________________________________________________________________________
16865 [  1848] By: gsar                                  on 1998/09/23  10:25:24
16866     Log: From: Roderick Schertler <roderick@argon.org>
16867          Date: 11 Sep 1998 16:19:21 -0400
16868          Message-ID: <pzyarqpfli.fsf@eeyore.ibcinc.com>
16869          Subject: Re: Open2 and memory leaks
16870  Branch: perl
16871        ! lib/IPC/Open3.pm
16872 ____________________________________________________________________________
16873 [  1847] By: gsar                                  on 1998/09/23  10:18:31
16874     Log: From: Roderick Schertler <roderick@argon.org>
16875          Date: Wed, 09 Sep 1998 23:52:48 -0400
16876          Message-ID: <20567.905399568@eeyore.ibcinc.com>
16877          Subject: seed srand from /dev/urandom when possible
16878  Branch: perl
16879        ! pod/perlfunc.pod pp.c
16880 ____________________________________________________________________________
16881 [  1846] By: gsar                                  on 1998/09/23  10:12:22
16882     Log: From: Roderick Schertler <roderick@argon.org>
16883          Date: Thu, 10 Sep 1998 00:32:17 -0400
16884          Message-ID: <21142.905401937@eeyore.ibcinc.com>
16885          Subject: doc update for crypt()'s salt
16886  Branch: perl
16887        ! pod/perlfunc.pod
16888 ____________________________________________________________________________
16889 [  1845] By: gsar                                  on 1998/09/23  10:09:23
16890     Log: fix h2ph handling of C<#error "foo">
16891          From: SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
16892          Date: Thu, 10 Sep 1998 09:59:33 +0900
16893          Message-Id: <19980910095933N.ksakai@netwk.ntt-at.co.jp>
16894          Subject: [5.005_02] h2ph problem
16895  Branch: perl
16896        ! utils/h2ph.PL
16897 ____________________________________________________________________________
16898 [  1844] By: gsar                                  on 1998/09/23  10:06:13
16899     Log: plug strictly private function leaks in API listing
16900  Branch: perl
16901        ! pod/perlguts.pod
16902 ____________________________________________________________________________
16903 [  1843] By: gsar                                  on 1998/09/23  10:02:57
16904     Log: hide symbol for static build
16905          From: Dominic Dunlop <domo@vo.lu>
16906          Date: Tue, 8 Sep 1998 21:40:46 +0000
16907          Message-Id: <v03110700b21b52db318d@[212.24.192.111]>
16908          Subject: Not OK: perl 5.00551 on powerpc-machten 4.1.1 [PATCH]
16909  Branch: perl
16910        ! regcomp.c
16911 ____________________________________________________________________________
16912 [  1842] By: gsar                                  on 1998/09/23  09:52:46
16913     Log: define PUT_svindex(), PUT_opindex()
16914  Branch: perl
16915        ! ext/B/B/Assembler.pm
16916 ____________________________________________________________________________
16917 [  1841] By: gsar                                  on 1998/09/23  09:44:25
16918     Log: From: Dominic Dunlop <domo@vo.lu>
16919          Date: Tue, 8 Sep 1998 15:34:53 +0000
16920          Message-Id: <v03110701b21afbdc7cfb@[212.24.192.76]>
16921          Subject: [PATCH 5.005_51] Eliminate pragma/warn-regexec test dependence on REG_INFTY value
16922  Branch: perl
16923        ! t/pragma/warn/regexec
16924 ____________________________________________________________________________
16925 [  1840] By: gsar                                  on 1998/09/23  09:42:17
16926     Log: pl2bat tweak from Tye McQueen <tye@metronet.com>
16927  Branch: perl
16928        ! win32/bin/pl2bat.pl
16929 ____________________________________________________________________________
16930 [  1839] By: gsar                                  on 1998/09/23  09:38:18
16931     Log: From: Drago Goricanec <drago@raptor.otsd.ts.fujitsu.co.jp>
16932          Date: Mon, 7 Sep 1998 17:36:09 +0900
16933          Message-Id: <199809070836.RAA14631@raptor.otsd.ts.fujitsu.co.jp>
16934          Subject: Thread::cond_wait bug in 5.005.51 causes deadlock
16935  Branch: perl
16936        ! ext/Thread/Thread.xs
16937 ____________________________________________________________________________
16938 [  1838] By: gsar                                  on 1998/09/23  09:21:11
16939     Log: From: "Green, Paul" <pgreen@seussnt.stratus.com>
16940          Date: Thu, 10 Sep 1998 00:02:07 -0400
16941          Message-ID: <646CD0392810D211B04A00A024BF26FB1022EB@terminator.sw.stratus.com>
16942          Subject: RE: [PATCH] 5.005_02 and 5.005_51: Stratus VOS port
16943  Branch: perl
16944        + README.vos vos/Changes vos/build.cm vos/compile_perl.cm
16945        + vos/config.h vos/config_h.SH_orig vos/perl.bind
16946        + vos/test_vos_dummies.c vos/vos_dummies.c vos/vosish.h
16947        ! MANIFEST perl.c perl.h pod/perlport.pod
16948 ____________________________________________________________________________
16949 [  1837] By: gsar                                  on 1998/09/23  08:45:58
16950     Log: (via private mail)
16951          From: Charles Bailey <BAILEY@newman.upenn.edu>
16952          Date: Sat, 05 Sep 1998 01:23:58 -0400 (EDT)
16953          Message-id: <01J1FH7R43NS002F14@cor.newman.upenn.edu>
16954          Subject: [Patch 5.005_02] Miscellaneous VMS cleanup
16955  Branch: perl
16956        ! Changes Changes5.005 README.vms ext/DynaLoader/dl_vms.xs
16957        ! lib/Cwd.pm lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
16958        ! lib/ExtUtils/Mksymlists.pm lib/File/Copy.pm lib/File/Path.pm
16959        ! lib/File/Spec.pm pod/perldiag.pod pod/perlfaq1.pod
16960        ! pod/perlport.pod pod/perlrun.pod vms/ext/DCLsym/0README.txt
16961        ! vms/ext/DCLsym/DCLsym.pm vms/ext/DCLsym/DCLsym.xs
16962        ! vms/ext/Filespec.pm vms/ext/XSSymSet.pm vms/gen_shrfls.pl
16963        ! vms/mms2make.pl vms/perly_c.vms vms/sockadapt.c
16964        ! vms/sockadapt.h vms/test.com vms/vms.c vms/vms_yfix.pl
16965        ! vms/writemain.pl
16966 ____________________________________________________________________________
16967 [  1836] By: gsar                                  on 1998/09/23  08:17:42
16968     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16969          Date: Sat, 5 Sep 1998 00:14:51 -0400 (EDT)
16970          Message-Id: <199809050414.AAA19801@monk.mps.ohio-state.edu>
16971          Subject: [PATCH 5.005_*] OS/2 spawning typos
16972  Branch: perl
16973        ! os2/os2.c
16974 ____________________________________________________________________________
16975 [  1835] By: gsar                                  on 1998/09/23  08:09:55
16976     Log: warn on C<my($foo,$foo)>
16977  Branch: perl
16978        ! op.c pod/perldiag.pod
16979 ____________________________________________________________________________
16980 [  1834] By: gsar                                  on 1998/09/23  07:35:56
16981     Log: From: pvhp@forte.com (Peter Prymmer)
16982          Date: Fri, 4 Sep 98 13:27:41 PDT
16983          Message-Id: <9809042027.AA04463@forte.com>
16984          Subject: [PATCH 5.005_02 && 5.005_51] general updates to README.vms
16985  Branch: perl
16986        ! README.vms
16987 ____________________________________________________________________________
16988 [  1833] By: gsar                                  on 1998/09/23  07:27:34
16989     Log: From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
16990          Date: Wed, 2 Sep 1998 10:06:49 -0700 (PDT)
16991          Message-Id: <199809021706.KAA26349@xfiles.intercon.hp.com>
16992          Subject: PATCH: 5.005_02 hint/hpux.sh
16993  Branch: perl
16994        ! hints/hpux.sh
16995 ____________________________________________________________________________
16996 [  1832] By: gsar                                  on 1998/09/23  07:22:40
16997     Log: fix (some) installhtml bugs
16998          From: Larry Parmelee <parmelee@CS.Cornell.EDU>
16999          Date: Tue, 1 Sep 1998 12:43:40 -0400 (EDT)
17000          Message-Id: <199809011643.MAA05702@sundown.cs.cornell.edu>
17001          Subject: installhtml script needs work
17002  Branch: perl
17003        ! installhtml
17004 ____________________________________________________________________________
17005 [  1831] By: gsar                                  on 1998/09/23  07:19:30
17006     Log: document 'U' magic with examples
17007          From: Alan Burlison <Alan.Burlison@UK.Sun.com>
17008          Date: Tue, 1 Sep 1998 15:54:06 +0100 (BST)
17009          Message-Id: <199809011455.PAA00631@sale-wts>
17010          Subject: Re: Looking for some XS MAGIC examples...
17011  Branch: perl
17012        ! pod/perlguts.pod
17013 ____________________________________________________________________________
17014 [  1830] By: gsar                                  on 1998/09/23  07:16:43
17015     Log: From: pvhp@forte.com (Peter Prymmer)
17016          Date: Mon, 31 Aug 98 17:13:49 PDT
17017          Message-Id: <9809010013.AA06737@forte.com>
17018          Subject: [PATCH: 5.005_02; yet another system configuration tip for OS/390]
17019  Branch: perl
17020        ! README.os390
17021 ____________________________________________________________________________
17022 [  1829] By: gsar                                  on 1998/09/23  07:15:08
17023     Log: fix problematic typecast in filter_del()
17024          From: Mark P Lutz <tecmpl1@triton.ca.boeing.com>
17025          Date: Mon, 31 Aug 1998 21:13:11 GMT
17026          Message-Id: <199808312113.VAA53356@triton.ca.boeing.com>
17027          Subject: perl5.005_02 does not build on Cray T90
17028  Branch: perl
17029        ! toke.c
17030 ____________________________________________________________________________
17031 [  1828] By: gsar                                  on 1998/09/23  07:11:34
17032     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17033          Date: Mon, 31 Aug 1998 14:52:10 -0400 (EDT)
17034          Message-Id: <199808311852.OAA24676@monk.mps.ohio-state.edu>
17035          Subject: [PATCH 5.005_5*] (?>) broken in RE
17036  Branch: perl
17037        ! regexec.c t/op/re_tests
17038 ____________________________________________________________________________
17039 [  1827] By: gsar                                  on 1998/09/23  07:09:50
17040     Log: U/WIN testsuite patches from Joe Buehler <jhpb@hekimian.com>
17041  Branch: perl
17042        ! t/op/grent.t t/op/groups.t
17043 ____________________________________________________________________________
17044 [  1826] By: gsar                                  on 1998/09/23  07:03:16
17045     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
17046          Date: Wed, 12 Aug 1998 22:41:37 +0300 (EET DST)
17047          Message-Id: <199808121941.WAA06263@alpha.hut.fi>
17048          Subject: [PATCH] 5.004_50 or 5.005_02: get rid of interp.sym because not even AIX needs it
17049  Branch: perl
17050        - interp.sym
17051        ! MANIFEST Makefile.SH embed.pl perl_exp.SH
17052 ____________________________________________________________________________
17053 [  1825] By: gsar                                  on 1998/09/23  06:56:40
17054     Log: re-introduce change#1703
17055  Branch: perl
17056        ! ext/re/re.pm pod/perlre.pod regcomp.c regexec.c thrdvar.h
17057 ____________________________________________________________________________
17058 [  1824] By: gsar                                  on 1998/09/23  06:44:19
17059     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17060          Date: Sat, 29 Aug 1998 17:38:30 -0400 (EDT)
17061          Message-Id: <199808292138.RAA18359@monk.mps.ohio-state.edu>
17062          Subject: [PATCH 5.005_*] Protect debugger from nonlocal exits
17063  Branch: perl
17064        ! lib/perl5db.pl
17065 ____________________________________________________________________________
17066 [  1823] By: gsar                                  on 1998/09/23  06:41:34
17067         Log: From: Joe Buehler <jhpb@hekimian.com>
17068              Date: 29 Aug 1998 17:13:28 -0400
17069              Message-ID: <yd37lzro5jb.fsf@pandora.hekimian.com>
17070              Subject: patches for perl 5.005_51 under U/WIN
17071      Branch: perl
17072            + hints/uwin.sh
17073            ! Configure installman lib/ExtUtils/MM_Unix.pm makedepend.SH
17074            ! t/lib/posix.t
17075 ____________________________________________________________________________
17076 [  1822] By: gsar                                  on 1998/09/23  06:36:59
17077         Log: add missing C<no utf8;> tweak from Larry
17078      Branch: perl
17079            ! t/op/subst.t
17080 ____________________________________________________________________________
17081 [  1821] By: gsar                                  on 1998/09/23  06:27:51
17082         Log: s/runops/CALLRUNOPS/
17083      Branch: perl
17084            ! cc_runtime.h
17085 ____________________________________________________________________________
17086 [  1820] By: gsar                                  on 1998/09/23  06:24:49
17087         Log: rename t/pragma/warn-* to t/pragma/warn/*, be 8.3-friendly
17088      Branch: perl
17089           +> t/pragma/warn/1global t/pragma/warn/2use t/pragma/warn/3both
17090           +> t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/doio
17091           +> t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
17092           +> t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
17093           +> t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
17094           +> t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
17095           +> t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
17096           +> t/pragma/warn/util
17097            - t/pragma/warn-1global t/pragma/warn-2use t/pragma/warn-3both
17098            - t/pragma/warn-4lint t/pragma/warn-5nolint t/pragma/warn-doio
17099            - t/pragma/warn-gv t/pragma/warn-mg t/pragma/warn-op
17100            - t/pragma/warn-perl t/pragma/warn-perly t/pragma/warn-pp
17101            - t/pragma/warn-pp_ctl t/pragma/warn-pp_hot t/pragma/warn-pp_sys
17102            - t/pragma/warn-regcomp t/pragma/warn-regexec t/pragma/warn-sv
17103            - t/pragma/warn-taint t/pragma/warn-toke t/pragma/warn-universal
17104            - t/pragma/warn-util
17105            ! MANIFEST t/pragma/warning.t
17106 ____________________________________________________________________________
17107 [  1819] By: gsar                                  on 1998/09/23  06:08:46
17108         Log: make \(%foo) return refs to values (not copies of values)
17109              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
17110              Date: Fri, 28 Aug 1998 20:46:10 -0700 (PDT)
17111              Message-ID: <13799.30680.47765.352558@fre-76-120.reshall.berkeley.edu>
17112              --
17113              From: Roderick Schertler <roderick@argon.org>
17114              Date: Sat, 29 Aug 1998 00:58:33 -0400
17115              Message-ID: <29894.904366713@eeyore.ibcinc.com>
17116              Subject: Re: \(%x) problems
17117      Branch: perl
17118            ! doop.c pod/perlref.pod
17119 ____________________________________________________________________________
17120 [  1818] By: gsar                                  on 1998/09/23  06:05:08
17121         Log: make h2xs generate ANSI prototypes
17122      Branch: perl
17123            ! utils/h2xs.PL
17124 ____________________________________________________________________________
17125 [  1817] By: gsar                                  on 1998/09/23  05:57:16
17126         Log: updated usethreads hints for hpux 10.X
17127              From: Matthew T Harden <mthard@mthard1.monsanto.com>
17128              Date: Fri, 28 Aug 1998 14:10:42 GMT
17129              Message-Id: <199808281410.AA11058@mthard1.monsanto.com>
17130              Subject: Re: OK: perl 5.00502 on PA-RISC1.1-thread 10.20 (UNINSTALLED)
17131      Branch: perl
17132            ! hints/hpux.sh perl.h
17133 ____________________________________________________________________________
17134 [  1816] By: gsar                                  on 1998/09/23  05:53:31
17135         Log: don't create empty directories in installperl
17136              From: Robin Barker <rmb1@cise.npl.co.uk>
17137              Date: Fri, 21 Aug 1998 11:29:24 +0100 (BST)
17138              Message-Id: <199808211029.LAA00551@cyclone.cise.npl.co.uk>
17139              Subject: [PATCH 5.005_02] install: empty dirs
17140      Branch: perl
17141            ! installperl
17142 ____________________________________________________________________________
17143 [  1815] By: gsar                                  on 1998/09/23  05:50:36
17144         Log: make behavior of /(a{3})+/ like /(aaa)+/ w.r.t where it matches
17145              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17146              Date: Fri, 21 Aug 1998 05:41:02 -0400 (EDT)
17147              Message-Id: <199808210941.FAA16467@monk.mps.ohio-state.edu>
17148              Subject: Re: your mail
17149      Branch: perl
17150            ! regexec.c t/op/re_tests
17151 ____________________________________________________________________________
17152 [  1814] By: gsar                                  on 1998/09/23  05:45:17
17153         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
17154              Date: Thu, 20 Aug 1998 20:59:03 -0400
17155              Message-ID: <19980820205903.A12908@O2.chapin.edu>
17156              Subject: [PATCH] h2ph misquotes #error directives
17157      Branch: perl
17158            ! t/lib/h2ph.pht utils/h2ph.PL
17159 ____________________________________________________________________________
17160 [  1813] By: gsar                                  on 1998/09/23  05:42:41
17161         Log: patch to support computed regular subexpressions
17162              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17163              Date: Thu, 20 Aug 1998 15:19:50 -0400 (EDT)
17164              Message-Id: <199808201919.PAA04692@monk.mps.ohio-state.edu>
17165              Subject: [5.005_5* PATCH] Postponed RE - now!
17166      Branch: perl
17167            ! embedvar.h objXSUB.h pod/perlre.pod regcomp.c regexec.c
17168            ! t/op/pat.t t/op/re_tests thrdvar.h toke.c
17169 ____________________________________________________________________________
17170 [  1812] By: gsar                                  on 1998/09/23  05:26:26
17171         Log: better CR-handling on shebang line and in formats (fixed variant of
17172              patch suggested by Igor Sysoev <igor@nitek.ru>)
17173      Branch: perl
17174            ! perl.c toke.c
17175 ____________________________________________________________________________
17176 [  1811] By: gsar                                  on 1998/09/23  04:35:46
17177         Log: document non-loopish blocks better
17178              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
17179              Date: Tue, 18 Aug 1998 12:28:36 +0100
17180              Message-Id: <E0z8jwK-00057Z-00@ursa.cus.cam.ac.uk>
17181              Subject: Re: next in do {} while block gives error message
17182      Branch: perl
17183            ! pod/perlfunc.pod
17184 ____________________________________________________________________________
17185 [  1810] By: gsar                                  on 1998/09/23  04:12:05
17186         Log: fix bogus integerization of pop()'s return value
17187              From: Gurusamy Sarathy <gsar@engin.umich.edu>
17188              Date: Sat, 15 Aug 1998 23:27:54 -0400
17189              Message-Id: <199808160327.XAA05186@aatma.engin.umich.edu>
17190              Subject: Re: Complex expression does integer arithmetic 
17191      Branch: perl
17192            ! opcode.h opcode.pl
17193 ____________________________________________________________________________
17194 [  1809] By: gsar                                  on 1998/09/23  04:09:43
17195         Log: tweak README.win32
17196      Branch: perl
17197            ! README.win32
17198 ____________________________________________________________________________
17199 [  1808] By: gsar                                  on 1998/09/23  03:40:57
17200         Log: better diagnostic for do{} used as lvalue
17201      Branch: perl
17202            ! op.c pod/perlport.pod
17203 ____________________________________________________________________________
17204 [  1807] By: gsar                                  on 1998/09/23  03:38:30
17205         Log: enable PERL_SBRK_VIA_MALLOC on OPENSTEP-Mach
17206              From: hansm@icgroup.nl
17207              Date: Tue, 11 Aug 98 21:08:51 +0200
17208              Message-Id: <9808111907.AA21903@icgned.icgroup.nl>
17209              Subject: Not OK: perl 5.00551 on OPENSTEP-Mach 4_1 (UNINSTALLED)
17210      Branch: perl
17211            ! malloc.c
17212 ____________________________________________________________________________
17213 [  1806] By: gsar                                  on 1998/09/23  03:36:08
17214         Log: support make written in perl (aka "pmake") on win32
17215      Branch: perl
17216            ! lib/ExtUtils/MM_Win32.pm
17217 ____________________________________________________________________________
17218 [  1805] By: gsar                                  on 1998/09/23  03:30:07
17219         Log: fix mismatched UV/U32 types for to_utf8_*()
17220      Branch: perl
17221            ! utf8.c
17222 ____________________________________________________________________________
17223 [  1804] By: gsar                                  on 1998/09/23  03:22:22
17224         Log: From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
17225              Date: Sun, 9 Aug 1998 22:38:23 +0200
17226              Message-ID: <19980809223823.A215@cdata.tvnet.hu>
17227              Subject: [PATCH 5.5002] dos-djgpp update
17228      Branch: perl
17229            ! t/io/fs.t
17230 ____________________________________________________________________________
17231 [  1803] By: gsar                                  on 1998/09/23  03:20:13
17232         Log: apply minimal variant of patch (sent via private mail)
17233              From: jarkko.hietaniemi@research.nokia.com (Jarkko Hietaniemi)
17234              Date: Wed, 12 Aug 1998 15:42:35 +0300
17235              Message-Id: <199808121242.PAA29761@comanche.spices>
17236              Subject: [PATCH] 5.004_02 or 5.005_51: fix regexp and tr character ranges in non-ASCII lands
17237      Branch: perl
17238            ! MANIFEST perl.h pod/perllocale.pod pod/perlop.pod
17239            ! pod/perlre.pod regcomp.c t/pragma/locale.t toke.c
17240 ____________________________________________________________________________
17241 [  1802] By: gsar                                  on 1998/09/23  03:03:39
17242         Log: adjust searchdict.t for EBCDIC (still needs documenting)
17243              From: pvhp@forte.com (Peter Prymmer)
17244              Date: Thu, 6 Aug 98 18:09:39 PDT
17245              Message-Id: <9808070109.AA06158@forte.com>
17246              Subject: [PATCH 5.005_02-TRIAL2] potential modification to t/lib/searchdict.t
17247      Branch: perl
17248            ! README.os390 t/lib/searchdict.t
17249 ____________________________________________________________________________
17250 [  1801] By: gsar                                  on 1998/09/23  02:54:15
17251         Log: silence redefined warning for XS(INIT) {}
17252      Branch: perl
17253            ! op.c
17254 ____________________________________________________________________________
17255 [  1800] By: gsar                                  on 1998/09/23  02:42:23
17256         Log: support match indices via special variables @- and @+
17257              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17258              Date: Tue, 21 Jul 1998 23:00:35 -0400 (EDT)
17259              Message-Id: <199807220300.XAA16081@monk.mps.ohio-state.edu>
17260              Subject: [PATCH 5.004_76] @- and @+
17261      Branch: perl
17262            ! av.c embed.h global.sym gv.c mg.c objXSUB.h objpp.h perl.h
17263            ! pod/perlvar.pod proto.h regnodes.h sv.c t/op/pat.t toke.c
17264 ____________________________________________________________________________
17265 [  1799] By: gsar                                  on 1998/09/23  01:44:31
17266         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17267              Date: Tue, 11 Aug 1998 18:43:29 -0400 (EDT)
17268              Message-Id: <199808112243.SAA14243@monk.mps.ohio-state.edu>
17269              Subject: Re: Segmentation fault for /a*abc?xyz+pqr{3}ab{2,}xy{4,5}pq{0,6}AB{0,}zz/
17270      Branch: perl
17271            ! regcomp.c t/op/re_tests
17272 ____________________________________________________________________________
17273 [  1798] By: gsar                                  on 1998/09/23  01:39:23
17274         Log: integrate maint-5.005 changes (except conflicting change#1794)
17275      Branch: perl
17276            ! Changes
17277           !> objXSUB.h op.c pod/perlfunc.pod pp.c regcomp.c t/op/re_tests
17278           !> toke.c util.c win32/config.bc win32/config.gc win32/config.vc
17279           !> win32/win32.h
17280 ____________________________________________________________________________
17281 [  1797] By: gsar                                  on 1998/09/23  01:32:36
17282         Log: add note to win32/Makefile about setting CCHOME
17283      Branch: perl
17284            ! win32/Makefile win32/makefile.mk
17285 ____________________________________________________________________________
17286 [  1796] By: gsar                                  on 1998/09/23  01:31:32
17287         Log: perl.pod tweak
17288      Branch: perl
17289            ! pod/perl.pod
17290 ____________________________________________________________________________
17291 [  1795] By: gsar                                  on 1998/09/21  20:34:10
17292         Log: make xsubpp generate well-formed code with CAPI && !PERL_OBJECT
17293      Branch: perl
17294            ! lib/ExtUtils/xsubpp
17295 ____________________________________________________________________________
17296 [  1789] By: gsar                                  on 1998/09/18  18:01:37
17297         Log: delay freeing itervar so C<for $i (@a) { return($i) }> works
17298      Branch: perl
17299            ! cop.h t/cmd/for.t
17300 ____________________________________________________________________________
17301 [  1788] By: gsar                                  on 1998/09/17  02:19:11
17302         Log: resync win32/config.?c with Porting/config.sh to pick up apiversion
17303      Branch: perl
17304            ! win32/config.bc win32/config.gc win32/config.vc
17305 ____________________________________________________________________________
17306 [  1787] By: gsar                                  on 1998/09/17  01:45:14
17307         Log: suppress bogus warning on C<sub x {} x()>
17308      Branch: perl
17309            ! toke.c
17310 ____________________________________________________________________________
17311 [  1786] By: gsar                                  on 1998/09/17  01:42:51
17312         Log: ntohl typo in objXSUB.h
17313      Branch: perl
17314            ! objXSUB.h
17315 ____________________________________________________________________________
17316 [  1785] By: gsar                                  on 1998/09/17  01:41:48
17317         Log: fill gaps in sig_* entries in win32/config.?c
17318      Branch: perl
17319            ! win32/config.bc win32/config.gc win32/config.vc
17320 ____________________________________________________________________________
17321 [  1781] By: larry                                 on 1998/09/05  23:48:24
17322         Log: tr/// logic was hosed under utf8
17323      Branch: perl
17324            ! doop.c op.c op.h pp.c proto.h
17325 ____________________________________________________________________________
17326 [  1780] By: larry                                 on 1998/09/05  23:44:16
17327         Log: several new tests needed tweaking to work under utf8
17328      Branch: perl
17329            ! t/comp/require.t t/op/pack.t t/op/substr.t
17330 ____________________________________________________________________________
17331 [  1779] By: larry                                 on 1998/09/05  23:41:42
17332         Log: index() applied BM optimization to wrong argument
17333      Branch: perl
17334            ! op.c util.c
17335 ____________________________________________________________________________
17336 [  1778] By: larry                                 on 1998/09/05  23:38:29
17337         Log: Implicit require during compile reset line numbering
17338      Branch: perl
17339            ! pp_ctl.c
17340
17341 ----------------
17342 Version 5.005_51
17343 ----------------
17344
17345 ____________________________________________________________________________
17346 [  1777] By: gsar                                  on 1998/08/10  07:02:38
17347         Log: various tweaks: fix signed vs. unsigned problems that prevented C++
17348              builds; add sundry PERL_OBJECT scaffolding to get it to build; fix
17349              lexical warning testsuite for win32
17350      Branch: perl
17351            ! Changes doop.c embed.h global.sym objXSUB.h objpp.h op.c
17352            ! pod/perlhist.pod pp.c pp_hot.c proto.h regcomp.c regexec.c
17353            ! sv.c t/pragma/warn-doio t/pragma/warn-mg t/pragma/warn-op
17354            ! t/pragma/warn-regexec toke.c utf8.c win32/GenCAPI.pl
17355            ! win32/Makefile win32/makefile.mk
17356 ____________________________________________________________________________
17357 [  1776] By: gsar                                  on 1998/08/09  17:53:48
17358         Log: fix coredump with MULTIPLICITY (ckWARN() needs early curcop init)
17359      Branch: perl
17360            ! Changes MANIFEST perl.c pod/perlhist.pod
17361 ____________________________________________________________________________
17362 [  1775] By: gsar                                  on 1998/08/09  14:35:33
17363         Log: tweak warning test
17364      Branch: perl
17365            ! t/pragma/warn-toke
17366 ____________________________________________________________________________
17367 [  1774] By: gsar                                  on 1998/08/09  14:13:46
17368         Log: add missing dTHR; notes for test failures due to small stacksize
17369      Branch: perl
17370            ! doio.c gv.c op.c sv.c t/pragma/warn-mg t/pragma/warn-regexec
17371            ! toke.c universal.c util.c
17372 ____________________________________________________________________________
17373 [  1773] By: gsar                                  on 1998/08/09  11:31:53
17374         Log: lexical warnings; tweaks to places that didn't apply correctly
17375              From:    pmarquess@bfsec.bt.co.uk (Paul Marquess)
17376              Date:    Wed, 29 Jul 1998 09:28:45 BST
17377              Message-Id: <9807290828.AA26286@claudius.bfsec.bt.co.uk>
17378              Subject: lexical warnings patch for 5.005_50
17379      Branch: perl
17380            + README.lexwarn lib/warning.pm t/pragma/warn-2use
17381            + t/pragma/warn-3both t/pragma/warn-4lint t/pragma/warn-5nolint
17382            + t/pragma/warn-doio t/pragma/warn-gv t/pragma/warn-mg
17383            + t/pragma/warn-op t/pragma/warn-perl t/pragma/warn-perly
17384            + t/pragma/warn-pp t/pragma/warn-pp_ctl t/pragma/warn-pp_hot
17385            + t/pragma/warn-pp_sys t/pragma/warn-regcomp
17386            + t/pragma/warn-regexec t/pragma/warn-sv t/pragma/warn-taint
17387            + t/pragma/warn-toke t/pragma/warn-universal t/pragma/warn-util
17388            + warning.h warning.pl
17389            ! Changes MANIFEST Makefile.SH cop.h doio.c global.sym gv.c
17390            ! lib/diagnostics.pm mg.c op.c op.h perl.c perl.h pp.c pp_ctl.c
17391            ! pp_hot.c pp_sys.c proto.h regcomp.c regexec.c sv.c t/op/tie.t
17392            ! t/pragma/warn-1global t/pragma/warning.t taint.c toke.c
17393            ! universal.c util.c
17394 ____________________________________________________________________________
17395 [  1772] By: gsar                                  on 1998/08/08  23:06:00
17396         Log: bump patchlevel to 5.005_51
17397      Branch: perl
17398            ! patchlevel.h win32/Makefile win32/config_H.bc
17399            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
17400 ____________________________________________________________________________
17401 [  1771] By: gsar                                  on 1998/08/08  23:01:57
17402         Log: fix bogus warning on "\x{123}"
17403              From: pmarquess@claudius.bfsec.bt.co.uk (Paul Marquess)
17404              Date: Mon, 27 Jul 1998 06:16:15 +0100 (BST)
17405              Message-Id: <9807270534.AA11102@claudius.bfsec.bt.co.uk>
17406              Subject: [5.005_50 PATCH] Some unicode problems
17407      Branch: perl
17408            ! regcomp.c toke.c
17409 ____________________________________________________________________________
17410 [  1770] By: gsar                                  on 1998/08/08  22:56:55
17411         Log: hide dup symbol for static build of ext/re
17412              From: Dominic Dunlop <domo@ppp72.vo.lu>
17413              Date: Wed, 29 Jul 1998 11:09:56 +0100 (WET DST)
17414              Message-Id: <199807291009.LAA08935@ppp72.vo.lu>
17415              Subject: Not OK: perl 5.00550 on powerpc-machten 4.1 [BOGUS PATCH]
17416      Branch: perl
17417            ! regcomp.c
17418 ____________________________________________________________________________
17419 [  1769] By: gsar                                  on 1998/08/08  22:45:06
17420         Log: fix double free on -Mutf8 -e '$b=uc("")'
17421              From: larry@wall.org (Larry Wall)
17422              Date: Fri, 7 Aug 1998 14:42:43 -0700
17423              Message-Id: <199808072142.OAA14920@wall.org>
17424              Subject: [PATCH 5.005_50]: uc("") and lc("") under utf8 fails
17425      Branch: perl
17426            ! pp.c
17427 ____________________________________________________________________________
17428 [  1768] By: gsar                                  on 1998/08/08  22:42:29
17429         Log: substr() assumes utf8 without say-so
17430              From: larry@wall.org (Larry Wall)
17431              Date: Fri, 7 Aug 1998 12:25:12 -0700
17432              Message-Id: <199808071925.MAA13436@wall.org>
17433              Subject: [PATCH 5.005_50] substr bug?
17434      Branch: perl
17435            ! pp.c
17436 ____________________________________________________________________________
17437 [  1767] By: gsar                                  on 1998/08/08  22:38:25
17438         Log: fix intolerance of SWASHes for blank lines
17439              From: Gisle Aas <aas@sn.no>
17440              Date: 06 Aug 1998 23:28:57 +0200
17441              Message-ID: <m3emutkdeu.fsf@furu.g.aas.no>
17442              Subject: Re: Re[2]: another joyride begins
17443      Branch: perl
17444            ! lib/utf8_heavy.pl
17445 ____________________________________________________________________________
17446 [  1766] By: gsar                                  on 1998/08/08  22:33:10
17447         Log: utf8 doc tweak
17448              From: Gisle Aas <aas@sn.no>
17449              Date: 05 Aug 1998 00:41:04 +0200
17450              Message-ID: <m3yat4wetb.fsf@furu.g.aas.no>
17451              Subject: Matching clumps
17452      Branch: perl
17453            ! lib/utf8.pm
17454 ____________________________________________________________________________
17455 [  1765] By: gsar                                  on 1998/08/08  22:31:37
17456         Log: kill bogus warning from -we 'use utf8; $_="\x{FF}"'
17457              From: Gisle Aas <aas@sn.no>
17458              Date: 04 Aug 1998 22:56:11 +0200
17459              Message-ID: <m3yat4sbys.fsf@furu.g.aas.no>
17460              Subject: Re: another joyride begins
17461      Branch: perl
17462            ! lib/utf8_heavy.pl
17463 ____________________________________________________________________________
17464 [  1764] By: gsar                                  on 1998/08/08  22:28:43
17465         Log: From: larry@wall.org (Larry Wall)
17466              Date: Tue, 4 Aug 1998 17:04:51 -0700
17467              Message-Id: <199808050004.RAA22592@wall.org>
17468              Subject: [PATCH 5.005_50] \pX not implemented!
17469      Branch: perl
17470            ! regcomp.c
17471 ____________________________________________________________________________
17472 [  1763] By: gsar                                  on 1998/08/08  22:27:15
17473         Log: From: Stephen McCamant <alias@mcs.com>
17474              Date: Sun,  2 Aug 1998 16:33:18 -0500 (CDT)
17475              Message-ID: <13764.55116.921952.837027@alias-2.pr.mcs.net>
17476              Subject: [PATCH] Eliminate superfluous RV2p[AH]Vs in oops[AH]V()
17477      Branch: perl
17478            ! op.c
17479 ____________________________________________________________________________
17480 [  1762] By: gsar                                  on 1998/08/08  22:26:09
17481         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
17482              Date: Sun, 2 Aug 1998 22:05:28 +0300 (EET DST)
17483              Message-Id: <199808021905.WAA10592@alpha.hut.fi>
17484              Subject: [PATCH] 5.005_02-TRIAL1 or 5.004_05-MAINT_TRIAL_5: t/op/{pw,gr}ent.t
17485      Branch: perl
17486            + t/op/grent.t t/op/pwent.t
17487            ! MANIFEST
17488 ____________________________________________________________________________
17489 [  1761] By: gsar                                  on 1998/08/08  22:21:52
17490         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17491              Date: Thu, 30 Jul 1998 19:23:56 -0400 (EDT)
17492              Message-Id: <199807302323.TAA21175@monk.mps.ohio-state.edu>
17493              Subject: [5.005_50 PATCH] misprint in RE engine
17494      Branch: perl
17495            ! regexec.c t/op/re_tests
17496 ____________________________________________________________________________
17497 [  1760] By: gsar                                  on 1998/08/08  22:18:54
17498         Log: integrate maint-5.005 changes into mainline
17499      Branch: perl
17500           +> Porting/fixCORE README.os390 ebcdic.c win32/des_fcrypt.patch
17501           !> (integrate 138 files)
17502 ____________________________________________________________________________
17503 [  1672] By: gsar                                  on 1998/07/27  18:35:28
17504         Log: create new Changes
17505      Branch: perl
17506            + Changes
17507            ! Changes5.005 MANIFEST
17508 ____________________________________________________________________________
17509 [  1671] By: gsar                                  on 1998/07/27  18:30:57
17510         Log: rename Changes --> Changes5.005
17511      Branch: perl
17512           +> Changes5.005
17513            - Changes
17514 ____________________________________________________________________________
17515 [  1670] By: gsar                                  on 1998/07/27  18:10:14
17516         Log: integrate 5.005_01 changes from maint
17517      Branch: perl
17518            ! Changes
17519           !> README.win32 pod/perldelta.pod proto.h toke.c win32/GenCAPI.pl
17520           !> win32/win32.c
17521 ____________________________________________________________________________
17522 [  1667] By: nick                                  on 1998/07/26  14:31:01
17523         Log: Add dTHR so that it compiles miniperl in threaded mode
17524      Branch: perl
17525            ! doop.c mg.c regcomp.c regexec.c
17526 ____________________________________________________________________________
17527 [  1666] By: nick                                  on 1998/07/26  13:01:10
17528         Log: Resolve ansiperl against mainline (@1648?)
17529              Unclear that change number has "taken".
17530      Branch: ansiperl
17531           +> (branch 169 files)
17532            - ObjXSub.h XSLock.h compat3.sym fixvars pod/perld4.pod
17533           !> (integrate 131 files)
17534
17535 ----------------
17536 Version 5.005_50
17537 ----------------
17538
17539 ____________________________________________________________________________
17540 [  1665] By: gsar                                  on 1998/07/26  05:38:48
17541         Log: add trailing newline to file
17542      Branch: perl
17543            ! Changes lib/unicode/blocks.txt
17544 ____________________________________________________________________________
17545 [  1664] By: gsar                                  on 1998/07/26  05:08:48
17546         Log: integrate proto.h additions from maint-5.005
17547      Branch: perl
17548           !> pod/perlhist.pod proto.h
17549 ____________________________________________________________________________
17550 [  1663] By: gsar                                  on 1998/07/26  05:07:05
17551         Log: add new files to MANIFEST; add missing prototypes to proto.h;
17552              s/PL_utf8skip/utf8skip/ for now, or we end up with Perl_PL_;
17553              add typecasts to silence warnings; tweaks for win32 builds
17554      Branch: perl
17555            ! MANIFEST embed.h global.sym proto.h regexec.c toke.c utf8.h
17556            ! win32/Makefile win32/makefile.mk
17557 ____________________________________________________________________________
17558 [  1662] By: gsar                                  on 1998/07/26  05:01:52
17559         Log: add missing sv_*_mg() prototypes in proto.h, update perlhist.pod
17560      Branch: maint-5.005/perl
17561            ! pod/perlhist.pod proto.h
17562 ____________________________________________________________________________
17563 [  1661] By: gsar                                  on 1998/07/26  02:52:48
17564         Log: up patchlevel to 5.005_50
17565      Branch: perl
17566            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
17567            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
17568 ____________________________________________________________________________
17569 [  1660] By: gsar                                  on 1998/07/26  02:43:57
17570         Log: integrate utfperl
17571      Branch: perl
17572           +> (branch 162 files)
17573           !> (integrate 29 files)
17574 ____________________________________________________________________________
17575 [  1659] By: gsar                                  on 1998/07/26  02:38:22
17576         Log: integrate maint-5.005 changes
17577      Branch: perl
17578           !> Changes README.vms djgpp/fixpmain emacs/ptags hints/beos.sh
17579           !> lib/Math/BigInt.pm pod/perldelta.pod pod/perlmodinstall.pod
17580           !> pod/perltoc.pod pp_sys.c t/lib/bigintpm.t
17581           !> vms/descrip_mms.template vms/subconfigure.com
17582 ____________________________________________________________________________
17583 [  1658] By: gsar                                  on 1998/07/26  02:23:46
17584         Log: VMS patches from Dan Sugalski <sugalskd@osshe.edu>
17585              Date: Fri, 24 Jul 1998 11:38:25 -0700
17586              Message-Id: <3.0.5.32.19980724113825.00a067b0@ous.edu>
17587              Subject: [PATCH 5.005] version number problem with VMS (Corrected)
17588              --
17589              Date: Fri, 24 Jul 1998 12:30:36 -0700
17590              Message-Id: <3.0.5.32.19980724123036.009f0390@ous.edu>
17591              Subject: [PATCH 5.005]Tweaks to README.vms
17592              --
17593              Date: Sat, 25 Jul 1998 17:56:55 -0700 (PDT)
17594              Message-ID: <Pine.GSO.3.96.980725175626.15740D-100000@netserve.ous.edu>
17595              Subject: [PATCH 5.005] Final build cleanup patch
17596      Branch: maint-5.005/perl
17597            ! README.vms vms/descrip_mms.template vms/subconfigure.com
17598 ____________________________________________________________________________
17599 [  1657] By: gsar                                  on 1998/07/26  02:19:50
17600         Log: another platform where pp_sselect() needs a whole fd_set buffer
17601              From: Lupe Christoph <lupe@alanya.m.isar.de>
17602              Date: Sat, 25 Jul 1998 19:49:33 +0200 (MET DST)
17603              Message-Id: <199807251749.TAA22347@alanya.m.isar.de>
17604              Subject: Patch for Not OK: perl 5.005 on i86pc-solaris-thread 2.6
17605      Branch: maint-5.005/perl
17606            ! pp_sys.c
17607 ____________________________________________________________________________
17608 [  1656] By: gsar                                  on 1998/07/26  02:12:46
17609         Log: fix problem building modules on dos-djgpp
17610              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
17611              Date: Sat, 25 Jul 1998 00:53:39 +0200
17612              Message-ID: <19980725005339.C222@cdata.tvnet.hu>
17613              Subject: [PATCH 5.005] dos-djgpp and modules problem
17614      Branch: maint-5.005/perl
17615            ! djgpp/fixpmain
17616 ____________________________________________________________________________
17617 [  1655] By: gsar                                  on 1998/07/26  02:11:09
17618         Log: From: Tom Spindler <dogcow@home.merit.edu>
17619              Date: Wed, 22 Jul 1998 16:11:07 -0400
17620              Message-ID: <19980722161107.A16813@home.merit.edu>
17621              Subject: [PATCH 5.005] BeOS tweak
17622      Branch: maint-5.005/perl
17623            ! hints/beos.sh
17624 ____________________________________________________________________________
17625 [  1654] By: gsar                                  on 1998/07/26  02:09:29
17626         Log: various pod tweaks
17627      Branch: maint-5.005/perl
17628            ! Changes pod/perldelta.pod pod/perlmodinstall.pod
17629            ! pod/perltoc.pod
17630 ____________________________________________________________________________
17631 [  1653] By: gsar                                  on 1998/07/26  02:05:46
17632         Log: fix emacs/ptags for PL_* changes
17633              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17634              Date: Fri, 24 Jul 1998 03:12:35 -0400 (EDT)
17635              Message-Id: <199807240712.DAA04204@monk.mps.ohio-state.edu>
17636              Subject: [PATCH 5.004_76] Yet better ptags
17637      Branch: maint-5.005/perl
17638            ! emacs/ptags
17639 ____________________________________________________________________________
17640 [  1652] By: gsar                                  on 1998/07/26  02:03:01
17641         Log: fix behavior of <=> on bigints
17642              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
17643              Message-Id: <E0yzlfF-0004kz-00@taurus.cus.cam.ac.uk>
17644              Date: Fri, 24 Jul 1998 18:29:53 +0100
17645              Subject: [PATCH] Re: Math::BigInt <=> op is not correct.
17646      Branch: maint-5.005/perl
17647            ! lib/Math/BigInt.pm t/lib/bigintpm.t
17648 ____________________________________________________________________________
17649 [  1651] By: larry                                 on 1998/07/24  05:44:33
17650         Log: Here are the long-expected Unicode/UTF-8 modifications.
17651      Branch: utfperl
17652            + lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
17653            + lib/unicode/Bidirectional.pl lib/unicode/Block.pl
17654            + lib/unicode/Category.pl lib/unicode/CombiningClass.pl
17655            + lib/unicode/Decomposition.pl
17656            + lib/unicode/In/AlphabeticPresentationForms.pl
17657            + lib/unicode/In/Arabic.pl
17658            + lib/unicode/In/ArabicPresentationForms-A.pl
17659            + lib/unicode/In/ArabicPresentationForms-B.pl
17660            + lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
17661            + lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
17662            + lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
17663            + lib/unicode/In/BoxDrawing.pl
17664            + lib/unicode/In/CJKCompatibility.pl
17665            + lib/unicode/In/CJKCompatibilityForms.pl
17666            + lib/unicode/In/CJKCompatibilityIdeographs.pl
17667            + lib/unicode/In/CJKSymbolsandPunctuation.pl
17668            + lib/unicode/In/CJKUnifiedIdeographs.pl
17669            + lib/unicode/In/CombiningDiacriticalMarks.pl
17670            + lib/unicode/In/CombiningHalfMarks.pl
17671            + lib/unicode/In/CombiningMarksforSymbols.pl
17672            + lib/unicode/In/ControlPictures.pl
17673            + lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
17674            + lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
17675            + lib/unicode/In/EnclosedAlphanumerics.pl
17676            + lib/unicode/In/EnclosedCJKLettersandMonths.pl
17677            + lib/unicode/In/GeneralPunctuation.pl
17678            + lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
17679            + lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
17680            + lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
17681            + lib/unicode/In/HalfwidthandFullwidthForms.pl
17682            + lib/unicode/In/HangulCompatibilityJamo.pl
17683            + lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
17684            + lib/unicode/In/Hebrew.pl
17685            + lib/unicode/In/HighPrivateUseSurrogates.pl
17686            + lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
17687            + lib/unicode/In/IPAExtensions.pl lib/unicode/In/Kanbun.pl
17688            + lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
17689            + lib/unicode/In/Lao.pl lib/unicode/In/Latin-1Supplement.pl
17690            + lib/unicode/In/LatinExtended-A.pl
17691            + lib/unicode/In/LatinExtended-B.pl
17692            + lib/unicode/In/LatinExtendedAdditional.pl
17693            + lib/unicode/In/LetterlikeSymbols.pl
17694            + lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
17695            + lib/unicode/In/MathematicalOperators.pl
17696            + lib/unicode/In/MiscellaneousSymbols.pl
17697            + lib/unicode/In/MiscellaneousTechnical.pl
17698            + lib/unicode/In/NumberForms.pl
17699            + lib/unicode/In/OpticalCharacterRecognition.pl
17700            + lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
17701            + lib/unicode/In/SmallFormVariants.pl
17702            + lib/unicode/In/SpacingModifierLetters.pl
17703            + lib/unicode/In/Specials.pl
17704            + lib/unicode/In/SuperscriptsandSubscripts.pl
17705            + lib/unicode/In/Tamil.pl lib/unicode/In/Telugu.pl
17706            + lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
17707            + lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
17708            + lib/unicode/Is/BidiAN.pl lib/unicode/Is/BidiB.pl
17709            + lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiEN.pl
17710            + lib/unicode/Is/BidiES.pl lib/unicode/Is/BidiET.pl
17711            + lib/unicode/Is/BidiL.pl lib/unicode/Is/BidiON.pl
17712            + lib/unicode/Is/BidiR.pl lib/unicode/Is/BidiS.pl
17713            + lib/unicode/Is/BidiWS.pl lib/unicode/Is/C.pl
17714            + lib/unicode/Is/Cc.pl lib/unicode/Is/Cn.pl lib/unicode/Is/Co.pl
17715            + lib/unicode/Is/DCcircle.pl lib/unicode/Is/DCcompat.pl
17716            + lib/unicode/Is/DCfinal.pl lib/unicode/Is/DCfont.pl
17717            + lib/unicode/Is/DCinital.pl lib/unicode/Is/DCinitial.pl
17718            + lib/unicode/Is/DCisolated.pl lib/unicode/Is/DCnarrow.pl
17719            + lib/unicode/Is/DCnoBreak.pl lib/unicode/Is/DCsmall.pl
17720            + lib/unicode/Is/DCsquare.pl lib/unicode/Is/DCsub.pl
17721            + lib/unicode/Is/DCsuper.pl lib/unicode/Is/DCvertical.pl
17722            + lib/unicode/Is/DCwide.pl lib/unicode/Is/DecoCanon.pl
17723            + lib/unicode/Is/DecoCompat.pl lib/unicode/Is/Digit.pl
17724            + lib/unicode/Is/L.pl lib/unicode/Is/Ll.pl lib/unicode/Is/Lm.pl
17725            + lib/unicode/Is/Lo.pl lib/unicode/Is/Lower.pl
17726            + lib/unicode/Is/Lt.pl lib/unicode/Is/Lu.pl lib/unicode/Is/M.pl
17727            + lib/unicode/Is/Mc.pl lib/unicode/Is/Mirrored.pl
17728            + lib/unicode/Is/Mn.pl lib/unicode/Is/N.pl lib/unicode/Is/Nd.pl
17729            + lib/unicode/Is/No.pl lib/unicode/Is/P.pl lib/unicode/Is/Pd.pl
17730            + lib/unicode/Is/Pe.pl lib/unicode/Is/Po.pl
17731            + lib/unicode/Is/Print.pl lib/unicode/Is/Ps.pl
17732            + lib/unicode/Is/S.pl lib/unicode/Is/Sc.pl lib/unicode/Is/Sm.pl
17733            + lib/unicode/Is/So.pl lib/unicode/Is/Space.pl
17734            + lib/unicode/Is/Upper.pl lib/unicode/Is/Z.pl
17735            + lib/unicode/Is/Zl.pl lib/unicode/Is/Zp.pl lib/unicode/Is/Zs.pl
17736            + lib/unicode/JamoShort.pl lib/unicode/Makefile
17737            + lib/unicode/Name.pl lib/unicode/Number.pl
17738            + lib/unicode/To/Digit.pl lib/unicode/To/Lower.pl
17739            + lib/unicode/To/Title.pl lib/unicode/To/Upper.pl
17740            + lib/unicode/UnicodeData-Latest.txt lib/unicode/arabshp.txt
17741            + lib/unicode/blocks.txt lib/unicode/index2.txt
17742            + lib/unicode/jamo2.txt lib/unicode/mktables.PL
17743            + lib/unicode/names2.txt lib/unicode/props2.txt
17744            + lib/unicode/readme.txt lib/utf8.pm lib/utf8_heavy.pl t/UTEST
17745            + utf8.c utf8.h
17746            ! Makefile.SH doop.c embed.h embedvar.h global.sym handy.h mg.c
17747            ! op.c op.h perl.h perlvars.h pod/perlfunc.pod pod/perlop.pod
17748            ! pod/perlre.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
17749            ! regcomp.h regcomp.sym regexec.c regexp.h regnodes.h sv.c
17750            ! t/op/vec.t toke.c util.c vms/vmsish.h
17751 ____________________________________________________________________________
17752 [  1650] By: gsar                                  on 1998/07/24  04:06:48
17753         Log: create utfperl branch
17754      Branch: utfperl
17755           +> (branch 1079 files)
17756 ____________________________________________________________________________
17757 [  1649] By: gsar                                  on 1998/07/24  03:56:56
17758         Log: create maint-5.005 branch
17759      Branch: maint-5.005/perl
17760           +> (branch 1079 files)
17761 ____________________________________________________________________________
17762 [  1648] By: gsar                                  on 1998/07/24  03:36:35
17763         Log: un-checked-in 5.005 Changes  (this is 5.005 *exactly*)
17764      Branch: perl
17765            ! Changes
17766